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

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

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "AXIS Std", "メイリオ", "Meiryo", sans-serif;
	font-size: 2.821vw;
	line-height: 2.0;
	color: #000;
	font-feature-settings: "palt";
}

img {
	width: 100%;
	vertical-align: bottom;
}

a {
	color: #3F918B;
	text-decoration: none;
}

/******** header ******/
.header {
	width: 100%;
	padding: 4.688vw 0;
}

.header .hearder__logo {
	width: 58.974vw;
	margin: 0 auto;
	padding: 0;
}

.menu #open {
    width: 9.744vw;
    position: fixed;
    top: 4.359vw;
    right: 4.359vw;
    z-index: 3000;
}

.menu #open.hide {
    display: none;
}

@media screen and (min-width : 768px) {

.header .hearder__logo {
	width: 22.031vw;
	margin: 0 auto;
	padding: 0;
}

.menu #open {
    width: 4.744vw;
    position: fixed;
    top: 4.359vw;
    right: 4.359vw;
    z-index: 3000;
}

}

@media screen and (min-width : 900px) {
.header {
	padding: 60px 0 20px 0;
}

.header .hearder__logo {
	width: 423px;
}

.menu #open {
    width: 38px;
    cursor: pointer;
    top: 0;
    right: 60px;
}

}

/******** manu ******/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(210, 237, 234, .9);
    text-align: center;
    padding: 12.821vw 5.641vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
    z-index: 3000;
}

.overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.overlay #close {
    width: 7.179vw;
    cursor: pointer;
    position: absolute;
    top: 5.641vw;
    right: 5.641vw;
    z-index: 3000;
}

.overlay li {
    list-style: none;
    margin-top: 3.590vw;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .3s, transform .3s;
    font-size: 3.590vw;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.overlay li ul li {
    margin-top: 3.846vw;
    font-size: 3.590vw;
}

.overlay a {
    color: #000000;
    text-decoration: none;
}

.overlay.show li {
    opacity: 1;
    transform: none;
}

.overlay.show li:nth-child(1) {
    transition-delay: .1s;
}

.overlay.show li:nth-child(2) {
    transition-delay: .2s;
}

.overlay.show li:nth-child(3) {
    transition-delay: .3s;
}

.overlay.show li:nth-child(4) {
    transition-delay: .4s;
}

.overlay.show li:nth-child(4) ul li:nth-child(1) {
    transition-delay: .5s;
}

.overlay.show li:nth-child(4) ul li:nth-child(2) {
    transition-delay: .6s;
}

.overlay.show li:nth-child(4) ul li:nth-child(3) {
    transition-delay: .7s;
}

.overlay li ul li.nav_story {
	font-size: 2.590vw;
}

.overlay li ul li.nav_story::after {
	width: 100px;
	height: 2px;
	content: "";
	display: block;
	margin: 5px auto 0 auto;
	background: #ccc;
}

@media screen and (min-width : 768px) {

.overlay #close {
    width: 3.179vw;
    top: 4.941vw;
    right: 4.941vw;
}

}

@media screen and (min-width : 900px) {

.overlay {
    padding: 50px 64px;
}

.overlay #close {
    width: 28px;
    top: 10px;
    right: 65px;
}

.overlay li {
    margin-top: 20px;
    transform: translateY(16px);
    font-size: 25px;
}

.overlay li ul li {
    margin-top: 15px;
    font-size: 20px;
}

.overlay li ul li.nav_story {
	font-size: 16px;
}

}

/******** fv ******/
.fv {
	width: 100%;
	height: 180.256vw;
	padding: 0;
	position: relative;
}

.fv .fv__container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.fv .fv__container #slide {
	width: 77.436vw;
	margin: 6.410vw auto 0 auto;
	position: relative;
	z-index: 0;
}

.fv .fv__container #slide::after {
	content: " ";
	width: 76.667vw;
	height: 104.359vw;
	background: #B1DEDA;
	position: absolute;
	top: -4.103vw;
	left: 4.615vw;
	z-index: -1;
}

.fv .fv__container #slide .pc_slide {
	display: none;
}

