/*
Theme Name: generic-child
Template: generic
*/

/* clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third {
	clear: both;
}

html {
	font-size:16px;
}
body {
	background-color:#060606;
	color:#ccc;
}
body.page #content {
	width:100%;
	padding-right:0;
}
.page #content p, .single-post #content p {
    font-size: 1rem;
    line-height: 1.4rem;
}
.fontMincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fontGothic {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:0;
	background-color: #060606;
	flex:none;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #777777;
  opacity: 0.7;
  border-radius: 50%;
  z-index:999;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-size: 45px;
  font-weight:900;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.entry-content ul li::before, .widget-container ul li::before, .comment-body ul li::before {
    position: static;
    margin-left: 0;
    content: none;
}
.contentSubHeader {
	position: relative;
	width: 100%;
	height: 70px;
}
.contentSubHeader .en {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #555;
	font-family: 'Pinyon Script', cursive;
	font-size: 48px !important;
}
.contentSubHeader .ja {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	color: #fff;
	font-size: x-large !important;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
  gap: 1rem;
}
.grid-item {
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

/* ヘッダー */
#header {
	position:fixed;
	top:0;
	z-index:100;
	/* max-width:1920px; */
	width:100%;
	height:140px;
	margin:0 auto;
	padding:0;
	background-image:url('/images/menu-bg.jpg');
}
#header .inner {
	width:1000px;
	margin:31px auto;
}
#header .spInner {
	display:none;
}
#header .inner #logo {
	width:82px;
	float:left;
}
#header .inner #headerRight {
	width:calc(100% - 120px);
	float:left;
	margin:0 0 0 38px;
}
#header .inner #smIcon {
	width:83px;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
#header .inner #globalMenu {
	width:770px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#header .inner #globalMenu li {
	display:inline-block;
	float:left;
	/* margin-right:10px; */
	padding:25px 12px 2px 12px;
	border-bottom:2px solid #020D2B;
}
#header .inner #globalMenu li:last-child, #header .inner .middle #globalMenu2 li:last-child {
	margin-right:0;
}
#header .inner #globalMenu li:hover, #header .inner .middle #globalMenu2 li:hover {
	border-bottom:2px solid #fff;
}
#header .inner #globalMenu li a, #header .inner .middle #globalMenu2 li a {
	display:block;
	width:100%;
	height:auto;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#header .inner #smIcon li {
	display:block;
	width:21px;
	float:left;
	padding-top:28px;
	margin-right:10px;
}
#header .inner #smIcon li:last-child {
	margin-right:0;
}
#header .inner .middle {
	width:770px;
	float:left;
	margin:0 0 0 40px;
}
#header .inner .right {
	width:80px;
	float:right;	
}
#header .inner .middle #smIcon2 {
	/* width:70px; */
	width:93px;
	margin:0;
	/* margin-left:calc(100% - 92px); */
	margin-left:calc(100% - 106px);
	padding:0;
	list-style:none;
}
#header .inner .middle #smIcon2 li {
	display:block;
	width:21px;
	float:left;
	padding-top:0px;
	margin-right:10px;
}
#header .inner .middle #smIcon2 li.tabletBtn {
	display:none;
}
#header .inner .middle #smIcon2 li.tabletBtn2 {
	display:none;
}
#header .inner .middle #globalMenu2 {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#header .inner .middle #globalMenu2 li {
	display:inline-block;
	float:left;
	/* margin-right:10px; */
	margin-right:0;
	/* padding:5px 10px 2px 10px; */
	padding:5px 12px 2px 12px;
	border-bottom:2px solid #020D2B;
}
#header .inner .right #reserveCircle {
  width: 100px;
  height: 40px;
  background: #114486;
  border:3px solid #114486;
  border-radius: 5px;
  margin-bottom: 5px;
}
#header .inner .right #reserveCircle:hover {
	background: #0e3364;
	border:3px solid #fff;
}
#header .inner .right #reserveCircle a {
  position: relative;
  display: block;
  width: 97px;
  height: 37px;
  text-decoration: none;
}
#header .inner .right #reserveCircle a::after {
  content: 'ゴルフ予約';
  color: #fff;
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: -2px;
  margin: auto;
  text-align: center;
	font-size:medium;
	font-weight:bold;
	letter-spacing:0.1rem;
}
#header .inner .right #reserveCircle2 {
	width: 100px;
	height: 40px;
	background: #118fb8;
	border:3px solid #118fb8;
	border-radius: 5px;
  }
  #header .inner .right #reserveCircle2:hover {
	  background: #0c6f8f;
	  border:3px solid #fff;
  }
  #header .inner .right #reserveCircle2 a {
	position: relative;
	display: block;
	width: 97px;
	height: 37px;
	text-decoration: none;
  }
  #header .inner .right #reserveCircle2 a::after {
	content: 'ホテル予約';
	color: #fff;
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0;
	left: -2px;
	margin: auto;
	text-align: center;
	  font-size:medium;
	  font-weight:bold;
	  letter-spacing:0.1rem;
  }
#headerPhotoWrap {
	position:relative;
	max-width:1920px;
	width:100%;
	height:19.7vw;
	margin:140px auto 0 auto;
}
#headerPhotoWrap #headerPhoto {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:20vw;
}
#headerPhotoWrap #headerPhoto img {
	width:100%;
}
#headerPhotoWrap #headerEn {
	position:absolute;
	bottom:7px;
	left:calc((100% - 1080px) / 2);
	z-index:2;
	opacity:0.2;
	margin:0;
	color:#fff;
	font-family: 'Pinyon Script', cursive;
	font-size:96px;
}
#headerPhotoWrap #headerJa {
	position:absolute;
	bottom:33px;
	left:calc((100% - 1080px) / 2);
	z-index:3;
	margin:0;
	color:#fff;
	font-size:xx-large;
	font-weight:bold;
}

/* フッター */
ul#footerContentList {
	width:1080px;
	margin:0 auto;
	padding:20px 0 70px 0;
	list-style:none;
}
ul#footerContentList li {
	position:relative;
	display:block;
	width:270px;
	height:270px;
	float:left;
	margin:0;
	overflow:hidden;
}
ul#footerContentList li:hover a {
	background-color:rgba(255,255,255,0);
}
ul#footerContentList li .img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	margin-top:-180px;
}
ul#footerContentList li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:270px;
	background-color:rgba(0,0,0, 0.75);
}
ul#footerContentList li dl {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:4;
	width:100%;
	height:60px;
	margin:auto;
	padding:0;
}
ul#footerContentList li dl dt {
	margin:0;
	padding:0;
	text-align:center;
	font-size:xx-large;
	line-height:1.8rem;
	color:#fff;
}
ul#footerContentList li dl dd {
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
#footer {
	margin:0;
	padding:0;
	background-color:#0c1d28;
}
#footWrap {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:50px 0;
	background-color:#0c1d28;
}
#foot {
	width:1080px;
	margin:0 auto;
}
#footMenu {
	width:480px;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#footMenu li {
	display:inline-block;
	float:left;
	margin-right:2rem;
}
#footMenu li:last-child {
	margin-right:0
}
#footMenu li p {
	margin:0 0 1.4rem 0;
	font-size:small;
	text-align:left;
}
#footMenu li p:last-child {
	margin:0;
}
#footMenu li p.secondLevel {
	text-indent:1rem
}
#footMenu li p a {
	display:block;
	width:100%;
	height:auto;
	color:#999;
	text-decoration:none;
}
#footMenu li p a:hover {
	color:#fff;
}
#footerRight {
	width:500px;
	float:right;
}
#footerRight #footAddress {
	width:340px;
	float:left;
	color:#fff;
	text-align:left;
}
#footerRight #footAddress .name {
	margin:0;
	font-size:large;
}
#footerRight #footAddress .address {
	margin:1.5rem 0 0 0;
}
#footerRight #footAddress .telfax {
	margin:1.5rem 0 0 0;
}
#footerRight #footAddress .telfax .tel {
	display:inline-block;
	margin-right:1.5rem;
}
#footerRight #footAddress .telfax .fax {
	display:inline-block;
}

#footerRight #footBtnWrap {
	width:160px;
	float:right;
}
#footerRight #footBtnWrap .footBtn {
	margin:5px 0;
	background-color:#2c3c4b;
	pointer-events: none;
}
#footerRight #footBtnWrap .footBtn:hover {
	background-color:#224c65;
}
#footerRight #footBtnWrap .footBtn a {
	display:block;
	width:100%;
	height:auto;
	color:#fff;
	pointer-events: auto;
}
#footerRight #footBtnWrap .footBtn .left {
	width:calc(100% - 20px);
	float:left;
	margin:0;
	text-align:center;
	font-size:small;
	line-height:42px;
}
#footerRight #footBtnWrap .footBtn .right {
	width:20px;
	float:right;
	margin:0;
	text-align:left;
	font-size:x-small;
	line-height:42px;
}
#copyright {
	margin:0;
	padding:20px 0;
	background-color:#060606;
}
#copyright .inner {
	width:1080px;
	margin:0 auto;
}
#copyright .inner .left {
	width:calc(100% - 400px);
	float:left;
	margin:0;
}
#copyright .inner .left span {
	display:inline-block;
	margin-right:1.5rem;
}
#copyright .inner .left a {
	font-size:small;
	color:#999;
	text-decoration:none;
}
#copyright .inner .left a:hover {
	color:#fff;
}
#copyright .inner .right {
	width:400px;
	float:right;
	margin:0;
	text-align:right;
	font-size:small;
}

