@media screen and (min-width: 751px) {
@charset "utf-8";
.sp_hidden {
	display: inline
}
.pc_hidden {
	display: none
}

body {
	min-width: 960px;
	-webkit-text-size-adjust: none;
	font-family:"メイリオ",Meiryo,"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	font-size:11pt;
	line-height:170%;
	color:#333;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img,iframe{
	vertical-align:bottom;}
* { margin: 0; padding: 0;  }

.switch {
    visibility: hidden;
}

a:hover img{
	transition:all 0.1s ease; /*0.5秒かけて要素を変化させる*/
	opacity: 0.7;/*要素の透明度を指定*/
	filter: alpha(opacity=70); /*ie6、7の透明度指定*/
	/*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
	}
.nav-wrap{
	display:none;}

#wrap{}
.menu-btn{
	display:none;
}
#contents{
	width:1100px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:80px;
	}

.sec{
	width:1000px;
	margin:0 auto;
	}
ol{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
ol.un{
	padding-bottom:20px;
	}
ol.un li{
	margin-left:1.5em;
	
	}
p.un{
	padding-bottom:35px;}
.imgall{
	width:100%;}	
.table_basic { border-collapse: separate; border-spacing: 1px; background: #CCC; border-style: none; width:100%;}
.table_basic th { background-color: #EEE; padding: 10px; font-weight: normal; width:20%;}
.table_basic td { background-color: #FFF; padding:10px;}
.table_basic td textarea { height:200px; width:100%;}
.table_basic td input {width:100%;}
.red_s{ color:#C00; font-size:85%;}
/*----------------------------------------ヘッダ----------------------------------------*/

header{
	height:139px;
	background: url(../img/bg.png) repeat-x;
	margin-bottom:45px;
}
header .inner{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.hlogo{
	position:absolute;
	left:0px; top:24px;
	}
.h_box{
	position:absolute;
	right:0px; top:43px;
	}
.h_box img{
	display:inline-block;
	margin-left:10px;
	}
.h_jlink{
	position:absolute;
	right:0px; top:11px;
	}
ol.gnav{
	position:absolute;
	right:0px; top:93px;
	display: table;
  	table-layout: fixed;
  	text-align: center;
  	width: 100%;
	border-right:1px solid #d6d6d6;
	}
ol.gnav li{
	border-left:1px solid #d6d6d6;
	display: table-cell;
  	vertical-align: middle;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
ol.gnav li a{
	display:block;
	color:#000;
	font-size:12pt;
	text-decoration:none;
	}

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

.fcontact{
	background: url(../img/bg_glay.png);
	width:1100px;
	margin:0 auto 50px;
	border-left:10px solid #314aa3;
	padding:40px 40px 40px 70px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	position:relative;
	}
.fcontact p{
	color:#314aa3;
	display:block;
	font-size:22pt;
	padding-bottom:20px;
	}
.fcontact .set{
	overflow:hidden;
}
.fcontact .tel a{
	text-decoration:none;
	color:#314aa3;
	font-size:36pt;
	display:block;
	float:left;
	line-height:1;
	padding-right:15px;
	}
.fcontact .tel a:before {
font-family: FontAwesome;
content: "\f095";
margin-right:10px;
font-size:28pt
}
.fcontact .time{
	float:left;
	line-height:1;
	padding-top:17px;
	padding-right:15px;
	font-size:14pt;
	}
.fcontact .btn a{
	text-decoration:none;
	float:left;
	background:#314aa3;
	color:#fff;
	padding:6px 50px;
	font-size:16pt;
	margin-top:5px;
	}
.fcontact .btn a:before {
font-family: FontAwesome;
content: "\f0e0";
margin-right:10px;
font-size:12pt;
}
.fcontact img{
	display:block;
	position:absolute;
	right:50px;
	bottom:0;
}
.ffpic{
	width:1100px;
	margin:0 auto 50px;
	overflow:hidden;
}
.ffpic div{
	width: calc(1100px / 5);
	float:left;
}
#footer {
	background:#314aa3;
	color:#fff;
}
#footerInner {
	width:1100px;
	margin:0px auto;
	padding-top:23px;
	padding-bottom:23px;
	overflow:hidden;
}
.flogo{
	float:left;
	}
.fbox{
	float:right;
	padding-top:5px;
	}
.fbox img{
	display:inline-block;
	margin-left:10px;
	}
.flink{
	text-align:center;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
		}
.flink a{
	color:#000;
	text-decoration:none;
	border-right:1px solid #d6d6d6;
	padding-left:10px;
	padding-right:10px;
	font-size:10pt;
		}
.flink a:hover{
	color:#000;
	text-decoration:none;
		}
/*----------------------------------------メインイメージ----------------------------------------*/
.mainimg{
	text-align:center;
	margin:0 auto;
	}
.mainimg_sec{
	width:1100px;
	text-align:center;
	margin:0 auto;
	background: url(../img/mainimg_sec.png) no-repeat;
	height:147px;
	}
.mainimg_sec p{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	text-align:left;
	
	font-size:25pt;
	color:#006e91;
	text-shadow:1px 1px 0px #fff;
	padding-left:80px;
	padding-top:60px;
	}
/*----------------------------------------index----------------------------------------*/
#index01{
	margin-bottom:50px;
	}
#index01 .box{
	overflow:hidden;
	}	
