@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.css
===============================================*/
@media screen and (min-width: 737px) {
  #smileomu .pc-none {
    display: none;
  }
  #smileomu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  #smileomu img {
    width: 100%;
    height: auto;
  }
  #smileomu .txt {
    font-size: 1.1rem;
    text-align: left;
    line-height: 2.0;
  }
}
@media screen and (max-width:736px) {
  #smileomu .txt {
    font-size: 1.0rem;
    text-align: left;
    line-height: 1.8;
  }
}
/*================swiper================*/
.swiperThumbnail {
  margin-top: 8px;
}
.swiperThumbnail .swiper-slide-thumb-active {
  outline: 3px solid #01a33e;
  outline-offset: -3px
}
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -10px;
}
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -10px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.swiper-button-prev::after {
  border-right: 20px solid #018735;
  border-left: 0;
}
.swiper-button-next::after {
  border-left: 20px solid #018735;
  border-right: 0;
}
/*================ステートメント================*/
.statement {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.5rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 2rem;
}
.statement_sub {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: .8rem;
}
.statement_sub::before, .statement_sub::after {
  content: "―"
}
.statement_txt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: clamp(1rem, 0.245rem + 1.47vw, 1.35rem);
  font-weight: 500;
  color: #000;
  letter-spacing: 0.16em;
  line-height: 1.8em;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width:736px) {
  .statement {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .statement_sub {
    font-size: 1.15rem;
    margin-top: .7rem;
  }
  .statement_txt {
    font-size: 1rem;
    text-align: left;
    margin-top: 1.7rem;
  }
}
/*================見出し================*/
.omu_icon {
  display: block;
  width: 60px;
  height: 55px;
  background-image: url("omusubi_ico.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 5rem auto .5rem;
}
.tit_h2 {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width:736px) {
  .omu_icon {
    width: 40px;
    height: 38px;
    margin: 2.5rem auto .5rem;
  }
  .tit_h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    font-weight: normal;
    line-height: 1.4em;
  }
}
/*================item_FLEX================*/
.item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_box {
  width: calc(100%/ 2 - 20px);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5rem;
  flex-wrap: wrap;
}
.swiperThumbnail {
  order: 2;
}
.txt_box {
  order: 1;
}
.date {
  width: 45%;
  border: solid 1px #adaba1;
  font-size: 1.1rem;
  padding: 5px;
  line-height: 1.4;
  text-align: center;
  margin: 1rem 0;
}
.name {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.price {
  font-size: 1.3rem;
  text-align: right;
}
.price > span {
  font-size: 85%;
}
.item_txt {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.85rem;
  border-top: 2px dotted #adaba1;
  margin: .7rem 0;
  padding: 1rem 0;
}
@media screen and (max-width:736px) {
  .item {
    display: block;
    margin-top: 1.5rem;
  }
  .item_box {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .swiperThumbnail {
    order: 1;
  }
  .txt_box {
    order: 2;
  }
  .date {
    width: 55%;
    border: solid 1px #adaba1;
    font-size: 1rem;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
    margin: 1rem 0;
    font-weight: normal;
  }
  .name {
    font-size: 1.35rem;
    font-weight: normal;
    text-align: left;
  }
  .price {
    font-size: 1.2rem;
    text-align: right;
    margin-top: .5rem;
    font-weight: normal;
  }
  .price > span {
    font-size: 85%;
  }
  .item_txt {
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.8rem;
    border-top: 2px dotted #adaba1;
    margin: .5rem 0;
    padding-top: 1rem;
  }
}
/*================project_FLEX================*/
.project {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.project_box {
  /*width: calc(100%/ 2 - 10px);*/
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.tit_h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
@media screen and (max-width:736px) {
  .project {
    display: block;
    margin-top: 1.5rem;
  }
  .project_box {
    width: 100%;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    box-sizing: border-box;
  }
  .tit_h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: .5rem;
  }
}
/*================info_FLEX================*/
.info {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info_box {
  width: calc(100%/ 2 - 10px);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5rem;
}
@media screen and (max-width:736px) {
  .info {
    display: block;
    margin-top: 1.5rem;
  }
  .info_box {
    width: 100%;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}
#smileomu dl {
  width: 100%;
  margin: 0.4rem 0 0.2rem 0;
  font-size: 1.0rem;
}
#smileomu dl div {
  display: flex;
  flex-wrap: wrap;
}
#smileomu dt {
  padding: 10px 0px 0;
  font-weight: 500;
}
#smileomu dd {
  padding: 10px 0 0 10px;
}
@media screen and (max-width:736px) {
  #smileomu dl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  #smileomu dt {
    width: auto;
    padding: 0;
    font-weight: 500;
  }
  #smileomu dd {
    width: auto;
    padding: 0;
    padding-left: 10px;
  }
}
.btn {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:820px) {
  .btn {
    width: 100%;
    margin: 0 auto;
  }
}
a.ly-mod-btn.ly-icn-blank span {
  position: absolute;
  top: 33%;
  right: 14px;
  width: 18px;
  height: 18px;
}
a.ly-mod-btn.ly-bg-green {
  border: 2px solid #018735;
  background-color: #018735;
  color: #fff;
  border-radius: 50px;
}
a.ly-mod-btn.ly-bg-green:hover {
  border: 2px solid #016E2B;
  background-color: #016E2B;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiperThumbnail {
  margin-top: 8px;
  width: 40%;
}
@media screen and (max-width:736px) {
  .swiperThumbnail {
    margin-top: 8px;
    width: 50%;
  }
}
.swiperThumbnail .swiper-slide-thumb-active {
  outline: 3px solid #01a33e;
  outline-offset: -3px
}
.swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -10px;
}
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: -10px;
}
.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.swiper-button-prev::after {
  border-right: 20px solid #018735;
  border-left: 0;
}
.swiper-button-next::after {
  border-left: 20px solid #018735;
  border-right: 0;
}
.box {
  width: 100%; /* 横幅を200pxに指定 */
  height: 370px; /* 横幅を200pxに指定 */
  border: 1px solid #ccc; /* わかりやすくボーダーを引く */
  overflow-y: scroll; /* 縦方向にスクロール可能にする */
  padding: 0 1.5rem 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width:736px) {
  .box {
    width: 100%; /* 横幅を200pxに指定 */
    height: 370px; /* 横幅を200pxに指定 */
    border: 1px solid #ccc; /* わかりやすくボーダーを引く */
    overflow-y: scroll; /* 縦方向にスクロール可能にする */
    padding: 1rem;
    box-sizing: border-box;
  }
}
.box::-webkit-scrollbar {
  width: 15px; /* 垂直方向のスクロールバーの幅 */
  height: 5px; /* 水平方向のスクロールバーの幅 */
}
.box::-webkit-scrollbar-thumb {
  background-color: #018735;
  border-radius: 50px;
}
.box::-webkit-scrollbar-track {
  background-color: #feed85;
}
/*===============================================
●sp.css
===============================================*/
@media screen and (max-width:736px) {
  #smileomu .sp-none {
    display: none;
  }
  #smileomu .img90 {
    width: 100%;
    margin: 5px auto;
  }
  #smileomu {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #000;
  }
  #smileomu img {
    display: block;
  }
}