.fv .fv__container .txt_area .top_title {
	width: 57.692vw;
	position: absolute;
	top: 8.974vw;
	left: 4.615vw;
	z-index: 2000;
}

.fv .fv__container .txt_area .top_caption {
	width: 85.641vw;
	padding: 4.359vw 0;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 78.718vw;
	z-index: 2000;
}
		
.fv .fv__container .txt_area .top_caption img {
	width: 67.692vw;
	padding-left: 4.359vw;
	display: block;
}

.fv .fv__container .txt_area .top_txt {
	width: 72.308vw;
	padding: 4.559vw 8.974vw 4.359vw 4.559vw;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6;
}

.fv .fv__container .top_img1 {
	width: 44.103vw;
	position: absolute;
	left: -5.385vw;
	bottom: 0;
	z-index: -1;
}

.fv .fv__container .top_img2 {
	display: none;
}

.fv .fv__container .bg_block1 {
	width: 41.538vw;
	height: 28.718vw;
	background: #B1DEDA;
	position: absolute;
	left: -16.410vw;
	bottom: 64.744vw;
	z-index: -3;
}

.fv .fv__container .bg_block2 {
	width: 41.538vw;
	height: 72.051vw;
	background: #f5f5f5;
	position: absolute;
	right: 0;
	top: 6.923vw;
	z-index: -3;
}

@media screen and (min-width : 768px) {

.fv {
	height: 57.083vw;
}

.fv .fv__container #slide {
	width: 51.667vw;
	margin: 4.448vw auto 0 auto;
}

.fv .fv__container #slide::after {
	width: 51.146vw;
	height: 37.760vw;
	top: -1.615vw;
	left: 2.448vw;
}

.fv .fv__container #slide .pc_slide {
	display: block;
}

.fv .fv__container #slide .sp_slide {
	display: none;
}

.fv .fv__container .txt_area .top_title {
	width: 26.823vw;
	top: 0;
	left: auto;
	right: 7.031vw;
}

.fv .fv__container .txt_area .top_caption {
	width: 36.1vw;
	padding: 1.615vw 0;
	right: 5.313vw;
	bottom: 32.594vw;
}
		
.fv .fv__container .txt_area .top_caption img {
	width: 24.635vw;
	padding-left: 1.615vw;
}

.fv .fv__container .txt_area .top_txt {
	width: 29.896vw;
	padding: 1.615vw 4.635vw 1.615vw 1.615vw;
	right: 5.313vw;
	bottom: 0;
	font-size: 1.357vw;
}

.fv .fv__container .top_img1 {
	width: 14.219vw;
	left: 8.438vw;
	top: 6.042vw;
	bottom: auto;
}

.fv .fv__container .top_img2 {
	display: block;
	width: 19.583vw;
	position: absolute;
	left: 5.313vw;
	bottom: 12.802vw;
	z-index: -1;
}

.fv .fv__container .bg_block1 {
	width: 28.594vw;
	height: 18.281vw;
	left: 1.979vw;
	top: 15.260vw;
	bottom: auto;
}

.fv .fv__container .bg_block2 {
	width: 40.313vw;
	height: 18.281vw;
	right: 0;
	top: 5.781vw;
}

}

@media screen and (min-width : 900px) {

.fv {
	max-width: 1920px;
	height: calc(100vh - 320px);
	min-height: 640px;
}

.fv .fv__container {
	overflow: visible;
}

.fv .fv__container #slide {
	max-width: 992px;
	margin: 116px auto 0 auto;
}

.fv .fv__container #slide::after {
	max-width: 982px;
	max-height: 725px
	top: -28px;
	left: 31px;
}