#index01 .box p{
	width:700px;
	float:left;
	display:block;
	word-wrap: break-word;
	}
#index01 .box p span{
	display:block;
	color:#455aa9;
	font-size:16pt;
	margin-bottom:10px;
	border-left:3px solid #455aa9;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	padding-left:10px;
	}
#index01 .box img{
	display:block;
	float:right;
	width:330px;
	}	
#index02{
	margin-bottom:50px;
	}
#index02 ol{
	background: url(../img/bg_glay.png);
	padding-top:29px;
	overflow:hidden;
	}
#index02 ol li{
	float:left;
	margin-left:29px;
	margin-bottom:29px;
	width:328px;
	position: relative;
	box-sizing: border-box;
	border:3px solid #fff;
	}
#index02 ol li img{
	display:block;
	width:100%;
	}	
#index02 ol li p{
	position: absolute;
	left: 0px;
	bottom:0px;
	color: #fff;
	margin: 0;
	padding: 3px 0 3px 3%;
	text-align:center;
	width:100%;
	background: #01186a;
	filter: Alpha(opacity=80);
	opacity: 0.8;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}	
	
#index03{
	margin-bottom:50px;
	}
#index03 ol{
	background: url(../img/bg_glay.png);
	padding-top:29px;
	overflow:hidden;
	}
#index03 ol li{
	float:left;
	margin-left:29px;
	margin-bottom:29px;
	width:328px;
	}
#index03 ol li img{
	display:block;
	width:100%;
	box-sizing: border-box;
	border:3px solid #fff;
	}	
#index03 ol li p{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	line-height:1.4;
}	
#index03 ol li p span{
	display:block;
	color:#455aa9;
	font-size:14pt;
	padding-bottom:7px;
	padding-top:7px;
}		
#index04{
	margin-bottom:50px;
	}	
#index04 div.bg{
	background: url(../img/bg_glay.png);
	padding:29px;
	overflow:hidden;
	}	

#index04 div.bg .box{
	overflow:hidden;
	margin-bottom:30px;
	}	
#index04 div.bg .box p{
	width:590px;
	float:left;
	display:block;
	word-wrap: break-word;
	}
#index04 div.bg .box p span{
	display:block;
	color:#455aa9;
	font-size:16pt;
	margin-bottom:10px;
	border-left:3px solid #455aa9;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	padding-left:10px;
	}
#index04 div.bg .box img{
	display:block;
	float:right;
	width:400px;
	box-sizing: border-box;
	border:3px solid #fff;
	}
