@charset "utf-8";

:root {
    --t-base-color: #473c38;
	--Quicksand: "Quicksand", sans-serif;
}


.tourism-wrapper {
	color: var(--t-base-color);
	font-family: "Zen Kaku Gothic New", sans-serif;
	overflow: hidden;
}
.tourism-in {
	max-width: 1140px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}

.tourism-fv {
	background: url("../img/tourism/fv_bg.jpg") no-repeat center top;
	background-size :cover;
	position: relative;
}
.tourism-fv .tourism-in {
    height: 100vh;
	min-height: 700px;
}
.tourism-fv h1 {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%);
}
.tourism-fv-catch {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    line-height: 50px;
    writing-mode: vertical-rl;
    position: absolute;
    left: 20px;
    top: 90px;
}
.tourism-news {
	width: 100%;
	max-width: 384px;
    padding: 15px 30px;
    background: #fff;
	border-radius: 1000px;
    position: absolute;
    bottom: 120px;
    right: 0;
    z-index: 1;
}
.tourism-news a {
	display: block;
    color: var(--t-base-color);
}
.tourism-news-category {
    display: inline-block;
    color: #fff;
    background: #f04343;
    padding: 5px 10px;
	margin-right: 10px;
    border-radius: 100px;
}
.tourism-news-title {
    display: block;
	margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tourism-menu-btn {
    color: #fff;
    background: #473c38;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    padding: 20px 14px;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.tourism-menu-btn-in {
    height: 30px;
    position: relative;
}
#tourism-menu-btn span {
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tourism-menu-btn span.m {
    top: 0;    
}
#tourism-menu-btn span.m {
    top: 14px;
}
#tourism-menu-btn span.b {
    bottom: 0;
}
#tourism-menu-btn.active span.t {
    transform: rotate(45deg);
    top: 10px;
}
#tourism-menu-btn.active span.m {
    width: 0;
}
#tourism-menu-btn.active span.b {
    transform: rotate(-45deg);
    bottom: 16px;
}
.tourism-menu-btn-text {
    font-size: 13px;
    font-family: var(--Quicksand);
    letter-spacing: 3px;
    text-align: center;
    margin-top: 7px;
}

.tourism-con {
	padding: 120px 0 200px;
	position: relative;
}
.tourism-title {
    text-align: center;
	margin-bottom: 40px;
}
.tourism-title h2 {
    font-size: 20px;
    letter-spacing: 0.25em;
    line-height: 1;
    margin-bottom: 20px;
}
.tourism-catch {
    font-size: 26px;
    text-align: center;
	line-height: 1.6;
}
.tourism-desc {
    text-align: center;
    font-size: 22px;
    line-height: 2;
    margin-top: 40px;
}


/* about */
#tourism-about {
    padding-bottom: 120px;
}
#tourism-about:before {
	content: '';
	width: 100%;
	height: 100px;
	background-image: url("../img/tourism/about_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -100px;
}
#tourism-about .fig {
    position: absolute;
    top: 0;
}
#tourism-about .fig.fig01 {
	left: -15%;
    width: 35%;
    max-width: 384px;
}
#tourism-about .fig.fig02 {
	right: -10%;
    width: 35%;
    max-width: 354px;
}



