﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

/* CSS Document */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

/*-------------------- pankuzu */
#pankuzu ul {
	overflow: auto;
	padding: 0 10px;
	_zoom: 1;
}
#pankuzu li {
	float: left;
	list-style: none;
}
#pankuzu li+li:before {
	margin: 0 8px;
	content: '>';
}

/*-------------------- Frame */
#container {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.7;
	clear: both;
	zoom: 1;
	width: 100%;
	margin: 0 auto !important;
}
.wrapper {
	position: relative;
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

/*-------------------- often used */
a {
	text-decoration: none !important;
}
p,
li,
dt,
dd {
	text-align: inherit;
	text-justify: inherit;
}
ul.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.gallery li {
	position: relative;
	width: 24%;
	height: auto;
	margin-bottom: .5em;
}
ul.gallery li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
ul.gallery li span {
	display: block;
	padding-top: .2em;
}
ul.gallery li.main {
	position: relative;
	width: 49%;
	height: auto;
	margin-bottom: .5em;
}

/*-------------------- Heading */
.heading {
	position: relative;
	background: #000;
}
.heading img {
	width: 100%;
	height: 120px;
	opacity: .5;
	object-fit: cover;
	object-position: top top;
}
.heading p.theme {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6rem;
	/*line-height: 1.1;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.heading p.theme span {
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}

/*-------------------- Button */
.button {
	width: 60%;
	margin: 0 auto;
	margin-top: 5em;
}
a.cp_btn {
	font-size: 1.4rem;
	position: relative;
	display: block;
	overflow: hidden;
	width: auto;
	padding: 1em .5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 1px #fff;
	background: #333;
}
a.cp_btn:before {
	position: absolute;
	top: -25px;
	left: -20px;
	width: 20px;
	height: 150px;
	content: '';
	transition: .3s;
	transform: rotate(40deg);
	opacity: .3;
	background: #fff;
}
a.cp_btn:hover:before {
	left: 98%;
}

/*-------------------- Title */
#title {
	background: url('../img/bg_wall.jpg') no-repeat center;
	background-size: cover;
}
h1.sitettl {
	overflow: hidden;
	height: 550px;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	background: url('../img/title.png') no-repeat top;
}
#title_seizan {
	background: url('../img/bg_wall_seizan.jpg') no-repeat center;
	background-size: cover;
}
h1.sitettl_seizan {
	overflow: hidden;
	height: 550px;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	background: url('../img/title_seizan.png') no-repeat top;
}
#title_tsuma {
	background: url('../img/bg_wall_tsuma.jpg') no-repeat center;
	background-size: cover;
}
h1.sitettl_tsuma {
	overflow: hidden;
	height: 550px;
	text-align: center;
	white-space: nowrap;
	text-indent: 100%;
	background: url('../img/title_tsuma.png') no-repeat top;
}

h2.cat {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 3rem;
	/*font-weight: normal;*/
	line-height: 1.5;
	margin-bottom: .5em;
	text-align: center;
	letter-spacing: 2px;
}
h2.cat_sub {
	font-size: 2.5rem;
	/*font-weight: normal;*/
	line-height: 1.5;
	margin-bottom: .5em;
	text-align: center;
	letter-spacing: 2px;
}
h2.cat span {
	display: block;
}
.en {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2em;
}
h3.tagline {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 2rem;
	/*font-weight: normal;*/
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: center;
}
h3.tagline span {
	display: inline-block;
	margin-left: .5em;
}
.need{
	background: #01319e;
	padding: 5px 10px;
	color: #FFF;
	display: table;
	margin: 0 auto 20px;
}
.unnecessary{
	background: #ce0000;
	padding: 5px 10px;
	color: #FFF;
	display: table;
	margin: 0 auto 20px;
}


/*-------------------- intro */
#intro{
	padding: 5em 0;
	background: url(../img/bg_golf.jpg) repeat-x top;
}
#intro ul.gallery {
	margin: 0 5% 2em;
}
#intro p {
	margin-bottom: 1em;
}

/*-------------------- golfclub */
#golfclub{}

dl.gc_info{
	margin-top: 20px;
}
dl.gc_info dt:before{
    font-family: FontAwesome;
    padding-right: .5em;
    content: '\f3c5';
    color: #444;
}
dl.gc_info dd:nth-child(2):before{
    font-family: FontAwesome;
    padding-right: .5em;
    content: '\f095';
    color: #444;
}
dl.gc_info dd:nth-child(3):after,
dl.gc_info dd:nth-child(4):after{
    font-family: FontAwesome;
	padding-left: .5em;
    content: '\f08e';
    color: #444;
}

#golfclub ul.gallery {
	margin: 3em 0 5em;
}
#golfclub ul.gallery li.main {
	position: relative;
	width: 49.5%;
	height: auto;
	margin-bottom: .5em;
}
#golfclub ul.gallery_course {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3em 0 5em;
}
#golfclub ul.gallery_course li {
	position: relative;
	width: 49.5%;
	height: auto;
	margin-bottom: .5em;
}



