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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
}
html {
overflow-x: hidden;
}
body {
	font-family: dnp-shuei-mgothic-std, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Meiryo, "MS P Gothic", "MS Pゴシック", sans-serif;
	color: #231815;
	background-color: #FFF;
	font-size: 15px;
	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: 18px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #231815;
	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: #231815;
	text-decoration: underline;
	opacity:1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: block;
}
.sp {
	display: none;
}

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

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	width: 750px;
	margin: 0px auto;
}
#header {
	padding-top:10px;
	padding-left:10px;
	height:100px;/*110px*/
	position: fixed;
	z-index: 1;
	width:100%;
	background-color: #FFF;
}
#header h1 {
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	position: absolute;
	margin-left:100px;
	padding-top:12px;
}
#header h2 {
	float:left;
	width:460px;
}
#header h6 {
	float:right;
	margin-top:-10px;
	width:110px;
}
#footer {
}
#footer #link h6 {
	background-color: #fff8f8;
	padding:15px 0px;
}
#footer #link h6 img {
	width:500px;
	display:block;
	margin:0px auto;
}
#footer #link dl {
	padding:50px;
	padding-bottom:20px;
}
#footer #link dt {
	width:40%;
	float:left;
}
#footer #link dt ul,
#footer #link dd ul {
}
#footer #link dt li,
#footer #link dd li {
	font-size: 18px;
	line-height: 1em;
	color: #EA805F;
	margin-bottom: 1em;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:25px;
	padding:5px 0px;
	padding-left:35px;
}
#footer #link dt li a,
#footer #link dd li a {
	color: #EA805F;
	text-decoration: none;
}
#footer #link dt li a:hover,
#footer #link dd li a:hover {
	color: #EA805F;
	text-decoration: underline;
}
#footer #link dd {
	width:40%;
	float:right;
	padding-top:46px;
}
#footer #link dd li:nth-child(2) { background-image:none; }
#footer #link dd li:nth-child(3) { background-image:none; }
#footer #link dd li:nth-child(4) { background-image:none; }
#footer #link dd li:nth-child(5) { background-image:none; }
#footer #link dd li:nth-child(6) { background-image:none; }
#footer #link dd li:nth-child(7) { background-image:none; }
#footer #copy {
	font-size: 16px;
	color: #FFF;
	line-height: 1em;
	text-align: center;
	padding: 30px 0px;
	padding-top:100px;
	background-image: url(../img/footer_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
}
.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: 110px;
	width: 110px;
	background-size:100%;
	position: fixed;
	z-index: 11;
	top: 0px;
	margin-left:640px;
}
#drawer_menu-close {
	display: none;
	opacity: 0;
	animation: Fuwa 1s forwards;
	padding:0px auto;
	width: 750px;
	height:100vh;
	top: 110px;
	z-index: 5;
	overflow-y: auto;
	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: #F7EDBF;
	color: #603A22;
	padding:30px 20px;
	padding-bottom:140px;
}
#drawer_menu-close ul {
	padding:0px 50px;
	margin-bottom:30px;
}
#drawer_menu-close li {
	font-size: 18px;
	line-height: 1em;
	color: #603A22;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#drawer_menu-close li a {
	width:100%;
	padding:15px 0px;
	display:block;
	color: #603A22;
	text-decoration: none;
}
#drawer_menu-close li a:hover {
	color: #603A22;
	text-decoration: none;
}
#drawer_menu-close li h5 {
	font-size: 18px;
	line-height: 1em;
	color: #603A22;
	font-weight: normal;
	padding:15px 0px;
}
#drawer_menu-close li h6 {
	font-size: 18px;
	line-height: 1em;
	color: #603A22;
	font-weight: normal;
	margin-left:2em;
	display:inline-block;
}
#drawer_menu-close li h6 a {
	padding-top:0px;
}
#drawer_menu-close h4 {
	font-size: 24px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	color: #603A22;
	margin-bottom:1em;
}
#drawer_menu-close h4:before {
	position: absolute;
	content: "";
	background-image: url(../img/navi_title_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	height: 30px;
	width: 30px;
	margin-left:-40px;
	margin-top:-5px;
}
#drawer_menu-close dt {
	float:left;
	width:49%;
}
#drawer_menu-close dd {
	float:right;
	width:49%;
}
#drawer_menu-close dl img {
	width:100%;
	border-radius: 7px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* 共通設定 */

