@charset "utf-8";
.pc {
  display: none!important;
}
img{
	max-width: 100%;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*　共通
-----------------------------------------------------------------------------*/

@font-face {
  font-family: 'NotoSerifCJKjp';
  src: url('NotoSerifCJKjp-Medium.woff') format('woff');
}
body {
  background-color: #49444A;
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  min-width: 100%;
}
body.android {
  font-family: 'NotoSerifCJKjp', serif;
}
.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 600;
}
.gothic.normal {
  font-weight: normal;
}
.mincho{
  font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
.yumincho{
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho';
}
body.android .letter-spacing {
    letter-spacing: -0.1em;
    padding-top: 0.2em;
	font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho';
}
h2 {
    clear: both;
    margin: 0 auto 20px;
    font-size: 32px;
}
#wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

header, nav, #contentWrap, footer {
  width: 100%;
  margin: 0 auto;
}
#contentWrap {
  padding-bottom: 0px;
}
#content {
  width: 100%;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  width: 240px;
  top: 20px;/*固定させたい位置*/
}
.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
./*vertical_text {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: normal;
}
.vertical_text .kutouten {
  position: relative;
  left: 0;
  top: 0;
}*/
/*body.android .vertical_text .kutouten {
  position: relative;
  left: 0.7em;
  top: -0.7em;
}*/
.vertical_text .tate {
  text-orientation: upright;
}
.vertical_text.yoko_sp{
-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
.vertical_text .dot {
  position: relative;
  line-height: 0.4;
  top: -0.6em;
  right: -0.2em;
  letter-spacing: -0.6em;
}
/*.vertical_text .yoko {
    writing-mode: lr;
  -ms-writing-mode: lr;
  -webkit-writing-mode: lr;
    margin-top: -1em;
    margin-right: -1em;
}*/
.note_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.note_list2 li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@-moz-document url-prefix() {
ul.note_list {
  transform: rotate(.03deg);
}
}
.flex.gothic ul.icon.gothic li{
    font-size: 17px;
}
.flex.gothic ul.icon.gothic li span{
    font-size: 14px;
}
p.set {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 144px;
    height: 34px;
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 4px;
    margin-bottom: 10px;
    right: 0;
    bottom: 0;
    background-color: #BC2C2C;
}
p.set span {
    font-size: 25px;
    margin: 0 2px;
    display: inline-block;
    line-height: 1;
}
.flex.gothic .price{
    font-size: 24px;
}
.flex.gothic .price span{
    font-size: 13px;
}


/*　header
-----------------------------------------------------------------------------*/
#navbtn {
    width: 50px;
    position: fixed;
    z-index: 99999;
    right: 10px;
    top: 20px;
}
header {
    padding: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
}
header a {
  outline: none;
  text-decoration: none;
}
/*header .inner2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  align-items: center;
  padding-right: 10px;
  height: 72px;
}*/
header #navbtn img {
    width: 50px;
}
header .logo {
    margin-bottom: 10px;
}
header .hinner nav ul li.red a {
    color: #A41F24;
}
header .glovalNavi .online_store a {
    font-size: 14px;
    color: #AF8F52;
    display: block;
    border: 1px solid;
    border-radius: 30px;
    width: 90%;
    margin: 20px auto;
    padding: 10px 0;
}
header .inner2 #navbtn+p {
  width: 100%;
  text-align: left;
  line-height: 1.3;
  font-size: 10px;
}
header span.tel a {
  color: #00a651;
  font-size: 20px;
  padding-left: 32px;
  position: relative;
  letter-spacing: -1px;
  display: inline-block;
}
header span.tel a::before {
  content: "";
  display: block;
  background-image: url(../images_2026/header_tel.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 2px;
}
header .uketsukebtn {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
header .uketsuke {
    position: fixed;
    top: 16vh;
    /* bottom: 0; */
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    background: #333;
    text-align: left;
    padding: 23% 3%;
    cursor: pointer;
    width: 80%;
    z-index: 999999;
    /* height: 60vh; */
}
header .uketsuke span {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
	color: #fff;
}
header .uketsuke h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
header .uketsuke p.time {
    font-size: 17px;
    line-height: 1.8;
    color: #fff;
	text-align: center;
}
header .uketsuke p.border {
    padding: 10px;
    border: 1px solid;
    margin-top: 10px;
    background: #fff;
    color: #111;
}
#itembtn_sp_top{
	display: none;
}
#reason_top .reason_top02 .reason_box .grid.rb_full.shindan{
  display: block;
}

#ulAiWidget{
  width: auto;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 340px) {
header .inner {
  padding: 0 5px;
}
}

/*nav
-----------------------------------------------------------------------------*/
nav a {
  outline: none;
  text-decoration: none;
}
.glovalNavi {
    position: absolute;
    z-index: 9999;
    display: none;
    width: 100%;
	height: 100vh;
    background: #fff;
    padding-top: 5%;
    overflow-y: scroll;
}
.glovalNavi li img {
  width: 100%;
}
.glovalNavi ul {
    width: 60%;
    margin: 10px auto 0
}
.glovalNavi ul li {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 2.4;
  color: #323232;
}
.glovalNavi ul li.online_store img {
    width: 80%;
    margin: 10px auto;
}
.glovalNavi .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 10px auto;
}
.glovalNavi .btn a {
    width: 49%;
    display: block;
    background: #fff;
    padding: 3%;
    border-radius: 50px;
    color: #808080;
	font-size: 16px;
	border: 1px solid #808080;
}
.glovalNavi .btn a.products {
    background: #E10C14;
    color: #fff;
	border: 1px solid #E10C14;
}
.glovalNavi .btn a .link {
    position: relative;
    padding-right: 1em;
}
.glovalNavi .btn a .link::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 4px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(45deg);
    position: absolute;
    display: inline-block;
    overflow: hidden;
    right: 0;
    top: 2%;
    transition: .2s;
}
.header .btn_flex {
  display: flex;
}

/*-----------------------------------------------------------------------------
　footer　
-----------------------------------------------------------------------------*/
footer a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer {
  width: 100%;
  position: relative;
}
.detail footer {
  margin-bottom: 53px;
}
#footer-nav {
  font-size: 14px;
  color: #fff;
  width: 100%;
  background: #b79551;
  padding: 0;
  text-align: center;
}
#footer-nav li {
  margin: 0;
  position: relative;
  border-top: 1px solid #fff;
}
#footer-nav li a {
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}
#footer-nav li a:hover {
  /*color: #999;*/
  text-decoration: none;
}
#copyright {
  font-size: 12px;
  background: #fff;
  color: #000;
  padding: 2em 0 2em;
  text-align: center;
  position: relative;
  border-bottom: 4px solid #b79551;
  padding-bottom: 40%;
}
.footer_logo {
  display: inline-block;
  margin: 5px 0;
}
.footer_tel {
  display: inline-block;
  padding: 5px 5% 20px;
}
.footer_logo img {
  max-width: 165px;
}
.footer_tel img {
  width: 100%;
  max-width: 307px;
}
/*　ページトップ　*/
#page_top_sp {
  line-height: 40px;
  transition: all 0.2s ease;
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 45px;
  opacity: 0;
}
/*　google　*/
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
  left: 0;
}

