@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: ;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2em;
	color: rgba(0,32,54,1);
}
.shiratani .contents {
	color: rgba(86,40,0,1);
}

p {
	margin: 0;
	color: ;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	font-weight: bold;
	color: #002036;
	text-decoration: underline;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border: 1px rgba(19,50,103,1) solid;
}
table.type2 {
	border: none;
	border-collapse: separate;
}

th,
td{
	padding: 4px;
	border: 1px rgba(19,50,103,1) solid;
}
table.type2 th,
table.type2 td{
	border: none;
}

th {
	background: #578399;
	width: 25%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
table.type2 th {
	background: none;
	width: 30%;
	padding-right: 10px;
	text-align: right;
	border-right: #946134 1px solid;
	color: #946134;
}

td {
	background: #fff;
	word-break: break-all;
	text-align: left;
	padding-left: 10px;
}
table.type2 td {
	background: none;
	padding-left: 0;
}

/*-----白谷-----*/

.shiratani table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	word-break: break-all;
	color: ;
	border: 1px rgba(45,23,0,1) solid;
}
.shiratani table.type2 {
	border: none;
	border-collapse: separate;
}

.shiratani th,
.shiratani td{
	padding: 4px;
	border: 1px rgba(45,23,0,1) solid;
}

.shiratani th {
	background: #53382f;
	width: 25%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

ul {
	list-style-type: none;
	padding: 0;
}
ul:after {
	display: block;
	content: "";
	clear: both;
}

dl {
	margin: 0;
}
dl dd {
	margin: 0;
}
dl:after {
	display: block;
	content: "";
	clear: both;
}



/* =========================
	logo
========================= */

.header_inner {
	margin:  0 auto;
	/*text-align: center;*/
	background:  ;
}

h1 {
	background: url(../img/seaforest/all/hdbg.png) repeat-x center top / auto 100%;
	text-align: center;
	margin: 0 auto;
	padding: 50px 10% 20px;
	line-height: 0;
}
#intro h1 ,
#movie_top h1{
	background: none/*rgba(0,0,0,.1)*/;
	padding: 20px 10%;
}
#intro .slider_box {
	position: relative;
}
#intro .slider_box .cover {
	background: url(../img/intro/index.png) no-repeat center bottom / cover;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

h1 img {
	width: 90%;
	max-width: 296px;
}

.shiratani h1 {
	background: url(../img/seaforest/all/hdbg.png) repeat-x center top / auto 100%;
	text-align: center;
	margin: 0 auto;
	padding: 50px 10% 20px;
	line-height: 0;
}
.shiratani h1 img {
	width: 90%;
	max-width: 296px;
}

#index .slider_box {
	position: relative;
}
/* =========================
	slider
========================= */

.slider_box {
	max-width: 700px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}


/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 1em;
	line-height: 1em;
	margin: 0;
	padding-top: 0px;
	background: url(../img/seaforest/all/menubg.png) repeat-x center top / auto 100%;
	text-align: center;
	/*border-top: solid 1px #999;*/
}
#facilities2.shiratani .g_menu {
	background: url(../img/seaforest/all/menubg.png) repeat-x center top / auto 100%;
}
.shiratani .g_menu {
	background: url(../img/shiratani/all/menubg.png) repeat-x center top / auto 100%;
}

.g_menu a {
	display: inline-block;
	width: 50%;
	max-width: 350px;
}

.g_menu img {
	max-width: 180px;
}


/* =========================
	menu
========================= */

.menu {
	margin: 0 ;
	padding-top: 3px;
	padding-bottom: 3px;
	/*background: rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);*/
}

.menu ul {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 5px;
	background: rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

.menu ul li {
	background: ;
	width: 96%;
	margin: 0 auto;
	border-bottom: 1px rgba(19,50,103,1) solid;
	line-height: 0;
	list-style: none;
	text-align: center;
}
.menu ul li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 6px 10px;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 14px;
	text-decoration: none;
}

#menu .index_back::before {
	background: url(../img/seaforest/all/seafor_bdbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

/* =========================
	footer_menu
========================= */

.footer_menu {
	margin: 0 auto;
	padding: 0 5% 50px;
	background:  ;
	text-align: center;
}

.footer_menu img {
	margin-top: 30px;
}


/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
	background: ;
	border-top: 1px rgba(255,255,255,0.7) solid;
	border-bottom: 1px rgba(255,255,255,0.7) solid;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu img {
	max-width: 160px;
}

.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}


/* =========================
	footer
========================= */

