@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: middle;
    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{
    margin-bottom: 20px;
}


.voice{
    background-color: #ece2ca;
}
.voice .inner{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 1px;
}
.voice dt{
    font-size: 32px;
    line-height: 1.2em;
    font-family: "NSans-B",sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.voice dd{
    font-size: 28px;
    line-height: 1.6em;
    padding-bottom: 26px;
    margin-bottom: 24px;
    background-image: url(../img/bara-yaki_06_tensen.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.voice dd:last-child{
    background-image: none;
}
.voice dd span{
    background-color: #eeda9e;
}

@media only screen and (max-width:768px){
    .voice .inner{
        padding-left: 15px;
        padding-right: 15px;
    }
    .voice dt{
        font-size: 19px;
        line-height: 1.2em;
        font-weight: normal;
    }
    .voice dd{
        font-size: 14px;
        line-height: 1.6em;
        padding-bottom: 26px;
        margin-bottom: 24px;
    }
    .voice dt img{
        width: auto;
        height: 20px;
    }
}

.bara09{
    padding: 40px 5%;
    background: url(../img/bara-yaki_09_bg.jpg);
    background-size: cover;
    text-align: center;
    font-size: 32px;
    line-height: 1.7em;
}

.bara09 p span{
    color: #a91d22;
    font-size: 135%;
}
.bara09 p.txt1{
    font-size: 121%;
    color: #506d32;
}
.bara09 p.txt2{
    font-size: 121%;
    color: #a35b65;
}
.bara09 p.txt3{
    font-size: 121%;
    color: #9f6d09;
    margin-bottom: 10px;
}
.bara09 img{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width:999px){
    .bara09{
        padding-top: 4vw;
        padding-bottom: 4vw;
        font-size: 3.1vw;
        line-height: 1.7em;
    }
}


.bara12{
    padding: 22px;
}
.bara12 .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;
}
.bara12 dt{
    color: #c7b26f;
    font-weight: bold;
    font-size: 121%;
}
.bara12 dd{
    color: #fff;
    margin-bottom: 20px;
}
@media only screen and (max-width:999px){
    .bara12{
        padding: 2.2vw;
    }
    .bara12 .inner{
        border-radius: 3vw;
        font-size: 3.1vw;
        line-height: 1.7em;
        padding-bottom: 10vw;
        margin-bottom: -7vw;
    }
    .bara12 dd{
        margin-bottom: 2vw;
    }

}

.bara13{
    position: relative;
}
.bara13 .txt{
    position: absolute;
    left: 5%;
    bottom: 60px;
    font-size: 32px;
    line-height: 2em;
}
@media only screen and (max-width:999px){
    .bara13 .txt{
        bottom: 6vw;
        font-size: 3.1vw;
        line-height: 2em;
    }
}

.bara14{
    position: relative;
}
.bara14 .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){
    .bara14 .txt{
        bottom: 6vw;
        font-size: 3.1vw;
        line-height: 2em;
    }
}


.bara15 .inner{
    padding: 3%;
    font-size: 38px;
    line-height: 1.7em;
    text-align: justify;
    text-justify: inter-character;
}
.bara15 span{
    color: #a91d22;
    background-color: #eeda9e;
    font-weight: 900;
}
@media only screen and (max-width:999px){
    .bara15 .inner{
        font-size: 3.7vw;
        line-height: 1.7em;
    }
}

.shop{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px;
    background-color: #ece2ca;
    padding: 5% 3%;
    text-align: center;
}
.shop a{
    margin-top: 10px;
}


