@charset "UTF-8";

/*
	Theme Name: Asakuchi

*/

/*-------------------------------------------------------------- */
/* Reset                                                         */
/*-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
strong {
	font-weight: bold;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 16px;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: 80%;
  max-width: 220px;
  border: none;
  color: #fff;
  background-color: #343f51;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 1.125em 0 1em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  vertical-align: top;
  /* Improves readability and alignment in all browsers */

}
select,
input[type=text],
input[type=tel],
input[type=number],
input[type=email],
textarea {
	padding: 8px;
}
html, body {
	margin: 0;
	padding: 0;
}

html {
	font: 14px /1.8 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	color: #171a1f;
	background-color: #171a1f;
}

/* ---------------------------------------------

				共通

--------------------------------------------- */
p {
	margin-bottom: 1em;
}

ul, ol {
	list-style: none;
	padding: 0;
}

img {
	max-width: 100%;
	border: none;
	height: auto;
}

a {
	color: inherit;
	transition: 0.5s;
}

a:hover {
	opacity: 0.7;
}

table {
	border-collapse: collapse;
}
svg {
	fill: currentColor;
}
.ib {
	display: inline-block;
}

.disp_pc {
	display: none !important;
}

.disp_mobile {
}

.imgback1 ,
.whiteback ,
.grayback ,
.blueback {
	position: relative;
}

.blueback {
	color: #fff;
}

.imgback1::before ,
.whiteback::before ,
.grayback::before ,
.blueback::before {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

.imgback1::before {
	background: url(img/experience_bg.jpg) no-repeat center #ededef;
	background-size: cover;
}

.whiteback::before {
	background-color: #fff;
}

.grayback::before {
	background-color: #ededef;
}

.blueback::before {
	background-image: linear-gradient(to top, #171a1f, #343f51);
}

.star_box {
	position: absolute;
	overflow: hidden;
	pointer-events: none;
}

.star_box.top_head_star {
	color: #fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

body:not(.home) .star_box.top_head_star {
	height: 280px;
	bottom: auto;
}

.about_sec .star_box {
	color: #fff;
	width: 100vw;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

.sightseeing_text h3 .star_box {
	color: #e0e0e1;
	top: -500%;
	left: -200%;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.about_contents h3 .star_box {
	color: #e0e0e1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.star_box li {
	font-size: 1rem;
	text-align: right;
    height: 20px;
	position: absolute;
	transform-origin: right center;
	transform: rotate(30deg) translate3d(-300%,0,0);
	transition: all 2s ease;
	animation-duration: 2s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-fill-mode: both;
	-moz-animation-name: shooting-star;
}

.star_box.top_head_star li:nth-of-type(1) {
	right: 5%;
	top: 90%;
}

.star_box.top_head_star li:nth-of-type(2) {
	right: 75%;
	top: 55%;
	transition-delay: 1s;
	animation-delay: 1s;
}

.star_box.top_head_star li:nth-of-type(3) {
	right: 25%;
	bottom: 85%;
	transition-delay: 2s;
	animation-delay: 2s;
}

body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(1) {
	left: 50%;
	top: 68%;
}

body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(2) {
	right: 65%;
	top: 85%;
}

body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(3) {
	left: 48%;
	bottom: 40%;
}

body[class*="page-english"] .star_box.top_head_star li:nth-of-type(1) {
	top: 35%;
}

body[class*="page-english"] .star_box.top_head_star li:nth-of-type(2) {
	right: 45%;
	top: 50%;
}

body[class*="page-english"] .star_box.top_head_star li:nth-of-type(3) {
	right: 8%;
	top: 25%;
}

.about_sec .star_box li:nth-of-type(1) {
    right: 15%;
    top: 95%;
}

.about_sec .star_box li:nth-of-type(2) {
    right: 5%;
    top: 55%;
	transition-delay: 0.5s;
}

.about_sec .star_box li:nth-of-type(3) {
    right: 70%;
    top: 90%;
	transition-delay: 1s;
}

.about_sec .star_box li:nth-of-type(4) {
	right: 15%;
	top: 10%;
	transition-delay: 1.5s;
}

.about_sec .star_box li:nth-of-type(5) {
	right: 90%;
	top: 30%;
	transition-delay: 2s;
}

.sightseeing_text h3 .star_box li:nth-of-type(1) {
	width: 100%;
    right: 0;
    bottom: 30px;
}

.sightseeing_text h3 .star_box li:nth-of-type(2) {
	width: 100%;
    right: 27%;
    bottom: 10px;
	transition-delay: 1s;
}

.sightseeing_text h3 .star_box li:nth-of-type(3) {
	width: 100%;
    right: 2%;
    bottom: 80px;
	transition-delay: 2s;
}

.about_contents h3 .star_box li:nth-of-type(1) {
	width: 50%;
    right: 30%;
    bottom: 25px;
}

.about_contents h3 .star_box li:nth-of-type(2) {
	width: 50%;
    right: 63%;
    bottom: 20px;
	transition-delay: 1s;
}

@media (orientation: portrait) {

	.star_box.top_head_star li:nth-of-type(1) {
		width: 37vh;
	}

	.star_box.top_head_star li:nth-of-type(2) {
		width: 50vh;
	}

	.star_box.top_head_star li:nth-of-type(3) {
		width: 40vh;
	}

	body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(1) {
		width: 30vh;
	}

	body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(2) {
		width: 40vh;
	}

	body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(3) {
		width: 30vh;
	}

	.about_sec .star_box li:nth-of-type(1) {
		width: 110vh;
	}

	.about_sec .star_box li:nth-of-type(2) {
		width: 90vh;
	}

	.about_sec .star_box li:nth-of-type(3) {
		width: 50vh;
	}

	.about_sec .star_box li:nth-of-type(4) {
		width: 50vh;
	}

	.about_sec .star_box li:nth-of-type(5) {
		width: 50vh;
	}

}

@media (orientation: landscape) {

	.star_box.top_head_star li:nth-of-type(1) {
		width: 37vw;
	}

	.star_box.top_head_star li:nth-of-type(2) {
		width: 50vw;
	}

	.star_box.top_head_star li:nth-of-type(3) {
		width: 40vw;
	}

	body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(1) {
		width: 30vw;
	}

	body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(2) {
		width: 40vw;
	}

	body:not(.home):not(.page-english) .star_box.top_head_star li:nth-of-type(3) {
		width: 30vw;
	}

	.about_sec .star_box li:nth-of-type(1) {
		width: 110vw;
	}

	.about_sec .star_box li:nth-of-type(2) {
		width: 90vw;
	}

	.about_sec .star_box li:nth-of-type(3) {
		width: 50vw;
	}

	.about_sec .star_box li:nth-of-type(4) {
		width: 50vw;
	}

	.about_sec .star_box li:nth-of-type(5) {
		width: 50vw;
	}

}

.star_box.scrollin li {
	transform: rotate(30deg) translate3d(0, 0, 0);
}

.star_box li::after {
    content: "";
    display: block;
	height: 1px;
	background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 0;
    right: 20px;
}

.star_box li svg {
	width: 15px;
	height: 20px;
	stroke: #fff;
    transform: rotate(-30deg);
}

.sightseeing_text h3 .star_box li svg ,
.about_contents h3 .star_box li svg {
	stroke: #e0e0e1;
}

@keyframes shooting-star {
	0% {
		transform: rotate(30deg) translate3d(-300%,0,0);
	}

	100% {
		transform: rotate(30deg) translate3d(0, 0, 0);
	}
}

.img_wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.img_wrap>img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.img_wrap.contain>img {
	max-width: 100%;
	max-height: 100%;
}

.img_wrap.cover>img {
	min-width: 100%;
	min-height: 100%;
}

.info_window {
	max-width: 180px;
}

.info_window h1 {
	font-size: 2rem;
	font-weight: bold;
}

.info_window h2 {
	font-size: 1.5rem;
	font-weight: bold;
}

.info_window h3 {
	font-size: 1.25rem;
	font-weight: bold;
}

.info_window h4 {
	font-size: 1rem;
}

.info_window h5 {
	font-size: 0.875rem;
}

.info_window h6 {
	font-size: 0.75rem;
}

.info_window p {
	font-size: 0.75rem;
}

#outerImageContainer ,
#imageDataContainer {
	max-width: 100%;
	height: auto !important;
}

#lightboxImage {
	height: auto !important;
	width: auto !important;
	max-height: 80vh;
}

#hoverNav a {
	max-height: 100%;
}

#lightbox {
	max-width: 100vw;
	position: fixed !important;
	top: 50vh !important;
	transform: translateY(-50%);
}


#prevLink {
	background: url(../../plugins/wp-lightbox-2/styles/images/prev.gif) left 50% no-repeat !important;
}

#nextLink {
	background: url(../../plugins/wp-lightbox-2/styles/images/next.gif) right 50% no-repeat !important;
}
/* ---------------------------------------------

				gallery

--------------------------------------------- */

.gallery {
	margin: 20px auto;
}

.gallery:not(.gallery-columns-1) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery.gallery-columns-1.gallery-size-large {
	max-width: 1024px;
}

.gallery.gallery-columns-1.gallery-size-medium {
	max-width: 300px;
}

.gallery.gallery-columns-1.gallery-size-thumbnail {
	max-width: 150px;
}

.gallery.gallery-columns-2.gallery-size-large {
	max-width: calc(1024px / 0.45);
}

.gallery.gallery-columns-2.gallery-size-medium {
	max-width: calc(300px / 0.45);
}

.gallery.gallery-columns-2.gallery-size-thumbnail {
	max-width: calc(150px / 0.45);
}

.gallery.gallery-columns-3.gallery-size-large {
	max-width: calc(1024px / 0.3);
}

.gallery.gallery-columns-3.gallery-size-medium {
	max-width: 1000px;
}

.gallery.gallery-columns-3.gallery-size-thumbnail {
	max-width: 500px;
}

.gallery.gallery-columns-4.gallery-size-large {
	max-width: calc(1024px / 0.225);
}

.gallery.gallery-columns-4.gallery-size-medium {
	max-width: calc(300px / 0.225);
}

.gallery.gallery-columns-4.gallery-size-thumbnail {
	max-width: calc(150px / 0.225);
}

.gallery.gallery-columns-5.gallery-size-large {
	max-width: calc(1024px / 0.18);
}

.gallery.gallery-columns-5.gallery-size-medium {
	max-width: calc(300px / 0.18);
}

.gallery.gallery-columns-5.gallery-size-thumbnail {
	max-width: calc(150px / 0.18);
}

.gallery.gallery-columns-6.gallery-size-large {
	max-width: calc(1024px / 0.15);
}

.gallery.gallery-columns-6.gallery-size-medium {
	max-width: 2000px;
}

.gallery.gallery-columns-6.gallery-size-thumbnail {
	max-width: 1000px;
}

.gallery.gallery-columns-7.gallery-size-large {
	max-width: calc(1024px * 7 / 0.9);
}

.gallery.gallery-columns-7.gallery-size-medium {
	max-width: calc(300px * 7 / 0.9);
}

.gallery.gallery-columns-7.gallery-size-thumbnail {
	max-width: calc(150px * 7 / 0.9);
}

.gallery.gallery-columns-8.gallery-size-large {
	max-width: calc(1024px / 0.1125);
}

.gallery.gallery-columns-8.gallery-size-medium {
	max-width: calc(300px / 0.1125);
}

.gallery.gallery-columns-8.gallery-size-thumbnail {
	max-width: calc(150px / 0.1125);
}

.gallery.gallery-columns-9.gallery-size-large {
	max-width: 10240px;
}

.gallery.gallery-columns-9.gallery-size-medium {
	max-width: 3000px;
}

.gallery.gallery-columns-9.gallery-size-thumbnail {
	max-width: 1500px;
}

.gallery .gallery-item {
}

.gallery .gallery-item .gallery-icon {
	margin: 0;
	font-size: 0;
}

.gallery .gallery-item a {
	display: block;
	text-align: center;
}

.gallery .gallery-item .gallery-caption {
	font-size: 0.75rem;
	line-height: 1.4;
}

.gallery .gallery-item .gallery-caption:empty {
	display: none;
}

.gallery:not(.gallery-columns-1) .gallery-item {
	width: 48%;
}

/* ---------------------------------------------

				ヘッダー

--------------------------------------------- */
#header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80px;
	background-image: linear-gradient(to top, #171a1f, #343f51 20%); 
	position: relative;
}

body.home #header {
	height: 100vh;
	overflow: hidden;
}

#header::before {
	content: "";
	display: block;
	width: 100%;
	height: 80px;
	background-image: linear-gradient(to top, #171a1f, #343f51);
	position: fixed;
	top: -100px;
	left: 0;
	transition: 0.3s;
	z-index: 3;
}

body.scroll #header::before {
	top: 0;
}

#header .scroll_btn {
    width: 100%;
    color: #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    position: absolute;
    bottom: 50px;
    left: 0;
	opacity: 1;
	transition: 0.3s;
}

#header .scroll_btn::after {
	content: "\f078";
    font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	font-size: 2rem;
    display: block;
}

body.scroll #header .scroll_btn {
	opacity: 0;
} 

.header_svg {
	display: block;
	min-width: 100vw;
	min-height: 100vh;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}

.svg_star {
	fill: rgba(255,255,255,0.7);
	opacity: 0;
	
}

@keyframes twinkle-star {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	20% {
		opacity: 0;
	}
	
	100% {
		opacity: 0;
	}
}

@media (orientation: portrait) {
	.header_svg {
		height: 100vh;
		width: auto !important;
	}

}

.mask {
	clip-path: url(#svgPath);
}

#header h1#logo {
	line-height: 1;
	color: #fff;
	font-size: 0;
	height: 100vh;
	width: 60%;
	max-width: 480px;
	position: relative;
	top: -45px;
	/*transition: 0.3s;*/
}

