﻿@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
html{font-size:100%;}
body {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	color: #4d4d4d;
	-webkit-text-size-adjust: 100%;
}
img{
	vertical-align:bottom;
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5{
	font-size:100%;
	font-weight: normal; 
}
ul{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: #fff;
}
address{
	font-style: normal;
}
#wrap{
	max-width: 768px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/*ヘッダー TOP以外*/
header{
	position: fixed;
	width: 100%;
	max-width: 768px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 2;
}
header #header{
	height: 10vh;
	padding: 1vh 0;
	text-align: center;
}
header #header h1 img{
	max-width: 160px;
}
header #header .tel_bt a,header #header .intro_bt a{
	padding: 5%;
	display: inline-block;
	box-sizing: border-box;
	height: 8vh;
	width: 8vh;
}
/* メインメニュー TOP以外 */
#main_menu{
	width: 100%;
	max-width: 768px;
	padding: 5px 0;
	background-color: rgba(0,0,0,0.70);
	box-sizing: border-box;
	position: fixed;
	z-index: 3;
	bottom: 24px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#main_menu .swiper-container{overflow: hidden;}
#link_bt.links_bt{
	position: absolute;
	z-index: 3;
	width: 20%;
	max-width: 100px;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}
#main_menu .swiper-slide{
	max-width: 110px;
}
/*メインイメージ*/
#main_img{
	position: fixed;
	width: 100%;
	max-width: 768px;
	overflow: hidden;
	height: 100%;
	min-height: 100vh;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
#main_img #link_bt,.intro_bt a,#link_bt{
	cursor: pointer;
}
#main_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*コンテンツwrap*/
.main_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	max-width: 768px;
	top: 0;
	padding-top: 12vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: rgba(255,255,255,0.70);
}
.main_wrap::-webkit-scrollbar{ 
    width: 2px;
}
.main_wrap::-webkit-scrollbar-track-piece:end{
    background: #fff;
}
/*リンク*/
#link{
	position: fixed;
	z-index: 9999;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	max-width: 768px;
	background-color:rgba(0,0,0,0.90);
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#link ul{
	max-width: 600px;
	max-height: 450px;
	margin: 30px auto;
	overflow:auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}
#link ul::-webkit-scrollbar{ 
    width: 2px;
}
#link ul::-webkit-scrollbar-thumb{ 
    background: #f15a24;
}
#link ul::-webkit-scrollbar-track-piece{
    background: #ff947b;
}
#link ul::-webkit-scrollbar-track-piece:start{
    background: #ff947b;
}
#link ul::-webkit-scrollbar-track-piece:end{
    background: #fff;
}
#link ul li{
	width: 80px;
	margin: 10px;
	display: inline-block;
	vertical-align: top;
}
#link ul li a{
	color: #fff;
	display: block;
}
#link ul li .link_img{
	position: relative;
	overflow: hidden;
	width: 100%;
}
#link ul li .link_img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#link .close{
	text-align: center;
	position: static;
}
#link .close img{
	width: 40px;
}
/* ごあいさつ */
#intro .overflow{
	position: fixed;
	width: 80%;
	min-height: 100%;
	padding: 10%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	opacity: 0;
	pointer-events: auto;
}
#intro .overflow::after{
	content: "";
	background-color:rgba(255,255,255,0.70);
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#intro h2{
	text-align: center;
}
#intro h2 img{
	width: 250px;
	max-width: 100%;
	height: auto;
}
#intro #intro_wrap{
	max-width: 600px;
	max-height: 400px;
	margin: 20px auto;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	padding: 10px 10px 0;
	box-sizing: border-box;
	background-color:rgba(0,0,0,0.70);
}
#intro #intro_wrap::-webkit-scrollbar{ 
    width: 2px;
}
#intro #intro_wrap::-webkit-scrollbar-track-piece:end{
    background: #fff;
}
#intro #intro_wrap figure{
	margin-bottom: 30px;
	text-align: center;
}
#intro #intro_wrap p{
	font-size: 14px;
}
#intro #intro_wrap #intro_txt{
	margin-bottom: 20px;
}
#intro #intro_wrap #footer_box{
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	padding: 10px;
	line-height: 2;
	margin-bottom: 10px;
}
#intro .close{
	text-align: center;
	position: static;
}
#intro .close img{
	width: 40px;
}

