@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(//fonts.googleapis.com/css?family=El+Messiri);

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

#main{
  width:950px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  color: #333;
   margin: 0 auto;
   padding:0;
   line-height:1.6;
}

body {
	color: #000;
	margin: 0;
	padding: 0;
	line-height:1.6;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background:#FFF;
}

body {
	margin: 0 auto;
	max-width: 100%;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

input,textarea,select {
	font-size: 1em;
}

a{color: #6699cc;text-decoration: none;}

a:hover{text-decoration: none;}


img{
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}


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

li {
	list-style-type: none;
}

hr {
	margin:0;
	height:0;
	clear		: both;
	border:none;
	}
	
.clr {
	margin:0;
	height		: 0;
	clear		: both;
	border:none;
	}

.rollAlpha:hover{
	opacity:0.6;
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
}

.clearfix:after {
	display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

/* .line
-------------------------------------------------- */
hr {
	display		: none;
	}
	
.clr {
	height		: 0;
	clear		: both;
	}
	
/* link
-------------------------------------------------- */
a {
	text-decoration: none;
	outline:none;
	color:#5C5B5C;
	}

a:hover {  
	color		: #5C5B5C;
	text-decoration	: none;
	}

/* header
-------------------------------------------------- */
header{
	width: 100%;
	height: 80px;
	margin: 0 auto 0;
	position: relative;
	padding: 0;
	overflow:hidden;
	display:block;
	background:url(https://www.yukurina-resort.net/new_building/rakuten/images/bg_header.gif) #30B5E2 center top repeat-x;
	z-index:1;
}

header div.headerLogoArea {
	width:100%;
	box-sizing: border-box;
	padding: 5px 10px 0;
	margin: 0 auto 0;
}

.headerLogo{
	float: left;
	padding:0 0 0 1%;
	width:28%;
}

.headerLogo img{
	width:100%;
	height:auto;
	margin:2px auto 0;
}

div.h_text{
	width:43%;
	float: left;
	box-sizing: border-box;
	padding:25px 0 0 5%;
}

div.h_text h1{
	margin: 0 0 3px;
	font-size: 16px;
	color: #FFF;
	font-weight:normal;
	text-shadow:1px 1px 1px #18799A;
}

div.h_shop{
	width:24%;
	max-width:200px;
	float: right;
	margin: 5px 1% 0 0;
	font-size:13px;
	text-align: center;
	background:rgba(31, 157, 199, 0.7);
	padding:10px 0 5px;
	color:#FFF;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}

div.h_shop strong{
	font-size:1.8em;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	line-height:1;
}

/*gnav
-------------------------------------------------- */
.gnav-wrapper {
  background:#30B5E2;
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1;
  width:100%;
  padding:2px 0;
  z-index:1;
}

.gnv_sdw {
 　box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.3);
}

.gnv_sdws {
 　box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.2);
}

.gnav {
 
}

.main-wrapper {
  width: 100%;
  margin: 0 auto;
}

.gnav li {
  padding: 2px 0;
  text-align: center;
  margin:10px 0;
  box-sizing: border-box;
  border-left: solid 1px #28A2CB;
  display:inline-block;
  width:13.9%;
  text-align: center;
  line-height:1.1;
  text-shadow:1px 1px 1px #18799A;
}

.gnav > li:first-child {
  border-left: solid 1px #30B5E2;
}

.gnav li span{
  font-family: 'Roboto', sans-serif;
  font-size:0.7em;
  font-weight:400;
  text-transform: uppercase;
  color: #D1E6ED;
}

.gnav a {
  color: #FFF;
}

.gnav li a:hover {
  color: #F6FA93;
}

/* wrapper
--------------------------------------------------*/
#wrapper {
	width: 100%;
	padding: 0 auto;
	line-height:1.6;
	min-height: 60vh;
	background:#FFF;
}

.contents {
  position: relative;
  width: 100%;
}

.contents:before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:318px;
	background-image: url(https://www.yukurina-resort.net/new_building/rakuten/images/bg_yashi_bl.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index:0;
}

.content {
  position: relative;
  width: 100%;
}

.info_tx:before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height:318px;
	background-image: url(https://www.yukurina-resort.net/new_building/rakuten/images/bg_yashi_bl.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index:0;
}

.container {
  width:100%;
  margin:0 auto;
  box-sizing: border-box;
  padding: 2% 1.5%;
  z-index:1;
  position: relative;
}

#main_contents{
  width:76%;
  float:right;
  box-sizing: border-box;
  padding:2.5% 0 3% 1%;
}

/* sideR
--------------------------------------------------*/
#sideR{
  width:24%;
  float:left;
  box-sizing: border-box;
  padding:0 2% 3% 0;
}