#footer-nav-sp {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: #fff;
    border-top: 1px solid;
}
#footer-nav-sp ul {
    display: flex;
    flex-wrap: wrap;
}
#footer-nav-sp ul li.tel_box {
    /*width: 50%;*/
    width: 45%;
	padding-top: 2%;
}
#footer-nav-sp ul li.tel_box p {
    font-size: 12px;
}
#footer-nav-sp li {
    /*width: 16%;*/
    width: 18%;
    text-align: center;
    font-size: 10px;
    border-right: 1px solid #b5b5b5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#footer-nav-sp img {
    display: block;
    width: 30px;
    height: auto;
    margin: 0 auto 7px;
}
#footer-nav-sp .tel a {
    color: #00a651;
    font-size: 20px;
    padding-left: 32px;
    position: relative;
    letter-spacing: -1px;
    display: inline-block;
}
#footer-nav-sp .tel a::before {
    content: "";
    display: block;
    background-image: url(../images_2026/header_tel.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 2px;
}
#footer-nav-sp .uketsukebtn {
    display: block;
    font-size: 12px;
    text-decoration: underline;
}
#footer-nav-sp li a {
    width: 100%;
    height: 100%;
	padding-top: 20%;
}
#footer-nav-sp ul li.tel_box a {
	padding-top: 0;
}

/*　パンくず
-----------------------------------------------------------------------------*/
.pankuzu {

    z-index: 2;
    position: relative;
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
.pankuzu ul {
    display: flex;
    font-size: 11px;
    padding: 18px 67px 18px 10px;
    flex-wrap: wrap;
    text-align: left;
    background-color: #111;
}
.pankuzu ul li,.pankuzu ul li a {
    color: #fff;
}
.pankuzu ul li a{
	position: relative;
	padding-right: 1.6em;
}
.pankuzu ul li a::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(45deg);
    position: absolute;
    display: inline-block;
    overflow: hidden;
    right: 3px;
    top: 0;
    transition: .2s;
}


/*　mainImg
-----------------------------------------------------------------------------*/
#mainImgWrap {
	position: relative;
}
#mainImg {
  margin-top: 0;
}
#wrap.detail #mainImg h1 {
    z-index: 2;
    color: #111;
    font-size:48px;
    line-height: 1;
    text-align: left;
    right: 3%;
    top: 3%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    font-weight: 900;
}
#wrap.detail #mainImg h1 span{
    font-size: 25px;
}
#wrap.detail #mainImg h1.vertical_text,
#mainImg p.set.vertical_text{
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
#wrap.detail #mainImg h1 rt{
	font-size: 14px;
}
#wrap.detail #mainImg h1 span {
    font-size: 24px;
    display: block;
    line-height: 1.4;
}
#wrap.detail #mainImgWrap div.detail h1 span.h1_sub {
    display: block;
    font-size: 25px;
}
#wrap.detail #mainImgWrap div.detail h1 .small {
    font-size: 0.7em;
    margin-right: 5px;
  line-height: 1;
}
#mainImgWrap p.set {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    font-weight: normal;
    font-size: 14px;
    text-shadow: none!important;
}
#mainImgWrap p.set span{
    font-weight: bold;
    font-size: 25px;
}
.main_note{
        font-weight: normal;
        font-size: 10px;
        line-height: 1.2em;
}

#mainImg .gold_border_sp {
    border: 1px solid #b79551;
    width: 94%;
    margin: 0 auto 20px;
    padding-bottom: 70px;
    position: relative;
}
#wrap.detail #mainImg img.osechi_image {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
/*    max-height: 400px;*/
    display: block;
/*    padding: 23% 2% 2% 2%;*/
padding-top: 20%;
}
#wrap.detail .main_b_bg{
    background-image: url(../images_2026/main_b_bg.webp);
    background-size: 100% auto;
    padding: 20px;
    box-sizing: border-box;
}
#wrap.detail #order {
    /*background-image: url(../../images_2026/bg_soryo.png);
    background-repeat: no-repeat;
    background-position: left top 10%;
    background-size: 30%;*/
    background-color: #fff;
    margin-top: 30px;
}
#wrap.detail div.detail02 {
    width: 100%;
    padding: 5% 3% 0 3%;
    left: 0;
    right: 0;
    bottom: 164px;
    text-align: left;
    background: #FFF;
    margin-top: 36px;
}
#wrap.detail div.detail02 p.lead {
  margin: 15px 0 15px;
  font-size: 18px;
  display: block;
}
#wrap.detail div.detail02 ul.icon {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#wrap.detail div.detail02 ul.icon li {
  display: inline-block;
  color: #EBC378;
  padding: 5px 10px;
  border: 1px solid #EBC378;
  font-size: 16px;
  position: relative;
  margin: 2% 1%;
}
#wrap.detail div.detail02 ul.icon li:nth-child(2) {
  padding-left: 2em;
}
#wrap.detail div.detail02 ul.icon li:nth-child(3) {
  padding-left: 1.8em;
}
#wrap.detail div.detail02 ul.icon li:nth-child(2)::before, #wrap.detail div.detail02 ul.icon li:nth-child(3)::before {
  content: "";
  display: block;
  background-image: url(../../images_2026/icon04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 10px;
  top: 10px;
}
#wrap.detail div.detail02 ul.icon li:nth-child(3)::before {
  background-image: url(../../images_2026/icon05.png);
}
#wrap.detail #mainImg div.border p {
  font-size: 32px;
  margin: 0 0 5%;
  font-weight: 500;
}
#wrap.detail div.detail02 .border {
  align-items: center;
  border-top: 1px solid #111;
  position: relative;
  padding: 16px 0;
  text-align: center;
  margin-top: 16px;
}
#wrap.detail div.detail02 .border p {
  font-size: 20px;
  margin: 0 0 5%;
  font-weight: bold;
  color: #B01F26;
}
#wrap.detail div.detail02 .border p span {
  display: block;
  font-size: 14px;
  color: #0D0606;
  font-weight: normal;
}
#wrap.detail div.detail02 .border p span.bg{
    color: #fff;
    background-color: #BC2C2C;
    display: block;
    padding: 2px 5px;
    width: fit-content;
    margin: 5px auto;
/*    font-size: 12px;*/
    font-weight: bold;
    font-size: 20px;
}
#wrap.detail div.detail02 p.price {
  font-size: 32px;
  margin: 0;
  margin-bottom: 10px;
  text-align: right;
}
#wrap.detail div.detail02 .souki_price{
    background-color: #AF8F52;
    color: #fff;
    padding: 8px;
    width: 100%;
    margin:8px 0;
    display: flex;
        align-items: center;
        color: #fff;
        font-weight: normal;
                justify-content: space-around;
}
#wrap.detail div.detail02 .souki_price .souki{
    font-weight: normal;
    text-align: center;
    display: block;
    border-right: 1px solid #fff;
    padding-right: 8px;
    margin-right: 8px;
    font-size: 14px;
    text-align: center;
    display: block;
    width: 120px;
}
#wrap.detail div.detail02 .souki_price .price_souki{
    font-size: 15px;
    text-align: center;
}
#wrap.detail div.detail02 .souki_price .price_souki span.big{
        font-size: 28px;
        line-height: 28px;
}
#wrap.detail div.detail02 .souki_price .price_souki span.nebiki{
    font-size: 14px;
    display: block;
}
#wrap.detail div.detail02 p.price span {
  font-size: 15px;
}
#wrap.detail div.detail02 p.price span.red,
#content .detail2 .inner .flex span.red{
    color: #E10C14;
    font-size: 16px;
}
#wrap.detail div.detail02 p.price span.souki{
    font-size: 14px;
}

