@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* common 
******************************************************************************************/
body {
    position: relative;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: .1rem;
    color: #707070;
	background: #FAF6F2;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0; 
}

a {
    text-decoration: none;
    display: block;
    color: #707070; 
	transition: all.3s;
}
a:hover{
	opacity: 0.7;
}

li {
    list-style: none; 
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0; 
}

.wrap{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.en{font-family: "Montserrat", sans-serif; font-weight: 600;}

.fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s;
    animation-delay: 3s; 
}

.fadein.scrollin {
    opacity: 1;
    transform: translateY(0); 
}


/*-------header-------------------------------------*/
header {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  z-index: 100; }
  header .header_inner {
	  max-width: 1200px;
	  width: 100%;
	  margin: 0 auto;
	  position: relative;
	  top: 50%;
	  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
	align-items: center;
    flex-wrap: nowrap; }
    header .header_inner #logo {
		font-size: 18px;
      width: 180px;
      margin: auto 0; }
    header .header_inner #pc_navi {
      width: 45%; }
      header .header_inner #pc_navi nav ul.pc_nav_li {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        align-items: center; }
        header .header_inner #pc_navi nav ul.pc_nav_li li a {
          display: block;
			font-weight: 500;
		  font-size: 14px;}


/*-------kv-------------------------------------*/
.main-visual{
	position: relative;
    background: url("../img/main-visual_02.JPG") no-repeat center top / cover;
	height: 80vh;
}
.main-visual .inner{
	max-width: 1220px;
    height: 100%;
    position: relative;
}
.main-visual h2{
    display: block;
	font-size: 25px;
	color: #fff;
}
.head-lead{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.anchor {
    position: absolute;
}
.head-lead .left_wrap {
    background-color: #5A697D;
}
.head-lead .right_wrap{
	background: #fff;
}
.head-lead .left_wrap, .head-lead .right_wrap {
    padding: 110px 20px 75px;
	width: 50%;
}
.head-lead .text {
    text-align: center;
}
.head-lead .left_wrap .wrap{
	justify-content: center;
	margin-top: 20px;
}
.head-lead .left_wrap .wrap .wh-circle{
	background: #fff;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.head-lead .left_wrap .text small, .head-lead .left_wrap .text strong {
    color: #fff;
}
.head-lead .text small {
    font-size: 13px;
}
.head-lead .text small, .head-lead .text strong {
    display: block;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 700;
}
.head-lead .text strong {
    font-size: 26px;
    margin-top: 10px;
}
.price_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    padding-bottom: 27px;
    margin-inline: auto;
}
.price_wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 3px;
    background-color: #5A697D;
}
.price_wrap .area {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.14em;
}
.price_wrap .area span {
    font-weight: 700;
    color: #5A697D;
}
.price_wrap .price {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    top: 6px;
}
.price_wrap p {
    line-height: 1;
    color: #5A697D;
}
.head-lead .right_wrap .price_wrap {
    margin-top: 15px;
}
.price_wrap .price strong {
    font-size: 67px;
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.price_wrap .taxin {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.head-lead .right_wrap .ex {
    margin-top: 12px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.point-sec {
    position: relative;
	padding-top: 100px;
    padding-bottom: 130px;
    z-index: 1;
}
.point-sec::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 100px);
	height: 100%;
    background-color: #F2EDE6;
    left: 0;
    bottom: 0;
    z-index: -1;
	border-radius: 0 0 100px 0;
}
.top_wrap{
    padding-left: 0;
    margin-left: 0;
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_wrap .img_wrap {
    position: relative;
	width: 50%;
}
.top_wrap .text_wrap {
	margin-bottom: 44px;
	padding-left: 10%;
}
.sec_ttl {
    position: relative;
    z-index: 1;
}
.sec_ttl .en {
    font-family: "Montserrat", sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #5A697D;
    position: absolute;
    left: -6px;
    top: -20px;
    z-index: -1;
}
.sec_ttl .jp {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.5;
	background: rgba(255,255,255,0.61);
}
.point-sec .top_wrap .text_wrap h3 {
    margin-top: 50px;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.14em;
}
.point-sec .top_wrap .text_wrap p {
    margin-top: 32px;
    max-width: 400px;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.14em;
}
.bottom_wrap .inner{
	max-width: 1000px;
	padding: 0;
}
.bottom_wrap .inner .wrap li{
	width: 48%;
}
.bottom_wrap .inner .wrap li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}
.bottom_wrap .inner .wrap li .icon{
	width: 25%;
}
.bottom_wrap .inner .wrap li .point_detail{
	width: 70%;
}
.bottom_wrap .inner .wrap li .point_detail p{
	font-size: 14px;
}
.bottom_wrap .inner .wrap li .point_detail p.color{
	font-size: 18px;
	color: #5A697D;
	font-weight: 600;
}

/*------------------------Design---------------------------*/
.design-sec .inner{
	text-align: center;
	padding: 150px 0 60px;
}
.design-sec .sec_ttl .en{
	transform: translate(-50%, 0);
	left: 50%;
}
.design-sec .inner p.bold{
	font-size: 25px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.design-sec .point_list li {
	display: flex;
	flex-direction: row-reverse;
}
.design-sec .point_list li:nth-of-type(1) .text_wrap {
    background-color: #8BA68C;
}
.design-sec .point_list li:nth-of-type(2) .text_wrap {
    background-color: #B5BBBD;
}
.design-sec .point_list li:nth-of-type(3) .text_wrap {
    background-color: #C4A484;
}
.design-sec .point_list li:nth-of-type(4) .text_wrap {
    background-color: #D8A48F;
}
.design-sec .point_list li .text_wrap {
	width: 582px;
	height: 450px;
	display: grid;
	place-content: center;
	position: relative;
	padding: 50px;
	color: #fff;
}
.design-sec .point_list li .text_wrap h3 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 18px;
	border-bottom: 2px solid #fff;
	line-height: 1.6;
}
.design-sec .point_list li .text_wrap p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
}
.design-sec .point_list li:nth-of-type(2n) {
	flex-direction: row;
}
.design-sec .point_list li:nth-of-type(2n) .img_wrap h4{
	left: 0;
}
.design-sec .point_list li + li {
    margin-top: 124px;
}
.design-sec .point_list li .img_wrap {
	height: 450px;
	width: calc(100% - 582px);
	position: relative;
}
.design-sec .point_list li .img_wrap h4{
	position: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	right: 0;
	bottom: -9px;
	line-height: 1;
}
.design-sec .point_list li .img_wrap figure{
	height: 450px;
}


