@charset "UTF-8";
/*――――――――――――――――――
	リセット
―――――――――――――――――――*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

.slick-slider {
	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,
.slick-slider {
	position: relative;
	display: block;
}

.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 {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.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-loading .slick-slide {
	visibility: hidden;
}

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

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

.slick-arrow {
	position: absolute;
	outline: none;
	border: none;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 60px 60px 0 0;
	z-index: 30;
	cursor: pointer;
	top: 44%;
}

.slick-prev {
	left: 0;
	background: url(../img/common/slide_prev.svg) no-repeat left top/100% auto;
}

.slick-next {
	right: 0;
	background: url(../img/common/slide_next.svg) no-repeat left top/100% auto;
}

/*――――――――――――――――――
	共通
―――――――――――――――――――*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	padding-top: 100px;
	-webkit-font-smoothing: antialiased;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	line-height: 1.5;
	color: #000;
	font-size: 16px;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	background: #f2f1ec;
	font-weight: 600;
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #000;
}

.sp_block {
	display: none;
}

.w1023_block {
	display: none;
}

.w960 {
	max-width: 960px;
	margin: 0 auto;
}

.w1216 {
	max-width: 1216px;
	margin: 0 auto;
}

.w1280 {
	max-width: 1280px;
	margin: 0 auto;
}

.w1345 {
	max-width: 1345px;
	margin: 0 auto;
}

.slick-slide {
	outline: none;
}
.slick-slide a {
	outline: none;
}
.slick-slide a:hover {
	outline: none;
}

.adj {
	padding-top: 105px;
	margin-top: -105px;
}

#overlay {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
}

.c_orange {
	color: #ca5237;
}

.bold {
	font-weight: bold;
	font-weight: 700;
}

select::-ms-expand {
	display: none;
}

.ttl01 {
	color: #ca5237;
	text-align: center;
	padding-top: 40px;
	background: url(../img/top/ic01_ttl01.png) no-repeat center top;
	line-height: 1;
}
.ttl01.ic01 {
	background-image: url(../img/top/ic01_ttl01.png);
}
.ttl01.ic02 {
	background-image: url(../img/top/ic02_ttl01.png);
}
.ttl01.ic03 {
	background-image: url(../img/top/ic03_ttl01.png);
}
.ttl01.ic04 {
	background-image: url(../img/top/ic04_ttl01.png);
}
.ttl01.ic05 {
	background-image: url(../img/top/ic05_ttl01.png);
}
.ttl01 span {
	display: block;
}
.ttl01 .ja {
	font-size: 36px;
	margin-bottom: 12px;
}

.ttl02 {
	font-size: 36px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 24px;
	padding-bottom: 15px;
}

.ttl03 {
	padding-left: 40px;
	margin-bottom: 22px;
	line-height: 1.2;
}
.ttl03.mb40 {
	margin-bottom: 40px;
}
.ttl03.ic01 {
	background: url(../img/archive/ic01.png) no-repeat left center;
}
.ttl03.ic02 {
	background: url(../img/archive/ic02.png) no-repeat left center;
	padding-left: 45px;
}
.ttl03.ic03 {
	background: url(../img/archive/ic03.png) no-repeat left center;
}
.ttl03.ic04 {
	background: url(../img/archive/ic04.png) no-repeat left 10px;
	padding-left: 48px;
}
.ttl03.ic05 {
	background: url(../img/archive/ic05.png) no-repeat left center;
	padding-left: 45px;
}
.ttl03.ic06 {
	background: url(../img/archive/ic06.png) no-repeat left center;
}
.ttl03 .ja {
	font-size: 36px;
	margin-right: 15px;
}

.ttl04 {
	font-size: 24px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 14px;
}

.home_btn {
	display: block;
	width: 240px;
	border-radius: 50px;
	color: #727171;
	font-size: 18px;
	line-height: 48px;
	border: solid 1px #727171;
	text-align: center;
	background: url(../img/common/back_arrow.svg) no-repeat 26px center;
	padding-left: 15px;
	margin: 0 auto;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.home_btn:hover {
	opacity: 0.6;
}

.gmap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*――――――――――――――――――
	header
―――――――――――――――――――*/
#header {
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #f2f1ec;
	padding: 0 100px 0 32px;
	height: 100px;
	display: -webkit-flex;
	display: flex;
}

#header_logo {
	padding-top: 15px;
	margin-right: auto;
}

#header_nav01 {
	width: 100%;
	max-width: 650px;
	padding-top: 20px;
	margin-right: 50px;
}
#header_nav01 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#header_nav01 li {
	width: 20%;
	border-right: solid 1px #d7d6d3;
}
#header_nav01 li:first-child {
	border-left: solid 1px #d7d6d3;
}
#header_nav01 a {
	display: block;
	text-align: center;
	padding-top: 38px;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#header_nav01 a:hover {
	opacity: 0.6;
}
#header_nav01 .ic01 {
	background: url(../img/common/ic01.png) no-repeat center 4px;
}
#header_nav01 .ic02 {
	background: url(../img/common/ic02.png) no-repeat center 4px;
}
#header_nav01 .ic03 {
	background: url(../img/common/ic03.png) no-repeat center 4px;
}
#header_nav01 .ic04 {
	background: url(../img/common/ic04.png) no-repeat center 6px;
}
#header_nav01 .ic05 {
	background: url(../img/common/ic05.png) no-repeat center 4px;
}

#header_nav02 {
	margin-right: auto;
	width: 100%;
	max-width: 110px;
	padding-top: 40px;
}
#header_nav02 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#header_nav02 a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#header_nav02 a:hover {
	opacity: 0.6;
}

#header_favorite a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	color: #838071;
	background: url(../img/common/ic_hart3.png) no-repeat center 36px;
	padding-top: 62px;
	text-align: center;
	font-size: 14px;
}
#header_favorite a .num {
	position: absolute;
	top: 17px;
	right: 17px;
	color: #fff;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	background: #ca5237;
	padding-top: 3px;
}

/*――――――――――――――――――
	ハンバーガーメニュー
―――――――――――――――――――*/
#hb_menu {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: none;
	cursor: pointer;
	padding: 30px 35px 0;
	line-height: 1;
	transition: .4s ease;
}
#hb_menu span {
	display: block;
}
#hb_menu span.bar {
	height: 2px;
	background: #727171;
	display: block;
	margin-bottom: 8px;
	transition: .4s ease;
}
#hb_menu.open {
	box-shadow: none;
}
#hb_menu.open span {
	background: #727171;
}
#hb_menu.open span:nth-child(1) {
	transform: translate(0, 18px) rotate(45deg);
}
#hb_menu.open span:nth-child(2) {
	opacity: 0;
}
#hb_menu.open span:nth-child(3) {
	transform: translate(0, -2px) rotate(-45deg);
	margin-bottom: 5px;
}
#hb_menu.open .text {
	opacity: 0;
	background: none;
}
#hb_menu .text {
	transition: .4s ease;
	font-weight: bold;
	opacity: 1;
	color: #727171;
	position: absolute;
	text-align: center;
	font-size: 14px;
	bottom: 20px;
	left: 0;
	width: 100%;
	display: block;
}

/*――――――――――――――――――
	サイドメニュー
―――――――――――――――――――*/
#side_nav {
	z-index: 998;
	right: 0;
	top: 0;
	height: 100vh;
	position: fixed;
	background: #fff;
	width: 450px;
	opacity: 0;
	transition: .6s ease;
	transform: translate(450px, 0);
}
#side_nav.open {
	opacity: 1;
	transform: translate(0);
}

#side_nav_inner {
	overflow: auto;
	max-height: 100vh;
	padding: 65px 62px 30px;
		/*// バー全体
		&::-webkit-scrollbar {
			width: 3px;
		}
		// スクロールバーの軌道
		&::-webkit-scrollbar-track {
			border-radius: 10px;
			box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
		}
	
		// スクロールバーの動く部分
		&::-webkit-scrollbar-thumb {
			background-color: rgba(0, 0, 50, .5);
			border-radius: 10px;
			box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
		}*/
}

#side_nav01 {
	font-size: 18px;
	padding: 0 0 20px 15px;
	border-bottom: solid 1px #ccc;
}
#side_nav01 li {
	margin-bottom: 20px;
}
#side_nav01 li:last-child {
	margin-bottom: 0;
}
#side_nav01 a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	padding-left: 40px;
	display: inline-block;
	line-height: inherit;
}
#side_nav01 a:hover {
	opacity: 0.6;
}
#side_nav01 .ic_home {
	background: url(../img/common/ic_home.svg) no-repeat left 1px;
}
#side_nav01 .ic01 {
	background: url(../img/common/ic01.png) no-repeat 4px 3px/15px auto;
}
#side_nav01 .ic02 {
	background: url(../img/common/ic02.png) no-repeat left 1px/21px auto;
}
#side_nav01 .ic03 {
	background: url(../img/common/ic03.png) no-repeat left 3px/20px auto;
}
#side_nav01 .ic04 {
	background: url(../img/common/ic04.png) no-repeat left 5px/23px auto;
}
#side_nav01 .ic05 {
	background: url(../img/common/ic05.png) no-repeat left 2px/22px auto;
}

#side_favorite {
	padding: 28px 0;
	border-bottom: solid 1px #ccc;
}
#side_favorite a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #f2f1ec url(../img/common/ic_hart2.png) no-repeat 16px center;
	border-radius: 5px;
	padding-left: 42px;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#side_favorite a:hover {
	opacity: 0.6;
}

#side_nav02 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: 500;
	padding: 24px 0;
	border-bottom: solid 1px #ccc;
}
#side_nav02 li {
	margin-bottom: 8px;
}
#side_nav02 li:last-child {
	margin-bottom: 0;
}
#side_nav02 a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#side_nav02 a:hover {
	opacity: 0.6;
}

#side_sns {
	font-size: 0;
	line-height: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 32px;
}
#side_sns li {
	margin: 0 12px;
}
#side_sns a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#side_sns a:hover {
	opacity: 0.6;
}

/*――――――――――――――――――
	footer
―――――――――――――――――――*/
#footer {
	margin-top: 140px;
	padding-top: 26px;
	position: relative;
	background: url(../img/common/f_wave.png) left top repeat-x;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .bg {
	background: url(../img/common/bg_footer.jpg);
	padding: 55px 0 90px;
}
#footer .w1345 {
	position: relative;
}
#footer .w1345:before {
	position: absolute;
	top: -125px;
	right: 15px;
	display: inline-block;
	content: '';
	width: 311px;
	height: 180px;
	background: url(../img/common/f_bg01.png) no-repeat left top/100% auto;
}
#footer #f_logo {
	margin-bottom: 45px;
}
#footer #f_nav01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 80px;
}
#footer #f_nav01 > div {
	width: 11.15%;
}
#footer #f_nav01 > div.column2 {
	width: 22.3%;
}
#footer #f_nav01 > div.column3 {
	width: 33.45%;
}
#footer #f_nav01 .ttl {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	padding-bottom: 3px;
	margin-bottom: 22px;
}
#footer #f_nav01 .ttl a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#footer #f_nav01 .ttl a:hover {
	opacity: 0.6;
}
#footer #f_nav01 .flex01,
#footer #f_nav01 .flex02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#footer #f_nav01 .flex01 ul,
#footer #f_nav01 .flex02 ul {
	margin-right: 10px;
}
#footer #f_nav01 ul {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.75;
}
#footer #f_nav01 ul a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#footer #f_nav01 ul a:hover {
	opacity: 0.6;
}
#footer #footer_bottom {
	font-weight: normal;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#footer #footer_bottom a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#footer #footer_bottom a:hover {
	opacity: 0.6;
}
#footer #footer_bottom .left {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#footer #footer_bottom #f_nav02 {
	width: 430px;
	margin-right: 45px;
}
#footer #footer_bottom #f_nav02 ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#footer #footer_bottom #f_sns {
	width: 85px;
}
#footer #footer_bottom #f_sns ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	font-size: 0;
	line-height: 1;
}

