/*
Theme Name: anon
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  リセット
**************************************************
--------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



body {
	background: none repeat scroll 0% 0%;
	color: #333;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.8px;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
}

* {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}

.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }

/*--------------------------------------------------
**************************************************
  フォントカラー・フォントサイズ
**************************************************
--------------------------------------------------*/
a {
     color: #2bac38;
     text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
a img{
	display: block;
}
em {
	color: #2bac38;
	font-weight: normal;
	font-style: normal;
}
strong { font-size: 130%;}

.bold { font-weight: bold;}

.big01 { font-size: 110%;}
.big02 { font-size: 120%;}
.big03 { font-size: 130%;}
.big04 { font-size: 140%;}
.big05 { font-size: 150%;}

.small { font-size: 85%;}

.fs90{ font-size: 90%;}
.fs80{ font-size: 80%;}
.fs70{ font-size: 70%;}
.fs60{ font-size: 60%;}

.red { color: #cc0000;}
.green { color: #108313;}
.pink { color: #f04380;}
.blue { color: #1d1d60;}

/*--------------------------------------------------
**************************************************
  ボックスレイアウト(基本)
**************************************************
--------------------------------------------------*/
* {
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	-ms-box-sizing:border-box !important;
	box-sizing:border-box !important;
}

/* --マージンなしフロート-- */
.img_l {
	float: left;
}
.img_r {
	float: right;
}
img.img_disc{
	border-radius: 20px;
}
.center{ text-align: center;}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}

.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt40 { margin-top: 40px;}
.mt50 { margin-top: 50px;}
.mt60 { margin-top: 60px;}
.mt70 { margin-top: 70px;}
.mt80 { margin-top: 80px;}
.mt90 { margin-top: 90px;}
.mt100 { margin-top: 100px;}

.ml5 { margin-left: 5px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml30 { margin-left: 30px;}
.ml40 { margin-left: 40px;}
.ml50 { margin-left: 50px;}
.ml60 { margin-left: 60px;}

.mr5 { margin-right: 5px;}
.mr10 { margin-right: 10px;}
.mr20 { margin-right: 20px;}
.mr30 { margin-right: 30px;}
.mr40 { margin-right: 40px;}
.mr50 { margin-right: 50px;}
.mr60 { margin-right: 60px;}

.block { display: block;}
.auto { margin-left: auto; margin-right: auto;}

/*--------------------------------------------------
**************************************************
  HEADER
***************************************************/
#header {
	width: 100%;
	height: auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 5px;
	left: 5px;
}
#logo img {
	height: 60px;
	width: auto;
	display: block;
}
#header_top {
	height: 70px;
}
#header_top img {
	width: 30px;
	height: auto;
}
#header_top ul li.sns01 {
	position: absolute;
	right: 35px;
	top: 5px;
	display: none;
}
#header_top ul li.sns02 {
	position: absolute;
	right: 0;
	top: 5px;
	display: none;
}

/* -----
#header_top ul li.tel {
	position: absolute;
	right: 5px;
	top: 25px;
	font-family: "LB-Regular";
	font-size: 150%;
}
#header_top ul li.tel a {
  color: #333;
  display: block;
}
----- */

#header_top ul li.tel {
	position: absolute;
	right: 5px;
	top: 10px;
	font-family: "LB-Regular";
	font-size: 150%;
}
#header_top ul li.tel a {
	color: #333;
	display: block;
}
#header_top ul li.tel .header_reserve {
	position: absolute;
	right: 0;
	margin-top: 5px;
}
#header_top ul li.tel .header_reserve img {
	height: 24px;
	width: auto;
}


/* ------ 追従ヘッダー ------ */
.miniHeader {
	width: 100%;
	padding: 0;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: -73px;
	left: 0;
	height: 73px;
	z-index: 10000;
	border-bottom: 1px solid #c0c0c0;
	border-top: none;
}
.miniHeader_inner {
	width: 95%;
	margin: 0 auto;
}
.miniHeader_logo {
	padding-top: 20px;
	margin: 0 auto;
}
.miniHeader_logo img {
	width: auto;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
#nav_spNavSp {
	padding-top: 10px;
	background: rgba(255,255,255,0.9);
	width: 100%;
}
/*--------------------------------------------------
**************************************************
  Navi
**************************************************
--------------------------------------------------*/
/* -- font customize -- */
@font-face {
	font-family: "LB-Regular";
	src: url('fonts/LibreBaskerville-Regular.ttf')
	format("truetype");
}
@font-face {
	font-family: "Cinzel";
	src: url('fonts/Cinzel-Regular.ttf')
	format("truetype");
}

