@charset "UTF-8";
/*================================================
その他ページ専用CSS
================================================*/

.contents_box{
	padding: 10px 10px 45px;
}

.pc_only{
	display: none;
}

/* ブランドトップ
--------------------------------------------------------------------*/
.img_brand {
	margin-top: 50px;
}
.contents_box .img_brand:nth-child(2){
	margin-top: 0;
}
.img_brand img{
	width:100%;
	height: auto;
}
.txt_brand{
	text-align: center;
	margin: 20px 0;
	line-height: 140%;
}
.brand_item_list li:nth-child(n+10){
	display: none;
}

/* ショップリスト
--------------------------------------------------------------------*/

.shoplist h2{
	font-size: 18px;
	position: relative;
	line-height: 50px;
}
.shoplist h2:after {
  content: "";
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg); 
}
.shoplist h2.tgl_on:after {
  content: "";
    margin-top: -2px;
	-webkit-transform: rotate(-45deg);
}

.shoplist .open{
	background: #ebebeb;
	display: none;
}
.shoplist h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.shoplist li{
	padding: 15px 10px;
}
.shoplist .add,.shoplist .tel{
	display: table;
}
.shoplist .add span,.shoplist .tel span{
	display: table-cell;
	line-height: 1.5;
}
.shoplist .add span.ttl,.shoplist .tel span.ttl{
	width:50px;
}
.shoplist .tel{
	margin: 5px 0 10px;
}
.shoplist .gmap{
	background: url(../../../images/shoplist/icon_baloon.png) no-repeat left center;
	background-size: auto 35px;
	padding-left: 45px;
	line-height: 35px;
	float: left;
}
.shoplist .social{
	float: right;
}
.shoplist .social li{
	float: left;
	width:30px;
	padding: 0;
	margin-left: 10px;
}
.shoplist .social li img{
	width:100%;
	height:auto;
}
.shoplist a{
	text-decoration: underline;
}
.tel_link{
	text-decoration: underline;
}

.shop_nav{
	display: none;
}

/* 特商法取引法に基づく表示
--------------------------------------------------------------------*/

.deal_list{
	line-height: 1.5;
}
.deal_list dt{
	font-weight: bold;
}
.deal_list dd{
	margin-top: 10px;
	margin-bottom: 20px;
}
.deal_list dd:last-child{
	margin-bottom: 0;
}

/* よくあるご質問
--------------------------------------------------------------------*/
.faq_top{
	display: none;
}
.faq_nav{
	display: none;
}

.faqG{
	line-height: 1.5;
	margin-bottom: 20px;
}
.faqG h2{
	font-size: 18px;
	margin-bottom: 15px;
}
.faqG dt{
	position: relative;
	padding-right: 40px;
	margin-bottom: 10px;
}
.faqG dt:after {
  content: "";
    width: 8px;
    height: 8px;
    margin-top: -15px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(135deg); 
}
.faqG dt.tgl_on:after {
  content: "";
  margin-top: -9px;
	-webkit-transform: rotate(-45deg);
}

.faqG dd{
	background:#ebebeb;
	padding: 15px 10px 15px 10px;
	margin-bottom: 20px;
	display: none;
	line-height: 140%;
}
.faqG dd p{
	line-height: 140%;
}
.icon_q{
	background:url(../../../images/faq/icon_q.png) no-repeat left 2px;
	background-size: 15px auto;
	padding-left: 25px;
	font-weight: bold;
}
.icon_a{
	font-size: 14px;
	background:url(../../../images/faq/icon_a.png) no-repeat 3px 5px;
	background-size: 15px auto;
	padding-left: 25px;
}

/* キャンペーン一覧
--------------------------------------------------------------------*/

.campaign_list{
	line-height: 1.5;
}
.campaign_list li{
	margin-bottom: 30px;
}
.campaign_list li:last-child{
	margin-bottom: 0;
}
.campaign_list img{
	width:100%;
	height: auto;
}
.campaign_list .img{
	margin-bottom: 10px;
}
.campaign_list li div{
	line-height: 140%;
}

/* ランキング
--------------------------------------------------------------------*/
.section_ranking .item_container > li:before {
    border-top: 20px solid #333333;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #333333;
}
.ranking_list .item_container li{
	width:50%;
}
.ranking_list .item_container > li:nth-child(3n+1) {
    clear: none;
}
.ranking_nav{
	background: #EAEAEA;
	padding: 15px;
	margin-bottom: 20px;
}
.ranking_nav .ttl{
	float: left;
	width:80px;
	padding-top: 10px;
}
.ranking_nav .ranking_nav_list{
	float:left;
	width : -webkit-calc(100% - 80px) ;
  width : calc(100% - 80px) ;
	background: #fff;
	box-sizing: border-box;
	padding: 5px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #333;
}

