@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800;900&display=swap');

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.pc{ display: inline;}
.sp{ display: none;}
@media screen and (max-width: 1000px) {
.pc{ display: none;}
.sp{ display: inline;}
}
/************************************************* kushiro.css copy */
.dis001 {
  display: none !important;
}

.dis002 {
  display: inline !important;
}

@media screen and (max-width: 1000px) {
  .dis001 {
    display: inline !important;
  }
  .dis002 {
    display: none !important;
  }
}

.mv {
    width: 100%;
    max-width: 1920px;
    height: 56.25vw;
    max-height: 1080px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    background-image: url(../images/kushiro/mv_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mv img {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-56%,-50%);
}


@media screen and (max-width: 1000px) {
	.mv{
		height: 70.8vw;
		max-width: none;
		max-height: none;
		background-image: url(../images/kushiro/mv_bg_sp.jpg);
	}
}

.mc_area {
	display: flex;
/*	align-items: flex-start;*/
	align-items: normal;
	justify-content: center;
	max-width: 1100px;
	width: 94%;
	margin: 45px auto 0 auto;
}
.mc_box {
  width: 32%;
  margin-left: .5%;
}
.mc_box:first-child {
  margin-left: 0;
}
.mc_tab {
	height: 100%;
}
.mc_tab a, .mc_tab span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .mc_area {
    width:100%;
  }

  .mc_tab a, .mc_tab span {
    font-size: 14px;
    padding: 10px 0;
		letter-spacing: -1px;
  }
  
}

@media screen and (max-width: 400px) {
  .mc_tab a, .mc_tab span {
    line-height: 1.2;
  }
}

.mc_tab a {
  background: #ccc;
	color: #fff !important;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mc_tab a:hover {
  opacity: 0.5 !important;
}
.mc_tab span {
  background: #f5eee4;
	color: #947f68;
  border-radius: 10px 10px 0 0;
}
.mc_tab span em {
  margin-left: 0;
}


/**
 * ---------------------------------------------------
 * common
 * ---------------------------------------------------
 */
