@charset "UTF-8";
/* CSS Document */

/*--

	@reset

====================================================== --*/
main {
    color: #333;
    font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
}
.pc-only {
    display: none;
}

/*--
    @layout

	.l-main    : メインエリア
    .l-header  : コンテンツヘッダー
    .l-content : コンテンツ

====================================================== --*/
/*-- .l-header --*/
.l-header {
    width: 100%;
    background-image: url(/about/shop-cs/images/bg01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4.75rem 0 9.375rem 0;
    margin-bottom: 55px;
}
.l-header p {
    line-height: 1.6;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto 1.875rem;
    text-align: left;
}
.l-header .c-link-btn {
    display: inline-block;
    background-color: #ff7500;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 20px 10px 20px 15px;
    margin: 0 10px;
    transition: all ease-in-out 0.3s;
}
.l-header .c-link-btn:after {
    background-image: url(/about/shop-cs/images/darr.png);
    background-position: center 70%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 18px;
    margin-left: 15px;
    width: 18px;
}
.l-header .c-link-btn:hover {
    background-color: #ffac00;
}
.l-header .c-link-btn01 {
    display: inline-block;
    background-color: #ff7500;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    margin: 10px 10px 0 10px;
    transition: all ease-in-out 0.3s;
}
.l-header .c-link-btn01:after {
    background-image: url(/about/shop-cs/images/darr02.png);
    background-position: center 70%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 18px;
    margin-left: 15px;
    width: 18px;
}
.l-header .c-link-btn01:hover {
    background-color: #ffac00;
}


/*-- .l-content --*/
.l-content {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
}

/*--
    @heading

====================================================== --*/
.heading,
.kerning {
    -webkit-font-feature-settings : "palt" 1;
            font-feature-settings : "palt" 1;
}
.c-heading1 {
    font-size: 36px;
    margin: 0 auto 30px;
}
.c-heading1__small {
    font-size: 18px;
    color: #ff7500;
    display: block;
    margin-bottom: 30px;
}
.c-heading2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 3.75rem;
}
.c-heading3 {
    background-color: #faf5f0;
    border-top: 4px solid #ff7500;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 1.57rem;
    color: #ff7500;
    text-align: center;
}
.c-heading3 .year {
    color: #333;
    font-size: 1.14rem;
    display: inline-block;
    margin-bottom: .785rem;
}
.c-heading4 {
    font-size: 18px;
    margin-bottom: 0.9375rem;
}

/*--
    @area

	.point : お客様満足度評価のしくみとポイント
    .rank  : 全国ランキング
    .howto : お客様満足度の確認方法

====================================================== --*/
/*-- point --*/
.point {margin-bottom: 0;}