#header h1#logo svg ,
#header h1#logo img {
	width: 100%;
	max-height: calc(100vh - 125px);
	transition: 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#header h1#logo svg ,
#footer h1#foot_logo svg {
	opacity: 1;
	display: inline;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	width: 100%;
}

#header h1#logo svg #title ,
#footer h1#foot_logo svg #title ,
body[class*="page-english"] .about_contents .concept_sec .page_title svg #title {
	stroke: #fff;
}

#header h1#logo svg #title ,
body[class*="page-english"] .about_contents .concept_sec .page_title svg #title {
	stroke-dasharray: 2000;
	animation: logo-title 2s 0.5s both;
}

body[class*="page-english"] .about_contents .concept_sec .page_title svg #title {
	stroke-dasharray: 1000;
	animation: logo-title-en 2s 0.5s both;
}

@keyframes logo-title {
	0% {
		fill-opacity: 0;
		stroke-dashoffset: 2000;
	}
	50% {
		fill-opacity: 0;
	}
	80% {
		stroke-dashoffset: 0;
	}
	100% {
		fill-opacity: 1;
	}
}

@keyframes logo-title-en {
	0% {
		fill-opacity: 0;
		stroke-dashoffset: 1000;
	}
	50% {
		fill-opacity: 0;
	}
	80% {
		stroke-dashoffset: 0;
	}
	100% {
		fill-opacity: 1;
	}
}

#header h1#logo svg #circle ,
#footer h1#foot_logo svg #circle ,
body[class*="page-english"] .about_contents .concept_sec .page_title svg #circle {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

#header h1#logo svg #circle ,
body[class*="page-english"] .about_contents .concept_sec .page_title svg #circle {
	transform: rotate(-59deg);
	transform-origin: 270px 267.1px;
	stroke-dasharray: 1658;
	animation: logo-circle 2s 0.5s both;
}

body[class*="page-english"] .about_contents .concept_sec .page_title svg #circle {
	transform: rotate(-149deg);
	transform-origin: 248.3px 208px;
	stroke-dasharray: 1301;
	animation: logo-circle-en 2s 0.5s both;
}

@keyframes logo-circle {
	0% {
		stroke-dashoffset: 1658;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes logo-circle-en {
	0% {
		stroke-dashoffset: 1301;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

#header h1#logo img {
	opacity: 0;
	display: none;
}

body.scroll #header h1#logo {
	width: 150px;
	height: 80px;
	position: fixed;
	top: 0;
	left: 10px;
	z-index: 3;
}

html.translated-ltr body.scroll #header::before ,
html.translated-ltr body.scroll #header h1#logo {
	top: 40px;
}

body.scroll #header h1#logo svg{
	opacity: 0;
	display: none;
}

body.scroll #header h1#logo img {
	opacity: 1;
	display: inline;
}

.nav ,
.foot_subnav {
	font-size: 0.875rem;
	width: 100%;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
}

.nav {
	display: none;
	position: absolute;
	right: 0;
	bottom: 10px;
}

body.scroll .nav {
	width: calc(100% - 150px);
	flex-wrap: wrap;
	justify-content: flex-end;
	position: fixed;
	top: 22px;
	right: 10px;
	bottom: auto;
	z-index: 3;
}

html.translated-ltr body.scroll .nav {
	top: 80px;
}

.nav>li a ,
.foot_subnav li a {
	text-decoration: none;
	display: block;
	padding: 5px 15px;
}

.nav>li {
	color: #fff;
}

.nav>li:not(:last-child)>a ,
.foot_nav li>a ,
.foot_subnav li>a {
	padding-left: 1.2em;
	position: relative;
}

.nav>li:not(:last-child) a::before ,
.foot_nav li:not(.sub_menu)>a::before ,
.foot_subnav li a::before {
	content: "";
	display: block;
	border: 0.3em solid transparent;
    border-left-color: currentColor;
    margin-top: 0.6em;
    position: absolute;
    left: 0.3em;
}

.nav>li:last-child {
	border: 1px solid currentColor;
	margin-left: 1.5em;
	transform-origin: left bottom;
	transition: 0.5s;
}

.nav>li:last-child:hover {
	transform: skewX(30deg);
	border-top-color: transparent;
	border-left-color: transparent;
}

.nav>li:last-child a {
	padding: 4px 15px;
}

.nav>li:last-child a:hover {
	opacity: 1;
	transform: skewX(-30deg);
}

.drawer-overlay {
	background-color: rgba(0, 0, 0, .3);
}

html.translated-ltr body.scroll .drawer-hamburger ,
html.translated-ltr body.scroll nav.drawer-nav {
	top: 40px;
}

body:not(.scroll) .drawer-hamburger {
	display: none;
}

.drawer-hamburger {
	height: 2px;
	padding: 13px 0;
	margin: 26px 5px;
	background-clip: content-box;
	border: none;
    outline: none;
}

.drawer-hamburger ,
.drawer-hamburger:hover ,
.drawer-hamburger:focus {
	box-shadow: none;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 2em, rgba(255,255,255,1) 2em, rgba(255,255,255,1) 4em);
	background-position: left -2em center;
	background-size: 200%;
	transition: 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-open .drawer-hamburger {
	background-position: left center;
	transition: 0.6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-hamburger:before, .drawer-hamburger:after {
	content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transform-origin: center center;
    transition: 0.6s;
}

.drawer-hamburger:before {
	transform: translateY(-11px) rotate(0deg);
}

.drawer-hamburger:after {
	transform: translateY(9px) rotate(0deg);
}

.drawer-open .drawer-hamburger:before {
	    transform: translateY(0) rotate(225deg);
}

.drawer-open .drawer-hamburger:after {
	    transform: translateY(0) rotate(-225deg);
}

.drawer-txt {
	display: block;
	font-size: 0.65rem;
	margin-top: 13px;
}

nav.drawer-nav {
	background-color: rgba(0, 0, 0, 0.8);
	height: auto;
	max-height: 100vh;
	overflow-y: auto;
	top: 0;
	bottom: 0;
}

ul.drawer-menu li a {
	text-decoration: none;
	color: #FFF;
	padding: 0.75em 1em;
	display: block;
}

ul.drawer-menu li a svg {
	width: 1.25em;
	height: 1.25em;
	vertical-align: middle;
	margin-right: 0.5em;
}

ul.drawer-menu li:not(:first-child):not(.sub_menu) a {
	border-top: 1px solid #444;
}

ul.drawer-menu li:last-child a {
	border-bottom: 1px solid #444;
}

ul.drawer-menu li.sub_menu a ,
ul.drawer-menu li.distinct_menu a {
	font-size: 80%;
}

ul.drawer-menu li.sub_menu a {
	padding-left: 1.75em;
}

ul.drawer-menu li.sub_menu a::before {
	content: "";
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	width: 0.75em;
	height: 1em;
	margin: 0 0.5em;
	border: 1px solid currentColor;
	border-top: none;
	border-right: none;
	position: relative;
	top: -0.25em;
}

ul.drawer-menu li.distinct_menu {
}

ul.drawer-menu li.distinct_menu a {
	background-color: rgba(115,115,115,.8);
}

ul.drawer-menu li.en_menu {
	margin: 1.5em 1em;
}

ul.drawer-menu li.en_menu a {
	position: relative;
}

ul.drawer-menu li.en_menu a::before {
	content: "";
	border: 1px solid currentColor;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

#breadcrumb li {
	margin-bottom: 0.5em;
}

#breadcrumb li:not(:first-child)::before {
	content: ">";
	display: inline-block;
	margin: 0 0.5em;
}

#breadcrumb li a {
	display: inline-block;
}

#area_selector {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: 0.5em;
	margin-left: auto;
}

#area_selector li {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#area_selector li:first-of-type {
}

#area_selector li a {
	display: block;
	padding: 0.5em;
	text-decoration: none;
	text-align: center;
	font-size: 0.875rem;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid #F4D9B9;
	background-color: #F4D9B9;
}

#area_selector li.select a {
	border: 1px solid #9d3716;
	background-color: #da7300;
}

#area_selector li.kamogata a {
	border-color: #b1bdc5;
	background-color: #b1bdc5;
}

#area_selector li.select.kamogata a {
	border-color: #445965;
	background-color: #5b7787;
}

#area_selector li.konko a {
	border-color: #ced3a5;
	background-color: #ced3a5;
}

#area_selector li.select.konko a {
	border-color: #575b35;
	background-color: #aeb569;
}

#area_selector li.yorishima a {
	border-color: #ecd7c1;
	background-color: #ecd7c1;
}

#area_selector li.select.yorishima a {
	border-color: #9c503b;
	background-color: #cf9a63;
}

#area_selector>span {
	display: block;
	font-size: 0.875rem;
	padding: 0.5em 0.75em 0.5em 0;
	box-sizing: border-box;	
	border-right: 1px solid currentColor;
}

/* ---------------------------------------------

				フッター

--------------------------------------------- */

#totop {
	position: fixed;
	bottom: 55px;
	right: 35px;
	transform: translate(50%, 50%);
	z-index: 999;
	transition: 0.5s;
}

#totop a {
	font-size: 24px;
	display: block;
	width: 48px;
	height: 48px;
	color: #fff;
	background-color: #171a1f;
	line-height: 48px;
	text-align: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	opacity: 0;
	transition: 0.5s;
}

#totop.show a {
	opacity: 0.7;
}

#totop.show a:hover {
	opacity: 1;
}

#totop.show.scroll a {
	width: 500px;
	height: 500px;
	line-height: 500px;
	opacity: 0;
}

#footer {
	color: #fff;
	background-color: #343f51;
	font-size: 0.875rem;
	position: relative;
}

#footer .footer_svg {
	width: 100%;
	padding-top: 47px;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	bottom: calc(100% - 3px);
	left: 0;
}

#footer .footer_svg svg {
	width: 768px;
	fill: #343f51;
	position: absolute;
	top: 0;
	left: calc(50% - 384px);
	/*transition: stroke-dashoffset 2s, fill-opacity 0.5s 2s;
	fill-opacity: 0;
	stroke: #343f51;
	stroke-dasharray: 3760;
    stroke-dashoffset: -3760;*/
}

/*#footer .footer_svg.fadein.scrollin svg {
    stroke-dashoffset: 0;
	fill-opacity: 1;
}*/

.footer_info {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	margin-bottom: 1em;
}
#footer h1#foot_logo {
	width: calc(95% - 200px);
	max-width: 160px;
	height: 100%;
	margin: 30px 0;
	margin-right: 5%;
}

.footer_info address {
	width: 200px;
}

.foot_nav {
	display: none;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 0 30px;
}

.foot_nav>li {
	margin: 0 10px;
}

.foot_nav li>a {
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 2em;
}

.foot_nav li.sub_menu>a {
	font-size: 80%;
	line-height: 1.4;
	padding-left: 1.5em;
}

.foot_nav li.sub_menu>a::before {
	content: "";
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	width: 0.75em;
	height: 1em;
	margin: 0 0.5em;
	border: 1px solid currentColor;
	border-top: none;
	border-right: none;
	position: relative;
	top: -0.25em;
}

.foot_subnav {
	display: none;
	color: #171a1f;
	background-color: #ededef;
}

#copyright {
	width: 100%;
	padding: 0.75em 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 0.75rem;
	background-color: #171a1f;
}

.alignleft {
	display: block;
	margin-right: auto;
}

.alignright {
	display: block;
	margin-left: auto;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ready {
	text-align: center;
	margin: 70px 0;
	width: 100%;
}

/* ---------------------------------------------

				レイアウト

--------------------------------------------- */

div#google_translate_element {
	text-align: right;
    position: absolute;
    top: 70px;
    right: 10px;
    z-index: 2;
}

div#google_translate_element .goog-te-combo {
	font-size: 16px;
	background-color: #fff;
	transform-origin: right bottom;
	transform: scale(0.75);
}

div#google_translate_element .goog-te-combo option {
	font-size:12px;
}

body.home:not(.scroll) div#google_translate_element {
    top: 10px;
}

.goog-te-menu-frame {
	box-shadow: none !important;
}

.goog-te-menu-frame tr {
	display: flex;
	flex-direction: column;
}

.main {
	padding-top: 30px;
	overflow: hidden;
}

.main p:empty {
	display: none;
}

body.home.scroll .main {
	margin-top: 80px;
}

.wrap {
	margin: 0 auto;
	width: 92%;
	max-width: 1200px;
}

.main>.wrap>section:last-of-type {
	padding-bottom: calc(10.8vw + 30px);
}

.content_sec {
	padding-bottom: 3rem;
	position: relative;
}

.sec_title {
	font-size: 1.75rem;
	padding: 10px 0;
	margin-bottom: 1.5em;
	width: 100%;
	position: relative;
	z-index: 2;
}

.sec_title.bold {
	font-weight: bold;
}

.sec_title svg {
	width: 55px;
	height: 55px;
	margin-right: 15px;
	vertical-align: middle;
	
}

