﻿
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
border-radius: 0;
-webkit-box-sizing: content-box;
-webkit-appearance: button;
appearance: button;
border: none;
box-sizing: border-box;
cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
outline-offset: -2px;
}

body{
font-family: HiraKakuProN-W3,sans-serif;
margin: 0;
padding: 0;
}

h1,h2,h3,h4,h5,h6{
margin:0;
}


/*************************
ナビ
*************************/
.nav-wrap {
width: 100%;
margin:0 auto;
display: flex;
}

.tabmenu_nav{
text-align: center;
width: 100%;
height: 44px;
line-height: 44px;
}

.tabmenu_ul{
height: 44px;
line-height: 44px;
margin: 0;
padding: 0;
list-style: none;
display: flex;
overflow: hidden;
}
 
.tabmenu_ul > li{
cursor: pointer;
flex-grow: 1;
margin: 0 0 0 -1px;
display: block;
}
 
.tabmenu_ul > li.select{
outline: 1px solid #999999;
outline-offset:-1px;
background: #efefef;
}
 
.tabmenu_ul > li:first-child::after {
content: '';
display: inline-block;
width: 1px;
height: 14px;
margin: 15px 0 0 0;
line-height: 46px;
background-color: #999999;
float: right;
}

.tabmenu_ul > li:nth-child(2)::after {
content: '';
display: inline-block;
width: 1px;
height: 14px;
margin: 15px 0 0 0;
line-height: 46px;
background-color: #999999;
float: right;
}

.tabmenu_ul > li:last-child {
margin: 0 -1px 0 -1px;
}

.tabmenu_ul > li h2 {
cursor: pointer;
font-size: 16px;
font-size: 1.0rem;
-webkit-tap-highlight-color:rgba(0,0,0,0);
line-height: 46px;
font-weight: normal;
display: inline;
}

.tabmenu_ul > li h2:before {
content: '';
display: inline-block;
width: 5px;
height: 5px;
margin:0 7px 4px -2px;
border-right: 2px solid #666666;
border-bottom: 2px solid #666666;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.nav_inner{
margin: -1px 0 0 0;
}

.nav_inner > div{
padding: 0;
list-style: none;
width:100%;
margin:0;
border-top:1px solid #999999;
border-bottom: 1px solid #999999;
}

.nav_inner > div > .inner_text_title{
padding: 4px 0 0 0;
margin: 15px auto 0;
    width: 80%;
}

.nav_inner > div > .inner_text_title:before{
content: '';
display: inline-block;
width: 3px;
height: 19px;
margin: 12px 0 0 0;
line-height: 46px;
background-color: red;
float: left;
}

.nav_inner > div > .inner_text_title h2{
font-size: 2.0rem;
font-weight: 400;
text-shadow: 0px 0px 0 #aaa, 0px 0px 0 #aaa, 0px 0 0 #aaa, 0 1px 0 #aaa;
text-align: left;
margin:0;
padding:0 0 0 8px;
}

.nav_inner > div > .inner_text_title h3{
font-size: 1.2rem;
font-weight: 400;
text-shadow: 0px 0px 0 #aaa, 0px 0px 0 #aaa, 0px 0 0 #aaa, 0 1px 0 #aaa;
text-align: left;
margin:0 auto;
padding:0 0 0 8px;
}

.cha-list{
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
margin: 0 auto;
width: 80%;
}

.cha-list > li{
width:50%;
text-align: left;
height: 35px;
line-height: 35px;
}

.cha-list > li > span{
font-size: 1.0rem;
}

.cha-list > li > span > a{
text-decoration: none;
color: #333333;
float: left;
}

.cha-list .alllist{
width: 100%;
}

.cha-list .alllist > span{
float: left;
font-size: 1.0rem;
line-height: 42px;
}

.cha-list .alllist > span:before{
content: '';
background-color: #555555;
border: solid 2px #fff;
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #555555;
box-shadow: 0 0 0 1px #555555;
display: inline-block;
margin:0 3px 0 0;
}

.triangle{
display:inline;
font-size:0.9rem;
color:#444444;
}

.alllist > span > a{
text-decoration: none;
color: #333333;
display: inline-block;
}

