@charset "utf-8";
a:hover {
  color: #333333;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 560px) {
  .main_img img {
    height: 100%;
    width: 100%;
  }
}
/*==================================================
*footer-フッター*
===================================*/
/*説明:クレプレ版から変更なし*/
.sp_footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .sp_footer ul {
    display: flex;
    background: #CECECE;
  }
  .sp_footer ul li {
    width: calc(25% - 2px);
    border-left: 2px dashed white;
  }
  .sp_footer ul li:first-child {
    border-left: 0;
  }
  .sp_footer ul li .sp_footer_btn {
    display: inline-block;
    width: 100%;
    padding: 5px 0 2px;
    text-align: center;
  }
  .sp_footer ul li .sp_footer_btn img {
    display: inline-block;
    width: 60%;
    vertical-align: bottom;
  }
  .anchor {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.top_btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: block;
  padding: 8px;
  background-color: #A3A2A2;
  font-size: 30px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .top_btn {
    bottom: 148px;
  }
}
footer {
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
}
.footer-list {
  padding: 33px 0px;
  display: flex;
  justify-content: center;
  background: #E5E5E5;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .footer-list {
    flex-wrap: wrap;
  }
}
.footer-item {
  border-left: 3px solid;
  width: calc(100% / 8);
}
@media screen and (max-width: 768px) {
  .footer-item {
    margin: 6px 18px;
    width: 100%;
    border: none;
  }
}
.footer-item:last-of-type {
  border-right: 3px solid;
}
@media screen and (max-width: 768px) {
  .footer-item:last-of-type {
    border: none;
  }
}
.footer-item a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer-item a {
    justify-content: flex-start;
  }
}
.footer-item a img {
  margin: 0 5px 0 0;
}
.copy {
  padding: 18px 0;
  background: #333;
  color: #fff;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'MS ゴシック', sans-serif;
  font-size: 1rem;
}

/*==================================================
*popup-モーダル*
===================================*/
/*説明:特別なクーポンや企画など目立たせたい時に*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
}
.popup-inner p {
  font-size: 1.8rem;
  display: block;
  margin: 0.5rem auto;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.popTtl {
  font-size: 2.5rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 0 auto;
  font-weight: 600;
}
.popTtl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.popTtl:before {
  border-bottom: 4px solid #6bb6ff; /*仕切り線の色*/
  width: 100%;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);

  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .popTtl {
    font-size: 1.5rem;
  }
  .popup-inner p {
    font-size: 1rem;
  }
}
/*==================================================
*common-基本設定*
===================================*/
/* PC
-------------------------------------*/

@media screen and (min-width: 951px) {
  .spOnly {
    display: none !important;
  }
  .seOnly {
    display: none !important;
  }

}
/* SP
-------------------------------------*/
@media screen and (max-width: 950px) {
  .pcOnly {
    display: none !important;
  }
}
/* SE
----------------------------------*/
@media screen and (max-width: 768px) {
  .seOnly {
    display: block;
  }
}
/*==================================================
*header-ヘッダー*
===================================*/
header {
  background: #222;
}
header img {
  padding: 2px 0;
  width: 150px;
}
@media screen and (max-width: 768px) {
  header img {
    width: 23%;
  }
}
/*ヘッダーのロゴサイズ調整*/
.logoHDR {
  padding: 8px;
}
.logoHDR img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .logoHDR img {
    width: 90px;
  }
}
/*==================================================
*main contents-メインコンテンツ*
===================================*/
body#top {
  background: #fff; /*PC表示の項目外の背景色*/
}
/*
.mainCont {
  background: #FFFAEE; /*中央項目全体の背景色*//*
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
*/
.mainCont {
/*
  background-image: url("img/bg.jpg");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: top;
	-webkit-appearance: none;
	*/
  background-color: #FFFFFF;
	
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 16%);
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}

