@charset "UTF-8";


/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/



/* INTERFACE */


body{
	margin:0;
	padding:50px 0 0;
	color:#4e3918;
	background-color:#fbf6f3;
	font-family:'Noto Serif JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	letter-spacing:0.05em;
}

#header_area{
	width:100%;
	height:50px;
	background-color:#fbf6f3;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}

#header_logo {
	position: absolute;
	top:3px;
	right:14px;
	z-index: 1000;
}

#header_logo h1 {
	margin: 0;
	padding: 0;
	display: block;
}

#header_logo h1 a {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
}

#header_logo img {
	display: block;
	height: 40px;
	width: auto;
	margin: 0 8px 0 0;
}

.logo-home-text {
	display: block;
	font-size: 11px;
	color: #6d644d;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	white-space: nowrap;
}

#header_nav_area>nav{
	display:none;
}

#header_nav_area>nav>ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fbf6f3;
	position:absolute;
	top:50px;
	left:0;
}

#header_nav_area>nav>ul>li{
	width:100%;
	padding:0 20px;
	font-size:15px;
	text-align:center;
	border-bottom:1px solid #b4b2b0;
}

#header_nav_area>nav>ul>li:last-child{
	font-family:Noto Serif JP;
	font-size:13px;
}

#header_nav_area>nav>ul>li>a{
	display:block;
	padding:14px 0;
	text-decoration:none;
	transition: all .5s;
}

#header_nav_area>nav>ul>li>a:link{
	color:#6e5f25;
}

#header_nav_area>nav>ul>li>a:visited{
	color:#6e5f25;
}

#header_nav_area>nav>ul>li>a:hover{
	color:#debb2e;
}

#header_nav_area>nav>ul>li>a:active{
	color:#6e5f25;
}

#nav_toggle{
	display:none;
}

/*開閉ボタン*/

#nav_toggle{
	display: block;
	width: 36px;
	height: 40px;
	position: relative;
	top: 12px;
	left:14px;
	z-index: 100;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span{
	display: block;
	height: 2px;
	background:#4e3918;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1){
	top:0px;
}

#nav_toggle span:nth-child(2){
	top:10px;
}

#nav_toggle span:nth-child(3){
	top:20px;
}

/*開閉ボタンopen時*/

.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header_border{
	width:100%;
	height:3px;
	background-image: linear-gradient(120deg, #e7e22d 0%, #fefed9 50%, #e7e22d 100%);
	position:absolute;
	bottom:0;
}


/* page top */


.pagetop{
	box-sizing:border-box;
	width:54px;
	height:54px;
	padding:12px 0 0 0;
	background-color:#8c6e3e;
	color:#fff;
	font-size:12px;
	font-family:'Roboto', sans-serif;
	text-align:center;
	line-height:1.2em;
	border-radius:50%;
	position:fixed;
	bottom:20px;
	right:14px;
	cursor : pointer;
	z-index:998;
	transition: all .5s;
}

.pagetop:hover{
	background-color:#debb2e;
}


/* footer */


#footer_area{
	overflow:hidden;
	width:100%;
	margin:0 auto;
	padding:30px 0;
	background-color:#f6edce;
}

#footer_nav_area>nav>ul{
	overflow:hidden;
	list-style-type:none;
	width:86%;
	margin:0 auto;
	padding:0;
}

#footer_nav_area>nav>ul>li{
	box-sizing:border-box;
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
}

#footer_nav_area>nav>ul>li>a{
	display:block;
	text-decoration:none;
	padding:0 20px;
	transition: all .5s;
}

#footer_nav_area>nav>ul>li>a:link{
	color:#6e5f25;
}

#footer_nav_area>nav>ul>li>a:visited{
	color:#6e5f25;
}

#footer_nav_area>nav>ul>li>a:hover{
	color:#debb2e;
}

#footer_nav_area>nav>ul>li>a:active{
	color:#6e5f25;
}

#footer_area>small{
	display:block;
	margin:30px auto 0;
	color:#6e5f25;
	font-size:13px;
	letter-spacing:0;
	text-align:center;
}


/* common */


.readmore_btn{
	display:block;
	text-decoration:none;
	width:200px;
	margin:30px auto 0;
	padding:12px 0;
	background-color:#4e3918;
	font-size:15px;
	text-align:center;
	line-height:1em;
	border-radius:10px;
	transition: all .5s;
}

.readmore_btn:link{
	color:#fff;
}

.readmore_btn:visited{
	color:#fff;
}

.readmore_btn:hover{
	background-color:#8c6e3e;
}

.readmore_btn:active{
	color:#fff;
}


/* home key */


#home_key{
	display:none;
}

#home_key_sp{
	width:100%;
	background-color:#fff;
}


/* home_concept */


#home_concept{
	width:86%;
	margin:0 auto;
	padding:60px 0;
}

#home_concept>img{
	display:block;
	width:100%;
	margin:0 0 40px;
}

#home_concept>article>h1{
	margin:0 0 30px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1.4em;
}

#home_concept>article>h2{
	margin:0 0 30px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_concept>article>p{
	margin:0;
	font-size:15px;line-height:1.6em;
}

#home_concept>article>p br{
	display:none;
}

#home_concept>article>div>img{
	display:block;
	width:100%;
	margin:30px auto 40px;
}

#home_concept>article>div>a{
	display:block;
	width:200px;
	margin:0 auto;
}


/* ff-videos */


.ff-videos {
	width:100%;
	margin:0 auto;
	padding:40px 0 0;
	background-color: rgba(255, 255, 255, 0.7);
}

.ff-videos__header {
	margin-bottom:40px;
}

.ff-videos__title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}

.ff-videos__title span {
	display:block;
	margin:10px 0 0;
	font-size: 15px;
	font-weight: normal;
}

.ff-videos__note {
	width:90%;
	margin:0 auto;
	font-size: 14px;
	line-height:1.6em;
}

.ff-videos__grid {
	display: grid;
	width:90%;
	margin:0 auto;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ff-videos__item {
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ff-videos__wrap {
	position: relative;
	padding:10px;
	background: #fff;
	border-radius: 20px;
	/* 濃いめの淡ピンク二重ふち */
	border: 6px double #ffecee; /* ピンク色を濃く */
}

.ff-videos__video {
	width: 100%;
	aspect-ratio: 9/16;
	object-fit: cover;
	border-radius: 14px;
	background: #000;
	cursor: pointer;
}

.ff-videos__mute-btn {
	position: absolute;
	top:10px;
	right: 10px;
	padding: 4px 8px;
	font-size: 11px;
	border: none;
	border-radius:8px;
	background: rgba(255, 255, 255, 0.85);
	cursor: pointer;
}

.ff-videos__cap {
	display:none;
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}


/* home_style */


#home_style{
	padding:40px 0 60px;
	background-color: rgba(255, 255, 255, 0.7);
}

#home_style>h1{
	width:90%;
	margin:0 auto 30px;
	color:#4e3918;
	font-size:26px;
	line-height:1em;
	text-align:center;
	letter-spacing:0.1em;
}

#home_style>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:86%;
	margin:0 auto;
	padding:0 0 20px;
}

#home_style>div>img{
	width:48%;
	margin:0 4% 20px 0;
	border-radius:6px;
}

#home_style>div>img:nth-of-type(2n){
	margin:0 0 20px;
}

#home_style>div>img:nth-of-type(5n){
	display:none;
}


/* home_menu */


#home_menu{
	padding:60px 0 10px;
	background-color:#ffecee;
}

#home_menu>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_menu>div{
	width:86%;
	margin:0 auto;
}

#home_menu>div>article{
	margin:0 0 60px;
}

#home_menu>div>article>img{
	width:100%;
	margin:0 auto 30px;
	border-radius:6px;
}

#home_menu>div>article>h1{
	margin:0 0 10px;
	color:#4e3918;
	font-size:24px;
	text-align:center;
	letter-spacing:0em;
	line-height:1em;
}

#home_menu>div>article>h2{
	margin:0 0 20px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	letter-spacing:0em;
	line-height:1em;
}

#home_menu>div>article>p{
	margin:0;
	font-size:15px;line-height:1.6em;
}

