/*
ゴシック
font-family: "Noto Sans JP", sans-serif;

明朝
font-family: "Noto Serif JP", serif;
*/

body{
    background-image:url(../img/index/body-bg.png),linear-gradient(180deg, rgba(40, 0, 0, 1), rgba(0, 0, 0, 1));
    background-repeat: no-repeat;
    background-size: contain;
    font-family: "Noto Sans JP", sans-serif;
}

figure,p{
    margin-bottom: 0;
}

img{
    width: 100%;
}

ul{
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

a{
    text-decoration: none;
}

p{
    font-size: 16px;
    line-height: 1.5em;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.grnv-bg{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    justify-content: center;
    margin: 0 auto;
}

.grnv header{
    background-color: white;
    padding: 0 50px;
    align-items: center;
}

.grnv header img{
    width: 80%;
}

.nav {
    position: relative;
    margin: 0 auto;
    width: 60%;
}

.nav > li {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

.nav > li a {
    display: block;
    text-align: center;
    color: black;
    transition: .2s;
}

.nav > li a:hover {
    color: #999;
}

.grnv-drop{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.grnv-mega li a{
    line-height: 3em;
}

.grnv-mega li a:hover {
    background: #f4901e;
    color: white;
}

.grnv-mega .grnv-drop{
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background-color: white;
    transition: all .2s ease;
}

.grnv-mega:hover .grnv-drop{
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.grnv-mega .grnv-drop > li{
    float: left;
    width: 32%;
    border: none;
}

.grnv-mega .grnv-drop > li:nth-child(3n+2){
    margin: 0 1%;
}

.grnv-menu i{
    padding-left: 5px;
}

.head-tel{
    display: block;
    background-color: #f4901e;
    border-radius: 50px;
    padding: 10px 0;
    transition: .3s;
}

.head-tel:hover{
    background-color: #c28f19;
}

.head-tel span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.head-tel p{
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.head-tel p i{
    padding-right: 5px;
}

.mySwiper{
    margin-top: 150px;
}

.mySwiper img{
    border-radius: 10px;
}

.tp-topics{
    margin: 100px auto;
}

.tp-topics-bg{
    background-image: url(../img/index/topics-bg.jpg);
    border: 1px solid #c28f19;
    border-radius: 20px;
    padding: 50px 0;
    box-shadow: 0px 0px 20px 0px rgba(255, 115, 0, 0.5);
}

.topics-title{
    text-align: center;
}

.topics-title h2{
    color: #c28f19;
}

.topics-title p{
    color: white;
}

.topics-content{
    width: 90%;
    margin: 50px auto;
}

.topics-content ul{
    display: flex;
    justify-content: space-between;
}

.topics-content li{
    width: 48%;
}

.custom-shape-divider-top-1743142454 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1743142454 svg {
    position: relative;
    display: block;
    width: calc(270% + 1.3px);
    height: 127px;
}

.custom-shape-divider-top-1743142454 .shape-fill {
    fill: #FFFFFF;
}

.tp-menu,.recr-bosyu{
    background:
    radial-gradient(white 3px, transparent 4px),
    radial-gradient(white 3px, transparent 4px),
    linear-gradient(#f5f1e3 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, white 75px, white 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, white 76px, white 77px, transparent 78px, transparent 109px),
    #f5f1e3;
    background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
    background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    padding: 100px 0;
}

.tp-menu-title,.tp-news-title{
    text-align: center;
    margin-bottom: 50px;
}

.tp-menu-title h2,.tp-news-title h2{
    color: #c28f19;
    font-weight: bold;
}

.tp-menu-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tp-menu-content li{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(227, 227, 227, 1) 50%);
    width: 18%;
    margin: 10px auto;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.3));
    transition: .3s;
}

.tp-menu-content li a{
    display: block;
    padding: 10px;
    text-align: center;
    color: #f4901e;
    transition: .3s;
}

.tp-menu-content li:hover{
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.6));
}

.tp-menu-content li a p,.tp-menu-content li a i{
    margin-top: 10px;
    font-weight: bold;
    transition: .3s;
}

.tp-menu-content li a:hover p,.tp-menu-content li a:hover i{
    color: #c28f19;
}

.tp-menu-to{
    width: 98%;
    margin: 50px auto 20px auto;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.tp-menu-to img{
    border-radius: 10px;
    transition: .3s;
}

.tp-menu-to a:hover img{
    opacity: .8;
}

.tp-recruit{
    display: flex;
    align-items: center;
    border-bottom: 10px solid #c28f19;
    background-color: #c23b19;
}

.tp-recr-l,.tp-recr-r{
    width: 50%;
}

.tp-recr-l{
    padding: 0 50px;
}

.tp-recr-title h2{
    color: white;
    font-weight: bold;
}

.tp-recr-title p{
    font-weight: bold;
    color: white;
}

.tp-recr-text{
    margin: 30px 0;
    color: white;
}

.tp-recr-text h3{
    font-weight: bold;
    font-size: 16px;
}

.tp-recr-text span{
    display: block;
    font-size: 30px;
    margin-top: 5px;
}

.tp-recr-text a{
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    text-align: center;
    background-color: white;
    color: #ee5a24;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    transition: .3s;
}

.tp-recr-text a i{
    padding-left: 10px;
    transition: .3s;
}

.tp-recr-text a:hover{
    background-color: #c28f19;
    color: white;
}

.tp-news{
    margin-top: 100px;
}

.tp-news-title p{
    color: white;
}

.tp-news-content{
    color: white;
}

.tp-news-text{
    width: 100%;
}

.tp-news-text th{
    font-weight: normal;
    padding: 20px 0;
    border-top: 1px solid White;
    border-bottom: 1px solid white;
}

.tp-news-text td{
    padding: 20px 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.tp-news-text span{
    background-color: #ee5a24;
    padding: 5px 20px;
    margin-right: 20px;
    font-size: 14px;
    border-radius: 20px;
}

.tp-sns,.tp-bnr{
    margin: 100px 0;
}

.tp-sns-img,.tp-bnr-content{
    display: flex;
    justify-content: space-between;
}

.tp-sns-img a,.tp-bnr-content a{
    width: 45%;
    transition: .3s;
}

.tp-sns-img a:hover,.tp-bnr-content a:hover{
    opacity: .8;
}

.tp-store{
    background-image: url(../img/index/store-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.tp-store-content{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.tp-store-logo img{
    width: 40%;
    margin-bottom: 20px;
}

.tp-store-logo a{
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #c28f19;
    color: white;
    font-weight: bold;
    transition: .3s;
}

.tp-store-logo a:hover{
    background-color: white;
    color: #c28f19;
}

.tp-store-logo a i{
    padding-left: 10px;
}

.tp-store-info{
    width: 58%;
}

.tp-store-info table{
    width: 100%;
}

.tp-store-info th,.tp-store-info td{
    color: white;
    padding: 10px 0;
}

.tp-store-info th{
    border-right: 1px solid white;
}

.tp-store-info td{
    padding-left: 20px;
}

footer{
    background-color: #42210b;
    padding: 50px 0;
}

footer img{
    width: 10%;
}

.foot-sitemap{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.foot-sitemap li{
    width: 20%;
    margin: 5px 10px;
}

.foot-sitemap li a{
    color: white;
    transition: .3s;
    font-size: 14px;
}

.foot-sitemap li a:hover{
    color: #c28f19;
}

.foot-sitemap li a i{
    padding-right: 10px;
}

.foot-sns{
    color: white;
}

.foot-sns p i{
    padding: 0 10px;
}

.foot-sns ul{
    display: flex;
    margin-top: 10px;
}

.foot-sns li{
    margin: 0 10px;
}

.foot-sns li a{
    background-color: white;
    color: black;
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    transition: .3s;
}

.foot-sns li a:hover{
    background-color: #c28f19;
    color: white;
}

.copy{
    color: white;
    text-align: right;
    border-top: 1px solid white;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
}

.pagetop-btn{
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    text-align: center;
    background-color: #f05a24;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}

.pagetop-btn:hover{
    background-color: white;
    color: #f05a24;
}


/* 共通 */
.head{
    margin-top: 100px;
    height: 30vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.head-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
    width: 90%;
}

.head-title h2{
    font-weight: bold;
}

.head-info{
    background-image: url(../img/store/head.png);
}

.head-menu{
    background-image: url(../img/menu/head.png);
}

.head-drink{
    background-image: url(../img/menu/drink/head.jpg);
}

/* store information */
.si-about{
    color: white;
    text-align: center;
    margin-top: 100px;
}

.si-about-text h4{
    font-family: "Noto Serif JP", serif;
    line-height: 2em;
    font-weight: bold;
    letter-spacing: 2px;
}

.si-about-text p{
    line-height: 2em;
    margin-bottom: 30px;
}

.si-about-text figure{
    width: 20%;
    margin: 0 auto;
}

.si-logo{
    margin: 100px 0 50px 0;
    text-align: center;
}

.si-logo img{
    width: 20%;
}

.si-tel{
    text-align: center;
    color: white;
}

.si-tel a{
    color: #ffea00;
    font-size: 60px;
    font-weight: bold;
}

.si-tel a i{
    padding-right: 10px;
}

.si-tel a span{
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
    color: white;
}

.si-info-content{
    margin-top: 100px;
}

.si-info-content table{
    width: 100%;
}

.si-info-content th,.si-info-content td{
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    color: white;
    padding: 20px 0;
}

.si-map{
    margin: 100px 0;
}

.si-tennai{
    margin-bottom: 100px;
}

.tennai-b{
    margin-bottom: 20px;
}

.tennai-b .swiper-slide{
    position: relative;
}

.tennai-b .swiper-slide .sw-cap{
    position: absolute;
    bottom: 5%;
    left: 5%;
    background-color: white;
    padding: 20px;
}

.sw-cap h4{
    margin-bottom: 0;
}

.sw-cap p{
    margin-top: 10px;
}

.tennai-s img{
    cursor: pointer;
}

.si-buppan{
    margin-bottom: 100px;
}

.si-buppan .col-md-8{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.si-buppan-l{
    width: 60%;
}

.si-buppan-r{
    width: 35%;
    color: white;
}

.si-buppan-r h3{
    color: #ffea00;
    border-bottom: 1px solid #ffea00;
    padding-bottom: 5px;
}

/* recruit */
.recr-head{
    margin-top: 150px;
}

.recr-head .col-md-10{
    display: flex;
    align-items: center;
}

.recr-head-title{
    width: 48%;
    color: white;
}

.recr-head-title h2{
    font-weight: bold;
    font-size: 30px;
}

.recr-head-title p span{
    display: block;
    color: #c28f19;
    font-size: 50px;
    font-weight: bold;
    margin-top: 20px;
}

.recr-head-title a,.entry-mail a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    color: #42210b;
    border-radius: 20px;
    transition: .2s;
}

.recr-head-title a:hover{
    background-color: #f05a24;
    color: white;
}

.recr-head-title a p{
    padding-left: 10px;
}

.recr-head-img{
    width: 48%;
}

.recr-motomeru{
    margin: 100px 0;
}

.recr-motomeru h3{
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.recr-motomeru ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recr-motomeru li{
    width: 18%;
}

.recr-motomeru p{
    color: white;
    text-align: center;
    line-height: 2em;
    margin: 50px 0;
}

.recr-motomeru a{
    text-align: center;
    display: block;
}

.recr-motomeru a img{
    width: 60%;
}

.recr-bosyu h3{
    color: #42210b;
    text-align: center;
    margin-bottom: 20px;
}

.recr-bosyu .nav{
    width: 100%;
    justify-content: space-between;
}

.recr-bosyu .nav-tabs{
    border-bottom: none;
}

.recr-bosyu .nav-item{
    width: 48%;
    margin: 20px 0;
}

.recr-bosyu .nav-link{
    width: 100%;
    color: white;
    background-color: #989898;
    border-radius: 0;
}

.recr-bosyu .nav-item .active{
    background-color: #f05a24;
    color: white;
    border: none;
}

.recr-bosyu h4 span{
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.tab-pane{
    height: 550px;
    background-color: white;
    padding: 40px;
}

.tab-pane h4{
    color: white;
    background-color: #f05a24;
    text-align: center;
    padding: 10px 0;
}

.tab-pane table{
    width: 100%;
}

.tab-pane th,.tab-pane td{
    padding: 5px 0;
}

.tab-pane th{
    width: 20%;
    vertical-align: top;
    color: #f05a24;
}

.tab-pane th i{
    padding-right: 5px;
}

.tab-pane td{
    width: 75%;
}

.entry{
    margin: 100px 0;
}

.entry-content{
    display: flex;
    justify-content: space-between;
}

.entry-tel,.entry-mail{
    width: 48%;
}

.entry-text h4,.entry-text p{
    color: white;
    text-align: center;
}

.entry-tel-btn{
    background: #fa8f3b;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    max-width: 520px;
    padding: 10px 40px;
    color: white;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    box-shadow: 5px 5px 0 #faaf3b;
    font-size: 24px;
}

.entry-tel-btn:hover{
    background-color: #faaf3b;
    box-shadow: 0 0 0;
    transform: translate(5px, 5px);
    color: white;
}

.entry-tel-btn i{
    padding-right: 5px;
}

.entry-mail a{
    margin: 10px auto;
    font-size: 24px;
    width: 400px;
    height: 70px;
    border-radius: 50px;
}

.entry-mail a i{
    padding-right: 10px;
}

/* メニュー */
.head-menu{
    position: relative;
}

.head-menu::before{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(193, 142, 25, 1);
    mix-blend-mode: multiply;
}

.menu-jump{
    background-color: #eae1ca;
    padding: 50px 0;
}

.menu-jump ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-jump li{
    width: 18%;
    margin: 10px;
}

.menu-jump li a{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: white;
    color: #42210b;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
    transition: .2s;
}

.menu-jump li a:hover{
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    color: #ee5a24;
}

#omu,#spa,#cur,#doria,#dx,#ste,#sid,#tei,#bent,#ple,#soba,#don{
    margin-top: -50px;
    padding-top: 50px;
}

.menu-content{
    margin-bottom: 100px;
}

.menu-title h3{
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #ff7300;
    color: white;
    margin-top: 100px;
}

.menu-title h3:before{
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid white;
}

.menu-title p{
    color: white;
}

.menu-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.menu-list .col-md-4{
    width: 32%;
    background-color:#dfd8c2;
    background-image:
    repeating-linear-gradient(
        45deg,
        rgba(228,224,210,0.8),
        rgba(228,224,210,0.8) 100px,
        transparent 0px,
        transparent 200px
    ),
    repeating-linear-gradient(
        -45deg,
        rgba(228,224,210,0.5),
        rgba(228,224,210,0.5) 100px,
        transparent 0px,
        transparent 200px
    );
    border-radius: 10px;
    margin: 10px 0;
    padding: 20px;
}

.space{
    width: 32%;
}

.menu-list dl{
    color: #42210b;
    font-size: 18px;
}

.menu-list p{
    background-color: #42210b;
    color: white;
    padding: 5px;
    font-size: 14px;
}

.menu-text{
    margin-top: 50px;
}

.menu-text ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.menu-text li{
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 0 10px;
    font-weight: bold;
}

.menu-option{
    border: 2px solid white;
    margin-top: 50px;
    padding: 20px;
}

.menu-option ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.menu-option li{
    width: 30%;
    color: white;
    margin: 10px;
    text-align: center;
    font-weight: bold;
}

.menu-option li span{
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.steak-text p{
    background-color: transparent;
    font-size: 20px;
}

.steak-text h4{
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background-color: yellow;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.steak-kodawari{
    margin-top: 30px;
}

.steak-kodawari h4{
    color: yellow;
    border-left: 3px solid yellow;
    padding-left: 10px;
}

.steak-kodawari li{
    color: white;
    margin: 5px 0;
}

.steak-kodawari i{
    padding-right: 10px;
    color: yellow;
}

/* drink */
.drink-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.drink-content table{
    width: 100%;
    margin-bottom: 10px;
}

.drink-content th,.drink-content td{
    color: white;
}

.drink-content td{
    text-align: right;
}

.drink-l,.drink-r{
    width: 48%;
}

.drinkbar{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
}

.drinkbar:before,.drinkbar:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: white;
}

.drinkbar:before{
    left: 10px;
}

.drinkbar:after{
    right: 10px;
}

.drinkbar figure,.drinkbar-text{
    padding: 10px;
}

.drinkbar-text h4{
    color: #c28f19;
    border-left: 5px solid #c28f19;
    background-color: white;
    padding: 8px 5px;
}

.drinkbar-text p{
    color: white;
}

.kurohhuru-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.kurohhuru-content figure,.kurohhuru-text{
    width: 48%;
    color: white;
}

.kurohhuru-text h4{
    color: #eae1ca;
    border-bottom: 1px solid #eae1ca;
    padding-bottom: 10px;
}

.kurohhuru-text h4 i{
    padding-right: 10px;
}

.kuro-date{
    border-bottom: 1px dotted white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.kuro-price{
    text-align: right;
    font-weight: bold;
    font-size: 30px;
}

/* takeout */
.takeout-wrapper{
    color: white;
}

.takeout-tel,.time{
    font-size: 50px;
    font-weight: bold;
}

.takeout-tel i,.time i{
    padding-right: 10px;
}

.demae-wrapper p{
    margin-top: 30px;
    color: white;
}

.time span{
    font-size: 20px;
    padding-left: 10px;
}

.haitatu{
    background-color: white;
    padding: 20px;
}

.haitatu h4{
    color: #ee5a24;
    font-weight: bold;
    text-align: center;
}

.accordion-icon{
    display: none;
}

.haitatu ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.haitatu li{
    width: 23%;
    text-align: center;
    background-color: #dfd8c2;
    margin: 10px 5px;
    padding: 10px 20px;
}

.demae-title{
    margin-top: 30px;
}

.demae-title h3{
    display: block;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    color: white;
    border-bottom: 1px solid white;
}

.o-do-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.o-do-wrapper figure{
    width: 40%;
}

.o-do-content{
    width: 55%;
}

.o-do-content ul{
    display: flex;
    justify-content: space-between;
}

.o-do-content li{
    width: 30%;
}

.o-do-content p{
    color: white;
    margin-top: 10px;
}

.o-do-content span{
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

/* ご予約・お問い合わせ */
.cont-wrapper{
    margin: 100px auto;
    color: white;
}

.cont-text{
    margin-bottom: 50px;
}

.cont-text p{
    margin-bottom: 10px;
}

.cont-content h3{
    border-bottom: 1px solid white;
    border-left: 5px solid #c23b19;
    padding: 0 0 10px 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

.cont-tel{
    margin-bottom: 100px;
}

.cont-tel a{
    color: #f4901e;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #f4901e;
}

.cont-tel a i{
    padding-right: 10px;
}

.cont-tel p{
    margin-top: 10px;
    font-size: 14px;
}

.yoyaku-form{
    margin-top: 100px;
}

.field{
    display: flex;
    margin: 20px 0;
}

.label{
    width: 30%;
}

.label i{
    color: #ffea00;
    padding-right: 5px;
}

.label span{
    font-size: 12px;
    color: #f05a24;
    padding-left: 10px;
}

.control{
    width: 60%;
}

.input,.textarea{
    width: 100%;
    border-radius: 20px;
    padding-left: 15px;
}

input[type=date] {
    position: relative;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=date]::-webkit-clear-button {
    -webkit-appearance: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.textarea{
    height: 100px;
}

.sousin{
    border: 1px solid white;
    border-radius: 40px;
    padding: 10px 50px;
    background-color: white;
    color: #c23b19;
    transition: .2s;
}

.sousin:hover{
    background-color: rgba(0, 0, 0, 0);
    color: white;
}

/* 個人情報保護方針 pripoli */
.pripoli-content{
    margin: 50px auto;
    color: white;
}

.pripoli-content h3{
    margin-top: 30px;
    font-size: 20px;
    border-bottom: 1px solid white;
    border-left: 5px solid #c23b19;
    padding: 0 0 10px 10px;
    font-weight: bold;
    letter-spacing: 2px;
}

/* サイトマップ */
.sitemap-content{
    margin: 50px 0;
}

.sm-wrap li{
    margin: 10px 0;
}

.sm-wrap a{
    color: white;
    transition: .3s;
}

.sm-wrap a:hover{
    color: #ffea00;
}

.sm-wrap i{
    padding-right: 5px;
}

.sm-menu{
    display: flex;
    flex-wrap: wrap;
    background-color: #ffea00;
}

.sm-menu li{
    width: 20%;
    margin: 10px 0;
    text-align: center;
}

.sm-menu a{
    color: black;
    text-align: center;
    transition: .3s;
}

.sm-menu a:hover{
    color: #ee5a24;
}