@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* CSS Document */

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}


/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	width: 100%;
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	position: absolute; /*margin-top対策のBFC*/
}
#header {
	box-sizing: border-box;
	background: #FFF;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	padding: 10px;
}
#header #header-logo {
	width: 252px;
}
#header #header-info {
	width: 784px;
	display: flex;
	justify-content: space-between;
}
#mainimg {
	background: url("../image/mainimg.jpg") center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1;
}
#mainimg .wrap {
	position: absolute;
	top: 19%;
	left: 22.5%;
}
#mainimg .wrap h1 {
	font-size: 44px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",serif;
	color: #000;
	text-shadow: 0px 0px 12px #FFF,0px 0px 12px #FFF,0px 0px 12px #FFF;
	line-height: 1.5;
	margin-bottom: 4%;
}
#mainimg .wrap h1 .fs {
	font-size: 62px;
	color: #BD967B;
}
#mainimg .wrap h2 {
	font-size: 42px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",serif;
	color: #000;
	text-shadow: 0px 0px 12px #FFF,0px 0px 12px #FFF,0px 0px 12px #FFF;
	line-height: 1.5;
	margin-top: 4%;
}
#mainimg .wrap h2 .fs {
	font-size: 62px;
	color: #BD967B;
}
#mainimg .wrap h3 {
	font-size: 42px;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",serif;
	color: #000;
	text-shadow: 0px 0px 12px #FFF,0px 0px 12px #FFF,0px 0px 12px #FFF;
	line-height: 1.5;
}
#content {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin-top: 100vh;
}
#sec00 {
	background: linear-gradient(rgba(248,244,242, 0) 0%, rgba(248,244,242, 1) 70%);
	width: 100%;
	height: 30vh;
}
#sec01 {
	background: url("../image/sec01-bg.png") #F8F4F2 bottom no-repeat;
	padding: 0 0 50px 0;
}
#sec01 .tel {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
#sec01 .sec-ttl001 {
	line-height: 1.5;
	border: none;
}
#sec01 .sec-ttl001 .bg {
	background: #525C6D;
	font-size: 62px;
	color: #FFF;
	line-height: 1.75;
	display: inline-block;
	padding: 0 10px;
	margin: auto 5px 5px 5px;
}
#sec01 .block {
	background: #FFF;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
}
#sec01 .block:nth-child(odd) {
	margin-right: 200px;
}
#sec01 .block:nth-child(even) {
	margin-left: 200px;
}
#sec01 .block:last-of-type {
	margin-bottom: 0;
}
#sec01 .block .ttl {
	font-size: 20px;
	font-weight: 700;
	border-bottom: solid 1px #BD967C;
	padding-bottom: 10px;
}
#sec01 .block ul li {
	font-size: 18px;
	border-bottom: dotted 1px #999;
	padding: 10px 0;
}
#sec02 {
	background: url("../image/sec02-bg.jpg") #FFF center bottom no-repeat;
	text-align: center;
	padding: 100px 0;
}
#sec02 .ttl {
	width: max-content;
	font-size: 64px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #C5A58E;
	overflow: hidden;
	margin: auto auto 40px auto;
}
#sec02 .ttl::before {
	content: "";
	border-top: solid 2px #C6A58F;
	display: block;
	margin: auto;
}
#sec02 .ttl::after {
	content: "";
	border-top: solid 2px #C6A58F;
	display: block;
	margin: auto;
}
#sec02 .ttl span {
	padding: 0 0.5em;
}
#sec02 .txt1 {
	font-size: 28px;
}
#sec02 .txt1 span {
	color: #526C5E;
}
#sec02 .arrow {
	margin: 30px 0;
}
#sec02 .txt2 {
	font-size: 46px;
	font-weight: 700;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.5;
	margin-bottom: 30px;
}
#sec02 .txt2 .marker {
	background: linear-gradient(transparent 55%, rgba(82,109,94,0.5) 55%) no-repeat;
	display: inline;
	background-size: 0% 100%;
	transition: background-size 1s linear 0s;
}
#sec02 .txt2 .marker.on {
	background-size: 100% 100%;
}
#sec02 .txt3 {
	font-size: 28px;
}
#sec03 {
	background: url("../image/sec03-bg.jpg") #FFF center repeat;
	text-align: center;
	padding: 80px 0;
}
#sec03 .ttl {
	font-size: 50px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #BD9679;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	line-height: 1.5;
	margin-bottom: 30px;
}
#sec03 span {
	display: block;
	margin: 0 30px;
}
#sec03 .ttl::before {
	content: "";
	background: url("../image/sec03-before.png") no-repeat;
	width: 10px;
	height: 37px;
	display: block;
	margin: 0 0 0 auto;
}
#sec03 .ttl::after {
	content: "";
	background: url("../image/sec03-after.png") no-repeat;
	width: 10px;
	height: 37px;
	display: block;
	margin: 0 auto 0 0;
}
#sec03 .txt1 {
	font-size: 26px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	margin-bottom: 20px;
}
#sec03 .txt2 {
	font-size: 22px;
	font-weight: 700;
	color: #BD9679;
	margin-bottom: 20px;
}
#sec04 {
	background: #FFF;
	padding: 100px 0 40px;
}
#sec04 .sec-ttl001 {
	border: none;
}
#sec04 .sec-ttl001 .bg {
	background: #BD9679;
	color: #FFF;
	line-height: 1.75;
	display: inline-block;
	padding: 0 10px;
	margin-right: 5px;
}
#sec04 .sec-ttl001 .fs1 {
	font-size: 60px;
}
#sec04 .sec-ttl001 .fs2 {
	font-size: 52px;
}
#sec04 .reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flip-card {
  background-color: transparent;
  width: 450px;
  height: 522px;
  perspective: 1000px; /* ← 3D効果を有効にする */
}
.flip-card:nth-of-type(2) {
	margin-top: 80px;
}
.flip-card:nth-of-type(4) {
	margin-top: 80px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d; /* ← 3D空間で回転させる */
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* ← カーソル時に回転 */
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* ← 裏面が透けないようにする */
  overflow: hidden;
}
/* 表面 */
.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 裏面 */
.flip-card-back {
	box-sizing: border-box;
	transform: rotateY(180deg);
	border: solid 1px #BD9679;
}
.flip-card-back .wrap {
	padding: 20px;
}
.flip-card:nth-of-type(1) .wrap {	background: url("../image/sec04-num01.jpg") center bottom 10% no-repeat; }
.flip-card:nth-of-type(2) .wrap {	background: url("../image/sec04-num02.jpg") center bottom 10% no-repeat; }
.flip-card:nth-of-type(3) .wrap {	background: url("../image/sec04-num03.jpg") center bottom 10% no-repeat; }
.flip-card:nth-of-type(4) .wrap {	background: url("../image/sec04-num04.jpg") center bottom 10% no-repeat; }
.flip-card-back .wrap .ttl2 {
	font-size: 26px;
	font-weight: 700;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #BD9679;
	text-align: center;
	border-bottom: solid 1px #BD9679;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.flip-card-back .wrap .txt {
	height: 125px;
	font-size: 18px;
	text-align: center;
}
#sec05 {
	background: #F8F4F2;
	padding: 100px 0;
}
#sec05 .sec-ttl001 {
	width: max-content;
	border-bottom: solid 1px #BD9679;
	margin: auto auto 60px auto;
}
#sec05 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#sec05 .flex .left {
	width: 520px;
	font-size: 16px;
}
#sec05 .flex .left p span {
	font-weight: 700;
	color: #526D5E;
}
#sec05 .flex .right {
	width: 400px;
	text-align: center;
}
#sec05 .box {
	box-sizing: border-box;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 2px #BD967B;
	padding: 25px;
	margin: auto;
}
#sec05 .box .ttl {
	font-size: 20px;
	font-weight: 700;
	color: #526D5E;
	border-bottom: solid 1px #526D5E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sec05 .box .txt {
	font-size: 16px;
}
#sec05 .box .txt span {
	font-weight: 700;
	color: #526D5E;
}
#sec05 .box .block1 {
	margin-bottom: 20px;
}
#sec05 .box .block2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec05 .box .block2 .left {
	width: 520px;
}
#sec05 .box .block2 .right {
	width: 350px;
}
#sec06 {
	background: #FFF;
	padding: 100px 0;
}
#sec06 .block {
	margin-bottom: 40px;
}
#sec06 .block .ttl {
	font-size: 28px;
	font-weight: 700;
	color: #526C5E;
	margin-bottom: 10px;
}
#sec06 .block .flex {
	background: #F8F4F2;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 30px;
	padding: 40px 25px;
}
#sec06 .block .flex:last-of-type {
	margin-bottom: 0;
}
#sec06 .flex .icon {
	width: 180px;
}
#sec06 .flex .cnt {
	width: 690px;
}
#sec06 .flex .cnt li {
	font-size: 20px;
	font-weight: 500;
	color: #526C5E;
	line-height: 1.75;
	border-bottom: dotted 1px #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#sec06 .block:nth-of-type(even) .flex .icon {
	order: 2;
}
#sec06 .block:nth-of-type(even) .flex .cnt {
	order: 1;
}
#sec07 {
	background: #F8F4F2;
	padding: 100px 0;
}
#sec07 .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#sec07 .flex:last-of-type {
	margin-bottom: 0;
}
#sec07 .flex .cnt {
	width: 600px;
}
#sec07 .flex .cnt .ttl {
	background: #BD967C;
	color: #FFF;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 15px;
}
#sec07 .flex .cnt .txt {
	font-size: 16px;
}
#sec07 .flex .photo {
	width: 300px;
	text-align: center;
}
#secfaq {
	background: #FFF;
	padding: 100px 0;
}
#secfaq details {
	border-bottom: dotted 1px #999;
	padding: 20px 0;
}
#secfaq details:first-of-type {
	border-top: dotted 1px #999;
}
#secfaq details summary {
	background: url("../image/faq-q.jpg") top left no-repeat;
	font-size: 16px;
	font-weight: 700;
	color: #BD9679;
	display: flex;
	align-items: center;
	list-style: none;
	padding: 12px 0 12px 70px;
}
#secfaq details summary::after {
	content: "▼";
	font-size: 10px;
	display: block;
	transition: transform 0.35s linear 0s;
	padding-left: 6px;
	margin: auto 0 auto auto;
}
#secfaq details:open summary::after {
	transform: rotate(180deg);
}
#secfaq details p {
	background: url("../image/faq-a.jpg") top left no-repeat;
	font-weight: 700;
	color: #525B6C;
	transition: all 0.5s ease 0s;
	transform: translateY(10px);
	padding: 12px 0 12px 70px;
	margin-top: 15px;
}
#sec3step {
	background: #F8F4F2;
	padding: 80px 0 100px;
}
#sec3step .sec-ttl001 {
	line-height: 1.75;
}
#sec3step .fs {
	font-size: 70px;
}
#sec3step .flex {
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 15px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.095);
}
#sec3step .flex .photo {
	width: 380px;
	text-align: center;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
}
#sec3step .flex .cnt {
	box-sizing: border-box;
	width: 570px;
	position: relative;
	padding: 20px 35px;
}
#sec3step .flex .cnt h3 {
	font-size: 38px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #526C5E;
	position: absolute;
	top: -30px;
}
#sec3step .flex .cnt h3 .num {
	font-size: 56px;
	line-height: 1;
	margin-left: 5px;
}
#sec3step .flex .cnt h4 {
	font-size: 24px;
	font-weight: 400;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	line-height: 1.35;
	border-bottom: dotted 1px #999;
	padding-bottom: 12px;
	margin-top: 30px;
	margin-bottom: 12px;
}
#sec3step .flex .cnt h4 .price {
	background: #526D5E;
	font-size: 20px;
	color: #FFF;
	border-radius: 5px;
	padding: 2px 15px;
	margin-right: 20px;
}
#sec3step .arrow {
	text-align: center;
	margin: 40px auto;
}
#sec08 {
	background: url("../image/sec03-bg.jpg") center no-repeat;
	text-align: center;
	padding: 80px 0;
}
#sec08 .txt1 {
	font-size: 20px;
	margin-bottom: 15px;
}
#sec08 .txt1 span {
	font-weight: 700;
	color: #BD9679;
}
#sec08 .txt2 {
	font-size: 26px;
	font-weight: 700;
	color: #BD9679;
	margin-bottom: 45px;
}
#sec-form {
	background: #F8F4F2;
	padding: 100px 0;
}
#sec-form .wrap {
	background: #FFF;
	border-radius: 30px;
	padding: 50px;
}
#sec-form table {
	width: 100%;
}
#sec-form table th {
	width: 28%;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #003F99;
	padding: 30px 0;
}
#sec-form table th .icon {
	background: #CCC;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	border-radius: 5px;
	padding: 4px 12px;
	margin-right: 10px;
}
#sec-form table th .icon.hissu {
	background: #526D5E;
} 
#sec-form table td {
	border-bottom: solid 1px #ddd;
	padding: 20px 0;
}
#sec-form table .size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 5px;
	padding: 12px;
}
#sec-form table label {
	margin-right: 15px;
}
#sec-form table .txt1 {
	margin-bottom: 8px;
}
#sec-form .agree {
	font-weight: 700;
	text-align: center;
	margin: 30px auto 0;
}
#sec-form .privacy {
	text-align: center;
	margin-bottom: 20px;
}
#sec-form .btn {
	text-align: center;
}
#sec-form .btn input {
	background: #526D5E;
	width: 350px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	padding: 16px 0;
}
#sec-form .btn input:disabled {
	background: #EEE;
	cursor:no-drop;
}
#content-thanks {
	padding-top: 10%;
}
#content-thanks h2 {
	font-size: 30px;
	font-weight: 700;
	color: #BD9679;
	text-align: center;
	margin-bottom: 30px;
}
#content-thanks .txt {
	text-align: center;
	margin-bottom: 40px;
}
#content-thanks .btn {
	text-align: center;
}
#content-thanks .btn a {
	background: #526C5E;
	width: 350px;
	color: #FFF;
	display: block;
	border-radius: 5px;
	padding: 15px 0;
	margin: auto auto 30px auto;
}
::placeholder{
  line-height: 1.5;
}
#footer {
	background: #FFF;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 50px 0 10px 0;
}
#footer .logo {
	width: 314px;
	height: 115px;
	position: relative;
	margin: auto auto 30px auto;
}
#footer .logo div {
	position: absolute;
	top: 0;
}
#footer .logo .fadein-opacity.on {
	transition: opacity 3s linear 0.5s;
	opacity: 0;
}
#footer ul {
	margin-bottom: 30px;
}
#footer ul li {
	display: inline-block;
}
#footer ul li::after {
	content: "|";
	margin: auto 20px;
}
#footer ul li:last-of-type::after {
	content: none;
	margin: auto;
}
#footer ul li a {
	color: #000;
}
.ctd {
	background: url("../image/ctd-bg.jpg") #F5F5F5 center no-repeat;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	padding: 75px 0;
}
.ctd .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto;
}
.ctd .note {
	font-size: 18px;
	text-align: center;
}
.ctd .note .brown { color: #BD9679; }
.ctd .note .blue { color: #525B6C; }
.ctd .note .green { color: #526D5E; }
.bottom-fix {
	display: none;
}


/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 950px;
  margin: auto;
}
.sec-ttl001 {
	width: max-content;
	font-size: 44px;
	font-weight: 400;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",serif;
	color: #BD9679;
	text-align: center;
	line-height: 1.5;
	border-bottom: solid 1px #BD9679;
	margin: auto auto 60px auto;
}
.sec-ttl001 span {
	height: 1.75em;
	display: inline-block;
	transform: translateY(1em);
	opacity: 0;
	margin: auto -5px;
}
.sec-ttl001.on span {
	transition: all 1s ease 0.15s;
	transform: translateY(0);
	opacity: 1;
}
.sec-ttl001.on span:nth-of-type(2) { transition-delay: 0.2s; }
.sec-ttl001.on span:nth-of-type(3) { transition-delay: 0.25s; }
.sec-ttl001.on span:nth-of-type(4) { transition-delay: 0.3s; }
.sec-ttl001.on span:nth-of-type(5) { transition-delay: 0.35s; }
.sec-ttl001.on span:nth-of-type(6) { transition-delay: 0.4s; }
.sec-ttl001.on span:nth-of-type(7) { transition-delay: 0.45s; }
.sec-ttl001.on span:nth-of-type(8) { transition-delay: 0.5s; }
.sec-ttl001.on span:nth-of-type(9) { transition-delay: 0.55s; }
.sec-ttl001.on span:nth-of-type(10) { transition-delay: 0.6s; }
.sec-ttl001.on span:nth-of-type(11) { transition-delay: 0.65s; }
.sec-ttl001.on span:nth-of-type(12) { transition-delay: 0.7s; }
.sec-ttl001.on span:nth-of-type(13) { transition-delay: 0.75s; }
.sec-ttl001.on span:nth-of-type(14) { transition-delay: 0.8s; }
.sec-ttl001.on span:nth-of-type(15) { transition-delay: 0.85s; }
.sec-ttl001.on span:nth-of-type(16) { transition-delay: 0.9s; }
.sec-ttl001.on span:nth-of-type(17) { transition-delay: 0.95s; }
.sec-ttl001.on span:nth-of-type(18) { transition-delay: 1.0s; }
.sec-ttl001.on span:nth-of-type(19) { transition-delay: 1.05s; }
.sec-ttl001.on span:nth-of-type(20) { transition-delay: 1.1s; }
.sec-ttl001.on span:nth-of-type(21) { transition-delay: 1.15s; }
.sec-ttl001.on span:nth-of-type(22) { transition-delay: 1.2s; }
.sec-ttl001.on span:nth-of-type(23) { transition-delay: 1.25s; }
.sec-ttl001.on span:nth-of-type(24) { transition-delay: 1.3s; }
.sec-ttl001.on span:nth-of-type(25) { transition-delay: 1.35s; }
.wave {
	background: url("../image/wave01.png") center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100px;
}
.wave2 {
	background: url("../image/wave02.png") center no-repeat;
	background-size: cover;
	width: 100%;
	height: 100px;
}

.reflection {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.reflection:after {
	content: "";
	width: 30px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.title-span{
	width: max-content;
	color: transparent;
	display: block;
	overflow: hidden;
	position: relative;
	transition: color 0ms 0.5s;
}
.title-span::after{
	content: "";
	background-color: #526D5E;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
	left: 0;
  transform: translateX(-100%);
}
.title-span.active{
  color: #526C5E;
}
.title-span.active::after{
  animation: lineAnime 1s;
}
@keyframes lineAnime {
  0% {
    transform: translateX(-100%)
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(100%)
  }
}
/* 画面処理 */
.fadein-fast {
	opacity : 0.1;
	transform : translate(0, 80px);
	transition : all 0.5s ease 0.1s;
}
.fadein-fast.on {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein-slow {
	opacity : 0.1;
	transform : translate(0, 80px);
	transition : all 1.5s ease 0.1s;
}
.fadein-slow.on {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein-LR {
	opacity : 0.1;
	transform : translate(-80px, 0);
	transition : all 0.75s ease 0.1s;
}
.fadein-LR.on {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein-RL {
	opacity : 0.1;
	transform : translate(80px, 0);
	transition : all 0.75s ease 0.1s;
}
.fadein-RL.on {
	opacity : 1;
	transform : translate(0, 0);
}
.fadein-fade {
	opacity : 0;
	transform: scale(0.95);
	transition : all 2s ease 0.2s;
}
.fadein-fade.on {
	opacity : 1;
	transform: scale(1);
}
.red {
	color: #D90000;
}
input[type=checkbox] {
	transform: scale(1.4);
}



/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media (min-width: 1100px) {
  #sp-menu {
    display:none;
  }
	.slidenav {
		display: none;
	}
  .pc { display: block; }
  .sp { display: none; }



}

/* sp */
@media (max-width:1099px) {
  .pc { display: none; }
  .sp { display: block; }


  /* 全体設定 */
	#header {
		display: none;
	}
  #header-sp {
    background: #FFF;
    width: 100%;
    position: fixed;
    z-index: 9999;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
    padding: 5px 10px;
  }
	#header-sp .info {
		width: 100px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#header-sp .info .line {
		width: 46px;
	}
  #header-sp .logo {
    width: 100%;
		max-width: 150px;
  }
  #header-sp .btn {
    width: 25px;
  }
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #526C5E;
		width: 100%;
		height: 3px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		width: 70%;
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		width: 45%;
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		width: 100%;
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		width: 100%;
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/
	

	.slideBox {
		background: url("../image/sp-nav-bg.jpg") #FFF right top / contain no-repeat;
		width: 100%;
		height: 100vh;
		transition: all 0.5s ease 0s;
		opacity: 0;
		position: fixed;
		top: 58px;
		z-index: -9999;
		padding-top: 10px;
	}
	.slideBox.active {
		opacity: 1;
		z-index: 9900;
	}
	.slideBox li {
		padding: 7px 7px 7px 15px;
	}
	.slideBox a {
		color: #525C6D;
		display:block;
	}
	.slideBox a .en {
		font-size: 12px;
		color: #526C5E;
		display: block;
	}
	.slideBox a .jp {
		font-size: 16px;
		display: block;
	}


	#mainimg {
		background: url("../image/mainimg-sp.jpg") center no-repeat;
		background-size: cover;
	}
	#mainimg .wrap {
		width: 90%;
		text-align: center;
		position: relative;
		top: 14%;
		left: 0;
		margin: auto;
	}
	#mainimg .wrap h1 {
		font-size: 23px;
		line-height: 1.35;
		margin-bottom: 5%;
	}
	#mainimg .wrap h1 .fs {
		font-size: 40px;
	}
	#mainimg .icon {
		margin-bottom: 8%;
	}
	#mainimg .wrap h2 {
		font-size: 28px;
		line-height: 1.35;
		margin: 0 auto 4%;
	}
	#mainimg .wrap h2 .fs {
		font-size: 38px;
	}
	#mainimg .wrap h2 .kigou {
		display: none;
	}
	#mainimg .wrap h3 {
		font-size: 25px;
	}
	#sec00 {
		height: 20vh;
	}
	#sec01 {
		padding: 0 0 50px 0;
	}
	#sec01 .tel {
		margin-bottom: 30px;
	}
	#sec01 .sec-ttl001 .bg {
		font-size: 36px;
	}
	#sec01 .block {
		padding: 15px;
		margin-bottom: 20px;
	}
	#sec01 .block:nth-child(odd) {
		margin-right: 0;
	}
	#sec01 .block:nth-child(even) {
		margin-left: 0;
	}
	#sec01 .block:last-of-type {
		margin-bottom: 0;
	}
	#sec01 .block .ttl {
		font-size: 18px;
	}
	#sec01 .block ul li {
		font-size: 15px;
	}
	#sec02 {
		padding: 60px 0;
	}
	#sec02 .ttl {
		width: 100%;
		font-size: 30px;
		margin: auto auto 30px auto;
	}
	#sec02 .ttl::before {
		margin: auto auto 15px auto;
	}
	#sec02 .ttl::after {
		margin: 15px auto auto auto;
	}
	#sec02 .ttl span {
		padding: 0 0.5em;
	}
	#sec02 .txt1 {
		font-size: 18px;
	}
	#sec02 .arrow {
		margin: 20px 0;
	}
	#sec02 .arrow img {
		width: 60px;
		vertical-align: middle;
	}
	#sec02 .txt2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#sec02 .txt3 {
		font-size: 18px;
	}
	#sec03 {
		background: url("../image/sec03-bg.jpg") #FFF right bottom repeat;
		padding: 60px 0 0 0;
	}
	#sec03 .ttl {
		font-size: 36px;
		margin-bottom: 20px;
	}
	#sec03 span {
		margin: 0 10px;
	}
	#sec03 .txt1 {
		font-size: 20px;
	}
	#sec03 .txt2 {
		font-size: 18px;
	}
	#sec04 {
		padding: 60px 0 20px;
	}
	#sec04 .sec-ttl001 .fs1 {
		font-size: 48px;
	}
	#sec04 .sec-ttl001 .fs2 {
		font-size: 40px;
	}
	#sec04 .swiper-container {
		position: relative;
		overflow: hidden;
	}
	#sec04 .swiper-container.visible {
		overflow: visible;
	}
	#sec04 .sample-swiper-cards {
		padding: 0 30px;
	}
	#sec04 .item {
		background: #FFF;
		border: solid 1px #BD9679;
	}
	#sec04 .item .wrap {
		height: 190px;
		padding: 10px;
	}
	#sec04 .swiper-slide .no1 .wrap {
		background: url("../image/sec04-num01.jpg") center no-repeat;
	}
	#sec04 .swiper-slide .no2 .wrap {
		background: url("../image/sec04-num02.jpg") center no-repeat;
	}
	#sec04 .swiper-slide .no3 .wrap {
		background: url("../image/sec04-num03.jpg") center no-repeat;
	}
	#sec04 .swiper-slide .no4	.wrap {
		background: url("../image/sec04-num04.jpg") center no-repeat;
	}
	#sec04 .item .wrap .ttl {
		font-size: 18px;
		font-weight: 700;
		font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "ＭＳ Ｐ明朝", "MS PMincho", serif;
		color: rgb(189, 150, 121);
		text-align: center;
		padding-bottom: 5px;
		margin-bottom: 15px;
		border-bottom: 1px solid rgb(189, 150, 121);
	}
	
	
	
	
	
	
	#sec05 {
		padding: 60px 0;
	}
	#sec05 .sec-ttl001 {
		width: 100%;
		margin: auto auto 30px auto;
	}
	#sec05 .flex {
		margin-bottom: 40px;
	}
	#sec05 .flex .left {
		width: 100%;
		font-size: 15px;
		margin-bottom: 20px;
	}
	#sec05 .flex .right {
		width: 100%;
	}
	#sec05 .box {
		padding: 15px;
	}
	#sec05 .box .ttl {
		font-size: 20px;
	}
	#sec05 .box .txt {
		font-size: 15px;
	}
	#sec05 .box .block2 .left {
		width: 100%;
		margin-bottom: 10px;
	}
	#sec05 .box .block2 .right {
		width: 100%;
		text-align: center;
	}
	#sec06 {
		padding: 60px 0;
	}
	#sec06 .block .ttl {
		font-size: 22px;
		margin-bottom: 5px;
	}
	#sec06 .block .flex {
		padding: 20px;
	}
	#sec06 .block .flex .icon {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	#sec06 .block .flex .cnt {
		width: 100%;
	}
	#sec06 .flex .cnt li {
		font-size: 18px;
		line-height: 1.65;
	}
	#sec06 .block:nth-of-type(even) .flex .icon {
		order: 1;
	}
	#sec06 .block:nth-of-type(even) .flex .cnt {
		order: 2;
	}
	#sec07 {
		padding: 60px 0;
	}
	#sec07 .flex {
		margin-bottom: 40px;
	}
	#sec07 .flex .cnt {
		width: 100%;
		margin-bottom: 10px;
	}
	#sec07 .flex .cnt .ttl {
		padding: 10px;
	}
	#sec07 .flex .cnt .txt {
		font-size: 15px;
	}
	#sec07 .flex .photo {
		width: 100%;
	}
	#secfaq {
		padding: 60px 0;
	}
	#secfaq details {
		padding: 15px 0;
	}
	#secfaq details summary {
		background: url("../image/faq-q.jpg") top left no-repeat;
		background-size: 40px;
		font-size: 15px;
		padding: 8px 0 8px 55px;
	}
	#secfaq details p {
		background: url("../image/faq-a.jpg") top left no-repeat;
		background-size: 40px;
		padding: 8px 0 8px 55px;
		margin-top: 5px;
	}
	#sec3step {
		padding: 10px 0 60px;
	}
	#sec3step .fs {
		font-size: 55px;
	}
	#sec3step .flex {
		padding: 15px;
	}
	#sec3step .flex .photo {
		width: 100%;
		order: 2;
	}
	#sec3step .flex .cnt {
		width: 100%;
		order: 1;
		padding: 0;
		margin-bottom: 10px;
	}
	#sec3step .flex .cnt h3 {
		font-size: 30px;
		margin-bottom: 0;
	}
	#sec3step .flex .cnt h3 .num {
		font-size: 48px;
	}
	#sec3step .flex .cnt h4 {
		font-size: 20px;
	}
	#sec3step .flex .cnt h4 .price {
		font-size: 18px;
		padding: 4px 10px;
		margin-right: 10px;
	}
	#sec3step .arrow {
		margin: 30px auto;
	}
	#sec3step .arrow img {
		width: 60px;
		vertical-align: middle;
	}
	#sec08 {
		background: url("../image/sec03-bg.jpg") left center no-repeat;
		background-size: cover;
		padding: 60px 0;
	}
	#sec08 .txt1 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#sec08 .txt2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
 	#sec-form {
		padding: 60px 0;
	}
	#sec-form .wrap {
		padding: 15px 15px 35px 15px;
	}
	#sec-form table {
		width: 100%;
	}
	#sec-form table th {
		width: 100%;
		display: block;
		padding: 30px 0 10px 0;
		margin-bottom: 10px;
	}
	#sec-form table td {
		width: 100%;
		display: block;
		border-bottom: none;
		padding: 0;
	}
	#sec-form table label {
		display: block;
		margin: 0 0 5px 0;
	}
	#sec-form .agree {
		margin: 15px auto 0;
	}
	#sec-form .btn input {
		width: 100%;
	}
	#content-thanks {
		padding-top: 25%;
	}
	#content-thanks h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#content-thanks .txt {
		margin-bottom: 30px;
	}
	#content-thanks .btn a {
		width: 100%;
		margin: auto auto 30px auto;
	}
	#footer {
		padding: 30px 0 10px;
		padding-bottom: 100px;
	}
	#footer .logo {
		width: 250px;
		height: 92px;
		margin-bottom: 20px;
	}
	#footer ul {
		margin-bottom: 20px;
	}
	#footer ul li {
		font-size: 13px;
		display: block;
	}
	#footer ul li::after {
		content: none;
		margin: auto;
	}
	#copyright {
		font-size: 12px;
	}
	
	
	.ctd {
		padding: 50px 0;
	}
	.ctd .tel {
		width: 100%;
		text-align: center;
	}
	.ctd .block {
		margin-top: 20px;
	}
	.ctd .block .mail {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.ctd .block .line {
		width: 100%;
		text-align: center;
	}
	.ctd .note {
		font-size: 14px;
	}
	.bottom-fix {
		/*background: #BD967C;*/
		display: flex;
		justify-content: space-between;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		padding: 5px;
	}
	.bottom-fix .tel {
		width: 49.25%;
	}
	.bottom-fix .mail {
		width: 49.25%;
	}
	
	
	/**************************************************
    各ページで利用するclass
  **************************************************/
  .inner {
    width: 90%;
  }
	.sec-ttl001 {
		width: 100%;
		font-size: 28px;
		margin: auto auto 40px auto;
	}
	.wave, .wave2 {
		background-size: 100% 50px;
		height: 50px;
	}
}

/* スマートフォン 横 */
@media (max-width:640px) {

}

/* スマートフォン 縦 */
@media (max-width:480px) {

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media (min-width:480px) and ( max-width:979px) {
    
}