@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
img,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td,
details,
footer,
header,
nav,
section,
summary,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

body {
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #111;
}

main {
  overflow: hidden;
    position: relative;
    z-index: 2;
}

details,
footer,
header,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  vertical-align: middle;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }
}
.animate-fade {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s, transform 0.4s;
}
.animate-fade.is-on {
  opacity: 1;
  transform: translateY(0);
}

.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}

body {

}

.page_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/page_bg.jpg);
 background-repeat: no-repeat;
 background-size: cover;
    background-position: bottom center;
}


.main-inner {
  background-color: #fff;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.4);
  max-width: 700px;
  margin-inline: auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 500px) {
  .main-inner {
    padding-bottom: 50px;
  }
}


.east-plan {
  margin-top: 5px;
}
@media screen and (max-width: 500px) {
  .east-plan {
    margin-top: 5px;
  }
}

.on_bg {
background-image: url(../img/s_hagumi_spacer.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 0x;
}
.on_bg.asahigaoka {
background-image: url(../img/s_asahigaoka_spacer.jpg);
}
.on_bg.hagumi {
background-image: url(../img/s_hagumi_spacer.jpg);
}
.on_bg.uenoshima {
background-image: url(../img/s_uenoshima_spacer.jpg);
}


.matsuri_box {
    margin-top: 60px;
    margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
.matsuri_box {
    margin-top: 30px;
    margin-bottom: 30px;
}   
}


.contents_bt ul {
margin: 0 0 50px 0;
padding: 0;
}
.contents_bt ul li {
    list-style: none;
    margin-bottom: 20px;
}
.contents_bt ul li:last-child {
    margin-bottom: 0;
}


.contents_cv_link ul {
width: 90%;
margin:20px auto 30px;
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.contents_cv_link ul li {
    width: 49.5%;
    list-style: none;
    margin-bottom: 20px;
}
.contents_cv_link ul li:last-child {
    width: 100%;
    margin-bottom: 0;
}


@media screen and (max-width: 500px) {
.contents_cv_link ul {
width: 90%;
margin:20px auto 0px;
padding: 0;
}
.contents_cv_link ul li {
    margin-bottom: 10px;
}    
}

/*****CVボタン*****/
.main-content-button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.button_set_bg {
background-image: url(../img/s_hagumi_spacer.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding: 30px 0 10px;
}
.button_set_bg .main-content-button {
    margin-top: 0px;
    margin-bottom: 30px;
}
.button_set_bg .main-content-button:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}




/*****フッター******/
.map {
    margin-top: 40px;
}

.property-note {
    padding: 20px 60px 0;
}

.property-note.set_bg {
background-image: url(../img/s_hagumi_spacer.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
}


.property-note .note01 {
    padding-bottom: 25px;
    font-size: 13px;
}
@media screen and (max-width: 500px) {
    .property-note .note01 {
        font-size: 10px;
    }
}


.contact-area {
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .contact-area {
    margin-top: 20px;
  }
}
.contact-area .lead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.contact-area .tel {
  margin-top: 25px;
  text-align: center;
}
.contact-area .tel img {
  width: 82.2857142857%;
}
.contact-area .data {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .contact-area .data {
    font-size: 14px;
  }
}

.logo-area {
  margin-top: 56px;
}
@media screen and (max-width: 500px) {
  .logo-area {
    margin-top: 30px;
  }
}

.footer {
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .inner {
  max-width: 910px;
  padding: 0 15px;
  margin-inline: auto;
}
.footer .info {
  text-align: center;
  font-size: 12px;
  line-height: 180%;
  padding-top: 40px;
  margin-bottom: 40px;
}

.ft_info {
  padding: 40px 20px 30px;
}
.ft_info .contact {
  margin-top: 30px;
}
.ft_info .contact .lead {
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .lead {
    font-size: 14px;
  }
}
.ft_info .contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 43px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .tel {
    margin-top: 10px;
    font-size: 36px;
  }
}
.ft_info .contact .tel a {
  color: #333;
  text-decoration: none;
}
.ft_info .contact .tel .ico {
  width: 46px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .tel .ico {
    width: 30px;
  }
}
.ft_info .contact .date {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 500px) {
  .ft_info .contact .date {
    margin-top: 0;
    font-size: 12px;
  }
}

.cv-btns {
  width: 100%;

}
.cv-btns.mb0 {
  margin-bottom: 0;
}

.cv-btns_bottom {
  position: fixed;
    z-index: 5;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  max-width: 700px;
  transform: translateX(-50%);
}
.cv-btns_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 50%;
  max-width: 350px;
  min-height: 80px;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: background-color 0.3s;
}
.cv-btns_bottom a::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #fff;
}

.cv-btns_bottom .reserve {
  background: #ED1C24;
}
.cv-btns_bottom .contact {
  background: #005EAC;
}
@media screen and (max-width: 500px) {
 .cv-btns_bottom a {
    width: 50%;
    font-size: 14px;
    padding: 10px;
  }
}



.copy-right {
  padding: 10px;
  text-align: center;
  font-size: 10px;
}

