/*
font-family: 'Dancing Script', cursive;
font-family: 'Zen Maru Gothic', sans-serif;
*/

body{
    background-color: #fff9f5;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.top-bnr{
    text-align: center;
    margin: 0 auto 50px auto;
}

.top-bnr img{
    width: 70%;
    margin: 10px 0;
}

.tp-bnr-link{
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center;
    width: 70%;
}

.tp-bnr-link a{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
    border: 1px solid #42210b;
    border-radius: 50px;
    background-color: #42210b;
    color: white;
    transition: .3s;
}

.tp-bnr-link a:hover{
    background-color: white;
    color: #42210b;
}

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

.top-title{
    display: flex;
    align-items: center;
}

.top-title h2{
    font-family: 'Dancing Script', cursive;
    font-size: 4rem;
    font-weight: bold;
}

.top-pickup,.top-lineup{
    margin-bottom: 100px;
}

.top-pickup-content,.top-lineup-content{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.top-pickup-content h3{
    margin-bottom: 10px;
}

.picktext{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 5px 0;
    padding: 5px 0;
}

.top-price{
    font-size: 20px;
}

.lineup-text{
    display: flex;
    align-items: center;
}

.top-lineup .col-md-9 a{
    display: block;
    float: right;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #42210b;
    margin-top: 20px;
    font-size: 20px;
    color: white;
    border-radius: 50px;
    transition: .3s;
}

.top-lineup .col-md-9 a:hover{
    background-color: white;
    color: #42210b;
}

.lineup-text h4{
    border-left: 3px solid black;
    margin-bottom: 10px;
    padding-left: 5px;
}

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

.shop-link{
    margin-top: 100px;
    height: 380px;
    overflow: hidden;
}

.shop-link a{
    position: relative;
}

.shop-link p{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    font-weight: bold;
    color: #333;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.9),0px 0px 8px rgba(255,255,255,0.9),0px 0px 8px rgba(255,255,255,0.9),0px 0px 8px rgba(255,255,255,0.9),0px 0px 8px rgba(255,255,255,0.9);
    z-index: 99;
    transition: .3s;
}

.shop-link a:hover p{
    text-shadow: 0px 0px 8px rgba(10,10,10,0.9);
    color: white;
}

.shop-link p span{
    font-size: 18px;
    text-align: center;
}

.shop-link img{
    z-index: 1;
    transition: .3s;
}

.shop-link a:hover img{
    transform: scale(1.1,1.1);
    opacity: .8;
}

.youtube{
    margin-top: 25px;
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 16/9;
}

.top-about{
    margin: 20px auto 100px auto;
    background-image: url(../img/index/about.png);
    background-position: right;
    background-size: 40% 100%;
    background-repeat: no-repeat;
}

.top-about-content p{
    margin-top: 20px;
    line-height: 2em;
}

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

.top-news-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    overflow: scroll;
    height: 200px;
    background-color: white;
    padding: 30px;
}