#home_menu>div>article>p br{
	display:none;
}


/* home_banner_area */


.hotel_info_detail{
	background-color: #fff;
	border: 1px solid #f2e9e1;
	border-radius: 15px;
}

#home_banner_area{
	padding:40px 0 60px;
	background-color:#ffecee;
}

#home_banner{
	width:90%;
	margin: 0 auto;
}

.new-customer-20off-banner {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
	text-align: center;
}

.new-customer-20off-banner h1 {
	margin: 0 0 25px;
	padding: 16px 0;
	font-size:18px;
	background-color: #f28588;
	color: #fff;
	line-height: 1em;
	border-radius: 16px 16px 0 0;
}

.banner-inner-body {
	padding: 0 10px;
}

.new-customer-20off-banner h2 {
	font-size:18px;
	color: #4e3918;
	margin-bottom: 10px;
}

.off-price {
	font-size:52px;
	font-weight: bold;
	color: #d15663;
	line-height: 1;
	margin-bottom:30px;
	text-shadow: 2px 2px 0 #fde2e4;
	letter-spacing: 0.05em;
}

.off-price span {
	margin: 0 0 0 4px;
	font-size:32px;
}

.present-box {
	background-color: #fdfaf5;
	border: 1px dashed #d15663;
	border-radius: 15px;
	padding:0 10px 18px;
	margin: 0 8px 15px;
}

.present-box h3 {
	font-weight: bold;
	color: #d15663;
	font-size: 16px;
	margin-bottom:18px !important;
	line-height:1em;
}

.present-box p {
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: #4e3918;
	margin:0;
}

.present-box p br{
	display:none;
}

.present-box p span {
	color: #d15663;
	font-weight: bold;
}

.new-customer-20off-banner .note {
	width:96%;
	margin:0 auto;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
	color: #4e3918;
	text-align:left;
}

.new-customer-20off-banner .note br{
	display:none;
}

.reserve-banner {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto 20px;
	padding: 0 0 30px;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
	text-align: center;
	display: flex;
	flex-direction: column;
}

.reserve-banner h1 {
	margin: 0 0 10px;
	padding: 16px 0;
	color:#fff;
	font-size:18px;
	background-color: #f28588;
	line-height: 1em;
	border-radius: 16px 16px 0 0;
}

.reserve-banner .banner-inner-body {
	padding:0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.reserve-banner h2 {
	font-size:18px;
	color: #4e3918;
	line-height: 1.8;
	margin-bottom:10px;
}

.reserve-banner h2 br{
	display:none;
}

.reserve-banner-list{
	list-style: none;
	width:90%;
	margin: 0 auto 10px;
	padding:0 0 0 10px;
	text-align: left;
	display: inline-block;
}

.reserve-banner-list li {
	font-size: 15px;
	color: #4e3918;
	line-height: 1.4;
	padding: 10px 0 10px 18px;
	border-bottom: 1px dashed #eaddd3;
	position: relative;
}

.reserve-banner-list li:last-child {
	border-bottom: none;
}

.reserve-banner-list li::before {
	content: '✔';
	position: absolute;
	left: 0;
	color: #f28588;
	font-weight: bold;
}

.reserve-banner-list li span {
	font-size: 14px;
	color: #a38c75;
}

.reserve-banner_btn{
	display: block;
	width: 240px;
	margin: 10px auto 0;
	padding: 10px 0;
	background: linear-gradient(to bottom, #7c6146 0%, #4e3918 100%);
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 0.1em;
	border-radius: 50px;
	box-shadow: 0 4px 0 #2c1f0d, 0 8px 15px rgba(0, 0, 0, 0.2);
	border: none;
	transition: all 0.2s ease;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.reserve-banner_btn:hover {
	transform: translateY(-2px);
	background: linear-gradient(to bottom, #8e7155 0%, #4e3918 100%);
	box-shadow: 0 6px 0 #2c1f0d, 0 10px 20px rgba(0, 0, 0, 0.25);
}

.reserve-banner_btn:active {
	transform: translateY(4px);
	box-shadow: none;
}

.cashless-banner{
	width:100%;
	margin:0 auto;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
}

.cashless-banner>div{
	background:#fff;
	text-align: center;
	border-radius: 16px;
}

.cashless-banner h1 {
	margin:0;
	padding:10px 0;
	font-size:18px;
	background-color:#f28588;
	color:#fff;
	margin-bottom: 12px;
	border-radius:16px 16px 0 0;
}

.cashless-banner h2 {
	width:90%;
	margin:0 auto;
	padding:10px 0;
	font-size:15px;
	text-align:left;
	line-height:1.6em;
}

.cashless-banner h2 br{
	display:none;
}

.cashless-banner img{
	display:block;
	width:90%;
	height: auto;
	margin:10px auto;
}

#cashless-banner_pc-tb{
	display:none;
}

.cashless-banner p{
	box-sizing:border-box;
	display: inline-block;
	width:100%;
	margin:0 auto;
	padding:14px 0;
	background-color:#e9f0f4;
	font-size:15px;
	border:6px solid rgba(255,255,255,0.8);
	border-radius:0 0 16px 16px;
}


/* home_hotel */


#home_hotel {
	box-sizing: border-box;
	width:90%;
	margin: 0 auto 60px;
	padding:40px 0 0;
}

#home_hotel .hh_title {
	text-align: center;
	font-size: 32px;
	color: #4e3918;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

#home_hotel .hh_visual_area {
	width:100%;
	position: relative;
}

#home_hotel .hh_main_img, 
#home_hotel .hh_visual_area img {
	display:block;
	width:90%;
	height: auto;
	margin:0 auto 20px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.1);
}

#home_hotel .hh_content_area {
	width:100%;
	margin:0 0 30px;
	text-align: left;
}

#home_hotel .hh_catchphrase {
	font-size:22px;
	line-height: 1.6;
	color: #4e3918;
	margin: 0 0 30px;
	text-align:center;
}

#home_hotel .hh_concept_lead {
	font-size:20px;
	font-weight: bold;
	color: #ae7c58;
	margin-bottom: 20px;
	text-align:center;
}

#home_hotel .hh_description {
	font-size:15px;
	line-height: 1.8;
	color: #4e3918;
	margin-bottom: 30px;
}

#home_hotel .hh_description strong {
	color: #ae7c58;
	border-bottom: 1px solid #ae7c58;
}

#home_hotel .hh_room_preview {
	margin-bottom: 30px;
	text-align:center;
}

#home_hotel .hh_room_item img {
	display:block;
	width:90%;
	height: auto;
	margin:0 auto;
	border-radius: 10px;
	border: 1px solid #f2e9e1;
	margin-bottom:6px;
}

#home_hotel .hh_room_item span {
	display:block;
	margin:0 0 20px;
	font-size:15px;
	color: #ae7c58;
	font-weight: bold;
}

#home_hotel .hh_room_item span br{
	display:none;
}

#home_hotel .hh_note {
	box-sizing:border-box;
	width:96%;
	margin:50px auto;
	font-size:15px;
	line-height: 1.6;
	color: #d15663;
	background:#fff;
	padding:18px 10px 18px 18px;
	border-radius: 10px;
	border: 1px dashed #d15663;
}

#home_hotel .hh_note  br{
	display:none;
}

#home_hotel .hh_readmore_btn{
	display:block;
	width:250px;
	margin:0 auto;
	padding: 10px 0 16px;
	background: #4e3918;
	color: #fff;
	text-align:center;
	text-decoration: none;
	border-radius: 50px;
	font-weight: bold;
	transition: 0.3s;
}

#home_hotel .hh_readmore_btn:hover{
	background: #7c6146;
	transform: translateY(-2px);
}

.hotel-media-section {
	margin:30px 0;
	padding:30px 20px 10px;
	background-color: #fff;
	border-radius: 8px;
	border-left: 4px solid #d4a373;
	position: relative;
	overflow: hidden;
	box-shadow: 0 0 16px rgba(78, 57, 24, 0.1);
}

.hotel-media-section .addition-header h3 {
	margin:10px 0 0;
	font-size:17px;
	color: #ae7c58;
	font-weight: bold;
}

