@charset "UTF-8";

html {
    scroll-behavior: smooth;
}

.sitebody {
    color: #333;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

/* homeここから */
.b_index {
    background-color: #c1cea9;
}

.container {
    background-color: #fff;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
}

header {
    z-index: 999;
    width: 100%;
}

.mainlogo {
    text-align: center;
    margin: 30px auto;
}

.navigations ul {
    display: flex;
    max-width: 700px;
    margin: 0 auto;
    justify-content: space-between;
    font-size: 30px;
    padding: 20px;
}

.li-all {
    display: inline-block;
    height: 52px;
}

.li-all:hover {
    background-image: url(../images/logos/li_hover.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.first_view {
    max-width: 800px;
    margin: auto;
    margin-top: -50px;
}
.top01{
    position: relative;
    left: 725px;
    top: 75px;
}
.top03{
    position: relative;
    top: -75px;
    right: 75px;
}

.copys {
    padding: 100px;
    text-align: center;
    line-height: 1.9;
    background-image: url(../images/01top/house.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.main_copy {
    font-size: 20px;
    padding-bottom: 20px;
}

.sub_copy {
    font-size: 18px;
}

.copy p:first-child {
    padding-bottom: 30px;
}

.titles{
    text-align: center;
    padding: 100px 0 30px;
}

.recommend{
    max-width: 1000px;
    background-image: url(../images/01top/bg.png);
    margin: 50px auto 100px;
    padding: 0 20px 45px 20px;
}
.recommend_menu{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 50px;
}
.recommend_menu h1{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.recommend_menu p{
    line-height: 1.9;
}

.news{
    margin-bottom: 100px;
    padding: 0 20px;
}
.n_title{
    display: flex;
    padding: 0 0 10px 80px;
    font-size: 20px;
}
.n_title p{
    position: relative;
    bottom: -10px;
}
.news_details{
    display: flex;
    padding: 20px 0;
    align-items: center;
    border-bottom: #c1cea9 3px dotted;
    justify-content: space-evenly;
}
.news_text{
    text-align: left;
    width: 65%;
}
.news_text h1{
    font-weight: bold;
    margin-bottom: 20px;
}
.news_text p{
    line-height: 1.5;
}

.whatis{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 100px;
}
.whatis_details{
    width: 40%;
    line-height: 1.9;
}
.whatis_details img{
    padding-bottom: 50px;
}

/* topButton固定 */
.topButton {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none; /*デフォルトで非表示にする*/
}

@media screen and (max-width:768px) {
    .topButton img {
        display: none;
    }
}

/* footer */
footer {
    text-align: center;
    line-height: 1.8;
    padding-top: 50px;
}

footer img {
    width: 200px;
    padding-bottom: 30px;
}

/* homeここまで */


/* menuここから */
.b_menu {
    background-color: #d1b851;
}

.li_menu {
    background-image: url(../images/02menu/li_menu.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.li_menu:hover {
    background-image: url(../images/02menu/li_menu.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.morning_details {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.m_text{
    padding-top: 20px;
}
.m_text h1 {
    padding-top: 30px;
    display: inline-block;
    border-bottom: #d1b851 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.menu{
    display: flex;
    align-items: center;
}
.m-reverse{
    flex-direction: row-reverse;
}
.menu_imgs p{
    padding: 20px;
}

.text {
    padding: 20px 20px 0;
    text-align: left;
}
.text h1 {
    display: inline-block;
    border-bottom: #d1b851 1px solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.text p{
    line-height: 1.8;
}

.sweets{
    margin-bottom: 100px;
}

/* menuここまで */


/* about usここから */

.b_about {
    background-color: #717071;
}

.li_about {
    background-image: url(../images/03about_us/li_about_us.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.li_about:hover {
    background-image: url(../images/03about_us/li_about_us.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.info_details{
    max-width: 900px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.info table{
    white-space: nowrap;
}
.info table th{
    padding: 10px 30px 10px 0;
}
.info table td{
    padding: 10px 0;
}
.info_imgs{
    display: flex;
}
.parkingImg{
    position: relative;
    bottom: -120px;
    left: 60px;
}

.g-map  iframe{
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
}

.profile{
    text-align: center;
    margin-bottom: 100px;
}

.master_msg h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px 0 30px;
}
.master_msg p{
    line-height: 1.9;
}

/* about usここまで */


/* voicesここから */

.b_voices {
    background-color: #6499ae;
}

.li_voices {
    background-image: url(../images/04voices/li_voices.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.li_voices:hover {
    background-image: url(../images/04voices/li_voices.png);
    background-repeat: no-repeat;
    background-position: center center;
}


/* フェードイン用アニメーション */
.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 2s ease-out, transform 1s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}


.balloons {
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 100px;
}

.balloon1-8 {
    margin: 50px;
    padding: 50px;
    text-align: center;
    border-radius: 50%;
}

.balloon1-8 h1 {
    font-weight: bold;
    padding-bottom: 20px;
}

.balloon1-8 p {
    line-height: 1.8;
}

.balloon1,
.balloon4,
.balloon5,
.balloon8 {
    width: 300px;
    border: 3px solid #6499AE;
    border-radius: 39% 61% 32% 68% / 59% 45% 55% 41%;
    box-shadow: 6px 6px rgb(51, 51, 51, .1);
}

.balloon2,
.balloon3,
.balloon6,
.balloon7 {
    width: 300px;
    border: none;
    background-color: rgb(100, 153, 174, .5);
    border-radius: 46% 54% 70% 30% / 44% 45% 55% 56%;
    box-shadow: 6px 6px rgb(51, 51, 51, .1);
}

/* voicesここまで */


/* contactここから */

.b_contact {
    background-color: rgb(255, 206, 230, .5);
}

.li_contact {
    background-image: url(../images/05contact/li_contact.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.li_contact:hover {
    background-image: url(../images/05contact/li_contact.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.form_area {
    width: 900px;
    height: 900px;
    border-radius: 43% 57% 44% 56% / 60% 49% 51% 40%;
    background: rgb(255, 206, 230, .2);
    padding: 80px;
    margin: 0 auto;
    text-align: center;
}

input[type="name"],
input[type="email"],
input[type="tel"] {
    border: 1px solid #333;
    background-color: #fff;
    width: 400px;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    padding: 5px;
}

.radio_group {
    margin: 20px 0 30px;
}

input[type="radio"] {
    margin-bottom: 2px;
    cursor: pointer;
}

label{
    cursor: pointer;
}

textarea {
    border: #333 1px solid;
    background-color: #fff;
    width: 400px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: left;
    padding: 5px;
}

.attention{
    line-height: 1.9;
    margin-bottom: 30px;
}
.attention a{
    border-bottom: solid 1px #333;
}

input[type="submit"] {
    width: 200px;
    height: 50px;
    background-color: #333;
    color: #fff;
    margin-bottom: 50px;
}

input[type="submit"]:hover {
    background-color: #FFCEE6;
    color: #333;
    transition: .3s;
}

.faq{
    margin-bottom: 100px;
}

.qa {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(51, 51, 51, .1), 0 2px 3px -2px rgb(51, 51, 51, .1);
    background-color: rgb(51, 51, 51, .05);
}

.qa summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 30px 50px 30px 90px;
    color: #333333;
    cursor: pointer;
}

.qa summary::before,
.qa p::before {
    position: absolute;
    left: 50px;
    font-weight: bold;
}

.qa summary::before {
    content: "Q";
}

.qa summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa[open] summary::after {
    transform: rotate(225deg);
}

.qa p {
    line-height: 1.5;
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 5px 90px 25px;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa[open] p {
    transform: none;
    opacity: 1;
}

.qa p::before {
    color: #ff95c8;
    content: "A";
}

/* contactここまで */