@charset "UTF-8";

/*アコーディオン*/

    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 25px 35px;
    	display: block;
    	border-bottom: 1px solid #ddeef5;
    	font-weight: bold;
    	color: #169ccd;
    	font-size: 1.6rem;
    	background: #f0f7fa;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #169ccd;
    	border-right: 2px solid #169ccd;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .accordion_content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .accordion_content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    	background: #f0f7fa;
    }
    .toggle:checked + .Label + .accordion_content {	/*開閉時*/
    	height: auto;
    	padding: 10px 40px 15px;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }

	ul.contents_head_table_list li a {
		text-decoration: underline;
		color: #169ccd;
		display: block;
		margin: 10px 0;
	}

	ul.contents_head_table_list li:first-child {
		padding-left: 0;
	}

	ul.contents_head_table_list li {
		padding-left: 25px;
	}

	ul.contents_head_table_list {
		margin: 25px 0;
	}
	.Label i {
    color: #169ccd;
    margin-right: 8px;
	}

/* top */

a.plan_reserve_fixedbutton {
    display: flex;
    position: fixed;
    background: #169ccd;
    text-shadow: 0 1px 0 #0478a2;
    z-index: 999;
    border-bottom: 1px solid #0478a2;
    right: 30px;
    font-size: 1.5rem;
    border-top: 1px solid #3cb9e6;
    bottom: 30px;
    box-shadow: 0 5px 4px rgb(0 0 0 / 10%);
    color: #fff;
    font-weight: bold;
    padding: 18px 60px;
    border-radius: 100px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a.plan_reserve_fixedbutton:hover {
	transform: scale(1.05);
}

a.plan_reserve_fixedbutton img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.mobilenav_text {
    color: #169ccd!important;
}

#top {
    position: relative;
    background-color: #169ccd;
    padding: 135px 0 40px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    color: #fff;
}

#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}

