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

html{
	scroll-behavior: smooth;
}
body ,p{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	text-align: center;
	line-height: 2rem;
}
h1,h2,h3,h4,#g-navi{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
h2,#g-navi{
	font-size: 1.5rem;
	text-align: center;
	color: #837c61;
	letter-spacing: 0.1rem;
	margin-left: -1.5rem;
}
h2 .sub{font-size: 0.8rem;}
#sec05 h2{
	font-size: 2.2rem;
}
.ta-c{text-align: center;}
.ta-l{text-align: left;}
.pl-1{padding-left: 2rem;}
.mt-1{margin-top: 1rem;}
.ml-1{margin-left: 1rem;}

.pc-none{display: none;}

.btn-pc {
	display: flex;
	justify-content: center;
	margin: 5rem auto 0;
	padding-bottom: 5rem;
}
.btn-pc-yoyaku img,.btn-pc-contact img{
	width: 18vw;
	transition: .3s;
}
.btn-pc-yoyaku img:hover,.btn-pc-contact img:hover{
	opacity: 0.8;
}
.btn-pc-contact img{
	margin-left:5vw; 
}


/*=============
header
=============*/

/*===global navigation====*/
#header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top:1rem;
	margin-bottom:1rem;
}
#header h2{
	margin-left: -6rem;
}
#g-navi{
	letter-spacing: 0.1rem;
}
.logo{
	margin-left: 5vw;
}
.logo img {
  width:8vw;
	display: block;
	max-width: 100%;
	height: auto;
}
/*nav {
  margin-left: auto;
}*/
nav ul {
  display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: calc(100%-200px);
}
nav ul li a {
  padding: 0 20px;
}
.insta img{
	width: 2.5rem;
	height: 2.5rem;
}
.insta{
	position: absolute;
	right: 3vw;
}
/*===============*/


/*=============
section 01
=============*/

/*=====slick=====*/

.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
.full div.img01 {
  background-image: url(../img/top-slide_01.png);
}
.full div.img02 {
  background-image: url(../img/top-slide_02.png);
}
.full div.img03 {
  background-image: url(../img/top-slide_03.png);
}
.full div.img04 {
  background-image: url(../img/top-slide_04.png);
}
.full div.img05 {
  background-image: url(../img/top-slide_05.png);
}
.full div.img06 {
  background-image: url(../img/top-slide_06.png);
}
.full div.img07 {
  background-image: url(../img/top-slide_07.png);
}
.full div.img08 {
  background-image: url(../img/top-slide_08.png);
}
.full div.img09 {
  background-image: url(../img/top-slide_09.png);
}
.full div.img10 {
  background-image: url(../img/top-slide_10.png);
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}
/*===============*/
#sec01{
	position: relative;
}
.slide-icon img{
	position: absolute;
	top:300px;
	left: 50%;
	width: 30vw;
	margin-left: -15vw;
}
.scroll{
	position: absolute;
	bottom: 8rem;
	left: 50%;
	width: 41px;
	height: 47px;
	margin-left:-20px;
}

/*=============
section 02
=============*/
#sec02 h2{
	margin:3rem auto 0;
	letter-spacing: 0.1rem;
}
#sec02 p{
	margin:2.5rem auto;
}
#sec02 h3{
	color: #805b97;
	font-size: 1.6rem;
	margin-top: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 2.7rem;
}
/*.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
}*/
/*=============
section 03
=============*/
#sec-03{
	position: relative;
}
.heading-img{
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.heading-img img{
	display: block;
	width: 100%;
	height: auto;
	
}
.heading-text{
	position: relative;
	top:-50px;
	left:50%;
	margin-left:-35vw;
	background-color: #fff;
	width: 70vw;
	padding: 4rem auto;
	}
.heading-text img{
	/*position: absolute;
	z-index: 10;
	top:-50px;
	left:50%;
	margin-left:-25vw;
	background-color: #fff;
	width: 50vw;*/
	padding-top: 2rem;
}
#sec03 h2{
	letter-spacing: 0.1rem;
	line-height: 2.5rem;
}
#sec03 p{
	margin-top: 2rem;
}
.sec03-h2-smaller{
	vertical-align: middle;
	font-size: 1.2rem;
}
.btn-nav{
	position: relative;
	height: 7rem;
}
.sec03-nav img{
	width: 18vw;
	text-align: center;
	margin: 0 2vw;
}
.sec03-nav a{
	display: block;
}
div.sec03-nav{
	position: absolute;
	display: flex;
	margin: 4rem auto 0;
	text-align: center;
	left: 50%;
	margin-left: -34vw;
}
.btn-contact{
	position: relative;
}
.btn-contact img{
	width: 25vw;
	margin: 12rem auto 4rem;
}