/*------------------プラン-------------------------------*/
.plan-sec .sec_ttl.ttl_center {
    text-align: center;
}
.plan-sec {
    background-color: #fff;
    padding-block: 120px 146px;
    position: relative;
    margin-top: 160px;
}
.plan-sec .lead {
    margin-top: 50px;
    font-size: 15px;
    line-height: 2.2;
    letter-spacing: 0.14em;
}
.plan-sec .plan_list {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    margin-top: 65px;
}
.plan-sec .plan_list li{
	width: calc(100% / 2 - 20px);
	margin-bottom: 40px;
}
.plan-sec .plan_list a p {
    margin-top: 15px;
    line-height: 2;
	position: relative;
}
.plan-sec .plan_list a p::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../img/arrow.png) no-repeat 0 / contain;
    top: -4px;
    right: 30px;
}
.plan-sec .inner{
	padding: 0;
}

.plan_btn{
	border-radius: 50px;
	border: 1px solid #4B5C67;
	width: 300px;
	margin: 40px auto 0;
}
.plan_btn a{
	padding: 18px 30px;
	text-decoration: underline;
	position: relative;
	font-size: 18px;
}
.plan_btn a::after{
	position: absolute;
	content: "";
	width: 55px;
    height: 55px;
    background: url(../img/arrow.png) no-repeat 0 / contain;
    top: 8px;
    right: 15px;
}


