@charset "utf-8";

html {
    /*overflow: auto; モーダルのために無効化してる*/
    font-size: 62.5%; /* 10px */
}
body{
    color: #212121;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff0fe;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
.fadeimg{
	opacity: 0;
    -webkit-animation: fadeIn 3s ease 0s 1 forwards;
    animation: fadeIn 2s ease 0s 1 forwards;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
.title, .head{
	display: flex;
	justify-content: center;
	align-items: center;
    text-align: center;
}
#title-head{
	background-color: #000;
}
@media screen and (max-width : 575.98px) {
	#title-head{
		margin-bottom: 3.5rem;
	}
	.title{
		height: calc(100vh - 8.0rem);
	}
	.title img{
		object-fit: cover; /*全部出したければここをcontainにするだけ*/
		width: 100%;
		height: 100%;
		object-position: top;
	}
	.head{
		height: 8.0rem;
	}
	.head img{
		width: 50.0rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#title-head{
		margin-bottom: 3.5rem;
	}
	.title{
		height: calc(100vh - 8.0rem);
	}
	.title img{
		object-fit: cover; /*全部出したければここをcontainにするだけ*/
		width: 100%;
		height: 100%;
		object-position: top;
	}
	.head{
		height: 8.0rem;
	}
	.head img{
		width: 
			50.0rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#title-head{
		margin-bottom: 4.5rem;
	}
	.title{
		height: 100vh;
	}
	.title img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#title-head{
		margin-bottom: 4.5rem;
	}
	.title{
		height: 100vh;
	}
	.title img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width : 1200px) {
	#title-head{
		margin-bottom: 4.5rem;
	}
	.title{
		height: 100vh;
	}
	.title img{
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
}
#info{
    margin: 0 auto;
}
.headline{
	margin-bottom: 3.0rem;
    position: relative;
}
.headline::before{
    content: "";
	background: mediumslateblue;
    height: 100%;
    width: 0.75rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headline h1{
	margin-left: 2.0rem;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 700;
    font-size: clamp(2.0rem, (100vw - 37.5rem) * 1.0 / 61.698 + 2.0rem, 3.0rem); /* 375px - 991.98px */
    padding-bottom: 0.6rem;
    border-bottom: 0.1rem solid #ccc;
	line-height: 1.5;
}
.headline h1 span{
    margin-top: 0.3rem;
    font-family: "Libre Baskerville", serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.1rem;
}
@media screen and  (max-width : 575.98px) {
    .headline h1 span{
        line-height: 1.2;
    }
}
.headline h2{
	margin-left: 2.0rem;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-weight: 600;
    font-size: clamp(1.7rem, (100vw - 37.5rem) * 0.3 / 61.698 + 1.7rem, 2.0rem); /* 375px - 991.98px */
    line-height: 1.5;
    letter-spacing: -0.03rem;
}
.headline h2 span{
    display: inline-block;
}
.headline P{
	margin-left: 2.0rem;
	padding-top: 0.3rem;
	font-family: 'Poppins', sans-serif;
	font-size: clamp(1.5rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.5rem, 1.7rem); /* 375px - 991.98px */
	line-height: 1.0;
}
.event-type{
    display: inline-block;
    padding: 0.3rem 1.0rem 0.4rem;
    border-radius: 0.4rem;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.4rem, 1.5rem); /* 375px - 991.98px */
    background-color: royalblue;
    color: #fff0fe;
    font-weight: 500;
}
.event-type2{
    display: inline-block;
    padding: 0.3rem 1.0rem 0.4rem;
    border-radius: 0.4rem;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.4rem, 1.5rem); /* 375px - 991.98px */
    background-color: orangered;
    color: #fff0fe;
    font-weight: 500;
}
.event-type2 a{
    color: #EDEAE0;
    transition: color .2s ease-out;
}
.event-type2 a:hover{
    color: lightcyan;
}
.description{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
}
.program{ /*子要素 ↓ひ孫要素まで高さを揃える*/
    display: flex;
    flex-direction: column;
}
#first, #second{ /*孫要素*/
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.requirement{ /*ひ孫要素*/
    flex-grow: 1;
	padding: 1.5rem;
}
#first{
    border: 2px solid mediumvioletred;
}
#first .date, #first .timetable [class^="col-"] p, #first > .shop-link{
    background-color: mediumvioletred;
}
#second{
    border: 2px solid mediumseagreen;
}
#second .date, #second .timetable [class^="col-"], #second > .shop-link{
    background-color: mediumseagreen;
}
.date{
    font-family: 'Poppins', sans-serif;
	height: 4.5rem;
	line-height: 4.5rem;
    color: #fff;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
	letter-spacing: -0.1rem;
}
.date span {
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	width: 1.3em;
  	height: 1.3em;
  	border: 0.2rem solid ;
  	border-radius: 50%;
	vertical-align: 0;
}
.prog-head{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	font-weight: 700;
}
.prog-description{
	margin-top: 2.0rem;
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
	font-weight: 500;
}
.prog-description > p{
    font-weight:500;
	line-height: 1.4;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.prog-description > div{
	padding: 0.3rem 1.0rem 1.0rem;
	color: orangered;
}
.oshinagakibutton{
	display:block;
	background-color: transparent;
	border: none;
	margin-top: 1.0rem;
	padding: 0;
	color: orangered;
	border-bottom: 1px solid;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
	font-weight: 500;
}
.oshinagakilink{
	display: flex;
	justify-content: center;
	align-items: center;
}
.oshinagakilink a{
	display:inline-block;
	border: none;
	margin-top: 1.0rem;
	padding: 0;
	color: orangered;
	border-bottom: 1px solid;
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
	font-weight: 500;
	line-height: 1.2;
}
.goods img, .oshinagakibutton, .oshinagakilink a{
	transition: all .2s;
}
.goods img:hover{
	    opacity: 0.7;
}
.oshinagakibutton:hover, .oshinagakilink a:hover{
	color: blueviolet;
}
.specification-modal{
    margin:0 auto;
    color: mediumseagreen;
}
.gprev, .gnext {/*GLightbox prev/nextボタン非表示*/
    display: none !important;
}
.gfadeIn, .gfadeOut {/*GLightbox速度変更*/
    animation-duration: 0.1s !important;
}
.spec1 > p{
	margin-top: 1.0rem;
    margin-bottom: 0.5rem;
	font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
	font-weight: 700;
	color: deeppink;
}
.spec1 a{
	color: deeppink;
}
.spec1 span{
	display: block;
	font-size: 90%;
	font-weight: initial;
	line-height: 1.2;
	color: peru;
}
.spec1 span{
    margin-left: 1em;
    text-indent: -1em;
}
.spec1 span::before{
	content: "※";
}
.spec2 {
    display: flex;
	font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
}
.spec2 > div{
    display: table;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.4;
    border-bottom: 0.1rem dashed #333;
}
.spec2 > div > div{
    display: table-row;
}
.spec2 > div > div > div{
    display: table-cell;
    vertical-align: middle;
}
.spec2 > div > div > div:first-child{
    width: 75%;
}
.spec2 > div > div > div:nth-child(2){
	color: orangered;
	text-align: right;
}
.spec2 span{
	display: block;
	font-size: 92%;
	color: peru;
}
.spec2 a{
	color: mediumseagreen;
}
.close-btn{
	background-color: transparent;
	border: none;
	margin-top: 1.0rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.3 / 39.298 + 1.3rem, 1.6rem); /* 375px - 767.98px */
	font-weight: 400;
    letter-spacing: -0.07rem;
	color: #333;
}
.timetable{
    margin-top: 3.0rem;
}
.timetable [class^="col-"] p{
	font-family: "Kosugi Maru", sans-serif;
	font-size: clamp(1.5rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.5rem, 1.7rem); /* 375px - 991.98px */
    text-align: center;
	height: 4.0rem;
	line-height: 4.0rem;
    color: #fff;
    background-color: #3c3bd4;
    border: 1px solid deepskyblue;
}
.circle {
  	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	width: 1.2em;
  	height: 1.2em;
  	border: 0.1rem solid ;
  	border-radius: 50%;
}
.soldout{
    color: orange !important;
    text-decoration: line-through !important;
    background-color: royalblue !important;
    border-color: dodgerblue !important;
}
.soldout span{
    color: dodgerblue;
}
#profile{
    margin: 6.0rem auto;
    color: #fff;
}
#profile > div > div > div{
    padding: 1.5rem 2.4rem 1.0rem 2.4rem;
    background-color: lightcoral;
}
.prof-txt1{
	padding-bottom: 0.45rem;
	font-size: 1.8rem;
    font-weight: 600;
	border-bottom: 0.1rem solid;
    letter-spacing: 0.45rem;
}
.prof-txt2{
	font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.4rem, 1.5rem); /* 375px - 991.98px */
}
.prof-txt3{
	margin-left: 1.5rem;
	margin-right: 1.0rem;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: initial;
}
.prof-txt4{
	display: inline-block;
	margin-left: 0.75rem;
    font-family: 'Poppins', sans-serif;
	font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.3rem, 1.4rem); /* 375px - 991.98px */
    letter-spacing: -0.05rem;
    font-weight: 500;
}
.prof-txt4 a{
	color: #fff;
    transition: color .2s ease-out;
}
.prof-txt4 a:hover{
    color: yellow;
    filter: brightness(0) saturate(100%) invert(92%) sepia(48%) saturate(3957%) hue-rotate(350deg) brightness(105%) contrast(106%);
}
.prof-txt4 img{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    vertical-align: -0.2rem;
    margin-right: 0.45rem;
}
@media screen and (max-width:767.98px){
	.prof-txt4 span{
		display: none;
	}
}
.prof-txt5{
    color: yellow;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.4rem, 1.5rem); /* 375px - 991.98px */
    font-weight: 500;
}
#reservation{
    margin: 0 auto 4.5rem auto;
    padding-top: 4.0rem;
    padding-bottom: 4.5rem;
    background-color: #6665DD;
	text-align: center;
    color: #FBFBF2;
}
.reservation-txt1{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	font-weight: 500;
    margin-bottom: 2.0rem;
}
.reservation-txt1 span{
	display: block;
	margin-top: 1.0rem;
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
}
.reservation-txt1 span::before {
    content: "";
    display: inline-block;
    background: url("../img/attention.svg") no-repeat;
    background-size: contain;
    width: 2.3rem;
    height: 2.3rem;
    vertical-align: -0.6rem;
    margin-right: 0.5rem;
}
.reservation-txt2{
	display: inline-block;
	margin: -0.5rem auto 2.0rem auto;
	padding: 0.25rem 1.0rem 0.5rem 1.0rem;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	text-align: left;
	background-color: royalblue;
}
.reserv_form{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 8.0rem;
    background-color: #00AFB9;
    border: 0.1rem solid #ffee00;
    border-radius: 2.0rem;
    transition: all .3s;
}
.reserv_form > a, .reserv_mail > a, .reserv_tel{
	display: block;
    width: 100%;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.4rem, 1.6rem); /* 375px - 767.98px */
    font-weight: 500;
    letter-spacing: -0.05rem;
    color: #ffee00;
}
.reserv_tel a{ /*電話番号自動リンク対策*/
    color: #ffee00;
    text-decoration: none;
}
.reserv_form > a > img{
    width: clamp(1.7rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.7rem, 1.9rem); /* 375px - 767.98px */
    vertical-align: -0.17rem;
	margin-right: 0.25rem;
}
.reserv_mail > a > img{
    width: clamp(1.8rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.8rem, 2.0rem); /* 375px - 767.98px */
    vertical-align: -0.25rem;
	margin-right: 0.5rem;
}
.reserv_tel > img{
	width: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.6rem, 1.8rem); /* 375px - 767.98px */
	vertical-align: -0.4rem;
	margin-right: 0.5rem;
}
.reserv_form:hover, .reserv_mail:hover, .reserv_tel:hover{
    background-color: transparent;
    border: 0.1rem #ffee00 solid;
    border-radius: 0;
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    .reserv_form > a, .reserv_mail > a, .reserv_tel{
        font-size: 1.6rem;
    }
    .reserv_form > a > img{
        width: 2.0rem;
        vertical-align: -0.25rem;
    }
    .reserv_mail > a > img{
        width: 2.0rem;
        vertical-align: -0.25rem;
    }
    .reserv_tel > img{
        width: 1.8rem;
    }
}
@media screen and (min-width:992px) {
    .reserv_form > a, .reserv_mail > a, .reserv_tel{
        font-size: 1.8rem;
    }
    .reserv_form > a > img{
        width: 2.1rem;
        vertical-align: -0.2rem;
    }
    .reserv_mail > a > img{
        width: 2.2rem;
        vertical-align: -0.15rem;
    }
    .reserv_tel > img{
        width: 2.0rem;
    }
}
.reserv_form > a > span{
	display: block;
	font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.2rem, 1.4rem); /* 375px - 767.98px */
	line-height: 1.5;
}
.reserv_soldout{
	display:inline-block;
    width: 100%;
    margin: 0 auto;
    padding-top: 1.0rem;
    padding-bottom: 1.1rem;
    background-color: #00AFB9;
    border: 0.1rem solid #ffee00;
    border-radius: 2.0rem;
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.6rem, 1.8rem); /* 375px - 991.98px */
    font-weight: 500;
    letter-spacing: -0.1rem;
    line-height: 1.3;
    color: #ffee00;
}
.reserv_soldout > span{
    display: block;
    margin-top: 0.5rem;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    font-weight: initial;
    color: rgba(255,255,255,0.75);
}
.reserv_caution{
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
}
.reserv_caution > li{
    margin-left: 1em;
    text-indent: -1em;
}
.reserv_caution > li::before{
	content: "※";
}
.reserv_caution > li > span{
    display: block;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    text-indent: initial;
}
.attention{
    margin-top: 4.5rem;
    color: #fbd889;
}
.attention-txt1{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 500;
    text-align: left;
}
.note p{
    margin: 0 auto;
    font-size: clamp(1.2rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.2rem, 1.4rem); /* 375px - 991.98px */
    padding-left: 1em;
    text-indent: -1em;
}
.note p::before{
    content: "・";
}
.lottery{
    margin-top: 3.0rem;
}
.lottery .note p{
    margin: 0 auto;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    padding-left: 1em;
    text-indent: -1em;
}
.special{
	margin-top: 1.5rem;
	padding: 1.5rem;
	border: 1px dotted;
	color: paleturquoise;
}
.sns {
    margin: 16.0rem auto 12.0rem auto;
    width: 238px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    color: #FEFEFE;
    height: 25px;
    border-radius: 5px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #121212;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #121212;
}
.sns #twt::after {
    border-color: #121212 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #121212;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #121212;
}
.sns #fb::after {
    border-color: #121212 transparent transparent transparent;
}
.sns #line .img {
    background-color: #121212;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #121212;
}
.sns #line::after {
    border-color: #121212 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