/*――――――――――――――――――
	ぱんくず
―――――――――――――――――――*/
#w_breadcrumb {
	padding-top: 25px;
	padding-bottom: 42px;
}
#w_breadcrumb .bg {
	background: #e3e1d7;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
}

#breadcrumb {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 14px;
	color: #727171;
}
#breadcrumb a {
	text-decoration: underline;
	color: #727171;
}
#breadcrumb a:hover {
	text-decoration: none;
}
#breadcrumb li {
	padding: 5px 16px;
	position: relative;
}
#breadcrumb li:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #727171;
	border-radius: 50%;
	top: 50%;
	transform: translate(0, -50%);
	right: -3px;
}
#breadcrumb li:first-child {
	padding: 0;
}
#breadcrumb li:first-child:after {
	content: none;
}
#breadcrumb li:first-child a {
	display: inline-block;
	background: #ca5237;
	color: #fff;
	padding: 5px 25px;
	text-align: center;
	text-decoration: none;
}
#breadcrumb li:last-child:after {
	content: none;
}

/*――――――――――――――――――
	2カラムレイアウト
―――――――――――――――――――*/
.w_column2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.w_column2#single {
	-webkit-flex-direction: row;
	flex-direction: row;
}
.w_column2#single #leftColumn {
	width: 68.42%;
}
.w_column2#single #rightColumn {
	width: 26.315%;
}
.w_column2 #rightColumn {
	width: 68.42%;
}
.w_column2 #leftColumn {
	width: 26.315%;
}

@media only screen and (max-width: 1490px) {
	#header_nav01 {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1400px) {
	#header_nav01 {
		margin-right: auto;
	}

	#header_nav02 {
		display: none;
	}
}
@media only screen and (max-width: 1345px) {
	.w1345 {
		padding-left: 4%;
		padding-right: 4%;
	}

	#footer #f_nav01 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#footer #f_nav01 > div {
		width: 20%;
		margin-right: 2.5%;
	}
	#footer #f_nav01 > div:nth-child(-n+3) {
		margin-bottom: 50px;
	}
	#footer #f_nav01 > div.column3 {
		width: 55%;
		margin-right: 0;
	}
	#footer #f_nav01 > div.column2 {
		width: 42.5%;
	}
	#footer #f_nav01 .flex01,
	#footer #f_nav01 .flex02 {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	#footer #f_nav01 .flex01 ul,
	#footer #f_nav01 .flex02 ul {
		margin-right: 40px;
	}
	#footer #f_nav01 .flex01 ul:last-child,
	#footer #f_nav01 .flex02 ul:last-child {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1280px) {
	.w1280 {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 1260px) {
	#header {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#header_nav01 {
		display: none;
	}
}
@media only screen and (max-width: 1216px) {
	.w1216 {
		padding-left: 4%;
		padding-right: 4%;
	}

	.w_column2 #leftColumn {
		width: 29.5%;
	}
}
@media only screen and (max-width: 1023px) {
	body {
		padding-top: 75px;
	}

	.adj {
		padding-top: 75px;
		margin-top: -75px;
	}

	.w1023_block {
		display: block;
	}

	#header {
		border-top-width: 3px;
		height: 75px;
		padding-left: 15px;
		padding-right: 75px;
	}

	#header_logo {
		padding-top: 10px;
	}
	#header_logo a {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		padding: 57px 230px 0 0;
		background: url(../img/common/logo_sp.svg) no-repeat left top/100% auto;
	}

	#header_favorite a {
		width: 75px;
		height: 72px;
		padding-top: 45px;
		background-size: 18px auto;
		background-position: center 22px;
	}
	#header_favorite a .num {
		top: 6px;
		right: 12px;
		font-size: 10px;
		width: 22px;
		height: 22px;
	}
	#header_favorite a .text {
		font-size: 11px;
	}

	#hb_menu {
		width: 75px;
		height: 72px;
		padding: 20px 24px 0;
	}
	#hb_menu.open span:nth-child(1) {
		transform: translate(0, 15px) rotate(45deg);
	}
	#hb_menu.open span:nth-child(3) {
		transform: translate(0, -5px) rotate(-45deg);
	}
	#hb_menu .text {
		font-size: 11px;
		bottom: 10px;
	}

	#w_breadcrumb {
		padding-top: 35px;
		padding-bottom: 10px;
	}

	.w_column2 {
		display: block;
	}
	.w_column2#single #rightColumn,
	.w_column2#single #leftColumn {
		width: 100%;
	}
	.w_column2#single #leftColumn {
		margin-bottom: 70px;
	}
	.w_column2 #rightColumn,
	.w_column2 #leftColumn {
		width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.w960 {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 900px) {
	#footer #f_nav01 .flex01 ul,
	#footer #f_nav01 .flex02 ul {
		margin-right: 20px;
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 15px;
	}

	.sp_block {
		display: block;
	}

	body {
		padding-top: 65px;
	}

	.adj {
		padding-top: 65px;
		margin-top: -65px;
	}

	.ttl01 {
		padding-top: 25px;
	}
	.ttl01 .ja {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.ttl01 .en {
		font-size: 12px;
	}
	.ttl01.ic01 {
		background-size: 14px auto;
	}
	.ttl01.ic02 {
		background-size: 18px auto;
	}
	.ttl01.ic03 {
		background-size: 18px auto;
	}
	.ttl01.ic04 {
		background-size: 20px auto;
	}
	.ttl01.ic05 {
		background-size: 18px auto;
	}

	.ttl02 {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.ttl03 {
		padding-left: 24px;
		margin-bottom: 16px;
	}
	.ttl03 .ja {
		font-size: 21px;
		margin-right: 5px;
	}
	.ttl03 .en {
		font-size: 12px;
	}
	.ttl03.ic01 {
		background-size: 15px auto;
	}
	.ttl03.ic02 {
		padding-left: 24px;
		background-size: 24px auto;
	}
	.ttl03.ic03 {
		background-size: 19px auto;
		padding-left: 28px;
	}
	.ttl03.ic04 {
		background-size: 25px auto;
		background-position: left 4px;
		padding-left: 36px;
	}
	.ttl03.ic05 {
		background-size: 21px auto;
		padding-left: 28px;
	}
	.ttl03.ic06 {
		background-size: 16px auto;
		padding-left: 20px;
	}

	.ttl04 {
		font-size: 18px;
	}

	.home_btn {
		font-size: 15px;
		width: 270px;
		background-size: 11px auto;
		background-position: 22px center;
	}

	#header {
		padding-left: 10px;
		padding-right: 65px;
		height: 65px;
	}

	#header_logo {
		padding-top: 12px;
		margin-right: 0;
	}
	#header_logo a {
		padding: 40px 170px 0 0;
	}

	#header_favorite a {
		height: 62px;
		width: 65px;
		padding-top: 36px;
		background-size: 14px auto;
		background-position: center 22px;
	}
	#header_favorite a .text {
		font-size: 10px;
		letter-spacing: 0;
	}
	#header_favorite a .num {
		top: 7px;
		right: 11px;
		width: 20px;
		height: 20px;
	}

	#hb_menu {
		width: 65px;
		height: 62px;
		padding: 16px 20px 0;
	}
	#hb_menu span.bar {
		margin-bottom: 7px;
	}
	#hb_menu .text {
		font-size: 10px;
		bottom: 8px;
	}
	#hb_menu.open span:nth-child(1) {
		transform: translate(0, 13px) rotate(45deg);
	}
	#hb_menu.open span:nth-child(3) {
		transform: translate(0, -5px) rotate(-45deg);
	}

	#side_nav {
		transform: translate(100%, 0);
		width: 100%;
	}

	#side_nav_inner {
		padding: 65px 20px 60px;
	}

	#side_nav01 {
		padding-left: 0;
		font-size: 18px;
	}
	#side_nav01 li {
		margin-bottom: 15px;
	}
	#side_nav01 a {
		padding: 3px 0 3px 30px;
	}
	#side_nav01 .ic_home {
		background-size: 16px auto;
		background-position: left center;
	}
	#side_nav01 .ic01 {
		background-size: 12px auto;
		background-position: 3px center;
	}
	#side_nav01 .ic02 {
		background-size: 14px auto;
		background-position: 2px center;
	}
	#side_nav01 .ic03 {
		background-size: 14px auto;
		background-position: 3px center;
	}
	#side_nav01 .ic04 {
		background-size: 17px auto;
		background-position: 1px center;
	}
	#side_nav01 .ic05 {
		background-size: 14px auto;
		background-position: 3px center;
	}

	#side_favorite {
		padding: 15px 0;
	}
	#side_favorite a {
		background-size: 12px auto;
	}

	#footer {
		margin-top: 50px;
		padding-top: 6px;
		background: url(../img/common/f_wave_sp.png) repeat-x left top/345px auto;
	}
	#footer .w1345 {
		padding-left: 6%;
		padding-right: 6%;
	}
	#footer .w1345:before {
		width: 130px;
		height: 80px;
		top: -50px;
		right: 5px;
	}
	#footer .bg {
		padding: 25px 0 45px;
	}
	#footer #f_logo {
		margin-bottom: 28px;
	}
	#footer #f_logo img {
		max-width: 180px;
	}
	#footer #f_nav01 {
		display: block;
		margin-bottom: 0;
	}
	#footer #f_nav01 .ttl {
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 14px;
	}
	#footer #f_nav01 > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px !important;
	}
	#footer #f_nav01 > div:nth-child(2) {
		margin-bottom: 45px !important;
	}
	#footer #f_nav01 > div.column3,
	#footer #f_nav01 > div.column2 {
		width: 100%;
	}
	#footer #f_nav01 ul {
		font-size: 15px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#footer #f_nav01 ul li {
		width: 50%;
		margin-bottom: 12px;
		letter-spacing: 0;
	}
	#footer #f_nav01 .flex01,
	#footer #f_nav01 .flex02 {
		display: block;
	}
	#footer #f_nav01 .flex01 ul,
	#footer #f_nav01 .flex02 ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-right: 0;
	}
	#footer #f_nav01 .flex01 ul li,
	#footer #f_nav01 .flex02 ul li {
		width: 50%;
	}
	#footer #footer_bottom {
		display: block;
	}
	#footer #footer_bottom #f_nav02 {
		width: 100%;
	}
	#footer #footer_bottom #f_nav02 ul {
		border-top: solid 1px rgba(255, 255, 255, 0.3);
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 25px 0 11px;
	}
	#footer #footer_bottom #f_nav02 ul li {
		width: 50%;
		font-size: 15px;
		margin-bottom: 14px;
	}
	#footer #footer_bottom .left {
		display: block;
	}
	#footer #footer_bottom #f_sns {
		width: 100%;
		margin: 28px 0 36px;
	}
	#footer #footer_bottom #f_sns ul {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#footer #footer_bottom #f_sns li {
		margin: 0 15px;
	}
	#footer #footer_bottom #f_sns a {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	#footer #footer_bottom #f_sns .insta {
		padding: 28px 28px 0 0;
		background: url(../img/common/ic_insta_footer_sp.png) no-repeat left top/100% auto;
	}
	#footer #footer_bottom #f_sns .tw {
		padding: 22px 25px 0 0;
		background: url(../img/common/ic_tw_footer_sp.png) no-repeat left top/100% auto;
	}
	#footer #footer_bottom #f_sns .youtube {
		padding: 22px 29px 0 0;
		background: url(../img/common/ic_youtube_footer_sp.png) no-repeat left top/100% auto;
	}
	#footer #footer_bottom small {
		display: block;
		text-align: center;
		font-size: 15px;
	}

	#w_breadcrumb {
		display: none;
	}

	.w_column2#single #leftColumn {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 340px) {
	#header {
		padding-left: 5px;
	}

	#footer .w1345 {
		padding-left: 4%;
		padding-right: 4%;
	}
	#footer #f_nav01 ul li {
		font-size: 14px;
	}
	#footer #footer_bottom #f_nav02 ul li {
		font-size: 14px;
	}
}
/*――――――――――――――――――
	top
―――――――――――――――――――*/
#w_mv {
	position: relative;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 90px;
	min-height: 700px;
}

