@charset "UTF-8";
/* CSS Document */

body{
	background-color:#FFF;
}
p{
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
}

a,
a:link,
a:visited,
a:active,
a:hover{
	text-decoration:none;
}
	
.block img{
	margin-bottom:6px;
}
.bg_white {
	background-color:#FFF;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*---------------------------------------------------------------------------*/
.main{
	width:100%;
	position:relative;
	background:url(../img/mainBg.jpg) center right no-repeat;
	background-size:cover;
	display: flex;
	align-items: center;
}
.main .ttlArea{
	padding:17.5% 0;
	width:50%;
}

.ttlArea h1{
	text-align: left;
}
.ttlArea h1 img{
	width:100%;
}
.ttlArea h2{
	font-size: 18px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing: 3px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.5;
	padding-left:15%;
}
.main .scrollBox{
	position:absolute;
	width:10%;
	bottom:45px;
	left:45%;
	cursor:pointer;
}
.main .scrollBox .scrollText img{
	margin-bottom:10px;
	width:50%;
}
.main .scrollBox .scrollBtn img{
	width:25%;
}
/*---------------------------------------------------------------------------*/
.intro{
	width:100%;
	background: #FFFFFF;
	text-align: center;
	margin-top: -80px auto 0;
	padding: 80px 0;
	display: block;
}
.intro h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	line-height: 1.4;
	text-align: center;
	color:#947A1E;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.intro h3{
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	line-height: 1.4;
	font-weight:500;
	text-align: center;
	color:#947A1E;
	line-height: 1.5;
	letter-spacing: 3px;
}
.intro p{
	text-align: center;
	padding: 40px 0 0;
	font-size: 14px;
	line-height: 2;
}