.title_top {
    text-align: center;
    display: flex;
    font-size: 2.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 4px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.title_top span {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    color: #fff;
    letter-spacing: 1px;
    margin-left: 20px;
    margin-bottom: 5px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}

.title_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.plan_area {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 20px;
    border-right: 1px solid #555;
    width: max-content;
    color: #555;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.plan_area i {
    margin-right: 7px;
    font-size: 2rem;
    color: #169ccd;
}

.wrapper {
    max-width: 100%;
    position: relative;
    margin: 0 auto 0;
    justify-content: space-between;
    display: block;
}

.wrapper_title {
    margin-bottom: 50px;
}

.title_info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.wrapper_title .area {
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 20px;
    border-right: 1px solid #555;
    width: max-content;
    color: #555;
    display: flex;
    align-items: center;
    padding-right: 15px;
    /* margin-bottom: 15px; */
}

.wrapper_title .area i {
    margin-right: 7px;
    font-size: 2rem;
    color: #169ccd;
}

.wrapper_title .cats {
	display: flex;
	flex-wrap: wrap;
}
.wrapper_title .cats .spot_category {
	margin-right: 6px;
	font-size: 1.1rem;
	padding: 1px 10px;
}
a.spot_category {
    display: block;
    margin-bottom: 0px;
    color: #169ccd;
    border: 1px solid #169ccd;
    width: max-content;
    letter-spacing: 0;
    font-size: 1.25rem;
    border-radius: 3px;
    padding: 3px 12px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.spot_category:hover {
	background: #169ccd;
	color: #fff;
}

h1.title_title {
    font-size: 2.5rem;
    line-height: 48px;
    font-weight: bold;
    color: #555;
    letter-spacing: 0.5px;
}

.title_slider {
    border-radius: 12px;
    overflow: hidden;
    max-width: 900px;
    margin: 80px auto 100px;
}
.title_slider .swiper-wrapper {
}

.title_slider img {
    height: auto;
}
.swiper-lazy-preloader:after {
    background-image: none!important;
}
.title_slider .swiper {
    padding-right: 100px;
}
.title_slider .slide {
    width: 400px;
}

.title_slider .double {
    width: 200px;
}
.title_slider .slide {
    display: flex;
    width: 640px;
    height: 450px;
}
.title_slider .double {
    width: 250px;
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    justify-content: space-between;
    align-items: stretch;
    /* height: 100%; */
}
.title_slider .slide > .img {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #f0f7fa;
    position: relative;
    /* display: block; */
    width: 100%;
}
.title_slider .slide > .img img {
	object-fit: cover;
	height: 100%;
    width: 100%;
}
.title_slider .double > .img {
    height: 50%;
    display: flex;
    width: 100%;
}
.title_slider .double > .img:nth-of-type(2) {
	margin-top: 10px;
}
.title_slider .double > .img img {
	object-fit: cover;
	width: 100%;
}

.main_column {
    width: 100%;
}

.side_column {
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    flex-wrap: wrap;
}

ul.tag_list {
    margin: 30px 0;
    display: flex;
}

ul.tag_list li a {
    display: block;
    padding: 5px 20px;
    color: #169ccd;
    border-bottom: 1px solid #ddeef5;
    background: #f0f7fa;
    border-radius: 100px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tag_list li a:hover {
	background: #169ccd;
	color: #fff;
	margin-top: 1px;
	border-bottom: none;
}

ul.tag_list li {
    margin-right: 10px;
}

a.plan_category {
    display: block;
    color: #169ccd;
    border: 1px solid #169ccd;
    width: max-content;
    letter-spacing: 0;
    font-size: 1.25rem;
    border-radius: 3px;
    padding: 3px 12px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan_category:hover {
	background: #169ccd;
	color: #fff;
}

.contents_head_area p {
    line-height: 35px;
    position: relative;
    margin: 40px auto;
    color: #169ccd;
    font-size: 1.5rem;
    border-radius: 12px;
    font-weight: bold;
    background: #f0f7fa;
    padding: 60px;
}

.contents_head_info {
    border-radius: 10px;
    padding: 50px;
    background: #f0f7fa;
    position: relative;
}

.contents_head_info_name {
    color: #169ccd;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2rem;
    padding-bottom: 10px;
}

li.contents_event_wrap {
    padding: 60px 0 100px;
    position: relative;
}

li.contents_event_wrap:last-child:after {
	display: none;
}

.contents_event_inner {
    max-width: 900px;
    margin: 0 auto;
}

li.contents_event_wrap:nth-child(odd) {
    background: #f0f7fa;
}

li.contents_event_wrap:nth-child(even) {
    background: #e3eff4;
}

li.contents_event_wrap:nth-child(odd):after {
    background: #f0f7fa;
    width: 60px;
    height: 60px;
    content: "";
    z-index: 9;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -30px;
}

li.contents_event_wrap:nth-child(even):after {
    background: #e3eff4;
    width: 60px;
    height: 60px;
    border-radius: 0 0 2px 0;
    content: "";
    z-index: 9;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: -26px;
    margin-left: -30px;
}

.contents_event_date {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
    position: relative;
}

span.contents_event_time img {
    width: 50px;
    height: auto;
    margin-right: 8px;
}

span.contents_event_day {
    padding: 28px 0 28px;
    background: #169ccd;
    color: #fff;
    margin-right: 15px;
    width: 87px;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    position: absolute;
    top: -96px;
    font-weight: bold;
    border-radius: 100%;
    margin-bottom: 8px;
}

span.contents_event_day:after {
    width: 10px;
    height: 10px;
    position: absolute;
    margin-top: -5px;
    content: "";
    display: block;
    background: #169ccd;
    right: -4px;
    top: 50%;
    transform: rotate(45deg);
}

span.contents_event_time {
    font-size: 7rem;
    color: #fff;
    position: absolute;
    left: 110px;
    font-weight: bold;
    align-items: center;
    -webkit-text-stroke: 2px #169ccd;
    top: -80px;
    width: 32%;
    display: flex;
    line-height: 60px;
    font-family: 'Oswald', sans-serif;
}

.plan_reward_head {
    text-align: center;
    margin: 0 auto 40px;
    color: #555;
    width: 500px;
    position: relative;
}

ul.plan_reward_list {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
}

ul.plan_reward_list li {
    width: 32.83333%;
    padding: 25px;
    margin: 0 0.5%;
    text-align: center;
    background-color: #169ccd;
    color: #fff;
    border-radius: 10px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* flex-wrap: wrap; */
    margin-bottom: 10px;
    margin-right: .75%;
    margin-left: 0;
}
ul.plan_reward_list li:nth-child(3n) {
	margin-right: 0;
}

img.reward_badge {
    position: absolute;
    width: 37px;
    top: -9px;
    left: 20px;
}

ul.plan_reward_list li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    content: "";
    left: 0;
    top: 0;
    border-radius: 10px;
}

.plan_reward_badge {
    color: #fff;
    position: relative;
}

.plan_reward_title {
    color: #fff;
    font-weight: bold;
    font-size: 1.65rem;
    margin: 26px 0 12px 0;
    position: relative;
    line-height: 26px;
}

p.plan_reward_cap {
    color: #fff;
    font-size: 1rem;
    line-height: 18px;
    position: relative;
    text-align: left;
}

.plan_reward_badge:after {
    left: 50%;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    margin-left: -20px;
    content: "";
    bottom: -6px;
}

li.contents_event_inner {
    background: #f0f7fa;
    padding: 50px 0;
}

section#title {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.contents_head_area {
    max-width: 900px;
    margin: 0 auto;
}

.plan_reward {
    max-width: 900px;
    margin: 0 auto 100px;
}

.contents_main_area p a {
    color: #169ccd;
    font-size: 1.5rem;
    text-decoration: underline;
}

table.contents_head_info_table th {
	color: #169ccd;
	width: 15%;
	border-right: 1px dashed;
}

.contents_head_info_title {
    background: #169ccd;
    top: -18px;
    padding: 6px 20px;
    left: 50px;
    position: absolute;
    border-radius: 5px;
    color: #fff;
}

table.contents_head_info_table {
    width: 100%;
}

table.contents_head_info_table td {
    padding: 20px 0 20px 30px;
    color: #555;
}

.contents_main_area {
    margin: 60px 0;
}

.plan_reserve {
    padding: 0;
}

.plan_reserve_title img {
    width: 40px;
    height: auto;
    margin: 0 auto 10px;
}

.plan_reserve_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 50px 50px;
    position: relative;
    border-right: 1px solid #169ccd;
    border-left: 1px solid #169ccd;
    border-bottom: 1px solid #169ccd;
}

.plan_reserve_inner:before {
    position: absolute;
    width: 100%;
    content: "";
    background: #fff;
    height: 30px;
    border-right: 1px solid #169ccd;
    top: -30px;
    left: -1px;
    border-top: 1px solid #169ccd;
    border-left: 1px solid #169ccd;
}

.plan_reserve_title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #555;
    padding-bottom: 16px;
}

.plan_reserve_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.plan_reserve_cap {
    width: 50%;
    line-height: 26px;
    color: #169ccd;
    font-weight: bold;
}