#wrap.detail div.detail02 p.price{
    font-size: 32px;
}
#wrap.detail div.detail02 p.price span.red .big{
    font-size: 40px;
    line-height: 40px;
}
#wrap.detail div.detail02 p.price span.nebiki,
#content .detail2 .inner .flex span.nebiki{
    font-size: 18px;
}
#content .detail2 .inner .flex span.red{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 14px;
}
#content .detail2 .inner .flex span.yen{
    font-size: 14px;
}
#content .detail2 .inner .flex span.souki{
    font-size: 12px;
    padding-right: 5px;
}
#content .detail2 .inner .flex .price .big{
    font-size: 28px;
}
#content .detail2 .inner .flex span.red .big{
    font-size: 38px;
    line-height: 38px;
}

#wrap.detail .order {
/*  background-color: #E10C14;
  color: #fff;
  padding: 4% 7%;
  border-radius: 30px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;*/
}
#wrap.detail .order::before {
/*  content: "";
  width: 26px;
  height: 26px;
  border: 4px solid;
  border-color: #fff #fff transparent transparent;
  transform: scale(.5) rotate(45deg);
  position: absolute;
  display: inline-block;
  overflow: hidden;
  right: 10%;
  top: 30%;
  transition: .2s;*/
}
#wrap.detail div.detail02 .border::after {
  top: auto;
  bottom: 6px;
}

/*　present
-----------------------------------------------------------------------------*/

#present {
    width: 100%;
    margin: 0 auto;
    padding: 0 3% 2%;
    background-image: url(../images_2026/souki_bg.jpg);
    background-size: cover;
    margin-top: 20px;
    display: block;
}
#present h2 {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    padding-top: 14px;
    text-align: center;
	margin: 0 auto;
/*    padding-bottom: 18px;*/
}
#present h2 span {
    font-size: 25px;
    margin-top: 5px;
    display: block;
}
#present p {
    font-size: 15px;
    text-align: left;
    line-height: 1.8em;
}
#present p span.boder{
    border-bottom: 2px solid #0D0606;
}
#present .red{
	color: #BC2C2C;
}
#present .flex div.price{
	width: 100%!important;
}
#present .big {
    font-size: 24px;
/*    margin: 0 3px;*/
}
#present .underline {
    border-bottom: 1px solid;
}
#present .price {
/*    display: flex;
    align-items: center;*/
}
#present .normal_price {
    font-size: 14px;
    width: 40%;
	position: relative;
}
#present .normal_price::before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,1.00);
	position: absolute;
	left: 0;
	top: 58%;
}
#present .normal_price .big {
    font-size: 28px;
    line-height: 1;
}
#present .yen {
    font-size: 20px;
    margin-left: 3px;
}
#present img.arrow {
    width: 24px;
	margin: 0 5px;
}
#present .special_price {
    font-size: 15px;
    width: 50%;
}
#present span.discount_yen {
    font-size: 1.6em;
}
#present .special_price .big {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
}
#present p.soldout {
    font-size: 18px;
}
#present_wrap.present02 {
    padding-top: 5%;
}
#present_wrap.bottom{
    padding:0 2% 20px;
}
#present .price{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#present .price .big{
    font-size: 26px;
}
#present .price .yen{
    font-size: 12px;
}
#present .price .red{
    font-weight: bold;
    padding-top: 10px;
    display: block;
    font-size: 14px;
}
#present .price .red .big{
    font-size:36px;
    font-weight: 900;
}
#present .price .red .yen{
    font-size: 14px;
}
#present .price .red .nebiki{
    font-size: 14px;
    color: #111;
    display: block;
    text-align: center;
}
#present .price .arrow{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../images_2026/detai_p_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
   margin-right: 5px;
           height: 25px;
        background-position: center bottom;
}
/*　ippin
-----------------------------------------------------------------------------*/
#ippin {
  padding: 30px 1.5% 30px;
  padding-top: 8%;
  margin-bottom: 0 !important;
  /*background-image: url(../../images_2026/bg_soryoBox.jpg);
  background-position: center top;
  background-size: cover;*/
  background-color: #fff;
}
/*#ippin::before {
    content: "";
    display: block;
    background-image: url(../../images_2026/bg_soryoBox01.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
#ippin::after {
    content: "";
    display: block;
    background-image: url(../../images_2026/bg_soryoBox02.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}*/
.ippin_txt {
  margin-bottom: 30px !important;
}
#ippin h2 {
    max-width: 95%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
}
#ippin h2 img {
  width: 70%;
}
.ippinList {
  display: flex;
  display: -webkit-flex; /* Safari */
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between; /* Safari */
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  padding-left: 3%;
  padding-right: 3%;
}
.ippinList li {
  width: 47%;
  margin-bottom: 8%;
}
.ippinList li img {
  width: auto;
}
.ippinList li .ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    text-align: left;
    line-height: 1.2;
}
.ippinList li .areaTxt {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  font-weight: normal;
}
.ippinList li .s {
  font-size: 12px;
}
.ippinList li .br_s {
  display: none;
}

@media screen and (max-width: 360px) {
.ippinList li .br_s {
  display: inline;
}
}

@media screen and (max-width: 320px) {
.ippinList li .ttl {
  font-size: 16px;
}
.ippinList li .areaTxt {
  font-size: 14px;
}
}


.border_gradient{
  position: relative;
}
.border_gradient::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 240px;
    height: 3px;
    background: linear-gradient(to right, rgba(213, 182, 69, 0.00) 0%, rgba(219, 181, 72, 0.20) 6.25%,#E0B54A 12.5%, #EBB44F 25%, #FFE09F 37.5%, #D29200 50%, #FFE09F 62.5%, #EBB44F 75%, #E0B54A 87.5%, rgba(219, 181, 72, 0.20) 93.75%, rgba(213, 182, 69, 0.00) 100%);
}