.hotel-media-section .addition-tag {
	background: #ae7c58;
}

.media-caption {
	margin:0 0 40px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: bold;
}

.media-grid {
	margin-bottom: 25px;
}

.media-item {
	width: 100%;
	margin-bottom: 10px;
}

.media-item img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	display: block;
}

.hotel-addition-box {
	margin: 30px 0;
	padding: 25px;
	background-color: #fff;
	border-radius: 8px;
	border-left: 4px solid #d4a373;
}

.addition-header {
	margin-bottom:20px;
}

.addition-tag {
	background: #ae7c58;
	color: #fff;
	font-size: 0.75rem;
	padding: 2px 10px;
	border-radius: 4px;
	font-weight: bold;
}

.addition-header h3 {
	margin:10px 0 0;
	font-size: 1.2rem;
	color: #ae7c58;
	font-weight: bold;
}

.addition-flex {
	width:100%;
}

.addition-images {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.small-img {
	width:50%;
	height:auto;
	margin:0 0 20px;
	object-fit: cover;
	border-radius: 6px;
}

.addition-text p {
	margin: 0;
	font-size:15px;
	line-height: 1.6;
	text-align: left;
}


/* home_staff */


#home_staff{
	width:86%;
	margin:0 auto;
	padding:60px 0 80px;
}

#home_staff>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#home_staff>img{
	display:block;
	width:100%;
	margin:0 0 30px
}

#home_staff>article>h1{
	display:none;
}

#home_staff>article>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#home_staff>article>p br{
	display:none;
}

#home_staff>article>div{
	overflow:hidden;
	position:relative;
}

#home_staff>article>div>img{
	display:block;
	width:49%;
	margin:0 4% 0 0;
	float:left;
}

#home_staff>article>div>a{
	display:block;
	width:47%;
	float:right;
	position:absolute;
	right:0;
	bottom:0;
}


/* home_Dogwalker */


#home_Dogwalker{
	padding:60px 0;
	background-color:#e9f0f4;
}

#home_Dogwalker>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	font-family:Crimson Text,serif;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_Dogwalker>article{
	width:86%;
	margin:0 auto 30px;
}

#home_Dogwalker>article>img{
	display:block;
	width:100%;
	margin:0 0 30px;
	border-radius:6px;
}

#home_Dogwalker>article>section{
	box-sizing:border-box;
	overflow:hidden;
	width:100%;
}

#home_Dogwalker>article>section h2{
	margin:0 0 30px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_Dogwalker>article>section h3{
	margin:0;
	padding:10px 0;
	color:#4e3918;
	font-size:16px;
	text-align:center;
	line-height:1.4em;
	border-top:1px dashed #4e3918;
	border-bottom:1px dashed #4e3918;
}

#home_Dogwalker>article>section>ul{
	margin:0 0 30px;
	padding:0 0 0 20px;
}

#home_Dogwalker>article>section>ul li{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
}

#home_Dogwalker>div{
	width:86%;
	margin:0 auto;
	padding:30px 0 6px;
	background-color:rgba(255,255,255,0.5);
	border-radius:6px;
}

#home_Dogwalker>div>ul{
	width:86%;
	margin:0 auto 20px;
	padding:0 10px 10px 30px;
	border-bottom:1px dashed #4e3918;
}

#home_Dogwalker>div>ul li{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
}

#home_Dogwalker>div>ul li span{
	margin:0 10px 0 0;
	padding:0 8px 2px 10px;
	background-color:#4e3918;
	color:#f3f0eb;
	font-size:12px;
	line-height:1em;
	border-radius:6px;
}

#home_Dogwalker>div>h4{
	width:90%;
	margin:0 auto 10px;
	font-size:15px;
	line-height:1.4em;
}

#home_Dogwalker>div>p{
	width:92%;
	margin:0 auto 20px;
	font-size:15px;
	line-height:1.6em;
}

#home_Dogwalker>div>p br{
	display:none;
}

#home_Dogwalker>div>p span{
	font-size:13px;
}


/* home_greeting */


#home_greeting{
	padding:60px 0 30px;
	background-color:#ffecee;
}

#home_greeting>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	font-family:Crimson Text,serif;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_greeting>article{
	overflow:hidden;
	width:86%;
	margin:0 auto 30px;
}

#home_greeting>article>img{
	display:block;
	width:50%;
	margin:0 auto 30px;
	border-radius:50%;
}

#home_greeting>article>section{
	box-sizing:border-box;
}

#home_greeting>article>section h2{
	margin:0 0 30px;
	color:#4e3918;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

#home_greeting>article>section h3{
	margin:30px 0 0 0;
	font-size:20px;
	text-align:right;line-height:1.6em;
}

#home_greeting>article>section h3>span{
	margin:0 20px 0 0;
	font-size:15px;
}

#home_greeting>article>section p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}


/* home_shop */


#home_shop{
	padding:60px 0;
	background-color:#f7efe5;
}

#home_shop>h1{
	width:86%;
	margin:0 auto 40px;
	color:#4e3918;
	font-size:28px;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_shop>article{
	width:86%;
	margin:0 auto;
	padding:0 0 80px;
}

#home_shop>article:last-child{
	margin:0 auto;
	padding:0;
	border-bottom:none;
}

#home_shop>article>img{
	display:block;
	width:100%;
	margin:0 0 40px;
	border-radius:6px;
}

#home_shop>article>section{
	overflow:hidden;
}

#home_shop>article>section h2{
	margin:0 0 20px;
	color:#4e3918;
	font-size:24px;
	line-height:1em;
	text-align:center;
}

#home_shop>article>section>p{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
	text-align:center;
}

#home_shop>article>section>p span{
	display:block;
	margin:0 10px 0 0;
	font-size:13px;
}

.home_shop_instagram_icon{
	width:40px;
	display:block;
	margin:30px auto;
}

.home_shop_instagram_icon>img{
	display:block;
	width:100%;
	margin:0;
}

.home_shop_instagram_icon:hover{
	opacity:0.6;
}

#home_shop>article>section a:nth-of-type(2n){
	width:90%;
	margin:30px auto;
}

/* 予約ボタン共通デザイン */

.reserve-btn{
	display:block;
	width:90%;
	margin:40px auto 0;
	padding:10px 0;
	background-color:#f28588;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius:14px;
	border:4px solid rgba(255,255,255,0.4);
}

.reserve-btn>div{
	width:184px;
	margin:0 auto;
}

.reserve-btn>div>img{
	display:block;
	width:42px;
	height:auto;
	margin:4px 16px 0 0;
	line-height:1em;
	float:left;
}

.reserve-btn>div>p{
	margin:0;
	padding:0;
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-weight:bold;
}

.reserve-btn>div>p>span{
	display:block;
	align-items: center;
	font-size: 14px;
	font-weight:normal;
}

.reserve-btn:link{
	color:#fff;
}

.reserve-btn:visited{
	color:#fff;
}

.reserve-btn:hover{
	background-color:#8c6e3e;
}

.reserve-btn:active{
	color:#fff;
}


/* rescued_dog */


#home_rescued_dog{
	width:86%;
	margin:0 auto 60px;
	padding:60px 0 0;
}

#home_rescued_dog_info{
	display:none;
}

#home_rescued_dog_info_sp{
	width:100%;
}

#home_rescued_dog_info_sp>h1{
	width:86%;
	margin:0 auto 20px;
	color:#4e3918;
	font-size:28px;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_rescued_dog_info_sp>h2{
	width:86%;
	margin:0 auto 40px;
	font-size:16px;
	line-height:1em;
	letter-spacing:0.1em;
	text-align:center;
}

#home_rescued_dog_info_sp>img{
	display:block;
	width:60%;
	margin:0 auto 30px;
	border:4px solid rgba(221,220,214,0.5);
	border-radius:20px;
}

#home_rescued_dog_info_sp>p{
	margin:0 0 10px;
	font-size:15px;
	line-height:1.6em;
	text-align:center;
}


/* home_info */


#home_info{
	width:86%;
	margin:0 auto;
	padding:0 0 40px;
}

#home_info>article{
	width:100%;
	margin:0 0 30px;
	padding:40px 0;
	border-radius:6px;
	background-color:#f7efe5;
}