/*=============
section 04
=============*/
#sec04{
	position: relative;
	background-color: #c5b48e;
	padding-bottom: 25rem;
	margin-top: 10rem;
	margin-bottom: 10rem;
}
div.sec04-img-1{
	position: absolute;
	top:-100px;
	left: 0px;
	z-index: 30;
	/*background-image: url("../img/sec04_img_01.png");*/
}
.sec04-img-1 img{
	width: 28vw;
}
div.sec04-img-2{
	position: absolute;
	top:300px;
	right: 0;
	z-index: 40;
	/*background-image: url("../img/sec04_img_02.png");*/
}
.sec04-img-2 img{
	width:50vw;
}
.sec04-p{
	position: relative;
	padding-top: 5rem;
	padding-left: 35vw;
}
#sec04 h2{
	position: relative;
	color: #221815;
	text-align: left;
	letter-spacing: 0.2rem;
	line-height: 2.3rem;
}
#sec04 p{
	text-align: left;
	padding-top: 1rem;
}

/*=============
section 05
=============*/
#sec05 h2{
	font-size: 2.2rem;
	margin-top: 2rem;
	letter-spacing: 0.1rem;
}
.sec05_01,.sec05_02,.sec05_03,.sec05_04,.sec05_05{
	position: relative;
	margin-top: 4rem;
}
.sec05-head-text{
	color: #655f4b;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.sec05-photo-L{
	/*position: absolute;*/
	left: 0;
	width: 60vw;
}
.sec05-con-R{
	position: absolute;
	top:4rem;
	left:50vw;
	z-index: 100;
}
.sec05-photo-R{
	/*position: absolute;*/
	left: 40vw;
	width: 60vw;
	margin-left: auto;
}
.sec05-con-L{
	position: absolute;
	top:4rem;
	left:0;
	z-index: 10;
}
.sec05_02 .sec05-con-L,.sec05_05 .sec05-con-L{
	top:10rem;
	width:50vw;
}
.sec05-con-01{
	padding: 3rem;
	background-color: #fff;
	text-align: left;
}
.sec05-con-02,.sec05-con-05{
	padding: 3rem;
	background-color: #fff;
	text-align: right;
}
.sec05_02 p,.sec05_05 p{
	margin-left: 10vw;
}
.sec05_03{
	margin-top: 10rem;
}
.sec05_03 .sec05-con-R{
	top:-7rem;
}
.sec05_04 .sec05-con-R{
	top:11rem;
}
#sec05 h3{
	color:#9f7a92;
	font-size: 1.8rem;
	padding-top: 0.8rem;
	padding-bottom: 1rem;
}
#sec05 p {
	text-align: left;
}
.btn-contact2{
	position: relative;
}
.btn-contact2 img{
	width: 25vw;
	margin: 7rem auto 4rem;
}
/*=============
section 06
=============*/
#sec06{
	background-color: #e2d9c6;
	padding-top: 5rem;
}
#sec06 h2{
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
}
.slideshow{
	display: flex;
    animation: loop-slide 80s infinite linear 1s both;

}
/*.slide-content-1{
	background-image: url("../img/sec06_img_01.png");
}
.slide-content-2{
	background-image: url("../img/sec06_img_02.png");
}
.slide-content-3{
	background-image: url("../img/sec06_img_03.png");
}*/
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.wrap{
	display: flex;
	align-items:center;
	overflow: hidden;
	height: 40vw;
	margin: 0;
}