/* blessings */
#tourism-blessings {
    color: #fff;
}
#tourism-blessings:after {
    content: '';
    width: 200vw;
    height: 100%;
    background: #3db270;
    border-radius: 100% 100% 0 0;
    position: absolute;
    left: -50vw;
    top: 0;
    z-index: -1;
}
.tourism-blessings__list {
    display: flex;
    justify-content: space-between;
	margin-top: 60px;
	position: relative;
	z-index: 1;
}
.tourism-blessings__list >li {
    color: var(--t-base-color);
    display: flex;
    justify-content: space-between;
    width: 48%;
    padding: 20px;
    background: #fff;
    border-radius: 25px;
}
.t-b-img {
    width: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.t-b-info {
    width: calc(100% - 170px);
}
.t-b-info h5 {
    font-size: 36px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.t-b-info h5 span {
    font-size: 50%;
	font-weight: 400;
    font-family: var(--Quicksand);
	margin-left: 10px;
}
.t-b-info p {
    font-size: 16px;
    line-height: 1.8;
}

#tourism-blessings .fig {
	position: absolute;
}
#tourism-blessings .fig.fig01 {
    left: 0;
    top: -180px;
}
#tourism-blessings .fig.fig02 {
    right: 0;
    top: -180px;
}
#tourism-blessings .fig.fig03 {
	left: -18%;
    bottom: 0;
}
#tourism-blessings .fig.fig04 {
	right: -18%;
    bottom: 0;
}



/* contents */
.tourism-contents-caution__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.tourism-contents-caution__list >li {
    font-size: 32px;
    font-weight: 600;
    width: 220px;
    text-align: center;
    padding: 0 0 5px;
    margin: 0 15px;
    background: #ffdf2d;
    border-radius: 10px;
}
.tourism-contents-caution__list >li span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    background: linear-gradient(transparent 70%, #fff 0%);
    width: 80%;
}
.tourism-nav-slide {
	margin-top: 50px;
	overflow: visible;
}
.tourism-nav-slide .swiper-slide {
	padding: 0 15px;
}
.tourism-nav-slide .swiper-buttons {
	width: 120px;
    position: absolute;
    bottom: -50px;
    left: 20px;
}
.tourism-nav-slide .swiper-buttons .swiper-button-next,
.tourism-nav-slide .swiper-buttons .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 1000px;
	background: #fff;
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tourism-nav-slide .swiper-buttons .swiper-button-next {
	right: 0;
}
.tourism-nav-slide .swiper-buttons .swiper-button-next:after,
.tourism-nav-slide .swiper-buttons .swiper-button-prev:after {
	color: var(--t-base-color);
	font-size: 30px;
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tourism-nav-slide .swiper-buttons .swiper-button-next:hover,
.tourism-nav-slide .swiper-buttons .swiper-button-prev:hover {
	background: var(--t-base-color);
}
.tourism-nav-slide .swiper-buttons .swiper-button-next:hover:after,
.tourism-nav-slide .swiper-buttons .swiper-button-prev:hover:after {
	color: #fff;
}

.t-contents-point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px 20px;
}
.t-contents-point .icon {
    width: 120px;
}
.t-contents-point .fuki {
	font-size: 18px;
	font-weight: 500;
    background: #fff;
    border-radius: 1000px;
    padding: 15px 30px;
    width: calc(100% - 140px);
    position: relative;
}
.t-contents-point .fuki:before {
    content: "";
    width: 30px;
    height: 12px;
    background-color: #fff;
    clip-path: polygon(100% 0%, 100% 100%, 0% 50%);
    position: absolute;
    left: -15px;
    bottom: 15px;
}
.t-contents-point .fuki .fuki-title {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 38px;
    color: #fff;
    background: var(--t-base-color);
    position: absolute;
    top: -30px;
}
.t-contents-point .fuki .fuki-title:before,
.t-contents-point .fuki .fuki-title:after {
	content: '';
	width: 19px;
	height: 19px;
	background-color: var(--t-base-color);
	position: absolute;
	right: -18.5px;
}
.t-contents-point .fuki .fuki-title:before {
	clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
	top: 0;
}
.t-contents-point .fuki .fuki-title:after {
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	bottom: 0;
}

.t-contents-detail {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
	box-shadow: 0 0 10px -1px #d1b3b9;
}
.t-contents-detail-top{
    display: flex;
    justify-content: space-between;
}
.t-contents-detail .detail-box {
    width: 48%;
}
.detail-info-icon {
    margin-bottom: 20px;
}
.detail-info-title p {
    font-size: 22px;
    font-weight: 600;
	margin-bottom: 10px;
}

