/* ================================
  appealing
================================ */
#wrap {
	background: #f6f7fa;
	overflow: hidden;
}



#topWrap {
	padding-top: 80px;
	overflow: hidden;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 20px 0 20px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	margin: auto;
	align-items: center;
}

#topWrap  .headBox .headWarp .headBox{
	width: 50%;
}
#topWrap  .headBox .headWarp .topimg{
	display: block;
	width: 50%;
	max-width: 580px;
	height: auto;
	
}
#topWrap .headBox .headWarp .headBox h1 {
    font-size: clamp(28px, 4vw, 56px);
    color: #0d276a;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.4;
	margin-bottom: -5px;
}
#topWrap .headBox .headWarp .headBox .deco {
	font-size: clamp(26px, 3vw, 42px);
    color: #cad1e7;
	font-family: Century Gothic, sans-serif;
}

#topWrap .headBox .headWarp .headBox .bread {
	font-size: clamp(14px, 2vw, 24px);
    color: #0d276a;
	display: flex;
	align-items: center;
}
#topWrap .headBox .headWarp .headBox .bread::after {
	content: "";
	height: 1px; 
	width: 40px;
	background:  #0d276a;
	margin-left: 10px;
}
@media screen and (max-width: 1280px) {
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
}


@media screen and (max-width: 767px) {

#topWrap {
	padding-top: 60px;
	overflow: hidden;
}
	
#topWrap  .headBox {
	background: #edeff5;
	padding: 20px 0 30px;
}	
	
#topWrap  .headBox .headWarp {
	display: flex;
    flex-direction: column;
	align-items: center;
}
#topWrap  .headBox .headWarp .headBox{
	width: 100%;
}
#topWrap  .headBox .headWarp .topimg{
	width: 100%;
	
}
	#topWrap .headBox .headWarp .headBox h1 br {
		display: none;
	}
}
/*共通パーツ*/



/*#sec01*/
#sec01 {
	/*margin-top: 4rem;*/
	padding: 8rem 0;
	position:relative;
}

#sec01 .fBox {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position:relative;
	z-index: 2;
	padding: 0;
}
#sec01 .textBox {
	width: 65%;
	margin-left: 60px;
	margin-right: -3%;
}

#sec01 .textBox .headWarp {
	position:relative;
}
#sec01 .textBox .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
    white-space: nowrap;
}
#sec01 .textBox .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;
}
#sec01 .textBox .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(30px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 20px;
     display: block;
}

#sec01 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 3.5vw, 16px);	
}
#sec01 .textBox p:last-child{
	margin-bottom: 0;
}
#sec01 .imgBox {
	width: 50%;
	position:relative;
	left: -5%;
}

#sec01 .imgBox .radius {
	overflow: hidden;
	max-width: 560px;
}
#sec01 .imgBox .radius:first-child{
	margin-bottom: 20px;
}
#sec01 .imgBox .radius:nth-child(2){
	margin-left: -15%;
}
#sec01 .imgBox .radius {
	width: 100%;
	height: auto;
}
#sec01 .textBox .btnBlue {
	margin-top: 60px;
}
#sec01 .linkfBox {
	display: flex;
	justify-content: space-between;
}
#sec01 .linkfBox a{
	width: 48%;
}
@media screen and (max-width: 1280px) {
	
	#sec01 .fBox {
	margin: 0 5% 0 5%;
}
#sec01 .imgBox {
	width: 35%;
	position:relative;
	left: auto;
}
#sec01 .textBox .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 20px;
}
#sec01 .textBox {
	width: 60%;
	margin-left: 40px;
	margin-right: 0;
}
}
@media screen and (max-width: 960px) {
	#sec01 .textBox .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec01 {
  margin-top: 0;
  padding: 2rem 0 4rem;
  position: relative;
}
		
	
#sec01 .textBox .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
#sec01 .textBox .headWarp h2::before {
	left:0px;
	top:12px;
	width: 10px;
	height: 10px;
}
	
#sec01 .textBox .headWarp .deco {
	margin-bottom: -10px;
	margin-left: 20px;
}	
#sec01 .fBox {

	flex-direction: column;
	padding: 0;
}
#sec01 .textBox {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}	
#sec01 .imgBox {
	width: 100%;
	position:relative;
	margin-top: 15px;
}	
#sec01 .imgBox .radius:nth-child(2){
	margin-left: 0;
}
#sec01 .textBox .btnBlue {
	margin: 40px auto;
}
#sec01 .linkfBox {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
#sec01 .linkfBox a{
	width: 280px;
	margin: 0 auto 20px!important;
}	
	