/*　ojyu
-----------------------------------------------------------------------------*/
#ojyu_nav {
  padding: 24px 0 36px;
}
#ojyu_nav h2 {
  padding: 0;
  margin-bottom: 24px;
  font-size: 25px;
  color: #111111;
}
#ojyu_nav h2 img {
}
#ojyu_nav .link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    justify-content: 80%;
}
#ojyu_nav .link li {
    width: 100%;
}
#ojyu_nav .link li a {
	padding: 9px 0;
    padding-right: 0;
    position: relative;
    font-size: 16px;
    display: block;
    width: 95%;
	color: #FFF;
    /*background-color: #BC2C2C;
    color: #fff;
    border-bottom: 2px solid #871f1f;*/
    height: 70px;
    margin: 0 auto;

    border: 2.5px solid;
    border-image: linear-gradient(to right, #FFBB5E, #FEECAB) 1;

    background: linear-gradient(180deg, #BD1F21 0%, #820A0C 100%);
    box-shadow: 0 2px 2px 0 rgba(37, 0, 0, 0.80);
}
#ojyu_nav .link li a::before {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 8%;
    margin: auto;
    
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images_2026/oju_icon.png) no-repeat center center;
    background-size: 20px auto;
    
    /*
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(135deg);
    display: inline-block;
    overflow: hidden;*/
}
#ojyu {
/*    background-image: url(../../images_2026/gold_bg.jpg);
    background-size: cover;*/
}
#ojyuWashi {
  margin: 0px auto 0px;
  background-size: 200px 200px;
  padding: 0px 0;
}
#ojyuWashi .inner {
  padding: 0 0 20px;
  max-width: 100%;
  width: 100%;
  background-size: 100% auto, 45% auto;
}
.ojyuBox {
  padding: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center 130px;
  background-size: contain;
}
#ojyuWashi .ojyuBox:not(:last-child) {
  border-bottom: 2px solid #AD8F53;
}
.ojyuBox .flt_r {
    width: 95%;
    margin: 0 auto;
}
.ojyuBox .flt_r h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
      position: relative;
      color: #111111;
      text-align: center;
      margin-bottom: 8px;
}
.ojyuBox .flt_r h3 span.maintxt{
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 28px;
    width: fit-content;
}
.ojyuBox .flt_r h3 span.maintxt:before,
.ojyuBox .flt_r h3 span.maintxt:after{
    content: "＝";
    display: block;
    position: absolute;
    bottom: 10px;
    font-size: 20px;
}
.ojyuBox .flt_r h3 span.maintxt:before{
    left: 0;
}
.ojyuBox .flt_r h3 span.maintxt:after{
    right: 0;
}
.ojyuBox .flt_r h3 span.small {
    font-size: 22px;
    padding-bottom: 10px;
    display: block;
}
p.vertical_text{
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.ojyuBox .menuBox_wrap {
    margin: 10% 2% 2%;
    padding: 3% 3% 3% 7%;
    padding-bottom: 10%;
    background: #fff;
}

.ojyuBox .menuBox ol {
  text-align: left;
  font-size: 14px;
    writing-mode: lr;
  -ms-writing-mode: lr;
  -webkit-writing-mode: lr;
  counter-reset: my-counter;
  column-count: 2;
}
.ojyuBox .menuBox ol li {
  position: relative;
  padding-left: 1.6em;
  width: 100%;
  margin-bottom: 5px;
	display: block;
    font-size: 16px;
    font-weight: normal;
}
.ojyuBox .menuBox ol li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #9F7B45;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 18px;
    color: #ffffff;
    font-weight: bold;
    font-size: 83%;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 3px;
    padding-top: 1px;
    font-family: '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}
.ojyuBox .menuBox ol li.star:after {
  content: "★";
  position: absolute;
  left: -1.2em;
  top: 0;
  color: #111;
}
.ojyuImg {
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    width: 370px;
    margin: 0 auto;
	max-width: 100%;
    text-align: left;
    display: block;
}
.ojyuHaichi {
  margin: 10px auto;
  font-size: 14px;
  text-align: center;
  display: block;
}
.ojyuHaichi a {
  display: block;
  margin-bottom: 5%;
  text-decoration: underline;
  /*pointer-events: none;*/
}
.ojyuHaichi a span.note {
    display: block;
    font-size: 0.8em;
}
.ojyuHaichi img {
  margin-bottom: 5px;
  margin-top: 20px;
  width: fit-content;
  display: block;
  text-align: left;
}
.ojyuHaichi img.icon {
    width: 1em;
    height: 1em;
    margin: 0;
    margin-left: 2%;
    display: inline-block;
}
.ojyuNum {
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.ojyuNum {
  opacity: 0;
  transition: all 0.2s ease;
}
.ojyuNum_on {
  opacity: 1;
  top: 0;
  transition: all 0.6s ease;
}
.numBtn {
  display: inline-block;
  max-width: 235px;
  margin: 5px auto 20px;
}
nav.glovalNavi.index .numBtn.tbtn {
  max-width: 100%;
  margin: 0;
}
.ojyuBox .menu {
  position: relative;
  margin: 0px auto 10px;
  width: 95%;
}
.ojyuBox .txt {
    position: relative;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-top: 20px;
    writing-mode: lr;
  -ms-writing-mode: lr;
  -webkit-writing-mode: lr;
  color: #111;
}
.ojyuBox .txt a {
  text-decoration: underline;
}
.ojyuBox .txt .star {
  font-size: 110%;
}


/*　fadein
-----------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.fadein01{
	transition-delay: 0.0s;
}
.fadein02{
	transition-delay: 0.2s;
}
.fadein03{
	transition-delay: 0.4s;
}
.fadein04{
	transition-delay: 0.6s;
}
.fadein05{
	transition-delay: 0.8s;
}
/*.fadein_silde.right{
  transform:translateX(50px);
}
.fadein_silde.left{
  transform:translateX(-50px);
}
.fadein_silde.active{
  transform:translateX(0);
}*/

/*　bridge
-----------------------------------------------------------------------------*/
.bridge {
    margin-top: 40px;
    margin-bottom: 60px;
}
.bridge .inner {
    border: 1px solid #b79551;
    width: 84%;
	position: relative;
}
.bridge .inner::before, .bridge .inner::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-color: rgba( 183,149,81, 0.7 );
    border: 1px solid #b79551;
    position: absolute;
    top: -11px;
    right: -11px;
    opacity: 0.7;
}
.bridge .inner::after {
    width: 40px;
    height: 40px;
    top: auto;
    right: auto;
    bottom: -20px;
    left: -20px;
}
#brgReinen.bridge .brg_copy {
    position: relative;
    padding: 12% 3%;
    /* width: 98%; */
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    text-align: left;
}
#brgReinen.bridge span {
  font-size: 24px;
}


/*　soryo
-----------------------------------------------------------------------------*/
.soryo {
    margin: 0 auto;
	padding-bottom: 24px;
}
.soryo h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
	color: #fff;
}

.soryo .soryoBox {
    background: #fff;
    /* color: #61616b; */
    padding: 3%;
}

.soryo .soryoBox h2 {
	color: #222;
}
.soryo dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: center;
  position: relative;
}
.soryo dl::after {
  top: auto;
  bottom: 3px;
}
.soryo dt {
  position: relative;
  padding-left: 2%;
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-right: 10px;
  height: fit-content;
  background-color: #BC2C2C;
  color: #fff;
}
.soryo dt{
  font-size: 18px;
}
.soryo dt:nth-of-type(1){
    text-align: center;
}
.soryo dd {
  color: #222;
  width: 68%;
  line-height: 60px;
  padding-left: 10px;
}
.soryo dd:nth-of-type(1) {
  font-size: 25px;
  color: #BC2C2C;
}
.soryo dd:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 10px;
}

.soryo .kanbaiBox {
    color: #EBC378;
    font-size: 19px;
    margin-top: 20px;
    border: 1px solid #AF8F52;
    padding: 20px;
    position: relative;
    background-color: #0D0606;
}
.soryo .kanbaiBox span{
    font-size: 32px;
}
.soryo .kanbaiBox .big {
    font-size: 28px;
}
.soryo p {
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
.soryo p span {
  font-weight: 500;
}
.soryo dl + span.sp{
    font-size: 10px;
    text-align: left;
}
.soryo dd + span{
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}



#brgLimit + .soryo {
  margin-top: 80px;
}
#ichiran {
    padding: 10% 0 40px;
    margin: 0 auto;
    background-color: #49444A;
    background-image: url(../images_2026/bg_ichiran.jpg);
    background-repeat: no-repeat;
	background-size: cover;
    margin-top: -30px;
}
#ichiran h2 {
  font-size: 24px;
/*  margin-bottom: 10px;*/
  font-weight: 600;
	color: #fff;
    padding: 40px 0;
}
#ichiran .flex + h2 {
    padding-bottom: 20px;
}
#ichiran .flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#ichiran .flex div{
  margin: 5px;
  width: 49%;
}
/*#ichiran img {
    height: 150px;
    width: auto;
}*/
#ichiran a {
    display: block;
    font-size: 14px;
    text-align: center;
    background: #fff;
    line-height: 1.4;
    margin-top: 20px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4em;
    border-radius: 30px;
}
#ichiran .catalog a {
    background-image: url(../../images_2026/keitai.png);
    background-repeat: no-repeat;
    background-size: 1.4em;
    background-position: 10%;
}
#ichiran span.link {
    position: relative;
    display: block;
    width: 75%;
    margin-left: 25%;
}
#ichiran span::before {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}