.fv .fv__container .txt_area {
	max-width: 693px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.fv .fv__container .txt_area .top_title {
	max-width: 515px;
	position: relative;
	top: 0;
	left: 89px;
	right: auto;
}

.fv .fv__container .txt_area .top_caption {
	max-width: 637px;
	margin: 49px 0 30px 0;
	padding: 31px 0;
	position: relative;
	right: auto;
	bottom: auto;
}
		
.fv .fv__container .txt_area .top_caption img {
	max-width: 473px;
	padding-left: 30px;
}

.fv .fv__container .txt_area .top_txt {
	max-width: 693px;
	padding: 30px 89px 30px 30px;
	position: relative;
	right: auto;
	bottom: auto;
	font-size: 15px;
}

.fv .fv__container .top_img1 {
	max-width: 273px;
	left: 8.438vw;
	top: 15px;
	bottom: auto;
}

.fv .fv__container .top_img2 {
	max-width: 376px;
	left: 5.313vw;
	top: 26.260vw;
	bottom: auto;
}

.fv .fv__container .bg_block1 {
	max-width: 549px;
	max-height: 351px;
	left: 1.979vw;
	top: 15.260vw;
	bottom: auto;
}

.fv .fv__container .bg_block2 {
	max-width: 774px;
	max-height: 351px;
	top: -15px;
}

}

/******** container ******/
.container {
	width: 100%;
	padding: 20.513vw 0 0 0;
	overflow: hidden;
	position: relative;
}

.container .c-section {
	padding: 0 0 17.949vw 0;
	text-align: center;
	font-feature-settings: "palt";
	overflow: hidden;
	position: relative;
}

.container #section2.c-section {
	padding: 0;
}

#section1 .c-section__title {
	width: 65.641vw;
	padding-left: 4.359vw;
	margin-bottom: 11.538vw;
}

#section1 .c-section__title::after {
	content: " ";
	width: 32.308vw;
	height: 1px;
	background: #000;
	position: absolute;
	right: 0;
	top: 10.231vw;
	z-index: 2;
}

#section1 .c-section_img1 {
	width: 91.282vw;
	position: relative;
	left: -8.718vw;
}

#section1 .c-section__caption {
	width: 81.282vw;
	margin: 4.359vw auto 12.051vw auto;
	text-align: left;
	line-height: 2.3;
}

#section1 .bg_block {
	width: 28.205vw;
	height: 51.282vw;
	background: #F5F5F5;
	position: absolute;
	top: 123.846vw;
	right: 0;
	z-index: -2;
}

#section1 .c-section_img2 {
	width: 91.282vw;
	margin: 0 auto;
}

#section2 #tab {
	width: 100%;
	position: relative;
}

#section2 #tab::after {
	content: " ";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -2;
}

#section2 #tab ul {
	width: 78.464vw;
	margin: 0 auto 9.179vw auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #fff;
}

#section2 #tab ul li {
	width: 16.154vw;
	padding: 0 3.462vw;
	background: #fff;
	line-height: 1.4;
}

#section2 #tab ul li.tab_btn1 {
	padding-top: 0;
}

#section2 .c-section__story {
	display: none;
}

#section2 .c-section__story .c-section__caption {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 3.590vw;
	margin-bottom: 12.821vw;
}

#section2 .c-section__story .c-section__plan {
	width: 100%;
	padding-bottom: 7.6925vw;
	background: #f5f5f5;
}

#section2 .c-section__story .c-section__plan .c-section__title1 {
	width: 23.590vw;
	margin: 0 auto;
	position: relative;
	top: -3.72vw;
}

#section2 .c-section__story .c-section__plan .c-section__title2 {
	position: relative;
}

#section2 .c-section__story .c-section__plan .c-section__title2 img {
	width: 23.590vw;
	margin: 0 auto;
	padding: 0 12.821vw;
	background: #f5f5f5;
	display: block;
	position: relative;
	z-index: 2;
}

#section2 .c-section__story .c-section__plan .c-section__title2::after {
	content: " ";
	width: 100vw;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