#mv_slider_pc {
	display: none;
	max-width: 1130px;
	margin: 0 auto;
}
#mv_slider_pc.slick-initialized {
	display: block;
}
#mv_slider_pc .slick-list {
	overflow: visible;
}
#mv_slider_pc .slide {
	background: #fff;
	border: solid 10px #fff;
	border-radius: 20px;
	margin: 0 20px;
	box-shadow: 0 0 8px 2px rgba(110, 110, 110, 0.15);
}
#mv_slider_pc .slide a {
	display: block;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#mv_slider_pc .slide a:hover {
	opacity: 0.6;
}
#mv_slider_pc .w_img {
	font-size: 0;
	line-height: 1;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
}
#mv_slider_pc .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 0 20px 12px;
}
#mv_slider_pc .label {
	background: #ca5237;
	font-size: 14px;
	line-height: 1;
	margin-right: 20px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	text-align: center;
	min-width: 80px;
	padding: 7px 10px 8px;
}
#mv_slider_pc .text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#w_top_search {
	position: absolute;
	bottom: 130px;
	width: 100%;
}

#top_search_area {
	max-width: 830px;
	margin: 0 auto;
}
#top_search_area .ttl {
	color: #fff;
	display: inline-block;
	background: #0059a8;
	padding: 8px 18px 5px;
	margin-left: 55px;
	border-radius: 20px 20px 0 0;
}
#top_search_area .flex {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 0 6px #0059a8 inset;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-radius: 100px;
}
#top_search_area .flex .left {
	padding: 30px 15px 30px 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: calc(100% - 120px);
}
#top_search_area .flex .left > div {
	width: 33.33%;
	padding: 0 20px;
	border-right: solid 1px #eee;
}
#top_search_area .flex .left > div:last-child {
	border-right: none;
}
#top_search_area .flex .right {
	width: 120px;
	background: #0059a8;
}
#top_search_area select {
	border-radius: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
	font-weight: bold;
	font-size: inherit;
	border: none;
	border-bottom: solid 1px #999999;
	padding: 10px 24px 12px 3px;
	display: block;
	width: 100%;
	background: url(../img/common/select_arrow.svg) no-repeat top 15px right 10px;
}
#top_search_area select::-ms-expand {
	display: none;
}
#top_search_area button {
	background: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	width: 100%;
	display: block;
	text-align: center;
	height: 100%;
}

#w_top_area_map {
	padding-bottom: 140px;
	background: url(../img/top/bg_top_area_map.jpg) no-repeat center top, url(../img/top/bg_wave01.png) center bottom repeat-x;
}

#top_area_map {
	position: relative;
	max-width: 1216px;
	margin: 0 auto;
	background: url(../img/top/map.jpg) no-repeat left top, url(../img/top/map_hover01.jpg) no-repeat left top, url(../img/top/map_hover02.jpg) no-repeat left top, url(../img/top/map_hover03.jpg) no-repeat left top, url(../img/top/map_hover04.jpg) no-repeat left top, url(../img/top/map_hover05.jpg) no-repeat left top, url(../img/top/map_hover06.jpg) no-repeat left top;
	background-size: 100% auto,0,0,0,0,0,0;
	padding-bottom: 640px;
}
#top_area_map.bg01 {
	background-size: 0,100% auto,0,0,0,0,0;
}
#top_area_map.bg02 {
	background-size: 0,0,100% auto,0,0,0,0;
}
#top_area_map.bg03 {
	background-size: 0,0,0,100% auto,0,0,0;
}
#top_area_map.bg04 {
	background-size: 0,0,0,0,100% auto,0,0;
}
#top_area_map.bg05 {
	background-size: 0,0,0,0,0,100% auto,0;
}
#top_area_map.bg06 {
	background-size: 0,0,0,0,0,0,100% auto;
}
#top_area_map:before,
#top_area_map:after {
	position: absolute;
	content: '';
	display: block;
}
#top_area_map:before {
	width: 305px;
	height: 374px;
	background: url(../img/top/human.png) no-repeat left top/100% auto;
	bottom: -52px;
	left: 65px;
}
#top_area_map:after {
	width: 289px;
	height: 230px;
	background: url(../img/top/hanabi.png) no-repeat left top/100% auto;
	right: -65px;
	bottom: -80px;
}
#top_area_map h2 {
	position: absolute;
	font-size: 59px;
	top: 55px;
	left: 80px;
}
#top_area_map p {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	cursor: pointer;
}
#top_area_map #map_nav01 {
	padding: 52px 197px 0 0;
	background: url(../img/top/map_nav01.png) no-repeat left top, url(../img/top/map_nav01_hover.png) no-repeat left top;
	background-size: 100% auto,0;
	top: 230px;
	left: 320px;
}
#top_area_map #map_nav01:hover {
	background-size: 0,100% auto;
}
#top_area_map #map_nav02 {
	padding: 80px 160px 0 0;
	background: url(../img/top/map_nav02.png) no-repeat left top, url(../img/top/map_nav02_hover.png) no-repeat left top;
	background-size: 100% auto,0;
	top: 330px;
	left: 425px;
}
#top_area_map #map_nav02:hover {
	background-size: 0,100% auto;
}
#top_area_map #map_nav03 {
	padding: 83px 180px 0 0;
	background: url(../img/top/map_nav03.png) no-repeat left top, url(../img/top/map_nav03_hover.png) no-repeat left top;
	background-size: 100% auto,0;
	top: 60px;
	left: 595px;
}
#top_area_map #map_nav03:hover {
	background-size: 0,100% auto;
}
#top_area_map #map_nav04 {
	padding: 83px 160px 0 0;
	background: url(../img/top/map_nav04.png) no-repeat left top, url(../img/top/map_nav04_hover.png) no-repeat left top;
	background-size: 100% auto,0;
	top: 155px;
	left: 722px;
}
#top_area_map #map_nav04:hover {
	background-size: 0,100% auto;
}
#top_area_map #map_nav05 {
	padding: 83px 140px 0 0;
	background: url(../img/top/map_nav05.png) no-repeat left top, url(../img/top/map_nav05_hover.png) no-repeat left top;
	background-size: 100% auto,0;
	top: 270px;
	left: 740px;
}
#top_area_map #map_nav05:hover {
	background-size: 0,100% auto;
}
#top_area_map #map_nav06 {
	padding: 80px 180px 0 0;
	background: url(../img/top/map_nav06.png) no-repeat left top, url(../img/top/map_nav06_hover.png) no-repeat left top;
	background-size: 100% auto,0;
	top: 460px;
	left: 750px;
}
#top_area_map #map_nav06:hover {
	background-size: 0,100% auto;
}

