@charset "UTF-8";
#main-content >.content .sp-show{ display: none; }
#main-content > .content br.sp{ display: none; }

/*my set style*/
.background_01 {
	background-image: url("../image/title-bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #0D5A9A;
	background-attachment: fixed;
}
/*-----------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
}

/*-----------------------------------*/




#main-content{
	padding-top: 4%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	overflow: hidden;
} 

#main-content > .content{
	margin: 0;
	padding: 0;
}
.section {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.page-header {
	text-align: center;
	position: relative;
	z-index: 10;
	padding: 0;
	width: 57%;
	margin-right: auto;
}
.page-header .ttl {
	width: 80%;
}
.wave {
	background-image: url("../image/sea.webp");
	background-position: center top;
	background-size: cover;
	padding-top: 7%;
}
.shop {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.shop.shop-h {
	color: #FF1B54;
   text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.shop.shop-a {
    color: #9CC83B;
   text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}
.itemprice {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.itemprice-s {
	color: #FFFFFF;
	line-height: 1.4em;
	margin-top: 5px;
	font-size: 14px;
}
.item-txt {
	color: #FFF700;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item-txt strong {
    font-size: 110%;
}
.item-txts {
	color: #FFF700;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tokuten {
	color: #FFA6F0;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}
.fontdown {
    font-size: 80%;
}
.shopBox .photo {
    position: relative;
}

.swiper-container{
	width: 100%;
	overflow: hidden;
}



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

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.wave {
	background-image: url("../image/sea.webp");
	background-position: center top;
	background-size: cover;
	padding-top: 7%;
}
}
	@media screen and (max-width: 896px) {

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.wave {
	background-image: url("../image/sea.webp");
	background-position: center top;
	background-size: cover;
	padding-top: 7%;
}
}
	
	@media screen and (max-width: 786px){

.container {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
.wave {
	background-image: url("../image/sea.webp");
	background-position: center top;
	background-size: cover;
	padding-top: 7%;
}
}
