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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	background-image: url();
	-webkit-text-size-adjust: 100%;	
	font-weight: normal;
}
html {
overflow-x: hidden;
}
body {
	font-family: "Shippori Mincho B1", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	color: #b1a19f;
	background-color: #FFF;
	font-size: 14px;
	line-height: 100%;
	animation: Fuwa 2s forwards;
	overflow:hidden;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
	height:auto;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #b1a19f;
	text-decoration: none;
}
a:hover {
	color: #b1a19f;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.gototop {
	display: none!important;
}
.sp_navi {
	display: block;
	z-index: 2;
	width: 100%;
}
.sp_navi h6 {
	position: absolute;
	right: 10px;
	bottom: 85px;
}
.sp_navi h6 img {
	width:20px;
}
.sp_navi ul {
	margin-bottom:8px;
}
.sp_navi li {
	float: left;
	margin-left:1.5%;
	width: 47.7%;
}
.sp_navi li img {
	width: 100%;
	border-radius: 5px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
.sp_navi li:nth-child(even) {
	float:right;
	margin-left:0px;
	margin-right:1.5%;
}

/* ドロワーメニュー設定 */

#drawer_menu-checkbox {
  display: none;
}
#drawer_menu-icon {
	display: block;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	background-size:100%;
	position: fixed;
	z-index: 11;
	top: 5px;
	right: 5px;
	border-radius: 20px;
}
#drawer_menu-close {
	display: none;
	opacity: 0;
	animation: Fuwa 1s forwards;
	width: 100%;
	position: fixed;
	top: 50px;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	/*
	overflow-y: auto;
	*/
	overflow: hidden;
}
#drawer_menu-checkbox:checked ~ #drawer_menu-icon {
	background-image: url(../img/close.png);
}
#drawer_menu-checkbox:checked ~ #drawer_menu-close {
  display: block;
      opacity: 1;
}
#drawer_menu-close .main {
	background-color: #F9EDED;
	color: #b1a19f;
	padding:15px 10px;
	padding-bottom:20px;
	height:100vh;
}
#drawer_menu-close ul {
	padding:0px 25px;
	margin-bottom:30px;
}
#drawer_menu-close li {
	font-size: 14px;
	line-height: 1em;
	background-image: url(../img/menu_icon.png);
	background-repeat: no-repeat;
	background-position: right 9px;
	background-size:8px;
}
#drawer_menu-close li a {
	width:100%;
	padding:0.5em 0px;
	display:block;
	color: #b1a19f;
	text-decoration: none;
}
#drawer_menu-close li a:hover {
	color: #b1a19f;
	text-decoration: none;
}
#drawer_menu-close .type {
	padding:0.5em 0px;
}
#drawer_menu-close .type:after {
	content: "";
}
#drawer_menu-close .type dt {
	font-size: 14px;
	line-height: 1em;
	display: block;
}
#drawer_menu-close .type dd {
	font-size: 14px;
	line-height: 1em;
	margin-left:0.5em;
	margin-top:1em;
	float:left;
}
#drawer_menu-close .type dd:nth-child(2),
#drawer_menu-close .type dd:nth-child(4),
#drawer_menu-close .type dd:nth-child(5),
#drawer_menu-close .type dd:nth-child(7) {
	padding-left:0.5em;
}
#drawer_menu-close .type dd a {
	padding:0px;
	color: #b1a19f;
	text-decoration: none;
}
#drawer_menu-close .type dd a:hover {
	color: #b1a19f;
	text-decoration: none;
}
#drawer_menu-close .type dd:nth-child(4) {
	clear:both;
}
#drawer_menu-close .type dd a:after {
	content: "／";
	margin-left:0.5em;
}
#drawer_menu-close .type dd:nth-child(3) a:after,
#drawer_menu-close .type dd:nth-child(5) a:after,
#drawer_menu-close .type dd:nth-child(7) a:after {
	content: "";
}
#drawer_menu-close .type dd:nth-child(4),
#drawer_menu-close .type dd:nth-child(6) {
	clear:both;
}
#drawer_menu-close .contact h5 {
	font-size: 14px;
	line-height: 1em;
	text-align:center;
	margin-bottom:1.5em;
	color: #b1a19f;
}
#drawer_menu-close .contact h5:before {
	position: absolute;
	font-size: 16px;
	line-height: 1em;
	content: "／";
	margin-left:-1.5em;
	transform: scaleX(-1);
}
#drawer_menu-close .contact h5:after {
	position: absolute;
	font-size: 16px;
	line-height: 1em;
	content: "／";
	margin-left:0.5em;
}
#drawer_menu-close .contact dt {
	width:49%;
	float:left;
}
#drawer_menu-close .contact dd {
	float:right;
	width:49%;
}
#drawer_menu-close .contact img {
	width:100%;
	border-radius: 7px;
}
#drawer_menu-close .instagram {
	padding-top:2em;
	margin:0px auto;
	width:49%;
}
#drawer_menu-close .instagram img {
	width:100%;
	border-radius: 7px;
}