/*--------------------プラス--------------------------*/
.plus-sec .inner{
	text-align: center;
	padding: 150px 0 60px;
}
.plus-sec .sec_ttl .en{
	transform: translate(-50%, 0);
	left: 50%;
}
.plus-sec .inner p.bold{
	font-size: 25px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.plus-sec .inner .wrap{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plus-sec .inner .wrap li{
	width: calc(100% / 3 - 20px);
	height: 600px;
	position: relative;
}
.plus-sec .inner .wrap li figure{
	height: 600px;
}
.plus-sec .inner .wrap li:nth-child(2){
	padding-top: 60px;
}
.plus-sec .inner .wrap li figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.plus-sec .inner .wrap li p{
	background: #fff;
	padding: 10px 30px;
	text-align: center;
	font-size: 20px;
	position: absolute;
	transform: translate(-50%, 0);
	left: 50%;
	width: 85%;
	bottom: -30px;
}
.plus-sec .inner .wrap li:nth-child(2) p{
	top: 30px;
    bottom: auto;
}

/*-------------------お問い合わせ--------------------*/
.cta_sec{
	background: #F2EDE6;
	text-align: center;
	margin-top: 100px;
	border-radius: 0 0 100px 0;
}
.cta_sec .cta_head{
	width: 60%;
	margin: 0 auto 50px;
}
.cta_sec .cta_head h4{
	font-size: 30px;
}
.cta_sec .wrap{
	justify-content: center;
}
.cta_sec .wrap .cta_link{
	width: 42%;
	margin: 0 30px;
}
.cta_sec .wrap .cta_link p.en {
    color: #5A697D;
    font-weight: 700;
    line-height: 0.6;
    font-size: 35px;
}
.cta_sec .wrap .cta_link a{
	border-radius: 100px;
	background: #5A697D;
	padding: 30px 0;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.cta_sec .wrap .cta_link a::after{
	content: "";
	position: absolute;
	width: 65px;
	height: 65px;
	background: url("../img/aroow.png") no-repeat center;
	background-size: cover;
	transform: translate(0, -50%);
	top: 50%;
	right: 20px;
}
.cta_sec .wrap .cta_link.contact-us a{
	background: #C4A484;
}
.cta_sec .wrap .cta_link.contact-us p.en{
	color: #C4A484;
}


/*--------------------footer--------------------------------*/
.footer_detail{
	width: 50%;
    display: flex;
    justify-content: space-around;
	position: relative;
}
.footer_detail::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100px;
	background: #707070;
	transform: translate(0, -50%);
	top: 50%;
	right: 0;
}
.footer_detail .logo{
	width: 30%;
}
.footer_detail .footer_address{
	width: 60%;
}
.footer_detail .footer_address .wrap{
	margin-top: 15px;
	justify-content: flex-start;
}
.footer_detail .footer_address .wrap a{
	width: 50%;
    text-decoration: underline;
	font-size: 14px;
}
.footer_detail .footer_address .wrap a:nth-child(1){
	width: 35%;
	position: relative;
}
.footer_detail .footer_address .wrap a:nth-child(1)::after{
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	transform: translate(0, -50%);
	top: 50%;
	right: 30px;
	background: url("../img/link_icon_01.png") no-repeat center;
	background-size: cover;
}
footer .cta_area{
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .cta_area .footer_tel{
	width: 45%;
}
footer .cta_area .footer_mail{
	width: 55px;
	margin-left: 50px;
}
.copyright{
	background: #F2EDE6;
    text-align: center;
	font-size: 10px;
	padding: 10px 0;
	color: #9D9D9D;
}
.copyright p{
	font-weight: 500;
}

@media (max-width: 900px) {
	.inner{margin: 0 15px; padding: 60px 0;}
	#pc_navi {
    display: none; }

  header .header_inner #logo a {
    width: 11rem; }

  header .header_inner #logo a img {
    width: 100%;
    margin-left: 1rem; }

  #nav-toggle {
    position: fixed;
    top: -10px;
    right: 15px;
    height: 45px;
    cursor: pointer;
    padding: 10px; }
    #nav-toggle > div {
      position: relative;
      width: 30px; }
    #nav-toggle span {
	  display: inline-block;
      transition: all .4s;/*アニメーションの設定*/
      position: absolute;
      left: 0;
      height: 4px;
      background: #fff;}
      #nav-toggle span:nth-child(1) {
		top:3px; width: 100%;}
      #nav-toggle span:nth-child(2) {
        top:11px; width: 100%;}
	#nav-toggle span:nth-child(3){
		top:19px; width: 100%;
	}

  .open #nav-toggle span {
    background: #fff; }
    .open #nav-toggle span:nth-child(1) {
	top: 5px;
    left: 5px;
    transform: translateY(6px) rotate(-135deg);
    width: 70%;}
    .open #nav-toggle span:nth-child(2) {
      top: 17px;
    left: 5px;
    transform: translateY(-6px) rotate(135deg);
    width: 70%;}
	.open #nav-toggle span:nth-child(3) {
		display: none;
	}

  #nav-toggle {
    z-index: 1000; }

  #gloval-nav {
    background: #5A697D;
    color: #fff;
    position: fixed;
    top: -22px;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100vh;
    padding-left: 30px;
	padding-right: 30px;
    padding-top: 130px;
    z-index: 990;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s ease, visibility .4s ease; }
	
	#gloval-nav nav{width: 100%;}
	
	#gloval-nav ul li.border_none a{
		border: none;
	}

  #gloval-nav a {
	 border-bottom: 1px solid #fff;
	font-size: 16px;
    display: block;
    color: #fff;
	  position: relative;
    text-decoration: none;
    padding: 30px 0;
	 line-height: 1.3;
	  font-weight: bold;}
	#gloval-nav a::after{
		position: absolute;
        content: "";
        background: url(../img/aroow.png) no-repeat center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
	}
	#gloval-nav ul li:nth-child(1) a{border-top: 1px solid #fff;}
	#gloval-nav ul li:nth-child(4) a, #gloval-nav ul li:nth-child(5) a{border-bottom: none;}
	#gloval-nav a span{
		font-size: 12px;
		font-family: "Montserrat", sans-serif;
		position: relative;
		display: block;
		margin-left: 15px;
        font-weight: 500;
	}
	#gloval-nav a span::before{
		position: absolute;
		content: "";
		background: #fff;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		left: -15px;
        top: 4px;
	}
  #gloval-nav ul {
    list-style: none;
    padding: 0; }
	
	#gloval-nav ul li.head_btn{
		margin-top: 30px;
	}
	
	#gloval-nav ul li.head_btn a{
		padding: 25px 0;
		text-align: center;
		position: relative;
		background: #fff;
		color: #6B8299;
		font-weight: bold;
		font-size: 16px;
	}
	#gloval-nav ul li.head_btn.line_btn a::before{
		position: absolute;
		content: "";
		background: url("../img/line_icon.png") no-repeat center;
		background-size: cover;
		width: 32px;
		height: 32px;
		top: 50%;
		left: 8%;
		transform: translateY(-50%);
	}
	#gloval-nav ul li.head_btn.form_btn a::before{
		position: absolute;
		content: "";
		background: url("../img/mail_icon.png") no-repeat center;
		background-size: cover;
		width: 30px;
		height: 21px;
		top: 50%;
		left: 5%;
		transform: translateY(-50%);
	}
	#gloval-nav ul li.head_btn a::after{
		position: absolute;
		content: "";
		background: url("../img/arrow.png") no-repeat center;
		background-size: cover;
		width: 30px;
		height: 30px;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
	}
	

  /* open */
  .open {
    overflow: hidden; }
    .open #gloval-nav {
      visibility: visible;
      opacity: 1; }
    .open #gloval-nav ul {
      padding: 0; }
    .open #gloval-nav li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; }
	
	.design-sec .point_list li .img_wrap {
		height: 350px;
		width: 50%;
	}
	.design-sec .point_list li .img_wrap, .design-sec .point_list li .img_wrap figure {
		height: 350px;
	}
	.design-sec .point_list li .text_wrap h3{
		font-size: 20px;
	}
	.design-sec .point_list li .text_wrap{
		height: 350px;
		padding: 30px;
		width: 50%;
	}
	.design-sec .point_list li .text_wrap p{
		font-size: 14px;
	}
	.design-sec .point_list li .img_wrap h4{
		font-size: 50px;
	}
	.design-sec .point_list li + li {
		margin-top: 50px;
	}
	.point-sec::before{
		width: 95%;
	}
	.point-sec .top_wrap .text_wrap h3{
		font-size: 24px;
	}
	.top_wrap .text_wrap{
		padding-left: 5%;
	}
	.plan-sec .plan_list a p{
		padding-right: 13%;
	}
	.plan-sec {
		padding-block: 120px 90px;
	}
	.plus-sec .inner {
		padding: 100px 0 60px;
	}
	.cta_sec .cta_head {
		width: 80%;
	}
	.cta_sec .wrap .cta_link {
		width: 45%;
		margin: 0 15px;
	}
	.cta_sec .wrap .cta_link a {
		padding: 20px 0;
		font-size: 16px;
	}
	.cta_sec .wrap .cta_link a::after{
		width: 50px;
    	height: 50px;
	}
	.cta_sec .cta_head h4 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.pc_only{display: none;}
	a.btn{width: 250px; margin: 0 auto;}
	
	
