@charset 'utf-8';
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
html,
body {
  height: 100%;
}
body {
  font-size: 75%;
  line-height: 2;

  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  color: #333;
  background-image: url("../img/bkgr03.png");
}

ol,
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.color1 {
  color: #990000;
}

#wrapper {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 90px;
  background-image: url("../img/bkgr03.png");
  z-index: 99;
}
h1 {
  padding-left: 12px;
  font-family: "Berkshire Swash", cursive;
  font-size: 3em;
  line-height: 90px;
  height: 90px;
}
h1 a {
  color: #333;
  text-decoration: none;
}
h1 a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

h1 img {
  height: 71px;
  margin-top: 7px;
}

.terms {
  position: absolute;
  top: 0;
  right: 0;
}
.contact {
  position: absolute;
  top: 0;
  right: 80px;
}
.info {
  font-size: 1em;
  width: 250px;
  height: 90px;
  text-align: center;
}
.info ul {
  padding: 12px 0;
}
.info li {
  padding: 0 0 7px 0;
  line-height: 1;
}
.info a {
  color: #333;
  text-decoration: none;
}
.info a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

/* 電話番号*/

.tel {
  font-size: 25px;
  font-weight: bold;
}

.tel a i {
  margin-right: 5px;
}

.sptel-text {
  display: none;
}

.info {
  float: right;
  margin-right: 20px;
  text-align: right;
  color: black;
}

.open {
  font-size: 15px;
  margin-top: -10px;
}

.wrapper {
  float: right;
  width: 100%;
  margin-top: 90px;
  margin-left: -200px;
}
.content {
  margin-left: 200px;
}

/*メインビジュアル*/
#main-visual {
  width: 100%;
  margin: 0 auto;
}
.mv img {
  width: 100%;
}

article {
  width: 100%;
  margin: 20px 0 50px 0;
}
section {
  width: 80%;
  /* width: 800px; */
  margin: 0 auto;
}
article h2 {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

article h2 img {
  width: 70%;
}
article h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
}
article li,
p {
  font-size: 1.3em;
}

#banner {
  background-image: url(../img/bkgr03.png);
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.banner_img {
  width: 50%;
  float: left;
}

.banner_img img {
  width: 98%;
  height: auto;
  border: 1px solid gray;
  float: left;
  margin: 0 3px;
}

.banner_img2 {
  width: 50%;

  margin-top: 10px;
}

.banner_img2 img {
  height: auto;
  float: left;
  margin: 0px 3px 10px 3px;
}

/*map*/
#map {
  font-size: 15px;
  color: black;
  margin-top: 50px;
  background-image: url(../img/bkgr03.png);
}

.access {
  width: 50%;
  float: left;
}

.access-map {
  width: 50%;
  float: left;
}

.access-map iframe {
  width: 100%;
  height: 290px;
  padding: 10px;
}

.access-text1 {
  font-size: 30px;
  text-align: center;
}

.access-text {
  font-size: 18px;
  padding: 5px;
}

