@charset "UTF-8";

html,body {
    margin: 0 auto;
    height: auto;
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    font-size: 12px;
    font-weight: normal;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #4c4948;
    letter-spacing: 1px;
    text-align: center;

    /*overflow-y: scroll;
    -webkit-overflow-scrolling:touch;*/
}

img {
    vertical-align: bottom;
}

a:link , a:visited , a:hover , a:active {
    text-decoration: none;
    color: #4c4948;
    cursor: pointer;
}

.cin {
    font-family: 'Cinzel', serif;
    font-weight: 100;
    letter-spacing: 4px;
}

.pc {
    display: none;
}

.sp_5 {
    display: none;
}

.inner {
    width: 90%;
    margin: auto;
}

.font_small {
    font-size: 80%;
}

#loading{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 236px;
    height: 70px;
}
      
#loader_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
}



/*----------------------
clearfix
----------------------*/

.clearfix{
    zoom:1;
}

.clearfix::after{
    font-size:0px;
    line-height:0px;
    height:0;
    visibility:hidden;
    content:".";
    display:block;
    clear:both;
}


/*----------------------
header
----------------------*/
.header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
    background: url(../img/common/line.png) repeat-x top;
    background-size: 100% 5px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.header .inner {
    padding: 10px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header .lang {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header .lang p {
    line-height: 1.5;
}

.header .lang p:first-child {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
}

.header .logo {
    width: 60%;
}

.header h1 img {
    width: 100px;
    padding-top: 5px;
}

.header .demo {
    width: 20%;
}

header .toggle.check {
    display: block;
    height: 40px;
    z-index: 999;
}

header .child {
    display: none;
    clear: both;
    top: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    overflow-y: scroll;
}

header .check {
    position: relative;
}
header .check span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    width: 35px;
    height: 4px;
    background-color: #f6bfbc;
}
header .check span:nth-of-type(1) {
    top: 28%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
header .check span:nth-of-type(2) {
    top: 50%;
}
header .check span:nth-of-type(3) {
    top: 73%;
}
header .check.active span:nth-of-type(2) {
    display:none;
}
header .check.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
header .check.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

header .copy {
    font-size: 10px;
    margin-bottom: 120px;
}

/*----------------------
nav
----------------------*/

.nav_h_cl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nav_h_cl li {
    width: 34%;
}

.nav_h_cl li:first-child {
    background-color: #f6bfbc;
}

.nav_h_cl li:nth-child(2) {
    background-color: #e6cde3;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; 
}

.nav_h_cl li:nth-child(3) {
    background-color: #dbe5ac;
}

.nav_h_cl li a {
    display: block;
    padding: 10px 0;
}

.nav_h_cl li p {
    line-height: 1;
    margin-top: 5px;
    font-size: 11px;
}

.nav_h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav_h li {
    width: 50%;
}

.nav_h li:nth-child(odd) a {
    border-right:  1px solid #898989;
}

.nav_h li a {
    padding: 18px 20px 18px 10%;
    border-bottom: 1px solid #898989;
    display: block;
    font-size: 10px;
    position: relative;
    font-size: 11px;
}

.child .nav_f ul {
    border-top: none;
}


/*----------------------
nav_fixed
----------------------*/

#nav_fixed_wrap {
  position: fixed;
  z-index: 99;
  top: -50px;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.5);
  transition: .15s;
}


.nav_fixed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nav_fixed ul li {
    width: 34%;
}

.nav_fixed ul li:first-child {
    background-color: #f6bfbc;
}

.nav_fixed ul li:nth-child(2) {
    background-color: #e6cde3;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; 
}

.nav_fixed ul li:nth-child(3) {
    background-color: #dbe5ac;
}

.nav_fixed ul li a {
    display: block;
    padding: 5px 0 8px;
}

.nav_fixed ul li img {
    width: 26px;
}

.nav_fixed ul li p {
    line-height: 1;
    margin-top: 5px;
    font-size: 11px;
    margin-top: 5px;
}


