/******************************************************************
Theme Name: jump
------------------------------------------------------------------*/
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

@charset "utf-8";
.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
.admin-bar header {top: 46px !important;}
.admin-bar .mean-container .mean-bar {top: 46px !important;}
@media screen and (min-width:1000px) {
.admin-bar header {top: 32px !important;}
}


html { font-size: 62.5% !important;overflow: auto;} /* 10px */
body {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem !important;
	/*padding:60px 0 0 0;*/
	margin:0;
	padding: 60px 0 61px 0;
}

a {
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color:#000;
}

a:hover {opacity: 0.5;}
figure{text-align:center;margin-bottom:20px;}
img {max-width:100%; vertical-align: bottom;}
	.disp_sp {display:block;}
	.disp_pc {display:none;}
@media screen and (min-width:768px) {
	body {
		padding: 100px 0 0 0;
	    font-size: 1.6rem;
	}
	.disp_sp {display:none;}
	.disp_pc {display:block;}
	a.tel{pointer-events: none;text-decoration: none;}
}


/***************/
/* header */
/***************/
#header {
	position:fixed;
	top:0;
	height:60px;
	z-index:999;
	border-bottom: solid 1px #ccc;
	width:100%;
	background: #015294;
	margin:0 0 0 0;
}

header .header-inn {
	width:100%;
	margin: auto;
	top:0;
}

header .header-inn h1 {
	width:110px;
	margin:8px auto 0 auto;
}

header .header-inn h1 img {
	width:100%;
}

@media screen and (min-width:768px) {
	#header {
		height:100px;
	}

	header .header-inn h1 {
		width:120px;
		margin:26px 0 0 20px;
	}
}

@media screen and (min-width:900px) {
	header .header-inn h1 {
		width:130px;
		margin:26px 0 0 20px;
	}
}

@media screen and (min-width:1000px) {
	header .header-inn h1 {
		width:140px;
		margin:22px 0 0 20px;
	}
}

@media screen and (min-width:1200px) {
	header .header-inn h1 {
		width:160px;
		margin:20px 0 0 20px;
	}
}


/*
header .header-inn .pc_navi ul.pc_menu {
	display:flex;
	justify-content:space-between;
	flex-wrap:nowrap;
	padding:16px 0 0 0;
}

header .header-inn .pc_navi ul.pc_menu li {
	padding:0 6px;
}

header .header-inn .pc_navi ul.pc_menu li::after {
	content:"/";
	margin-left:12px;
}

header .header-inn .pc_navi ul.pc_menu li:last-child::after {
	content:"";
	margin-left:;
}

header .header-inn .pc_navi ul.pc_menu li a {
	text-decoration:none;
	font-size:1.4rem
}

header .header-inn .sub_icon {
	margin:10px 20px 0 0;
}

header .header-inn .sub_icon img {
	height:40px;
}
*/
.pc_nav {
	display:none;
}
.menu{
	width: 44px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9999;
	display: inherit;
	background: #fff;
}
.menu__line{    
	background: #015294;
	display: block;
	height: 3px;
	position: absolute;
	transition:transform .3s;
	width: 70%;
	border-radius: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.menu__line--top{
	top: 10px;
}
.menu__line--center{
	top: 20px;
}
.menu__line--bottom{
    bottom: 8px;
}
.menu__line--top.active{
top: 18px;
transform: rotate(45deg);
background: #015294;
    left: 6px;
}
.menu__line--center.active{
transform:scaleX(0);
background: #015294;
}
.menu__line--bottom.active{
bottom: 18px;
transform: rotate(135deg);
background: #015294;
    left: 6px;
}

.gnav{
	background: #19629E;
    display: none;
    height: 100%;
    position: fixed;
    /*overflow-y: scroll;*/
    width: 100%;
    z-index: 98;
    top:60px;
    padding:0 10px;
}

.gnav__wrap {
	align-items:center;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.gnav__wrap .gnav__menu {
	margin:40px 0 0 0;
	text-align:center;
}

.gnav__wrap .gnav__menu li {
	list-style:none;
	font-weight: normal;
}

.gnav__wrap .gnav__menu li a {
	color: #fff;
	padding:0 0 10px 0;
	text-decoration: none;
	line-height: normal;
	display:block;
	font-size: 2.0rem;
	font-weight:bold;
}

.gnav__wrap .btn-satei  {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#E30000;
	color:#fff;
	width:80%;
	margin:20px auto 0 auto;
	padding:12px 0;
	font-weight:bold;
	border-radius:30px;
	font-size:1.8rem;
	position: relative;
}

.gnav__wrap .btn-satei::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

@media screen and (min-width:768px) {
    .menu{
    	display:none;
	}
	.pc_nav {
		width:600px;
		position:absolute;
/*		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);*/
		right:20px;
		bottom:10px;
		margin:0 auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.pc_nav li {
		list-style:none;
		margin:0;
		padding:0;
		width:16.6%;
		border-left: solid 1px #fff;	
	}

	.pc_nav li:last-of-type {
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	.pc_nav li a {
		text-align:center;
		display:block;
		text-decoration:none;
		font-size:1.2rem;
		font-weight:bold;
		color: #fff;
		padding: 6px 0 0 0;
		height: 30px;
	}

	header .pc_navi .pc_menu li ul.child li {
	}

	.pc_nav li ul.child {
		display:none;
		position: absolute;
		flex-wrap:wrap;
		background:#1e8ded;
		width:16.6%;
	}

	.pc_nav li ul.child li {
		width:100%;
		border:none;
	}

	.pc_nav li ul.child li a {
		color:#fff;
		text-align:left;
		padding:10px 10px 10px 10px;
		width:100%;
		display:block;
		height: auto;
	}
}

@media screen and (min-width:900px) {
.pc_nav {width:700px;}
}

@media screen and (min-width:1000px) {
.pc_nav {width:800px;}
.pc_nav li a {font-size:1.4rem;}
}

@media screen and (min-width:1200px) {
.pc_nav {width:900px;}
}

@media screen and (min-width:1400px) {
.pc_nav {width:1000px;}
.pc_nav li a {font-size:1.6rem;}
}

@media screen and (min-width:1600px) {
.pc_nav {width:1200px;}
}





/* slide */
.mainslide {
  width: 100%;
  overflow: hidden;
}
.mainslide.disp_sp {
	display:block;
}
.mainslide.disp_pc {
	display:none;
}

.mainslide .slick-list .slick-slide img,
.mainslide .slick-list .slick-slide img.first-slide  {
/*  transform: scale(1.0);transition: 10s linear;*/
  width: 100%;
  object-fit: cover;
}
.mainslide .slick-list .slick-slide.slick-current img {/*  transform: scale(1.2);*/}

@media screen and (min-width:768px) {
	.mainslide {
	  width: 100%;
	  margin:0 auto;
	  background:#1e8ded;
	}
	.mainslide figure {
		margin:0;
	}
	.mainslide img {
	  width:100%;
	  max-width: 1200px;
	  margin:0 auto;
	}
	.mainslide.disp_sp {
		display:none;
	}
	.mainslide.disp_pc {
		display:block;
	}
}

/***************/
/* footer */
/***************/
footer {
	background:#015294;
	color:#fff;
	text-align:center;
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
}

footer .footer-inn {
    max-width:1000px;
    width:100%;
    margin:auto;
    padding:30px 0 ;
}

footer .footer-inn .foot-menu {
	display:none;
}

footer .footer-inn .foot_add {
	margin:0 0 10px 0;
}

footer .footer-inn .copy {
	font-size:1.2rem;
	margin: 0;
}

#foot_btn {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position:fixed;
	bottom:0;
	width:100%;
}

#foot_btn li {
	width:50%;
}

#foot_btn li figure {
	margin:0;
}

#foot_btn li a {
	padding:20px 0 ;
}