#index04 ol{
	overflow:hidden;
}
#index04 ol li{
	float:left;
	margin-right:30px;
}
#index04 ol li:last-child{
	margin-right:0px;
}
#index04 ol li img{
	display:block;
	width:237px;
	box-sizing: border-box;
	border:3px solid #fff;
	margin-bottom:10px;
}
#index05{
	margin-bottom:50px;
	}	
#index05 div.bg{
	background: url(../img/bg_glay.png);
	padding:29px;
	overflow:hidden;
	}	

#index05 div.bg .box1,#index05 div.bg .box2{
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #e1e1e1;
	}	
#index05 div.bg .box1 p{
	width:590px;
	float:left;
	display:block;
	word-wrap: break-word;
	}
#index05 div.bg .box1 p span,#index05 div.bg .box2 p span{
	display:block;
	color:#455aa9;
	font-size:16pt;
	margin-bottom:10px;
	border-left:3px solid #455aa9;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	padding-left:10px;
	}
#index05 div.bg .box1 img{
	display:block;
	float:right;
	width:400px;
	box-sizing: border-box;
	border:3px solid #fff;
	}
	
#index05 div.bg .box2 p{
	width:590px;
	float:right;
	display:block;
	word-wrap: break-word;
	}
#index05 div.bg .box2 img{
	display:block;
	float:left;
	width:400px;
	box-sizing: border-box;
	border:3px solid #fff;
	}
#index05 ol{
	overflow:hidden;
}
#index05 ol li{
	float:left;
	margin-right:30px;
}
#index05 ol li:last-child{
	margin-right:0px;
}
#index05 ol li img{
	display:block;
	width:237px;
	box-sizing: border-box;
	border:3px solid #fff;
	margin-bottom:10px;
}
#index06{
	margin-bottom:50px;
	}	
#index06 div.bg{
	background:
	url(../img/index06_bg.png) center bottom no-repeat ,
	url(../img/bg_glay.png); 
	overflow:hidden;
	}	
	
#index06 ol{
	overflow:hidden;
	padding:29px 0px 29px 29px ;
}
#index06 ol li{
	display:inline-block;
	margin-right:27px;
	margin-bottom:30px;
	width:237px;
	vertical-align:top; 
}
#index06 ol li img{
	display:block;
	width:100%;
	box-sizing: border-box;
	border:3px solid #fff;
}
#index06 ol li p{
	word-break : break-all;
	width:237px;
}
#index06 .bnrs{
	text-align:center;
	padding-bottom:30px;
}	
#index06 .bnrs a{
	margin-right:30px;
}	
#index06 .bnrs a:last-child{
	margin-right:0px;
}

#index07{
	margin-bottom:50px;
	}
#index07 .gmap{
	margin-bottom:30px;
	width:100%;
}
#index07 .gmap iframe{
	height:400px;
	width:100%;
}
#index07 .img{
	margin-bottom:30px;
	}
#index07 p{
	word-wrap: break-word;
	}

#index08{
	overflow:hidden;
	}

#index08 .blog{
	float:left;
	border:1px solid #c5c5c5;
	width:530px;
	}
#index08 .blog .tit{
	display:block;
	color:#fff;
	text-align:center;
	padding:10px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	background:#314aa3;
	font-size:16pt;
	}	
#index08 .blog .tit:before {
font-family: FontAwesome;
content: "\f02d";
margin-right:10px;
}
#index08 .fb{
	float:right;
	border:1px solid #c5c5c5;
	width:530px;
	}
#index08 .fb .tit{
	display:block;
	color:#fff;
	text-align:center;
	padding:10px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	background:#314aa3;
	font-size:16pt;
	}
#index08 .fb .tit:before {
font-family: FontAwesome;
content: "\f230";
margin-right:10px;
}	
#index08 .post{
	padding:10px;}