/* トップページ */
#topPhoto, #topContainer {
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
#topPhoto {
	margin-top:140px;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #topPhoto {
		height:39.8vw;
	}
}
#topPhoto img {
	width:100%;
}
#topReserveCircle {
  position: absolute;
  width: 120px;
  height: 120px;
  right: calc((100% - 780px) / 2);
  top: calc(39.8vw + 106px) !important;
  background: #114486;
	border:3px solid #114486;
  border-radius: 50%;
  z-index:10;
}
#topReserveCircle:hover {
	background: #0e3364;
	border:3px solid #fff;
}
#topReserveCircle a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  text-decoration: none;
}
#topReserveCircle a::after {
  content: 'ゴルフ予約';
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
	font-size:large;
	font-weight:bold;
}
#topReserveCircle2 {
	position: absolute;
	width: 120px;
	height: 120px;
	right: calc((100% - 1080px) / 2);
	top: calc(39.8vw + 106px);
	background: #118fb8;
	  border:3px solid #118fb8;
	border-radius: 50%;
	z-index:10;
  }
  #topReserveCircle2:hover {
	  background: #0c6f8f;
	  border:3px solid #fff;
  }
  #topReserveCircle2 a {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	text-decoration: none;
  }
  #topReserveCircle2 a::after {
	content: 'ホテル予約';
	color: #fff;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	  font-size:large;
	  font-weight:bold;
  }
section#top2 {
	background-image:url('https://esv-club.com/images/topsection2-bg.png');
	background-repeat:repeat-x;
	padding-bottom:50px;
}
section#top4 {
	width:100%;
	/* height:357px; */
	/* background-image:url('https://esv-club.com/images/topsection4-bg.jpg'); */
	/* background-repeat:no-repeat; */
}
section#top5 {
	padding:50px 0;
}
section#top6 {
	width:100%;
	height:357px;
	background-image:url('https://esv-club.com/images/topsection6-bg.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
section#top1 .inner, section#top2 .inner, section#top3 .inner, section#top4 .inner, section#top5 .inner, section#top6 .inner {
	width:1080px;
	margin:0 auto;
}
section#top1 .inner {
	padding:50px 0;
}
section#top1 .inner .left {
	/* width:49%; */
	width:100%;
	float:left;
	margin:0;
}
/*
section#top1 .inner .right {
	width:49%;
	float:right;
	margin:0;
	text-align:left;
}
*/
section#top1 .inner .left h5.topSubHeader, section#top1 .inner .right h5.topSubHeader, section#top3 .inner h5.topSubHeader {
	width:135px;
	height:32px;
	margin-top:0;
}
section#top1 .inner .left h5.topSubHeader .topMidashi, section#top1 .inner .right h5.topSubHeader .topMidashi,
section#top3 .inner h5.topSubHeader .topMidashi {
	margin-top:0;
	padding-top:15px;
	font-size:1.3rem;
}
section#top1 .inner .left h5.topSubHeader {
	background-image:url('https://esv-club.com/images/news-header-bg.png');
}
section#top1 .inner .right h5.topSubHeader {
	background-image:url('https://esv-club.com/images/event-header-bg.png');
}
section#top3 .inner h5.topSubHeader {
	background-image:url('https://esv-club.com/images/access-header-bg.png');
}
.topNewsArea dl.newsLine {
	margin:0;
	padding:0;
	pointer-events: none;
}
.topNewsArea dl.newsLine:hover {
	background-color:#272831;
}
.topNewsArea dl.newsLine a {
	display:block;
	width:100%;
	height:auto;
	padding:5px 0;
	color:#fff;
	pointer-events: auto;
}
.topNewsArea dl.newsLine dt.newsDate {
	width:94px;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #666;
	font-weight:normal;
	text-align:center;
}
.topNewsArea dl.newsLine dd.newsTitle {
	width:calc(100% - 95px);
	float:left;
	margin:0;
	padding:0 0 0 16px;
}
.topNewsArea p {
	display:none;
}
.topNewsArea p.newsMore {
	display:block;
	margin:1.5rem 0 0 0 !important;
}
.topNewsArea p.newsMore a {
	color:#fff;
}
ul#topContentList {
	width:100%;
	margin:0;
	padding:70px 0 0 0;
	list-style:none;
}
ul#topContentList li {
	position:relative;
	display:block;
	width:270px;
	height:450px;
	float:left;
	margin:0;
}
ul#topContentList li:hover a {
	background-color:rgba(255,255,255,0);
}
ul#topContentList li:hover .exp {
	color:rgba(255,255,255,1);
	background-color:rgba(24,42,58,0.5);
}
ul#topContentList li .img {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
}
ul#topContentList li .exp {
	position:absolute;
	top:-30px;
	right:20px;
	z-index:2;
	margin:0;
	padding:5px 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:14px;
	color:rgba(255,255,255,0);
}
ul#topContentList li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	width:100%;
	height:450px;
	background-color:rgba(0,0,0, 0.75);
}
ul#topContentList li dl {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:4;
	width:100%;
	height:60px;
	margin:auto;
	padding:0;
}
ul#topContentList li dl dt {
	margin:0;
	padding:0;
	text-align:center;
	font-size:xx-large;
	line-height:1.8rem;
	color:#fff;
}
ul#topContentList li dl dd {
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
#topgmap {
	width:100%;
	background-color:#272831;
	padding:5%;
}
#topgmap iframe {
	width:100%;
	height:450px;
}
ul#aboutus {
	width:470px;
	float:right;
	margin:0;
	padding:25px;
	list-style:none;
	background-color:#2d2a26;
}
ul#aboutus li:first-child {
	display:block;
	width:144px;
	float:left;
	margin:0 26px 0 0;
}
ul#aboutus li:last-child {
	display:block;
	width:250px;
	float:left;
	margin:0;
}
ul#aboutus li:last-child p {
	margin:0 0 1.3rem 0;
}
ul#aboutus li:last-child p.addr {
	font-size:small;
}
ul#aboutus li:last-child p.readmore {
	text-align:right;
}
ul#aboutus li:last-child p.readmore a {
	color:#fff;
}
#top4 ul#aboutus li:first-child {
	width: 110px;
}
#top4 ul#aboutus li:last-child {
	width:270px;
}
#top4 ul#aboutus img {
	width: 85px;
}
.topicons {
	width:33%;
	float:left;
}
.topicons a {
	width:150px;
	color:#8d8d8d;
	text-decoration:none;
}
.topicons a:hover {
	color:#fff;
}
.topicons a:hover p.icon {
	opacity:1;
}
.topicons a:hover p.iconArrow i {
	color:#fff;
}
.topicons p {
	margin:0;
	text-align:center;
}
.topicons p.icon {
	margin-bottom:10px;
	opacity:0.4;
}
.topicons p.iconJa {
	margin-bottom:3px;
}
.topicons p.iconEn {
	margin-bottom:10px;
	font-size:x-large !important;
	letter-spacing:0.2rem;
}
.topicons p.iconArrow i {
	font-size:48px;
	color:#8d8d8d;
}
#topMember {
	width:50%;
	float:left;
	padding:40px 0;
	background-color:#2d2a26;
}
#topReserve {
	width:50%;
	float:left;
	padding:40px 0;
}
#topMember p, #topReserve p {
	margin:0;
	text-align:center;
}
#topMember p.sec6En {
	margin-bottom:10px;
	font-size:xx-large;
}
#topMember p.sec6Ja {
	margin:10px 0;
}
#topMemberBtn {
	width:250px;
	margin:15px auto 0 auto;
	background-color:#2d2a26;
	border:1px solid #000;
	pointer-events: none;
}
#topMemberBtn:hover {
	background-color:#363636;
	border:1px solid #fff;
}
#topMemberBtn a {
	display:block;
	width:100%;
	height:auto;
	color:#fff;
	pointer-events: auto;
}
#topMemberBtn p {
	display:none;
}
#topMemberBtn .left {
	display:block;
	width:calc(100% - 30px);
	float:left;
	margin:0;
	padding:0.8rem 0;
	text-align:center;
}
#topMemberBtn .right {
	display:block;
	width:30px;
	float:right;
	margin:0;
	padding:0.8rem 0;
	text-align:left;
	font-size:small;
}
#topReserve .sec6Ja {
	letter-spacing:0.4rem;
}
#topReserve .sec6Ja2 {
	font-size:small !important;
	color:#ccc;
}
#topReserve .sec6Ja2 span {
	font-size:medium;
	color:#fff;
}
#topReserveBtn {
	width:300px;
	margin:15px auto;
	background-color:#255492;
	border:1px solid #255492;
	opacity:0.8;
	pointer-events: none;
}
#topReserveBtn:hover {
	opacity:1;
	border:1px solid #fff;
}
#topReserveBtn a {
	display:block;
	width:100%;
	height:auto;
	color:#fff;
	pointer-events: auto;
}
#topReserveBtn p {
	display:none;
}
#topReserveBtn .left {
	display:block;
	width:calc(100% - 30px);
	float:left;
	margin:0;
	padding:1.2rem 0;
	text-align:center;
	font-weight:bold;
	letter-spacing:0.5rem;
}
#topReserveBtn .right {
	display:block;
	width:30px;
	float:right;
	margin:0;
	padding:1.2rem 0;
	text-align:left;
	font-size:small;
}
/* ゴルフ場 */
#golfIntro {
	margin:50px 0;
}
#golfIntro p {
	margin:0;
	color:#b7c7d8;
	text-align:center;
	line-height:1.7rem !important;
}
#golfIntro p span {
	display:block;
}
section#golf1, section#golf2, section#golf3 {
	width:100%;
	height:357px;
	background-repeat:no-repeat;
	background-position:right;
	margin:50px 0;
}
section#golf1 {
	background-image:url('https://esv-club.com/images/golf1-bg.jpg');
}
section#golf2 {
	background-image:url('https://esv-club.com/images/golf2-bg.jpg');
}
section#golf3 {
	background-image:url('https://esv-club.com/images/golf3-bg.jpg');
}
section#golf1 .inner, section#golf2 .inner, section#golf3 .inner {
	width:1080px;
	margin:0 auto;
}
.golfSec {
	width:100%;
}
.golfSec .left, .golfSec .right {
	width:50% !important;
	float:left;
	margin:0 !important;
}
.golfSec .left {
	padding:50px 80px;
	background-color:#2d2a26;
}
.golfSec .left h5.golfSubHeader {
	width:134px;
	height:52px;
	margin:0;
	padding:5px 0 0 0;
}
.golfSec .left h5#golfSub1 {
	background-image:url('https://esv-club.com/images/guide-icon.png');
}
.golfSec .left h5#golfSub2 {
	background-image:url('https://esv-club.com/images/course-icon.png');
}
.golfSec .left h5#golfSub3 {
	background-image:url('https://esv-club.com/images/facility-icon.png');
}
.golfSec .left .golfSubText {
	margin:0;
	font-size:small;
	line-height:1.6rem !important;
}
.golfSec .right .golfBtn {
    width: 300px;
    margin: 140px auto;
    background-color: #255492;
    border: 1px solid #255492;
    opacity: 0.8;
    pointer-events: none;
}
.golfSec .right .golfBtn:hover {
	opacity:1;
	border:1px solid #fff;
}
.golfSec .right .golfBtn a {
	display:block;
	width:100%;
	height:auto;
	color:#fff;
	pointer-events: auto;
}
.golfSec .right .golfBtn p {
	display:none;
}
.golfSec .right .golfBtn .left {
    display: block;
    width: calc(100% - 30px) !important;
    float: left;
    margin: 0;
    padding: 1.2rem 0;
    background-color: #255492;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.5rem;
}
.golfSec .right .golfBtn .right {
    display: block;
    width: 30px !important;
    float: right;
    margin: 0;
    padding: 1.2rem 0;
    background-color: #255492;
    text-align: left;
    font-size: small;
}
/* ご利用案内 */
section#guide1 {
	max-width:1920px;;
	width:100%;
	background-image:url('https://esv-club.com/images/flag.jpg');
	background-repeat:no-repeat;
	background-position:right;
	background-size:contain;
	padding:50px 0;
}
section#guide1 .inner {
	width:1080px;
	margin:0 auto;
}
.guideSubHeader {
	margin:50px 0 10px 0;
}
section#guide1 .guideSubHeader:first-child {
	margin-top:0;
}
.guideSubContent {
	margin-left:30px;
}
.guideSubContent a {
	color:#fff;
}
ul#feeList {
	margin:0.7rem 0 0 1rem;;
	list-style:disc;
}
ul#feeList li {
	margin:0;
	list-style-type:disc;
	line-height:1.5rem;
}
dl#guideCancel dt {
	font-weight:normal;
}
dl#guideCancel dd {
	margin-left:30px;
}
ul#cards {
	width:640px;
	margin:0;
	padding:2px 0 2px 5px;
	list-style:none;
	background-color:#fff;
}
ul#cards li {
	display:inline-block;
	float:left;
	height:76px;
	margin:0;
	padding:0 5px;
}