#foot_btn li .btnf01 a {
	background:#EA5541;
	display:block;
	text-align:center;
}

#foot_btn li .btnf02 a {
	background:#34BC6B;
	display:block;
	text-align:center;
}

@media screen and (min-width:768px) {


#foot_btn {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
position:fixed;
	top:0;
	bottom:auto;
	right:20px;
	z-index:999;
    width:350px;
}

#foot_btn li {
    width:170px;
}

#foot_btn li figure {
margin:0;
}

#foot_btn li a {
    border-radius:0 0 10px 10px;
    height:46px;
}

#foot_btn li .btnf01 a {
background:#EA5541;
display:block;
text-align:center;
    padding:10px 0 0 0;
}

#foot_btn li .btnf02 a {
    padding:8px 0 0 0;
    pointer-events: none;
}

}



/* to_top */
.topBtn {
  position:fixed;
  bottom:70px;
  right:10px;
  display:block;
  background-color:rgba(0,0,0,0.5);
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
  text-align:center;
  font-size:20px;
}
.topBtn:hover { opacity:0.7;}


@media screen and (min-width:768px) {
	.topBtn {
	  bottom:20px;
	  right:20px;
	}
}



/***************/
/* common */
/**************/
/*#content .bg01 {
	background:#fff6ec;
}*/

#content .bl_inn {
	max-width:800px;
	width:94%;
	margin:0 auto;
}

h2 {
	font-style: normal;
	font-size: 3.0rem;
	margin: 0;
	position: relative;
	margin-bottom: 1em;
	width: 100%;
	color:#015294;
}

/*
h2:before {
	content: '';
	position: absolute;
	bottom: -0;
	display: inline-block;
	width: 80%;

	height: 1px;
	left: -3%;
	background-color: #000;
	border-radius: 2px;
}

h2 .h2_sub {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.4rem;
	margin-left:10px;
}
*/
p {
	margin:0 0 20px 0;
	line-height:1.75em;
}

.b_01 {font-weight: bold;}
.txt_center {text-align: center;}
.txt_red {color: #e84114;}
.mt-0 {margin-top: 0 !important;}
.pt-0 {padding-top: 0 !important;}
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mb-60 {margin-bottom: 60px;}
.btn_01 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#1E8DED;
	color:#fff;
	width:100%;
	margin:auto;
	padding:10px 0;
	font-weight:bold;
	border-radius:30px;
	font-size:1.6rem;
	position: relative;
}

.btn_02 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#E30000;
	color:#fff;
	width:100%;
	margin:auto;
	padding:10px 0;
	font-weight:bold;
	border-radius:30px;
	font-size:1.6rem;
	position: relative;
}

.btn_01 a,
.btn_02 a {
	color:#fff;
	text-decoration:none;
}

.btn_01 a::after,
.btn_02 a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn_01 a::before,
.btn_02 a::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 54px;
  background-image: url(./img/icon_01.png);
  background-size: contain;
  background-repeat:no-repeat;
  vertical-align: middle;
  position:absolute;
  top:-2px;
  left:20px;
}



section .bl_inn .access_map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;

}

section .bl_inn .access_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/*
.youtube_box {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}*/


@media screen and (min-width:768px) {
h2:before {
	width: 100%;
	left: 0;
}

.btn_01 {
	width:60%;
	margin:0 auto 0 auto;
}

.btn_01 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#1E8DED;
	color:#fff;
	max-width:600px;
	margin:auto;
	padding:16px 0;
	font-weight:bold;
	border-radius:30px;
	font-size:1.8rem;
	position: relative;
}

