
@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400,700);
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

/*===============================================
●base.css 画面の横幅が768px以上
===============================================*/
@media print, screen and (min-width: 768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-family: Roboto, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	background-color: #FFF;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0;
	line-height:0;
	margin: 0;
	padding: 0;
}

p.contents {font-size: 100%; color: #333;}
p.contents_s {font-size: 85%; color: #333;}
p.contents_l {font-size: 110%; color: #333;}

/*  リンク　*/
/*--------------------------------------------------------*/

a {text-decoration: none;}
a:link {color:#1841ce;}
a:visited {color:#1841ce;}
a:active {color:#1841ce;}
a:hover {color:#1841ce; text-decoration: underline;}

a {
overflow: hidden;
}

/*  ヘッダー　*/
/*--------------------------------------------------------*/

header{
	width:100%;
}

header .headBox{
	width:100%;
	background-color:#FFF;
	padding:15px 0 20px 0;
	position: fixed;
	top:0;
	z-index:100;
}

header .headBox p.reed{
	width:980px;
	margin:0 auto;
	font-size:12px;
	color:#999;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.2px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align:center;
}

header .headBox .headSec{
	width:980px;
	margin:15px auto 0;
	overflow: hidden;
}

header .headBox .headSec .logo{
	float:left;
	width:340px;
}

header .headBox .headSec .head_tel{
	float:left;
	width:390px;
	padding-top:6px;
}

header .headBox .headSec .head_contact{
	float:left;
	width:250px;
	padding-top:5px;
}

header .headBox .headSec .head_tel .inner{
	width:250px;
	padding-left:140px;
	text-align:center;
	padding-top:1px;
}

header .headBox .headSec .head_tel .inner p.head_tel_number{
	font-family: 'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#333;
	line-height:1.0em;
	letter-spacing:0.2px;
}

header .headBox .headSec .head_tel .inner p.head_tel_number span{
	font-size:22px;
}

header .headBox .headSec .head_tel .inner p.head_tel_time{
	margin-top:2px;
	font-size:13px;
	color:#666;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

header .headBox .headSec .head_contact .head_bt_contact{
}

header .headBox .headSec .head_contact .head_bt_contact a{
	display:block;
	background-color:#FF7518;
	padding:20px 0;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	line-height:1.0em;
	letter-spacing:0px;
	text-decoration:none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

header .headBox .headSec .head_contact .head_bt_contact a:hover{
	text-decoration:none;
	background-color:#FFC750;
}

/*  メインナビゲーション　*/
/*--------------------------------------------------------*/

header .navBox{
	max-width:980px;
	margin:140px auto 0;
	overflow: hidden;
	text-align:center;
}

header .navBox nav{
}

header .navBox nav ul li {
	display: inline;
	font-size:16px;
	color:#555;
	font-weight:500;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	padding:5px 25px;
	border-left:1px solid #DDD;
}

header .navBox nav ul li:last-child{
	border-right:1px solid #DDD;
}

header .navBox nav ul li a{
	color:#555;
	text-decoration:none;
}

header .navBox nav ul li a:hover{
	color:#FF7518;
	text-decoration:none;
}

a.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

/*  スマホ用 ハンバーガーメニュー　*/
/*--------------------------------------------------------*/

#toggle {
	display:none;
}

.trigger{
	display:none;
}

.toggleWrap{
	display:none;
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#container {
	margin-top:30px;
}

/*  フッター　*/
/*--------------------------------------------------------*/

footer {
	margin-top:120px;
	width:100%;
}

footer:before{
	clear: both;
}

footer p.company_tit{
	font-size:18px;
	color:#333;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:10px 0;
	text-align:center;
}

footer p.company_message{
	margin-top:35px;
	margin-bottom:35px;
	font-size:15px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align:center;
}

/*  フッターのロゴとメッセージ　*/
/*--------------------------------------------------------*/

footer .footmessageBox{
	margin-top:20px;
	width:1040px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

footer .footmessageBox .foot_logo{
	float:left;
	width:200px;
	margin-right:100px;
}

footer .footmessageBox .foot_message{
	float:left;
	width:740px;
}

footer .footmessageBox .foot_message p{
	font-size:12px;
	line-height:1.6em;
	color:#999;
}

/*  フッターの施設紹介　*/
/*--------------------------------------------------------*/

footer .footaccessBox{
	margin-top:20px;
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

footer .footaccessBox ul.shisetsu_list{
	overflow:hidden;
}

footer .footaccessBox ul.shisetsu_list li{
	float:left;
	width:346px;
	overflow:hidden;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_photo{
	float:left;
	width:120px;
	margin-right:12px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_photo a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info{
	float:left;
	width:214px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_area{
	font-size:15px;
	font-weight:bold;
	line-height:1.4em;
	color:#333;
	margin-bottom:1px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_name{
	font-size:13px;
	font-weight:normal;
	line-height:1.6em;
	color:#666;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_add{
	font-size:13px;
	font-weight:normal;
	line-height:1.6em;
	color:#999;
	margin-bottom:3px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_tel{
	font-size:13px;
	font-weight:normal;
	line-height:1.4em;
	color:#999;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_fax{
	font-size:13px;
	font-weight:normal;
	line-height:1.4em;
	color:#999;
}

/*  フッターのコピーライト　*/
/*--------------------------------------------------------*/

footer .copyrightBox {
	margin-top:15px;
	padding:13px;
	background-color:#222;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:1.2em;
}

/*  ページトップボタン　*/
/*--------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 0px;
	right: 25px;
	font-size: 12px;
	line-height:1.3em;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight:400;
	font-feature-settings : "palt";
	letter-spacing:1.0px;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 10px 0 16px;
	text-align: center;
	display: block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#page-top a:hover {
	text-decoration: none;
	background: #555;
}

}














/*===============================================
●smartphone.css 画面の横幅が768px以下
===============================================*/
@media screen and (max-width:768px){

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

/*  フォントと背景　*/
/*--------------------------------------------------------*/

body {
	font-size:14px;*font-size:small;*font:x-small;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8em;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0;
	line-height:0;
	margin: 0;
	padding: 0;
}

/*  スマホ用ヘッダー（ハンバーガーメニュー）　*/
/*--------------------------------------------------------*/

#toggle {
	display: block;
	text-align: center;
	width: 32px;
	border-radius: 50%;
	position: fixed;
	top: 25px;
	right: 15px;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger {
	position: relative;
	width: 100%;
	height: 24px;
}
.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #FF7518;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top: 11px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #FF7518;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger span:nth-of-type(3) {
	bottom: 0;
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
	background-color: #FF7518;
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #FF7518;
}
.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #FF7518;
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
	background-color: #FF7518;
}

.toggleWrap {
	background: rgba(255, 255, 255, 0.95);
	padding: 20px 0 0 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
}

.toggleWrap .toggle_logo{
}

.toggleWrap .toggle_logo .toggle_logo_inner{
	text-align:center;
}

.toggleWrap .toggle_logo .toggle_logo_inner img{
	width:180px;
}

ul.mainNav{
	margin-top:25px;
	border-top:1px solid #DDD;
}
ul.mainNav li {
	font-size:14px;
	line-height:1.5em;
	border-bottom:1px solid #DDD;
}
ul.mainNav li a{
	display:block;
	padding:12px 0 12px 15px;
	color:#333;
	text-decoration:none;
}
ul.mainNav li a:hover{
	color:#333;
	text-decoration:none;
	background-color:#EEE;
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.no-scroll {
	overflow: hidden;
}

/*  ヘッダー　*/
/*--------------------------------------------------------*/

header{
}

header .headBox{
}

header .headBox p.reed{
	display:none;
}

header .headBox .headSec{
}

header .headBox .headSec .logo{
	text-align:left;
	padding:15px 0 0 15px;
}

header .headBox .headSec .logo img{
	width:220px;
}

header .headBox .headSec .head_tel{
	display:none;
}

header .headBox .headSec .head_contact{
	display:none;
}

header .headBox .headSec .head_tel .inner{
}

header .headBox .headSec .head_tel .inner p.head_tel_number{
}

header .headBox .headSec .head_tel .inner p.head_tel_number span{
}

header .headBox .headSec .head_tel .inner p.head_tel_time{
}

header .headBox .headSec .head_contact .head_bt_contact{
}

header .headBox .headSec .head_contact .head_bt_contact a{
}

header .headBox .headSec .head_contact .head_bt_contact a:hover{
}

/*  メインナビゲーション　*/
/*--------------------------------------------------------*/

header .navBox{
	display:none;
}

header .navBox nav{
}

header .navBox nav ul li {
}

header .navBox nav ul li:last-child{
}

header .navBox nav ul li a{
}

header .navBox nav ul li a:hover{
}

a.anchor{
}

/*  レイアウト　*/
/*--------------------------------------------------------*/

#container {
}

/*  フッター　*/
/*--------------------------------------------------------*/

footer {
	margin-top:80px;
}

footer:before{
	clear: both;
}

footer p.company_tit{
	font-size:15px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:10px 0;
	text-align:center;
}

footer p.company_message{
	margin-top:35px;
	margin-bottom:35px;
	font-size:13px;
	color:#333;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.3px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	text-align:center;
}

/*  フッターのロゴとメッセージ　*/
/*--------------------------------------------------------*/

footer .footmessageBox{
	margin-top:10px;
}

footer .footmessageBox .foot_logo{
	display:none;
}

footer .footmessageBox .foot_message{
	padding:0 15px;
}

footer .footmessageBox .foot_message p{
	font-size:11px;
	line-height:1.7em;
	color:#999;
}

/*  フッターの施設紹介　*/
/*--------------------------------------------------------*/

footer .footaccessBox{
	margin-top:15px;
	padding:0 15px;
}

footer .footaccessBox ul.shisetsu_list{
}

footer .footaccessBox ul.shisetsu_list li{
	display: table;
	width: 100%;
	margin-bottom:15px;
}

footer .footaccessBox ul.shisetsu_list li #shisetsu_link{
	position: relative;
	width:100%;
}

footer .footaccessBox ul.shisetsu_list li #shisetsu_link a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
}

footer .footaccessBox ul.shisetsu_list li #shisetsu_link a:hover{
	opacity:0.7;
	text-decoration: none;
}


footer .footaccessBox ul.shisetsu_list li .shisetsu_photo{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width:132px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info{
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_area{
	font-size:14px;
	font-weight:bold;
	line-height:1.4em;
	color:#333;
	margin-bottom:1px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_name{
	font-size:11px;
	font-weight:normal;
	line-height:1.6em;
	color:#666;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_add{
	font-size:11px;
	font-weight:normal;
	line-height:1.6em;
	color:#999;
	margin-bottom:3px;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_tel{
	font-size:12px;
	font-weight:normal;
	line-height:1.4em;
	color:#FF7318;
}

footer .footaccessBox ul.shisetsu_list li .shisetsu_info p.shisetsu_fax{
	font-size:12px;
	font-weight:normal;
	line-height:1.4em;
	color:#FF7318;
}

/*  フッターのお問い合わせ　*/
/*--------------------------------------------------------*/

footer .footcontactBox{
	margin-top:20px;
}

footer .footcontactBox .titleBox{
	border-top:1px solid #FFC750;
	border-bottom:1px solid #FFC750;
	background-color:#FAF34D;
	padding:10px;
	text-align:center;
}

footer .footcontactBox .titleBox h2.contact_title{
	font-size:14px;
	font-weight:bold;
	font-feature-settings : "palt";
	line-height:1.4em;
	color:#333;
}

footer .footcontactBox .footcontactBox_inner{
	padding:15px 15px 0;
}

footer .footcontactBox .footcontactBox_inner p.contact_message{
	font-size:12px;
	font-weight:normal;
	line-height:1.7em;
	color:#666;
}

footer .footcontactBox .footcontactBox_inner p.contact_message br{
	display:none;
}

footer .footcontactBox .footcontactBox_inner .contact_btBox{
	display:none;
}

footer .footcontactBox .footcontactBox_inner .contact_btBox .foot_contactbt{
}

footer .footcontactBox .footcontactBox_inner .contact_btBox .foot_staff{
}

/*  スマホ用お問い合わせボタン　*/
/*--------------------------------------------------------*/

div.sp_contact_bt{
	margin-top:20px;
	width:100%;
}

div.sp_contact_bt a{
	display:block;
	width:100%;
	padding: 25px 0;
	text-align:center;
	font-size:15px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight:bold;
	color:#FFF;
	letter-spacing:0.8px;
	line-height:1.0em;
	text-decoration:none;
	background:#FF7518;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.sp_contact_bt a:hover{
	text-decoration:none;
	color:#FFF;
	background:#FAF34D;
}

/*  フッターのメニュー　*/
/*--------------------------------------------------------*/

footer .footmenuBox{
	display:none;
}

footer .footmenuBox .footmenuBox_inner{
}

footer .footmenuBox .footmenuBox_inner ul{
}

footer .footmenuBox .footmenuBox_inner ul li{
}

footer .footmenuBox .footmenuBox_inner ul li a {text-decoration: none;}
footer .footmenuBox .footmenuBox_inner ul li a:link {color:#666;}
footer .footmenuBox .footmenuBox_inner ul li a:visited {color:#666;}
footer .footmenuBox .footmenuBox_inner ul li a:active {color:#666;}
footer .footmenuBox .footmenuBox_inner ul li a:hover {color:#666; text-decoration: underline;}

/*  フッターのコピーライト　*/
/*--------------------------------------------------------*/

footer .copyrightBox {
	margin-top:20px;
	padding:10px;
	background-color:#222;
	text-align:center;
	font-size:10px;
	color:#FFF;
	line-height:1.2em;
}

/*  ページトップボタン　*/
/*--------------------------------------------------------*/

#page-top {
	display:none;
}

}