.footer {
	margin: 0;
	padding-top: 30px;
	background: url(../img/seaforest/all/ftbg.png) repeat center top;
}
#intro .footer ,
#movie_top .footer {
	padding-top: 30px;
	background: none;
}
.shiratani .footer {
	margin: 0;
	padding-top: 30px;
	background: url(../img/shiratani/all/ftbg.png) repeat-x center top / auto 100%;
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 30px;
}

.footer_inner img {
	width: 60%;
	max-width: 214px;
}
.shiratani .footer_inner img {
	max-width: 184px;
}

.footer_inner p {
	margin: 10px 0;
	color: #fff;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 0px 10px;
	background: ;
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: 1px rgba(255,255,255,1) solid;
}
#intro .copyright ,
#movie_top .copyright {
	border-top: none;
}

.copyright p {
	margin: 0;
	color:rgba(255,255,255,1);
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	background: rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	padding: 20px 5px;
}

.contents p {
	padding: 2% 0;
}

.link a {
	display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: rgba(255,255,255,0.90) ;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	font-size: 14px;
	font-weight: normal;
	color: rgba(0,32,54,1);
	text-decoration: none;
	text-align: center;
}

.link2 {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.text_contents {
	max-width: 530px;
	margin: 0 auto;
	padding: 1px 15px 15px;
	position: relative;
}

.lightbox:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox_info {
	margin: -15px 0 -5px;
	font-size: 11px;
	text-align: center;
}

.inline_block span {
	display: inline-block;
}


/* =========================
	page
========================= */

h3.title_text {
	background: url(../img/seaforest/all/line01.png) repeat-x center bottom;
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
}
.shiratani h3.title_text {
	background: url(../img/shiratani/all/line01.png) repeat-x center bottom;
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
}

h3.title_text2 {
	background: ;
	width: 250px;
	margin: 0 auto 5px;
	padding-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: 1px solid #333;
	text-align: center;
}
h3.title_text3 {
	background: ;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
	line-height: 1.6em;
}

h4 {
	margin: 10px 0;
}
h4.title_text {
	margin: 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
}
h4.title_text:before {
	content: url(../img/seaforest/all/point.png);
	margin: 0 4px 0 0;
	position: relative;
	top: 2px;
}
#sightseeing2 h4.title_text:before {
	content: url(../img/shiratani/all/point.png);
	margin: 0 4px 0 0;
	position: relative;
	top: 2px;
}
h4.title_text2 {
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: normal;
	text-align: center;
	color: ;
}
h4.title_text3 {
	margin: 10px 0;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #7d3c3c;
}
h4.title_text4 {
	margin: 10px 0;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: ;
	border-bottom: 1px solid #4B7094;
}

 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }
 
 /*------------------ inttro ------------------*/


#intro .index_back::before {
	background: url(../img/shiratani/all/shiratani_bdbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}


/*------------------ index ------------------*/
.header {
	margin: 0 auto;
}