.page_title {
    color: #fff;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	width: 100%;
    height: 150px;
	padding-top: 50px;
	background-image: url(img/top_header_sub.jpg);
	background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page_title_en {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.5em;
	letter-spacing: 0.2em;
	text-align: center;
	display: block;
	width: 100%;
	position: absolute;
	top: calc(50% - 3em);
	left: 0;
}

.page_title .sub_title {
	display: block;
	font-size: 0.5em;
	margin: 0.5em 0;
	position: absolute;
	bottom: 1em;
	left: 50%;
	transform: translateX(-50%);
}

.page_title .sub_title::before ,
.page_title .sub_title::after {
	content: "\f2d1";
	font-family: "Font Awesome\ 5 Free";
    display: inline-block;
	transform: translateY(-10%) scaleY(0.5);
}

.btnbox {
	max-width: 300px;
	width: 80%;
	margin: 15px auto 0;
	background-color: #fff;
}

.btnbox a {
	display: block;
	padding: 10px 0;
	border: 1px solid #343f51;
	color: #343f51;
	text-align: center;
	text-decoration: none;
	line-height: 1.1;
	position: relative;
	overflow: hidden;
	transition: 1s;
	z-index: 1;
}

.btnbox a.hover ,
.btnbox a:hover {
    color: #fff;
    background-color: transparent;
    opacity: 1;
}

.btnbox a::before ,
.btnbox a::after {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(50%,-50%);
	z-index: -1;
}

.btnbox a::before {
	content: "";
    border: 0 solid #343f51;
	background-color: #343f51;
	border-radius: 50%;
	transition: 1s;
}

.btnbox a::after {
	content: "\f054";
	font-size: 0.5em;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	color: #fff;
	line-height: 22px;
	text-align: center;
}

.btnbox a.hover::before ,
.btnbox a:hover::before {
	border-width: 300px;
}

.capitalize {
	text-transform: capitalize;
}

#s {
	width: calc(100% - 36px);
	border-radius: 5px 0 0 5px;
}

#searchsubmit {
	font-size: 1rem;
	text-indent: 0;
	width: 16px;
	height: 16px;
	padding: 10px;
	box-sizing: content-box;
	border-radius: 0 5px 5px 0;
}

.copy_btn {
	font-size: 1rem;
	text-indent: 0;
	width: 16px;
	height: 16px;
	padding: 5px;
	margin-left: 0.5em;
	box-sizing: content-box;
	border-radius: 5px;
}

.responsive_table>caption {
}

.responsive_table {
	border-collapse: collapse;
	min-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.responsive_table>caption {
	padding: 5px;
}
.responsive_table>thead>tr>th ,
.responsive_table>tbody>tr>th ,
.responsive_table>tbody>tr>td {
	font-size: 0.875rem;
	padding: 0.75rem 0;
	border: none;
	vertical-align: top;
	display: block;
	box-sizing: border-box;
}

.responsive_table>tbody>tr:not(:last-child)>td {
	border-bottom: 1px solid #ededef;
}
.responsive_table>thead {
	display:none;
}

.responsive_table>tbody>tr {
	display:block;
}

.responsive_table>tbody>tr>th {
	text-align: left;
	padding-bottom: 0;
	position: relative;
}

.responsive_table>tbody>tr>td {
	padding-left: 2em;
}

.responsive_table>tbody>tr>td[aria-label] {
	position:relative;
	padding-left:5em;
}

.responsive_table>tbody>tr>td[aria-label]::before {
	content:attr(aria-label) ":";
	display:block;
	position:absolute;
	left:0.5em;
}

.required {
	color: #D60003;
	font-size: 0.75rem;
}

/* ---------------------------------------------

				トップページ

--------------------------------------------- */

.free_sec1 ,
.free_sec2 {
	margin-bottom: 4em;
	padding: 2em;
}

.free_sec1 {
	background-color: #eee;
}

.free_sec2 {
	border: 5px double #ccc;
}

.pickup_sec {
	padding-bottom: calc(3rem + 30px);
}

ul.pickup_list {
	max-width:550px;
	margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.pickup_list >li {
    width: 48%;
    max-width: 260px;
    margin-bottom: 1.5rem;
}

.pickup_img {
	margin-bottom: 0.5em;
}
.pickup_img a {
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 0;
	border: 1px solid #343f51;
	padding: 9px;
}

.img_efect a {
	display: block;
	position: relative;
	overflow: hidden;
	
}

.img_efect a:hover {
	opacity: 1;
}

.img_efect a::after {
	content: "";
	display: block;
	background-image: linear-gradient(to left bottom, rgba(255,255,255,0) 45%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 53%, rgba(255,255,255,0) 55%);
	background-repeat: no-repeat;
	background-size: 1% 1%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-size 0.1s 0.5s, opacity 0.5s ease-in, width 0.2s ease-in, height 0.2s ease-in;
}

.img_efect a:hover::after {
	background-size: 300% 300%;
	opacity: 0.3;
	width: 600%;
	height: 600%;
	transition: background-size 0.5s ease-in, opacity 0.5s ease-in, width 0.2s ease-in 0.4s, height 0.2s ease-in 0.4s;
}

.blog_date {
	font-size: 0.875rem;
	margin-bottom: 0.5em;
}

.blog_date svg {
	width: 1.25em;
	height: 1.25em;
	margin-right: 0.5em;
	vertical-align: middle;
}

.post-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.post-categories li {
	margin-bottom: 0.5em;
}

.post-categories li a {
	background-color: #6fa5be;
	color: #fff;
	padding: 5px 0.75em;
	text-decoration: none;
}

.post-categories li a {
	font-size: 0.75rem;
	text-decoration: none;
}

.post-categories li:not(:last-child) {
	margin-right: 0.5em;
}

.about_sec {
	margin: -30px calc(-4% / 0.92) 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 900px;
	padding-bottom: 6em;
	position: relative;
}

.about_sec .sec_title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
	font-weight: bold;
	width: auto;
	padding: 1em 0;
	margin-bottom: 0.5em;
}

.about_text {
    font-size: 0.875rem;
	width: 90%;
    margin: auto;
	padding-bottom: 10%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.about_text p {
	width: 60%;
	margin-bottom: 3em;
}

.about_text p:nth-of-type(odd) {
	align-self: flex-end;
}

ul.about_img_list {
	width: 100%;
    position: absolute;
    top: 80px;
    bottom: 80px;
	left: 0;
	z-index: 1;
}

ul.about_img_list li {
    width: 40%;
    position: absolute;
}

ul.about_img_list li img {
}

ul.about_img_list li:nth-child(1) {
	top: 90px;
	width: 40%;
	max-width: 240px;
}

ul.about_img_list li:nth-child(2) {
	top: 400px;
	width: 27.5%;
	right: 5%;
}

ul.about_img_list li:nth-child(3) {
	top: 280px;
	max-width: 250px;
}

ul.about_img_list li:nth-child(4) {
	right: 0;
	bottom: 50px;
	max-width: 240px;
	display: none;
}

ul.about_img_list li:nth-child(4) img {
    transform: scaleX(-1);
}

ul.about_img_list li:nth-child(5) {
	right: 5%;
	bottom: 20px;
	width: 70%;
	max-width: 300px;
}

ul.about_img_list li:nth-child(1)::after {
	content: "";
	width: 50%;
	padding-top: calc(50% * 82 / 122);
	display: block;
	background: url(img/welcome.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 100%;
}

.about_sec .about_bg {
	stroke: #fff;
    fill: #fff;
	width: 200%;
	min-width: 1000px;
/*	height: calc(200vw / 3);
	min-height: 300px;
	max-width: 1500px;
	max-height: 1000px;
*/	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.about_sec .btnbox {
	position: absolute;
	bottom: 3em;
	left: 50%;
	transform: translateX(-50%);
}

.info_sec {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 3rem;
}

.news_content {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 3em;
}

.front_facebook {
	width: 92%;
	max-width: 500px;
	margin: 0 auto;
}

.news_list>li {
	margin-bottom: 1em;
}

.news_list>li:not(:last-child) {
	border-bottom: 2px dotted currentColor;
}

.news_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.news_box .blog_date {
	margin-right: 1em;
}

.news_box h3 {
	width: 100%;
	margin: 1em 0;
}

.sightseeing_sec .sec_title {
	margin-bottom: 0;
}

.sightseeing_content {
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	padding: 0 0 3rem;
	overflow: hidden;
}

.sightseeing_img ,
.sightseeing_text {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

.sightseeing_img {
	padding-top: 6rem;
}

.sightseeing_content:last-of-type>.sightseeing_img {
	padding-top: 4em;
}

ul.sightseeing_img {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	align-content: flex-start;
    justify-content: space-between;
}

ul.sightseeing_img li {
    width: 49%;
	font-size: 0;
}

ul.sightseeing_img li img {
    margin-bottom: calc(2% / 0.49);
}

ul.sightseeing_img li.wide {
    width: 100%;
}

ul.sightseeing_img li img {
    margin-bottom: 2%;
}

.sightseeing_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 1rem;
	overflow: hidden;
}

.sightseeing_text h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	width: 100%;
	padding: 1.5em 0;
	position: relative;
}

.sightseeing_text p {
	font-size: 0.875rem;
	line-height: 1.6;
	width: 100%;
}

.sightseeing_links {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0 0;
}

.sightseeing_links li {
	width: 48%;
	margin: 15px 0 0;
}

.sightseeing_area {
}

.sightseeing_area .sightseeing_text {
	overflow: visible;
}

.sightseeing_area .area_links {
	width: 100%;
	padding-top: calc(92vw * 585 / 510);
	position: absolute;
	top: calc(100% + 6em);
	z-index: 2;
}

.sightseeing_area .sightseeing_img {
	position: relative;
	align-self: flex-start;
	width: 100%;
}

.sightseeing_area .sightseeing_img::before {
	content: "";
	display: block;
	padding-top: calc(100% * 585 / 510);
}

.sightseeing_area .sightseeing_img::after {
	content: "";
	display: block;
	width: 32%;
	padding-top: calc(32% * 536 / 353);
	background-image: url(img/seimei-kochira-hidari.png);
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: 1s;
}

.sightseeing_area .sightseeing_img.super-seimeikun::after {
	width: 96%;
}

#map_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link_area {
	fill: rgba(255,255,255,0);
	stroke-width: 0;
	transition: 0.5s;
}

.link_area.hover ,
.link_area:hover {
	fill: rgba(255,255,255,0.3);
	stroke-width: 3px;
	cursor: pointer;
}

#kamogata-area {
	fill: #5b7787;
}

#kamogata-area-over {
	stroke: #5b7787;
}

#konko-area {
	fill: #aeb569;
}

#konko-area-over {
	stroke: #aeb569;
}

#yorishima-area {
	fill: #cf9a63;
}

#yorishima-area-over {
	stroke: #cf9a63;
}

#area-map text {
	fill: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}

#area-map text tspan:nth-child(2) {
	font-size: 0.75em;
}

#seimeikun {
    transform-origin: 124% 107%;
	transform: scale(0.4404);
}

.routes_banner ,
.routes_banner img {
	width: 100%;
}
.routes_banner {
	margin-top: 30px;
}

.routes_banner .sightseeing_links li {
	font-size: 0;
}

.routes_banner .sightseeing_links li a {
	display: block;
}

.swiper-none .experience_list {
	justify-content: center;
}
.experience_list {
	transition-timing-function:linear;
}

.no-slides .experience_list {
	justify-content: center;
}

.experience_list li {
	font-size: 0.875rem;
	max-width: 240px;
	margin: 5em 20px;
}
.swiper-none .experience_list li {
	width: 44%;
}

.no-slides .experience_list li {
	width: 46%;
	margin: 5em 2%;
}
.experience_list li>a {
	display: block;
	background-color: #fff;
	text-decoration: none;
    overflow: hidden;
	transition: 0.5s ease-out;
}

.experience_list li>a:hover {
	opacity: 1;
	transform: scale(1.1);
}

.experience_list li>a>h4 {
	font-size: 0.875rem;
	padding: 0.3rem 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.experience_list .post_img {
	width: 100%;
	font-size: 0;
	margin-bottom: 0;
}

.experience_list .post_img>img {
	width: 100%;
	max-height: 240px;
}

.play_btn {
	color: #fff;
	font-size: 2rem;
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.play_btn::before {
	content: "\f28b";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
}

.drawer-switch:checked+.play_btn::before {
	content: "\f144";
}

.banner_sec {
	border-top: 1px dashed #ccc;
	padding-top: 3em;
}

.banner_list {
	font-size: 0;
	padding: 100px 0 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.banner_list li {
	width: 100%;
	max-width: 380px;
	margin-bottom: 1.5rem;
}

.banner_list:not(.other) li {
	margin-left: auto;
	margin-right: auto;
}

.banner_list.other li {
	font-size: 1.5rem;
	width: 49%;
}

.banner_list li a {
	display: block;
	position: relative;
}

.banner_list li a::after {
	/*content: "";*/
	display: block;
	width: 100%;
	height: 100%;
	background: url(img/seimei-kochira-hidari.png) no-repeat right -20px bottom -20px;
	background-size: 80px auto;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}

.banner_list li a:hover::after {
	opacity: 1;
}

.banner_list.other li a {
	text-decoration: none;
	text-align: center;
}

.banner_list_4row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	line-height: 0;
}

.banner_list_2row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 25px;
}

/* ---------------------------------------------

	             浅口とは&English

--------------------------------------------- */

.about_contents {
	font-family: 'Noto Serif', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
}

.about_contents h3 {
	font-size: 2.5rem;
	padding: 0.75em 0;
	position: relative;
}

.about_contents .concept_sec {
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 2%;
}

.about_contents .feature_sec {
	text-align: center;
	padding-top: 50px;
}

.about_contents .feature_sec .item_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	font-size: 0;
	margin-bottom: 2.5rem;
}

.about_contents .feature_sec .item_list li {
	font-size: 0.875rem;
	width: 152px;
	padding: 10px;
	box-sizing: border-box;
}

.about_contents .feature_sec .item_list li>span {
	display: block;
	font-size: 0;
	width: 132px;
	height: 132px;
	margin-bottom: 1em;
	border-radius: 50%;
	background-color: #ededef;
	overflow: hidden;
}

.about_contents .tourism_sec {
	color: #fff;
}

.about_contents .tourism_sec h4 ,
.about_contents .experience_sec h4 {
	font-size: 2rem;
}

.about_contents .tourism_list>li {
	counter-increment: cnt;
	display: flex;
	flex-direction: column;
	padding-top: 65%;
	position: relative;
}

.about_contents .tourism_list>li::before {
	content: "";
	display: block;
	width: 100vw;
	height: 62.4vw;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	z-index: -1;
}

