html {
    width: calc(100vw - calc(100vw - 100%));
    overflow-x: hidden;
}

body {
    max-width: 100vw;
    background-color: #f9ebc5;
    margin: 0;
}

main.page-main * {
    font-family: 'Sawarabi Mincho', sans-serif;
}

.title {
    font-size: 1.5em;
}

dl {
    margin: 0 auto;
}

.page-main {
    text-align: center;
}

.page-main h1,
.main h2 {
    font-size: 3em;
    color: #4bbcb8;
}

.main h2 {
    font-size: 2.5em;
}



.page-main > p:nth-child(5) {
    margin-bottom: 20px;
}

.title01-wrap {
    width: 100%;
    height: 0px;
    padding-top: 18%;
    padding-bottom: 18%;
    background-image: url(../img/res.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.title01 {
    background-color: rgba(255, 255, 255, 0.7);
}



.accordion-item {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
}

/*
.accordion-item:hover {
    transition: 2s;
   border-bottom: 5px solid #000;
}
*/

.accordion-header {
    transition: ease-in-out 100ms;
    display: flex;
    align-items:center;
    justify-content: center;
/*    color: #ea7d68;*/
}

.accordion-text {
    width: 100%;
    display: none;

}

.fa {
    transition: ease-in-out 300ms;
    
    
}

.st {
    display: block;
    height: auto;
    width: 24%;
    margin-left: 20px;
/*
    padding-top: auto;
    padding-bottom: 0;
*/
}

.rotate-fa {
    transform: rotate(180deg);
}


.accordion-header {
    height: 100%;
}

/*
.accordion-gold {
    color: #ea7d68;
}
*/

.accordion-no-bar {
    border-bottom: 0;
}

.width {
    width: 56%;
}

.title01 > p {
    margin-top: -1em;
    color: #d3a65f;
}


.com-wrap {
    margin-top: 5%;
}

.com {
    font-size: 1.5em;
    margin-top: 15px;
    margin-bottom: 15px;
}

#makai,
#mathan,
#coco {
    box-sizing: border-box;
    width: 100vw;
    margin: 0;
    background-color: #fff;
    display: none;
}

.news h2 {
    font-family: 'Kalam', cursive;
}

.news-ul {
    list-style-type: none;
    margin: 0 25% 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

div.maup,
div.up,
div.coup {
    background-image: #f9ebc5;
}

/*
div.maup:hover,
div.up:hover,
div.coup:hover {
    transition-property: background-image;
    transition-duration:3s;
    background-image: aqua;
}
*/

img.logo {
    width: 45%;
    max-width: 45%;
    margin: 0 auto;
}


/*個別のCSS*/
/*MAKAI*/
div#makai {
    position: relative;
}

#makai > span {
    box-sizing: content-box;
    width: 0px;
    height: 0;
    border-top: 30vh solid rgba(234, 125, 104, 0.9);
    border-right: 80vw solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -5%;
}

.circle {
    width: 25%;
    max-width: 250px;
    height: auto;
    margin-top: 2px;
    margin-left: 3%;
    font-size: 2em;
    position: absolute;
    z-index: 100;
}

img.korona {
    width: 80%;
    max-width: 1000px;
}

.maikai-img {
    width: 100%;
    max-width: 90%;
    height: auto;
    margin: 2% 5% 5%;
}

#makai table {
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: separate;
}

#makai table caption {
    text-align: center;
    caption-side: top;
}

#makai table,
tr,
td {
    border: 1px solid #000;
}

#makai table tr td {
    width: 16%;
}

.makai-info {
    width: 65%;
    margin: 0 auto;
}

.makai-info > p {
    text-align: left;
    color: #ea7d68;
    border-bottom: 2px solid #ea7d68;
}

.makai-info > dl {
    display: flex;

    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-top: none;

}

.makai-info > dl > dt {
    width: 30%;
    height: 70px;
    line-height: 70px;
    border-bottom: 2px dotted #ea7d68
}

.makai-info > dl > dd {
    width: 70%;
    height: 70px;
    border-bottom: 2px dotted #ea7d68
}

.makai-info > dl > dd:nth-child(4),
.makai-info > dl > dd:nth-child(6) {
    line-height: 70px;
}




/*ma-san*/
#mathan {
    border: 5% solid #000;
    color: #fff;
    background-color: #000;
    
}

.masan-shop {
    width: 90%;
    height: auto;
    margin: 2% 5% 0 5%;
}


.recommend {
    margin-bottom: 20px;
}

#mathan .recommend > p {
    text-align: center;
}

.recommend > p:first-child {
    margin-top: 25px;
    margin-bottom: 10px;
    /*    font-size: 2em;*/
}

.recommend > p:first-child::before {
    content: '';
    width: 50%;
    display: block;
    margin: 0 0 0 auto;
    border: 3px solid rgba(203, 155, 12, 0.9);
}