.btn_02 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#E30000;
	color:#fff;
	max-width:600px;
	margin:auto;
	padding:16px 0;
	font-weight:bold;
	border-radius:30px;
	font-size:1.8rem;
	position: relative;
}

.btn_01 a,
.btn_02 a {
	color:#fff;
	text-decoration:none;
}

.btn_01 a::after,
.btn_02 a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.btn_01 a::before,
.btn_02 a::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 54px;
  background-image: url(./img/icon_01.png);
  background-size: contain;
  background-repeat:no-repeat;
  vertical-align: middle;
  position:absolute;
  top:2px;
  left:30px;

}
}



/***************/
/* content */
/**************/

/* section.kinkyu {
	background:#E64C54;
	color:#fff;
	padding:60px 0;
}

section.kinkyu .bl_inn {
}

section.kinkyu .bl_inn h2 {
}

section.kinkyu .bl_inn h2:before {
	background-color: #fff;
}

section.kinkyu .bl_inn p {
	text-align:center;
	line-height:1.5;
	font-size:1.6rem;
}

section.kinkyu .btn_01 {
	background:#fff;
	color:#DC000C;
}

@media screen and (max-width:768px) {
}
 */



/* top_specially */
section.top_specially {
	padding:40px 0;
    background-image: url(./img/bg_01.png);     /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ */
    background-repeat:  no-repeat;              /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ */
    background-position: right -50px bottom -60px;
}

section.top_specially h2 {




	font-size: 2.4rem;
	font-weight:bold;
	text-align:center;
	margin: 0;
	position: relative;
	margin-bottom: 1em !important;
	width: 100%;
	color:#015294;
}

section.top_specially .specially_list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin:0 0 30px 0;

}

section.top_specially .specially_list figure {
	width:30%;
}

section.top_specially .specially_list div {
	width:64%;
}

section.top_specially .specially_list p {
	margin:0;
	font-size:1.2rem;
}


@media screen and (min-width:768px) {
#content section.top_specially {
    background-position: right -50px top;
}
#content section.top_specially .bl_inn {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#content section.top_specially h2 {
    font-size: 3.0rem;
}

#content section.top_specially .specially_list {
    width:49%;
    justify-content: space-between;
    margin:0 0 30px 0;
    box-shadow: 0 0 8px #ccc;
    background:#fff;
    padding:4px;
}

#content section.top_specially .specially_list figure {
    width:40%;
    margin:0;
}

section.top_specially .specially_list div {
    width:54%;
}

section.top_specially .specially_list p {
    margin:0;
    font-size:1.4rem;
}
}



/* top_news */
section.top_news {
	padding:40px 0;
    background:#F7F7F7;
}

section.top_news h2 {
	font-size: 2.4rem;
	font-weight:bold;
	text-align:center;
	margin: 0;
	position: relative;
	margin-bottom: 1em !important;
	width: 100%;
	color:#015294;
}

section.top_news .bl_inn .newslist {
	margin:0 0 20px 0;
}

section.top_news .bl_inn .newslist li {
	margin:10px 0;
}

section.top_news .bl_inn .newslist li a {
	text-decoration:none;
	display:block;
	padding:20px;
	background:#fff;

	border-radius:8px;
	font-size:1.2rem;
}

section.top_news .bl_inn .newslist li a span {}
section.top_news .bl_inn .newslist li a h3 {}

section.top_news .bl_inn .btn_morenews {
	font-weight:bold;
	text-align:right;
	margin:0;
}

section.top_news .bl_inn .btn_morenews a {
	color:#015294;
	text-decoration:none;

}

section.top_news .bl_inn .btn_morenews a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
    font-weight: bold;
}

@media screen and (min-width:768px) {
	section.top_news h2 {
		font-size: 3.0rem;
	}

	section.top_news .bl_inn .newslist li a {
		font-size:1.4rem;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	section.top_news .bl_inn .newslist li a span {
		width:16%;
	}

	section.top_news .bl_inn .newslist li a h3 {
		width:84%;}

	section.top_news .bl_inn .btn_morenews {

		font-size:1.6rem;
	}

}


/* top_sell */
section.top_sell {
	padding:0;
}

#content section.top_sell .bl_inn {
	border:solid 10px #94D2E5;
	width:100%;
	margin:0 auto;
	padding:14px;
	position:relative;
}

section.top_sell .bl_inn h2 {
	font-size:2.4rem;
	font-weight:bold;
	margin:20px 0 30px 0;
}

section.top_sell .bl_inn h2:before {
	content: '';
	position: absolute;
	bottom: -4px;
	display: inline-block;
	width: 60%;
	height: 2px;
	background-color: #015294;
}

section.top_sell .bl_inn p {
	text-align:center;
}

section.top_sell .bl_inn .chara01 {
	position:absolute;
	top:14px;
	right:14px;
}

@media screen and (min-width:768px) {
	section.top_sell {
		padding:0;
		padding:40px 0;
	}

	#content section.top_sell .bl_inn {
	border:solid 10px #94D2E5;
		width:840px;
		padding:30px 14px;
	}

	section.top_sell .bl_inn h2 {
		font-size:3.0rem;
		text-align:center;
	}

	section.top_sell .bl_inn h2:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: -10px;
		width: 40%;
	}

	section.top_sell .bl_inn .chara01 {
		top:40px;
		right:50px;
	}
}


/* top_point */
section.top_point {
	padding:14px 0;
	background: url(./img/bg_02.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

section.top_point:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}

#content section.top_point .bl_inn {
	padding:14px;
	position:relative;
	background:#fff;
	max-width:940px;
	width:94%;
}

section.top_point .bl_inn h2 {
	font-size:2.4rem;
	font-weight:bold;
	margin:0 0 30px 0;
	text-align:center;
}

