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

/* 基本設定 */
* {
	margin: 0px;
	padding: 0px;
	background-image: url();
	-webkit-text-size-adjust: 100%;
}
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: 13px;
	line-height: 100%;
	animation: Fuwa 2s forwards;
	overflow:hidden;
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}
img {
	border: none;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #231815;
	text-decoration: none;
}
a:hover {
	color: #231815;
	text-decoration: underline;
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

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

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	overflow-x: hidden;
	width: auto;
	margin: 0px;
}
#header {
	padding-top:5px;
	padding-left:5px;
	height:50px;/*55px*/
	position: fixed;
	z-index: 1;
	width:100%;
	background-color: #FFF;
}
#header h1 {
	font-size: 9px;
	line-height: 1em;
	font-weight: normal;
	position: absolute;
	margin-left:50px;
	padding-top:5px;
}
#header h2 {
	float:none;
	width:auto;
}
#header h2 img{
	width:232px;
}
#header h6 {
	float:none;
	margin-top:0px;
	width:55px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#header h6 img{
	width:100%;
}
#footer {
}
#footer #link {
}
#footer #link h6 {
	background-color: #fff8f8;
	padding:10px 30px;
}
#footer #link h6 img {
	width:300px;
	display:block;
	margin:0px auto;
}
#footer #link dl {
	padding:25px 15px;
	padding-bottom: 10px;
}
#footer #link dt {
	width:50%;
	float:left;
}
#footer #link dt ul,
#footer #link dd ul {
}
#footer #link dt li,
#footer #link dd li {
	font-size: 13px;
	line-height: 1em;
	color: #EA805F;
	margin-bottom: 1em;
	background-image: url(../img/link_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:15px;
	padding-top:1px;
	padding-left:20px;
}
#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:45%;
	float:right;
	padding-top:27px;
}
#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 #link h5 {
	font-size: 16px;
	color: #FFF;
	line-height: 1em;
	text-align:center;
}
#footer h5 {
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	font-weight: normal;
}
#footer h5:before {
	position: absolute;
	content: "";
	background-image: url(../img/navi_title_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:100%;
	height: 15px;
	width: 15px;
	margin-left:-20px;
}
#footer #copy {
	font-size: 11px;
	color: #FFF;
	line-height: 1em;
	text-align: center;
	padding:50px 0px;
	padding-bottom: 90px;
	background-image: url(../img/footer_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
}
.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%;
	margin-right:0px;
	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;
	height: 55px;
	width: 55px;
	background-size:100%;
	position: fixed;
	z-index: 11;
	top: 0px;
	right: 0px;
}
#drawer_menu-close {
	display: none;
	opacity: 0;
	animation: Fuwa 1s forwards;
	width: 100%;
	position: fixed;
	top: 55px;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	overflow-y: auto;
}
#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: #F93A06;
	padding:15px 10px;
	padding-bottom:20px;
}
#drawer_menu-close ul {
	padding:0px 25px;
	margin-bottom:30px;
}
#drawer_menu-close li {
	font-size: 14px;
	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:10px 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: 14px;
	line-height: 1em;
	color: #603A22;
	font-weight: normal;
	padding:10px 0px;
}
#drawer_menu-close li h6 {
	font-size: 14px;
	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: 16px;
	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: 25px;
	width: 25px;
	margin-left:-30px;
	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: 5px;
	box-shadow:3px 3px 3px rgba(0,0,0,0.2);
}
@keyframes Fuwa {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* 共通設定 */

#contents {
	padding-top:10px;
	padding-bottom:40px;
}
#contents .section {
	padding-left:10px;
	padding-right:10px;
}
#contents .title {
	margin: 0px auto;
	margin-bottom:20px;
	height: auto;
	width: 100%;
	background-image: url(../img/section_title_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	aspect-ratio: 10 / 3;
}
#contents .title h2 {
	font-size: 17px;
	line-height: 1em;
	color: #603A22;
	text-align: center;
	letter-spacing: 1px;
}
#contents .title h2:before {
	font-size: 12px;
	line-height: 2.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 bottom;
	background-size:100%;
	padding-top:60px;
	padding-bottom:35px;
	height:auto;
	background-color: #FFE373;
}
#title h1 {
	font-size: 18px;
	line-height: 1em;
	color: #603A22;
	text-align: center;
	letter-spacing: 2px;
	padding-top:30px;
}
#contents .sub_title {
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 2px;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: text-bottom;
	background-size:auto 100%;
	margin-top:25px;
	margin-bottom: 20px;
}
#contents .sub_title strong {
	background-color: #FFF;
	padding-right:1em;
	padding-left:18px;
	background-image: url(../img/sub_title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:auto 20px;
}

#contents .pnavi {
	margin-bottom:20px;
	padding:0px 10px;
}
#contents .pnavi li {
	display: inline;
	font-size: 12px;
	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:20px;
	margin-bottom:30px;
}
#contents .gcalendar iframe {
	width: 100%;
	height: 440px;
}

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

#contents #accessmap {
	padding:40px 10px;
}
#contents #accessmap h6 {
	margin-bottom:15px;
}
#contents #accessmap h6 img {	
	width:300px;
	display:block;
	margin:0px auto;
}
#contents #accessmap .address {
	padding-left:16%;
}
#contents #accessmap .address p {
	line-height:1.4em;
}
#contents #accessmap .address .icon1,
#contents #accessmap .address .icon2 {
	padding-left:20px;
}
#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: 18px;
	width: 15px;
	margin-left:-20px;
}
#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: 15px;
	width: 15px;
	margin-left:-20px;
	margin-top:1px;
}
#contents #accessmap .gmap {
	background-image: url(../img/access_map_bk.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:auto 45px;
	padding-top:45px;
	margin-top:15px;
}
#contents #accessmap .gmap .kei {
	background-color: #B6EEA5;
	padding:5px;
	border-radius: 0px 10px 10px 10px;
}
#contents #accessmap .gmap iframe {
	width:100%;
	height:300px;
	border-radius: 10px;
}

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

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