#home_info_academy{
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:30px 0 30px 40px;
	border-radius:6px;
}

#home_info_academy>img{
	display:block;
	width:30%;
	margin:0 auto 30px;
}

#home_info_academy>section{
	text-align:center;
}

#home_info_recruit{
	width:100%;
	margin:0;
	padding:30px 0;
	border-radius:6px;
}

#home_info>article h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#home_info>article h2{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}


/* staff */


#staff_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#staff_contents>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#staff_contents>article{
	width:86%;
	margin:0 auto;
}

#staff_contents>article>h2{
	width:250px;
	margin:0 auto 60px;
	padding:10px 0;
	font-size:18px;
	text-align:center;line-height:1.6em;
	letter-spacing:0.4em;
	border:1px solid #e7e22d;
	border-radius:50px;
}

#staff_contents>article>div{
	overflow:hidden;
}

#staff_contents>article>div>a{
	text-decoration:none;
	width:45%;
	margin:0 10% 60px 0;
	float:left;
}

#staff_contents>article>div>a:link{
	color:#4e3918;
}

#staff_contents>article>div>a:visited{
	color:#4e3918;
}

#staff_contents>article>div>a:hover{
	opacity:0.6;
}

#staff_contents>article>div>a:active{
	color:#4e3918;
}

#staff_contents>article>div>a:nth-child(2n){
	margin:0 0 60px;
	float:right;
}

#staff_contents>article>div>a .staff_pic{
	box-sizing:border-box;
	display:block;
	width:100%;
	margin:0 0 20px;
	border:1px solid #e7e22d;
	border-radius:50%;
}

#staff_contents>article>div>a>h3{
	width:100%;
	margin:0 0 20px;
	font-size:18px;
	text-align:center;line-height:1.6em;
}

#staff_contents>article>div>a>h3>span{
	display:block;
	font-size:15px;
}

#staff_contents>article>div>a .instagram_logo{
	display:block;
	width:40px;
	height:auto;
	margin:0 auto;
}


/* staff_profile */


#staff_profile_contents{
	width:86%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#staff_profile_contents>img{
	display:block;
	width:50%;
	margin:0 auto 30px;
}

#staff_profile_contents>h1{
	margin:0 auto 20px;
	font-size:18px;
	text-align:center;line-height:1.6em;
}

#staff_profile_contents>h1>span{
	display:block;
	font-size:15px;
}

#staff_profile_contents>p{
	margin:0 0 30px;
	font-size:15px;line-height:1.6em;
	text-align:center;
}

#staff_profile_contents .home_shop_instagram_icon{
	display:block;
	margin:40px auto;
	float:none;
}

#staff_profile_contents .readmore_btn{
	margin:60px auto 0;
}


/* recruit */


#recruit_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#recruit_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#recruit_contents>p{
	margin:0 0 60px;
	font-size:16px;
	text-align:center;line-height:1.6em;
}

#recruit_contents>div{
	width:86%;
	margin:0 auto;
}

#recruit_contents>div>a{
	box-sizing:border-box;
	text-decoration:none;
	display:block;
	width:100%;
	margin:0 0 30px;
	padding:0 0 30px;
	background-color:#fff;
	text-align:center;
	border-radius:20px;
	border:6px solid rgba(221,220,214,0.4);
}

#recruit_contents>div>a:link{
	color:#4e3918;
}

#recruit_contents>div>a:visited{
	color:#4e3918;
}
#recruit_contents>div>a:hover{
	opacity:0.6;
}
#recruit_contents>div>a:active{
	color:#4e3918;
}

#recruit_contents>div>a>img{
	display:block;
	width:100%;
	margin:0 0 30px;
	border-radius:14px 14px 0 0;
}

#recruit_contents>div>a>h2{
	margin:0;
	font-size:16px;
	line-height:1em;
}


/* cut_policy */


#cut_policy_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#cut_policy_contents>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#cut_policy_contents>article{
	width:86%;
	margin:0 auto 80px;
}

#cut_policy_contents>article>h2{
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#cut_policy_contents>article>p{
	margin:0 0 40px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#cut_policy_contents>article>img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 40px;
}

#cut_policy_contents>article>section{
	margin:0 0 80px;
}

.cut_policy_special{
	box-sizing:border-box;
	width:86%;
	margin:0 auto;
	padding:20px 0 10px;
	background-color:rgba(221,220,214,0.3);
	border-radius:10px;
}

.cut_policy_special>p{
	font-size:15px;
	text-align:center;
	line-height:3em;
}

.cut_policy_special>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

#cut_policy_contents>article:nth-of-type(2n){
	width:100%;
	background-color:rgba(248,229,140,0.1);
	padding:60px 0 30px;
}

#cut_policy_contents>article:nth-of-type(2n)>h2{
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#cut_policy_contents>article:nth-of-type(2n)>p{
	width:86%;
	margin:0 auto 40px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#cut_policy_contents>article:nth-of-type(2n)>img{
	display:block;
	width:86%;
	margin:0 auto 40px;
}


/* cut_model */


#cut_model_contents{
	margin:0 0 60px;
	padding:30px 0 0;
}

#cut_model_contents>img{
	display:block;
	width:100%;
	margin:0 auto 40px;
}

#cut_model_contents>h1{
	margin:0 0 30px;
	font-size:24px;
	text-align:center;
	letter-spacing:0.08em;
	color:#4e3918;
}

.cut_model_wrap{
	width:90%;
	margin:0 auto;
}

.cut_model_box{
	margin:0 0 20px;
	padding:20px;
	background:#fff;
	border-radius:14px;
	box-shadow:0 4px 14px rgba(78,57,24,0.06);
}

.cut_model_box h2,
.cut_model_message h2{
	margin:0 0 10px;
	padding:0 0 16px;
	font-size:18px;
	text-align:center;
	color:#4e3918;
	position:relative;
}

.cut_model_box h2::after,
.cut_model_message h2::after{
	content:"";
	display:block;
	width:50px;
	height:1px;
	background:#cbb9a4;
	margin:14px auto 0;
}

.cut_model_box p{
	margin:0 0 12px;
	font-size:15px;
	text-align:center;
}

.cut_model_box p:last-child{
	margin:0;
}

.cut_model_box ul{
	margin:0;
	padding:0;
	list-style:none;
}

.cut_model_box li{
	position:relative;
	margin:0 0 16px;
	padding:0 0 10px 20px;
	font-size:15px;
	line-height:1.9em;
	border-bottom:1px dashed #e5ddd4;
}

.cut_model_box li:last-child{
	margin:0;
	padding-bottom:0;
	border:none;
}

.cut_model_box li::before{
	content:"◆";
	position:absolute;
	left:0;
	top:0;
	font-size:11px;
	color:#ae7c58;
}

.cut_model_message{
	margin:30px 0 0;
	padding:30px 14px 30px 24px;
	background:linear-gradient(
	180deg,
	rgba(255,255,255,1) 0%,
	rgba(247,239,229,0.7) 100%
	);
	border-radius:14px;
	border:1px solid #ebe2d8;
}

.cut_model_message p{
	margin:0 0 28px;
	font-size:15px;
	line-height:1.8em;
}

.cut_model_message p:last-child{
	margin:0;
}

.message_emphasis{
	display:inline;
	font-size:17px !important;
	color:#7c6146;
	line-height:2em;
	font-weight:bold;
	background:linear-gradient(
	transparent 65%,
	rgba(242,133,136,0.25) 65%
	);
}

.cut_model_contact{
	width:80%;
	margin:60px auto;
	padding:30px 0;
	text-align:center;
	border-top:1px solid #4e3918;
	border-bottom:1px solid #4e3918;
}

.cut_model_contact h2{
	margin:0 0 20px;
	font-size:20px;
	color:#4e3918;
}

.cut_model_contact p{
	margin:0;
	font-size:16px;
	line-height:1.9em;
}

.contact_message{
	margin:18px 0 0 !important;
	font-size:17px !important;
	color:#7c6146;
}


/* company */


#company_staff{
	width:86%;
	margin:0 auto 30px;
	padding:30px 0 0;
}

