@charset "utf-8";

body#top {
  /*background-color: #FFF;*/
  background-color: #f2f2f2;
}
#wpadminbar {
  position: fixed;
}
.snsList a.icon-ticktock {
  background: url(/wp-content/themes/the-thor-child-2021/img/icon_tiktok.svg) no-repeat center center;
  background-size: 40px auto;
  text-indent: -9999px;
}
.snsList a.icon-line {
  background: url(/wp-content/themes/the-thor-child-2021/img/icon_line02.svg) no-repeat center center;
  background-size: 40px auto;
  text-indent: -9999px;
}
.snsList .menuBtn__naviLink {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
}
.breadcrumb__item a div {
  display: inline-block;
}

/*=================================================================*/
/*  テーマカラーの調整
/*=================================================================*/
body .controllerFooter__item:last-child {
  background-color: #2266b3;
  color: #FFF;
}
body .controllerFooter__item {
  color: #333;
}

header li {
  list-style-type: none;
}
footer li {
  list-style-type: none;
}
.widget.widget_categories ul .current-menu-item>a,
.widget.widget_categories ul li a:hover,
.widget.widget_nav_menu ul.menu .current-menu-item>a,
.widget.widget_nav_menu ul.menu li a:hover {
  background: #7d7d7d !important;
}
.widget.widget_categories ul li .children li a:before,
.widget.widget_nav_menu ul.menu li .sub-menu li a:before {
  color: #000000 !important;
}
.widget.widget_categories ul li .children li.current_page_item a:before,
.widget.widget_nav_menu ul.menu li .sub-menu li.current_page_item a:before {
  color: #FFF !important;
}
dl dd {
  margin-inline-start: 0;
}

.widget.widget_categories ul .children .current-menu-item a,
.widget.widget_categories ul .children a:hover,
.widget.widget_nav_menu ul.menu .sub-menu .current-menu-item a,
.widget.widget_nav_menu ul.menu .sub-menu a:hover {
  color: #FFF !important;
}

.bwg-slideshow-images-wrapper>div>div>span {
  background: #388bbf !important;
}

div[class^="bwg_slideshow_dots_container"] {
  bottom: -15px !important;
}
/*=================================================================*/
/*  h1タイトル
/*=================================================================*/
h1.heading-primary {
  text-align: center;
  /*margin: 0 0 40px;*/
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 3.0rem;
  padding: 20px 0 0;
}
h1.heading-primary span {
  font-size: 1.4rem;
  color: #b6a081;
  display: block;
  font-weight: 100;
  letter-spacing: 0.1em;
}

/*=================================================================*/
/*  お問い合わせフォーム
/*=================================================================*/
.content table.formTbl th,
.content table.formTbl td {
  padding: 14px;
}
.content table.formTbl th {
  background: #388bbf;
  color: #ffffff;
  border-right-color: #E5E5E5;
  border-bottom-color: #E5E5E5;
  position: relative;
}
.content table.formTbl td {
}
.content table.formTbl td input[type="tel"],
.content table.formTbl td input[type="email"],
.content table.formTbl td input[type="text"],
.content table.formTbl td select {
  padding: 7px 9px;
  border: solid 1px #c3c3c3;
  border-radius: 3px;
}
.content table.formTbl td textarea {
  padding: 7px 9px;
  border: solid 1px #c3c3c3;
  border-radius: 3px;
  width: 80%;
}
.content table.formTbl td textarea::placeholder {
  color: #DDD;
}
.content table.formTbl td input[type="tel"]::placeholder,
.content table.formTbl td input[type="email"]::placeholder,
.content table.formTbl td input[type="text"]::placeholder {
  color: #DDD;
}
.content table.formTbl th span.haveto {
  position: absolute;
  right: 17px;
  top: 15px;
  background-color: #d20000;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 1.2rem;
  border: solid 1px #c4d3dc;
}
input.wpcf7-form-control.wpcf7-submit {
  background-color: #415fb3;
  color: #FFF;
  padding: 5px 50px;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  border: none;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 0px rgb(0 0 0 / 10%);
}
input.wpcf7-form-control.wpcf7-submit:disabled {
  opacity: 0.3;
}
span.wpcf7-not-valid-tip {
  background-color: #f9ffdb;
  margin: 5px 0 0;
  padding: 3px 6px;
}
.content .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #ffc8c8;
  border: solid 1px #ff9292;
  border-radius: 5px;
  padding: 10px 16px;
}

/*=================================================================*/
/*  ご予約
/*=================================================================*/
.content .yoyakuCaution {
  margin: 40px 0 20px;
}
.content .yoyakuCaution dt {
  background-color: #2266b3;
  color: #FFF;
  padding: 7px 15px;
  font-weight: bold;
}
.content .yoyakuCaution dd {
  border-left: solid 1px #DDD;
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  padding: 10px 15px;
}
.content .yoyakuCaution dd p {
  margin: 0 0 10px;
}
.content .yoyakuCaution dd strong {
  color: #d22f2f;
}
.content .yoyakuCaution dd .caution {
  font-size: 1.2rem;
  color: #2266b3;
}
.content a.toOtherContent {
  max-width: 800px;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 40px auto 40px;
  padding: 8px;
  border: solid 1px #DDD;
  box-sizing: border-box;
  color: #000;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.content a.toOtherContent:hover {
  opacity: 0.7;
}
.content a.toOtherContent:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 50%;
  right: 30px;
  color: #000;
  display: block;
  margin: -10px 0 0;
  transform: rotate(45deg);
}
a.toOtherContent .img {
  width: 18%;
}
a.toOtherContent .txt {
  width: 80%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4em;
  padding-right: 40px;
}

/*=================================================================*/
/*  固定ページテンプレート用
/*=================================================================*/

