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



/** base */
html, body {
	color: #FFFFFF;
	font-size: 13px;
	-webkit-text-size-adjust: 100%;
	
}

a {
	color: #6C4242;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #917373;
}
/** font */

body {
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
header nav {
	font-family: 'Anton', sans-serif;
}
/** margin */
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
/** wrapper */
.wrapper_kanto {
	overflow: visible;
	height: 100%;
	width: auto;
	background: url(../img/bg_snow_sp.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
    top: 50px;

}
div#snowanimation {
	background-image: url('../img/bg_snowanimation.png'), url('../img/bg_snowanimation4.png'), url('../img/bg_snowanimation3.png'), url('../img/bg_snowanimation2.png');
	animation: snow 28s linear infinite;
}
/** header *//** #home header  */
header {
	/*position: fixed;*/
	width: 100%;
	height: 50px;
	padding-bottom: 20px;
	background: #FFF;
	zoom: 1;
	position: fixed;
	z-index: 100;
	position: relative;
}
header div {
	max-width: 980px;
	margin: 0 auto;
}
header div h1 {
	float: left;
}
header div h1 a img {
	width: auto;
	height: 34px;
	position: relative;
	top: 16px;
}
header nav {
	/*width: 61%;*/
	height: 33px;
	margin-top: 38px;
	float: right;
	text-align: left;
}
header nav p.archive {
	display: none;
}
header nav ul#menu {
	overflow: hidden;
	font-size: 1.1em;
	text-align: right;
}
header nav ul#menu > li {
	float: left;
	height: 40px;
	margin-left: 1.2em;
	padding-bottom: 8px;
	position: relative;
	letter-spacing: -0.01em;
}
header nav ul#menu > li#nav_seminar {
	margin-right: 0;
}
header nav ul#menu li a {
	text-decoration: none;
}
header nav ul#menu li a:hover, #home header nav ul#menu a:hover {
	color: #D34237;
}
header nav ul#menu > li a.active {
	border-bottom: solid 5px #D34237;
	padding: 0 3px 10px;
}
/*header nav ul#menu li ul {
	-webkit-transition-duration: 1s;
}*/
header nav ul#menu > li:hover > ul {
	display: block !important;
}
header nav ul.sub_menu, #home header nav ul.sub_menu {
	font-size: 14px;
	letter-spacing: 2px;
	display: none;
	position: absolute;
	background: #FFFFFF;
	top: 34px;
	padding: 10px;
}
header nav ul.sub_menu li, #home header nav ul.sub_menu li {
	float: left;
	padding: 0 12px;
	border-right: 1px solid #000000;
}
header nav ul#menu a {
	color: #222222;
	text-decoration: none;
}
header nav ul.sub_menu {
	background: rgba(255, 255, 255, 0.2);
}
header nav ul.sub_menu li {
	border-right: 1px solid #FFFFFF;
}

@media (min-width: 768px) {
#menu {
	display: block !important;
}
}

.fb_outer {
	width: 100%;
	background: #dcdee3;
}
.fb_inner {
	width: 60%;
	padding: 20px 0 20px 20px;
	margin: 0;
}
/** container */
#title {
	height: 460px;
        background-image: url(../img/title.png);
        background-repeat: no-repeat;
        background-position: center 100%;
        background-size: 70%;
}

#title h2 {
	width: 100%;
	margin: 0 auto;
	text-indent: -9999px;
}
#title h2 img {
	position: relative;
	top: 50px;
	left: 287px;
}
#title p {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
	font-size: 1.2em;
	position: relative;
	top: 65px;
}

#kansai {
	height: 400px;
	background-image: url(../img/bg_snow_kansai.png) !important;
	background-repeat: no-repeat;
	background-position: center;
}

#kansai h2 {
	width: 100%;
	margin: 0 auto;
	text-indent: -9999px;
}
#kansai h2 img {
	position: relative;
	top: 50px;
	left: 287px;
}
#kansai p {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2em;
	font-size: 1.2em;
	position: relative;
	top: 65px;
}

@media (max-width: 1074px) {
.slick-slide img {
		height: 300px !important;
	}


}

@media (max-width: 768px) {
.slick-slide img {
		height: 250px !important;
	}


}

@media (max-width: 600px) {
#kansai {
	height: 400px;
	background-image: url(../img/bg_snow_kansai_sp.png) !important;
	background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    background-size: cover;
    top: 77px;
    position: relative;
}
.slick-slide img {
		height: auto !important;
	}


}

@media (max-width: 480px) {

	.slick-slide img {
		height: 150px !important;
	}

}


