@charset "utf-8";

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




.headerTelSp{
    color: #FFF;
    font-size: 24px;
    text-align: center;
    margin-bottom: 1em;
}
.headerTelSp a{
    color: #FFF;
}
.headerTelSp span{
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 1em;
}

#headerMenuSetSp .snsListSp{
    display: flex;
    align-items: center;
    justify-content: center;
}
#headerMenuSetSp .snsListSp li{
    margin: 0 1em;
}
/* メニュー展開時、ロゴフォントの色変更 */
body.fixed #headerSet #headerLogoSet #headerLogo a{
    color: #FFF;
    transition: all .5s;
}
/* メニュー展開時、背景スクロールの停止 */
body.fixed {
    width: 100%;
    height: 100%;
	position:fixed;
}
/* このクラスを、jQueryで付与・削除する */
nav.gnavSp.active {
	transform: translateY(0%);
}
/* ハンバーガーメニューアイコン Setting
=========================================================================================== */
.navBoxSp{
	background: #8d1515;
    width: 64px;
    height: 64px;
	cursor: pointer;
    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;
}
.showSp960{
	display:none;
}

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

#headerSet #headerMenuSet{
	display:none;
}
.snsListSet{
	display:none;
}
.navBoxSp{
	display: flex;
}
.navToggle{
	display: block;
}
.current #headerSet{
    background: none;
}
.current #headerSet #headerLogoSet #headerLogo{
    filter: drop-shadow(1px 1px 2px #000);
}
#path{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}
/* ALLcontents Setting
=========================================================================================== */
article section{
	width:100%;
	padding-left:4%;
	padding-right:4%;
}

/* 下層ページOnly Setting
=========================================================================================== */
.menuList li .menuImg{
    height: 18vw;
}
/* index Setting
=========================================================================================== */
#indexContentsHead .mainCatch{
    padding: 0 4%;
}
.contentsMenu .indexMenuList li .indexMenuImg{
    height: 18vw;
}
/* footer Setting
=========================================================================================== */
footer #footerArea section{
    width:100%;
	padding-left:4%;
	padding-right:4%;
}
footer .footerColumnSet{
    display: block;
    text-align: center;
}
footer .footerColumnSet .columnL{
    width: 100%;
    margin-bottom: 1.5em;
}
footer .footerColumnSet .columnR{
    display: none;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@media screen and (max-width: 960px) {
.hideSp960{
	display:none;
}
.showSp960{
	display: block;
}
}
/*================================================================================================================================================
================================================================================================================================================ */
@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 #headerLogoSet #headerLogo{
    width: 140px;
}

#path{
	display:none;
}
/* ALLcontents Setting
=========================================================================================== */
#subContentsHead{
    margin-bottom: 0;
}
#subContentsHead .mainVisual{
    height: 40vh;
    min-height: inherit;
}
article section{
	padding:40px 4%;
}
.btnStyle1{
	text-align: center;
}
table colgroup{
	display:none;
}
/* about Setting
=========================================================================================== */
.aboutBg{
    margin-top: 2em;
}
.aboutBg .aboutInner{
    padding: 2em 4%;
}
.aboutBg .aboutInner h2{
    font-size: 20px;
}
.aboutBg .aboutInner p{
    line-height: 200%;
}
.aboutList li:nth-child(odd){
    display: block;
}
.aboutList li:nth-child(even) .listText{
    margin-left: 0;
}
.aboutList li .listImg{
    display: none;
}
.aboutList li .listText{
    width: 100%;
}
.aboutList li .listText h2{
    text-align: center;
    font-size: 20px;
}
.aboutList li .listText h2 strong{
    display: block;
    font-size: 32px;
}
/* menu Setting
=========================================================================================== */
.menuList li{
    width: 48%;
    margin-left: 4%;
}
.menuList li:nth-child(3n+1){
    margin-left: 4%;
}
.menuList li:nth-child(2n+1){
    margin-left: 0;
}
.menuList li .menuImg{
    height: 140px;
}
.menuList li .menuText h3{
    font-size: 14px;
}
.menuList li .menuText p{
    font-size: 12px;
}




/* store Setting
=========================================================================================== */
.shopTableSet{
    padding: 0 10%;
}
.shopTable{
    display: block;
}
.shopTable tbody{
    display: block;
}
.shopTable tr{
    border-bottom: 1px solid #CCC;
    padding-bottom: 1em;
    margin-bottom: 1em;
    display: block;
}
.shopTable th{
    display: block;
    padding: 0;
}
.shopTable td{
    display: block;
    padding: 0;
}
.accessMap iframe{
    height: 300px;
}
#sub .accessList{
    font-size: 16px;
}
#sub .accessList dt{
    font-size: 18px;
}
/* index Setting
=========================================================================================== */
#mainVisualImgSet .mainVisual2{
	background-image: url("../images/index/mainvisual2_sp.jpg");
}
#mainVisualImgSet div{
    height: 84vh;
}
#indexContentsHead .mainCatch{
    width: 24%;
    top: auto;
    left: 0%;
    bottom: 4%;
    transform: none;
}


.contentsAbout .indexAboutColumnSet{
    display: block;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnText{
    width: 100%;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnImg{
    display: none;
}
.contentsAbout .indexAboutColumnSet .indexAboutColumnText .ttlStyle1{
    margin-bottom: 0.5em;
    font-size: 28px;
}



.contentsMenu{
    background-image: url("../images/index/menu_bg_sp.jpg");
}
.contentsMenu .indexMenuList{
    display: block;
}
.contentsMenu .indexMenuList li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 3em;
}
.contentsMenu .indexMenuList li .indexMenuImg{
    height: 174px;
}

.contentsSns .snsColumnSet{
    display: block;
}
.contentsSns .snsColumnSet .columnL{
    width: 100%;
    margin-bottom: 2em;
}
.contentsSns .snsColumnSet .columnR{
    width: 100%;
    margin-left: 0;
}

.youtubeShortList{
    justify-content: flex-start;
}
.youtubeShortList li{
    width: 48%;
    margin-left: 4%;
    margin-bottom: 1em;
}
.youtubeShortList li:nth-child(3n+1){
    margin-left: 4%;
}
.youtubeShortList li:nth-child(2n+1){
    margin-left: 0;
}
.youtubeShortList li iframe{
    width: 100%;
    height: 26vw;
}


.contentsAccess .indexAccessColumnSet{
    display: block;
    margin-bottom: 3em;
}
.contentsAccess .indexAccessColumnSet .column2{
    width: 100%;
    margin-left: 0; 
}
.contentsAccess .indexAccessColumnSet .column2 h3{
    text-align: center; 
}
.contentsAccess .indexAccessColumnSet .column2 h3 + p{
    text-align: center; 
}
.contentsAccess .indexAccessColumnSet .accessList{
    font-size: 12px;
}
.contentsAccess .map iframe{
    height: 300px;
}
/* footer Setting
=========================================================================================== */
footer #footerContact{
	background-image: url(../images/footer_bg_sp.jpg);
	background-attachment: inherit;
}
footer #footerContact .inner{
	padding:40px 4%;
}
footer #footerContactBtn{
    display: block;
}
footer #footerContactBtn li{
    width: 100%;
    margin-bottom: 2em;
    display: block;
}
footer #footerContactBtn li a{
    padding: 1em 4%;
    display: block;
    width: 100%;
    font-size: 18px;
}
footer #footerContactBtn li.contact{
    margin-bottom: 0;
}
footer #footerArea{
    padding: 0;
}
footer #footerArea section{
    padding: 40px 4%;
}
}
@media screen and (max-width: 579px) {
}