.detail-info-sub {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.detail-info-sub .conditions {
    width: calc(100% - 200px);
    padding: 15px;
    border: solid 2px;
    border-radius: 10px;
}
.detail-info-sub .conditions >li {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.detail-info-sub .conditions >li:before {
    content: '●';
    position: absolute;
    left: 0;
}
.detail-info-sub .conditions >li span {
	font-size: 14px;
}
.detail-info-sub .limit {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 180px;
    height: 180px;
    background: var(--t-base-color);
    border-radius: 1000px;
}
.detail-info-sub .limit p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}
.detail-info-sub .limit p .num {
    display: inline-block;
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
}
.detail-info-sub .limit p .num span {
    font-size: 80%;
}
.detail-info-sub .limit p .min {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
}
.detail-slide .swiper-pagination-bullets {
    bottom: 10px;
    left: 50%;
    width: auto;
    background: rgba(255, 255, 255, 0.5);
    transform: translateX(-50%);
    padding: 5px 20px;
	line-height: 1;
	border-radius: 1000px;
}
.detail-slide .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.t-contents-detail-mdl {
    display: flex;
    justify-content: space-between;
	margin-top: 30px;
	position: relative;
}
.t-contents-detail-mdl:after {
    content: '';
    width: 2px;
    height: 100%;
    background: var(--t-base-color);
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}
.t-contents-detail-mdl h4 {
	font-size: 17px;
	font-family: var(--Quicksand);
	padding: 10px;
	line-height: 1;
	letter-spacing: 0.22em;
	background: #eee;
	margin-bottom: 20px;
}
.detail-box.-plan p {
    font-size: 20px;
    line-height: 1.8;
}
.detail-box.-plan p b {
	font-weight: 500;
	background: linear-gradient(transparent 70%, yellow 0%);
}
.detail-box.-scedule ul >li {
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    margin-bottom: 15px;
}
.detail-box.-scedule ul >li:last-child {
	margin-bottom: 0;
}
.detail-box.-scedule ul >li .scedule-time {
    width: 60px;
}
.detail-box.-scedule ul >li .scedule-info {
    width: calc(100% - 60px);
}

.t-contents-detail-btm {
    margin-top: 40px;
}
.t-contents-detail-btm ul {
    display: flex;
    justify-content: space-between;
}
.t-contents-detail-btm ul >li {
    width: 32%;
}
.t-contents-detail-btm ul >li a,
.t-contents-detail-btm ul >li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
	height: 100%;
    padding: 15px 10px;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
	border: solid 2px;
	border-radius: 1000px;
	overflow: hidden;
}
.t-contents-detail-btm ul >li i {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-right: 10px;
}
.t-contents-detail-btm ul >li.d-access i {
	width: 29px;
	height: 34px;
	background-image: url("../img/tourism/icon_pin_pink.png");
}
.t-contents-detail-btm ul >li.d-request a {
	color: #fff;
	background: var(--t-base-color);
}
.t-contents-detail-btm ul >li.d-request i {
	width: 31px;
	height: 31px;
	background-image: url("../img/tourism/icon_request_wht.png");
}
.t-contents-detail-btm ul >li.d-info span {
	color: #fff;
	background: var(--t-base-color);
}
.t-contents-detail-btm ul >li.d-info i {
	width: 32px;
	height: 32px;
	background-image: url("../img/tourism/icon_detail_wht.png");
}


.popup-access,
.popup-info {
    display: none;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.popup-info-in {
	max-width: 900px;
	margin:auto;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	position: relative;
}
.popup-access-close,
.popup-info-close {
	font-size: 30px;
	color: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--t-base-color);
	border-radius: 1000px;
	cursor: pointer;
	position: absolute;
	right:-30px;
	top: -30px;
}
.popup-info .popup-info-in,
.popup-access-in {
    display: flex;
    justify-content: space-between;
}
.popup-info__list {
	width: 48%;
}
.popup-info__list >li {
    margin-bottom: 20px;
}
.popup-info__list >li h5 {
	font-size: 16px;
}
.popup-info__list >li p {
	font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
}