/** container */
#container {
	width: 100%;
	margin: 0 auto 0px auto;
	padding-top: 60px;
	overflow: hidden;
	z-index: 1000;
	position: relative;
	/*background: #FFFFFF;*/
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}
}
#container .inner {
	width: 100%;
	padding: 0 0 30px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#mainarea {
	width: 100%;
    /* height: 280px; */
    margin: 0;
    padding: 0;
}
.textarea {
    top: 50px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
	padding: 0 0 30px;
}
.textarea em {
	display: inline;
	font-style: normal;
}
.textarea img {
	width: 90%;
	height:auto;
	text-align: center !important;
}

.textarea p {
	float: none;
	text-align: center !important;
}
#container .inner #mainarea p.btn {
	color: #FFF;
	font-size: 16px;
	background: #7d0000;
	text-decoration: none;
	/*display: inline-block;*/
	vertical-align: top;
	font-size: 16px;
	margin: 20px auto 0;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	float: none;
}
#container .inner #mainarea p.btn:hover {
	background: #801414;
}
.bnr {
	width: 100%;
	padding: 0px 5%;
}
.bnr img {
	width: 90%;
}

#container .inner div.column {
	margin: 40px auto 0;
    clear: both;
    overflow: hidden;
    width: 90%;
}
#container .inner h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -2px 2px rgba(255, 255, 255, 0.9), 0 3px 3px rgba(255, 255, 255, 0.9);
	margin-bottom: 20px;
}
#container .inner h3 {
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 10px #801414;
	padding: 10px 12px;
	margin-bottom: 35px;
	color: #422E2E;
}
#container .inner h3:after {
	background-color: transparent !important;
}
#container .inner h5 {
	font-size: 1.55em;
	font-weight: 700;
	padding: 10px 12px;
	margin-bottom: 10px;
	color: #88701d;
	letter-spacing: -0.04em;
}

#container .inner p {
	text-align: center;
	line-height: 1.8;
	display: inline-block;
	overflow: hidden;
	display: block;
	font-size: 1.1em;
	color: #333333;
	text-align: left;
	
}
#container .inner p.txt {
	line-height: 1.6;
	margin-bottom: 30px;
	clear: both;
}
#container .inner p span {
	display: none;
}
.notes {
	clear: both;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0px;
	font-size: 1em !important;
}


#container ul li {
    line-height: 1.4em;
    font-size: 1em;
    display: block;
    color: #222222;
    /*border-bottom: solid 1px #B5B5B5;*/
    display: inline-flex;
}

#container .inner section.middle {
	margin: 0 0 35px 0;
}
#container .inner section h4 {
	font-size: 1.8em;
	font-weight: 700;
	/* padding: 10px 12px;
    margin-bottom: 20px;*/
	color: #801414;
	
	text-align: center;
	position: relative;
}
#container .inner section h4:after {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #801414;
}


#container .inner p.price {
	text-align: center;
	font-size: 1.3em;
	
	padding: 10px;
}
#container .inner p.price em {
	font-style: normal;
	font-size: 1.4em;
}
#container .inner p.txt {
	line-height: 1.6;
	margin-bottom: 30px;
	clear: both;
}
#container .inner p span {
	display: none;
}
.notes {
	clear: both;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0px;
	font-size: 1em !important;
}
#container .inner div.column2 {
	display: block;
	width: 90%;
    margin: 0 auto;
}
#container .inner section {
	justify-content: space-between;
	flex-wrap: wrap;
	border: solid 1px #EFEDE2;
	background-color: #EFEDE2;
	background-image: url(../img/bg_course.jpg);
	padding: 20px 30px;
	margin: 0 0px 35px 0;
	box-shadow: rgba(196, 196, 196, 0.65098) 0px 5px 6px 0px;
	-webkit-box-shadow: rgba(196, 196, 196, 0.65098) 0px 5px 6px 0px;
	-moz-box-shadow: rgba(196, 196, 196, 0.65098) 0px 5px 6px 0px;
	width: auto;
	border-top: #801414 solid 6px;
}




#container .inner section img {
	width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#container .inner section ul {
	width: auto;
	margin-left: 4px;
	margin: auto;
	margin-top: 5px;
	border-top: solid 1px #B5B5B5;
	border-bottom: solid 1px #B5B5B5;
	padding: 6px 0;
}
#container .inner section ul li {
	line-height: 1.6em;
	font-size: 0.8em;
	display: block;
	color: #222222;

}
#container .inner section ul li span {
	text-decoration: line-through;
}

#container #inner ul li {
    line-height: 1.4em;
    font-size: 1em;
    display: block;
    color: #222222;
    display: inline-flex;
}

