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

.pc_none{
    display: block !important;
}
.tbl_none{
    display: none !important;
}
.sp_none{
    display: none !important;
}

.m-aside{
    border-top: none;
    padding-top: 0px;
    margin: 0 0 50px 0;
}

.pc-ttl {
    height: 370px;
}
.sp-ttl {
    aspect-ratio: 2/1;
}

.l-contents{
    list-style:none;
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" , "YuGothic" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
    overflow: hidden;
}

.l-contents a{
	transition: all 0.3s ease 0s;
	display: block;
}

.l-contents img{
	transition: all 0.3s ease 0s;
}

.ttl_box{
	display: block;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.title-sub {
    text-align: left;
    background: #cdbeb6;
    padding: 20px 10px;
    color: #000;
    font-size: 14px;
    line-height: 1.9;
}

.main_box{
	display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    background: #e9e8e5;
}
.main_box img{
	display: block;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}
.main_box_moji{
	color: #b2a898;
    display: block;
    float: left;
    font-size: 20px;
    line-height: 1.8em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 400px;
    width: 100%;
}

.main_box_moji h1{
	display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: lighter;
    margin: 10px auto;
    color: #000;
    line-height: 2em;
    width: 640px;
}

.main_box_logo1{
    display: block;
    left: 26.5vw;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 22vw;
}
.main_box_logo2{
    display: block;
    left: 42.3vw;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 20vw;
}
.main_box_logo1 img{
    display: block;
    overflow: hidden;
    margin: 0px;
}
.main_box_logo2 img{
    display: block;
    overflow: hidden;
    margin: 0px;
}


.navi{
    display: block;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 1px #9e9e9e;
    font-family: 'GFS Didot', serif;
}

.navi a::after {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    content: "";
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 8px;
    transform: rotate(45deg);
    height: 8px;
    width: 8px;
}

.navi ul{
    display: block;
    overflow: hidden;
    width: 600px;
    margin: 0 auto ;
    text-align: center;
    font-size: 0;
}
.navi ul li{
    display: inline-block;
    overflow: hidden;
    font-size:16px;
    margin: 0 30px ;
    border-bottom: solid 3px #fff;
    text-align: center;
}
.navi ul li a{
    color: #555;
    text-decoration: none;
    padding: 18px 5px 5px 5px;
    display: block;
    overflow: hidden;
}
.con1{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.bg_col01 {
    background: #343b54;
    color:#fff;
}

.bg_col02 {
    background: #444444;
    color:#fff;
}
.bg_col03 {
    background: #e0d8cf;
    color:#212121;
}



.con1 ul {
	display: block;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    padding: 0px;
}

.header-image {
    display: block;
    overflow: hidden;
    margin: 0 40px 0 40px;
    float: left;
}

.header-image img {
    width: 340px;
    aspect-ratio: 55/41;
    vertical-align: bottom;
}
.header-txt {
    display: block;
    overflow: hidden;
    margin: 0 0 12px;
}

.header-txt h2 {
    text-align: center;
    margin: 12px 0 12px;
}

.con1-head {
    font-size: 38px;
}

.header-txt p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 1em;
}

.con_items_list{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.con_items_list p{
    display: block;
    overflow: hidden;
    margin: 0;
    text-align: none;
    font-size: 12px;
    border-bottom: solid 1px #9e9e9e;
    height: 40px;
}
.con_items_list span{
    display: inline-block;
    overflow: hidden;
    padding: 10px 0;
}

.con_items_list p a{
    display: block;
    overflow: hidden;
    color: #000;
    line-height: 40px;
    text-decoration: none;
}

.con_items_list p a::after {
    backface-visibility: hidden;
    border-right: 1px solid #9e9e9e;
    border-top: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 95%;
    position: relative;
    transform: rotate(45deg);
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: 12px;
    top: -40px;
}

.con2{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto ;
    padding-bottom: 40px;
}

.con2 h3,
.content h3{
	width: 1000px;
	margin: 10px auto ;
	text-align: left;
	/*display: block;*/
    display: flex;
    align-items: center;
	overflow: hidden;
	font-weight: normal;
	color: #333333;
	line-height: auto;
	font-size: 20px;
}
/*
.con2 h3::after,
.content h3::after{
    border-bottom: 1px solid #9e9e9e;
    content: "";
    display: inline-block;
    height: 10px;
    vertical-align: text-top;
    width: 850px;
}*/

.con2 h3::after,
.content h3::after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #9e9e9e;
}
.l-other-box{
    display: flex;
    flex-wrap: wrap;    
    overflow: hidden;
    width: 1000px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
.l-other-box div {
    /*display: block;*/
    overflow: hidden;
    /*float: left;*/
    width: 31%;
    margin: 0  auto 40px;
}
.l-other-box h4 {
    margin: 8px 0;
    font-size: 16px;
    font-weight: bold;
}

.l-other-box ul li a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

.l-other-box .item {
    display: inline-block;
    margin-right: 8px;
}

.l-other-box img{
    aspect-ratio: 5/6;
    display: block;
    overflow: hidden;
    width: 100%;
}

.l-4-column-wrapper {
    width: 100%

}

.l-4-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 20px;
}
.l-4-column > div {
    width: 43%;
    margin-bottom: 24px;
}

.l-4-column > div img {
    width: 100%;
    aspect-ratio: 5/6;
    padding-bottom: 4px;
}

.small_ttl{
    display: block;
    overflow: hidden;
    width: 100%;
    color: #535353;
}

a .icon {
    background-color: #3e3e3e;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    display: block;
    float: right;
    border-radius: 2px;
}

.banner-area .m-btn-inactive,
.content .m-btn-inactive,
.accessory .m-btn-inactive {
    width: 80%;
    max-width: 320px;
    margin: auto;
}

.content-btn:hover {
    opacity: 0.7;
}

.content {
    overflow: hidden;
    padding-bottom: 30px;
}

.content-list{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.content-inner {
    margin-bottom: 60px;
}


.content-list-txt {
    margin-bottom: 24px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.8;
    /*background:  url('shop_navy.png') no-repeat right top/auto;*/
}

.content-list .content-list-txt img {
    width: auto;
}

.content-list-txt span {
    font-family: 'GFS Didot', serif;
    font-size: 14px;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    padding: 4px 8px;
}

.color-navy {
    background-color: #ced0e9;
}
.color-black {
    background-color: #cacaca;
}
.color-ivory {
    background-color: #e9ded4;
}

.shop-name {
    font-family: 'GFS Didot', serif;
    font-size: 36px;
    border-bottom: 1px solid #aaa;
    margin-top: 12px;
    margin-bottom: 12px;
    line-height:1.3;
}



.content-list_reverse {
    flex-direction: row-reverse;
    margin-top: 0px;
}

.content-list_maincol,
.content-list_subcol {
	width: 100%;
}
/*
.content-list_maincol {
    background:  url('shop_navy.png') no-repeat left top/auto;
}
*/
.content-list a{
	display: block;
}
.content-list img,
.content-1-column img {
    aspect-ratio: 4/5;
	width: 100%;
}

.content-list_subcol {
    padding: 40px 0px 20px 0px;
    box-sizing: border-box;
}

.content-list_reverse .content-list_subcol {
    padding: 40px 30px 60px 30px;
    box-sizing: border-box;
}

.content-list_subcol img {
    width: 100%;
}

.item-list {
    padding: 12px 24px 12px;
}

.item-list li::after{
	content:"";
    clear: both;
    display: block;
}
.item-list li a{
	box-sizing: border-box;
	font-size: 14px;
	/*padding: 10px;*/
    padding: 4px 10px;
	position: relative;
}


.item-list_thumb {
    width: 50px;
    height: 60px;
    margin-right: 8px;
    float: left;
    border: 1px solid #f4f4f4;
}
.item-list_thumb img {
    width: 100%;

}


.layoutbox{
	width: 100%;
	margin: 0;
}
.layoutbox ul{
	width: 1000px;
	margin: 0 auto;
}

.con_under_sharebox{
	width: 100%;
	text-align: center;
}
.con_under_sharebox a {
	width: 67px;
	margin: 5px 10px;
	display: inline-block;
}
.con_under_sharebox a img{
	width: 100%;
}

.con_under_mailbox{
	width: 500px;
	margin: 10px auto 50px;
	padding: 30px 0;
	border: solid 1px #C6BFB5;
	text-align: center;
}
.con_under_mailbox span{
	font-size: 12px;
}
.con_under_mailbox span a{
	display: inline-block;
	text-decoration: underline;
}

.icon1{
	background-color: #424242;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	margin: 3px 0px;
	padding: 3px 8px;
	text-align: right;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
}

.sml_ttl_box_underbtn2 a {
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 10px auto;
    text-align: center;
    background-color: #3e3e3e !important;
    color: #fff;
    border-radius: 4px;
}
.l-contents .coordinate-list-btn {
    display:inline-block;
    width: auto;
    margin: 8px auto 0;
}
.l-contents .coordinate-list-btn span {
    border-bottom: 1px solid #616161;
}


.accessory {
    background: #efefef;
    text-align: center;
    padding: 48px 0;
}

.accessory-ttl {
    font-size: 32px;
}

.accessory-subttl {
    font-family: 'GFS Didot', serif;
    font-size: 28px;
    display:inline-block;
    position: relative;
    padding: 6px 50px;
    margin-bottom: 8px;
    letter-spacing: 1.8px;
}

.accessory-subttl:before,
.accessory-subttl:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #aaa;
}

.accessory-subttl:before {
    left: 0;
}
 
.accessory-subttl:after {
    right: 0;
}

.accessory-subttl + p {
    font-size: 14px;
    margin-bottom: 24px;
}

.credit {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 64px;
    padding: 20px;
    font-size: 12px;
}

.credit h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.credit p {
    text-align: left;;
}

.credit img {
    float: left;
    width: 80px;
    margin-right: 20px;
}

.banner-area {
   margin: 48px 0 64px;
}

@media screen and (min-width: 641px) {

.header-txt {
    line-height: 2.1em;
}

.m-btn-active:hover{
    background-color: #ffc17f;
}

.navi ul li:hover{
    border-bottom: solid 3px #9e9e9e;
}
.con1 ul li a img:hover {
    opacity: 0.7;
}

.con1 h2 {
    margin-top: 8px;
}

.con2 ul li a:hover{
    opacity: 0.7;
}

.con_under_sharebox a img:hover{
	opacity: 0.7;
}

.title-sub {
    margin-top: 0;
		color: #000;
}

.title-sub {
    text-align: center;
}

.shop-name {
    font-size: 40px;
}

.content-list{
	margin: auto auto 12px;
	width: 1000px;
}

.content-list_reverse {
    margin-top: 80px;
}

.content-list_maincol {
	width: 50%;
    padding: 20px;
    box-sizing: border-box;
}
.content-1-column .content-list_maincol {
	width: 60%;
}

.content-list_subcol {
	width: 50%;
    padding: 20px;
    box-sizing: border-box;

}

.content-list-txt {
    padding: 0;
}

.shop-name {
    font-size: 36px;
}

.content-list a:hover{
	opacity: .7;
}

.content-1-column{
	margin: auto;
	width: 1000px;
}

.content-list_subcol_image {
    display: flex;
    justify-content: space-around;
}

.content-list_subcol_image div:nth-child(2) {
    margin-top: 160px;
}

.l-harf {
    width: 45%;
}

.content-1-column .content-list_maincol {
	margin: auto;
}

.content-1-column .content-list_subcol {
	width: 100%;
    margin-top: 32px;
}

.header-txt {
    margin: 0;
}

.item-list{
	margin-top: 24px;
}
.item-list li{
	border-bottom: none;
    margin-bottom: 8px;
}
.item-list li a{
	/*display: inline-block;*/
	font-size: 12px;
	padding: 2px;
}
.item-list li a::after{
	margin-left: 8px;
	position: static;
}
.item-list li a:hover{
	opacity: .6;
}

.header-txt {
    margin-bottom: 0px;
}

.header-txt h2 {
    text-align: left;
    margin: 24px 0 12px;
}

.content-list_subcol {
    padding: 0px 12px 0px 8px;

}

.content-list_reverse .content-list_subcol {
    padding: 0px 8px 0px 12px;

}

.content-list_reverse {
    margin-top: 40px;
}

.l-4-column > div {
    width: 23%;
}

.l-4-column-wrapper {
    width: 1000px;
    margin: 0 auto;

}

.credit {
    width: 400px;
}

}



@media screen and (max-width: 640px) {


    .pc_none{
    display: none !important;
}
    .tbl_none{
    display: block !important;
}
    .sp_none{
    display: block !important;
}
.main_box{
    height: 400px;
}

.main_box img{
    width: 100%;
}

.header-image {
    margin: 0;
    float: none;
}

.header-image img {
    width: 100%;
}

.content {
    padding-bottom: 0;
}
.con2 h3{
    font-size: 20px;
    line-height: 1.5em;
    width: auto;
    margin: 10px;
}

.content h3 {
    width: auto;
    margin: 10px;
}

.con2 h3::after{
    width: 50%;
}

.main_box{
    height: auto;
    margin: 0;
}
.main_box img{
    margin: 0;
}


.main_box_logo2{
    margin: 0 5%;
    width: 33%;
    top: 5vw;
}

.main_box_logo3{
    margin: 0 5%;
    width: 33%;
    top: 5vw;
}

.navi{
    width: 100%;
}
.navi ul{
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.navi ul li{
    width: 90px;
    margin: 0 5px;
    font-size:14px;
}
.navi ul li img{
    width: 100%;
}
.con1 , .con2{
    width: 100%;
}
.con1 ul {
    width: 95%;
    padding-top: 12px;
}

.con1 ul li:nth-of-type(2) {
    width: 100%;
    text-align: center;
}
.con1 ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
}
.con1 ul li img{
    max-width: 100%;
}

.con2 h2 {
    width: 100%;
}

.l-other-box {
    width: 100%;
    margin: 0 auto;
}
.l-other-box div a {
    font-size: 12px;
}
.l-other-box div {
    width: 43% !important;
    margin: 0 3.5% 20px;
    float: left;
}

.l-other-box ul {
    line-height: 1.7;
}

.l-other-box div img{
    width: 100%;
}
.m-aside-menu{
    padding-top: 0px;
}
.layoutbox ul{
	width: 100%;
}


.con_under_sharebox a{
	width: 45px;
}

.con_under_mailbox{
	width: 95%;
}

.item-list li a::after{
	display:none;
}

.item-list {
    padding: 24px 0px 12px;
}

.l-harf {
    padding-top: 20px;
    padding-bottom: 20px;

}

.is-sp-prl30 {
    padding-right: 30px;
    padding-left: 30px;

}

.is-sp-pr30 {
    padding-right: 30px;
}

.is-sp-pl30 {
    padding-left: 30px;
}

}
