.container *{

  font-family: YakuHanJP, 'Noto Serif JP', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}

/*-- サイズ比較リンク表示(blockで表示) -----------*/
.sankouBox p { display: block;}
/*.sankouBox p {display: none;}*/

.container {    
  padding-bottom: 100px;
  background: #000;
  color: white;
  font-family: YakuHanJP, 'Noto Serif JP', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.7;
  position: relative;
}

.container ul{
  font-size: auto;
}

@media screen and (max-width: 420px) {
  .container {
    font-size: 16px;
  }
}

.floatBox {
  overflow: hidden;
}

.container {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.container img {
  max-width: 100%;
}


/*-- 最初のMV ------------------------------*/

.firstMv {
  text-align: center;
}

.firstMv h1 {
  text-align: center;
}

.iconBox {
  width: 100%;
  margin: 0 auto 35px auto;
  text-align: center;
}

/*-- しずる ------------------------------*/

.shizuruBox {
  margin-top: 8.2%;
}

/*-- 料亭紹介 ------------------------------*/

.ryouteiBox {
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.ryouteiBox div > p + figure,.ryouteiBox div > dl + figure {
	padding: 0 15px;
}
.ryouteiBox div > figure + p {
	font-size: 16px;
	padding: 0 15px;
	margin-bottom: 25px;
	line-height: 1.6;
}
.ryouteiBox dl {
	padding: 0 15px;
	margin-bottom: 25px;
}
.ryouteiBox dl dt {
	margin-bottom: 10px;
}
.ryouteiBox dl dd {
	font-size: 16px;
	line-height: 1.6;
}
.ryouteiBox dl dd:nth-of-type(n+2) {
	margin-top: 15px;
}
.ryouteiBox .ryouteiName {
	text-align: right;
	font-size: 14px;
	padding: 0 15px;
	margin-top: -10px;
}

.ryouteiBox .defaultText,.ryouteiBox .leftImgText,.ryouteiBox .rightImgText {
	padding: 0 15px;
}
.ryouteiBox .defaultText p,.ryouteiBox .leftImgText p,.ryouteiBox .rightImgText p {
	font-size: 16px;
	line-height: 1.6;
	padding: 0;
}
.ryouteiBox .leftImgText figure {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	width: 50%;
}
.ryouteiBox .rightImgText figure {
	float: right;
	margin: 5px 0 5px 10px;
	padding: 0;
	width: 50%;
}
.ryouteiBox .profile {
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
}
.ryouteiBox .profile > figure {
	width: 40%;
}
.ryouteiBox .profile > div {
	width: 58%;
	margin-top: -9px;
}
.ryouteiBox .profile > div figure {
	margin-bottom: 8px;
}
.ryouteiBox .profile > div p {
	padding: 0;
	font-size: 11px;
}

.movieCont {
	margin: 30px 0 50px 0;
}
.ryouteiMovie {
  max-width: 750px;
  padding: 4% 5%;
  margin: 40px auto 50px auto;
  background: url(/images/common_osechi2025_sp/bg_movie.jpg) no-repeat center top/cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.ryouteiMovie ul {
	width: 49%;
}
.ryouteiMovie ul li:first-child {
	margin-bottom: 15px;
}
.ryouteiMovie ul li:nth-child(n+2) {
	font-size: 16px;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #000;
	font-weight: bold;
	padding-left: 15%;
}
.ryouteiMovie a {
	display: block;
	width: 49%;
}
@media screen and (max-width: 559px) {
.ryouteiMovie {
  padding: 4% 15px;
}
.ryouteiMovie ul li:first-child {
	margin-bottom: 10px;
}
.ryouteiMovie ul li:nth-child(n+2) {
	font-size: 10px;
	padding-left: 10px;
}
}
@media screen and (max-width: 320px) {
.ryouteiMovie {
  padding: 4% 10px;
}
.ryouteiMovie ul {
	width: 50%;
}
.ryouteiMovie ul li:first-child {
	margin-bottom: 5px;
}
.ryouteiMovie ul li:nth-child(n+2) {
	font-size: 10px;
	padding-left: 0;
}
.ryouteiMovie a {
	display: block;
	width: 48%;
}
}
html.modalset {
  overflow: hidden;
}
.mfp-container {
    padding-left: 15px;
    padding-right: 15px;
}
.movieModal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.movieModal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}
.movieModal-wrap::-webkit-scrollbar {
  display: none;
}
.movieModal-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}
.movieModal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
}
.movieModal-box {
  width: 100%;
  max-width: 960px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.movieModal-box .inner {
  background: #fff;
  padding: 40px;
}
.movieModal-box .movieModal-close {
	width: 200px;
	background: #000;
	margin: 40px auto 0 auto;
	font-size: 18px;
	padding: 10px 0;
	cursor: pointer;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
	font-size: 60px;
	top: -50px;
	opacity: 1;
}

/*-- おせちお品書き ------------------------------*/
.osechiBox {
  margin-top: 40px;
}

.osechiBox .osechiBox_bg {
  padding: 0 0 5% 0;
}

.osechiBox figure {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .osechiBox figure {
    text-align: center;
  }
}

.osechiBox .osechiBox_detail {
  margin: 20px auto 0 auto;
  background: #fffde8;
  position: relative;
  width: 92%;
}

.osechiBox .osechiBox_detail::after {
  top: 5px;
  right: 5px;
  position: absolute;
  content: url(/images/common_osechi2025/oshinagaki_ashirai.png);
}

.osechiBox .oshinagakiList {
  width: 100%;
  padding: 15px 20px;
}

.osechiBox .oshinagakiList li {
  padding-left: 25px;
  color: black;
  font-size: 13px;
  font-weight: bold;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

@media screen and (max-width: 335px) {
  .osechiBox .oshinagakiList li {
    font-size: 13px;
  }
}

.osechiBox .oshinagakiList li::before {
  top: 3px;
  left: 0px;
  position: absolute;
}

.osechiBox .oshinagakiList li::after {
  content: "…";
  right: 50px;
  position: absolute;
}

.osechiBox .oshinagakiList li:last-child {
  margin-bottom: 0;
}

.oshinagakiList li {
  width: 100%;
  overflow: hidden;
}

.oshinagakiList li .textRight {
  float: right;
  display: block;
  font-weight: bold;
}


/*-- こだわりの品々 ------------------------------*/

.sinajinaBox {
  margin-top: 60px;
  background: url(/images/common_osechi2025_sp/Sside_bg.jpg) left bottom no-repeat, url(/images/common_osechi2025_sp/Sside_bg.jpg) right bottom no-repeat;
}

.sinajinaBox_title {
  z-index: 9;
}

.sinajinaAshirai_bottom {
  height: 8px;
  background: url(/images/common_osechi2025_sp/Sbottom_bg.jpg) center center repeat-x;
}

.slider {
  padding: 10px;
}

.sinajinaBox .sinajinaBox_list {
  margin-top: 20px;
}

.sinajinaBox .sinajinaBox_list li {
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  height: 500px;
}

.originalBnr {
	margin-top: 60px;
}

@media screen and (max-width:550px) {
  .sinajinaBox .sinajinaBox_list li {
    height: 385px;
  }
}

  @media screen and (max-width: 450px) {
    .sinajinaBox .sinajinaBox_list li {
      height: 390px;
    }
  }

  @media screen and (max-width: 340px) {
    .sinajinaBox .sinajinaBox_list li {
      height: 400px;
    }
  }
  
 .hightUp1 {
	height:390px !important;
	}
 .hightUp2 {
	height:410px !important;
	}

  .slick-next {
    background: none;
    border: none;
  }

  .sinajinaBox .sinajinaBox_list li p {
    margin-top: 10px;
    font-size: 12px;
    font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.6;
	margin: 0 auto;
	padding: 0 8px;
  }

  .sinajinaBox .sinajinaBox_list.noscroll {
    height: auto;
    overflow-y: hidden;
  }

  .tensyuOsusume {
    position: relative;
  }

  .tensyuOsusume::after {
    position: absolute;
	width: 73px;
	height: 34px;
    content: "";
	background: url(/images/common_osechi2025_sp/tensyuOsusume.png) no-repeat center center/cover;
    top: -16px;
    left: -5px;
  }
  
  .tousyuosusume {
    position: relative;
  }

  .tousyuosusume::after {
    position: absolute;
	width: 73px;
	height: 34px;
    content: "";
	background: url(/images/common_osechi2025_sp/tousyuosusume.png) no-repeat center center/cover;
    top: -16px;
    left: -5px;
  }
  
  .kansyuOsusume {
    position: relative;
  }

  .kansyuOsusume::after {
    position: absolute;
	width: 73px;
	height: 34px;
	content: "";
	background: url(/images/common_osechi2025_sp/kansyuOsusume.png) no-repeat center center/cover;
    top: -16px;
    left: -5px;
  }
  
  .syujinOsusume {
    position: relative;
  }

  .syujinOsusume::after {
    position: absolute;
	width: 73px;
	height: 34px;
    content: "";
	background: url(/images/common_osechi2025_sp/syujinOsusume.png) no-repeat center center/cover;
    top: -16px;
    left: -5px;
  }

.shinsaku {
  position: relative;
}
.shinsaku::before {
  position: absolute;
  content: url(/images/common_osechi2025_sp/shinsaku_icon.png);
  bottom: 23%;
  right: 2%;
}

@media screen and (max-width: 340px) {
  .shinsaku::before {
    bottom: 45px;
  }
}

  .ryourichoOsusume {
    position: relative;
  }

  .ryourichoOsusume::after {
  	position: absolute;
	width: 73px;
	height: 34px;
    content: "";
	background: url(/images/common_osechi2025_sp/ryourichoOsusume.png) no-repeat center center/cover;
    top: -16px;
    left: -5px;
  }

/*-- こだわり ------------------------------*/

.kodawariBox > div {
    border-left: 5px solid #ecc146;
	padding: 30px 0 0 8px;
}
.kodawariBox .defaultText,.kodawariBox .leftImgText,.kodawariBox .rightImgText {
	padding-right: 10px;
	margin-top: 5px;
}
.kodawariBox .defaultText p,.kodawariBox .leftImgText p,.kodawariBox .rightImgText p {
	font-size: 16px;
	line-height: 1.5;
}
.kodawariBox .leftImgText figure {
	float: left;
	margin: 5px 10px 5px 0;
	width: 48%;
}
.kodawariBox .rightImgText figure {
	float: right;
	margin: 5px 0 5px 10px;
	width: 48%;
}
.kodawariBox h4 {
	width: 90%;
}
.kodawariBox .voice li {
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0 10px 0 18px;
	position: relative;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
    line-height: 1.3;
}
.kodawariBox .voice li::before {
	content: "";
	width: 11px;
	height: 11px;
	background: #fe7200;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}
.kodawariBox .voice li span {
	font-size: 16px;
	color: #ffea00;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
    line-height: 1.3;
}

   
/*-- 当店のこだわり ------------------------------*/

.TkodawariBox {
    margin-top: 11%;
}
.TkodawariBox > div {
	border-left: 5px solid #f6380b;
	padding: 30px 8px 0 8px;
}
.TkodawariBox .defaultText {
	margin-top: 5px;
}
.TkodawariBox .defaultText p {
	font-size: 16px;
	line-height: 1.5;
}

  .TkodawariBox .btn {
    margin: 6% auto 0px;
    width: 80%;
  }


  .TkodawariBox .cmn-innerBox {
    padding: 0px 3% 0px 4%;
  }

  .TkodawariBox .anshinPhoto {
    margin-top: 5%;
  }

  .sonomamasyokutakuBox {
    margin-top: 10px;
  }

  .oyorokobiBox {
    margin-top: 10%;
    position: relative;
  }

.reizoutoha {
	font-size: 12px !important;
	text-indent: -1em;
	padding-left: 1em;
}

  /*-- こだわり ------------------------------*/

  .otodokePhoto {
    margin-top: 10%;
  }

  .nagarePhoto {
    margin-top: 10%;
  }

  .tyuizikoPhoto {
    margin-top: 10%;
  }

.cauBtn{text-align:center}
.cauBtn a{
  display: inline-block;
  background: #FF6600;
  text-decoration: none;
  padding: 10px 15px;
  margin-top: 5px;
  color: #FFF;
}

.cautxt {
	text-align: center;
	color: #f00;
	margin-top: 30px;
	font-size: 110%;
	line-height: 130%;
}

/*-- 価格 ------------------------------*/

.goldTitlePhoto .price {
	width: 40%;
	margin: 0 auto;
}
.priceArrow {
	width: 40%;
	margin: 0 auto;
}

/*-- 早割り価格バナー (blockで表示)------------------------------*/

.hayawari {
	display: none;
}

/*-- 定価下部矢印 (blockで表示)------------------------------*/

.price {
	display: none;
}

/*-- 景品表示法用(kakakushita→blockで表示 keihin→inlineで表示) ------------------------------*/

#kakakushita {
	display:none;
}

.annotation {
	color: white;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: right;
	padding-top: 10px;
	font-family: sans-serif;
}
.keihin9030 {
	display:none;
}
.keihin1031 {
	display:none;
}
.keihin1210 {
	/*display:none;*/
}