/* コースガイド */
section#course, section#courseout, section#coursein {
	max-width:1920px;
	width:100%;
	padding:50px 0;
}
section#courseout {
	background-color:#0c1d28;	
}
section#course .inner, section#courseout .inner, section#coursein .inner {
	width:1080px;
	margin:0 auto;
}
#courseIntro {
	width:100%;
}
#courseIntro .left {
	width:470px;
	float:left;
	margin:0;
}
#courseIntro .left img {
	max-width:100%;
}
#courseIntro .right {
	width:calc(100% - 520px);
	float:left;
	margin-left:50px;
	text-align:left;
}
#courseIntro .right p {
	display:none;
}
#courseIntro .right p.introText {
	display:block;
	margin:0;
	line-height:1.7rem;
	color:#b7c7d8;
}
table.course {
	width:100%;
	border-collapse:collapse;
}
table.course tr:hover {
	background-color:#363636;
}
table.course th, table.course td {
	padding:10px 0;
	border-bottom:1px solid #363636;
}
table.course td {
	text-align:center;
}
.holeDetail .left {
	width:75% !important;
	float:left;
	margin:0 !important;
}
.holeDetail .right {
	width:24% !important;
	float:left;
	text-align:left;
	margin-left:1%;
}
.holeDetail .left .photo {
	width:42%;
	float:left;
	margin-right:1%;
	opacity:0.6;
}
.holeDetail .left .video {
	width:56%;
	float:left;
	opacity:0.6;
}
.holeDetail .left .photo:hover, .holeDetail .left .video:hover {
	opacity:1;
}
.holeDetail .left p {
	display:none;
}
.holeDetail .left .photo img, .holeDetail .left .video video {
	max-width:100%;
}
.holeDetail .right table {
	width:160px;
	margin:0;
	border-collapse:collapse;
}
.holeDetail .right table td {
	padding:10px 0;
	border-bottom:1px solid #363636;
}
.holeDetail .right p.hdcp {
	width:160px;
	padding-bottom:10px;
	border-bottom:1px solid #363636;
}

/* 施設案内 */
section#facility1, section#facility2, section#facility3, section#facility4, section#facility5 {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
}
section#facility2, section#facility4 {
	background-color:#0c1d28;
}
section#facility1 .inner, section#facility2 .inner, section#facility3 .inner,
section#facility4 .inner, section#facility5 .inner {
	width:1080px;
	margin:0 auto;
}
section#facility1 .inner h6, section#facility2 .inner h6, section#facility3 .inner h6,
section#facility4 .inner h6, section#facility5 .inner h6 {
	margin-top:0;
}
.facilityItemLP, .facilityItemRP {
	width:100%;
	margin-top:10px;
}
.facilityItemLP .photo img, .facilityItemRP .photo img {
	width:100%;
}
.facilityItemLP .photo {
	width:calc(100% - 400px);
	float:left;
}
.facilityItemLP .text {
	width:350px;
	float:right;
	margin:0;
}
.facilityItemRP .photo {
	width:calc(100% - 400px);
	float:right;
}
.facilityItemRP .text {
	display:block;
	width:350px;
	float:left;
	margin:0;
}