section.top_point .bl_inn h2:before {
	content: '';
	position: absolute;
	bottom: -4px;
	display: inline-block;
	width: 60%;
	height: 2px;
	background-color: #015294;
}

section.top_point .bl_inn p {
	text-align:center;
}

section.top_point .bl_inn .chara02 {
	margin:0 0 20px 0;
}

@media screen and (min-width:768px) {
section.top_point {
    padding:40px 0;
}

#content section.top_point .bl_inn {
    padding:30px 14px;
    width:800px;
}

section.top_point .bl_inn h2 {
	font-size:3.0rem;
	text-align:center;
}

section.top_point .bl_inn h2:before {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -10px;
	width: 40%;
}
}


/* top_buy */
section.top_buy {
	padding:0;
}

#content section.top_buy .bl_inn {
	border:solid 10px #FACCCC;
	width:100%;
	margin:0 auto;
	padding:14px;
	position:relative;
}

section.top_buy .bl_inn h2 {
	font-size:2.4rem;
	font-weight:bold;
	margin:20px 0 30px 0;
	color:#E30000;
}

section.top_buy .bl_inn h2:before {
	content: '';
	position: absolute;
	bottom: -4px;
	display: inline-block;
	width: 60%;
	height: 2px;
	background-color: #E30000;
}

section.top_buy .bl_inn p {
	text-align:center;
}

section.top_buy .bl_inn .chara03 {
	position:absolute;
	top:14px;
	right:14px;
}

section.top_buy .bl_inn .btn_gaibu {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#E30000;
	color:#fff;
	width:100%;
	margin:auto;
	padding:10px 0;
	font-weight:bold;
	border-radius:30px;
	font-size:1.6rem;
	position: relative;
}

section.top_buy .bl_inn .btn_gaibu::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

section.top_buy .bl_inn .btn_gaibu-note {
	font-size:1.2rem;
	margin:10px 0 0 0;
}

@media screen and (min-width:768px) {
	section.top_buy {
		padding:0;
		padding:40px 0;
	}

	#content section.top_buy .bl_inn {
		width:840px;
		padding:30px 14px;
	}

	section.top_buy .bl_inn h2 {
		font-size:3.0rem;
		text-align:center;
	}

	section.top_buy .bl_inn h2:before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: -10px;
		width: 40%;
	}

	section.top_buy .bl_inn .btn_gaibu {
		display:block;
		text-align:center;
		text-decoration:none;
		background:#E30000;
		color:#fff;
		width:60%;
		margin:auto;
		padding:16px 0;
		font-weight:bold;
		border-radius:30px;
		font-size:1.6rem;
		position: relative;
	}

	section.top_buy .bl_inn .chara03 {
		top:40px;
		right:50px;
	}
}

/* top_etc */
section.top_etc {
	padding:40px 0;
}

section.top_etc .bl_inn ul {
}

section.top_etc .bl_inn ul li {
	margin:10px 0;
	text-align:center
}


@media screen and (min-width:768px) {
section.top_etc {
	padding:0 0 40px 0;
}

section.top_etc .bl_inn ul {
	width:700px;
	margin:auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

section.top_etc .bl_inn ul li {
	margin:10px 0;
	text-align:center
}
}


/* low_common */
body:not(.home) #content {
	margin:0 0 40px 0;
}
#low_head {
	text-align:center;
	padding:20px 0 10px 0;
}

#low_head h1 {
	color:#015294;
	font-weight:bold;
	font-size:2.4rem;
	position:relative;
	margin:0 0 30px 0;
}

#low_head h1:before {
	content: '';
	position: absolute;
	bottom: -8px;
	display: inline-block;
	width: 100px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #015294;
	border-radius: 2px;

}

#low_head .h1_sub {
	margin:0 0 20px 0;
}

body:not(.home) #content h2 {
	background:#5999E8;
	color:#fff;
	text-align:center;
	font-size:2.0rem;
	padding:10px 0;
	margin: 0 calc(50% - 50vw) 30px;
	width: 100vw;
}

#content .tbl_01 {
	border-top:solid 2px #ccc;
	width:100%;
	margin:0 0 20px 0;
}

#content .tbl_01 th {
	text-align:left;
	display:block;
	width:100%;
	font-weight:normal;
	padding:10px;
}

#content .tbl_01 td {
	text-align:left;
	display:block;
	width:100%;
	border-bottom:solid 1px #ccc;
	padding:0 10px 10px 10px;
}

body:not(.home) #content > section {
    padding:20px 0;
    overflow:hidden;
}

#content .tbl_02 {
	width:100%;
	margin:0 0 20px 0;
}

#content .tbl_02 th {
	text-align:center;
	width:70px;
	font-weight:normal;
	padding:4px 6px;
	background:#015294;
	color:#fff;
	font-size:1.2rem;
}

#content .tbl_02 td {
	text-align:left;
	padding:0 0 0 6px;
}

.circle img {
	width:240px;
	height:240px;
	object-fit:cover;
	border-radius:50%;
	background-position: center ;
	background-size:cover;
}

@media screen and (min-width:768px) {
body:not(.home) #content {
margin:0 0 40px 0;
}
#low_head {
    text-align:center;
    padding:40px 0 30px 0;
}

#low_head h1 {
color:#015294;
font-weight:bold;
    font-size:3.0rem;
position:relative;
    margin:0 0 40px 0;
}

#low_head h1:before {
content: '';
position: absolute;
    bottom: -16px;
display: inline-block;
width: 100px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #015294;
border-radius: 2px;

}

#low_head .h1_sub {
    font-size:1.6rem;
}

body:not(.home) #content h2 {
    font-size:2.4rem;
    padding:10px 0;
    margin: 0 0 40px;
    width: 100%;
}

