﻿@charset 'utf-8';
/* CSS Document */


/* Tablet */
@media only screen and (max-width: 768px){
#container {
	width: auto;
	margin: 0;
	padding: 0;
}
img {
	width
	/***/
	: auto;
	max-width: 100%;
	height: auto;
}
#pankuzu {
	display: none;
}
.wrapper {
	width: 95%;
}
#title {
	position: relative;
	background: url(../img/bg_main_02.jpg) no-repeat center center;
	background-size: cover;
}
p.title_logo {
	height: 400px;
	text-indent: 100%;
	background: none;
}
.info {
	font-size: 1.4rem;
}
.summary {
	padding: 1em;
	font-size: 1.4rem;
	margin: 30px 0;
}
.summary span {
	display: inline;
}
h1.sitetitle {
	font-size: 2.4rem;
}
h1.sitetitle span {
	display: inline-block;
	font-size: 2.4rem;
}
h2.blockttl {
	font-size: 2.4rem;
}
h3.copy {
	font-size: 1.8rem;
	margin-bottom: 1em;
}
.area {
	margin: 0 auto 20px;
}
.describe {
	font-size: 1.4rem;
}
#intro {
	padding: 4em 0 5em;
}
#airline {
	padding: 4em 0 5em;
}
dl.detail dt {
	font-size: 2.4rem;
}
#refreshment li {
	width: 33.33%;
}
#refreshment li:nth-last-child(-n+2) {
	display: none;
}

#facility li:first-child {
	padding-top: 74.95%;
	height: 0;
}
#facility li {
	position: relative;
	width: 100%;
}
#facility h2.blockttl {
	font-size: 2.4rem;
}

#hotel .wrapper {
	padding: 6em 0;
}
dl.omotenasi dd {
	font-size: 1.4rem;
	margin-bottom: 7px;
	padding-bottom: 3px;
}
ul.button dt {
	font-size: 1.4rem;
}
ul.button dt span {
	display: none;
}
#other .other_tour_title {
	margin-top: 5px;
}
#other .other_tour_title span {
	font-size: 1.6rem;
}
#other .other_tour_title span.other_btn {
	font-size: 1.2rem;
}
.callcenter h2.office {
	font-size: 1.5rem;
	padding-top: .8em;
}
.callcenter ul.phone li:nth-child(n+2) {
	margin-left: 0;
}
#page-top img,
#page-top a {
	width: 100%;
	padding: 7%;
	border-radius: 2px;
}

}





/* Smart */
@media only screen and (max-width: 480px){
#title {
	position: relative;
	background: url(../img/bg_main_sp.jpg) no-repeat center center;
	background-size: cover;
}
p.title_logo {
	height: 600px;
	text-indent: 100%;
	background: none;
}
.info {
	font-size: 1.4rem;
}
.info span {
	display: inline-block;
}
h1.sitetitle {
	font-size: 2.5rem;
}
h1.sitetitle span {
	display: inline;
	font-size: 2.5rem;
}
h2.blockttl {
	font-size: 2rem;
}
h2.blockttl span {
	display: inline;
}
p.en {
	font-size: 3.4rem;
	margin-bottom: 1em;
}
#facility .en {
	font-size: 3.4rem;
}
dl.detail dt {
	font-size: 3.4rem;
}
h3.copy {
	text-align: left;
}
h3.copy span {
	display: inline;
}
.summary {
	padding: 1em .5em;
	font-size: 1.4rem;
	margin: 30px 0;
	text-align: left;
}
#intro {
	padding: 3em 0 4em;
}
ul.type_A li {
	width: 100%;
	margin-bottom: 3em;
}
ul.type_A li:nth-child(n+3) {
	margin-top: 0;
}
.note {
	margin-top: 0;
}

#refreshment li {
	width: 50%;
}
#refreshment li:first-child {
	display: none;
}
#refreshment li:nth-last-child(-n+2) {
	display: block;
}


#hotel .wrapper {
	padding: 4em 0;
}
#hotel h2.blockttl {
	font-size: 2.3rem;
}
#hotel ul.gallery li {
	width: 100%;
}
ul.button li {
	width: 100%;
}
ul.button li:nth-child(n+2) {
	margin-top: 30px;
}
ul.button dt span {
	display: inline;
}
#other ul.bnr li:first-child {
	width: 100%;
}
#other ul.bnr li img {}
#other ul.bnr li:last-child {
	width: 100%;
}
.callcenter h2.office {
	padding-top: 0;
}
.callcenter ul.phone li:first-child {
	margin-bottom: 2em;
}

}