/* ホテル */
section#hotel {
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
section#hotel .inner {
	width:1080px;
	margin:25px auto 50px auto;
}
#guestroomCaution, #guestroomInfo {
	margin:1rem 0 1.5rem 1.5rem;
}
#guestroomCaution p, #guestroomInfo p {
	margin:0;
}
#guestroomCaution .caution {
	font-size:large;
	color:#ff5454;
}
#guestroomInfo .intro {
	margin-bottom:1rem;
}
#guestroomInfo strong {
	font-size:large;
	color:#b7c7d8;
}
/* ホテル（slickスライド） */
.slide-box {
	position: relative;
	margin: 0;
	padding: 0;
}
.slide {
	position: relative;
	margin: 0 !important;
	padding: 0;
}
.slide .item {
	position: relative;
	height: 100%;
}
.slide .item a {
	display: block;
}
.slide .item::before {
	display: block;
	padding-top: 66%;
	content: "";
}
.slide .item .image {
	position: relative;
	overflow: hidden;
}
.slide .item img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
	position: relative;
	height: 100%;
}
.slide-navigation {
	line-height: 0;
	position: relative;
	margin: 0;
	padding: 0;
}
.slide-navigation .item {
	position: relative;
	cursor: pointer;
}
.slide-navigation .item .image {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.slide-navigation .item .image::before {
	display: block;
	padding-top: 66%;
	content: "";
}
.slide-navigation .item .image::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0.5;
	background: #000;
}
.slide-navigation .slick-current .image::after {
	opacity: 0;
}
.slide-navigation .item .image {
	position: relative;
	overflow: hidden;
}
.slide-navigation .item .image img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
.slick-vertical .slick-slide {
	border: 0 solid transparent;
}
.slick-arrow {
	z-index: 99;
}
.slick-prev {
	width: 50px;
    height: 50px;
	top: 50px;
	bottom: 0;
	left: 20px;
	right: auto;
	margin: auto;
}
.slick-next {
	width: 50px;
    height: 50px;
	top: 50px;
	bottom: 0;
	left: auto;
	right: 20px;
	margin: auto;
}
.slick-next:before, .slick-prev:before {
    font-size: 50px;
}
/* レストラン */
section#rest0, section#rest1, section#rest2, section#rest3 {
	max-width:1920px;
	width:100%;
	margin:0 auto;
}
section#rest1, section#rest2 {
	padding:50px 0 0 0;
}
section#rest3 {
	padding:50px 0;	
}
section#rest1 .inner, section#rest2 .inner, section#rest3 .inner {
	width:1080px;
	margin:0 auto;
}
section#rest0 {
	display: flex;
	align-items: stretch;
}
section#rest0 .left {
	width:30%;
	margin:0;
	background-image:url('https://esv-club.com/images/restaurant/rest-top-left.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
section#rest0 .middle {
	width:40%;
	margin:0;
	padding:30px;
	background-color:#0C1D28;
}
section#rest0 .right {
	width:30%;
	margin:0;
	background-image:url('https://esv-club.com/images/restaurant/rest-top-right.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
section#rest0 .middle p {
	text-align:center;
}
section#rest0 .middle dl {
	width:360px;
	margin:0 auto;
	padding:0;
}
section#rest0 .middle dl dt {
	width:100px;
	float:left;
	margin:0;
	padding:0;
	font-weight:normal;
}
section#rest0 .middle dl dd {
	width:calc(100% - 100px);
	float:left;
	margin:0;
	padding:0;	
}
#restCaption {
	margin-top:0;
	text-align:center;
	font-size:x-large !important;
	font-weight:bold;
	line-height:2rem !important;
	color: #b7c7d8;
}
.restItemHeader .ja span {
	display:inline-block;
	font-size:medium;
}
ul.restItemList {
	width:100%;
	margin:1rem 0 0 0;
	padding:0;
	list-style:none;
}
ul.restItemList li {
	width:32%;
	float:left;
	margin:0 2% 2rem 0;
	padding:0;
	list-style-type:none;
}
ul.restItemList li:nth-child(3n) {
	margin-right:0;
}
ul.restItemList li:last-child {
	margin-bottom:0;
}
ul.restItemList li .photo {
	position: relative;
	max-width: 100%;
}
ul.restItemList li .photo::before {
	content: "";
	display: block;
	padding-top: 100%;
}
ul.restItemList li .photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	opacity: 1;
	filter: brightness(1.0);
}
ul.restItemList li .photo img:hover {
	opacity: 1;
	filter: brightness(1.1);
}
ul.restItemList li .name {
	margin:10px 0 5px 0;
	font-size:20px !important;
	text-align:center;
}
ul.restItemList li .price {
	margin:5px 0;
	font-size:medium;
	text-align:center;
}
ul.restItemList li .price span {
	font-size:large !important;
}
.drinkWrap {
	position: relative;
	padding: 1em 1.5em;
	margin: 2rem 0 3rem 0;
	border: solid 3px #98992b;
	border-radius: 8px;
}
.drinkWrapTitle{
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 20px;
	margin:0;
	padding: 0 10px;
	line-height: 1;
	font-size: 1.3rem !important;
	background: #060606;
	color: #98992b;
	font-weight: bold;
}
ul.drink {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
ul.drink li {
	display:block;
	width:33%;
	/* float:left; */
	margin:10px 0;
	font-size: 0.9rem;
}

/* 新規会員権募集 */
section#wanted {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
	padding-top: 1px;
}
section#wanted .inner {
	width:1080px;
	margin:0 auto;
}
h4.wantedSubHeader {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}
h4.wantedSubHeader::before, h4.wantedSubHeader::after {
	content: '';
	width: 70px;
	height: 2px;
	background-color: #ccc;
}
h4.wantedSubHeader::before {
	margin-right: 20px;
}
h4.wantedSubHeader::after {
	margin-left: 20px;
}
dl#bosyuYoko {
	width:760px;
	margin:0 auto;
	padding:0;
}
dl#bosyuYoko dt {
	width:160px;
	float:left;
	margin:0 0 1rem 0;
	padding:0;
	font-weight:normal;
	text-align:center;
}
dl#bosyuYoko dd {
	width:calc(100% - 160px);
	float:left;
	margin:0 0 1rem 0;
	padding:0;
}
dl#bosyuYoko dt span {
	display:block;
}
dl#bosyuYoko dd span {
	font-size:small;
}
dl#bosyuYoko dd ol, dl#bosyuYoko dd ul {
	margin:0;
	padding:0;
}
dl#bosyuYoko dd ol li {
	list-style: none;
	margin:0 0 0.5rem 0;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
dl#bosyuYoko dd ul li {
	list-style: none;
	margin:0 0 0.5rem 0;
	padding-left: 1.3em;
	text-indent: -1.3em;
}
dl#bosyuYoko dd ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:"\f14a\00a0";	
	color:#fff;
}
#bosyuBtn {
	width:300px;
	margin:15px auto;
	background-color:#255492;
	border:1px solid #255492;
	opacity:0.8;
	pointer-events: none;
}
#bosyuBtn:hover {
	opacity:1;
	border:1px solid #fff;
}
#bosyuBtn a {
	display:block;
	width:100%;
	height:auto;
	color:#fff;
	pointer-events: auto;
}
#bosyuBtn p {
	display:none;
}
#bosyuBtn .left {
	display:block;
	width:calc(100% - 30px);
	float:left;
	margin:0;
	padding:1.2rem 0;
	text-align:center;
	font-weight:bold;
}
#bosyuBtn .right {
	display:block;
	width:30px;
	float:right;
	margin:0;
	padding:1.2rem 0;
	text-align:left;
	font-size:small;
}
#madoguchiWrap {
	width:850px;
	margin:70px auto;
}
#madoguchiWrap .left, #madoguchiWrap .right {
	width:410px;
	float:left;
}
#madoguchiWrap .right {
	width:410px;
	float:right;	
}
.madoguchi {
	width:100%;
	margin:0 auto;
	padding:20px;
	border:3px double #999;
}
.madoguchi p {
	margin:0;
	text-align:center;
}
.madoguchi .title {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	font-size:large !important;
	font-weight:bold;
}
.madoguchi .name, .madoguchi .address, .madoguchi .tanto, .madoguchi .tel {
	line-height:1.6rem !important;
}
.madoguchi .address span, .madoguchi .tel span {
	display:inline-block;
}
.madoguchi .tel a {
	color:#fff;
}
section#wanted .inner hr {
	width:100%;
	height:1px;
	margin:50px 0;
	background-color:#060606;
	border-top:3px double #ccc;
}
#wantedSubHeaderWrap .left {
	width:calc(100% - 140px);
	float:left;
	padding-left:140px;
}
#wantedSubHeaderWrap .right {
	width:140px;
	float:right;
	padding-top:36px;
}
#wantedSubHeaderWrap .right #pvBtn {
	margin-top:0;
	background-color:#0b7502;
	border:1px solid #0b7502;
	opacity:0.8;
	pointer-events: none;
}
#wantedSubHeaderWrap .right #pvBtn:hover {
	opacity:1;
	border:1px solid #fff;
}
#wantedSubHeaderWrap .right #pvBtn a {
	display:block;
	width:100%;
	height:auto;
	padding:10px 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	pointer-events: auto;
}
#wantedSubHeaderWrap .right #pvBtn a span::before {
	font-family: "Font Awesome 5 Free";
	content: '\f03d\00a0';
	font-weight:900;

}
ul.clubGaiyoList {
	margin:0 0 2rem 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
ul.clubGaiyoList li {
	width:32%;
	margin:0 2% 0 0;
	list-style:none;
}
ul.clubGaiyoList li:last-child {
	margin-right:0;
}
ul.clubGaiyoList li img {
	width:100%;
}
ul.clubGaiyoList li .name {
	margin-top:0;
	font-family: 'Volkhov', serif;
	font-size:x-large !important;
	text-align:center;
}
ul.clubGaiyoList li .value {
	margin-top:0;
	line-height:1.6rem !important;
}
#clubGaiyoCaption {
	margin-top:70px;
	font-size:xx-large !important;
	font-weight:bold;
	text-align:center;
	line-height:40px !important;
}
.clubGaiyoExp {
	margin:0;
	line-height:1.6rem !important;
	text-indent:1rem;
}
/* お問い合わせ・お申し込み（新規会員権募集） */
dl#inquiry2 {
	width:900px;
	margin:0 auto;
	padding:0;
}
dl#inquiry2 dt {
	width:240px;
	float:left;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:52px;
}
dl#inquiry2 dd {
	width:calc(100% - 240px);
	float:left;
	margin:0 0 15px 0;
	padding:0;
}
dl#inquiry2 dt span {
	font-size:small;
}
dl#inquiry2 dt span.red {
	color:#c00;
	background-color:#060606 !important;
}
dl#inquiry2 dd input[type=text], dl#inquiry2 dd input[type=email], dl#inquiry2 dd textarea {
	width:100%;
	margin:0;
	border-radius:5px;
	font-size:16px;
}
dl#inquiry2 dd select {
	padding:15px;
	font-size:16px;
	border-radius:5px;
}
dl#inquiry2 dd input[type=text].text120px {
	width:120px !important;
}
dl#inquiry2 dd input[type=tel] {
	font-size:16px;
	width:260px;
	border-radius:5px;
}
/* アクセス */
section#access {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
}
section#access .inner {
	width:1080px;
	margin:0 auto;
}
#accessIntro {
	width:100%;
}
#accessIntro #aboutus {
	width:50%;
	float:left;
}
#accessIntro #aboutus li:first-child {
	display: block;
	width: 144px;
	float: left;
	margin: 0 26px 0 0;
}
#accessIntro #aboutus li:last-child {
	display: block;
	width: calc(100% - 170px);
	float: left;
	margin: 0;
}
#accessIntro #aboutus p.name {
	font-size:large;
	font-weight:bold;
}
#accessIntro #aboutus p.addr {
	font-size:medium;
}
#accessIntro .accessText {
	width:50%;
	float:left;
	padding-top:70px;
	text-align:center;
	line-height:1.7rem !important;
}
#gmap {
	width:100%;
	margin-top:20px;
}
#gmap iframe {
	width:100%;
	height:600px;
}
/* お知らせ・イベント（一覧） */
#categoryContent {
	width:1080px;
	margin:0 auto;
	padding:50px 0;
}
#categoryArticleWrap {
	display:flex;
	flex-wrap: wrap;	
}
#categoryArticleWrap article {
	width:32%;
	margin:0 2% 50px 0;
}
#categoryArticleWrap article:nth-child(3n) {
	margin-right:0;
}
#categoryArticleWrap article .img {
	position: relative;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
}
#categoryArticleWrap article .img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
#categoryArticleWrap article .img img {
	position: absolute;
	top: 0;
	width:100%;
	height: 100%;
	margin-bottom:0;
	object-fit: cover;
	transition:1s all;
}
#categoryArticleWrap article .img img:hover {
	transform:scale(1.1,1.1);
	transition:1s all;
}
#categoryArticleWrap article h2.entry-title {
	margin:10px 0 0 0;
	font-size:large;
	font-weight:bold;
}
#categoryArticleWrap article h2.entry-title a {
	color:#fff;
	text-decoration:none;	
}
#categoryArticleWrap article p.date {
	margin:0;
	text-align:right;
}
#categoryArticleWrap article p.date time {
	font-size:small;
	color:#999;
}
#categoryArticleWrap article .excerpt {
	margin:10px 0 0 0;
}
#categoryArticleWrap article .excerpt span p {
	margin:0;
}
#categoryArticleWrap article .excerpt span p a {
	color:#fff;
	text-decoration:none;
}
.nav-previous {
	display:inline-block;
    text-align: right;
    float: right;
}
.nav-next {
	display:inline-block;
    text-align: left;
    float: left;
}
.nav-previous a, .nav-next a {
	padding:10px;
	border:1px solid #999;
	color:#fff;
}
.nav-previous a:hover, .nav-next a:hover {
	background-color:#ccc;	
	color:#333 !important;
}