.c-point {
    margin: 0 auto 80px;
}
.c-point__num {
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 25px;
}
.c-point__num span {
    border-radius: 50%;
    border: 2px solid #ff7500;
    font-size: 1.875rem;
    color: #ff7500;
    display: inline-block;
    margin-top: 5px;
    padding: 17.5px 10.7px 14.5px;
    line-height: 1;
    font-style: italic;
    font-family: Meiryo, Verdana, Geneva, Tahoma, sans-serif;
}
.c-point__detail .lead {
    margin-bottom: 1rem;
    line-height: 1.4;
}
.c-point__detail .lead em {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
.c-point__detail .lead .strong {
    color: #ff7500;
    font-size: 20px;
}
.c-point__detail .lead + p {
    line-height: 1.6;
}
.c-point__detail .text {
    margin-bottom: 25px;
}
.c-point__detail .image {
    margin: 0 auto;
    text-align: center;
}
/*-- rank --*/
.rank_cap{
	padding-bottom: 5px;
    text-align: left;
    font-size: 0.785rem;
    line-height: 1.8;	
}
.rank {margin-bottom: 35px;}
.c-ranking {
    margin: 0 auto 35px;
}
.c-ranking__data,
.c-ranking__data02 {
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}
.c-ranking__data caption{
    padding-bottom: 10px;
    text-align: left;
    font-size: 0.785rem;
    line-height: 1.8;
}
.c-ranking__data th,
.c-ranking__data td,
.c-ranking__data02 th,
.c-ranking__data02 td{
    border: 1px solid #e0e0e0;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}
.c-ranking__data .u-tal br {
    display: none;
}
.c-ranking__data tbody td,
.c-ranking__data02 tbody td{
    -webkit-font-feature-settings : "palt" 1;
            font-feature-settings : "palt" 1;
    line-height: 1.2;
}
.c-ranking__data tbody td:first-child {
    text-align: left;
}
.c-ranking__data thead th,
.c-ranking__data tbody th,
.c-ranking__data02 thead th,
.c-ranking__data02 tbody th {
    background-color: #cccccc;
    font-size: 0.857rem;
}
.c-ranking__data thead th:last-child,
.c-ranking__data02 thead th:last-child,
.c-ranking__data02 thead th:nth-child(3) {
    font-size: 10px;
    word-break: strict;
    line-break: strict;
}
.c-ranking__data a,
.c-ranking__data02 a{
    color: #ff7500;
}
.c-ranking__data a:hover,
.c-ranking__data02 a:hover{
    text-decoration: none;
}

.c-ranking__log {
    text-align: center;
}
.c-ranking__log * {
    display: inline-block;
    font-weight: bold;
}
.c-ranking__log .title {
    background-color:  #e0e0e0;
    padding: 10px 12px;
}
.c-ranking__log a {
    margin-left: 25px;
    text-decoration: none;
    color: #333;
}
.c-ranking__log a:before {
    display: inline-block;
    content: '';
    margin-right: 10px;
    background-image: url(/shop-cs/images/list_arrow01.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
}
.c-ranking__log a:hover {
    text-decoration: underline;
    color: #ff7500;
}
.c-btn {
    display: table;
    width: 100%;
    border: 3px solid #ff7500;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.c-btn a {
    display: table-cell;
    vertical-align: middle;
    height: 104px;
    color: #ff7500;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/about/shop-cs/images/img04.png);
    background-repeat: no-repeat;
    background-position: 85% center;
    background-size: 70px 37px;
    padding-left: 90px;
    text-indent: -33px;
    transition: all ease-in-out 0.3s;
}
.c-btn a:before {
    display: inline-block;
    content: '';
    margin-top: 20px;
    margin-right: 13px;
    background-image: url(/about/shop-cs/images/list_arrow02.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.c-btn a:hover {
    opacity: 0.7;
}
/*-- howto --*/
.howto {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    padding: 30px 10px;
}
.howto h3 + p {
    margin-bottom: 35px;
    line-height: 1.6;
    font-size: 16px;
}
.c-howto dl {
    margin-top: 25px;
    margin-bottom: 30px;
}
.c-howto dt {
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.c-howto + p {
    font-size: 0.875rem;
    line-height: 1.6;
}
.c-howto dl {
    text-align: center;
}
.c-howto .pc img {
    width: 94.6666666667%;
}
.c-howto .sp img {
    width: 54%;
}
/* TB Size ------------------------------------------ */
@media screen and (min-width: 480px) {
    /*-- reset --*/
    main {
        font-size: 16px;
    }
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
    /*-- layout --*/
    .l-header p {
        text-align: center;
    }
    .l-content {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    /*-- heading --*/
    .c-heading1 {
        font-size: 3.5rem;
        margin-bottom: 2.8rem;
    }
    .c-heading1__small {
        font-size: 1.5rem;
        margin-bottom: 2.1875rem;
    }
    .c-heading2 {
        position: relative;
        display: block;
        text-align: center;
        font-size: 20px;
        margin-bottom: 3.75rem;
    }
    .c-heading2 span {
        position: relative;
        display: inline-block;
        background-color: #fff;
        padding: 0 10px;
        z-index: 2;
    }
    .c-heading2:before {
        content: '';
        position: absolute;
        top: 50%;
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-index: 1;
    }
    /*-- point --*/
    .c-point {
        width: 74.2778541953%;
        margin: 0 auto 80px;
    }
    .c-point__detail .lead em {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: bold;
    }
    .c-point__detail .lead .strong {
        color: #ff7500;
        font-size: 1.875rem;
    }
    .c-point__detail .lead + p {
        line-height: 1.6;
    }
    /*-- rank --*/
    .rank {
        margin-bottom: 35px;
    }
    .c-btn {
        width: 94.9105914718%;
    }
    .c-btn a {
        background-position: 89% center;
        background-size: 124px 65.5px;
        padding-left: 75px;
        padding-right: 165px;
        font-size: 24px;
        line-height: 1.2
    }
    .c-btn a:before {
        margin-top: 0;
    }
    .c-btn a br {
        display: none;
    }
    /*-- howto --*/
    .howto {
        margin-bottom: 35px;
        padding: 40px 0;
        text-align: center;
    }
    .c-howto dl {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        width: 61.8982118294%;
    }
    .c-howto .pc img {
        width: 100%;
    }
    .c-howto .sp img {
        width: 57.1111111111%;
    }
}
/* PC Size ------------------------------------------ */
@media screen and (min-width: 769px) {
    /*-- layout --*/
    .l-header {
        margin-bottom: 6.25rem;
    }
    .l-content {
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
    }
    .l-header p {
        width: auto;
    }
    .l-header .c-link-btn {
        font-size: 1.125rem;
        padding: 20px 25px 20px 40px;
    }
    .l-header .c-link-btn01 {
        font-size: 1.125rem;
        padding: 20px 58px 20px 58px;
    }
    /*-- heading --*/
    .c-heading3 {
        font-size: 2.25rem;
        padding: 1.875rem 1.875rem 1.56rem;
        margin: 0 10px 15px 10px;
        text-align: left;
    }
    .c-heading3 .year {
        font-size: 1.5rem;
        margin-right: 2rem;
    }
    .c-heading3 br {
        display: none;
    }
    /*-- point --*/
    .c-point {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        margin-left: 30px;
    }
    .c-point,
    .c-point__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .c-point__num {
        width: 68px;
    }
    .c-point__detail {
        width: 88.1720430108%;
    }
    .c-point__detail .text {
        width: 65.8536585366%;
    }
    .c-point__detail .image {
        width: 26.8292682927%;
    }
    /*-- rank --*/
    .rank {margin-bottom: 80px;}
    .c-ranking {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        margin: 0 auto 80px;
    }
    .c-btn {
        width: 78.3673469388%;
    }
    .c-btn a {
        font-size: 24px;
        background-position: 79% center;
        padding-left: 18%;
        padding-right: 38%;
    }
    .c-btn a br {
        display: none;
    }
    .c-ranking__data caption {
        text-align: left;
        font-size: 0.875rem;
    }
    .c-ranking__data caption br {
        display: none;
    }
    .c-ranking__data th,
    .c-ranking__data td,
	.c-ranking__data02 th,
    .c-ranking__data02 td{
        padding: 15px;
    }
    .c-ranking__data thead th:last-child,
	.c-ranking__data02 thead th:last-child,
	.c-ranking__data02 thead th:nth-child(3){
        font-size: 0.857rem;
    }
	.c-ranking__data thead th:last-child{
		width:20%;
	}
	.c-ranking__data thead th:nth-child(2){
		width:30%;
	}
	.c-ranking__data thead th:nth-child(3){
		width:35%;
	}
	.c-ranking__data thead th:last-child,
    .c-ranking__data tbody td:first-child,
	.c-ranking__data02 tbody td:first-child{
        text-align: left;
		width:15%;
    }
    .c-ranking__log {
        text-align: right;
    }
	
    /*-- howto --*/
    .howto {
        margin-bottom: 120px;
        padding: 40px 50px;
        text-align: left;
        box-sizing: border-box;
    }
    .c-howto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 85.9090909091%;
    }
    .c-howto dl {
        margin-top: 0;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
    .c-howto dl:first-child {
        width: 59.6026490066%;
    }
    .c-howto dl:last-child {
        width: 34.0397350993%;
    }
    .c-howto .pc img,
    .c-howto .sp img {
        width: 100%;
    }
}

@media all and (max-width: 768px ) {
    .c-btn {
        display: none;
    }
    #SP_lxl-to-shop,
    #SP_lxl-to-shop * {
        box-sizing: border-box;
    }
    #SP_lxl-to-shop {
        display: block;
        width: 90%;
        height: 18vw;
        margin: 0 auto;
        border: 3px solid #f06c30;
    }
    #SP_lxl-to-shop a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background: url(/images/recommend/icon_shop_02_2x.png) no-repeat 50% 50%;
        background-size: contain;
    }
    #SP_lxl-to-shop a:hover {
        color: inherit;
        text-decoration: none;
        transition: none;
    }
    #SP_lxl-to-shop .text {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 6vw;
        left: 3.25vw;
        width: 58.5vw;
        color: #f06c30;
        font-size: 4.2vw;
        font-weight: bold;
    }
    #SP_lxl-to-shop .text .click {
        margin: 0 0 0 auto;
    }
	.c-ranking h4 {	
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;	
	padding: 10px 24px;
	line-height: 24px;
	color: #fff;
	background: #f36704;
	border: 1px solid #f36704;
	cursor: pointer;
}
	.c-ranking h5 {	
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 5px;	
	line-height: 1.2em;
}
	.c-ranking ul li {	
	font-size: 1.2em;
	font-weight:bold;	
	margin-top: 10px;
	margin-bottom: 10px;	
	padding: 16px 24px;
	line-height: 24px;
	color: #f36704;
	background: #fff;
	border: 2px solid #f36704;
	cursor: pointer;
}
	.c-ranking ul li a::after{	
	content: url(/shop-cs/images/list_arrow03.png);
    position: relative;
}
	.c-ranking__data thead th:first-child{
		width:10%;
	}
.c-ranking__data thead th:last-child{
		width:15%;
	}
	.c-ranking__data thead th:nth-child(2){
		width:30%;
	}
	.c-ranking__data thead th:nth-child(3){
		width:35%;
	}	
	
	
}

@media all and (min-width: 769px ) {
    #SP_lxl-to-shop {
        display: none;
    }
	
	
.c-ranking h4 {	
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;	
	padding: 10px 24px;
	line-height: 24px;
	color: #fff;
	background: #f36704;
	border: 1px solid #f36704;
	/*cursor: pointer;*/
}	
.c-ranking h5 {	
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;	
	line-height: 1.2em;
}			
	
}
/*都道府県別ランキング*/
.ranking-color {
	background-color :cornsilk;	
}

