@charset 'utf-8';
/* CSS Document */


/* Tablet */
@media only screen and (max-width: 768px) {
#header .inner,
#container,
#footer_kaigai {
	width: auto;
	margin: 0;
	padding: 0;
}
img {
	width/***/
	: auto;
	max-width: 100%;
	height: auto;
}
.wrapper {
	width: 95%;
}


#title {
	background: url('../img/tab_title.jpg') no-repeat center;
	background-size: cover;
}
#title_seizan {
	background: url('../img/tab_title_seizan.jpg') no-repeat center;
	background-size: cover;
}
#title_tsuma {
	background: url('../img/tab_title_tsuma.jpg') no-repeat center;
	background-size: cover;
}

h1.sitettl,
h1.sitettl_seizan,
h1.sitettl_tsuma{
	overflow: hidden;
	height: 0;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	background: none;
	padding-top: 55%;
}

.heading img {
	width: 100%;
	height: 100px;
	opacity: .6;
	object-fit: cover;
	object-position: top top;
}
h2.cat {
	font-size: 2.5rem;
	letter-spacing: 2px;
}
h2.cat_sub {
	font-size: 2.2rem;
	letter-spacing: 0;	
}
h3.tagline {
	font-size: 1.8rem;
}
#intro{
	padding: 3em 0;
}
#intro ul.gallery {
	margin: 0 1% 2em;
}
#karu72{
	padding: 4em 0;
}

#prince-west{
	padding: 4em 0;
}
#prince-east{
	padding: 4em 0;
}

.booking {
	padding: 3em 0;
}
#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;
}

#contact .ttl {
	float: left;
	margin: 0 1em 0 0;
}
#contact h4 span {
	display: block;
}
#contact ul {
	flex-direction: column;
}
#contact li {
	width: 100%;
	margin-bottom: 1.5em;
}
#contact li:last-child {
	margin-bottom: 0;
}
#page-top img,
#page-top a {
	width: 80%;
	padding: 7% 0;
	border-radius: 2px;
}
.w950 {
	width: 100%;
}
ul.reco_country {
	justify-content: flex-start;
}
ul.reco_country li {
	width: 23%;
}


}


/* Smart */
@media only screen and (max-width: 480px){
.button {
	width: 90%;
	margin-top: 3em;
}

#title {
	background: url('../img/sp_title.jpg') no-repeat center;
	background-size: cover;
}
#title_seizan {
	background: url('../img/sp_title_seizan.jpg') no-repeat center;
	background-size: cover;
}
#title_tsuma {
	background: url('../img/sp_title_tsuma.jpg') no-repeat center;
	background-size: cover;
}
h1.sitettl,
h1.sitettl_seizan,
h1.sitettl_tsuma{
	height: 0;
	padding-top: 133.75%;
	text-indent: 100%;
	background: none;
}



ul.gallery li:nth-child(n+2) {
	width: 100%;
}
#intro ul.gallery {
	display: none;
}
#golfclub ul.gallery li.main {
	width: 100%;
}
#hotel ul.gallery li.main {
	width: 100%;
}
.booking ul.btn li,
.booking ul.btn li.tre{
	width: 100%;
	margin-bottom: 30px;
}


#other ul.bnr li:first-child {
	width: 100%;
	margin-bottom: 40px;
}
#other ul.bnr li img {}
#other ul.bnr li:last-child {
	width: 100%;
}

#contact .ttl {
	float: inherit;
	margin: 0 0 3em 0;
}

}