h2.title {
	height: 450px;
    text-align: center;
	background: url("../images/kushiro/ttl_bg.png") no-repeat top center;
	background-size: 100% 100%;
}
h2.title .go{
	width: 500px;
	display: block;
	font-size: 36px;
	font-weight: 800;
	position: relative;
	margin: 0 auto;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h2.title .go::before,
h2.title .go::after{
	top: 0;
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	background: transparent url(../images/kushiro/subttl_bg.svg) no-repeat top center;
	background-size: contain;	
}
h2.title .go::before{ left: 0;}
h2.title .go::after{
	right: 0;
	transform: scale(-1, 1);
}
h2.title .en{
	margin: 15px auto 5px;
	display: inline-block;
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h2.title .en::before{
	width: 106px;
	height: 140px;
	content: "";
	top: 0;
	left: -140px;
	position: absolute;
	background: url("../images/kushiro/city_bg01.png") no-repeat;
	background-size: cover;
}
h2.title .en::after{
	width: 104px;
	height: 90px;
	content: "";
	top: 40px;
	right: -140px;
	position: absolute;
	background: url("../images/kushiro/city_bg02.png") no-repeat;
	background-size: cover;
}
h2.title .ja{
	width: 30%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 800;
	margin: 20px auto 0;
	padding: 4px 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 1000px) {
h2.title {
	width: 100%;
	height: auto;
	background: url("../images/kushiro/ttl_bg.png") no-repeat top center;
	background-size: contain;
}
h2.title .go{
	width: 90%;
	font-size: 28px;
}
h2.title .go::before,
h2.title .go::after{
	top: 0;
	width: 30px;
	height: 30px;
}
h2.title .en{
	font-size: 60px;
}
h2.title .en::before{
	width: 50px;
	height: 66px;
	left: -40px;
	top: 50px;
}
h2.title .en::after{
	width: 57px;
	height: 50px;
	top: 70px;
	right: -40px;
}
h2.title .ja{
	width: 80%;
	font-size: 20px;
	margin: 10px auto 0;
}
}

h2.trytitle{
	display: inline-block;
	font-size: 38px;
	line-height: 1.5;
	font-weight: 800;
	position: relative;
	margin-bottom: 50px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h2.trytitle::before,
h2.trytitle::after{
	top: 0;
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	background: transparent url(../images/kushiro/subttl_bg.svg) no-repeat top center;
	background-size: contain;	
}
h2.trytitle::before{ left: -80px;}
h2.trytitle::after{
	right: -70px;
	transform: scale(-1, 1);
}
@media screen and (max-width: 1000px) {
h2.trytitle{
	font-size: 28px;
	margin-bottom: 50px;
}
h2.trytitle::before,
h2.trytitle::after{
	top: 0;
	width: 30px;
	height: 30px;
}
h2.trytitle::before{ left: -50px;}
h2.trytitle::after{
	right: -40px;
}
}
h3.subtitle{
	color: #947f68;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h3.subtitle .call{
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	background: #947f68;
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px 50px;
	min-width: 120px;
	max-width: 100%;
	border-radius: 30px;
}
h3.subtitle .call::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 18px solid #947f68;
}
h3.subtitle .name{
	display: block;
	font-size: 32px;
	font-weight: 900;
}
@media screen and (max-width: 1000px) {
h3.subtitle .call{
	font-size: 18px;
	margin: 1em 0;
}
h3.subtitle .call::before {
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 10px solid #947f68;
}
h3.subtitle .name{
	font-size: 30px;
}
}

h3.spottitle{
	color: #fff;
	line-height: 1.5;
}
h3.spottitle .secret{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.15em;
}
h3.spottitle .spot{
	width: 415px;
	margin: 20px auto 0;
	display: block;
	font-size: 38px;
	font-weight: 900;
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h3.spottitle .spot::before,
h3.spottitle .spot::after{
	top: 0;
	width: 50px;
	height: 50px;
	content: "";
	position: absolute;
	filter: invert(99%) sepia(5%) saturate(154%) hue-rotate(183deg) brightness(115%) contrast(100%);
	background: transparent url(../images/kushiro/subttl_bg.svg) no-repeat top center;
	background-size: contain;	
}
h3.spottitle .spot::before{ left: 0;}
h3.spottitle .spot::after{
	right: 0;
	transform: scale(-1, 1);
}
@media screen and (max-width: 1000px) {
h3.spottitle .secret{
	font-size: 18px;
}
h3.spottitle .spot{
	width: 75%;
	margin: 0.5em auto 0;
	font-size: 30px;
}
h3.spottitle .spot::before,
h3.spottitle .spot::after{
	width: 30px;
	height: 30px;
}
}

h3.subtitle{
	color: #947f68;
	line-height: 1.5;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h4.pointtitle{
	color: #00ad2d;
}
h4.pointtitle .here{
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	background: #00ad2d;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 50px;
	min-width: 300px;
	max-width: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h4.pointtitle .txt{
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px auto 0;
}
h4.pointtitle .kome {
	display: block;
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
}
@media screen and (max-width: 1000px) {
h4.pointtitle{
	width: 90%;
	margin: 0 auto;
}
h4.pointtitle .here{
	font-size: 18px;
	padding: 5px 20px;
}
h4.pointtitle .txt{
	font-size: 20px;
}
h4.pointtitle .kome {
    font-size: 3.5vw;
    padding-left: 3.5vw;
    text-indent: -3.5vw;
}
}

h4.spotsubtitle{
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 auto 20px;
	background: url("../images/kushiro/line.png") repeat-x bottom left;
	background-size: contain;
}
h4.spotsubtitle .cat{
	color: #00ad2d;
	font-size: 20px;
	font-weight: 800;
	background: #fff;
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 10px 50px;
	min-width: 120px;
	max-width: 100%;
	border-radius: 30px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
h4.spotsubtitle .cat::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 18px solid #fff;
}
h4.spotsubtitle .name{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
h4.spotsubtitle .cat{
	font-size: 18px;
	margin: 1em 0;
}
h4.spotsubtitle .cat::before {
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 10px solid #fff;
}

h4.spotsubtitle .name{
	font-size: 20px;
}
}

/**
 * ---------------------------------------------------
 * contents
 * ---------------------------------------------------
 */
.content01 {
    width: 100%;
    margin: 0 auto;
	padding: 0 0 70px 0;
	text-align: center;
	background: url("../images/kushiro/content01_bg.png") bottom center repeat-x;
	background-size: contain;
}
.content01 figure,
.youtube {
    width: 1100px;
    margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 50px 0;
}
.youtube iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
  height: 100%;
	border-radius: 50px;
}
.content01 figure::before,
.youtube::before{
	width: 170px;
	height: 100px;
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	background: url("../images/kushiro/go_bg01.png") no-repeat;
	background-size: cover;
}
.content01 figure::after,
.youtube::after{
	width: 170px;
	height: 100px;
	bottom: 0;
	right: 0;
	content: "";
	position: absolute;
	background: url("../images/kushiro/go_bg02.png") no-repeat;
	background-size: cover;
}
.youtube::before{
	display: none;
}
.youtube::after{
	display: none;
}
.content01 figure img{
    width: 1000px;
	border-radius: 50px;
}
@media screen and (max-width: 1000px) {
.content01 {
	padding: 2em 0;
	background: url("../images/kushiro/content01_bg_sp.png") bottom center no-repeat;
	background-size: contain;
}
.content01 figure,
.youtube{
    width: 100%;
	padding: 20px 0;
}
.content01 figure img{
    width: 90%;
	border-radius: 50px;
}
.content01 figure::before,
.content01 figure::after,
.youtube::before,
.youtube::after{
	width: 85px;
	height: 50px;
}
}

.content02 {
    width: 100%;
    margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	background: #f5eee4;
}
.summary{
    width: 1000px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.summary ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.summary ul li{
	width: 48%;
}
.summary ul li img{
	border-radius: 50px;
	border: 8px solid #fff;
}
.summary p.writings{
	line-height: 2;
	font-size: 16px;
	text-align: left;
	padding: 35px 50px;
}
.summary figure{
    width: 48.5%;
	margin: 0;
}
.summary figure img{
	border-radius: 50px;
	border: 8px solid #fff;
}
.summary div{
	margin: 0;
    width: 46%;
	color: #fff;
	text-align: left;
}
.row{
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
.summary{
    width: 90%;
	margin: 2em auto 0;
}
.summary ul li{
	width: 100%;
	margin-bottom: 1em;
}
.summary p.writings{
	padding: 0;
}
.summary figure{
    width: 100%;
}
.summary div{
    width: 100%;
}
}

.information{
    width: 980px;
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto 0;
	background: #fff;
	padding: 2em;
	border: dashed 2px #947f68;
	justify-content: space-between;	
	box-shadow: 0px 0px 0px 15px #fff;
}
.information table{
	width: 100%;
	font-size: 16px;
	max-width: 470px;
	text-align: left;
	border-top: 1px solid #947f68;
}
.information table th{
	width: 30%;
	font-weight: bold;
	vertical-align: middle;
	padding: 1em 0.5em 1em 0;
	border-bottom: 1px solid #947f68;
}
.information table td{
	width: 70%;
	line-height: 1.5;
	padding: 1em 0.5em 1em 0;
	border-bottom: 1px solid #947f68;
}
.information table td a{
	color: #00ad2d !important;
}
.information table td a.site_url {
	word-break: break-all;
}
.information .gMap{
	width: 400px;
	height: 400px;
}

@media screen and (max-width: 1000px) {
.information{
    width: 80%;
	margin: 2em auto 0;
	padding: 1em;
}
.information table{
	width: 100%;
	margin-bottom: 2em;
	border-top: none;
}
.information table th,
.information table td{
	width: 100%;
	display: block;
}
.information .gMap{
	width: 100%;
	height: 300px;
}
}

.content03 {
    width: 100%;
    margin: 0 auto;
	padding: 100px 0 30px 0;
	text-align: center;
	background-image: url("../images/kushiro/content03_bg01.png"),url("../images/kushiro/content03_bg02.png"),url("../images/kushiro/content01_bg.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 146px 242px, contain;
}
.content03 figure{
    width: 1100px;
    margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 50px 0;
}
.content03 figure::before{
	width: 170px;
	height: 125px;
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	background: url("../images/kushiro/go_bg03.png") no-repeat;
	background-size: cover;
}
.content03 figure::after{
	width: 170px;
	height: 125px;
	bottom: 0;
	right: 0;
	content: "";
	position: absolute;
	background: url("../images/kushiro/go_bg04.png") no-repeat;
	background-size: cover;
}
.content03 figure img{
    width: 1000px;
	border-radius: 50px;
}
@media screen and (max-width: 1000px) {
.content03 {
	padding: 2em 0;
	background-image: url("../images/kushiro/content03_bg01_sp.png"),url("../images/kushiro/content03_bg02.png"),url("../images/kushiro/content01_bg_sp.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 20% auto, contain;
}
.content03 figure{
    width: 100%;
	padding: 20px 0;
}
.content03 figure img{
    width: 90%;
}
.content03 figure::before,
.content03 figure::after{
	width: 61px;
	height: 50px;
	background-size: contain;
}
}

.content04 {
    width: 100%;
    margin: 0 auto;
	padding: 120px 0 150px;
	position: relative;
	text-align: center;
	background: #00ad2d;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 440px 347px, contain, 440px 347px, contain;
}
.content04 .mg_t{
	margin-top: 100px;	
}
@media screen and (max-width: 1000px) {
.content04 {
	padding: 5em 0;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_sp.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04_sp.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 200px 158px, contain, 200px 158px, contain;
}
.content04 p{
	margin-bottom: 1em;
	font-size: 3.75vw;
    line-height: 1.8;
}	
.content04 .mg_t{
	margin-top: 5em;
}
}

.content05 {
    width: 100%;
    margin: 0 auto;
	text-align: center;
	padding: 100px 0 250px;
    background: url(../images/kushiro/go_bg.png) no-repeat bottom center #f5eee4;
	background-size: contain;
}
.content05 nav{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.content05 ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.content05 ul li a{
	color: #fff !important;
	width: 303px;
	height: 300px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 122px 0 0 0;
	text-decoration: none;
}
.content05 ul li.nav01 a{
    background: url(../images/kushiro/nav01.png) no-repeat center;
	background-size: contain;
}
.content05 ul li.nav02 a{
    background: url(../images/kushiro/nav02.png) no-repeat center;
	background-size: contain;
}
.content05 ul li.nav03 a{
	padding: 102px 0 0 0;
    background: url(../images/kushiro/nav03.png) no-repeat center;
	background-size: contain;
}
@media screen and (max-width: 1000px) {
.content05 {
	padding: 2em 0 5em;
}
.content05 nav{
	/* width: 303px; */
	width: 90vw;
}
.content05 ul{
	margin: 0;
	padding: 0;
	justify-content: center;
	gap: 0 5vw;
}
.content05 ul li a{
	width: 40vw;
    height: 40vw;
    margin: 0 auto 4vw;
		padding: 15.5vw 0 0;
    font-size: 3.7vw;
}
.content05 ul li.nav03 a {
	width: 45vw;
    height: 45vw;
    padding: 15vw 0 0;
}
}

/**
 * ---------------------------------------------------
 * tab
 * ---------------------------------------------------
 */
.tab {
	width: 1000px;
	margin: 0 auto;
	flex-wrap: wrap;
	display: flex;
	padding: 40px 0 0 0;
	justify-content: space-between;
}
.tab_class {
	width: 49.5%;
	height: 60px;
	color: #947f68;
	display: block;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	background: #f5eee4;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.tab_class_off {
	width: 49.5%;
	height: 60px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	background: #c9caca;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
input[name="tab_name"] {
	display: none;
}
@media screen and (max-width: 1000px) {
.tab {
	width: 100%;
	padding: 40px 0 0 0;
}
.tab_class,.tab_class_off{
	height: auto;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 0;
}
}
/**
 * ---------------------------------------------------
 * areamap
 * ---------------------------------------------------
 */
.areamap {
    width: 100%;
    overflow: hidden;
	text-align: center;
}
.areamap .inner {
	width: 100%;
    margin: 0 auto;
	padding: 50px 0 280px;
    background: url(../images/kushiro/go_bg.png) no-repeat bottom center #f5eee4;
	background-size: contain;
}
.areamap .inner h2 {
	width: 1000px;
	color: #947f68;
    font-size: 36px;
	font-weight: bold;
    text-align: center;
	margin: 0 auto;
	padding: 0 0 50px 0;
    background: url(../images/kushiro/areamap_ttl_bg.png) no-repeat top center;
	background-size: contain;
}
.areamap .inner h2 span{
	display: block;
    font-size: 48px;
	font-weight: 900;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.areamap .inner figure{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.areamap .inner figure span{
	color: #947f68;
	width: 200px;
	height: 120px;
	padding: 25px 0 0 0;
	top: 0;
	left: 0;
	position: absolute;
	text-align: center;
    font-size: 20px;
	font-weight: 800;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	background: url("../images/kushiro/areamap_txt_bg.png")no-repeat;
	background-size: contain;
}
.areamap .inner .nav{
	width: 1000px;
	margin: 70px auto 50px;
}
.areamap .inner .nav ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.areamap .inner .nav ul li{
	width: 48%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.areamap .inner .nav ul li a{
	display: block;
	height: 50px;
	color: #fff !important;
	text-decoration: none;
    font-size: 24px;
	font-weight: 800;
	position: relative;
	padding: 6px 0 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.areamap .inner .nav ul li a::after{
	width: 20px;
	height: 12px;
	content: "";
	top: 40%;
	right: 15px;
	position: absolute;
	background: url("../images/kushiro/arw.png") no-repeat;
	background-size: cover;
}
.areamap .inner .nav ul li.kushirocity a{ background: #00ad2d;}
.areamap .inner .nav ul li.akanko a{ background: #9cc61b;}
.areamap .inner .nav ul li.akkeshitown a{ background: #b871ba;}
.areamap .inner .nav ul li.kushirotown a{ background: #0060b3;}
.areamap .inner .nav ul li.shibechatown a{ background: #41baff;}
.areamap .inner .nav ul li.shiranukatown a{ background: #f3bf00;}
.areamap .inner .nav ul li.tsuruivillage a{ background: #ea7921;}
.areamap .inner .nav ul li.teshikagatown a{ background: #e8768a;}
.areamap .inner .nav ul li.hamanakatown a{ background: #4ec7a1;}
.areamap .inner .access{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 0;
	border-radius: 50px;
}
.areamap .inner .access h3{
	color: #947f68;
	margin: 0 auto;
	line-height: 1.5;
	text-align: center;
}
.areamap .inner .access h3 .en{
	font-size: 60px;
	font-weight: 900;
	font-family: 'M PLUS Rounded 1c', sans-serif;

}
.areamap .inner .access h3 .ja{
	display: block;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.areamap .inner .access figure{
	width: 860px;
	margin: 50px auto 0;
}

@media screen and (max-width: 1000px) {
.areamap .inner {
	padding: 3em 0 8em;
}
.areamap .inner h2 {
	width: 100%;
    font-size: 30px;
	padding: 0;
}
.areamap .inner h2 span{
    font-size: 40px;
}
.areamap .inner figure.areaMap{
	width: 95%;
	margin: 20px auto 0;
	padding-top: 100px;
}
.areamap .inner figure span{
	width: 164px;
	height: 100px;
	padding: 18px 0 0 0;
    font-size: 18px;
}
.areamap .inner .nav{
	width: 80%;
	margin: 2em auto;
}
.areamap .inner .nav ul li{
	width: 100%;
}
.areamap .inner .nav ul li a{
    font-size: 18px;
	padding: 10px 0 0 0;
}
.areamap .inner .access{
	width: 90%;
}
.areamap .inner .access figure{
	width: 80%;
}
}

/**
 * ---------------------------------------------------
 * kushirocity
 * ---------------------------------------------------
 */
#kushirocity {
    width: 100%;
	margin: 0 auto;
}
#kushirocity h2{
	color: #00ad2d;
}
#kushirocity h2.title .ja{
	background: #00ad2d;
}
#kushirocity h2.title .go::before,
#kushirocity h2.title .go::after,
#kushirocity h2.trytitle::before,
#kushirocity h2.trytitle::after{
	filter: invert(41%) sepia(99%) saturate(1877%) hue-rotate(109deg) brightness(94%) contrast(101%);
}

/**
 * ---------------------------------------------------
 * akanko
 * ---------------------------------------------------
 */
#akanko {
    width: 100%;
	margin: 0 auto;
}
#akanko h2{
	color: #9cc61b;
}
#akanko h2.title .ja{
	background: #9cc61b;
}
#akanko h2.title .go::before,
#akanko h2.title .go::after,
#akanko h2.trytitle::before,
#akanko h2.trytitle::after{
	filter: invert(82%) sepia(67%) saturate(595%) hue-rotate(17deg) brightness(84%) contrast(84%);
}

#akanko .content01.bg2 {
	width: 100%;
  margin: 0 auto;
  padding: 80px 0 100px;
  text-align: center;
  background-image: url(../images/kushiro/content03_bg01.png), url("../images/kushiro/content01_bg.png");
	background-position: top center, bottom center;
	background-repeat: repeat-x;
  background-size: contain;
}


/**
 * ---------------------------------------------------
 * akkeshitown
 * ---------------------------------------------------
 */
#akkeshitown {
    width: 100%;
	margin: 0 auto;
}
#akkeshitown h2{
	color: #b871ba;
}
#akkeshitown h2.title .ja{
	background: #b871ba;
}
#akkeshitown h2.title .go::before,
#akkeshitown h2.title .go::after,
#akkeshitown h2.trytitle::before,
#akkeshitown h2.trytitle::after{
	filter: invert(55%) sepia(13%) saturate(1596%) hue-rotate(250deg) brightness(94%) contrast(86%);
}

#akkeshitown .content03 {
    width: 100%;
    margin: 0 auto;
	/* padding: 100px 0 30px 0; */
	padding: 0 0 30px 0;
	text-align: center;
	background-image: url(""),url("../images/kushiro/content03_bg02.png"),url("../images/kushiro/content01_bg.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 146px 242px, contain;
}
@media screen and (max-width: 1000px) {
#akkeshitown .content03 {
	padding: 2em 0;
	background-image: url(""),url("../images/kushiro/content03_bg02.png"),url("../images/kushiro/content01_bg_sp.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 20% auto, contain;
}
}

/**
 * ---------------------------------------------------
 * kushirotown
 * ---------------------------------------------------
 */
#kushirotown {
    width: 100%;
	margin: 0 auto;
}
#kushirotown h2{
	color: #0060b3;
}
#kushirotown h2.title .ja{
	background: #0060b3;
}
#kushirotown h2.title .go::before,
#kushirotown h2.title .go::after,
#kushirotown h2.trytitle::before,
#kushirotown h2.trytitle::after{
	filter: invert(26%) sepia(27%) saturate(5049%) hue-rotate(191deg) brightness(97%) contrast(101%);
}

/**
 * ---------------------------------------------------
 * shibechatown
 * ---------------------------------------------------
 */
#shibechatown {
    width: 100%;
	margin: 0 auto;
}
#shibechatown h2{
	color: #41baff;
}
#shibechatown h2.title .ja{
	background: #41baff;
}
#shibechatown h2.title .go::before,
#shibechatown h2.title .go::after,
#shibechatown h2.trytitle::before,
#shibechatown h2.trytitle::after{
	filter: invert(66%) sepia(99%) saturate(2110%) hue-rotate(174deg) brightness(100%) contrast(102%);
}

#akkeshitown .content01 {
    width: 100%;
    margin: 0 auto;
	/* padding: 100px 0 30px 0; */
	padding: 0 0 30px 0;
	text-align: center;
	background-image: url(""),url("../images/kushiro/content01_bg02.png"),url("../images/kushiro/content01_bg.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 146px 242px, contain;
}
@media screen and (max-width: 1000px) {
#akkeshitown .content0 {
	padding: 2em 0;
	background-image: url(""),url("../images/kushiro/content01_bg02.png"),url("../images/kushiro/content01_bg_sp.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 20% auto, contain;
}
}


/*#shibechatown .content04 {
    width: 100%;
    margin: 40px auto 0;
	padding: 120px 0 150px;
	position: relative;
	text-align: center;
	background: #00ad2d;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_w.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 440px 347px, contain, 440px 347px, contain;
}
@media screen and (max-width: 1000px) {
#shibechatown .content04 {
	padding: 5em 0;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_w_sp.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04_sp.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 200px 158px, contain, 200px 158px, contain;
}*/
}

/**
 * ---------------------------------------------------
 * shiranukatown
 * ---------------------------------------------------
 */
#shiranukatown {
    width: 100%;
	margin: 0 auto;
}
#shiranukatown h2{
	color: #f3bf00;
}
#shiranukatown h2.title .ja{
	background: #f3bf00;
}
#shiranukatown h2.title .go::before,
#shiranukatown h2.title .go::after,
#shiranukatown h2.trytitle::before,
#shiranukatown h2.trytitle::after{
	filter: invert(85%) sepia(34%) saturate(6566%) hue-rotate(8deg) brightness(104%) contrast(105%);
}