#container .inner section p.btn {
	display: block;
    margin: 20px;
    /*padding: 5px;*/
    background: #801414;
    text-align: center !important;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: .3s;
    border-radius: 2px;
    color: #FFFFFF !important;
}
#container .inner section p.btn:hover {
	background: #801414;
}
#container #inner div.column {
    margin: 30px 0;
    clear: both;
    overflow: hidden;
}
 .pic-wrap {
        width: 100%;
        margin: 30px auto;
    }
    .pic-wrap ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pic-wrap ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .pic-wrap ul li img {
        width: 100%;
        height: auto;
    }
    .pic-wrap ul li p {
        line-height: 1.5em !important;
        font-size: 12px !important;
    }
li.double {
    line-height: 1.1em;
}
li.double .name-dline {
    display: inline-block;
}

#plan img.mainimg {
	margin: 0 auto;
	width: 1000px;
	height: 200px;
}
img.info {
	position: absolute;
	right: 0;
	top: 120px;
	width: 276px;
	height: 144px;
}
#plan .inner {
	width: 980px;
	padding: 40px 0 80px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top: 94px;
}
#plan .inner h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.6em;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 10px #D34237;
	padding: 6px 12px 10px 12px;
	margin-bottom: 35px;
	color: #d8d8d8;
}
#plan .inner h2 span {
	font-size: 0.85em;
}
#plan .inner h2.nagatacho {
	background: url(../img/h2_nagatacho.png) no-repeat 8px 5px;
	text-indent: -9999px;
}
#plan .inner h2.sobabar {
	background: url(../img/h2_sobabar.png) no-repeat 8px 5px;
	text-indent: -9999px;
}
#plan .inner h2.yoyogi {
	background: url(../img/h2_yoyogi.png) no-repeat 8px 5px;
	text-indent: -9999px;
}
#plan .inner p span {
	display: none;
}
#plan .inner section {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#plan .inner aside {
	width: 320px;
	float: right;
}
#plan .inner h3 {
	width: 615px;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #D34237;
	line-height: 30px;
	margin: 10px 0;
	display: block;
	border-bottom: dotted 1px #D34237;
}
#plan .inner ul {
	width: 615px;
	float: left;
	margin-bottom: 25px;
}
#plan .inner ul li {
	line-height: 2em;
	font-size: 1.1em;
	display: block;
	color: #d8d8d8;
}
#plan .inner ul li:before {
	content: url(../img/li_icon.gif);
	margin-right: 10px;
}
#plan .inner ul.info li {
	font-size: 0.9em;
	text-indent: -16px;
	padding-left: 16px;
}
#plan .inner ul.info li:before {
	content: "*";
	margin-right: 10px;
}
#plan .inner ul li span {
	line-height: 1.6em;
	display: block;
	font-size: 0.85em;
	padding-left: 1.5em;
}
#plan .inner div#info {
	width: 613px;
	float: left;
	display: table;
	overflow: hidden;
	border: solid 1px #160B08;
	margin-bottom: 20px;
}
#plan .inner dl {
	border-bottom: 1px dotted #d8d8d8;
}
#plan .inner dl:last-child {
	border: none;
}
#plan .inner dl dt {
	display: table-cell;
	width: 140px;
	background: #FFF0EC;
	margin: 0;
	padding: 6px 8px;
	line-height: 1.6em;
}
#plan .inner dl dd {
	width: 441px;
	display: table-cell;
	background: #FFF;
	padding: 8px 10px;
	line-height: 1.6em;
}
#plan .inner dl dd em {
	font-weight: bold;
}
#plan .inner dl dd strong {
	color: #D34237;
	display: block;
}
#plan .inner p {
	width: 615px;
	float: left;
	margin-bottom: 30px;
	text-align: left;
	line-height: 2;
	color: #d8d8d8;
}
#plan .inner p.btn {
	text-align: center;
}
#plan .inner p.btn a {
	color: white;
	font-size: 16px;
	background: #D34237;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 10px;
	width: 260px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
}
#plan .inner p.btn a:hover {
	background: #ED6A60;
}


a.shop {
	width: 50%;
    text-align: center;
    font-weight: 700;
    display: block;
    margin: 20px auto;
    background: #081925;
    color: #FFF;
}
span.shop a {
	color: #FFF !important;
}
.dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.dli-arrow-down::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  box-sizing: border-box;
}