/*ゴルフ場*/
#karu72{
	padding: 7em 0;
	background: url(../img/bg_golf.jpg) repeat-x top;
}
#karu72 p,
#seizan-gc p{
	margin-bottom: 1em;
}
#seizan-gc{
	padding: 7em 0;
	background: url(../img/bg_golf.jpg) repeat-x top;
	border-bottom: 1px solid #111;
}
#tsumagoi-golf{
	padding: 7em 0;
	background: url(../img/bg_golf.jpg) repeat-x top;
	border-bottom: 1px solid #111;
}



/*ホテル*/
#hotel{}


#prince-tsuma{
	padding: 7em 0;
}
#prince-east,
#prince-west{
	padding: 7em 0;
	border-top: 1px solid #111;
}
#prince-east p,
#prince-west p,
#prince-tsuma p{
	margin-bottom: 1em;
}



dl.hotel_info{
	margin-top: 20px;
}
dl.hotel_info dt:before{
    font-family: FontAwesome;
    padding-right: .5em;
    content: '\f017';
    color: #444;
}
dl.hotel_info dd:nth-child(2):before{
    font-family: FontAwesome;
    padding-right: .5em;
    content: '\f2e7';
    color: #444;
}
dl.hotel_info dd:nth-child(3):after,
dl.hotel_info dd:nth-child(4):after{
    font-family: FontAwesome;
	padding-left: .5em;
    content: '\f08e';
    color: #444;
}

#hotel ul.gallery {
	margin: 3em 0 5em;
}
#hotel ul.gallery li.main {
	position: relative;
	width: 49.5%;
	height: auto;
	margin-bottom: .5em;
}
#hotel ul.gallery_room {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0 1em;
}
#hotel ul.gallery_room li {
	position: relative;
	width: 49.5%;
	height: auto;
	margin-bottom: .5em;
}
.room_info{
	margin-bottom: 5em !important;
}






/*-------------------- booking */
.booking {
	padding: 5em 0;
	background: url(../img/bg_golf_02.jpg) repeat-x top;
}
.booking h3 {
	color: #FFF;
}
.booking ul.btn {
	display: flex;
	margin-bottom: 1em;
	padding: 1em;
	flex-wrap: wrap;
	justify-content: space-between;
}

.booking ul.btn li {
	width: calc(100% / 2 - 10px);
}
.booking ul.btn li.tre {
	width: calc(100% / 3 - 10px);
}
.booking ul.btn dd:nth-child(3) {
	/*margin-top: .3em;*/
	color: #f00;
}
.booking ul.btn li span,
.booking ul.btn li.tre span{
	font-size: 1.2rem;
}
.booking ul.btn dt {
	color: #FFF;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.booking ul.btn dt span{
	font-size: 1.4rem;
	display: block;
}




/*-------------------- Other */
#other {
	padding: 4em 0;
	position: relative;
	background: url(../img/bg_desert.png) no-repeat bottom center #615243;
	background-size: cover;
}
#other h3 {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 1.8rem;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
	color: #FFF;
}
#other ul.bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
#other ul.bnr li {
	background: #000;
	color: #FFF;
	position: relative;
	width: 48%;
}
#other ul.bnr li img {
	width: 50%;
	height: auto;
	vertical-align: bottom;
}
#other dt {
	position: relative;
}
#other dt span.copyRight {
	font-size: 1.2rem;
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
	color: #fff;
}
#other dd {
	padding: 10px;
}
#other .other_tour_title {
	text-align: center;
}
#other .other_tour_title span {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}
#other .other_tour_title span.other_btn {
	font-size: 1.4rem;
	display: block;
}
#other .other_tour_title span.other_btn:after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
}
#other .other_tour_title a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-indent: -1000px;
}
#other .other_tour_title a:hover {
	opacity: .5;
}







/*-------------------- inc 微調整*/
.w950 {
	width: 1000px;
}
ul.reco_country li {
	width: 13.2%;
}

/*-------------------- Contact*/
#contact {
	clear: both;
	padding: 4em 0;
	color: #fff;
	background: #3661a2;
}
#contact .ttl {
	margin-bottom: 3em;
}
#contact h4 {
	font-size: 1.6rem;
}
#contact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
#contact li {
	position: relative;
	width: 32%;
	padding-left: 1.5em;
	border-left: 1px solid #86a0c7;
}
#contact li dt {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#contact li dt a,
#contact li dt a:hover {
	color: #fff;
}
#contact li dt span {
	font-size: 1.4rem;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	color: #444;
	background: #fff;
}
#contact li dd {
	margin-bottom: 5px;
}

/*-------------------- Page-top */
#page-top {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
#page-top a {
	display: block;
	width: 80px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #ddd;
}
#page-top a:hover {
	text-decoration: none;
	background: #a5a5a5;
}