.ranking-color tbody td:first-child {
    text-align: center;
}



/*お客様満足度ランキング*/
.l-content#voice{
    max-width: none;
}
#voice .c-heading3,#voice .rank_cap{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#voice .rank_cap{
    margin-bottom: 30px;
}
#voice .c-btn{
    max-width: 780px;
}
/* line 38, style.scss */
.bg_sky {
    background: #d5ecfa url("../images/bg.png") repeat;
    padding: 84px 0 140px;
    position: relative;
    margin-bottom: 140px;
  }
  /* line 42, style.scss */
  .bg_sky .bottom_shop {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  @media (max-width: 768px) {
    .bg_sky {
        margin-left: -10px;
        margin-right: -10px;
    }

    /* line 49, style.scss */
    .bg_sky .bottom_shop img {
      width: 90%;
    }
  }
  
  /* line 59, style.scss */
  .box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+100&0+0,1+20,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */
    border-radius: 7px;
    box-shadow: 7px 0px 18px -17px black;
    max-width: 940px;
    margin: 0 auto 84px;
    position: relative;
    padding: 30px 60px 30px 222px;
    box-sizing: border-box;
  }
  @media (max-width: 768px) {
    /* line 59, style.scss */
    .box {
      margin: 0 20px 84px;
      background: #fff;
      box-shadow: 7px 0px 6px -2px rgba(0, 0, 0, 0.1);
      padding: 62px 20px 30px;
    }
  }
  /* line 78, style.scss */
  .box .rank {
    position: absolute;
    width: 100%;
    top: -32px;
    left: 0;
    text-align: center;
    display: block;
  }
  .box .rank img{
      width: 64px;
      height: auto;
  }
  /* line 86, style.scss */
  .box .thumb {
    position: absolute;
    top: -35px;
    left: -15px;
  }
  @media (max-width: 768px) {
    /* line 86, style.scss */
    .box .thumb {
      position: inherit;
      top: auto;
      left: auto;
      display: block;
      margin: 0 auto 28px;
      max-width: 100%;
    }
    .box .rank img{
        width: 64px;
        height: auto;
    }
  }
  /* line 99, style.scss */
  .box .ttl_flex {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    /* line 99, style.scss */
    .box .ttl_flex {
      flex-direction: column;
      text-align: center;
      padding-bottom: 28px;
      margin-bottom: 25px;
    }
  }
  /* line 111, style.scss */
  .box .ttl_flex h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  /* line 116, style.scss */
  .box .ttl_flex .name {
    font-size: 14px;
  }
  @media (max-width: 768px) {
    /* line 116, style.scss */
    .box .ttl_flex .name {
      margin-bottom: 24px;
    }
  }
  /* line 123, style.scss */
  .box .ttl_flex .review img {
    vertical-align: middle;
  }
  @media (max-width: 768px) {
    /* line 123, style.scss */
    .box .ttl_flex .review img {
      max-width: 70%;
    }
  }
  /* line 132, style.scss */
  .box .txt {
    font-size: 14px;
    line-height: 200%;
  }
  