@media screen and (max-width: 428px) {
     #sec01 .linkfBox a{
        width: 80%;
    }
}
}
@media screen and (max-width: 420px) {
#sec01 .textBox .headWarp h2{
	font-size:19px;
}
}








/*アコーディオン*/



#accordion {
	background: #152d5b url(../img/img_common/texture_r3_bg.jpg) no-repeat;
    background-position: right top;
    background-size: auto;
	padding-bottom: 80px;
}
#accordion .inBox {
	max-width: 1200px;
	margin: 0 auto 80px;
}
#accordion .inBox h2 {
	text-align: center;
	padding: 80px 0 140px;
}
@media screen and (max-width: 1280px) {
#accordion .inBox {
	margin: 0 5% 80px;
}
}

@media screen and (max-width: 767px) {

	#accordion {
		background: #152d5b url(../img/img_common/texture_r3_bg_mb.jpg) no-repeat;
        background-position: right top;
		padding-bottom: 40px;
	}
#accordion .inBox {
	margin: 0 5% 80px;
}
}

@media screen and (max-width: 660px) {
#accordion .inBox {
	margin: 0 5% 0px;
}

}





.details {
   margin-bottom: 120px;
}
.details:last-of-type {
    margin-bottom: 0;
}
.details-summary {
    position: relative;
    display: flex;
    padding: 15px 40px;
    color: #013384;
    font-weight: bold;
    background-color: #fff;
	border-bottom: 2px solid #0d276a;
	align-items: center;
   
}

.details-summary .btn {
    position: absolute;
    right: 6%;
    width: 26px;
    height: 26px;
    transform-origin: center center;
    transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
    content: "";
    background-color: #000;
    width: 26px;
    height: 4px;
    position: absolute;
    top: 11px;
    right: 0;
    transform-origin: center center;
}
.details-summary .btn:before {
    width: 4px;
    height: 26px;
    top: 0;
    right: 11px;
}
.details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
    content: none;
}
.details-summary::-webkit-details-marker {
    display: none;
}
.details-content {
    padding: 40px 40px 100px;
	background: #fff;
}
.details-content .fBox{
   display: flex;
	align-items: center;
	
}
.details-content .fBox img{
	display: block;
	width: 50%;
	max-width: 480px;
	height: auto;
}
.details-content .fBox p{
	flex: 1;
	margin-left: 40px;
}



.details-summary h3 {
	padding: 0;
	padding-left: 40%;
}

.details-summary {
  padding: 30px;
 position: relative;
 border-bottom: #ccaa82 6px solid;
}
.cate02 .details-summary{
 border-bottom: #cdcbc9 6px solid;
}

.details-summary h3 .head{
	font-size: clamp(18px,  3vw, 32px);
	display: block;
	color: #000;
	line-height: 1.5;
}
.details-summary h3 .category{
	font-size: clamp(16px, 2.5vw, 24px);
	display: inline-block;
	padding: 5px 10px;
	color: #0d2d6b;
	border :2px solid #0d2d6b;
	margin-bottom: 10px;
}
.details-summary .headImg {
	display: block;
	position:absolute;
	left: 0;
	bottom:0;
	width: 40%;
	height: auto;
	max-width: 460px;
}



@media screen and (max-width: 1100px) {
.details-summary .headImg {
	width: 40%;
}	
.details-summary h3 {
  padding-left: 40%;
}
.details-summary {
    position: relative;
    display: flex;
    padding: 15px 40px;
	}
}

@media screen and (max-width: 960px) {
#accordion .inBox h2 {
  text-align: center;
  padding: 60px 0 80px;
}
.details {
  margin-bottom: 80px;
}
}

@media screen and (min-width: 767px) {
	.details-summary:hover {
    cursor: pointer;
		background: #dce1ee;
}
	.details-summary:hover h3 .head{
    color: #0d2d6b;
}
}