.plan_reserve_link a {
    display: block;
    width: 45%;
    text-align: center;
    padding: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #169ccd;
    border-radius: 6px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan_reserve_link a:hover {
	opacity: 0.7;
	transform: scale(1.05);
}

.plan_reserve_btn {
    display: block;
    width: 45%;
    text-align: center;
    padding: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #169ccd;
    border-radius: 6px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: none;
}

.plan_reserve_btn:hover {
	opacity: 0.7;
	transform: scale(1.05);
}

.plan_reserve_link span {
    display: block;
    border: 1px solid #169ccd;
    padding: 3px 12px;
    color: #169ccd;
    width: max-content;
    font-size: 1.2rem;
    margin-bottom: 13px;
}

.plan_reserve_attention {
    padding: 50px;
    margin-top: 50px;
    background: #f0f7fa;
    border-radius: 10px;
}

ul.plan_reserve_attention_list li {
    font-size: 1.2rem;
    margin: 10px 0;
    position: relative;
    line-height: 22px;
    padding-left: 12px;
    color: #169ccd;
}

ul.plan_reserve_attention_list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #169ccd;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

.plan_reserve_attention_title {
    font-size: 2rem;
    font-weight: bold;
    color: #169ccd;
    margin-bottom: 25px;
}

a.table_gm {
    display: block;
    padding: 3px 14px;
    background: #169ccd;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: 'Overpass', ui-sans-serif;
    margin-top: 10px;
    width: max-content;
    border-radius: 100px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table_gm:hover {
	opacity: 0.5;
}

h2.contents_main_cap {
    font-size: 3rem;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: -1px;
    margin: 10px 0 0;
    width: max-content;
    color: #169ccd;
    overflow: hidden;
}

h2.contents_main_cap span {
    display: block;
    height: 4px;
    width: 100%;
    background: #169ccd;
    border-radius: 100px;
}

.contents_head_area p:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    background: #f0f7fa;
    height: 40px;
    display: none;
    bottom: -6px;
    border-radius: 4px;
    left: 50%;
    margin-left: -20px;
    transform: rotate(45deg);
}

.contents_event_wrap h3 {
	background: #fff;
	padding: 15px 20px;
	margin: 50px 0 30px;
	line-height: 35px;
	font-weight: bold;
	color: #169ccd;
	border-left: 2px solid #169ccd;
	font-size: 1.6rem;
}

.contents_main_area p {
    line-height: 32px;
    font-size: 1.5rem;
    margin: 20px auto 30px;
    letter-spacing: 0.5px;
    color: #555;
    width: 90%;
    font-weight: bold;
}

.shop_info {
    padding: 40px;
    box-shadow: 3px 3px 30px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 30px 0;
    background: #fff;
}

.shop_info_name {
    font-size: 2rem;
    font-weight: bold;
    color: #555;
    line-height: 40px;
    margin-bottom: 20px;
    border-left: 2px solid;
    padding-left: 12px;
}

.shop_info_address {
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.shop_info_address i {
    color: #169ccd;
    margin-right: 5px;
    font-size: 1.7rem;
}

.shop_info_tel i {
    color: #169ccd;
    margin-right: 6px;
}

.shop_info_tel {
    margin-bottom: 20px;
}

.shop_info_tel a {
    text-decoration: underline!important;
    color: #169ccd;
}

.shop_info_google a {
    color: #169ccd;
    text-decoration: underline!important;
}

.shop_info_google {
    color: #555;
}

.shop_info_google span {
    display: block;
    font-size: 1.2rem;
    margin-top: 7px;
    color: #888;
    letter-spacing: 0;
}

.contents_list_area {
    padding: 40px 50px;
    margin: 30px 0 60px;
    border-radius: 10px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.contents_list_title {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 15px;
}

ul.contents_list li {
    font-size: 1.4rem;
    color: #555;
    line-height: 24px;
    padding: 8px 0 8px 15px;
    position: relative;
}

ul.contents_list li:after {
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #169ccd;
    content: "";
    border-radius: 100%;
    top: 50%;
    margin-top: -3px;
}

ul.contents_list li:last-child {
    padding-bottom: 0;
}

ul.contents_list li:last-child:after {
    margin-top: 1px;
}

.contents_main_area p img {
    max-width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 10px;
    display: block;
}

ul.page_nav_list {
    display: flex;
    border: 1px solid #169ccd;
}

ul.page_nav_list li {
    width: 33.3333%;
    text-align: center;
}

span.page_nomore {
    padding: 15px;
    display: block;
    color: #169ccd;
    opacity: 0.4;
}

ul.page_nav_list li a {
    display: block;
    padding: 15px;
    color: #169ccd;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

ul.page_nav_list li a:hover {
	background: #169ccd;
	color: #fff;	
}

ul.page_nav_list li:nth-child(2) {
    border-left: 1px solid #169ccd;
    border-right: 1px solid #169ccd;
}

section.page_nav {
    margin: 60px 0;
    max-width: 900px;
    margin: 0 auto;
}

section.related_plan {
    margin: 50px auto 100px;
    max-width: 900px;
}

.related_plan_title {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    color: #555;
}

.related_plan_title span {
    margin-left: 15px;
    opacity: 0.2;
    font-family: 'Overpass', ui-sans-serif;
}

ul.related_list {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

ul.related_list li {
    width: 31%;
    margin-bottom: 3%;
    margin-right: 3.5%;
}
ul.related_list li:nth-child(3) {
	margin-right: 0;
}
.related_list li a {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.related_list li a:hover .related_thumb {
	opacity: 0.5;
}

.related_list li a:hover .related_title {
	color: #169ccd;
}

.related_title {
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #555;
}

.related_thumb {
    width: 100%;
    background: #eee;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid #ddd;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    position: relative;
}

.related_thumb .area {
	position: absolute;
	bottom: -1px;
	left: -1px;
	background: #fff;
	padding: 2px 12px;
	color: #169ccd;
	font-weight: 700;
	font-size: 12px;
}
.related_thumb img {
	height: auto;
    aspect-ratio: 48 / 32;
    object-fit: cover;
}

li.side_column_list_title {
    padding-bottom: 10px;
    width: 100%;
    font-weight: bold;
    color: #169ccd;
    display: flex;
    border-bottom: 1px solid;
    margin: 0 0 12px 0!important;
    align-items: center;
}

ul.side_column_list {
    width: 46%;
}

ul.side_column_list li a {
    display: block;
    position: relative;
    color: #555;
    padding: 8px 0 8px 12px;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list li a:hover {
	color: #169ccd;
	padding-left: 16px;
}

ul.side_column_list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #169ccd;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

li.side_column_list_title span {
    margin-left: 10px;
    color: #169ccd;
    font-family: 'Overpass', ui-sans-serif;
    font-size: 1.2rem;
    opacity: 0.4;
    letter-spacing: 2px;
}

ul.side_column_list_tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 100%;
}

ul.side_column_list_tag li {
    margin: 5px;
}

ul.side_column_list_tag li a {
    display: block;
    color: #169ccd;
    width: max-content;
    padding: 3px 10px;
    border-radius: 100px;
    border-bottom: 1px solid #ddeef5;
    background: #f0f7fa;
    font-size: 1.2rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list_tag li a:hover {
	background: #169ccd;
	color: #fff;
	border-bottom: none;
	margin-top: 1px;
}

.swiper-button-prev {
    background: #f0f7fa!important;
    padding: 50px;
    left: -20px!important;
    border-radius: 100px;
    margin-top: -50px!important;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);
    transform: scale(0.4);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.swiper-button-next {
    background: #f0f7fa!important;
    padding: 50px;
    right: -20px!important;
    border-radius: 100px;
    margin-top: -50px!important;
    box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);
    transform: scale(0.4);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff!important;
}

.contents_main_area .wp-caption {
    max-width: 100%;
    background: #f0f7fa;
    text-align: center;
}
.contents_main_area .wp-caption-text {
    margin: 0;
    padding: 5px 10px;
    font-size: 1.1rem;
    font-weight: 700;
}

/*/////10月16日追加分//////*/

section.plan_mv {
	background-image: url("../img/plan/mv_sample.jpg");
	background-size: cover;
	background-position: center;
}
.plan_mv_inner {
    max-width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
    backdrop-filter: blur(30px);
}

.plan_mv_inner img {
    width: 900px;
    margin: 50px auto;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.15);
    border-radius: 15px;
    height: auto;
}

.comment_staff {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment_inner {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 80px 0;
}

.comment_staff_image {
    border: 1px solid;
    width: 17%;
    height: auto;
    border-radius: 100%;
    overflow: hidden;
}

.comment_staff_head {
    margin-left: 4%;
    max-width: 67%;
    width: max-content;
}

h2.comment_staff_title {
    font-size: 2.3rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 32px;
    color: #555;
}

.comment_staff_name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 8px;
    align-items: center;
    letter-spacing: 0.5px;
    border-left: 1px solid;
    padding-left: 10px;
}

span.comment_staff_position {
    font-size: 1rem;
    padding: 0;
    border-radius: 100px;
    display: block;
    margin: 10px 0 0px 0;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.coment_staff_cap {
    padding: 60px;
    background: #f5f5f5;
    border-radius: 15px;
    font-weight: bold;
    line-height: 28px;
    position: relative;
    width: 80%;
    margin: 30px auto 0;
}

.coment_staff_cap:before {
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    top: -10px;
    left: 50%;
    content: "";
    background: #f5f5f5;
    margin-left: -10px;
}

section.plan_reward_new {
    padding: 80px 0 40px;
    background: #e9f2f5;
}

.plan_reward_new_contents_odd {
    position: relative;
    margin-bottom: 50px;
}

.plan_reward_new_contents_even {
    position: relative;
    margin-bottom: 50px;
}

.plan_reward_new_inner {
    max-width: 780px;
    margin: 0 auto;
    border-radius: 12px;
}

.plan_reward_new_image_odd img {
    width: 75%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #555;
}

.plan_reward_new_image_even img {
    width: 75%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #555;
    margin-left: 25%;
}

.plan_reward_new_image_odd {
    position: relative;
}

.plan_reward_new_image_even {
    position: relative;
}

h3.plan_reward_new_title_odd {
    position: absolute;
    right: 5%;
    margin-top: -7%;
    top: 50%;
}

h3.plan_reward_new_title_odd span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    background: #169ccd;
    color: #fff;
    text-shadow: -2px 2px 0 #0082b2;
    margin: 6px 0;
    border-radius: 5px;
    padding: 0px 10px;
    border-left: 2px solid #fff;
    width: max-content;
    border-bottom: 2px solid #fff;
}


h3.plan_reward_new_title_even {
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -7%;
}

h3.plan_reward_new_title_even span {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    background: #169ccd;
    border-radius: 5px;
    text-shadow: -2px 2px 0 #0082b2;
    color: #fff;
    margin: 6px 0;
    padding: 0px 10px;
    border-left: 2px solid #fff;
    width: max-content;
    border-bottom: 2px solid #fff;
}

p.plan_reward_new_cap_odd {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0 40px 2.5%;
    line-height: 22px;
    width: 70%;
}

p.plan_reward_new_cap_even {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0 40px;
    line-height: 22px;
    width: 70%;
    margin-left: 27.5%;
}

.plan_reward_new_num_odd {
    position: absolute;
    font-size: 13rem;
    color: #fff;
    font-family: 'Overpass', ui-sans-serif;
    z-index: 99;
    -webkit-text-stroke: 1px #000;
    letter-spacing: -6px;
    top: -80px;
    left: 3%;
}

.plan_reward_new_num_even {
    position: absolute;
    font-size: 13rem;
    color: #fff;
    font-family: 'Overpass', ui-sans-serif;
    z-index: 99;
    -webkit-text-stroke: 1px #000;
    letter-spacing: -6px;
    top: -80px;
    right: 3%;
}

section.roomtype {
    padding: 80px 0;
    background: #f9f9f9;
}

h2.roomtype_title {
    max-width: 350px;
    margin: 0 auto 80px;
}

.roomtype_inner {
    max-width: 920px;
    margin: 0 auto;
}
.roomtype_list {
    margin: 0 auto;
    display: flex;
    padding: 0 0 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.roomtype_list li {
    width: 48%;
    margin: 0 1% 2%;
    background: #fff;
    padding: 30px;
    box-shadow: -5px 5px 10px rgba(0,0,0,0.05);
    border-radius: 12px;
}
.roomtype_list li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: center;
}
.roomtype_list li .room_slider {
	overflow: hidden;
	position: relative;
}

.room h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	text-align: center;
}

.room_list h4 i {
    font-size: 2rem;
    margin-right: 0;
    color: #fff;
}
.room_thumb {
    background: #888;
    width: 100%;
}

.room_info {
    padding: 30px 0 0;
}

.room_info_table_area {
    display: flex;
}

.facilities h5,
.stations h5 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 25px;
    font-weight: 900;
    border-bottom: 1px solid #555;
    letter-spacing: 2px;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.facilities_list {
	margin-top: 20px;
}

.facilities_list li {
    width: 32%;
    display: inline-block;
    margin: 0 0px 15px;
    font-size: 1rem;
    box-shadow: none;
    letter-spacing: 0;
    text-align: center;
    vertical-align: top;
    padding: 0;
    border: none;
    border-radius: 0;
}

.facilities_list li img {
	margin: 0 auto;
	width: 30px;
}

.room_info_table {
    width: 50%;
}

.room_info_table th {
    padding: 8px 0;
    background: #eee;
    width: 50%;
    font-size: 1.1rem;
    border-radius: 5px 0 0 5px;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.room_info_table td {
    padding: 8px 15px;
    width: 50%;
    border-right: 1px solid #FFF;
    font-size: 1.1rem;
    border-bottom: 2px solid #fff;
    background: #f5f5f5;
    border-radius: 0 7px 7px 0;
}

.sns_featured_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns_featured_include {
    width: max-content;
    transform: scale(0.75);
}

h2.sns_featured_title {
    font-size: 3rem;
    font-weight: 600;
    width: 300px;
    position: relative;
    height: 300px;
    letter-spacing: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #169ccd;
    border-radius: 100%;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2.sns_featured_title span {
    display: block;
    text-align: center;
    color: #169ccd;
    font-size: 2rem;
    font-family: 'Overpass', ui-sans-serif;
}

section.sns_featured {
    position: relative;
}

.text_scroll_wrapper{
  overflow: hidden;
  position: absolute;
  width: 100%;
  margin-top: -70px;
  top: 50%;
  margin-inline: auto;
}

.text_scroll_loop {
  animation: loop 12s linear infinite;
  width: 100%;
  font-size: 10rem;
  color: #fff;
  font-family: 'Overpass', ui-sans-serif;
  -webkit-text-stroke: 1px #169ccd;
}

.text_scroll_loop2{
  position: absolute;
  top: 0; left: 0;
  animation: loop 12s -6s linear infinite;
}

@keyframes loop {
  0%{
    transform: translateX(100%);
  }
  100%{
    transform: translateX(-100%);
  }
}

h2.contents_main_area_title {
    max-width: 900px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
}

h2.contents_main_area_title img {
    width: 390px;
}

/*/////ここまで//////*/

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
/* top */
    #top .wrapper_contents_top {
        padding: 0;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
    #top .subtitle_top {
        margin-top: 22px;
        font-size: 1.2rem;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .wrapper_title_top {
        width: 60%;
        left: 0;
        right: 0;
        margin: auto;
        top: 32%;
    }


.title_info {
    display: block;
    align-items: center;
    margin-bottom: 10px;
}

.title_info .area {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 0;
    border-right: none;
    width: max-content;
    color: #555;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-bottom: 10px;
}

.title_info .area i {
    margin-right: 5px;
    font-size: 1.2rem;
    color: #169ccd;
}
	
a.plan_reserve_fixedbutton {
    display: flex;
    align-items: center;
    position: fixed;
    background: #169ccd;
    text-shadow: 0 1px 0 #0478a2;
    z-index: 999;
    border-bottom: 1px solid #0478a2;
    right: 3%;
    width: 94%;
    justify-content: center;
    font-size: 1.5rem;
    border-top: 1px solid #3cb9e6;
    bottom: 10px;
    box-shadow: 0 5px 4px rgb(0 0 0 / 10%);
    color: #fff;
    font-weight: bold;
    padding: 12px 0;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
	
.mobilenav_text {
    color: #169ccd!important;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #169ccd!important;
    border-radius: 4px;
    z-index: 99999;
}

#top {
    position: relative;
    padding: 100px 0 40px;
    width: 100%;
    margin: 0 auto;
    background-position: center bottom;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 80%;
}

.title_top {
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 4px;
}

.title_top span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    letter-spacing: 1px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
    top: -35px;
    left: 50%;
    display: none;
}

.wrapper {
    max-width: 100%;
    margin: 0 auto 0;
    justify-content: space-between;
    display: block;
}

.wrapper:after {
	display: none;
}
	
.wrapper_title {
    margin-bottom: 30px;
}

h1.title_title {
    font-size: 1.5rem;
    line-height: 25px;
    color: #555;
}

.title_slider {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    margin: 40px 0 60px;
}
.title_slider .swiper {
    padding-left: 5%;
}
.title_slider .slide {
    height: 320px;
    width: 280px;
}
.title_slider .double {
    width: 170px;
}
#boxer.mobile {
    z-index: 999999;
}
.title_slider img {
    height: auto;
}

.main_column {
    margin: 0 auto;
}

.side_column {
    width: 90%;
    position: inherit;
    margin: 0 auto;
    top: inherit;
    align-self: inherit;
}

ul.tag_list {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

ul.tag_list li a {
    display: block;
    padding: 5px 15px;
    font-size: 1.1rem;
    color: #169ccd;
    border-bottom: 1px solid #ddeef5;
    background: #f0f7fa;
    border-radius: 100px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.tag_list li a:hover {
	background: #169ccd;
	color: #fff;
	margin-top: 1px;
	border-bottom: none;
}

ul.tag_list li {
    margin: 6px 3px 0 0;
}

a.plan_category {
    display: block;
    margin-bottom: 15px;
    color: #169ccd;
    border: 1px solid #169ccd;
    width: max-content;
    letter-spacing: 0;
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 3px 10px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan_category:hover {
	background: #169ccd;
	color: #fff;
}

.contents_head_area p {
    line-height: 24px;
    position: relative;
    margin: 20px 0 30px;
    letter-spacing: 0.5px;
    border-radius: 8px;
    font-size: 1.2rem;
    padding: 19px;
}

.contents_head_info {
    border: 1px solid #169ccd;
    border-radius: 8px;
    padding: 25px 20px 20px;
    position: relative;
}

.contents_head_info_name {
    color: #169ccd;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.5rem;
    padding-bottom: 0px;
}

table.contents_head_info_table th {
	color: #169ccd;
	width: 22%;
	border-right: 1px dashed;
}

.contents_head_info_title {
    background: #169ccd;
    top: -15px;
    padding: 4px 14px;
    left: 24px;
    position: absolute;
    border-radius: 5px;
    color: #fff;
}

table.contents_head_info_table {
    width: 100%;
}

table.contents_head_info_table td {
    padding: 10px 0 10px 20px;
    color: #555;
    width: 70%;
}
	
section#title {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
	
.contents_head_area {
    max-width: 90%;
    margin: 0 auto;
}
	
.plan_reward {
    max-width: 90%;
    margin: 0 auto;
}

.plan_reward_head {
    text-align: center;
    margin: 0 auto 30px;
    color: #169ccd;
    width: 360px;
    position: relative;
}

ul.plan_reward_list {
    display: block;
    justify-content: center;
}

ul.plan_reward_list li {
    width: 100%;
    padding: 25px;
    margin: 0 0 15px;
    text-align: center;
    background-color: #169ccd;
    color: #fff;
    border-radius: 10px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.plan_reward_list li:nth-child(1) {
	background-image: url('../img/plan/sample00.jpg');
}

ul.plan_reward_list li:nth-child(2) {
	background-image: url('../img/plan/sample01.jpg');
}

ul.plan_reward_list li:nth-child(3) {
	background-image: url('../img/plan/sample02.jpg');
}

img.reward_badge {
    position: absolute;
    width: 37px;
    top: -9px;
    left: 20px;
}

ul.plan_reward_list li:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    content: "";
    left: 0;
    top: 0;
    border-radius: 10px;
}

.plan_reward_badge {
    color: #fff;
    position: relative;
}

.plan_reward_title {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 26px 0 12px 0;
    position: relative;
    line-height: 24px;
}

p.plan_reward_cap {
    color: #fff;
    font-size: 1rem;
    line-height: 18px;
    position: relative;
    text-align: left;
}

.plan_reward_badge:after {
    left: 50%;
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    margin-left: -20px;
    content: "";
    bottom: -6px;
}

.contents_main_area {
    margin: 40px 0;
}
	
h2.contents_main_area_title {
    margin: 0 auto 50px;
}
	
h2.contents_main_area_title img {
    width: 340px;
    margin: 0 auto;
}

li.contents_event_wrap {
    padding: 50px 0 20px;
    position: relative;
}
	
span.contents_event_day {
    padding: 5px 20px;
    background: #169ccd;
    color: #fff;
    margin-right: 15px;
    font-size: 1.5rem;
    margin-left: -42px;
    width: auto;
    left: 50%;
    position: absolute;
    top: -66px;
    font-weight: bold;
    border-radius: 100px;
    margin-bottom: 8px;
}

span.contents_event_day:after {
    right: 50%;
    top: initial;
    bottom: -5px;
    margin-top: 0;
    margin-right: -4px;
}
	
span.contents_event_time {
    font-size: 3.5rem;
    color: #fff;
    align-items: center;
    left: inherit;
    width: 100%;
    top: inherit;
    display: flex;
    line-height: 35px;
    -webkit-text-stroke: 1.5px #169ccd;
    position: inherit;
    font-family: 'Oswald', sans-serif;
    justify-content: center;
}
	
span.contents_event_time img {
    width: 30px;
    height: auto;
    margin-top: 0;
    margin-right: 10px;
}
	
h2.contents_main_cap {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 35px;
    width: max-content;
    text-align: center;
    color: #555;
    margin: 0 auto;
    margin-bottom: 6px;
    border-left: none;
    padding-left: 0;
}
	
.contents_event_date {
    display: block;
    margin-bottom: 20px;
    align-items: center;
    position: relative;
}
	
li.contents_event_wrap:nth-child(odd):after {
    background: #f0f7fa;
    width: 40px;
    height: 40px;
    border-radius: 0 0 6px 0;
    content: "";
    z-index: 9;
    transform: rotate(45deg);
    position: absolute;
    left: inherit;
    bottom: -16px;
    margin-left: -20px;
    right: 15%;
}
	
li.contents_event_wrap:nth-child(even):after {
    background: #e3eff4;
    width: 40px;
    height: 40px;
    border-radius: 0 0 6px 0;
    content: "";
    z-index: 9;
    transform: rotate(45deg);
    position: absolute;
    left: 20%;
    bottom: -16px;
    margin-left: -20px;
}

h2.contents_main_cap {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 25px;
    border: none;
    width: max-content;
    margin: 20px auto;
    max-width: 90%;
    color: #169ccd;
    padding-left: 0;
}

.contents_head_area p:after {
	display: none;
}

.contents_main_area p {
    line-height: 22px;
    font-size: 1.2rem;
    width: 90%;
    margin: 20px auto;
    letter-spacing: 0.5px;
    color: #555;
}
	
.contents_event_wrap h3 {
    background: #fff;
    padding: 14px 19px;
    width: 90%;
    line-height: 25px;
    margin: 0 auto;
    font-weight: bold;
    color: #169ccd;
    border-left: 1px solid #169ccd;
    font-size: 1.35rem;
}

.contents_main_area p img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 30px 0;
    display: block;
}
	
.contents_list_area {
    padding: 25px;
    margin: 20px 0 30px;
    border-radius: 8px;
    border-right: 1px solid #eee;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.contents_list_title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #555;
    margin-bottom: 10px;
}

ul.contents_list li {
    font-size: 1.3rem;
    color: #555;
    line-height: 22px;
    padding: 5px 0 5px 13px;
    position: relative;
}

ul.contents_list li:after {
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #169ccd;
    content: "";
    border-radius: 100%;
    top: 50%;
    margin-top: -2px;
}

ul.contents_list li:last-child {
    padding-bottom: 0;
}

ul.contents_list li:last-child:after {
    margin-top: 1px;
}

.shop_info {
    padding: 20px;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 10%);
    width: 90%;
    border-radius: 10px;
    margin: 20px auto 30px;
}

.shop_info_name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #555;
    line-height: 31px;
    margin-bottom: 15px;
    border-left: 1px solid;
    padding-left: 12px;
}

.shop_info_address {
    color: #555;
    margin-bottom: 8px;
    display: flex;
    font-size: 1.2rem;
    align-items: center;
    letter-spacing: 0;
}

.shop_info_address i {
    color: #169ccd;
    margin-right: 5px;
    font-size: 1.7rem;
}

.shop_info_tel i {
    color: #169ccd;
    margin-right: 6px;
}

.shop_info_tel {
    margin-bottom: 20px;
}

.shop_info_tel a {
    text-decoration: underline!important;
    color: #169ccd;
}

.shop_info_google a {
    color: #169ccd;
    font-size: 1.2rem;
    text-decoration: underline!important;
}

.shop_info_google {
    color: #555;
    font-size: 1.2rem;
    letter-spacing: 0;
}

.shop_info_google span {
    display: block;
    font-size: 1rem;
    margin-top: 7px;
    color: #888;
    letter-spacing: 0;
}
	
.plan_reserve {
    padding: 10px 5%;
}

.plan_reserve_title img {
    width: 30px;
    height: auto;
    margin: 0 auto 10px;
}

.plan_reserve_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5% 5%;
}
	
.plan_reserve_inner:before {
    position: absolute;
    width: 100%;
    content: "";
    background: #fff;
    height: 30px;
    border-right: 1px solid #169ccd;
    top: -30px;
    left: -1px;
    border-top: 1px solid #169ccd;
    border-left: 1px solid #169ccd;
}

.plan_reserve_title {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: bold;
    padding-bottom: 11px;
}

.plan_reserve_link {
    display: block;
    align-items: center;
    justify-content: space-between;
}

.plan_reserve_cap {
    width: 100%;
    line-height: 24px;
    margin-bottom: 20px;
}

.plan_reserve_btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 6px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan_reserve_btn:hover {
	opacity: 0.7;
	transform: scale(1.05);
}

.plan_reserve_link span {
    display: block;
    border: 1px solid;
    padding: 3px 12px;
    width: max-content;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.plan_reserve_attention {
    padding: 25px;
    margin-top: 30px;
    border-radius: 6px;
}

ul.plan_reserve_attention_list li {
    font-size: 1.1rem;
    margin: 12px 0;
    position: relative;
    line-height: 18px;
    padding-left: 12px;
}

ul.plan_reserve_attention_list li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
}

.plan_reserve_attention_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

ul.page_nav_list {
    display: flex;
    border: 1px solid #169ccd;
}

ul.page_nav_list li {
    width: 33.3333%;
    text-align: center;
}

span.page_nomore {
    padding: 8px 0;
    display: block;
    letter-spacing: 0;
    font-size: 1.2rem;
    color: #169ccd;
    opacity: 0.4;
}

ul.page_nav_list li a {
    display: block;
    padding: 8px 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #169ccd;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

ul.page_nav_list li a:hover {
	background: #169ccd;
	color: #fff;	
}

ul.page_nav_list li:nth-child(2) {
    border-left: 1px solid #169ccd;
    border-right: 1px solid #169ccd;
}

section.page_nav {
    margin: 40px auto;
    width: 90%;
}

section.related_plan {
    margin: 50px auto 30px;
    width: 90%;
}

.related_plan_title {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 6px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    color: #555;
}

.related_plan_title span {
    margin-left: 15px;
    opacity: 0.2;
    font-family: 'Overpass', ui-sans-serif;
}

ul.related_list {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

ul.related_list li {
    width: 47%;
    margin-bottom: 3%;
	margin-right: 3%;
}
ul.related_list li:nth-child(2n) {
	margin-right: 0;
}
ul.related_list li:nth-child(3n) {
	margin-right: 3%;
}

.related_list li a {
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.related_list li a:hover .related_thumb {
	opacity: 0.5;
}

.related_list li a:hover .related_title {
	color: #169ccd;
}

.related_title {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    line-height: 21px;
    color: #555;
}

.related_thumb {
    width: 100%;
    background: #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

li.side_column_list_title {
    padding-bottom: 5px;
    width: 100%;
    font-weight: bold;
    color: #169ccd;
    justify-content: space-between;
    font-size: 1.3rem;
    display: flex;
    border-bottom: 1px solid;
    margin: 0 0 12px 0!important;
    align-items: center;
}

ul.side_column_list {
    margin-bottom: 20px;
    width: 100%;
}

ul.side_column_list li a {
    display: block;
    position: relative;
    font-size: 1.2rem;
    color: #555;
    padding: 4px 0 4px 12px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list li a:hover {
	color: #169ccd;
	padding-left: 16px;
}

ul.side_column_list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #169ccd;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

li.side_column_list_title span {
    margin-left: 10px;
    color: #169ccd;
    font-family: 'Overpass', ui-sans-serif;
    font-size: 1.2rem;
    opacity: 0.4;
    letter-spacing: 2px;
}

ul.side_column_list_tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 0;
}

ul.side_column_list_tag li {
    margin: 2% 2% 2% 0;
}

ul.side_column_list_tag li a {
    display: block;
    color: #169ccd;
    padding: 5px 14px;
    border-radius: 100px;
    border-bottom: 1px solid #ddeef5;
    background: #f0f7fa;
    font-size: 1.1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.side_column_list_tag li a:hover {
	background: #169ccd;
	color: #fff;
	border-bottom: none;
	margin-top: 1px;
}
	
.swiper-button-prev {
    left: -25px!important;
    transform: scale(0.3);
}
	
.swiper-button-next {
    right: -25px!important;
    transform: scale(0.3);
}
	
/*アコーディオン*/

    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 18px 24px;
    	display: block;
    	border-bottom: 1px solid #ddeef5;
    	font-weight: bold;
    	color: #169ccd;
    	font-size: 1.4rem;
    	background: #f0f7fa;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 6px;
    	height: 6px;
    	border-top: 2px solid #169ccd;
    	border-right: 2px solid #169ccd;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 3px );
    	right: 20px;
    	transform: rotate(135deg);
    }
    .Label,
    .accordion_content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .accordion_content {		/*本文*/
    	height: 0;
    	margin-bottom: 10px;
    	padding:0 20px;
    	overflow: hidden;
    	background: #f0f7fa;
    }
    .toggle:checked + .Label + .accordion_content {	/*開閉時*/
    	height: auto;
    	padding: 5px 25px 5px;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }

	ul.contents_head_table_list li a {
		text-decoration: underline;
		color: #169ccd;
		display: block;
		margin: 10px 0;
	}

	ul.contents_head_table_list li:first-child {
		padding-left: 0;
	}

	ul.contents_head_table_list li {
		padding-left: 25px;
	}

	ul.contents_head_table_list {
		margin: 25px 0;
	}
	.Label i {
    color: #169ccd;
    margin-right: 8px;
	}
	.plan_reserve_link a {
    width: 100%;
    font-size: 1.3rem;
    padding: 12px 0;
}


/*/////10月16日追加分/////*/
	
.plan_mv_inner {border-radius: 0;}

.plan_mv_inner img {margin: 0;border-radius: 0;}

.comment_inner {
    padding: 40px 0;
}

h2.comment_staff_title {
    font-size: 1.5rem;
    line-height: 21px;
    margin-bottom: 5px;
}

.comment_staff_name {
    font-size: 1.3rem;
    margin-top: 2px;
}

span.comment_staff_position {
    font-size: 0.9rem;
    padding: 0;
}

.coment_staff_cap {
    width: 90%;
    padding: 30px;
    line-height: 22px;
    font-size: 1.2rem;
}

section.plan_reward_new {
    padding: 40px 5% 20px;
}

h3.plan_reward_new_title_odd span {
    font-size: 1.6rem;
    margin: 4px 0;
}

h3.plan_reward_new_title_even span {
    font-size: 1.6rem;
    margin: 4px 0;
}

.plan_reward_new_num_odd {
    font-size: 7rem;
    top: -40px;
}

.plan_reward_new_num_even {
    font-size: 7rem;
    top: -40px;
}

p.plan_reward_new_cap_odd {
    font-size: 1.2rem;
    line-height: 20px;
    margin: 15px 0 20px 2.5%;
}

p.plan_reward_new_cap_even {
    font-size: 1.2rem;
    margin: 15px 0 20px 27.5%;
    line-height: 20px;
}

.plan_reward_new_contents_even {
    margin-bottom: 30px;
}

.plan_reward_new_contents_odd {
    margin-bottom: 30px;
}

section.roomtype {
    padding: 40px 5% 40px;
}

.roomtype_list {
    display: block;
}

.roomtype_list li {
    width: 100%;
    margin: 0 0 3%;
    border-radius: 10px;
}

.room_info_table td {
    padding: 4px 10px;
}
	
.roomtype_list li h4 {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.room_info {
    padding: 20px 0 0;
}

.facilities_list {
    display: flex;
    flex-wrap: wrap;
}

h2.roomtype_title {
    width: 260px;
    margin: 0 auto 30px;
}
	
.facilities_list li {
    width: 32%!important;
}

h2.contents_main_cap span {
    height: 2px;
}

h2.sns_featured_title {
    position: absolute;
    left: 50%;
    top: -62px;
    box-shadow: 5px 5px 4px rgba(0,0,0,0.1);
    z-index: 99;
    font-size: 1.6rem;
    background:  #169ccd;
    width: 140px;
    height: 140px;
    color: #fff;
    margin-left: -70px;
}
	
h2.sns_featured_title:after {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    content: "";
    display: block;
    transform: rotate(45deg);
    right: 50%;
    bottom: -6px;
    background: #169ccd;
    border-radius: 2px;
}

h2.sns_featured_title span {
    font-size: 1.3rem;
    line-height: 15px;
    border-bottom: 1px solid;
    color: #fff;
    width: max-content;
    margin: 0 auto 4px;
}

.sns_featured_include {
    transform: scale(1);
}

.sns_featured_inner {
    padding: 80px 0 0;
}

.text_scroll_loop {
    font-size: 6rem;
    line-height: 70px;
}

/*/////ここまで/////*/
	
}
