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

#topCopy h1 {
color: #fff;
text-align: center;
}
#topCopy h1 span {
display: block;
font-family: "Montserrat", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
color: #1FAAFF;
}
#topCopy ul {
width: 90%;
max-width: 480px;
margin: 0 auto;
}
#topCopy ul li {
transition: .6s;
}
#topCopy ul li:nth-child(1) {
background: #1FAAFF;
border: 1px solid #1FAAFF;
}
#topCopy ul li:nth-child(1) a {
color: #fff;
}
#topCopy ul li:nth-child(2) {
background: #fff;
border: 1px solid #fff;
}
#topCopy ul li:nth-child(2) a {
color: #1FAAFF;
}
#topCopy ul li a {
display: block;
text-align: center;
}
#topCopy ul li a i {
font-size: 1.1em;
padding-right: 8px;
}

#greeting {
background: #1FAAFF;
color: #fff;
}
#kyushu {
box-sizing: border-box;
}
#kyushu h2 {
width: 50%;
max-width: 300px;
margin: 0 auto;
}


#corona, #kawahira {
display: table;
margin: 0 auto;
border: 1px solid #333;
}
#corona a, #kawahira a {
display: block;
}

#contents > div#site {
margin-bottom: 0;
}
#site section {
width: 96%;
}
#site section div.move-bottom {
color: #fff;
box-sizing: border-box;
}
#site section div.move-bottom div {
display: table;
margin: 0 auto;
}
#site section h3 {
font-weight: bold;
}
#site section h3:after {
content: " ";
display: block;
width: 50px;
height: 1px;
background: #1FAAFF;
}
#site section a {
display: block;
background: #1FAAFF;
color: #fff;
text-align: center;
}

#shop {
background: #333;
}
#shop ul {
width: 90%;
max-width: 1280px;
margin: 0 auto;
}
#shop ul li {
background: #fff;
}
#shop ul li h4 {
text-align: center;
}
#shop ul li h4 span {
display: block;
font-size: 0.7em;
}
#shop ul li h4 span:before {
display: table;
content: " ";
width: 50px;
height: 1px;
background: #1FAAFF;
margin: 0 auto;
}

#news div.df {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#news h2, #news div.df a {
color: #1FAAFF;
}
#news div.df a {
display: table;
position: relative;
}
#news div.df a:before {
content: " ";
display: block;
height: 4px;
background: #1FAAFF;
position: absolute;
top: 50%;
left: 0;
}
#news ul.df li a time {
font-size: 12px;
}

@media (max-width: 560px){
#pc1920V, #pc1280V, #tabletV {
display: none;
}
#topCopy h1 {
font-size: 2rem;
padding-bottom: 20px;
}
#topCopy h1 span {
font-size: 1.6rem;
padding-top: 10px;
}
#topCopy ul li:nth-child(1) {
margin-bottom: 20px;
}
#topCopy ul li a {
font-size: 1.4rem;
padding: 4px 0;
}
	
#corona a, #kawahira a {
font-size: 1.4rem;
padding: 10px 16px;
}

#greeting {
padding: 40px 0;
}
#kyushu {
padding: 0 20px;
}
#kyushu h2 {
padding-bottom: 20px;
}
	
#site section {
padding: 60px 2%;
}
#glampingSite {
margin-bottom: 20px;
background: url("../images/glamping.webp") no-repeat center center;
background-size: cover;
}
#bringinSite {
background: url("../images/bringin.webp") no-repeat center center;
background-size: cover;
}
#site section div.move-bottom {
background: rgba(51,51,51,0.70);
width: 80vw;
padding: 20px 10px;
margin: 0 auto;
}
#site section h3 {
font-size: 1.8rem;
padding-bottom: 30px;
}
#site section h3:after {
transform: translateY(15px);
}
#site section p {
font-size: 1.4rem;
line-height: 150%;
}
#site section a {
font-size: 1.2rem;
width: 130px;
padding: 4px 0;
}
	
#shop {
padding: 30px 0;
}
#shop ul li {
margin-bottom: 16px;
}
#shop ul li:nth-last-child(1) {
margin-bottom: 0;
}
#shop ul li a {
display: flex;
}
#shop ul li a img {
width: 120px;
height: 80px;
}
#shop ul li a h4 {
width : calc(100% - 120px) ;
display: flex;
justify-content: center;
align-items: center;
}
#shop ul li a h4 {
font-size: 1.6rem;
padding-bottom: 10px;
}
#shop ul li a h4 span {
padding-top: 20px;
}
#shop ul li a h4 span:before {
transform: translateY(-10px);
}
#shop ul li a h4 div {
display: table;
}

#news div.df {
position: relative;
}
#news h2 {
font-size: 1.8rem;
}
#news div.df a {
position: absolute;
right: 0;
top: 5px;
font-size: 1.4rem;
padding-left: 30px;
}
#news div.df a:before {
width: 20px;
}
#news ul.df {
padding-top: 16px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#news ul.df li {
width: 100%;
padding-bottom: 30px;
}
#news ul.df li:nth-last-child(1) {
padding-bottom: 0;
}
}

@media (min-width: 561px){
#topCopy ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#topCopy ul li {
width: 220px;
margin: 0 10px;
}

#corona a, #kawahira a {
font-size: 18px;
font-size: 1.8rem;
padding: 20px 30px;
}
	
#bringinSite {
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#site section div.move-bottom {
background: #333;
}
	