#shiranukatown .content03 {
    width: 100%;
    margin: 0 auto;
	/* padding: 100px 0 30px 0; */
	padding: 0 0 30px 0;
	text-align: center;
	background-image: url(""),url("../images/kushiro/content03_bg02.png"),url("../images/kushiro/content01_bg.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 146px 242px, contain;
}
@media screen and (max-width: 1000px) {
#shiranukatown .content03 {
	padding: 2em 0;
	background-image: url(""),url("../images/kushiro/content03_bg02.png"),url("../images/kushiro/content01_bg_sp.png");
	background-position: top center,top 100px right 20%, bottom center;
	background-repeat: repeat-x, no-repeat, repeat-x;
	background-size: contain, 20% auto, contain;
}
}

/**
 * ---------------------------------------------------
 * tsuruivillage
 * ---------------------------------------------------
 */
#tsuruivillage {
    width: 100%;
	margin: 0 auto;
}
#tsuruivillage h2{
	color: #ea7921;
}
#tsuruivillage h2.title .ja{
	background: #ea7921;
}
#tsuruivillage h2.title .go::before,
#tsuruivillage h2.title .go::after,
#tsuruivillage h2.trytitle::before,
#tsuruivillage h2.trytitle::after{
	filter: invert(57%) sepia(84%) saturate(1238%) hue-rotate(341deg) brightness(90%) contrast(103%);
}
/*#tsuruivillage .content04 {
    width: 100%;
    margin: 40px auto 0;
	padding: 120px 0 150px;
	position: relative;
	text-align: center;
	background: #00ad2d;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_w.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 440px 347px, contain, 440px 347px, contain;
}*/
@media screen and (max-width: 1000px) {
/*#tsuruivillage .content04 {
	padding: 5em 0;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_w_sp.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04_sp.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 200px 158px, contain, 200px 158px, contain;
}*/
#tsuruivillage h2.title .en::before{
	width: 50px;
	height: 66px;
	left: -40px;
	top: 0;
}
#tsuruivillage h2.title .en::after{
	width: 57px;
	height: 50px;
	top: 10px;
	right: -40px;
}
}