.popup-access-info {
    width: 48%;
}
.popup-access-info h4 {
    font-size: 18px;
}
.popup-access-info-address {
    font-size: 14px;
    margin: 10px 0 30px;
    line-height: 1.6;
}
.popup-access__list >li {
    margin-bottom: 20px;
}
.popup-access__list >li h5 {
	font-size: 16px;
}
.popup-access__list >li h5 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 5px;
	vertical-align: -4px;
}
.popup-access__list >li h5 i.icon-car {
	background-image: url("../img/tourism/icon_car.png");
}
.popup-access__list >li h5 i.icon-bus {
	background-image: url("../img/tourism/icon_bus.png");
}
.popup-access__list >li h5 i.icon-pin {
	background-image: url("../img/tourism/icon_pin.png");
}
.popup-access__list >li p {
	font-size: 14px;
    line-height: 1.6;
    margin-top: 5px;
}
.popup-access__list >li .meeting-place {
	display: flex;
	justify-content: space-between;
	margin-top:10px;
}
.popup-access__list >li .meeting-place img {
	width: 49%;
}
.popup-access__list >li .meeting-place + p {
	margin-top: 10px;
	text-align: center;
}
.popup-access-map {
    width: 48%;
}
.popup-access-map-btn {
    text-align: center;
    margin-top: 30px;
}
.popup-access-map-btn a {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    background: #1a73e8;
    padding: 10px 30px;
    border-radius: 1000px;
}
.popup-access-map-btn a i {
    display: inline-block;
    width: 24px;
	height: 24px;
	background: url("../img/tourism/outlink.png") no-repeat center;
	background-size: contain;
    vertical-align: -5px;
    margin-right: 10px;
}

#tourism-contents:before,
#t-contents01:before,
#t-contents02:before,
#t-contents03:before,
#t-contents04:before,
#t-contents05:before {
	content: '';
	width: 100%;
	height: 100px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -100px;
}

#tourism-contents {
    background: #faf3ed;
    padding-top: 50px;
}
#tourism-contents:before {
	background-image: url("../img/tourism/contents_00_bg.png");
}
#t-contents01 {
    background: #fee0e6;
}
#t-contents01:before {
	background-image: url("../img/tourism/contents_01_bg.png");
}
#t-contents01 .t-contents-point .fuki .fuki-title,
#t-contents01 .t-contents-point .fuki .fuki-title:before,
#t-contents01 .t-contents-point .fuki .fuki-title:after{
	background: #f08da2;
}
#t-contents01 .detail-info-sub .conditions {
	border-color: #f08da2;
}
#t-contents01 .detail-info-sub .limit {
	background: #f08da2;
}
#t-contents01 .detail-slide .swiper-pagination-bullet-active {
	background: #f08da2;
}
#t-contents01 .t-contents-detail-mdl:after {
    background: #f08da2;
}
#t-contents01 .t-contents-detail-mdl h4 {
	color: #f08da2;
	background: #fff5f7;
}
#t-contents01 .t-contents-detail-btm ul >li.d-access span {
	color: #f08da2;
}
#t-contents01 .t-contents-detail-btm ul >li.d-request a {
	background: #f08da2;
}

#t-contents02 {
    background: #e9cce5;
}
#t-contents02:before {
	background-image: url("../img/tourism/contents_02_bg.png");
}
#t-contents02 .t-contents-point .fuki .fuki-title,
#t-contents02 .t-contents-point .fuki .fuki-title:before,
#t-contents02 .t-contents-point .fuki .fuki-title:after{
	background: #cb96c4;
}
#t-contents02 .detail-info-sub .conditions {
	border-color: #cb96c4;
}
#t-contents02 .detail-info-sub .limit {
	background: #cb96c4;
}
#t-contents02 .detail-slide .swiper-pagination-bullet-active {
	background: #cb96c4;
}
#t-contents02 .t-contents-detail-mdl:after {
    background: #cb96c4;
}
#t-contents02 .t-contents-detail-mdl h4 {
	color: #cb96c4;
	background: #f6e8f4;
}
#t-contents02 .t-contents-detail-btm ul >li.d-access i {
	background-image: url("../img/tourism/icon_pin_purple.png");
}
#t-contents02 .t-contents-detail-btm ul >li.d-access span {
	color: #cb96c4;
}
#t-contents02 .t-contents-detail-btm ul >li.d-request a {
	background: #cb96c4;
}

