@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%;
	height:100%;
	background: url(../images/bg.png) center center / cover no-repeat fixed;
	-webkit-text-size-adjust: none;
}
a {
	color: #399;
	text-decoration:none;
}

.ac {text-align:center;}
.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*/
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, メイリオ, Meiryo, "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pwid";
}
.safari body {
  font-feature-settings: "pkna";
}
.ie body {
  font-family: "Helvetica", Meiryo, sans-serif;
}

/*navi*/
.nav {
	/*position: fixed;*/
    padding: 0;
    width: 100%;
	z-index:1000;
	height:90px;
	background: url(../images/bg02.png) center center / cover no-repeat fixed;
}
.nav .gnavi {
	width:1200px;
	margin:0 auto;
}

.nav .gnavi h1 {
	float: left;
	text-align:left;
	width:380px;
}
	
.nav .gnavi li {
    list-style: none;
	width:120px;
    float: right;
	text-align:center;
}

.nav .gnavi li .navi_a {
    text-decoration: none;
    display: block;
}
.nav .gnavi li .navi_a:hover {
}

.button-3{
  height:90px;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0;
}
.button-3 a{
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-3{
  width:120px;
  height:90px;
  bottom:-85px;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-3:hover .eff-3{
  bottom:0;
}
.button-3:hover a{
  color:#fff;
}

.nav01_bg {	background:#F59D96; }
.nav02_bg {	background:#9572C0; }
.nav03_bg {	background:#069; }
.nav04_bg {	background:#399; }
.nav05_bg {	background:#FFB03C }

/*base*/
#wrapper {
	width:1200px;
	margin:0 auto;
	background-color:#fff;
}

/*mainimg*/
.mainimg_inner {
	width:100%;
	height:490px;
	margin:0 auto;
}

/* news */
.news_cnt {
	width:100%;
	margin:0 auto;
	padding:15px 0;
	font-size:14px;
	color:#333;
	text-align:center;
	background-color:#ddd;
	/*border-top:2px solid #333;
	border-bottom:2px solid #333;*/
}
	
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.dummy {
  display: none;
}
/* intro */
#intro {
	width:100%;
	padding:0;
	text-align:center;
}

/* contents */
.cnt_box {
	width:100%;
	margin:0 auto;
	}
	
.cnt_box {
	margin-top:-90px;
	padding-top:90px;
}

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

/*.cont_box_inner*/
.cnt_box .cont_box_inner h2 {
	text-align:center;
	margin:50px auto 0 auto;
	width:200px;
}

.cnt_box .cont_box_inner h3,
table#ol_t {
	text-align:center;
	margin:50px 0 0 0;
}

.cnt_box .cont_box_inner p,
#eq_box,
.acc_cnt,
.rp_btn,
.con_cnt {
	line-height:160%;
	font-size:18px;
	text-align:center;
	margin:30px 0;
}

/* equipment */

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

.eq_photo{width:calc(100% / 4);
	margin:0;
	text-align:center;
	}
	
.eq_photo02{width:calc(100% / 3);
	margin:0;
	text-align:center;
	}
	
.eq_photo img {
	width:260px;
	height:173px;
}

.eq_photo02 img {
	width:350px;
	height:233px;
}
	
.eq_photo p,
.eq_photo02 p {
	font-size:13px !important;
	line-height:140% !important;
	margin-top:10px !important;
}

/* room plan */
.rp_cnt {
	position:relative;
}

.rp_cnt .rp_info {
	position:absolute;
	right:120px;
	top:160px;
	width:196px;
	height:196px;
  -webkit-animation: fade 3s ease-in-out 0s infinite;
}
@-webkit-keyframes fade {
  0%, 25%, 75%, 100% {
    text-shadow: 0 0 80px white, 0 0 30px green, 0 0 6px blue;
  }
  50% {
    opacity:0.5;
    text-shadow: none; 
  }
}

#tab-box {
	width:601px;
	margin:30px auto 0 auto;
}

#tab-box ul {
margin:0 auto;
padding: 0;
list-style: none;
}
#tab-box ul li {
float:left;
display:inline;
font-size:0;
}
#tab-box ul li a img{
outline:none;
border:none;
}
#show-box div {
clear:both;
display:none;
width:1100px;
padding-top:30px;
}
.clearFix:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
zoom:1;
}
.r0 {width:57px; float:left}
.r1 {width:171px; float:left}
.r2 {width:245px; float:left}

.rp_l {
	float:left;
	width:720px;
	text-align:left !important;
	margin:0 !important;
}

.rp_r {
	float:right;
	width:360px;
	text-align:right !important;
	margin:0 !important;
}

.rp_r img {
	margin:3px 0 3px 6px;
	width:160px;
	height:110px;
}

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

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

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

/* Access */
.acc_l{
	width:443px;
	float:left;
}

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

/* location */

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

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

table#loca_t td {
	padding:6px;
	font-size:14px;
}

table#loca_t .no {
	background-color:#6cc;
	color:#fff;
	text-align:center;
	width:15px;
}


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

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

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

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

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


#googleMap,
#locationMap {
	width: 100%;
	height: 300px;
	clear:both;
}

/*contact*/

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


#footer {
	width:100%;
	text-align:center;
	margin:40px 0 0 0;
}

#footer_t {
	width:100%;
	text-align:center;
	margin:40px 0 0 0;
}


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

#contact_cnt {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #393027;
  transition: .3s;
  text-align:center;
  height:66px;
}

a#contact_cnt:hover {
	background-color: #900;
}

#contact_cnt img {
	margin-top:16px;
}


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

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

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

.size10 {font-size:14px !important;}

.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}