/* 基本テンプレート設定 */

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	width: auto;
	margin: 0px;
}
#header {
	width:100%;
	height:50px;
	background-color: #FFF;
	position: fixed;
	z-index: 1;
	top: 0px;
}
#header h1 {
	padding-top:17px;
	padding-left:12px;
	}
#header h1 img {
	width:auto;
	height:17px;
}

#contents {
	padding-top:50px;
}

#footer {}
#footer .contact {
	background-color: #f9eded;
	padding: 15px;
	padding-top:25px;
	margin:0px 10px;
	background-image: url(../img/contact_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size:auto 68px;
}
#footer .contact h2 {
	font-size: 17px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 13px;
	text-align: center;
	height:60px;
}
#footer .contact h2 img {
	width:100%;
}
#footer .contact .line {
	margin-top:3em;
	margin-bottom:1.5em;
	text-align:center;
}
#footer .contact .line img {
	width:100%;
}
#footer .contact .instagram {
	margin-top:1.5em;
	margin-bottom:3em;
	text-align:center;
}
#footer .contact .instagram img {
	width:100%;
}
#footer .contact .overview {
	background-color: #FFF;
	padding: 20px 10px;
}
#footer .contact .overview h4 {
	padding-bottom:15px;/* 35px */
}
#footer .contact .overview h4 img {
	width:100%;
}
#footer .contact .overview h6 {
	padding-bottom: 0.5em;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	padding-bottom:20px;
}
#footer .contact .overview h5 {
	padding-bottom:0.5em;
}
#footer .contact .overview h5 img {
	width:100%;
}
#footer .contact .overview p {
	font-size: 12px;
	line-height: 1.4em;
}
#footer .contact .overview dl {
	font-size: 12px;
	line-height: 1.4em;
	padding-top:25px;
	padding-bottom:10px;
}
#footer .contact .overview dt {
	clear: both;
	width: 5.5em;
	float: left;
	text-align: right;
	margin-bottom:0.5em;
}
#footer .contact .overview dd {
	margin-left: 5.5em;
	margin-bottom:0.5em;
}
#footer .contact .overview .gmap {}
#footer .contact .overview .gmap iframe {
	width:100%;
	height:auto;
	aspect-ratio: 4 / 3;
}
#footer .features {
	padding:25px 10px;
}
#footer .features li {
	padding-bottom: 1em;
	text-align: center;
	float: left;
	width: 33.3%;
}
#footer .features li img {
	width:90%;
}
#footer .features li:nth-child(n3+1) {
	clear:both;
}
#footer .copy {
	font-size: 11px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom:90px;
	background-color: #b1a19f;
	width:100%;
}

/* 各ページ共通設定 */
#page_title {
	background-color: #F9EDED;
	background-image: url(../img/page_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 100%;
	height: 115px;
	width: auto;
	text-align:center;
	margin-bottom:20px;
}
#page_title h2 {
	font-size: 17px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top:45px;
}
.sub_title {
	font-size: 17px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	height:38px;
	padding-top: 12px;
	margin-top:2em;
	margin-bottom:1.5em;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 50px;
	text-align: center;
}
#contents .title_kei {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-left:0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1A19F;
	border-bottom-color: #B1A19F;
}
#contents .komidashi {
	font-size: 15px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top:1em;
	margin-bottom: 0.5em;
	color: #C6A1A1;
}