#t-contents03 {
    background: #c8edf2;
}
#t-contents03:before {
	background-image: url("../img/tourism/contents_03_bg.png");
}
#t-contents03 .t-contents-point .fuki .fuki-title,
#t-contents03 .t-contents-point .fuki .fuki-title:before,
#t-contents03 .t-contents-point .fuki .fuki-title:after{
	background: #02bbd3;
}
#t-contents03 .detail-info-sub .conditions {
	border-color: #02bbd3;
}
#t-contents03 .detail-info-sub .limit {
	background: #02bbd3;
}
#t-contents03 .detail-slide .swiper-pagination-bullet-active {
	background: #02bbd3;
}
#t-contents03 .t-contents-detail-mdl:after {
    background: #02bbd3;
}
#t-contents03 .t-contents-detail-mdl h4 {
	color: #02bbd3;
	background: #f0fcfe;
}
#t-contents03 .t-contents-detail-btm ul >li.d-access i {
	background-image: url("../img/tourism/icon_pin_blue.png");
}
#t-contents03 .t-contents-detail-btm ul >li.d-access span {
	color: #02bbd3;
}
#t-contents03 .t-contents-detail-btm ul >li.d-request a {
	background: #02bbd3;
}

#t-contents04 {
    background: #fbefcd;
}
#t-contents04:before {
	background-image: url("../img/tourism/contents_04_bg.png");
}
#t-contents04 .t-contents-point .fuki .fuki-title,
#t-contents04 .t-contents-point .fuki .fuki-title:before,
#t-contents04 .t-contents-point .fuki .fuki-title:after{
	background: #f9bf1d;
}
#t-contents04 .detail-info-sub .conditions {
	border-color: #f9bf1d;
}
#t-contents04 .detail-info-sub .limit {
	background: #f9bf1d;
}
#t-contents04 .detail-slide .swiper-pagination-bullet-active {
	background: #f9bf1d;
}
#t-contents04 .t-contents-detail-mdl:after {
    background: #f9bf1d;
}
#t-contents04 .t-contents-detail-mdl h4 {
	color: #f9bf1d;
	background: #fbf7ec;
}
#t-contents04 .t-contents-detail-btm ul >li.d-access i {
	background-image: url("../img/tourism/icon_pin_yellow.png");
}
#t-contents04 .t-contents-detail-btm ul >li.d-access span {
	color: #f9bf1d;
}
#t-contents04 .t-contents-detail-btm ul >li.d-request a {
	background: #f9bf1d;
}

#t-contents05 {
    background: #eaf3c8;
	padding-bottom: 200px;
}
#t-contents05:before {
	background-image: url("../img/tourism/contents_05_bg.png");
}
#t-contents05 .t-contents-point .fuki .fuki-title,
#t-contents05 .t-contents-point .fuki .fuki-title:before,
#t-contents05 .t-contents-point .fuki .fuki-title:after{
	background: #cbdf82;
}
#t-contents05 .detail-info-sub .conditions {
	border-color: #cbdf82;
}
#t-contents05 .detail-info-sub .limit {
	background: #cbdf82;
}
#t-contents05 .detail-slide .swiper-pagination-bullet-active {
	background: #cbdf82;
}
#t-contents05 .t-contents-detail-mdl:after {
    background: #cbdf82;
}
#t-contents05 .t-contents-detail-mdl h4 {
	color: #cbdf82;
	background: #fafeeb;
}
#t-contents05 .t-contents-detail-btm ul >li.d-access i {
	background-image: url("../img/tourism/icon_pin_grn.png");
}
#t-contents05 .t-contents-detail-btm ul >li.d-access span {
	color: #cbdf82;
}
#t-contents05 .t-contents-detail-btm ul >li.d-request a {
	background: #cbdf82;
}