.index_title h2 {
	background: url(../img/seaforest/index/hdimg.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	.index_title h2 {
		background-size: 100% 100%;
	}
}
/* --- 全体のBOX定義 ---------------------------------------- */
.index_title2 {
  position   : relative;
  max-width  : 400px;
  height     : 250px;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.index_title2 .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 28s infinite;   /* 4画像 × 各5s = 20s */
	rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}
@media screen and (max-width: 320px) {
	.index_title2 .bgImg {
		background-size: 100% 100%;
	}
}
/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.index_title2 .src1 {
  background-image : url(../img/intro/slider01.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
}
.index_title2 .src2 {
  background-image : url(../img/intro/slider02.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 3s;
}
.index_title2 .src3 {
  background-image : url(../img/intro/slider03.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 6s;
}
.index_title2 .src4 {
  background-image : url(../img/intro/slider04.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 9s;
}
.index_title2 .src5 {
  background-image : url(../img/intro/slider05.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 12s;
}
.index_title2 .src6 {
  background-image : url(../img/intro/slider06.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 15s;
}
.index_title2 .src7 {
  background-image : url(../img/intro/slider07.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 18s;
}
.index_title2 .src8 {
  background-image : url(../img/intro/slider08.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 21s;
}
.index_title2 .src9 {
  background-image : url(../img/intro/slider09.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 24s;
}
.index_title2 .src10 {
  background-image : url(../img/intro/slider10.jpg);   /* 背景の画像を指定 */
	background-repeat: no-repeat;
	background-size: cover;
  animation-delay  : 28s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}


#index .index_back::before {
	background: url(../img/seaforest/all/seafor_bdbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#index .greeting {
	background: url(../img/seaforest/all/ctbgpoint.png) no-repeat left bottom , url(../img/seaforest/all/ctbg.png) , rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

#index .miryoku li {
	margin-top: 20px;
}

/*------------------ cuisine ------------------*/

.cuisine_title h2 {
	background: url(../img/seaforest/cuisine/cuisine.jpg) no-repeat center center/ 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	.cuisine_title h2 {
		background-size: 100% 100%;
	}
}

#cuisine .index_back::before {
	background: url(../img/seaforest/cuisine/cuisine_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#cuisine .course	{
	background: none;
	box-shadow: none;
	width: 100%;
	padding: 0;
}
#cuisine .course .cont_box {
	width: 94%;
	margin: 0 auto 30px;
	background: rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	padding: 20px 1%;
}

.cap .slick-arrow {
	bottom: 15px;
}
#cuisine .slick-dots ,
#cuisine2 .slick-dots ,
#english .slick-dots {
	bottom: -30px;
}
.slick-dots li {
	background: rgba(0,0,0,0.5);
}
.slick-dots li.slick-active {
	background: #b2a656;
}
.slick-slide {
  position: relative;
}
.slick-slide span.caption {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 2;
  width: calc(100% - 4%);
  padding: 10px;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
}
.slick-current span.caption {
  opacity: 1;
  transition-delay: .5s;
}

/*------------------ facilities ------------------*/

.facilities_title h2 {
	background: url(../img/seaforest/facilities/facilities.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	.facilities_title h2 {
		background-size: 100% 100%;
	}
}

#facilities .index_back::before {
	background: url(../img/seaforest/facilities/facilities_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#facilities .text_contents {
	background: url(../img/seaforest/facilities/facility_bg01.png) no-repeat top center / contain;
}

#facilities table.type1,
#english table.type1 {
	width: 60%;
	margin: 10px auto;
}
#facilities table.type1 th,
#english table.type1 th {
	width: 50%;
}
#facilities table.type1 td,
#english table.type1 td {
	text-align: center;
}
	
/*------------------ price ------------------*/

.price_title h2 {
	background: url(../img/seaforest/price/price.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	.price_title h2 {
		background-size: 100% 100%;
	}
}	

#price .index_back::before {
	background: url(../img/seaforest/price/price_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

table.cancel th {
	width: 20%;
}	
table.ryokin td ,
table.cancel td {
	text-align: center;
}	
	
/*------------------ access ------------------*/

.access_title h2 {
	background: url(../img/seaforest/access/access.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	.access_title h2 {
		background-size: 100% 100%;
	}
}


#access .index_back::before {
	background: url(../img/seaforest/access/access_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#access .contents {
	background: url(../img/seaforest/all/ctbg.png) , rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}


/*------------------ sightseeing ------------------*/

.sightseeing_title h2 {
	background: url(../img/sightseeing/sightseeing.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	.sightseeing_title h2 {
		background-size: 100% 100%;
	}
}	

#sightseeing .index_back::before {
	background: url(../img/sightseeing/sightseeing_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#sightseeing .contents {
	position: relative;
	background: url(../img/seaforest/all/ctbgpoint1.png) no-repeat right 25% , url(../img/seaforest/all/ctbg.png) , rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

/*------------------ english ------------------*/

.english_title h2 {
	max-width: 700px;
	margin: 0 auto;
	background: url(../img/english/english.jpg) no-repeat bottom center / 100% 100%;
}

@media screen and (max-width: 320px) {
	.english_title h2 {
		background-size: 100% auto;
	}
}	

#english .index_back::before {
	background: url(../img/sightseeing/sightseeing_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#english table.small th {
	font-size: 0.8em;
}

/*============================
　　　　　　　　白谷
=============================*/


/*------------------ index2 ------------------*/
.header {
	margin: 0 auto;
}

#index2 .index_title h2 {
	background: url(../img/shiratani/index/hdimg.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	#index2 .index_title h2 {
		background-size: 100% 100%;
	}
}

#index2 .index_back::before ,
#menu2 .index_back::before  {
	background: url(../img/shiratani/all/shiratani_bdbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#index2 .greeting {
	background: url(../img/shiratani/all/ctbgpoint.png) no-repeat left bottom , url(../img/shiratani/all/ctbg.png) , rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

#index2 .miryoku li {
	margin-top: 20px;
}

/*------------------ cuisine2 ------------------*/

#cuisine2 .cuisine_title h2 {
	background: url(../img/shiratani/cuisine/cuisine.jpg) no-repeat center center/ 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	#cuisine2 .cuisine_title h2 {
		background-size: 100% 100%;
	}
}

#cuisine2 .index_back::before {
	background: url(../img/shiratani/cuisine/cuisine_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#cuisine2 .course	{
	background: none;
	box-shadow: none;
	width: 100%;
	padding: 0;
}
#cuisine2 .course .cont_box {
	width: 94%;
	margin: 0 auto 30px;
	background: rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	padding: 20px 1%;
}


/*------------------ facilities2 ------------------*/

#facilities2 .facilities_title h2 {
	background: url("../img/shiratani/facilities/facilities2.jpg") no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	#facilities2 .facilities_title h2 {
		background-size: 100% 100%;
	}
}

#facilities2 .index_back::before {
	background: url(../img/shiratani/facilities/facilities_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#facilities2 .text_contents {
	background: url(../img/shiratani/facilities/facility_bg01.png) no-repeat top center / contain;
}

#facilities2 table.type1 {
	width: 60%;
	margin: 10px auto;
}
#facilities2 table.type1 th {
	width: 50%;
}
#facilities2 table.type1 td {
	text-align: center;
}

	
/*------------------ price2 ------------------*/

#price2 .price_title h2 {
	background: url(../img/shiratani/price/price.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	#price2 .price_title h2 {
		background-size: 100% 100%;
	}
}	

#price2 .index_back::before {
	background: url(../img/shiratani/price/price_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}


/*------------------ access2 ------------------*/

#access2 .access_title h2 {
	background: url(../img/shiratani/access/access.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	#access2 .access_title h2 {
		background-size: 100% 100%;
	}
}