/** go to top */
p.gotop {
	position: fixed;
	right: 6%;
	bottom: -300px;
	padding-bottom: 40px;
}
p.gotop a {
	display: block;
	width: 70px;
	height: 70px;
}
/** 404 */
#content.error {
	display: block;
	width: 600px;
}
.error h1 {
	margin-top: 55px;
}
/** marquee */
#marqueebox {
	overflow: hidden;
	background-color: #f6f6f6;
	margin: 10px 0 0;
	position: relative;
	border: solid 1px #d8d8d8;
}
#marqueebox h4 {
	width: 110px;
	position: relative;
	color: #000;
	background: #d8d8d8;
	display: inline-block;
	padding: 0.5em 0;
}
#marqueebox h4 span {
	display: block;
	text-align: center;
	color: #D34237;
}
.marquee {
	width: 840px;
	position: relative;
	right: 10px;
	display: block;
	float: right;
	overflow: hidden;
}
.marquee p:after {
	content: "";
	white-space: nowrap;
	padding-right: 50px;
}
.marquee p {
	line-height: 26px;
	margin: 0;
	padding-left: 740px;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 18s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 18s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marquee;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 18s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: marquee;
	-o-animation-timing-function: linear;
	-o-animation-duration: 18s;
	-o-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 18s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
 from {
-webkit-transform: translate(0%);
}
 99%, to {
-webkit-transform: translate(-100%);
}
}
@-moz-keyframes marquee {
 from {
-moz-transform: translate(0%);
}
 99%, to {
-moz-transform: translate(-100%);
}
}
@-ms-keyframes marquee {
 from {
-ms-transform: translate(0%);
}
 99%, to {
-ms-transform: translate(-100%);
}
}
@-o-keyframes marquee {
 from {
-o-transform: translate(0%);
}
 99%, to {
-o-transform: translate(-100%);
}
}
@keyframes marquee {
 from {
transform: translate(0%);
}
 99%, to {
transform: translate(-100%);
}
}


/*雪降りアニメーション*/
.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 11px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
	z-index: 1000;
}

  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 6s linear infinite;}
.snow3nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}


/*雪降りアニメーション　キーフレームsnowを設定。*/
/*最初は0,0で、時間が100%(今回は30秒)に到達したら、background-positionを右に500px,左に500pxずれるの意味*/
/*@keyframes snow {
 0% {
background-position: 0 0, 0 0, 0 0;
}
 100% {
background-position: 500px 1000px, -400px 800px, 0 600px;
}
}
 @-moz-keyframes snow {
 0% {
background-position: 0 0, 0 0, 0 0;
}
 100% {
background-position: 500px 1000px, -400px 800px, 0 600px;
}
}
 @-webkit-keyframes snow {
 0% {
background-position: 0 0, 0 0, 0 0;
}
 100% {
background-position: 500px 1000px, -400px 800px, 0 600px;
}
}*/
/*#divにアニメーションを適用*/
/*body {
	background-color: #FFFFFF;
}
#title h2 {
	
	z-index: 1000;
	width: 100%;
}*/
/*キーフレームsnow（@keyframes snow）を30s（30秒）かけて、
linear（一定の速度）で、infinite（無限に繰り返す)を指定*/



/** 店舗一覧 */

div#collabo {
	margin-top: 5px;
	margin-bottom: 40px;
}
div#collabo ul.area {
	font-size: 14px;
	overflow: hidden;
	line-height: 2.3em;
}
div#collabo ul.area li a{
	display: block;
	width: 90%;
	height: 33px;
	margin: 0 auto 10px auto;
	text-decoration: none;
	letter-spacing: -0.03em;
}
div#collabo h4 {
	font-size: 16px !important;
	margin-bottom: 15px;
	line-height: 1.5em;
	font-weight: bold;
	background: #E8E7DB;
	width: 100%;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.9em;
    font-weight: 600;
    letter-spacing: -0.15em;
    color: #54391C;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 15px 0;
    display: block;
}


a.info_longname,
a.longer {
    font-size: 12px;
	height: auto !important;
}
a.longest {	
	font-size:12px;
	letter-spacing:-.1em !important;
	height: auto !important;
}
.comments {
    position: relative;
    overflow: visible !important;
}

.comments span {
        position: absolute;
        left: 0;
        bottom: -1.5em;
        font-size: 9px;
}



ul.lists {
		margin-bottom:50px;
		
	}
