@charset "utf-8";
/* リセットCSS */
* {
  box-sizing: border-box;
}
body {
  margin: 0 !important;
}
/* 共通設定 */
html {
  font-size: 16px;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
header {
  max-width: 100%;
}
.header_logo {
  max-width: 16%;
  width: 100%;
  float: left;
  position: absolute;
  left: 5%;
  top: 7%;
}

nav ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.menu_txt a i {
  color: black;
}
.wrapper {
  margin-right: auto; /* 1 */
  margin-left: auto; /* 1 */
  max-width: 1200px; /* 2 */
  padding-right: 10px; /* 3 */
  padding-left: 10px; /* 3 */
}
.textcenter {
  text-align: center;
}
a[href*="tel:"] {
  pointer-events: none;
  color: #222222;
  text-decoration: none;
}
/*----------------------------ボタン---------------------------*/
.btn-radius {
  background-color: rgb(168, 168, 168);
  border-radius: 36px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 40px;
}
.btn-radius:hover {
  opacity: 0.85;
}
.bg-calender {
  background-image: url("../images/common/icon-calender.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  padding-left: 60px;
}
.layout-center {
  margin: 0 auto;
  text-align: center;
}
/*----------------------------フォントサイズ---------------------------*/
.font-ss {
  font-size: 0.6rem;
  line-height: 200%;
}
.font-s {
  font-size: 0.8rem;
  line-height: 200%;
}
.font-m {
  font-size: 1.5rem;
}
.font-l {
  font-size: 2rem;
}
.font-ll {
  font-size: 3rem;
}
.font-lll {
  font-size: 5rem;
}
.font-b {
  font: bold;
}
.font-gy {
  color: #707070;
}
.font-white {
  color: #fff;
}

/*----------------------------フォントサイズ---------------------------*/
header ul {
  padding-right: 3%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.menu_txt {
  max-width: 100%;
}
.menu_txt li {
  margin: 3% 1.8%;
}
i {
  margin: 20px;
}
/*title*/
.second h1,
h2 {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: normal;
  color: #707070;
}
.second h1:before,
.second h1:after,
h2:before,
h2:after {
  border-top: 1px solid #707070;
  content: "";
  width: 3em; /* 線の長さ */
}
.second h1:before,
h2:before {
  margin-right: 1em; /* 文字の右隣 */
}
.second h1:after,
h2:after {
  margin-left: 1em; /* 文字の左隣 */
}
/*title*/
.news_wrap {
  padding-top: 10%;
}
.news_block {
  display: flex;
  justify-content: space-between;
}
.news_box {
  width: 33%;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.on_block::after {
  content: "";
  display: block;
  width: 33%;
  height: 0;
}
.news_box img {
  max-width: 260px;
  max-height: 260px;
}
.flex_btn {
  display: flex;
  justify-content: center;
  margin: 20px;
}
.flex_btn img {
  margin: 20px;
  max-width: 80%;
}
.btn a {
  max-width: 25%;
  margin: 0 auto;
  background-color: #a8a8a8;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}
.top.btn {
  max-width: 100%;
}
/*----------------------------商品横並び---------------------------*/
.on_wrapper section,
.more_wrap section {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/*-----------------------------------------news_wrap------------------------------------------------------*/
.on_wrapper {
  padding-top: 80px;
  text-align: center;
}
/*---------------------------------------------pc more--------------------------------------------------------------*/
.more_wrap {
  padding-top: 30px;
  padding-bottom: 200px;
  text-align: center;
}
/*---------------------------------------------pc more--------------------------------------------------------------*/
.on_block {
  display: flex;
}
.ab_wrapper {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}
.ab_img {
  padding-top: 30px;
  padding-bottom: 30px;
}
.ab_wrapper p {
  padding-bottom: 30px;
}
footer {
  background-color: #505050;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer a {
  text-decoration: none;
  color: #fff;
}
.footer_txt {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  margin: 0 auto;
}
.footer_txt p {
  display: inline-block;
  padding-bottom: 30px;
  padding-top: 30px;
}
.f_f_icon {
  color: #fff;
}
.f_icons {
  display: flex;
  justify-content: center;
}
.copy {
  padding-top: 50px;
}
.menu-trigger {
  display: none;
}
/*------------------------------more_2-------------------------------------------------------------------*/
.MainPhoto {
  width: 100%;
}
section img {
  max-width: 100%;
}
.center {
  width: 100%;
}
/*.center div {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
	margin-bottom: 12px;
}
.center div img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.center ul {
  display: flex;
	flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
}*/
ul.thumbnails li {
  margin-right: 2%;
  cursor: pointer;
}
.more_2wrapper {
  padding-bottom: 200px;
  display: flex;
}
.s_txt {
  padding-left: 5%;
}
.s_txt p {
  margin-bottom: 0;
}
#colorlist,
#sizelist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#colorlist li label,
#sizelist li label {
  margin-right: 10px;
}
.product-spec {
  display: flex;
  flex-wrap: wrap;
}
.product-spec li label {
  cursor: pointer;
}
.btn_boss {
  padding-top: 5%;
  text-align: center;
}
.btn_boss a {
  text-decoration: none;
  color: #fff;
}
.change_txt {
  width: 100%;
  padding-top: 5%;
  padding-left: 5%;
}
.more_2_btn {
  display: flex;
}
.b_btn {
  background-color: #505050;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  margin-bottom: 15px;
}
.left_btn {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a8a8a8;
}
.light_btn {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a8a8a8;
  margin-left: 15px;
}
#product-name {
  display: none;
}
/*------------------------------online shoppingの流れ------------------------------------------------------------*/
.flowlist li {
  display: block;
  width: 100%;
  text-align: center;
}
.flowlist li:last-of-type {
  margin-top: 30px;
}
.arrow {
  display: inline-block;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
  width: 0 !important;
  padding-top: 0 !important;
  margin: 20px auto !important;
}
/*----------------------------------------pay--------------------------------------------------------------*/
.mt60 {
  margin-top: 60px;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt40 {
  margin-top: 40px;
}

/*----------------------------------------Images--------------------------------------------------------------*/
.alignleft,
img.alignleft {
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  margin-top: 9px;
}
.alignright,
img.alignright {
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
  margin-top: 9px;
}
.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
/* テーブル -------------------------------------------------------------- */
table.table1 {
  　border-spacing: 0;
  border: 1px solid #dddddd;
  border-radius: 6px;
  line-height: 160%;
  box-sizing: border-box;
}
table.table1 th,
table.table1 td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
}
table.table1 th.border-none,
table.table1 td.border-none {
  border: none;
}
table.table1 td table,
table.table1 td td {
  border: none;
}
table.table2 {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  line-height: 160%;
}
table.table2 th,
table.table2 td {
  padding: 20px;
  font-weight: normal;
}
table.table3 {
  line-height: 160%;
  box-sizing: border-box;
}
table.table3 th,
table.table3 td {
  padding: 10px 0;
  font-weight: normal;
  vertical-align: top;
}
table.table4 {
  border: 1px solid #333;
  margin: 0 auto;
  padding: 20px 0 20px 0;
  border-radius: 6px;
}
.table4 th {
  width: 30%;
}
.table4 td {
  text-align: left;
  padding: 20px 25px;
}
.table4 tr {
  vertical-align: baseline;
}
table.table5 {
  　border-spacing: 0;
  border: 1px solid #dddddd;
  border-radius: 6px;
  line-height: 160%;
  box-sizing: border-box;
}
table.table5 th,
table.table5 td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-weight: normal;
}
table.table5 td {
  text-align: left;
}
table.table5 th.border-none,
table.table5 td.border-none {
  border: none;
}
table.table5 td table,
table.table5 td td {
  border: none;
}
/* メールフォーム -------------------------------------------------------------- */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  padding: 10px;
  border: solid 1px #dddddd;
  background: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0px 0px 5px 0px;
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-form select {
  width: auto;
}
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="button"] {
  padding: 10px 30px;
  color: #ffffff;
  background: #c2c2c2;
  font-size: 1rem;
  border: none;
  margin: 30px auto 0px auto;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}
.wpcf7-form input[type="submit"]:hover {
  background: #bbbbbb;
}
.wpcf7-form-control-wrap {
  display: block;
}
/* プライバシーポリシー */
.border-wrap {
  border: 1px solid #333;
  margin: 0 auto;
  padding: 50px;
  border-radius: 6px;
  width: 833px;
}
.border-wrap h2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 10px;
}
.border-wrap h2.font-gy::before {
  content: none;
}
.border-wrap h2.font-gy::after {
  content: none;
}
.border-wrap ul {
  list-style-type: none;
  padding: 0;
}
.border-wrap p {
  padding-bottom: 8px;
}

/* event schedule -------------------------------------------------------------- */
.event-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.event-wrap img {
  max-width: 313px;
  width: 100%;
}

/*----------------------------------------211224 濱野追加分--------------------------------------------------------------*/
#flickscroll {
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

#flickscroll ul {
  top: 0;
  left: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#flickscroll ul li {
  width: 100%;
  display: inline;
  overflow: hidden;
}