/*-----------KV---------------------------*/
	
	.main-visual {
        padding-block: 132px 40px;
		height: 85vh;
    }
	
	.main-visual{
		position: relative;
		background: url("../img/main-visual_sp.jpg") no-repeat center top / cover;
		height: 765px;
	}
	.main-visual .inner {
		height: auto;
		position: absolute;
		padding: 0;
		bottom: 95px;
	}
	
	.head-lead .left_wrap, .head-lead .right_wrap {
        padding-block: 47px;
		width: 100%;
    }
	.head-lead .left_wrap h2{
		width: 85%;
    	margin: 0 auto;
	}
	.head-lead .text{
		margin-top: 20px;
	}
	.head-lead .left_wrap .wrap .wh-circle{
		width: 100px;
    	height: 100px;
		margin: 0 5px;
	}
	.head-lead .right_wrap .inner{
		padding: 0;
		margin: 0;
	}
	.price_wrap .price {
        font-size: 18px;
    }
	.price_wrap .price strong {
        font-size: 55px;
        position: relative;
        top: 3px;
    }
	.price_wrap .price strong {
        font-size: 55px;
        position: relative;
        top: 3px;
    }
	.price_wrap .taxin {
        text-align: center;
        width: 100%;
        margin-top: 21px;
    }
	.head-lead .right_wrap .price_wrap {
        margin-top: 13px;
    }
	.price_wrap {
        padding-bottom: 17px;
        max-width: 300px;
    }
	
	/*--------------------ポイント------------------------------*/
	.point-sec {
        margin-top: 80px;
        padding-bottom: 50px;
        padding-top: 0px;
    }
	.point-sec::before {
        width: 97%;
        height: calc(100% - 66px);
		border-radius: 0 0 55px 0;
    }
	.point-sec .top_wrap {
        padding-inline: 20px;
		flex-wrap: wrap;
		flex-direction: column-reverse;
    }
	.top_wrap .img_wrap {
		width: 100%;
    }
	.top_wrap .text_wrap {
        margin-top: 65px;
		width: 100%;
		padding: 0;
    }
	.point-sec .top_wrap .text_wrap h3 {
        margin-top: 45px;
        font-size: 20px;
        line-height: 1.9;
    }
	.top_wrap .text_wrap {
        margin-top: 30px;
    }
	.point-sec .top_wrap .text_wrap p {
        margin-top: 23px;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.12em;
        max-width: unset;
    }
	.bottom_wrap .inner .wrap li{
		width: 100%;
		align-items: flex-start;
	}
	.bottom_wrap .inner .wrap li .icon{
		width: 25%;
	}
	.bottom_wrap .inner .wrap li .point_detail{
		width: 70%;
	}
	.sec_ttl .en {
        font-size: 65px;
        left: 2px;
        top: -20px;
    }
	.sec_ttl .jp {
        font-size: 18px;
		position: relative;
        top: -10px;
    }
	.design-sec .inner{
		padding: 100px 0 0px;
	}
	.design-sec .inner p.bold, .plus-sec .inner p.bold, .cta_sec .cta_head h4{
		font-size: 20px;
        line-height: 1.9;
	}
	.design-sec .inner p, .plus-sec .inner p, .cta_sec .cta_head p{
		font-size: 14px;
        line-height: 2;
        letter-spacing: 0.12em;
        margin-top: 20px;
	}
	.design-sec .point_list {
        margin-top: 57px;
    }
	.design-sec .point_list li{
		flex-wrap: wrap;
	}
	.design-sec .point_list li + li {
        margin-top: 30px;
    }
	.design-sec .point_list li .text_wrap {
        padding: 52px 25px 48px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        display: block;
    }
	.design-sec .point_list li .text_wrap h3 {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 0.14em;
    }
	.design-sec .point_list li .img_wrap {
        display: block;
        aspect-ratio: 409 / 250;
		width: 100%;
		height: auto;
    }
	.design-sec .point_list li .img_wrap figure{
		height: auto;
	}
	.design-sec .point_list li .img_wrap h4{
		font-size: 45px;
		bottom: 18px;
	}
	.plan-sec {
		padding-block: 70px 80px;
		margin-top: 60px;
	}
	.plan-sec .plan_list li{
		width: 100%;
	}
	.plan-sec .plan_list{
		margin-top: 40px;
	}
	.plan-sec .plan_list a p::after{
		top: 0px;
    	right: 0px;
	}
	.plus-sec .inner {
		padding: 80px 0 60px;
	}
	.plus-sec .inner .wrap li{
		width: 100%;
		padding-top: 60px;
		height: 100%;
	}
	.plus-sec .inner .wrap li figure{
		height: 100%;
	}
	.plus-sec .inner .wrap li:nth-child(2) p {
		top: auto;
		bottom: 0;
	}
	.plus-sec .inner .wrap{
		margin-top: 0;
	}
	.cta_sec{
		margin-top: 50px;
		    border-radius: 0 0 50px 0;
	}
	.cta_sec .cta_head, .cta_sec .wrap .cta_link{
		width: 100%;
	}
	.cta_sec .wrap .cta_link{
		margin: 0;
	}
	.cta_sec .wrap .cta_link a::after {
		width: 50px;
		height: 50px;
		right: 10px;
	}
	.cta_sec .wrap .cta_link a {
		padding: 20px 0;
		font-size: 18px;
	}
	.cta_sec .wrap .cta_link p.en{
		font-size: 30px;
	}
	.cta_sec .wrap .cta_link.reserve{
		margin-bottom: 40px;
	}
	.footer_detail, footer .cta_area{
		width: 100%;
	}
	.footer_detail::after{
		display: none;
	}
	.footer_detail .logo{
		width: 70%;
	}
	.footer_detail{
		flex-wrap: wrap;
	}
	.footer_detail .footer_address{
		text-align: center;
		width: 100%;
	}
	.plus-sec .inner .wrap li p{
		padding: 5px 30px;
		font-size: 18px;
		bottom: 0;
	}
	footer .cta_area{
		margin-top: 30px;
	}
	footer .cta_area .footer_tel{
		width: 70%;
	}
	footer .cta_area .footer_mail {
		width: 45px;
	}
	.footer_detail .footer_address .wrap a:nth-child(1){
		width: 45%;
	}
	.footer_detail .footer_address .wrap a:nth-child(1)::after{
		right: 20px;
	}
	.single_head h1 {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
  .sp_only {
    display: none; }
	
	.sp_img{
		display: none;
	}
	
	.head-lead h2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 35px;
        margin: auto;
        width: 350px;
        transform: translateX(9px);
    }
	.head-lead .right_wrap .inner {
        max-inline-size: -moz-max-content;
        max-inline-size: max-content;
        margin: auto;
		padding: 0;
		max-width: max-content;
    }
	
	.design-sec .point_list li .img_wrap img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
	.main-visual figure{
		left: calc(40% - 16px);
		bottom: -9px;
		max-width: 750px;
		z-index: 1;
		position: absolute;
		display: block;
	}
	.main-visual h2{
		left: 60px;
		bottom: 100px;
		position: absolute;
		display: block;
		font-size: 35px;
	}
}

