@charset "utf-8";
/* shop_style.css */

/* Suggested order:
 *
 * display
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * z-index
 *
 */

/* font-size:
 *
 * 10px - 72%
 * 11px - 79%
 * 12px - 86%
 * 13px - 93%
 * 14px - 100%
 * 15px - 108%
 * 16px - 115%
 *
 */


/* default style */

body {
	width: 100%;
	font-family: Meiryo, arial, sans-serif;
	-webkit-text-size-adjust: none;
	color: #191415;
	background:url(../images/header_bg.jpg) 0 0 no-repeat;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	-ms-background-size:100% auto;
	background-color: #dedede;
}
a {
	color: #191415;
	text-decoration:none;
}

.ac {text-align:center;}
.al {text-align:left;}
.ar {text-align:right;}

.fl {float:left;}
.fr {float:right;}

.clear { clear:both;}

/* clearfix */
 
.cf {
	width: 100%;
}
.cf:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0.1em;/*added for FF*/
}

.inner {
			width: 1200px;
			margin: 0 auto;
		}
		.inner:after {
			content: "";
			clear: both;
			display: block;
		}

		/* header */
		#top-head {
			position: fixed;
			width: 100%;
			margin: 0 auto;
			padding: 30px 0 0;
			line-height: 1;
			z-index: 999;
		}
		#top-head:after {
			content: "";
			display: block;
			height: 1px;
			background: #fff;
			width: 1200px;
			margin: 30px auto 0;
		}

		#top-head a,
		#top-head {
			color: #fff;
			text-decoration: none;
		}

		#top-head .inner {
			position: relative;

		}
		#top-head .logo {
			float: left;
			margin-left: 25px;
		}
		#global-nav ul {
			list-style: none;
			position: absolute;
			right: 0;
			bottom: 0;
		}
		#global-nav ul li {
			float: left;
			position: relative;

		}
		#global-nav ul li a {
			padding: 0 25px;
		}

		/* Btn Hover */
		#global-nav ul li:after {
			position: absolute;
			content: "";
			display: block;
			width: 100%;
			height: 3px;
			bottom: -20px;
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3 ease;
			-o-transition: all 0.3 ease;
		}
		#global-nav ul li:hover:after {
			background: #fff;
			bottom: -30px;
		}

		/* Fixed */
		#top-head.fixed {
			padding-top: 15px;
			background: #0A192E;
			background: rgba(10,25,46,.9);
		}
		#top-head.fixed .logo {
			margin-left: 25px;
		}

		#top-head.fixed:after {
			width: 100%;
			margin-top: 20px;
		}
		#top-head.fixed #global-nav ul li a {
			color: #333;
			padding: 0 30px;
		}

		/* Fixed Btn Hover */
		#top-head.fixed #global-nav ul li:after {
			bottom: -10px;
		}
		#top-head.fixed #global-nav ul li:hover:after {
			background: #fff;
			bottom: -20px;
		}

		/* transition */
		#top-head,
		#top-head:after,
		#top-head .logo,
		#global-nav ul li,
		#global-nav ul li a {
			transition: all 0.3s ease;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
		}

#main_cnt {
	padding-top:150px;
}

#main_cnt .mainimg_inner {
	background:url(../images/mainimg.png) no-repeat;
	width:1200px;
	height:520px;
	margin:0 auto;
	position:relative;
	clear:both;
}

#main_cnt .mainimg_inner .news {
	position:absolute;
	right:0;
	bottom:0;
	height:43px;
}
#main_cnt .mainimg_inner .news p {
	color:#fff;
	font-size:14px;
	margin:15px 15px 0 0;
	text-align:right;
}

#main_cnt .header_time {
	margin:40px auto 50px auto;
	width:1200px;
}

/* intro */

.intro {
    background-position:center top;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    background-size:cover;
	height:200px;
	width:100%;
}

.intro01 {
	background-image:url(../images/intro01_bg.png);
}
.intro02 {
	background-image:url(../images/intro02_bg.png);
}
.intro03 {
	background-image:url(../images/intro03_bg.png);
}
.intro04 {
	background-image:url(../images/intro04_bg.png);
}
.intro05 {
	background-image:url(../images/intro05_bg.png);
}
.intro06 {
	background-image:url(../images/intro06_bg.png);
}

.intro h2 {
	text-align:right;
	padding-top:140px;
	width:1200px;
	margin:0 auto;
}