#flickscroll ul li img {
  width: 100%;
}

/* #flickthumb
--------------------------- */
#flickthumb {
  margin: 10px auto;
  text-align: center;
  width: 100%;
}

#flickthumb ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#flickthumb ul li {
  cursor: pointer;
  display: inline;
  width: 15%;
  margin-right: 2%;
}

#flickthumb ul li:nth-child(6n) {
  margin-right: 0;
}

#flickthumb ul li img {
  width: 100%;
}

#flickthumb ul li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

#flickscroll ul:after,
#flickthumb ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
  margin: 3px;
}

#flickscroll ul {
  display: flex;
}

/*----------------------------------------PC--------------------------------------------------------------*/
@media print, screen and (min-width: 1081px) {
  /*------------------------------more_2-------------------------------------------------------------------*/
  ul.thumbnails li {
    width: 15%;
  }
  ul.thumbnails li:nth-child(6n) {
    margin-right: 0;
  }

  /*------------------------------Instagram-------------------------------------------------------------------*/
  #sbi_load a {
    font-size: 1rem !important;
    font-weight: bold;
  }
  #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 40px !important;
  }
}

/*----------------------------------------スマホ--------------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
  }
  .logo_ani {
    padding-top: 23%;
  }
  .header_logo {
    max-width: 40%;
    position: absolute;
    left: 5%;
    top: 50%;
  }
  .fa-instagram:before {
    color: #fff;
  }
  .fa-facebook:before {
    color: #fff;
  }
  .menu_txt li {
    margin: 0px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .more_wrap {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .more_wrap p {
    margin-top: 0px;
  }
  h2:before,
  h2:after {
    width: 2em;
  }
  .menu-trigger {
    display: inline-block;
    position: relative;
    width: 36px;
    height: 28px;
    top: 40%;
    vertical-align: middle;
    cursor: pointer;
    z-index: 5;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: all 0.5s 0.2s;
  }
  .menu-trigger.active span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  .flex_btn img {
    max-width: 25%;
  }
  nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  nav ul {
    padding: 20px 0;
    display: block;
  }
  nav ul li {
    padding: 15px 0;
  }
  nav ul li a {
    text-decoration: none;
    color: #fff;
  }
  .swiper-container {
    padding-top: 400px;
    padding-bottom: 200px;
  }
  .news_box {
    margin: 0 0 20px 0;
    width: 48%;
  }
  .news_box img {
    max-width: 130px;
    max-height: 130px;
  }
  .flex_btn img {
    max-width: 80%;
  }

  .on_block {
    display: flex;
  }
  .btn {
    max-width: 45%;
  }
  .footer_txt {
    width: 100%;
  }
  .footer_txt p {
    font-size: 0.6rem;
  }
  .copy {
    padding-top: 0px;
    padding-left: 20%;
    padding-right: 20%;
  }
  .more_2wrapper {
    display: block;
    padding-bottom: 100px;
    padding-top: 20%;
  }
  .more_2_btn {
    display: block;
    max-width: 100%;
    text-align: center;
  }
  .change_txt {
    padding-left: 0px;
  }
  .light_btn {
    margin-left: 0px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
  }
  .btn_boss a {
    font-size: 1rem;
  }
  .b_btn {
    margin-bottom: 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .left_btn {
    margin-bottom: 20px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
  }
  .ab_wrapper p {
    font-size: 0.8rem;
    line-height: 200%;
  }
  .ab_wrapper {
    padding-bottom: 100px;
  }
  footer {
    padding-top: 0px;
  }
  .f_icons {
    margin-bottom: 20px;
    margin-top: -20px;
  }
  a[href*="tel:"] {
    pointer-events: initial;
  }
  /*------------------------------more_2-------------------------------------------------------------------*/
  ul.thumbnails li {
    _max-width: 80px;
    width: 23.5%;
    margin-right: 2%;
  }
  ul.thumbnails li img {
    width: 100%;
  }
  ul.thumbnails li:nth-child(4n) {
    margin-right: 0;
  }
  /*----------------------------------------pay--------------------------------------------------------------*/
  .table4 th,
  .table4 td {
    display: block;
    width: 100%;
    text-align: center;
  }
  .table4 th {
    padding-top: 0px;
  }
  .table4 td {
    padding-top: 10px !important;
  }

  .sp-pt0 {
    padding-top: 0 !important;
  }
  .sp-pb0 {
    padding-bottom: 0px !important;
  }
  /*----------------------------------------transaction-------------------------------------------------------*/
  table.table5 th {
    border-bottom: none;
    padding-bottom: 0;
  }
  table.table5 td {
    text-align: center;
    padding-top: 0;
  }
  table.table5 th,
  table.table5 td,
  table.block th,
  table.block td {
    display: block;
    width: 100%;
  }
  table.block th {
    border-bottom: none;
    padding-bottom: 0;
  }
  /*------------------------------Instagram-------------------------------------------------------------------*/
  #sbi_load a {
    font-size: 0.8rem !important;
    font-weight: bold;
  }
  /* プライバシーポリシー */
  .border-wrap {
    border: 1px solid #333;
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
    width: 100%;
  }
  .border-wrap h2 {
    font-size: 18px;
    font-weight: bold;
  }
  .border-wrap h2.font-gy::before {
    content: none;
  }
  .border-wrap h2.font-gy::after {
    content: none;
  }
  .border-wrap ul li {
    list-style-type: none;
    padding: 0;
  }
  /* event schedule -------------------------------------------------------------- */
  .event-wrap {
    flex-direction: column;
  }
  .event-wrap img {
    margin: 0 auto 30px;
  }
  .event-wrap img:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
  .more_wrap {
    padding-top: 100px;
  }
  .more_2wrapper {
    padding-bottom: 100px;
    padding-top: 30%;
  }
  span.wpcf7-list-item {
    display: block !important;
    text-align: left;
    margin-bottom: 5px !important;
  }
  span.wpcf7-list-item.last {
    margin-bottom: 15px !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