.to-howto {
    position: absolute;
    right: 0;
    bottom: -20px;
}



#tourism-footer {
	text-align: center;
	position: relative;
	padding: 200px 0 50px;
    margin-top: -100px;
}
#tourism-footer:after {
	content: '';
	display:block;
	width: 100%;
	height: 100%;
	background: url("../img/tourism/ft_bg.png") no-repeat center top;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.to-mainsite {
    font-size: 14px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.to-mainsite a {
    color: var(--t-base-color);
    border: solid 1px;
    padding: 10px 50px;
    border-radius: 1000px;
	position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.to-mainsite a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
}
.to-mainsite a:hover {
	color: #fff;
	background: var(--t-base-color);
}
#tourism-footer p {
	font-size: 14px;
	position: relative;
	z-index: 1;
}


#totop {
	width: 146px;
    height: 136px;
    background: url("../img/tourism/totop.png") no-repeat center;
	background-size: contain;
    cursor:pointer;
	visibility: hidden;
	opacity: 0;
	position:fixed;
	right: 10px;
	bottom: 30px;
	z-index: 2;
   -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#totop.show {
	visibility: visible;
	opacity: 1;
	bottom: 50px;
}


#tourism-sp-nav {
    width: 400px;
    height: 100%;
    padding: 120px 20px;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: -500px;
    top: 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tourism-sp-nav.active {
	visibility: visible;
	opacity: 1;
	right:0;
}
.tourism-sp-nav__list >li {
    margin-top: 20px;
}