.hs_box{
	border:2px solid #947A1E;
	padding: 20px 30px;
	margin: 65px auto 0;
	font-size: 13px;
	color:#333;
	line-height: 1.5;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.hs_box:hover{
	color:#FFF;
	background: #947A1E;
}

.hs_box .carsor{
	width: 20px;
	margin: 0 auto;
	padding-top:7px;
}
.hs_box .carsor img{
	width:100%;
}

/*---------------------------------------------------------------------------*/
.contents01{
	width:100%;
	background: #FCEDED url("../img/bg_pwTtl.png") left top no-repeat;
	background-size: 400px auto;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}
.contents01 h2{
	font-size: 14px;
	text-align:center;
	color:#F9668F;
	letter-spacing: 4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	margin-bottom: 30px;
}
.contents01 .con01_wrapper{
	width:70%;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.contents01 .con01_wrapper .featuresBox{
	width:46.5%;
}
.contents01 .con01_wrapper .featuresBox img{
	width:100%;
	margin-bottom: 15px;
}
.contents01 .con01_wrapper .featuresBox h3{
	font-size: 15px;
	text-align: left;
 	font-family: 'Noto Sans JP', sans-serif;
 	font-weight: 500;
	color:#F9668F;
	margin-bottom: 5px;
}
.contents01 .con01_wrapper .featuresBox p{
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
 	font-family: 'Noto Sans JP', sans-serif;
}
/*---------------------------------------------------------------------------*/
.contents02{
	width:100%;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.contents02 .inner{
	width:100%;
	background:url("../img/bg_Contents02.jpg") right top no-repeat;
	background-size: cover;
	padding:15px 0 0 15px;
}
.contents02 .inner h2{
	font-size: 14px;
	text-align:left;
	color:#F9668F;
	letter-spacing: 4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
}

.recommendArea{
	text-align: left;
	padding: 80px 100px;
}
.recommendArea h3{
	font-size: 17px;
	font-family: 'Noto Sans JP', sans-serif;
 	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.recommendArea ul{
	display: inline-block;
}
.recommendArea ul li{
	font-size:14px;
	line-height: 1.5;
	text-align: left;
	padding: 17px 10px 17px 38px;
	border-bottom:1px solid #947A1E;
	background: url("../img/icon_check.png")left center no-repeat;
	background-size:30px 30px;
}


/*---------------------------------------------------------------------------*/
.areaContents{
	width:100%;
	margin: 0 auto;
	background: #FCEDED;
	padding: 80px 0 40px;
}
.areaContents h3{
	font-size: 13px;
	text-align: center;
 	font-family: 'Noto Sans JP', sans-serif;
 	font-weight: 400;
	margin-bottom: 30px;
}

.area_tabs {
   text-align: center;
	width:85%;
	margin: 0 auto;
}
.area_tabs p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  height: 40px;
  line-height: 40px;
}
ul.tabs {
  display: flex;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
ul.tabs li {
  width: 13%;
  height: 40px;
  line-height: 40px;
  margin: 5px 5px;
  background:#f084a2;
  border-radius: 30px;
  position: relative;
  z-index: 1000;
}
ul.tabs li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #333;
}
ul.tabs li a {
  display: block;
  width: 100%;
  color: #FFFFFF;
}
ul.tabs .active {
  color: #ffffff;
  background-color: #F9668F;
}
/*---------------------------------------------------------------------------*/
.shopContents{
	width:100%;
	margin: 0 auto;
	background: #FCEDED;
	padding:20px 0;
	box-sizing: border-box;
}
.tab_content {
	margin:0 auto;
}
.area {
  margin: 0 auto;
  text-align: center;
}
.area h2 {
	font-size: 24px;
	text-align:center;
	color:#F9668F;
	letter-spacing: 4px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	margin-bottom: 15px;
}
section{
  margin: -20px 0 40px;
  padding-top: 20px;
}

section.last_section {
  margin-bottom: 40px;
}

.shopBox{
	width:80%;
	margin: 0 auto 50px;
	background: #FFF;
	padding: 3% 3% 4%;
	box-sizing: border-box;
}
.shopBox:last-child{
	margin-bottom: 0;
}
.shopTtlBox{
	border-left:5px solid #947A1E;
	margin:0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shopTtlBox h3{
  	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 600;
  	letter-spacing: 1px;
	font-size: 25px;
	text-align: left;
	padding-left: 20px;
}
.shopTtlBox h3 span{
	font-size: 15px;
	padding-left: 10px;
	font-weight: 400;
}

.shopTtlBox h4{
  	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 600;
  	letter-spacing: 1px;
	font-size: 18px;
	text-align: left;
	padding-left: 20px;
}

.shopTtlBox .shopInfo{
	text-align: right;
	display: block;
	padding-bottom: 10px;
}
.shopTtlBox .shopInfo .btn_hp{
	font-size:12px;
	padding: 3px 4px 3px 5px;
	border:1px solid #947A1E;
	color:#947A1E;
	margin-bottom: 12px;
	display:inline-block;
	margin-bottom: 5px;
}
.shopTtlBox .shopInfo .tel{
	font-size: 18px;
  	font-family: 'Noto Sans JP', sans-serif;
  	font-weight: 400;
}
.shopTtlBox .shopInfo .tel span{
	font-size: 13px;
}
.shopPlanBox01{
	width:100%;
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
}
.shopPlanBox01 .planBox{
	width:45%;
	text-align: left;
}
.shopPlanBox01 .planBox h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 14px;
	letter-spacing: 2px;
	color:#F9668F;
}
.shopPlanBox01 .planBox ol{
	padding:10px 0;
	list-style-type: none;
	counter-reset: number;
	border-bottom:1px solid #FCEDED;
}
.shopPlanBox01 .planBox ol li{
	font-size: 13px;
	line-height: 1.5;
	position:relative;
	padding:0px 0px 15px 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.shopPlanBox01 .planBox ol li:before{
	position:absolute;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:15px;
	content: counter(number)".";
	counter-increment: number;
	left:0;
	top:0;
	color:#F9668F;
}
.shopPlanBox01 .planBox ol li:last-child{
	padding-bottom: 10px;
}

.shopPlanBox01 .planBox .planInfoBox{
	text-align: left;
	padding: 15px 0 0;
}
.shopPlanBox01 .planBox .planInfoBox .price{
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}
.shopPlanBox01 .planBox .planInfoBox .price span{
	font-size: 13px;
}
.shopPlanBox01 .planBox .planInfoBox p{
	font-size: 12px;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
}
.shopPlanBox01 .photoBox{
	width:52%;
}
.slider li{
	margin-right: 3px;
}
.slider li img{
	height: 280px;
	width: auto;
}


.btn_plan{
	width:50%;
	padding: 18px 0;
	background: #947A1E url("../../../assets/img/common/icoArrow02.png")95% center no-repeat;
	background-size:5px auto;
	color:#FFF;
	font-size: 13px;
	text-align: center;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 3px;
	letter-spacing: 1px;
}
.btn_plan a{
	font-weight: 500;
}

/*standard*/
.hs_contents{
	width:100%;
	background: #FFF;
	margin: -50px auto 0;
	padding-top: 50px;
}

.hs_con{
	width:70%;
	padding: 50px 0;
	margin:0 auto 15px;
	display:flex;
	justify-content: space-between;
}
.hs_con:last-child{
	border-bottom: none;
}
.hs_con .hs_img{
	width:40%;
}
.hs_con .hs_img img{
	width:100%
}
.hs_con .hs_txtBox{
	width:57%;
}
.hs_con .hs_txtBox .hsTtl{
	font-size: 17px;
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	margin-bottom: 15px;
	text-align: left;
}
.hs_con .hs_txtBox .hsTxt{
	font-size: 13px;
	font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
	line-height: 1.6;
	text-align: left;
}
.hs_con .hs_txtBox .hsBtn{
	margin-top: 10px;
	float: right;
	border:1px solid #333;
	padding: 10px 30px;
	background: url("../../../assets/img/common/icoArrow13.png") 85% center no-repeat;
	background-size:8px;
	display: block;
	font-size: 13px;
	color:#333;
	text-align: center;
}
.hs_con .hs_txtBox .hsBtn:hover{
	background:#E3E2D6 url("../../../assets/img/common/icoArrow13.png")85% center no-repeat;
	background-size:8px;
}