/*フッター*/
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	z-index: 9;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
footer a{
	color: #fff;
}
footer #footer{
}
.clearfix::after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.touchnon{
	pointer-events: none;
}
/* page style*/
#page_container{
	padding: 30px 3% 30vh;
	min-height: 100vh;
	box-sizing: border-box;
}
/*ページタイトル*/
#page_title{
	padding: 10px;
}
#page_title figure{
	width: 80px;
	margin: 0 auto 10px;
}
#page_title h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
/*カテゴリーリスト*/
.cate_list li a{
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 10px;
	text-align: center;
}
.cate_list li a span{
	display: inline-block;
	text-align: left;
}
/* pager */
.pager li{margin-right: 10px}
.pager li:not(.prev){display: none;}
@media all and (-ms-high-contrast: none){
.cate_list li a{
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	padding: 13px 10px 10px;
	text-align: center;
}
.pager li span{padding-top: 8px}
}

/*top return*/
.retop{
	text-align: right;
	padding: 30px 0;
}
.retop span{
	display: inline-block;
	border-bottom: 1px solid;
	cursor: pointer;
}
@media screen and (min-width: 768px){
#intro #intro_wrap{
	max-width: 600px;
	max-height: 650px;
	margin: 30px auto;
	overflow: auto;
}
}
@media screen and (orientation: landscape){
body{
	min-height: 500px;
}
#main_menu{
	width: 80%;
}
.main_wrap{
	position: fixed;
	width: 80%;
	height: 100%;
	min-height: 100vh;
	max-width: 768px;
	top: 0;
	padding-top: 12vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#page_title figure{
	width: 120px;
}
#page_title h2{
	font-size: 24px;
}
#intro .close{
	text-align: center;
	position: absolute;
	top: 5%;
	left: 5%;
}
#intro .overflow{
	position: fixed;
	width: 70%;
	min-height: 90%;
	padding: 5% 15%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	opacity: 0;
}
@media screen and (min-width: 768px){
#intro #intro_wrap{
	max-height: 250px;
	margin: 30px auto;
	overflow: auto;
}
}
@media screen and (min-height: 700px){
#intro #intro_wrap{
	max-height: 600px;
	margin: 30px auto;
	overflow: auto;
}
}
@media screen and (max-height: 450px){
header #header{
	min-height: 60px;
}
header #header h1 img{
	max-width: 120px;
}
header #header .tel_bt a,header #header .intro_bt a{
	padding: 10px;
	height: 50px;
	width: 50px;
}
#link_bt.links_bt{
	max-width: 60px;
}
}
}
@media screen and (min-width: 768px){
footer{
	font-size: 14px;
}
}
@media screen and (min-width: 768px){
	header #header h1 img{
		max-width: 200px;
	}
}

/* Page07 */
#page7 #page_container{
	padding: 3%;
	padding-bottom: 30vh;
}
#page7 #info_box {
	padding: 3%;
}
#page7 .box_wrap{
	margin-bottom: 30px;
	padding: 10px;
}
#page7 .box_wrap .box {
	margin: 20px 0;
}
#page7 .box_wrap .box .box_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 0 1%;
	text-align: center;
}
#page7 .box_wrap .box .box_txt {
	margin-top: 5px;
	padding: 0 1%;
	text-align: center;
}
#page7 dl {
	margin:6% 0;
	padding: 0 2%;
}
#page7 dl dt{
	width: 30%;
	float: left;
	padding-right: 1%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
}
#page7 dl dd {
	width: 70%;
	float: right;
	padding-left: 2%;
	box-sizing: border-box;
}
#page7 #map iframe{
	width: 100%;
	height: 400px;
}
/*タブレット以上*/
@media screen and (min-width: 768px){
	#page7 #page_container{
		padding: 5% 8%;
		padding-bottom: 50%;
	}
}

