body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
pre,
form,
dl,
dt,
dd,
blockquote,
fieldset,
input,
address {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.05em;
}

body {
	font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #fff;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

img {
	vertical-align: top;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a:active,
a:focus {
	text-decoration: none;
}

.img-ow {
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.font_jun {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}

/*@media only screen and (max-width: 991px) {
	body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,pre,form,dl,dt,dd,blockquote,fieldset,input,address{font-size: 14px; line-height: 26px;}
}
@media only screen and (max-width: 767px) {
	body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,pre,form,dl,dt,dd,blockquote,fieldset,input,address{font-size: 12px; line-height: 22px;}
}*/

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000;
}

#loading img {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-align: center;
	line-height: 32px;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
}

header .col {
	background: url(../images/bg_header.png) no-repeat top center;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

header .inner {
	display: table;
	margin: 0 auto;
}

header .gm {
	display: table-cell;
	vertical-align: top;
	width: 420px;
	font-size: 0;
	padding-top: 40px;
}

header .gm li {
	display: inline-block;
	width: 33.33333%;
	text-align: center;
}

header .gm li a {
	text-decoration: none;
	font-size: 17px;
	color: #001555;
	line-height: 1;
}

header .gm.right li:nth-child(1),
header .gm.right li:nth-child(2) {
	width: 30%
}

header .gm.right li:nth-child(3) {
	width: 40%
}

header h1 {
	display: table-cell;
	padding: 14px 60px 0;
}

header .toggle {
	display: none;
}

header .sp_col {
	display: none;
}

header .lang {
	position: absolute;
	top: 0;
	right: 30px;
	background-color: #eee;
	padding: 2px 20px;
	border-radius: 0 0 7px 7px;
}

header .lang li {
	float: left;
	margin-right: 20px;
}

header .lang li:last-child {
	margin-right: 0;
}

header .lang a {
	font-size: 12px;
	line-height: 1;
}

.shop_link {
	position: fixed;
	left: 0%;
	top: 50%;
	background-color: #001555;
	border-radius: 0 8px 8px 0;
	padding: 15px 10px;
	border: 2px solid #fff;
	border-left: none;
	margin-top: -38px;
	z-index: 9999;
	display: block;
}


footer .information {
	background-color: #f7f6f4;
	padding: 70px 0;
}

footer .information .gmap iframe {
	width: 100%;
	height: 380px;
}

.information .left {
	padding-right: 70px;
}

.information .right {
	padding-left: 0;
}

.information dt {
	text-align: left;
	width: 90px;
}

.information dt img {
	width: 76px;
	height: auto;
}

.information dd {
	margin-left: 110px;
	padding-top: 10px;
}

.information dd h1 {
	font-size: 16px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 5px;
}

.information .time {
	margin-top: 20px;
	line-height: 20px;
}

.information .time span {
	font-size: 12px;
}

.information .tel {
	border-top: 1px solid #dddcda;
	border-bottom: 1px solid #dddcda;
	padding: 15px 0;
	margin: 25px 0;
}

.information .tel li {
	font-size: 30px;
	color: #001655;
	text-align: center;
	padding: 5px 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.information .tel li span {
	font-size: 16px;
}


footer .shop {
	padding: 30px 0;
}

footer .shop ul {
	text-align: center;
}

footer .shop li {
	margin: 0 30px;
	display: inline-block;
	vertical-align: top;
}

footer .shop li:first-child {
	margin-left: 0;
}

footer .shop li:last-child {
	margin-right: 0;
}

footer .shop dt {
	text-align: left;
	width: 95px;
}

footer .shop dd {
	margin-left: 95px;
	color: #001655;
	padding-top: 14px;
}

footer .shop li:last-child dd {
	padding-top: 0;
}

footer .shop dd h2 {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

footer .shop dd p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 18px;
}

footer .shop dd p img {
	margin-right: 3px;
}

footer .foot_bottom {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0;
}

footer .foot_bottom>div {
	position: relative;
}

footer .sns {
	position: absolute;
	top: 0;
	left: 0;
}

footer .sns li {
	float: left;
	margin-right: 15px;
}

footer .sns li:last-child {
	margin-right: 0;
}

footer .sns img {
	width: 20px;
	height: 20px;
}

footer .sns li:last-child img {
	width: auto;
}

footer .copyright {
	font-size: 11px;
	color: #001655;
	font-weight: bold;
	text-align: center;
}


.btn_faavo {
	position: fixed;
	top: 140px;
	right: 30px;
	z-index: 9999;
	background-color: #fff;
	width: 280px;
	height: 190px;
	border-radius: 10px;
	border: 5px solid rgba(208, 208, 208, 0.6);
	padding: 0 10px 10px;
	transition-property: all;
	transition: 0.2s linear;
}

.btn_faavo .logo_faavo {
	margin-top: -24px;
}

.btn_faavo h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	margin-top: 2px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.btn_faavo h1 {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	margin-top: 10px;
}

.btn_faavo h3 {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	letter-spacing: 0;
}

/*.btn_faavo p{text-align: center; font-size: 11px; margin: 8px auto 0; padding: 5px 0; width: 220px; display: block; background-color: #ff6363; color: #fff;}*/
.btn_faavo p {
	text-align: center;
	font-size: 11px;
	margin: 8px auto 0;
	padding: 5px 0;
	width: 220px;
	display: block;
	background-color: #3367a2;
	color: #fff;
	border-radius: 30px;
}

.btn_faavo:hover {
	background-color: #3367a2;
}

.btn_faavo:hover h1,
.btn_faavo:hover h2,
.btn_faavo:hover h3 {
	color: #fff;
}

.btn_faavo:hover p {
	color: #3367a2;
	background-color: #fff;
}

.btn_faavo:hover h2 {
	border-color: #7995b5;
}

.btn_confit {
	position: fixed;
	top: 140px;
	right: 30px;
	z-index: 9999;
	background-color: #fff;
	width: 280px;
	height: 245px;
	border-radius: 10px;
	border: 5px solid rgba(208, 208, 208, 0.6);
	padding: 5px 10px 10px;
	transition-property: all;
	transition: 0.2s linear;
}

.btn_confit ul {
	text-align: center;
}

.btn_confit li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
}

.btn_confit li.logo svg {
	width: 60px;
	height: 67px;
}

.btn_confit li.text {
	text-align: left;
	padding-top: 10px;
}

.btn_confit h2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	margin-top: 2px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.btn_confit h1 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 5px;
	color: #001555;
}

.btn_confit h3 {
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	letter-spacing: 0;
}

.btn_confit p {
	text-align: center;
	font-size: 11px;
	margin: 8px auto 0;
	padding: 5px 0;
	width: 220px;
	display: block;
	background-color: #001555;
	color: #fff;
	border-radius: 30px;
}

.btn_confit:hover {
	background-color: #001555;
}

.btn_confit:hover h1,
.btn_confit:hover h2,
.btn_confit:hover h3 {
	color: #fff;
}

.btn_confit:hover p {
	color: #001555;
	background-color: #fff;
}

.btn_confit:hover h2 {
	border-color: #fff;
}


.pagetop {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9999;
}

.btn_basic {
	background-color: #001655;
	color: #fff;
	position: relative;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	border-radius: 30px;
	display: block;
	margin: 0 auto;
	transition-property: all;
	transition: 0.2s linear;
}

.btn_basic:hover {
	opacity: 0.6;
	color: #fff;
}

.btn_basic svg {
	position: absolute;
	top: 50%;
	right: 50px;
	margin-top: -6px;
}

.ttl_l {
	font-size: 28px;
	color: #001655;
	text-align: center;
	margin-top: 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

@media only screen and (max-width: 1199px) {
	header .gm {
		width: 380px;
		padding-top: 40px;
	}

	header .gm li a {
		font-size: 16px;
	}

	header h1 {
		padding: 14px 20px 0;
	}

	/*header .shop_link{padding: 8px; font-size: 12px; top: 35px; right: 15px;}*/
	/*header .sns{position: absolute; top: 40px; right: 30px;}*/

	.information .left {
		padding-right: 30px;
	}

	.information .right {
		padding-left: 10px;
	}

	.information dt img {
		width: 74px;
		height: auto;
	}

	.information dd {
		margin-left: 95px;
		padding-top: 7px;
	}

	footer .shop li {
		margin: 0 12px;
		display: inline-block;
		vertical-align: top;
	}

	footer .shop li:first-child {
		margin-left: 0;
	}

	footer .shop li:last-child {
		margin-right: 0;
	}

	footer .shop dt {
		text-align: left;
		width: 80px;
	}

	footer .shop dd {
		margin-left: 80px;
		padding-top: 12px;
	}

	footer .shop dd h2 {
		font-size: 15px;
	}

	footer .shop dd p {
		font-size: 13px;
		margin-top: 2px;
		letter-spacing: 0;
	}
}

@media only screen and (max-width: 991px) {
	header .col {
		height: 150px;
		background-position: center -30px;
	}

	header .gm {
		width: 320px;
		padding-top: 30px;
	}

	header .gm li a {
		font-size: 14px;
		letter-spacing: 0;
	}

	header h1 {
		padding: 12px 15px 0;
	}

	header h1 img {
		width: 74px;
		height: auto;
	}

	header .sns {
		position: absolute;
		top: 24px;
		right: 20px;
	}

	header .sns li:first-child {
		margin-right: 10px;
	}

	header .lang {
		padding: 1px 15px;
		border-radius: 0 0 5px 5px;
	}

	header .lang a {
		font-size: 11px;
		line-height: 1;
	}

	/*header .shop_link{padding: 4px 8px; font-size: 11px; top: 15px; right: 10px; line-height: 15px; text-align: center;}*/

	footer .information {
		padding: 50px 0;
	}

	footer .information .gmap {
		height: 346px;
	}

	.information .left {
		padding-right: 15px;
	}

	.information .right {
		padding-left: 15px;
	}

	.information dt {
		width: 70px;
	}

	.information dt img {
		width: 70px;
		height: auto;
	}

	.information dd {
		margin-left: 85px;
		padding-top: 2px;
	}

	.information dd h1 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
	}

	.information dd p {
		font-size: 12px;
		line-height: 18px;
	}

	.information .time {
		margin-top: 15px;
		line-height: 18px;
	}

	.information .time span {
		font-size: 11px;
	}

	.information .tel {
		padding: 15px 0;
		margin: 20px 0;
	}

	.information .tel li {
		font-size: 24px;
		line-height: 1;
		padding: 2px 0;
	}

	.information .tel li span {
		font-size: 14px;
	}

	footer .shop {
		padding: 20px 0;
	}

	footer .shop li {
		margin: 0 25px;
		display: inline-block;
		vertical-align: top;
	}

	footer .shop li:first-child {
		margin-left: 0;
	}

	footer .shop li:last-child {
		margin-right: 0;
	}

	footer .shop dt {
		text-align: center;
		width: 100%;
		float: none;
	}

	footer .shop dd {
		margin-left: 0;
		padding-top: 0;
	}

	footer .shop dd h2 {
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		margin-top: 10px;
	}

	footer .shop dd p {
		font-size: 12px;
		margin-top: 2px;
		text-align: center;
	}


	.btn_faavo {
		top: 110px;
		/* width: 200px; height: 146px; padding: 0 10px 10px;*/
	}

	.btn_confit {
		top: 90px;
	}

	.pagetop {
		bottom: 10px;
		right: 15px;
	}

	.btn_basic {
		padding: 15px 0;
	}

	.ttl_l {
		font-size: 25px;
		margin-top: 20px;
	}

	.icon_nishitosa {
		width: 110px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	header .col {
		background: url(../images/bg_header_sp.png) no-repeat top center;
		height: 74px;
		z-index: 9999;
		position: absolute;
	}

	header .gm {
		display: none;
	}

	header h1 {
		padding: 5px 0 0;
	}

	header h1 img {
		width: 50px;
		height: auto;
	}

	header .sns {
		display: none;
	}

	header .toggle {
		position: absolute;
		top: 4px;
		right: 5px;
		display: block;
	}

	header .toggle button {
		width: 40px;
		height: 30px;
		cursor: pointer;
		outline: none;
		position: relative;
		border: none;
		background-color: transparent;
	}

	header .toggle button:after {
		content: '';
		position: absolute;
		width: 70%;
		height: 2px;
		background-color: #000;
		top: 7px;
		left: 15%;
		box-shadow: 0 8px 0 #000, 0 16px 0 #000;
	}

	header .sp_col {
		display: none;
		left: 0;
		top: 40px;
		background-color: #001655;
		position: absolute;
		width: 100%;
		z-index: 9998;
	}

	header .sp_gm {
		margin-top: 30px;
	}

	header .sp_gm li {
		width: 50%;
		float: left;
		margin-right: 0;
		text-align: center;
	}

	header .sp_gm li a {
		width: 100%;
		display: block;
		padding: 16px 0;
		font-weight: bold;
		color: #fff;
		border-bottom: 1px solid #253a76;
	}

	header .sp_sns {
		text-align: center;
		margin: 15px 0;
	}

	header .sp_sns li {
		margin: 0 10px;
		display: inline-block;
	}

	header .sp_sns img {
		width: 25px;
		height: auto;
	}

	header .shop_link_sp {
		background-color: #fff;
		color: #001655;
		text-align: center;
		border-radius: 3px;
		padding: 10px 0;
		margin: 15px auto 0;
		display: block;
		width: 300px;
		font-size: 13px;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
	}

	header .lang_sp {
		border-top: 1px solid #253a76;
		margin-top: 15px;
		padding-top: 10px;
	}

	header .lang_sp ul {
		text-align: center;
	}

	header .lang_sp li {
		margin: 0 5px;
		display: inline-block;
	}

	header .lang_sp li a {
		color: #fff;
	}

	.english header .sp_gm li {
		width: 100%;
		float: none;
	}

	.english header .sp_gm li:first-child {
		margin-top: 30px;
	}

	.english header .lang_sp {
		border-top: none;
	}

	footer {
		margin-bottom: 62px;
	}

	footer .information {
		padding: 30px 0;
	}

	footer .information .gmap {
		display: none;
	}

	.information .left {
		position: relative;
	}

	.information .icon_googlemap {
		position: absolute;
		top: 20px;
		left: 250px;
		width: 36px;
		height: auto;
	}

	.information dt {
		display: none;
	}

	.information dd {
		margin-left: 0;
		padding-top: 0;
	}

	.information dd p {
		margin-top: 5px;
	}

	.information .time {
		font-size: 12px;
		line-height: 19px;
	}

	.information .tel {
		padding: 10px 0;
		margin: 15px 0;
	}

	.information .tel li {
		font-size: 25px;
		padding: 2px 0;
	}

	.information .tel li span {
		font-size: 15px;
	}

	.information .btn_basic {
		width: 250px;
		margin: 0 auto;
	}

	footer .shop {
		display: none;
	}

	footer .foot_bottom {
		padding-top: 15px;
	}

	footer .sns {
		position: static;
		top: auto;
		;
		left: auto;
	}

	footer .sns ul {
		text-align: center;
	}

	footer .sns li {
		display: inline-block;
		margin: 0 10px;
		float: none;
	}

	footer .copyright {
		letter-spacing: 0;
		font-size: 10px;
	}

	.btn_faavo {
		display: none;
	}

	.btn_confit {
		display: none;
	}

	.pagetop {
		display: none;
	}

	.faavo_col_sp {
		background-color: #2264b1;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		padding-bottom: 8px;
		padding-left: 15px;
		z-index: 9999;
	}

	.faavo_col_sp .logo_faavo {
		margin-top: -10px;
		margin-bottom: 8px;
	}

	.faavo_col_sp h1 {
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		line-height: 19px;
	}

	.faavo_col_sp .arrow {
		position: absolute;
		top: 25px;
		right: 30px;
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		background-color: #fff;
		text-align: center;
		padding-top: 4px;
	}

	.confit_col_sp {
		background-color: #001555;
		border-top: 1px solid #fff;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		padding-top: 5px;
		/*padding-bottom: 8px; */
		padding-left: 15px;
		z-index: 9999;
	}

	.confit_col_sp li {
		float: left;
	}

	.confit_col_sp li.logo {
		width: 13%;
	}

	.confit_col_sp li.logo svg {
		width: 100%;
		height: auto;
	}

	.confit_col_sp li.text {
		width: 87%;
		padding-left: 15px;
		padding-top: 5px;
	}

	.confit_col_sp h2 {
		color: #fff;
		font-size: 12px;
		line-height: 19px;
	}

	.confit_col_sp h1 {
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}

	.confit_col_sp .arrow {
		position: absolute;
		top: 17px;
		right: 15px;
		display: block;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		background-color: #fff;
		text-align: center;
		padding-top: 4px;
	}


	.btn_basic {
		font-size: 12px;
	}

	.btn_basic svg {
		right: 30px;
	}

	.ttl_l {
		font-size: 18px;
		margin-top: 15px;
	}

	.icon_nishitosa {
		width: 90px;
		height: auto;
	}

	.soon {
		background-color: #ff6363;
		color: #fff;
		display: block;
		font-size: 11px;
		line-height: 1;
		width: 150px;
		padding: 7px 0;
		text-align: center;
		position: absolute;
		top: -10px;
		left: 170px;
		border-radius: 40px;
	}
}

@media only screen and (max-width: 350px) {
	.confit_col_sp h2 {
		font-size: 11px;
	}

	.confit_col_sp h1 {
		font-size: 14px;
	}
}

/* Slider */
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

/* --- Dots --- */
.slick-dots {
	position: absolute;
	bottom: -15px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	height: 6px;
	z-index: 100
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 6px;
	width: 6px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}

.slick-dots li button {
	background: 0 0;
	border: 1px solid #d5d5d5;
	background-color: #d5d5d5;
	display: block;
	height: 4px;
	width: 4px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.slick-dots li.slick-active button {
	outline: 0;
	border: 1px solid #001655;
	background: #001655
}

.slick-dots li button:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	content: "";
	border: 1px solid transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.slick-dots li.slick-active button:before {
	border: 1px solid #001655;
	content: ""
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 60px;
	height: 60px;
	padding: 0;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #111;
	border: #ddd 1px solid;
	border: none;
	background: #fefefe;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	z-index: 2;
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
	margin-left: -30px;
}

.slick-prev:before {
	content: "\f104";
	font-weight: bold;
}

.slick-next {
	margin-right: -30px;
	right: 0;
}

.slick-next:before {
	content: "\f105";
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	.slick-arrow {
		display: none !important;
	}
}


.home_slider {
	margin-top: 100px;
	border-bottom: 1px solid #eee;
}

.home_slider .slick-slide img {
	width: 100%;
	height: auto;
}

.home_slider .slick-prev {
	left: 0;
	margin-left: 20px;
}

.home_slider .slick-next {
	margin-right: 0;
	right: 20px;
}

.t_concept {
	text-align: center;
	padding: 100px 0 70px;
}

.t_concept h1 {
	font-size: 26px;
	color: #001655;
	font-weight: bold;
	margin-bottom: 40px;
}

.t_concept p {
	font-size: 15px;
	line-height: 38px;
	font-weight: bold;
}

.t_concept .btn_basic {
	width: 400px;
	margin-top: 50px;
}

.loop_slider img {
	width: 100%;
	height: auto;
}

/*.loopSliderWrap {
    top: 0;
    left: 0;
    height: 220px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 220px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopSlider ul {
    height: 220px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: 270px;
    height: 220px;
    float: left;
    display: inline;
    overflow: hidden;
}*/

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
/*.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}*/

.wide_photo {
	height: 220px;
	overflow: hidden;
	background: url(../images/wide_photo.jpg) no-repeat center;
	background-size: cover;
}

.news {
	background-color: #001655;
	padding: 70px 0;
}

.news .ttl_l {
	color: #fff;
	margin-bottom: 40px;
}

.news .row {
	margin: 0 -30px;
}

.news .row>li {
	padding: 0 30px;
	margin-bottom: 35px;
}

.news .photo_col {
	background-color: #fff;
}

.news a:hover img {
	opacity: 0.6;
}

.news dl {
	margin-top: 10px;
}

.news dt {
	font-weight: normal;
}

.news .cat {
	background-color: #fff;
	text-align: center;
	width: 130px;
	border-radius: 50px;
	padding: 7px 0;
	font-size: 12px;
	line-height: 1;
	float: left;
}

.news .date {
	float: right;
	color: #fff;
	line-height: 26px;
}

.news dd {
	margin-top: 10px;
}

.news dd a {
	color: #fff;
	text-decoration: underline;
}

.news dd a:hover {
	text-decoration: none;
}

.news .btn_basic {
	width: 400px;
	background-color: #fff;
	color: #001655;
}

.t_interview {
	padding: 70px 15px;
}

.t_interview ul {
	margin-top: 40px;
}

.t_interview a:hover img {
	opacity: 0.6;
}

.t_interview dl {
	margin-top: 10px;
}

.t_interview dt {
	font-size: 13px;
	text-align: center;
	font-family: 'Jun 34';
	color: #001655;
}

.t_interview dd {
	font-size: 18px;
	text-align: center;
	font-family: 'Jun 34';
	color: #001655;
}

.t_interview dd span {
	font-size: 13px;
}

.banner {
	padding-top: 70px;
	padding-bottom: 70px;
}

.banner li {
	margin-bottom: 30px;
}

.banner a:hover img {
	opacity: 0.6;
}

@media only screen and (max-width: 1199px) {
	.news .row {
		margin: 0 -20px;
	}

	.news .row>li {
		padding: 0 20px;
	}

	.wide_photo {
		height: 180px;
	}
}

@media only screen and (max-width: 991px) {
	.home_slider {
		margin-top: 70px;
	}

	.t_concept {
		padding: 60px 0 40px;
	}

	.t_concept h1 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.t_concept p {
		font-size: 14px;
		line-height: 34px;
	}

	.t_concept .btn_basic {
		width: 300px;
		margin-top: 30px;
	}

	.wide_photo {
		height: 160px;
	}

	/*.loopSliderWrap,
	.loopSlider,
	.loopSlider ul {height: 190px;}
	.loopSlider ul li {width: 234px; height: 190px;}*/

	.news {
		padding: 40px 0;
	}

	.news .ttl_l {
		margin-bottom: 30px;
	}

	.news .row {
		margin: 0 -15px;
	}

	.news .row>li {
		padding: 0 15px;
		margin-bottom: 25px;
	}

	.news .cat {
		width: 110px;
		padding: 5px 0;
		font-size: 11px;
	}

	.news .date {
		line-height: 22px;
		font-size: 11px;
	}

	.news dd a {
		font-size: 12px;
		line-height: 20px;
	}

	.news .btn_basic {
		width: 300px;
	}

	.t_interview {
		padding: 40px 15px 50px;
	}

	.t_interview ul {
		margin: 30px -10px 0;
	}

	.t_interview li {
		padding: 0 10px;
	}

	.t_interview dl {
		margin-top: 5px;
	}

	.t_interview dt {
		font-size: 12px;
	}

	.t_interview dd {
		font-size: 16px;
	}

	.t_interview dd span {
		font-size: 12px;
	}

	.banner {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.banner .row {
		margin: 0 -10px;
	}

	.banner li {
		padding: 0 10px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.home_slider {
		margin-top: 40px;
	}

	.t_concept {
		padding: 50px 15px 30px;
	}

	.t_concept h1 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.t_concept p {
		font-size: 12px;
		line-height: 23px;
		text-align: left;
		font-weight: normal;
		letter-spacing: 0;
	}

	.t_concept p br {
		display: none;
	}

	.t_concept .btn_basic {
		width: 250px;
		margin-top: 20px;
	}

	.wide_photo {
		height: 70px;
	}

	/*.loopSliderWrap,
	.loopSlider,
	.loopSlider ul {height: 150px;}
	.loopSlider ul li {width: 185px; height: 150px;}*/

	.news {
		padding: 30px 0;
	}

	.news .ttl_l {
		margin-bottom: 20px;
	}

	.news .row>li {
		margin-bottom: 20px;
	}

	.news .row>li:last-child {
		margin-bottom: 0;
	}

	.news .photo_col {
		float: left;
		width: 35%;
	}

	.news dl {
		float: right;
		width: 65%;
		padding-left: 15px;
		margin-top: 0;
	}

	.news dd a {
		line-height: 18px;
	}

	.news .btn_basic {
		width: 250px;
		margin-top: 25px;
	}

	.t_interview {
		padding: 30px 15px 20px;
	}

	.t_interview ul {
		margin: 20px -5px 0;
	}

	.t_interview li {
		padding: 0 5px;
		margin-bottom: 20px;
	}

	.t_interview dl {
		margin-top: 2px;
	}

	.t_interview dt {
		font-size: 11px;
	}

	.t_interview dd {
		font-size: 14px;
		line-height: 20px;
	}

	.t_interview dd span {
		font-size: 11px;
	}

	.banner {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.banner .row {
		margin: 0 -5px;
	}

	.banner li {
		margin-bottom: 10px;
		padding: 0 5px;
	}
}



/*common*/
.sub {
	padding-bottom: 80px;
}

.page_title {
	background-color: #001655;
	padding: 60px 0 40px;
	margin: 100px 0 70px;
}

.page_title .ttl_l {
	color: #fff;
	margin-top: 20px;
	font-size: 28px;
}

@media only screen and (max-width: 991px) {
	.sub {
		padding-bottom: 60px;
	}

	.page_title {
		padding: 50px 0 30px;
		margin: 70px 0 50px;
	}

	.page_title .ttl_l {
		margin-top: 15px;
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.sub {
		padding-bottom: 30px;
	}

	.page_title {
		padding: 35px 0 10px;
		margin: 40px 0 30px;
	}

	.page_title .ttl_l {
		margin-top: 5px;
		font-size: 16px;
	}

	.page_title .icon_nishitosa {
		width: 70px;
		height: auto;
	}
}



/*concept*/
.concept .concept_gallery .slider {
	width: 809px;
	margin: 0 auto;
}

.concept .greeting {
	margin-top: 100px;
}

.concept .greeting .col {
	border: 6px solid #b2b9cc;
	border-radius: 10px;
	padding: 60px;
}

.concept .greeting .left {
	padding-right: 10px;
}

.concept .greeting .right {
	padding-left: 60px;
}

.concept .greeting h1 {
	font-size: 26px;
	color: #001655;
	margin-bottom: 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.concept .greeting p {
	font-size: 14px;
	line-height: 30px;
}

.concept .greeting h2 {
	text-align: right;
	font-size: 22px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	line-height: 25px;
	margin-top: 10px;
}

.concept .greeting h2 span {
	font-size: 14px;
}

@media only screen and (max-width: 1199px) {
	.concept .greeting .col {
		padding: 50px;
	}

	.concept .greeting .left {
		padding-right: 15px;
	}

	.concept .greeting .right {
		padding-left: 20px;
	}

	.concept .greeting h1 {
		margin-bottom: 10px;
		font-size: 24px;
	}

	.concept .greeting p {
		line-height: 26px;
	}

	.concept .greeting h2 {
		font-size: 20px;
		line-height: 23px;
		margin-top: 5px;
	}

	.concept .greeting h2 span {
		font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {
	.concept .concept_gallery .slider {
		width: 720px;
	}

	.concept .greeting {
		margin-top: 80px;
	}

	.concept .greeting .col {
		padding: 30px;
	}

	.concept .greeting .left {
		padding-right: 30px;
	}

	.concept .greeting .right {
		padding-left: 0px;
	}

	.concept .greeting h1 {
		font-size: 20px;
	}

	.concept .greeting p {
		font-size: 13px;
		line-height: 21px;
	}

	.concept .greeting h2 {
		font-size: 17px;
		line-height: 20px;
	}

	.concept .greeting h2 span {
		font-size: 12px;
		padding-right: 10px;
	}

	.concept .greeting h2 br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.concept .concept_gallery .slider {
		width: 100%;
	}

	.concept .slick-dots {
		display: none !important;
	}

	.concept .greeting {
		margin-top: 40px;
	}

	.concept .greeting .col {
		padding: 20px;
		border-width: 4px;
	}

	.concept .greeting .left {
		padding-right: 15px;
	}

	.concept .greeting .right {
		padding-left: 15px;
		margin-top: 15px;
	}

	.concept .greeting h1 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.concept .greeting p {
		font-size: 12px;
		line-height: 18px;
	}

	.concept .greeting h2 {
		font-size: 14px;
		line-height: 17px;
		margin-top: 10px;
	}

	.concept .greeting h2 span {
		font-size: 11px;
		padding-right: 5px;
	}
}


/*access*/
/*.access .map_title{text-align: center; border-top: 2px solid #001655; border-bottom: 2px solid #001655; padding: 3px 0; margin-bottom: 35px;  position: relative;}
.access .map_title .inner{border-top: 1px solid #001655; border-bottom: 1px solid #001655; padding: 15px 0 10px;}
.access .map_title .face01{position: absolute; top: -15px; left: 130px;}
.access .map_title .face02{position: absolute; top: -15px; right: 145px;}
.access .map_title h1{font-size: 20px; color: #001655; font-family: 'Jun 501' ,Meiryo, メイリオ , sans-serif; margin-bottom: 5px;}
.access .map_title p{font-size: 15px; font-family: 'Jun 501' ,Meiryo, メイリオ , sans-serif;}
.access .right{position: relative;}
.access .right ul{position: absolute; top: 160px; right: 50px;}
.access .right li:first-child{margin-bottom: 5px;}
.access .right dt{width: 30px; text-align: left; padding-top: 10px;}
.access .right dd{margin-left: 40px;}
.access .map_r{position: relative;}
.access .map_r .face03{position: absolute; top: 160px; left: 30px;}
.access .gmap{margin-top: 70px;}
.access  #gmap iframe{width: 100%; height: 500px;}
.access footer{border-top: 1px solid #e5e5e5;}

@media only screen and (max-width: 1199px) {
	.access .map_title .face01{top: -15px; left: 90px;}
	.access .map_title .face02{top: -15px; right: 105px;}
	.access .right ul{right: 15px;}
	.access .map_r .face03{top: 160px; left: 10px;}
}
@media only screen and (max-width: 991px) {
	.access .map_title .inner{padding: 10px 0 5px;}
	.access .map_title .face01{top: -20px; left: 20px;}
	.access .map_title .face02{top: -20px; right: 35px;}
	.access .map_title h1{font-size: 18px; margin-bottom: 0px;}
	.access .map_title p{font-size: 13px;}
	.access .right ul{top: 120px; right: auto; left: 10px;}
	.access .right dt{padding-top: 5px;}
	.access .map_r{padding-left: 0;}
	.access .map_r .face03{display: none;}
	.access .gmap{margin-top: 50px;}
	.access  #gmap{height: 380px;}
}
@media only screen and (max-width: 767px) {
	.access .right{margin-top: 40px;}
	.access .map_title .face01{top: -20px; left: 10px;}
	.access .map_title .face02{top: -20px; right: 25px;}
	.access .map_title h1{font-size: 15px; line-height: 20px;}
	.access .map_title p{font-size: 12px;}
	.access .map_r{padding-left: 15px; margin-top: 20px;}
	.access .right ul{top: auto; left: auto; position: static; margin-top: 10px;}
	.access .right dt{display: block!important; text-align: center; margin: 0 auto;}
	.access .right dd{margin-left: 0; padding-top: 4px; text-align: center;}
	.access .gmap{display: none;}
	.access  #gmap{height: 300px;}
}*/



.access .access_col .left dt {
	text-align: left;
	width: 90px;
}

.access .access_col .left dt img {
	width: 76px;
	height: auto;
}

.access .access_col .left dd {
	margin-left: 110px;
	padding-top: 10px;
}

.access .access_col .left dd h1 {
	font-size: 16px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 5px;
}

.access .access_col .time {
	margin-top: 10px;
}

.access .access_col .tel {
	margin: 0 0 15px;
	padding: 15px 0;
	text-align: center;
}

.access .access_col .tel li {
	font-size: 30px;
	color: #001655;
	text-align: center;
	padding: 5px 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	display: inline-block;
	margin: 0 10px;
}

.access .access_col .tel li span {
	font-size: 16px;
}

.access .access_col .btn_basic {
	width: 300px;
}

.access .map_title {
	text-align: center;
	border-top: 2px solid #001655;
	border-bottom: 2px solid #001655;
	padding: 3px 0;
	margin: 80px 0 30px;
	position: relative;
}

.access .map_title .inner {
	border-top: 1px solid #001655;
	border-bottom: 1px solid #001655;
	padding: 15px 0 10px;
}

.access .map_title .face01 {
	position: absolute;
	top: -5px;
	left: 340px;
}

.access .map_title .face02 {
	position: absolute;
	top: -5px;
	right: 350px;
}

.access .map_title h1 {
	font-size: 24px;
	color: #001655;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 10px;
}

.access .map_title p {
	font-size: 17px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.access .wide_map {
	position: relative;
}

.access .wide_map .face03 {
	position: absolute;
	top: 40px;
	right: 10px;
}

.access .small_map .right {
	padding-left: 0;
}

.access .small_map dl {
	margin-bottom: 30px;
}

.access .small_map dd {
	padding-top: 5px;
}

.access .gmap {
	margin-top: 70px;
}

.access #gmap iframe {
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 1199px) {
	.access .access_col .left dt img {
		width: 74px;
		height: auto;
	}

	.access .access_col .left dd {
		margin-left: 95px;
		padding-top: 7px;
	}

	.access .access_col .tel {
		margin: 0 0 10px;
		padding: 5px 0;
	}

	.access .map_title .face01 {
		top: -5px;
		left: 280px;
	}

	.access .map_title .face02 {
		top: -5px;
		right: 290px;
	}
}

@media only screen and (max-width: 991px) {
	.access .access_col .left dt {
		width: 70px;
	}

	.access .access_col .left dt img {
		width: 70px;
		height: auto;
	}

	.access .access_col .left dd {
		margin-left: 85px;
		padding-top: 2px;
	}

	.access .access_col .left dd h1 {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0px;
	}

	.access .access_col .left dd p {
		font-size: 12px;
		line-height: 18px;
	}

	.access .access_col .time {
		margin-top: 15px;
		line-height: 18px;
	}

	.access .access_col .time span {
		font-size: 11px;
	}

	.access .access_col .tel {
		padding: 5px 0;
		margin: 0 0 5px;
	}

	.access .access_col .tel li {
		font-size: 26px;
		line-height: 1;
		padding: 2px 0;
	}

	.access .access_col .tel li span {
		font-size: 14px;
	}

	.access .map_title .face01 {
		top: -10px;
		left: 190px;
	}

	.access .map_title .face02 {
		top: -10px;
		right: 200px;
	}

	.access .map_title {
		margin: 50px 0 20px;
	}

	.access .map_title .inner {
		padding: 10px 0 5px;
	}

	.access .map_title h1 {
		font-size: 18px;
		margin-bottom: 0px;
	}

	.access .map_title p {
		font-size: 13px;
	}

	.access .wide_map .face03 {
		top: 30px;
		right: 70px;
	}

	.access .small_map {
		margin-top: 20px;
	}

	.access .small_map .right {
		padding-left: 15px;
	}

	.access .gmap {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.access .access_col .left {
		position: relative;
	}

	.access .access_col .icon_googlemap {
		position: absolute;
		top: 20px;
		left: 250px;
		width: 36px;
		height: auto;
	}

	.access .access_col .left dt {
		display: none;
	}

	.access .access_col .left dd {
		margin-left: 0;
		padding-top: 0;
	}

	.access .access_col .left dd p {
		margin-top: 5px;
	}

	.access .access_col .time {
		font-size: 12px;
		line-height: 19px;
	}

	.access .access_col .tel {
		padding: 10px 0;
		margin: 0;
	}

	.access .access_col .tel li {
		font-size: 25px;
		padding: 2px 0;
	}

	.access .access_col .tel li span {
		font-size: 15px;
	}

	.access .map_title .face01 {
		top: -20px;
		left: 10px;
	}

	.access .map_title .face02 {
		top: -20px;
		right: 25px;
	}

	.access .map_title h1 {
		font-size: 15px;
		line-height: 20px;
	}

	.access .map_title p {
		font-size: 12px;
	}

	.access .wide_map .face03 {
		top: 0px;
		right: 25px;
		width: 60px;
		height: auto;
	}

	.access .small_map .right {
		margin-top: 15px;
	}

	.access .gmap {
		display: none;
	}
}




.gallery article p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
}

.gallery .gallery-columns-4 br {
	display: none;
}

/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
	/** 画像共通のスタイル **/
	float: left;
	margin-top: 0 !important;
}

.gallery-icon {
	/** 画像を囲む dt のスタイル **/
	text-align: center;
}

.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 0 !important;
	border: none !important;
}

.gallery-columns-4 .gallery-item {
	/** 4カラム **/
	width: 23%;
}

@media only screen and (max-width: 767px) {
	.gallery article p {
		text-align: left;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.gallery article p br {
		display: none;
	}

	.gallery-columns-4 .gallery-item {
		width: 33.33333% !important;
	}

	.pp_gallery {
		display: none !important;
	}
}


/*.facilities .sub{padding-bottom: 0;}*/
.facilities .map>ul>li {
	float: left;
}

.facilities .map li.photo {
	width: 17%;
	margin-top: 30px;
}

.facilities .map li.photo li {
	margin-bottom: 20px;
}

.facilities .map li.photo li h2 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: bold;
	margin-top: 5px;
	color: #001655;
}

.facilities .map li.map_img {
	width: 66%;
	position: relative;
}

.facilities .map li.map_img ul {
	margin-left: 60px;
	margin-top: 50px;
}

.facilities .map li.map_img li {
	float: left;
	margin-right: 40px;
}

.facilities .map li.map_img li h2 {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: bold;
	margin-top: 5px;
	color: #001655;
}

.facilities .map li.map_img .fish {
	position: absolute;
	bottom: 100px;
	right: 150px;
}

.facilities .map li.map_img .river {
	position: absolute;
	bottom: 100px;
	right: -100px;
}

.facilities .namisen {
	background: url(../images/namisen_long.svg) center no-repeat;
	height: 30px;
	margin-top: -90px;
	margin-bottom: 150px;
}

.facilities .floor {
	margin: 50px auto;
	position: relative;
}

.facilities .floor .icon_floor {
	width: 200px;
	margin: 0 auto;
	background-color: #fff;
	z-index: 999;
}

.facilities .floor .icon_floor:before {
	background-color: #ccc;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: -1;
}

.facilities .shop_col {
	margin: 80px auto;
}

.facilities .shop_col.first {
	margin-top: 0;
}

.facilities .shop_col .text {
	position: relative;
}

.facilities .shop_col .text_left {
	padding-right: 40px;
}

.facilities .shop_col .text_right {
	padding-left: 40px;
}

.facilities .shop_col dt {
	width: 150px;
	text-align: left;
}

.facilities .shop_col dd {
	padding-top: 10px;
	margin-left: 160px;
}

.facilities .shop_col dd h1 {
	font-size: 26px;
	line-height: 30px;
	color: #001655;
	margin-bottom: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.facilities .shop_col dd p {
	font-size: 14px;
	line-height: 24px;
}

.facilities .shop_col .face {
	position: absolute;
	top: -20px;
	right: 15px;
}

.facilities .shop_col h2 {
	font-size: 17px;
	margin: 40px 0 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.facilities .shop_col .copy {
	line-height: 24px;
}

.facilities .shop_col .btn_facebook {
	background-color: #3b5998;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 16px 0;
	font-weight: bold;
	margin: 18px 0;
}

.facilities .shop_col .menu {
	margin-top: 10px;
}

.facilities .other p {
	margin-top: 50px;
}

.facilities .other .left {
	padding-right: 30px;
}

.facilities .other .right {
	padding-left: 30px;
}

.facilities .other h1 {
	font-size: 20px;
	color: #001655;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.facilities .other .holiday {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 30px 0;
	margin-top: 80px;
	text-align: center;
}

.facilities .other .holiday p {
	margin-top: 0 !important;
}

.facilities .bbq{
	margin-top: 80px;
}
.facilities .bbq .inner{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.facilities .bbq h1 {
	font-size: 20px;
	color: #001655;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}
.facilities .bbq p{
	margin-top: 40px;
	margin-bottom: 20px;
}

.facilities .cycle {
	margin-top: 80px;
}

.facilities .cycle h1 {
	font-size: 26px;
	font-weight: bold;
	color: #001655;
	text-align: center;
	margin: 20px 0 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.facilities .cycle h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.facilities .cycle dl {
	margin-top: 40px;
}

.facilities .cycle dt {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	color: #001655;
	font-size: 15px;
	font-weight: bold;
}

.facilities .cycle dd p {
	padding-top: 15px;
}

.facilities .cycle .lead_text {
	font-size: 14px;
	line-height: 26px;
}

.facilities .cycle .inner {
	width: 750px;
	margin: 30px auto 0;
}

.facilities .cycle .table-responsive {
	margin-top: 10px;
}

.facilities .cycle table {
	width: 100%;
}

.facilities .cycle th,
.facilities .cycle td {
	border: 1px solid #d4d4d4;
	padding: 20px;
}

.facilities .cycle th {
	background-color: #fbfaf5;
	text-align: center;
	font-weight: normal;
}

.facilities .cycle .holiday_table th {
	width: 24%;
}

.facilities .cycle .holiday_table td {
	width: 38%;
}

.facilities .cycle .price_table th {
	width: 60%;
}

.facilities .cycle .price_table td {
	width: 40%;
	text-align: center;
}

.facilities .cycle a {
	margin-top: 15px;
	text-decoration: underline;
	display: inline-block;
}

.facilities .mominoki {
	padding: 40px 0;
	margin-top: 80px;
	background: url(../images/bg_mominoki.jpg) no-repeat right center #462607;
}

.facilities .mominoki div {
	position: relative;
}

.facilities .mominoki h1 {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 20px;
}

.facilities .mominoki p {
	font-size: 13px;
	line-height: 22px;
	color: #fff;
}

.facilities .mominoki .bunka {
	background-color: #fff;
	color: #462607;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	padding: 12px 0;
	width: 350px;
	margin-top: 20px;
}

.facilities .mominoki .momi_kiri {
	position: absolute;
	top: -20px;
	left: 240px;
}

@media only screen and (max-width: 1199px) {
	.facilities .map li.photo li {
		margin-bottom: 15px;
	}

	.facilities .map li.map_img ul {
		margin-left: 50px;
		margin-top: 30px;
	}

	.facilities .map li.map_img .fish {
		bottom: 100px;
		right: 60px;
	}

	.facilities .map li.map_img .river {
		bottom: 100px;
		right: -150px;
	}

	.facilities .namisen {
		margin-top: -60px;
		margin-bottom: 100px;
	}

	.facilities .shop_col {
		margin: 70px auto;
	}

	.facilities .shop_col .text_left {
		padding-right: 30px;
	}

	.facilities .shop_col .text_right {
		padding-left: 30px;
	}

	.facilities .shop_col dt {
		width: 100px;
	}

	.facilities .shop_col dd {
		margin-left: 125px;
		padding-top: 5px;
	}

	.facilities .shop_col dd h1 {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 10px;
	}

	.facilities .shop_col dd p {
		font-size: 13px;
		line-height: 21px;
	}

	.facilities .shop_col .face {
		position: absolute;
		top: -20px;
		right: 15px;
	}

	.facilities .shop_col h2 {
		font-size: 16px;
		margin: 30px 0 10px;
	}

	.facilities .shop_col .copy {
		line-height: 23px;
	}

	.facilities .shop_col .btn_facebook {
		padding: 12px 0;
		margin: 14px 0;
	}

	.facilities .shop_col.last dd {
		padding-top: 0;
	}

	.facilities .shop_col.last dd h1 {
		font-size: 21px;
	}

	.facilities .other .lead_text {
		font-size: 15px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.facilities .other h1,
	.facilities .bbq h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.facilities .other .holiday {
		padding: 25px 0;
		margin-top: 60px;
	}

	.facilities .cycle {
		margin-top: 60px;
	}

	.facilities .cycle h1 {
		font-size: 24px;
		margin: 15px 0 20px;
	}

	.facilities .cycle .lead_text {
		font-size: 13px;
		line-height: 24px;
	}

	.facilities .mominoki {
		padding: 30px 0;
		margin-top: 70px;
		background-size: 60%;
	}

	.facilities .mominoki h1 {
		font-size: 19px;
		line-height: 29px;
	}

	.facilities .mominoki p {
		font-size: 13px;
		line-height: 21px;
	}

	.facilities .mominoki .bunka {
		font-size: 13px;
		padding: 10px 0;
		width: 330px;
	}

	.facilities .mominoki .momi_kiri {
		top: -10px;
		left: 240px;
		width: 300px;
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.facilities .map li.photo {
		margin-top: 0;
		width: 18%;
	}

	.facilities .map li.photo li {
		margin-bottom: 10px;
	}

	.facilities .map li.photo li h2 {
		font-size: 12px;
		line-height: 17px;
	}

	.facilities .map li.map_img {
		width: 64%;
		padding-top: 20px;
	}

	.facilities .map li.map_img ul {
		margin-left: 40px;
		margin-top: 30px;
	}

	.facilities .map li.map_img li {
		margin-right: 20px;
		width: 120px;
	}

	.facilities .map li.map_img li h2 {
		font-size: 12px;
		line-height: 17px;
	}

	.facilities .map li.map_img .fish {
		bottom: 65px;
		right: 60px;
	}

	.facilities .map li.map_img .river {
		bottom: 65px;
		right: -130px;
	}

	.facilities .namisen {
		margin-top: -50px;
		margin-bottom: 60px;
	}

	.facilities .floor {
		margin: 30px auto;
		position: relative;
	}

	.facilities .floor .icon_floor {
		width: 140px;
	}

	.facilities .floor .icon_floor:before {
		top: 35px;
	}

	.facilities .floor .icon_floor img {
		width: 70px;
		height: auto;
	}

	.facilities .shop_col {
		margin: 50px auto;
		width: 640px;
	}

	.facilities .shop_col .text_left {
		padding-right: 15px;
	}

	.facilities .shop_col .text_right {
		padding-left: 15px;
	}

	.facilities .shop_col .face {
		top: 0;
		right: 210px;
	}

	.facilities .shop_col .slider {
		margin-top: 20px;
	}

	.facilities .other .lead_text {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.facilities .other .left {
		padding-right: 20px;
	}

	.facilities .other .right {
		padding-left: 20px;
	}

	.facilities .other h1,
	.facilities .bbq h1 {
		font-size: 17px;
	}

	.facilities .other .holiday {
		margin-top: 40px;
	}

	.facilities .cycle h1 {
		font-size: 20px;
		margin: 20px 0 30px;
	}

	.facilities .cycle h2 {
		font-size: 14px;
	}

	.facilities .cycle dl {
		margin-top: 30px;
	}

	.facilities .cycle dt {
		font-size: 14px;
	}

	.facilities .cycle dd p {
		padding-top: 10px;
	}

	.facilities .cycle .lead_text {
		font-size: 13px;
		line-height: 22px;
	}

	.facilities .cycle .inner {
		width: 720px;
	}

	.facilities .cycle .table-responsive {
		margin-top: 5px;
	}

	.facilities .cycle th,
	.facilities .cycle td {
		padding: 15px;
	}

	.facilities .mominoki {
		padding: 20px 0;
		margin-top: 50px;
		background-size: 62%;
	}

	.facilities .mominoki h1 {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.facilities .mominoki p {
		font-size: 12px;
		line-height: 19px;
	}

	.facilities .mominoki .bunka {
		font-size: 12px;
		padding: 8px 0;
		width: 300px;
		margin-top: 15px;
	}

	.facilities .mominoki .momi_kiri {
		top: -10px;
		left: 220px;
		width: 270px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.facilities .map li.photo {
		display: none;
	}

	.facilities .map li.map_img {
		width: 100%;
		padding-top: 0;
	}

	.facilities .map li.map_img ul {
		display: none;
	}

	.facilities .map li.map_img .fish {
		bottom: -35px;
		right: 200px;
		height: 20px;
		width: auto;
	}

	.facilities .map li.map_img .river {
		bottom: -25px;
		right: 0;
		height: 14px;
		width: auto;
	}

	.facilities .namisen {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.facilities .floor {
		margin: 20px auto;
		position: relative;
	}

	.facilities .floor .icon_floor {
		width: 110px;
	}

	.facilities .floor .icon_floor:before {
		top: 25px;
	}

	.facilities .floor .icon_floor img {
		width: 50px;
		height: auto;
	}

	.facilities .shop_col {
		/*margin: 30px auto; */
		width: 100%;
	}

	.facilities .shop_col dt {
		float: left;
		width: 90px;
	}

	.facilities .shop_col dd {
		margin-left: 105px;
		padding-top: 5px;
	}

	.facilities .shop_col dd h1 {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.facilities .shop_col dd p {
		font-size: 12px;
		line-height: 18px;
	}

	.facilities .shop_col .face {
		top: 0;
		right: 15px;
		width: 60px;
		height: auto;
	}

	.facilities .shop_col h2 {
		font-size: 15px;
		line-height: 20px;
		margin: 20px 0 5px;
	}

	.facilities .shop_col.last dd h1 {
		font-size: 15px;
	}

	.facilities .shop_col .copy {
		line-height: 21px;
	}

	.facilities .shop_col .slider {
		margin-top: 15px;
	}

	.facilities .other .lead_text {
		font-size: 13px;
		line-height: 20px;
		text-align: left;
	}

	.facilities .other .lead_text br {
		display: none;
	}

	.facilities .other .left {
		padding-right: 15px;
	}

	.facilities .other .right {
		padding-left: 15px;
		margin-top: 50px;
	}

	.facilities .other h1,
	.facilities .bbq h1 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.facilities .other .holiday {
		margin-top: 60px;
		padding: 20px 0;
	}

	.facilities .other .holiday p {
		font-size: 12px;
		line-height: 18px;
		text-align: left;
	}

	.facilities .cycle h1 {
		font-size: 16px;
		margin: 20px 0 20px;
	}

	.facilities .cycle h2 {
		font-size: 13px;
		line-height: 21px;
	}

	.facilities .cycle dl {
		margin-top: 20px;
	}

	.facilities .cycle dt {
		font-size: 13px;
	}

	.facilities .cycle dd {
		font-size: 12px;
		line-height: 20px;
	}

	.facilities .cycle dd p {
		padding-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.facilities .cycle .lead_text {
		font-size: 12px;
		line-height: 20px;
	}

	.facilities .cycle .inner {
		width: 100%;
	}

	.facilities .cycle th,
	.facilities .cycle td {
		padding: 10px;
	}

	.facilities .cycle .price_table th {
		width: 70%;
	}

	.facilities .cycle .price_table td {
		width: 30%;
	}

	.facilities .cycle a {
		font-size: 12px;
		line-height: 20px;
	}

	.facilities .mominoki {
		padding: 20px 0;
		margin-top: 50px;
		background-image: none;
	}

	.facilities .mominoki h1 {
		font-size: 15px;
		line-height: 23px;
		margin-bottom: 10px;
		text-align: center;
	}

	.facilities .mominoki p {
		font-size: 12px;
		line-height: 18px;
	}

	.facilities .mominoki p br {
		display: none;
	}

	.facilities .mominoki .bunka {
		font-size: 12px;
		padding: 8px 0;
		width: 100%;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.facilities .mominoki .momi_kiri {
		top: auto;
		bottom: -40px;
		left: auto;
		right: 5px;
		width: 170px;
		height: auto;
	}
}


/*contact*/
.contact .contact_col {
	width: 900px;
	margin: 0 auto;
}

.contact table {
	width: 100%;
}

.contact th,
.contact td {
	border: 1px solid #d4d4d4;
	padding: 20px;
}

.contact th {
	width: 25%;
}

.contact td {
	width: 75%;
}

.contact th {
	background-color: #fbfaf5;
	text-align: center;
	font-weight: normal;
}

.contact input[type="text"],
.contact input[type="email"] {
	height: 40px;
	font-size: 14px;
}

.contact input.long {
	width: 400px;
}

.contact input.short {
	width: 100px;
}

.contact textarea {
	width: 100%;
}

.contact input[type="submit"] {
	background-color: #001655;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	width: 300px;
	margin: 30px auto 0;
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius: 30px;
	transition-property: all;
	transition: 0.2s linear;
}

.contact input[type="submit"]:hover {
	opacity: 0.6;
	color: #fff;
}

.contact table p {
	margin-top: 5px;
}

@media only screen and (max-width: 991px) {
	.contact .contact_col {
		width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.contact .contact_col {
		width: 100%;
	}

	.contact table {
		border-bottom: 1px solid #d4d4d4;
	}

	.contact table th,
	.contact table td {
		display: list-item;
		list-style: none;
		width: 100%;
		border-bottom: none;
		padding: 12px;
		font-size: 12px;
	}

	.contact input[type="text"],
	.contact input[type="email"] {
		height: 30px;
		font-size: 13px;
	}

	.contact input.long {
		width: 100%;
	}

	.contact input.short {
		width: 65px;
	}

	.contact input[type="submit"] {
		width: 250px;
		margin: 20px auto 0;
		padding: 15px 0;
		font-size: 13px;
	}
}



.category-info .news {
	background-color: #fff;
	padding: 0;
}

.category-info .news .ttl_l {
	color: #000;
}

.category-info .news .cat {
	background-color: #001655;
	color: #fff;
}

.category-info .news .date {
	color: #000;
}

.category-info .news dd a {
	color: #000;
}

.pagination {
	margin-top: 30px;
}

.pagination li {
	float: left;
	margin-right: 10px;
	line-height: 1;
	width: 34px;
	text-align: center;
}

.pagination li.active {
	background-color: #001655;
	color: #fff;
	padding: 10px 0;
	border: 1px solid #001655;
}

.pagination li a {
	display: block;
	border: 1px solid #001655;
	padding: 10px 0;
}

.pagination li a:hover {
	background-color: #001655;
	color: #fff;
	text-decoration: none;
}



/*news*/
.news_detail .left_col {
	float: left;
	width: 70%;
}

.news_detail .left_col dt {
	font-size: 12px;
	color: #aaa;
	font-weight: normal;
}

.news_detail .left_col h1 {
	font-size: 22px;
	line-height: 28px;
	margin-top: 5px;
	font-weight: bold;
	color: #001655;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news_detail .left_col .text p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 30px;
}

.news_detail .left_col .text img {
	margin-bottom: 30px;
	max-width: 100%;
	height: auto;
}

.news_detail .left_col .text a {
	text-decoration: underline;
	margin-bottom: 30px;
}

.news_detail .left_col .btn_basic {
	width: 300px;
	margin: 40px auto 0;
}

.news_detail .right_col {
	float: right;
	width: 20%;
}

.news_detail .right_col .recent h3 {
	font-size: 15px;
	font-weight: bold;
	color: #001655;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.news_detail .right_col .recent li {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.news_detail .right_col .recent dt {
	font-size: 11px;
	line-height: 1;
	color: #aaa;
	font-weight: normal;
}

.news_detail .right_col .recent dd {
	margin-top: 5px;
}

.news_detail .right_col .recent dd a {
	text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
	.news_detail .right_col {
		width: 23%;
	}
}

@media only screen and (max-width: 991px) {
	.news_detail .left_col {
		width: 67%;
	}

	.news_detail .left_col h1 {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.news_detail .left_col .text p {
		font-size: 13px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.news_detail .left_col .text img {
		margin-bottom: 20px;
	}

	.news_detail .left_col .text a {
		margin-bottom: 20px;
	}

	.news_detail .right_col {
		width: 26%;
	}

	.news_detail .right_col .recent h3 {
		font-size: 14px;
	}

	.news_detail .right_col .recent li {
		padding: 12px 0;
	}

	.news_detail .right_col .recent dd a {
		font-size: 12px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.news_detail .left_col {
		width: 100%;
		float: none;
	}

	.news_detail .left_col dt {
		font-size: 11px;
	}

	.news_detail .left_col h1 {
		font-size: 16px;
		line-height: 22px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.news_detail .left_col .text p {
		font-size: 12px;
		line-height: 22px;
	}

	.news_detail .left_col .youtube {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}

	.news_detail .left_col .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.news_detail .left_col .btn_basic {
		width: 250px;
		margin: 30px auto 0;
	}

	.news_detail .right_col {
		width: 100%;
		float: none;
		margin-top: 40px;
	}

	.news_detail .right_col .recent h3 {
		font-size: 13px;
	}
}


.tax-tourism_cat .tourism_list {
	margin-bottom: 60px;
}

.tax-tourism_cat .tourism_list .tab_menu {
	text-align: center;
	margin-bottom: 30px;
}

.tax-tourism_cat .tourism_list .tab_menu li {
	display: inline-block;
	margin: 0 10px;
}

.tax-tourism_cat .tourism_list .tab_menu li a {
	display: block;
	text-align: center;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	border: 7px solid #001655;
	font-size: 24px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	color: #001655;
	padding-top: 36px;
}

.tax-tourism_cat .tourism_list .tab_menu li.sel a,
.tax-tourism_cat .tourism_list .tab_menu li a:hover {
	background-color: #001655;
	color: #fff;
}

.tax-tourism_cat .tourism_list .row li {
	margin-bottom: 30px;
}

.tax-tourism_cat .tourism_list h2 {
	font-size: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-top: 10px;
}

@media only screen and (max-width: 991px) {
	.tax-tourism_cat .tourism_list .tab_menu li {
		margin: 0 5px;
	}

	.tax-tourism_cat .tourism_list .tab_menu li a {
		width: 80px;
		height: 80px;
		border-radius: 80px;
		border: 5px solid #001655;
		font-size: 18px;
		padding-top: 24px;
	}

	.tax-tourism_cat .tourism_list h2 {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.tax-tourism_cat .tourism_list {
		margin-bottom: 20px;
	}

	.tax-tourism_cat .tourism_list .tab_menu {
		margin-bottom: 15px;
	}

	.tax-tourism_cat .tourism_list .tab_menu li {
		margin: 0 1px;
	}

	.tax-tourism_cat .tourism_list .tab_menu li a {
		width: 60px;
		height: 60px;
		border-radius: 60px;
		border: 3px solid #001655;
		font-size: 13px;
		padding-top: 18px;
	}

	.tax-tourism_cat .tourism_list .row {
		margin: 0 -5px;
	}

	.tax-tourism_cat .tourism_list .row li {
		padding: 0 5px;
	}

	.tax-tourism_cat .tourism_list h2 {
		font-size: 13px;
		text-align: center;
	}

	.tax-tourism_cat .tourism_list .row li {
		margin-bottom: 20px;
	}
}


.tourism_detail {
	width: 800px;
	margin: 0 auto;
}

.tourism_detail .cat_name {
	text-align: center;
	width: 110px;
	height: 110px;
	border-radius: 110px;
	border: 7px solid #001655;
	font-size: 24px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin: 0 auto;
	color: #001655;
	padding-top: 36px;
}

.tourism_detail h1 {
	font-size: 26px;
	color: #001655;
	text-align: center;
	margin: 40px 0 20px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.tourism_detail .lead_text {
	font-size: 15px;
	text-align: center;
	line-height: 23px;
	margin-bottom: 30px;
}

.tourism_detail .photo {
	margin: 0 -20px;
}

.tourism_detail .photo li {
	padding: 0 20px;
}

.tourism_detail .chinka_photo {
	margin-top: 40px;
}

.tourism_detail .chinka_copy {
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}

.tourism_detail .kawara_copy {
	font-size: 14px;
	line-height: 26px;
	margin: 30px 0;
}

.tourism_detail .text {
	margin-bottom: 40px;
}

.tourism_detail .text p {
	font-size: 14px;
	line-height: 26px;
}

.tourism_detail .text a {
	text-decoration: underline;
}

.tourism_detail .text a:hover {
	text-decoration: none;
}

.tourism_detail dl {
	margin-top: 30px;
}

.tourism_detail dt {
	font-size: 16px;
}

.tourism_detail dd {
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}

.tourism_detail table {
	width: 100%;
	margin: 30px 0;
}

.tourism_detail th,
.tourism_detail td {
	border: 1px solid #d4d4d4;
	padding: 20px;
}

.tourism_detail th {
	width: 25%;
}

.tourism_detail td {
	width: 75%;
}

.tourism_detail th {
	background-color: #fbfaf5;
	text-align: center;
	font-weight: normal;
}

.tourism_detail .btn_basic {
	width: 300px;
	margin: 0 auto;
}

@media only screen and (max-width: 991px) {
	.tourism_detail {
		width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.tourism_detail {
		width: 100%;
	}

	.tourism_detail .cat_name {
		width: 70px;
		height: 70px;
		border-radius: 70px;
		border: 3px solid #001655;
		font-size: 16px;
		padding-top: 22px;
	}

	.tourism_detail h1 {
		font-size: 20px;
		margin: 15px 0 10px;
	}

	.tourism_detail .lead_text {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 20px;
		text-align: left;
	}

	.tourism_detail .photo {
		margin: 0 -5px;
	}

	.tourism_detail .photo li {
		padding: 0 5px;
	}

	.tourism_detail .chinka_photo {
		margin-top: 20px;
	}

	.tourism_detail .chinka_copy {
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
	}

	.tourism_detail .kawara_copy {
		font-size: 12px;
		line-height: 20px;
		margin: 15px 0;
	}

	.tourism_detail .text {
		margin-bottom: 40px;
	}

	.tourism_detail .text p {
		font-size: 12px;
		line-height: 20px;
	}

	.tourism_detail dl {
		margin-top: 15px;
	}

	.tourism_detail dt {
		font-size: 13px;
	}

	.tourism_detail dd {
		font-size: 12px;
		line-height: 20px;
		margin-top: 0;
	}

	.tourism_detail table {
		margin: 20px 0;
		border-bottom: 1px solid #d4d4d4;
	}

	.tourism_detail th,
	.tourism_detail td {
		padding: 15px;
		display: list-item;
		list-style: none;
		width: 100%;
		font-size: 12px;
		border-bottom: none;
		text-align: left;
	}

	.tourism_detail .btn_basic {
		width: 200px;
	}
}


/*matsuyama*/
.matsuyama_inner {
	width: 800px;
	margin: 0 auto;
}

.matsuyama_inner .slider {
	margin-bottom: 80px;
}

.matsuyama_inner .left {
	padding-right: 0;
}

.matsuyama_inner p {
	font-size: 14px;
	line-height: 28px;
}

.matsuyama_inner .btn_facebook {
	background-color: #3b5998;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 16px 0;
	font-weight: bold;
	margin: 18px 0;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	width: 400px;
}

.matsuyama_inner .ookaido {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 0;
	position: relative;
	margin-top: 40px;
}

.matsuyama_inner .ookaido dt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.matsuyama_inner .ookaido dd {
	font-size: 15px;
	text-align: center;
}

.matsuyama_inner .ookaido .icon_face01 {
	position: absolute;
	top: 15px;
	left: 80px;
}

.matsuyama_inner .ookaido .icon_face02 {
	position: absolute;
	top: 15px;
	right: 80px;
}

.matsuyama_inner table {
	width: 100%;
	margin: 60px 0 0;
}

.matsuyama_inner th,
.matsuyama_inner td {
	border: 1px solid #d4d4d4;
	padding: 20px;
}

.matsuyama_inner th {
	width: 25%;
}

.matsuyama_inner td {
	width: 75%;
}

.matsuyama_inner th {
	background-color: #fbfaf5;
	text-align: center;
	font-weight: normal;
}

.matsuyama_inner #gmap2 {
	width: 100%;
	height: 400px;
	margin-top: 30px;
}

@media only screen and (max-width: 991px) {
	.matsuyama_inner {
		width: 720px;
	}

	.matsuyama_inner .ookaido {
		padding: 30px 0;
		margin-top: 30px;
	}

	.matsuyama_inner .ookaido dt {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.matsuyama_inner .ookaido dd {
		font-size: 13px;
	}

	.matsuyama_inner .ookaido .icon_face01 {
		left: 50px;
	}

	.matsuyama_inner .ookaido .icon_face02 {
		right: 50px;
	}

	.matsuyama_inner table {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.matsuyama_inner {
		width: 100%;
	}

	.matsuyama_inner .slider {
		margin-bottom: 50px;
	}

	.matsuyama_inner .left {
		padding-right: 15px;
		margin-top: 20px;
	}

	.matsuyama_inner .right img {
		width: 120px;
		height: auto;
	}

	.matsuyama_inner p {
		font-size: 12px;
		line-height: 20px;
	}

	.matsuyama_inner .btn_facebook {
		padding: 12px 0;
		margin: 15px 0;
		width: 100%;
		font-size: 12px;
	}

	.matsuyama_inner .ookaido {
		padding: 15px 0;
		margin-top: 20px;
	}

	.matsuyama_inner .ookaido dt {
		font-size: 14px;
		margin-bottom: 0;
		text-align: left;
		letter-spacing: 0;
	}

	.matsuyama_inner .ookaido dd {
		font-size: 12px;
		text-align: left;
	}

	.matsuyama_inner .ookaido .icon_face01 {
		display: none;
	}

	.matsuyama_inner .ookaido .icon_face02 {
		right: 20px;
		top: -25px;
		width: 54px;
		height: auto;
	}

	.matsuyama_inner table {
		border-bottom: 1px solid #d4d4d4;
	}

	.matsuyama_inner th,
	.matsuyama_inner td {
		padding: 12px;
		display: list-item;
		list-style: none;
		width: 100%;
		border-bottom: none;
		text-align: left;
		font-size: 12px;
	}

	.matsuyama_inner #gmap2 {
		height: 300px;
		margin-top: 20px;
	}
}




.post-type-archive-season .season_list {
	margin-bottom: 60px;
}

.post-type-archive-season .season_list .row {
	margin: 0 -30px;
}

.post-type-archive-season .season_list .row li {
	margin-bottom: 30px;
	padding: 0 30px;
}

.post-type-archive-season .season_list h2 {
	font-size: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-top: 10px;
}

@media only screen and (max-width: 991px) {
	.post-type-archive-season .season_list h2 {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 767px) {
	.post-type-archive-season .season_list {
		margin-bottom: 20px;
	}

	.post-type-archive-season .season_list .row {
		margin: 0 -5px;
	}

	.post-type-archive-season .season_list .row li {
		padding: 0 5px;
	}

	.post-type-archive-season .season_list h2 {
		font-size: 13px;
		text-align: center;
	}

	.post-type-archive-season .season_list .row li {
		margin-bottom: 20px;
	}
}





/*english*/
.language header .gm {
	width: 360px;
	font-size: 0;
	padding-top: 40px;
}

.language header .gm.left {
	padding-left: 40px;
}

.language header .gm li {
	width: auto;
	margin-right: 50px;
}

.language header .gm li:last-child {
	margin-right: 0;
}

.language .main_img img {
	width: 100%;
	height: auto;
}

.language .en_concept {
	text-align: center;
	padding-bottom: 30px;
	margin-top: -100px;
	padding-top: 100px;
}

.language .en_concept h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 70px;
}

.language .en_concept p {
	font-size: 15px;
	line-height: 30px;
}

.language .en_greeting {
	border-top: 1px solid #dbdbdb;
	margin-top: 60px;
	padding-top: 60px;
}

.language .en_greeting p {
	text-align: left;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 30px;
}

.language .en_shop {
	padding: 70px 0;
}

.language .shop_col {
	margin: 80px auto;
}

.language .shop_col .text {
	position: relative;
}

.language .shop_col .text_left {
	padding-right: 40px;
}

.language .shop_col .text_right {
	padding-left: 40px;
}

.language .shop_col dt {
	width: 150px;
	text-align: left;
}

.language .shop_col dd {
	padding-top: 10px;
	margin-left: 160px;
}

.language .shop_col dd h1 {
	font-size: 26px;
	line-height: 30px;
	color: #001655;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.language .shop_col dd p {
	font-size: 14px;
	line-height: 24px;
}

.language .shop_col .face {
	position: absolute;
	top: -20px;
	right: 15px;
}

.language .shop_col h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 25px 0 0;
}

.language .shop_col .copy {
	line-height: 24px;
	margin-top: 20px;
}

.language .cycle {
	margin-top: 80px;
}

.language .cycle h1 {
	font-size: 26px;
	font-weight: bold;
	color: #001655;
	text-align: center;
	margin: 20px 0 30px;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
}

.language .cycle .lead_text {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.language .cycle .table_col {
	width: 700px;
	margin: 30px auto 0;
}

.language .cycle table {
	width: 100%;
	margin-bottom: 10px;
}

.language .cycle th,
.language .cycle td {
	border: 1px solid #d4d4d4;
	padding: 20px;
}

.language .cycle th {
	background-color: #fbfaf5;
	text-align: center;
	font-weight: normal;
}

.language .matsuyama_inner {
	width: 800px;
	margin: 0 auto;
}

.language .matsuyama_inner .slider {
	margin: 40px 0 80px;
}

.language .matsuyama_inner .left {
	padding-right: 30px;
}

.language .matsuyama_inner .left p {
	font-size: 15px;
	line-height: 28px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}

.language .matsuyama_inner .info h2 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 30px;
}

.language .matsuyama_inner .info p {
	font-size: 13px;
	line-height: 22px;
	margin-top: 5px;
}

.language .en_access {
	margin-top: 80px;
	margin-bottom: 40px;
}

.language .en_access .row {
	margin-top: 30px;
}

.language .en_access dl {
	margin-bottom: 30px;
}

.language .en_access dt {
	font-size: 16px;
	margin-bottom: 5px;
}

.language .en_access dd {
	font-size: 12px;
}

/*.language .en_access #gmap{width: 100%; height: 280px;}*/
.language .en_access #gmap iframe {
	width: 100%;
	height: 280px;
}

.language.chugoku header .gm {
	width: 270px;
}

.language.chugoku header .gm.left {
	padding-left: 100px;
}

@media only screen and (max-width: 1199px) {
	.language .shop_col {
		margin: 70px auto;
	}

	.language .shop_col .text_left {
		padding-right: 30px;
	}

	.language .shop_col .text_right {
		padding-left: 30px;
	}

	.language .shop_col dt {
		width: 100px;
	}

	.language .shop_col dd {
		margin-left: 125px;
		padding-top: 5px;
	}

	.language .shop_col dd h1 {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 10px;
	}

	.language .shop_col dd p {
		font-size: 13px;
		line-height: 21px;
	}

	.language .shop_col .face {
		position: absolute;
		top: -20px;
		right: 30px;
	}

	.language .shop_col h2 {
		font-size: 16px;
		margin: 30px 0 0;
	}

	.language .shop_col .copy {
		line-height: 23px;
	}

	.language .shop_col .btn_facebook {
		padding: 12px 0;
		margin: 14px 0;
	}

	.language .shop_col.last dd {
		padding-top: 0;
		margin-top: 15px;
	}

	.language .shop_col.last dd h1 {
		font-size: 21px;
	}

	.language .cycle {
		margin-top: 60px;
	}

	.language .cycle h1 {
		font-size: 24px;
		margin: 15px 0 20px;
	}

	.language .cycle .lead_text {
		font-size: 13px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 991px) {
	.language header .gm {
		width: 300px;
		font-size: 0;
		padding-top: 24px;
	}

	.language header .gm.left {
		padding-left: 40px;
	}

	.language header .gm li {
		width: auto;
		margin-right: 30px;
	}

	.language header .gm li:last-child {
		margin-right: 0;
	}

	.language header .gm li a {
		letter-spacing: 0;
	}

	.language .en_concept {
		text-align: center;
		padding-bottom: 20px;
		margin-top: -60px;
		padding-top: 60px;
	}

	.language .en_concept h1 {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.language .en_concept p {
		font-size: 14px;
		line-height: 26px;
		text-align: left;
	}

	.language .en_greeting {
		margin-top: 30px;
		padding-top: 30px;
	}

	.language .en_greeting p {
		font-size: 13px;
		line-height: 23px;
		margin-bottom: 15px;
	}

	.language .en_shop {
		padding: 70px 0;
	}

	.language .shop_col {
		margin: 50px auto;
		width: 640px;
	}

	.language .shop_col .text_left {
		padding-right: 15px;
	}

	.language .shop_col .text_right {
		padding-left: 15px;
	}

	.language .shop_col .face {
		top: 0;
		right: 120px;
	}

	.language .shop_col .copy {
		margin-bottom: 20px;
	}

	.language .shop_col .ayu .face {
		right: 50px;
	}

	.language .cycle {
		margin-top: 50px;
	}

	.language .cycle h1 {
		font-size: 20px;
	}

	.language .cycle .lead_text {
		line-height: 22px;
	}

	.language .matsuyama_inner {
		width: 720px;
	}

	.language.chugoku header .gm {
		width: 220px;
	}

	.language.chugoku header .gm.left {
		padding-left: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.language header .sp_gm li {
		width: 100%;
		float: none;
	}

	.language header .sp_gm li:first-child {
		margin-top: 30px;
	}

	.language header .lang_sp {
		border-top: none;
	}

	/*	.language header .sp_gm li a{width: 100%; display: block; padding: 16px 0; font-weight: bold; color: #fff; border-bottom: 1px solid #253a76;}*/

	.language .en_concept {
		padding-bottom: 20px;
		margin-top: 0;
		padding-top: 0;
	}

	.language .en_concept h1 {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.language .en_concept p {
		font-size: 12px;
		line-height: 18px;
	}

	.language .en_greeting {
		margin-top: 20px;
		padding-top: 20px;
	}

	.language .en_greeting p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}

	.language .en_shop {
		padding: 50px 0;
	}

	.language .shop_col {
		width: 100%;
		margin: 20px auto;
	}

	.language .shop_col dt {
		float: left;
		width: 90px;
	}

	.language .shop_col dd {
		margin-left: 105px;
		padding-top: 5px;
	}

	.language .shop_col dd h1 {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 5px;
		letter-spacing: 0;
	}

	.language .shop_col dd p {
		font-size: 12px;
		line-height: 18px;
	}

	.language .shop_col .face {
		display: none;
	}

	.language .shop_col h2 {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 0;
	}

	.language .shop_col.last dd h1 {
		font-size: 15px;
	}

	.language .shop_col .copy {
		line-height: 18px;
	}

	.language .shop_col .slider {
		margin-top: 10px;
	}

	.language .cycle {
		margin-top: 30px;
	}

	.language .cycle .icon_cycle {
		width: 60px;
		height: auto;
	}

	.language .cycle h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.language .cycle .lead_text {
		line-height: 20px;
		font-size: 13px;
		text-align: left;
	}

	.language .cycle .table_col {
		width: 100%;
		margin: 20px auto 0;
	}

	.language .cycle table {
		border-bottom: 1px solid #d4d4d4;
	}

	.language .cycle th,
	.language .cycle td {
		display: list-item;
		font-size: 12px;
		line-height: 18px;
		list-style-type: none;
		width: 100%;
		border-bottom: none;
		padding: 10px;
		text-align: left;
	}

	.language .cycle .table_col p {
		font-size: 12px;
		line-height: 18px;
	}

	.language .matsuyama_inner {
		width: 100%;
	}

	.language .matsuyama_inner .slider {
		margin-bottom: 30px;
	}

	.language .matsuyama_inner .left {
		padding-right: 15px;
		margin-top: 20px;
	}

	.language .matsuyama_inner .right img {
		width: 120px;
		height: auto;
	}

	.language .matsuyama_inner .left p {
		font-size: 12px;
		line-height: 20px;
		padding-bottom: 20px;
	}

	.language .matsuyama_inner .info h2 {
		font-weight: bold;
		font-size: 13px;
		margin-top: 20px;
	}

	.language .matsuyama_inner .info p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 2px;
	}

	.language .en_access {
		margin-top: 50px;
	}

	.language .en_access .row {
		margin-top: 20px;
	}

	.language .en_access dl {
		margin-bottom: 20px;
	}

	.language .en_access dt {
		font-size: 15px;
		margin-bottom: 0px;
	}

	.language .en_access dd {
		font-size: 12px;
		line-height: 18px;
	}

	.language footer {
		border-top: 1px solid #ddd;
	}
}


.interview_list {
	margin-bottom: 40px;
}

.interview_list h2 {
	font-weight: bold;
	color: #001655;
	margin-bottom: 5px;
	font-size: 15px;
}

.interview_list li {
	margin-bottom: 35px;
}

.interview_list .youtube {
	position: relative;
	padding-top: 56.25%;
}

.interview_list .youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width: 991px) {
	.interview_list h2 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.interview_list h2 {
		font-size: 13px;
	}
}




/*confit*/

.confit article h1 {
	font-size: 26px;
	text-align: center;
	color: #001655;
	font-weight: bold;
	margin: 60px 0 20px;
}

.confit article h2 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.confit article p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}

.confit article p.last {
	margin-bottom: 0;
}

.confit article .youtube {
	position: relative;
	padding-top: 56.25%;
}

.confit article .youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

.confit article .left_pd {
	padding-left: 40px;
}

.confit article .right_pd {
	padding-right: 40px;
}

.confit article .col01 {
	padding: 0px 15px 80px;
}

.confit article .col01 .logo_ayu {
	width: 180px;
	height: auto;
	margin-bottom: 30px;
}

.confit article .col01 p {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
}

.confit article .col01 .btn_basic {
	width: 400px;
}

.confit article .col02 {
	background-color: #efecdd;
	padding: 100px 0;
}

.confit article .col03 {
	padding: 100px 15px;
}

.confit article .col03 h2 {
	color: #001655;
}

.confit article .col04 {
	background-color: #001655;
	padding: 100px 0;
}

.confit article .col04 .youtube_col {
	width: 720px;
	margin: 40px auto;
}

.confit article .col04 h2 {
	color: #fff;
	text-align: center;
}

.confit article .col04 p {
	color: #fff;
}

.confit article .col04 .lead_text {
	text-align: center;
}

.confit article .col04 .col {
	border: 6px solid #4d5c88;
	border-radius: 10px;
	padding: 50px;
	margin-top: 50px;
}

.confit article .col04 .col h3 {
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid #4d5c88;
	font-weight: bold;
	padding-bottom: 10px;
	margin: 30px 0 15px;
}

.confit article .col04 .col .first h3 {
	margin-top: 0;
}

.confit article .col04 .col p {
	font-size: 13px;
	line-height: 22px;
}

.confit article .col04 .col .logo_crosstokyo {
	background-color: #fff;
	margin-top: 30px;
	padding: 20px 0;
}

.confit article .col05 {
	padding: 100px 0;
	background-color: #efecdd;
}

.confit article .col05 h2 {
	color: #001655;
	text-align: center;
	margin-bottom: 40px;
}

.confit article .col06 {
	background: url(../images/bg_col06.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 100px 0 80px;
}

.confit article .col06 h2 {
	color: #fff;
}

.confit article .col06 p {
	color: #fff;
}

.confit article .col07 {
	padding-top: 80px;
}

.confit article .col07 ul {
	text-align: center;
}

.confit article .col07 li {
	display: inline-block;
	margin: 0 15px;
}

.confit article .col07 li a {
	border: 1px solid #ddd;
	padding: 15px 15px 10px 15px;
	display: block;
	position: relative;
}

.confit article .col07 li a:hover {
	opacity: 0.6;
}

.confit article .col07 li p {
	margin-bottom: 0;
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #011655;
}

.confit article .col07 li .arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.confit article .cofit_product {
	padding: 100px 15px;
}

.confit article .cofit_product .col {
	width: 720px;
	margin: 0 auto;
}

.confit article .cofit_product h2 {
	color: #001655;
	margin-bottom: 10px;
	margin-top: 50px;
	text-align: center;
}

.confit article .cofit_product h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.confit article .cofit_product p {
	margin-top: 30px;
	text-align: center;
}

.confit article .cofit_product .btn_basic {
	width: 400px;
	margin-top: 40px;
}

.confit article .cook_col {
	background-color: #001655;
	padding: 80px 0;
}

.confit article .cook_col h2,
.confit article .cook_col p {
	color: #fff;
	text-align: center;
}

.confit article .cook_col .inner {
	width: 720px;
	margin: 0 auto;
}
.confit article .confit-kan{
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 100;
	width: 136px;
}
@media only screen and (max-width: 1199px) {
	.confit article .left_pd {
		padding-left: 20px;
	}

	.confit article .right_pd {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.confit article h1 {
		font-size: 22px;
		margin: 40px 0 15px;
	}

	.confit article h2 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.confit article p {
		font-size: 13px;
		line-height: 21px;
		margin-bottom: 15px;
	}

	.confit article .col01 {
		padding: 0 15px 50px;
	}

	.confit article .col01 .logo_ayu {
		width: 150px;
		height: auto;
	}

	.confit article .col01 p {
		font-size: 15px;
		line-height: 28px;
	}

	.confit article .col02 {
		padding: 50px 0;
	}

	.confit article .col03 {
		padding: 50px 15px;
	}

	.confit article .col04 {
		padding: 50px 0;
	}

	.confit article .col04 .youtube_col {
		margin: 30px auto;
		width: 650px;
	}

	.confit article .col04 .col {
		border: 4px solid #4d5c88;
		padding: 25px;
		margin-top: 30px;
	}

	.confit article .col04 .col h3 {
		font-size: 14px;
		padding-bottom: 5px;
		margin: 20px 0 10px;
	}

	.confit article .col04 .col p {
		font-size: 12px;
		line-height: 20px;
	}

	.confit article .col04 .col .logo_crosstokyo {
		margin-top: 20px;
		padding: 10px 0;
	}

	.confit article .col05 {
		padding: 50px 15px;
	}

	.confit article .col05 h2 {
		margin-bottom: 30px;
	}

	.confit article .col06 {
		padding: 50px 0;
	}

	.confit article .col07 {
		padding-top: 50px;
	}

	.confit article .col07 li {
		margin: 0 10px;
		width: 330px;
	}

	.confit article .col07 li a {
		padding: 15px 15px 10px 15px;
	}

	.confit article .col07 li p {
		margin-top: 15px;
		font-size: 15px;
		line-height: 22px;
	}

	.confit article .cofit_product {
		padding: 50px 15px;
	}

	.confit article .cofit_product h2 {
		margin-top: 30px;
		font-size: 20px;
	}

	.confit article .cofit_product p {
		margin-top: 20px;
	}

	.confit article .cofit_product .btn_basic {
		margin-top: 30px;
	}

	.confit article .cook_col {
		padding: 50px 0;
	}
	.confit article .confit-kan{
		bottom: 20px;
		left: 20px;
		width: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.confit article h1 {
		font-size: 16px;
		margin: 30px 0 10px;
	}

	.confit article h2 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.confit article p {
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 15px;
	}

	.confit article .col01 {
		padding: 0 15px 30px;
	}

	.confit article .col01 .logo_ayu {
		width: 100px;
		height: auto;
		margin-bottom: 15px;
	}

	.confit article .col01 p {
		font-size: 13px;
		line-height: 21px;
	}

	.confit article .col01 .btn_basic {
		width: 280px;
	}

	.confit article .col04 .youtube_col {
		margin: 20px auto;
		width: 100%;
	}

	.confit article .col02 {
		padding: 30px 0;
	}

	.confit article .col03 {
		padding: 30px 15px;
	}

	.confit article .col04 {
		padding: 30px 0;
	}

	.confit article .col04 .lead_text {
		text-align: left;
	}

	.confit article .col04 .lead_text br {
		display: none;
	}

	.confit article .col04 .col {
		border: 3px solid #4d5c88;
		padding: 15px;
		margin-top: 20px;
	}

	.confit article .col04 .col h3 {
		font-size: 13px;
		padding-bottom: 5px;
		margin: 25px 0 5px;
	}

	.confit article .col04 .col p {
		font-size: 11px;
		line-height: 18px;
	}

	.confit article .col04 .col .logo_crosstokyo {
		margin-top: 0;
		padding: 12px 0;
	}

	.confit article .col04 .col .logo_crosstokyo img {
		width: 80px;
		height: auto;
	}

	.confit article .col05 {
		padding: 30px 15px;
	}

	.confit article .col05 h2 {
		margin-bottom: 10px;
		text-align: left;
	}

	.confit article .col05 h2 br {
		display: none;
	}

	.confit article .col06 {
		padding: 30px 0;
	}

	.confit article .col06 p.last {
		margin-bottom: 15px;
	}

	.confit article .col07 {
		padding-top: 10px;
	}

	.confit article .col07 li {
		margin: 20px 0px 0px 0px;
		max-width: 300px;
		width: 100%;
	}

	.confit article .col07 li a {
		padding: 10px 10px 5px 10px;
	}

	.confit article .col07 li p {
		margin-top: 10px;
		font-size: 13px;
		line-height: 20px;
	}


	.confit article .cofit_product {
		padding: 30px 15px;
	}

	.confit article .cofit_product .col {
		width: 100%;
	}

	.confit article .cofit_product h2 {
		margin-top: 20px;
		font-size: 18px;
	}

	.confit article .cofit_product h3 {
		font-size: 16px;
	}

	.confit article .cofit_product p {
		margin-top: 15px;
		text-align: left;
		font-size: 12px;
		line-height: 19px;
	}

	.confit article .cofit_product p br {
		display: none;
	}

	.confit article .cofit_product .btn_basic {
		width: 280px;
		margin-top: 15px;
	}

	.confit article .cook_col {
		padding: 30px 15px;
	}

	.confit article .cook_col .inner {
		width: 100%;
	}
	.confit article .confit-kan{
		bottom: 90px;
		left: auto;
		right: 15px;
		width: 100px;
	}
}

.times_list {
	margin-bottom: 50px;
}

.times_list li {
	margin-bottom: 30px;
}

.times_list dt {
	border: 1px solid #ddd;
	margin-bottom: 8px;
}

.times_list dt a:hover img {
	opacity: 0.6;
}

.times_list dd {
	text-align: center;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.times_list {
		margin-bottom: 30px;
	}

	.times_list li {
		margin-bottom: 20px;
	}

	.times_list dt {
		margin-bottom: 5px;
	}

	.times_list dd {
		font-size: 12px;
		line-height: 18px;
	}
}



.themasong article .youtube_col {
	width: 850px;
	margin: 0 auto;
}

.themasong article .youtube {
	position: relative;
	padding-top: 56.25%;
}

.themasong article .youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

.themasong .artist_col {
	border: 8px solid #001655;
	padding: 40px 50px;
	border-radius: 15px;
	margin-top: 60px;
}

.themasong .artist_col ul {
	margin-bottom: 30px;
}

.themasong .artist_col li {
	text-align: center;
}

.themasong .artist_col .part {
	font-size: 16px;
}

.themasong .artist_col h1 {
	font-size: 30px;
	line-height: 1;
	margin-top: 14px;
}

.themasong .artist_col .en {
	font-size: 12px;
	letter-spacing: 0.05em;
	margin-top: 4px;
}

.themasong .artist_col .left {
	padding-right: 40px;
}

.themasong .artist_col p {
	font-size: 14px;
	line-height: 30px;
}

.themasong .artist_col h2 {
	font-size: 22px;
	line-height: 34px;
	color: #001655;
	margin-top: 10px;
}

@media only screen and (max-width: 991px) {
	.themasong article .youtube_col {
		width: 720px;
	}

	.themasong .artist_col {
		border: 6px solid #001655;
		padding: 30px 40px;
		margin-top: 40px;
	}

	.themasong .artist_col ul {
		margin-bottom: 20px;
	}

	.themasong .artist_col .part {
		font-size: 14px;
	}

	.themasong .artist_col h1 {
		font-size: 26px;
		margin-top: 10px;
	}

	.themasong .artist_col .left {
		padding-right: 15px;
	}

	.themasong .artist_col p {
		font-size: 13px;
		line-height: 24px;
	}

	.themasong .artist_col h2 {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.themasong article .youtube_col {
		width: 100%;
	}

	.themasong .artist_col {
		border: 4px solid #001655;
		padding: 15px;
		margin-top: 20px;
		border-radius: 10px;
	}

	.themasong .artist_col ul {
		margin-bottom: 10px;
	}

	.themasong .artist_col .part {
		font-size: 12px;
	}

	.themasong .artist_col h1 {
		font-size: 20px;
		margin-top: 5px;
	}

	.themasong .artist_col .en {
		font-size: 10px;
		margin-top: 0;
	}

	.themasong .artist_col .left {
		margin-bottom: 15px;
	}

	.themasong .artist_col p {
		font-size: 12px;
		line-height: 20px;
	}

	.themasong .artist_col h2 {
		font-size: 14px;
		line-height: 20px;
	}

}


.ookaido_inner {
	width: 800px;
	margin: 0 auto;
}

.ookaido_inner h2 {
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}

.ookaido_inner .products {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 30px 0;
	position: relative;
	margin-top: 80px;
}

.ookaido_inner .products dt {
	font-size: 22px;
	font-weight: bold;
	color: #001655;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	margin-bottom: 15px;
}

.ookaido_inner .products dd {
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}

.ookaido_inner .products p {
	text-align: center;
	margin-top: 20px;
}

.ookaido_inner .info {
	text-align: center;
	margin-top: 40px;
}

.ookaido_inner .info p {
	margin-bottom: 20px;
}

.ookaido_inner .info .tel {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	font-size: 24px;
	color: #001655;
}

@media only screen and (max-width: 991px) {
	.ookaido_inner {
		width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.ookaido_inner {
		width: 100%;
	}

	.ookaido_inner h2 {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.ookaido_inner .products {
		padding: 15px 0;
		margin-top: 60px;
	}

	.ookaido_inner .products dt {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.ookaido_inner .products dd {
		font-size: 12px;
		line-height: 21px;
	}

	.ookaido_inner .products p {
		margin-top: 15px;
		font-size: 11px;
		line-height: 18px;
	}

	.ookaido_inner .info {
		margin-top: 20px;
	}

	.ookaido_inner .info p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 19px;
	}

	.ookaido_inner .info .tel {
		font-size: 18px;
	}
}




.grecaptcha-badge {
	opacity: 0;
}

.google-privacy {
	margin-top: 30px;
}

.google-privacy p {
	text-align: center;
	font-size: 12px;
}

.google-privacy a {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.google-privacy {
		margin-top: 20px;
	}

	.google-privacy p {
		text-align: left;
		font-size: 11px;
		line-height: 18px;
	}

	.google-privacy br {
		display: none;
	}
}



/*reserved*/
.reserved .contact_col {
	width: 900px;
	margin: 0 auto;
}
.reserved h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.reserved table {
	width: 100%;
	margin-top: 50px;
}

.reserved th,
.reserved td {
	border: 1px solid #d4d4d4;
	padding: 20px;
}

.reserved th {
	width: 25%;
}

.reserved td {
	width: 75%;
}

.reserved th {
	background-color: #fbfaf5;
	text-align: center;
	font-weight: normal;
}

.reserved input[type="text"],
.reserved input[type="email"] {
	height: 40px;
	font-size: 14px;
}

.reserved input.long {
	width: 400px;
}

.reserved input.short {
	width: 100px;
}

.reserved textarea {
	width: 100%;
}

.reserved input[type="submit"] {
	background-color: #001655;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 700;
	width: 300px;
	margin: 30px auto 0;
	display: block;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	border-radius: 30px;
	transition-property: all;
	transition: 0.2s linear;
}

.reserved input[type="submit"]:hover {
	opacity: 0.6;
	color: #fff;
}

.reserved table p {
	margin-top: 5px;
}
.reserved iframe{
	width: 100%;
	height: 500px;
	margin-bottom: 5px;
}
.reserved .wpcf7-response-output{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}
@media only screen and (max-width: 991px) {
	.reserved .contact_col {
		width: 720px;
	}
}

@media only screen and (max-width: 767px) {
	.reserved .contact_col {
		width: 100%;
	}

	.reserved table {
		border-bottom: 1px solid #d4d4d4;
	}

	.reserved table th,
	.reserved table td {
		display: list-item;
		list-style: none;
		width: 100%;
		border-bottom: none;
		padding: 12px;
		font-size: 12px;
	}

	.reserved input[type="text"],
	.reserved input[type="email"] {
		height: 30px;
		font-size: 13px;
	}

	.reserved input.long {
		width: 100%;
	}

	.reserved input.short {
		width: 65px;
	}

	.reserved input[type="submit"] {
		width: 250px;
		margin: 20px auto 0;
		padding: 15px 0;
		font-size: 13px;
	}
}

