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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	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: 21px;
	line-height: 100%;
	animation: Fuwa 2s forwards;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
	-webkit-backface-visibility: hidden;
	width:auto;
	height: auto;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 21px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #b1a19f;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color: #b1a19f;
	text-decoration: underline;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.gototop {
	position: fixed;
	right: 30px;
	bottom: 30px!important;
	z-index: 40!important;
}
.gototop img {
	vertical-align: bottom;
}
.sp_navi {
	display:none!important;
}

/* ドロワーメニュー設定 */
#drawer_menu {
	margin: 0px auto;
	width: 750px;
}
#drawer_menu-checkbox {
  display: none;
}
#drawer_menu-icon {
	display: block;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	background-size:100%;
	position: fixed;
	z-index: 11;
	top: 10px;
	right; 10px;
	margin-left:650px;
	border-radius: 40px;
}
#drawer_menu-close {
	display: none;
	opacity: 0;
	animation: Fuwa 1s forwards;
	padding:0px auto;
	width: 750px;
	height:100vh;
	top: 100px;
	z-index: 5;
	/*
	overflow-y: auto;
	*/
	overflow: hidden;
	position: fixed;
}
#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: 30px 20px;
	padding-bottom: 100vh;
}
#drawer_menu-close ul {
	padding:0px 50px;
	margin-bottom:30px;
}
#drawer_menu-close li {
	font-size: 21px;
	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: 21px;
	line-height: 1em;
	display: block;
}
#drawer_menu-close .type dd {
	font-size: 21px;
	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(5) {
	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 a:after {
	content: "／";
	margin-left:0.5em;
}
#drawer_menu-close .type dd:nth-child(4) a:after,
#drawer_menu-close .type dd:nth-child(7) a:after {
	content: "";
}
#drawer_menu-close .type dd:nth-child(5) {
	clear:both;
}
#drawer_menu-close .contact h5 {
	font-size: 21px;
	line-height: 1em;
	text-align:center;
	margin-bottom:1.5em;
	color: #b1a19f;
}
#drawer_menu-close .contact h5:before {
	position: absolute;
	font-size: 23px;
	line-height: 1em;
	content: "／";
	margin-left:-1.5em;
	transform: scaleX(-1);
}
#drawer_menu-close .contact h5:after {
	position: absolute;
	font-size: 23px;
	line-height: 1em;
	content: "／";
	margin-left:0.5em;
}
#drawer_menu-close .contact dt {
	float:left;
	width:49%;
}
#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: 750px;
	margin: 0px auto;
}
#header {
	width: 750px;
	height: 100px;
	background-color: #FFF;
	position: fixed;
	z-index: 1;
	top: 0px;
}
#header h1 {
	padding-top:33px;
	padding-left:25px;
}

#contents {
	padding-top:100px;
}

#footer {}
#footer .contact {
	background-color: #f9eded;
	padding: 30px;
	padding-top: 50px;
	margin: 0px 25px;
	background-image: url(../img/contact_title_bk.png);
	background-repeat: no-repeat;
	background-position: center 50px;
}
#footer .contact h2 {
	font-size: 28px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top: 30px;
	text-align: center;
	height:120px;
}
#footer .contact .line {
	margin-top:3em;
	margin-bottom:1.5em;
	text-align:center;
}
#footer .contact .instagram {
	margin-top:1.5em;
	margin-bottom:3em;
	text-align:center;
}
#footer .contact .overview {
	background-color: #FFF;
	padding: 40px 30px;
}
#footer .contact .overview h4 {
	padding-bottom:30px;/* 70px */
}
#footer .contact .overview h6 {
	padding-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: normal;
	padding-bottom:60px;
}
#footer .contact .overview h5 {
	padding-bottom:0.5em;
}
#footer .contact .overview h5 img {
}
#footer .contact .overview p {
	line-height: 1.4em;
}
#footer .contact .overview dl {
	font-size: 21px;
	line-height: 1.4em;
	padding-top:50px;
	padding-bottom:20px;
}
#footer .contact .overview dt {
	clear: both;
	width: 5em;
	float: left;
	text-align: right;
	margin-bottom:0.5em;
}
#footer .contact .overview dd {
	margin-left: 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:50px 25px;
}
#footer .features li {
	padding-bottom: 1em;
	text-align: center;
	float: left;
	width: 33.3%;
}
#footer .features li:nth-child(n3+1) {
	clear:both;
}
#footer .copy {
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 13px;
	width: 100%;
	background-color: #b1a19f;
}

/* 各ページ共通設定 */
#page_title {
	background-color: #F9EDED;
	background-image: url(../img/page_title.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	width: 750px;
	text-align:center;
	margin-bottom:40px;
}
#page_title h2 {
	font-size: 28px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-top:90px;
}
.sub_title {
	font-size: 28px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	height:75px;
	padding-top: 25px;
	margin-top:2em;
	margin-bottom:1.5em;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#contents .title_kei {
	font-size: 21px;
	line-height: 1em;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left:0.6em;
	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: 21px;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #C6A1A1;
}