@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: #604C3F;
	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;
}
ul {
	list-style-type:none;
}
li img { 
  vertical-align:bottom; 
}
p {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 0.5em;
}
a {
	color: #ED8599;;
	text-decoration: none;
}
a:hover {
	color: #FBC600;;
	text-decoration: underline;
}
.clear {
	clear: both
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pc {
	display: none;
}
.sp {
	display: block;
}

#copy {
	font-size: 11px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	padding-top: 70px;
	padding-bottom:90px;
	background-image: url(../img/copy_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	width:100%;
	margin-top:-25px;
	z-index: 1;
	position: relative;
}

.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: 50px;
	width: 50px;
	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: 50px;
	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: #e8f7d7;
	color: #7A572C;;
	padding:15px 10px;
	padding-bottom:20px;
}
#drawer_menu-close ul {
	padding:0px 25px;
	margin-bottom:30px;
}
#drawer_menu-close li {
	font-size: 15px;
	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: #7A572C;;
	text-decoration: none;
}
#drawer_menu-close li a:hover {
	color: #7A572C;;
	text-decoration: none;
}
#drawer_menu-close .type {
	padding:0.5em 0px;
}
#drawer_menu-close .type:after {
	content: "";
}
#drawer_menu-close .type dt {
	font-size: 15px;
	line-height: 1em;
	display: block;
}
#drawer_menu-close .type dd {
	font-size: 15px;
	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: #7A572C;;
	text-decoration: none;
}
#drawer_menu-close .type dd a:hover {
	color: #7A572C;;
	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(4) a:after,
#drawer_menu-close .type dd:nth-child(6) a:after,
#drawer_menu-close .type dd:nth-child(7) a:after {
	content: "";
}
#drawer_menu-close .contact h5 {
	font-size: 15px;
	line-height: 1em;
	text-align:center;
	margin-bottom:1.5em;
	color: #7A572C;;
}
#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;
}

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

#wrapper {
	position:relative; /*gototopの親要素に指定*/
	width: auto;
	margin: 0px;
}
#header {
	width:100%;
	height:50px;
	position: fixed;
	z-index: 1;
	top: 0px;
	background-image: url(../img/header_bk.png);
}
#header h1 img {
	width:auto;
	height:50px;
}

#footer {
	background-image: url(../img/footer_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% 100%;
	padding-top:40px;
	padding-bottom:35px;
}
#footer h3 {
	text-align:center;
	padding-bottom:10px;
	margin: 0px 30px;
}
#footer h3 img {
	width:100%;
}
#footer .line {
	text-align:center;
	padding-bottom:20px;
}
#footer .line {
	margin: 0px 30px;
}
#footer .line img {
	width:100%;
	border-radius: 7px;
}
#footer .address {
	background-image: url(../img/footer_add_bk.png);
	margin: 0px 30px;
	width: auto;
	padding:10px;
	padding-bottom:20px;
	border-radius: 7px;
}
#footer .address .tel {
	width:100%;
	margin:0px;
	padding-bottom:20px;
}
#footer .address .tel img {
	width:100%;
}
#footer .address .table {
	text-align:center;
	padding-bottom:10px;
}
#footer .address .table img {
	width:100%;
}
#footer p {
	font-size: 14px;
	line-height: 1.4em;
	margin:0px;
	padding:0px 0.5em;
}
#footer p span {
	color: #FBC600;
}
#footer .gmap {
	border: 2px solid #7EC5A4;
	margin-top:1.5em;
}
#footer .gmap iframe {
	width:100%;
	height:200px;
}
#footer .point {
	width:auto;
	margin:0px;
}
#footer .point li {
	margin-top:20px;
	width:30%;
	float:left;
}
#footer .point li img {
	border-radius: 20px;
	width:100%;
}
#footer .point li:nth-child(3n-1) {
	margin-left:5%;
	margin-right:5%;
}
#footer .point li:nth-child(3n+1) {
	clear:both;
}

/* 各ページ共通設定 */

#contents {
}
#contents #title {
	aspect-ratio: 10 / 7.3;
	width:100%;
	height:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/title_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% 100%;
}
#contents #title h1 {
	font-size: 21px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-shadow:4px 4px 4px #FFF,
	-4px -4px 4px #FFF,
	-4px 4px 4px #FFF,
	4px -4px 4px #FFF,
	0px 4px 4px #FFF,
	0px -4px 4px #FFF,
	-4px 0px 4px #FFF,
	4px 0px 4px #FFF;
	color:#604C3F;
	padding-bottom:10px;
}
#contents .page_title {
	text-align:center;
	padding-bottom:15px;
}
#contents .page_title img {
	height:95px;
}
#contents .sub_title {
	font-size: 16px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	background-image: url(../img/sub_title_bk.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	text-shadow:1px 1px 1px #000;
	width: 94%;
	height: auto;
	aspect-ratio: 10 / 1;
	padding-top:7px;
	margin: 0px 3%;
	margin-bottom:10px;
}
#contents .section {
	padding:0px 15px;
}
#contents .contents {
	background-image: url(../img/contents_bk.webp);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100%;
}
#contents .page_lower  {
	background-image: url(../img/page_lower_bk.webp);
	background-position: center top;
	background-size: 100%;
}
#contents .page_lower_top {}
#contents .page_lower_top img {
	width:100%;
}
#contents .title_wave {
	font-size: 15px;
	line-height: 1.3em;
	width:265px;/* 265px 530px */
	height:31px;/* 44px 87px */
	padding-top:13px;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #71af43;
	background-image: url(../img/title_wave.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	text-align: center;
	letter-spacing: 0.1em;
	margin:0px auto;
	margin-bottom:1.5em;
}
#contents .title_kei {
	font-size: 15px;
	line-height: 1.3em;
	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: #875b30;
	border-bottom-color: #875b30;
}
#contents .komidashi {
	font-size: 15px;
	line-height: 1.3em;
	margin-top:1em;
	margin-bottom: 0.5em;
	color: #71AF43;
}