#company_staff>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
}

#company_staff_image{
	display:block;
	width:100%;
	margin:0 0 40px;
	border-radius:20px;
}

#company_staff_promise{
	display:block;
	width:80%;
	margin:0 auto 40px;
}

#company_staff>h2{
	margin:0 0 40px;
	color:#4e3918;
	font-size:20px;
	text-align:center;
	line-height:1.6em;
}

#company_staff>h3{
	margin:40px 0 0;
	font-size:16px;
	text-align:center;
	line-height:1em;
}

#company_staff>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#company_CEO{
	width:86%;
	margin:0 auto 60px;
	padding:60px 0 0;
}

#company_CEO>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#company_CEO_image{
	display:block;
	width:100%;
	margin:0 0 60px;
	border-radius:20px;
}

#company_CEO>h2{
	margin:0 0 20px;
	font-size:16px;
	text-align:center;
	line-height:1em;
}

#company_CEO>h3{
	margin:0 0 40px;
	font-size:20px;
	text-align:center;
	line-height:1em;
}

#company_CEO>p{
	margin:0 0 20px;
	font-size:15px;line-height:1.6em;
}

#CEO_SNS{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	width:240px;
	margin:0 auto 40px;
}

#CEO_SNS>a{
	box-sizing:border-box;
	width:18%;
	margin:0 23% 0 0;
}

#CEO_SNS>a:nth-of-type(3n){
	margin:0 0 20px;
}

#CEO_SNS>a>img{
	width:100%;
	margin:0;
}

#company_youtube{
	width:86%;
	margin:0 auto 100px;
}

#company_youtube>iframe{
	display:block;
	width:100%;
	height:400px;
}


/* style */


#style_contents{
	margin:0 0 80px;
	padding:60px 0 0;
}

#style_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:28px;
	text-align:center;
	line-height:1em;
}

#style_contents_ditail{
	width:86%;
	margin:0 auto 40px;
}

#style_contents_ditail>img{
	display:block;
	width:100%;
	margin:0 0 20px;
}

#style_contents_SNS{
	width:86%;
	margin:0 auto;
}

#style_contents_SNS>h2{
	margin:0 0 50px;
	font-size:20px;
	text-align:center;line-height:1.6em;
}

#style_contents_SNS>h2 br{
	display:none;
}

#style_contents_SNS>h2 span{
	display:block;
}

#style_contents_SNS>div{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}

#style_contents_SNS>div>section{
	box-sizing:border-box;
	width:48%;
	margin:0 4% 20px 0;
	padding:0;
	background-color:#fff;
	text-align:center;
	border:1px solid rgba(221,220,214,0.6);
}

#style_contents_SNS>div>section:nth-of-type(2n){
	margin:0 0 20px;
}

#style_contents_SNS>div>section>img{
	display:block;
	width:100%;
	margin:0 0 20px;
}

#style_contents_SNS>div>section>h3{
	margin:0;
	font-size:15px;
	line-height:1em;
}

#style_contents_SNS>div>section>a{
	margin:26px auto;
	float:none;
}

.style_ameblo_btn{
	display:block;
	text-decoration:none;
	width:90px;
	margin:20px auto 0;
	padding:8px 0;
	font-size:18px;
	font-family:'Alata', sans-serif;
	text-align:center;
	letter-spacing:0.02em;
	line-height:1em;
	border:3px solid #4e3918;
	border-radius:13px;
	transition: all .5s;
}

.style_ameblo_btn:link{
	color:#4e3918;
}

.style_ameblo_btn:visited{
	color:#4e3918;
}

.style_ameblo_btn:hover{
	opacity:0.6;
}

.style_ameblo_btn:active{
	color:#4e3918;
}


/* service */


#service_contents{
	padding:60px 0 0;
}

#service_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:26px;
	text-align:center;
	line-height:1em;
}

#service_policy_area {
	box-sizing: border-box;
	width:90%;
	margin: 0 auto 20px;
}

.policy_board {
	background-color: #fff;
	border: 1px solid #f2e9e1;
	border-radius: 20px;
	padding:20px 0;
	box-shadow: 0 20px 40px rgba(78, 57, 24, 0.08);
	text-align: center;
}

.policy_section {
	margin-bottom:40px;
}

.policy_section h1 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #4e3918;
	font-size: 20px;
	position: relative;
}

.policy_section h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background-color: #ae7c58;
}

.policy_intro {
	margin:0 0 20px;
	padding:0 10px 0 20px;
	font-size: 15px;
	line-height: 1.8;
	color: #4e3918;
	text-align:left;
}

.policy_intro br{
	display:none;
}

.policy_content {
	display: inline-block;
	box-sizing:border-box;
	width:90%;
	margin:0 auto 20px;
	background-color: #fdfaf5;
	padding:0 20px;
	border-radius: 10px;
}

.policy_content dt {
	color: #7c6146;
	font-weight: bold;
}

.policy_content dd{
	margin:0 0 10px;
	padding:0 0 10px;
	border-bottom: 1px dashed #dccdbf;
}

.policy_content dd:last-child{
	margin:0 ;
	padding:0;
	border-bottom:none;
}

.policy_content .price-highlight {
	font-size:18px;
	font-weight: bold;
	color: #ae7c58;
}

.policy_footer {
	padding:0 10px 0 20px;
	font-size: 15px;
	color: #ae7c58;
	line-height: 1.7;
	font-size: 15px;
	text-align:left;
}

.policy_footer br{
	display:none;
}

.benefits_box {
	width:90%;
	margin:0 auto;
	border-top: 1px dashed #dccdbf;
	padding-top: 30px;
}

.benefits_box > h1 {
	margin-bottom: 40px;
	padding-bottom: 20px;
	color: #4e3918;
	font-size:18px;
	position: relative;
}

.benefits_box > h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 2px;
	background-color: #ae7c58;
}

.benefits_list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

.benefits_list li {
	font-size:16px;
	color: #4e3918;
	line-height: 1.6;
	margin-bottom:20px;
	padding-left:24px;
	position: relative;
}

.benefits_list li::before {
	content: "🐾";
	position: absolute;
	left: 0;
	font-size:16px;
	color: #ae7c58;
}

.benefits_list .label {
	display:block;
	width:140px;
	background-color: #ae7c58;
	color: #fff;
	font-size:14px;
	padding: 1px 0 2px;
	border-radius: 4px;
	margin-bottom:6px;
	vertical-align: middle;
	text-align:center;
}

.benefits_list .highlight {
	font-size:16px;
	font-weight: bold;
	color: #ae7c58;
	border-bottom: 1px solid #f2e9e1;
}

#service_banner_area{
	padding:0 0 40px;
}

#service_banner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:90%;
	margin: 0 auto;
	gap: 20px 0;
}

#service_trimming {
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 40px;
}

#service_trimming > h1 {
	margin-bottom:20px;
	padding-bottom: 30px;
	color: #4e3918;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	position: relative;
}

#service_trimming > h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ae7c58;
	border-radius: 1px;
}

#service_trimming > p {
	font-size: 14px;
	color: #ae7c58;
	margin-bottom:30px;
	text-align: center;
}

#trimming_comparison_flex {
	margin-bottom: 50px;
}

.trimming_column {
	box-sizing: border-box;
	width:100%;
	margin:0 0 20px;
	padding:16px;
	background-color: #fff;
	border: 1px solid #f2e9e1;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(78, 57, 24, 0.08);
	display: flex;
	flex-direction: column;
}

.trimming_column img {
	width:100%;
	margin:0 auto 25px;
	height: auto;
	border-radius: 10px;
	border: 1px solid #f2e9e1;
}

.trimming_column section {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.trimming_column h2 {
	font-size: 19px;
	color: #4e3918;
	margin: 0 0 20px;
	padding-bottom:10px;
	border-bottom: 2px solid #f2e9e1;
	text-align: center;
}

.menu_list_box {
	background-color: #fdfaf5;
	border: 1px solid #f2e9e1;
	border-radius: 10px;
	padding:0 15px 18px;
	margin-bottom: 20px;
}

.menu_label{
	font-size:16px;
	font-weight: bold;
	color: #ae7c58;
	margin-bottom: 12px;
	text-align: center;
	line-height:1em;
	border-bottom: 1px solid #dccdbf;
	padding-bottom: 6px;
}

.menu_list_box ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	gap: 5px 10px;
}