#access2 .index_back::before {
	background: url(../img/shiratani/access/access_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#access2 .contents {
	background: url(../img/shiratani/all/ctbg.png) , rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}



/*------------------ sightseeing2 ------------------*/

#sightseeing2 .sightseeing_title h2 {
	background: url(../img/sightseeing/sightseeing.jpg) no-repeat center center / 100% 100% , rgba(255,255,255,0.90);
	max-width: 700px;
	width: 96%;
	margin: 25px auto 0;
	border: solid 5px rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}

@media screen and (max-width: 320px) {
	#sightseeing2 .sightseeing_title h2 {
		background-size: 100% 100%;
	}
}	

#sightseeing2 .index_back::before {
	background: url(../img/sightseeing/sightseeing_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

#sightseeing2 .contents {
	background: url(../img/shiratani/all/ctbgpoint1.png) no-repeat right 25% , url(../img/seaforest/all/ctbg.png) , rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
}
	
/*------------------ movie ------------------*/

#movie_top .index_back::before {
	background: url(../img/shiratani/all/shiratani_bdbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	background: rgba(255,255,255,0.90);
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.5);
	padding: 20px 5px 0;
}

.movie_contents p,
.movie_contents h2 {
	margin-top: 0;
	text-align: center;
	color: ;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}
 
 #movie_top .header_inner {
 	padding-top: 0;
 } 

/* =========================
	add
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}

/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}
.mt-20 {
	margin-top: -20px;
}

.mt30 {
	margin-top: 30px;
}
.mt-30 {
	margin-top: -30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}
.mt-50 {
	margin-top: -50px;
}

.mt-70 {
	margin-top: -70px;
}


/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}

.orange {
	font-size: 1.4em;
	color: orange;
}

.large {
	font-size: 1.2em;
}
.large2 {
	font-size: 1.4em;
}

.small {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.enjoy_title {
	position: absolute;
	top:-80px;
	left:0;
	margin:30px 0px;
}
#sightseeing .contents.mt0 {
	margin-top:80px;
}

	.sp_on{
		display:block;
	}
	


.nanido {
	position: absolute;
	width:120px;
	top:-20px;
	left:0px;
	z-index: 1000;
}
.nanido img{
	width:100%;
	margin:0;
	padding:0;
}
.fuchimoji {
	color:#fff;
	margin-left:2%;
	font-weight:600;
	font-size:12px;
	text-shadow:0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00,0 0 2px #f00;
}
.contents p.fuchimoji{
		padding-bottom:0;
}
.fuchimoji a{
		color:#fff;
	text-decoration: none;
}
@media screen and (min-width: 630px) {
	.enjoy_title {
	top:-130px;
	left:0;
	margin:50px 0px;
		width:100%;
}
	
#sightseeing .contents.mt0 {
	margin-top:100px;
}
	
	.sp_on{
		display:none;
	}
	.fuchimoji {
	margin-left:5%;
}
}