.ranking_nav .ranking_nav_list p,.ranking_nav .ranking_nav_list li{
	line-height: 30px;
}
.ranking_nav .ranking_nav_list p{
	position: relative;
}
.ranking_nav .ranking_nav_list p:after{
	  content: "";
    width: 8px;
    height: 8px;
    margin-top: -7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.ranking_nav .ranking_nav_list p.tgl_on:after{
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -5px;
}
.ranking_nav .ranking_nav_list ul{
	display: none;
}

.line03 .item_container .item_name{
	line-height: 140%;
}

/* ニュース
--------------------------------------------------------------------*/

.news_day{
	text-align: center;
	margin-bottom: 10px;
}
.news_cont{
	line-height: 1.5;
}
.news_cont p{
	margin-top: 20px;
}

/* サイズガイド
--------------------------------------------------------------------*/

.sizeguide{

}
.sizeguide p{
	line-height:1.5em;
}
.sizeguideG .contents_title_01{
	font-size:17px;
	margin-bottom: 10px;
}
.sizeguideG {
	padding: 30px 0;
	border-bottom: solid 1px #333;
}
.sizeguide .sizeguideG:first-child{
	padding-top: 0;
}
.sizeguide .sizeguideG:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.sizeguide img{
	width:100%;
	height: auto;
}
.sizeguide .imgL,.sizeguide .imgR,.sizeguide .imgC{
	margin-top: 20px;
}

.indent-1{
	text-indent: -1em;
	margin-left: 1em;
}
.sizeguideG02 {
	margin-top: 30px;
}
.sizeguideG02 .img{
	float:left;
	width:30%;
}
.sizeguideG02 .txt{
	float:right;
	width:65%;
}
.sizeguideG02 .txt p{
	margin-top: 20px;
}
.sizeguideG02 h3{
	font-weight: bold;
}


/* お問い合わせ
--------------------------------------------------------------------*/

body.contact_body{
	margin: 0;
}

.contact_cont {

}
.contact_logo{
	line-height: 50px;
	background: #333333;
	display: table;
	width:100%;
	margin-bottom: 30px;
}
.contact_logo span{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
.contact_logo img{
	display: block;
	width:165px;
	margin-left: auto;
	margin-right: auto;
}

.contact_form iframe{
	height: 1500px;
}
.contact_copy{
	width:100%;
	border-top: solid 1px #333333;
	padding: 20px 0;
	text-align: center;
}

.contact_body .contents_title_01{
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
}


.common_title_01{
	font-weight: bold;
}
h3.common_title_01{
	font-size: 20px;
}

/* 利用規約
--------------------------------------------------------------------*/

.agreement{
	line-height:1.5em;
}
.agreement p {
    line-height: 1.7em;
    font-size: 0.9rem;
}


.agreement h2{
	margin-top: 30px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
}
.agreement .mg_l15em p{
	margin-top: 20px;
}
.agreement .mg_l15em p:first-child{
	margin-top: 15px;
}
.agreement h3{
	margin-top: 20px;
	font-weight: bold;
	font-size: 15px;
}
.indent-15{
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.agreement .mg_l15em p.mg_t0{
	margin-top: 0px;
}
.list_disc{
	list-style-type: disc;
	margin-left: 1.5em;
	font-size: 0.8rem;
}
.list_disc li{
	list-style-type: disc;
	line-height:1.5em;
}
.agreement .list_disc li{
	margin-top: 20px;
}
.agreement .mg_l2em p{
	margin-top: 20px;
}
.agreement .mg_l2em p:first-child{
	margin-top: 10px;
}

/* 初めての方へ
--------------------------------------------------------------------*/

.beginner p{
	margin-top: 20px;
}
.btn{
	display: inline-block;
}
.btn a{
	display: inline-block;
    height: 35px;
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
    text-align: center;
    line-height: 35px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #fff;
    background: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	padding: 0 30px;
}
.btn a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.beginner p.mg_t0{
	margin-top: 0px;
}
.list_decimal{
	list-style-type:decimal;
	margin-left: 1.5em;
	font-size: 0.8rem;
}
.list_decimal li{
	list-style-type:decimal;
	line-height:1.5em;
}
.beginner .list_decimal li{
	margin-top: 20px;
}

.beginner_line01{
	border-top:dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	margin-top: 20px;
	padding-bottom: 20px;
}

.beginner img{
	width:100%;
}
/* catalog
--------------------------------------------------------------------*/

.catalog img{
	width:100%;
}
.catalog li a{
	display: block;
	margin-bottom: 4px;
	line-height: 0;
}
.catalog a{
	display: block;
}

.catalog .imgL{
	float:left;
	width : -webkit-calc(50% - 2px) ;
  width : calc(50% - 2px) ;
}
.catalog .imgR{
	float:right;
	width : -webkit-calc(50% - 2px) ;
  width : calc(50% - 2px) ;
}

.catalog01_btn{
	margin-top: 45px;
	width:100%;
}
.catalog01_btn img{
	width:100%;
}
.ttl_catalog01{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.ttl_catalog01 span{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}