@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
.ShopIndex *, .ShopIndex *:before, .ShopIndex *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*---------------------------------------------------------------------------------
	SHOP INDEX
---------------------------------------------------------------------------------*/
.ShopIndex #logo img {
    -webkit-filter: contrast(180%);
    -moz-filter: contrast(180%);
    -o-filter: contrast(180%);
    -ms-filter: contrast(180%);
    filter: contrast(180%);
    -webkit-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -ms-filter: invert(100%);
    filter: invert(100%);
}
.ShopIndex #nav_icon img {
    opacity: 0.4;
}
/*------------------------------------------
	ヘッダー部分
------------------------------------------*/
#ShopIndexHeadArea {
    position: relative;
}
#ShopIndexHeadArea div#MainImg img{
    width:100%;
    height: auto;
}
#ShopIndexHeadArea div#MainTextArea {
    position:absolute;
    top:300px;
    left: 50%;
    transform: translate(-50%, 0%);

}
#ShopIndexHeadArea .cmnCtgryTtl {
    margin-bottom:40px;
    color:#FFF;
    border-color: #FFF;
    font-size: 18px;
    width: 220px;
    height: 60px;
    padding: 0;
}

#ShopIndexHeadArea h1 {
    margin-bottom:40px;
    color:#FFF;
    font-family: "Eyechart Bold" !important;
    font-size: 22px;
}
#ShopIndexHeadArea h2{
    margin-bottom:40px;
    color:#FFF;
    font-size: 34px;
    font-weight: bold;
    font-family: "Yu Gothic";
    line-height: 130%;
}
#ShopIndexHeadArea p.text{
    color:#FFF;
    font-size: 18px;
    font-weight: bold;
    font-family: "Yu Gothic";
    line-height: 130%;
}


img#nav_btn.active {
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    -o-filter: invert(0%);
    -ms-filter: invert(0%);
    filter: invert(0%);
}

/*------------------------------------------
	MAPへのアンカー
------------------------------------------*/
#ShopIndexRgonAnc{
}
#ShopIndexRgonAnc:after {
    content: " ";
    display: block;
    clear: both;
}
#ShopIndexRgonAnc h1{
    margin:1em 0;
    font-size: 46px;
    line-height: 100%;
    font-family: "Yu Gothic";
}
#ShopIndexRgonAnc div.ShopCts{
    width:1200px;
}
#ShopIndexRgonAnc ul li{
    width:25%;
    float:left;
}
#ShopIndexRgonAnc ul li img{
    width:100%;
    height: auto;
}
#ShopIndexRgonAnc a:hover{
    opacity: 0.6;
}
/*------------------------------------------
	プラン別PRエリア
------------------------------------------*/
#ShopIndexPr{
    padding: 120px 0;
    background: #ffff00;
}
#ShopIndexList{
    padding: 120px 0;
}
#ShopIndexPr h1, #ShopIndexList h1{
    margin:1em 0;
    font-size: 46px;
    line-height: 100%;
    font-family: "Yu Gothic";
}
#ShopIndexPr div.num ,#ShopIndexList div.num {
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    font-family: "Eyechart Bold" !important;
}
#ShopIndexPr p.lead ,#ShopIndexList p.lead {
    margin-bottom:100px;
    font-size: 18px;
    line-height: 180%;
}

/* PLAN A */
div.cts_plan_a {
    margin-bottom: 30px;
    padding: 50px;
    background: #FFF;

    overflow: hidden;
}

div.cts_plan_a:after {
    content: " ";
    display: block;
    clear: both;
}

div.cts_plan_a div.textarea {
    width: 510px;
    float: left;
    text-align: left;
}

div.cts_plan_a div.textarea p.place {
    margin-bottom: 30px;
    padding: 16px 0;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
}

div.cts_plan_a div.textarea h2 {
    margin-bottom: 1em;
    font-size: 30px;
}