/**
 * ---------------------------------------------------
 * teshikagatown
 * ---------------------------------------------------
 */
#teshikagatown {
    width: 100%;
	margin: 0 auto;
	padding: 0 0 100px;
}
#teshikagatown h2{
	color: #e8768a;
}
#teshikagatown h2.title .go{
	width: 650px;
}
#teshikagatown h2.title .ja{
	background: #e8768a;
}
#teshikagatown h2.title .go::before,
#teshikagatown h2.title .go::after,
#teshikagatown h2.trytitle::before,
#teshikagatown h2.trytitle::after{
	filter: invert(83%) sepia(62%) saturate(6722%) hue-rotate(298deg) brightness(88%) contrast(104%);
}
@media screen and (max-width: 1000px) {
	#teshikagatown {
		padding-bottom: 20px;
	}
#teshikagatown h2.title .go{
	width: 80%;
}
#teshikagatown h2.title .go::before,
#teshikagatown h2.title .go::after{
	top: 50%;
}
}

/**
 * ---------------------------------------------------
 * hamanakatown
 * ---------------------------------------------------
 */
#hamanakatown {
    width: 100%;
	margin: 0 auto;
}
#hamanakatown h2{
	color: #4ec7a1;
}
#hamanakatown h2.title .ja{
	background: #4ec7a1;
}
#hamanakatown h2.title .go::before,
#hamanakatown h2.title .go::after,
#hamanakatown h2.trytitle::before,
#hamanakatown h2.trytitle::after{
	filter: invert(72%) sepia(49%) saturate(441%) hue-rotate(110deg) brightness(88%) contrast(87%);
}
/*#hamanakatown .content04 {
    width: 100%;
    margin: 40px auto 0;
	padding: 120px 0 150px;
	position: relative;
	text-align: center;
	background: #00ad2d;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_w.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 440px 347px, contain, 440px 347px, contain;
}
@media screen and (max-width: 1000px) {
#hamanakatown .content04 {
	padding: 5em 0;
	background-image: url("../images/kushiro/content04_bg02.png"),url("../images/kushiro/content04_bg01_w_sp.jpg"),url("../images/kushiro/content04_bg03.png"),url("../images/kushiro/content04_bg04_sp.jpg");
	background-position:top right, top center, bottom left, bottom center;
	background-repeat:no-repeat, repeat-x, no-repeat, repeat-x;
	background-size: 200px 158px, contain, 200px 158px, contain;
}
}*/
@media screen and (max-width: 1000px) {
	figure iframe {
		height: 49vw;
	}
}