.mainImg {
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
@media screen and (max-width: 768px) {
  .mainCont {
    width: 100%;
  }
  .container {
    display: inherit;
    width: 90%;
  }
}

/*==================================================
*section-各項目*
===================================*/
/*説明:商品が載っている項目*/
.secTtl {
  color: #d1765c; /*項目のタイトル文字の色 #d1765c */
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.25rem;
  margin: 5vh 0;
}
.secTtl span {
  font-size: 3.625rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
}
.secCtnr {
  margin: 2vh 0;
}
.secCtnr img {
  max-width: 900px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 16%);
}
.itemCtnr {
  width: 100%;
  box-sizing: border-box;
  margin: 1rem 0 2rem;
	
  /*background: #fff;*/
   display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap:5px;
}
.itemTtl {
  background: #902020; /*商品項目のタイトル枠の色*/
  padding: 1.4rem;
}
.itemTtl p {
  color: #5b399f;
  font-weight: 600;
  font-size: 1.8rem;
}
.itemBoxList {
  display: flex;
  gap: 1.25vw;
  margin: 2.12vh 0;
}
.itemBoxB {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.itemBoxS {
  display: flex;
  flex-wrap: wrap;
}
.itemBoxB .itemImgArea {
  position: relative;
  grid-row: 1/3;
  grid-column: 1/4;
  margin: 1rem;
  max-width: 50%;
}
.itemImgArea {
    width: 49%;
}
.itemBoxB .itemTxtArea {
  grid-row: 1/3;
  grid-column: 4/6;
  margin: auto;
  max-width: 50%;
}
.itemBoxS .itemImgArea, .itemBoxS .itemTxtArea {
  position: relative;
  margin-bottom: 3vh;
}
.itemImgArea a:hover {
  opacity: 0.8;
  transition: 8s 0.1s ease;
}
.itemImgArea img {
  width: 100%;
  max-width: 800px;
  box-shadow: none;
  position: relative;
  vertical-align: bottom;
}
.itemFav {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 16%);
  border-radius: 100%;
  position: absolute;
  bottom: 10px;
  right: 6px;
  padding: 10px;
  font-size: 2rem;
  color: rgba(42, 42, 42, 1.00);
}
.itemFav a::before {
  content: "★";
  position: relative;
  display: block;
}
.itemFav a {
  height: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  color: #707070;
  position: relative;
  font-weight: bold;
  text-decoration: none;
}
.itemTxtArea {
  text-align: left;
  padding: 0 0.5rem;
}
.itemName, .itemTxt, .itemPrice, .itemBtn {
  margin: 1rem 0;
}
.itemName p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.3rem;
  color: #707070;
}
.itemTxt p {
  color: #707070;
}
.itemLp {
  text-decoration-line: line-through;
  font-size: 1.44rem;
  color: #707070;
  text-align: right;
  display: inline-block;
}
.itemPr {
  font-size: 1.44rem;
  color: #AF6767;
  font-weight: 600;
  display: inline-block;
}
.itemPr span {
  font-size: 3.4rem;
  color: #AF6767;
  font-weight: 600;
}
.itemBtnArea {
  width: 100%;
  grid-row: 2/3;
  grid-column: 4/6;
}
.itemBtn {
  background: #9A4849; /*商品項目のボタンの色*/
  max-width: 465px;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 16%);
  height: 8.8vh;
}
.itemBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; /*商品項目のボタンの文字の色*/
  position: relative;
  font-weight: bold;
  transition: .7s;
  text-decoration: none;
}
.itemBtn a::after {
  content: " ";
  position: relative;
  left: 0;
  background: url("img/icon_r.png");
  display: inline-block;
}
@media screen and (max-width:768px) {
  section {
    padding: 0;
  }
  .itemTtl {
    padding: 0.69rem 0.2rem;
  }
  .itemTtl p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.45rem;
  }
  .itemBoxB .itemImgArea, .itemBoxB .itemTxtArea {
    margin: auto;
  }
  .itemBoxS .itemImgArea, .itemBoxS .itemTxtArea {
    margin-bottom: 1.48vh;
  }
  .itemBoxS .itemImgArea {
    margin: auto;
  }
  .itemBoxB .itemTxtArea {
    width: 45%;
  }
  .itemName, .itemTxt, .itemPrice, .itemBtn {
    margin: 0.35rem 0;
  }
  .secTtl span {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
  }
  .secTtl {
    font-size: 1.31rem;
  }
  .itemName p {
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.2rem;
  }
  .itemTxt p {
    font-size: 0.75rem;
  }
  .itemLp {
    font-size: 0.68rem;
  }
  .itemPr {
    font-size: 0.87rem;
  }
  .itemPr span {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .itemBtnArea {
    width: 94%;
    margin: auto;
  }
  .itemBtn {
    border-radius: 10px;
    height: 5.8vh;
    margin: 1vh auto;
  }
  .itemBtn a {
    font-size: 1rem;
  }
}

