@charset 'UTF-8';



/*------------------------------------------------------------
	下層ページ見出し
------------------------------------------------------------*/

#main-vis-area .page-ttl {
	text-align: center;
}

@media only screen and (min-width: 813px) {
	
	#main-vis-area .page-ttl {
		text-align: left;
		position: absolute;
		top: 80px;
		left: 50px;
		z-index: 50;
	}
	
}

#main-vis-area h1 {
	font: 400 2.4rem/1 'Roboto', sans-serif;
	letter-spacing: 1px;
	color: #000;
}

#main-vis-area h1 span {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 2px;
	margin-top: 10px;
}

@media only screen and (min-width: 813px) {
	
	#main-vis-area h1 {
		font-size: 4.8rem;
	}
	
	#main-vis-area h1 span {
		font-size: 1.4rem;
		margin-top: 30px;
	}
	
}


/*------------------------------------------------------------
	下層ページ コンテンツ見出し
------------------------------------------------------------*/

h2 {
	font-size: 4.5vw;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

h2:after {
	display: block;
	content: '';
	background: #000;
    width: 40px;
    height: 2px;
    position: absolute;
	bottom: -15px;
    left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 813px) {
	
	h2 {
		font-size: 2.6rem;
		letter-spacing: 1px;
		margin-bottom: 50px;
	}
	
	h2:after {
		bottom: -22px;
	}
		
}

h3 {
	font-size: 5.1vw;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}

@media only screen and (min-width: 813px) {
	
	h3 {
		font-size: 2.6rem;
		letter-spacing: 1px;
	}

}


h4 {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	h4 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	
}



/*------------------------------------------------------------
	コンテンツ（カラムレイアウト）
------------------------------------------------------------*/

.conts-box {
	position: relative;
	margin-bottom: 40px;
}

@media only screen and (max-width: 812px) {
	
	.page-template-page-menu #dinner.conts-box {
		margin-bottom: 0;
	}

}

@media only screen and (min-width: 813px) {
		
	.conts-box {
		min-width: 1080px;
		max-width: 1400px;
		margin: 0 auto 120px;
	}
	
}

.conts-box.fullwidth {
	width: 90%;
	margin: 0 auto 40px;
}

.page-template-page-menu .conts-box.fullwidth,
.page-template-page-facilities .conts-box.fullwidth {
	margin: 0 auto 40px;
}
	
.conts-box figure {
	margin-bottom: 35px;
}

@media only screen and (min-width: 813px) {
	
	.conts-box.fullwidth {
		min-width: 1080px;
		max-width: 1180px;
		text-align: center;
		margin: 0 auto 80px;
	}
	
}


/*------------------------------------------------------------
	コンテンツ（見出しテキスト）
------------------------------------------------------------*/


.txt-box p {
	color: #2d2d2d;
	margin-bottom: 10px;
}


.conts-box .one-half .txt-box a.button {
	margin: 30px auto;
}

@media only screen and (min-width: 813px) {
	
	.txt-box {
		text-align: center;
		margin: 0 auto;
	}
	
	.txt-box p {
		font-size: 1.6rem;
	}
	
/*
	.conts-box .one-half .txt-box {
		width: 95%;
		max-width: 540px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 auto 0 16%;
	}
	
*/
/*
	.conts-box .one-half.order-02 .txt-box{
		margin: 0 10% 0 auto;
	}
*/
	

	
	
}



/*
h3 {
	font: 500 1.6rem/1 'Roboto', sans-serif;
	text-align: center;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 40px;
	position: relative;
}

h3:after {
	content: '';
	display: block;
	background: url(../img/common/h2-line2.svg) center top no-repeat;
	background-size: contain;
	width: 138px;
	height: 7px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
*/


/*
@media only screen and (min-width: 813px) {
	
	
	
	h3 {
		font-size: 2.6rem;
		margin-bottom: 70px;
	}
	
	h3:after {
		width: 184px;
		height: 8px;
		bottom: -35px;
	}
	
	
}
*/

/*------------------------------------------------------------
	施設・個室
------------------------------------------------------------*/

#private-rooms {
	margin: 30px 0;
}

#private-rooms dl {
	margin: 10px 0 0;
	text-align: left;
}

#private-rooms dl dt {
	font-size: 1.5rem;
	font-weight: 600;
}

@media only screen and (max-width: 812px) {
	
	#private-area {
		border-top: 1px solid #ddd;
		padding-top: 50px;
	}
	
	
	#private-rooms .one-third {
		margin-bottom: 30px;
	}
	
	#private-rooms .one-third:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 813px) {
	
	#private-rooms {
		margin: 40px 0 30px;
	}
	
	
	#private-area.fullwidth {
		width: 100%;
	    max-width: 1400px;
	    margin: 0 auto 120px;
	}
	
	#private-rooms dl {
		margin: 15px 0;
	}
	
	#private-rooms dl dt {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
}

/*------------------------------------------------------------
	NEWS
------------------------------------------------------------*/