.terms_content li li {
  font-size: 100%;
}
.ta {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.ta th,
td {
  border: none;
  padding: 0 0 10px 10px;
  color: #333;
  font-size: 1.3em;
  font-weight: normal;
  text-align: left;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.form dl {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.3em;
}
.form dl dt {
  width: 32%;
  float: left;
  padding: 5px 10px 10px 10px;
}
.form dl dd {
  width: 65%;
  float: right;
}
.form dl dd textarea,
.form dl dd .txt {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 50%;
  height: 40px;
  line-height: 40px;
}
.form dl dd textarea {
  width: 90% !important;
  height: 100%;
}
.form dd .ina {
  ime-mode: disabled;
}
.chra li {
  position: relative;
  padding-left: 30px;
  line-height: 30px;
  font-size: 100%;
}
.chra li div {
  position: absolute;
  top: 5px;
  left: 0;
}
.ctSelect {
  background: url(../images/arrow.png) right center no-repeat;
  background-color: #fff;
  padding: 0 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 50%;
  height: 40px;
  line-height: 40px;
}
.kakunin {
  width: 150px;
  margin: 20px auto;
}
.btn_submit {
  width: 150px;
  padding: 15px 0 13px 0;
  border: solid 1px #001a9b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0036ff), color-stop(1, #001a9b));
  background: -webkit-linear-gradient(#0036ff, #001a9b);
  background: -moz-linear-gradient(#0036ff, #001a9b);
  background: -o-linear-gradient(#0036ff, #001a9b);
  background: -ms-linear-gradient(#0036ff, #001a9b);
  background: linear-gradient(#0036ff, #001a9b);
  color: #fff;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}
.btn_submit:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0s;
  transition: 0.5s;
  cursor: pointer;
}
.required {
  color: #ff0000;
}
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scroll_area {
  margin: 0 auto;
  width: 100%;
}
#infscr-loading {
  z-index: 100;
  position: fixed;
  left: 50%;
  bottom: 20px;
}
.pagetop:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}

/*back top*/

#back-top {
  position: fixed;
  bottom: 1%;
  right: 0%;
}

#back-top a {
  width: 80px;
  display: block;
}

#back-top img {
  width: 50px;
}

#back-top {
  display: block;
  margin-bottom: 7px;
}

/*footer*/

footer {
}

.copyright {
  color: #9e9e9e;
  text-align: center;
  height: 60px;
  padding: 20px;
  clear: both;
}

/*about*/

#main-title {
  width: 100%;
  margin: 0 auto;
}
.mt img {
  width: 100%;
}

.text1 img {
  float: right;
  margin: 10px;
  width: 40%;
}

.text2 {
  margin-top: 30px;
}

.text2 img {
  float: left;
  margin: 10px;
  width: 30%;
}

/*maintenance*/

.text3 img {
  float: right;
  margin: 10px;
  width: 30%;
}

/*syouhin*/

.syouhin-img {
  width: 29%;
  float: left;
  margin: 2%;
}

.syouhin-img img {
  width: 100%;
}

#about_menu {
  margin-top: 20px;
}

.menuhyou {
  margin-bottom: 50px;
}

.cp_pricetable2 {
  margin: 10px auto;
  padding: 0em;
  border-spacing: 1px 0;
  border-radius: 6px;
  background: #eef4fd;
  width: 100%;
}
.cp_pricetable2 td {
  height: 50px;
  width: 50%;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
/*main tableブロック*/
.cp_pricetable2 tbody td {
  text-align: right;
  padding-right: 28px;
}
/* --リスト名ブロック */
.cp_pricetable2 tbody td:first-child {
  font-size: 1.2em;
  width: 50%;
  text-align: left;
  /*white-space: nowrap;*/
}

/*
.cp_pricetable2 tbody td:first-child::before {
font-family: 'FontAwesome';
content: ' \f0da';
}
*/

/* --2列目 */
.cp_pricetable2 td:nth-child(2) {
  background: #c5dbfb;
}

/*Header テキストブロック*/
.cp_pricetable2 thead td {
  font-size: 1.2em;
  font-weight: bold;
  border-top: none;
  border-radius: 6px 6px 0 0;
}
/*Footer ボタンブロック*/
.cp_pricetable2 tfoot td {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
/*ボタンデザイン*/
.cp_pricetable2 a.cp_btn {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.3em 1em;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #da3c41;
  border-radius: 4px;
  background: #da3c41;
}
.cp_pricetable2 .cp_btn:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  content: "";
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  background: #ffffff;
}
.cp_pricetable2 .cp_btn:hover {
  color: #da3c41;
}
.cp_pricetable2 .cp_btn:hover:after {
  height: 250%;
  opacity: 1;
}
.cp_pricetable2 .cp_btn:active:after {
  height: 350%;
  opacity: 1;
}

/*sizu*/

section img {
  width: 100%;
}

/*access*/
#map_menu {
  margin-top: 20px;
}