.top_area_map_popup {
	display: none;
	z-index: 1001;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: fixed;
	background: #fff;
	width: 100%;
	max-width: 830px;
	border-radius: 20px;
}
.top_area_map_popup .inner {
	max-height: 90vh;
	overflow: auto;
}
.top_area_map_popup .top {
	padding: 50px 65px 60px;
}
.top_area_map_popup h3 {
	font-size: 36px;
	border-left: solid 4px #0059a8;
	line-height: 1;
	margin-bottom: 20px;
	padding: 2px 0 3px 20px;
}
.top_area_map_popup .text {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.top_area_map_popup .w_img {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top_area_map_popup .w_img li {
	width: 49.8%;
}
.top_area_map_popup .close {
	position: absolute;
	top: -20px;
	right: -15px;
	cursor: pointer;
}
.top_area_map_popup .bottom {
	background: #f2f1ec;
	padding: 0 65px 40px;
	border-radius: 0 0 20px 20px;
}
.top_area_map_popup .bottom h4 {
	text-align: center;
	position: relative;
	top: -15px;
	margin-bottom: 10px;
}
.top_area_map_popup .bottom h4 span {
	color: #fff;
	background: #b6b4a8;
	display: inline-block;
	font-size: 18px;
	padding: 10px 55px;
	border-radius: 30px;
}
.top_area_map_popup .bottom ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.top_area_map_popup .bottom ul li {
	width: 20%;
	border-right: solid 1px #b6b4a8;
}
.top_area_map_popup .bottom ul li:last-child {
	border-right: none;
}
.top_area_map_popup .bottom ul a {
	display: block;
	color: #727171;
	transition: .4s ease;
	text-align: center;
	line-height: 1;
	padding: 45px 5px 6px;
}
.top_area_map_popup .bottom ul a:hover {
	color: #ca5237;
}
.top_area_map_popup .bottom ul .ic01 {
	background: url(../img/common/ic01.png) no-repeat center 4px;
}
.top_area_map_popup .bottom ul .ic02 {
	background: url(../img/common/ic02.png) no-repeat center 4px;
}
.top_area_map_popup .bottom ul .ic03 {
	background: url(../img/common/ic03.png) no-repeat center 4px;
}
.top_area_map_popup .bottom ul .ic04 {
	background: url(../img/common/ic04.png) no-repeat center 4px;
}
.top_area_map_popup .bottom ul .ic05 {
	background: url(../img/common/ic05.png) no-repeat center 4px;
}

.top_category_area {
	padding: 55px 0 70px;
}
.top_category_area.bg_white {
	background: #fff;
}
.top_category_area.bg_white .w_top_carousel_slider a {
	background: #f4f2ee;
}
.top_category_area.tourism {
	margin-top: -1px;
	padding-top: 40px;
}
.top_category_area .w1216 {
	position: relative;
	margin-bottom: 35px;
}
.top_category_area .w_more {
	position: absolute;
	right: 0;
	bottom: 0;
}
.top_category_area .w_more a {
	display: inline-block;
	background: #ca5237;
	color: #fff;
	text-align: center;
	width: 80px;
	height: 30px;
	line-height: 28px;
	border-radius: 30px;
	transition: .4s ease;
	font-size: 14px;
}
.top_category_area .w_more a:hover {
	background: #0059a8;
}

.w_top_carousel_slider {
	overflow: hidden;
	position: relative;
}
.w_top_carousel_slider .slick-list {
	overflow: visible;
}
.w_top_carousel_slider .slick-arrow {
	top: 32%;
}
.w_top_carousel_slider .slick-prev {
	left: 38px;
}
.w_top_carousel_slider .slick-next {
	right: 38px;
}
.w_top_carousel_slider .top_carousel_slider {
	position: static;
	max-width: 830px;
	margin: 0 auto;
}
.w_top_carousel_slider .slide {
	margin: 0 15px;
}
.w_top_carousel_slider a {
	display: block;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.w_top_carousel_slider a:hover {
	opacity: 0.6;
}
.w_top_carousel_slider .w_img {
	position: relative;
	font-size: 0;
	line-height: 1;
}
.w_top_carousel_slider .label {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8) url(../img/top/ic_map_label.png) no-repeat 10px center;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 28px;
}
.w_top_carousel_slider .w_text {
	padding: 22px;
}
.w_top_carousel_slider .w_text p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_tags {
	position: relative;
	background: url(../img/top/bg_tag.jpg);
	color: #fff;
	padding: 30px 30px 50px;
	border-radius: 30px;
	margin-top: 90px;
}
.top_tags:before {
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translate(-50%, 0);
	content: '';
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url(../img/top/ic_tag.png) no-repeat center 30px, url(../img/top/bg_tag.jpg);
	border-radius: 50%;
}
.top_tags h3 {
	position: relative;
	z-index: 1;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.top_tags ul {
	max-width: 1140px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top_tags ul.mw730 {
	max-width: 730px;
}
.top_tags ul li {
	margin: 8px 5px;
}
.top_tags ul a {
	color: #ca5237;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 6px 20px;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.top_tags ul a:hover {
	opacity: 0.6;
}

#top_adsense {
	padding: 60px 0 0;
	text-align: center;
}

@media only screen and (max-width: 1380px) {
	#w_top_area_map {
		overflow: hidden;
	}
}
@media only screen and (max-width: 1216px) {
	#w_mv {
		min-height: 65.5vw;
	}

	#mv_slider_pc {
		max-width: 94%;
	}
	#mv_slider_pc .slide {
		margin: 0 0.2%;
	}

	#w_top_search {
		top: 42vw;
	}

	#w_top_area_map {
		background: url(../img/top/bg_top_area_map.jpg) no-repeat center top/148% auto, url(../img/top/bg_wave01.png) center bottom repeat-x;
	}

	#top_area_map {
		max-width: 92%;
		margin: 0 4%;
		padding-bottom: 49%;
	}
	#top_area_map:before {
		width: 25%;
		height: 0;
		padding-bottom: 31%;
		left: 5%;
		bottom: -7%;
	}
	#top_area_map:after {
		width: 23.76%;
		height: 0;
		padding-bottom: 19%;
		right: -5%;
		bottom: -11%;
	}
	#top_area_map h2 {
		font-size: 4vw;
		left: 7%;
		top: 10%;
	}
	#top_area_map #map_nav01 {
		padding: 4.5% 16.2% 0 0;
		top: 36%;
		left: 26%;
	}
	#top_area_map #map_nav02 {
		padding: 6.8% 13.15% 0 0;
		top: 51%;
		left: 35.5%;
	}
	#top_area_map #map_nav03 {
		padding: 7% 14.8% 0 0;
		top: 9%;
		left: 49%;
	}
	#top_area_map #map_nav04 {
		padding: 6.8% 13.15% 0 0;
		top: 24%;
		left: 59.5%;
	}
	#top_area_map #map_nav05 {
		padding: 7% 11.51% 0 0;
		top: 41.5%;
		left: 61%;
	}
	#top_area_map #map_nav06 {
		padding: 6.8% 14.8% 0 0;
		top: 70.5%;
		left: 61.7%;
	}

	.top_category_area .w_more {
		right: 4%;
	}

	.w_top_carousel_slider .prev-left {
		left: 4%;
	}
	.w_top_carousel_slider .prev-next {
		right: 4%;
	}
}
@media only screen and (max-width: 1130px) {
	#w_top_search {
		bottom: auto;
		top: 40vw;
	}
}
@media only screen and (max-width: 1023px) {
	#top_search_area {
		max-width: 82%;
	}
	#top_search_area .flex .left {
		width: calc(100% - 90px);
		padding: 20px 15px 20px 30px;
	}
	#top_search_area .flex .left > div {
		padding: 0 15px;
	}
	#top_search_area .flex .right {
		width: 90px;
	}
	#top_search_area select {
		font-size: 15px;
	}
	#top_search_area button {
		padding-right: 10px;
	}
	#top_search_area button img {
		max-width: 24px;
	}

	.top_area_map_popup {
		max-width: 90vw;
	}
}
@media only screen and (max-width: 767px) {
	.slick-arrow {
		padding: 30px 30px 0 0;
	}

	#w_mv {
		padding-top: 12px;
		margin-bottom: 90px;
	}

	#mv_slider_pc {
		display: none !important;
	}
	#mv_slider_pc.slick-initialized {
		display: none !important;
	}

	#mv_slider_sp {
		display: none;
		max-width: 300px;
		margin: 0 auto;
	}
	#mv_slider_sp.slick-initialized {
		display: block;
	}
	#mv_slider_sp .slick-list {
		overflow: visible;
	}
	#mv_slider_sp .slide {
		background: #fff;
		border: solid 8px #fff;
		border-radius: 8px;
		margin: 0 8px;
		box-shadow: 0 0 8px 2px rgba(110, 110, 110, 0.15);
	}
	#mv_slider_sp .slide a {
		display: block;
	}
	#mv_slider_sp .w_img {
		font-size: 0;
		line-height: 1;
		border-radius: 5px;
		overflow: hidden;
		text-align: center;
	}
	#mv_slider_sp .flex {
		padding: 10px 10px 5px;
	}
	#mv_slider_sp .label {
		background: #ca5237;
		font-size: 10px;
		line-height: 1;
		border-radius: 30px;
		color: #fff;
		display: inline-block;
		text-align: center;
		min-width: 50px;
		padding: 5px 10px 6px;
	}
	#mv_slider_sp .text {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 12px;
		margin-bottom: 6px;
	}

	#w_top_search {
		margin-top: 25px;
		top: auto;
		position: static;
		padding-left: 4%;
		padding-right: 4%;
	}

	#top_search_area {
		max-width: 100%;
	}
	#top_search_area .ttl {
		display: none;
	}
	#top_search_area .flex {
		display: block;
		box-shadow: none;
		border-radius: 25px;
		padding: 12px 30px 30px;
	}
	#top_search_area .flex .left,
	#top_search_area .flex .right {
		width: 100%;
		padding: 0;
	}
	#top_search_area .flex .left {
		display: block;
		margin-bottom: 25px;
	}
	#top_search_area .flex .left > div {
		width: 100%;
		padding: 0;
		border-right: none;
	}
	#top_search_area .flex .right {
		background: none;
	}
	#top_search_area select {
		color: #727171;
		padding: 18px 20px 6px 6px;
		background-size: 9px auto;
		background-position: right 15px top 26px;
	}
	#top_search_area button {
		position: relative;
		max-width: 230px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		color: #fff;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", sans-serif;
		font-weight: 700;
		background: #0059a8;
	}
	#top_search_area button img {
		position: absolute;
		max-width: 16px;
		top: 50%;
		left: 15px;
		transform: translate(0, -50%);
	}

	#w_top_area_map {
		background: url(../img/top/bg_wave01_sp.png) repeat-x left bottom/500px auto;
		overflow: visible;
		padding-bottom: 50px;
	}

	#top_area_map {
		max-width: 100%;
		margin: 0;
		background: url(../img/top/map_sp.jpg) no-repeat left top/100% auto !important;
		padding-bottom: 112%;
	}
	#top_area_map:before,
	#top_area_map:after {
		content: none;
	}
	#top_area_map h2 {
		top: -48px;
		left: 0;
		text-align: center;
		width: 100%;
		font-size: 28px;
	}
	#top_area_map #map_nav01 {
		background: url(../img/top/map_nav01_sp.png) no-repeat left top/100% auto !important;
		padding: 16% 24% 0 0;
		top: 16%;
		left: 5.5%;
	}
	#top_area_map #map_nav02 {
		background: url(../img/top/map_nav02_sp.png) no-repeat left top/100% auto !important;
		padding: 16% 24% 0 0;
		top: 40.5%;
		left: 12.5%;
	}
	#top_area_map #map_nav03 {
		background: url(../img/top/map_nav03_sp.png) no-repeat left top/100% auto !important;
		padding: 16% 26.666% 0 0;
		top: 1.5%;
		left: 38.5%;
	}
	#top_area_map #map_nav04 {
		background: url(../img/top/map_nav04_sp.png) no-repeat left top/100% auto !important;
		padding: 16% 24% 0 0;
		top: 13.5%;
		left: 61.5%;
	}
	#top_area_map #map_nav05 {
		background: url(../img/top/map_nav05_sp.png) no-repeat left top/100% auto !important;
		padding: 15.2% 18.666% 0 0;
		top: 33.5%;
		left: 61.5%;
	}
	#top_area_map #map_nav06 {
		background: url(../img/top/map_nav06_sp.png) no-repeat left top/100% auto !important;
		padding: 16% 26.666% 0 0;
		top: 58.5%;
		left: 66.5%;
	}

	/*#overlay,
	.top_area_map_popup{
		display: block;
	}*/
	.top_area_map_popup {
		width: 96%;
		border-radius: 12px;
	}
	.top_area_map_popup .top {
		padding: 30px 20px 40px;
	}
	.top_area_map_popup h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.top_area_map_popup .text {
		font-size: 14px;
	}
	.top_area_map_popup .w_img li {
		width: 50%;
	}
	.top_area_map_popup .bottom {
		padding: 0 0 20px;
	}
	.top_area_map_popup .bottom h4 {
		margin-bottom: 5px;
	}
	.top_area_map_popup .bottom h4 span {
		font-size: 13px;
		padding: 8px 40px;
	}
	.top_area_map_popup .bottom ul a {
		font-size: 11px;
		line-height: 1.2;
		padding: 38px 0 6px;
	}
	.top_area_map_popup .bottom ul .ic01 {
		background-size: 15px auto;
		padding-top: 32px;
	}
	.top_area_map_popup .bottom ul .ic02 {
		background-size: 18px auto;
	}
	.top_area_map_popup .bottom ul .ic03 {
		background-size: 18px auto;
		background-position: center 6px;
	}
	.top_area_map_popup .bottom ul .ic04 {
		background-size: 22px auto;
		background-position: center 7px;
	}
	.top_area_map_popup .bottom ul .ic05 {
		background-size: 20px auto;
	}
	.top_area_map_popup .close {
		right: -3px;
	}
	.top_area_map_popup .close img {
		max-width: 46px;
	}

	.top_category_area {
		padding: 30px 0;
	}
	.top_category_area.tourism {
		padding-top: 25px;
	}
	.top_category_area .w_more {
		display: none;
	}
	.top_category_area .w1216 {
		margin-bottom: 18px;
	}
	.top_category_area .sp_more {
		display: block;
		max-width: 165px;
		color: #fff;
		background: #ca5237;
		border-radius: 50px;
		height: 40px;
		line-height: 40px;
		margin: 25px auto 0;
		text-align: center;
		font-size: 12px;
	}

	.w_top_carousel_slider {
		padding: 0 4%;
	}
	.w_top_carousel_slider .top_carousel_slider {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.w_top_carousel_slider .slide {
		width: 49%;
		margin: 0 0 2%;
		outline: none;
	}
	.w_top_carousel_slider .slide a {
		outline: none;
		border-radius: 5px;
		height: 100%;
	}
	.w_top_carousel_slider .label {
		font-size: 10px;
		height: 20px;
		line-height: 20px;
		background: rgba(0, 0, 0, 0.8) url(../img/top/ic_map_label.png) no-repeat 5px center/7px auto;
		padding-left: 16px;
		padding-right: 8px;
	}
	.w_top_carousel_slider .w_text {
		padding: 10px;
		font-size: 15px;
	}
	.w_top_carousel_slider .w_text p {
		white-space: normal;
		overflow: visible;
	}

	.top_tags {
		border-radius: 12px;
		padding: 18px 10px 20px;
		margin-top: 50px;
	}
	.top_tags:before {
		top: -24px;
		width: 60px;
		height: 60px;
		background: url(../img/top/ic_tag.png) no-repeat center 16px/20px auto, url(../img/top/bg_tag.jpg);
	}
	.top_tags h3 {
		font-size: 15px;
		margin-bottom: 18px;
	}
	.top_tags ul {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.top_tags ul li {
		margin: 2px;
	}
	.top_tags ul a {
		font-size: 12px;
		padding: 6px 8px;
		border-radius: 2px;
	}

	#top_adsense {
		padding: 20px 0 0;
	}
}
/*――――――――――――――――――
	contact
―――――――――――――――――――*/
#contact {
	padding-top: 35px;
}
#contact .ttl02.mb45 {
	margin-bottom: 45px;
}
#contact .caution {
	font-weight: 400;
	margin-bottom: 55px;
}
#contact .caution li {
	margin-bottom: 5px;
}
#contact .caution li:last-child {
	margin-bottom: 0;
}
#contact #contact_flow {
	max-width: 710px;
	background: #e3e1d7;
	margin: 0 auto 45px;
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 24px 0;
	border-radius: 50px;
	line-height: 1;
	color: #727171;
}
#contact #contact_flow.confirm {
	margin-top: 45px;
}
#contact #contact_flow li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#contact #contact_flow li.on {
	color: #ca5237;
}
#contact #contact_flow li.on span {
	background: #ca5237;
}
#contact #contact_flow li:after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background: #b6b4a8;
	margin: 0 18px 0;
}
#contact #contact_flow li:last-child:after {
	content: none;
}
#contact #contact_flow span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background: #b6b4a8;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
}
#contact .privacy_text {
	text-align: center;
	font-weight: 400;
	margin-bottom: 75px;
}
#contact .privacy_text a {
	text-decoration: underline;
	color: #0059a8;
	font-weight: 700;
}
#contact .privacy_text a:hover {
	text-decoration: none;
}
#contact .confirm_text {
	font-weight: 400;
	text-align: center;
	margin: 50px auto 25px;
}
#contact .complete_text {
	font-weight: 400;
	text-align: center;
	line-height: 1.875;
	margin: 85px 0 80px;
}