.about_contents .tourism_list>li:nth-child(2n+1)::before {
	left: calc(50% - 50vw);
}

.about_contents .tourism_list>li:nth-child(2n)::before {
	right: calc(50% - 50vw);
}

.about_contents .tourism_list>li:nth-child(1)::before {
	background-image: url(img/about_main01.jpg);
}

.about_contents .tourism_list>li:nth-child(2)::before {
	background-image: url(img/about_main02.jpg);
}

.about_contents .tourism_list>li:nth-child(3)::before {
	background-image: url(img/about_main03.jpg);
}

.about_contents .tourism_list>li:nth-child(4)::before {
	background-image: url(img/about_main04.jpg);
}

.about_contents .tourism_list>li:nth-child(5)::before {
	background-image: url(img/about_main05.jpg);
}

.about_contents .tourism_list>li:nth-child(6)::before {
	background-image: url(img/about_main06.jpg);
}

.about_contents .tourism_content {
	max-width: 540px;
	margin: 0 auto;
	padding-bottom: 30px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
	position:relative;
}

.about_contents .tourism_content.fadein {
	opacity: 1;
}

.about_contents .tourism_content::before ,
.about_contents .tourism_content::after {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	left: calc(50% - 50vw);
	z-index: -1;
}

.about_contents .tourism_content::after {
	top: 0;
	bottom: 0;
}

.about_contents .tourism_content::before {
	height: 51px;
	top: -50px;
}

.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content::before {
	background-image: linear-gradient(to bottom right, rgba(111,165,190,0) 49.5%, rgba(111,165,190,1) 50%);
}

.about_contents .tourism_list>li:nth-child(2n) .tourism_content::before {
	background-image: linear-gradient(to bottom left, rgba(227,146,120,0) 49.5%, rgba(227,146,120,1) 50%);
}

.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content::after {
	background-color: rgb(111,165,190);
}

.about_contents .tourism_list>li:nth-child(2n) .tourism_content::after {
	background-color: rgb(227,146,120);
}

.about_contents .tourism_list>li .tourism_content h4 {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-start;
	line-height: 1.4;
    height: 5rem;
	padding-left: 5.5rem;
	position: relative;
	top: -20px;
}

.about_contents .tourism_list>li .tourism_content h4 span {
	display: inline-block;
}

.about_contents .tourism_list>li .tourism_content h4::before ,
.about_contents .tourism_list>li .tourism_content h4::after {
	display: block;
	width: 5rem;
	height: 5rem;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.about_contents .tourism_list>li .tourism_content h4::before {
	content: "Tourism";
	font-size: 1.25rem;
	border-top: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

.about_contents .tourism_list>li .tourism_content h4::after {
	content: counter(cnt, decimal-leading-zero)".";
	font-size: 3.75rem;
	line-height: 1;
	padding-top: 1.75rem;
	transform: scaleY(0.7);
}

.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content h4 {
	margin-left: auto;
}

.about_contents .tourism_list>li .tourism_content p ,
.about_contents .about_experience_list>li .experience_content p {
	width: 100%;
	box-sizing: border-box;
}

.about_contents .tourism_list>li .img_list ,
.about_contents .about_experience_list>li .img_list {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px auto 0; 
	font-size: 0;
}

.about_contents .tourism_list>li .img_list>li {
	width: 32%;
}

.about_contents .tourism_list>li .img_list>li>span {
	padding-top: 117.5%;
	background-color: #ededef;
}

.about_contents .tourism_list>li .img_list>li>span::before ,
.about_contents .tourism_list>li .img_list>li>span::after {
	content: "";
	display: block;
	width: calc(100% + 2px);
	padding-top: 29%;
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 50% 100%;
	position: absolute;
	left: -1px;
	z-index: 1;
}

.about_contents .tourism_list>li .img_list>li>span::before {
	background-image: linear-gradient(to bottom right, rgba(111,165,190,1) 50%, rgba(111,165,190,0) 51%),
						linear-gradient(to bottom left, rgba(111,165,190,1) 50%, rgba(111,165,190,0) 51%);
	top: -1px;
}

.about_contents .tourism_list>li .img_list>li>span::after {
	background-image: linear-gradient(to top right, rgba(111,165,190,1) 50%, rgba(111,165,190,0) 51%),
						linear-gradient(to top left, rgba(111,165,190,1) 50%, rgba(111,165,190,0) 51%);
	bottom: -1px;
}

.about_contents .tourism_list>li:nth-child(2n) .img_list>li>span::before {
	background-image: linear-gradient(to bottom right, rgba(227,146,120,1) 50%, rgba(227,146,120,0) 51%),
						linear-gradient(to bottom left, rgba(227,146,120,1) 50%, rgba(227,146,120,0) 51%);
}

.about_contents .tourism_list>li:nth-child(2n) .img_list>li>span::after {
	background-image: linear-gradient(to top right, rgba(227,146,120,1) 50%, rgba(227,146,120,0) 51%),
						linear-gradient(to top left, rgba(227,146,120,1) 50%, rgba(227,146,120,0) 51%);
}

.experience_sec {
	padding-top: 100px;
}

.experience_sec h3 {
	text-align: center;
}

.about_contents .about_experience_list>li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 3em;
	margin-bottom: 3em;
}

.about_contents .about_experience_list>li:not(:last-child) {
	border-bottom: 1px solid #e0e0e1;
}

.about_contents .experience_img {
	width: 100%;
	min-height: 250px;
	position: relative;
}

.about_contents .experience_img>span {
	display: block;
	background-color: #ededef;
	width: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
}

.about_contents .about_experience_list>li:nth-child(1)>.experience_img>span {
	background-image: url(img/experience_main01.jpg);
}

.about_contents .about_experience_list>li:nth-child(2)>.experience_img>span {
	background-image: url(img/experience_main02.jpg);
}

.about_contents .experience_content {
}

.about_contents .experience_content h4 {
	padding: 1em 0 0.5em;
}

.about_contents .experience_content .img_list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.about_contents .experience_content .img_list li {
	width: 49%;
}

.about_contents .experience_content .img_list li:first-child:last-child {
	flex-grow: 1;
}

.about_contact h3 {
	font-size: 2rem;
	text-align: center;
}

.policy_content.about_contact h3 {
	margin-bottom: 30px;
}

body[class*="page-english"] {
	font-family: 'Noto Serif', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow-x: hidden;
}

body[class*="page-english"] #header {
	height: 80px;
	overflow: visible;
	background: none;
}

body[class*="page-english"] .header_svg ,
body[class*="page-english"] #header #logo a svg ,
body[class*="page-english"] #header #logo a img ,
body[class*="page-english"] .nav ,
body[class*="page-english"] .drawer-hamburger ,
body[class*="page-english"] #footer::before ,
body[class*="page-english"] #footer .wrap ,
body[class*="page-english"] #footer .foot_subnav {
	display: none !important;
}

body[class*="page-english"] #header #logo a {
	width: 100%;
	border: 1px solid currentColor;
	text-decoration: none;
	position: absolute;
	top: 18px;
	transform-origin: right bottom;
	transition: 0.5s;
}

body[class*="page-english"] .star_box.top_head_star {
	bottom: auto;
}

body.page-english .star_box.top_head_star {
	height: calc(70vw + 110px);
	max-height: calc(70vh + 110px);
}

body.page-english-child .star_box.top_head_star {
	height: calc(50vw + 110px);
	max-height: calc(50vh + 110px);
}

body[class*="page-english"]  #header #logo a::before {
	content: "Back to page";
	display: block;
	font-size: 0.875rem;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	transition: 0.5s;
}

body[class*="page-english"]  #header #logo a:hover {
	opacity: 1;
	transform: skew(-30deg);
	border-top-color: transparent;
	border-right-color: transparent;
	transition: 0.5s;
}

body[class*="page-english"]  #header #logo a:hover::before {
	transform: skew(30deg);
	transition: 0.5s;
}

body[class*="page-english"] .main {
	padding-top: 0;
}

body[class*="page-english"] .about_contents .concept_sec {
	color: #fff;
	max-width: none;
	position: relative;
}

body[class*="page-english"] .about_contents .concept_sec::before {
	content: "";
	display: block;
	width: 100vw;
	background-image: url(img/top_header.jpg);
	background-position: center bottom;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

body[class*="page-english"] .about_contents .concept_sec .page_title {
	background-image: none;
	align-items: flex-start;
}

body.page-english .about_contents .concept_sec .page_title {
	height: 70vw;
	max-height: 70vh;
}

body.page-english-child .about_contents .concept_sec .page_title {
	height: 50vw;
	max-height: 50vh;
}

body[class*="page-english"] .about_contents .concept_sec .page_title svg {
	max-width: 840px;
}


/* ---------------------------------------------

	観光＆イベント＆グルメ＆名産＆お店

--------------------------------------------- */
.main_content_wrap {
	padding: 0 2%;
	display: flex;
	flex-wrap: wrap;
}

.main_content ,
.other_link {
	width: 100%;
	padding: 30px 3%;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.main_content:not(:last-child) ,
.other_link:not(:last-child) {
	margin-bottom: 50px;
}

.archive .main_content.facility {
	position: relative;
	overflow: visible;
}

.archive .main_content.facility::before {
	content: "五十音順";
	position: absolute;
	right: 0;
	bottom: 100%;
}

.main_content h3 ,
.other_link h3 {
	font-size: 1.75rem;
	margin-bottom: 1em;
}

.content_sec .content_title {
	font-size: 1.75rem;
	margin-bottom: 1em;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 8px solid #ededef;
	padding-left: 0.5em;
	background: url(img/cat_title_bg.png) no-repeat right bottom -0.075em;
	background-size: 5em;
}

.content_sec .content_title .capitalize {
	font-size: 0.6em;
	margin-left: 0.5em;
}

.main_content>div {
	margin-bottom: 50px;
}

.post_article {
	padding-bottom: 1em;
	margin-bottom: 30px;
}

.single .main:not(.blog_main) .main_content {
	padding-left: calc(3% + 1em);
	overflow: visible;
	position: relative;
}

.experience_mark a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	padding: 0.5em 3em;
	border-radius: 5px;
	border: 1px solid currentColor;
	box-shadow: 0 0 0 3px #e86716;
	background-color: #e86716;
	opacity: 1;
	position: relative;
}

.experience_mark a span ,
.experience_mark a small {
	display: inline-block;
}

.experience_mark a::after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	position: absolute;
	top: calc(50% - 0.5em);
	right: 0.5em;
}

.experience_mark a svg {
	width: 1.5em;
	height: 1.5em;
	margin: 0 0.25em 0.1em;
	transform: translate3d(0,0,0);
	position: absolute;
	top: calc(50% - 0.75em);
	left: 0.5em;
}

.experience_mark a:hover svg {
	animation: pyon 0.5s ease-in-out;
}

@keyframes pyon {
	0% {
		transform: translate3d(0,0,0);
	}
	50% {
		transform: translate3d(0,-15px,0);
	}
	100% {
		transform: translate3d(0,0,0);
	}
}

.experience_mark a small {
	font-size: 0.5em;
	vertical-align: middle;
}

.post_article {
	padding-left: 1em;
}

.post_article:not(:last-of-type) {
	border-bottom: 1px solid #ededef;
}

.post_img {
	max-width: 300px;
	margin: 0 auto 20px;
}

.post_img>span {
	font-size: 0;
	/*background-color: #ededef;*/
	display: block;
	text-align: center;
}

.post_img>p {
	font-size: 0.75rem;
}

.post_img>span img {
	max-height: 90.24vw;
}

.post_text {
}

.area_list li {
	font-size: 12px;
	color: #fff;
	background-color: #343f51;
	display: inline-block;
	padding: 5px 1.25em;
	margin-bottom: 10px;
}

.area_list li:not(:last-child) {
	margin-right: 10px;
}

.area_list li.kamogata {
	background-color: #5b7787;
}

.area_list li.konko {
	background-color: #aeb569;
}

.area_list li.yorishima {
	background-color: #cf9a63;
}

.main_content .post_title {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0.75em 0;
	border-bottom: none;
}

.post_title small {
	color: #343f51;
	font-size: 0.7em;
	display: block;
}

.post_text p {
	font-size: 0.875rem;
}

.info_table {
	margin-bottom: 4em;
}
.post_content h4 {
	font-weight: bold;
}

.post_article .btnbox ,
.blog_lists .post .btnbox {
	font-size: 0.875rem;
	max-width: 180px;
	margin-right: 0;
}

.sidebar {
	box-sizing: border-box;
}

.drawer-category {
	width: 80px;
	position: fixed;
	bottom: -10px;
	left: -20px;
	z-index: 1;
}

.drawer-switch:checked+.drawer-category {
	z-index: 105;
}

/*.sidebar_wrap.fixed .drawer-category {
	position: absolute;
	bottom: 40px;
}*/

.drawer-category label {
	display: block;
	position: relative;
}

.drawer-category label:hover::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(img/seimei-tehe.png);
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.drawer-category .tooltip {
	display: inline-block;
	white-space: nowrap;
	font-size: 0.75rem;
	line-height: 1.4;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	background-color: #e39278;
	padding: 5px 3px;
	border-radius: 5px;
	animation-duration: 3s;
	animation-name: jump;
	animation-iteration-count: infinite;
	position: absolute;
	left: 20px;
    bottom: 100%;
}

/*.drawer-category .tooltip::before {
	content: "カテゴリーから選ぶ";
	white-space: pre;
}*/

.drawer-category .tooltip::after {
	content: "";
    display: block;
    border: 5px solid transparent;
    border-right-color: #e39278;
    border-top-color: #e39278;
    transform: skewX(5deg);
    position: absolute;
    top: 100%;
    left: 30%;
}