.menu_list_box ul li {
	font-size:15px;
	color: #4e3918;
	position: relative;
	padding-left: 12px;
}

.menu_list_box ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #ae7c58;
}

.trimming_column p {
	font-size:15px;
	line-height: 1.6em;
	color: #4e3918;
	margin-bottom:20px;
}

.plus_shampoo_info {
	background-color: #fdfaf5;
	border:2px solid #f2e9e1;
	border-radius: 8px;
	padding:0 10px 16px;
	margin-bottom: 20px;
	text-align: center;
}

.plus_shampoo_info p {
	margin: 0 !important;
	font-size: 15px !important;
	font-weight: bold;
	color: #4e3918;
}

.plus_shampoo_info p span {
	display:block;
	color: #ae7c58;
	font-size: 18px;
	margin: 0 5px;
	border: none !important;
}

.nomination_fee_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto 0 0;
	background-color: #fdfaf5;
	border: 1px dashed #dccdbf;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
}

.fee_description {
	margin: 0 0 10px !important;
	font-size:15px !important;
	line-height: 1.6em !important;
	color: #4e3918;
}

.fee_price {
	margin: 0 !important;
	font-size: 14px !important;
	color: #4e3918;
	font-weight: bold;
}

.fee_price span {
	font-size: 20px;
	color: #ae7c58;
	margin: 0 2px;
	border: none !important;
}

#service_option{
	padding:50px 0 0;
	background-color:rgba(248,229,140,0.1);
}

#service_option > h1 {
	margin-bottom: 40px;
	padding-bottom: 30px;
	color: #4e3918;
	font-size: 26px;
	line-height: 1em;
	text-align: center;
	position: relative;
}

#service_option > h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ae7c58;
	border-radius: 1px;
}

.option_intro {
	width:100%;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	color: #ae7c58;
}

.option_condition {
	font-weight: bold;
	margin-bottom:20px;
}

.option_notes {
	box-sizing: border-box;
	width:90%;
	margin:0 auto;
	padding:12px 0 18px 4px;
	text-align: left;
	border-top:1px dashed #ae7c58;
	border-bottom:1px dashed #ae7c58;
}

.option_notes p {
	margin-bottom: 5px;
}

.option_notes ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.option_notes ul li {
	position: relative;
	padding-left: 1.5em;
	font-size: 15px;
}

.option_notes ul li::before {
	content: "※";
	position: absolute;
	left: 0;
}

#service_option>article{
	width:90%;
	margin:0 auto 20px;
}

.service_option_special_01{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:30px 0 10px 20px;
	background-color:rgba(221,220,214,0.3);
	border-radius:10px 10px 0 0;
}

.service_option_special_01>h3{
	margin:0 0 20px;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

.service_option_special_01>p{
	font-size:15px;
	line-height:2em;
}

.service_option_special_01>p>span{
	margin:20px 0 0;
	font-size:18px;
	line-height:1em;
}

.service_option_special_02{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:30px 0 10px 20px;
	background-color:rgba(204,195,175,0.3);
}

.service_option_special_02>h3{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}

.service_option_special_02>p{
	font-size:15px;
	line-height:2em;
}

.service_option_special_02>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

.service_option_special_03{
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
	padding:30px 10px 20px 20px;
	background-color:rgba(248,229,140,0.3);
	border-radius:0 0 10px 10px;
}

.service_option_special_03>h3{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}

.service_option_special_03>p{
	width:100%;
	margin:0 auto 10px;
	font-size:15px;
	line-height:2em;
}

.service_option_special_03>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1em;
}

#service_option_detail{
	margin:40px 0 0;
	padding:0 0 40px;
}

#service_option_detail>article{
	width:90%;
	margin:0 auto 40px;
	padding:0 0 20px;
	border-bottom:1px solid #4e3918;
}

#service_option_detail>article>h1{
	margin:0 0 40px;
	font-size:24px;
	text-align:center;
	line-height:1em;
}

#service_option_detail>article>img{
	display:block;
	width:80%;
	height:auto;
	margin:0 auto 20px;
	border:6px solid rgba(221,220,214,0.3);
	border-radius:20px;
}

#service_option_detail>article>p{
	margin:0 0 20px;
	font-size:15px;
	line-height:1.7em;
}

#service_option_detail>article>p br{
	display:none;
}

#service_option_detail>article>p>span{
	margin:30px 0 0;
	font-size:20px;
	line-height:1.6em;
}

#service_option_detail>article>ul{
	 box-sizing:border-box;
	width:100%;
	margin:0 auto 20px;
	padding:30px 8px 10px 30px;
	background-color:#fbf6f3;
	border-radius:20px;
	border:3px solid rgba(221,220,214,0.3);
}

#service_option_detail>article>ul>li{
	margin:0 0 20px;
}

#service_option_detail>article>ul>li br{
	display:none;
}



/* hotel */


#hotel_contents{
	padding:60px 0 0;
}

#hotel_contents>h1{
	margin:0 0 60px;
	color:#4e3918;
	font-size:26px;
	text-align:center;
	line-height:1em;
}

#hotel_info {
	box-sizing: border-box;
	width:90%;
	margin: 0 auto 30px;
	padding: 0 0 10px;
}

#hotel_info > h1{
	margin-bottom:30px;
	padding-bottom:20px;
	color:#4e3918;
	font-size:20px;
	line-height:1em;
	text-align: center;
	position: relative;
}

#hotel_info > h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width:50px;
	height:3px;
	background-color:#ae7c58;
	border-radius:1px;
}

.hotel_info_intro {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 15px;
	line-height: 1.8em;
	color: #4e3918;
}

.hotel_info_detail{
	width:100%;
	margin:0 0 10px;
	background-color: #fff;
	border: 1px solid #f2e9e1;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
}

.hotel_info_detail > h2 {
	margin: 0;
	padding: 12px 10px;
	background: linear-gradient(135deg, #7c6146 0%, #4e3918 100%);
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.info_inner {
	padding: 20px;
}

.hotel_info_detail p {
	font-size: 15px;
	line-height: 1.8em;
	color: #4e3918;
	margin: 0 0 15px;
}

.hotel_info_detail p span {
	font-weight: bold;
	border-bottom: 2px solid #f28588;
}

.hotel_info_detail ul {
	box-sizing: border-box;
	padding: 15px 10px 15px 30px;
	background-color: #fdfaf5;
	border: 1px dashed #dccdbf;
	border-radius: 10px;
	margin: 0;
	list-style-type: disc;
}

.hotel_info_detail ul li {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 1.6em;
	color: #4e3918;
}

.hotel_info_detail ul li:last-child {
	margin-bottom: 0;
}

#hotel_type{
	margin:0 0 40px;
}

#hotel_type>h1{
	margin-bottom:30px;
	padding-bottom:20px;
	color:#4e3918;
	font-size:22px;
	line-height:1em;
	text-align: center;
	position: relative;
}

#hotel_type>h1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width:50px;
	height:3px;
	background-color:#ae7c58;
	border-radius:1px;
}

.hotel_type_lead {
	width:90%;
	margin:0 auto 20px;
	font-size: 15px;
	line-height: 1.7;
}

.hotel_type_lead br {
	display: block;
	margin-bottom: 5px;
	content: "";
}

#hotel_type_notice{
	width:90%;
	margin:0 auto 40px;
	padding:20px 0 40px;
	border-top: 1px solid #4e3918;
	border-bottom: 1px solid #4e3918;
}

#hotel_type_notice h2 {
	margin:0 0 20px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

#hotel_type_notice p {
	line-height: 1.8;
	font-size: 15px;
	color: #4e3918;
}

#hotel_type_notice p span {
	color: #d15663;
	font-weight: bold;
}