/* 共通スタイル */
.content .ttlStyle01 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0 0 10px 20px;
  border: none;
  margin-bottom: 30px;
  background: url(../img/temp/bdr_make_h2.gif) no-repeat left bottom;
}
.content .ttlStyle02{
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 0;
  border: none;
  margin-bottom: 30px;
}
.content .ttlStyle03 {
  background: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 110%;
}
.content .ttlStyle03::after {
  content: none;
}
.content .ttlStyle04 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #f4f4f4;
  border-bottom: none;
  border-left: 9px solid #388bbf;
  padding: 10px 0 10px 20px;
}
.content .txtCenter {
  text-align: center;
}

/* お客様の声 */
.content .voiceBox {
  background: #f1faff;
  padding: 30px 20px 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
.content .voiceBox .left {
  flex-basis: 15%!important;
  border: none;
  background-color: unset;
  text-align: center;
}
.content .voiceBox .right {
  flex-basis: 80%!important;
  border: none;
  margin-left: 0;
}
.voiceBox .right p {
  background-image: linear-gradient(
90deg
, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #f1faff 0%, #f1faff 100%), linear-gradient(
180deg
, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2.5em;
  line-height: 2.5em;
  color: #696969;
}
.page_top_txt {
  margin: 0 0 40px;
}

/* ご利用の流れ */
.flowBox {
  padding: 0 20px 30px;
  border-bottom: 1px dashed #e5e5e5;
}
.flowBox .left {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .flowBox .stepNum {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 150%;
  color: #44639d;
  font-style: italic;
}
.content .flowBox .stepNum em {
  font-size: 200%;
  margin-left: 10px;
}
.content .flowBox h2 {
  border: none;
  padding: 0;
  font-size: 130%;
  color:#44639d;
}
.content .flowBox p {
  line-height: 1.6em;
  margin-top: 10px;
}
.contactBox {
  padding: 50px 70px;
  background: #edf8fa url(../img/temp/bg_contact.svg) no-repeat center bottom;
  background-size: 100% auto;
}
.contactBox p {
  margin-bottom: 40px;
}
.content .contactBox a {
  color: #fff;
  padding: 18px 0;
  font-size: 100%;
}
.content .contactBox a:hover{
  font-weight: 500;
  opacity:0.7;
}
.btn_contact a {
  background: url(../img/temp/icon_mail.svg) no-repeat 15px center;
  background-size: 20px;
}
.btn_line a {
  background: url(../img/temp/icon_line.svg) no-repeat 15px center;
  background-size: 22px;
}
.btn_online a {
  background: url(../img/temp/icon_online.svg) no-repeat 15px center;
  background-size: 27px;
}

/* ヘアメイク */

.page_top_txt + #rtoc-mokuji-wrapper,
.wp-block-columns #rtoc-mokuji-wrapper {
  display: none;
}
.noneList {
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content .noneList ul>li:before{
  content:none;
}
.content .noneList ol li, 
.content .noneList ul li {
  padding-left:0;
}
.bottomTxt {
  margin-bottom: 30px;
}
.content h3.ttlStyle01 {
  background: url(../img/temp/voice_icon01.png) no-repeat left top;
  color: #3e67a4;
  background-size: 72px 72px;
  padding: 20px 0 20px 90px;
  margin-bottom: 0px;
}
.content h3.ttlStyle01::after{
  content:none;
}
.content .wp-block-column{
  margin-top:0;
}
.content .hairMakeVoice,
.content .hairMakeVoice:first-child {
  padding: 30px 40px;
  border: 1px solid #e1e5e7;
  box-shadow: 5px 5px 10px #e2e2e2;
  margin: 0 20px 30px 0;
  width: 100%;
  height: 100%;
}
.hairMakeVoice p {
  background-image: linear-gradient( 
90deg
 , rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #ffffff 0%, #ffffff 100%), linear-gradient( 
180deg
 , rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2.5em;
  line-height: 2.5em;
  color: #696969;
}
.hairMakeVoice p.VoiceName {
  background-image: unset;
  text-align: right;
  font-weight: bold;
  color: #a9b9d0;
  font-style: italic;
  font-size: 95%;
}

/* フォトギャラリー */
.content .pageMenu {
  text-align: center;
  margin: 50px 0;
}
.content .pageMenu li {
  display: inline-block;
  padding: 0;
}
.pageMenu li a {
  /* border-left: 1px dotted #000; */
  background: url(../img/temp/icon_menu_dot.svg) no-repeat right center;
  padding: 0 16px;
  font-weight: bold;
  color: #000;
  font-size: 1.5rem;
}
.pageMenu li a:hover {
  opacity: 0.7;
}
.pageMenu li:last-child a {
  background: none;
}
.content .pageMenu li::before {
  content: none;
}
.content .bwg_container div {
  margin-top: 0;
}

/* ドレス一覧 */
.content .dressBox {
  margin-bottom: 20px;
}
.content .dressBox figure.wp-block-image{
  text-align: center;
}
.content .dressBox p{
  margin-top: 0;
  font-size: 90%;
}
.content .dressBox .link_style01 {
  text-align: right;
  margin-top: 0;
}
.content .dressBox .link_style01 a {
  background: url(../img/temp/link_arrow.svg) no-repeat right center;
  padding-right: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d9d9d9;
  color: #000;
}

/* ドレス詳細 */
.content .wp-block-columns.dressDetail p{
  margin-bottom: 10px;
}
.content .dressTable table {
  border-top: none;
  border-left: none;
}
.content .dressTable table th {
  background: none;
  color: #000;
  border-right: none;
  width: 20%;
  padding: 20px 5px;
}
.content .dressTable table td,
.content .dressTable table tr:nth-child(odd) td{
  background: none;
  border-right: none;
}
.content .btn_gray a {
  border-radius: 0;
  font-size: 90%;
  font-weight: 700;
  padding: 15px 30px 15px 50px;
  background: url(../img/temp/icon_bkmail.svg) no-repeat 20px center #f2f2f2;
}
.content .btn_preview_arrow a {
  background: url(../img/temp/icon_previewArrow.svg) no-repeat 20px center #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 90%;
  font-weight: 700;
  color: #000;
  padding: 20px 60px 20px 70px;
}
.content .btn_next_arrow a {
  background: url(../img/temp/icon_nextArrow.svg) no-repeat 93% center #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 90%;
  font-weight: 700;
  color: #000;
  padding: 20px 70px 20px 60px;
}
.content .btn_gray a:hover,
.content .btn_preview_arrow a:hover,
.content .btn_next_arrow a:hover{
  opacity: 0.7;
}


/* よくある質問 */
.content .btn_inlink{
  text-align: center;
}
.content .btn_inlink li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
.content .btn_inlink li::before{
  content: none;
}
.content .btn_inlink a {
  background: url(../img/temp/icon_underArrow.svg) no-repeat 93% center #f4f4f4;
  color: #000;
  font-size: 95%;
  font-weight: 700;
  border-radius: 3px;
  padding: 10px 35px 10px 25px;
  display: block;
}
.content .faq_block {
  border: 1px solid #f1f1f1;
  padding: 10px 20px 30px;
}
.content .q_box::after{
  content: none;
}
.content .q_box {
  position: relative;
  padding-left: 55px;
  background: none;
  font-size: 2rem;
  border-bottom: 1px dashed #e5e5e5;
}
.content .q_box::before {
  content: "Q";
  background: #44639d;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 34px;
  text-align: center;
  border-radius: 5px;
  left: 10px;
}
.content .faq_block .wp-block-group__inner-container p:nth-child(2),
.content .a_box {
  position: relative;
  padding-left: 55px;
}
.content .faq_block .wp-block-group__inner-container p:nth-child(2)::before,
.content .a_box::before {
  content: "A";
  background: #e95d75;
  position: absolute;
  color: #fff;
  width: 30px;
  height: 34px;
  text-align: center;
  border-radius: 5px;
  left: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.wp-block-columns.img_leftBlock.osusume {
  background-color: #edf8fa;
  margin: 40px 0;
  padding: 15px;
  box-sizing: border-box;
}
.wp-block-columns.img_leftBlock.osusume .wp-block-column.imgCol {
  flex: 0 0 36%;
}
.wp-block-columns.img_leftBlock.osusume .wp-block-column.txtCol {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-columns.img_leftBlock.osusume .wp-block-image {
  margin: 0;
}
.content .wp-block-columns.img_leftBlock.osusume .btn_next_arrow a {
  padding: 12px 50px 12px 40px;
}


/*=================================================================*/
/*  wdMenu
/*=================================================================*/
.wdMenu {
  margin: 0;
}
.content .wdMenu h2 {
  margin: 0 0 40px;
  border-left: solid 4px #388bbf;
  border-right: solid 1px #D8D8D8;
  border-top: solid 1px #D8D8D8;
  border-bottom: solid 1px #D8D8D8;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 10px 10px 10px 22px;
  line-height: 1.4em;
  font-size: 2.3rem;
}
.wdMenu nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wdMenu nav a {
  width: 48%;
  display: block;
  border-bottom: dotted 1px #bbbbbb;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #000;
  position: relative;
}
.wdMenu nav a:hover {
  opacity: 0.7;
}
.wdMenu nav a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(135deg);
  top: 50%;
  right: 30px;
  margin-top: -12px;
  color: #b9b9b9;
}
.wdMenu nav a .pic {
  width: 56px;
  margin-right: 4%;
}
.wdMenu nav a .txt {
  width: 414px;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin: 0;
}
.wdMenu nav a .txt span {
  display: block;
  color: #b6a081;
  font-weight: 100;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

/*=================================================================*/
/*  目次修正
/*=================================================================*/

.rtoc-mokuji-content.frame5::before, .rtoc-mokuji-content.frame5::after {
  content: none;
}
.rtoc-mokuji-content.frame5 .rtoc-mokuji.level-1 {
  padding-bottom: 26px;
}
.rtoc-mokuji-content.frame5 {
  border: none;
  background-color: #e6f6ff;
}
.rtoc-mokuji-content .decimal_ol > .rtoc-item::before {
  border-radius: 4px;
  border: none;
  background-color: #388bbf !important;
  padding: 2px 4px;
  color: #FFF !important;
  font-size: 1.4rem;
}
.rtoc-mokuji-content .decimal_ol > .rtoc-item::after {
  content: none !important;
}
.rtoc-mokuji-content .decimal_ol > .rtoc-item > a {
  font-weight: bold;
}
.rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title .rtoc_open_close, .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title .rtoc_open_close {
  background-color: #398bbf;
  color: #FFF;
}

/*add20220616*/
div#rtoc-mokuji-title {
  font-size: 2.0rem;
}
div#rtoc-mokuji-wrapper {
  padding: 3% 4% 1%;
  position: relative;
}
ul.rtoc-mokuji.mokuji_ul.level-2 li {
  padding: 0 0 0 15px;
  margin: 5px 0 0;
}
.rtoc-mokuji-content .decimal_ol > .rtoc-item > a {
  padding-left: 5px !important;
}
.rtoc-mokuji-content .mokuji_ul.level-2>.rtoc-item::before {
  background-color: #3f9cff !important;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 7px;
  content: "";
}
button.rtoc_open_close.rtoc_open {
  right: 30px;
  position: absolute;
  top: 26px;
  font-size: 1.4rem;
  border: none;
  padding: 4px 12px;
}
.rtoc-mokuji-content .rtoc-mokuji.level-2 li>a {
  font-weight: bold;
  font-size: 1.3rem;
}

ol.rtoc-mokuji.decimal_ol.is_close {
  display: none;
}

/*=================================================================*/
/*  投稿エリアタイトル
/*=================================================================*/
/*
main .postContents h2 {
  background-color: #f3f3f3;
  border-left: solid 4px #2266b3;
  color: #000 !important;
  border-bottom: none;
}
main .postContents h3 {
  border-bottom: solid 2px #DDD;
  border-radius: 0;
  background-color: unset;
  position: relative;
  padding: 0 10px 10px 10px;
  font-size: 2.6rem;
}
main .postContents h3::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #2266b3;
  border: none;
  left: 0px;
  bottom: -2px;
  top: unset;
}
*/

/*=================================================================*/
/*  スマホ用メニュー
/*=================================================================*/
.menuBtn__content {
  max-width: 420px !important;
}
.menuBtn__content .menuBtn__scroll {
  position: relative;
  padding-top: 68px;
  padding-bottom: 60px;
}
.menuBtn__content .menuBtn__scroll::before {
  content: "MENU";
  left: 20px;
  top: 22px;
  position: absolute;
  font-size: 1.8rem;
}
.menuBtn__content label.menuBtn__close {
  position: absolute;
  right: 12px;
  top: 20px;
  margin: 0;
}
.icon-close:before {
  font-size: 2rem;
}
.t-headerCenter .menuBtn__link::after {
  display: none !important;
}

.menuList {
  margin: 0 0 40px;
}
.menuList>li {
  border-bottom: solid 1px #DDD;
  position: relative;
}
.menuList>li::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 16px;
  right: 14px;
  color: #000;
  display: block;
  margin: 0;
  transform: rotate(45deg);
}
.menuList>li>a {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 10px;
  letter-spacing: 0.1em;
}
.menuList>li.parent::after {
  content: none;
}
.menuList>li.parent>a {
  position: relative;
}
.menuList>li.parent>a::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #000;
  right: 10px;
  top: 18px;
}
.menuList>li.parent>a.active::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #000;
  right: 16px;
  top: 12px;
  transform: none;
}
.menuList>li.parent>a::after {
  content: none;
}
.menuList>li.parent>ul {
  /*display: none;*/
  background-color: #e6f8ff;
  padding: 15px 10px;
}
.menuList>li.parent>ul>li>a {
  padding: 8px 6px 8px 16px;
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
  position: relative;
}
.menuList>li.parent>ul>li>a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 15px;
  left: 2px;
  color: #000;
  display: block;
  margin: 0;
  transform: rotate(45deg);
}