.contact_table {
	width: 100%;
}
.contact_table.confirm tr {
	border-bottom: solid 1px #ccc;
}
.contact_table.confirm th {
	width: 230px;
	padding: 26px 0;
}
.contact_table.confirm td {
	line-height: 1.875;
	padding: 24px 0 24px 50px;
	width: calc(100% - 230px);
}
.contact_table th,
.contact_table td {
	font-weight: 700;
}
.contact_table th {
	width: 220px;
	vertical-align: top;
	padding-top: 36px;
}
.contact_table th p {
	position: relative;
}
.contact_table th p:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	background: #727171;
	border-radius: 50%;
	margin-right: 10px;
}
.contact_table th .rc {
	position: absolute;
	top: 1px;
	right: 0;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	background: #ca5237;
	border-radius: 20px;
	text-align: center;
}
.contact_table td {
	width: calc(100% - 220px);
	padding: 25px 0 25px 32px;
	font-weight: 400;
}
.contact_table td .w_mail {
	margin-bottom: 20px;
}
.contact_table td .w_mail:last-child {
	margin-bottom: 0;
}
.contact_table td .w_mail p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #727171;
	font-weight: normal;
}
.contact_table input[type=text],
.contact_table input[type=email],
.contact_table input[type=tel],
.contact_table select,
.contact_table textarea {
	display: block;
	width: 100%;
	border: solid 1px #b6b4a8;
	border-radius: 5px;
	font-family: inherit;
	font-size: inherit;
	background: none;
	padding: 8px 15px;
}
.contact_table input[type=text].mw255,
.contact_table input[type=email].mw255,
.contact_table input[type=tel].mw255,
.contact_table select.mw255,
.contact_table textarea.mw255 {
	max-width: 255px;
}
.contact_table input[type=text].mw320,
.contact_table input[type=email].mw320,
.contact_table input[type=tel].mw320,
.contact_table select.mw320,
.contact_table textarea.mw320 {
	max-width: 320px;
}
.contact_table input[type=text].mw450,
.contact_table input[type=email].mw450,
.contact_table input[type=tel].mw450,
.contact_table select.mw450,
.contact_table textarea.mw450 {
	max-width: 450px;
}
.contact_table select {
	padding: 13px 55px 13px 15px;
	background: url(../img/common/select_arrow02.svg) no-repeat right 28px center;
}
.contact_table textarea {
	height: 150px;
}

.contact_btn {
	background: #ca5237 url(../img/common/btn_arrow.svg) no-repeat right 25px center;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	display: block;
	width: 100%;
	border: none;
	max-width: 320px;
	height: 60px;
	line-height: 58px;
	text-align: center;
	font-family: inherit;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	letter-spacing: 0.08em;
	outline: none;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.contact_btn:hover {
	opacity: 0.6;
}

@media only screen and (max-width: 767px) {
	#contact {
		padding: 20px 0;
	}
	#contact .ttl02.mb45 {
		margin-bottom: 20px;
	}
	#contact .caution {
		font-size: 12px;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 20px;
	}
	#contact #contact_flow {
		margin-bottom: 25px;
		padding: 16px 0;
	}
	#contact #contact_flow li {
		position: relative;
		font-size: 12px;
		text-align: center;
		display: block;
	}
	#contact #contact_flow li:nth-child(1) {
		margin-right: 50px;
	}
	#contact #contact_flow li:nth-child(2) {
		margin-right: 65px;
	}
	#contact #contact_flow li:nth-child(2):after {
		right: -47px;
	}
	#contact #contact_flow li:after {
		position: absolute;
		top: 11px;
		right: -38px;
		width: 30px;
		height: 1px;
		margin: 0;
	}
	#contact #contact_flow li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		display: block;
		margin: 0 auto 4px;
	}
	#contact .privacy_text,
	#contact .confirm_text {
		line-height: 1.433;
		margin: 15px 0 20px;
	}
	#contact .complete_text {
		text-align: left;
		line-height: 1.6;
		margin: 0 0 30px;
	}

	.contact_table.confirm {
		width: calc(100% - 35px);
		margin-left: 15px;
	}
	.contact_table.confirm tr:first-child th {
		padding-top: 5px;
	}
	.contact_table.confirm th,
	.contact_table.confirm td {
		width: 100%;
	}
	.contact_table.confirm th {
		padding: 18px 0 0;
	}
	.contact_table.confirm th .rc {
		display: none;
	}
	.contact_table.confirm td {
		padding: 4px 0 20px 15px;
		line-height: 1.2;
	}
	.contact_table tr,
	.contact_table th,
	.contact_table td {
		display: block;
		width: 100%;
	}
	.contact_table th {
		padding: 20px 15px 12px;
	}
	.contact_table th p:before {
		position: relative;
		top: -2px;
		width: 8px;
		height: 8px;
		margin-right: 6px;
	}
	.contact_table th .rc {
		position: relative;
		top: -1px;
		height: 20px;
		line-height: 20px;
		width: 40px;
		margin-left: 12px;
	}
	.contact_table td {
		padding: 0 15px;
	}
	.contact_table td .w_mail {
		margin-bottom: 10px;
	}
	.contact_table td .w_mail p {
		font-size: 12px;
	}
	.contact_table input[type=text],
	.contact_table input[type=email],
	.contact_table input[type=tel],
	.contact_table select,
	.contact_table textarea {
		border-radius: 3px;
		padding: 4px 10px;
	}
	.contact_table input[type=text].mw255,
	.contact_table input[type=email].mw255,
	.contact_table input[type=tel].mw255,
	.contact_table select.mw255,
	.contact_table textarea.mw255 {
		max-width: 100%;
	}
	.contact_table input[type=text].mw320,
	.contact_table input[type=email].mw320,
	.contact_table input[type=tel].mw320,
	.contact_table select.mw320,
	.contact_table textarea.mw320 {
		max-width: 100%;
	}
	.contact_table input[type=text].mw450,
	.contact_table input[type=email].mw450,
	.contact_table input[type=tel].mw450,
	.contact_table select.mw450,
	.contact_table textarea.mw450 {
		max-width: 100%;
	}
	.contact_table select {
		padding: 7px 45px 8px 10px;
		background-size: 12px auto;
		background-position: right 16px center;
	}

	.contact_btn {
		border-radius: 5px;
		height: 50px;
		line-height: 48px;
		font-size: 15px;
		max-width: 255px;
		background-position: right 15px center;
	}
}
@media only screen and (max-width: 340px) {
	#contact #contact_flow li:nth-child(1),
	#contact #contact_flow li:nth-child(2) {
		margin-right: 30px;
	}
	#contact #contact_flow li:nth-child(1):after,
	#contact #contact_flow li:nth-child(2):after {
		right: -30px;
	}

	.contact_table.confirm {
		width: 100%;
		margin-left: 0;
	}
	.contact_table th,
	.contact_table td {
		padding-left: 0;
		padding-right: 0;
	}
}
/*――――――――――――――――――
	archive
―――――――――――――――――――*/
#archive.favorite main {
	max-width: 830px;
	margin: 0 auto;
}
#archive.favorite #archive_bottom_pager {
	margin-bottom: 60px;
}
#archive.favorite .archive_post .left .label {
	display: none;
}
#archive .list_control {
	color: #727171;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 25px 0 55px;
}
#archive .list_control.mb20 {
	margin-bottom: 20px;
}
#archive .list_control .order {
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#archive .list_control select {
	font-family: inherit;
	background: #e3e1d7 url(../img/common/select_arrow02.svg) no-repeat right 10px center/9px auto;
	color: #727171;
	border: none;
	border-radius: 5px;
	padding: 4px 25px 5px 15px;
	display: inherit;
	min-width: 160px;
	font-weight: inherit;
	font-size: 14px;
	margin-left: 20px;
}
#archive .list_control .total_num {
	margin-right: 25px;
}
#archive .list_control .pager {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 0;
	line-height: 1;
}
#archive .list_control .pager a {
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#archive .list_control .pager a:hover {
	opacity: 0.6;
}
#archive .list_control .pager .pager_num {
	font-size: 20px;
	letter-spacing: 0;
	margin: 0 14px;
}

#favorite_description {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 1.625;
	font-weight: 400;
	margin: 30px 0 50px;
}
#favorite_description .left {
	width: 50%;
}
#favorite_description .left .small {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}
#favorite_description .right {
	width: 53%;
}
#favorite_description .right .box {
	border: solid 1px #b6b4a8;
	padding: 20px 22px 30px;
	background: url(../img/archive/fav_desc.png) no-repeat right 45px top 50px;
}

#favorite_tab {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid 2px #ca5237;
	margin-bottom: 40px;
}
#favorite_tab li {
	width: 20%;
	cursor: pointer;
	border-right: solid 2px #f2f1ec;
	background: #e3e1d7;
	color: #ca5237;
	text-align: center;
	padding: 15px 5px;
}
#favorite_tab li.select {
	color: #fff;
	background: #ca5237;
}
#favorite_tab li:last-child {
	border-right: none;
}

#favorite_tab_content > div {
	display: none;
}
#favorite_tab_content > div:first-child {
	display: block;
}
#favorite_tab_content .gmap {
	margin-bottom: 25px;
}

.archive_post {
	padding: 40px 0 30px;
	border-bottom: solid 1px #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.archive_post .right {
	position: relative;
	width: 64%;
	padding-left: 6%;
}
.archive_post .right h3,
.archive_post .right h2 {
	font-size: 20px;
	margin-bottom: 12px;
}
.archive_post .right .address {
	background: url(../img/common/ic_map.svg) no-repeat 5px 2px;
	font-weight: 400;
	padding-left: 30px;
	margin-bottom: 20px;
}
.archive_post .right .cat_tag {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 15px;
}
.archive_post .right .cat_tag p {
	font-size: 14px;
	margin-right: 25px;
}
.archive_post .right .cat_tag ul {
	font-size: 12px;
	display: -webkit-flex;
	display: flex;
}
.archive_post .right .cat_tag ul li {
	margin-right: 8px;
	color: #fff;
	height: 26px;
	line-height: 26px;
	background: #aaa89a;
	border-radius: 20px;
	padding: 0 16px;
}
.archive_post .right .cat_tag ul li:last-child {
	margin-right: 0;
}
.archive_post .right table {
	font-size: 14px;
	width: 100%;
	max-width: 345px;
}
.archive_post .right table th,
.archive_post .right table td {
	padding-bottom: 7px;
}
.archive_post .right table th {
	font-weight: 700;
	width: 75px;
}
.archive_post .right table th span {
	display: block;
	border-left: solid 3px #ca5237;
	padding-left: 12px;
}
.archive_post .right table td {
	width: calc(100% - 75px);
}
.archive_post .right table td p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.archive_post .right .w_btn a {
	display: block;
	max-width: 160px;
	margin-left: auto;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #ca5237 url(../img/archive/btn_arrow.svg) no-repeat center right 16px;
	color: #fff;
	text-align: center;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
.archive_post .right .w_btn a:hover {
	opacity: 0.6;
}
.archive_post .right .archive_fav_btn {
	position: absolute;
	right: 10px;
	top: 0;
	cursor: pointer;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 50px 50px 0 0;
	background: url(../img/archive/fav_off.png) no-repeat center/cover, url(../img/archive/fav_on.png) no-repeat center/cover;
}
.archive_post .right .archive_fav_btn.on {
	background-size: 0,cover;
}
.archive_post .left {
	width: 36%;
}
.archive_post .left .w_img {
	position: relative;
	font-size: 0;
	line-height: 1;
}
.archive_post .left .label {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8) url(../img/top/ic_map_label.png) no-repeat 10px center;
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	padding: 0 15px 0 28px;
}

