/*
Theme Name: original
Theme URI: http://xxx.com
Description: オリジナルのテーマ
Version: 1.1
Author: Qoo-Hoo
Author URI: http://xxx.com
*/

@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: 'Monoton', cursive;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	color: #000;
}

a {
	/* color:#ebbf1d; */
	color: #000;
}

h1 {
	text-align: center;
	font-size: 1.6rem;
}

h2 {
	text-align: center;
	font-size: 2.4rem;
}

p,
ol,
ul {
	font-size: 1.4rem;
	line-height: 1.8;
}

/************************************
** header
************************************/
.header {
	position: relative;
	padding: 1em 0;
	min-height: 30px;
	background-color: #000;
	text-align: center;
}
.header a {
	color: #fff;
}

ul.upperNav {
	position: absolute;
	top: 0;
	right: 0;
}

ul.upperNav li {
	display: inline;
	background: #FF3;
	padding: 3px 15px 7px;
	margin-left: 5px;
}

ul.upperNav li a {
	color: #09F;
}

/************************************
** #container
************************************/
#container {
	width: 100%;
	margin-top: 6%;
	padding: 0 10%;
}
@media only screen and (max-width: 767px) {
	#container {
		padding: 0 3%;
	}
}


ul.upperNav {
	position:absolute;
	top:0;
	right:0;
}
ul.upperNav li {
	display:inline;
	background:#FF3;
	padding:3px 15px 7px;
	margin-left:5px;
}
ul.upperNav li a {
	color:#09F;
}
ul#nav {
	margin:34px 0 0 0;
}
ul#nav li {
	display:inline;
	margin:0 15px 0 0;
	list-style-type:disc;
}
ul#nav li a {
	color:#F60;
	font-size:17px;
}
ul#nav li a:hover {
	color:#FC9;
}

div#footer {
min-height:300px;
clear:both;
}



/************************************
** body#home
************************************/
.sec-loop {
	display: flex;
	width: 100vw;
	height: auto;
	overflow: hidden;
}
.sec-loop .sec-loop__list {
	display: flex;
	flex-wrap: nowrap;
}
@keyframes loop {
	0% {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}
@keyframes loop2 {
	0% {
		transform: translateX(0);
	}

	to {
		transform: translateX(-200%);
	}
}
.sec-loop .sec-loop__list:first-child {
	animation: loop 60s -30s linear infinite;
}
.sec-loop .sec-loop__list:last-child {
	animation: loop2 60s linear infinite;
}
.sec-loop .sec-loop__item {
	display: inline-block;
	width: calc(100vw / 2);
	min-width: 150px;
	margin: 0;
	list-style: none;
	text-align: center;
}
.sec-loop .sec-loop__item img {
	display: block;
	width: 100%;
	height: auto;
}


.sec-pref * a {
	text-decoration: underline;
}
.sec-pref * a:hover {
	text-decoration: none;
}
.sec-pref .pref-list {
	display: flex;
	width: 100%;
}
.sec-pref .pref-list .pref-item {
	width: 10%;
	font-size: 16px;
	font-weight: bold;
}
.sec-pref .city-item a {
	color: #999;
}

@media only screen and (max-width: 767px) {
	.sec-pref .pref-list {
		flex-wrap: wrap;
	}
	.sec-pref .pref-list .pref-item {
		width: 25%;
	}
}


body#home div.EntryInnerBlock {
width:100px;
margin:0 15px 10px 0;
}
body#home div.EntryText a img {
width:100px !important;
height:100% !important;
border:1px solid #DDD !important;
padding:3px;
}

div.EntryTextBox div.EntryText div {
}
div.detail,
body#single div.EntryText {
border:1px solid #FF3;
padding:20px;
margin-bottom:50px;
border-top:none;
}


body#home div#content {
	display: block;
}

/* div#main */
body#home div#main {
}



div.section {
	margin-bottom:50px;
	overflow:hidden;
}


.genre-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -4%;
}

.genre-list__item {
	width: 31%;
	margin-top: 6%;
}

@media only screen and (max-width: 767px) {
	.genre-list__item {
		width: 48%;
	}
}

.genre-list__item a {
	transition-duration: 0.5s;
}

.genre-list__item a:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	overflow: hidden;
}

.genre-list__item img {
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: cover;
	object-position: 50% 50%;
}