.book_btn {
	display: block;
	width: 250px;
	margin: 20px auto 0;
	padding: 10px 0;
	background: linear-gradient(to bottom, #7c6146 0%, #4e3918 100%);
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	border-radius: 50px;
	box-shadow: 0 4px 0 #2c1f0d, 0 8px 15px rgba(0, 0, 0, 0.2);
	border: none;
	transition: all 0.2s ease;
	cursor: pointer;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.book_btn:hover {
	transform: translateY(-2px);
	background: linear-gradient(to bottom, #8e7155 0%, #4e3918 100%);
	box-shadow: 0 6px 0 #2c1f0d, 0 10px 20px rgba(0, 0, 0, 0.25);
}

.book_btn:active {
	transform: translateY(4px);
	box-shadow: none;
}

#hotel_type_inner {
	width: 90%;
	margin: 0 auto 20px;
}

#hotel_type_inner > article {
	box-sizing: border-box;
	width:100%;
	margin:0 0 18px;
	padding: 0 0 10px;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
	overflow: hidden;
	border: 1px solid #f2e9e1;
	border-radius: 15px;
}

#hotel_type_inner > article:last-child:nth-child(odd) {
	margin: 0 auto;
}

#hotel_type_inner article h2 {
	margin: 0 0 20px;
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

#hotel_standard h2 {
	background: linear-gradient(135deg, #dccdbf 0%, #a38c75 100%);
}

#hotel_deluxe h2 {
	background: linear-gradient(135deg, #f2aeb4 0%, #d15663 100%);
}

#hotel_sweet h2 {
	background: linear-gradient(135deg, #f5dfa8 0%, #c5a358 100%);
}

#hotel_type img {
	display: block;
	width: 94%;
	height: auto;
	margin: 0 auto 10px;
	border-radius: 10px;
}

/* 料金エリア */
.hotel_type_price {
	width: 94%;
	margin:0 auto;
}

.hotel_type_price > section {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 10px;
	background-color: #fdfaf5;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #f2ede9;
}

.hotel_type_price > section h3 {
	margin: 0 0 10px;
	padding-bottom: 8px;
	font-size: 14px;
	color: #6d523e;
	border-bottom: 1px dashed #dccdbf;
}

.hotel_type_price > section p {
	margin: 0;
	font-size: 19px;
	font-weight: bold;
	color: #4e3918;
}

.hotel_type_price > section p > span {
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #a38c75;
	margin-top: 5px;
}

.hotel_type_add {
	margin-top:20px;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	font-weight: normal;
}

.hotel_type_add >span {
	display:block;
	width:100px;
	margin:0 auto 10px;
	padding:4px 0 6px;
	font-size:13px;
	line-height:1em;
	background-color: #a38c75;
	color:#fff;
	text-align: center;
	border-radius:4px;
}

#hotel_calc {
	box-sizing: border-box;
	width:90%;
	margin: 0 auto 40px;
	background-color:#fff;
	border: 1px solid #f2e9e1;
	border-radius: 15px;
	padding:20px 0;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
}

#hotel_calc h2 {
	text-align: center;
	font-size:18px;
	margin-bottom: 20px;
}

.calc_intro {
	width:90%;
	margin:0 auto 20px;
	font-size: 15px;
	line-height: 1.8;
	color: #4e3918;
}

.calc_table {
	width:96%;
	margin:0 auto 10px;
	border-collapse: collapse;
	letter-spacing:0.02;
	border:1px solid #eaddd3;
}

.calc_table th {
	background-color: #fdfaf5;
	color: #a38c75;
	padding:14px 6px;
	border-bottom: 2px solid #eaddd3;
	font-size:14px;
}

.calc_table td {
	padding:10px 6px;
	border-bottom: 1px solid #f2ede9;
	text-align: center;
	color: #4e3918;
	line-height: 1.4;
	font-size: 13px;
}

.case_label {
	display: inline-block;
	background-color: #a38c75;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 12px;
	margin-bottom: 5px;
}

.price_zero {
	color: #d15663;
	font-weight: bold;
}

.extra_time {
	color: #d15663;
	font-size:13px;
	font-weight: bold;
}

.calc_table strong {
	font-size:13px;
	color: #d15663;
}

.calc_footer {
	box-sizing:border-box;
	width:96%;
	margin:0 auto;
	background-color: #fdfaf5;
	padding: 20px;
	border-radius: 10px;
}

.calc_footer p {
	font-size: 14px;
	color: #6d523e;
	margin: 5px 0;
	line-height: 1.6;
}

#hotel_book {
	box-sizing: border-box;
	width:90%;
	margin: 0 auto 60px;
}

#hotel_book > h1 {
	margin: 0 0 20px;
	color: #4e3918;
	font-size:20px;
	text-align: center;
	font-weight: bold;
}

.hotel_book_detail {
	background-color: #fff;
	border: 1px solid #f2e9e1;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
	margin-bottom:10px;
}

.hotel_book_detail {
	width:100%;
}

#hotel_book h2 {
	margin: 0;
	padding: 10px 0;
	font-size:14px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: linear-gradient(135deg, #7c6146 0%, #4e3918 100%);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.book_inner {
	padding:14px;
}

/* 料金表のスタイル */
.book_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}

.book_table tr {
	border-bottom: 1px solid #f2ede9;
}

.book_table th {
	text-align: left;
	padding: 10px 5px;
	font-weight: normal;
	color: #6d523e;
}

.book_table td {
	text-align: right;
	padding: 10px 5px;
	font-weight: bold;
	color: #4e3918;
}

.book_note {
	font-size:14px;
	color: #a38c75;
	margin-top: 15px;
	line-height: 1.6;
}

.belongings_list dt {
	font-weight: bold;
	color: #a38c75;
	font-size: 15px;
	margin-bottom: 5px;
	border-left: 4px solid #a38c75;
	padding-left: 10px;
}

.belongings_list dd {
	margin: 0 0 26px;
	font-size: 15px;
	color: #4e3918;
	line-height: 1.6;
}

.belongings_list dd:last-child {
	margin-bottom: 0;
}

#hotel_ensoku {
	box-sizing: border-box;
	width: 100%;
	margin: 20px 0 0;
	padding:30px 14px;
	background-color:#e9f0f4;
	border: 1px solid #f2e9e1;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
}

#hotel_ensoku > h1 {
	text-align: center;
	margin-bottom:20px;
	color: #4e3918;
	font-size:18px;
	line-height:1.4em;
}

#hotel_ensoku > h1 span {
	display:block;
	width:100%;
	margin:0 auto 10px;
	padding:0 0 10px;
	color:#2ca9e1;
	border-bottom: 2px solid #2ca9e1;
}

.hotel_ensoku_text {
	flex: 1;
	text-align: left;
}

.hotel_ensoku_text p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.7;
	color: #4e3918;
}

.hotel_ensoku_text p span {
	background: linear-gradient(transparent 60%, rgba(44,169,225,0.25) 60%);
	font-weight: bold;
}

.hotel_ensoku_text ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 16px 10px 10px 16px;
	background: #fff;
	border-radius: 12px;
	border: 1px dashed #2ca9e1;
}

.hotel_ensoku_text li {
	margin:0 0 10px;
	font-size:15px;
	line-height:1.5em;
}

.hotel_ensoku_text li span {
	margin-left: 8px;
	padding: 1px 8px 3px;
	background-color:#2ca9e1;
	color: #fff;
	font-size: 11px;
	border-radius: 50px;
	vertical-align: middle;
}

#hotel_ensoku_image {
	width:90%;
	margin:0 auto;
}

#hotel_ensoku_image > img {
	width: 100%;
	height: auto;
	margin:10px 0 0;
	border-radius: 15px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 遠足カテゴリー内の拡張スタイル */
.ensoku-extension {
	margin:0 0 60px;
	padding:10px 30px 20px;
	background-color: #fff;
	border-radius: 8px;
	border-left: 4px solid #d4a373;
	box-shadow: 0 0 16px rgba(78, 57, 24, 0.1);
}

.ensoku-media-flex {
	margin-bottom: 20px;
}

.media-box {
	flex: 1;
}

.media-box img, .media-box video {
	width: 100%;
	margin:0 0 6px;
	border-radius: 6px;
	display: block;
}

.media-box .caption {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	margin-top: 5px;
}

.ensoku-social-message {
	margin: 25px 0;
}