.kotobuki-img {
  float: left;
  width: 50%;
}
.kotobuki-img img {
  padding: 20px;
  width: 100%;
}

.kotobuki-access {
  float: left;
  padding: 10px;
  width: 50%;
}

.access-text2 {
  font-size: 30px;
  /* text-align: center; */
}

.access-text3 {
  font-size: 17px;
  padding: 5px;
}

.access-text4 {
  font-size: 18px;
  padding: 5px;
}

.map-category {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  height: 400px;
}

.map-category iframe {
  width: 100%;
  height: 400px;
}

.sale-pdf {
  margin: 50px 0;
}

#close {
  margin-bottom: 50px;
}

#close h2 {
  font-size: 1.4rem;
}

#close .right_txt {
  text-align: right;
  display: inherit;
}

@media screen and (max-width: 768px) {
  h3,
  ol,
  li,
  th,
  td,
  dl {
    font-size: 1.2em;
  }
  header {
    height: 54px;
  }
  h1 {
    font-size: 2em;
    line-height: 54px;
    height: 54px;
  }
  h1 img {
    height: 40px;
    margin-top: 6px;
  }

  .tel-text,
  .open {
    display: none;
  }

  .tel {
    font-size: 0px;
    font-weight: bold;
  }

  .tel a i {
    font-size: 25px;
    margin-top: 5px;
    width: 35px;
    text-align: center;
    margin-right: 0px;
  }

  .sptel-text {
    font-size: 13px;
    line-height: 21px;
    font-weight: normal;
    display: block;
    height: 54px;
    float: right;
    text-align: center;
  }

  article {
    width: 100%;
    margin: 10px 0 0 0;
  }

  article h2 {
    width: 100%;
  }

  article h2 img {
    width: 90%;
  }

  .info {
    font-size: 0.9em;
    width: 60px;
    height: 54px;
    margin-right: 10px;
    margin-top: 2px;
  }

  .info ul {
    padding: 5px 0;
  }
  .wrapper {
    margin: 50px 0 0 0;
  }
  .content {
    margin: 0;
    width: 100%;
  }
  section {
    width: 90%;
  }

  #banner {
    background-image: url(../img/bkgr03.png);
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .banner_img {
    width: 100%;
    float: none;
  }

  .banner_img img {
    width: 100%;
    height: auto;
    border: 1px solid gray;
    float: none;
  }

  .banner_img2 {
    width: 100%;
    float: none;
  }

  .banner_img2 img {
    width: 100%;
    height: auto;

    float: none;
  }

  /*map*/
  #map {
    font-size: 15px;
    color: black;
    margin-top: 0px;
  }

  .access {
    width: 100%;
    float: none;
  }

  .access-map {
    width: 100%;
    float: none;
  }

  .access-map iframe {
    width: 100%;
    height: 290px;
    padding: 0px;
  }

  .access-text1 {
    font-size: 25px;
    text-align: center;
  }

  .access-text {
    font-size: 16px;
    padding: 0px;
  }

  /*back top*/

  #back-top {
    position: fixed;
    bottom: 1%;
    right: 0%;
    z-index: 9999;
    display: block;
    margin-bottom: 7px;
  }

  #back-top a {
    width: 54px;
    display: block;
  }

  #back-top img {
    width: 45px;
  }

  .form dl {
    width: 100%;
    padding: 0;
    border: none;
  }
  .form dl dt {
    float: none;
    position: static;
    width: 100%;
  }
  .form dl dd {
    float: none;
    width: 100%;
    margin-left: 10px;
  }
  .form dl dd .txt,
  .ctSelect {
    width: 90%;
    height: 30px;
    line-height: 30px;
  }
  .copyright {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
  }

  /*about*/

  .text1 img,
  .text2 img,
  .text3 img {
    float: none;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    width: 100%;
  }

  /*syouhin*/

  .cp_pricetable2 tbody td:first-child {
    font-size: 0.9em;
    width: auto;
    text-align: left;
    /*white-space: nowrap;*/
  }

  .cp_pricetable2 thead td {
    font-size: 1em;
    font-weight: bold;
    border-top: none;
    border-radius: 6px 6px 0 0;
  }

  .cp_pricetable2 td {
    height: 50px;
    padding: 5px 10px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
  }

  /*access*/

  .kotobuki-img {
    width: 100%;
    margin: 0 auto;
  }

  .kotobuki-img img {
    float: none;
    padding: 10px;
    width: 100%;
  }

  .kotobuki-access {
    float: none;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
  }

  .access-text2 {
    font-size: 25px;
    text-align: left;
  }

  .access-text3 {
    font-size: 15px;
    padding: 2px;
  }

  .map-text {
    width: 100%;
    margin: 0 auto;
  }

  .access-text4 {
    font-size: 15px;
  }

  .map-category {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }

  .map-category iframe {
    width: 100%;
    height: 300px;
  }

  .sale-pdf {
    margin: 20px 0;
  }
}

