@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Helvetica", sans-serif;
  color: #000;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
  -webkit-text-size-adjust: none;
}

/*------- for body layout -----------*/

/* chromeの画像ボケ解消 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* ---------------------------------------------------- MENU */

/* for mobile */
@media only screen and (min-width: 0px) and (max-width: 1150px) {
  .right_tab {
    /* for store */
    position: fixed;
    top: 83px;
    right: 0;
    width: 223px;
    z-index: 2;
  }

  body {
    font-size: 26px;
    line-height: 180%;
  }

  #logo {
    display: none;
  }

  #gengo {
    z-index: 999999;
    position: fixed;
    top: 21px;
    right: 20px;
    color: #fff;
  }

  h1 {
    color: #333;
    margin: 40px 0px;
    font-size: 150%;
    font-weight: 500;
  }
  h2 {
    color: #333;
    margin: 40px 0px;
    font-size: 150%;
    font-weight: 500;
  }
  h3 {
    color: #333;
    margin: 15px 0px;
    font-size: 150%;
    font-weight: 500;
  }
  h4 {
    color: #000;
    margin: 5px;
    font-size: 120%;
  }
}

/* for desktop */
@media only screen and (min-width: 1151px) {
  .right_tab {
    /* for store */
    position: fixed;
    top: 63px;
    right: 0;
    width: 223px;
    z-index: 2;
  }

  body {
    font-size: 19px;
    line-height: 200%;
  }

  #logo {
    position: absolute;
    top: 11px;
    left: 35px;
  }

  #gengo {
    position: absolute;
    top: 16px;
    right: 35px;
    color: #fff;
  }

  h1 {
    color: #333;
    margin: 30px 0px;
    font-size: 190%;
    font-weight: 500;
  }
  h2 {
    color: #333;
    margin: 30px 0px;
    font-size: 190%;
    font-weight: 500;
  }
  h3 {
    color: #333;
    margin: 15px 0px;
    font-size: 150%;
    font-weight: 500;
  }
  h4 {
    color: #000;
    margin: 5px;
    font-size: 120%;
  }

  header {
    display: table;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 64px;
    color: #fff;
    background: #000;
  }

  nav {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 64px;
    width: 804px;
    margin: 0 auto;
  }

  nav ul {
    padding: 0;
    margin: 0;
  }

  nav li {
    display: inline;
    list-style-type: none;
    overflow: hidden;
  }

  nav li a {
    height: 64px;
    display: block;
    float: left;
    text-indent: -9877em;
    text-decoration: none;
    overflow: hidden;
  }

  /*------off*/
  nav li.menu1 a {
    background: url(../images/common/menu.png) no-repeat 0px 0px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu2 a {
    background: url(../images/common/menu.png) no-repeat -134px 0px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu3 a {
    background: url(../images/common/menu.png) no-repeat -268px 0px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu4 a {
    background: url(../images/common/menu.png) no-repeat -402px 0px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu5 a {
    background: url(../images/common/menu.png) no-repeat -536px 0px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu6 a {
    background: url(../images/common/menu.png) no-repeat -670px 0px;
    background-size: 804px 192px;
    width: 134px;
  }

  /*------hover*/
  nav li.menu1 a:hover {
    background: url(../images/common/menu.png) no-repeat 0px -64px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu2 a:hover {
    background: url(../images/common/menu.png) no-repeat -134px -64px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu3 a:hover {
    background: url(../images/common/menu.png) no-repeat -268px -64px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu4 a:hover {
    background: url(../images/common/menu.png) no-repeat -402px -64px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu5 a:hover {
    background: url(../images/common/menu.png) no-repeat -536px -64px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu6 a:hover {
    background: url(../images/common/menu.png) no-repeat -670px -64px;
    background-size: 804px 192px;
    width: 134px;
  }

  /*------on*/
  nav li.menu1_on a {
    background: url(../images/common/menu.png) no-repeat 0px -128px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu2_on a {
    background: url(../images/common/menu.png) no-repeat -134px -128px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu3_on a {
    background: url(../images/common/menu.png) no-repeat -268px -128px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu4_on a {
    background: url(../images/common/menu.png) no-repeat -402px -128px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu5_on a {
    background: url(../images/common/menu.png) no-repeat -536px -128px;
    background-size: 804px 192px;
    width: 134px;
  }
  nav li.menu6_on a {
    background: url(../images/common/menu.png) no-repeat -670px -128px;
    background-size: 804px 192px;
    width: 134px;
  }
}
/* end of for desktop */

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

p {
  margin: 10px 0;
  padding: 0;
}

hr {
  margin: -5px;
  height: 0px;
  border: 0px;
  border-top: 2px dotted #999;
}

b,
th {
  font-weight: 500;
}

/* ---------------------------------------------------- */
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #9c0505;
}

a.ll {
  text-decoration: underline;
  color: #1e50a2;
}
a:hover.ll {
  text-decoration: underline;
  color: #e83929;
}

a.hanten {
  background-color: #333;
  color: #fff;
}
a:hover.hanten {
  background-color: #9c0505;
  color: #fff;
}

/* ---------------------------------------------------- */
img {
  border: none;
}

/* ---------------------------------------------------- Class */
.sage {
  margin: 0px 0px 0px 20px;
}

.border {
  border-bottom: 2px solid #ddd;
}

.koiborder {
  border-bottom: 2px solid #333;
}

.border_radius {
  border-radius: 5px;
}

.setsumei {
  color: #1e50a2;
  line-height: 150%;
  font-size: 90%;
}

.popuptitle {
  background-color: #000;
  color: #fbfaf5;
  font-size: 140%;
  font-weight: 500;
}

.products_text {
  margin: 0px 15px;
}

.note {
  margin-bottom: 30px;
  padding: 5px 15px;
  width: 650px;
  background-color: #ddd;
  border-radius: 5px;
}

.button {
  margin: 0px auto;
  width: 350px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.button2 {
  margin: 20px auto;
  width: 220px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: 400;
  background-color: #052b46;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.button2:hover {
  color: #fff;
  background-color: #0a578f;
}

.base {
  margin: 10px -10px;
  padding: 10px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.spec {
  font-size: 80%;
  line-height: 150%;
}

.pankuzu{
  text-align: left;
	margin:10px 0 30px;
	font-weight:400;
}

.pankuzu span{
	margin:0 15px;
}

/* for mobile */
@media only screen and (min-width: 0px) and (max-width: 1150px) {
  .title {
    text-align: left;
    margin: 50px 0;
  }

  .button3 {
    margin: 20px auto;
    width: 250px;
    font-size: 90%;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 3px;
    color: #fff;
    background-color: #052b46;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .button3:hover {
    color: #fff;
    background-color: #0a578f;
  }

  .guide {
    font-size: 80%;
    line-height: 150%;
  }
}
/* for desktop */
@media only screen and (min-width: 1151px) {
  .br_for_mobile {
    display: none;
  }
  .title {
    text-align: left;
    margin: 50px 0 50px -25px;
  }
  .button3 {
    margin: 20px auto;
    width: 200px;
    font-size: 100%;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 3px;
    color: #fff;
    background-color: #052b46;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .button3:hover {
    color: #fff;
    background-color: #0a578f;
  }

  .guide {
    font-size: 100%;
    line-height: 150%;
  }
}
/* ---------------------------------------------------- footer */

#footer,
#footer_e {
  width: 100%;
  text-align: center;
  color: #000;
  background: #ddd;
  font-size: 90%;
}

/* ----------- stylized ----------- */

input.write {
  font-size: 120%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999;
  width: 550px;
  margin: 0px 18px 0px;
  padding: 3px 0 2px 5px;
  background: #fbfbfb;
}

input.conf {
  font-size: 110%;
  border: none;
  width: 200px;
  margin: 0px 15px 0px;
  padding: 3px 0 2px 8px;
  background: #fff;
}

input.zip {
  font-size: 120%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #999;
  margin: 0px 15px 0px;
  padding: 3px 0 2px 5px;
  background: #fbfbfb;
}

select.write {
  font-size: 110%;
  border: 1px solid #999;
  margin: 0px 15px 10px;
  padding: 2px;
  background: #fbfbfb;
}

textarea {
  font: 17px Meiryo, arial, helvetica, clean, sans-serif;
}

textarea.write {
  font-size: 110%;
  width: 550px;
  border: solid 1px #999;
  margin: 0px 15px 10px;
  padding: 5px;
  background: #fbfbfb;
}

textarea.conf {
  width: 300px;
  border: none;
  margin: 0px 15px 0px;
  padding: 3px;
  background: #fff;
}

.contact_form ul {
  width: 680px;
  list-style-type: none;
  list-style-position: outside;
  margin: 0px auto;
  padding: 30px 0px;
  background-color: #eee;
  border-radius: 8px;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.contact_form li {
  padding: 15px 35px 20px;
  position: relative;
}

.contact_form label {
  text-align: left;
  width: 140px;
  margin: 3px 10px;
}

.contactborder {
  width: 650px;
  margin: 50px auto;
  padding: 15px;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  text-align: left;
}

/* store----------------------------------------- */

.store_select {
  -webkit-appearance: button;
  appearance: button;
  width: 400px;
  height: 45px;
  padding: 5px;
  text-align: center;
  font-size: 100%;
  background-color: #fbfbfb;
  border: 1px solid #888;
  margin-left: 10px;
  color: #000;
}
.store_select option {
  padding: 0px 0;
  color: #000;
  font-size: 110%;
}

.store_input {
  width: 70px;
  text-align: right;
  font-size: 110%;
  background-color: #fbfbfb;
  border: 1px solid #888;
  margin-left: 10px;
  color: #000;
}
.store_radio {
  font-size: 110%;
  margin-left: 10px;
  color: #000;
}
.radio + .radio_image {
  padding: 8px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.radio:hover + .radio_image {
  padding: 8px;
  background-color: #e4f7ff;
  border-radius: 5px;
}

.radio:checked + .radio_image {
  padding: 8px;
  background-color: #c4edff;
  border-radius: 5px;
}

.store_button {
  margin: 0 auto;
  padding: 5px 20px;
  cursor: pointer;
  text-align: center;
  background-color: #fbfbfb;
  border: 1px solid #888;
}

.store_iteminfo {
  text-align: center;
  margin-top: 100px;
}
.store_iteminfo .txt {
  width: 540px;
  margin: 30px auto;
  text-align: left;
}

.store_pricecard {
  width: 500px;
  margin: 40px auto 20px;
  padding: 20px;
  text-align: center;
  background-color: #fcfcfc;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}

.store_pricecard .name {
  font-weight: 500;
}

.store_pricecard .price {
  font-weight: 400;
  padding: 15px;
  font-size: 100%;
}

.store_pricecard .nouki {
  font-size: 90%;
}

.store_pricecard a {
  margin-top: 30px;
}

.zeikomi {
  font-weight: 300;
  font-size: 70%;
  margin-left: 5px;
}

.store_cartin {
  padding: 10px 40px;
  margin-top: 30px;
  cursor: pointer;
  border: none;
  background: transparent;
}

.store_price {
  font-weight: 400;
  padding: 15px;
  font-size: 100%;
  border: none;
}

a.store_nouki {
  background-color: #333;
  color: #fff;
  margin-left: 10px;
  font-size: 80%;
  padding: 3px;
}

a:hover.store_nouki {
  background-color: #9c0505;
  color: #fff;
}

/* ---------------------------------------------------- */
/* for mobile */
@media only screen and (min-width: 0px) and (max-width: 1150px) {
  .store_nav {
    font-size: 150%;
    color: #1f1f1f;
    margin: 15px 0 0 0;
  }
  .store_nav_j {
    font-size: 90%;
    color: #1f1f1f;
    margin: 0 0 15px 0;
  }
  .store_value_j {
    color: #1f1f1f;
    font-size: 100%;
  }
  .store_product_copy {
    width: 700px;
    font-weight: 400;
    font-size: 150%;
    text-align: left;
    border-bottom: 2px dotted #999;
    margin: 150px auto 30px;
  }
  .store_state {
    width: 700px;
    border-bottom: 2px dotted #999;
    margin: 0 auto 50px;
    font-size: 70%;
    height: 80px;
  }
}

/* for desktop */
@media only screen and (min-width: 1151px) {
  .store_nav {
    text-align: right;
    font-size: 180%;
    color: #1f1f1f;
    margin: 15px 0 0 0;
  }
  .store_nav_j {
    text-align: right;
    font-size: 100%;
    color: #1f1f1f;
    margin: 0 0 15px 0;
  }
  .store_value_j {
    text-align: right;
    color: #1f1f1f;
    font-size: 120%;
  }
  .store_product_copy {
    width: 700px;
    font-weight: 400;
    font-size: 170%;
    text-align: left;
    border-bottom: 2px dotted #999;
    margin: 150px auto 50px;
  }
  .store_state {
    width: 700px;
    border-bottom: 1px dotted #999;
    margin: 0 auto 50px;
    font-size: 100%;
    height: 60px;
  }
}

.store_product_pics {
  float: left;
  width: 400px;
  padding-top: 20px;
  padding-right: 50px;
  text-align: left;
}
.store_product_pics_cap {
  line-height: 150%;
  width: 400px;
  margin: 0 auto 20px;
  text-align: center;
}
.store_product_text {
  float: right;
  width: 350px;
  text-align: left;
  font-size: 110%;
}
.store_product_title {
  font-size: 150%;
  margin-bottom: 5px;
}

.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  max-width: 650px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 80%;
}
.letter:before,
.letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

.pagetop {
  height: 65px;
  width: 65px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: #fff;
  border: solid 3px #555;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 2px 4px 6px rgb(0 0 0 / 30%);
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #555;
  border-right: 3px solid #555;
  transform: translateY(20%) rotate(-45deg);
}

.obi {
  width: 100%;
  background-color: #f0f0f0;
  font-size: 120%;
  font-weight: 500;
  color: #1e50a2;
  margin: 80px auto 20px;
  padding: 10px;
  border-radius: 3px;
}

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

.seltabwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 100px;
}

.seltab {
  margin-top: 10px;
  margin-bottom: 50px;
  width: 320px;
  display: block;
  line-height: 100%;
  text-align: center;
  background-color: #f6f6f2;
  border-radius: 3px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.seltab .name {
  width: 310px;
  height: 40px;
  text-align: left;
  font-weight: 300;
  font-size: 26px;
  padding-top: 20px;
  padding-left: 10px;
}

.seltab img {
  margin: 10px 0px 0px;
  width: 300px;
  height: 200px;
  border-radius: 3px;
}

.seltab .memo {
  margin: 0px;
  width: 310px;
  height: 30px;
  text-align: left;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 10px;
}

.seltab .price {
  margin: 0px;
  width: 310px;
  height: 40px;
  text-align: right;
  font-weight: 400;
  font-size: 20px;
  padding-right: 10px;
}

.seltab .tipstitle {
  margin: 0px;
  width: 300px;
  height: 50px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  padding: 10px;
}

/* for mobile */
@media only screen and (min-width: 0px) and (max-width: 1150px) {
  .seltab .name {
    font-size: 28px;
  }
  .seltab .memo {
    font-size: 21px;
  }
  .seltab .tipstitle {
    height: 65px;
    font-size: 22px;
  }
}

.seltab:hover {
  color: #000;
  transform: scale(1.01);
}

.concierge_text {
  margin: 20px 30px 40px;
  text-align: left;
}

/* ---------------------------------------------------- */
.matome {
  border: solid 2px #ffb03f;
  padding: 0 1em 0.5em 2.3em;
  position: relative;
}

.matome li {
  line-height: 1.5;
  padding: 1em 0;
  list-style-type: none !important;
}

.matome li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 1em;
  color: #ffb03f;
}

.QQ {
  position: relative;
  left:0;
  display: inline-block;
  width: 90%;
  margin-left: 16px;
  padding: 16px;
  border-radius: 20px;
  background-color: #def1da;
  text-align: left;
  font-weight: 400;
  color: #333;
  margin-bottom:50px;
}

.QQ::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: transparent #def1da transparent transparent;
  translate: -100% calc(-50% + 0.4px);
  transform: skew(0, -10deg);
  transform-origin: right;
}
.AA {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
  display: inline-block;
  width: 90%;
  margin-right: 16px;
  padding: 16px;
  border-radius: 20px;
  background-color: #f0e4cc;
  text-align: left;
  font-weight: 400;
  color: #333;
  margin-bottom:50px;
}

.AA::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  border-style: solid;
  border-width: 16px 0 0 16px;
  border-color: transparent transparent transparent #f0e4cc;
  translate: 100% calc(-50% + 0.4px);
  transform: skew(0, -10deg);
  transform-origin: left;
}