.recommend > p:first-child::after {
    content: '';
    width: 60%;
    display: block;
    margin: 0 auto;
    border: 3px solid rgba(203, 155, 12, 0.9);
}


#mathan .figbox {
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
}

#mathan figure {
    width: 30%;
}

#mathan figure img {
    width: 100%;
}

.masan-header {
    position: relative;
}
.massage2-wrap {
    margin: 0;
    padding: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
    background-color: rgba(203, 155, 12, 0.7);
    position: absolute;
    width: 20%;
    height: 100%;
    margin: auto;
    left: 40%;
}
.message2 {
    font-size: 24px;
     -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
/*    text-align: center;*/
    line-height: 100px;
    display: block;
    width: auto;
    margin: 0 auto;
    vertical-align: 
}

/*coco*/
.coco-top {
    margin-bottom: 25px;
}

/*
.co-contents {
    display: flex;
}
*/

.coco-img {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
}

img.coco-3 {
    width: 90%;
    height: auto;

}

img.neon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    max-width: 500px;
    min-width: 100px;
    height: auto;
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.8);
}

img.leaf1 {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
}

img.leaf2 {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
}



.coco-info {
    width: 80%;
    margin: 0 auto;
}

.coco-info > p {
    font-family: 'Kalam', cursive;
    font-size: 2em;
    font-weight: bold;
    border-top:
}

.coco-info dt {
    /*    float: left;*/
    display: inline-block;
}

.coco-info dd {
    /*    text-align: left;*/

}

.ins {
    width: 43px;
    color: white;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    border-radius: 5px;
}

.twi {
    color: aqua;
}

.menu-img {
    width: 65%;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    display: block;
    order: -1;
}

.tab-label {
    color: White;
    font-family: 'Kalam', cursive;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
}

.tab-label:not(:last-of-type) {
    margin-right: 5px;
}

.tab-content {
    color: white;
    /*  background-image: linear-gradient(to top right,rgba(49,164,203,1),rgba(236,65,145,1));*/
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.tab-switch:checked + .tab-label {
    background-image: url(../img/blackboad.jpg);
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    overflow: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.tab-switch {
    display: none;
}

.flex-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.flex-item1 {
    flex-basis: 30%;
}

.flex-item1 > p {
    display: inline;
    max-height: 500px;
    min-height: 200px;
    vertical-align: top;
    margin: 5% 0 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.flex-item1 > p:last-child {
    font-size: 2em;
}



.flex-item2 {
    flex-basis: 70%;
}

.flex-item2 img {
    width: 100%;
    height: auto;
}

.margin {
    padding-bottom: 25px;
}


/*******画面幅が959幅以下になったら*******/
@media (max-width: 959px) {

    .page-main h1,
    .main h2 {
        color: #ea7d68;
        font-size: 2em;
    }

    .news-ul {
        margin: 0 15% 20px;
    }


    .re-top-wrap > p {
        font-size: 2em;
        width: 70vw;
    }

}

/*******画面幅が768幅以下になったら*******/
@media (max-width: 768px) {
    .com {
        font-size: 16px;
    }

    table td {
        font-size: 10px;
    }

    .page-main h1,
    .main h2 {
        font-size: 1.5em;
    }

    .main > p {
        font-size: 16px;
    }

    .message {
        font-size: 16px;
    }

    .news-ul {
        font-size: 0.7em;
        margin: 0 4% 20px;
    }

    .re-top-wrap > p {
        font-size: 1.5em;
        width: 100vw;
    }

    #mathan > span:first-child {
        border-top: 45vh solid rgba(255, 255, 255, 0.8);
        border-right: 80vw solid transparent;
    }

    #mathan > span:nth-child(2) {
        border-top: 30vh solid rgba(203, 155, 12, 0.7);
        border-left: 80vw solid transparent;
    }

    .flex-wrap {
        display: block;
        position: relative;
    }

    .flex-item1 {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .left {
        margin-left: 10%;
        position: absolute;
        left: 0;
    }

    .right {
        margin-right: 10%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
    }

    .flex-item1 > p:last-child {
        font-size: 1.5em;
    }

    .menu-img {
        width: 100%;
    }


    img.logo {
        width: 90%;
        max-width: 500px;
    }

    .title {
        font-size: 20px;
    }

    body p,
    li,
    dl,
    dt,
    dd,
    caption,
    figcaption {
        font-size: 14px;
    }

    .makai-info {
        width: 100%;
        margin: 0;
    }

    .makai-info > dl {
        flex-flow: column nowrap;
        width: 100%;
        margin: 0;
    }

    .makai-info > dl > dt {
        width: 100%;
        height: auto;
        line-height: 40px;
        background-color: #ea7d68;
        border-bottom: none;
    }

    .makai-info > dl > dd {
        width: 100%;
        height: auto;
        border-bottom: none;
    }
    
    .message2 {
        font-size: 15px;}
}

******画面幅が544幅以下になったら******
@media screen and (max-width: 544px)　{
    .title {
        font-size: 10px;
    }
    
}