.lists li {
		display: block;
    width: 100%;
    /* height: 35px; */
    padding: 0 0 0 0;
    margin: 20px auto 0 auto;
    font-size: 13px;
    /* line-height: 35px; */
    /* box-sizing: border-box; */
    float: none;
    letter-spacing: -.08em;
	}
	.lists li a.shopname {
	width: 80%;
}
	.lists li a.btn-obj {
		display: inline-block;
		width: 20%;
		height: 30px;
		line-height:30px;
		text-align: center;
		background: #967f4a;
		font-size:12px;
		color: #fff !important;
		float:right;
		margin-left: 8px;
	}
	.alac {
	background: #964a4a !important;
}
	.longname {
		display:inline-block;
		width:auto;
		letter-spacing: -.15em;
		font-size:10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.longname-brk {
		display: block;
		width:auto;
		line-height: 17px !important;
		float:left;
		text-decoration: none !important;
	}
	.lists li {
		position: relative;
		border: none !important;
	}
	
	

.sp {
	display: block;
}

.sp-brk {
	display:block;
}
.pc-brk {
		display:inline;
	}
	
	a.btn {
    display: block;
    width: 90%;
    border-radius: 2px;
	background: #C82527;
    text-align: center;
    margin: 50px auto 0 auto;
	padding: 18px;
	color: #FFFFFF;
	font-size: 1.2em;
}
a.btn:hover {
	opacity: 0.7;
}


.mod-out {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}
.mod-out .batten {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
}
.mod-out.ison {
	opacity: 1;
	visibility: visible;
}

.batten {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
}

.mod-elm {
	width: 80%;
	height: 70%;
	position: fixed;
	left: 10%;
	top: 150%;
	background: #fff;
	z-index: 9999;
	box-sizing: border-box;
	padding: 40px 30px;
	transition: .3s;
}
.mod-elm.ison {
	top: 15%;
	overflow-y: scroll;
	z-index: 9999;
	-webkit-overflow-scrolling: touch;
}
.mod-elm:hover {
	opacity: 1;
}
.mod-elm .batten {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	overflow: initial !important;
}
.mod-elm h5 {
	margin-bottom: 20px;
	margin-top: 40px;
	border-bottom: #ad944d solid 3px;
	padding-bottom: 3px;
	font-size: 1.3em;
}
.mod-elm h5:first-child {
	margin-top: 0;
}
.mod-elm h5 span {
	display: inline-block;
	top: 0px;
	padding: 0 9px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: #c82527;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	left: 10px;
}
.mod-elm p {
	margin-bottom: 10px !important;
	text-align: left !important;
}
.mod-elm h5 {
	text-align: center;
}
.mod-elm h5 em {
	font-size: 13px;
	display: block;
	font-style: normal;
}
.mod-elm ul {
	margin-bottom: 30px !important;
	text-align: center; 
	border: none !important;
	font-size: 1.1em;
	font-weight: 700;
	color: #88701d;
	
}
.mod-elm ul li {
	margin-bottom: 10px;
}
.mod-elm ul li span {
	color: #C11114;
	display: block;
	text-decoration: none !important;
}
.mod-elm ul li span a {
	background: rgba(255,166,0,1.00);
	width: 50%;
	padding: 3px 5px;
	margin: 0 0 20px 5px;
}

.mod-elm .batten {
	font-size: 2em !important;
}

	
	

@media screen and (max-width:374px) {
    .lists li a.shopname {
        line-height: 1.2em;
        box-sizing: border-box;
        font-size: 12px;
        width: 58%;
    }
    .lists li a.btn-obj.double {
        display: block;
        width: 21%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 11px;
        color: #fff;
        margin: 0;
        transition: .3s;
    }
}



ul#xmasimg li {
	display: block;
	padding: 0px 10px 20px;
}
ul#xmasimg li span {
	display: block;
    color: #000;
    font-size: 1.3em;
    font-family: 'Sawarabi Mincho';
}




#loopslide li {
	height: auto;
	margin: auto;
}
#loopslide li img {
	width: 100%;
	height: auto;
}
ul#xmasimg li {
	display: inline-block;
	padding: 0px 10px;
}
ul#xmasimg li span {
	display: block;
	color: #000;
	font-size: 1.3em;
	font-family: 'Sawarabi Mincho';
}





/*モーダルポップアップここからcssとlabel*/
.popup_wrap input {
  display: none
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  text-align: center;
}
.popup_content p {
	text-align: center !important;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.lists li label.btn-obj {
	display: inline-block;
		width: 20%;
		height: 30px;
		line-height:30px;
		text-align: center;
		background: #967f4a;
		font-size:12px;
		color: #fff !important;
		float:right;
		margin-left: 8px;
}
.lists li label.btn-obj:hover {
	background:#54391C;
}

.shop {
	background: #967f4a;
    padding: 8px 15px 8px;
    margin-top: 5px;
    color: #FFFFFF;
    margin-top: 10px !important;
    clear: both;
    font-size: 0.95em;
    display: inline-block;
    width: 40%;
    text-align: center;
}