.onlineReserve {
}
.onlineReserve dt {
  background-color: #e2bd27;
  color: #FFF;
  text-align: center;
  padding: 13px 0;
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  margin: 0 0 15px;
}
.onlineReserve dt span {
  background: url(../img/icon_pc_w.svg) no-repeat left center;
  background-size: 14px;
  display: inline-block;
  padding: 0 0 0 22px;
}
.onlineReserve dt::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #fff;
  right: 12px;
  top: 22px;
}
.onlineReserve dt::before {
  content: none;
}
.onlineReserve dt.active::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #fff;
  right: 18px;
  top: 16px;
  transform: none;
}
.onlineReserve dd {
}
.onlineReserve dd ul li a {
  letter-spacing: 0;
}
a.contactBtn {
  display: block;
  background-color: #388bbf;
  padding: 13px;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 30px;
}
a.contactBtn span {
  background: url(../img/icon_mail_w.svg) no-repeat left center;
  background-size: 14px;
  display: inline-block;
  padding: 0 0 0 22px;
}

.snsList {
  margin: 30px 0;
  background-color: #f3f3f3;
  padding: 20px;
  text-align: center;
}
.snsList li {
  display: inline-block;
  margin: 0 3px;
}

.menuSubList {
  margin: 0 0 30px;
}
.menuSubList>li {
  position: relative;
  text-align: center;
}
.menuSubList>li>a {
  pointer-events: none;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 23px;
  position: relative;
  font-weight: bold;
  margin: 0 0 20px;
}
.menuSubList>li>a::before,
.menuSubList>li>a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #818181;
  top: 9px;
}
.menuSubList>li>a::before {
  left: 0;
}
.menuSubList>li>a::after {
  right: 0;
}
.menuSubList>li>ul {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menuSubList>li>ul>li {
  width: 50%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.menuSubList>li>ul>li>a {
  display: block;
  padding: 10px 21px 10px 10px;
  font-size: 1.5rem;
  background: none;
  position: relative;
  text-align: left;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
}
.menuSubList>li>ul>li>a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 50%;
  right: 12px;
  color: #000000;
  display: block;
  margin: -2px 0 0 0;
  transform: rotate(45deg);
}
.menuSubList>li>ul>li:nth-child(even)>a {
  background: none;
}

h2.spSlideH2 {
  margin: 0 0 20px;
  text-align: center;
}
h2.spSlideH2 span {
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 23px;
  position: relative;
  font-weight: bold;
}
h2.spSlideH2 span::before,
h2.spSlideH2 span::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #818181;
  top: 9px;
}
h2.spSlideH2 span::before {
  left: 0;
}
h2.spSlideH2 span::after {
  right: 0;
}