#archive_bottom_pager {
	margin-top: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 0;
	line-height: 1;
}
#archive_bottom_pager .prev,
#archive_bottom_pager .next {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #727171;
	border-radius: 50%;
	text-align: center;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#archive_bottom_pager .prev:hover,
#archive_bottom_pager .next:hover {
	opacity: 0.6;
}
#archive_bottom_pager .pager_num {
	font-size: 30px;
	color: #727171;
	letter-spacing: 0;
	margin: 0 20px;
}

#side_narrow_down {
	background: #e3e1d7;
}
#side_narrow_down h2 {
	color: #fff;
	font-size: 18px;
	background: #838071 url(../img/archive/ic_filter.png) no-repeat 16px center;
	padding: 11px 10px 12px 48px;
}
#side_narrow_down .box {
	padding-bottom: 20px;
}
#side_narrow_down h3 {
	font-size: 18px;
	border-bottom: solid 1px #999999;
	padding: 0 0 6px 3px;
	margin-bottom: 16px;
}
#side_narrow_down .inner {
	padding: 22px 18px 35px;
}
#side_narrow_down .list_type01,
#side_narrow_down .list_type03,
#side_narrow_down .list_type04 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: 0;
	padding: 0 5px;
}
#side_narrow_down .list_type01 li,
#side_narrow_down .list_type03 li,
#side_narrow_down .list_type04 li {
	width: 50%;
	margin-bottom: 6px;
}
#side_narrow_down .list_type01 .w100p,
#side_narrow_down .list_type03 .w100p,
#side_narrow_down .list_type04 .w100p {
	width: 100%;
}
#side_narrow_down .list_type02 {
	padding-left: 5px;
}
#side_narrow_down .list_type02 li {
	margin-bottom: 6px;
}
#side_narrow_down .list_type02 .w_time {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#side_narrow_down .list_type02 .w_time label {
	min-height: 25px;
	margin-right: 18px;
}
#side_narrow_down .list_type03 {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#side_narrow_down .list_type03 li {
	width: 48%;
}
#side_narrow_down .list_type04 {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#side_narrow_down .list_type04 li {
	width: 33%;
}
#side_narrow_down .w_budget {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 5px;
}
#side_narrow_down .w_budget span {
	margin: 0 10px;
}
#side_narrow_down .free_word {
	padding: 0 5px;
}
#side_narrow_down .w_btn {
	padding-top: 30px;
	margin-top: 20px;
	border-top: solid 1px #727171;
}
#side_narrow_down input[type=text],
#side_narrow_down input[type=email],
#side_narrow_down input[type=tel],
#side_narrow_down select {
	font-size: inherit;
	font-family: inherit;
	border: solid 1px #999;
	outline: none;
	display: inline-block;
	width: 100%;
	padding: 2px 5px;
}
#side_narrow_down select {
	background: #fff url(../img/common/select_arrow02.svg) no-repeat center right 10px/8px;
	padding: 7px 25px 7px 5px;
}
#side_narrow_down input[type=checkbox],
#side_narrow_down input[type=radio] {
	visibility: hidden;
	display: none;
}
#side_narrow_down input[type=checkbox]:checked + label:after,
#side_narrow_down input[type=radio]:checked + label:after {
	opacity: 1;
}
#side_narrow_down input[type=checkbox]:disabled + label,
#side_narrow_down input[type=radio]:disabled + label {
	color: #999;
}
#side_narrow_down input[type=checkbox]:disabled + label:before,
#side_narrow_down input[type=radio]:disabled + label:before {
	border-color: #d6d6d6;
}
#side_narrow_down input[type=checkbox]:disabled + label:after,
#side_narrow_down input[type=radio]:disabled + label:after {
	opacity: 0;
}
#side_narrow_down input[type=checkbox] + label,
#side_narrow_down input[type=radio] + label {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	padding-left: 23px;
	display: inline-block;
}
#side_narrow_down input[type=checkbox] + label:before,
#side_narrow_down input[type=radio] + label:before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border: solid 1px #999;
}
#side_narrow_down input[type=checkbox] + label:after,
#side_narrow_down input[type=radio] + label:after {
	opacity: 0;
	position: absolute;
	left: 2px;
	top: 5px;
	content: '';
	display: block;
	width: 10px;
	height: 4px;
	border-left: solid 2px #ca5237;
	border-bottom: solid 2px #ca5237;
	transform: rotate(-45deg);
}
#side_narrow_down input[type=radio] + label:before {
	border-radius: 50%;
}
#side_narrow_down input[type=radio] + label:after {
	top: 5px;
	left: 3px;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	background: #ca5237;
}
#side_narrow_down #release_btn {
	background: none;
	cursor: pointer;
	font-size: 14px;
	color: #727171;
	display: block;
	text-align: center;
	width: 180px;
	border: solid 1px #727171;
	border-radius: 20px;
	height: 32px;
	line-height: 29px;
	outline: none;
	margin: 0 auto 20px;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#side_narrow_down #release_btn:hover {
	opacity: 0.6;
}
#side_narrow_down #release_btn span {
	background: url(../img/archive/ic_release.svg) no-repeat left 1px;
	padding-left: 24px;
	padding-bottom: 1px;
}
#side_narrow_down #btn_narrow {
	background: #ca5237;
	color: #fff;
	font-family: inherit;
	font-weight: inherit;
	display: block;
	width: 100%;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	padding: 7px 10px;
	outline: none;
	max-width: 270px;
	margin: 0 auto;
	cursor: pointer;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#side_narrow_down #btn_narrow:hover {
	opacity: 0.6;
}
#side_narrow_down #btn_narrow span {
	background: url(../img/archive/ic_check.svg) no-repeat right center;
	padding-right: 30px;
	display: inline-block;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
}
#side_narrow_down .w_child_categories {
	border-left: solid 4px #cccac1;
	margin: 3px 0 0 10px;
	padding: 8px 0 8px 14px;
}
#side_narrow_down .w_child_categories.off h4 {
	color: #999999;
}
#side_narrow_down .w_child_categories h4 {
	font-size: 14px;
	margin: 10px 0 8px;
	padding-left: 6px;
}
#side_narrow_down #w_bunen.disabled {
	color: #999999;
}
#side_narrow_down #w_bunen label {
	padding-left: 18px;
}

@media only screen and (max-width: 1216px) {
	#archive.favorite main {
		max-width: 100%;
	}

	#side_narrow_down .inner {
		padding: 22px 12px 35px;
	}
	#side_narrow_down .list_type03 {
		padding: 0;
	}
	#side_narrow_down .list_type03 li {
		width: 50%;
	}
	#side_narrow_down .list_type04 {
		padding: 0;
	}
	#side_narrow_down .list_type04 li {
		width: 50%;
	}
}
@media only screen and (min-width: 1024px) {
	#side_narrow_down {
		display: block !important;
	}
}
@media only screen and (max-width: 1023px) {
	#archive .list_control {
		margin-bottom: 25px;
	}
	#archive #popup_filter_btn {
		font-size: 18px;
		text-align: center;
		border: solid 2px #727171;
		border-radius: 5px;
		cursor: pointer;
		height: 50px;
		line-height: 46px;
		color: #727171;
		margin-bottom: 20px;
	}
	#archive #popup_filter_btn span {
		display: inline-block;
		background: url(../img/archive/sp_filter.png) no-repeat left center;
		padding-left: 36px;
	}

	#side_narrow_down {
		display: none;
		top: 50px;
		left: 50%;
		z-index: 1001;
		position: fixed;
		width: calc(100% - 60px);
		max-width: 450px;
		height: calc(100vh - 100px);
		transform: translate(-50%, 0);
	}
	#side_narrow_down .inner {
		overflow: auto;
		max-height: calc(100vh - 150px);
	}
	#side_narrow_down #filter_close {
		position: absolute;
		right: 0;
		top: 0;
		color: #fff;
		background: url(../img/common/close_w.svg) no-repeat left center/20px auto;
		cursor: pointer;
		height: 50px;
		line-height: 50px;
		padding-left: 26px;
		padding-right: 15px;
	}

	#favorite_description {
		display: block;
	}
	#favorite_description .left,
	#favorite_description .right {
		width: 100%;
	}
	#favorite_description .left {
		margin-bottom: 20px;
	}
	#favorite_description .right {
		max-width: 460px;
	}
}
@media only screen and (max-width: 767px) {
	#archive {
		padding-top: 20px;
		overflow: hidden;
	}
	#archive.favorite #archive_bottom_pager {
		margin-bottom: 25px;
	}
	#archive .gmap {
		margin-left: -4.5%;
		margin-right: -4.5%;
		padding-bottom: 58%;
	}
	#archive .list_control {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin: 18px 0 12px;
	}
	#archive .list_control .order {
		margin-right: 0;
		font-size: 15px;
	}
	#archive .list_control .order select {
		font-size: 15px;
		min-width: 130px;
		padding: 10px 26px 10px 20px;
	}
	#archive .list_control .pager {
		display: none;
	}
	#archive .list_control .total_num {
		font-size: 24px;
		margin-right: 0;
	}
	#archive #popup_filter_btn {
		border-width: 1px;
		font-size: 15px;
		height: 40px;
		line-height: 38px;
		margin-bottom: 18px;
	}
	#archive #popup_filter_btn span {
		background-size: 14px auto;
		padding-left: 22px;
	}

	.archive_post {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 30px 0 20px;
	}
	.archive_post .left,
	.archive_post .right {
		width: 100%;
	}
	.archive_post .left {
		margin-bottom: 25px;
	}
	.archive_post .left .w_img img {
		width: 100%;
	}
	.archive_post .left .label {
		font-size: 12px;
		height: 25px;
		line-height: 25px;
		background-size: 8px auto;
		background-position: 9px 8px;
		padding-left: 22px;
		padding-right: 8px;
	}
	.archive_post .right {
		padding-left: 0;
	}
	.archive_post .right h2,
	.archive_post .right h3 {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.archive_post .right .address {
		background-size: 14px auto;
		background-position: 0 3px;
		padding-left: 17px;
	}
	.archive_post .right .archive_fav_btn {
		right: 0;
		padding: 45px 45px 0 0;
	}
	.archive_post .right .cat_tag p {
		font-size: 12px;
		margin-right: 10px;
	}
	.archive_post .right .cat_tag ul li {
		height: 20px;
		line-height: 20px;
		padding: 0 8px;
		margin-right: 5px;
	}
	.archive_post .right table th {
		width: 60px;
	}
	.archive_post .right table th span {
		border-width: 2px;
		padding-left: 9px;
	}
	.archive_post .right table td {
		width: calc(100% - 60px);
	}
	.archive_post .right .w_btn a {
		max-width: 120px;
		font-size: 15px;
		background-size: 6px auto;
		background-position: right 12px center;
	}

	#archive_bottom_pager {
		margin-top: 20px;
	}
	#archive_bottom_pager .pager_num {
		font-size: 24px;
		margin: 0 15px;
	}
	#archive_bottom_pager .prev,
	#archive_bottom_pager .next {
		width: 30px;
		height: 30px;
	}

	#side_narrow_down h2 {
		background-size: 15px auto;
		padding-left: 42px;
	}
	#side_narrow_down h3 {
		font-size: 15px;
		margin-bottom: 12px;
	}
	#side_narrow_down .inner {
		padding: 22px 28px 35px;
	}
	#side_narrow_down .list_type01 li,
	#side_narrow_down .list_type02 li,
	#side_narrow_down .list_type03 li,
	#side_narrow_down .list_type04 li {
		margin-bottom: 10px;
	}
	#side_narrow_down .list_type01 li.sp_100p,
	#side_narrow_down .list_type02 li.sp_100p,
	#side_narrow_down .list_type03 li.sp_100p,
	#side_narrow_down .list_type04 li.sp_100p {
		width: 100%;
	}
	#side_narrow_down .list_type04 li {
		width: 33.333%;
	}
	#side_narrow_down .sp_li_100p li {
		width: 100%;
	}
	#side_narrow_down input[type=checkbox] + label,
	#side_narrow_down input[type=radio] + label {
		font-size: 15px;
		padding-left: 20px;
		letter-spacing: 0;
		letter-spacing: -0.1em;
	}
	#side_narrow_down input[type=checkbox] + label:before,
	#side_narrow_down input[type=radio] + label:before {
		top: 3px;
	}
	#side_narrow_down input[type=checkbox] + label:after,
	#side_narrow_down input[type=radio] + label:after {
		top: 6px;
	}
	#side_narrow_down .w_child_categories h4 {
		font-size: 15px;
		padding-left: 0;
	}
	#side_narrow_down .w_budget {
		padding: 0;
	}
	#side_narrow_down .w_budget span {
		margin: 0 4px;
	}
	#side_narrow_down .free_word {
		padding: 0;
	}
	#side_narrow_down .free_word input {
		padding: 4px 10px;
	}
	#side_narrow_down .w_btn {
		margin-top: 5px;
		padding-top: 15px;
	}
	#side_narrow_down #release_btn {
		margin-bottom: 18px;
	}
	#side_narrow_down #release_btn span {
		font-size: 12px;
		background-position: left 1px;
		padding: 2px 0 2px 24px;
	}
	#side_narrow_down #btn_narrow {
		font-size: 12px;
		max-width: 225px;
		padding: 8px 10px;
		background: #ca5237 url(../img/archive/ic_check.svg) no-repeat right 15px center/16px auto;
	}
	#side_narrow_down #btn_narrow span {
		background: none;
		padding-right: 0;
	}

	#favorite_description {
		margin: 20px 0 25px;
	}
	#favorite_description .left {
		line-height: 1.6;
		margin-bottom: 18px;
	}
	#favorite_description .left .small {
		font-size: 12px;
		margin-top: 3px;
	}
	#favorite_description .right .box {
		padding: 15px 12px;
		line-height: 1.6;
		background-size: 92px auto;
		background-position: 235px 30px;
	}

	#favorite_tab {
		font-size: 12px;
		letter-spacing: -0.01em;
		margin-bottom: 10px;
	}
	#favorite_tab li {
		padding: 12px 2px 11px;
	}
	#favorite_tab li:nth-child(1) {
		width: 25%;
	}
	#favorite_tab li:nth-child(2) {
		width: 19%;
	}
	#favorite_tab li:nth-child(3) {
		width: 16%;
	}
	#favorite_tab li:nth-child(4) {
		width: 21%;
	}
	#favorite_tab li:nth-child(5) {
		width: 19%;
	}

	#favorite_tab_content .gmap {
		margin: 0;
	}
}
@media only screen and (max-width: 340px) {
	#archive .list_control .order {
		font-size: 13px;
	}
	#archive .list_control .order select {
		font-size: 13px;
		padding-left: 10px;
		margin-left: 5px;
	}

	.archive_post .right h2,
	.archive_post .right h3 {
		letter-spacing: 0;
	}
	.archive_post .right table th {
		font-size: 13px;
	}
	.archive_post .right table td {
		font-size: 12px;
		letter-spacing: 0;
	}
	.archive_post .right .archive_fav_btn {
		padding: 32px 32px 0 0;
	}

	#favorite_tab {
		font-size: 11px;
	}

	#favorite_description .right {
		font-size: 12px;
		background-size: 75px auto;
		background-position: top 30px right 10px;
	}
}
/*――――――――――――――――――
	single
―――――――――――――――――――*/
#single .home_btn {
	font-size: 16px;
	width: 260px;
}