/*----------------------------------------共通----------------------------------------*/
h2{
	padding:10px 10px 15px 10px ;
	margin-bottom:30px;
	color:#314aa3;
	font-size:24pt;
	font-weight:normal;
	text-align:center;
	background: url(../img/h2.png) no-repeat center bottom;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
h3{
	border-left:4px solid #455aa9;
	background:#efefef;
	margin-bottom:30px;
	padding:7px 10px;
	font-weight:normal;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
.pb_s{
	padding-bottom:10px;}
.pb_m{
	padding-bottom:30px;}
.pb_l{
	padding-bottom:50px;}
.mb_s{
	margin-bottom:10px;}
.mb_m{
	margin-bottom:30px;}
.mb_l{
	margin-bottom:50px;}
/*----------------------------------------ROOM----------------------------------------*/
.fotorama-wrap{
	margin:0 auto 10px auto;
	width:1000px;
}
.fotorama__nav{
	background:#fff;
}
.fotorama__nav__shaft{
	margin-top:13px;
	margin-bottom:13px;
}
.roombox{overflow:hidden;
	padding-bottom:60px;}
.roombox div{
	float:right;
	overflow:hidden;
	}
.roombox div a{
	display:block;
	padding-bottom:10px;
	}
.table_room { 
	border-collapse: separate;
	border-spacing: 1px; 
	background: #CCC; 
	border-style: none; 
	float:left;
	width:760px;
}
.table_room th {
	background-color: #EEE;
	padding: 10px 10px; 
	font-weight: normal;
	border-top: 1px solid #FFF; 
}
.table_room td { 
	background-color: #FFF;
	padding: 10px 10px;
}
.btns{
	padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
	width:200px;
	background:#314aa3;
	border-radius:4px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size:14pt;
	margin-bottom:20px;
	}
.btn1{
	padding:10px;
	display:block;
	position: relative;
	color:#fff;
	text-decoration:none;
	}
.btn1:before {
font-family: FontAwesome;
content: "	\f138";
font-size:11pt;
position: absolute;
left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
}
.btn1:hover {
color:#fff;
	text-decoration:none;
}
.btns2{
	padding-left: 1.5em; /* 文章のスタート位置。li:beforeが入るスペースを確保*/
	width:200px;
	background:#eee;
	border:1px solid #ddd;
	border-radius:4px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size:14pt;
	margin-bottom:20px;
	}
.btn2{
	padding:10px;
	display:block;
	position: relative;
	color:#666;
	text-decoration:none;
	}
.btn2:before {
font-family: FontAwesome;
content: "	\f138";
font-size:11pt;
position: absolute;
left: -1em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
}
.btn2:hover {
color:#666;
	text-decoration:none;
}

.rental{
	background: url(../img/bg_glay.png);
	overflow:hidden;
	padding:30px 0px 0px 30px ;
}
.rental li{
	float:left;
	margin-right:30px;
	width:293px;
	text-align:center;
	margin-bottom:20px;
}
.rental li img{
	box-sizing: border-box;
	border:5px solid #fff;
	display:block;
	width:100%;
	margin-bottom:10px;
}


/*----------------------------------------PLAN----------------------------------------*/
.table_plan {border-style: none; width:100%;table-layout: fixed;}
.table_plan td { background-color: #FFF; padding:15px; vertical-align:top;}
.table_plan td p{
	padding-bottom:7px;
	}
.table_plan td p span{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size:14pt;
	display:block;
	color:#314aa3;
	padding-bottom:7px;
	}
.table_plan td img{
	display:block;
	padding-bottom:10px;
	width:100%;
	}
.table_plan td a.btn{
	display: inline-block;
	background:#314aa3;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
	font-size:9.5pt;
	margin-bottom:10px;
	}


.longbox1,.longbox2{
	overflow:hidden;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px dotted #ccc;
}
.longbox1 p{
	width:640px;
	float:right;
	display:block;
	word-wrap: break-word;
	}
.longbox1 p span,.longbox2 p span{
	display:block;
	color:#455aa9;
	font-size:16pt;
	margin-bottom:10px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
.longbox1 img{
	display:block;
	float:left;
	width:330px;
	}
.longbox2 p{
	width:640px;
	float:left;
	display:block;
	word-wrap: break-word;
	}
.longbox2 img{
	display:block;
	float:right;
	width:330px;
	}

.table_long {border-style: none;width:100%;margin-bottom:50px;}
.table_long li { background-color: #FFF; padding:10px; vertical-align:top; width:19.5%; display:inline-block;box-sizing: border-box;}
.table_long li p{
	}
.table_long li p span{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size:14pt;
	display:block;
	color:#314aa3;
	padding-bottom:7px;
	}
.table_long li img{
	display:block;
	padding-bottom:7px;
	width:100%;
	}
.table_business { border-collapse: separate; border-spacing: 1px; background: #CCC; border-style: none; width:100%; margin-bottom:30px;}
.table_business th { background-color: #EEE; padding: 10px; font-weight: normal; text-align:center;}
.table_business td { background-color: #FFF; padding:10px;text-align:center;}


/*----------------------------------------ACTIV----------------------------------------*/
.act_num{
	background: url(../img/bg_glay.png);
	overflow:hidden;
	padding:30px 0px 0px 30px ;
	margin-bottom:50px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}


.act_num li{
	float:left;
	margin-right:30px;
	width:293px;
	text-align:left;
	margin-bottom:20px;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-bottom:20px;
}
.act_num li p span{
	background:#314aa3;
	width:30px;
	margin-right:10px;
	display:inline-block;
	text-align:center;
	color:#fff;
}
.act_num li a{
	text-decoration:none;
}
.act_box li{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	}
.act_box li img{
	display:block;
	float:left;
	}
.act_box li p{
	display:block;
	float:right;
	width:730px;
	}
.act_box li p span{
	display:block;
	color:#455aa9;
	font-size:16pt;
	margin-bottom:10px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
.act_box li p strong{
	display:block;
	padding-top:10px;
	}
.mov{
	text-align:center;
	margin-bottom:40px;
	}
.mov iframe{
	width:800px;
	height:450px;
	margin:0 auto;
}




/*----------------------------------------SPORTS----------------------------------------*/

.sports_num{
	background: url(../img/bg_glay.png);
	overflow:hidden;
	padding:30px 0px 0px 30px ;
	margin-bottom:50px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
.sports_num ol{
	float:left;
	width:455px;
	margin-right:30px;
	}
.sports_num li{
	display:block;
	padding-bottom:20px;
	font-size:14pt;
	}
.sports_num li a{
	display:block;
	text-align:left;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	font-size:11pt;
}
.sports_num li a{
	text-decoration:none;
}
#sports .box{
	overflow:hidden;
	 margin-bottom:70px;
}

#sports .box div.pic{
	float:left;
	width:400px;
}
#sports .box div.pic img{
	width:100%;
	display:block;
}
.table_sports { border-collapse: separate; border-spacing: 1px; background: #CCC; border-style: none; width:570px; float:right;}
.table_sports th { background-color: #EEE; padding:5px 10px; font-weight: normal; text-align:left; width:30%;}
.table_sports td { background-color: #FFF; padding:5px 10px;text-align:left; vertical-align:top;}


#sports .box:last-child{
	overflow:hidden;
	 margin-bottom:0px;
}

#sports .reason{
	}
#sports .reason li{
	}

#sports .reason li p{
	padding-bottom:20px;
	}
#sports .reason li p span{
	display:block;
	color:#455aa9;
	font-size:16pt;
	margin-bottom:10px;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
#sports .reason li p span strong{
	background:#455aa9;
	width:30px;
	text-align:center;
	margin-right:10px;
	color:#fff;
	display:inline-block;
	font-weight:normal;
	}
#sports .reason li ol{
	}
#sports .reason li ol li{
	list-style-type:disc;
	margin-left:2em !important;
	}
#sports .reason li div{
	margin-bottom:50px;
	}
#sports .reason li div img{
	
	width: calc(100% / 3 - 20px); /* =66.6666…%より30px小さい */
  margin-left: 10px;
  margin-right: 10px;
	}


/*----------------------------------------food----------------------------------------*/

#food .box1{
	overflow:hidden;
	margin-bottom:50px;
	}