div.cts_plan_a div.textarea h2 strong {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

div.cts_plan_a div.textarea p.catch {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
}

div.cts_plan_a div.textarea p.text {
    margin-bottom: 1em;
    font-size: 18px;
}

div.cts_plan_a div.img {
    width: 600px;
    height: 400px;
    overflow: hidden;
    float: right;
}

div.cts_plan_a div.img img {
    width: 100%;
    height: auto;
}

/* PLAN B */
div.cts_plan_b {
    margin-bottom: 30px;
    background: #FFF;
    height: 320px;
    overflow: hidden;
}

div.cts_plan_b:after {
    content: " ";
    display: block;
    clear: both;
}

div.cts_plan_b div.textarea {
    padding: 50px;
    width: 700px;
    float: left;
    text-align: left;
}

div.cts_plan_b div.textarea p.place {
    margin-bottom: 30px;
    padding: 16px 0;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    width: 480px;
}

div.cts_plan_b div.textarea h2 {
    margin-bottom: 1em;
    font-size: 30px;
}

div.cts_plan_b div.textarea h2 strong {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

div.cts_plan_b div.textarea p.catch {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: bold;
}

div.cts_plan_b div.textarea p.text {
    margin-bottom: 1em;
    font-size: 18px;
}

div.cts_plan_b div.img {
    width: 480px;
    height: 320px;
    overflow: hidden;
    float: right;
}

div.cts_plan_b div.img img {
    width: 100%;
    height: auto;
}

/* 都道府県リスト */
#ShopTdfkList {

}

#ShopTdfkList dt {
    padding: 24px 0 20px;
    border-top: solid 1px #111;
    background: #ebebeb;
    font-size: 26px;
    font-family: "Eyechart Bold" !important;
    cursor: pointer;
    background: url("../../image/pc/shop/shop_top_close_btn.png") no-repeat bottom center #ebebeb;
    height:90px;
}
#ShopTdfkList dt.active{
    background: url("../../image/pc/shop/shop_top_open_btn.png") no-repeat bottom center #ebebeb;
}
#ShopTdfkList dd {
    margin: 0 0 40px;
    padding: 0;
    border-bottom: solid 1px #111;
}

#ShopTdfkList dd table.item {
    height: 140px;
    border-top: solid 1px #111;
    width:100%;
    border-collapse: collapse;
}

#ShopTdfkList dd table.item:after {
    content: " ";
    display: block;
    clear: both;
}

#ShopTdfkList dd table.item td.map {
    width: 200px;
    height: 140px;
}

#ShopTdfkList dd table.item td.map img {
    height: 100%;
    width: auto;
}

#ShopTdfkList dd table.item td.textarea {
    padding: 30px 30px 10px 30px;
    text-align: left;
    vertical-align: top;
}
#ShopTdfkList dd table.item td.textarea p.place{
    margin:0 0 10px;
    font-size:16px;
    font-weight: bold;
}
#ShopTdfkList dd table.item td.textarea h2{
    word-wrap: break-word;
    text-align: left;
    font-size:28px;
}
#ShopTdfkList dd table.item td.img {
    width: 210px;
    height: 140px;
    overflow: hidden;
    padding:0;
}

#ShopTdfkList dd table.item td.img img {
    height: 100%;
    width: auto;
}

/*------------------------------------------------------------------------------------------------------------------------------
	SHOP DETAIL
------------------------------------------------------------------------------------------------------------------------------*/
.ShopInfo {
    padding-top: 300px;
}

.ShopInfo footer {
    margin-top: 0;
}

.ShopCts {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.ShopInfo div.ShopCtsContainer {
    margin: 0 auto 160px;
}

.imgrp img {
    width: 100%;
    height: auto;
}

/*------------------------------------------
	ヘッダー部分
------------------------------------------*/
#ShopHeadArea {
    margin-bottom: 80px;
}

#ShopHeadArea h1 {
    margin-bottom: 1em;
    font-size: 34px;
}

#ShopHeadArea h1 strong {
    margin-bottom: 25px;
    display: block;
    font-size: 24px;
}

.ShopInfo .cmnCtgryTtl {
    margin-bottom: 80px;
    font-size: 18px;
    width: 220px;
    height: 60px;
    padding: 0;
}

div.shoparea {
    padding: 25px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    border-top: solid 1px #111;
    border-bottom: solid 1px #111;
    position: relative;
}