.partition1{
width: 80%;
height: 1px;
background-color: #dddddd;
margin: 9px auto 16px;
}

.partition2{
width: 80%;
height: 1px;
background-color: #dddddd;
margin:12px auto 42px;
}

.partition3{
width: 80%;
height: 1px;
background-color: #dddddd;
margin:12px auto 13px;
}

.crafts-list{
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
margin: 0 auto;
width: 80%;
}

.crafts-list > li{
width:100%;
text-align: left;
height: 35px;
line-height: 35px;
}

.crafts-list > li > span{
font-size: 1.0rem;
}

.crafts-list > li > span > a{
text-decoration: none;
color: #333333;
float: left;
}

.crafts-list .alllist{
width: 100%;
}

.crafts-list .alllist > span{
float: left;
font-size: 1.6rem;
}

.crafts-list .alllist > span:before{
content: '';
background-color: #555555;
border: solid 2px #fff;
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #555555;
box-shadow: 0 0 0 1px #555555;
display: inline-block;
margin:0 3px 0 0;
}

.kimono-list{
list-style: none;
padding: 0;
display: flex;
flex-direction: column;
margin: 0 auto;
width: 80%;
}

.kimono-list > li{
width:100%;
text-align: left;
height: 35px;
line-height: 35px;
}

.kimono-list > li > span{
font-size: 1.0rem;
}

.kimono-list > li > span > a{
text-decoration: none;
color: #333333;
float: left;
}

.kimono-list .alllist{
width: 100%;
}

.kimono-list .alllist > span{
float: left;
font-size: 1.6rem;
}

.kimono-list .alllist > span:before{
content: '';
background-color: #555555;
border: solid 2px #fff;
width: 8px;
height: 8px;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 0 0 0 2px #555555;
box-shadow: 0 0 0 1px #555555;
display: inline-block;
margin:0 3px 0 0;
}

.list-footer{
margin: 0 auto;
width: 80%;
padding: 0 0 10px 0;
text-align: center;
}

.close{
display: inline-block;
line-height: 28px;
padding: 0 3px 0 0;
margin: 0;
}

.close span{
display: inline-block;
position: relative;
} 

.close-up{
border-radius: 50%;
-webkit-border-radius: 50%;
border: 1px solid #333;
width: 24px;
height: 24px;
top: 3px;
}

.close-up:before,
.close-up:after{
content: '';
height: 2px;
width: 16px;
display: block;
background: #333;
border-radius: 10px;
-webkit-border-radius: 10px;
position: absolute;
top: 11px;
left: 4px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.close-up:after{
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}

.close-text{
font-size: 1.0rem;
top:1px;
left: 3px;
}

.close > a{
text-decoration: none;
color:#333333;
}

.hide{
display:none;
}

.scroll-prevent {
display: none;
}

.scroll-prevent_slider {
visibility:hidden;
}

.nav-bottom-partition{
width: 94%;
height: 1px;
background-color: #dddddd;
margin:0 auto 15px;
}

.content-wrap {
width: 100%;
margin:0 auto 0;
}

@media screen and (min-width: 640px){
.content-wrap {
width: 90%;
margin:0 auto;
}
}





.drawr_kougeihin{
    transform: translateX(0);
position: absolute;
    right: 0;
    left: 0;
    padding:0;
    margin: 0 auto;
    transition: transform .25s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
}

.dropdown_drawr{
    transform: translateX(600px);
position: absolute;
    right: 0;
    left: 0;
    padding:0;
    margin: 0 auto;
    transition: transform .25s;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
}

.drawr_kougeihin_inner{
width: 80%;
margin: 0 auto;
}



.dropdown_drawr-inner{
display: none;
border-bottom: 1px solid #999999;
}



.drawr_tougei_inner,
.drawr_sikki_inner,
.drawr_koudou_inner,
.drawr_kadou_inner,
.drawr_kinzoku_inner,
.drawr_kitake_inner,
.drawr_garasu_inner,
.drawr_chugoku_inner,
.drawr_shoga_inner,
.drawr_shumi_inner,
.drawr_bugu_inner,
.drawr_seiyou_inner{
display: none;
width: 80%;
margin: 0 auto;
}

.purasu300{
    transform: translateX(600px);
    transition: transform .25s;
}

.nashi000{
    transform: translateX(0);
    transition: transform .25s;
}

.mainasu300{
    transform: translateX(-600px);
    transition: transform .25s;
}

.hyouji{
display:block!important;
    transition: transform .25s;
}


.inner_text_title{
    padding: 4px 0 0 0;
    margin: 15px auto 0;
}

.inner_text_title:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 19px;
    margin: 12px 0 0 0;
    line-height: 46px;
    background-color: red;
    float: left;
}

