@charset "UTF-8";
/* CSS Document */

#copy h1 {
position: relative;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.page-link li:nth-child(1) {
background: #10445B;
}
.page-link li:nth-child(2) {
background: #1F544F;
}
.page-link li:nth-child(3) {
background: #52520D;
}
.page-link li:nth-child(4) {
background: #521D0D;
}
.page-link li a {
color: #fff;
}
.page-link li a i {
font-size: 1.2em;
padding-right: 5px;
}

#contents h2 {
border-bottom: 1px solid #1FAAFF;
}
#contents h2 i {
font-size: 1.1em;
padding-right: 10px;
}
table.table_m {
width: 100%;
table-layout: fixed;
border: #eee 1px solid;
}
table.table_m th, table.table_m td {
box-sizing: border-box;
vertical-align: middle;
}

.price-table th {
text-align: center;
}
.price-table th span {
font-size: 0.9em;
display: inline-block;
padding-top: 10px;
}
.price-table td {
border: #eee 1px solid;
}
.price-table td p {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 !important;
}
.price-table td span {
display: table;
}
.price-table > p {
background: #eee;
text-align: center;
position: relative;
}
.price-table > p span {
display: block;
}
.price-table > p i {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%,-60%);
}
.price-table > p a {
text-decoration: underline;
color: #1FAAFF;
}
#caution {
background: #1FAAFF;
color: #fff;
}
#caution h3 {
border-bottom: 1px solid #fff;
}
#caution table {
border: none;
border-collapse:separate; 
border-spacing:8px;
}
#caution table tr:nth-last-child(1) th {
border-top: 1px solid #fff;
}

#reserve p {
text-align: center;
}
#reserve p a {
display: block;
background: #1FAAFF;
color: #fff;
text-align: center;
margin: 0 auto;
}

ul#areaPhoto {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul#areaPhoto li {
width: 50%;
}

#park p {
background: #1FAAFF;
color: #fff;
}
#park p span {
display: table;
margin: 0 auto;
}

#movie div {
background: rgba(0,0,0,0.80);
}
#movie video {
width: 90%;
max-width: 1024px;
display: block;
margin: 0 auto;
box-sizing: border-box;
background: #fff;
}

.intro-box {
background: #fff;
box-sizing: border-box;
}
.df-text dt {
border-left: 3px solid #ccc;
padding-left: 7px;
line-height: 100%;
}
.df-text dd:nth-last-child(1) {
padding-bottom: 0;
}

#info > div {
width: 90%;
max-width: 800px;
margin: 0 auto;
background: rgba(255,255,255,0.90);
box-sizing: border-box;
}
#etc h3 {
text-align: center;
color: #1FAAFF;
font-weight: bold;
}
#etc p a, #news p a {
text-decoration: underline;
color: #1FAAFF;
}
#info p {
display: table;
margin: 0 auto;
}
#shop div.intro-box > a {
background: #1FAAFF;
color: #fff;
}

#news-list article:nth-last-child(1) {
padding-bottom: 0;
}
#news-list h3 {
color: #1FAAFF;
font-size: 1.3em;
}

.corona ul li h3 {
text-align: center;
}
#contents .corona ul li p {
display: table;
margin: 0 auto;
}

#news iframe {
height: 300px;
}

@media (max-width: 560px){
ul.page-link {
width: 60%;
padding-bottom: 30px;
}
ul.page-link li {
margin-bottom: 10px;
box-sizing: border-box;
padding: 4px 8px;
}
ul.page-link li a {
display: block;
font-size: 1.3rem;
}

#contents {
padding-top: 40px;
}
#copy h1 {
font-size: 2rem;
}
table.table_m th, table.table_m td {
display: block;
width: 100%;
font-size: 1.3rem;
box-sizing: border-box;
}
.price-table table.table_m th {
background: #eee;
text-align: center;
padding: 4px 8px;
}
.price-table table.table_m td {
padding: 8px;
}
.price-table > p {
padding: 4px 0 !important;
font-size: 1.4rem !important;
}
.price-table > p i {
font-size: 1.6rem;
}

#caution table th {
padding-bottom: 10px;
}
#caution table tr:nth-last-child(1) th {
padding-top: 16px;
}
	
