
body,
h1, h2, h3, h4, h5, h6
 {
    font-family:'Myriad Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif !important;
    letter-spacing: 0.1em;
    color: #111;
}


a:link {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a:visited {
    color: #fff;
    text-decoration: underline;
}


/*-----------------
    Header
-----------------*/

.header {
    background-color: #fff;
}

.topMessage {
    margin-top: 150px;
    margin-bottom: 30px;
}


/*-----------------
    Global Navi
-----------------*/

.globalNavi {

}

ul.globalNavi {
    list-style: none;
    margin: 50px 0 ;
    font-size: 18px;
    font-weight: 800;
    line-height: 2;
}

ul.globalNavi li {
}


ul.globalNavi li a,
ul.globalNavi li a:active  {
    color: #878788;
    text-decoration: none;
}

ul.globalNavi li a:visited {
    color: #333;
    text-decoration: none;
}

ul.globalNavi li a:hover {
    color: #333;
    text-decoration: underline;
}



/*-----------------
    Area
-----------------*/


.tomato {
    background-color: #E20F0F;
}

.messageArea {
    padding-top: 220px;
    padding-bottom: 200px;
    background: #fff url('img/message_bg.png') center top no-repeat;
}

.messageArea h2 {
    padding-right: 20px;
}

.messageArea p {
    font-size: 16px;
    font-weight: 800;
    line-height: 2;
    letter-spacing: 0;
}

.messageImg01 {
    position: absolute;
    right: -280px;
    bottom: -200px;
}





.menuArea {

}

@media (min-width: 992px) {
.col-md-offset-1x {
    margin-left: 12.5%;
}
}

.menuArea h2 {
    padding-right: 150px;
}

.menuArea h3 {
    color: #fff;
}

.downMenu {
    margin-top: 50px;
}

.pickup {
    color: #E20F0F;
    font-size: 12px;
    font-weight: 800;
    background-color: #fff;
    border-radius: 10px;
    letter-spacing: 0;
    text-align: center;
}



.aboutArea {
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 100px;
    background: url('img/about_bg.png') center top no-repeat;
}

.aboutArea p {
    font-size: 12px;
}

.aboutArea .aboutImg01 {
    position: absolute;
    left: -160px;
    top: -70px;
}

.aboutArea .aboutImg02 {
    position: absolute;
    right: -150px;
    top: -30px;
}

.aboutArea .aboutImg03 {
    position: absolute;
    left: -210px;
    bottom: 30px;
}

.aboutArea .aboutImg04 {
    position: absolute;
    right: -230px;
    bottom: 30px;
}

.aboutArea .aboutImg05 {
    position: absolute;
    right: -150px;
    bottom: -150px;
}



.infoArea {
    padding-bottom: 180px;
}


.infoArea h3 {
    font-size: 18px;
    color: #fff;
}

.infoArea h3 small {
    color: #fff;
}

.infoArea dt,
.infoArea dd,
.infoArea p {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.infoArea dt {
    text-align: left;
    width: 7em;
}


.infoArea dd {
    text-align: left;
    margin-left: 8em;
}

.infoArea .infoImg01 {
    position: absolute;
    left: 200px;
    top: -60px;
}

.infoArea .infoImg02 {
    position: absolute;
    left: 350px;
    top: 30px;
}

.infoArea p.sup {
    font-size: 12px;
}



.welcomeArea {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

.welcomeArea h2 {
    margin-top: 0;
    color: #fff;
    letter-spacing: 0; /*改行されるため*/
}

.welcomeArea > .row {
    margin-bottom: 30px;
}



.orderArea {
    padding-top: 220px;
    padding-bottom: 200px;
    background: #E20F0F url('img/order_bg.png') center top no-repeat;
}


/*-----------------
    Footer
-----------------*/

footer {
    padding-bottom: 30px;
}


/*-----------------
    Facebook
-----------------*/

.facebookArea {
    background-color: #fff;
}

/* Facebook Like Box width: 100% */
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
width: 100% !important;
}


/*-----------------
    common Elements
-----------------*/

.siteName {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


.pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pageTop a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.pageTop a:hover {
	text-decoration: none;
	opacity: 0.5;
}

.noMargin {
    margin: 0;
    padding: 0;
}

.white {
    color: #fff;
}


/*-----------------
    Base Elements
-----------------*/

h2 {
   color: #008c3e;
   font-weight: 800;
}

h2 small {
   color: #008c3e;
   font-size: 14px;
   font-weight: 800;
   vertical-align: middle;
}

h3 {
   font-size: 14px;
   font-weight: 800;
   line-height: 1.5;
}

p {
}



/*-----------------
    Tablet
-----------------*/
@media (max-width: 991px) {

.messageArea {
    padding-bottom: 300px;
}

.messageImg01 {
    position: absolute;
    right: -100px;
    bottom: -300px;
}



.infoArea {
    padding-bottom: 50px;
}

.infoArea .infoImg01 {
    position: static;
    margin-top: 20px;
    margin-left: -130px;
}

.infoArea .infoImg02 {
    position: static;
    margin-top: -80px;
    margin-left: 180px;
}
}

/*-----------------
    Smartphone
-----------------*/
@media screen and (max-width: 767px) {

p.spHeadText {
    text-align: center;
    color: #fff;
    background-color: #654720;
    margin: 0;
    padding: 0.2em 0;
}

.globalNavi {

}

ul.globalNavi {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1px;
}

ul.globalNavi li {
    float: left;
    width: 20%;
    border-top: 1px solid #C8C9CA;
    border-bottom: 1px solid #C8C9CA;
    border-left: 1px solid #C8C9CA;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul.globalNavi li:last-child {
}









.moriyLine {
    width: 90%;
    height: 8px;
    background:  url('img/line.png') center top repeat-x;
    border: none;
}


h2 {
   font-size: 24px;
   text-align: center !important;
}

p {
   font-size: 12px;
}


.messageArea {
    padding-top: 30px;
    padding-bottom: 0;
    background: #fff url('img/message_bg_sp.png') center top no-repeat;
}

.orderArea {
    background: #E20F0F;
}

.messageArea h2 {
    padding-right: 0;
}

.messageArea p {
    color: #fff;
   font-size: 12px;
}

.messageImg01 {
    margin: 15px auto 30px;
    position: static;
    width: 60%;
}



.menuArea {

}

.menuArea h2 {
    padding-right: 0;
    text-align: center;
}

.menuArea h3 {
    color: #fff;
}

.menuArea p.foodPhoto {
    float: left;
    margin-top: 30px;
    margin-right: 10px;
    width: 120px;
}

.downMenu {
    margin-top: 0;
}

.pickup {
    margin-left: 130px;
}




.aboutArea {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none;
}

.aboutArea h3 {
    color: #fff;
}

.aboutArea p {
}


.aboutArea .aboutImg01,
.aboutArea .aboutImg02,
.aboutArea .aboutImg03,
.aboutArea .aboutImg04,
.aboutArea .aboutImg05 {
    position: static;
    float: right;
    margin-top: 30px;
    width: 150px;
}




.infoArea dt {
    text-align: left;
    width: auto;
    font-size: 16px;
    font-weight: 800;
}


.infoArea dd {
    text-align: left;
    margin-left: 0.5em;
    margin-bottom: 1em;
    font-size: 16px;
}
/*
.googlemapArea {
    position: relative;
    padding-bottom: 15%; // これが縦横比
    height: 0;
    overflow: hidden;
}
.googlemapArea-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
*/
.googlemapArea {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.googlemapArea iframe,
.googlemapArea object,
.googlemapArea embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.infoArea {
    padding-bottom: 0;
}

.infoArea .infoImg01 {
    position: static;
    margin-top: 20px;
    margin-left: -130px;
}

.infoArea .infoImg02 {
    position: static;
    margin-top: -80px;
    margin-left: 180px;
}




.welcomeArea {
    padding-top: 0;
    padding-bottom: 50px;
}


}



.linktxt a {
    color: #008c3e;
    font-weight: bold;
}

.leadlink  {
    margin: 2em auto;
    color: #008c3e;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.leadlink a {
    color: #008c3e;
}



/*-----------------
    privacy
-----------------*/



.box_tym {
    background-color: #fff;
    margin: 2em auto;
    padding: 2em;
    border-radius: 1em;
}

.h_tym {
    font-weight: 700;
    margin: 1em auto;
    color: #008c3e;
}
@media screen and (max-width: 767px) {
    .h_tym {
        font-size: 26px;
        text-align: center !important;
    }
}
.section_tym {
    margin: 2em auto 3em;
}


.law h2 {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .law h2 {
        font-size: 14px;
    }
}


.label_sby {
    min-height: 46px;
    padding-top: 16px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .label_sby {
        min-height: 0;
        padding-top: 0;
        text-align: left;
    }
}

.hissu {
    font-weight: 700;
    color: #E20F0F;
}

.note {
    font-size: 12px;
}


.note_list {
    font-size: 12px;
    padding-left: 0;
}

.note_list li {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: baseline;
}

.note_list li::before {
    display: inline-block;
    content: '※';
    margin-right: 5px;
}



.h_akb  {
    margin: 3em auto 1em;
    color: #008c3e;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .h_akb  {
        font-size: 16px;
    }
}

.mt-10 {
    margin-top: 5em;
}

.mt-1 {
    margin-top: 0.5em;
}

.mt-3 {
    margin-top: 1.5em;
}

.mb-3 {
    margin-bottom: 1.5em;
}

.btn_back {
    margin-right: 2em;
}
@media screen and (max-width: 767px) {
    .btn_back {
        margin-right: 0;
    }
}