.top-news-content h4{
    font-size: 1.5rem;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.top-news-content p{
    margin-bottom: 10px;
}

.top-etc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.top-etc a{
    display: block;
    background-color: white;
    width: 400px;
    padding: 20px 0;
    margin: 10px 0;
    text-align: center;
    transition: .3s;
}

.top-etc a h4{
    font-family: 'Dancing Script', cursive;
    color: #42210b;
    margin-bottom: 10px;
    transition: .3s;
}

.top-etc a p{
    color: #42210b;
    transition: .3s;
}

.top-etc a:hover{
    background-color: #42210b;
}

.top-etc a:hover h4,.top-etc a:hover p{
    color: white;
}

.foot{
    background-image: url(../img/index/foot-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px 0;
    margin-top: 100px;
}

.foot-content{
    display: flex;
    align-items: center;
}

.foot-content figure img{
    width: 50%;
}

.foot-content table{
    margin-top: 20px;
    border-collapse: separate;
    border-spacing: 10px;
}

.foot-content th,.foot-content td{
    color: white;
    padding: 10px 10px 10px 0;
}

.foot-content td{
    border-left: 1px solid white;
    padding-left: 10px;
}

footer ul{
    display: flex;
    justify-content: center;
}

footer ul li{
    margin: 10px;
    font-size: 14px;
}

footer p{
    text-align: center;
}

.line{
    margin: 50px auto;
}

/* shop.html */
.shop-head{
    background-image: url(../img/shop/shop-head.png);
}

.shop-greeting-content{
    display: flex;
    margin-top: 30px;
}

.shop-greeting-content .col-md-8 figure{
    text-align: right;
    margin-top: 10px;
}

.shop-info-content{
    margin-top: 30px;
}

.shop-info-content h3{
    margin-top: 20px;
}

.shop-info-content table{
    margin: 20px 0;
    width: 100%;
}

.shop-info-content th,.shop-info-content td{
    padding: 20px 0;
    border-bottom: 1px solid black;
}

.shop-map{
    margin-top: 50px;
}

.shop-naikan .col-md-10{
    display: flex;
    margin-top: 20px;
}


/* guide.html */
.guide-content h3,.tokutei-text h4{
    margin: 10px 0;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.guide-1,.guide-2,.guide-3,.guide-4,.guide-5,.guide-6,.tokutei-text{
    margin: 30px 0;
}

.guide-6-text{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}

.guide-6-text p{
    font-size: 40px;
    font-weight: bold;
    margin-top: 20px;
}

.guide-6-text a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 10px auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #42210b;
    border: 1px solid #42210b;
    color: white;
    transition: .3s;
}

.guide-6-text a:hover{
    background-color: white;
    color: #42210b;
}

/* contact */
.contact-text{
    text-align: center;
    margin: 20px 0;
}

.contact-text ul{
    margin-top: 20px;
}

.contact .tel h3,.contact .mail h3{
    text-align: center;
    margin: 10px 0;
    border-bottom: 1px solid #42210b;
    color: #42210b;
    padding-bottom: 10px;
}

.tel-number{
    font-size: 30px;
    margin: 10px 0;
    font-weight: bold;
}

.mail .label span{
    font-size: 14px;
    background-color: red;
    color: white;
    padding: 3px 10px;
    margin-left: 5px;
    border-radius: 5px;
}

.contact-btn{
    background-color: #42210b;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    transition: .3s;
}

.contact-btn:hover{
    background-color: white;
    color: #42210b;
}

/* tokutei */
.tokutei h2{
    font-size: 3rem;
}

.tokutei-text h5{
    padding-left: 5px;
    margin: 5px 0;
    border-left: 2px solid #4a4a4a;
    color: #4a4a4a;
}

.tokutei-text table{
    width: 100%;
}

.tokutei-text th,.tokutei-text td{
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #4a4a4a;
    color: #4a4a4a;
}


/* privacypolicy */
.pripoli-text{
    margin: 30px 0;
}
.pripoli-text h4{
    margin: 20px 0;
    border-bottom: 1px solid #42210b;
    padding-bottom: 5px;
}

.pripoli-text li{
    color: #4a4a4a;
    font-size: 15px;
}

/* faq */
.faq{
    margin-bottom: 50px;
}

.faq-title h3{
    margin-top: 30px;
    background-color: #42210b;
    color: white;
    padding: 10px 20px;
}

.accordion-wrap{
    border-bottom: 1px solid #42210b;
}

.accordion-item{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 30px;
}

.accordion-header{
    transition: ease-in-out 100ms;
}

.accordion-text{
    width: 100%;
    display: none;
    padding-top: 5px;
    padding-bottom: 20px;
}

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

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

.accordion-gold{
    color: #42210b;
}

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

/* order */
.order-item-1,.order-item-2{
    display: flex;
    flex-wrap: wrap;
}

.order-item-1 .col-md-6{
    margin-bottom: 20px;
}

.order-item-1 img{
    width: 100%;
}

.order-item-1 h3{
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #42210b;
    color: #42210b;
    padding-bottom: 5px;
}

.order-item-2 table{
    width: 100%;
    border: 1px solid black;
    margin: 30px auto;
}

.order-item-2 td{
    padding: 10px;
}

.item-r{
    text-align: right;
    font-size: 24px;
    color: red;
}

.sousin{
    border: none;
    background-color: #594e52;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    transition: .3s;
    font-size: 20px;
    margin-top: 30px;
}

.sousin:hover{
    background-color: #ee7800;
}

.mail table {
	border-collapse: collapse;
	width:100%;
	margin-bottom: 1em;
}

.mail th.t_top {
    border-top: #061d33 4px solid;
}

.mail th {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: normal;
    width: 30%;
}

.mail td.t_top {
	border-top: #b3b3b3 4px solid;
}

.mail td {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}

.mail td input,.mail td textarea{
    width: 100%;
}

.mail .checkbtn{
    width: auto;
}

.mail .txt_red{
    font-size: 12px;
    color: red;
    margin-left: 10px;
}

input[type=radio]{
    width: auto!important;
}

.num_area{
    width: 50%!important;
}

.order-item-3 .accordion-wrap{
    border: 1px solid #42210b;
    padding: 20px;
    margin-bottom: 20px;
}

.order-item-3 .accordion-header{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.order-item-3 .accordion-item{
    margin-top: 0;
}

.order-item-3 li,.order-item-3 th,.order-item-3 td{
    color: #4a4a4a;
}

.order-item-3 table{
    width: 100%;
}

.order-item-3 th,.order-item-3 td{
    border-bottom: 1px solid #999;
    padding: 10px 0;
    font-size: 15px;
}

.order-item-3 th{
    width: 80%;
}

.order-item-3 td{
    width: 20%;
}