#section2 .c-section__story .c-section__plan .c-section__day01,
#section2 .c-section__story .c-section__plan .c-section__day02 {
	width: 91.282vw;
	margin: 0 auto;
	padding-bottom: 25.641vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col {
	margin: 11.795vw 0 15.385vw 0;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__image {
	width: 76.923vw;
	margin: 0 auto;
	padding-bottom: 9.487vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_time {
	margin-bottom: 4.872vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_tit {
	background: #fff;
	margin-bottom: 4.872vw;
	padding: 4.615vw 4.103vw;
	font-size: 3.590vw;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_txt {
	background: #fff;
	margin-bottom: 4.872vw;
	padding: 4.615vw 4.103vw;
	font-size: 3.077vw;
	line-height: 2.1;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_icolist {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 4.872vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_icolist .ico {
	width: 21.026vw;
	padding: 1.026vw 0;
	margin-right: 3.846vw;
	background: #B1DEDA;
	text-align: center;
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 3.590vw;
	line-height: 1;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_location {
	margin-bottom: 4.872vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_address {
	font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 3.077vw;
	line-height: 2.1;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_address::first-line {
	font-size: 3.590vw;
}

#section2 .c-section__story .c-section__plan_arrow {
	width: 2.387vw;
	margin: 0 auto 3.333vw auto;
}

.c-section__btn,
.btn_next {
	width: 66.667vw;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #707070;
}

.c-section__btn a,
.btn_next a {
	font-size: 3.846vw;
	line-height: 1;
	display: block;
	padding: 5.641vw 0;
	color: #000;
	text-decoration: none;
}

.c-section__info_address a {
	color: #000;
}

.c-section__btn a::after,
.c-section__info_address a::after {
	content: " ";
	width: 3.333vw;
	height: 3.333vw;
	display: inline-block;
	margin-left: 0.5em;
	background:url(../img/ico_blank_black.svg) 0 0 no-repeat;
	background-size: contain;
	vertical-align: inherit;
}

.c-section__btn:hover,
.btn_next:hover {
	background: #707070;
}

.c-section__btn:hover a,
.btn_next:hover a {
	color: #fff;
}

.c-section__btn:hover a::after {
	background:url(../img/ico_blank_white.svg) 0 0 no-repeat;
}

#section2 .c-section__story .c-section__plan .c-section__map_tit {
	position: relative;
}

#section2 .c-section__story .c-section__plan .c-section__map_tit img {
	width: 18.462vw;
	margin: 0 auto;
	padding: 0 15.769vw;
	background: #f5f5f5;
	display: block;
	position: relative;
	z-index: 2;
}

#section2 .c-section__story .c-section__plan .c-section__map_tit::after {
	content: " ";
	width: 100vw;
	height: 1px;
	background: #000;
	position: absolute;
	top: 4.359vw;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}

#section2 .c-section__story .c-section__plan .c-section__map_image {
	width: 91.282vw;
	margin: 0 auto;
	padding: 10.769vw 0 7.6925vw 0;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}

@media screen and (min-width : 768px) {

.container {
	padding: 8.854vw 0 0 0;
}

.container .c-section {
	padding: 0 0 6.771vw 0;
}

#section1 .c-section__title {
	width: 28.750vw;
	padding-top: 2.344vw;
	padding-left: 41.354vw;
	margin-bottom: 4.188vw;
}

#section1 .c-section__title::after {
	width: 31.177vw;
	top: 7.231vw;
}

#section1 .c-section_img1 {
	width: 49.688vw;
	position: absolute;
	left: 0;
	top: 0;
}

#section1 .c-section__caption {
	width: 32.313vw;
	margin: 0 auto;
	font-size: 1.357vw;
	position: relative;
	left: 18.625vw;
}

#section1 .bg_block {
	width: 32.135vw;
	height: 18.281vw;
	top: 12.729vw;
}

#section1 .c-section_img2 {
	width: 42.188vw;
	margin: 3.958vw auto 0 auto;
}

#section2 #tab::after {
	top: 60%;
}

#section2 #tab ul li.tab_btn1 {
	padding-top: 0;
}

#section2 .c-section__story .c-section__caption {
	font-size: 2.995vw;
	margin-bottom: 12.821vw;
}