div.shoparea div.img {
    position: absolute;
    top: -55px;
    right: 15px;
}

/*------------------------------------------
	店舗紹介エリア
------------------------------------------*/
#ShopPrArea {
    max-width: 900px;
}

#MainImg {
    margin-bottom: 160px;
    min-height:600px;
}

#MainText {
    margin: 0px auto 160px;
    width: 570px;
    text-align: left;
    font-size: 18px;
    line-height: 180%;
}

#ShopCatchText {
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
}

#ShopSubImg li {
    margin-bottom: 20px;
}

#StuffVoice {
    margin: 150px auto 0;
    position: relative;
}

#StuffVoice:after {
    content: " ";
    display: block;
    clear: both;
}

#StuffVoice h2 {
    position: absolute;
    left: 0;
    top: 60px;
}

#StuffVoice div.img {
    margin-top: 60px;
    margin-left: 180px;
    width: 200px;
    height: 200px;
    border: solid 1px #333;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    float: left;
}

#StuffVoice div.img img {
    border: solid 10px #FFF;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
}

#StuffVoice div.text::before {
    content: '';
    position: absolute;
    display: block;
    height: 90px;
    top: 120px;
    left: -30px;
    background: url("../../image/pc/shop/voice_arrow.png") no-repeat;
    width: 50px;
}

#StuffVoice div.text {
    position: relative;
    padding: 50px;
    float: right;
    width: 360px;
    text-align: left;
    border: solid 1px #111;
    font-size: 18px;
    font-weight: bold;
    font-family: "Yu Gothic";
    line-height: 180%;
}

/*------------------------------------------
	レコメンド
------------------------------------------*/
#ShopRcmd {

}

#ShopRcmd h1 {
    padding: 30px 0;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    border-top: solid 4px #111;
    border-bottom: solid 4px #111;
    position: relative;
    font-family: "Eyechart Bold" !important;
}

#ShopRcmd h1 span {
    margin-left: 30px;
    font-size: 24px;
    line-height: 24px;
    font-family: "Yu Gothic";
}

#ShopRcmd h1 div.img {
    position: absolute;
    top: 15px;
    right: 15px;
}

div.RcmdItem {
    margin: 120px auto 0;
    width: 800px;
}

div.RcmdItem h3.name {
    margin-bottom: 1em;
    font-size: 24px;
}

div.RcmdItem h4.model {
    margin-bottom: 2em;
    font-size: 18px;
    font-weight: bold;
}

div.RcmdItem div.text {
    margin: 0 auto;
    width: 580px;
    text-align: left;
    font-size: 18px;
    line-height: 180%;
}

/*------------------------------------------
	下段コンテンツ
------------------------------------------*/
#ShopCtsBtm {
    margin-bottom: 0;
    background: #d7d7d7;
}

#ShopCtsBtm div.ShopCts {
    padding: 150px 0;
    width: 980px;
    font-size: 16px;
    line-height: 180%;
}

#ShopCtsBtm h2 {
    margin: 0 auto 40px;
    font-size: 18px;
    width: 240px;
    padding: 0;
    padding: 0 1em;
    display: inline-block;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: "Eyechart Bold" !important;
    height: 60px;
    line-height: 60px;
    background: #FFF;
}

#ShopCtsBtm h3 {
    margin: 0 auto 20px;
    font-size: 16px;
}

#ShopCtsBtm div#Sns {
    margin-bottom: 100px;
}

#ShopCtsBtm div#Brands {
    margin-bottom: 100px;
}

/* MAPAREA */
#ShopCtsBtm div#MapArea {
    margin: 50px 0;
}

#ShopCtsBtm div#MapArea a {
    font-weight: bold;
}

/* SHOPDATA */
#ShopData {

}

#ShopData div.shopdata_text {
    margin-bottom: 20px;
}

#ShopData div.shopdata_text p {
    margin: 0;
}

#ShopData div.url {
    margin-bottom: 20px;
}

/* UPDATE */
#ShopUpdate {
    margin: 100px 0;
    font-size: 12px;
}

#ShopUpdate {
    margin-top: 100px;
}

#ShopUpdate h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}

#ShopUpdate p {
    font-size: 12px;
}