/*==================================================
*navigation-ナビゲーション*
===================================*/
/*説明:基本4項目まで*/
.mainNav {
  border-bottom: 10px;
}
.mainNav .anchorItem a img {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.anchorNav {
  margin: 5vh 0;
}
.anchorNav .anchorItem:hover {
  animation-name: wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  text-decoration: none;
}
/* Wobble Horizontal */
@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
.anchorList {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.anchorItem {
  margin: 0 5px 13px;
  width: calc(100% / 2);
  background: #d66b6b; /*ナビゲーションボタンの背景色*/
  border-radius: 16px 16px 0 16px;
  max-width: 44%;
  height: 115px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 16%);
  position: relative;
}
.anchorItem:after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 32px solid transparent;
  border-bottom: 32px solid #333; /*ナビゲーションボタンの三角形の色*/
  content: "";
}
.anchorItem a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.3125rem;
  font-weight: bold;
  color: #fff;
  line-height: 3rem;
  text-decoration: none;
}
.bdNav {
  width: 100%;
  border-bottom: #C9A8A8 solid 2px;
  margin: 0 auto 2.9375vh;
}
@media screen and (max-width: 768px) {
  .anchor-item a p {
    width: 100%;
  }
}
.anchor-item a img {
  margin: 6px 3px;
}
@media screen and (max-width: 768px) {
  .anchor-item a img {
    margin: 0 0 5px;
    max-width: 80px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .anchorNav {
    padding: 0;
    max-height: 80px;
    width: 100%;
    display: block;
    position: fixed;
    bottom: -1px;
    z-index: 2;
    margin: auto;
  }
  .anchorList {
    border-top: 2px solid #333; /*SPのナビゲーション項目の仕切り線の色*/
    background: #fff;
    flex-wrap: inherit;
  }
  .anchorItem {
    margin: 3px 1px;
    width: calc(100% / 4);
    height: 60px;
  }
  .anchorItem a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .anchorItem:after {
    border-left: 15px solid transparent;
    border-bottom: 15px solid #333; /*ナビゲーションボタンの三角形の色*/
    content: "";
  }
}

/*==================================================
*half-半分の項目*
===================================*/
/*説明:画像を2枚横に並べたい時用*/
.half {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-evenly;
  align-content: center;
  margin: auto;
  flex-wrap: wrap;
}

.half .secCtnr, .half .cpnCtnr {
  max-width: 500px;
  width: 48%;
}

/*下部のSNS一覧*/
.snslist {
	display: flex;
	justify-content: center;
}

.snslist li {
	margin: 1%;
	width: 13%;
}

.snslist li:last-child {
	margin-light: 0;
}



/*PCでは3つ、SPでは2つ*/
.per {
    width: 33%;
}

/*PCでは4つ、SPでは2つ*/
.per4 {
    width: 25%;
}



.other {
	width: 100%;
	margin: auto;
	padding: 1rem 0 1rem;
}

.nonshadow img {
	box-shadow: none;
}

#event {
	margin-bottom: 6rem;
}

.visual {
	margin: 1.5rem auto 0; 
	width: 85%;
}

.price {
  color: #333333;
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 3.5rem;
  margin-bottom: 3rem;
}

.price span {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
	color: #970002;
	line-height: 3rem;
  }

.name {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	margin-top: 0.7rem;
	margin-bottom: 0.5rem;
}

.price img {
	padding-top: 1.5rem;
}

.ubottom {
	margin-top: -1.2rem;
}


.choice {
	margin: -2rem 0 4rem;
}


.timetable {
	background-color: #d1765c; 
	width: 100%;
	padding: 1rem 0;
	color: #FFF;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
    letter-spacing: 0.1rem;
	margin-bottom: 2rem;
}

.sonota-button {
	background-color: #b8666a;
	width: 95%;
	padding: 3rem 0;
	margin: 3rem auto 3rem;
    position: relative;
	
}

.sonota-button a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.sonota-button p {
	color: #ffffff;
	font-weight: 500;
    letter-spacing: 0.1rem;
	padding-top: 2.2rem;
}

.sonota-button a:hover {
	background-color: #d1765c; /*#d1765c*/
	text-decoration: none;
}

.sonota-button p::after {
	content:"▶";
	position:absolute;
	right: 10%;
}

.itembutton {
	background-color: #b8666a;
	width: 70%;
	padding: 2.5rem 0;
	margin: 2rem auto 0;
    position: relative;
	border-radius: 20px;
}

.itembutton a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
	text-decoration: none;
}

.itembutton p {
	color: #ffffff;
	font-weight: 600;
	font-size: 1.5rem;
    letter-spacing: 0.1rem;
	padding-top: 0.8rem;
}


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

.price {
	font-size: 1.31rem;
	color: #333333;
	padding-bottom: 2.5rem;
	font-weight: 600;
	line-height: 1.8rem;
	letter-spacing: 0.15rem;
	margin-bottom: 1rem;
	}

.price span {
    font-size: 2.25rem;
    letter-spacing: 0.25rem;
	color: #970002;
	line-height: 2.2rem;
  }
	
.name {
	font-size: 0.8rem;
	font-weight: 400;
	letter-spacing: 0.1rem;
	line-height: 1.2rem;
}	
.choice {
	margin-top: -2rem;
}	
	
.timetable {
	font-size: 1.1rem;
}	

.visual {
	width: 100%;
}

.sonota-button p {
	color: #ffffff;
	font-weight: 500;
	font-size: 1.4rem;
}	
	
.sonota-button p::after {
	right: 6%;
}	

.itembutton {
	margin: 1rem auto 0;
}	
	
.itembutton p {
	font-size: 1rem;
	font-weight: 700;
	padding-top: 1.5rem;
}

}


	