/*----------------------
sec_news
----------------------*/
.tab_title { position: relative;border-bottom: 1px solid #f6bfbc; }
.tab_title a {text-decoration:none; padding:10px;}
.tab_title span {background:#f6bfbc; height:5px; display:block; position:absolute; width:50px; left:0;bottom: 0;}
.tab{overflow:hidden;}
.tab div { float:left;width: 50%;}
.tab a{ display: block; }
.tab_content div{ padding:40px 10px 0; text-align: left;}
.hide {display:none;}

.sec_news {
    margin-bottom: 45px;
    background-color: #fceceb;
    padding: 50px 0 40px;
}
.tab {
    margin-top: 30px;
}

.tab_content div p {
    font-size: 11px;
}

.tab_content div li {
    border-left: 1px solid #888;
    padding: 0 16px;
    margin-bottom: 16px;
}

.tab_content div .time,
.tab_content div .more {
    font-size: 10px;
}


/*----------------------
sec_shop
----------------------*/

.sec_shop .blo_shop {
    margin-top: 14px;
}

.sec_shop .demo2 {
    display: block;
    border-top: none;
    margin-bottom: 10px;
}

.sec_shop .demo2 .child2 {
    display: none;
    padding: 0;
    background: #fff;
    border: 2px solid #fceceb;
    border-top: none;
    box-sizing: border-box;
    padding: 20px 10px 40px;
    text-align: left;
}

.sec_shop .demo2 .check2 {
    display: block;
    position: relative;
    background-color: #fceceb;
    padding: 14px 20px;
    box-sizing: border-box;
    color: #4c4948;
    font-size: 15px;
    line-height: 1;
}

.sec_shop .check2 span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: 15px;
    width: 15px;
    background-color: #4c4948;
    height: 2px;
}

.sec_shop .check2 span:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.sec_shop .check2 span:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.sec_shop .check2.active2 span:nth-of-type(1) {
    display:none;
}
.sec_shop .check2.active2 span:nth-of-type(2) {
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.sec_shop dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}

.sec_shop dt {
  width: 60px;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.sec_shop dd span {
  margin-right: 10px;
}

.box_shop {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.box_shop:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.boxtop_shop a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.boxtop_shop a figure {
    width: 30%;
}

.boxtop_shop a figure img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.boxtop_shop a .boxtop_shop_text {
    width: 65%;
}

.boxtop_shop a .boxtop_shop_text .name_shop {
    font-size: 14px;
    font-weight: bold;
}

.boxtop_shop a .boxtop_shop_text .add_shop {
    font-size: 10px;
    line-height: 1.5;
}

.boxbot_shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}

.boxbot_shop .tel a ,
.boxbot_shop .blog a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    width: 100%;
}

.boxbot_shop img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}


/*----------------------
sec_bnr
----------------------*/
.sec_bnr {
    margin: 50px auto;
}

.sec_bnr ul li {
    margin: 0 10px;
}

.sec_bnr ul li img {
    width: 100%;
}

/*----------------------
footer
----------------------*/

.nav_f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav_f.pc {
    display: none;
}

.nav_f ul {
    width: 50%;
    border-top: 1px solid #898989;
}

.nav_f ul li a {
    padding: 10px 20px 10px 10%;
    border-bottom: 1px solid #898989;
    display: block;
    font-size: 10px;
    position: relative;
}

.nav_f ul li a::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #4c4948;
}

.nav_f ul:first-child li a  {
    border-right: 1px solid #898989;
}

.sns {
    margin: 25px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sns p {
    margin: 0 10px;
}

.nav_f_lang {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.nav_f_lang p {
    line-height: 1.5;
}

.nav_f_lang p:first-child {
    border-right: 1px solid;
    padding-right: 10px;
    margin-right: 10px;
}

.copy {
    font-size: 10px;
    margin-bottom: 60px;
}

/*----------------------
common
----------------------*/
.text_h2 , .text_h3 {
    font-size: 15px;
    line-height: 1.5;
}

h2 , h3 {
    font-size: 12px;
}

.fon_80 {
    font-size: 80%;
}

.btn_more a {
    border: 2px solid #f6bfbc;
    width: 175px;
    display: block;
    margin: auto;
    padding: 10px 15px;
    position: relative;
}

.btn_more a::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #4c4948;
}

.btn_moreback a::before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    border-style: solid;
    border-width: 3px 5px 3px 0;
    border-color: transparent #4c4948 transparent transparent;
}

.btn_moreback a::after {
    display: none;
}

.map {
    width: 100%;
    height: 250px;
    margin: 20px 0 40px;
}



/*----------------------
content
----------------------*/

.main {
    padding-top: 60px;
}

.non_top .main {
    padding-top: 100px;
}

.btn_pagetop {
    position: fixed;
    bottom: 1%;
    right: 1%;
    background-color: rgba(76,73,72,.7);
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: 3px;
}

.btn_pagetop a {
    color: #fff;
    line-height: 55px;
    position: relative;
    display: block;
}

.btn_pagetop a::before {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    border-style: solid;
    border-width: 0px 4px 5px 4px;
    border-color: transparent transparent #fff transparent;
}

.embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 10px auto 30px;
    min-height: 40px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*----------------------

769px 以上

----------------------*/

@media (min-width: 769px) {

html,body {
    font-size: 14px;
    min-width: 1100px;
}

.pc {
display: block;
}

.sp {
display: none;
}

.inner {
    width: 1000px;
}

.inner_pc {
    width: 1000px;
    margin: auto;
}

.nav_bottom {
    display: none;
}

a:hover,
a:hover img {
    opacity: .8;
    transition: .3s;
}

#loading {
    width: 354px;
    height: 105px;
}