/*　catalog
-----------------------------------------------------------------------------*/
#catalog {
    background-color: #FFF;
    /*padding: 40px 10px 24px;*/
    /*background-image: url(../images_2026/catalog_bg.svg);
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: bottom right;*/
}
#catalog .inner{
    padding: 8% 4% 16px;
    background-color: #fff;
}
#catalog h2 {
    margin-bottom: 16px;
    padding-bottom: 24px;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    line-height: 1.4em;
}
#catalog h2:after,
#catalog .flex a.btn:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-image: url(../images_2026/catalog_line.svg);
    background-size:cover;
}
#catalog .flex a.btn:after{
    bottom: -32px;
}
#catalog .flex {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#catalog .flex div {
    width: 100%;
	text-align: left;
	margin-bottom: 3%;
}
#catalog .flex div img{
/*    max-width: 214px;*/
    margin: 0 auto;
    display: block;
}
#catalog h3 {
    font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
    font-weight: bold;
}
#catalog p.gothic{
    font-size: 16px;
    font-weight: normal;
}
#catalog a{
    display: block;
        font-size: 18px;
        width: 100%;
        text-align: center;
        background: rgb(235, 184, 107);
        background: linear-gradient(0deg, rgba(159, 123, 69, 1) 0%, rgba(235, 184, 107, 1) 100%);
        border-bottom: 2px solid #73562a;
        color: #fff;
        line-height: 48px;
        margin: 8px 0 24px;
        position: relative;
}
#catalog span.link {
    position: relative;
    display: block;
}
#catalog span.link::before {
    position: absolute;
    right: 3%;
    top: 40%;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}
#catalog ul {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#catalog ul li {
    width: 49%;
    padding: 2% 2% 5%;
    background-color: #fff;
    margin-bottom: 5%;
}
#catalog ul li img{
	height: auto;
	width: 100%;
}
#catalog ul li h4 {
    font-size: 16px;
    margin: 10px 0 5px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 20px;
}
#catalog ul li p {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#catalog .btn_wrap{
	text-align: center;
}
#catalog .btn_wrap a:last-child{
    margin-bottom: 0;
}


/*　howto
-----------------------------------------------------------------------------*/

#howto{
  padding: 24px 0;
  /*background-image: url(../images_2026/otodoke_bg.svg);
  background-size: 90% auto;
  */
  background-color: #FDF4F6;
  background-repeat: no-repeat;
}

#howtoBox {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#howtoBox h2 {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto 25px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.4;
}
#howtoBox h2.howtotop {
  width: 50%!important;
}

.howtoContet {
    padding: 16px 4%;
    background-color: #eae6da;
    background-image: url(../images_2026/howtocont_bg.webp);
    background-size: cover;
}
#howto h2+p span.note {
    font-size: 12px;
}
.howtoContet h3 span {
  color: #b79551;
  font-size: 24px;
  font-weight: 600;
}
.howtoContet ul.howtoList .areaImg {
  width: 103px;
  display: block;
  box-sizing: border-box;
  margin: 8px auto;
}
.howtoContet p {
    font-size: 16px;
    padding: 0;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
}
.howtoContet p.areaTxt {
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
}
.howtoContet p.areaTxt .red{
    color: #BC2C2C;
}
.howtoContet p.small{
    font-size: 12px;
}
.howtoContet ul.howtoList {
  margin-bottom: 0px;
  margin-top: 24px;
}
.howtoContet ul.howtoList li {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 7%;
  font-weight: normal;
}
.howtoContet ul.howtoList li:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 20px;
    height: 10px;
    background: url(../images_2026/howto_arrow.svg) no-repeat;
    background-size: cover;
}
.howtoContet h3 {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    color: #BC2C2C;
}
.howtoContet .flex h3{
    color: #111;
    font-size: 25px;
    text-align: left;
}
.howtoContet h3 + p {
    font-size: 16px;
    text-align: left;
}
.howtoContet .left span {
    display: block;
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
    padding-left: 1em;
}
.howtoContet .left span:first-letter{
    margin-left: -1em;
}
.howtoContet .right {
    overflow: hidden;
    position: relative;
}
.howtoContet .point {
    background-color: #D7C8B3;
    border-radius: 115px;
    width: 230px;
    height: 230px;
    vertical-align: middle;
    padding-top: 13%;
	float: right;
    text-align: center;
}
.howtoContet .right img {
    height: auto;
    position: absolute;
    display: block;
    width: 41%;
    left: 0;
    bottom: 0;
}
.howtoContet .point h4{
    font-size: 20px;
	color: #111;
}
.howtoContet .point p {
    font-size: 16px;
	text-align: center;
	color: #111;
}
@media print, screen and (max-width: 320px) {

}
/*　guide
-----------------------------------------------------------------------------*/
#brgGuide h2 {
  margin-bottom: 0 !important;
}
#guide_warp {
  background: #FFF7E9;
  padding-bottom: 20px;
}
#guide {
  margin-top: 10px;
  text-align: left;
  color: #000;
  font-size: 1.0em;/*font-weight:600;*/
}
#guide.inner {
  width: 100%;
  padding: 0 3%;
}
#guide a {
  text-decoration: underline;
}
#guide a:hover {
  color: #999;
  text-decoration: underline;
}
#guide img {
  vertical-align: middle;
}
#guide p {
  margin-bottom: 0.5em;
}
#guide ul {
  margin-top: 1.5em;
  margin-bottom: 2em;
}
#guide p.time {
  font-weight: bold;
  font-size: 15px;
}
#guide .flt_l, #guide .flt_r {
  width: 100%;
}
#guide section {
  margin-bottom: 30px;
}
#guide h3 {
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 1px solid #fff; */
  padding: 11px 0 5px;
  margin-bottom: 10px;
  background: url("../images_2026/icon_hishi.png") no-repeat left 17px;
  background-size: 20px 19px;
  padding-left: 26px;
  border-bottom: 1px solid #b79551;
  color: #000;
}
#guide p {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  font-weight: normal;
}
#guide h4 {
  font-size: 16px;
  font-weight: bold;
  color: #AD8F53;
}

#guide table.post_office{
	width: 100%;
	margin-bottom: 20px;
}
#guide table.post_office th,
#guide table.post_office td{
	border:1px solid;
	text-align: center;
	vertical-align: middle;
}
#guide table.post_office span{
	font-size: 1.2em;
}
.bg_gray {
  background-color: #fff;
  padding: 15px 15px 5px;
  margin: 15px 0;
  color: #000;
}
.bg_white {
  background-color: #fff;
  margin: 10px 0;
  text-align: center;
  color: #000;
}
.area_tel {
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 90px 90px;
}
.area_tel p, .bg_gray p {
  color: #000!important;
}
.tel_num {
  line-height: 1.1;
  font-weight: bold;
}
.fax_num {
  line-height: 1.1;
  font-weight: normal;
}
span.tel_num img {
  width: 80%;
}
span.fax_num img {
  width: 60%;
}
span.fax_num span{
    font-size: 14px!important;
}
img.tel_mini {
  width: 50%;
}
.icon {
  position: relative;
  top: -0.1em;
  margin-right: 5px;
}
ul.icon {
  width: 100%;
}
.strong_red {
  color: #000;
  line-height: 1.4;
  font-size: 20px;
  font-weight: normal;
}
.strong_red-02 {
  color: #000;
  font-size: 14px;
  padding: 1px 5px;
  margin-left: 10px;
  display: block;
}
.f_green {
  color: #000;
}

/*　itemInfo
-----------------------------------------------------------------------------*/
#itemInfo02 {
    color: #000;
    text-align: left;
    display: block;
