@charset "utf-8";
/*
theme Name: mitsuwa
Author: glow, Inc.
Description: Mitsuwa 衣装サイトテーマ
version： 1.0.0
*/

/* CSS Document */
html {
  font-size: 90%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #452f0f;
}
@media all and (-ms-high-contrast: none) {
  body {
    background: url("images/bg.png") no-repeat center -50px;
    background-size: 624px auto;
    background-attachment: fixed;
  }
}
body::before {
  background: url("images/bg.png") no-repeat center top;
  background-size: 624px auto;
  display: block;
  position: fixed;
  top: -50px;
  width: 100%;
  height: 110%;
  content: "";
  z-index: -1;
  overflow: visible;
}
a,
a:hover,
a:visited {
  color: #452f0f;
}
.base {
  width: 95%;
  margin: 0px auto;
}
.nolink {
  cursor: default;
}
.btn_base {
  width: 70%;
  margin: 0px auto;
}
.wrap_container {
  max-width: 600px;
  margin: 0px auto;
  padding: 20px;
  position: relative;
  overflow-x: hidden;
}
.container {
  max-width: 100%;
  margin: 0px auto 50px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #ccc;
  overflow: hidden;
  display: block;
}
.logo {
  width: 110px;
  margin: 13px 13px 18px;
}
.wrap_main {
  padding-bottom: 35px;
}
.tit01 {
  text-align: center;
  padding-bottom: 35px;
}
.tit01_sub01 {
  font-size: 1.46rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.tit01_sub02 {
  width: 150px;
  height: 1px;
  background-color: #f60004;
  display: block;
  margin: 0px auto 10px;
}
.tit01_sub03 {
  font-size: 0.875rem;
  display: block;
  line-height: 1.6;
  padding: 0px 5px;
}
.list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.list li {
  width: 48%;
  padding-bottom: 40px;
}
#moreList.list li:nth-child(1),
#moreList.list li:nth-child(6),
#moreList.list li:nth-child(11) {
  width: 100%;
  padding-bottom: 40px;
}
.top_slider li {
  margin: 0px 5px;
}
.thumb_list {
  padding-bottom: 14px;
}
.circle_list .thumb_list img {
  border-radius: 7px;
}
.square_list .thumb_list img {
  border-radius: 0px;
}
#moreList li:nth-child(1) .thumb_list img,
#moreList li:nth-child(6) .thumb_list img,
#moreList li:nth-child(11) .thumb_list img {
  border-radius: 0px;
}
.date_list {
  color: #f60004;
  font-size: 0.68rem;
  padding: 0px 0px 7px;
}
.tit_list {
  font-size: 0.9rem;
  line-height: 1.6;
}
.tit_list:hover {
  opacity: 0.5;
}
.tit_list02 {
  font-size: 1.12rem;
  line-height: 1.6;
  padding: 0px 0px 25px;
  font-weight: bold;
}
.btn_pink {
  background-color: #f7dde2;
  border: 1px solid #dcb5bd;
  text-align: center;
  display: block;
  padding: 10px 0px;
  color: #776445;
  margin: 0px auto 40px;
  font-size: 0.9rem;
}
.btn_pink:hover {
  background-color: #ffffff;
}
.btn_right:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
}
.btn_bottom:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
}
.btn_white {
  background-color: #ffffff;
  border: 1px solid #dcb5bd;
  text-align: center;
  display: block;
  padding: 10px 0px;
  color: #776445;
  margin: 0px auto 40px;
  font-size: 0.9rem;
}
.btn_white:hover {
  background-color: #f7dde2;
}
.concept {
  padding-bottom: 50px;
}
.box {
  padding-bottom: 40px;
}
.box_ph {
  padding-bottom: 37px;
}
.box_txt {
  padding-bottom: 37px;
}
.btn_top {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  padding: 40px 0px 40px;
  margin-bottom: 40px;
}
.home .btn_top {
  padding: 0px 0px 40px;
}
.btn_page {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  background-color: #f7a598;
  padding: 40px 0px;
  margin-bottom: 40px;
}
.btn_square {
  width: 44%;
  padding-top: 44%;
  max-width: 160px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.btn_top .btn_square {
  background-image: url(images/btn_square_p.png);
}
.btn_page .btn_square {
  background-image: url(images/btn_square_w.png);
}
.btn_square a {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  font-size: 1.12rem;
  line-height: 1.4;
}
.btn_top .btn_square a {
  color: #f7a598;
}
.btn_page .btn_square a {
  color: #ffffff;
}
.tit_service {
  text-align: center;
  font-size: 0.9rem;
}
.f_logo {
  width: 125px;
  display: block;
  margin: 0px auto 30px;
}
.f_box {
  background-color: #8e8e8e;
  padding-top: 25px;
  text-align: center;
  color: #ffffff;
  max-width: 600px;
  margin: 0px auto 0px;
}
.f_tit {
  padding-bottom: 23px;
}
.f_add {
  padding-bottom: 30px;
  line-height: 1.6;
  font-size: 0.9rem;
}
.f_tel {
  padding-bottom: 30px;
}
.f_tel a {
  color: #ffffff;
}
.f_btn {
  margin: 0px auto 30px;
  background-color: #ffffff;
  color: #452f0f;
  padding: 10px 0px;
  display: block;
}
.f_btn:hover {
  opacity: 0.5;
}
.f_navi01 {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #ffffff;
}
.f_navi01 li {
  width: 50%;
  border-top: solid 1px #ffffff;
  padding: 10px 0px;
}
.f_navi01 li a {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
}
.f_navi01 li:nth-child(odd) {
  border-right: solid 1px #ffffff;
}
.f_navi02 {
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
}
.f_navi02 a {
  padding: 0px 8px;
  color: #ffffff;
  font-size: 0.9rem;
}
.f_name {
  font-size: 1.25rem;
  letter-spacing: 1em;
  padding-bottom: 30px;
}
.f_name a i {
  color: #ffffff;
}
.f_copy {
  font-size: 0.75rem;
  padding-bottom: 10px;
  color: #ffffff;
}
.f_inner {
  max-width: 600px;
  margin: 0px auto;
}
.tel {
  max-width: 600px;
  margin: 0px auto;
  position: relative;
}
.tel a {
  position: fixed;
  right: 10px;
  bottom: 8px;
  width: 54px;
  display: block;
}

@media screen and (min-width: 601px) {
  .tel a {
    position: absolute;
  }
}
#moreList {
  list-style: none;
}
#moreList li {
  display: none;
}
.readMoreBtn {
  display: none;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#moreList li.openbox {
  display: block;
  animation: show 1s linear 0s;
}
.pan {
  padding: 0px 5px 20px;
  line-height: 1.3;
}
.pan li {
  padding-left: 10px;
  font-size: 0.81rem;
  color: #452f0f;
  display: inline;
}
.pan li:first-child {
  padding-left: 0px;
}
.pan li a {
  color: #452f0f;
}
.pan li a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  padding-left: 10px;
}
.pan li:last-child a:after {
  content: none;
}
.img_box {
  padding-bottom: 10px;
}
.post_box {
}
.post_box img {
  padding: 0px 0px 25px;
}
.post_box p {
  padding: 0px 0px 35px;
}
.post_box h2 {
  font-weight: bold;
  font-size: 1.12rem;
  padding-bottom: 5px;
  margin: 0px 0px 20px;
  border-bottom: 1px solid #f60004;
  display: inline-block;
}