#content .tbl_01 {
border-top:solid 2px #ccc;
width:100%;
margin:0 0 20px 0;
}

#content .tbl_01 th {
text-align:left;
display:block;
width:100%;
font-weight:normal;
padding:10px;
}

#content .tbl_01 td {
text-align:left;
display:block;
width:100%;
border-bottom:solid 1px #ccc;
padding:0 10px 10px 10px;
}

body:not(.home) #content > section {
padding:40px 0;
overflow:hidden;
}

#content .tbl_02 {
    margin:0 0 40px 0;
}

#content .tbl_02 th {
    width:100px;
    padding:6px 10px;
    font-size:1.4rem;
}

#content .tbl_02 td {
    padding:6px 0 6px 20px;
}

.circle img {
width:240px;
height:240px;
object-fit:cover;
border-radius:50%;
background-position: center ;
background-size:cover;
}

}


/** company **/
@media screen and (min-width:768px) {
	.company #content .tbl_01 {
	border-top:solid 2px #ccc;
	margin:0 0 20px 0;
		float: left;
		width: 66%;
	}

	.company #content .tbl_01 th {
		display:table-cell;
		width:26%;
		border-bottom:solid 1px #ccc;
		background: #eee;
		font-size: 1.4rem;
	}

	.company #content .tbl_01 td {
		display:table-cell;
		width:74%;
		border-bottom:solid 1px #ccc;
		padding:10px;
		font-size: 1.4rem;
	}

	.company #content .bl_inn .company_img {
		float: right;
		width: 30%;
	}
}


/** staff **/
#content .staff-inn {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:solid 2px #ccc;
	margin:0 0 30px 0;
}

#content .staff-inn .pt {
	width:40%;
}

#content .staff-inn .pt img {
	width:110px;
	height:110px;
	object-fit:cover;
	border-radius:50%;
	background-position: center ;
	background-size:cover;
}

#content .staff-inn .sub {
	width:60%;
}

#content .staff-inn .sub h3 {
	margin-top:20px;
	font-size:2.0rem;
	color:#015294;
	font-weight:bold;
}

#content .staff-inn .sub p {
	font-size:1.4rem;
	color:#015294;
	font-weight:bold;
}

#content .staff-inn .txt {
	width:100%;
	margin:0 0 30px 0;
}

@media screen and (min-width:768px) {
	body.staff #content > section:nth-child(2n+1) {
		background:#EAF6FA;
	}

#content .staff-inn {
display:flex;
flex-wrap:wrap;
justify-content:space-between;
border-bottom:solid 2px #ccc;
margin:0 0 30px 0;
}

#content .staff-inn .pt {
    width:200px;
}

#content .staff-inn .pt img {
	width:200px;
	height:200px;
}

#content .staff-inn .sub {width:550px;}
#content .staff-inn .sub h3 {font-size:2.4rem;}
#content .staff-inn .sub p {font-size:1.6rem;}

}


/** shop **/
.shop_nav {
	display:flex;
	flex-wrap:wrap;
	width:98%;
	margin:auto;
}

.shop_nav li {
	width:32%;
	margin:0 0.5% 2px 0.5%;
}

.shop_nav li a {
	display:block;
	text-decoration:none;
	width:100%;
	background:#015294;
	padding:10px 0 18px 0;
	color:#fff;
	position: relative;
}

.shop_nav li a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	bottom: -3px;
	right: 50%;
	transform: translateY(-50%);
	font-weight:bold;
}

.shop #content section {
	text-align:center;
}
#content .btn_shop01 a,
#content .btn_shop02 a,
#content .btn_shop03 a {
	display:block;
	text-align:center;
	text-decoration:none;
	background:#1E8DED;
	color:#fff;
	width:100%;
	margin:auto;
	padding:10px 0;
	font-weight:bold;
	border-radius:8px;
	font-size:1.6rem;
	position: relative;
}

#content .btn_shop01 a::after,
#content .btn_shop02 a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

#content .btn_shop03 a::after {
	content: "\f2d2";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}



#content .btn_shop01 a {background:#015294;}
#content .btn_shop02 a {background:#015294;}
#content .btn_shop03 a {background:#ea5541;}

#content .btn_shop01,
#content .btn_shop02 {
	margin:0 0 10px 0;	
}

@media screen and (min-width:768px) {
	body.shop #content > section:nth-child(2n+1),
	body.single-shop_info #content > section:nth-child(2n+1) {
		background:#EAF6FA;
	}

    .shop_nav {
        display: flex;
        flex-wrap: wrap;
        width: 800px;
        margin: auto;
        justify-content:space-between;
    }

    .shop_nav li {
        width: 33%;
        margin: 0 0 4px 0;
    }

	.shop #content section,
	.single-shop_info #content section {
		overflow:hidden
	}

	.shop #content section .shop_pt,
	.single-shop_info #content section .shop_pt {
		float:right;
		width:30%;
	}

	.shop #content section .tbl_02,
	.single-shop_info #content section .tbl_02 {
		float:left;
		width:68%;
	}

	#content .btn_shop01 {
		clear:both;
		float:left;
		width:32%;
		margin:0 1% 0 0;
	}

	#content .btn_shop02 {
		float:left;
		width:32%;
		margin:0 1% 0 0;
	}

	#content .btn_shop03 {
		float:left;
		width:32%;
	}

}



/** point **/
.point_hiketsu {
	border:solid 4px #5999e8;
	padding:10px 10px 4px 10px;
	text-align:left;
}

.point_hiketsu li {
	margin:0 0 6px 0;
}

.point_hiketsu li a {
	display:block;
	text-decoration:none;
}

.point .bl_inn #point1 {
}


.point_hiketsu li span {
	background:#5999e8;
	padding:2px 6px;
	margin:0 10px 0 0;
	font-size:1.2rem;
	color:#fff;
}

