@charset "UTF-8";

/*
* “うつくし明朝体” licensed under the IPA Font License Agreement v1.0
* https://www.flopdesign.com/freefont/utsukushi-mincho-font.html
* http://ipafont.ipa.go.jp/
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html
*/
@font-face {
	font-family: 'Utsukushi';
	src: url('../font/utsukushi/UtsukushiMincho.eot?#iefix') format('embedded-opentype'), url('../font/utsukushi/UtsukushiMincho.woff') format('woff'), url('../font/utsukushi/UtsukushiMincho.woff2') format('woff2'), url('../font/utsukushi/UtsukushiMincho.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*body {
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1030px;
	border-top: 4px solid #987518;
}
*/

main {
	font-family: 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.75;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1030px;
	border-top: 4px solid #987518;
}


.inner {
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.txt-serif {
	font-family: "Utsukushi", serif;
}

.vis-sp,
.vis-tb {
	display: none;
}

.content {
}

.content:before {
	content: "";
	display: block;
	width: 100%;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

body.-cultural .content:before {
	background-image: url('../img/img-header-cultural.jpg');
}

body.-sports .content:before {
	background-image: url('../img/img-header-sports.jpg');
}

body.-hotel .content:before {
	background-image: url('../img/img-header-hotel.jpg');
}

body.-other .content:before {
	background-image: url('../img/img-header-other.jpg');
}

.main_sec {
	padding: 60px 0 100px;
}

.main_ttl {
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}

.cmnscroll {
}

.cmnscroll::-webkit-scrollbar-thumb {
	background: #987418;
}

.cmnscroll::-webkit-scrollbar-corner {
	background: #987418;
}

.cmnscroll::-webkit-scrollbar {
	width: 5px;
	background: #eee;
}

.cmnscroll::-webkit-scrollbar:horizontal {
	height: 5px;
}

.cmnscroll::-webkit-scrollbar-button {
	width: 5px;
	height: 5px;
	background: #666;
}

.cmnscroll::-webkit-scrollbar-piece {
	background: #eee;
}

.cmnscroll::-webkit-scrollbar-piece:start {
	background: #eee;
}

.cmntbl {
	width: 100%;
	margin-top: 40px;
}

.cmntbl:first-child {
	margin-top: 0;
}

.cmntbl caption {
	text-align: left;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1;
	padding-top: 10px;
}

.cmntbl th,
.cmntbl td {
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	padding: 10px;
}

.cmntbl td.-center {
	text-align: center;
}

.cmntbl th {
}

.cmntbl thead th {
	font-weight: bold;
	background: #333;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.cmntbl.-th-gray tbody th {
	background: #eee;
	text-align: center;
	white-space: nowrap;
}

.cmntbl td {
}

.cmntbl td.-nowrap {
	white-space: nowrap;
}

.cmncaution {
	margin-top: 10px;
}

.cmncaution > li {
	text-indent: -1em;
	padding-left: 1em;
}

.cmnbtn {
	font-weight: bold;
	text-align: center;
	display: inline-block;
	background: #987518;
	color: #fff;
	padding: 10px 15px;
	white-space: nowrap;
	border-radius: 5px;
	box-shadow: 0px 3px #6F5309;
}

.cmnlink {
	color: #6F5309;
	text-decoration: underline;
}

.cmnlink:hover {
	text-decoration: none;
}

.cmnlink:after {
	display: inline-block;
	margin-left: 5px;
	content: "";
	width: 13px;
	height: 10px;
	background: url('../img/img-blank@2x.png') center no-repeat;
	background-size: contain;
}

.cmnanchor {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.cmnanchor > a {
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 10px;
	flex: 1;
	display: block;
	text-align: center;
	margin-left: 20px;
}

.cmnanchor > a:first-child {
	margin-left: 0;
}

.cmnanchor > a em {
	display: inline-block;
	padding-left: 20px;
	position: relative;
}

.cmnanchor > a em:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background: url('../img/img-arrow@2x.png') center no-repeat;
	background-size: contain;
}

.cmnsec {
	margin-bottom: 60px;
	padding-top: 10px;
}

.cmnsec:last-child {
	margin-bottom: 0px;
}

.cmnsec_ttl {
	background: #987518;
	color: #ffff;
	font-size: 20px;
	line-height: 1;
	padding: 15px 20px;
	margin-bottom: 10px;
}

.head {
	padding: 40px;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head_col {
}

.head_col.-logo {
}

.head_col.-nav {
	text-align: right;
	margin-left: 30px;
}

.head_link {
}

.head_logo {
	line-height: 1.3;
	font-size: 20px;
}

.head_logo em {
	font-size: 23px;
	white-space: nowrap;
}

.head_en {
	margin-top: 5px;
	font-size: 16px;
}

.head_menu {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	display: none;
	padding: 15px;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	border: none;
	background: #987418;
}

.head_nav {
	font-size: 16px;
}

.head_nav > a {
	display: inline-block;
	margin-left: 30px;
	margin: 5px 0 5px 30px;
}

.head_nav > a:first-child {
	margin-left: 0;
}

.head_nav > a em {
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid #333;
}

.foot {
	position: relative;
}

.foot_pt {
	position: absolute;
	right: 20px;
	top: -160px;
}

.foot_pt.-white {
	display: none;
}

body.pt-white .foot_pt.-white {
	display: block;
}

body.pt-white .foot_pt.-black {
	display: none;
}

.foot_bnr {
	background: #F5F6F8;
	padding: 25px 15px 40px;
	text-align: center;
	font-size: 0;
}

.foot_bnr a {
	vertical-align: middle;
	display: inline-block;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 15px;
}

.foot_bnr a:first-child {
}

.foot_btm {
	padding: 40px 0;
	text-align: center;
}

.foot_info {
}

.foot_copy {
	margin-top: 15px;
	color: #aaa;
	font-size: 12px;
}

/* for Tablet */
@media screen and (max-width:1230px) {
	img {
		max-width: 100%;
		height: auto;
	}

	.vis-tb {
		display: block;
	}

	.hide-tb {
		display: none;
	}

	.head {
		padding: 15px 30px 20px;
	}

}

@media screen and (min-width:641px) {
	.foot_bnr a {
		max-width: 14.666%;
	}

	.head_nav {
		display: block !important;
	}

}

/* for SP */
@media screen and (max-width:640px) {
	body {
		min-width: 360px;
	}

	.vis-sp {
		display: block;
	}

	.hide-sp {
		display: none;
	}

	.content {
	}

	.content:before {
		height: 120px;
	}

	.main_sec {
		padding: 30px 0;
	}

	.main_ttl {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.cmnscroll {
		overflow-x: scroll;
		padding-bottom: 5px;
	}

	.cmnscroll:before {
		font-size: 12px;
		content: "＊左右にスクロールできます。";
	}

	.cmntbl {
		min-width: 1000px;
		font-size: 12px;
	}

	.cmntbl th,
	.cmntbl td {
		padding: 8px;
	}

	.cmntbl td.-center {
	}

	.cmntbl th {
	}

	.cmntbl thead th {
	}

	.cmntbl.-th-gray tbody th {
	}

	.cmntbl td {
	}

	.cmnbtn {
	}

	.cmnlink {
	}

	.cmnlink:hover {
	}

	.cmnlink:after {
	}

	.cmnanchor {
	}

	.cmnanchor > a {
	}

	.cmnanchor > a:first-child {
	}

	.cmnanchor > a em {
	}

	.cmnanchor > a em:before {
	}

	.cmnsec {
	}

	.cmnsec:last-child {
	}

	.cmnsec_ttl {
	}

	.head {
		padding: 0;
		display: block;
	}

	.head_col {
	}

	.head_col.-logo {
		padding: 15px;
	}

	.head_col.-nav {
		margin-left: 0;
		text-align: center;
	}

	.head_link {
		display: inline-block;
	}

	.head_logo {
		font-size: 13px;
	}

	.head_logo em {
		font-size: 16px;
	}

	.head_en {
		font-size: 13px;
	}

	.head_menu {
		display: block;
	}

	.head_nav {
		display: none;
		font-size: 14px;
		background: #fff;
		position: absolute;
		width: 100%;
		box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.3);
	}

	.head_nav > a {
		display: block;
		text-align: center;
		padding: 10px;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}

	.head_nav > a:first-child {
	}

	.head_nav > a em {
		border: none;
	}

	.foot {
	}

	.foot_pt {
		display: none;
	}

	.foot_pt.-white {
	}

	body.pt-white .foot_pt.-white {
	}

	body.pt-white .foot_pt.-black {
	}

	.foot_bnr {
		padding: 10px 10px 25px;
	}

	.foot_bnr a {
	}

	.foot_bnr a:first-child {
	}

	.foot_btm {
		padding: 30px 0;
	}

	.foot_info {
		font-size: 12px;
	}

	.foot_copy {
		font-size: 11px;
	}

}

/* for Print */
@media print {
}