/* お知らせ・イベント（個別記事） */
#singleContentWrap {
	width:1080px;
	margin:0 auto;
	padding:50px 0 70px 0;
}
#singleContent {
	width:100%;
}
#singleContent article {
	border-bottom:1px solid #999;	
}
#singleContent article .dateBlock {
	width:100px;
	height:90px;
	margin-bottom:1rem;
	padding:10px 5px;
	background-color:#1a394c;
	border-radius:10px;
}
#singleContent article .dateBlock time.entry-date-Y {
	display:block;
	padding-top:10px;
	text-align:center;
	color:#ddd;
	font-family: 'Pinyon Script', cursive;
	font-weight:bold;
}
#singleContent article .dateBlock time.entry-date-md {
	display:block;
	padding-top:9px;
	text-align:center;
	font-size:x-large;
	color:#ddd;
	font-family: 'Pinyon Script', cursive;
	font-weight:bold;
}
#singleContent article h1.entry-title {
	border-bottom:1px solid #999;
	font-size:x-large;
}
#singleContent article h1.entry-title a {
	color:#ccc !important;
}
.entry-summary .left {
	width:15%;
	float:left;
	margin-right:2%;
}
.entry-summary .right {
	width:83%;
	float:left;
	text-align:left;
}
#singleContent .entry-content .left {
	width:30%;
	float:left;
	margin-right:3%;
}
#singleContent .entry-content .right {
	width:67%;
	float:left;
	text-align:left;
}
.entry-summary .right p, #singleContent .entry-content .right p {
	margin:0 0 1.5rem 0;
}
.entry-summary .left img, #singleContent .entry-content .left img {
	max-width:100%;
}
#singleContent table {
	border-collapse:collapse;
}
#singleContent table th, #singleContent table td {
	border:1px solid #999;
}
#singleContent a {
	color:#fff;
}
/* FAQ */
section#faqWrap1, section#faqWrap2, section#faqWrap3, section#faqWrap4 {
	max-width:1920px;
	width:100%;
	margin:0 auto;	
	padding:0;
}
section#faqWrap1 .inner, section#faqWrap2 .inner, section#faqWrap3 .inner, section#faqWrap4 .inner {
	width:1080px;
	margin:0 auto;	
}
section#faqWrap1 {
	background-image:url('https://esv-club.com/images/faq1.jpg');
	background-repeat:no-repeat;
	background-position:left;
	padding-top:50px;
}
section#faqWrap2 {
	background-image:url('https://esv-club.com/images/faq2.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
section#faqWrap3 {
	background-image:url('https://esv-club.com/images/faq3.jpg');
	background-repeat:no-repeat;
	background-position:left;
}
section#faqWrap4 {
	background-image:url('https://esv-club.com/images/faq4.jpg');
	background-repeat:no-repeat;
	background-position:right;
	padding-bottom:50px;
}
dl.faq dt {
	margin:0;
	padding:0 0 0 1.5rem;
	text-indent:-1.5rem;
	font-size:large;
	color:#b7c7d8;
}
dl.faq dd {
	margin:0 0 2rem 0;
	padding:0 0 0 2rem;
	text-indent:-2rem;
}
dl.faq dt::before {
	content:"Q ";
	font-family: 'Volkhov', serif;
	font-size:xx-large;
}
dl.faq dd::before {
	content:"A ";
	font-family: 'Volkhov', serif;
	font-size:xx-large;
}
/* ご来場時のお願い */
section#request {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:0;
}
section#request .inner {
	width:1080px;
	margin:25px auto 50px auto;	
}
dl#covid19 {
	margin:1rem 0 0 0;
	padding:0;
}
dl#covid19 dt {
	margin-top:10px;
	font-size:large;
	color:#b7c7d8;
}
dl#covid19 dd {
	margin:0 0 1.2rem 2rem;
}

/* 予約システム変更案内 */
section#rsvinfo {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:0;
}
section#rsvinfo .inner {
	width:1080px;
	margin:25px auto 50px auto;	
}
ol#rsvinfoList {
	margin:30px 0 0 0;
	list-style: decimal inside;;
}
ol#rsvinfoList li {
	margin:1.5rem 0;
	padding: 0 0 0 1.3rem;
	text-indent:-1.3rem;
	font-weight:bold;
	font-size:large;
	color: #b7c7d8;
}
ol#rsvinfoList li:last-child {
	margin-bottom:5px;
}
#rsvinfoExp p {
	margin:0 0 0 1.3rem;
	line-height:1.8rem !important;
}
#rsvinfoBtnWrap {
	margin:50px 0;
}
/* お問い合わせ */
section#inquiryWrap {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:70px 0;
}
section#inquiryWrap .inner {
	width:1080px;
	margin:0 auto;	
}
dl#inquiry {
	width:900px;
	margin:0 auto;
	padding:0;
}
dl#inquiry dt {
	width:200px;
	float:left;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:52px;
}
dl#inquiry dd {
	width:calc(100% - 200px);
	float:left;
	margin:0 0 15px 0;
	padding:0;
}
dl#inquiry dt span {
	font-size:small;
}
dl#inquiry dt span.red {
	color:#c00;
	background-color:#060606 !important;
}
dl#inquiry dd input[type=text], dl#inquiry dd input[type=email], dl#inquiry dd textarea {
	width:100%;
	margin:0;
	border-radius:5px;
}
.submitBtn {
	text-align:center;
}
.submitBtn input[type=submit] {
	padding: 15px 15px 12px 35px;
	border-radius:5px;
	font-family: suns-serif;
	letter-spacing:1rem;
	text-align:center;
}
/* 個人情報保護方針 */
section#privacy {
	max-width:1920px;
	width:100%;
	margin:0 auto;
	padding:50px 0;
}
section#privacy .inner {
	width:1080px;
	margin:0 auto;	
}
dl#privacy_list dt, dl#terms_list dt {
	margin-top:1.5rem;
	color:#b7c7d8;
}
dl#privacy_list dd p, dl#terms_list dd p {
	margin:0;
}
dl#terms_list dd strong {
	font-weight:normal;
}
dl#terms_list dd .indent {
	margin:0 0 0.5rem 20px;
}
dl#privacy_list dd span {
	color:#b7c7d8;
}
ol[type=A].privacy_level_1st {
	margin:5px 0 0 20px;
	list-style: upper-alpha outside;
	list-style-type: upper-alpha;
}
ol.privacy_level_1st {
	margin:5px 0 0 20px;
	list-style: decimal outside;
	list-style-type:decimal;	
}
ol[type=a].privacy_level_2nd_lower {
	margin:0 0 5px 20px;
	list-style: lower-alpha outside;
	list-style-type: lower-alpha;
}
ol[type=A].privacy_level_2nd_upper {
	margin:0 0 5px 20px;
	list-style: upper-alpha outside;
	list-style-type: upper-alpha;
}
ol.privacy_level_1st li, ol.privacy_level_2nd_lower li, ol.privacy_level_2nd_upper li {
	margin:0;
	line-height:1.4rem;
}
#privacy_address {
	margin-top:2rem;
}
ol.cntList {
	margin:0;
}
ol.cntList li, ol.cntList2 li {
	margin:0;
	padding-left:1.5rem;
	text-indent:-1.5rem;
	line-height:1.4rem;
	list-style-type: none;
	counter-increment: cnt;
}
ol.cntList li::before, ol.cntList2 li::before {
	content: "(" counter(cnt) ") ";
}
ol.cntList2 {
	margin:0;
	counter-reset: cnt 9;
}
ul.termsList {
	margin:0;
	list-style: disc inside;
	list-style-type:disc;
}
ul.termsList li {
	margin:0;
	list-style-type:disc;
	padding: 0 0 0 1rem;
	text-indent:-1rem;
}
ol.irohaList {
	margin:0 0 5px 30px;
	list-style: katakana-iroha inside;
	list-style-type:katakana-iroha;
}
ol.irohaList li {
	margin:0;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	list-style-type:katakana-iroha;
	line-height:1.5rem !important;
}
#stayKiyaku {
	margin-top:80px;
	font-size:x-large !important;
	font-weight:bold;
	text-align:center;
}
/* lightbox2 修正 */
.lb-outerContainer {
	max-width:90% !important;
}