/* contents */
.cnt_box {
	padding-top:80px;
	}
	
.base_w {
	background-color:#fff;
}

.base_b {
	background-color:#0A192E;
}

.cnt_box .cont_box_inner {
	width:1200px;
	margin:0 auto;
	padding:0 0 50px 0;
}

.cnt_box .cont_box_inner h3 {
	margin-bottom:30px;
}

.cnt_box .cont_box_inner p {
	line-height:170%;
	font-size:15px;
	text-align:left;
}
	

#eq_box,
.acc_cnt,
.rp_btn,
.con_cnt {
	margin:0 0 50px 0;
}

.txt_w {
	color:#fff;
}

.txt_b {
	color:#0A192E;
}

/* equipment */

#eq_box {
	width:100%;
	display:flex;
	justify-content: center;
	padding:0;
	list-style: none;
}

.eq_photo{width:calc(100% / 4);
	width:290px;
	color:#fff;
	}

.photo_c01 {
	margin:0 7px 0 14px;
}

.photo_c02 {
	margin:0 14px 0 7px;
}

/* room plan */

#rp_box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	box-pack:center;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	box-align:end;
	-webkit-box-align:end;
	-moz-box-align:end;
}

#rp_box img {
	margin:0 6px;
}

.rp_btn {
	margin:40px 0;
	text-align:center;
}

.rp_btn a,
.eq_photo a {
	-moz-opacity: 0.8;
    opacity: 0.8;
}

.rp_btn a:hover,
.eq_photo a:hover {
	-moz-opacity: 1;
    opacity: 1;
}

/* location */
.loca_l {
	width:320px;
}

.loca_r {
	width:840px;
}

table#loca_t {
	width:100%;
	border-collapse: separate;
	border-spacing: 7px;
	margin:30px 0 20px 0;
}

table#loca_t th {
	padding:6px;
	border-bottom:2px solid  #fff;
	font-size:16px;
	text-align:left;
	color:#fff;
}

table#loca_t td {
	padding:6px;
	font-size:13px;
	color:#fff;
}

table#loca_t .no {
	background-color:#fff;
	color:#0A192E;
	text-align:center;
	width:12px;
	font-weight:bold;
}


/*outline*/
table#ol_t {
	width:48%;
	margin:0 0 40px 0;
}

table#ol_t th {
	padding:0 14px 10px 14px;
	border-bottom:2px solid  #fff;
	font-size:16px;
	text-align:left;
	color:#fff;
}

table#ol_t td {
	padding:12px 0 8px 14px;
	font-size:14px;
	line-height:180%;
	text-align:left;
	color:#fff;
}

table#ol_t tr {
	border-bottom:1px dotted  #ccc;
}

table#ol_t tr:last-child {
	border-bottom:0;
}

/*access*/

.acc_cnt {
	width:1200px;
	margin-bottom:40px;
}

.acc_l {
	float:left;
	width:574px;
}

.acc_r {
	float:right;
	width:600px;
}

#googleMap {
	width: 100%;
	height: 300px;
	clear:both;
	margin:60px 0 20px 0;
}

/*contact*/

.con_txt {
	width:840px;
	margin:0 auto;
}

#mailform {
	margin: 30px auto 0 auto;
}
#con_t {
	margin:0 auto;
}
#con_t th {
	width: 270px;
	color: #000;
	font-weight: normal;
	vertical-align: middle;
	text-align:left;
	font-size:14px;
}
#con_t th span {
	margin: 0 0 0 10px;
}
#con_t td {
	padding: 10px;
}
#con_t td input,
#con_t td textarea {
	font-size: 129%;
	width: 450px;
}
#con_t td textarea {
	height: 255px;
}
#submit_btn {
	margin: 30px 0 0 0;
	text-align: center;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #3A74AE;
	border:2px solid #fff;
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: #333;
}

#footer {
	text-align:center;
}

.copyright {
	cl;ear:both;
	text-align:center;
	font-size:12px;
	margin-top:20px;
	padding:10px 0 160px 0;
	color:#fff;
	background-color:#0A192E;
}


.thanks {
	padding:150px 0;	
	text-align:center;
}

.thanks h2 {
	margin-bottom:40px;
}

.thanks p {
	margin:0 0 10px 0;
	font-size:14px;
}

.size12 {font-size:12px !important;
}

.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.ml20 {margin-left:20px;}