#loading img {
    width: 354px;
    height: 105px;
}


/*----------------------
header
----------------------*/
.header {
    position: relative;
    background: url(../img/common/linePc.png) repeat-x top;
    background-size: 100% 10px;
}

.header .inner {
    padding: 10px 0 35px;
    display: block;
}
.header .lang {
    display: none;
}
.header .logo {
    width: 100%;
}
.header h1 img {
    width: 184px;
    height: 55px;
}

.navsub_pc {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
}

.navsub_pc_sns,
.navsub_pc_ei,
.navsub_pc_lang {
    margin: 0 10px;
}

.navsub_pc_ei {
    margin: 0 0px 0 15px;
}

.navsub_pc_sns,
.navsub_pc_ei,
.navsub_pc_ei a,
.navsub_pc_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.navsub_pc_lang p {
    line-height: 1.5;
    font-size: 12px;
}

.navsub_pc_lang p:first-child {
    border-right: 1px solid;
    padding-right: 8px;
    margin-right: 8px;

}

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

.navsub_pc_ei img {
    width: 23px;
    height: 19px;
    margin-right: 7px;
}

.navsub_pc_ei a:first-child {
    margin-right: 15px;
}

.navsub_pc_sns p {
    margin: 0 5px;
}

.nav_pc {
    margin-top: 36px;
} 


.nav_pc ul {
    font-weight: bold;
    font-size: 13px;
    margin: auto;
}

.nav_pc ul li {
    position: relative;
    display: inline-block;
}

.nav_pc ul li::before {
    position: absolute;
    display: block;
    content: '';
    background-color: #4c4948;
    width: 1px;
    height: 8px;
    left: -3px;
    top: 40%;
}

.nav_pc ul li:first-child::before {
    display: none;
}

.nav_pc ul li a {
    position: relative;
    padding: 10px 22px 10px;
    display: block;
}

.nav_pc ul > li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #f6bfbc;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.nav_pc ul li a:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.nav_pc ul li:nth-child(2) a:hover::after,
.nav_pc ul li:nth-child(4) a:hover::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

/*.nav_pc ul li a.on::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}*/

.nav_pc .oya .nav_pc_child {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
}

.nav_pc .oya li {
    padding: 0;
    width: 100%;
    font-size: 11px;
}

.nav_pc .oya li::before {
    display: none;
}

.nav_pc .oya li a {
    display: block;
    width: 100%;
    background-color: #f6bfbc;
    font-weight: normal;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.nav_pc .oya li a:hover {
    background-color: #fceceb;
}

.nav_pc .oya li:last-child a {
    border-bottom: none;
}

.nav_pc .oya li a:hover::after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.nav_pc .oya .nav_pc_child {
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
.nav_pc .oya:hover .nav_pc_child {
  visibility: visible;
  opacity: 1;
}
.nav_pc .oya .nav_pc_child li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;

}
.nav_pc .oya:hover .nav_pc_child li a{
  visibility: visible;
  opacity: 1;
  display: block;
  width: 100%;
}

.nav_pc li:nth-child(2) .nav_pc_child {
    width: 116%;
    left: -8%;
}

.nav_pc.fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0px;
    width: 100%;
    background-color: #f6bfbc;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.g-nav_inner {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.g-nav-ei,
.g-nav_logo {
    display: none;
}

.fixed .g-nav-ei,
.fixed .g-nav_logo {
    display: block;
}

.g-nav_logo {
    padding-left: 40px;
}

.fixed .g-nav_inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.fixed .g-nav-ei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    font-size: 12px;
}

.fixed .g-nav-ei div {
    border-left: 1px solid rgba(255,255,255,0.3);
    padding: 8px 18px 0;
    height: 56px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 10px;
}

.fixed .g-nav-ei div:last-child {
    border-right: 1px solid rgba(255,255,255,0.3);
}

.fixed.nav_pc ul {
    font-size: 12px;
    margin: 0 8px 0 0;
}

.fixed .g-nav-ei div img {
    vertical-align: middle;
}

.fixed.nav_pc ul > li a {
    padding: 10px 19px 15px;
    box-sizing: border-box;
}

.fixed.nav_pc .nav_pc_child li a {
    padding: 10px 0px 10px;
    box-sizing: border-box;
}

.fixed.nav_pc .oya .nav_pc_child {
    top: 52px;
}

@media (max-width: 1199px) {
.fixed .g-nav_logo {
    display: none;
}
.fixed .g-nav_inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
}


@media (max-width:1070px) {

.fixed.nav_pc ul > li a {
    padding: 10px 10px 15px;
}
.nav_pc ul li::before {
    display: none;
}
.fixed.nav_pc ul {
    font-weight: bold;
    font-size: 11px;
}
.fixed .g-nav-ei {
    font-size: 11px;
}
.fixed .g-nav-ei div {
    height: inherit;
    padding: 8px 10px 0;
}
.fixed.nav_pc .oya .nav_pc_child {
    top: 49px;
    width: 120px;
    left: 0;
}
.nav_pc .g-nav_inner li:nth-child(2) .nav_pc_child {
    left: -25px;
}

}