#experience_info {
	background:
	radial-gradient(circle farthest-corner at top left, rgba(255,255,255,0) 20px, rgba(255,255,255,1) 20px) top left,
	radial-gradient(circle farthest-corner at top right, rgba(255,255,255,0) 20px, rgba(255,255,255,1) 20px) top right,
	radial-gradient(circle farthest-corner at bottom left, rgba(255,255,255,0) 20px, rgba(255,255,255,1) 20px) bottom left,
	radial-gradient(circle farthest-corner at bottom right, rgba(255,255,255,0) 20px, rgba(255,255,255,1) 20px) bottom right;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 51% 51%;
	padding-right: calc(3% + 10px);
	position: relative;
}

#experience_info::before {
	content: "";
	background:
	radial-gradient(circle farthest-corner at top left,	rgba(237,237,237,0) 17px, rgba(237,237,237,1) 17px, rgba(237,237,237,1) 21.5px, rgba(237,237,237,0) 21.5px) top left,
	radial-gradient(circle farthest-corner at top right, rgba(237,237,237,0) 17px, rgba(237,237,237,1) 17px, rgba(237,237,237,1) 21.5px, rgba(237,237,237,0) 21.5px) top right,
	radial-gradient(circle farthest-corner at bottom left, rgba(237,237,237,0) 17px, rgba(237,237,237,1) 17px, rgba(237,237,237,1) 21.5px, rgba(237,237,237,0) 21.5px) bottom left,
	radial-gradient(circle farthest-corner at bottom right,	rgba(237,237,237,0) 17px, rgba(237,237,237,1) 17px, rgba(237,237,237,1) 21.5px, rgba(237,237,237,0) 21.5px) bottom right,
	linear-gradient(rgba(237,237,237,1) 4px, rgba(237,237,237,0) 4px) top left 19px,
	linear-gradient(rgba(237,237,237,1) 4px, rgba(237,237,237,0) 4px) bottom left 19px,
	linear-gradient(to right, rgba(237,237,237,1) 4px, rgba(237,237,237,0) 4px) top 19px left,
	linear-gradient(to left, rgba(237,237,237,1) 4px, rgba(237,237,237,0) 4px) top 19px right;
	background-repeat: no-repeat;
	background-size: 50% 50%, 50% 50%, 50% 50%, 50% 50%, calc(100% - 38px) 4px, calc(100% - 38px) 4px, 4px calc(100% - 38px), 4px calc(100% - 38px);
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: -1;
}

#experience_info h3 svg {
	width: 2em;
	height: 2em;
	vertical-align: bottom;
	margin-right: 0.5em;
}

#experience_info.fadein.scrollin h3 svg {
	animation: pyon 0.5s ease-in-out;
}

@keyframes jump {
	0% {
		transform: translateY(3px);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(3px);
	}
}