@media (max-width: 815px) {

	#tourism-menu-btn {
		width: 60px;
		height: 60px;
		padding: 15px 10px;
	}
	.tourism-menu-btn-in {
		height: 20px;
	}
	#tourism-menu-btn span.m {
		top: 8px;
	}
	#tourism-menu-btn.active span.t {
		top: 6px;
	}
	#tourism-menu-btn.active span.b {
		bottom: 10px;
	}
	.tourism-menu-btn-text {
		font-size: 10px;
		letter-spacing: 2px;
		margin-top: 5px;
	}

	.tourism-fv .tourism-in {
		height: 530px;
		min-height: 400px;
	}
	.tourism-fv h1 {
		width: 300px;
		top: 85px;
	}
	.tourism-fv-catch {
		font-size: 12px;
		line-height: 20px;
		left: 15px;
		top: 20px;
	}
	.tourism-news {
        font-size: 10px;
        width: calc(100% - 20px);
        max-width: 100%;
        padding: 10px 20px;
        border-radius: 5px;
        bottom: 110px;
        right: 10px;
    }

	.tourism-con {
		padding: 50px 0 100px;
	}
	.tourism-title {
		margin-bottom: 20px;
	}
	.tourism-catch {
		font-size: 16px;
	}
	.tourism-desc {
		text-align: left;
		font-size: 16px;
	}

	#tourism-about {
		padding-top: 0;
		padding-bottom: 40px;
	}
	#tourism-about .tourism-title h3 img {
		width: 250px;
	}
	#tourism-about:before {
		height: 80px;
		top: -70px;
	}
	#tourism-about .fig {
		z-index: -1;
		opacity: 0.5;
		top: auto;
		bottom: 100px;
	}

	#tourism-blessings:after {
		width: 500vw;
		left: -200vw;
	}
	#tourism-blessings .tourism-title h3 img {
		width: 250px;
	}
	#tourism-blessings .fig.fig01,
	#tourism-blessings .fig.fig02 {
		top: -1%;
		max-width: 175px;
		width: 15%;
	}
	.tourism-blessings__list {
		display: block;
		margin-top: 40px;
	}
	.tourism-blessings__list >li {
		width: 100%;
		margin: 10px 0;
	}
	.t-b-img {
		width: 30%;
	}
	.t-b-info {
		width: 65%;
	}
	.t-b-info h5 {
		font-size: 24px;
	}
	.t-b-info p {
		font-size: 12px;
	}

	.tourism-contents-caution__list {
		justify-content: space-between;
		margin-top: 40px;
	}
	.tourism-contents-caution__list >li {
		font-size: 16px;
		margin: 0;
        width: 32%;
	}
	.tourism-contents-caution__list >li span {
		font-size: 11px;
		width: 80%;
	}

	.t-contents-point {
		margin: 0 0 20px;
	}
	.t-contents-point .icon {
		width: 60px;
	}
	.t-contents-point .fuki {
		font-size: 12px;
		width: calc(100% - 80px);
	}
	.t-contents-point .fuki .fuki-title {
		height: 30px;
		top: -20px;
	}

	.t-contents-detail {
		padding: 30px 20px;
	}
	.t-contents-detail-top {
		display: block;
	}
	.detail-info-icon {
		margin-bottom: 10px;
	}
	.detail-info-icon img {
		height: 20px;
	}
	.t-contents-detail .detail-box {
		width: 100%;
	}
	.detail-info-title p {
		font-size: 13px;
	}

	.detail-info-sub .conditions {
		padding: 5px;
		width: calc(100% - 110px);
	}
	.detail-info-sub .conditions >li {
		font-size: 12px;
		padding-left: 15px;
	}
	.detail-info-sub .conditions >li span {
		font-size: 11px;
	}
	.detail-info-sub .limit {
		width: 100px;
		height: 100px;
	}
	.detail-info-sub .limit p {
		font-size: 14px;
	}
	.detail-info-sub .limit p .num {
		font-size: 20px;
		margin-top: 5px;
	}
	.detail-info-sub .limit p .min {
		font-size: 11px;
		margin-top: 5px;
	}
	.t-contents-detail .detail-slide {
		margin-top: 30px;
	}

	.t-contents-detail-mdl {
		display: block;
	}
	.t-contents-detail-mdl:after {
		display: none;
	}
	.detail-box.-plan {
		margin-bottom: 20px;
	}
	.detail-box.-plan p {
		font-size: 13px;
	}
	.detail-box.-scedule ul >li {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.t-contents-detail-btm ul >li a,
	.t-contents-detail-btm ul >li span {
		display: block;
		padding: 5px;
		font-size: 11px;
		border-radius: 10px;
		text-align: center;
	}
	.t-contents-detail-btm ul >li i {
		display: block;
		margin: 0 auto 5px;
	}

	#tourism-contents:before,
	#t-contents01:before,
	#t-contents02:before,
	#t-contents03:before,
	#t-contents04:before,
	#t-contents05:before {
		height: 50px;
		top: -48px;
	}
	
	.to-howto.hover-opa {
		width: 70px;
	}

	.popup-access,
	.popup-info {
		padding: 50px 20px;
	}
	.popup-access-close,
	.popup-info-close {
		right: -15px;
		top: -20px;
	}
	.popup-info-in {
		padding: 30px 10px;
	}
	.popup-info .popup-info-in,
	.popup-access-in {
		display: block;
	}
	.popup-info__list {
		width: 100%;
	}
	.popup-access-info {
		width: 100%;
		margin-bottom: 30px;
	}
	.popup-access-map {
		width: 100%;
	}
	.popup-access-map iframe {
		height: 300px;
	}
	.popup-access-map-btn a {
		font-size: 16px;
	}
	.popup-access-map-btn a i {
		width: 18px;
		height: 18px;
	}

	#totop {
		width: 73px;
		height: 68px;
	}
	#tourism-sp-nav {
		width: 100%;
	}
	
	#tourism-footer {
		padding: 100px 0 50px;
	}

}