/* Page08 */
#page8 #page_container{
	padding: 6%;
	padding-bottom: 30vh;
}
#page8 #contact_box {
	margin-bottom: 30px;
	padding: 20px 10px;
}
#page8 .caution_box {
	padding: 0 2%;
	margin-bottom: 20px;
}
#page8 .caution_box p{
	display: block;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
#page8 .caution_box p:last-of-type{
	margin-left: auto;
}
#page8 .caution_box p::before{
	display: block;
	content: "●";
	position: absolute;
	top: 0;
	left: -20px;
}
#page8 .caution_box p:last-of-type::before{
	display: none;
}
#page8 .tel_btn {
	text-align: center;
	font-weight: bold;
	padding: 2% 0;
	font-size: 18px;
}
#page8 .tel_btn span {
	font-size: 10px;
}
#page8 .form {
	text-align: center;
}
#page8 .form h3 {
	padding:5px 3%;
	text-align: center;
}
#page8 .form input {
	padding:5px 3%;
	width:94%;
	margin-bottom: 5px;
	border:none;
	border-bottom: 1px solid;
}
#page8 .form textarea {
	padding: 5px 3%;
	width:94%;
	margin-bottom: 20px;
	border:none;
	border-bottom: 1px solid;
}
#page8 .form input[type="submit"],
#page8 .form input[type="reset"] {
	width:40%;
	margin:0 2%;
	background-size: 100%;
	letter-spacing: 1px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	-webkit-appearance: none;
	border: none;
	border-bottom: 1px solid;
}
#page8 #error_message{
	padding: 10px;
	margin-bottom: 20px;
	background-color: red;
	color: #fff!important;;
	border: 1px solid #fff;
}

@media all and (-ms-high-contrast: none){
#page8 .form input[type="submit"],
#page8 .form input[type="reset"] {
	padding-top: 10px;
}
}


/*タブレット以上*/
@media screen and (min-width: 768px){
#page8 #page_container{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}
/*横向き*/
@media screen and (orientation: landscape){
	@media screen and (min-width: 768px){
	}
	@media screen and (min-height: 700px){
	}
}

/* Page09 */
#page9 #page_container{
	padding: 3%;
	padding-bottom: 40vh;
}
#page9 #top_txt{
	padding: 10px;
	margin-bottom: 30px;
}
#page9 .box_wrap{
	background-color: rgba(255,255,255,0.70);
	padding: 10px;
}
#page9 .box_wrap .box{
	margin-bottom: 20px;
}
#page9 .box_wrap .box:last-of-type{
	margin-bottom: 0;
}
#page9 .box_wrap .box h4{
}
#page9 .box_wrap .box p{
	padding: 10px;
	letter-spacing: 0;
}
#page9 .box_wrap .box p a{
	display: inline-block;
	padding: 5px;
	margin: 5px;
	border-radius: 3px;
}
@media screen and (-ms-high-contrast: none){
#page9 .box_wrap .box p{
	padding: 10px 0;
}
}
@supports (-ms-ime-align:auto) {
#page9 .box_wrap .box p{
	padding: 10px 0;
}
}
/*タブレット以上*/
@media screen and (min-width: 768px){
#page9 #page_container{
	padding: 5% 8%;
	padding-bottom: 50%;
}
}

/* Page10 */
#page10 #page_container {
	padding: 3%;
	padding-bottom: 30vh;
}
#page10 #sitemap_box {
	padding: 3%;
}
#page10 .box_wrap{
	background-color: rgba(255,255,255,0.70);
	margin-bottom: 30px;
	padding: 10px;
}
#page10 ul li {
	text-align: center;
	margin: 3% 0;
}
#page10 ul li a {
	display: block;
	padding: 10px 0;
}

@media all and (-ms-high-contrast: none){
#page10 ul li a {
	display: block;
	padding: 17px 0 10px;
}
}
/*タブレット以上*/
@media screen and (min-width: 768px){
#page10 #page_container {
		padding: 5% 8%;
		padding-bottom: 50%;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
#page9 .box_wrap .box p a {
    padding-top: 10px;
}
}