/**
 * ---------------------------------------------------
 * b_planwrap
 * ---------------------------------------------------
 */

.info_bnr h4 {
	text-align: center;
	font-size: 32px;
	line-height: normal;
	color: #947f68;
	font-weight: 900;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media (max-width: 750px) {
	.info_bnr h4 {
		font-size: 5vw;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
}
.planInner {
	max-width: 1100px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
@media (max-width: 750px) {
	.planInner {
		padding: 0 6vw;
	}
}
.b_planwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.3%;
  margin-bottom: 40px !important;
}
@media (max-width: 750px) {
  .b_planwrap {
    flex-wrap: inherit;
    flex-direction: column;
    margin-bottom: 8vw !important;
  }
}
.b_planwrap .b_planBox {
  width: 49.091%;
  display: flex;
  flex-direction: column;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.b_planwrap .b_planBox .img img {
  width: 100%;
}
.b_planwrap .b_planBox .txt {
  padding: 1em;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #FFF;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt {
    height: auto;
  }
}
.b_planwrap .b_planBox .txt h4 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.b_planwrap .b_planBox .txt h4 .ico {
  display: inline-block;
  margin-right: 10px;
  padding: .1rem .6rem .2rem;
  border-radius: 25px;
  background: #478D38;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
.b_planwrap .b_planBox .txt h4 .ico.ico-1 { background: #78C642; }
.b_planwrap .b_planBox .txt h4 .ico.ico-2 { background: #0073BC; }
.b_planwrap .b_planBox .txt h4 .ico.ico-3 { background: rgb(255, 146, 11); }

.b_planwrap .b_planBox .txt p {
  margin-bottom: 20px;
  text-align: start;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt p {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
.b_planwrap .b_planBox .txt span {
  color: #BD1728;
  font-size: 14px;
  display: block;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt span {
    font-size: 3.7vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn {
  margin-bottom: 10px !important;
  display: flex;
  justify-content: center;
  gap: 2%;
}
.b_planwrap .b_planBox .txt .b_planBtn > li {
  width: 100%;
  min-height: 3.6em;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFF !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.3em 0;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt .b_planBtn > li a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.stay {
  background: #2C70B4;
  box-shadow: 0 3px 0 #14317C;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.jrset {
  background: #599D40;
  box-shadow: 0 3px 0 #2C651F;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a.airplane {
  background: #C75369;
  box-shadow: 0 3px 0 #9F112C;
}
.b_planwrap .b_planBox .txt .b_planBtn > li a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
.b_planwrap .b_planBox .txt .b_planBtn li.nolink a {
  pointer-events: none;
  position: relative;
}
.b_planwrap .b_planBox .txt .b_planBtn li.nolink a:after {
  content: "販売終了";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 3px);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b_planwrap .b_planBox .txt .b_planBtn2 {
  display: flex;
  justify-content: center;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li {
  width: 100%;
  min-height: 3.6em;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s;
  padding: 0.3em 0;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.btnSwicth {
  height: 3.36em;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .txt .b_planBtn2 > li > a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.stay {
  background: #2C70B4;
  box-shadow: 0 3px 0 #14317C;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.jrset {
  background: #599D40;
  box-shadow: 0 3px 0 #2C651F;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a.airplane {
  background: #C75369;
  box-shadow: 0 3px 0 #9F112C;
}
.b_planwrap .b_planBox .txt .b_planBtn2 > li > a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
.b_planwrap .b_planBox .hidelist {
  display: none;
  margin-top: 6px;
}
.b_planwrap .b_planBox .hidelist .hidelistbox {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li {
  width: 49%;
  min-height: 3.6em;
  margin-bottom: 6px;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  color: #FFF !important;
  text-align: center;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a.hl_airroute {
  background: #C75369;
  box-shadow: 0 3px 0 #9F112C;
}
.b_planwrap .b_planBox .hidelist .hidelistbox > li > a:hover {
  box-shadow: none;
  transform: translate(0, 3px);
}
p.winter-att {
	font-size: 1.3rem;
	font-weight: bold;
	color: #ff6933;
	margin: 1.8rem 0 1.3rem;
}p.winter-att_yl {
	font-size: 1.3rem;
	font-weight: bold;
	color: #ffd700;
	margin: 1.8rem 0 1.3rem;
}
@media (max-width: 750px) {
  .b_planwrap .b_planBox .hidelist .hidelistbox > li > a {
    font-size: 3.3vw;
    border-radius: 2vw;
  }
}