.inner_text_title h3 {
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: 0px 0px 0 #aaa, 0px 0px 0 #aaa, 0px 0 0 #aaa, 0 1px 0 #aaa;
    text-align: left;
    margin: 0;
    padding: 0 0 0 8px;
}

.drawr_triangle {
    display: inline;
    font-size: 0.9rem;
    color: #444444;
}

.drawr_inner-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.drawr_inner-list > li {
    width: 100%;
    text-align: left;
    height: 35px;
    line-height: 35px;
}

.drawr_inner-list > li > span {
    font-size: 1.0rem;
}

.drawr_inner-list > li > span > a {
    text-decoration: none;
    color: #333333;
    float: left;
}

.drawr_list-footer {
    margin: 0 auto;
    width: 80%;
    padding: 0 0 10px 0;
}

.column3 {
flex-wrap: wrap;
flex-direction: inherit;
}

.column3 > li{
    width: 38%;
}

.column3 > li:nth-of-type(3n){
    width: auto;
}

.column2 {
flex-wrap: wrap;
flex-direction: inherit;
}

.column2 > li{
    width: 65%;
}

.column2 > li:nth-of-type(2n){
    width: auto;
}

.gyouu{
    width: 100%;
    display: inline;
    line-height: 35px;
    text-align: left;
}

.gyouu > span{
    font-size: 1.0rem;
}

.drawr_close_wrap {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 5% 0 1% 0;
}

.drawr_close {
    margin: 0 auto;
    width: 55%;
}

.drawr_close_inner {
    display: flex;
    justify-content: flex-end;
}

.withdrawal_action {
    text-align: right;
    width: 45%;
    margin: 1px 0 0 0;
}

p.drawr_back {
    margin: 0;
    font-size:1.0rem;
    border-radius: 5px;
    padding: 3% 4% 2%;
}

.drawr_back:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px 1px 5px;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.drawr_see_all001 {
    border: 1px solid #999999;
    text-align: center;
    border-radius: 5px;
    width: 80%;
margin: 10px auto 0;
}

.drawr_see_all001 > p {
    font-size: 1.0rem;
    color: #333333;
margin: 0;
}

.drawr_see_all001 > p a {
    display: block;
    padding: 1% 0 0;
    text-decoration: none;
    color: #333333;
}

.kd2{
border-bottom: none!important;
}




.slide-area{
padding: 0 0 35px 0;
margin: 0;
}

.sliderWrap{
margin: 0 auto;
width: 608px;
max-width:100%;
padding: 0;
}

.slider{
padding: 0;
margin: 0;
}

.slick-dotted.slick-slider {
margin-bottom: 0!important;
}

.slider img{
width: 100%;
}

.slick-prev:before,
.slick-next:before {
color: #000!important;
}

/***** 矢印の縦の位置など *****/
.slider .btn-next,
.slider .btn-prev {
position: absolute;
cursor: pointer;
display: inline-block;
top: 45%;
z-index: 10;
opacity: 0.6;
}

/***** 矢印の横の位置 *****/
.slider .btn-prev {
left: -40px;
padding: 0;
}
.slider .btn-next {
right: -40px;
padding: 0;
}

/***** 画像下のドットの大きさ *****/
.slick-dots li {
width: 16px!important;
height: 16px!important;
margin: 0 5px!important;
}

.slick-dots li button {
width: 16px!important;
height: 16px!important;
padding: 0!important;
}

.slick-dots li button:before {
font-size: 13px!important;
width: 16px!important;
height: 16px!important;
}