@keyframes popup {
	0% {
		opacity: 0;
	}
	2% {
		opacity: 1;
	}
	8% {
		opacity: 1;
	}
	10% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

.close_btn {
	display: block;
	width: 1em;
	height: 1em;
	font-size: 32px;
	line-height: 1;
	margin-left: auto;
	background-image: radial-gradient(#fff 14px, transparent 14px);
	border-radius: 50%;
	transform: rotate(0deg);
	transition: 0.5s ease-out;
}

.drawer-switch:checked+.drawer-category+.sidebar.custom .close_btn {
	transform: rotate(360deg);
}

.drawer-switch {
	display: none;
}

.sidebar.custom {
	width: 0;
	position: fixed;
	bottom: 40px;
	left: 55px;
	z-index: 105;
	transition: 0.5s ease;
	opacity: 0;
	white-space: nowrap;
}

/*.sidebar_wrap.fixed .sidebar.custom {
	position: absolute;
	bottom: 90px;
}*/

.drawer-switch:checked+.drawer-category+.sidebar.custom {
	width: 200px;
	opacity: 1;
	transition: 0.5s ease;
}

.sidebar.custom .post_link {
	width: 100%;
	display: flex;
	flex-direction: column;
	max-height: 0;
	overflow: hidden;
	position: relative;
}

.drawer-switch+.drawer-category+.sidebar.custom .post_link {
	transition: 0.3s ease-out;
}

.drawer-switch:checked+.drawer-category+.sidebar.custom .post_link {
	max-height: 100vh;
	transition: 0.5s ease-out;
}

.post_link li {
	max-height: 0px;
	overflow: hidden;
	transition: 0.3s ease-out;
}

.drawer-switch:checked+.drawer-category+.sidebar.custom .post_link li {
	max-height: 100%;
	transition: 0.5s ease-out;
}

.sidebar.custom .post_link h3 {
	color: #fff;
	background-color: #343f51;
}

.sidebar.custom .post_link h3>span ,
.sidebar.custom .post_link h3>a {
	height: 1.75em;
	padding-left: 3em;
	display: flex;
	align-items: center;
	position: relative;
}

.sidebar.custom .post_link h3 svg {
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
	position: absolute;
	top: 0.5em;
	left: 1em;
}

.sidebar.custom .post_link span ,
.sidebar.custom .post_link a {
	display: block;
	text-decoration: none;
	padding: 0.5em 1em;
}

.sidebar.custom .category_link li {
	display: none
}

.sidebar.custom .category_link li:not(:last-of-type) {
	border-bottom: 1px dotted currentColor;
}

.sidebar.custom .category_link a {
	background-color: #fff;
	padding-left:2em;
}

.sidebar.custom .post_link a:hover {
	opacity: 1;
}

.sidebar.custom .post_link a svg .flash {
	opacity: 0;
	stroke: #343f51;
	transform-origin: 80% 40%;
}

.sidebar.custom .post_link a:hover svg .flash {
	animation: flash 1s ease-in-out;
}

@keyframes flash {
	0%{
		opacity: 0;
		transform: rotate(0deg) scale(1);
	}
	50%{
		opacity: 1;
		transform: rotate(180deg) scale(3);
	}
	100%{
		opacity: 0;
		transform: rotate(360deg) scale(1);
	}
}

.sidebar.custom .post_link a[href$="event"]>svg:first-child {
	display: none;
}

.sidebar.custom .post_link a svg .event {
	transform-origin: center bottom;
}

.sidebar.custom .post_link a:hover svg .event {
	animation: event 1s ease-in-out;
}

@keyframes event {
	0%{
		transform: scale(1);
	}
	25%{
		transform: scale(1.5, 0.7);
	}
	75%{
		transform: scale(0.7, 1.1);
	}
	100%{
		transform: scale(1);
	}
}

.sidebar.custom .post_link a svg .light {
	stroke: #343f51;
	stroke-width: 8px;
	transform-origin: center center;
	transform: scale(0.1);
	opacity: 0;
	transition: 0.5s;
}

.sidebar.custom .post_link a:hover svg .light {
	transition: 0.5s;
	transform: scale(1);
	opacity: 0.5;
}

.sidebar.custom .post_link a svg .peach {
	opacity: 0;
}

.sidebar.custom .post_link a:hover svg .peach {
	opacity: 1;
}

.sidebar.custom .post_link a svg .door {
	fill: #343f51;
	transform-origin: 80% 40%;
	transition: 0.5s;
}

.sidebar.custom .post_link a:hover svg .door {
	transition: 0.5s;
	-webkit-transform: perspective(1000) rotateY(120deg);
	-moz-transform: perspective(1000) rotateY(120deg);
	transform: perspective(1000) rotateY(120deg);
}

.sidebar.custom .post_link a svg .steam {
	stroke: #343f51;
	transform: translate(0,-4px);
	opacity: 0;
	transition: 0.5s;
}

.sidebar.custom .post_link a:hover svg .steam {
	transition: 0.5s;
	animation: steam 0.5s ease-in-out;
	transform: translate(0, 0);
	opacity: 1;
}

@keyframes steam {
	0%{
		transform: translate(0,-4px);
		opacity: 0;
	}
	25%{
		transform: translate(2px, -3px);
		opacity: 0.1;
	}
	75%{
		transform: translate(-2px, -1px);
		opacity: 0.5;
	}
	100%{
		transform: translate(0, 0);
		opacity: 1;
	}
}

.sidebar-overlay {
	background-color: #fff;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	top: 100%;
	right: 100%;
	z-index: 104;
	transition: opacity 0.5s 0.2s ease, top 0.1s 0.5s ease, right 0.1s 0.5s ease;
}

.drawer-switch:checked+.drawer-category+.sidebar.custom+.sidebar-overlay {
	opacity: 0.7;
	top: 0;
	right: 0;
	transition: opacity 0.5s ease, top 0.1s ease, right 0.1s ease;
}

.sidebar-overlay label {
	display: block;
	height: 100%;
}


.main_content>.post_main_img {
	margin-bottom:20px;
	line-height: 1.4;
}

.main_content>.post_main_img>p {
	font-size: 0.75rem;
}

.post_movie {
	padding-top: 56.25%;
	position:relative;
}

.post_movie>iframe {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.acf-map {
	width: 100%;
	padding-top: 75%;
	border: 1px solid #ededef;
	box-sizing: border-box;
}

.other_link h3 {
	font-size: 1.25rem;
}

.other_link_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: stretch;
}

.other_link_list>li {
	width: 48%;
	margin-bottom: 1.5em;
}

.other_link_list>li:nth-child(2n) {
	margin-left:4%;
}

.other_link_list>li a {
	display: block;
}

.other_link_list>li h4 {
	font-size: 0.875rem;
}

.other_link_list>li .post_img {
	width: 100% !important;
	margin-bottom: 10px !important;
}

/* ---------------------------------------------

				ブログ

--------------------------------------------- */

.widget {
	margin: 2.5em 1.5em;
}

.widgettitle {
	font-size: 1rem;
	margin: 3px;
}

.widget > ul {
	margin: 3px 0 3px 10px;
	font-size: 0.875rem;
}

.blog_main .wrap .blog_lists {
	word-break: break-all;
}

.blog_main .wrap .blog_lists .post {
	min-height: 140px;
	padding-left: 150px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: calc(20px + 37px + 1em);
	margin-bottom: 20px;
	position: relative;
}

.single-post .blog_main .wrap .post h3 {
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 1.5em;
	border-bottom: 3px solid currentColor;
	margin-bottom: 0.5em;
	position: relative
}

.single-post .blog_main .wrap .post h3 svg {
	width: 1.25em;
	height: 1.25em;
	position: absolute;
	bottom: 0;
	left: 0;
}

.single-post .blog_main .wrap .post .post-content {
	margin: 2em 1em;
}

.blog_main .wrap .post-date {
	font-size: 0.875rem;
	margin-bottom: 0.5em;
}

.blog_main .wrap .post-image {
	text-align: center;
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
}

.blog_main .wrap .post-image img {
	max-height: 140px;
}

.blog_main .wrap .blog_lists .post .btnbox {
	position: absolute;
	bottom: 20px;
	right: 0;
}

.page-numbers-wrap {
	text-align: center;
	margin-bottom: 50px;
}

ul.page-numbers {
	display: inline-flex;
	margin: 0;
}

ul.page-numbers li {
	margin: 0 0.25em;
}

ul.page-numbers li span ,
ul.page-numbers li a {
	color: #fff;
	background-color: #ccc;
	border-radius: 3px;
	display: block;
	line-height: 1;
	padding: 0.5em 0;
	min-width: 2em;
	text-decoration: none;
}

ul.page-numbers li span.current  {
	background-color: #aaa;
}

.navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.navigation li a {
	display: block;
	text-decoration: none;
	font-size: 0.875rem;
	height: 30px;
	line-height: 30px;
	margin: 0 1em;
	padding: 0 1.5em;
	background-color: #aaa;
	color: #fff;
	border-radius: 3px;
	position: relative;
	z-index: 1;
}

.navigation li a[rel="prev"]::before ,
.navigation li a[rel="next"]::after {
	content: "";
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 3px;
	background-color: #aaa;
	position: absolute;
	top: 0;
	z-index: -1;
}

.navigation li a[rel="prev"]::before {
	left: -20px;
	transform-origin: right top;
	transform: rotate(-45deg);
}

.navigation li a[rel="next"]::after {
	right: -20px;
	transform-origin: left top;
	transform: rotate(45deg);
}

.archive_year li {
	margin-bottom: 0.5em;
	
}
.year_picker {
	display: none;
}

.year_picker+label::before {
	content: "\f0fe";
    font-family: "Font Awesome\ 5 Free";
	margin-right: 0.5em;
}

.year_picker:checked+label:before {
	content: "\f146";
}

.archive_month {
	padding-left: 1.5em;
}

.year_picker+label+.archive_month {
	overflow: hidden;
	max-height: 0;
	transition: 0.5s;
}

.year_picker:checked+label+.archive_month {
	max-height: 100vh;
	transition: 0.5s;
}

/* ---------------------------------------------

			アクセス

--------------------------------------------- */

.access_content {
	max-width: 750px;
	margin: 0 auto;
}

.access_content h4 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 3px solid currentColor;
}

.access_content h4 svg {
	width: 2rem;
	height: 2rem;
	vertical-align: bottom;
	margin-right: 0.5em;
}

.map_img {
	text-align: center;
}

.access_list {
	max-width: 400px;
	margin: 0 0 50px;
	padding-left: 2em;
	font-size: 0.875rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.access_list dt ,
.access_list dd {
	box-sizing: border-box;
}

.access_list dt {
	width: calc(100% - 120px);
}

.access_list dt:not(:first-of-type):not(.sub) {
	margin-top: 1em;
}

.access_list dt small {
	display: inline-block;
}

.access_list dd {
	width: 90px;
	margin-left: auto;
	align-self: flex-end;
}

.access_list dt.sub {
	padding-left: 0.5em;
}

.access_list dt.sub::before {
	content: "\f3bf";
    font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	display: inline-block;
	margin-right: 0.5em;
	transform: rotate(90deg);
}

/* ---------------------------------------------

	パンフレットダウンロード

--------------------------------------------- */

.page-guidemap .content_sec {
}

.page-guidemap .sidebar_wrap.fixed.absolute {
	position: relative;
	left: -7.5%;
}

.page-guidemap .sidebar_wrap.fixed.absolute .drawer-category ,
.page-guidemap .sidebar_wrap.fixed.absolute .sidebar.custom {
	position: absolute;
}

.page-guidemap .drawer-switch:checked+.drawer-category+.sidebar.custom {
	width: 240px;
}

.page-guidemap .content_sec:first-of-type {
	padding: 30px 3%;
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 3em;
}

.page-guidemap .sidebar-overlay {
	background-color: #000;
}

.page-guidemap .drawer-category .tooltip {
	opacity: 1;
	animation: none;
}

.page-guidemap .drawer-category .tooltip::before {
}

.page-guidemap .sidebar.custom .post_link {
	background-color: #fff;
}

.page-guidemap .sidebar.custom .post_link>li {
	font-size: 0.875rem;
	margin: 5px 0;
	position: relative;
	z-index: 0;
}

.page-guidemap .sidebar.custom .post_link>li.cat_head h3 {
	background-color: transparent;
	color: inherit;
	border-bottom: 1px solid currentcolor;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0.5em
}

.page-guidemap .sidebar.custom .post_link>li.cat_head h3 span {
	position: relative;
}

.page-guidemap .sidebar.custom .post_link>li.cat_head h3 span::before {
	content: "";
	width: 2em;
	height: 100%;
	background: url(img/mapicon_sightseeing.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -0.25em;
	left: 0.5em;
}

.page-guidemap .sidebar.custom .post_link>li.cat_head.gourmet h3 span::before {
	background-image: url(img/mapicon_gourmet.png);
}

.page-guidemap .sidebar.custom .post_link>li:first-child {
	margin-top: 0;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick {
	display: none;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick+label {
	display: block;
	padding-left: 1em;
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick+label::before {
	content: "OFF";
	display: block;
	text-align: left;
	font-size: 10px;
	background-color: #ccc;
	color: #fff;
	width: 60px;
	height: 100%;
	padding: 0 8px;
	border-radius: 14px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: -1;
	transition: 0.5s;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick+label::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 4px;
	right: 14px;
	z-index: 0;
	transform: translateX(0);
	transition: 0.5s;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick:checked+label[for$='gourmet']::before {
	background-color: #fa8900;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick:checked+label::before {
	content: "ON";
	text-align: right;
	background-color: #3d7fff;
}

.page-guidemap .sidebar.custom .post_link>li .category_pick:checked+label::after {
	transform: translateX(-32px);
}

@media (orientation: landscape){

	.page-guidemap .drawer-switch:checked+.drawer-category+.sidebar.custom {
		width: 500px;
	}

	.page-guidemap .sidebar.custom .post_link {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.page-guidemap .sidebar.custom .post_link>li {
		width: calc(100% / 3);
	}

	.page-guidemap .sidebar.custom .post_link>li.cat_head {
		width: 100%;
	}
	
	.page-guidemap .sidebar.custom .post_link>li .category_pick+label {
		padding-left: 0.5em;
	}
}

.page-guidemap .content_sec:first-of-type .main_content {
	padding: 0;
}

.page-guidemap .acf-map {
	padding-top: calc(100vh - 100px);
}

.gm-style img {
	width: 100%;
}

.download_content {
	margin-bottom: 3em;
}

.download_content h4 {
	padding: 0 5%;
	font-size: 1.25rem;
	font-weight: bold;
	color: #343f51;
}

.pdf_list {
	padding: 1em 5%;
}

.pdf_list li {
	font-size: 0.75rem;
	margin-bottom: 1em;
	padding: 1em 2.5em;
	border-bottom: 1px dashed #ccc;
	position: relative;
}

.pdf_list li::before ,
.pdf_list li::after {
    font-family: "Font Awesome\ 5 Free";
	display: block;
	font-size: 2em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.pdf_list li::before {
	content: "\f1c1";
	left: 0;
}

.pdf_list li.word::before {
	content: "\f1c2";
	left: 0;
}

/*.pdf_list li::after {
	content: "\f138";
	font-weight: 900;
	right: 0;
}*/

.pdf_list li a {
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 0.25em;
}

.pdf_list li a small {
	display: inline-block;
}


/* ---------------------------------------------

	四季の風景

--------------------------------------------- */

.season_content {
	position: relative;
	top: -30px;
}

.season_content .season_text {
	color: #fff;
	display: flex;
	align-items: center;
	width: 100vw;
	padding: 8%;
	margin-bottom: calc(100vw * 2 / 3);
	box-sizing: border-box;
	position: relative;
	left: calc(-4% / 0.92);
}

.season_content .season_text::before {
    content: "";
    display: block;
    border: 1px solid currentColor;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.season_content .season_text::after {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(100vw * 2 / 3);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 100%;
	left: 0;
}

.season_content.spring .season_text {
	background-color: #d890ba;
}

.season_content.spring .season_text::after {
	background-image: url(img/spring.jpg);
}

.season_content.summer .season_text {
	background-color: #0da7be;
}

.season_content.summer .season_text::after {
	background-image: url(img/summer.jpg);
}

.season_content.autumn .season_text {
	background-color: #bea00d;
}

.season_content.autumn .season_text::after {
	background-image: url(img/autumn.jpg);
}

.season_content.winter .season_text {
	background-color: #a39e94;
}

.season_content.winter .season_text::after {
	background-image: url(img/winter.jpg);
}

.season_content .season_text h3 {
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 5rem;
	line-height: 1;
	text-align: center;
	flex-shrink: 0;
}

.season_content .season_text h3 small {
	font-size: 0.175em;
	display: block;
	margin: 0 auto;
}

.season_content .season_text h3 svg {
	width: 0.4em;
	height: 0.4em;
	display: block;
	margin: 0.2em auto;
}

.season_content .season_text p {
	max-width: 100%;
	margin-left: 2em;
	margin-bottom: 0;
}

.season_content .season_text figcaption {
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgba(255,255,255,0.8);
	color: #171a1f;
	position: absolute;
	top: calc(100% + 10px);
	right: 10px;
	z-index: 1;
}

.season_content .season_text figcaption::before {
	content: "";
	display: block;
	border: 15px solid transparent;
	border-right-color: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	right: 100%;
}

.season_content .season_spot {
	height: 450px;
	padding: 5% 0 15%;
	position: relative;
}

.season_content .season_spot::before {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

.season_content.spring .season_spot::before {
	background-color: #faf1f6;
}

.season_content.summer .season_spot::before {
	background-color: #ecf8fa;
}

.season_content.autumn .season_spot::before {
	background-color: #f5f0d8;
}

.season_content.winter .season_spot::before {
	background-color: #ededef;
}

.season_content .season_spot .spot_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	width: 55%;
	height: 70%;
	padding: 30px 0 0;
	color: #fff;
	position: relative;
}

.season_content:nth-of-type(even) .season_spot .spot_content {
	margin-left: auto;
}

.season_content .season_spot .spot_content .season_svg {
	display:block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -90%;
	right: -90%;
	z-index: -1;
}

.season_content .season_spot .spot_content .season_svg svg {
	display: block;
	margin: 0 auto;
	height: 100%;
}

.season_content .season_spot .spot_content .season_svg svg#spring {
	fill: #d890ba;
}

.season_content .season_spot .spot_content .season_svg svg#summer {
	fill: #0da7be;
}

.season_content .season_spot .spot_content .season_svg svg#autumn {
	fill: #bea00d;
}

.season_content .season_spot .spot_content .season_svg svg#winter {
	fill: #a39e94;
}

.season_content .season_spot .spot_content .season_svg svg .line ,
.season_content .season_spot .spot_content .season_svg svg .line1 ,
.season_content .season_spot .spot_content .season_svg svg .line2 ,
.season_content .season_spot .spot_content .season_svg svg .line3 ,
.season_content .season_spot .spot_content .season_svg svg .line4 ,
.season_content .season_spot .spot_content .season_svg svg .line5 ,
.season_content .season_spot .spot_content .season_svg svg .line6 ,
.season_content .season_spot .spot_content .season_svg svg .line7 {
	stroke: #fff;
	stroke-width: 3px;
	fill-opacity: 0;
}

.season_content .season_spot .spot_content .season_svg svg .line {
	transition: 3s;
}

.season_content .season_spot .spot_content .season_svg svg .line1 {
	transition: 0.5s 3s;
}

.season_content .season_spot .spot_content .season_svg svg .line2 {
	transition: 0.5s 3.5s;
}

.season_content .season_spot .spot_content .season_svg svg .line3 {
	transition: 0.5s 4s;
}

.season_content.spring .season_spot .spot_content .season_svg svg .line {
	stroke-dasharray: 1043;
	stroke-dashoffset: 1043;
}

.season_content.spring .season_spot .spot_content .season_svg svg .line1 ,
.season_content.spring .season_spot .spot_content .season_svg svg .line2 ,
.season_content.spring .season_spot .spot_content .season_svg svg .line3 {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	stroke-width: 2px;
}

.season_content.summer .season_spot .spot_content .season_svg svg .line {
	stroke-dasharray: 880;
	stroke-dashoffset: 880;
}

.season_content.summer .season_spot .spot_content .season_svg svg .line1 ,
.season_content.summer .season_spot .spot_content .season_svg svg .line2 {
	stroke-dasharray: 45;
	stroke-dashoffset: 45;
}

.season_content.autumn .season_spot .spot_content .season_svg svg .line {
	stroke-dasharray: 1041;
	stroke-dashoffset: 1041;
}

.season_content.autumn .season_spot .spot_content .season_svg svg .line1 {
	stroke-dasharray: 212;
	stroke-dashoffset: 212;
	transition: 1.5s 3s;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line {
	stroke-dasharray: 1228;
	stroke-dashoffset: 1228;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line1 {
	stroke-dasharray: 49;
	stroke-dashoffset: 49;
	transition: stroke-dashoffset 0.5s 1s, fill-opacity 0.5s 1.5s;
	fill: #fff;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line2 {
	stroke-dasharray: 47;
	stroke-dashoffset: 47;
	transition: 0.5s 1.2s;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line3 {
	stroke-dasharray: 16;
	stroke-dashoffset: 16;
	transition: 0.5s 1.5s;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line4 {
	stroke-dasharray: 57;
	stroke-dashoffset: 57;
	transition: stroke-dashoffset 0.5s 3s, fill-opacity 0.5s 3.5s;
	fill: #fff;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line5 {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	transition: 0.5s 3.5s;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line6 {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	transition: 0.5s 4s;
}

.season_content.winter .season_spot .spot_content .season_svg svg .line7 {
	stroke-dasharray: 50;
	stroke-dashoffset: 50;
	transition: 0.5s 4.5s;
}

.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line1 ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line2 ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line3 ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line4 ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line5 ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line6 ,
.season_content .season_spot .spot_content.fadein.scrollin .season_svg svg .line7 {
	stroke-dashoffset: 0;
}

.season_content.winter .season_spot .spot_content.fadein.scrollin .season_svg svg .line1 ,
.season_content.winter .season_spot .spot_content.fadein.scrollin .season_svg svg .line4 {
	fill-opacity: 1;
}

.season_content .season_spot .spot_content h4 {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

.season_content .season_spot .spot_content h4 span {
	display: inline-block;
}

.season_content .season_spot .spot_list {
	font-size: 0.875rem;
}

.season_content .season_spot .spot_list small {
	display: inline-block;
}

.season_content .season_spot .spot_list li {
	margin-bottom: 0.5em;
	line-height: 1.6;
}

.season_content .season_spot .spot_img_list {
	width: 100%;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: space-between;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 5%;
	left: 0;
	z-index: 1;
}

.season_content .season_spot .spot_img_list li {
	width: 48%;
	margin: 10px 0;
	border-radius: 5px;
	overflow: hidden;
}

.season_content:nth-of-type(odd) .season_spot .spot_img_list li:first-child {
	margin-left: 52%;
}

.season_content:nth-of-type(even) .season_spot .spot_img_list li:first-child {
	margin-right: 52%;
}


/* ---------------------------------------------

	ロケ地情報

--------------------------------------------- */

.locations_background {
	position: relative;
}

.locations_background::before ,
.locations_background::after {
	content: "";
	display: block;
	width: 100vw;
	position: absolute;
	top: -100px;
	bottom: -150px;
	left: calc(50% - 50vw);
	z-index: -1;
}

.locations_background::before {
	background: url(img/locations_image.jpg) no-repeat center center;
	background-size: cover;
}

.locations_background::after {
	background-color: #fff;
	opacity: 0.2;
}

.locations_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	max-width: 560px;
	margin: 70px auto 100px;
	padding: 30px 55px;
	position: relative;
}

.locations_content::before {
	content: "";
	display: block;
	width: 100%;
	opacity: 0.8;
	background-image: linear-gradient(to right, rgba(255,255,255,1) 15px, rgba(255,255,255,0) 15px, rgba(255,255,255,0) 25px, rgba(255,255,255,1) 25px, rgba(255,255,255,1) calc(100% - 25px), rgba(255,255,255,0) calc(100% - 25px), rgba(255,255,255,0) calc(100% - 15px), rgba(255,255,255,1) calc(100% - 15px)),
		linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,0) 20px ,rgba(255,255,255,1) 20px, rgba(255,255,255,1) 30px);
	background-position: left top, left top -8px;
	background-size: calc(100%) 100%, 100% 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.locations_content h3 {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.locations_content h3 svg {
	width: 3em;
	height: 3em;
	margin: 0.5em 0;
}

.locations_content p {
	width: 100%;
}

.locations_sec .slide ul{
	padding: 30px 0;
	position: relative;
}

.locations_sec .swiper-container1 {
	/*transform: rotate(-2deg);*/
	backface-visibility: hidden;
}

.locations_sec .slide ul::before {
	content: "";
	display: block;
	width: 1000vw;
	opacity: 0.8;
	background-image: linear-gradient(rgba(0,0,0,1) 10px, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 17.5px, rgba(0,0,0,1) 17.5px, rgba(0,0,0,1) calc(100% - 17.5px), rgba(0,0,0,0) calc(100% - 17.5px), rgba(0,0,0,0) calc(100% - 10px), rgba(0,0,0,1) calc(100% - 10px)),
		linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0) 15px ,rgba(0,0,0,1) 15px, rgba(0,0,0,1) 22.5px);
	background-position: left top, left -10px top;
	background-size: 100% calc(100%), 22.5px 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 55vw);
	z-index: -1;
}

/*.locations_sec .slide ul>li::before {
	content: "";
	display: block;
	width: 100%;
	opacity: 0.8;
	background-image: linear-gradient(rgba(0,0,0,1) 10px, rgba(0,0,0,0) 10px, rgba(0,0,0,0) 17.5px, rgba(0,0,0,1) 17.5px, rgba(0,0,0,1) calc(100% - 17.5px), rgba(0,0,0,0) calc(100% - 17.5px), rgba(0,0,0,0) calc(100% - 10px), rgba(0,0,0,1) calc(100% - 10px)),
		linear-gradient(to right, rgba(0,0,0,0) 0, rgba(0,0,0,0) 65% ,rgba(0,0,0,1) 65%, rgba(0,0,0,1) 100%);
	background-position: left top, left top;
	background-size: 100% calc(100%), 10% 100%;
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: 0;
	z-index: -1;
}*/

.locations_list li {
	padding: 0 10px;
	position: relative;
}

.locations_sec .swiper-container1 li {
	width: 210px;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.locations_list li::after {
	content: "";
	display: block;
	padding-top: 66%;
	position: relative;
	z-index: -1;
}

.locations_list li img {
	border: 2px solid #fff;
	width: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.locations_info {
	margin: 4rem 0;
}

.locations_info h3 {
	font-size: 1.75rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}

.locations_info_text ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.locations_info_text ul li {
	font-size: 0.875rem;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	padding: 1.5em;
	border: 3px solid currentColor;
	max-width: 400px;
	min-height: 280px;
	margin: 0 auto 1em;
}

.locations_info_text ul li.grayout {
	color: #b2b2b3;
}

.locations_info_text ul li h4 svg {
	display: block;
	width: 5em;
	height: 5em;
	margin: 0 auto 1.5em;
}

.locations_info_text ul li:not(.grayout) h4 svg {
	fill: #343f51;
}

.locations_info_text ul li span.film_title ,
.locations_info_text ul li small {
	display: inline-block;
}

.locations_info_text ul li dl {
	margin: 0.5em 0;
	padding-left: 1em;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.locations_info_text ul li dl dd {
	padding-left: 1em;
}

.film_support {
	padding: 50px 3%;
}

.film_support dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.film_support dl dd {
	font-size: 0.875rem;;
	margin-bottom: 1em;
}

.film_support dl dd ul {
	padding-left: 2em;
	list-style: disc;
}

.film_support dl dd ul li {
	
}

/* ---------------------------------------------

	お問い合わせ

--------------------------------------------- */

.contact_content {
	max-width: 840px;
	margin: 0 auto 100px;
}

.contact_content h4 {
	text-align: center;
	font-size: 1.25rem;
	padding-bottom:0.5em;
	border-bottom: 1px solid currentColor;
	max-width: 400px;
	margin: 0 auto 30px;
}

.contact_content>p {
	margin: 50px auto;
}

.contact_address {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 320px;
	margin: 0 auto 70px;
}

.contact_address dt ,
.contact_address dd {
	margin-bottom: 0.5em;
}

.contact_address dt {
	width: 4em;
	position: relative;
}

.contact_address dt::after {
	content: ":";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.contact_address dd {
	margin-left: 0.5em;
	width: calc(100% - 4.5em);
}

.contact_content p {
	text-align: center;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

.contact_table {
	margin: 50px 0;
}

.contact_table>tbody>tr>th>label {
	display: block;
	padding-right: 60px;
	position: relative;
}

.contact_table>tbody>tr>th[colspan]>label {
	display: inline-block;
}

.contact_table>tbody>tr>th[colspan]>label+* {
	padding: 0.75rem 0;
	padding-left: 2em;
}

.contact_table>tbody>tr>th .required {
	position: absolute;
	top: 0;
	right: 0;
}

.submit_btn {
	text-align: center;
}

.grecaptcha-badge {
	visibility: hidden;
}

/* ---------------------------------------------

	ホームページ規定＆個人情報保護方針

--------------------------------------------- */

.policy_content {
	max-width: 840px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #fff;
	margin: 0 auto;
}

.policy_content dl {
	margin: 30px 0;
}

.policy_content dl dt ,
.policy_content dl dd {
}

.policy_content dl dt {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.policy_content dl dd {
	font-size: 0.875rem;
	margin-bottom: 2em;
}

.policy_content ul {
	padding-left: 2em;
	list-style: circle;
	margin-bottom: 1em;
}


#post-404 {
	text-align: center;
}

.img404 {
	max-width: 160px;
	margin-bottom: 50px;
}

.maintaining_sec {
	padding-bottom: 30px !important;
}

.maintaining_sec .main_content {
	max-width: 700px;
	min-height: calc(100vh - 60px);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.maintaining_sec h2 {
	font-family: 'Noto Serif', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.75rem;
	margin-bottom: 2em;
	line-height: 1.2;
	text-align: center;
}

.maintaining_sec h2 .title_en {
}

@media only screen and (min-width: 333px), print {

	.post_img>span img {
		max-height: 300px;
	}

}

@media only screen and (min-width: 480px)  {
	
	/* 画面外にいる状態 */
	.fadein {
		opacity : 0.1;
		transform : translate3d(0, 50px, 0);
		transition : all 500ms;
	}

}

@media only screen and (min-width: 480px), print  {
	
	.disp_pc {
		display: block !important;
	}

	.disp_mobile {
		display: none !important;
	}
	
	/* 2つ目の要素に200msのdelayをかける */
	.fade_delay .fadein:nth-of-type(2) {
		-moz-transition-delay:200ms;
		-webkit-transition-delay:200ms;
		-o-transition-delay:200ms;
		-ms-transition-delay:200ms;
	}
	/* 3つ目の要素に400msのdelayをかける */
	.fade_delay .fadein:nth-of-type(3) {
		-moz-transition-delay:400ms;
		-webkit-transition-delay:400ms;
		-o-transition-delay:400ms;
		-ms-transition-delay:400ms;
	}

	/* ---------------------------------------------

					gallery

	--------------------------------------------- */

	.gallery.gallery-columns-3 .gallery-item {
		width: 31%;
	}

	.gallery.gallery-columns-3 .gallery-item:last-child:nth-child(3n+2) {
		margin-right: 34.5%;
	}

	.gallery.gallery-columns-4 .gallery-item {
		width: 23%;
	}

	.gallery.gallery-columns-4 .gallery-item:last-child:nth-child(4n+2) {
		margin-right: calc(46% + 8% / 3 * 2);
	}

	.gallery.gallery-columns-4 .gallery-item:last-child:nth-child(4n+3) {
		margin-right: calc(23% + 8% / 3);
	}

	.gallery.gallery-columns-5 .gallery-item {
		width: 18%;
	}

	.gallery.gallery-columns-5 .gallery-item:last-child:nth-child(5n+2) {
		margin-right: 61.5%;
	}

	.gallery.gallery-columns-5 .gallery-item:last-child:nth-child(5n+3) {
		margin-right: 41%;
	}

	.gallery.gallery-columns-5 .gallery-item:last-child:nth-child(5n+4) {
		margin-right: 20.5%;
	}

	.gallery.gallery-columns-6 .gallery-item ,
	.gallery.gallery-columns-7 .gallery-item ,
	.gallery.gallery-columns-8 .gallery-item ,
	.gallery.gallery-columns-9 .gallery-item {
		width: 15%;
	}

	.gallery.gallery-columns-6 .gallery-item:last-child:nth-child(6n+2) ,
	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(6n+2) ,
	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(6n+2) ,
	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(6n+2) {
		margin-right: 68%;
	}

	.gallery.gallery-columns-6 .gallery-item:last-child:nth-child(6n+3) ,
	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(6n+3) ,
	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(6n+3) ,
	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(6n+3) {
		margin-right: 51%;
	}

	.gallery.gallery-columns-6 .gallery-item:last-child:nth-child(6n+4) ,
	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(6n+4) ,
	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(6n+4) ,
	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(6n+4) {
		margin-right: 34%;
	}

	.gallery.gallery-columns-6 .gallery-item:last-child:nth-child(6n+5) ,
	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(6n+5) ,
	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(6n+5) ,
	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(6n+5) {
		margin-right: 17%;
	}

	.banner_list li {
		width: 49%;
	}

	.banner_list:not(.other) li {
		margin-left: 0;
		margin-right: 0;
	}

	#area_selector li a {
		padding: 0.5em 0.75em;
	}

	.about_text {
	}
	
	ul.about_img_list li:nth-child(2) {
	}
	
	ul.about_img_list li:nth-child(3) {
		max-width: none;
		top: 70%;
	}
	
	ul.about_img_list li:nth-child(4) {
	}
	
	ul.about_img_list li:nth-child(5) {
		width: 60%;
		max-width: none;
	}
	
	ul.about_img_list li:nth-child(1)::after {
	}
	
	.about_contents .tourism_list>li::before {
		height: calc(62.4vw + 40px);
	}

	.about_contents .feature_sec .item_list li {
		width: 171.3px;
	}
	
	.about_contents .feature_sec .item_list li>span {
		width: 151.3px;
		height: 151.3px;
	}

	.experience_mark {
		position: absolute;
		top: -30px;
		right: -10px;
	}

	.experience_mark a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		width: 6em;
		height: 6em;
		padding: 0.25em 0 0;
		border-radius: 50%;
	}

	.experience_mark a svg ,
	.experience_mark a::after {
		position: static;
	}

	.experience_mark a span:last-of-type {
		margin-bottom: 0.15em;
	}

	.post_article {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}

	.post_img {
		width: 35%;
		max-width: none;
		margin-bottom: 0;
	}

	.post_img>span img {
		max-height: 31.584vw;
	}

	.post_text {
		width: 60%;
	}

	.other_link_list>li {
		width: 23.5%;
	}
	
	.other_link_list>li:not(:nth-child(4n+1)) {
		margin-left:2%;
	}
	
}
@media only screen and (min-width: 768px) {
	.fadein.l {
		transform : translate3d(-100px, 0, 0);
	}

	.fadein.r {
		transform : translate3d(100px, 0, 0);
	}

}
@media only screen and (min-width: 768px), print  {
	html {
		font-size: 16px;
	}
	
	button,
	input,
	select,
	textarea {
	  transform: scale(1);
	}
	/* ---------------------------------------------

					gallery

	--------------------------------------------- */

	.gallery.gallery-columns-7 .gallery-item {
		width: calc(90%  / 7);
	}

	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(7n+2) {
		margin-right: calc(90%  / 7 * 5 + 10% / 6 * 5);
	}

	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(7n+3) {
		margin-right: calc(90%  / 7 * 4 + 10% / 6 * 4);
	}

	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(7n+4) {
		margin-right: calc(90%  / 7 * 3 + 10% / 6 * 3);
	}

	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(7n+5) {
		margin-right: calc(90%  / 7 * 2 + 10% / 6 * 2);
	}

	.gallery.gallery-columns-7 .gallery-item:last-child:nth-child(7n+6) {
		margin-right: calc(90%  / 7 + 10% / 6);
	}

	.gallery.gallery-columns-8 .gallery-item {
		width: 11.25%;
	}

	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(8n+2) {
		margin-right: calc(67.5% + 10% / 7 * 6);
	}

	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(8n+3) {
		margin-right: calc(56.25% + 10% / 7 * 5);
	}

	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(8n+4) {
		margin-right: calc(45% + 10% / 7 * 4);
	}

	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(8n+5) {
		margin-right: calc(33.75% + 10% / 7 * 3);
	}

	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(8n+6) {
		margin-right: calc(22.5% + 10% / 7 * 2);
	}

	.gallery.gallery-columns-8 .gallery-item:last-child:nth-child(8n+7) {
		margin-right: calc(11.25% + 10% / 7);
	}

	.gallery.gallery-columns-9 .gallery-item {
		width: 10%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+2) {
		margin-right: 78.75%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+3) {
		margin-right: 67.5%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+4) {
		margin-right: 56.25%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+5) {
		margin-right: 45%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+6) {
		margin-right: 33.75%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+7) {
		margin-right: 22.5%;
	}

	.gallery.gallery-columns-9 .gallery-item:last-child:nth-child(9n+8) {
		margin-right: 11.25%;
	}

	body.home #header {
		height: 100vh;
	}
	body.home .header_svg {
		bottom: 50px;
	}

	#header h1#logo {
		top: -25px;
	}

	#header h1#logo svg ,
	#header h1#logo img {
		max-height: calc(100vh - 85px);
	}

	.nav {
		display: flex;
	}

	#header .scroll_btn {
		display: none;
	}
	
	#footer .footer_svg  {
		padding-top: 6%;
	}

	#footer .footer_svg svg {
		width: 100%;
		left: 0;
	}
	
	#footer .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: center;
	}

	#footer h1#foot_logo {
		width: auto;
	}
	.foot_nav {
		display: flex;
	}

	.foot_subnav {
		display: flex;
	}
	
	.main>.wrap>section:last-of-type {
		padding-bottom: calc(6.3vw + 50px);
	}
	
	.blog_main .wrap {
	}
	
	.post_content {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: space-between;
		position: relative;
	}
	.blog_main .post_content {
		flex-direction: row;
	}
	
	.main_content_wrap {
		width: calc(96% - 200px);
		padding: 0;
	}

	.page-guidemap .main_content_wrap {
		width: calc(98% - 240px);
	}

	.page-guidemap .sidebar.custom {
		width: 240px;
	}

	.blog_main .main_content_wrap {
		width: 73%;
	}
	
	.sidebar {
		width: 23%;
	}
	
	.sidebar_wrap {
		padding-bottom: 180px;
		position: relative;
	}
	
	.sidebar_wrap.fixed:not(.absolute) {
		position: fixed;
		top: 100px;
		left: 4%;
	}
	
	.sidebar_wrap.fixed.absolute {
		position: absolute;
		bottom: 3rem;
		top: auto;
		left: 0;
	}
	
	.main>.wrap>section:last-of-type>.sidebar_wrap.absolute {
		bottom: calc(6.3vw + 50px);
	}

	.sidebar.custom {
		width: 200px;
		position: static;
		left: auto;
		opacity: 1;
		transition: none;
	}
	
	label.close_btn {
		display: none;
	}
	
	.drawer-category {
		width: 100px;
		position: absolute;
		bottom: 0;
		left: 50px;
		animation-duration: 3s;
		animation-name: jump;
		animation-iteration-count: infinite;
		z-index: 1;
	}

	.drawer-category .tooltip {
		min-height: 100px;
		left: 110px;
		bottom: auto;
		top: 0;
		opacity: 0;
		animation-duration: 60s;
		animation-name: popup;
		animation-delay: 60s;
	}

	/*.drawer-category .tooltip::before {
		content: attr(data-text);
	}*/

	.drawer-category .tooltip::after {
		left: auto;
		top: 85px;
	}
	
	.drawer-switch:checked+.drawer-category .tooltip {
		opacity: 1;
	}
	
	.drawer-switch:checked+.drawer-category+.sidebar.custom+.sidebar-overlay {
		display: none;
	}

	.sidebar.custom .post_link {
		max-height: none;
	}

	.sidebar.custom .post_link>li {
		margin-top: 20px;
	}

	.sidebar.custom .post_link li {
		max-height: none;
	}

	.sidebar.custom .category_link li {
		display: block;
	}
	
	.page-guidemap .sidebar_wrap {
		position: relative;
		left: 0;
		top: 0;
	}

	.page-guidemap .sidebar_wrap.fixed.absolute {
		position: absolute;
		top: auto;
		left: 3%;
	}

	.page-guidemap .sidebar_wrap.fixed.absolute .sidebar.custom {
		position: static;
	}
	.page-guidemap .sidebar_wrap.fixed:not(.absolute) {
		left: 6.76%;
	}

	.page-guidemap .drawer-switch:checked+.drawer-category+.sidebar.custom {
		width: 240px;
	}

	.page-guidemap .sidebar.custom .post_link {
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.page-guidemap .sidebar.custom .post_link>li {
		width: 100%;
	}

	.wpcf7-form {
		max-width: 600px;
		margin: 0 auto;
	}
	
	.drawer-toggle.drawer-hamburger {
		display: none;
	}
	
	.responsive_table>thead {
		display:table-header-group;
	}
	
	.responsive_table>tbody>tr {
		display:table-row !important;
	}
	
	.responsive_table>thead>tr>th ,
	.responsive_table>tbody>tr>th ,
	.responsive_table>tbody>tr>td {
		display: table-cell;
	}

	.responsive_table>thead>tr>th ,
	.responsive_table>tbody>tr>th {
		width: 8em;
	}

	.responsive_table>thead>tr:not(:last-child)>th ,
	.responsive_table>tbody>tr:not(:last-child)>th {
		border-bottom: 1px solid #ededef;
	}

	.responsive_table>tbody>tr>td[aria-label]{
		padding-left:10px;
	}
	
	.responsive_table>tbody>tr>td[aria-label]::before {
		content:none;
	}
	

	
	
	.sightseeing_content:first-of-type .sightseeing_text h3 .star_box {
		top: -120px;
	}

	ul.pickup_list {
		max-width:none;
	}

	ul.pickup_list >li {
		width: 23%;
	}

	ul.pickup_list >li:last-child:nth-child(4n+2) {
		margin-right: calc((23% + 8% / 3)  * 2);
	}

	ul.pickup_list >li:last-child:nth-child(4n+3) {
		margin-right: calc(23% + 8% / 3);
	}

	.about_sec .sec_title {
		position: absolute;
		padding: 0;
		top: 50%;
		margin: 0;
		left: 70%;
		transform: translateY(-75%);
		height: 400px;
	}
	
	html:not(.translated-ltr) .about_sec .sec_title {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	
	.about_text {
		height: 100%;
		padding: 200px 0 310px;
		align-items: center;
	}
	
	html:not(.translated-ltr) .about_text {
		flex-direction: row-reverse;
	}
	
	.about_text p:nth-of-type(odd) {
		align-self: center;
	}
	
	.about_text p {
		margin: 1.5em;
		width: 40%;
	}
	
	html:not(.translated-ltr) .about_text p {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		height: 100%;
		width: 15%;
		max-width: 200px;
	}
	
	ul.about_img_list li {
	}

	ul.about_img_list li:nth-child(1) {
		top: -5%;
		width: 30%;
		max-width: 320px;
	}

	ul.about_img_list li:nth-child(2) {
		top: 30%;
		width: 20%;
		left: 3%;
	}
	
	ul.about_img_list li:nth-child(3) {
		top: 60%;
	}
	
	ul.about_img_list li:nth-child(4) {
		max-width: 280px;
		width: 30%;
	}
	
	ul.about_img_list li:nth-child(5) {
		max-width: 600px;
		right: 2%;
	}
	
	.info_sec {
		flex-direction: row;
		align-items: flex-start;
	}

	.news_content ,
	.front_facebook {
		width: 48%;
		margin: 0;
	}
	
	.front_facebook {
	}
	
	.sightseeing_content {
		padding: 0 50vw 6rem;
		margin: 0 -50vw;
	}

	.sightseeing_area .area_links {
		padding-top: 0;
		position: static;
	}

	.sightseeing_content:nth-of-type(2n+1) {
		flex-direction: row;
	}

	.sightseeing_content:nth-of-type(2n) {
		flex-direction: row-reverse;
	}

	.sightseeing_content:nth-of-type(2) {
		display: block;
	}

	.sightseeing_img ,
	.sightseeing_text {
		margin: 0;
	}
	
	.sightseeing_img {
		width: 50%;
	}

	.sightseeing_area .sightseeing_img {
		width: 50%;
	}

	.sightseeing_text {
		padding-top: 5rem;
		width: 45%;
	}

	.sightseeing_content:nth-of-type(2n+1) .sightseeing_text {
		padding-left: 6%;
		overflow: hidden;
	}

	.sightseeing_area .sightseeing_text {
		width: 45%;
		float: left;
	}

	.sightseeing_area .sightseeing_text:nth-of-type(3) {
		padding-top: 0;
	}

	.sightseeing_area .sightseeing_img {
		float: right;
	}

	.play_btn {
		display: none;
	}
	
	.banner_list li {
		width: 32%;
	}

	.banner_list li:nth-child(3n+2):last-child {
		margin-right: 34%;
	}

	.banner_list.other li {
		width: 24%;
	}

	.banner_list.other li:nth-child(4n+2):last-child {
		margin-right: calc(48% + 4% / 3 * 2);
	}

	.banner_list.other li:nth-child(4n+3):last-child {
		margin-right: calc(24% + 4% / 3);
	}

	.banner_list_4row {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.banner_list_2row {
		grid-template-columns: 1fr 1fr;
	}

	.post_img>span img {
		max-height: calc((92.16vw - 200px) * 0.329);
	}

	.about_contents .tourism_list>li {
		padding-top: 0;
	}
	
	.about_contents .tourism_list>li::before {
		width: calc(55vw + 100px);
		height: auto;
		bottom: 0;
	}
	
	.about_contents .tourism_list>li:nth-child(2n+1)::before {
		background-position: left 15% center;
	}
	
	.about_contents .tourism_list>li:nth-child(2n)::before {
		background-position: right 15% center;
	}
	
	.about_contents .tourism_list>li:nth-child(6)::before {
		background-position: left 35% center;
	}
	
	.about_contents .tourism_list>li .tourism_content {
		margin: 0;
		padding: 80px 0;
		width: calc(50% - 5vw);
	}
	
	.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content {
		align-self: flex-end;
		padding-left: 2em;
	}
	
	.about_contents .tourism_list>li:nth-child(2n) .tourism_content {
		padding-right: 2em;
	}
	
	.about_contents .tourism_list>li .tourism_content::before {
		width: calc(10vw + 1px);
		height: auto;
		top: 0;
		bottom: 0;
		left: auto;
	}
	
	.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content::before {
		left: -10vw;
	}
	
	.about_contents .tourism_list>li:nth-child(2n) .tourism_content::before {
		right: -10vw;
	}
	
	.about_contents .tourism_content::after {
		width: 45vw;
		left: auto;
	}
	
	.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content::after {
		left: 0;
	}
	
	.about_contents .tourism_list>li:nth-child(2n) .tourism_content::after {
		right: 0;
	}
	
	.about_contents .tourism_list>li .tourism_content h4 {
		padding-bottom: 1em;
	}
	
	.about_contents .tourism_list>li:nth-child(2n+1) .tourism_content h4 {
		margin-left: 0;
	}
	
	.about_contents .about_experience_list>li:nth-child(2n+1) {
		flex-direction: row;
	}

	.about_contents .about_experience_list>li:nth-child(2n) {
		flex-direction: row-reverse;
	}

	.about_contents .about_experience_list>li .experience_img {
		width: 50%;
	}

	.about_contents .about_experience_list>li .experience_content {
		margin: 0;
		padding: 0;
		width: 49%;
	}
	
	.about_contents .about_experience_list>li:nth-child(2n+1) .experience_content h4 ,
	.about_contents .about_experience_list>li:nth-child(2n+1) .experience_content p {
		padding-left: 50px;
	}
	
	.about_contents .about_experience_list>li:nth-child(2n) .experience_content h4 ,
	.about_contents .about_experience_list>li:nth-child(2n) .experience_content p {
		padding-right: 50px;
	}
	

	.other_link_list>li {
		width: 48%;
	}
	
	.other_link_list>li:not(:nth-child(4n+1)) {
		margin-left:0;
	}
	
	.other_link_list>li:not(:nth-child(2n+1)) {
		margin-left: 4%;
	}
	
	
	/* ---------------------------------------------

		四季の風景

	--------------------------------------------- */

	.season_content .season_text {
		flex-direction: column;
		width: 42%;
		margin-bottom: 0;
		margin-left: calc(100vw - 42%);
		padding-top: 150px;
	}

	.season_content .season_text::after {
		width: calc(100vw - 42%);
		padding-top: 0;
		top: 0;
		bottom: 0;
		left: auto;
		right: 100%;
	}

	.season_content .season_text h3 {
	}

	.season_content .season_text h3 small {
	}

	.season_content .season_text h3 svg {
	}

	.season_content .season_text p {
		margin: 3em 0;
	}

	.season_content .season_text figcaption {
		width: 100%;
		font-size: 0.875rem;
		position: relative;
		right: auto;
	}

	.season_content .season_spot .spot_content {
		margin: 0 auto;
		padding: 50px 0 5%;
	}
	
	.season_content .season_spot .spot_img_list li {
		width: 31%;
	}

	.season_content:nth-of-type(odd) .season_spot .spot_img_list li:first-child {
		margin-left: 0;
	}

	.season_content:nth-of-type(even) .season_spot .spot_img_list li:first-child {
		margin-right: 0;
	}

	.season_content .season_spot .spot_img_list li:not(:nth-child(3n+2)) {
		position: relative;
		top: -20px;
	}


	/* ---------------------------------------------

		ロケ地情報

	--------------------------------------------- */

	.locations_background::before ,
	.locations_background::after {
		top: -150px;
		bottom: -250px;
	}
	
	.locations_content {
		margin: 120px auto 150px;
		padding: 50px 5%;
	}

	.locations_info_text ul {
		flex-direction: row;
		align-items: stretch;
	}

	.locations_info_text ul li {
		width: 30%;
		margin: 0 0 2em;
	}

	.locations_info_text ul li:last-child:nth-child(3n+2) {
		margin-right: 35%;
	}


	/* ---------------------------------------------

		お問い合わせ

	--------------------------------------------- */

	.contact_table th {
		width: 14em !important;
	}
	
	.contact_table>tbody>tr>th[colspan]>label+* {
		display: block;
		padding-left: 16em;
	}

}
@media only screen and (min-width: 980px) {
	
	.nav {
	}
	
	.footer_info {
		display: block;
	}

	.other_link_list>li {
		width: 23.5%;
	}
	
	.other_link_list>li:not(:nth-child(2n+1)) {
		margin-left:0;
	}
	
	.other_link_list>li:not(:nth-child(4n+1)) {
		margin-left:2%;
	}
	
}
@media only screen and (min-width: 1300px) {
	
	.header_svg {
		/*width: 100vw;*/
	}

	.front_instagram {
		max-width: 1400px;
		margin-left: auto;
		margin-right: auto;
	}
	
}
@media only screen and (min-width: 1305px) {

	.about_sec {
		width: 100%;
		margin: -30px auto 0;
	}
	
	.sidebar_wrap.fixed:not(.absolute) {
		left: calc(50% - 600px);
	}
	
	.page-guidemap .sidebar_wrap.fixed:not(.absolute) {
		left: calc((50% - 600px) + 36px);
	}

	.season_content .season_text {
		left: calc(600px - 50vw);
	}

}

@media only screen and (min-width: 1650px) {

}
/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate3d(0,0,0);
}

@media print {
	.nav, #header::before {
		display: none;
	}
}