#contents {
	padding-top:30px;
	padding-bottom:80px;
}
#contents .section {
	padding-left:20px;
	padding-right:20px;
}
#contents .title {
	margin: 0px auto;
	margin-bottom:30px;
	height: 220px;
	width: 710px;
	background-image: url(../img/section_title_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents .title h2 {
	font-size: 32px;
	line-height: 1em;
	color: #603A22;
	text-align: center;
	letter-spacing: 2px;
}
#contents .title h2:before {
	font-size: 21px;
	line-height: 3.5em;
	color: #8CC456;
	font-weight: normal;
	display: block;
	padding-top:1em;
	letter-spacing: -0.01em;
}
#title {
	background-image: url(../img/title_bk.webp);
	background-repeat: no-repeat;
	background-position: center 110px;
	padding-top:110px;
	height:188px;
}
#title h1 {
	font-size: 40px;
	line-height: 1em;
	color: #603A22;
	text-align: center;
	letter-spacing: 2px;
	padding-top:73px;
}
#contents .sub_title {
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 2px;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:auto 100%;
	vertical-align: text-bottom;
	margin-top:60px;
	margin-bottom:35px;
}
#contents .sub_title strong {
	background-color: #FFF;
	padding-right:1em;
	padding-left:30px;
	background-image: url(../img/sub_title_icon.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-size:13px;
}

#contents .pnavi {
	margin-bottom:40px;
}
#contents .pnavi li {
	display: inline;
	font-size: 16px;
	line-height: 1em;
	color: #603A22;
}
#contents .pnavi li:before {
        content: " > ";
}
#contents .pnavi li:first-child:before {
        content: "";
}
#contents .pnavi li a {
	color: #603A22;
	text-decoration: none;
}
#contents .pnavi li a:hover {
	color: #603A22;
	text-decoration: underline;
}
#contents .gcalendar {
	margin-top:40px;
	margin-bottom:50px;
}
#contents .gcalendar iframe {
	width: 100%;
	height: 440px;
}

#contents .article {}
#contents .article dt {
	padding-bottom:30px;
}
#contents .article dt img {
	width:auto;
	margin:0px auto;
	display:block;
}
#contents .article dd {}

#contents #accessmap {
	padding:80px 20px;
}
#contents #accessmap h6 {
	margin-bottom:15px;
}
#contents #accessmap h6 img {
	width:500px;
	display:block;
	margin:0px auto;
}
#contents #accessmap .address {
	padding-left:80px;
}
#contents #accessmap .address p {
	line-height:1.4em;
	font-size: 21px;
}
#contents #accessmap .address .icon1,
#contents #accessmap .address .icon2 {
	padding-left:30px;
}
#contents #accessmap .address .icon1:before {
	position: absolute;
	content: "";
	background-image: url(../img/address_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	height: 25px;
	width: 20px;
	margin-left:-30px;
	margin-top:2px;
}
#contents #accessmap .address .icon2:before {
	position: absolute;
	content: "";
	background-image: url(../img/parking_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	height: 20px;
	width: 20px;
	margin-left:-30px;
	margin-top:5px;
}
#contents #accessmap .gmap {
	background-image: url(../img/access_map_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:89px;
	margin-top:20px;
}
#contents #accessmap .gmap .kei {
	background-color: #B6EEA5;
	padding:10px;
	border-radius: 0px 20px 20px 20px;
}
#contents #accessmap .gmap iframe {
	width:100%;
	height:390px;
	border-radius: 15px;
}

#contents #reception_time {
	padding:0px 20px;
}
#contents #reception_time .title h2:before {
	content: "Reception Time";
}
#contents #reception_time .timetable {
	margin-bottom:20px;
}
#contents #reception_time .timetable img {
	width:auto;
}
#contents #reception_time ul {
}
#contents #reception_time li {
	float:left;
	width:340px;
}
#contents #reception_time li img {
	width:auto;
	border-radius: 10px;
	box-shadow:5px 5px 5px rgba(0,0,0,0.1);
}
#contents #reception_time li:nth-child(2) {
	float:right;
}

/* お約束バナー画像用設定 */
#contents .promise {
	padding-bottom: 60px;
	margin: 0px auto;
	width: 704px;
}
#contents .promise img {
	width:100%;
}