.genre-list__item .item-hdg {
	font-size: 1.4rem;
	font-weight: bold;
}

.genre-list__item .item-txt {
	margin-top: 1em;
}

.genre-list__item a .item-txt span {
	color: #ebbf1d;
	text-decoration: none;

}

.genre-list__item a:hover .item-txt span {
	text-decoration: underline;
}


/************************************
** body#category
************************************/
body#category div.section img {

}
.cate-list {
	margin-top: 2em;
}


/************************************
** body#single
************************************/



body#single {

}


div.section p {
	line-height: 1.7;
	margin-bottom: 16px;
}

/* div.sidebar */
div.sidebar {
	width: calc(100% - 700px);
}
h2.widgettitle {
	background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: medium none;
		font-size:15px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 10px;
		margin-bottom:5px;
}
div.sidebar ul {
	margin:0 0 15px 10px;
}
div.sidebar ul li a {
	color:#666;
	text-decoration:underline;
}
div.sidebar ul li.cat-item a {
	font-size:13px;
	font-weight:bold;
}
div.sidebar ul.children li.cat-item a {
    padding: 0;
		font-weight:normal;
}





.stadium_info {
	margin-bottom: 60px;
}
#map_canvas {
	width:100%;
	height:400px;
	margin-top: 1em;
}
.stadium_info .description {
	margin-top: 2em;
}
div.stadium_info .spec {
	width: 100%;
	margin-top: 30px;
}
div.stadium_info .spec th,
div.stadium_info .spec td {
	width: 33%;
	padding: 10px;
	font-size: 1.4rem;
}
div.stadium_info .spec th {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-top: none;
	color: #fff;
	text-align: center;
}
div.stadium_info .spec td {
	border: 1px solid #ccc;
	border-top: 0;
	text-align: left;
}




.sec-store .sec-store__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec-store dl {
	box-sizing: border-box;
	width: 48%;
	margin-bottom: 4em;
	padding: 10px;
	background: #fff;
}
.sec-store dl dt {
	overflow: hidden;
}

.sec-store dl dt a {
	display: block;
	width: 100%;
	overflow: hidden;
	transition-duration: 0.5s;
}
.sec-store dl dt a:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	overflow: hidden;
}
.sec-store dl dt img {
	width: 100%;
	height: 25vw;
	object-fit: cover;
	object-position: 50% 50%;
}


@media only screen and (max-width: 767px) {
	.sec-store dl {
		width: 50%;
	}
	.sec-store dl dt img {
		height: 32vw;
	}
}

.sec-store dl dd {
	padding: 10px 0;
	font-size: 1.4rem;
	color:#666;
}
.sec-store dl dd.hotelName {
	position: relative;
	margin-bottom: 10px;
	padding: 15px 0 5px;
}
.sec-store dl dd.hotelName::before,
.sec-store dl dd.hotelName::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec-store dl dd.hotelName::before {
	width: 100%;
	height: 4px;
	background-color: #ccc;
}
.sec-store dl dd.hotelName::after {
	width: 20%;
	height: 4px;
	background-color: #0ac;
}
.sec-store dl dd.hotelName a {
	font-size: 1.8rem;
	color:#000;
}

.sec-store dl dd.price {
	font-size: 2.4rem;
}

.sec-store dl dd.btnDetail {
	margin-top: 20px;
	padding-bottom:15px;
}
.sec-store dl dd span {
	display: inline-block;
	width: 70px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
}
.sec-store dl dd + dd {
	border-top: 1px dashed #ccc;
}
.sec-store dl .address,
.sec-store dl .btnDetail {
	border: 0;
}
.sec-store dl dd.btnDetail a {
	display:block;
	background: #eb881d;
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#fff;
	font-size:1.17em;
	transition: .3s;
}
.sec-store dl dd.btnDetail a:hover {
	background:#ebbf1d;
}

.sec-store dl dd.coupon a {
	background:#0ac;
	width:85%;
	padding:10px;
	display:block;
	border-radius:6px;
	text-align:center;
	color:#fff;
}
.sec-store dl dd.coupon a span {
}

.sec-store p {
	margin-left:50px;
}
.sec-store dl.yahoo dt {
	color:#F60;
	font-size:2em;
	height:auto;
	width: 100%;
}
.sec-store dl.yahoo dd,
.sec-store dl.yahoo iframe {
	width: 100%;
}