@media screen and (max-width: 767px) {
	.details-summary {
  padding: 15px 10px;
}
	.details {
   margin-bottom: 60px;
}
	.details-content {
		padding: 20px 20px 40px;
	}
.details-content .fBox{
   display: flex;
	flex-direction: column;
	
}
.details-content .fBox img{
	width: 100%;
}
.details-content .fBox p{
	flex: 1;
	margin-left: 0px;
	margin-top: 20px;
}


	
	
.details-summary .btn {
    top: 38%;
    right: 6%;
    width: 20px;
    height: 20px;
}
.details-summary .btn:before, .details-summary .btn:after {
    width: 20px;
    height: 3px;
    top: 8px;
    right: 0;
}
.details-summary .btn:before {
    width: 3px;
    height: 20px;
    top: 0;
    right: 8px;
}

	
.details-summary .headImg {
	width: 45%;
}	
.details-summary h3 {
  padding-left: 47%;
}	
.details-summary h3 .category{
	margin-bottom: 5px;
}
}
@media screen and (max-width: 560px) {
  #accordion .inBox h2 {
    text-align: center;
    padding: 40px 0 40px;
  }
.details {
   margin-bottom: 40px;
}
.details-summary .headImg {
	width: 120px;
}	
.details-summary h3 {
  padding-left: 30%;
}	
	
}

@media screen and (max-width: 460px) {

.details {
   margin-bottom: 40px;
}
.details-summary .headImg {
	width: 100px;
	bottom: auto;
	top: -20px;
}	
.details-summary h3 {
  padding-left: 90px;
}	
.details-summary h3 .head {
  display: block;
  color: #000;
  line-height: 1.5;
}
.details-summary h3 .category {
  font-size: 14px;
  padding: 3px 5px;
  margin-bottom: 4px;
}
}

.details-content{
	box-sizing: border-box;
	border-right: #ccaa82 6px solid;
	border-left: #ccaa82 6px solid;
	border-bottom: #ccaa82 6px solid;
}
.cate02 .details-content{
	box-sizing: border-box;
	border-right: #cdcbc9 6px solid;
	border-left: #cdcbc9 6px solid;
	border-bottom: #cdcbc9 6px solid;
}
.details-content .conBox {
	margin-bottom: 80px;
}
.details-content .conBox:last-child {
	margin-bottom: 0;
}
.details-content .conBox h4{
	color: #0d276a;
	font-size: clamp(16px, 2.5vw, 32px);
	text-align: center;
	padding: 20px 0 20px;
	
}
.details-content .conBox p {
	text-align: center;
	font-size: clamp(14px, 3vw, 16px);
}


.details-content .conBox .imgBox {
	display: flex;
	justify-content:space-between;
	margin: 60px auto 0;
}
.details-content .conBox .imgBox img{
	width:32%;
	height: auto;
}


.details-content .conBox .btnBlue {
	margin: 40px auto 0;
}




@media screen and (max-width: 767px) {
.details-content .conBox .imgBox {
	display: flex;
	justify-content:center;
	margin: 60px auto 0;
	max-width: 740px;
	flex-wrap: wrap;
	gap:15px;
}
.details-content .conBox .imgBox img{
	width:48%;
	height: auto;
}
}
@media screen and (max-width: 767px) {
	.details-content .conBox h4{
	text-align: left;
	padding: 15px 0 15px;
	
}
.details-content .conBox {
  margin-bottom: 40px;
}
.details-content .conBox p {
	text-align: left;
}
.details-content .conBox .imgBox {
  margin: 20px 0 0;
}	
	
}
@media screen and (max-width: 600px) {
	.details-content .conBox .imgBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.details-content .conBox .imgBox img{
	width:100%;
	height: auto;
	max-width:360px;
}
}




@media screen and (max-width: 460px) {
.details-content .conBox {
  margin-bottom: 40px;
}
	 .details-content {
    padding: 15px 15px 40px;
  }
.details-content .conBox .btnBlue {
  margin: 20px auto 0;
}
}

/*honneLink*/
#honneLink {
	padding: 80px 5%;
	text-align: center
}
#honneLink a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
#honneLink {
	padding: 40px 5%;
}
}





/*offer*/
#offer {
	background:#f6f7fa;
	padding: 0 0 120px;
}
#offer .inBox {
	max-width: 1200px;
	margin: auto;
}


#offer .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#offer .headWarp .deco {
    color: #edeff5;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
}
#offer .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

#offer .inBox p {
	text-align: center;
	margin: 60px 0;
}
#offer .inBox .secimg{
	display: block;
	width: 100%;
	height: auto;
	max-width: 920px;
	margin: 0 auto 40px;
}

#offer .inBox a {
	margin: auto;
}