#single_header {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#single_header .left {
	width: calc(100% - 220px);
}
#single_header .right {
	width: 220px;
}
#single_header h1 {
	font-size: 36px;
	margin-bottom: 5px;
	line-height: 1.4;
}
#single_header h1.fs30 {
	font-size: 30px;
}
#single_header .address {
	font-size: 14px;
	background: url(../img/common/ic_map.svg) no-repeat 0 2px;
	font-weight: 400;
	padding: 0 0 2px 25px;
}
#single_header .single_fav_btn {
	color: #727171;
	font-size: 14px;
	border: solid 2px #b6b4a8;
	border-radius: 50px;
	line-height: 1;
	padding: 13px 5px 13px 22px;
	cursor: pointer;
}
#single_header .single_fav_btn.on {
	background: #fff;
}
#single_header .single_fav_btn.on span {
	background-size: 0,auto;
}
#single_header .single_fav_btn span {
	display: inline-block;
	padding: 2px 0 4px 30px;
	background: url(../img/single/fav_off.png) no-repeat left center, url(../img/single/fav_on.png) no-repeat left center;
}

#single_slider {
	background: #fff;
	border: solid 10px #fff;
	border-radius: 20px;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
#single_slider .slick-arrow {
	top: 41%;
}
#single_slider .slick-prev {
	left: -35px;
}
#single_slider .slick-next {
	right: -35px;
}
#single_slider .w_img {
	font-size: 0;
	line-height: 1;
	border-radius: 15px;
	overflow: hidden;
}
#single_slider .w_text {
	padding: 30px 28px 20px;
}

#single_slider_thumb {
	font-size: 0;
	line-height: 1;
	padding: 18px 0;
	background: #333;
	margin-bottom: 30px;
}
#single_slider_thumb .slide {
	cursor: pointer;
}
#single_slider_thumb .slick-track {
	margin-left: 0;
}

#single_main_text {
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 18px;
}
#single_main_text.mb50 {
	margin-bottom: 50px;
}

#single_categories {
	margin-bottom: 55px;
}
#single_categories li {
	font-size: 14px;
	display: inline-block;
	background: #ca5237;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 4px 12px 5px;
	min-width: 90px;
	margin-right: 6px;
}
#single_categories li:last-child {
	margin-right: 0;
}

#single_sp_tab_content > div {
	margin-bottom: 60px;
}
#single_sp_tab_content h2 {
	font-size: 20px;
	border-left: solid 3px #ca5237;
	margin-bottom: 20px;
	padding: 1px 0 2px 16px;
}
#single_sp_tab_content table {
	width: 100%;
	line-height: 1.875;
}
#single_sp_tab_content table tr:first-child th {
	border-top: solid 1px #727171;
}
#single_sp_tab_content table tr:first-child td {
	border-top: solid 1px #ccc;
}
#single_sp_tab_content table th {
	font-weight: 700;
	width: 150px;
	padding: 20px 15px;
	vertical-align: top;
	border-bottom: solid 1px #727171;
}
#single_sp_tab_content table td {
	width: calc(100% - 150px);
	padding: 20px 0 20px 40px;
	border-bottom: solid 1px #ccc;
}
#single_sp_tab_content table .map_border {
	border: solid 10px #e3e1d7;
	margin: 10px 0;
}
#single_sp_tab_content table .gmap {
	padding-bottom: 60%;
}
#single_sp_tab_content table .small {
	font-size: 14px;
	display: block;
	margin-top: -5px;
}
#single_sp_tab_content .w_menu {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 400;
}
#single_sp_tab_content .w_menu .img {
	font-size: 0;
	line-height: 1;
	margin-bottom: 12px;
}
#single_sp_tab_content .w_menu > div {
	width: 48.4%;
	margin-bottom: 22px;
}
#single_sp_tab_content .menu_description {
	font-size: 14px;
	font-weight: 400;
}

#single_adsense {
	margin: 70px 0 35px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#single_adsense li {
	width: 49.398%;
	margin-bottom: 5px;
}

#side_surrounding_spots {
	background: #e3e1d7;
}
#side_surrounding_spots h2 {
	background: #333333;
	text-align: center;
	color: #fff;
	padding: 12px;
}
#side_surrounding_spots h2 span {
	font-size: 20px;
	background: url(../img/single/ic_map.svg) no-repeat left center;
	padding: 5px 0 5px 36px;
}
#side_surrounding_spots .box {
	margin-bottom: 30px;
}
#side_surrounding_spots .box a {
	display: block;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#side_surrounding_spots .box a:hover {
	opacity: 0.6;
}
#side_surrounding_spots .box:last-child {
	margin-bottom: 0;
}
#side_surrounding_spots .inner {
	padding: 30px 20px 35px;
}
#side_surrounding_spots .w_img {
	position: relative;
	font-size: 0;
	line-height: 1;
	border: solid 4px #fff;
	margin-bottom: 8px;
}
#side_surrounding_spots .w_img img {
	width: 100%;
}
#side_surrounding_spots .label {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8) url(../img/top/ic_map_label.png) no-repeat 10px center/8px auto;
	color: #fff;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	padding: 0 15px 0 22px;
}
#side_surrounding_spots .text {
	padding-left: 3px;
	letter-spacing: 0;
}

