@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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 32px 0 40px;
	height: 120px;
}
.header-logo {
	height: 50px;
	display: flex;
	padding-top: 40px;
}
.header-logo p {
	line-height: 1.2;
	margin-left: 10px;
	color: #5e5e5e;
	font-size: 1rem;
}
.header-logo img {
	height: 40px;
}
.navigation {
	display: flex;
	margin: 0 -8px 0 0;
	/*
	height: 120px;
	line-height: 120px;
	margin: 0 20px 0 auto;
	*/
}
.navigation li {
	margin-left: 32px;
	font-size: 1.5rem;
	color: #AA7D49;
}
.header_drawer {
	display: none;
}
.msta_menu,
.search-form {
	margin: 24px 24px 16px 0;
	/*line-height: 120px;*/
	position: relative;
}
.search-form input {
	border: 1px solid #3e3e3e;
	padding: 6px 10px 6px;
	width: 200px;
}
.search-form a {
	position: absolute;
	height: 27px;
	margin: 0 0 0 2px;
	/*height: 100%;*/
	/*right: -31px;*/
	/*top: 3px;*/
}
.fa-search {
	font-size: 1.2em;
	color: #fff;
	background: #3e3e3e;
	padding: 5px 4px 3px;
}
.msta_menu select,
.msta_menu_sp select {
	border: 1px solid #3e3e3e;
	padding: 5px 0 4px 4px;
	width: 120px;
}
.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.header-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}

/* 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;
}
.caution_text{
  margin-top: 30px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
/* content1, content2 */
.inner {
	max-width: 1280px;
	margin: 0 auto;
}
.content1, .content2 {
	padding-top: 100px;
	/* padding-bottom: 60px; */
}
.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: 5px 20px;
	text-align: center;
	margin-right: 20px;
	width: calc( (100% / 8) );
}
.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: 20px 7.5px;
	background: #eac5da;
	padding: 20px 15px;
	position: relative;
	cursor: pointer;
}
.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;
	pointer-events: none;
}
.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('../../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/enmusubi_miyazaki.PNG') no-repeat center;
  background-size: contain;
}

.banner_area{
  padding: 30px 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;
}
footer {
	background: #1C2F62;
	color: #fff;
	display: flex;
	padding: 80px;
}
.footer-left {
	display: flex;
}
.footer-left ul {
	margin-right: 60px;
}
.footer-left ul li {
	margin-bottom: 30px;
}
.footer-right {
	display: flex;
	margin: auto 0 0 auto;
	position: relative;
}
.footer-right a i {
	font-size: 3.5em;
}
.footer-right .footer-logo a {
	display: block;
}
.footer-right img {
	width: 150px;
}
.footer-right .icons {
	display: flex;
	position: absolute;
	bottom: 20px;
	right: 240px;
}
.footer-right .icons a {
	margin-right: 40px;
	height: 60px;
}
.footer-logo a {
  color: #ffffff;
	/* color: #AA7D49; */
}
.footer-wrapper {
	color: #fff;
	background: #AA7D49;
	font-size: 1rem;
	text-align: center;
	padding: 5px;
}
.forToarrow a{
  display: none;
}

@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: #ffffff;
	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 #eac5da;
  max-height: 90vh;
  overflow: scroll;
}
.modal__content h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5rem;
}
.modal__content h4{
  margin: 20px 0 10px;
  font-size: 2rem;
}
.modal__content > p {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.modal__content .card p {
	margin-top: 30px;
}
.modal__content .card {
	background: #eac5da;
	padding: 40px;
	position: relative;
}
.modal__content .card > div{
  text-align: center;
}
/* 2021/08/31 追加 ここから */
.modal__content .card > div.img_col3{
	display: flex;
}
.modal__content .card > div.img_col3 img{
	width: 33.3%;
}
/* 2021/08/31 追加 ここまで */
.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;
}
.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);
}
.info_link_02 a{
  word-break: break-all;
}
.sp_only{
  display: none;
}

@media screen and (max-width: 1024px) {
    .inner {
      	width: 88%;
    }
    .navigation li {
      	margin-right: 20px;
    }
	/*
    .search-form {
      	margin-right: 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;
	}
  .caution_text{
    font-size: 18px;
  }
	.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;
	}
	footer {
		padding: 50px;
		display: block;
	}
	.footer-left ul:last-child {
		margin-right: 0;
	}
	.footer-right {
		margin-top: 40px;
	}
	.footer-right .icons {
			bottom: unset;
			top: unset;
			right: unset;
      position: relative;
	}
	.footer-logo {
			width: 100%;
      text-align: right;
	}
  .forToarrow{
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .forToarrow a{
    display: block;
    width: 60px;
    height: 60px;
    color: #AA7D49;
  }
	.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: 2rem;
    }
    .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 30px;
	}
  .modal__content h4{
    font-size: 1.5rem;
  }
	.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;
  }
}
