@charset "utf-8";

html {
    font-size: 62.5%; /* 10px */
}
body{
    color: #333;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fafafa;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
*:focus { /*bootstrapの画像とかボタンとかのフォーカス時の枠線を消す*/
    box-shadow:none !important;
    outline: none !important;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
    position: fixed;
    text-align: center;
    background-color: #fafafa;
    z-index: 999;
}
.navbar{
    position: absolute;
    padding: 0;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 6.0rem;
		margin-top: 0.7rem;
		margin-bottom: 0.7rem;
	}
    .navbar{
        margin-top: 0.7rem;
		margin-bottom: 0.7rem;
    }
    .navbar-toggler-icon{
        font-size: 1.2rem;
    }
    #contents{
        margin-top: 7.5rem;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head > div > div > a > img{
		width: 7.0rem;
		margin-top: 0.9rem;
		margin-bottom: 0.9rem;
	}
    .navbar{
        margin-top: 0.9rem;
        margin-bottom: 0.9rem;
    }
    .navbar-toggler-icon{
        font-size: 1.5rem;
    }
    #contents{
        margin-top: 8.0rem;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head > div > div > a > img{
		width: 9.0rem;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
	}
    .navbar{
        margin-top: 1.0rem;
        margin-bottom: 1.0rem;
    }
    .navbar-toggler-icon{
        font-size: 1.8rem;
    }
    #contents{
        margin-top: 10.0rem;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head > div > div > a > img{
		width: 11.0rem;
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
    #contents{
        margin-top: 12.0rem;
    }
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 11.0rem;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
    #contents{
        margin-top: 12.0rem;
    }
}
@media screen and (max-width : 991.98px) {
    .offcanvas-lg{
       width: 20.0rem !important;
    }
    .offcanvas-body{
        padding: 0;
    }
}
.process{
    list-style: none;
    margin: 0 0 9.5rem 0;
    padding: 0;
    font-size: 0;
}
.process > li{
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    height: 2.2rem;
}
.process > li > a{
    display:block;
    width: 100%;
    height: 100%;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    background-color: mediumslateblue;
    color: #fff;
}
.process > li > a:hover{
    background-color: transparent;
    color: orange
}
.list-group-item-action:focus{
    background-color: mediumslateblue;
    color: #fff;
}
.list-group-item.active{
    background-color: orange;
    color: #fff;
}
#main{
        max-width: 99.2rem;
    }
#main > .row{
    margin-bottom: 10.0rem;
}
#title{
	margin:0 auto 7.0rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#title{
		margin-top: 0;
        margin-bottom: 4.5rem;
	}
    #title > div > div{
        padding: 0;
    }
}
.headline{
    position: relative;
    margin-bottom: -3.0rem;;
}
.headline::before{
    content: "";
	background: #FFA114;
    height: 95%;
    width: 0.75rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headline h1{
	margin-left: 2.0rem;
	font-size: clamp(2.0rem, (100vw - 37.5rem) * 0.4 / 61.698 + 2.0rem, 2.4rem); /* 375px - 991.98px */
    font-weight: 700;
}
.headline h2{
    font-family: 'Poppins', sans-serif;
	margin-left: 2.0rem;
	font-weight: 400;
    font-size:clamp(1.4rem, (100vw - 37.5rem) * 0.4 / 61.698 + 1.4rem, 1.8rem); /* 375px - 991.98px */
    letter-spacing: -0.1rem;
}
h3{
    font-size: clamp(1.8rem, (100vw - 37.5rem) * 0.4 / 61.698 + 1.8rem, 2.2rem); /* 375px - 991.98px */
    font-weight: 600;
}
.staff, .description{
    margin-top: 3.0rem;
    padding-left: 3.0rem;
    padding-right: 3.0rem;
}
.staff p{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
}
h4{
    margin-bottom: 3.0rem;
    padding-bottom: 1.0rem;
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.4 / 61.698 + 1.6rem, 2.0rem); /* 375px - 991.98px */
    font-weight: 600;
    color: limegreen;
    border-bottom: 1px solid;
    position:relative;
}
h4 span{
    padding-left: 2.0em
}
h4::before{
    position:absolute;
    left: 0;
    top: -0.5em;
    content: '';
    display: inline-block;
    width: 2.0em;
    height: 2.0em;
    background-image: url("../img/check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.description p{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
    color: chocolate;
}
#shop{
    padding: 9.0rem 0 0 0;
    background-color: #121212;
}
@media screen and (min-width:1200px) {
    #shop > div.container{
        max-width: 80%;
    }
}
.shop-txt1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.4 / 82.498 + 1.6rem, 2.0rem); /* 375px - 1199.98px */
    text-align: center;
    color: #ccc;
}
.shop-txt1 > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.0rem, (100vw - 37.5rem) * 1 / 82.498 + 4.0rem, 5.0rem); /* 375px - 1199.98px */
}
.shopinfo{
    margin-bottom: 9.5rem;
}
@media screen and (max-width:575.98px) {
    .shopinfo{
        max-width: 85%;
        margin-bottom: 4.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
.shopinfo > div{
    font-weight: 500;
	line-height: 1.2;
}
.shopinfo > div > a{
	color: #ccc;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FF7600;
    color: #ccc;
    font-size: 1.4rem;
}
.shopinfo > p > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 2.0rem;
	font-weight: 400;
    color: #27b6bb;
}
.shopinfo > p > a{
    color: #ccc;
    transition: color .3s ease-out;
}
.shopinfo > div > a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #666;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.clr{
	clear:both;
}