@charset "utf-8";

/* ハンバーガーメニュー Setting
=========================================================================================== */
nav.gnavSp {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	color: #000;
	transform: translateX(100%);
	transition: all 0.6s;
	width:  100%;
	height:100%;
	padding: 2em 4% 80px;
	/*overflow-y: scroll;*/
}
nav.gnavSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	margin-bottom:2em;
}
nav.gnavSp ul li {
	font-size: 16px;
	list-style-type: none;
    border-bottom: 1px solid #f2f2f2;
	padding: 0;
	width: 100%;
}
nav.gnavSp ul li a {
	display: block;
	color: #FFF;
	padding: 2em 0;
}



.spLogo{
    margin-bottom: 4em;
}
.spLogo a{
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
}



/*.headerTelSp{
	text-align:center;
}
.headerTelSp a{
	color:#FFF;
}
.headerTelSp a span{
	font-size:14px;
    line-height: 1.8;
}
.headerTelSp a strong{
	display:block;
	font-size: 28px;
	vertical-align:middle;
}
.headerTelSp a strong:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/icon_tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}*/


/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #B56B6D;
    width: 64px;
	cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	display:none;
	position:relative;
	z-index:9999;
}
.navToggle {
	display:none;
	width: 42px;
	height: 42px;
	text-align: center;
	position:relative;
}
.navToggle span {
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: solid 3px #FFF;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 6px;
}
.navToggle span:nth-child(1) {
	top: 10px;
}
.navToggle span:nth-child(2) {
	top: 20px;
}
.navToggle span:nth-child(3) {
	top: 30px;
}
/* ハンバーガーメニューアイコンタップ後の「X」Setting
=========================================================================================== */

/* 最初のspanをマイナス45度に */
.navBoxSp.active span:nth-child(1) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navBoxSp.active span:nth-child(2),
.navBoxSp.active span:nth-child(3) {
	border-bottom: solid 3px #FFF;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----------------------------ハンバーガーメニューここまで-----------------------------*/

.showSp{
	display:none;
}
.showSp1100{
	display:none;
}
.showOnlySp1100{
	display:none;
}


@media screen and (max-width: 1100px) {
.hideSp1100{
	display:none;
}
.showSp1100{
	display:block;
}
html{
	font-size:1vw;
}

/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}

/* index Setting
=========================================================================================== */
#indexContentsHead .anchorListArea{
	width: 100%;
    padding: 0 4%;
}
#indexContentsHead .anchorList li{
    width: 32%;
    margin-left: 2%;
}
#indexContentsHead .anchorList li a{
    padding: 2em 0.2em;
}

/* footer Setting
=========================================================================================== */
footer #footerArea{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}

}
	
@media screen and (max-width: 960px) {
}
	
@media screen and (max-width: 767px) {
.hideSp{
	display:none;
}
.showSp{
	display:block;
}
.showOnlySp1100{
	display:none;
}
html{
	font-size:40%;
}
/* Header Setting
=========================================================================================== */
#headerSet{
    padding: 10px 4%;
}
#headerSet #headerMenuSet{
	display:none;
}
.navBoxSp{
	display: flex;
    height: 64px;
}
.navToggle{
	display: block;
}
.current #headerSet{
	background: none;
}
#indexContentsHead .anchorList{
    font-size: 14px;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	padding:40px 4%;
}
table colgroup{
	display:none;
}


/* index Setting
=========================================================================================== */
#mainVisualImgSet div{
    height: 86vh;
}
#indexContentsHead .anchorList li a:after{
    width: 18px;
    height: 18px;
}

.contents01 h2{
    text-align: center;
}
.contents01 .introColumnSet{
    display: block;
}
.contents01 .introColumnSet .introText{
    width: 100%;
}
.contents01 .introColumnSet .introText img{
    width: 100%;
}
.contents01 .introColumnSet .introImg{
    width: 100%;
    margin-left: 0;
    display: none;
}

.shopList li:nth-child(odd),
.shopList li:nth-child(even){
    display: block;
    margin-bottom: 4em;
}
.shopList li:nth-child(odd) .shopImg,
.shopList li:nth-child(even) .shopImg{
    width: 100%;
    margin-left: 0;
    display: none;
}
.shopList li:nth-child(odd) .shopText,
.shopList li:nth-child(even) .shopText{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.shopList li .shopText .textStyle1{
    text-align: left;
}
/*#indexContentsHead .mainCatch{
    text-align: center;
}
#indexContentsHead .mainCatch span{
    font-size: 16px;
}*/




/*.circleList{
    width: 100%;
}
.circleList li{
    width: 32%;
    margin-left: 2%;
}
.circleList li p{
    margin-bottom: 0;
}

.contents01 .contCatch{
    font-size: 20px;
}


.greetingColumnSet{
    display: block;
}
.greetingColumnSet .greetingImg{
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1em;
}
.greetingColumnSet .greetingText{
    width: 100%;
    margin-left: 0;
}
.greetingColumnSet .greetingText h3{
    text-align: center;
}

.columnSetAB.typeA,
.columnSetAB.typeB{
    display: block;
    margin-bottom: 6em;
}
.columnSetAB.typeA .columnText,
.columnSetAB.typeB .columnText{
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.columnSetAB .columnText ul{
    text-align: left;
}
.columnSetAB .columnText .imgOnlyStyle img{
    width: 100%;
}
*/
/* footer Setting
=========================================================================================== */
/*footer #footerArea{
    padding-bottom: 2em;
}
footer #footerArea .footerColumnSet{
    display: block;
}
footer #footerArea .footerColumnSet .footerColumnL h2{
    font-size: 24px;
}
footer #footerArea .footerColumnSet .footerColumnL{
    width: 100%;
    text-align: center;
}
footer #footerArea .footerColumnSet .footerColumnR{
    display: none;
}
/* After Setting
=========================================================================================== */
.mb6Sp{
    margin-bottom: 6em;
}
}
@media screen and (max-width: 579px) {
}