@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@400;500&display=swap');

html {
  scroll-behavior: smooth;
  color: #333333;
  letter-spacing: 1px;
}
body{
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
img{
	width: 100%;
	display: block;
}
a{
	transition: all 0.3s ease-out;
}
a:hover{
	opacity: 0.7;
}
p, li, dl{
    line-height: 2.2;
    letter-spacing: 2px;
}
h1,h2,h3{
    font-weight: 500;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 20px;
}

@media screen and (max-width:768px){
	p, li, dl{
		font-size: 14px;
	}
	
}

body, *{
    margin: 0;
}
.air-contents{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    max-width: 1120px;
    width: 90%;
    margin: auto;
    padding: 40px 0;
    color: #222222;
}
.air-contents h2,.air-contents h3,.air-contents h4,.air-contents h5{
    font-weight: 400;
}
.svg-pict{
    width: 20px;
}
.air-page-top{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}
.air-page-top h2{
    font-size: 26px;
    flex-basis: 84%;
    letter-spacing: 0;
}
.air-page-top span{
    display: flex;
    flex-basis: 6%;
    font-size: 14px;
    min-width: 68px;
    justify-content: center;
    padding-bottom: 5px;
}
.air-page-top span img{
    width: 16px;
    margin-right: 5px;
}
.air-top-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: 
    "a a b c"
    "a a d e";
  gap: 10px;
  position: relative;
  margin-bottom: 20px;
}
.air-top-img>div:not(:first-of-type) img{
    height: 100%;
    object-fit: cover;
    display: block;
}
.photo1 {
  grid-area: a;
}
.photo1 img{
    aspect-ratio: 5/4; 
    object-fit: cover;
    display: block;
}
.photo2 {
  grid-area: b;
}
.photo3 {
  grid-area: c;
}
.photo4 {
  grid-area: d;
}
.photo5 {
  grid-area: e;
}
.air-top-img>p{
    position: absolute;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 10px;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
}
.air-top-img>p img{
    margin-right: 5px;
    width: 16px;
}
.air-detail{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.air-detail-top h3{
    font-size: 22px;
}
.air-detail-text1{
    display: flex;
    align-items: center;
    gap: 5px;
}
.air-detail-text1 img{
    width: 16px;
}
.air-detail-top{
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.air-detail-point{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.air-detail-point p{
    display: flex;
    align-content: center;
    gap: 5px;
    margin-bottom: 10px;
}
.air-detail-host{
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.air-detail-host img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.air-host-text h4{
    margin-bottom: 2px;
}
.air-host-text p{
    font-size: 14px;
    color: #6a6a6a;
}
.air-translation{
    background-color: rgb(247, 247, 247);
    padding: 10px 20px;
    margin-bottom: 20px;
}
.air-detail-text{
    line-height: 1.7;
}
.air-detail-text>p{
    margin-bottom: 10px;
}
.air-detail-r{
    flex-basis: 37%;
}
.sticky{
    position: sticky;
    top: 10px;
}
.air-price-search{
    width: 90%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin: 0 auto 20px;
}
.air-price-search h3{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.air-price-search table{
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.air-price-search td{
    font-size: 10px;
    padding: 10px;
}
.air-price-search td span{
    font-size: 14px;
}
.air-top-left {
    border-top-left-radius: 10px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
.air-top-right {
    border-top-right-radius: 10px;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
.air-bottom-r {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #aaa;
}
.air-price-search a{
    color: #fff;
    background: red;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
}
.air-listing{
    font-size: 13px;
    text-align: center;
}
.air-area{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.air-area h3{
    font-size: 22px;
    margin-bottom: 15px;
}
.air-area p{
    margin-bottom: 20px;
}
.air-area iframe{
    margin-bottom: 20px;
}
.air-review{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.air-review h3{
    font-size: 26px;
}
.air-review-text1{
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 30px;
}
.air-review-top{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}
.air-review-top div img{
    width: 48px;
    border-radius: 50px;
}
.air-review-item>p:first-of-type{
    font-size: 13px;
}
.air-amenity{
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.air-amenity h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.air-amenity-items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.air-amenity-items>div{
    flex-basis: 49%;
}
.air-amenity-items>div p{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
	line-height: 1.7;
}
.air-amenity>a{
    color: #333;
    border: 1px solid;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 10px;
}
.air-amenity .svg-pict{
	width: 30px;
}
.air-bottom-r-flex{
    display: flex;
    justify-content: space-between;
}
.air-ryuijiko{
    padding-bottom: 30px;
}
.air-ryuijiko h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.air-ryui-items{
    display: flex;
    justify-content: space-between
}
.air-ryui-items h4{
    margin-bottom: 15px;
}
.air-ryui-items>div{
    flex-basis: 33%;
}
.air-ryui-items p{
    margin-bottom: 15px;
    line-height: 2;
}
.air-host{
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}
.air-host-in{
    display: flex;
    justify-content: space-between;
}
.air-host-l{
    flex-basis: 33%;
}
.air-host-l>p{
    margin-bottom: 10px;
}
.air-host-r{
    flex-basis: 62%;
}
.air-host h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.air-host-card{
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.air-host-img-area{
    flex-basis: 60%;
    text-align: center;
}
.air-host-img-area>div{
    width: 100px;
    margin: 0 auto 10px;
}
.air-host-img-area>div img{
    border-radius: 50%;
}
.air-host-img-area h4{
    font-size: 24px;
    font-weight: bold;
}
.air-host-img-area p{
    font-size: 14px;
}
.air-host-detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.air-host-detail h5{
    font-size: 10px;
}
.air-host-detail p{
    font-size: 12px;
}
.air-host-detail p span{
    font-weight: bold;
    font-size: 18px;
}
.air-host-detail>span{
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.air-host-r h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.air-host-r-text1{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.air-host-r a{
    background: #333;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 7px;
    margin-bottom: 20px;
}
.air-host-r-text2{
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.air-host-r>span{
    font-size: 13px;
    letter-spacing: 0;
}  
	
	img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:768px){
    .photo1{
        margin-bottom: 20px;
    }
    .air-contents{
        padding: 0;
    }
    .air-page-top{
        justify-content: end;
        margin-bottom: 10px;
    }
    .title-sp{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .air-detail-top h3 {
        font-size: 16px;
    }
    .air-detail-text1{

        font-size: 14px;
        margin-bottom: 5px;
    }
    .air-detail-point p{
        flex-basis: 49%;
        font-size: 14px;
    }
    .svg-pict {
        width: 16px;
    }
    .air-detail-host{
        gap: 15px;
    }
    .air-translation{
        font-size: 13px;
    }
    .air-detail-text h4{
        margin-bottom: 20px;
    }
    .air-text-in{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;    
    }
    .air-area iframe{
        height: 250px;
    }
    .air-amenity-items, .air-host-in, .air-ryui-items{
        display: block;
    }
    .air-host-detail{
        flex-basis: 27%;
    }
    .air-host-l {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .air-ryui-items>div {
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }
    .air-ryui-items p {
        font-size: 14px;
    }
}

 /*beachenzi********************************************************************/
.top-video {
	position: relative;
	width: 100%;
	max-height: 90vh;
	overflow: hidden;
}
.top-video video {
    width: 100%;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
    display: block;
}
.btn-area{
    text-align: right;
    max-width: 1200px;
    width: 90%;
    margin: 10px auto;
}
.btn-r{
	text-align: right;
}
.link-btn{
	display: inline-block;
}
.btn-area a{
    background: #ED7D31;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
}
.btn-area a img{
	width: 50px;
	height: auto;
	margin-right: 1rem;
}
.beach-main{
	padding: 80px 0;
}
.beach1{
	background: #F2F2F2;
}
.width{
    max-width: 1000px;
    width: 90%;
    margin: auto;
}
.beach1-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.beach1-top-img{
	flex-basis: 48.5%;
}
.beach1-top-info{
    flex-basis: 48.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.beach1-foot{
	display: flex;
	justify-content: center;
	gap: 3%;
}
.beach1-foot div{
	flex-basis: 30%;
}
.beach-main h2 {
    font-size: 24px;
    margin-bottom: 20px;
	margin-right: 17px;
}
.beach-main p{
    font-size: 14px;
    padding-left: 1rem;
}
.beach2-flex{
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.beach2-l{
	flex-basis: 48.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
	overflow: hidden;
}
.beach2-l p{
	margin-bottom: 20px;
}
.beach2-l div{
	margin-left: auto;
	margin-top: auto;
}
.beach2-l img{
	height: auto;
	width: auto;
	max-width: 100%;
}
.beach2-r{
	flex-basis: 48.5%;
}
.beach2-r1{
	margin-bottom: 20px;
}
.beach2-r2{
	width: 60%;
}
.beach-map{
	padding: 80px 0;
	background: #f2f2f2;
}
.beach-footer{
	background: #373961;
	padding: 80px 0;
}
.beach-footer-in{
    display: flex;
    justify-content: space-between;
}
.beach-footer-in>div{
	flex-basis: 48%;
}
.beach-footer-in h1{
	max-width: 330px;
	width: 100%;
	margin-bottom: 30px;
}
.beach-footer-l p{
	color: #fff;
	font-size: 18px;
}
.footer-tel{
	font-size: 20px;
	letter-spacing: 2px;
}
.footer-link-btn{
    max-width: 420px;
    margin-bottom: 50px;
}
.footer-link-btn a{
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #fff;
    font-size: 24px;
    letter-spacing: 3px;
    background: #ED7D31;
    justify-content: center;
}
.footer-link-btn a img{
	width: 70px;
}
.beach-insta{
    max-width: 330px;
    padding-left: 8%;
}

@media screen and (max-width:768px){
	section.top-area {
		margin-bottom: 0!important;
	}
	.width {
		width: 100%;
	}
	.btn-area{
		text-align: center;
	}
	.btn-area a {
		padding: 5px 20px;
		font-size: 18px;
	}
	.btn-area a img {
		width: 40px;
		margin-right: 0;
	}
	.beach-main {
		padding: 30px 0;
	}
	.beach1-top {
		display: block;
		margin-bottom: 15px;
	}
	.beach-main h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.beach-main p {
		margin-top: 15px;
		display: flex;
		justify-content: center;
	}
	.beach1-foot {
		display: block;
	}
	.sec-title{
		display: flex;
		justify-content: center;
		gap: 1rem;
	}
	.beach2-flex {
		display: block;
	}
	.beach2-l{
		display: none;
	}
	.beach2-r2 {
		width: 100%;
		margin-top: 20px;
	}
	.beach-map {
		padding: 30px 0;
	}
	.air-area h3 {
		font-size: 18px;
		margin-bottom: 0px;
		margin-left: 5%;
	}
	.air-area p {
		margin-bottom: 10px;
		margin-left: 5%;
	}
	.air-amenity.width {
		width: 90%!important;
	}
	.air-amenity h3 {
		font-size: 18px;
	}
	.air-amenity-items>div p {
		margin-bottom: 10px;
	}
	.air-amenity>a {
		font-size: 14px;
		display: block;
		text-align: center;
	}
	.beach-footer {
		padding: 30px 5%;
	}
	.foot-flex-sp{
		display: flex;
		margin-bottom: 30px;
	}
	.footer-link-btn a {
		font-size: 18px;
	}
	.footer-link-btn a img {
		width: 60px;
	}
	.beach-insta {
		margin-top: 10px;
	}
	.beach-footer .sp p{
		color: #fff;
		line-height: 1.7;
	}
}

 /*プライバシー********************************************************************/
.privacy-page{
	padding: 50px 0;
}
.privacy-page h1{
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
}
.privacy-page h2{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.privacy-page p{
	margin-bottom: 30px;
	padding-left: 1rem;
}
.top-link-btn{
	text-align: center;
	margin-top: 80px;
}
.top-link-btn a{
    display: inline-block;
    border: 1px solid;
    padding: 10px 50px;
}


 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}