#food .box1 div.pic{
	float:left;
	width:450px;
	}
#food .box1 div.pic img{
	display:block;
	width:100%;
	}
#food .box1 div.txt{
	float:right;
	width:520px;
	}
#food .box1 div.txt ol{
	}
#food .box1 div.txt ol li{
	list-style-type:decimal;
	margin-left:2em;
	}
	
#food .box2{
	overflow:hidden;
	}
#food .box2 div.pic:nth-child(odd){
	float:left;
	width:450px;
	margin-right:50px;
	margin-bottom:50px;
	}
#food .box2 div.pic:nth-child(even){
	float:left;
	width:450px;
	margin-bottom:50px;
	}
#food .box2 div.pic img{
	display:block;
	width:100%;
	}
#food .box2 p{
	padding-bottom:50px;
	display:block;
	clear:left;
	}
#food .vm{
	background: url(../img/bg_glay.png);
	overflow:hidden;
	padding:30px;
	margin-bottom:50px;
	}
#food .vm .txt{
	float:left;
	width:700px;
	background:#fff;
	padding:20px;
	border-radius:10px; 
	}
#food .vm .txt span{
	display:block;
	font-size:16pt;
	color:#455aa9;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
#food .vm .img{
	float:right;
	}
/*----------------------------------------ACCESS----------------------------------------*/
#access .amap{
	margin-bottom:50px;
	width:100%;
}
#access .amap iframe{
	height:400px;
	width:100%;
}
#access .box{
	overflow:hidden;
	margin-bottom:30px;
}
#access .box .img{
	float:left;
	width:400px;
}
#access .box .img img{
	display:block;
	width:100%;
}
#access .box .map{
	float:right;
	width:570px;
}
#access .box .map iframe{
	width:100%;
	height:265px;
}
.table_access { border-collapse: separate; border-spacing: 1px; background: #CCC; border-style: none; width:100%;}
.table_access th { background-color: #EEE; padding: 10px; font-weight: normal; width:40%;}
.table_access td { background-color: #FFF; padding:10px;}

/*----------------------------------------faq----------------------------------------*/
#faq ol{
	margin-bottom:50px;
}
#faq ol li{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
}
#faq ol p span{
	display:block;
	padding-bottom:10px;
	font-size:16pt;
	color:#455aa9;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
#faq ol p strong{
	display:inline-block;
	font-size:16pt;
	font-weight:normal;
	color:#F60;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}


/*----------------------------------------contact----------------------------------------*/
#contact .btn a{
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	display:block;
	background:#455aa9;
	color:#fff;
	text-align:center;
	font-size:14pt;
	margin:0 auto;
	width:150px;
	padding:5px 30px;
	text-decoration:none;
	}

#contact .t-r{
	background:#F77;
	color:#fff;
	font-size:9pt;
	padding:0 5px;
	border-radius:3px; 
	}
#contact .t-g{
	background:#999;
	color:#fff;
	font-size:9pt;
	padding:0 5px;
	border-radius:3px; 
	}

#contact .con_flow{
	width:100%;
	margin-bottom:30px;
	overflow:hidden;
	}

#contact .con_flow p{
	float:left;
	text-align:center;
	background:#f3f3f3;
	width: calc(1000px / 3);
	border:1px solid #fff;
	padding:10px;
	font-size:14pt;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	}
#contact .con_flow p.on{
	background:#455aa9;
	color:#fff;
	}
#contact .con_flow p.on:before {
font-family: FontAwesome;
content: "\f058";
margin-right:10px;
font-size:12pt;
}
}