#sec06 h3{
	color: #805b97;
	font-size: 1.6rem;
	margin-top: 1.5rem;
	/*letter-spacing: 0.1rem;*/
	line-height: 2.7rem;
}
.sec06-bigger{font-size: 1.9rem;}
.sec06-smaller{font-size:1.1rem; margin-left: 0.5rem;}
.heading-price{
	font-size: 2.3rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #544d3d;
	letter-spacing: 0.2rem;
	margin-top: 1.8rem;
}
.heading-price-unit{font-size: 1.1rem;}
#sec06 .heading p{
	color: #805b97;
	border-bottom: #805b97 1px solid;
	text-align: left;
	font-size: 1.2rem;
}
.sec06-plan{
	display: flex;
}
.sec06-plan-left{
	width: 50vw;
	padding: 5rem 2vw 5vw 13vw;
}
.sec06-plan-left p{
	text-align: left;
}
.sec06-plan-right{
	width: 50vw;
	padding-top: 5rem;
	padding-right: 13vw;
	padding-left: 2vw;
}
.sec06-plan-right ul{
	text-align: left;
}
.sec06-plan-right ul li::before{
	content: " ● ";
	color: #805b97;
}
.ml-2{
	margin-left: 1.2rem;
}
.sec06-atn{
	margin-top: 3rem;
	margin-left: 15vw;
	margin-bottom: 3rem;
}
p.sec06-atn02{
	margin-left: 14vw;
}
.t-title{
	color: #805b97;
	font-size: 1.5rem;
	text-align: left;
	margin-top: 5rem;
	margin-bottom: 4rem;
	margin-left: 13vw;
}
#sec06 table{
	width: 74vw;
	margin-left: 13vw;
	border-collapse: collapse;
}
#sec06 table th,
#sec06 table td{
	padding-top: 1rem;
	padding-bottom: 1rem;
	vertical-align: middle;
}
#sec06 table tr{
	border-bottom: 1px solid #805b97;
}
#sec06 .border-none{
	border-bottom: none !important;
}
#sec06 table th{
	width: 15vw;
	font-weight: normal;
	border-right: 1px solid #805b97;
	/*background-color: #c5b48e;*/
}
#sec06 table td{
	border-left:  1px solid #805b97;
}
.bg-beige{
	background-color: #c5b48e;
	padding:0.5rem;
	margin:0 1.5rem;
	text-align: center;
}
.bg-beige2{
	background-color: #c5b48e;
	padding:0.5rem;
	margin:0 1.5rem 0.5rem 1.5rem;
	line-height: 1rem;
	letter-spacing: 0rem;
}
#sec06 .price{
	width: 15vw;
}