#news-list .one-third {
    margin-bottom: 30px;
    position: relative;
}

#news-list .one-third a {
	text-decoration: none;
}

#news-list .one-third figure {
	margin-bottom: 12px;
}

#news-list p.date-time {
	font-size: 1.2rem;
    margin-bottom: 5px;
    color: #ac8d6f;
}

#news-list .one-third a dl dt {
	font-size: 1.6rem;
	font-weight: 500;
    line-height: 1.8;
    margin-bottom: 5px;
}

#news-list .one-third a:hover dl dt {
	text-decoration: underline;
	color: #000;
}

#news-list .one-third dl dd {
	font-size: 1.2rem;
	line-height: 1.8;
	color: #5c5c5c;
}

@media only screen and (min-width: 813px) {

	#news-list .one-third {
		width: 31.187%;
		margin: 0 3.2195% 35px 0;
		-webkit-transition:0.2s ease-in-out;
		transition:0.2s ease-in-out;
	}
	
	#news-list .one-third:nth-child(3n) {
		margin-right: 0;
	}
	
	#news-list .one-third:hover {
		box-shadow: 0 20px 30px rgba(0,0,0,0.2);
		opacity: 0.9;
	}
	
	#news-list .one-third figure {
		margin-bottom: 16px;
	}

	#news-list .one-third p.date-time {
	    font-size: 1.3rem;
	    margin-bottom: 2px;
		padding: 0 15px;
	}
	
	#news-list .one-third dl {
		padding: 0 15px 16px;
	}
	
	#news-list .one-third a dl dt {
		font-size: 1.7rem;
	    margin-bottom: 12px;
	}

	#news-list .one-third dl dd {
		font-size: 1.3rem;
		line-height: 2;
	}
	
}

/*NEWマーク*/
article p.new-mark {
	background: #c13d3d;
	width: 38px;
	height: 38px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 38px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 20;
}

/*------------------------------------------------------------
	INFINITE SCROLL
------------------------------------------------------------*/

/*LOADERをセンターへ*/
div.malinky-ajax-pagination-loading img {
	margin: 0 auto;
}


/*------------------------------------------------------------
	個別投稿ページ ページ送り
------------------------------------------------------------*/

.single #pager-btn {
	margin-bottom: 40px;
}

.single #pager-btn .one-half {
	width: 46%;
}

.single #pager-btn .one-half:first-child {
	margin-right: 8%;
}

/*競技カレンダーボタン*/
.single-competition #pager-btn .one-half:nth-child(2n) a.button:before {
	content: none;
}

@media only screen and (min-width: 813px) {
	
	.single #pager-btn {
		margin-bottom: 60px;
	}
	
	.single #pager-btn .one-half {
		width: 40%;
	}
	
	.single #pager-btn .one-half:first-child {
		margin-right: 20%;
	}
	
	.single #pager-btn .one-half a.button {
		width: 100%;
		border-radius: 2px;
	}
	
}


/*------------------------------------------------------------
	ATTENTION
------------------------------------------------------------*/

.border-box {
	width: 90vw;
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin: 0 auto 40px;
}

.border-box p {
	text-align: left;
}

.border-box ul li {
	font-size: 1.2rem;
	text-align: justify;
	text-indent: -1em;
	padding-left: 1em;
}

.border-box ul li:not(:last-child) {
	margin-bottom: 10px;
}

@media only screen and (min-width: 813px) {
	
	.border-box p {
	}
	
	.border-box {
		max-width: 1180px;
		padding: 30px 50px;
	}
	
	.border-box ul li {
		font-size: 1.4rem;
	}
	
}



/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/

.gry-box {
	background: #f2f3f4;
	width: 100%;
	padding: 15px 18px;
	margin: 0 auto;
}

.gry-box dl dt {
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.gry-box dl dd {
	font-size: 1.2rem;
}

@media only screen and (min-width: 1081px) {
	
	.gry-box {
		text-align: center;
		padding: 30px 0;
		margin: 60px auto 0;
	}
	
	.gry-box dl dt {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	
	.gry-box dl dd {
		font-size: 1.4rem;
	}
	
}




/*------------------------------------------------------------
	404 Error
------------------------------------------------------------*/

.error-box  {
	margin: 100px 0 140px;
}

dl.error-msg {
	text-align: center;
	margin: 0 0 40px;
}

dl.error-msg dt {
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 2px;
	color: #ccc;
	margin-bottom: 20px;
}

dl.error-msg dd {
	font-size: 1.4rem;
	color: #000;
}

.error-box a.button {
	margin: 0 auto;
}

@media only screen and (min-width: 1081px) {
	
	.error-box  {
		margin: 160px 0 280px;
	}
	
	dl.error-msg {
		margin-bottom: 60px;
	}
	
	dl.error-msg dt {
		font-size: 4rem;
		margin-bottom: 40px;
	}
	
	dl.error-msg dd {
		font-size: 1.5rem;
	}
		
		
}

