@charset "utf-8";

/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* フルードイメージ */
img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* スムーススクロール　（IE以外） */
html {scroll-behavior: smooth;}

/* layout */
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
.ar { text-align: right; }
.al { text-align: left; }
.ac { text-align: center; }
.strong{font-weight:bold;}

@font-face {
  font-family: "NSans-B";
  src: url("fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NSans-M";
  src: url("fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NSans-R";
  src: url("fonts/NotoSansJP-Regular.otf") format("opentype");
}


/* Basic setting
-------------------------------*/

body {
    font-family: "NSans-M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
#wrapper{
    width: 100%;
    max-width: 1000px;
    margin: auto;
	padding:0;
	overflow:hidden;
}



/* リンク設定
-------------------------------*/
a {
  outline:none;
  color: #2e2e2e;
}

a:hover {
  text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}






.cont{
    width: 100%;
    margin-bottom: 20px;
}



.voice{
    background-color: #ece2ca;
}
.voice .inner{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 1px;
}
.voice dl{
    width: 100%;
    min-height: 145px;
    font-size: 32px;
    line-height: 1.6em;
    padding-left: 180px;
    background-position: left center;
    background-repeat: no-repeat;
}
.voice dl.icon1{
    background-image: url(../img/aji04_1.png);
}
.voice dl.icon2{
    background-image: url(../img/aji04_2.png);
}
.voice dl.icon3{
    background-image: url(../img/aji04_3.png);
    margin-bottom: 50px;
}
.voice dt{
    font-size: 34px;
    line-height: 1.2em;
    font-family: "NSans-B",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.voice dt img{
    vertical-align: initial;
    padding-left: 1em;
}

.voice dd span{
    background-color: #eeda9e;
}

.voice .kei{
    height: 26px;
    background-image: url(../img/bara-yaki_06_tensen.png);
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 24px;
}

@media only screen and (max-width:768px){
    .voice .inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    .voice dl{
        min-height: 100px;
        padding-left: 120px;
        background-size: auto 100px;
        font-size: 16px;
        line-height: 1.6em;
    }
    .voice dt{
        font-size: 20px;
        line-height: 1.2em;
        font-weight: normal;
    }
    .voice dt img{
        width: auto;
        height: 20px;
    }
}
@media only screen and (max-width:480px){
    .voice dl{
        padding-left: 80px;
        background-size: auto 70px;
    }
    .voice dt img{
        width: auto;
        height: 16px;
        padding-left: 10px;
    }
}


.aji06{
    position: relative;
}
.aji06 .txt{
    position: absolute;
    left: 5%;
    bottom: 30px;
    font-size: 32px;
    line-height: 1.7em;
    width: 90%;
    background-color: #ece2ca;
    border-radius: 46px;
    padding: 3%;
    text-align: center;
}
.aji06 .txt span{
    color: #a91d22;
    font-weight: bold;
}
@media only screen and (max-width:999px){

    .aji06 .txt{
        bottom: 3vw;
        font-size: 3.1vw;
        line-height: 1.7em;
        border-radius: 4.5vw;
    }
}


.aji07{
    position: relative;
}
.aji07 .txt{
    position: absolute;
    left: 5%;
    bottom: 60px;
    font-size: 32px;
    line-height: 2em;
}
@media only screen and (max-width:999px){
    .aji07 .txt{
        bottom: 6vw;
        font-size: 3.1vw;
        line-height: 2em;
    }
}


.aji08{
    position: relative;
}
.aji08 .txt{
    position: absolute;
    left: 5%;
    bottom: 60px;
    font-size: 32px;
    line-height: 2em;
    color: #fff;
    text-shadow: 0 0 3px #000;
}
@media only screen and (max-width:999px){
    .aji08 .txt{
        bottom: 6vw;
        font-size: 3.1vw;
        line-height: 2em;
    }
}


.aji11{
    position: relative;
}
.aji11 .txt{
    position: absolute;
    left: 5%;
    bottom: 100px;
    font-size: 38px;
    line-height: 1.7em;
    color: #fff;
    text-shadow: 0 0 3px #000;
}
@media only screen and (max-width:999px){
    .aji11 .txt{
        bottom: 10vw;
        font-size: 3.8vw;
        line-height: 1.7em;
    }
}


.aji14{
    padding: 22px;
}
.aji14 .inner{
    width: 99%;
    max-width: 930px;
    margin: auto;
    padding: 5%;
    background-color: #26221f;
    border-radius: 35px;
    font-size: 32px;
    line-height: 1.7em;
    padding-bottom: 100px;
    margin-bottom: -70px;
}
.aji14 dt{
    color: #c7b26f;
    font-weight: bold;
    font-size: 121%;
}
.aji14 dd{
    color: #fff;
    margin-bottom: 20px;
}
@media only screen and (max-width:999px){
    .aji14{
        padding: 2.2vw;
    }
    .aji14 .inner{
        border-radius: 3vw;
        font-size: 3.1vw;
        line-height: 1.7em;
        padding-bottom: 10vw;
        margin-bottom: -7vw;
    }
    .aji14 dd{
        margin-bottom: 2vw;
    }
}


.aji15 .inner{
    padding: 3%;
    font-size: 37px;
    line-height: 1.7em;
    text-align: justify;
    text-justify: inter-character;
}
.aji15 span{
    color: #a91d22;
    background-color: #eeda9e;
    font-weight: 900;
}
@media only screen and (max-width:999px){
    .aji15 .inner{
        font-size: 3.6vw;
        line-height: 1.7em;
    }
}


.aji16{
    background-color: #26221f;
    color: #fff;
}
.aji16 .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.aji16 .item .img{
    width: 51%;
}
.aji16 .item .txt{
    width: 49%;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 32px;
    line-height: 1.6em;
    text-align: justify;
    text-justify: inter-character;
}
.aji16 .item .txt img{
    margin-bottom: 20px;
}
@media only screen and (max-width:999px){
    .aji16 .item{
        margin-top: 3vw;
    }
    .aji16 .item .txt{
        font-size: 3.1vw;
        line-height: 1.6em;
    }
    .aji16 .item .txt img{
        margin-bottom: 2vw;
        width: auto;
        height: 5.2vw;
    }
}


.shop{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    background-color: #ece2ca;
    padding: 5% 3%;
    text-align: center;
}
.shop a{
    display: block;
    margin-top: 15px;
}