/*=============
section 07
=============*/
#sec07 h2{
	font-size: 2.5rem;
	letter-spacing: 0.6rem;
	padding-top: 3rem;
}
.sec07-wrap{
	display: flex;
}
.sec07-wrap img{
	width: 30vw;
	padding: 2rem;
}
.sec07-reve{
	margin-bottom: 3rem;
}
.sec07-img-01{
	margin-left: 16.5vw;
}
.sec07-and img{
	width: 7rem;
    margin-top:13vw;
}
/*=============
footer
=============*/
footer{
	background-color: #e2d9c6;
}
footer p{
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
.copy{
	background-color: #9d8f57;
}

/*　▽▽▽　ここから追加　▽▽▽　*/
.footer-01{
	display: flex;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer-tel{
	width: 50%;
}
p.foot-p-3{
	margin-left: 0.5rem;
	color: #805b97;
	font-size: 2rem;
}
.footer-tel p{
	padding-top: 0.5rem;
	padding-bottom: 1rem;
	text-align: left;
	padding-left: 30vw;
}
p.foot-p-2{
	margin-left: 0.5rem;
	color:#805b97;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.footer-contact{
	width:50%;
	text-align: left;
	border-left: 1px solid #4b3c1a;
	padding-left: 1.5rem;
}
.footer-contact p{
	text-align: left;
}

p.footer-time{
	margin-left: 0.5rem;
	font-size: 1.2rem;
	padding-top: 0.5rem !important;
	padding-bottom: 1rem !important;
}
.foot-insta{
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.foot-insta img{
	width: 40%;
}
/*　△△△　ここまで追加　△△△　*/


/* PC用CSS  スクリーン拡大用*/
@media screen and (min-width:1350px) { /*画面幅1350px以上はこのCSSを反映*/
	#sec05 h2{
		margin-top: 28rem;
	}
	.sec05-photo-R,
	.sec05-photo-L{
		width: 70vw;
	}
	.sec05_02 p,
	.sec05_05 p{
		margin-left: 22vw;
	}
	.btn-pc {
	margin: 10rem auto 0;
	padding-bottom: 10rem;
}
}
 
/* SP用CSS */
@media screen and (max-width:740px) { /*画面幅740px以下はこのCSSを反映*/
	.pc-none{display: block;}
	.tb-none{display: none;}
	
	body,p{
		font-size: 0.8rem;
	}

/*=============
ハンバーガーメニュー
=============*/
	
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 1400;
  right : 20px;
  top   : 0.6rem;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 1.5px ;
  left    : 12px;
  background : #7e775a;/*221815*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 12px;
  background :#3e3e3e;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#3e3e3e;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 1000;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 255,255,255,0.9 );
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

  .tb-nav-title{
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      /*color: #7e775a;*/
	  color:#3e3e3e;
      margin-top:1.5vh;
	  text-align: left;
	  font-size: 1.2rem;
	  padding-left:5vw;
	  padding-bottom: 1vh;
  }	
	
nav.globalMenuSp ul {
 /* margin: 15vh auto;*/
  margin-top:5vh;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 70vw;
  margin-left: 5vw;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:1.2rem;
    /*color: #7e775a;*/
	color: #3e3e3e;
/*  padding: 1.5rem 0 1.5rem 10vw;*/
	padding:0.5rem 0;
  text-decoration :none;
	text-align: left;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}
	.tb-menu-line{
		/*border-bottom: 0.5px solid #7e775a;*/
		/*border-bottom: 0.5px solid #beb79c;*/
	}
	.tb-nav-insta{
		text-align: left;
	}
	.tb-nav-insta img{
		width: 10vw;
		margin-top: 2vh;
		margin-left: 5vw;
	}	
/*=============
header
=============*/
	#header h1{
		width:100%;
		margin-left: 40vw;
	}
	#header h1 img{
		width: 20vw;
	}
	#header h2{
		text-align: center;
		margin: 0 auto;
		font-size: 1.2rem;
		letter-spacing: 0rem;
	}
	
/*=============
section 01
=============*/
	.slide-icon img{
		top:10vh;
		width: 70vw;
		margin-left: -35vw;
	}
	.full div{
		height: 50vh;
	}
	.full div.img01 {
  background-image: url("../img/tb_slide_01.png");
	}.full div.img02 {
  background-image: url("../img/tb_slide_02.png");
	}.full div.img03 {
  background-image: url("../img/tb_slide_03.png");
	}.full div.img04 {
  background-image: url("../img/tb_slide_04.png");
	}.full div.img05 {
  background-image: url("../img/tb_slide_05.png");
	}.full div.img06 {
  background-image: url("../img/tb_slide_06.png");
	}
/*=============
section 02
=============*/
	#sec02 h2{
		font-size: 1.2rem;
	}
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
}
	
	
/*=============
section 03
=============*/
	#sec03 .heading-text img{
		width: 40vw;
	}
	#sec03 h2{
		font-size: 1rem;
		letter-spacing: 0;
	}
	#sec03 .btn-contact img{
		width: 50vw;
		margin: 2.2rem auto;
	}