.spCampWrap .campaign {
  margin: 0;
  padding: 0;
  border: none;
}

.kanrenBn {
  padding: 20px 0 0;
  text-align: center;
}
.kanrenBn a {
  display: inline-block;
}
.kanrenBn a img {
  max-width: 100%;
}

/*=================================================================*/
/*  campaign
/*=================================================================*/
.campaign {
  margin: 0 4% 60px;
  text-align: center;
  border-top: dotted 1px #cacaca;
  border-bottom: dotted 1px #cacaca;
  padding: 4% 2% 1%;
}
.campaign::after {
  content: "";
  width: 30%;
}
.campaign a {
  width: 47%;
  max-width: 280px;
  display: inline-block;
  margin: 0 1% 2%;
}
/*
.campaign a:first-child {
  display: block;
  margin: 0 auto 2%;
}
*/
.campaign a img {
  width: 100%;
  height: auto;
}
.campaign a:hover {
  opacity: 0.7;
}

/*=================================================================*/
/*  投稿箇所スタイル
/*=================================================================*/
.postContents .partsH2-12 h2 {
  background-color: #2266b3;
  color: #FFF !important;
  font-weight: 500;
  border: none;
}
.postContents .partsH3-25 h3 {
  color: #191919 !important;
  background-color: #f1f1f1;
  border-left: solid 4px #2266b3;
  border-radius: 0;
  padding: 15px;
  line-height: 1.4;
}
.postContents .partsH3-25 h3.has-text-align-center {
  border-left: none;
}
.postContents .partsH3-25 h3::after {
  content: none;
}
li.breadcrumb__item br,
li.breadcrumb__item span {
  display: none;
}
.pageLinkBtn {
  text-align: center;
  padding: 20px 0 0;
}
.pageLinkBtn a {
  background-color: #2266b3;
  border-radius: 6px;
  color: #FFF !important;
  border: none;
  padding: 12px 45px 12px 12px;
  display: inline-block;
  line-height: 1.4;
  position: relative;
}
.pageLinkBtn a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  color: #FFF;
  display: block;
  transform: rotate(135deg);
}
.listStyle {
}
.listStyle li {
  position: relative;
  padding: 0 0 8px 15px !important;
  border-bottom: dotted 1px #DDD;
  margin: 0 0 8px !important;
}.listStyle li:last-child {
  border-bottom: none;
  padding: 0 0 0 15px !important;
}
.listStyle li::before {
  position: absolute;
  content: "" !important;
  width: 10px;
  height: 10px;
  background-color: #2266b3;
  border-radius: 100%;
  left: 0;
  top: 7px;
}
.reservationBtn {
  text-align: center;
  padding: 10px 0;
}
.reservationBtn a {
  display: inline-block;
  background-color: #e2bd27;
  padding: 15px 40px 15px 20px;
  position: relative;
  color: #FFF !important;
  line-height: 1.4;
}
.reservationBtn a:hover {
  font-weight: normal !important;
  opacity: 0.7;
}
.reservationBtn a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  color: #fff;
  display: block;
  transform: rotate(45deg);
}