/* 480px用　------------------------------------------------*/

@media only screen and (max-width: 480px) {
  #main-visual .mv img {
    display: none;
  }

  #main-visual {
    background-image: url(../img/sp_top.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(500 * 100vw / 750);
  }

  #main-title1 .mt img {
    display: none;
  }

  #main-title1 {
    background-image: url(../img/sp_kodawari.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(190 * 100vw / 750);
  }

  #main-title2 .mt img {
    display: none;
  }

  #main-title2 {
    background-image: url(../img/sp_syouhin.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(190 * 100vw / 750);
  }

  #main-title3 .mt img {
    display: none;
  }

  #main-title3 {
    background-image: url(../img/sp_sizu.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(190 * 100vw / 750);
  }

  #main-title4 .mt img {
    display: none;
  }

  #main-title4 {
    background-image: url(../img/sp_maintenance.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(190 * 100vw / 750);
  }

  #main-title5 .mt img {
    display: none;
  }

  #main-title5 {
    background-image: url(../img/sp_access.jpg);
    background-position: center;
    background-size: 100% auto;
    height: calc(190 * 100vw / 750);
  }
}

/* ==================
   リニューアル 202207
   ================== */

/* top */

.inner {
  margin: 40px auto;
}

.inner__box {
  margin: 20px 0;
}

.title__h2 {
  padding: 5px 10px;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
  margin-bottom: 10px;
}

.u-visuallyHidden {
  clip: rect(0 0 0 0);
  position: absolute;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.contact__box {
  padding: 20px 0;
  background-color: #e7d987;
  margin: 20px 10px;
}

.contact__box__content {
  width: 94%;

  padding: 15px 0;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.contact__box__txt {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", Verdana, serif;
  font-size: 1.375rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.06em;
}

.contact__box__tel {
  font-size: 1.375rem;
}

.item__box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 10px 10px;

  border: solid 1px #eee;
}

#lineup .flex__left {
  width: 20%;
}

#lineup .flex__right {
  width: 80%;
  padding-left: 20px;
}

.itemName {
  font-size: 1.2rem;
  font-weight: bold;
}

.btn__box {
}

.btn__box__txt {
  position: relative;
  display: block;
  padding: 2px 0;
  background-color: #fff;
  border: 2px solid #04355c;
  color: #04355c;
  text-align: center;
  text-decoration: none;
  /* transition: all .3s; */
  border-radius: 0.5rem;
  margin: 1em 0;
  font-weight: bold;
  font-size: 0.8rem;
  width: 200px;
}

.btn__box__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  content: "";
  margin-top: -5px;
  border-top: 2px solid #04355c;
  border-right: 2px solid #04355c;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}

.btn__box__txt:hover {
  background-color: #04355c;
  color: #fff;
}

.smalltxt {
  font-size: 0.8rem;
  line-height: 1.5;
  display: inline-block;
  padding: 0 10px;
}

#maintenance .btn__box {
  margin: 0 auto;
}

figure {
  margin: 10px 0;
}