#section2 .c-section__story .c-section__plan .c-section__day01,
#section2 .c-section__story .c-section__plan .c-section__day02 {
	width: 91.282vw;
	margin: 0 auto;
	padding-bottom: 15.837vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col {
	margin: 11.795vw 0 15.385vw 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule2,
#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule5,
#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule7,
#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule4,
#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule6,
#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule2,
#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule4,
#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule6,
#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule2,
#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule5 {
  flex-direction: row-reverse;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule5,
#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule5,
#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule4 {
  flex-direction: row;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__image {
	width: 45.249vw;
	margin: 0;
	padding-bottom: 0;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	width: 35.837vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	width: 40.724vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule4 .c-section__image,
#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule1 .c-section__image,
#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule7 .c-section__image {
	width: 41.810vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule5 .c-section__image,
#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	width: 32.217vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule7 .c-section__image {
	width: 36.742vw;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	width: 34.299vw;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	width: 38.803vw;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	width: 36.693vw;
	padding-top: 11.125vw;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	width: 37.988vw;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	width: 33.520vw;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	width: 39.095vw;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	width: 30.549vw;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	width: 36.420vw;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	width: 34.353vw;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	width: 42.172vw;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	width: 37.988vw;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	width: 29.296vw;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	width: 28.467vw;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	width: 30.288vw;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	width: 35.625vw;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	width: 35.980vw;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	width: 37.988vw;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	width: 35.980vw;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	width: 35.980vw;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	width: 35.625vw;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	width: 35.980vw;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	width: 37.988vw;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	width: 37.988vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info {
	width: 39.186vw;
	overflow: hidden;
	text-align: left;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_time {
	margin-bottom: 1.991vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_tit {
	margin-bottom: 1.991vw;
	padding: 1.810vw 1.991vw;
	font-size:1.629vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_txt {
	margin-bottom: 1.991vw;
	padding: 1.810vw 1.991vw;
	font-size: 1.357vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_icolist {
	margin-bottom: 1.991vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_icolist .ico {
	width: 9.050vw;
	padding: 0.452vw 0;
	margin-right: 1.629vw;
	font-size: 1.267vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_location {
	margin-bottom: 1.991vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_address {
	font-size: 1.267vw;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_address::first-line {
	font-size: 1.629vw;
}

#section2 .c-section__story .c-section__plan_arrow {
	width: 1.629vw;
}

.c-section__btn,
.btn_next {
	width: 24.887vw;
}

.c-section__btn a,
.btn_next a {
	font-size: 1.357vw;
	padding: 2.715vw 0;
}

.c-section__btn a::after {
	width: 1.357vw;
	height: 1.357vw;
}

}

@media screen and (min-width : 900px) {

.container {
	padding: 160px 0 0 0;
}

.container .c-section {
	padding: 0 0 130px 0;
}

.container #section1.c-section {
	max-width: 1920px;
	margin: 0 auto;
}

#section1 .c-section__title {
	max-width: 522px;
	padding-top: 45px;
	margin-bottom: 125px;
}

#section1 .c-section__title img {
	vertical-align: middle;
}

#section1 .c-section__title::after {
	width: 30.677%;
	top: 7.831%;
}

#section1 .c-section__caption {
	max-width: 486px;
	font-size: 15px;
}

#section1 .c-section_img2 {
	max-width: 810px;
	margin: 75px auto 0 auto;
}

#section2 #tab::after {
	top: 65%;
}

#section2 #tab ul {
	max-width: 850px;
	margin: 0 auto 78px auto;
}

#section2 #tab ul li {
	max-width: 146px;
	padding: 0 3.462vw;
	cursor: pointer;
}

#section2 .c-section__story .c-section__caption {
	font-size: 23px;
	margin-bottom: 74px;
}

#section2 .c-section__story .c-section__plan {
	padding-bottom: 75px;
}

#section2 .c-section__story .c-section__plan .c-section__title1 {
	max-width: 169px;
	top: -28px;
}

#section2 .c-section__story .c-section__plan .c-section__title1 img {
	vertical-align: baseline;
}

#section2 .c-section__story .c-section__plan .c-section__title2 img {
	max-width: 169px;
	padding: 0 12.821vw;
}