/*    padding: 3% 2% 10%;*/
}
#itemInfo02 .inner {
  margin: 0 auto;
  padding: 2% 3%;
  padding-top: 1%;
  padding-bottom: 3%;
  width: 100%;
  font-weight: normal;
    background-color: #ffffff;
}
#itemInfo02 h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
#itemInfo02 p.code {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 5% 0;
}
#itemInfo02 p.code span {
    font-size: 0.8em;
}
#itemInfo02 p.code rt {
    font-size: 10px;
}
#itemInfo02 .size {
  width: 76%;
  margin: 0 auto;
  max-width: 310px;
}
.itemInfoList {
  text-align: left;
  margin-bottom: 10px;
  margin-right: -1em;
}
.itemInfoList li {
  margin-right: 1em;
  text-indent: -1em;
  padding-left: 1em;
}
.pdfList {
  padding-top: 10px;
}
.pdfList li {
  margin: 5px 0;
  font-size: 13px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.pdfList a {
  color: #000;
  text-decoration: underline;
  /*pointer-events: none;*/
}

/*　detail
-----------------------------------------------------------------------------*/
#detail {
  margin-top: 40px;
  padding: 0 0px;
}
#detail.inner {
  padding: 0 4% 8%;
  max-width: 100%;
  background: url(../images_2026/kin_byoubu_right.png) no-repeat right bottom;
  background-size: 100% auto;
  text-align: center;
}
#detailBox {
  color: #fff;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  padding: 6% 4% 1%;
}
#detailBox h2 {
  margin-bottom: 5px;
}
.detailContet {
  padding: 0 0px;
}
.detailContet .btnOrder {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images_2026/detail_mainBottom2.png);
  background-size: contain;
  padding-top: 15%;
  padding-bottom: 5%;
  width: 100%;
}
#orderform {
  margin-left: 4%;
  margin-right: 4%;
  background-color: #fff;
  padding-top: 150px;
  margin-top: -150px;
  padding-bottom: 4%;
}
#orderform img {
  width: 100%;
}


/*　sliderItemWrap
-----------------------------------------------------------------------------*/
#sliderItemWrap {
    width: 100%;
    text-align: left;
    background-image: url(../images_2026/gold_bg03.jpg);
    background-size: 100% auto;
}
#sliderItemWrap h2 {
  padding-top: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #EF9A1B;
}
#sliderItemWrap .h2_sub {
  font-size: 17px;
  color: #fff;
  font-weight: normal;
}
#sliderItemWrap h2 span {
  font-size: 36px;
}
.sliderItem {
  /* text-align: left; */
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  margin-left: 0%;
  /* margin-right: auto; */
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.sliderItem img + p{
    font-size: 17px;
    text-align: left;
    font-weight: normal;
    padding: 20px;
}
#sliderItemWrap_top .sliderItem img + p{
    font-size: 12px;
    padding: 5px 20px;
    height: 80px;
}
.sliderItem div.souki{
        width: calc(100% - 20px);
        background-color: #BC2C2C;
        color: #fff;
        margin: 0 auto;
        font-weight: normal;
}
.sliderItem div.souki p.days{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.sliderItem div.souki .pc_flex{
    display: flex;
    justify-content: center;
        align-items: baseline;
}
#sliderItemWrap_top .sliderItem div.souki p.days{
    width: 100%;
}
#sliderItemWrap_top .sliderItem div.souki p.days br{
    display: none;
}
#sliderItemWrap_top .sliderItem div.souki p.minus{
    font-size: 14px;
    width: 100%;
}
#sliderItemWrap_top .sliderItem div.souki{
    display: flex;
    flex-wrap: wrap;
        align-items: flex-end;
    justify-content: center;
    padding: 5px 0;
}
.sliderItem div.souki p.souki_price1{
    font-size: 14px;
}
.sliderItem div.souki p.souki_price1 span{
    font-size: 22px;
}
.sliderItem div.souki p.souki_price2{
        font-size: 16px;
}
.sliderItem div.souki p.souki_price2 span{
    font-size: 30px;
}
#sliderItemWrap_top .sliderItem div.souki p.souki_price2 span{
    font-size: 20px;
}
.sliderItem div.souki p.minus{
        font-size: 17px;
            font-weight: normal;
}
.sliderItem ul.tags,
.detail2 ul.tags{
        height: auto;
        display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    width: calc(100% - 40px);
    margin: 10px auto;
}
.sliderItem ul.tags li,
.detail2 ul.tags li{
font-size: 14px;
    color: #fff;
    padding: 0 5px;
    height: 26px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: normal;
    text-align: left;
}
#sliderItemWrap_top .sliderItem ul.tags li{
    font-size: 12px;
    height: auto;
}
#sliderItemWrap_top .sliderItem ul.tags li span{
    font-size: 14px;
}
.sliderItem ul.tags li span,
.detail2 ul.tags li span{
  font-size: 17px;
}
.sliderItem ul.tags li.tag01,
.detail2 ul.tags li.tag01{
  background-color: #9F7B45;
}
.sliderItem ul.tags li.tag02,
.detail2 ul.tags li.tag02{
  background-color: #2B530C;
}
.sliderItem ul.tags li.tag03,
.detail2 ul.tags li.tag03{
  height: 54px;
  background-color: #262163;
  width:fit-content;
}
.sliderItem ul.tags li.tag04,
.detail2 ul.tags li.tag04{
  background-color: #B01F26;
}
.sliderItem ul.tags li.tag05,
.detail2 ul.tags li.tag05{
  background-color: #BC2C2C;
}


