/*RWD*/
@media screen and (max-width:1500px) {
.today_date ul {
    padding: 40px 0;
}
.y {
    font-size: 22px;
}
.d {
    font-size: 35px;
}
.w {
    font-size: 22px;
}
.today_date ul .Top_date span {
    line-height: 32px;
}
.today_date ul .Top_weather {
    font-size: 11px;
}
.today_date ul .Top_weather a {
    font-size: 12px;
}
.infoBox {
    padding: 10px 0;
}
.TextInfo {
    font-size: 13px;
}
.minText {
    font-size: 10px;
}
.status {
    font-size: 18px;
}
}
@media screen and (max-width:1200px) {
.reservation>a {
    width: 120px;
}
.reservation a .tex_main {
    font-size: 16px;
}
.today_date ul {
    padding: 20px 0;
}
.today_date ul li {
    padding: 0 25px;
}
.y {
    font-size: 20px;
}
.d {
    font-size: 40px;
}
.w {
    font-size: 20px;
}
.today_date ul .Top_date span {
    line-height: 32px;
}
.today_date ul .Top_weather {
    font-size: 13px;
}
.today_date ul .Top_weather a {
    font-size: 12px;
}
.infoBox {
    padding: 10px 0;
}
.TextInfo {
    font-size: 13px;
}
.minText {
    font-size: 10px;
}
.status {
    font-size: 18px;
}
.topBnr {
    width: 500px;
}
.main__Area {
    margin-top: 0;
    display: block;
}
.mainPhoto_1 {
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.mainText_1 {
    width: 95%;
    margin: 20px auto;
}
.main___Area {
    margin-top: 80px;
    margin-bottom: 0;
    display: block;
}
.mainPhoto_2 {
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.autosite .stayArea {
    display: block;
}
.autosite .stayBox {
    width: 750px;
    margin: 0 auto 30px;
}
.Google_map {
    padding-bottom: 35%;
}
/**/
.footerinfo {
    width: 660px;
}
.footerLogo {
    width: 250px;
    padding-right: 20px;
}
.footer__info {
    width: calc(100% - 250px);
    padding-left: 20px;
}
.movie_content {
    width: 800px;
    height: auto;
}
}
@media screen and (max-width:991px) {
/*nav*/
.menu_contact,.menu_reservation {
	display:block;
}
.menu-item.menu_contact {
    background: #49c9bc;
    margin: 10px auto;
    width: 250px;
    border-bottom: none;
	color:#fff;
}
.menu-item.menu_reservation {
    background: #f6c14e;
    margin: 10px auto;
    width: 250px;
    border-bottom: none;
	color:#fff;
}
.menu-item.menu_contact .nav-link {
    color: #fff;
}
.menu-item.menu_reservation .nav-link {
    color: #fff;
}
#main-nav {
    padding: 5px 5px 5px 10px;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
}
.navbar-toggler {
    padding: 0.25rem 0.35rem;
    background-color: #49c9bc;
    transition: all .5s ease-out;
    border-radius: 0;
}
.navbar-toggler:hover {
	background:#49c9bc;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
button:focus, button:hover,button:active {
    outline: none;
}
.offcanvas-header .btn-close {
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    color: #fff !important;
    opacity: 1;
    padding: 0.35rem !important;
    position: relative;
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 -2 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    border-radius: 0;
	font-size: 20px;
}
button.btn-close .icon-text {
    font-size: 0.73em;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0em;
    transform: translateX(-50%);
}
.icon-text {
	display:block;
	font-size:0.6em;
	color:#fff;
}
.btn-close:focus {
	box-shadow: none;
}
.offcanvas.offcanvas-top {
    height: 90vh;
}
.menu-item {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: dotted 2px #d9ecea;
}
.reservation {
	display:none;
}
.today_date {
    position: static;
}
.today_date ul {
    background: #fff;
}
.today_date ul .Top_date {
    display: flex;
	justify-content: center;
	align-items: center;
}
.today_date ul .Top_date span {
    margin: 0 5px;
	line-height: initial;
}
.today_date ul .Top_weather {
    text-align: center;
}
.today_date ul .Top_weather a {
    width: 120px;
    margin: 5px auto;
}
.mainPhoto_1,.mainPhoto_2 {
    width: 90%;
}
.informationArea {
    display: block;
    padding-right: 0;
}
.informationArea:before {
    content:none;
}
.NewsTitle {
    width: 100%;
	background-color: #f2f2f2;
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 5px,transparent 0, transparent 10px);
	padding-bottom: 120px;
}
#infoArea {
    width: 100%;
}
.howToTitle {
    font-size: 25px;
}
.howToTitle span {
    width: 40px;
}
.inner_text .moreBtn {
    width: auto;
	font-size: 14px;
}
.inner_text .moreBtn:before {
    width: 40px;
}
.inner_text .moreBtn:before, .inner_text .moreBtn:after {
    right: 5px;
}
.eventArea {
    display: block;
}
.eventPost {
    width: 100%;
    margin: 0 0 50px;
}
.event__Post {
    height: auto;
}
.eventlink {
    transform: initial;
}
.moreBtn_view {
    bottom: 10px;
}
.Googlecalendar {
    margin: 0 auto;
    width: 100%;
}
.siteBox_col-1 {
    width: 750px;
    margin: 0 auto 50px;
}
.attentionTable {
    width: 90%;
}
.bg-w {
    padding-bottom: 40px;
}
.Google_map {
    padding-bottom: 45%;
}
table.contact-page th {
    display: block;
    width: 100%;
}
table.contact-page td {
    display: block;
    width: 100%;
}
table.contact-page th span.req {
    display: inline;
    float: none;
    margin-right: 0;
	margin-left: 5px;
}
.mapArea {
    margin: 50px auto;
    display: block;
    background-color: rgba(74, 149, 135, 0.1);
    margin: 0;
    padding: 20px 0;
}
.maps {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 75%;
    position: relative;
}
.maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapText {
    width: 90%;
    margin: 20px auto;
    height: auto;
    font-size: 16px;
	background-color: rgba(74, 149, 135, 0);
	overflow: auto;
}
.mapText li {
    padding: 10px 10px 10px 50px;
    width: 95%;
    margin: 0 auto 10px;
    font-size: 14px;
}
.mapText li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #49c9bc;
    border: solid 1px #49c9bc;
    color: #fff;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transform: translateY(-50%);
}
.movie_content {
    width: 670px;
    height: auto;
}
}
@media screen and (max-width:768px) {
.mainPhoto_1,.mainPhoto_2 {
    width: 95%;
}
body{
	font-size: calc(14px + 2 * (100vw - 350px) / 418);
}
.moreBtn {
    width: 200px;
}
h3 {
	font-size: calc(18px + 2 * (100vw - 350px) / 418);
}
.TopTitleinner {
	font-size: calc(35px + 20 * (100vw - 350px) / 418);
}
.TopTitleinner span {
	font-size: calc(10px + 2 * (100vw - 350px) / 418);
}
.taitle_main {
	font-size: calc(23px + 7 * (100vw - 350px) / 418);
}
.main_catch {
	font-size: calc(16px + 2 * (100vw - 350px) / 418);
	line-height: calc(35px + 5 * (100vw - 350px) / 418);
}
.main__Area {
	margin-bottom: calc(40px + 80 * (100vw - 350px) / 418);
}
.main___Area {
	margin-top: calc(40px + 40 * (100vw - 350px) / 418);
}
.howtoArea {
    display: block;
}
.howtoArea li {
    margin: 0 10px 30px;
    width: auto;
    display: flex;
}
.Google_map {
    padding-bottom: 65%;
}
.photo_inner {
    width: 40%;
}
.inner_text {
    padding: 10px;
    width: 60%;
}
.inner_text .moreBtn {
    width: 180px;
}
.howToTitle span {
    width: calc(20px + 15 * (100vw - 350px) / 418);
}
.howToTitle {
    font-size: calc(16px + 7 * (100vw - 350px) / 418);
    margin-bottom: 5px;
}
.table_col-2,.attentionTable {
	font-size:calc(13px + 3 * (100vw - 350px) / 418);
}
.table_col-2 th {
    width: 20%;
}
.table_col-2 td {
    width: 80%;
}
.siteBox_col-1 {
    width: auto;
}
.autosite .textstayBox {
	width: auto;
}
.stayArea {
    display: block;
}
.stayBox,.autosite .stayBox {
    width: auto;
}
.icon__List {
    flex-wrap: wrap;
}
.icon__List li {
    width: calc((100% / 2) - 44px);
}
.attentionTable th {
    width: 100%;
    display: block;
}
.attentionTable td {
    width: 100%;
    display: block;
}
.attentionTable th {
    border-bottom: none;
}
.attentionTable td {
    border-bottom: none;
}
.attentionTable tr:first-child td {
    border-top: none;
	border-bottom: solid 1px #eee;
}
/**/
.footerinfo {
    width: 660px;
    display: block;
    margin: 0 auto;
}
.footerLogo {
    width: 250px;
    padding-right: 0;
    margin: 0 auto;
}
.footer__info {
    width: auto;
    padding-left: 0;
    margin: 10px auto 0;
    text-align: center;
}
.snsLinkArea li {
    width: 40px;
    height: 40px;
	padding: 7px;
}
.mapArea {
	display:block;
}
.moveiArea {
    margin: 0 auto 50px;
    width: 100%;
}
.movie_content {
    width: 540px;
    height: auto;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
}
@media screen and (max-width:600px) {
.pc-slide {
	display:none;
}
.sp-slide {
	display:block;
}
.slide-img {
    padding-bottom: 86.66666% !important;
}
.mainPhoto_1,.mainPhoto_2 {
    width: 100%;
}
.fc .fc-button {
	font-size:13px;
}
.photo_inner {
    width: 50%;
}
.inner_text {
    width: 50%;
}
.inner_text .moreBtn {
    font-size: 10px;
    margin-top: 0;
    width: 120px;
    padding: 5px;
}
.event__Post a {
    display: block;
}
.event__Post {
    height: auto;
    width: calc((100% / 2) - 20px);
	margin:0 10px 20px;
}
.eventPostPhoto {
    width: auto;
}
.event_info {
    width: auto;
    padding: 20px 0 50px;
	margin-bottom: 0;
}
.moreBtn_view {
    position: absolute;
    width: 120px;
    font-size: 12px;
}
.event__Post .moreBtn:before, .event__Post .moreBtn:after {
    left: -20px;
}
.event__Post .moreBtn:before {
    width: 110px;
}
.event__Post .moreBtn:after {
    right: auto;
    left: 75px;
}
.Google_map {
    padding-bottom: 80%;
}
/*page*/
.siteArea {
    display: block;
}
.siteBox {
    width: auto;
    margin: 0 10px 50px;
}
/**/
.footerinfo {
    width: 450px;
}
.copy {
    font-size: 11px;
}
.movie_content {
    width: 100%;
    height: auto;
}
.modal__content {
    width: 99%;
}
}
@media screen and (max-width:480px) {
.navbar-brand {
    width: 160px;
}
.y {
    font-size: 14px;
}
.d {
    font-size: 28px;
}
.w {
    font-size: 14px;
}
.today_date ul .Top_weather {
    font-size: 13px;
}
.topBnr {
    width: 90%;
}
#infoArea ul {
    list-style: none;
    padding: 5px;
}
.news-date a {
    padding-bottom: 20px;
}
.event__Post {
    height: auto;
    width: auto;
    margin: 0 10px 20px;
}
.Google_map {
    padding-bottom: 100%;
}
.attentionTable {
    width: 100%;
}
.table_col-2 th {
    width: 100%;
    display: block;
	padding: 10px 0;
}
.table_col-2 td {
    width: 100%;
    display: block;
}
.table_col-2 {
    border-bottom: none;
}
.table_3 th,.table_3 td {
    width: 100%;
}
.table_3 td {
    border-bottom:none;
	padding:15px 15px 0;
}
.table_3 td.pricetext {
    width: 100%;
    border-left: none;
    border-bottom: solid 1px #49c9bc;
    padding: 10px 15px 15px;
}
.icon__List {
    width: 90%;
}
.icon__List li img {
    width: 80px;
}
.icon__list {
    text-align: left;
    font-size: 10px;
}
/**/
.footerinfo {
    width: 300px;
}
.info_name {
    font-size: 16px;
}
.info_add {
	font-size: 13px;
}
.event___Photo {
    width: 90%;
    margin: 30px auto;
}
.youtube {
    width: 100%;
    max-width: 480px;
}
}