#sideR .sw50{
  width:100%;
  padding-bottom:25px;
  box-sizing: border-box;
}

#sideR .ckin {
  width:100%;
  border:1px solid #659DCF;
  box-sizing: border-box;
  padding:10px 5px;
}

#sideR  .ctg_ttl{
	width:100%;
	background:#659DCF;
	color:#FFF;
	padding:15px 0 13px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	line-height:1;
	font-size:0.9em;
}

#sideR .cino{
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:1.3em;
	color:#06A5B8;
}

#sideR .tel_bt{
	margin:7px 5px;
	text-align: center;
	letter-spacing: 0.01em;
	font-size:1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	}

#sideR .tel_bt a{color:#FFF;padding:5px 12px;background-color:#174291;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
#sideR .tel_bt a:hover{color:#FFF;text-decoration:none;background-color:#659DCF;}

.citm{
	padding: 5px 0 5px 0;
	text-align: center;
	font-size:13px;
	}


#sideR .sw50 li {
	width:100%;
	border-bottom: dotted 1px #ccc;
	font-size:14px;
	}

@media only screen and  (max-width: 800px) {
#sideR .sw50 li {
  float:left;
  width:48%;
  margin:1% 1% 2%;
}
}

@media only screen and  (max-width: 568px) {
#sideR .sw50 li {
  float:none;
  width:100%;
  margin: 0;
}
}


#sideR .sw50 li a {  
	background:#FFF;
	display:block;
    padding:15px 0 10px 20px;
    line-height:130%;
	color:#092353;
	} 
	
#sideR .sw50 li a:hover { 
	text-decoration:none;
	background:#E9F1FF;
	line-height:130%;
	color:#092353;
	}

/*sub_c
---------------------------------------------------------------------------*/
#sideR #sub_c {
	margin:0 0 15px;
	width: 100%;
	float:left;
}

#sideR #sub_c ul{
	width:100%;
	padding:0;
	margin:0;
}

#sideR #sub_c li{
	border:1px solid #eee;
	margin-bottom:10px;
	background:#FFF;
	float:left;
	letter-spacing	: 0em;
	box-sizing: border-box;
}

#sideR #sub_c li h5{
	font-size:14px;
	color:#2CA5C8;
}

#sideR #sub_c li p{
	font-size:12px;
	line-height:1.4;
}

#sideR #sub_c li img{
	width:25%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-bottom:5px;
}

#sub_c .faq{
	width:93.8%;
	padding:3%;
}

#sub_c li a:hover div.faq { opacity: 0.5; }

#sub_c .noshi{
	width:93.8%;
	padding:3%;
}

#sub_c li a:hover div.noshi { opacity: 0.5; }

#sub_c .ctg{
	width:93.8%;
	padding:3%;
}

#sub_c li a:hover div.ctg { opacity: 0.5; }


/*footer
---------------------------------------------------------------------------*/
footer {
float:left;
color:#FFF;
background: #30B5E2;
width:100%;
margin:0 auto;
padding:0;
font-size:14px;
display:block;
clear:both;
position:relative;
}

.footerArea {
	padding: 2%;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	float:left;
}

.fotterLogo{
	float:left;
	width: 29.3333%;
	height:auto;
	margin-left:1%;
	margin-right:3%;
	padding-top:1%;
	text-align: center;
}

.fotterLogo img{
	width: 240px;
	height:auto;
	margin-bottom:10px;
}

.footerArea .f_text{
	padding:15px 0 10px 40px;
	width: 60.66666%;
	box-sizing: border-box;
	line-height:1.8;
	float:right;
}

.f_text p{
	font-size:14px;
	line-height:1.8;
}

.f_text span{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

footer .copy{
	text-align: center;
	width:100%;
	padding:10px 0;
	color:#FFF;
	background:#25A4CF;
	font-size:12px;
	line-height:1;
}