#movie {
background: url("../images/bbq.webp") no-repeat center center;
background-size: cover;
}
#info {
background: url("../images/reception.webp") no-repeat center center;
background-size: cover;
}

#movie div, #info {
padding: 40px 0;
}
#movie video {
padding: 10px;
}
video#movieL {
display: none;
}
#contents .intro-box h2 {
font-size: 1.6rem !important;
}
#info {
margin-bottom: 40px;
}
	
#news-list article {
padding-bottom: 30px;
}
#news-list div.df-photo {
padding-bottom: 10px;
}
#news-list h3 {
padding-bottom: 10px;
}

.corona ul li {
padding-bottom: 30px;
}
.corona ul li:nth-last-child(1) {
padding-bottom: 0;
}
.corona ul li img {
padding-bottom: 6px;
}
.corona ul li h3 {
font-size: 1.6rem;
padding-bottom: 4px;
}
#contents .corona ul li p {
font-size: 1.4rem;
}
#contents .corona ul li p br {
display: none;
}

#reserve iframe {
height: 300px;
margin-bottom: 30px;
}
#reserve p a {
font-size: 1.3rem;
width: 120px;
padding: 4px 0;
margin-top: 8px;
}
}

@media (min-width: 561px){
ul#pricePage li {
width: 33.333%;
}
ul#introPage li {
width: 25%;
}
.page-link li a {
display: table;
margin: 0 auto;
}
ul#introPage li a {
font-size: 1.4rem;
}

.corona ul {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.corona ul li {
width: 32%;
}
.corona ul li img {
padding-bottom: 8px;
}
.corona ul li h3 {
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 6px;
}
#contents .corona ul li p {
font-size: 15px;
font-size: 1.5rem;
}
	
#caution table tr:nth-last-child(1) td {
border-top: 1px solid #fff;
}
#movie video {
padding: 20px;
}
video#movieS {
display: none;
}
	
#news-list article {
padding-bottom: 50px;
}
#news-list article.df {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#news-list div.df-photo, #news-list div.df-text {
width: 48%;
}
#news-list h3 {
padding-bottom: 20px;
}
	
#reserve iframe {
height: 350px;
margin-bottom: 40px;
}
#reserve p br.nobr {
display: none;
}
#reserve p a {
margin-top: 10px;
}
}

@media screen and (min-width:561px) and ( max-width:799px) {
ul.page-link {
padding-bottom: 50px;
}
.page-link li {
padding: 6px 0;
}
.page-link li a {
padding: 6px 0;
}

#contents {
padding-top: 60px;
}
#copy h1 {
font-size: 2.5rem;
}

table.table_m th {
width: 50%;
}
table.table_m th, table.table_m td {
padding: 4px 8px;
}
.price-table p {
font-size: 1.5rem !important;
}
.price-table > p {
padding: 6px 0 !important;
}
.price-table > p i {
font-size: 1.8rem;
}

#movie div, #info {
padding: 60px 0;
}

#reserve p a {
font-size: 1.2rem;
width: 130px;
padding: 5px 0;
}
}

@media (max-width: 799px){
#contents h2 {
font-size: 2rem;
padding-bottom: 6px;
margin-bottom: 12px;
}

table.table_m {
margin-bottom: 16px;
}
table.table_m th, table.table_m td {
font-size: 1.5rem;
}
#room4, #room5, #room6 {
padding-bottom: 30px;
}

#caution {
padding: 30px 0;
}
#caution h3 {
font-size: 1.8rem;
padding-bottom: 6px;
margin-bottom: 12px;
}

#park div.df, #glamping div.df, #bringin div.df, #space div.df, #shop div.df {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#park p {
padding: 10px !important;
}

.intro-box {
box-shadow: 0 0 10px 0 #bbb;
width: 90%;
padding: 10px;
transform: translate(0,-60px);
margin: 0 auto;
}
.df-text dt {
font-size: 1.4rem;
margin-bottom: 6px;
}
.df-text dd {
font-size: 1.3rem;
padding-bottom: 10px;
}
.df-text p, #info p {
font-size: 1.3rem !important;
}

#info > div {
padding: 10px 20px;
}
#etc h3 {
font-size: 2rem;
padding-bottom: 20px;
}
#shop div.intro-box > a {
font-size: 1.3rem;
padding: 6px 12px;
}
}