@media screen and (min-width:768px) {
	.point_hiketsu {
		width:800px;
		margin:auto;
		padding:30px 30px 10px 30px;
	    display:flex;
	    flex-wrap:wrap;
	    justify-content:space-between;

	}

	.point_hiketsu li {
		margin:0 0 20px 0;
		width:50%;
	}

	.point_hiketsu li span {
		padding:4px 10px;
		font-size:1.4rem;
	}
}


/** sell **/
.sell_read {
	border:solid 4px #5999e8;
	padding:10px 10px 4px 10px;
	text-align:left;
	margin:0 0 20px 0;
}

.sell_nav {
	display:flex;
	flex-wrap:nowrap;
	width:100%;
	margin:auto;
	margin:0 0 20px 0;
}

.sell_nav li {
	width:33%;
}

.sell_nav li a {
	display:block;
	text-decoration:none;
	width:100%;
	background:#5999e8;
	padding:10px 0 18px 0;
	color:#fff;
	position: relative;
}

.sell_nav li a::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	bottom: -3px;
	right: 50%;
	transform: translateY(-50%);
	font-weight:bold;
}

.sell_sub {
	border:solid #e30000 1px;
	margin:0 0 40px;
	padding:10px;
	color:#e30000;
}


@media screen and (min-width:768px) {
body.sell #content section .bl_inn {
	width:800px;
}

.sell_read {
	width:800px;
border:solid 4px #5999e8;
    padding:30px 30px 24px 30px;
text-align:left;
    margin:0 auto 40px auto;
}

.sell_nav {
display:flex;
flex-wrap:nowrapwrap;
    width:800px;
    margin:0 auto 20px auto;
}

.sell_nav li {
width:33%;
}

.sell_nav li a {
display:block;
text-decoration:none;
    background: #015294;
padding:10px 0 18px 0;
color:#fff;
position: relative;
}

.sell_nav li a::after {
content: "\f107";
font-family: "Font Awesome 5 Free";
position: absolute;
bottom: -3px;
right: 50%;
transform: translateY(-50%);
font-weight:bold;
}
}


/** specially **/
body.post-type-archive-specially #content > section:nth-child(2n+1) {
	background:#EAF6FA;
}
body.post-type-archive-specially #content h2 {
	background:none;
	color:#015294;
	font-weight:bold;
	text-align:left;
	margin: 0 0 10px 0;
	width: auto;
	font-size:1.8rem;
}

body.post-type-archive-specially #content .cap {}
body.post-type-archive-specially #content .txt1 {
	margin:0 0 4px 0;
	float:left;
	width:48%;
	border-bottom:solid 1px  #015294;
}
body.post-type-archive-specially #content .txt1 span,
body.post-type-archive-specially #content .txt2 span {
	background:#015294;
	color:#fff;
	font-size:1.2rem;
	padding:6px 14px;
	margin:0 10px 0 0;
}

body.post-type-archive-specially #content .txt2 {
	margin:0 0 10px 0;
	float:right;
	width:48%;
	border-bottom:solid 1px  #015294;
}
body.post-type-archive-specially #content .txt3 {
	clear:both;
}

@media screen and (min-width:768px) {
body.post-type-archive-specially #content section .bl_inn {
	width:600px;
}

body.post-type-archive-specially #content h2 {
    margin: 0 0 20px 0;
    font-size:2.4rem;
}

body.post-type-archive-specially #content .cap {}

body.post-type-archive-specially #content figure {
	width:80%;
	margin:0 auto 20px auto;
}

body.post-type-archive-specially #content .txt1 {
    margin:0;
    font-size:1.6rem;
}
body.post-type-archive-specially #content .txt2 {
    font-size:1.6rem;
	margin:0 0 20px 0;
}
body.post-type-archive-specially #content .txt3 {}
}



/** satei **/
form.wpcf7-form{
	margin-top: -100px;
	padding-top: 100px;
}

body.satei #content form section {
	background:#EAF6FA;
	padding:40px 0 30px 0;
	margin:0 0 40px 0;
}

body.satei #content h2 {
	background:#E30000;
}

#content .form_label {
	margin:0 0 4px 0;
	font-weight:bold;
}

#content .form_label span {
	background:#E30000;
	color:#fff;
	margin:0 10px 0 0;
	padding:0 6px;
	border-radius:6px;
	font-size:1.2rem;
}

#content .form_in input[type="text"],
#content .form_in select,
#content .form_in input[type="email"],
#content .form_in input[type="tel"],
#content .form_in textarea {
	width: 100%;
	background: #fff;
	padding: 6px;
	border: solid 1px #ccc;;
}

.chk_privacy {
	text-align:center;
}

#content .submit_button {
	background: #0071b9;
	color: #fff;
	width: 100%;
	border-radius:30px;
	padding: 15px;
	border: none;
	font-size:1.6rem;
	font-weight:bold;
	position: relative;
}

#content .submit_button::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
}

#content .contact_btn {
	text-align: center;
}

#content .contact_btn input {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

#content .contact_btn input:hover {
	opacity: 0.5;
}

#content .contact_btn #contact-conf {
	background: #0071b9;
	color: #fff;
	width: 100%;
	border-radius:30px;
	padding: 15px;
	border: none;
	font-size:1.6rem;
	font-weight:bold;
	position: relative;
}

#content .contact_btn #contact-subm {
	background: #0071b9;
	color: #fff;
	width: 100%;
	border-radius:30px;
	padding: 15px;
	border: none;
	font-size:1.6rem;
	font-weight:bold;
	position: relative;
}