.h_titleSp {
	font-family: "LB-Regular";
	color: #333;
	width: 100%;
	padding: 12px 3%;
	box-sizing: border-box;
	background: #eee;
	display: table;
}
.h_titleSp span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background-image: url('imgs/common/listarrow_sp_off.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 70%;
}
.h_titleSp span.listActive {
	background-image: url('imgs/common/listarrow_sp_on.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 70%;
}
#gnavi ul {
	display: none;
	overflow: auto;
}
nav ul li a{
	padding: 12px 4%;
	display: block;
	font-family: "LB-Regular";
	line-height: 1.75;
	font-size: 100%;
	background-image: url(imgs/common/arrow_mini.png);
	background-repeat: no-repeat;
	background-position: 97.5% 50%;
	background-size: auto 10px;
	border-bottom: 1px dotted #dfdfdf;
	color: #002538;
}

/*--------------------------------------------------
**************************************************
  common(全ページ共通)
**************************************************
--------------------------------------------------*/
#container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.box_inner {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* -- パンくず -- */
.nav_breadcrumb {
	width: 100%;
	font-size: 12px;
	padding: 10px 0;
}
.nav_breadcrumb a {
	color: #002538;
}

section h2 {
	font-family: "Cinzel";
	font-size: 180%;
	text-align: center;
	background: url(imgs/common/title_line.gif) no-repeat;
	background-size: 60px 2px;
	background-position: center bottom;
	padding-bottom: 15px;
	letter-spacing: 0.05em;
}

/* -- 共通テーブル -- */
table.common {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0;
}
table.common th {
	width: 100%;
	padding: 2.5%;
	display: list-item;
	list-style: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
	table.common th:nth-child(3n+1) {
		color: #FFF;
		background: #022f96;
		border-bottom: 1px  solid #ccc;
	}
	table.common th:nth-child(3n+2) {
		color: #333;
		background: #FFF;
		border-bottom: 1px  solid #ccc;
	}
	table.common th:nth-child(3n+3) {
		color: #de0000;
		background: #ffd0d0;
		border-bottom: 1px  solid #ccc;
	}
table.common td {
	width: 100%;
	padding: 2.5%;
	display: list-item;
	list-style: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
	table.common td:nth-child(3n+1) {
		color: #FFF;
		background: #022f96;
		border-bottom: 1px  solid #ccc;
	}
	table.common td:nth-child(3n+2) {
		color: #333;
		background: #FFF;
		border-bottom: 1px  solid #ccc;
	}
	table.common td:nth-child(3n+3) {
		color: #de0000;
		background: #ffd0d0;
		border-bottom: 1px  solid #ccc;
	}

.iframe-content {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------
**************************************************
  Footer
**************************************************
--------------------------------------------------*/
#map_canvas {
	height: 300px !important;
}

footer {
	width: 100%;
	margin-top: 80px;
}
#footer_bottom {
	padding: 20px 0;
	background: #44b035;
	color: #FFF;
}

.f_box {
	width: 100%;
}
.f_box .f_sitemap{
	text-align: center;
}
#footer_logo {
	width: 40%;
	margin: 0 auto;
  display: block;
}
.f_sitemap .tel_text {
	font-size: 16px;
}
.f_sitemap  .tel_number {
	font-size: 250%;
	font-family: "LB-Regular";
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.f_sitemap  .tel_number a {
	color: #FFF;
}
.f_sitemap .address,
.f_sitemap .access_root {
	margin-top: 3px;
	font-size: 90%;
}
#copyright {
	background: #009944;
	color: #FFF;
	padding: 5px 0;
	font-family: "LB-Regular";
	text-align: center;
	font-size: 80%;
}

#footer_navi ul {
	width: 100%;
	font-size: 13px;
	display: none;
}
#footer_navi ul li a {
	color: #333;
	font-weight: normal;
	font-family: "LB-Regular";
	display: block;
	position: relative;
	padding: 10px;
	background: #efefef;
	border-bottom: 1px solid #dfdfdf;
}
#footer_navi ul li a:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid ;
	border-right: 1px solid ;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 40%;
	right: 2%;
}
.f_titleSp {
	font-family: "LB-Regular";
	color: #333;
	width: 100%;
	padding: 12px 3%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	background: #EEE;
	display: table;
}
.f_titleSp span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	background-image: url('imgs/common/listarrow_sp_off.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 70%;
}
.f_titleSp span.listActive {
	background-image: url('imgs/common/listarrow_sp_on.png');
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: auto 70%;
}

#pageup {
	bottom: 0;
	position: fixed;
	right: 0;
}
#pageup img {
  width: 50px;
  height: auto;
  display: block;
}

.f_box dl{
    display: flex;
	width: 250px;
	margin: 0 auto;
}

.f_box dl dt{
	width: 100px;
}

.f_box dl dd{
    display: flex;
	width: 150px;

}

.pcOnly{display: none !important;}

