@charset "utf-8";

.mincho {
    font-family: 'Lora', serif;
}
ul,li {
    list-style: none;
}
/* ===================================================================================
for PC min-width: 741px
=================================================================================== */
@media screen and (min-width: 741px) {
    .kirasui_head {
        position: relative;
        width: 100%;
        height: 600px;
        background: url(../images/kirasui_bg.jpg);
        background-size: cover;
    }
    .kirasui_main {
        position: absolute;
        top: 80px;
        right: 6%;
        width: 650px;
    }
    .res {
        padding-top: 30px;
    }
    .relax-main {
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .cont_under {
        font-size: 14px;
        color: #333;
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .pc_hidden {
        display:none;
    }
    .cont_under .underH3 {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        height: 45px;
        background-image: url(../images/h3bg.png);
        background-repeat: no-repeat;
        overflow: hidden;
        font-size: 24px;
        color: #3F1000;
        padding-left: 120px;
        font-weight: normal;
    }
    .cont_under .contBlock {
        padding-top: 35px;
        padding-bottom: 100px;
        height: auto;
        width: 1000px;
        display: block;
        text-align: left;
    }
    .cont_under .contBlock .contTxt {
        line-height: 28px;
        font-size: 14px;
    }
    .trouble {
        background-color: #E3ECE6;
        width: 400px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 40px;
    }
    .trouble_ttl {
        top: -10px;
        position: absolute;
        left: 50%;
        margin-left: -77px;
        padding-bottom: 10px;
    }
    .trouble_img1 {
        width: 96%;
    }
    .trouble_img1 img {
        width: 100%;
        box-shadow: 2px 2px 10px 0 #CCC;
        -webkit-box-shadow: 2px 2px 10px 0 #CCC;
        -moz-box-shadow: 2px 2px 10px 0 #CCC;
        box-sizing: border-box;
        border: 5px solid #FFF;
    }
    .trouble_list {
    }
    .trouble_list li {
        background-image: url(../images/listIcon1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        font-size: 14px;
        line-height: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menu-heading {
        font-size: 28px;
        color: #528860;
        line-height: 40px;
        vertical-align: middle;
        font-weight: normal;
    }
    .jp-head {
        vertical-align: middle;
        font-weight: normal;
        font-size: 13px;
        color: #3F1000;
        padding-left: 10px;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ","meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    }
    .trouble_txt1 {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        font-weight: normal;
        padding-left: 20px;
        padding-top: 20px;
    }
    .trouble_txt2 {
        font-size: 18px;
        color: #47271F;
        font-weight: bold;
        line-height: 32px;
        padding-top: 30px;
    }
    .trouble_txt3 {
        text-align: center;
        font-size: 18px;
        color: #47271F;
        font-weight: bold;
        line-height: 32px;
    }
    .trouble_txt4 {
        text-align: center;
        font-size: 21px;
        color: #47271F;
        font-weight: bold;
        line-height: 32px;
    }
    .kirasui_h4 {
        position: relative;
        color: #4A89C9;
        font-size: 32px;
        text-align: center;
        font-weight: normal;
        margin-top: 30px;
    }
    .kirasui_h4::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #4A89C9;
        height: 1px;
        width: 80px;
    }
    .kirasui_point {
        display: flex;
        margin-top: 32px;
    }
    .kirasui_point li {
        width: calc(33.333% - 10px);
        margin-right: 20px;
    }
    .kirasui_point li:last-child {
        margin-right: 0;
    }
    .point_img {
        position: relative;
        margin-bottom: 10px;
    }
    .point_txt {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: 60px;
        background: rgba(0,89,178,0.7);
        box-sizing: border-box;
    }
    .kirasui_ba {
        display: flex;
        margin-top: 40px;
    }
    .kirasui_ba .trouble_img1 {
        width: calc(50% - 20px);
    }
    .kirasui_ba .before {
        position: relative;
        margin-right: 40px;
    }
    .kirasui_ba .before::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -30px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #4A89C9;
    }
    .hydra_txt {
        padding-top: 30px;
    }
    .hydra_area {
        display: flex;
        margin-top: 40px;
    }
    .hydra_area>div {
        width: calc(50% - 10px);
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .hydra_area .flex_order1 {order: 1;}
    .hydra_area .flex_order2 {order: 2;}
    .hydra_area .trouble_img1 {
        position: relative;
    }
    .hydra_area .trouble_img1 .img_txt1 {
        position: absolute;
        bottom: 15px;
        right: 35px;
        color: #FFF;
    }
    .hydra_area .trouble_img1 .img_txt2 {
        position: absolute;
        font-size: 18px;
        font-weight: bold;
        top: 15px;
        left: 35px;
        color: #47271F;
    }
    .hydra_box {
        padding-top: 2px;
        padding-bottom: 5px;
        box-sizing: border-box;
        text-align: center;
    }
    .hydra_border {
        position: relative;
        padding-top: 20px;
        border: 5px solid #4A89C9;
        height: 100%;
        box-sizing: border-box;
    }
    .hydra_box p {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .hydra_txt2 {
        font-size: 18px;
        color: #47271F;
        font-weight: bold;
    }
    .hydra_txt3 {
        font-size: 21px;
        color: #B20000;
        font-weight: bold;
    }
    .hydra_txt4 {
        text-align: center;
        font-size: 18px;
        color: #333;
        padding-top: 40px;
        font-weight: bold;
    }
    .hydra_bottom {
        position: absolute;
        bottom: 0;
    }


    /*table-------------------------------------------------------------*/
    .menu-list {
        width: 100%;
        text-align: left;
        font-size: 14px;
        color: #3F1000;
        vertical-align: middle;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .menu-name {
        border-top: solid 2px #EEDEC4;
        box-sizing: border-box;
        font-weight: normal;
        display: block;
    }
    .price {
        text-align: right;
    }
    th {
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-name,.price {
        padding: 10px 30px;
    }
    .caution12 {
        font-size: 12px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #538961;
        padding-top: 0px;
    }
    .menu-area {
        padding-bottom: 40px;
        margin: 0;
    }

    .kirasui_area {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .kirasui_item {
        width: calc(33.333% - 15px);
        margin-right: 20px;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    .kirasui_item:nth-child(3) {
        margin-right: 0;
    }
    .item_img {
        height: 310px;
        width: 100%;
        border: 1px solid #CCC;
        background: #FFF;
        box-sizing: border-box;
    }
    .item_img.item1 {
        background: url(../images/kirasui_item1.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item2 {
        background: url(../images/kirasui_item2.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item3 {
        background: url(../images/kirasui_item3.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item4 {
        background: url(../images/kirasui_item4.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item5 {
        background: url(../images/kirasui_item5.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_ttl {
        font-size: 18px;
        font-weight: bold;
        color: #4A88C9;
        padding-top: 10px;
    }
}
/* ===================================================================================
for SP max-width: 740px
=================================================================================== */
@media screen and (max-width: 740px){
    .kirasui_head {
        position: relative;
        width: 100%;
        height: 300px;
        background: url(../images/kirasui_bg.jpg);
        background-size: cover;
    }
    .kirasui_main {
        position: absolute;
        top: 30px;
        right: 10%;
        width: 70%;
    }
    .res {
        padding-top: 10px;
    }
    .relax-main {
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }
    .cont_under {
        font-size: 14px;
        color: #333;
        padding-bottom: 20px;
    }

    .cont_under .underH3 {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        height: 45px;
        background-image: url(../images/h3bg.png);
        background-repeat: no-repeat;
        overflow: hidden;
        font-size: 16px;
        color: #3F1000;
        font-weight: normal;
        text-align: center;
        width: 100%;
    }
    .cont_under .contBlock {
        padding-top: 20px;
        padding-bottom: 40px;
        height: auto;
        width: 100%;
        display: block;
        text-align: left;
    }
    .cont_under .contBlock .contTxt {
        line-height: 28px;
        font-size: 14px;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    .trouble {
        background-color: #E3ECE6;
        width: 96%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
    }
    .trouble_ttl {
        top: -10px;
        position: absolute;
        left: 50%;
        margin-left: -77px;
        padding-bottom: 10px;
    }
    .trouble_list {
    }
    .trouble_list li {
        background-image: url(../images/listIcon1.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
        font-size: 14px;
        line-height: 24px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .trouble_img1 {
        width: 96%;
        margin: 0 auto;
    }
    .trouble_img1 img {
        width: 100%;
        box-shadow: 2px 2px 10px 0 #CCC;
        -webkit-box-shadow: 2px 2px 10px 0 #CCC;
        -moz-box-shadow: 2px 2px 10px 0 #CCC;
        box-sizing: border-box;
        border: 5px solid #FFF;
    }
    .trouble_txt1 {
        font-size: 14px;
        color: #666;
        line-height: 32px;
        font-weight: normal;
        padding-left: 20px;
        padding-top: 20px;
    }
    .trouble_txt2 {
        font-size: 15px;
        color: #47271F;
        font-weight: bold;
        line-height: 32px;
    }
    .trouble_txt3 {
        text-align: center;
        font-size: 16px;
        color: #47271F;
        font-weight: bold;
        line-height: 32px;
    }
    .trouble_txt4 {
        text-align: center;
        font-size: 16px;
        color: #47271F;
        font-weight: bold;
        line-height: 32px;
    }
    .jp-head {
        vertical-align: middle;
        font-weight: normal;
        font-size: 13px;
        color: #3F1000;
        font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "meiryo", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
        line-height: 13px;
    }
    .kirasui_h4 {
        position: relative;
        color: #4A89C9;
        font-size: 32px;
        text-align: center;
        font-weight: normal;
        margin-top: 30px;
    }
    .kirasui_h4::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #4A89C9;
        height: 1px;
        width: 80px;
    }
    .kirasui_point {
        margin-top: 32px;
    }
    .kirasui_point li {
        width: 100%;
        margin-bottom: 20px;
    }
    .point_img {
        position: relative;
        margin-bottom: 10px;
    }
    .point_txt {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: 60px;
        background: rgba(0,89,178,0.7);
        box-sizing: border-box;
    }
    .kirasui_ba {
        display: flex;
        margin-top: 40px;
    }
    .kirasui_ba .trouble_img1 {
        width: calc(50% - 20px);
    }
    .kirasui_ba .before {
        position: relative;
        margin-right: 40px;
    }
    .kirasui_ba .before::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -30px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #4A89C9;
    }
    .hydra_txt {
        padding-top: 30px;
    }
    .hydra_area {
        margin-top: 40px;
    }
    .hydra_area>div {
        width: 100%;
        box-sizing: border-box;
    }
    .hydra_area .trouble_img1 {
        position: relative;
        margin-bottom: 20px;
    }
    .hydra_area .trouble_img1 .img_txt1 {
        position: absolute;
        bottom: 14px;
        right: 20px;
        color: #FFF;
    }
    .hydra_area .trouble_img1 .img_txt2 {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        top: 15px;
        left: 15px;
        color: #47271F;
    }
    .hydra_box {
        padding-top: 2px;
        padding-bottom: 5px;
        box-sizing: border-box;
        text-align: center;
    }
    .hydra_border {
        padding-top: 20px;
        border: 5px solid #4A89C9;
        height: 100%;
        box-sizing: border-box;
    }
    .hydra_box p {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .hydra_txt2 {
        font-size: 15px;
        color: #47271F;
        font-weight: bold;
    }
    .hydra_txt3 {
        font-size: 21px;
        color: #B20000;
        font-weight: bold;
    }
    .hydra_txt4 {
        text-align: center;
        font-size: 18px;
        color: #333;
        padding-top: 40px;
        font-weight: bold;
    }
    .hydra_bottom {
    }


    /*table-------------------------------------------------------------*/
    .menu-list {
        width: 100%;
        text-align: left;
        font-size: 14px;
        color: #3F1000;
        vertical-align: middle;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .menu-name {
        border-top: solid 2px #EEDEC4;
        box-sizing: border-box;
        font-weight: normal;
        display: block;
    }
    .price {
        text-align: right;
    }
    th {
        vertical-align: middle;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-name,.price {
        padding: 10px 30px;
    }
    .caution12 {
        font-size: 12px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #538961;
        padding-top: 0px;
    }
    .menu-area {
        padding-bottom: 40px;
        margin: 0;
    }

    .kirasui_area {
        margin-top: 30px;
    }
    .kirasui_item {
        width: 100%;
        margin-bottom: 30px;
        box-sizing: border-box;
    }
    .item_img {
        height: 310px;
        width: 100%;
        border: 1px solid #CCC;
        background: #FFF;
        box-sizing: border-box;
    }
    .item_img.item1 {
        background: url(../images/kirasui_item1.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item2 {
        background: url(../images/kirasui_item2.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item3 {
        background: url(../images/kirasui_item3.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item4 {
        background: url(../images/kirasui_item4.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_img.item5 {
        background: url(../images/kirasui_item5.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .item_ttl {
        font-size: 18px;
        font-weight: bold;
        color: #4A88C9;
        padding-top: 10px;
    }

}