@media only screen and (max-width: 1023px) {
	#side_surrounding_spots .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}
	#side_surrounding_spots .inner .box {
		width: 48%;
	}

	#single_slider img,
	#single_slider_thumb img {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
	#single_sp_tab_content > div {
		display: block !important;
	}
}
@media only screen and (max-width: 767px) {
	#single {
		padding-top: 25px;
	}
	#single .home_btn {
		font-size: 15px;
		width: 270px;
	}

	#single_header {
		margin-bottom: 20px;
	}
	#single_header .left,
	#single_header .right {
		width: auto;
	}
	#single_header h1 {
		font-size: 18px;
	}
	#single_header h1.sp_none {
		display: none;
	}
	#single_header .address {
		font-size: 12px;
		background-size: 12px auto;
		padding-left: 16px;
	}
	#single_header .single_fav_btn {
		width: 0;
		height: 0;
		overflow: hidden;
		padding: 40px 40px 0 0;
		border: none;
		background: url(../img/archive/fav_off.png) no-repeat center/cover;
	}
	#single_header .single_fav_btn.on {
		background: url(../img/archive/fav_on.png) no-repeat center/cover;
	}

	#single_slider {
		border-radius: 8px;
		border-width: 5px;
	}
	#single_slider .slick-arrow {
		top: 25vw;
	}
	#single_slider .slick-prev {
		left: -5%;
	}
	#single_slider .slick-next {
		right: -5%;
	}
	#single_slider .w_img {
		border-radius: 6px;
	}
	#single_slider .w_text {
		font-size: 12px;
		padding: 10px 8px 4px;
		letter-spacing: 0;
	}

	#single_slider_thumb {
		display: none;
	}

	#single_main_text {
		letter-spacing: 0;
		margin-bottom: 15px;
	}
	#single_main_text .more {
		display: none;
	}
	#single_main_text.mb50 {
		margin-bottom: 15px;
	}

	#smt_more_btn {
		cursor: pointer;
		color: #727171;
		border: solid 1px #727171;
		border-radius: 50px;
		height: 40px;
		line-height: 38px;
		max-width: 150px;
		text-align: center;
		margin: 0 auto 25px;
		background: url(../img/single/more_arrow.svg) no-repeat right 20px center;
	}

	#single_categories {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
		margin-top: 25px;
	}
	#single_categories li {
		font-size: 12px;
		margin-right: 4px;
		min-width: 70px;
		padding: 6px 12px;
	}

	#single_sp_tab {
		display: -webkit-flex;
		display: flex;
		border-bottom: solid 3px #ca5237;
		line-height: 1;
		margin-top: 20px;
		margin-bottom: 13px;
	}
	#single_sp_tab li {
		border-right: solid 1px #f2f1ec;
		cursor: pointer;
		font-size: 15px;
		padding: 12px;
		background: #e3e1d7;
		color: #727171;
	}
	#single_sp_tab li.select {
		color: #fff;
		background: #ca5237;
	}
	#single_sp_tab li:last-child {
		border-right: none;
	}

	#single_sp_tab_content > div {
		margin-bottom: 0;
		display: none;
	}
	#single_sp_tab_content > div:first-child {
		display: block;
	}
	#single_sp_tab_content h2 {
		display: none;
	}
	#single_sp_tab_content table {
		line-height: 1.3333;
	}
	#single_sp_tab_content table tr {
		position: relative;
	}
	#single_sp_tab_content table tr.sp_none {
		display: none;
	}
	#single_sp_tab_content table tr:first-child th {
		position: relative;
	}
	#single_sp_tab_content table tr:first-child th:before,
	#single_sp_tab_content table tr:first-child th:after {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #cccccc;
		left: 0;
		top: 0;
	}
	#single_sp_tab_content table tr:first-child th:after {
		background: #727171;
		width: 150px;
	}
	#single_sp_tab_content table tr:before,
	#single_sp_tab_content table tr:after {
		position: absolute;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #cccccc;
		left: 0;
		bottom: 0;
	}
	#single_sp_tab_content table tr:after {
		background: #727171;
		width: 150px;
	}
	#single_sp_tab_content table tr.map:before,
	#single_sp_tab_content table tr.map:after {
		content: none !important;
	}
	#single_sp_tab_content table tr.map th {
		display: none;
	}
	#single_sp_tab_content table tr.map td {
		padding-top: 25px;
		padding-bottom: 0;
	}
	#single_sp_tab_content table tr,
	#single_sp_tab_content table th,
	#single_sp_tab_content table td {
		width: 100%;
		display: block;
		border: none !important;
	}
	#single_sp_tab_content table th {
		padding: 14px 0 8px;
	}
	#single_sp_tab_content table td {
		padding: 0 0 14px;
		word-break: break-all;
	}
	#single_sp_tab_content table .map_border {
		border-width: 6px;
		margin: 0;
	}
	#single_sp_tab_content table .small {
		margin-top: 4px;
		font-size: 12px;
	}
	#single_sp_tab_content .w_menu {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#single_sp_tab_content .w_menu > div {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}

	#single_adsense {
		margin: 25px 0 15px;
		text-align: center;
	}
	#single_adsense li {
		width: 100%;
		margin-bottom: 6px;
	}

	#side_surrounding_spots h2 {
		padding: 9px 10px 11px;
	}
	#side_surrounding_spots h2 span {
		font-size: 15px;
		background-size: 15px auto;
		padding-left: 23px;
	}
	#side_surrounding_spots .inner {
		padding: 10px 5px 10px;
	}
	#side_surrounding_spots .inner .box {
		margin-bottom: 10px;
		width: 49%;
	}
	#side_surrounding_spots .w_img {
		border-width: 2px;
		margin-bottom: 5px;
	}
	#side_surrounding_spots .text {
		font-size: 12px;
	}
	#side_surrounding_spots .label {
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		background-size: 6px auto;
		background-position: 7px center;
		padding: 0 11px 0 18px;
	}
}
@media only screen and (max-width: 340px) {
	#single_sp_tab li {
		font-size: 14px;
	}
}
/*――――――――――――――――――
	privacy
―――――――――――――――――――*/
#privacy main {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 50px;
}
#privacy h2 {
	background: #e3e1d7;
	position: relative;
	padding: 8px 0 8px 22px;
	border-radius: 40px;
	margin-bottom: 25px;
}
#privacy h2:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #727171;
	border-radius: 50%;
	margin-right: 12px;
}
#privacy .read_text {
	margin-bottom: 60px;
}
#privacy p {
	line-height: 1.875;
	font-weight: 400;
}
#privacy .section {
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	#privacy main {
		padding-top: 35px;
	}
	#privacy .ttl01 {
		margin-bottom: 20px;
	}
	#privacy .read_text {
		margin-bottom: 18px;
	}
	#privacy h2 {
		padding: 6px 5px 6px 11px;
		margin-bottom: 12px;
	}
	#privacy h2:before {
		width: 6px;
		height: 6px;
		margin-right: 6px;
		position: relative;
		top: -3px;
	}
	#privacy p {
		line-height: 1.6;
	}
	#privacy .section {
		margin-bottom: 20px;
	}
}
/*――――――――――――――――――
	about
―――――――――――――――――――*/
#about h1 {
	background: url(../img/about/mv.jpg) no-repeat center top/100% auto;
	padding-top: 55%;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 25px;
}
#about h1 span {
	display: block;
}
#about h1 span:first-child {
	font-size: 48px;
	color: #ca5237;
}
#about h1 span:last-child {
	font-size: 36px;
}
#about .read_text {
	text-align: center;
	font-weight: 400;
	line-height: 1.875;
	margin-bottom: 90px;
}
#about .inner {
	max-width: 1216px;
	margin: 0 auto;
}
#about .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#about .flex > div {
	width: 47.28%;
	margin-bottom: 60px;
}
#about .flex h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 22px;
	position: relative;
}
#about .flex h2:after {
	position: absolute;
	left: 0;
	top: 51%;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #b6b4a8;
}
#about .flex h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #f2f1ec;
	padding: 0 20px;
}
#about .flex .bg_img {
	font-weight: 400;
	line-height: 1.875;
	margin-bottom: 45px;
	padding-top: 36%;
}
#about .flex .img01 {
	background: url(../img/about/area01.jpg) no-repeat center top/100% auto;
}
#about .flex .img02 {
	background: url(../img/about/area02.jpg) no-repeat center top/100% auto;
}
#about .flex .img03 {
	background: url(../img/about/area03.jpg) no-repeat center top/100% auto;
}
#about .flex .img04 {
	background: url(../img/about/area04.jpg) no-repeat center top/100% auto;
}
#about .flex .img05 {
	background: url(../img/about/area05.jpg) no-repeat center top/100% auto;
}
#about .flex .img06 {
	background: url(../img/about/area06.jpg) no-repeat center top/100% auto;
}
#about .flex .bottom {
	border: solid 3px #e3e1d7;
	background: #fff;
	border-radius: 20px;
	padding-bottom: 22px;
}
#about .flex .bottom h3 {
	text-align: center;
	position: relative;
	top: -20px;
	margin-bottom: 5px;
}
#about .flex .bottom h3 span {
	display: inline-block;
	color: #727171;
	background: #e3e1d7;
	border-radius: 30px;
	padding: 12px 43px;
	line-height: 1;
}
#about .flex .bottom ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 14px;
}
#about .flex .bottom ul li {
	width: 20%;
	border-right: solid 1px #e3e1d7;
}
#about .flex .bottom ul li:last-child {
	border-right: none;
}
#about .flex .bottom ul li:nth-child(1) a {
	background: url(../img/common/ic01.png) no-repeat center top/18px auto;
}
#about .flex .bottom ul li:nth-child(2) a {
	background: url(../img/common/ic02.png) no-repeat center top/22px auto;
}
#about .flex .bottom ul li:nth-child(3) a {
	background: url(../img/common/ic03.png) no-repeat center 1px/21px auto;
}
#about .flex .bottom ul li:nth-child(4) a {
	background: url(../img/common/ic04.png) no-repeat center 2px/24px auto;
}
#about .flex .bottom ul li:nth-child(5) a {
	background: url(../img/common/ic05.png) no-repeat center top/23px auto;
}
#about .flex .bottom ul a {
	display: block;
	text-align: center;
	line-height: 1;
	padding-top: 32px;
	letter-spacing: 0;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
}
#about .flex .bottom ul a:hover {
	opacity: 0.6;
}

#secretariat {
	border: solid 3px #e3e1d7;
	border-radius: 20px;
	background: #fff;
	padding: 80px 40px 90px;
}
#secretariat h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
#secretariat p {
	text-align: center;
	font-weight: 400;
	line-height: 1.875;
	margin-bottom: 50px;
}
#secretariat table {
	border-top: solid 1px #b6b4a8;
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}
#secretariat table th,
#secretariat table td {
	border-bottom: solid 1px #b6b4a8;
}
#secretariat table th {
	font-weight: 700;
	background: #f2f1ec;
	width: 160px;
	padding: 20px 16px;
	vertical-align: top;
}
#secretariat table td {
	width: calc(100% - 160px);
	padding: 20px 32px;
}
#secretariat table td a {
	text-decoration: underline;
	font-weight: bold;
	color: #ca5237;
}
#secretariat table td a:hover {
	text-decoration: none;
}

#about_cta {
	margin-top: 165px;
	color: #fff;
	text-align: center;
	background: url(../img/about/cta.jpg) no-repeat center/cover;
	padding: 140px 0 130px;
}
#about_cta .text01 {
	font-size: 20px;
	margin-bottom: 12px;
}
#about_cta .text02 {
	margin-bottom: 30px;
}
#about_cta .w_btn a {
	color: #fff;
	display: block;
	max-width: 240px;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	background: #ca5237;
	-moz-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	-webkit-transition: ease 0.2s;
	transition: ease 0.2s;
	border-radius: 50px;
	text-align: center;
}
#about_cta .w_btn a:hover {
	opacity: 0.6;
}
#about_cta + #footer {
	margin-top: -20px;
}

@media only screen and (max-width: 1180px) {
	#about .read_text {
		text-align: left;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	#about .flex > div {
		width: 48.5%;
	}
	#about .flex .bottom ul {
		font-size: 13px;
	}
}
@media only screen and (max-width: 1023px) {
	#about .flex {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	#about .flex > div {
		width: 100%;
	}

	#secretariat p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#about main {
		padding-top: 25px;
	}
	#about h1 {
		margin-bottom: 16px;
		padding-top: 57%;
	}
	#about h1 span:first-child {
		font-size: 24px;
	}
	#about h1 span:last-child {
		font-size: 18px;
	}
	#about .read_text {
		line-height: 1.6;
		margin-bottom: 40px;
	}
	#about .flex > div {
		margin-bottom: 30px;
	}
	#about .flex h2 {
		font-size: 18px;
		margin-bottom: 13px;
	}
	#about .flex .bg_img {
		line-height: 1.6;
		padding-top: 35%;
		margin-bottom: 35px;
	}
	#about .flex .bottom {
		border-radius: 15px;
		border-width: 2px;
		padding-bottom: 14px;
	}
	#about .flex .bottom h3 {
		margin-bottom: 0;
	}
	#about .flex .bottom h3 span {
		font-size: 12px;
		padding: 10px 40px;
	}
	#about .flex .bottom ul {
		margin-top: -10px;
	}
	#about .flex .bottom ul li:nth-child(1) a {
		background-size: 10px auto;
		background-position: center 8px;
	}
	#about .flex .bottom ul li:nth-child(2) a {
		background-size: 12px auto;
		background-position: center 8px;
	}
	#about .flex .bottom ul li:nth-child(3) a {
		background-size: 12px auto;
		background-position: center 9px;
	}
	#about .flex .bottom ul li:nth-child(4) a {
		background-size: 14px auto;
		background-position: center 10px;
	}
	#about .flex .bottom ul li:nth-child(5) a {
		background-size: 14px auto;
		background-position: center 8px;
	}
	#about .flex .bottom ul li a {
		font-size: 10px;
		transform: scale(0.9);
		padding-bottom: 5px;
	}

	#secretariat {
		margin-top: 55px;
		padding: 30px 15px 18px;
	}
	#secretariat h2 {
		font-size: 18px;
		margin-bottom: 13px;
	}
	#secretariat p {
		text-align: left;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	#secretariat table {
		font-size: 12px;
		line-height: 1.25;
	}
	#secretariat table th {
		vertical-align: middle;
		letter-spacing: 0;
		width: 90px;
		padding: 16px 0 16px 7px;
	}
	#secretariat table td {
		width: calc(100% - 90px);
		padding: 16px;
	}

	#about_cta {
		margin-top: 40px;
		padding: 60px 4% 80px;
	}
	#about_cta .text01 {
		font-size: 12px;
		margin-bottom: 8px;
	}
	#about_cta .text02 {
		text-align: center;
		margin-bottom: 10px;
	}
	#about_cta .text02 img {
		max-width: 305px;
	}
	#about_cta .w_btn a {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		max-width: 165px;
	}
}
@media only screen and (max-width: 340px) {
	#about h1 {
		letter-spacing: 0;
	}
	#about h1 span:first-child {
		font-size: 20px;
	}

	#about_cta .text02 img {
		max-width: 100%;
	}
}