#content .contact_btn #contact-back {
	background: #ccc;
	color: #fff;
	width: 100%;
	border-radius:30px;
	padding: 15px;
	border: none;
	font-size:1.6rem;
	font-weight:bold;
	position: relative;
}

.inform #contact_form .contact_btn span.ajax-loader {
}


@media screen and (min-width:768px) {
	#content .form_label {
		margin:0 0 8px 0;
		font-size:2.0rem;
	}

	#content .form_label span {
		padding:2px 8px;
		font-size:1.4rem;
	}

	#content .form_in input[type="text"],
	#content .form_in select,
	#content .form_in input[type="email"],
	#content .form_in input[type="tel"],
	#content .form_in textarea {
		padding: 14px;
	}

}


/** FAQ **/
.acMenu {
	margin-bottom:40px;
}

.acMenu dt {
	display:block;
	background:#EDF0F3;
	width:100%;
	cursor:pointer;
	padding:16px 10px;
	color:#015294;
	font-weight:bold;
	position:relative;
	margin-bottom:4px;
}

.acMenu dt::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.acMenu dt.active::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.acMenu dt span {
	background:#015294;
	color:#fff;
	margin:0 6px 0 0;

	font-weight:bold;
	padding:2px 8px 2px 6px;
	text-align:center;
	border-radius:50px;
}

.acMenu dd{
	width:100%;
	display:none;
	padding:10px 10px 20px 10px;
}

.faq_inq {
    border: solid #ddd 1px;
    margin: 0 0 20px;
    padding: 10px;
}

@media screen and (min-width:768px) {
}



/** recruit **/
.rec_read {
	width:100%;
	max-width:800px;
	margin:auto;	
}

.recruit_inq {
	border:solid #ddd 1px;
	margin:0 0 20px;
	padding:10px;
}


@media screen and (min-width:768px) {
	.post-type-archive-recruit #content .tbl_01,
	.single-recruit #content .tbl_01 {
		border-top:solid 1px #ccc;
		width: 100%;
	}

	.post-type-archive-recruit #content .tbl_01 th,
	.single-recruit #content .tbl_01 th {
		display:table-cell;
		width:26%;
		border-bottom:solid 1px #ccc;
		background: #eee;
		font-size: 1.4rem;
	}

	.post-type-archive-recruit #content .tbl_01 td,
	.single-recruit #content .tbl_01 td {
		display:table-cell;
		width:74%;
		border-bottom:solid 1px #ccc;
		padding:10px;
		font-size: 1.4rem;
	}
}



/*************************/
/* news */
/*************************/
section.sec_news {
    padding:80px 0;
    overflow:hidden;
}

section.sec_news h2 {
	font-size:2.4rem;
	margin:60px 0 40px 0;
}

section.sec_news .bl_inn .newslist {
	 display: flex;
	 flex-wrap:wrap;
	 justify-content:space-between;
}

section.sec_news .bl_inn .newslist li {
	width:31%;
	margin:0 0 30px 0;
}

section.sec_news .bl_inn .newslist::after {
	display: block;
	content:"";
	width: 300px;
}

section.sec_news .bl_inn .newslist li a {
	text-decoration:none;
	display:block;
}

section.sec_news .bl_inn .newslist li a .list-thumb {
}

section.sec_news .bl_inn .newslist li a .list-h {
	display:block;
	margin:10px 0 0 0;
	color:#dc000c;
	font-size:1.4rem;
}

section.sec_news .bl_inn .newslist li a h3.list-txt {
	margin:6px 0 0 0;
	font-size:1.6rem;
}

.single_foot {
	padding:60px 0 0 0;
}

section.sec_news .bl_inn .newslist li a .shop_info {
	text-align:left;
	margin:4px 0 0 0;
    font-size:1.3rem;
	color:#dc000c;
}

section.sec_news .bl_inn .newslist li a .shop_info .shop_area {
/*	background:#f7737a;
	color:#fff;
	padding:1px 4px;
	border-radius:4px;
	margin:0 6px 0 0;
	font-size:1.2rem;
*/
}

section.sec_news .bl_inn .newslist li a .shop_info .shop_area::after {
	content:"ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
}

section.sec_news .bl_inn .newslist li a .shop_info .shop_genre {
}

@media screen and (max-width:768px) {
	section.sec_news {
		padding:60px 0 40px 0;
	}

	section.sec_news .bl_inn .newslist li {
		width:100%;
		margin:0;
	}

	section.sec_news .bl_inn .newslist li a {
		border-bottom:solid 1px #ccc;
		padding:0 0 16px 0;
		margin:0 0 16px 0;
		overflow:hidden;
	}

	section.sec_news .bl_inn .newslist li a .inn_thumb {
		float:left;
		width:28%;
		margin:0 2% 0 0;
	}

	section.sec_news .bl_inn .newslist li a .list-h {
		display:block;
		margin:0 0 0 0;
		color:#dc000c;
		font-size:1.4rem;
		float:left;
		width:70%;
	}

	section.sec_news .bl_inn .newslist li a h3.list-txt {
		margin:4px 0 0 0;
		font-size:1.4rem;
		float:left;
		width:70%;
	}

}


/*************************/
/* news-inn */
/*************************/
.wrap {
  max-width:700px;
  width:100%;
  margin:auto;
}

section.sec_news-inn {
    padding:80px 0;
}

section.sec_news-inn .single_head h1 {
	font-size:2.4rem;
	margin:0;
}

section.sec_news-inn .single_head .date {
	font-size:1.4rem;
}

section.sec_news-inn .single_head .inn_thumb {
}

section.sec_news-inn h2 {
	font-size:2.0rem;
	margin:60px 0 40px 0;
}

section.sec_news-inn h3 {
	font-size:1.8rem;
	background:#EFEFEF;
	padding:10px;
	margin:60px 0 20px 0;
}