/* ペット（犬）宿泊に関する規約 */
h4#stayPet {
	font-size:x-large !important;
	text-align:center;
}
ul.petList1, ul.petList2 {
	margin:0 !important;
	padding:0;
}
ul.petList1 li {
	list-style-type: none !important;
	padding-left:1.1rem;
	text-indent:-1.1rem;
	color:#b7c7d8;
}
ul.petList1 li::before, .petSub::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c8\00a0';
	font-weight:900;
}
ul.petList2 li {
	list-style-type: disc !important;
	margin:0 0 0 40px;
}
ul.petList2 li p {
	display:none;
}
ul.petListSub {
	margin:0 !important;
	padding:0;
}
ul.petListSub li {
	list-style-type: none !important;
	margin:0;
	padding-left:1rem;
	text-indent:-1rem;
}
ul.petListSub li::before {
	content: '※';
}
.petSub {
	margin:30px 0 0 0;
	color:#b7c7d8;
}
#petSign {
	margin-top:30px;
}
a.consentForm {
	color:#fff;
}

/* Add */
.new-web-member-link {
	display: block;
    background: #cddc39;
    padding: 1rem;
    color: #004d40;
    text-decoration: none;
    border: 4px solid #cddc39;
    width: 90%;
    margin: 2rem auto;
    font-weight: bold;
    font-size: 1.15rem;
	transition: 0.4s ease;
}

.new-web-member-link:hover {
	background: #c0ca33;
	border: 4px solid #fff;
}

.position_re {
	position: relative;
}