@media (max-width:870px) {
.fixed.nav_pc ul > li a {
    padding: 10px 5px 15px;
}
.nav_pc ul li::before {
    display: none;
}
.fixed.nav_pc ul {
    font-size: 10px;
}
.nav_pc .oya li {
    font-size: 10px;
}
.fixed .g-nav-ei {
    font-size: 10px;
}
.fixed .g-nav-ei div {
    padding: 8px 10px 0;
}

.fixed.nav_pc .oya .nav_pc_child {
    top: 49px;
    width: 100px;
    left: 0;
}
.nav_pc .g-nav_inner li:nth-child(2) .nav_pc_child {
    left: -25px;
}

}

/*----------------------
sec_shop
----------------------*/

.sec_shop {
    margin-top: 90px;
}

.sec_shop .blo_shop {
    margin-top: 14px;
    max-width: 700px;
    margin: 10px auto 0;
}

.sec_shop h2 {
    margin-bottom: 30px;
}

.sec_shop .demo2 .check2 {
    padding: 30px 0px;
    font-size: 20px;
}

.sec_shop .demo2 .child2 {
    padding: 40px 40px 50px;
    text-align: left;
}

.boxtop_shop a .boxtop_shop_text .name_shop {
    font-size: 16px;
    font-weight: bold;
}

.boxtop_shop a .boxtop_shop_text .add_shop {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
}

.boxbot_shop .tel.sp {
    display: none;
}

.boxbot_shop {
    padding-left: 220px;
}

.boxbot_shop .tel ,
.boxbot_shop .blog a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}

.boxbot_shop img {
    height: 20px;
    margin-right: 10px;
}


/*----------------------
sec_bnr
----------------------*/

.sec_bnr {
    margin: 100px auto;
}
.sec_bnr ul li {
    margin: 0 0px;
}

.sec_bnr ul li img {
    width: 100%;
    max-width: 290px;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*----------------------
footer
----------------------*/
footer {
    background-color: #4c4948;
    color: #fff;
    padding: 50px 0;
}

footer a {
    color: #fff;
}

footer img {
    vertical-align: middle;
}

.nav_f.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.nav_f ul {
    width: auto;
    border-top: none;
    width: 15%;
}

.nav_f ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.nav_f ul li a {
    padding: 0px 0px 0px 15px;
    border-bottom: none;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.nav_f ul:first-child li a {
    border-right: none;
}

.nav_f ul li a::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: inherit;
    left: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
}

.nav_f_pcbottom {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.nav_f_pcbottom .nac_pc_logo {
    margin-right: 30px;
}

.nav_f_pcbottom .sns_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-right: 20px;
}

.nav_f_pcbottom .sns_pc p {
    margin: 0 5px;
}

.copy {
    margin-bottom: 0px;
    margin-right: 57px;
}

.nav_f_pcbottom .nav_f_ei {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav_f_pcbottom .nav_f_ei .border {
    margin-left: 10px;
}

.nav_f_pcbottom .nav_f_ei a {
    padding: 7px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    font-size: 12px;
    border: 1px solid rgba(255,255,255,0.4);
}

.nav_f_pcbottom .nav_f_ei a img {
    width: 23px;
    height: 19px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*----------------------
main
----------------------*/

.main {
    padding-top: 0px;
}

/*----------------------
common
----------------------*/
.text_h2 , .text_h3 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 8px;
}

h2 , h3 {
    font-size: 18px;
    margin-top: 4px;
}

.btn_more a {
    height: 55px;
    box-sizing: border-box;
    width: 246px;
    font-size: 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 4px solid #f6bfbc;

    height: auto;
    width: 260px;
    padding: 10px 0;
}

.btn_more a:hover {
    background-color: #f6bfbc;
}

.rcm_box {
    position: relative;
    overflow: hidden;
}

.rcm_box img {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.rcm_box:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
    vertical-align: bottom;
}

.map {
    height: 400px;
}

.embed-container {
    margin: 20px auto 50px;
}





}



/*----------------------

360px 以下

----------------------*/

@media (max-width: 360px) {

.sp_5 {
    display: block;
}

/*----------------------
header
----------------------*/

.header h1 img {
    width: 98px;
}

.header .lang p {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin:0 0;
}

.header .lang p:first-child {
    padding-right: 5px;
    margin-right: 5px;
}


}




/*----------------------
IE用
----------------------*/

@media all and (-ms-high-contrast: none){
.navsub_pc {
    float: right;
}
.header .inner {
    clear: both;
}


}


