/*******************************************************************/
/* PC：幅769px以上
/*******************************************************************/
@media screen and (min-width: 769px), print {
/*<start>==========================================================*/

.menuBtn {
  display: none;
}
.t-headerCenter .container-header {
  display: none !important;
}

/*=================================================================*/
/*  header
/*=================================================================*/
header.l-header.l-header-border {
  background-color: #FFF;
  border-bottom: none;
}
header .inner {
  max-width: 1200px;
  min-width: 1050px;
  margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* logo
----------------------------------------------------------------*/
header .inner .logo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  flex: 0 0 300px;
  align-items: center;
  padding: 8px 0 12px 10px;
  box-sizing: border-box;
  font-weight: bold;
}
header .inner img {
}
header .inner p {
  font-size: 1.0rem;
  line-height: 1.6em;
}

/* headerRight
----------------------------------------------------------------*/
header .inner .headerRight {
  flex: 0 0 880px;
  padding: 15px 10px 15px 0;
}

/* hrTop
----------------------------------------------------------------*/
header .inner .hrTop {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  margin: 0 0 18px;
}
header .hrTop {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
header .hrTop .tel {
  width: 300px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  margin-left: auto;
	font-family: Noto Sans JP, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
header .hrTop .tel .telNum {
  font-size: 2.2rem;
  font-style: italic;
  color: #335092;
  position: relative;
  padding: 4px 0 0 20px;
  flex: 0 0 174px;
}
header .hrTop .tel .telNum::after {
  content: "";
  width: 18px;
  height: 20px;
  transform: rotate(-28deg);
  position: absolute;
  left: 0;
  top: 8px;
  background: url(../img/icon_tel.svg) no-repeat left center;
}
header .hrTop .tel .time {
  font-size: 1.1rem;
  flex: 0 0 120px;
  line-height: 1.4em;
}
header .hrTop .sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex: 0 0 80px;
  align-items: center;
  margin: 0 15px 0 30px;
}
header .hrTop .contact {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  flex: 0 0 250px;
  align-items: center;
}
header .hrTop .contact>a {
  display: block;
  color: #FFF;
  font-size: 1.2rem;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .hrTop .contact>a:hover {
  opacity: 0.7;
}
header .hrTop .contact .mail {
  background: #388bbf url(../img/icon_mail_w.svg) no-repeat left 18px center;
  padding: 10px 0 10px 16px;
}
header .hrTop .contact .reservation {
  background: #e2bd27 url(../img/icon_pc_w.svg) no-repeat left 12px center;
  background-size: 14px;
  padding: 10px 0 10px 28px;
  box-sizing: border-box;
  width: 100%;
  color: #FFF;
  display: block;
  font-size: 1.2rem;
}
header .hrTop .contact .yoyakuList {
  width: 50%;
}
header .hrTop .contact .yoyakuList>li {
  position: relative;
}
header .hrTop .contact .yoyakuList>li>ul {
  display: none;
  position: absolute;
  top: 32px;
  background-color: #e6f8ff;
  width: 240px;
  right: 0;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 12%);
  padding: 5px 10px;
  box-sizing: border-box;
  z-index: 10;
}
header .hrTop .contact .yoyakuList>li:hover>ul {
  display: block;
}
header .hrTop .contact .yoyakuList>li>ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #e6f8ff;
  transform: rotate(-180deg);
  right: 55px;
  top: -14px;
}
header .hrTop .contact .yoyakuList>li>ul>li {
  border-bottom: solid 1px #c4eeff;
}
header .hrTop .contact .yoyakuList>li>ul>li:last-child {
  border-bottom: none;
}
header .hrTop .contact .yoyakuList>li>ul>li>a {
  padding: 14px 5px;
  display: block;
  /* color: #FFF; */
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: bold;
}
header .hrTop .contact .yoyakuList>li>ul>li>a:hover {
  background-color: #c8f0ff;
}


/* hrBottom
----------------------------------------------------------------*/
.hrBottom {
}
.hrBottom>ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
  flex: 0 0 680px;
}
.hrBottom>ul>li {
	text-align: center;
  font-size: 1.4rem;
  position: relative;
  margin: 0 0 0 25px;
  cursor: pointer;
}
.hrBottom>ul>li:first-child {
  margin: 0 0 0 0;
}
.hrBottom>ul>li>a {
	display: block;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.hrBottom>ul>li>a:hover {
 opacity: 0.7;
}
.hrBottom>ul>li span {
  display: block;
  font-size: 0.9rem;
  color: #b6a081;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}
.hrBottom>ul>li>ul {
  display: none;
  position: absolute;
  left: 0;
  top: 24px;
  background-color: #4493dd;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 12%);
  padding: 5px 10px;
  box-sizing: border-box;
}
.hrBottom>ul>li:hover>ul {
	display: block;
}
.hrBottom>ul>li>ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #4493dd;
  transform: rotate(-180deg);
  left: 50%;
  top: -14px;
  margin-left: -6px;
}
.hrBottom>ul>li>ul>li {
  border-bottom: solid 1px #76aadc
  ;
}
.hrBottom>ul>li>ul>li:last-child {
  border-bottom: none;
}
.hrBottom>ul>li>ul>li>a {
  padding: 14px 5px;
  display: block;
  color: #FFF;
  text-align: left;
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  font-size: 1.3rem;
}
.hrBottom>ul>li>ul>li>a:hover {
  background-color: #3c8bd4;
}

/*=================================================================*/
/*  grecaptcha-badge
/*=================================================================*/
.grecaptcha-badge {
  bottom: 54px !important;
}

/*=================================================================*/
/*  footer
/*=================================================================*/
footer {
  background-color: #3e3e3e;
}
footer.bottomFooter {
  padding: 0;
}
footer .bottomFooter__topBtn {
  background-color: #2266b3;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 46px 0 35px;
  color: #FFF;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .inner .logo {
  width: 126px;
  background-color: #FFF;
  text-align: center;
  padding: 10px 0;
  margin: 42px 0 0;
}
footer .studio {
  font-size: 2.0rem;
  margin: 0 0 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
footer .inner .address {
  width: 280px;
  line-height: 1.6em;
}
footer .inner .address address {
  font-size: 1.4rem;
  font-style: normal;
  margin: 0 0 14px;
}
footer .inner .address .tel {
  font-size: 2.6rem;
  font-style: italic;
  margin: 0 0 10px;
  display: block;
}
footer .inner .address .fax {
  font-size: 1.6rem;
  font-style: italic;
  margin: 0 0 10px;
  display: block;
}
footer .inner .address .fax + p {
  font-size: 1.2rem;
}
footer .inner .right {
  width: 522px;
}
footer .inner .right .fmenu {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .inner .right .fmenu::after {
  content: "";
  width: 174px;
}
footer .inner .right .fmenu a {
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  font-size: 1.4rem;
  display: block;
  width: 174px;
  margin: 0 0 16px;
  padding-left: 12px;
  background: url(../img/icon_footer_arrow.svg) no-repeat left center;
}
footer .inner .right .fmenu a:hover {
  opacity: 0.7;
}
footer .inner .right .fBtn {
  text-align: center;
  margin: 10px 0 0;
}
footer .inner .right .fBtn a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  background-color: #FFF;
  padding: 15px 0;
  width: 230px;
  color: #000;
  margin: 0 5px;
}
footer .inner .right .fBtn a:hover {
  opacity: 0.7;
}
footer .inner .right .fBtn a.contact {
  background: #FFF url(../img/icon_mail.svg) no-repeat left 20px center;
  background-size: 16px auto;
}
footer .inner .right .fBtn a.online {
  background: #FFF url(../img/icon_pc.svg) no-repeat left 20px center;
  background-size: 16px auto;
}
footer .inner .right .fBtn a.line {
  background: #FFF url(../img/icon_line.svg) no-repeat left 20px center;
  background-size: 16px auto;
}
footer .inner .right .fBtn a.gmap {
  background: #FFF url(../img/icon_map.svg) no-repeat left 20px center;
  background-size: 16px auto;
}

/* copyright
----------------------------------------------------------------*/
.copyright {
  background-color: #333333;
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  padding: 16px 0;
  letter-spacing: 0.1em;
}

/*=================================================================*/
/*  campaign
/*=================================================================*/
.campaign {
  width: 1210px;
  margin: 0 auto 80px;
  padding: 40px 0;
  text-align: center;
  border-top: dotted 1px #cacaca;
  border-bottom: dotted 1px #cacaca;
}
.campaign a {
  display: inline-block;
  margin: 0 6px;
}
.campaign a:hover {
  opacity: 0.7;
}


/*<end>============================================================*/
}
  








/*******************************************************************/
/* SP：幅768px以下 
/*******************************************************************/
@media screen and (max-width: 768px) {
/*<start>==========================================================*/

.bottomFooter__topBtn {
  display: none !important;
}

/*=================================================================*/
/*  h1タイトル
/*=================================================================*/
h1.heading-primary {
  font-size: 2.8rem;
}

/*=================================================================*/
/*  テーマスタイル調整
/*=================================================================*/

header .widget.widget_categories ul li a,
header .widget.widget_nav_menu ul.menu li a {
  background: #333;
}
header .widget.widget_categories ul li,
header .widget.widget_nav_menu ul.menu li {
  border-top: 1px solid #848484;
}
header .widget.widget_categories ul .children a,
header .widget.widget_nav_menu ul.menu .sub-menu a {
  background: #fff;
}
#rtoc_return {
  display: none;
}

/*=================================================================*/
/*  header
/*=================================================================*/

header.l-header.l-header-border {
  padding: 0;
  background-color: #FFF;
}
header .inner {
}

/* logo
----------------------------------------------------------------*/
header .inner .logo {
	display: -webkit-flex;
	display: flex;
  padding: 8px 0 12px 10px;
  box-sizing: border-box;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
header .inner img {
  width: 56px;
  height: auto;
}
header .inner p {
  font-size: 1.0rem;
  line-height: 1.4em;
  margin: 10px 0 0 10px;
}

/* headerRight
----------------------------------------------------------------*/
header .inner .headerRight {
  display: none;
}

/* menu
----------------------------------------------------------------*/
.menuBtn__link {
  background: url(../img/icon_sp_menu.svg) no-repeat right 4px center;
  background-size: 32px auto;
  width: 40px;
  height: 40px;
}
.menuBtn__link::before,
.menuBtn__link::after {
  content: none;
}
.t-headerCenter .menuBtn__link::after {
  content: none;
}
body .menuBtn {
  top: 50% !important;
  right: 15px;
  margin-top: -20px;
}
header .container {
  position: static;
}
header .icon-menu:before,
header .icon-menu:after {
  content: none;
}

/*=================================================================*/
/*  footer
/*=================================================================*/
footer {
  background-color: #3e3e3e;
}
footer.bottomFooter {
  padding: 0;
}
footer .inner {
  margin: 0 auto;
  padding: 28px 4%;
  color: #FFF;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: row;
}
footer .inner .logo {
  width: 22%;
  background-color: #FFF;
  text-align: center;
  padding: 2%;
  order: 2;
  margin: 38px 0 0;
}
footer .inner .logo img {
  width: 100%;
  height: auto;
}
footer .studio {
  font-size: 2.0rem;
  margin: 0 0 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
footer .inner .address {
  width: 70%;
  line-height: 1.6em;
  order: 3;
}
footer .inner .address address {
  font-size: 2.4vw;
  font-style: normal;
  margin: 0 0 15px;
}
footer .inner .address .tel {
  font-size: 6vw;
  font-style: italic;
  margin: 0 0 2%;
  display: block;
  line-height: 1em;
}
footer .inner .address .fax {
  font-size: 3vw;
  font-style: italic;
  margin: 0 0 2%;
  display: block;
}
footer .inner .address .fax + p {
  font-size: 2.2vw;
}
footer .inner .right {
  width: 100%;
  order: 1;
  margin: 0 0 30px;
}
footer .inner .right .fmenu {
  margin: 0 0 20px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .inner .right .fmenu::after {
  content: "";
  width: 30%;
}
footer .inner .right .fmenu a {
  -webkit-transition: all 0.3s;
	transition: all 0.3s;
  font-size: 2.4vw;
  display: block;
  width: 30%;
  margin: 0 0 16px;
  padding-left: 12px;
  background: url(../img/icon_footer_arrow.svg) no-repeat left center;
}
footer .inner .right .fmenu a:hover {
  opacity: 0.7;
}
footer .inner .right .fBtn {
  text-align: center;
  margin: 10px 0 0;
}
footer .inner .right .fBtn a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  background-color: #FFF;
  padding: 18px 0;
  width: 45%;
  color: #000;
  margin: 0 5px;
  font-size: 2vw;
}
footer .inner .right .fBtn a:hover {
  opacity: 0.7;
}
footer .inner .right .fBtn a.contact {
  background: #FFF url(../img/icon_mail.svg) no-repeat left 15px center;
  background-size: 16px auto;
}
footer .inner .right .fBtn a.online {
  background: #FFF url(../img/icon_pc.svg) no-repeat left 15px center;
  background-size: 16px auto;
}
footer .inner .right .fBtn a.line {
  background: #FFF url(../img/icon_line.svg) no-repeat left 20px center;
  background-size: 16px auto;
}
footer .inner .right .fBtn a.gmap {
  background: #FFF url(../img/icon_map.svg) no-repeat left 20px center;
  background-size: 16px auto;
}


/* copyright
----------------------------------------------------------------*/
.copyright {
  background-color: #333333;
  font-size: 1.0rem;
  color: #FFF;
  text-align: center;
  padding: 16px 0;
  letter-spacing: 0.1em;
}

/*=================================================================*/
/*  お問い合わせフォーム
/*=================================================================*/
.content table tr td {
  background-color: #f2f2f2;
}
.btn_contact7 input[type="submit"],
.btn_contact7 input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_contact7 input[type="submit"]::-webkit-search-decoration,
.btn_contact7 input[type="button"]::-webkit-search-decoration {
  display: none;
}
.btn_contact7 input[type="submit"]::focus,
.btn_contact7 input[type="button"]::focus {
  outline-offset: -2px;
}

.content table.formTbl {
  border: none;
}
.content table.formTbl th,
.content table.formTbl td {
  display: block;
  border: none;
}
.content table.formTbl th {
  padding: 8px 12px;
}
.content table.formTbl td {
  padding: 12px 12px;
}
.content table.formTbl td input[type="tel"], .content table.formTbl td input[type="email"], .content table.formTbl td input[type="text"], .content table.formTbl td select {
  width: 100%;
  box-sizing: border-box;
}
.content table.formTbl th span.haveto {
  right: 8px;
  top: 7px;
}
.content table.formTbl td textarea {
  width: 100%;
  box-sizing: border-box;
}

/*=================================================================*/
/*  ご予約
/*=================================================================*/

a.toOtherContent .txt {
  padding-right: 20px;
  line-height: 1.3em;
  font-size: 1.2rem;
}
.content a.toOtherContent:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  margin: -7px 0 0;
}

/*=================================================================*/
/*  固定ページテンプレート用
/*=================================================================*/

/* お客様の声 */
.content .voiceBox .left,
.content .voiceBox .right {
    flex-basis: 100%!important;
}
.contactBox {
  padding: 50px 30px;
}

/* ヘアメイク */
.content .hairMakeVoice, 
.content .hairMakeVoice:first-child {
  padding: 30px 20px 0px;
}
.wp-block-columns.hairMakeVoiceAll .wp-block-column:first-child {
  margin-bottom: 20px;
}

/* ご利用の流れ */
.content .flowBox h2 {
  margin-top: 10px;
}
.flowBox {
  padding: 0 10px 30px;
}

/* ドレス詳細 */
.content .dressTable table th{
  width:30%;
}
.content .btn_gray,
.content .btn_preview_arrow,
.content .btn_next_arrow {
  justify-content: center;
}
.content .dressGallery .wp-block-column {
  flex-basis: 45%!important;
  margin-right: 15px;
}
.content .dressGallery .wp-block-column:nth-child(even){
  margin-right: 0;
}
.content .dressDetail .wp-block-image,
.content .dressGallery .wp-block-image{
  text-align: center;
}

/* よくある質問 */
.faq_block {
  padding: 0px 5px 20px;
}
.content .q_box {
  padding-right: 0;
}
.content .btn_inlink li{
  padding-left: 0;
  margin: 5px;
}
.content .btn_inlink a {
  display: block;
  width: 180px;
}

/* 選ばれる理由 */
.img_rightBlock {
  display: flex;
  flex-direction: row;
}
.img_rightBlock div:nth-child(1){
  order: 2;
}
.img_rightBlock div:nth-child(2){
  order: 1;
}
.content .pageMenu {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content .pageMenu li {
  width: 50%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.pageMenu li a {
  display: block;
  padding: 10px 5px 10px 21px;
  font-size: 1.3rem;
  background: none;
  position: relative;
  text-align: left;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pageMenu li a::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 1px;
  border-right: solid 1px;
  top: 50%;
  left: 8px;
  color: #cacaca;
  display: block;
  margin: -2px 0 0 0;
  transform: rotate(45deg);
}
.pageMenu li:nth-child(even) a {
  background: none;
}

.content .pageMenu.wedding {
  display: block;
}
.content .pageMenu.wedding li {
  width: 100%;
}

/* 和装フォトウェディング */
.wasoBgTxt .wasoBgTtl {
  font-size: 160%;
  line-height: 1.5em;
  text-align: center;
}
.wasoBgTxt p {
  font-size: 90%;
  text-align: left;
}
.wasoBgTxt p br {
  display: none;
}

.wdMenu nav {
  display: block;
}
.content .wdMenu h2 {
  padding: 8px 10px 8px 12px;
  font-size: 2.0rem;
}
.wdMenu nav a {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.wdMenu nav a .pic {
  width: 48px;
}
.wdMenu nav a .txt {
  width: calc(96% - 48px);
  font-size: 2.1rem;
}
.wdMenu nav a:nth-last-child(1), .wdMenu nav a:nth-last-child(2) {
  margin-bottom: 20px;
}

.img_rightBlock .wp-block-spacer,
.img_leftBlock .wp-block-spacer {
  display: none;
}


.wp-block-columns.img_leftBlock.osusume .wp-block-column.imgCol {
  margin: 0 0 4%;
}
.wp-block-columns.img_leftBlock.osusume .wp-block-column.txtCol p br {
  display: none;
}

.spmb4rem {
  margin-bottom: 4rem;
}
.content .spmb4rem .alignleft {
  margin: 0;
}

/*=================================================================*/
/*  目次修正
/*=================================================================*/

.rtoc-mokuji-content .rtoc-mokuji.level-1 {
  padding: 0 0 20px 5px;
}
.rtoc-mokuji-content .decimal_ol > .rtoc-item > a {
  padding-left: 1em;
}
.rtoc-mokuji-content #rtoc-mokuji-title {
  padding: 15px 20px 5px;
}
.rtoc-mokuji-content #rtoc-mokuji-title.is_close {
  padding: 15px 20px 10px;
}
.rtoc-mokuji-content.rtoc_close #rtoc-mokuji-title.is_close.rtoc_left .rtoc_open_close, .rtoc-mokuji-content.rtoc_open #rtoc-mokuji-title.is_close.rtoc_left .rtoc_open_close {
  /*top: 54%;*/
}

.content .btn_inlink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.content .btn_inlink li {
  display: block;
  width: 49%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 2%;
}
.content .btn_inlink li a {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div[id^="bwg_container"] {
  margin: 0 auto !important;
}

/*=================================================================*/
/*  campaign
/*=================================================================*/
.campaign {
  margin: 0 4% 60px;
  text-align: center;
  border-top: dotted 1px #cacaca;
  border-bottom: dotted 1px #cacaca;
  padding: 4% 2% 1%;
}
.campaign::after {
  content: "";
  width: 30%;
}
.campaign a {
  width: 47%;
  max-width: 280px;
  display: inline-block;
  margin: 0 1% 2%;
}
/*
.campaign a:first-child {
  display: block;
  margin: 0 auto 2%;
}
*/
.campaign a img {
  width: 100%;
  height: auto;
}
.campaign a:hover {
  opacity: 0.7;
}

/*=================================================================*/
/*  スマホ画面調整用
/*=================================================================*/
body .l-wrapper {
  margin: 0px;
}
body .eyecatch-main {
  margin: 0 0 40px;
  width: auto;
}
.postContents.u-shadow,
.pageContents.u-shadow {
  padding: 0;
  box-shadow: none;
}
.controllerFooter__item.lineBtn img {
  display: inline-block;
  margin: 2px 0 0;
}

/*=================================================================*/
/*  ドレス一覧
/*=================================================================*/
body .spCol2Wrap {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: unset;
}
body .spCol2Wrap::after {
  content: unset !important;
}
.pageContents .spCol2Wrap .wp-block-column {
  width: 48%;
  flex-grow: unset;
  flex-basis: unset !important;
}
.content .dressBox p {
  line-height: 1.6;
}



/*<end>============================================================*/
}