.name-note {
	background: #0C1D28;
	font-size: 0.8rem !important;
	display: block;
	line-height: 1.2;
	margin: 0 !important;
	padding: 5px 20px 5px 10px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

/* メディアクエリー */
@media (min-width: 1921px) {
	#topReserveCircle {
		top:843px !important;
	}
	#topReserveCircle2 {
		top:843px !important;
	}
	#headerPhotoWrap, #headerPhotoWrap #headerPhoto {
		height:381px;
	}
}
@media (max-width: 1104px) {
	#foot, #copyright .inner {
		width:98%;
	}
	ul#footerContentList {
	  width: 98%;
	}
	ul#footerContentList li {
		width: 25%;
		height:24.5vw;
	}
	ul#footerContentList li .img {
		margin-top: -14.5vw;
	}
	#topReserveCircle {
		top: calc(39.8vw + 74px) !important;
		right: 25%;
	}
	#topReserveCircle2 {
		right: 5%;
	}
	section#top1 .inner, section#top2 .inner, section#top3 .inner, section#top4 .inner, section#top5 .inner, section#top6 .inner {
		width: 98%;
	}
	ul#topContentList {
		height:48.1vw;
	}
	ul#topContentList li {
		width: 25%;
  		height: 41.6vw;
	}
	ul#topContentList li a {
		height: 41.6vw;
	}
	#headerPhotoWrap #headerEn {
		left: 10px;
	}
	#headerPhotoWrap #headerJa {
		left: 10px;
	}
	section#golf1 .inner, section#golf2 .inner, section#golf3 .inner {
		width: 98%;
	}
	section#guide1 {
		background-size:50%;
		background-position:right bottom;
	}
	section#guide1 .inner {
		width: 98%;
	}
	section#course .inner, section#courseout .inner, section#coursein .inner {
		width: 98%;
	}
	#courseIntro .left {
		width: 40%;
	}
	#courseIntro .right {
		width: calc(60% - 30px);
		margin-left: 30px;
	}
	#courseIntro .right p.introText {
		line-height: 1.5rem;
	}
	section#facility1 .inner, section#facility2 .inner, section#facility3 .inner, section#facility4 .inner, section#facility5 .inner {
		width: 98%;
	}
	section#hotel .inner {
		width:98%;
	}
	section#rest0 .left, section#rest0 .right {
		width: calc( (100% - 420px) / 2);
	}
	section#rest0 .middle {
		width:420px;
	}
	section#rest1 .inner, section#rest2 .inner, section#rest3 .inner {
		width: 98%;
	}
	section#wanted .inner {
		width: 98%;
	}
	section#access .inner {
		width: 98%;
	}
	#accessIntro #aboutus {
		width: 100%;
		float: none;
	}
	#accessIntro .accessText {
		width: 100%;
		float: none;
		padding-top: 50px;
	}
	section#request .inner {
		width: 98%;
	}
	section#rsvinfo .inner {
		width: 98%;
	}
	section#faqWrap1 .inner, section#faqWrap2 .inner, section#faqWrap3 .inner, section#faqWrap4 .inner {
		width: 98%;
	}
	section#privacy .inner {
		width: 98%;
	}
	section#inquiryWrap .inner {
		width: 98%;
	}
	#singleContentWrap {
	    width: 98%;
	}
	#categoryContent {
		width: 98%;
	}
	section#privacy {
	    width: 98%;
	}
}
@media (max-width: 1024px) {
	#header {
		height:108px;
	}
	#header .inner {
		width: 760px;
		margin: 15px auto;
	}
	#header .inner #headerRight, #header .inner .middle {
		width:660px;
		margin:0 0 0 18px;
	}
	#header .inner #smIcon {
		float:none;
		margin:0;
		margin-left:calc(100% - 100px);
	}
	#header .inner #smIcon li {
		padding-top: 0;
	}
	#header .inner .middle #smIcon2 {
		/* width:170px; */
		width:320px;
		float:none;
		margin:0;
		/* margin-left:calc(100% - 180px); */
		margin-left:calc(100% - 320px);
	}
	#header .inner .middle #smIcon2 li {
		padding-top:10px;
	}
	#header .inner .middle #smIcon2 li.tabletBtn {
		display:block;
		width:100px;
		float:left;
		padding:5px 0;
		margin-right:0;
		background-color:#114486;
		font-weight:bold;
		text-align:center;
		border-radius:5px;
		border:2px solid #114486;
	}
	#header .inner .middle #smIcon2 li.tabletBtn:hover {
		background-color:#0e3364;
		border:2px solid #fff;
	}
	#header .inner .middle #smIcon2 li.tabletBtn2 {
		display:block;
		width:100px;
		float:left;
		padding:5px 0;
		margin-left: 10px;
		margin-right:0;
		background-color:#118fb8;
		font-weight:bold;
		text-align:center;
		border-radius:5px;
		border:2px solid #118fb8;
	}
	#header .inner .middle #smIcon2 li.tabletBtn2:hover {
		background-color:#0c6f8f;
		border:2px solid #fff;
	}
	#header .inner .middle #smIcon2 li a {
		display:block;
		width:100%;
		height:auto;
		color:#fff;
		text-decoration:none;
	}
	#header .inner #globalMenu {
		width:660px;
		float:none;
	}
	#header .inner #globalMenu li, #header .inner .middle #globalMenu2 li {
		margin-right:0;
		/* padding: 5px 8px 2px 8px; */
		padding: 5px 8px 2px 9px;
		font-size:0.9rem;
	}
	#header .inner .right {
		display:none;
	}
	#footMenu {
		float: none;
		margin: 0 auto 50px auto;
	}
	#footerRight {
		float: none;
		margin: 0 auto;
	}
	#topReserveCircle {
		top: calc(39.8vw + 74px);
		
	}
	#topReserveCircle2 {
		top: calc(39.8vw + 74px);
	}

	#topPhoto, #headerPhotoWrap {
		margin-top:108px;
	}
	ul#topContentList {
		padding-top: 90px;
	}
	ul#topContentList li .exp {
		top: -50px;
	}
	section#top3 .inner{
		margin-top:20px;
	}
	ul.clubGaiyoList li .name {
		margin-bottom:1rem;
	}
	ul.clubGaiyoList li .value {
		font-size:0.9rem !important;
		line-height:1.4rem !important;
	}
}
@media (max-width: 924px) {
	ul#topContentList {
		padding-top: 110px;
	}
	ul#topContentList li .exp {
		top: -70px;
	}
	section#top3 .inner{
		margin-top:40px;
	}
	dl#inquiry, dl#inquiry2 {
		width: 100%;
	}
}
@media (max-width: 890px) {
	ul.restItemList li .name {
		font-size: large !important;
	}
	ul.restItemList li .price span {
		font-size: medium !important;
	}
	ul.clubGaiyoList li:first-child {
		width:46%;
	}
	ul.clubGaiyoList li:nth-child(2), ul.clubGaiyoList li:last-child {
		width:25%;
		padding-top:2rem;
	}
	#madoguchiWrap {
		width:410px;
		margin:50px auto;
	}
	#madoguchiWrap .left, #madoguchiWrap .right {
		width:100%;
		float:none;
	}
	#madoguchiWrap .right {
		margin-top:2rem;
	}
	/* Add */
	.name-note {
		display: none;
	}
}
@media (max-width: 824px) {
	ul#topContentList {
		padding-top: 130px;
	}
	ul#topContentList li .exp {
		top: -90px;
	}
	section#top3 .inner{
		margin-top:50px;
	}
}
@media (max-width: 767px) {
	#header {
		height:66px;
	}
	#header .inner {
		display:none;
	}
	#header .spInner {
		display:block;
		width:100%;
		margin:10px auto;
	}
	#spLogo {
	    width: 50px;
    	float: left;
		margin-left:5px;
	}
	#spMenuBtn {
		width:30px;
		height:45px;
		float:right;
		margin-right:15px;
		padding-top:3px;
		font-size:20pt;
	}
	#spMenuBtn-b {
		width:30px;
		height:45px;
		float:left;
		margin-left:5px;
		padding-top:3px;
		font-size:20pt;
	}
	#spMenu, #spMenu-b {
		clear: both;
		display:none;
		background-color:#3a3a3a;
		margin:0;
		padding:0;
		list-style:none;
		border-top:5px solid #030B20;
	}
	#spMenu a, #spMenu-b a {
		display:block;
		color:#ccc;
		font-size:small;
		text-decoration:none;
		border-bottom:1px dashed #666;
	}
	#spMenu a:hover, #spMenu-b a:hover {
		background-color:#545454;
	}
	#spMenu a:last-child, #spMenu-b a:last-child {
		border-bottom:none;
	}
	#spMenu li, #spMenu-b li {
		height:30px;
		padding-left:15px;
		line-height:30px;
		text-align:left;
	}
	#spMenu li#parent-golf, #spMenu li#parent-hotel, #spMenu li#parent-rule {
		font-size:0.9rem;
		border-bottom:1px dashed #666;
	}
	#spMenu li#parent-golf:hover, #spMenu li#parent-hotel:hover, #spMenu li#parent-rule:hover {
		cursor:pointer;
	}
	#spMenu a.child-golf, #spMenu a.child-hotel, #spMenu a.child-rule {
		display:none;
	}
	#spMenu a.child-golf li, #spMenu a.child-hotel li, #spMenu a.child-rule li {
		border-bottom:1px dashed #666;		
	}
	#panel-btn, #panel-btn-b {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
	}
	#panel-btn:hover, #panel-btn-b:hover {
		background: #dedede;
	}
	#panel-btn-icon, #panel-btn-icon-b {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #404040;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after, #panel-btn-icon-b:before, #panel-btn-icon-b:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #404040;
		transition: .3s;
	}
	#panel-btn-icon:before, #panel-btn-icon-b:before {
		margin-top: -6px;
	}
	#panel-btn-icon:after, #panel-btn-icon-b:after {
		margin-top: 4px;
	}
	#panel-btn .close, #panel-btn-b .close {
 		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after, #panel-btn-b .close:before, #panel-btn-b .close:after {
 		margin-top: 0;
	}
	#panel-btn .close:before, #panel-btn-b .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after, #panel-btn-b .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	#headerPhotoWrap, #headerPhotoWrap #headerPhoto, #headerPhotoWrap #headerPhoto img {
		height: 25vw;
	}
	#headerPhotoWrap #headerEn {
		font-size: 64px;
	}
	#headerPhotoWrap #headerJa {
    	bottom: 22px;
	}
	#topPhoto, #headerPhotoWrap {
	    margin-top: 66px;
	}
	#topReserveCircle {
    	width: 90px;
    	height: 90px;
	    top: calc(39.8vw + 19px);
	}
	#topReserveCircle a {
	    width: 90px;
    	height: 90px;
	}
	#topReserveCircle a::after {
    	top: 30px;
	}
	#topReserveCircle2 {
    	width: 90px;
    	height: 90px;
	    top: calc(39.8vw + 74px);
	}
	#topReserveCircle2 a {
	    width: 90px;
    	height: 90px;
	}
	#topReserveCircle2 a::after {
    	top: 30px;
	}
	#gmap iframe {
		height: 450px;
	}
	dl#bosyuYoko {
		width: 100%;
	}
	dl#bosyuYoko dt {
		width: 100%;
		float: none;
		margin:0;
		text-align: left;
	}
	dl#bosyuYoko dt::before {
		font-family: "Font Awesome 5 Free";
		content: '\f0da\00a0';
		font-weight: bold;
	}
	dl#bosyuYoko dd {
		width: calc(100% - 2rem);
		float: none;
		margin:0 0 1rem 2rem;
	}
	dl#bosyuYoko dt span {
		display:inline;
	}
	#clubGaiyoCaption {
		font-size: x-large !important;
		line-height: 32px !important;
	}
}
@media (max-width: 700px) {
	ul#footerContentList li dl dt, ul#topContentList li dl dt {
		font-size:24px;
	}
	ul#cards {
		width: 330px;
	}
}
@media (max-width: 640px) {
	html, body {
		font-size:14px;
	}
	ul#footerContentList li {
    	width: 50%;
    	height: 49vw;
	}
	ul#footerContentList li img {
		width:100%;
	}
	ul#footerContentList li a {
	    height: 49vw;
	}
	#footMenu {
  		width: 100%;
	}
	#footerRight {
	    width: 100%;
	}
	#footerRight #footAddress {
		width: calc(100% - 160px);
	}
	#copyright .inner .left {
    	width: 100%;
    	float: none;
		margin-bottom:10px;
	}
	/* トップページ */
	section#top1 .inner .left {
	    width: 100%;
    	float: none;
	    margin: 0 0 3rem 0;
	}
	section#top1 .inner .right {
    	width: 100%;
    	float: none;
	}
	section#top2 {
		background-image: none;
    	background-color: #16293A;
	}
	ul#topContentList {
		height: auto;
		padding-top: 50px;
	}
	ul#topContentList li {
		position: relative;
		float: none;
		width: 100%;
		height: 200px;
		overflow:hidden;
		border-bottom:8px solid #16293A;
	}
	ul#topContentList li:last-child {
		border-bottom:none;
	}
	ul#topContentList li:hover {
		background-color:#2c4256;
	}
	ul#topContentList li:hover img {
		transform:scale(1.1,1.1);
		transition:1s all;
	}
	ul#topContentList li .img {
	    position: static;
	    width: 200px;
		height:330px;
		margin-top:-130px;
		overflow:hidden;
	}
	ul#topContentList li dl {
	    top: 30px;
	    right: auto;
    	bottom: auto;
	    left: 220px;
	    width: calc(100% - 220px);
    	margin: 0;
		z-index:3;
	}
	ul#topContentList li dl dt, ul#topContentList li dl dd {
    	text-align: left;
	}
	ul#topContentList li .exp {
	    top: 90px;
	    right: auto;
    	bottom: auto;
	    left: 220px;
	    width: calc(100% - 220px);
    	padding:0;
    	-ms-writing-mode: lr-tb;
    	writing-mode: horizontal-tb;
	    color: rgba(255,255,255,1);
	}
	ul#topContentList li a {
		height: 200px;
		background-color:rgba(24,42,58,0);
		z-index:4;
	}
	ul#topContentList li:hover .exp {
		background-color:rgba(24,42,58,0);
	}
	#topgmap iframe {
		height: 320px;
	}
	#topMember {
    	width: 100%;
    	float: none;
	}
	#topReserve {
	    width: 100%;
    	float: none;
    	padding: 20px 0;
	}
	/* ゴルフ場（ご利用案内） */
	#courseIntro .left {
    	width: 100%;
		float:none;
		margin-bottom:1.5rem;
		text-align:center;
	}
	#courseIntro .left img {
		max-width:466px;
	}
	#courseIntro .right {
	    width: 100%;
    	margin-left: 0;
		float:none;
	}
	.golfSec .left {
	    width: 100% !important;
    	float: none;
		padding: 50px 60px;
	}
	.golfSec .right {
	    width: 100% !important;
    	float: none;
	}
	.golfSec .right .golfBtn {
	    margin: 30px auto;
	}
	/* ゴルフ場（コースガイド） */
	.holeDetail .left {
	    width: calc(100% - 170px) !important;
	}
	.holeDetail .right {
    	width: 160px !important;
		margin: 0 0 0 10px;
	}
	.holeDetail .left .photo {
	    width: 100%;
    	float: none;
    	margin: 0 0 3px 0;
	}
	.holeDetail .left .video {
    	width: 100%;
	    float: none;
	}
	/* ゴルフ場（施設案内） */
	.facilityItemLP .text, .facilityItemLP .photo, .facilityItemRP .text, .facilityItemRP .photo {
	    width: 100%;
    	float: none;
	}
	.facilityItemLP .text, .facilityItemRP .text {
		margin-bottom:1rem;
	}
	/* レストラン */
	ul.restItemList {
		display:flex;
		flex-wrap:wrap;
	}
	ul.restItemList li {
	    width: 49%;
    	float: none;
    	margin: 0 auto 2rem auto;
	}
	ul.restItemList li:nth-child(3n) {
    	margin-right: auto;
	}
	ul.restItemList li .name {
		font-size: medium !important;
	}
	ul.drink li {
	    width: 48%;
	}
	/* アクセス */
	#gmap iframe {
		height: 320px;
	}
	#wantedSubHeaderWrap .left {
		width: 100%;
		float: none;
		padding-left:0;
	}
	#wantedSubHeaderWrap .right {
		margin-bottom:30px;
		padding-top:0;
	}
	/* FAQ */
	dl.faq dt::before, dl.faq dd::before {
	    font-size: x-large;
	}
	dl.faq dt {
	    font-size: medium;
	}
	/* お問い合わせ */
	dl#inquiry dt, dl#inquiry2 dt {
	    width: 100%;
    	float: none;
    	margin: 0 0 10px 0;
    	font-weight: normal;
		line-height:1.3rem;
		clear:both;
	}
	dl#inquiry dt::before, dl#inquiry2 dt::before {
		font-family: "Font Awesome 5 Free";
		content: '\f0da\00a0';
		font-weight:bold;
	}
	dl#inquiry dd, dl#inquiry2 dd {
    	width: 90%;
    	float: right;
    	margin: 0 0 35px 0;
	}
	/* お知らせ・イベント（一覧） */
	#categoryArticleWrap article {
	    width: 49%;
    	margin: 0 2% 50px 0;
	}
	#categoryArticleWrap article:nth-child(3n) {
    	margin-right: auto;
	}
	#categoryArticleWrap article:nth-child(2n) {
    	margin-right: 0;
	}
	#singleContent .entry-content .left {
	    width: 100%;
    	float: none;
	    margin: 0 0 30px 0;
	}
	#singleContent .entry-content .right {
	    width: 100%;
    	float: none;;
	}
	#singleContent .entry-content .left img {
		margin:0 auto;
	}
	/* ご来場時のお願い */
	dl#covid19 dt {
		font-size:medium;
	}
}
@media (max-width: 480px) {
	#footMenu {
  		width: 300px;
		margin: 0 auto 20px auto;
	}
	#footMenu li {
		display: block;
		width:calc(50% - 1rem);
		margin:0 1rem 0.8rem 0;
	}
	#footMenu li p {
		margin: 0 0 0.8rem 0;
	}
	#footerRight #footBtnWrap {
		width: 80%;
		float: none;
		margin:0 auto 35px auto;
	}
	#footerRight #footAddress {
		width: 300px;
		float: none;
		margin:0 auto;
	}
	#topReserveCircle {
    	width: 70px;
    	height: 70px;
	    top: calc(39.8vw + 29px);
	}
	#topReserveCircle a {
	    width: 70px;
    	height: 70px;
	}
	#topReserveCircle a::after {
    	top: 20px;
		left: -10px;
		font-size: 1rem;
		letter-spacing: 0rem;
	}
	#topReserveCircle2 {
    	width: 70px;
    	height: 70px;
	    top: calc(39.8vw + 74px);
	}
	#topReserveCircle2 a {
	    width: 70px;
    	height: 70px;
	}
	#topReserveCircle2 a::after {
    	top: 20px;
		left: -10px;
		font-size: 1rem;
		letter-spacing: 0rem;
	}
	ul#topContentList li {
	    height: 150px;
	}
	ul#topContentList li .img {
	    width: 150px;
    	height: 250px;
    	margin-top: -100px;
	}
	ul#topContentList li dl {
		top:10px;
	    left: 170px;
    	width: calc(100% - 170px);
	}
	ul#topContentList li .exp {
		top:70px;
	    left: 170px;
	    width: calc(100% - 170px);
	}
	ul#topContentList li a {
    	height: 150px;
	}
	ul#aboutus {
		width: 100%;
		float: none;
		padding: 25px;
	}
	ul#aboutus li:first-child {
		margin: 0 16px 0 0;
	}
	ul#aboutus li:last-child {
		width: calc(100% - 160px);
	}
	#golfIntro {
		width:98%;
		margin:50px auto;
	}
	#golfIntro p {
	    text-align: left;
	}
	.holeDetail .left {
    	width: calc(100% - 130px) !important;
	}
	.holeDetail .right {
	    width: 120px !important;
	}
	.holeDetail .right table {
    	width: 120px;
	}
	ul.clubGaiyoList li:first-child {
		width:100%;
		margin:0 0 0.5rem 0;
	}
	ul.clubGaiyoList li:nth-child(2), ul.clubGaiyoList li:last-child {
		width:49%;
		padding-top:0;
	}
}
@media (max-width: 430px) {
	#headerPhotoWrap, #headerPhotoWrap #headerPhoto, #headerPhotoWrap #headerPhoto img {
		height: 30vw;
	}
	#headerPhotoWrap #headerEn {
		font-size: 64px;
	}
	#headerPhotoWrap #headerJa {
    	bottom: 22px;
		font-size:x-large;
	}
	ul#cards {
	    width: 320px;
	}
	section#rest0 .middle {
	    width: 98%;
		padding:30px 0;
	}
	#restCaption {
    	font-size: large !important;
    	font-weight: bold;
	}
	section#rest0 .middle dl {
    	width: 290px;
	}
	section#rest0 .middle dl dt {
	    width: 100%;
    	float: none;
		clear:both;
	}
	section#rest0 .middle dl dd {
	    width: 90%;
    	float: right;
    	margin: 0 0 1rem 0;
		text-align:left;
	}
	ul.restItemList {
		width:90%;
		margin: 2rem auto 0 auto;
	}
	ul.restItemList li {
    	width: 100%;
	    margin: 0 auto 1.5rem auto;
	}
	.drinkWrap {
		width:90%;
		margin:2rem auto 3rem auto;
	}
	ul.drink {
	    width: 90%;
    	margin: 0 auto;
	}
	ul.drink li {
    	width: 100%;
	}
	/* お知らせ・イベント（一覧） */
	#categoryArticleWrap article {
	    width: 100%;
    	margin: 0 auto 50px auto;
	}
	#categoryArticleWrap article:nth-child(3n) {
    	margin-right: auto;
	}
	#categoryArticleWrap article:nth-child(2n) {
    	margin-right: auto;
	}
	#categoryArticleWrap  article .img {
		height:60vw;
	}
	#categoryArticleWrap article .img::before {
	    padding-top: 60%;
	}
	#madoguchiWrap {
		width:100%;
	}
	.madoguchi {
		width: calc(100% - 36px);
		padding: 15px;
	}
}
@media (max-width: 400px) {
	ul#topContentList li {
	    height: 115px;
	}
	ul#topContentList li .img {
	    width: 100px;
    	height: 166px;
    	margin-top: -66px;
	}
	ul#topContentList li dl {
		top: 0;
	    left: 112px;
    	width: calc(100% - 112px);
	}
	ul#topContentList li dl dt {
		font-size: large;
		line-height:1.4rem;
	}
	ul#topContentList li .exp {
		top: 55px;
	    left: 112px;
	    width: calc(100% - 112px);
		font-size:0.9rem;
	}
	ul#topContentList li a {
    	height: 100px;
	}
	#topgmap, ul#aboutus {
  		width: 100%;
		padding: 2%;
	}
	ul#aboutus li:first-child {
		width: 80px;
	}
	ul#aboutus li:last-child {
		width: calc(100% - 96px);
	}
	#top4 ul#aboutus li:first-child {
		width: 90px;
	}
	#top4 ul#aboutus li:last-child {
		width: calc(100% - 110px);
	}
	#top4 ul#aboutus img {
		width: 90px;
	}
	.topicons p.iconEn {
		font-size: large !important;
		letter-spacing: 0;
	}
	.topicons p.iconArrow i {
		font-size: 32px;
	}
}
@media (max-width: 360px) {
	ul#cards {
	    width: 280px;
	}
	.holeDetail .left {
    	width: calc(100% - 110px) !important;
	}
	.holeDetail .right {
	    width: 100px !important;
	}
	.holeDetail .right table {
    	width: 100px;
	}
	ul.drink {
	    width: 100%;
	}
	dl#inquiry2 dd input[type=text].text120px {
		width:100px !important;
	}
}