/*=============
section 04
=============*/
	.sec04-p{
		padding-left: 5vw;
		padding-top:13rem;
		text-align: center;
	}
	#sec04 h2{
		font-size: 1rem;
		padding-left: 5vw;
		text-align: center;
		letter-spacing: 0;
	}
	.sec04-img-1{
		/*width: 50vw;*/
		top:330px;
	}
	.sec04-img-2 img{
		width: 80vw;
		top:-170px;
	}
	.sec04-img-1 img{
		width: 50vw;
	}
	div.sec04-img-2{
		top:430px;
	}
	#sec04{
		padding-bottom: 7rem;
	}
/*=============
section 05
=============*/
	#sec05 h2{
		margin-top: 9rem;
	}
	#sec05 h3{
		font-size: 1.2rem;
		padding-bottom: 0;
		letter-spacing: 0;
	}
	.sec05_01, .sec05_02, .sec05_03, .sec05_04, .sec05_05{
		margin-top: 2rem;
	}
	.sec05_01 img,.sec05_02 img,.sec05_03 img, .sec05_04 img, .sec05_05 img{
		width: 90vw;
	}
	.sec05-con-R{
		left: 15vw;
		width: 100vw;
		top:9rem !important;
	}
	.sec05-con-01{
		padding: 1rem 1.5rem;
	}
	.sec05-head-text{
		line-height: 1.5rem;
	}
	#sec05 p{
		/*padding: 20vh 1.5rem 2rem;*/
		line-height: 1.5rem;
	}
	.sec05_01 p{
		padding: 7rem 1.5rem 2rem;
		line-height: 1.5rem;
	}
	.sec05_02{
		margin-top: 0;
	}
	.sec05-photo-L{
		left:0vw;
		width: 90vw;
	}
	.sec05-photo-R{
		left:10vw;
		width: 90vw;
	}
/*	.sec05_02 p{
		padding: 12vh 1.5rem 2rem;
		line-height: 1.5rem;
	}
	.sec05_02 p,.sec05_05 p{
		margin-left: 0;
		padding-top: 10vh!important;
	}*/
	.sec05-con-L{
		top:9rem !important;
		width:90vw !important;
		left:0;
	}
	.sec05-con-02{
		padding: 1rem 1.5rem;
	}
	.sec05_02 p{
		/*padding-top: 23vh!important;*/
		padding: 7rem 1.5rem 2rem;
		line-height: 1.5rem;
		margin-left: 0;
	}
	.sec05_03 p{
		/*padding-top: 25vh !important;*/
		padding: 7rem 1.5rem 2rem;
		line-height: 1.5rem;
	}
	.sec05_04 p{
		padding: 7rem 1.5rem 2rem;
		line-height: 1.5rem;
	}
	.sec05_05 p{
		padding: 7rem 1.5rem 2rem;
		line-height: 1.5rem;
		margin-left: 0;
	}