@media screen and (max-width: 1280px) {
	#offer .inBox {
	margin: 0 5%;
}
}
@media screen and (max-width: 880px) {
	#offer .inBox p {
	text-align: left;
}
	#offer .inBox p br{
		display: none;
	}
}
@media screen and (max-width: 767px) {

#offer {
	background:#f6f7fa;
	padding: 0 0 60px;
}
#offer .headWarp h2 {
  align-items: flex-start;
  margin-left: -15px;
}
#offer .inBox p {
	margin: 20px 0;
}
#offer .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#offer .headWarp .deco {
	margin-bottom: -20px;
}
}
@media screen and (max-width: 480px) {
	#offer .headWarp .deco {
		font-size: 30px;
		margin-bottom: -10px;
	}
}







#offer table{
	width: 100%;
	margin:auto;
}
#offer table tr{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

#offer table tr th{
	width:30%;
	font-size: clamp(15px, 2vw, 16px);
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	padding:20px 10px;
	background: #fff;
	border-right: 4px #0d276a solid;
	font-weight: 600;
}
#offer table tr td{
	width:70%;
	font-size: clamp(14px, 2vw, 16px);
	padding:20px 40px 20px 40px;
	background: #fff;
	letter-spacing: 1px;
}

#offer table td span.treatment:first-child{
	display: block;
	margin-bottom: 10px;
}



#offer table tr.buCon ul li .remarks{
		font-size: clamp(12px, 2vw, 14px);
}

@media screen and (max-width: 1200px) {
	#offer table{
	width: 100%;
	margin:auto;
}
}
@media screen and (max-width: 767px) {
#offer.conBox .conInner {
 padding: 0;
}
	#offer table tr{
	flex-direction: column;
	padding-bottom: 15px;
}
#offer table tr th{
	justify-content: flex-start;
	width:auto;
	border-right: none;
	border-bottom: 2px #0d276a solid;
	padding:20px 40px 20px 40px;
}
#offer table tr td {
  width:auto;
}
#offer table tr th::after {
  content: none;
}
#offer table tr.buCon ul li{
  position:relative;
	padding-left: 25px;
}
#offer table tr.buCon ul li::before{
  content: '';
  position: absolute;
  background: #000;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 8px;
}

}
@media screen and (max-width: 460px) {
	#offer table tr th,#offer table tr td{
	padding:10px 15px 10px 15px;
}
}


.holiday {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin:  60px 5% 40px;
	position: relative;
}

.holiday dt{
padding:10px 30px;
background: #f6f7fa;
display:inline-block;
	font-size: clamp(14px, 2vw, 20px);
	font-weight: 600;
	color: #0d276a;
	position: relative;
}
.holiday dt br {
	display: none;
}
.holiday dd{
padding:40px 20px;
background: #f6f7fa;
width:100%;
max-width: 700px;
display: flex;
position: relative;
}
.holiday dd .icon{
	display: block;
	position: absolute;
	left: -60px;
	top:-20%;
	width: 25%;
	height: auto;
	max-width: 160px;
}
.holiday dd .icon2{
	display: block;
	position: absolute;
	right: -60px;
	top:-20%;
	width: 25%;
	height: auto;
	max-width: 160px;
}
.holiday dd ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 70%;
	margin: auto;
	padding: 0;
}
.holiday dd ul li{
	margin-left: 40px;
	font-size: clamp(14px, 2.5vw, 16px);
}
@media screen and (max-width: 767px) {
.holiday {
  margin: 40px 0 20px;
}	
.holiday dd{
padding:25px 20px 20px;
}	
	
.holiday dd ul{
	max-width: 100%;
	margin: auto;
	padding-left: 10px;
	display: block;

}
.holiday dd ul li{
	margin-left: 10px;
}
.holiday dd .icon{
	left: -30px;
	top:-20%;
	width: 25%;
}
.holiday dd .icon2{
	right: -30px;
	top:-20%;
	width: 25%;
}
}
@media screen and (max-width: 460px) {
.holiday {
  margin: 60px 0 20px;
}
.holiday dt {
  padding: 10px 40px;
 margin-bottom: -10px;
	font-size: 15px;
}
	.holiday dt br {
	display:inline-block;
}
	.holiday dd .icon{
	left: -15px;
	top:-40%;
	width: 22%;
}
.holiday dd .icon2{
	right: -15px;
	top:-40%;
	width: 22%;
}
.holiday dd ul li{
	font-size: 14px;
}
}