section.sec_news-inn figure iframe {
	height: 500px;
	width: 100%;
	border:none;
}

@media screen and (max-width:768px) {
	section.sec_news-inn {
		padding:60px 0 40px 0;
	}

	section.sec_news-inn .single_head h1 {
		font-size:1.8rem;
	}

	section.sec_news-inn .single_head .date {
		font-size:1.4rem;
	}

	section.sec_news-inn h2 {
		font-size:1.8rem;
		margin:60px 0 40px 0;
	}

	section.sec_news-inn h3 {
		font-size:1.6rem;
	}
	section.sec_news-inn figure iframe {
		height: 260px;
	}
}


a.anc{
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}
@media screen and (max-width:768px) {
a.anc{
    padding-top: 90px;
    margin-top: -90px;
}
}



/* fc_box */
#content {}
#content.fc_box {}

#content.fc_box .item01 {
	padding:100px 0 200px 0;
    background-image: url(./img/fc_item01_bg01.png);
    background-size: cover;
	background-repeat:no-repeat;
	position:relative;
	background-position:bottom center;
}

#content.fc_box .item01 .bl_inn {
}

#content.fc_box .item01 .bl_inn h2{
    font-size:2.6rem;
    padding:0;
    margin: 0 0 60px 0;
    width: 100%;
	background:none;
	color:#015294;
	font-weight:bold;
	letter-spacing:0.1em;
	position:relative;
}

#content.fc_box .item01 .bl_inn h2:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 120px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #015294;
}


#content.fc_box .item01 .bl_inn .read {
    font-size:1.8rem;
    margin: 0 0 60px;
    width: 100%;
	font-weight:bold;
	letter-spacing:0.1em;
	text-align:center;
	line-height:2.5em;
}

#content.fc_box .item01 .bl_inn figure {
	margin:0;
}

#content.fc_box .item02 {
	background:#015294;
	position:relative;
	overflow:initial;
	padding:100px 0;
    margin-bottom: 160px; 
}

#content.fc_box .item02::after {
    content: "";
    position: absolute;
    /* 親要素の最下部に配置 */
    top: 100%;
    /* 水平方向の中央寄せ */
    left: 50%;
    transform: translateX(-50%);
    
    /* 三角形の作成（サイズは適宜調整してください） */
    border-top: 80px solid #015294;    /* 三角形の高さと色 */
    border-right: 110px solid transparent; /* 左右を透明に */
    border-left: 110px solid transparent;
    border-bottom: 0 solid transparent;
    
    /* 重なりの順序を調整（必要に応じて） */
    z-index: 1;
}

#content.fc_box .item02 .bl_inn {
}

#content.fc_box .item02 .bl_inn h2{
	padding:0;
	margin: 0 0 60px 0;
	width: 100%;
	background:none;
}

#content.fc_box .item02 .bl_inn .read {
	background:#fff;
	border:solid 14px #94D2E5;
	padding:40px 0;
	margin:0;
	text-align:center;

    font-size:2.2rem;
	letter-spacing:0.1em;
	line-height:2.4em;
}

#content.fc_box .item02 .bl_inn .chara_01 {
	position:absolute;
	top:-100px;
	left:-40px;
}

#content.fc_box .item02 .bl_inn .chara_02 {
	position:absolute;
	bottom:-100px;
	right:40px;
	z-index:1;
}

#content.fc_box .item03 {
}

#content.fc_box .item03 .bl_inn {
}

#content.fc_box .item03 .bl_inn h2 {
}

#content.fc_box .item03 .bl_inn .tel {
	margin:0 0 60px 0;
}

#content.fc_box .item03 .bl_inn h3 {
	background:#E30000;
	text-align:center;
	color:#fff;
    font-size:2.4rem;
    padding:0;
    margin: 0 0 60px 0;
    width: 100%;
	letter-spacing:0.1em;
	position:relative;
	padding:10px;
}

#content.fc_box .item03 .bl_inn .form_box {
	background:#D8EFF6;
	padding:40px;
	margin:0;
	max-width:none;
	width:100%;
}

#content.fc_box .item03 .bl_inn .form_box input {
	cursor: pointer;
}

@media screen and (max-width:768px) {
	#content.fc_box .item01 {
		padding:60px 0 140px 0;
	}
	
	#content.fc_box .item01 .bl_inn h2{
		font-size:2.0rem;
	}
	
	#content.fc_box .item01 .bl_inn .read {
		font-size:1.4rem;
		margin: 0 auto 40px auto;
		width: 90%;
		line-height:2.0em;
	}
	
	#content.fc_box .item02 {
		padding:80px 0;
	}
	
	#content.fc_box .item02 .bl_inn h2{
		margin: 0 0 40px 0;
	}
	
	#content.fc_box .item02 .bl_inn .read {
		padding:20px 20px;
		font-size:1.8rem;
		letter-spacing:0.0em;
		line-height:2.0em;
	}
	
	#content.fc_box .item02 .bl_inn .chara_01 {
	position:absolute;
		top:-90px;
		left:-10px;
		width:140px;
	}
	
	#content.fc_box .item02 .bl_inn .chara_02 {
		bottom:-70px;
		right:20px;
		z-index:2;
		width:140px;
	}
	
	#content.fc_box .item03 {}
	#content.fc_box .item03 .bl_inn {}
	#content.fc_box .item03 .bl_inn h2 {}
	
	#content.fc_box .item03 .bl_inn .tel {
		margin:0 auto 20px auto;
		width:80%;
	}
	
	#content.fc_box .item03 .bl_inn h3 {
		font-size:1.8rem;
		margin: 0 0 30px 0;
		padding:8px;
	}
	
	#content.fc_box .item03 .bl_inn .form_box {
		padding:20px;
	}

}