/*=============
section 06
=============*/
	#sec06{
		border-top:#b29f77 solid 0.4rem;
		padding-top: 2rem;
	}
	#sec06 table .last td:last-child{
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
	#sec06 table th,
	#sec06 table td{
		border-bottom: none;
		display: revert;
	}
	#sec06 h2{
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	#sec06 h2 .sub{
		font-size: 0.6rem;
		color: #333;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	}
	.wrap{
		height:250px;
		margin:1.5rem 0 0 0;
	}
	ul.slideshow li img{
		height: 250px;
	}
	#sec06 h3{
		font-size: 1.2rem;
		font-weight: bold;
	}
	.mt-1{margin-top: 0 !important;}
	.ml-1{margin-left: 0 !important;}
	.heading-price{
		font-size: 1.7rem;
		margin-top:1rem;
	}
	.sec06-plan{
		display: block;
	}
	.sec06-plan .heading p{
		border:none !important;
		text-align: center !important;
	}
	.sec06-plan-left, .sec06-plan-right{
		width:100vw;
		padding: 2.5rem 5vw 0;
	}
	.plan-con{
		background-color: #fff;
		padding: 1rem;
	}
	.sec06-atn{
		margin: 2rem;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 0.7rem;
		line-height: 1.2rem;
		color:#221815;
	}
	.sec06-atn02{
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size:0.7rem;
		color:#221815;
		text-align: right;
		padding-right: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 2rem;
	}
	table.tb-option-table{
		background-color: #fff;
		border: none;
		border-collapse: collapse;
	}
	#sec06 table{
		width:88vw;
		margin-left: 6vw;
		border-collapse: collapse;
		color:#221815 !important;
	}
	#sec06 table tr{
		border-bottom: 1px solid #b29f77 !important;
	}
	#sec06 table th{
		width: 23vw;
		border-right: 1px solid #b29f77 !important;
		text-align: left;
		font-weight: bold !important;
		font-size: 0.5rem;
		line-height: 1.2rem;
		vertical-align: top;
		padding-left: 0.5rem;
	}
	.t-title{
		font-size: 1.2rem;
		text-align: center;
		margin: 2rem auto 1rem;
	}
	#sec06 table th,#sec06 table td{
		vertical-align: top;
	}
	#sec06 table td{
		text-align: left;
		padding-left: 0.5rem;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 0.5rem;
		line-height: 1.2rem;
	}
	.price-tb{
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size:1.3rem;
	}
	.price-tb-yen{
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 1rem;
	}
/*=============
section 07
=============*/
	#sec07 h2{
		font-size: 2rem;
		padding-top: 2rem;
		margin: 0 auto;
	}
	#sec07 p{
		font-size:0.8rem;
		line-height: 1.5rem;
		padding-top:1rem;
	}
	.tokuten-tb img{
		width: 80vw;
		margin:1rem 10vw;
	}
	.sec07-reve{
		margin-top: 2rem;
	}
	.sec07-inst img{
		width:12vw;
		margin:0 auto 1rem;
	}
/*=============
footer
=============*/
	
	
	.footer-01{
		display: inline;
		padding-top:none;
		padding-bottom: none;
	}
	.footer-tel{
		width: 100%;
	}
	p.foot-p-3{
		margin-left: 0;
	}
	.footer-tel p{
		padding-top: 0;
		padding-bottom: 0;
		text-align: center;
		padding-left: 0;
	}
	p.foot-p-2{
		margin-left: 0;
		font-weight: normal;
		letter-spacing: normal;
	}
	.footer-contact{
		width: 100%;
		text-align: center;
		border-left: none;
		padding-left: 0;
		margin-top: 1rem; 
	}
	.footer-contact p{
		text-align: center;
	}
	.foot-insta{
		margin-bottom: 0;
		margin-top: 0;
	}
	
	
	
	footer{
		background-color: #e2d9c6;
	}
/*	footer p{
		font-size:0.6rem;
		padding-bottom: 5rem;
	}*/
	footer p{
		padding-top: 0!important;
		padding-bottom: 0 !important;
	}
	p.foot-p-1{
		font-size: 1.1rem;
		padding-top:1.3rem !important;
	}
	p.foot-p-2{
		color:#805b97;
		font-size:1rem;
	}
	p.foot-p-3{
		color:#805b97;
		font-weight: bold;
		font-size: 1.5rem;
		letter-spacing: 0.2rem;
	}
/*	.footer-contact{
		padding-top:0.8rem;
		padding-bottom: 4rem;
	}*/
	.footer-contact p{
		font-size: 0.9rem;
	}
	.btn-fix img{
		display: flex;
		width:50vw;
	}
	.tb-yoyaku{
		position: fixed;
		bottom:0;
		z-index: 310;
		width: 50%;
	}
	.tb-contact{
		position: fixed;
		bottom:0;
		z-index: 300;
		width: 50%;
		display: inline-block;
	}
	.foot-insta img{
		padding-top: 1.5rem;
		padding-bottom:1.5rem;
		width: 90%;
	}
	.copy{
		background-color: #e2d9c6;
		padding-bottom: 4rem;
		color: #221815
	}
	.copy p{
		font-size: 0.5rem;
	}
}