.line {
	margin-top: 9.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #ccc;
	border-bottom:0.1rem solid #999;
}
#shop{
    padding: 6.0rem 0 0 0;
    color: peru;
}
.shopinfo {
	padding: 0;
}
@media screen and (max-width:575.98px) {
    .shopinfo > div{
        padding-left: 3.0rem;
        padding-right: 3.0rem;
    }
}
.shopinfo a, .shopelement a{
    color: peru;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.0rem, (100vw - 37.5rem) * 1 / 82.498 + 4.0rem, 5.0rem); /* 375px - 1199.98px */
    line-height: 1.0;
    letter-spacing: -0.1rem;
}
.shopinfo-txt2{
	font-size: clamp(2.1rem, (100vw - 37.5rem) * 0.4 / 82.498 + 2.1rem, 2.5rem); /* 375px - 1199.98px */
	font-weight: 700;
	line-height: 1.3;
    letter-spacing: -0.1rem;
}
@media screen and (min-width:576px) and (max-width : 991.98px) {
	.shopinfo-txt1, .shopinfo-txt2{
		text-align: center;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid tan;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
}
@media screen and  (max-width : 991.98px) {
	.mapimg{
        margin-top: 3.0rem;
		height: 40.0rem;
	}
}
.copyright{
	color: #999;
	width:100%;
	margin:10.0rem auto 0 auto;
    padding-bottom: 1.0rem;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.pagetop{
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 4.5rem;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
.clr{
	clear:both;
}