.ensoku-social-message h4 {
	font-size: 1.1rem;
	color: #ae7c58;
	margin-bottom: 10px;
	font-weight: bold;
}

.ensoku-social-message p {
	font-size: 0.95rem;
	line-height: 1.6;
}

.ensoku-transfer-note {
	margin-top:30px;
	padding: 10px;
	background: #fff;
	font-size: 0.85rem;
	border-radius: 12px;
	border: 1px dashed #2ca9e1;
}

.hotel-ensoku-video-block {
	max-width: 600px;
	margin: 0 auto;
}

.hotel-ensoku-video__wrap {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: #000;
}

.hotel-ensoku-video__content {
	width: 100%;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.hotel-ensoku-video__mute-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: none;
	padding: 5px 12px;
	border-radius: 4px;
	font-size: 0.8rem;
	cursor: pointer;
	z-index: 2;
	transition: background 0.3s;
}

.hotel-ensoku-video__mute-btn:hover {
	background: rgba(0, 0, 0, 0.8);
}

.hotel-ensoku-video__cap {
	margin-top: 10px;
	font-size: 0.9rem;
	text-align: center;
	font-weight: bold;
}

#homestay {
	box-sizing: border-box;
	width:90%;
	margin:20px auto;
	padding:50px 0 30px;
	background-color:#f9ecee;
	border-radius: 20px;
	border: 1px solid #f2e9e1;
	box-shadow: 0 10px 30px rgba(78, 57, 24, 0.08);
}

#homestay .homestay-title {
	width:90%;
	margin:0 auto 20px;
	text-align: center;
	color: #634a4e;
	font-size: 22px;
	line-height: 1.4;
}

#homestay .homestay-title span {
	display: block;
	width:100%;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	color: #d8808d;
	font-size: 16px;
	border-bottom: 2px solid #d8808d;
}

#homestay .homestay-flex-container {
	width:92%;
	margin: 0 auto;
}

#homestay .homestay-image-column {
	margin:40px 0;
}

#homestay .homestay-image-column img {
	width: 100%;
	height: auto;
	border-radius: 12px;
	object-fit: cover;
}

#homestay .homestay-main-img {
	margin-bottom: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#homestay .homestay-sub-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

/* --- 右側：テキスト解説エリア --- */
#homestay .homestay-text-column {
	flex: 1;
}

#homestay .homestay-lead-text {
	font-size: 16px;
	color: #634a4e;
	line-height: 1.6;
	margin: 0 0 20px;
	text-align:center;
}

/* 担当者情報 */
#homestay .homestay-manager-box {
	background: #fff;
	padding: 20px 20px 10px;
	border-radius: 15px;
	margin-bottom: 25px;
	border: 1px solid #eee1e3;
}

#homestay .homestay-manager-box h3 {
	font-size: 18px;
	color: #d8808d;
	margin: 0 0 5px;
	font-weight: bold;
	text-align:center;
}

#homestay .homestay-note {
	font-size:15px !important;
	color: #8a7376 !important;
	line-height: 1.6;
	margin-top: 16px !important;
}

/* 本文 */
#homestay .homestay-description {
	font-size: 15px;
	line-height: 1.8;
	color: #635052;
	margin-bottom: 15px;
}

#homestay .homestay-description span {
	background: linear-gradient(transparent 60%, #fff0f3 60%);
	font-weight: bold;
}

/* --- 料金エリア --- */
#homestay .homestay-price-container {
	margin: 25px 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

#homestay .homestay-price-card {
	background: #fff;
	padding:14px;
	border-radius: 12px;
	border: 1px dashed #e8d5d8;
}

#homestay .homestay-price-card h4 {
	color: #d8808d;
	font-size:16px;
	margin: 0 0 18px;
	border-left: 4px solid #d8808d;
	padding-left: 10px;
	font-weight: bold;
}

#homestay .homestay-price-row {
	display: flex;
	justify-content: space-between;
	font-size:16px;
	color: #7a6366;
}

/* 長期特典 */
#homestay .homestay-benefit-box {
	padding:20px 10px;
	background-color: #fbebed;
	border-radius: 15px;
	border: 2px solid #fff;
}

#homestay .homestay-benefit-box h4 {
	color: #d8808d;
	margin: 0 0 10px;
	font-size:18px;
	text-align: center;
	font-weight: bold;
}

#homestay .homestay-benefit-box p {
	font-size:16px !important;
	margin-bottom:12px !important;
	color: #635052 !important;
}


/* price_area */


#price_area{
	width:92%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#price_area>h1{
	margin:0 0 40px;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#price_area>p{
	margin:0 0 20px;
	font-size:15px;
	text-align:center;
	line-height:1em;
}

.price_list>table{
	width:100%;
	margin:60px 0 0;
	border-collapse: collapse;
	text-align:center;
	letter-spacing:0;
}

.price_list>table .price_text_left{
	text-align:left;
}

.price_list>table th{
	padding:0 0 14px;
	border-bottom:1px solid #4e3918;
	font-size:14px;
}

.price_list>table td{
	padding:14px 0;
	border-bottom:1px solid #4e3918;
	font-size:13px;line-height:1.6em;
}


/* first-time-customer */


#f-customer_contents{
	width:86%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#f-customer_contents>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#f-customer_contents>p{
	margin:0 0 20px;
	padding:0 0 20px;
	font-size:15px;line-height:1.6em;
	border-bottom:1px solid #4e3918;
}

#f-customer_contents>p:last-child{
	padding:0 0 10px;
	border-bottom:none;
}


/* mailform */


#formWrap{
	width:86%;
	margin:0 auto 80px;
	padding:60px 0 0;
}

#formWrap>h1{
	margin:0 0 40px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#formWrap>p{
	margin:0 0 40px;
	font-size:15px;
	text-align:center;line-height:1.6em;
}

#formWrap_title>h2{
	margin:0;
	padding:0;
	font-size:18px;
	text-align:center;
	line-height:1em;
}

table.formTable{
	width:600px;
	margin:0 auto 60px;
}

table.formTable td,table.formTable th{
	display:block;
	width:auto;
	margin:0 0 10px;
}

table.formTable th{
	width:500px
	font-size:17px;
	text-align:left;
}

table.formTable td{
	width:100%;
	margin:0 0 40px;
	font-size:16px;line-height:1.6em;
}

table.formTable td .table_text{
	box-sizing:border-box;
	width:96%;
	background-color:#fbf6f3;
	padding:16px 10px;
	border:1px solid #4e3918;
	border-radius:6px;
}

input[type="submit"], input[type="button"]{
	width:200px;
	height:40px;
	margin:0 30px 0 0;
	background-color:#4e3918;;
	color:#fff;
	font-size:16px;
	font-family:'Noto Serif JP';
	border:none;
	border-radius:20px;
}

input[type="submit"]:hover, input[type="button"]:hover{
	color:#fff;
	background-color:#8c6e3e;
}


/* privacy */


#privacy_area{
	width:86%;
	margin:0 auto 60px;
	padding:60px 0 0;
}

#privacy_area>h1{
	margin:0 0 20px;
	color:#4e3918;
	font-size:22px;
	text-align:center;
	line-height:1em;
}

#privacy_area>h2{
	margin:0 0 60px;
	font-size:16px;line-height:1.6em;
	text-align:center;
}

#privacy_area>p{
	margin:0 0 20px 0;
	font-size:15px;line-height:1.6em;
}

#privacy_area article{
	padding:20px 0 10px;
	border-top:1px dashed #ccc;
}

#privacy_area article h3{
	margin:0 0 20px 0;
	font-size:15px;line-height:1.6em;
}

#privacy_area article p{
	margin:0 0 10px 0;
	font-size:15px;line-height:1.6em;
}


/* thanks */


#thanks_area{
	width:86%;
	margin:0 auto;
	padding:100px 0 0;
	text-align:center;
}

#thanks_area>h1{
	margin:0 0 60px;
	letter-spacing:0.02em;
	line-height:1em;
	font-size:22px;
}

#thanks_area>p{
	margin:0 0 60px;
	font-size:16px;line-height:1.6em;
}

#thanks_area>a{
	width:300px;
}