@media (min-width: 901px) {
	#sp_navi {
    display: none; }
}

/*-------------------投稿ページ---------------------*/
.single_main .inner{
	max-width: 900px;
	padding-bottom: 50px;
}
.single_head{
	padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}
.single_head img{
	width: 100%;
}
.single_head .date{
	font-size: 14px;
}
.single_head h1{
	font-size: 25px;
}
.single_main .content p{
	margin-bottom: 20px;
}
.single_main .content h2, .single_main .content h3, .single_main .content h4, .single_main .content h5{
	padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 5px #C4A484;
	margin-bottom: 20px;
}
/* ページ中央に設置 */
.pnavi {
    text-align: center;
	margin-top: 50px;
}

/* 現在開いている以外のページのボタン */
.pnavi .page-numbers {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: #656565;
    border: 1px solid #656565;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
}

/* マウスが乗った時の、ボタンの背景の色と文字の色 */
.pnavi a.page-numbers:hover {
    color: #FFF;
    background-color: #999;
    border-color: #999;
}


/* 現在のページのボタン */
.pnavi .current {
    padding: 0;
    background: #656565;
    color: #FFFFFF;
    font-size: 12px;
}

/* 前へ、次へ */
.pnavi .prev,
.pnavi .next {
    border: 1px solid #3DB0ED;
    color: #3DB0ED;
    position: relative;
    font-size: 12px;
}