#news ul.df, #shop ul.df {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#news ul.df li, #shop ul.df li {
width: 32%;
}
}

@media screen and (min-width:561px) and ( max-width:799px) {
#topCopy h1 {
font-size: 2.5rem;
padding-bottom: 24px;
}
#topCopy h1 span {
font-size: 2rem;
padding-top: 12px;
}
#greeting {
padding: 60px 0;
}
#kyushu {
padding: 0 24px;
}
#kyushu h2 {
padding-bottom: 24px;
}
	
#shop {
padding: 50px 0;
}
#shop img {
padding-bottom: 12px;
}
#shop h4 {
font-size: 1.8rem;
padding-bottom: 12px;
}
#shop ul li h4 span {
padding-top: 30px;
}
#shop ul li h4 span:before {
transform: translateY(-15px);
}

#news div.df {
padding-bottom: 20px;
}
#news h2 {
font-size: 2rem;
}
#news div.df a {
font-size: 1.6rem;
padding-left: 40px;
}
#news div.df a:before {
width: 30px;
}
}

@media (min-width: 800px){
#greeting {
padding: 80px 0;
}
#greeting > div {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#greeting > div > div {
width: 50%;
}
#kyushu {
padding: 0 30px;
}
	
#shop {
padding: 80px 0;
}
#shop img {
padding-bottom: 16px;
}
#shop h4 {
font-size: 20px;
font-size: 2rem;
padding-bottom: 16px;
}
#shop ul li h4 span {
padding-top: 40px;
}
#shop ul li h4 span:before {
transform: translateY(-20px);
}

#news div.df {
padding-bottom: 30px;
}
#news div.df a {
font-size: 18px;
font-size: 1.8rem;
padding-left: 50px;
}
#news div.df a:before {
width: 40px;
}
}

@media screen and (min-width:561px) and (max-width:1024px) {
#pc1920V, #pc1280V, #spV {
display: none;
}
#topCopy ul li a {
font-size: 1.5rem;
padding: 6px 0;
}

#kyushu h2 {
padding-bottom: 30px;
}
	
#site section {
padding: 100px 2%;
}
#glampingSite {
margin-bottom: 40px;
}
#site section div.move-bottom {
width: 40vw;
padding: 30px 20px;
}
#site section h3 {
font-size: 2rem;
padding-bottom: 40px;
}
#site section h3:after {
transform: translateY(20px);
}
#site section p {
font-size: 1.5rem;
}
#site section a {
font-size: 1.3rem;
width: 140px;
padding: 6px 0;
}
	
#news h2 {
font-size: 2.4rem;
}
}

@media (min-width: 1025px){
#topCopy ul li a {
font-size: 18px;
font-size: 1.8rem;
padding: 8px 0;
}
#topCopy ul li:nth-child(1):hover {
background: rgba(31,170,255,0.70);
}
#topCopy ul li:nth-child(2):hover {
background: rgba(255,255,255,0.70);
}

#kyushu h2 {
padding-bottom: 50px;
}

#site section {
padding: 150px 2%;
}
#glampingSite {
margin-bottom: 50px;
}
#site section div.move-bottom {
width: 500px;
padding: 40px 0;
}
#site section h3 {
font-size: 24px;
font-size: 2.4rem;
padding-bottom: 60px;
}
#site section h3:after {
transform: translateY(30px);
}
#site section a {
font-size: 14px;
font-size: 1.4rem;
width: 150px;
padding: 8px 0;
}
#site section span:after {
content: " ";
display: block;
width: 0;
height: 1px;
background: #F5DC12;
transition: .6s;
}
#site section span:hover:after {
width: 150px;
}

#shop ul li a h4 span:before {
transition: .6s;
}
#shop ul li a:hover h4 span:before {
width: 80px;
}
	
#news h2 {
font-size: 30px;
font-size: 3rem;
}
#news div.df a, #news div.df a:before {
transition: .6s;
}
#news div.df a:hover {
padding-left: 60px;
}
#news div.df a:hover:before {
width: 50px;
}
#news ul.df li div {
width: 100%;
overflow: hidden;
background: #000;
}
#news ul.df li img {
transition: .6s;
}
#news ul.df li img:hover {
transform: scale(1.2);
opacity: 0.6;
}
}

@media screen and (min-width:561px) and ( max-width:1280px) {
#glampingSite {
background: url("../images/glampingx2.webp") no-repeat center center;
background-size: cover;
}
#bringinSite {
background: url("../images/bringinx2.webp") no-repeat center center;
background-size: cover;
}
}

@media screen and (min-width:800px) and ( max-width:1280px) {
#topCopy h1 {
font-size: 40px;
font-size: 4rem;
padding-bottom: 30px;
}
#topCopy h1 span {
font-size: 24px;
font-size: 2.4rem;
padding-top: 15px;
}
}

@media (min-width: 1281px){
#topCopy h1 {
font-size: 50px;
font-size: 5rem;
padding-bottom: 40px;
}
#topCopy h1 span {
font-size: 30px;
font-size: 3rem;
padding-top: 20px;
}

#glampingSite {
background: url("../images/glampingx3.webp") no-repeat center center;
background-size: cover;
}
#bringinSite {
background: url("../images/bringinx3.webp") no-repeat center center;
background-size: cover;
}
}
@media screen and (min-width:1025px) and ( max-width:1440px) {
#pc1920V, #tabletV, #spV {
display: none;
}
}
@media (min-width: 1441px){
#pc1280V, #tabletV, #spV {
display: none;
}
}