@media (min-width: 800px){
ul.page-link {
padding-bottom: 60px;
}
.page-link li {
padding: 8px 0;
}
.page-link li a {
padding: 4px 0;
}

#contents {
padding-top: 80px;
}
#contents h2 {
font-size: 26px;
font-size: 2.6rem;
padding-bottom: 10px;
margin-bottom: 20px;
}

#room4, #room5, #room6 {
padding-bottom: 50px;
}

table.table_m {
margin-bottom: 20px;
}
table.table_m th {
width: 40%;
}
table.table_m th, table.table_m td {
font-size: 16px;
font-size: 1.6rem;
padding: 8px 12px;
}
.price-table p {
font-size: 16px !important;
font-size: 1.6rem !important;
}
.price-table > p {
padding: 8px 0 !important;
}
.price-table > p i {
font-size: 20px;
font-size: 2rem;
}

#caution {
padding: 40px 0;
}
#caution h3 {
font-size: 24px;
font-size: 2.4rem;
padding-bottom: 10px;
margin-bottom: 20px;
}
	
#park div.df-photo {
width: 50%;
}
#park p {
padding: 20px !important;
}	
#movie div, #info {
padding: 80px 0;
}
#food, #shop div.df {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#glamping .df-text, #bringin .df-text, #space .df-text, #shop .df-text {
position: relative;
}
#glamping .df-photo, #glamping .df-text, #bringin .df-photo, #bringin .df-text, #space .df-photo, #space .df-text, #shop .df-photo, #shop .df-text {
width: 50%;
}
.intro-box {
box-shadow: 3px 3px 10px 0 #bbb;
}
#facility, #bringin div.intro-box, #space div.intro-box {
position: absolute;
top: 50%;
left: -50px;
transform: translateY(-50%);
}
#foodmenu, #shop div.intro-box {
position: absolute;
top: 50%;
right: -50px;
transform: translateY(-50%);
}

#info > div {
padding: 20px 30px;
}
#etc h3 {
font-size: 24px;
font-size: 2.4rem;
padding-bottom: 30px;
}
#shop div.intro-box > a {
font-size: 14px;
font-size: 1.4rem;
padding: 8px 16px;
}
}

@media screen and (min-width:800px) and ( max-width:1024px) {
#copy h1 {
font-size: 4rem;
}
.df-text dt {
font-size: 15px;
font-size: 1.5rem;
margin-bottom: 8px;
}
.df-text dd {
font-size: 14px;
font-size: 1.4rem;
padding-bottom: 20px;
}
.df-text p, #info p {
font-size: 14px !important;
font-size: 1.4rem !important;
}
	
#reserve p a {
font-size: 13px;
font-size: 1.3rem;
width: 140px;
padding: 6px 0;
}
}

@media (max-width: 1024px){

}

@media (min-width: 1025px){
#copy h1 {
font-size: 60px;
font-size: 6rem;
}
.df-text dt {
font-size: 16px;
font-size: 1.6rem;
margin-bottom: 10px;
}
.df-text dd {
font-size: 15px;
font-size: 1.5rem;
padding-bottom: 30px;
}
.df-text p, #info p {
font-size: 15px !important;
font-size: 1.5rem !important;
}
	
#reserve p a {
font-size: 14px;
font-size: 1.4rem;
width: 150px;
padding: 8px 0;
}
}

@media screen and (min-width:561px) and ( max-width:1280px) {
#movie {
background: url("../images/bbqx2.webp") no-repeat center center;
background-size: cover;
}
#info {
background: url("../images/receptionx2.webp") no-repeat center center;
background-size: cover;
}
}

@media screen and (min-width:800px) and ( max-width:1280px) {
#contents .intro-box h2 {
font-size: 20px;
font-size: 2rem;
padding-bottom: 8px;
margin-bottom: 16px;
}
.intro-box {
width: 96%;
padding: 20px;
}
}

@media (min-width: 1281px){
#movie {
background: url("../images/bbqx3.webp") no-repeat center center;
background-size: cover;
}
#info {
background: url("../images/receptionx3.webp") no-repeat center center;
background-size: cover;
}
.intro-box {
width: 90%;
max-width: 800px;
padding: 30px;
}
}