.sliderItem div.box {
  display:block;
  /*width: 100%;*/
  width: 48%;
  margin-right: 4%;
  text-align: center;
  background: #fff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.sliderItem div.box:nth-child(even){
  margin-right: 0;
}
.sliderItem .slick-slide {
  margin: 0 10px 0 20px;
}
.sliderItem a {
  display: block;
  color: #000;
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sliderItem a:hover img {
  transition: 0.4s;
}
.sliderItem a:hover img {
  opacity: 0.8;
}
.sliderItem .title {
    z-index: 2;
    display: flex;
    align-items: flex-start;
}
.sliderItem .number {
    display: block;
    width: 54px;
    height: 54px;
    background-color: #93A4A8;
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-right: 10px;
    border-radius: 0 8px 0 8px;
}
.sliderItem h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 1;
    width: calc( 100% - 40px );
	margin-top: 5px;
	min-height: 46px;
}
.sliderItem h3.new{
  background-image: url(../../images_2026/new_icon.png);
  background-position: right 10px top;
  background-repeat: no-repeat;
  background-size: 52px;
}
.sliderItem h3 span {
  font-size: 14px;
}
.sliderItem h3 rt {
    /* display: none; */
    font-size: 8px;
}
.sliderItem .sub {
    text-align: left;
    line-height: 1.4;
    font-size: 10px;
    margin: 0 5px;
}
.sliderItem .sub02 {
    text-align: left;
    line-height: 1.4;
    font-size: 10px;
    display: block;
    margin-top: 0px;
    margin-left: 34px;
}
.sliderItem .sub03 {
    font-size: 18px;
}
.sliderItem .hokkai .sub03 {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
.sliderItem .hokkai .set {
    top: 54px;
}
#sliderItemWrap_top .sliderItem .hokkai .set {
    top: 67px;
}
#sliderItemWrap .sliderItem .yofu h3, #sliderItemWrap .sliderItem .hokkai h3{
    font-size: 14px;
}
.sliderItem .sub br{
	display: none;
}
.sliderItem .set {
    color: #fff;
    background-color: #BC2C2C;
    font-size: 14px;
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 2;
    width: 64px;
    height: 64px;
    padding-top: 3px;
    z-index: 3;
    line-height: 1.2;
    font-weight: normal;
}
.sliderItem .set span {
  font-size: 18px;
  line-height: 1;
	display: block;
}
.sliderItem .set span.txt_set{
    font-size: 10px;
    padding-top: 1px;
}
.sliderItem img {
    text-align: center;
    margin: 0 auto 0;
    height: auto;
    width: 100%;
}
.sliderItem .areaTxt {
  padding: 0 3%;
  width: 100%;
}
.sliderItem .areaTxt .price {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: right;
/*  display: none;*/
}
.sliderItem .areaTxt .price span {
  font-size: 28px;
}
.sliderItem .areaTxt .benefits {
  font-size: 10px;
  color: #fff;
  display: block;
  background: #E10C14;
  width: 96%;
  margin: 0 auto 10px;
  padding: 3%;
}
.sliderItem .flex {
    display: flex;
	flex-wrap: wrap;
    text-align: left;
    justify-content: center;
    align-items: flex-end;
}
.sliderItem .areaTxt .benefits .line-through {
  text-decoration: line-through;
}
.sliderItem .areaTxt .benefits .big {
  font-size: 18px;
  line-height: 1;
}
.sliderItem .areaTxt .benefits .flex div:first-of-type .tax {
    font-size: 0.8em;
}
.sliderItem .areaTxt .benefits .discount {
    text-align: right;
    display: block;
    margin-right: 1em;
}
.sliderItem .areaTxt ul {
  width: 96%;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  margin: 0 auto 10px;
  align-items: center;
}
.sliderItem .areaTxt ul li {
  display: inline-block;
  padding: 2% 0 1%;
  border: 1px solid;
  font-size: 12px;
  position: relative;
  width: 48%;
  padding-left: 8%;
}
.sliderItem .areaTxt ul li:nth-child(1)::before, .sliderItem .areaTxt ul li:nth-child(2)::before {
  content: "";
  display: block;
  background-image: url(../../images_2026/icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 5%;
  top: 4px;
}
.sliderItem .areaTxt ul li:nth-child(2)::before {
  background-image: url(../../images_2026/icon03.png);
}
.sliderItem .size {
  font-size: 10px;
}
.sliderItem .btn {
  
  margin: 0 auto;
  width: calc(100% - 20px);
}
.sliderItem a.zoom {
    position: relative;
    z-index: 2;
}
.sliderItem .accBtn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 2%;
    top: 78%;
}
.sliderItem .accBtn img {
    margin: 0;
}
#sliderItemWrap .bnr {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 30px;
}
#sliderItemWrap .bnr a {
    margin-bottom: 2%;
    display: inline-block;
}
.sliderItem a.link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.sliderItem .z-menu h3 {
    font-size: 10px;
}
.sliderItem .kita h3 {
    font-size: 13px;
}
.sliderItem .kita h3 .sub {
    margin: 0;
}
.sliderItem .z-sugar.z-menu h3 span {
    margin: 0;
}

/*　soldout
-----------------------------------------------------------------------------*/
.sliderItem div.box img.soldout {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 25%;
	max-width: 80%;
}
#sliderItemWrap_top .sliderItem div.box img.soldout {
    top: 15%;
}
#wrap.detail #mainImg img.soldout {
    position: absolute;
    z-index: 3;
    width: 60%;
    height: auto;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
}
#wrap.detail .order.soldout_btn, a.order.soldout_btn{
	pointer-events: none;
	background-color: transparent;
}
#wrap.detail #mainImg div.detail a.order.soldout_btn img,a.order.soldout_btn img {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
#sliderItemWrap_top .sliderItem .box.ema h3 span.small,
#sliderItemWrap_top .sliderItem .box.emanidan h3 span.small{
    display: inline-block;
}
/*#sliderItemLink .sliderItem .areaTxt .price{
    display: none;
}*/
#sliderItemLink #sliderItemWrap .sliderItem .box.ema h3 span.small,
#sliderItemLink #sliderItemWrap .sliderItem .box.emanidan h3 span.small{
    display: inline-block;
    padding-right: 5px;
}

#sliderItemWrap_top .sliderItem h3 span.small{
    display: block;
}


@media screen and (max-width: 320px) {
.set {
  font-size: 0.9em;
}
}



@media print, screen and (min-width: 600px) {
.howtoContet p {
  font-size: 24px;
}
.howtoContet p.areaTxt {
  font-size: 22px;
}
.howtoContet ul.howtoList li {
  margin-bottom: 40px;
}
.howtoContet ul.howtoList li:not(:last-child):after {
  bottom: -15px;
}
.howtoContet ul.note_list li {
  font-size: 18px;
}
#guide h3 {
  font-size: 24px;
  background: url(../images_2026/icon_hishi.png) no-repeat left 16px;
  background-size: 30px 26px;
}
#guide p {
  font-size: 20px;
}
#guide h4 {
  font-size: 20px;
}
#guide ul.note_list {
  font-size: 14px;
  font-weight: bold;
}
.strong_red-02 {
  font-size: 18px;
}
#guide p.time {
  font-size: 20px;
}
.strong_red {
  font-size: 36px;
}
span.tel_num img {
  width: 50%;
}
span.fax_num img {
  width: 40%;
}
img.tel_mini {
  width: 30%;
}
#itemList li .ttl {
  font-size: 18px;
}
#itemList li .areaTxt {
  font-size: 16px;
}
.ippinList li .ttl {
  font-size: 20px;
}
.ippinList li .areaTxt {
  font-size: 18px;
}
.ojyuHaichi {
  font-size: 20px;
}
.ojyuBox .txt {
  font-size: 18px;
}
#sliderItemWrap h2 {
  background: url(../images_2026/icon_maru.png) no-repeat left 13px;
  padding: 4px 0px 10px 28px;
  font-size: 28px;
  background-size: 24px 24px;
}
}


