@charset "utf-8";
/*
Theme Name:Simple
Version:1.0
Author:Kumagai
*/

button:focus {
  outline: none;
}

body{
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Noto Sans JP',sans-serif;
}

.container{
    max-width: 980px;
    padding-left: 20px;
    padding-right: 20px;
}

header{
    display: block;
    position: static;
    background-color: #fff;
    width: 100%;
}

footer{
    padding: 30px;
    font-size: 0.8rem;
    text-align: center;
}

.main-visual{
    margin-top: 50px;
}

.cho-icon{
    position: absolute;
    left: 82%;
    top: -3%;
    height: 80px;
}

.main-title1{
    width: 80%;
}

.main-title2{
    width: 40%;
    margin-top: 10%;
}

.heart{
    width: 10%;
    margin-top: 10%;
}

.header {
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #333;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(100%);
  transition: transform .4s;
  z-index: 90;
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  height: 100vh;   
  list-style: none;
  display: inline-block;
  overflow-y: scroll;
  width: 100%;

}

.nav__item {
  padding: 0 20px;
}

.nav__item a{
    display: flex;
    gap: 5px;
    align-items: center;
    color:#eb6619;
}

.nav__item img{
    opacity: 0.8;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.banner-box{
    margin-top: 50px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-box img{
    height: 100px;
    margin: 15px auto;
}

.banner-megami{
    padding: 15px;
    border:1px solid #eee;
    width: 208px;
}

.sns-x{
    text-align: center;
    width: 100px;
}

.sns-x img{
    height: 50px;
    margin:auto;
}

h1.page-title{
    font-family: "Bodoni Moda", serif;
    font-weight: 400;
    font-size:2rem;
    margin-bottom: 30px;
    border-bottom:1px solid #eb6619;
    padding-bottom: 5px;
}

.news-box{
    margin-top: 150px;
    margin-bottom: 25px;
}

.news-thumb{
    background-repeat: no-repeat;
    background-size: cover;
    width: 210px;
    height: 210px;
    margin-bottom: 5px;
    background-position: center center;
}

.btn{
    font-size: 0.8rem;
}
.btn svg{
    height: 1.5rem;
}

.modal-info{
    display: none;
}

.modal-info.active{
    display: block;
}

#modal-outer{
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}

#modal-outer.active{
    display: flex;
    align-items: center;
    justify-content: center;
    position:fixed;
}

.modal{
    background-color: white;
    border-radius: 20px;
    width: 80%;
    padding: 40px;
    overflow-y: scroll;
    max-height: calc(100vh - 32px); /
}

.btn-book{
    padding: 10px;
    border-radius: 20px;
    background: #eb6619;
    color:white;
}

h2.book{
    font-size:1.1rem;
    text-align: center;
    font-weight: bold;
}

.close-btn{
    width: 1.5rem;
    margin-left: auto;
}

.back-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
    cursor: pointer;
}
.back-btn svg{
    height: 1.5rem;
}

.page-numbers,
.navigation-box a{
    margin: 0 5px;
    padding: 10px;
    border: 1px solid #ddd;    
    border-radius: 5px;
}

.page-numbers.prev,
.page-numbers.next{

    background-color: #aaa;
    color:white;
    border: 1px solid #aaa;    

}

input[type="submit"]{
    max-width: 300px;
    margin-top: 20px;
}

input,textarea{
    border:1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.red{
    color:#a00;
}

.contact-table{
    width: 700px;
    margin:auto;
}

.contact-table td{
    padding: 10px 0;
}

.wpcf7 form.invalid .wpcf7-response-output{
    background-color: #ffeed4;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    border:0px;
}

.navigation-box .nav-links{
    display: flex;
    justify-content: space-between;
}

#privacy p{
    padding: 10px 0;
}

.home-category{
    padding: 5px 10px;
    background-color: #ffe4ed;
    text-align: center;
    font-size:0.8rem;
    border-radius: 10px;
}

.event-box{
    padding: 20px 10px;
    border-bottom: 1px solid #aaa;
}

.event-box h2{
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 5px;
    background-color: #eb6619;
    color:white;
    width: 100%;
    text-align: center;
}

.event-box img{
    min-width: 250px;
    max-width: 300px;
}

.post-event{
    line-height: 3;
}

.post-event img{
    margin: 20px 0 !important;
}

.post-news a,
.post-message a{
    text-decoration: underline;
    color: #eb6619;
}
.post-message p{
    padding: 10px 0;
}

.news-solo-box{
  overflow-wrap: break-word;
  word-break: break-all;
  line-break: anywhere;
width: 210px;
}

.wpcf7-form-control.wpcf7-submit{
    background-color: #eee;

}

.page-numbers, .navigation-box a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers, .navigation-box a svg{
    width: 1rem;
}

@media (max-width: 768px) {
    .cho-icon{
        height: 10vw;
    }

    .contact-table{
        width: 100%;
    }

    .contact-table td{
        display: block;
        width: 100%;
    }    


    .navigation-box .nav-links{
        display: block;
    }

    .page-numbers, .navigation-box a{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin:10px auto;
    }

    .page-numbers, .navigation-box a svg{
        width: 1rem;
    }

}


@media (max-width: 640px) {
    .banner-box img{
        height: auto;
        width: 80%;
        max-width: 220px;
    }

    .banner-box .sns-x img{
        max-width: 80px;
    }
}

@media (max-width: 550px) {

 h1.page-title{
    font-size:1.5rem;
 }

}

@media (max-width: 470px) {


    .news-solo-box,
    .news-thumb{
        margin-bottom: 20px;
        /* width: 100%; */
    }

    .news-box{
        margin-top: 80px;
    }

    h1.page-title{
        font-size:1.1rem;
    }

}