.cut {
  border-bottom: solid #707070 1px;
  padding: 35px 0px 0px;
  margin: 0px auto 75px;
}
.tit03 {
  font-size: 1.12rem;
  text-align: center;
  padding-bottom: 30px;
  font-weight: bold;
}
.btn_box {
  display: flex;
  justify-content: space-between;
}
.btn_box a {
  width: 47%;
}
.wrap_page_slider {
  padding-bottom: 30px;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fba2a3 !important;
}
.faq {
  padding-bottom: 40px;
}
.faq dt,
.faq dd {
  background-color: #f6f6f6;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  font-size: 0.9rem;
}
.icon_faq {
  padding: 0px 20px 0px 0px;
  line-height: 1.4;
}
.txt_faq {
  line-height: 1.4;
}
.t_style {
  margin-bottom: 30px;
}
.t_style th,
.t_style td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 0.9rem;
}
.head_add {
  background-color: #f6f6f6;
  font-weight: bold;
  width: 25%;
  border-right: 1px solid #ccc;
}
.txt_add {
  line-height: 1.4;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tit04 {
  margin: 0px 0px 30px;
  text-align: center;
  font-size: 1.12rem;
}
.tit04_sub01 {
  color: #f7a598;
  padding-right: 20px;
  font-weight: bold;
}
.tit04_sub02 {
  font-weight: bold;
}
.big {
  font-size: 1.56rem;
  font-weight: bold;
}
.price {
  background-color: #f7f7f6;
  color: #8e7948;
  font-size: 1.12rem;
  text-align: center;
  padding: 15px 0px;
  font-weight: bold;
  margin-bottom: 30px;
}
.plan_table {
  margin: 15px auto;
}
.plan_table td {
  padding: 10px;
  fotn-size: 0.87rem;
  border: 1px solid #d6bd92;
  line-height: 1.4;
}
.plan_table td span {
  display: block;
  font-weight: bold;
}
#toc_container {
  line-height: 1.8 !important;
}

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 {
  width: 100%;
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 0;
  margin: 0 0 2.5em !important;
  font-size: 14px;
}

.wpcf7 form {
  margin: 1.5em 1.5em 0;
}

.wpcf7 p {
  margin-bottom: 1em;
  font-size: 12px;
}

.wpcf7 input,
.wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}

.wpcf7 select,
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 textarea {
  height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit {
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 input.wpcf7-submit::before,
.wpcf7 input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #666666;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

span.wpcf7-list-item {
  display: block;
}

/**
 * バナー
 */
.footerBanner {
  margin: 0 auto 32px;
  padding: 0 20px;
  max-width: 600px;
}

.footerBanner__link {
  display: block;
}

.footerBanner__image {
  display: block;
  height: auto;
  max-width: 100%;
}