.pnavi a.next.page-numbers {
    margin-right: 0;
}


/* 数字の間のドット */
.pnavi .dots {
    background: transparent;
    border: none;
}

.page-nav{
	margin: 40px auto 0;
	max-width: 900px;
}
.page-nav .single-nav{
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.page-nav .single-nav .left, .page-nav .single-nav .list, .page-nav .single-nav .right{
	width: 20%;
}
.page-nav .single-nav .left span, .page-nav .single-nav .right span{
	position: relative;
}
.page-nav .single-nav .left span::after{
	position: absolute;
	content: "";
	background: url(./img/back_top.png) no-repeat center;
	background-size: cover;
	width: 30px;
	height: 30px;
	top: 0;
	left: -10%;
	transform: rotate(180deg);
}
.page-nav .single-nav .right span::after{
	position: absolute;
	content: "";
	background: url(./img/back_top.png) no-repeat center;
	background-size: cover;
	width: 30px;
	height: 30px;
	top: 0;
	right: -10%;
}

.pager{
	text-align:center;
	display: flex;
	justify-content: center;
	margin: 60px auto;
	width: 80%;
	font-size: 18px;
}
a.page-numbers,
.pager .current{
	padding: 3px 15px;
	margin:0 10px;
}
.pager .current{
	background: 333;
	border-radius: 50%;
	color: fff;
}
.pager .next{
	padding: 0;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    position: relative;
    top: 15px;
}
.pager .prev{
	padding: 0;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
	position: relative;
    top: 15px;
	}
@media only screen and (max-width: 767px) {
	.pager{
		width: 95%;
	}
	.page-nav{
		margin: 20px 15px 0;
	}
	.page-nav .single-nav .left, .page-nav .single-nav .list, .page-nav .single-nav .right {
		width: 30%;
	}
}

/*---------------プラン一覧--------------------------*/
.plan-page{
	background: #FAF6F2;
	margin-top: 0;
	padding-block: 0;
}
.sub_fv{
	padding-top: 50px;
}
.sub_fv .inner{
	padding-bottom: 0;
}
.sub_fv .en_title{
	font-size: 15px;
}
.sub_fv h2{
	font-size: 30px;
    line-height: 1;
}

/*-------------------プライバシーポリシー----------------------------------*/
.privacy_main h4 {
    font-size: 22px;
    margin: 50px 0 0;
}
.privacy_main .blank {
    padding-top: 40px;
}
.privacy_main .paragraph {
    padding-left: 20px;
}
.privacy_main .subheading {
    padding-left: 40px;
}
.privacy_main ul{
	padding-left: 40px;
}
.privacy_main ul li{
	list-style: disc;
}

/*---------------------問い合わせ完了--------------------------*/
.thank_main{
	text-align: center;
}
/*----------------------------コンタクトフォーム-----------------------------*/
.cta_main .inner{
	padding-bottom: 0;
}
.wpcf7-list-item-label a{display: inline-block; color: #4E80CE;}
.form_area p.center{text-align: center; padding: 40px 0 50px;}
div.wpcf7 { 
	padding:0px; }
div.wpcf7 p { 
	padding: 0; 
	margin:0; 
	font-size: 16px;
	line-height: 100%;
	 }
div.wpcf7 input.wpcf7-text, .wpcf7 textarea, .wpcf7-date{ 
	border:1px solid #BEBEBE; 
	padding:16px; font-size:14px; 
	line-height: 100%; color: #999; 
	margin-top: 10px; width: 100%; 
	border-radius: 5px;
	font-weight: normal;}
input[type=text]:focus{
	border-radius: 0;
}
div.wpcf7 textarea { width:100%; height:200px; }
.wpcf7-acceptance{text-align: center; padding-top: 50px;}
.wpcf7 input[type="submit"] {
  cursor:pointer; margin: 0 auto; display:block;
	width: 280px;
	font-size: 16px;
	border-radius: 10px!important;
    height: 60px;
    background: #656565;
	font-weight: 600;
	color: #fff;
	position: relative;
	text-align: center;
}
.form_area p.grey{
	padding-top: 5px;
	color: #999;
	font-size: 12px;
}
div.wpcf7 p.cta_ttl{
	margin-top: 30px;
}

.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative;  background: #2A88E0;}
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
	margin-top: 10px; 
	margin-left: 0; 
	font-weight: 400;
font-size: 14px;
line-height: 170%;
	display: block;}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item:nth-child(1){
	margin-top: 16px;
	margin-left: 0;
}
.wpcf7-select{
	margin-top: 10px;
	font-weight: normal;
	width: 100%;
	color: #999;
	font-size: 14px;
	line-height: 100%;
	padding: 10px 15px;
}
.menu-338{
	margin-left: 10px;
}
.menu-338, .date-944{
	display: inline-block;
	width: 35%;
}

div.wpcf7 p.form_name{
	padding: 40px 0px 0; 
}
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
.wpcf7 .normal{
	font-weight: normal;
	font-size: 14px;
}

input :not(*):placeholder-shown, div.wpcf7 input.wpcf7-text, .wpcf7 textarea{
	color: #333;
}
input[type="text"]:focus, input[type="email"]:focus, textarea{
	outline: none;
	outline-color: #333;
}

@media (min-width: 768px){
	.wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
		display: inline-block;
		margin-left: 20px;
	}
}

@media (max-width: 767px){
	div.wpcf7 input.wpcf7-submit{
		width: 100%;
	}
}


/*# sourceMappingURL=style.css.map */
