@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background: #fffffe;
	color: #000000;
	font-family: "游明朝", "YuMincho", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

body.m_fixed_sns {
	padding-bottom: 75px;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-block-start: 0;
	margin-block-end: 0;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

code,
kbd,
pre,
samp {
	font-family: monospace, sans-serif;
	font-size: inherit;
}

ul,
ol {
	list-style: none;
}

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

html {
	font-size: 67.5%;
}

body {
	font-size: 1.6rem;
}


/* header-caption */
.caption {
	position: relative;
}

.caption img {
	width: 100%;
	height: auto;
}

.caption-box {
	height: 100%;
	background: rgba(255, 255, 255, 1);
}

.caption div div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

/* content1, content2 */
.inner {
	max-width: 1280px;
	margin: 0 auto;
}

.content1,
.content2 {
	padding-top: 100px;
	padding-bottom: 60px;
	background: #F4EEE8;
}

.content3 {
	padding-top: 100px;
	/* padding-bottom: 60px; */
}

.content2 {
	background: #fff;
	margin-bottom: 120px;
}

.content1 h2,
.content2 h2,
.content3 h2 {
	font-size: 4rem;
	text-align: center;
}

.content1 .buttons {
	margin-top: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.content1 .buttons li {
	font-size: 2rem;
	color: #BF8A55;
	border: 1px solid #BF8A55;
	border-radius: 5px;
	padding: 0;
	text-align: center;
	margin-right: 20px;
	width: calc((100% / 8));
}

.content1 .buttons li a {
	display: block;
	padding: 5px 20px;
	line-height: 1.4;
}

.content1 .buttons li:last-child {
	margin-right: 0;
}

.content1 .buttons li.active {
	background: #BF8A55;
	color: #fff;
}

.spot-list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}

.spot-list li {
	width: calc(25% - 15px);
	margin: 0 7.5px;
	background: #F0D8C0;
	padding: 20px 15px;
	margin-bottom: 70px;
	position: relative;
}

.spot-list li:hover {
	opacity: 0.8;
}

.spot-list li:nth-of-type(4n) {
	/* margin-right: 0; */
}

.spot-list li div {
	width: 100%;
	position: relative;
}

.spot-list li div::before {
	content: "";
	display: block;
	padding-top: 80%;
}

.spot-list li div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.spot-list li h3 {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 20px;
}

.spot-list li p {
	font-size: 1.4rem;
	text-align: center;
}

.content2 h2 {
	margin-bottom: 80px;
}

.slider {
	margin: 100px auto 20px;
	width: 100%;
}

.slider li {
	display: flex !important;
}

.slider img {
	height: auto;
	width: 65%;
}

.slider li div {
	padding: 60px 25px 60px 40px;
	width: 35%;
	border: 2px solid #9f9f9f;
	border-left: none;
}

.slider li div h3 {
	font-size: 2.5rem;
	margin-bottom: 40px;
}

.slider li div p {
	margin-bottom: 40px;
}

ul.thumb {
	display: flex;
	flex-wrap: nowrap;
}

ul.thumb li {
	justify-content: space-between;
	margin-right: 15px;
}

ul.thumb li {
	width: 100%;
	position: relative;
}

ul.thumb li::before {
	content: "";
	display: block;
	padding-top: 65%;
}

ul.thumb li img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

ul.thumb li.active {
	border: 5px solid #EBAB00;
	overflow: hidden;
}

ul.thumb li.active img {
	margin: 0px;
}

ul.thumb li:last-child {
	margin-right: 0;
}

.slick-dots {
	display: flex !important;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.slick-dots li {
	width: calc((100% / 8) - 10px) !important;
}

.slick-dots li button::before {
	display: block;
	background-image: url("../img/shrinp.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.slick-dots li.slick-active button::after {
	content: "";
	border: 5px solid #EBAB00;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}

.slick-dots li:nth-child(2) button::before,
.slick-dots li:nth-child(6) button::before {
	background-image: url("../img/thumb02.png");
}

.slick-dots li:nth-child(3) button::before,
.slick-dots li:nth-child(7) button::before {
	background-image: url("../img/thumb03.png");
}

.slick-dots li:nth-child(4) button::before,
.slick-dots li:nth-child(8) button::before {
	background-image: url("../img/thumb04.png");
}

.slick-dots li:nth-child(5) button::before {
	background-image: url("../img/thumb05.png");
}

.footer-caption {
	background-image: url('/wp-content/themes/TokyoFutariStory/images/bg.png');
	height: 550px;
	background-position: 30% 40%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.content3 .inner ul {
	display: flex;
	flex-wrap: wrap;
}

.content3 .inner ul li {
	flex-basis: 21%;
	margin: 0 2% 30px;
}

.content3 .inner ul li .cntr_name {
	text-align: center;
}

.content3 .inner ul li .cntr_name a {
	color: #1C2F62;
	font-weight: bold;
	word-break: break-all;
	text-align: center;
}

.content3 .inner ul li .cntr_name a:hover {
	color: #BF8A55;
}

.content3 .inner ul li .img_logo {
	width: 90%;
	height: 170px;
	margin: 20px auto;
}

.content3 .inner ul li.cntr_01 .img_logo {
	background: url('../img/center/akita_deaiplaza.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_02 .img_logo {
	background: url('../img/center/ehime_EMSC.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_03 .img_logo {
	background: url('../img/center/en-musu_kagawa.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_04 .img_logo {
	background: url('../img/center/miyagi-pisa.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_05 .img_logo {
	background: url('../img/center/oita_enmusubu.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_06 .img_logo {
	background: url('../img/center/okayama_MSC.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_07 .img_logo {
	background: url('../img/center/tochigi_verymatching.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_08 .img_logo {
	background: url('../img/center/tokushima_marissa.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_09 .img_logo {
	background: url('../img/center/miyazaki_kekkon.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_10 .img_logo {
	background: url('../img/center/aihagu.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_11 .img_logo {
	background: url('../img/center/wakayama_deaihiroba.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_12 .img_logo {
	background: url('../img/center/ishikawa_kekkonshienn.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_13 .img_logo {
	background: url('../img/center/hukui_konkatsucafe.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_14 .img_logo {
	background: url('../img/center/hukuoka_deaiouen.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_15 .img_logo {
	background: url('../img/center/nagasaki_konkatsu.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_16 .img_logo {
	background: url('../img/center/ibaraki_deaiba.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_17 .img_logo {
	background: url('../img/center/yamaguchi.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_18 .img_logo {
	background: url('../img/center/aomori.gif') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_19 .img_logo {
	background: url('../img/center/kouchi.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_20 .img_logo {
	background: url('../img/center/hapifuku.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_21 .img_logo {
	background: url('../img/center/habatan_hyogo.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_22 .img_logo {
	background: url('../img/center/ikiiki_iwate.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_23 .img_logo {
	background: url('../img/center/msc_toyama.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_24 .img_logo {
	background: url('../img/center/miyamari.png') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_25 .img_logo {
	background: url('../img/center/saitama.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_26 .img_logo {
	background: url('../img/center/nagano.jpg') no-repeat center;
	background-size: contain;
}

.content3 .inner ul li.cntr_27 .img_logo {
	background: url('../img/center/aimari.png') no-repeat center;
	background-size: contain;
}

.banner_area {
	padding: 20px 0 50px;
}

.banner_area .inner {
	text-align: center;
}

.banner_area .inner a:hover {
	opacity: 0.7;
}

.footer-caption figure {
	position: absolute;
	display: block;
	top: 50%;
	left: 25%;
	transform: translate(15%, -50%);
	width: 15%;
}

.footer-caption div {
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	right: 30%;
	transform: translate(15%, -50%);
	font-size: 2rem;
	line-height: 2;
}

.footer-caption h2 {
	font-size: 3rem;
	color: #192f63;
	font-weight: bold;
	letter-spacing: 3px;
}

.footer-caption p {
	font-size: 1.3rem;
	margin-top: 20px;
	font-weight: normal;
	color: #192f63;
}


@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}

	100% {
		transform: none;
	}
}

.animate {
	animation: .8s zoom-in;
}

/* モーダル */
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.modal__bg {
	background: rgba(255, 255, 255, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #F4EEE8;
	left: 50%;
	padding: 80px 60px 40px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* transform: translate(-50%,-50%); */
	width: 60%;
	border: 2px solid #BF8A55;
	max-height: 90vh;
	overflow: scroll;
}

.modal__content h3 {
	text-align: center;
	/* margin-bottom: 10px; */
	font-size: 2.5rem;
}

.modal__content>p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
}

.modal__content .card p {
	margin-top: 30px;
}

.modal__content .card {
	background: #F0D8C0;
	padding: 40px;
	position: relative;
}

.modal__content .card>div {
	text-align: center;
}

.thumbtack {
	position: absolute;
	top: -20px;
	left: 44%;
	width: 25px;
	/* transform: translateX(-50%) rotate(10deg); */
}

.modal__content .card .thumbtack {
	left: 47%;
}

.modal__content .map {
	margin-top: 40px;
	background: #B2B2B2;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
}

.modal-close {
	position: fixed;
	top: 8%;
	right: 21%;
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 111;
}

.modal-print_btn {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 111;
}

.modal-print_btn a {
	display: block;
	font-size: 16px;
	width: 240px;
	height: 60px;
	text-align: center;
	background-color: #ffffff;
	padding: 18px 5px;
	border-radius: 5px;
	border: solid 1px #9f9f9f;
}

.modal-print_btn a img {
	display: inline-block;
	width: 45px;
	margin: -11px 7px 0 0;
}

.modal-close::before,
.modal-close::after {
	content: "";
	position: absolute;
	right: -3px;
	top: 12px;
	background: #9f9f9f;
	width: 25px;
	height: 3px;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

.info_wrapper .info_inner {
	margin-bottom: 30px;
}

.info_wrapper .info_name_01,
.info_wrapper .info_name_02 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.info_inner>figure {
	width: 230px;
	margin: 15px 0;
}

.info_inner>figure img {
	max-width: 100%;
	height: auto;
}

.info_wrapper .info_link_01 a,
.info_wrapper .info_link_02 a {
	color: #BF8A55;
	word-break: break-all;
}

.info_wrapper .info_link_01 a::after,
.info_wrapper .info_link_02 a::after {
	content: ">";
	display: inline-block;
	margin-left: 10px;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ドロワー */
.header_drawer {
	display: inline-block;
	margin: 0 0 0 auto;
	/*padding-right: 75px;*/
	height: 60px;
	display: none;
}

.nav-unshown {
	display: none;
}

#nav-open {
	display: inline-block;
	width: 60px;
	height: 60px;
	;
	margin-top: 60px;
}

#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	width: 35px;
	height: 3px;
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	top: -10px;
}

#nav-open span:before:hover {
	transition: all .3s ease 0s;
	opacity: 0.6;
}

#nav-open span:after {
	bottom: -10px;
}

#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	transition: .3s ease-in-out;
}

#nav-content {
	overflow: auto;
	position: fixed;
	top: 120px;
	right: 0px;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	background: #F3F6FA;
	transition: .5s ease-in-out;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	/* padding: 30px 40px; */
	padding-top: 40px;
}

.header_drawer .navigation {
	/*left: 20%;*/
	position: absolute;
	margin: 0;
	left: 40px;
	/*transform: translateX(-50%);*/
	height: 80px;
	line-height: 80px;
}

.header_drawer .msta_menu_sp,
.header_drawer .search-form {
	left: 60px;
	position: relative;
	display: block;
}

.nav-close {
	position: absolute;
	display: inline-block;
	background: #333;
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 1.5px;
	top: 45px;
	left: 50%;
	cursor: pointer;
	transition: .3s ease-in-out;
}

#nav-input:checked~#nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked~#nav-content {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sp_only {
	display: none;
}

@media screen and (max-width: 1024px) {
	.inner {
		width: 88%;
	}

	.navigation li {
		margin-left: 20px;
	}

	/*
    .search-form {
      	margin-left: 30px;
    }
	*/
	.content1 .buttons li {
		padding-top: 10px;
	}

	.content1 .buttons li:first-child {
		padding: 5px;
		line-height: 80px;
	}

	.slider li div {
		padding-bottom: 10px;
	}

	.footer-right .icons {
		top: -100px;
		right: -20px;
	}

	.footer-right a i {
		font-size: 3em;
	}
}

@media screen and (max-width: 768px) {
	header {
		justify-content: space-between;
	}

	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	/*
	.search-form {
		margin-right: 30px;
	}
	*/
	.navigation {
		display: none;
	}

	.content1,
	.content2 {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.content1 h2,
	.content2 h2 {
		font-size: 3rem;
	}

	.content1 .buttons {
		flex-wrap: wrap;
	}

	.content1 .buttons li {
		padding: 5px 10px;
		margin-right: 10px;
		width: calc((100% / 4) - 10px);
		margin-bottom: 15px;
	}

	.content1 .buttons li:first-child {
		line-height: unset;
	}

	.content1 .buttons li:nth-of-type(4n) {
		margin-right: 0;
	}

	.spot-list li {
		width: calc((100% / 3) - 10px);
		margin: 0 5px 40px;
	}

	.spot-list li:nth-of-type(4n) {
		/* margin-right: 15px; */
	}

	.spot-list li:nth-of-type(3n) {
		/* margin-right: 0; */
	}

	.content2 h2 {
		margin-bottom: 40px;
	}

	.slider {
		margin: 60px auto 20px;
	}

	.slider li div {
		padding: 30px 20px;
	}

	.slider li div h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.slider li div p {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	.slick-dots li button:before,
	.slick-dots li.slick-active button::after {
		height: 60px !important;
	}

	.content3 .inner ul li {
		flex-basis: 96%;
	}

	.content3 .inner ul li .img_logo {
		height: 110px;
	}

	.footer-caption p {
		font-size: 1.6rem;
	}

	.footer-caption h2 {
		font-size: 2.5rem;
		margin-top: 20px;
	}


	.header_drawer {
		display: block;
	}

	.header_drawer .navigation {
		display: block;
	}

	.modal__content {
		padding: 50px 40px;
	}

	.modal__content h3 {
		font-size: 2rem;
	}

	.modal__content .card p {
		font-size: 1.2rem;
	}

	.modal__content .card {
		padding: 30px;
	}

	.modal-close {
		top: 6%;
		right: 12%;
	}

	.modal-close::before,
	.modal-close::after {
		width: 40px;
		right: -40px;
		top: -30px;
	}

	.footer-caption {
		height: auto;
		padding: 30px
	}

	.footer-caption figure {
		position: relative;
		transform: none;
		width: 50%;
		margin: 0 auto 30px;
		top: 0;
		left: 0;
		right: 0;
	}

	.footer-caption div {
		position: relative;
		transform: none;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
	}

	.modal-print_btn {
		position: relative;
		top: unset;
		left: unset;
	}

	.modal-print_btn a {
		font-size: 12px;
		width: 90%;
		height: auto;
		padding: 5px;
		margin: 0 auto 15px;
	}

	.modal-print_btn a img {
		display: block;
		width: 30px;
		margin: 2px auto;
	}

	.search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
	}

	.search-form input {
		height: 39px;
		font-size: 100%;
		width: 300px;
	}

	.msta_menu_sp select {
		height: 39px;
		font-size: 100%;
		width: 300px;
	}

	.search-form a {
		height: 39px;
		width: 39px;
	}

	.fa-search {
		font-size: 1.8em;
	}
}

@media screen and (max-width: 500px) {
	header {
		padding: 0 20px;
		height: 60px;
	}

	.header-logo {
		height: 60px;
		padding-top: 15px;
	}

	.header-logo img {
		height: 25px;
	}

	.header-logo p {
		font-size: .5rem;
	}

	/*
    .search-form {
      	line-height: 60px;
      	margin-right: 10px;
    }
    .search-form input {
      	width: 120px;
      	padding: 3px 5px;
      	font-size: 1rem;
    }
    .search-form a {
      	right: -23px;
      	top: 1px;
    }
    .fa-search {
      	font-size: .75em;
    }
	*/
	.content1,
	.content2 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.content1 h2,
	.content2 h2,
	.content3 h2 {
		font-size: 1.6rem;
	}

	.content1 .buttons {
		margin-top: 30px;
	}

	.content1 .buttons li {
		font-size: 1rem;
		margin-right: 5px;
		width: calc((100% / 4) - 5px);
		margin-bottom: 10px;
	}

	.spot-list {
		margin-top: 40px;
	}

	.spot-list li {
		width: calc((100% / 2) - 10px);
		margin-bottom: 30px;
	}

	.spot-list li:nth-of-type(3n) {
		/* margin-right: 15px; */
	}

	.spot-list li:nth-of-type(2n) {
		/* margin-right: 0;*/
	}

	.spot-list li h3 {
		font-size: 1.2rem;
	}

	.slider {
		margin: 40px auto 20px;
	}

	.slider li {
		display: block !important;
	}

	.slider li img {
		width: 100%;
	}

	.slider li div {
		width: 100%;
		border: 1px solid #9f9f9f;
		border-top: none;
	}

	.slider li div p {
		font-size: 1rem;
	}

	.slick-prev,
	.slick-next {
		top: 25% !important;
		width: 30px !important;
		height: 30px !important;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 14px !important;
	}

	.slick-next {
		right: -15px !important;
	}

	.slick-prev {
		left: -15px !important;
	}

	.slick-dots {
		flex-wrap: wrap;
		bottom: unset !important;
		margin-top: 20px !important;
		position: unset !important;
	}

	.slick-dots li {
		height: 80px;
		width: calc((100% / 4) - 10px) !important;
	}

	.slick-dots li:nth-of-type(4n) {
		margin-right: 0;
	}

	.content2 {
		margin-bottom: 0px;
	}

	.footer-caption div {
		right: 10%;
	}

	.footer-caption div p {
		font-size: .8rem;
	}

	.footer-caption div h2 {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	footer {
		padding: 30px 40px;
	}

	.footer-left {
		font-size: 1.2rem;
		flex-wrap: wrap;
	}

	.footer-left ul {
		width: calc(50% - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.footer-left ul:nth-of-type(2n) {
		margin-right: 0;
	}

	.footer-left ul:last-child {
		width: 100%;
	}

	.footer-left ul li {
		margin-bottom: 15px;
	}

	.footer-right {
		margin-top: 0;
	}

	.footer-right .icons {
		/* bottom: -20px;
		right: 200px; */
	}

	.footer-right .icons a {
		margin-right: 20px;
	}

	.footer-right a i {
		font-size: 1.5em;
	}

	.footer-right img {
		width: 100px;
	}

	.footer-right .footer-logo a {
		font-size: 1rem;
	}

	.footer-wrapper {
		font-size: 6px;
	}

	.header_drawer {
		padding-right: 0;
	}

	#nav-open {
		margin-top: 30px;
	}

	#nav-content {
		top: 60px;
	}

	.modal__content {
		width: 80%;
		padding: 30px 20px;
	}

	.modal__content h3 {
		font-size: 1.6rem;
		width: 55%;
		margin: 0 auto;
	}

	.modal__content .card {
		padding: 20px;
	}

	.thumbtack {
		width: 20px;
	}

	.modal__content .card p {
		font-size: .8rem;
	}

	.modal__content .map {
		margin-top: 20px;
		height: 100px;
		line-height: 100px;
		font-size: 1.4rem;
	}

	.modal-close::before,
	.modal-close::after {
		width: 20px;
		right: 2px;
		top: 10px;
	}
}

/* print setting */
@media print {
	body {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		top: 0 !IMPORTANT;
		left: 0 !IMPORTANT;
		/* width:200mm !IMPORTANT;
    height:290mm !IMPORTANT; */
	}

	.inner {
		position: relative;
	}
}

.modal__content h4 {
	margin: 20px 0 10px;
	font-size: 2rem;
}