#section2 .c-section__story .c-section__plan .c-section__day01,
#section2 .c-section__story .c-section__plan .c-section__day02 {
	max-width: 1105px;
	padding-bottom: 70px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col {
	margin: 123px 0 102px 0;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__image {
	max-width: 550px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	max-width: 396px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	max-width: 450px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule4 .c-section__image,
#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	max-width: 462px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule5 .c-section__image,
#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	max-width: 356px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col.schedule7 .c-section__image {
	max-width: 406px;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	max-width: 379px;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	max-width: 429px;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	max-width: 405px;
	padding-top: 154px;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	max-width: 420px;
}

#section2 .c-section__story2 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	max-width: 370px;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	max-width: 432px;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	max-width: 338px;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	max-width: 402px;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	max-width: 380px;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	max-width: 466px;
}

#section2 .c-section__story3 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	max-width: 420px;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	max-width: 323px;
	margin-top: 80px;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	max-width: 314px;
	margin-top: 80px;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	max-width: 334px;
	margin-top: 60px;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	max-width: 393px;
	margin-top: 80px;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	max-width: 397px;
	margin-top: 60px;
}

#section2 .c-section__story4 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	max-width: 420px;
	margin-top: 60px;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule1 .c-section__image {
	max-width: 397px;
	margin-top: 60px;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule2 .c-section__image {
	max-width: 397px;
	margin-top: 60px;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule3 .c-section__image {
	max-width: 393px;
	margin-top: 60px;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule4 .c-section__image {
	max-width: 397px;
	margin-top: 60px;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule5 .c-section__image {
	max-width: 419px;
	margin-top: 60px;
}

#section2 .c-section__story5 .c-section__plan .c-section__plan_col.schedule6 .c-section__image {
	max-width: 419px;
	margin-top: 60px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info {
	max-width: 433px;
	overflow: hidden;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_time {
	margin-bottom: 22px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_tit {
	margin-bottom: 22px;
	padding: 22px 20px;
	font-size: 18px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_txt {
	margin-bottom: 22px;
	padding: 42px 20px;
	font-size: 15px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_icolist {
	margin-bottom: 22px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_icolist .ico {
	max-width: 100px;
	padding: 5px 0;
	margin-right: 18px;
	font-size: 18px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_location {
	margin-bottom: 22px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_address {
	font-size: 15px;
}

#section2 .c-section__story .c-section__plan .c-section__plan_col .c-section__info_address::first-line {
	font-size: 18px;
}

#section2 .c-section__story .c-section__plan_arrow {
	max-width: 18px;
}

.c-section__btn,
.btn_next {
	max-width: 275px;
}

.c-section__btn a,
.btn_next a {
	font-size: 15px;
	padding: 30px 0;
}

.c-section__btn a::after,
.c-section__info_address a::after {
	width: 15px;
	height: 15px;
}

.c-section__info_address a:hover {
	text-decoration: underline;
}

#section2 .c-section__story .c-section__plan .c-section__map_tit img {
	max-width: 110px;
	padding: 0 6.771vw;
}

#section2 .c-section__story .c-section__plan .c-section__map_tit::after {
	top: 40%;
}

#section2 .c-section__story .c-section__plan .c-section__map_image {
	max-width: 904px;
	padding: 53px 0 75px 0;
}

}

/******** footer ******/
#footer {
	width: 100%;
	margin: 0;
	padding: 7.436vw 0 0 0;
	position: relative;
	background-color: #D2EDEA;
}

#footer .c-footer .footer__logo {
	width: 67.436vw;
	margin: 0 auto;
	padding-bottom: 15.385vw;
}

#footer .c-footer .footer__logo::before {
	content: " ";
	width: 0.769vw;
	height: 7.692vw;
	margin: 0 auto;
	padding-bottom: 3.846vw;
	display: block;
	background:url(../img/dot.svg) 0 0 no-repeat;
	background-size: contain;
}

#footer .c-footer .c-footer__border {
	padding: 0;
	margin: 0 0 -3px 0;
}

#footer .c-footer .c-footer__partner {
	padding-top: 23.077vw;
	padding-bottom: 12.564vw;
	background: #fff;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col {
	padding-bottom: 23.077vw;
	text-align: center;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li {
	display: inline-block;
	padding: 0 5.128vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li:nth-child(1) {
	width: 17.690vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li:nth-child(2) {
	width: 16.923vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li:nth-child(3) {
	width: 17.949vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col {
	width: 84.615vw;
	margin: 0 auto;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info {
	margin-top: 12.564vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_tit {
	width: 60.769vw;
	margin: 0 auto;
	padding-bottom: 15.385vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_name {
	font-size: 3.590vw;
	line-height: 1;
	padding-bottom: 5.641vw;
	text-align: center;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address {
	font-size: 3.333vw;
	padding-bottom: 5.641vw;
	text-align: center;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address a:hover {
	text-decoration: underline;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address a::after {
	content: " ";
	width: 3.333vw;
	height: 3.333vw;
	display: inline-block;
	margin-left: 0.5em;
	background:url(../img/ico_blank_green.svg) 0 0 no-repeat;
	background-size: contain;
	vertical-align: inherit;
}

#footer .footer__btm {
	background: #000;
	padding: 8.718vw 0;
	text-align: center;
}

#footer .footer__btm .p-copyright {
	font-size: 3.077vw;
	color: #fff;
}

.scroll__btn {
	width: 6.154vw;
	position: fixed;
	bottom: 36.923vw;
	right: 4.359vw;
	z-index: 20;
	display: none;
}

@media screen and (min-width : 768px) {

#footer .c-footer .footer__logo {
	width: 22.552vw;
	padding-bottom: 5.104vw;
}

#footer .c-footer .footer__logo::before {
	width: 0.260vw;
	height: 2.604vw;
	padding-bottom: 2.604vw;
}

#footer .c-footer .c-footer__border {
	margin: 0;
}

#footer .c-footer .c-footer__partner {
	padding-top: 2.917vw;
	padding-bottom: 3.125vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_image {
	width: 38.190vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info {
	width: 26.887vw;
	margin-top: 0;
	margin-right: 8.145vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_tit {
	width: 21.448vw;
	margin: 0;
	padding-bottom: 5.882vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_name {
	font-size: 1.629vw;
	padding-bottom:1.810vw;
	text-align: left;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address {
	font-size: 1.357vw;
	padding-bottom:1.810vw;
	text-align: left;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address a::after {
	width: 1.357vw;
	height: 1.357vw;
}

#footer .footer__btm {
	padding: 3.167vw 0;
}

#footer .footer__btm .p-copyright {
	font-size: 0.995vw;
}

.scroll__btn {
	width: 4.172vw;
	bottom: 12.670vw;
}

}

@media screen and (min-width : 900px) {

#footer .c-footer .footer__logo {
	max-width: 423px;
	padding-bottom: 98px;
}

#footer .c-footer .footer__logo::before {
	max-width: 5px;
	max-height: 50px;
	padding-bottom: 50px;
}

#footer .c-footer .c-footer__partner {
	padding-top: 56px;
	padding-bottom: 60px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col {
	padding-bottom: 113px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li {
	display: inline-block;
	padding: 0 56px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li:nth-child(1) {
	width: 112.52px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li:nth-child(2) {
	width: 107px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_bnr_col ul li:nth-child(3) {
	width: 113px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col {
	max-width: 1105px;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_image {
	max-width: 422px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info {
	max-width: 320px;
	margin-right: 8.145vw;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_tit {
	max-width: 237px;
	padding-bottom: 65px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_name {
	font-size: 	18px;
	padding-bottom: 20px;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address {
	font-size: 15px;
	padding-bottom: 0;
}

#footer .c-footer .c-footer__partner .c-footer__partner_col .footer__partner_info .footer__partner_address a::after {
	width: 12px;
	height: 12px;
	margin-left: 0.5em;
}

#footer .footer__btm {
	padding: 35px 0;
}

#footer .footer__btm .p-copyright {
	font-size: 11px;
}

.scroll__btn {
	max-width: 24px;
	bottom: 147px;
}

}