/***********200109 販売終了*************/
/*#topImg .soldout_message {
  width: 90%;
  height: 300px;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  z-index: 200;
  margin: auto;
  text-align: center;
  font-weight: 100;
}
#topImg {
  position: relative;
  display: block;
}
#topImg .soldout_message p {
  border: 2px solid #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6em;
}*/
/***********200109 販売終了*************/
#content .detail2 {
    padding: 10% 0 10px;
    /*background-color: #fff;
    background-image: url(../images_2026/bg_enjoy01.png), url(../images_2026/bg_enjoy01.png);*/
    /*background-position: right top 27%;
    background-repeat: no-repeat, no-repeat;*/
}
#content .detail2 .inner {
  position: relative!important;
  padding-bottom: 3%;
  background: #fff;
  width: 96%;
  text-align: left;
  border: 1px solid #ccc;
}
#content .detail2 .inner img {
  padding-top: 14%;
  position: relative;
  z-index: 1;
}
#content .detail2 .inner a img{
    padding-top: 0;
    display: block;
    margin: 0 auto;
}
#content .detail2 .inner .flex p.set {
    font-size: 14px;
    position: absolute;
    top: 3%;
    left: 3%;
    right: auto;
    z-index: 2;
    font-weight: normal;
    width: 72px;
    height: 72px;
    padding-top: 13px;
}
#content .detail2 .inner .flex div {
    margin-bottom: 10px;
}
#content .detail2 .inner .flex p.set span {
    font-size: 20px;
    display: block;
}
#content .detail2 .inner .flex h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  color: #333;
  text-align: left;
  margin: 0;
}
#content .detail2 .inner .flex h3 rt {
    font-size: 14px;
}
#content .detail2 .inner .flex h3+span {
  font-size: 18px;
  display: block;
  text-align: left;
}
#content .detail2 .inner .flex h3 span {
    font-size: 18px;
    display: block;
    line-height: 2;
}
#content .detail2 .inner .flex span {
  font-size: 18px;
}
#content .detail2 .inner .flex ul {
  margin-bottom: 10px;
  text-align: left;
}
#content .detail2 .inner .flex ul li {
/*  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  font-size: 18px;
  position: relative;
	margin-bottom: 2%;*/
    height: 25px;
}
#content .detail2 .inner .flex p {
  font-size: 14px;
}
#content .detail2 .inner .flex .price {
  font-size: 14px;
  text-align: right;
}
#content .detail2 .inner .flex .price .big {
  font-size: 32px;
}
#content .detail2 .inner .border {
  align-items: center;
  border-top: 1px solid #111;
  position: relative;
  padding: 20px 0;
  margin-top: 20px;
}
#content .detail2 .inner .flex .gentei {
    display: block;
    color: #b79551;
    font-size: 17px;
    text-align: left;
    padding-top: 24px;
    padding-left: 3%;
    line-height: 1.2;
}
#content .detail2 .inner .flex .gentei span {
  font-size: 26px;
}
#content .detail2 .inner .border p {
  font-size: 20px;
  margin: 0 0 5%;
  font-weight:bold;
  text-align: center;
  display: block;
  color: #B01F26;
}
#content .detail2 .inner .border p em {
  display: block;
  font-style: normal;
  margin-top: 3px;
  color: #111111;
  font-size: 14px;
  font-family: YakuHanJP, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, Meiryo, メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;

}
#content .detail2 .inner .border p span.bk{
    background-color: #BC2C2C;
    color: #fff;
    font-size: 12px;
    width: fit-content;
    display: block;
    margin: 8px auto;
    padding: 1px 4px;
}
#content .detail2 .inner .border p span.gothic {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #111;
  font-weight: normal;
}
.detail2 .btn {
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center!important;
  margin-top: -28%;
}

/**********20201029追記　完売処理***********/

#mainImg .btnOrder.sold p.btn img.soldout {
  width: 45%;
}
.detail2 .inner p.btn.sold img.soldout {
  width: 33%;
}


/**********20201029追記　完売処理***********/

/**20221101完売対応**/
.sliderItem img.kanbai{
  position: absolute;
    top: 180px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    z-index: 10;
    width: 176px;
}
.slick-dots{
    /*border: 1px solid #111;
    height: 12px;*/

}
.slick-dots li{
        width: calc(100% / 17)!important;
    margin: 0!important;
    height: 8px!important;
    vertical-align: top;
}
.slick-dots li button{
    margin: 0!important;
    border: none!important;
    width: auto!important;
    height: 8px!important;
}
.slick-dots li button:before{
    border-radius: 0!important;
    width: 100%!important;
    border: none!important;
    height: 8px!important;
}
.slick-dotted.slick-slider{
    padding-bottom: 120px;
}
.slick-dots{
    bottom: 100px!important;
}
.slick-prev, .slick-next{
    bottom: 50px!important;
}
.slick-next{
    right: 50px!important;
}
.slick-prev{
    left: 50px!important;
}
iframe{
    max-width: 100%;
    height: 180px;
}
#ulAiWidget iframe{
    min-height: 500px;
    height: inherit;
}
#sliderItemLink #sliderItemWrap .sliderItem .box h3{
    font-size: 22px;
}
#sliderItemLink #sliderItemWrap .sliderItem .sub{
    color: #808080;
    font-size: 13px;
    display: block;
    font-weight: normal;
    margin: 0;
    padding-top: 5px;
}
#sliderItemLink #sliderItemWrap .sliderItem h3 span.small{
    font-size: 12px;
    display: block;
    margin: 0;
    padding-bottom: 3px;
}
#sliderItemLink #sliderItemWrap .sliderItem .title{
    min-height: 80px;
}
#sliderItemLink #sliderItemWrap .sliderItem .set{
    top: 80px;
    padding-top: 10px;
}
#sliderItemLink #sliderItemWrap .sliderItem img + p{
    font-size: 16px;
    padding: 12px;
}
#sliderItemLink #sliderItemWrap .sliderItem div.souki p.days{
    font-size: 13px;
    font-weight: normal;
}
#sliderItemLink #sliderItemWrap .sliderItem div.souki{
    padding: 8px 10px;
}
#sliderItemLink #sliderItemWrap .sliderItem ul.tags{
    width: calc(100% - 10px);
    align-content: flex-start;
}
#sliderItemLink #sliderItemWrap .sliderItem ul.tags li{
    font-size: 13px;
    height: auto;
}
#sliderItemLink #sliderItemWrap .sliderItem ul.tags li span{
    font-size: 14px;
}
#sliderItemLink #sliderItemWrap .sliderItem .z-countdown h3,
#sliderItemLink #sliderItemWrap .sliderItem .chuka h3{
    font-size:18px;
    letter-spacing: -0.01em;
}
#sliderItemLink #sliderItemWrap .sliderItem .hokkai h3{
    font-size:16px;
    letter-spacing: -0.02em;
}
#sliderItemLink #sliderItemWrap .sliderItem .yofu h3{
    font-size:15px;
    letter-spacing: -0.08em;
}
#sliderItemLink #sliderItemWrap .sliderItem .z-sugar h3{
    font-size:15px;
    letter-spacing: -0.15em;
}
#sliderItemLink #sliderItemWrap .sliderItem .z-countdown h3 span.small,
#sliderItemLink #sliderItemWrap .sliderItem .z-hinode h3 span.small{
    font-size: 10px;
    letter-spacing: -0.04em;
}
#sliderItemLink #sliderItemWrap .sliderItem .z-sugar h3 span.small{
    font-size: 10px;
    letter-spacing: -0.04em;
}
#sliderItemLink #sliderItemWrap .sliderItem .kitanomiyabi h3 .sub{
    font-size: 11px;
}
#sliderItemLink #sliderItemWrap .sliderItem .areaTxt{
    padding: 0 10px;
}
#sliderItemLink #sliderItemWrap .sliderItem .number{
    margin-right: 5px;
} 

.detail02.gothic ul.tags,
#itemInfo02 ul.tags {
    width: 100%;
    margin: 2% 0 6%;
    /*text-align: center;*/
}
.detail02.gothic ul.tags li,
#itemInfo02 ul.tags li{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: relative;
    width: auto;
    text-align: center;
    padding-left: 1em;
    background: #9F7B45;
    padding: 0 4px;
    font-weight: normal;
    line-height: 18px;
}
#itemInfo02 ul.tags li{
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 3px;
}
.detail02.gothic ul.tags li span,
#itemInfo02 ul.tags li span{
    font-size: 15px;
    font-weight: bold;

}
#itemInfo02 ul.tags li.tag02{
    background-color: #2A4720;
}
#itemInfo02 ul.tags li.tag03{
    background-color: #032237;
}
#itemInfo02 ul.tags li.tag05{
        background-color: #BC2C2C;
}
.bg_oju{
    background-image: url(../images_2026/bg_oju.webp);
}

.ojyuBox .flt .flt_r{
/*    display: flex;
    justify-content: center;
    flex-direction: row-reverse;*/
}
.bg_bk{
    background-image: url(../images_2026/bg_detail_red.webp);
}
.detail2 p.set:after{
    top: 1px;
    left: 1px;
}
#content .detail2 .inner .flex h3 span.small{
    font-size: 24px;
}