#contact .contact__box__txt {
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .title__h2 {
    font-size: 1.5rem;
  }

  .txt__center {
    text-align: center;
  }

  .contact__box {
    max-width: 740px;
    padding: 32px 0;
    margin: 30px auto;
  }
  .contact__box__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 94%;
    max-width: 740px;
    padding: 28px 0;
  }

  .contact__box__txt {
    padding: 0 40px;
    width: 50%;

    font-size: 1.375rem;
  }

  .contact__box__tel {
    width: 50%;
    border-left: 1px solid #bbb;
  }

  .item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .item__box__item {
    display: block;
  }

  .itemName {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
  }

  #lineup .flex__left {
    width: 100%;
  }

  #lineup .flex__left img {
    max-height: 295px;
  }

  #lineup .flex__right {
    width: 100%;
    padding: 10px;
  }

  .btn__box__txt {
    width: auto;
    padding: 8px 0;
  }

  #maintenance .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  #maintenance .flex p {
    margin-right: 20px;
  }

  #contact .contact__box__txt {
    padding-bottom: 0px;
  }

  #lineup .item__box a {
    margin: 5px;
    width: calc(100% / 4 - 10px);
  }
}

/* lineup */

#sybilla h3,
#amishcolor h3,
#pasima h3,
#tedukuri h3 {
  font-size: 1.2rem;
  margin: 20px 0px;
  background-color: #04355c;
  color: #fff;
  padding: 5px 10px;
}

.img__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.img__box figure {
  width: calc(100% / 2 - 10px);
  margin: 5px;
}

.img__box figure img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.lineup__item__box {
  border: solid 1px #04355c;
  background-color: #fff;
  font-size: 0.7rem;
  line-height: 1.5;
}

.lineup__item__box h4 {
  font-size: 1rem;
  padding: 10px;
  line-height: 1.2;
  font-weight: bold;
  background-color: #04355c;
  color: #fff;
  margin-bottom: 10px;
}

.price__box,
.color__box,
.itemtxt__box {
  padding: 0 10px;
  margin-bottom: 10px;
}

.price__box .price__title {
  color: red;
  font-weight: bold;
  border: 1px solid red;
  font-size: 14px;
  padding: 3px 5px;
  display: inline-block;
  margin-right: 5px;
}

.price__box .price__yen {
  color: #fff;
  background-color: red;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  border-radius: 0.3rem;
  padding: 5px 15px;
  /* margin-left: 1em; */
  font-weight: bold;
  display: inline-block;
}

.lineup__item__box h5 {
  font-size: 1rem;
}

.lineup__item__category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#shibla__cover .img__box figure img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

#amishcolor .img__box figure img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.brand__txt {
  margin: 10px;
}

.fontWeight {
  font-weight: bold;
}

#pasima .lineup__item__box h4 {
  margin-bottom: 0px;
}

#pasima figure {
  margin: 0 0 10px 0;
}

#pasima article {
  width: calc(100% / 2 - 10px);
  margin: 5px;
}

#amishcolor article {
  width: calc(100% / 2 - 10px);
  margin: 5px;
}

html {
  scroll-padding-top: 60px; /* 固定ヘッダの高さ分 */
}

@media screen and (min-width: 768px) {
  .img__box figure {
    width: calc(100% / 4 - 10px);
    margin: 5px;
  }

  .img__box figure img {
    height: 160px;
  }
  .lineup__item__category .lineup__item__box {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }

  #pasima .lineup__item__category .lineup__item__box {
    width: calc(100% / 4 - 10px);
    margin: 5px;
  }

  .lineup__item__box h4 {
    /* min-height: 58px; */
  }

  section {
    width: 100%;
  }

  #amishcolor .img__box figure img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .cp_pricetable2 {
    width: 600px;
  }

  #pasima article {
    width: calc(100% / 4 - 10px);
    margin: 5px;
  }

  #tedukuri img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  html {
    scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
  }
}

@media screen and (min-width: 1024px) {
  section {
    width: 80%;
  }
}

/* mente */

.fontSize_2 {
  font-size: 1.2rem;
}
