@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap');
/* Zen Antique Soft */
 @import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');

/*! "Kalam" is licensed under the SIL Open Font License, Version 1.1. http://fonts.googleapis.com http://scripts.sil.org/OFL */

* {
  box-sizing: border-box
}

*:before, *:after {
  box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block
}

html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

ol, ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle
}

q, blockquote {
  quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none
}

img {
  border: 0;
  vertical-align: bottom
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}


/*! "Noto Sans CJK" licensed under the SIL Open Font License https://www.google.com/get/noto/ */

@font-face {
  font-family: NotoSansJP;
  font-weight: 200;
  src: url(/fonts/NotoSansCJKjp-Light_subset.woff) format("woff")
}

@font-face {
  font-family: NotoSansJP;
  src: url(/fonts/NotoSansCJKjp-Regular_subset.woff) format("woff")
}

@font-face {
  font-family: NotoSansJP;
  font-weight: 700;
  src: url(/fonts/NotoSansCJKjp-Bold_subset.woff) format("woff")
}

@font-face {
  font-family: YuGothic M;
  src: local("Yu Gothic Medium")
}

html {
  width: 100%
}

body {
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 100%;
  color: #444;
  background: transparent url(/images/common/bg_body.gif) 0 0 repeat
}

img {
  max-width: 100%;
  height: auto
}

a:link {
  color: #2659ff;
  text-decoration: none
}

a:visited {
  color: #2659ff;
  text-decoration: none
}

a:hover {
  color: #2659ff;
  text-decoration: underline
}

a:active {
  color: #2659ff;
  text-decoration: none
}

a>img:hover {
  opacity: .8
}

@media print, screen and (min-width: 769px) {
  .sp_only {
   display: none !important;
  }
 }
 @media only screen and (max-width: 768px) {
  .pc_only {
   display: none !important;
  }
 }

.tagline {
  width: 100%;
  height: 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  white-space: nowrap;
  -webkit-transition: height .5s;
  transition: height .5s
}

.tagline .tagline_inner {
  width: 960px;
  height: 20px;
  margin: 0 auto;
  color: #707007;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 18px;
  -webkit-transition: height .5s;
  transition: height .5s
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, .95);
  border-bottom: 1px solid #eee;
  top: 0
}

.header .headerMain {
  position: relative;
  z-index: 1
}

.header .headerMain .headerMain_logo {
  position: absolute
}

.header .headerMain .headerMain_catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s;
  transition: all .5s
}

.header .headerMain .headerMain_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header .headerMain .headerMain_nav .headerMain_nav_item {
  display: inline-block;
  font-size: 12px;
  font-size: .75rem
}

.header .headerMain .headerMain_nav .headerMain_nav_item a {
  display: block
}

.header .headerMain .headerMain_nav .headerMain_nav_item a:link {
  color: #444;
  text-decoration: none
}

.header .headerMain .headerMain_nav .headerMain_nav_item a:visited {
  color: #444;
  text-decoration: none
}

.header .headerMain .headerMain_nav .headerMain_nav_item a:hover {
  color: #444;
  text-decoration: underline
}

.header .headerMain .headerMain_nav .headerMain_nav_item a:active {
  color: #444;
  text-decoration: none
}

.header .headerMain .headerMain_tel {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.header .headerMain .headerMain_tel a {
  display: block
}

.header .breadcrumb {
  height: 18px;
  position: relative;
  z-index: 1;
  white-space: nowrap
}

.header .breadcrumb .breadcrumb_list {
  font-size: 10px;
  font-size: .625rem;
  line-height: 16px
}

.header .breadcrumb .breadcrumb_list>li {
  display: inline-block
}

.header .breadcrumb .breadcrumb_list>li:nth-child(n+2):before {
  content: ' > '
}

.header .breadcrumb a:link {
  color: #707070;
  text-decoration: none
}

.header .breadcrumb a:visited {
  color: #707070;
  text-decoration: none
}

.header .breadcrumb a:hover {
  color: #707070;
  text-decoration: underline
}

.header .breadcrumb a:active {
  color: #707070;
  text-decoration: none
}

.spMenuTrigger.js_active .line:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg)
}

.spMenuTrigger.js_active .line:nth-of-type(2) {
  opacity: 0
}

.spMenuTrigger.js_active .line:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg)
}

.gnav {
  font-family: arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.gnav.js_active {
  visibility: visible;
  z-index: 9999;
  opacity: 1
}

.gnav .gnavList {
  width: 100%
}

.gnav .gnavList .gnavList_item>a {
  display: block;
  font-family: Verdana, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.gnav .gnavList .gnavList_item>a:link {
  color: #7b7b7b;
  text-decoration: none
}

.gnav .gnavList .gnavList_item>a:visited {
  color: #7b7b7b;
  text-decoration: none
}

.gnav .gnavList .gnavList_item>a:hover {
  color: #7b7b7b;
  text-decoration: underline
}

.gnav .gnavList .gnavList_item>a:active {
  color: #7b7b7b;
  text-decoration: none
}

.gnav .gnav_sub {
  font-size: 0
}

.gnav .gnav_sub>.item {
  display: inline-block;
  width: 36px;
  font-size: 16px
}

.gnav .gnav_sub>.item:nth-child(n+2) {
  margin-left: 10px
}

.main {
  position: relative;
  margin: 0 auto
}

.bnr-line {
  width: 100%;
  margin: 30px auto;
  text-align: center
}

.bnr-line a {
  -webkit-transition: all .5s;
  transition: all .5s
}

.bnr-line a:hover {
  opacity: .8
}

.bnr-corona {
  width: 100%;
  margin: 30px auto;
  margin-top: 140px;
  text-align: center
}

.bnr-corona a {
  -webkit-transition: all .5s;
  transition: all .5s
}

.bnr-corona a:hover {
  opacity: .8
}

.footer {
  border-top: 1px solid #e1e1e1
}

.footer .footer_head {
  width: 100%;
  padding: 0 10px;
  color: #fff;
  background-color: #94928b;
  line-height: 26px;
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  margin-bottom: 15px;
  white-space: nowrap
}

.footer .footer_inner {
  margin: 0 auto
}

.footer .footer_logobox {
  text-align: center
}

.footer .footer_logobox .footer_logobox_catch {
  margin-bottom: 20px
}

.footer .footer_logobox .footer_logobox_logo {
  width: 200px;
  margin: 0 auto 10px
}

.footer .footer_mobile .qr {
  margin-bottom: 8px
}

.footer .footer_mobile .url {
  font-size: 10px;
  font-size: .625rem
}

.footer .footer_contact .prefix {
  margin-right: 6px
}

.footer .footer_contact .footer_contact_table th {
  width: 35px;
  vertical-align: top
}

.footer .footer_contact .footer_contact_table td {
  width: auto;
  padding-left: 10px;
  padding-bottom: 15px;
  vertical-align: top;
  white-space: nowrap
}

.footer .footer_contact .footer_contact_tel {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px
}

.footer .footer_contact .footer_contact_tel>a {
  text-decoration: none
}

.footer .footer_contact .footer_contact_text {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4
}

.footer .footer_contact .footer_contact_map a {
  display: block;
  width: 106px;
  line-height: 21px;
  text-align: center;
  font-size: 12px;
  font-size: .75rem;
  color: #3f1f1f;
  background-color: #fff;
  border: 1px solid #aaa
}

.footer .footerNavList .footerNavList_item {
  font-size: 14px;
  font-size: .875rem;
  white-space: nowrap
}

.footer .footerNavList .footerNavList_item>a {
  position: relative
}

.footer .footerNavList .footerNavList_item>a:link {
  color: #4e4d46;
  text-decoration: none
}

.footer .footerNavList .footerNavList_item>a:visited {
  color: #4e4d46;
  text-decoration: none
}

.footer .footerNavList .footerNavList_item>a:hover {
  color: #4e4d46;
  text-decoration: underline
}

.footer .footerNavList .footerNavList_item>a:active {
  color: #4e4d46;
  text-decoration: none
}

.footer .footerNavList .footerNavList_item>a:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%
}

.footer .footerNavList .footerNavList_item.indent {
  font-size: 12px;
  font-size: .75rem
}

.footer .footerNavList .footerNavList_item.indent>a:before {
  left: 8px
}

.footer .footer_copy {
  margin-top: 25px;
  border-top: 1px solid #e1e1e1
}

.footer .footer_copy .footer_copy_inner small {
  display: block;
  color: #727066;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5em;
  text-align: center
}

.footer .footer_copy a:link {
  color: #444;
  text-decoration: none
}

.footer .footer_copy a:visited {
  color: #444;
  text-decoration: none
}

.footer .footer_copy a:hover {
  color: #444;
  text-decoration: underline
}

.footer .footer_copy a:active {
  color: #444;
  text-decoration: none
}

.homeMvWrap {
  width: 100%
}

.homeMv {
  width: 100%
}

.homeMv .homeMv_item {
  width: 100%
}

.homeMv .homeMv_item img {
  width: 100%;
  height: auto
}

.homeIntro {
  text-align: center
}

.homeIntro>.lead {
  line-height: 1.875
}

.homeIntro>.plan>.item {
  width: 290px
}

.homeIntro>.plan>.item a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s
}

.homeIntro>.plan>.item a:hover {
  opacity: .8
}

.shopDefWrap {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 50px
}

.shopDefWrap:last-child {
  margin-bottom: 0
}

.shopDef {
  color: #4c4c4c;
  border-bottom: 1px solid #999;
  display: table

}

.shopDef:last-child {
  border-bottom: none
}

.shopDef .shopDef_term {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  background-color: #f2f2f2;
  font-weight: 700;
  line-height: 1.4
}

.shopDef .shopDef_desc {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  font-weight: 700
}

.shopMapTitle {
  margin-bottom: 30px
}

.shopMap {
  margin-bottom: 30px
}

.sitemap .sitemap_ttl {
  color: #666
}

.sitemap .sitemap_def .sitemap_def_term {
  color: #7e2e38
}

.sitemap .sitemap_def a {
  color: #7e2e38;
  text-decoration: none
}

.homeBnr {
  margin: 60px auto;
  text-align: center
}

.planHead {
  background-image: url(/images/plan/plan_head_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative
}

.planIntro {
  background-image: url(/images/plan/plan_intro_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center
}

.planNav .planNav_item>a {
  display: block
}

.planNav .planNav_item>a:link {
  color: #575746;
  text-decoration: none
}

.planNav .planNav_item>a:visited {
  color: #575746;
  text-decoration: none
}

.planNav .planNav_item>a:hover {
  color: #575746;
  text-decoration: underline
}

.planNav .planNav_item>a:active {
  color: #575746;
  text-decoration: none
}

.planNav .planNav_item>a:hover {
  text-decoration: none
}

.planNav .planNav_ttl {
  background-repeat: no-repeat
}

.planNav .planNav_ttl.wedding {
  background-image: url(/images/plan/plan_flag_wedding.png)
}

.planNav .planNav_ttl.photo {
  background-image: url(/images/plan/plan_flag_photo.png)
}

.planNav .planNav_ttl.party {
  background-image: url(/images/plan/plan_flag_party.png)
}

.planNav .planNav_image {
  width: 290px;
  margin: 0 auto;
  text-align: center
}

.planSection {
  width: 100%
}

.planSection .planSection_head {
  position: relative
}

.planSection .planSection_head .planSection_head_main {
  color: #000;
  text-align: center;
  background-repeat: no-repeat
}

.planSection .planSection_head .planSection_head_balloon {
  display: inline-block;
  position: absolute
}

.planSection.wedding .planSection_head_main {
  background-image: url(/images/plan/wedding_section_flag.png)
}

.planSection.photo .planSection_head_main {
  background-image: url(/images/plan/photo_section_flag.png)
}

.planSection.party .planSection_head_main {
  background-image: url(/images/plan/party_section_flag.png)
}

.planSection .planSection_main {
  background-repeat: repeat;
  background-position: 0 0
}

.planSection .planSection_main .planSection_main_inner {
  background-repeat: repeat-x;
  background-position: 0 0
}

.planSection.wedding .planSection_main {
  background-image: url(/images/plan/wedding_bg_2.png)
}

.planSection.wedding .planSection_main_inner {
  background-image: url(/images/plan/wedding_bg_1.png)
}

/* .planSection.photo .planSection_main {
  background-image: url(/images/plan/photo_bg_2.png)
}

.planSection.photo .planSection_main_inner {
  background-image: url(/images/plan/photo_bg_1.png)
} */

.planSection.party .planSection_main {
  background-image: url(/images/plan/party_bg_2.png)
}

.planSection.party .planSection_main_inner {
  background-image: url(/images/plan/party_bg_1.png)
}

.planSection .planSection_detail {
  display: block;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(98, 26, 50, .3)
}

.planSection .planSection_detail:after {
  content: " ";
  display: table;
  clear: both
}

.planSection .planSection_detail .planSection_detail_ttl {
  display: none
}

.planSection .planSection_detail .planSection_detail_doc {
  text-align: center
}

.planInclude {
  background-color: #fff
}

.planInclude .planInclude_head {
  width: 100%;
  height: 50px;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 50px;
  text-align: center
}

.page_wedding .planInclude .planInclude_head {
  background-color: #ffdfdf
}

.page_photo .planInclude .planInclude_head {
  background-color: #d1eddb
}

.page_party .planInclude .planInclude_head {
  background-color: #d2e7ee
}

.planInclude .planInclude_subhead {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-bottom: 15px
}

.page_wedding .planInclude .planInclude_subhead {
  background-color: #f99
}

.page_photo .planInclude .planInclude_subhead {
  background-color: #67c588
}

.page_party .planInclude .planInclude_subhead {
  background-color: #88c4ff
}

.page_wedding .planInclude .planInclude_others {
  background-color: #ffdfdf
}

.page_photo .planInclude .planInclude_others {
  background-color: #d1eddb
}

.page_party .planInclude .planInclude_others {
  background-color: #d2e7ee
}

.planInclude .planInclude_others .planInclude_others_ttl {
  color: #000;
  margin-bottom: 10px;
  text-align: center
}

.planInclude .planInclude_others .planInclude_others_text {
  color: #2b91b2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center
}

.planInclude .planInclude_comment {
  margin: 15px auto;
  color: #777;
  line-height: 1.4;
  text-align: center
}

.planIncludePhoto {
  color: #000;
  background-color: #fff
}

.planIncludePhoto .planIncludePhoto_image {
  margin-bottom: 15px
}

.planIncludePhoto .planIncludePhoto_def {
  color: #000;
  text-align: center
}

.planIncludePhoto .planIncludePhoto_def .planIncludePhoto_def_term {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px
}

.planIncludePhoto .planIncludePhoto_def .planIncludePhoto_def_desc {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  padding: 5px
}

.planIncludeTokuten {
  background-color: #fee;
  padding-bottom: 15px
}

.page_wedding .planIncludeTokuten {
  background-color: #fff
}

.page_photo .planIncludeTokuten {
  background-color: #fff
}

.page_party .planIncludeTokuten {
  background-color: #d2e7ee
}

.planIncludeTokuten .planIncludeTokuten_head {
  text-align: center;
  color: #ff6c6c;
  line-height: 1.4
}

.page_wedding .planIncludeTokuten .planIncludeTokuten_head {
  color: #ff6c6c
}

.page_photo .planIncludeTokuten .planIncludeTokuten_head {
  color: #44ad68
}

.page_party .planIncludeTokuten .planIncludeTokuten_head {
  color: #2b91b2
}

.albumSection .albumSection_photo {
  text-align: center
}

.albumSection .albumSection_doc {
  text-align: center
}

.albumSection .albumSection_doc p {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  height: 0
}

.flowSection:after {
  content: " ";
  display: table;
  clear: both
}

.flowSection .flowSection_ttl {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  color: #2e7e42
}

.flowSection .flowSection_doc {
  color: #666
}

.flowSection .flowSection_doc p {
  line-height: 1.5
}

.flowSection .flowSection_doc ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
  line-height: 1.5
}

.flowMoreBtn {
  display: inline-block;
  padding: 5px 10px 5px 35px;
  color: #e1d7c9;
  background: #fff url(/images/plan/arrow_btn.png) 15px center no-repeat;
  border: 2px solid #e1d7c9;
  border-radius: 4px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s
}

.flowMoreBtn:link {
  color: #c0b49e;
  text-decoration: none
}

.flowMoreBtn:visited {
  color: #c0b49e;
  text-decoration: none
}

.flowMoreBtn:hover {
  color: #c0b49e;
  text-decoration: underline
}

.flowMoreBtn:active {
  color: #c0b49e;
  text-decoration: none
}

.flowMoreBtn:hover {
  color: #fff;
  background-color: #d2c3ae;
  text-decoration: none
}

.planBack {
  text-align: center;
  margin: 50px auto
}

.campaignBlockWrap {
  margin: 50px auto
}

.campaignBlock:after {
  content: " ";
  display: table;
  clear: both
}


.campaignBlock .campaignBlock_ttl {
  color: #f82361;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000
}

.campaignBlock .campaignBlock_doc {
  color: #666
}

.campaignBlock .campaignBlock_doc p {
  font-size: 14px;
  font-size: .875rem
}

.campaignBlock .campaignBlock_doc p:nth-child(n+2) {
  margin-top: 15px
}

.campaignBlock .campaignBlock_full {
  width: 100%;
  margin-bottom: 15px
}

.dressHeaderContainer {
  position: relative
}

.dressHeader {
  background-image: url(/images/common/dir_head_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat
}

.dressNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left
}

.dressNav .dressNav_item.current {
  background-color: #efeded
}

.dressNav .dressNav_item>a {
  display: block;
  color: #a37519
}

.dressNav .dressNav_item>a:hover {
  color: #000
}

.dressCateName {
  color: #8b414c;
  font-size: 16px;
  font-size: 1rem
}

.dressSD:after {
  content: " ";
  display: table;
  clear: both
}

.dressSDcomment {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  color: #828282
}

.dressSDcomment>p {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.5;
  letter-spacing: 2px
}

.dressSDcomment>p:nth-child(n+2) {
  margin-top: 12px
}

.dressIntro {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  position: relative
}

.dressIntro p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4
}

.dressIntro .dressIntro_click {
  color: #a3b0b8;
  font-size: 14px;
  font-size: .875rem
}

.dressList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.dressList .dressList_item {
  position: relative
}

.dressList .dressList_item>a {
  display: block
}

.dressOthers:after {
  content: " ";
  display: table;
  clear: both
}

.dressOthers .dressOthers_ttl {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #8b414c
}

.dressOthers .dressOthers_photo {
  border: 1px solid #bfcace;
  padding: 1px
}

.dressOthers .dressOthers_doc {
  color: #999;
  line-height: 1.4
}

.dressOthers2 {
  width: 95%;
  max-width: 960px;
  margin: 0 auto 50px;
  position: relative
}

.dressOthers2>.ttl {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #8b414c
}

.dressOthers2>.doc {
  color: #999;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4
}

.dressOthers2>.doc>p {
  margin-bottom: 16px
}

.dressOthers2 .def {
  color: #81454d;
  font-size: 16px;
  font-size: 1rem
}

.dressOthers2 .def>.term {
  margin-bottom: 10px
}

.reportContainer {
  position: relative
}

.reportContainer:after {
  content: " ";
  display: table;
  clear: both
}

.reportList .reportList_item {
  background: url(../images/common/bg_reportlist.png) no-repeat bottom right;
  border: 1px dotted #cbd2d6
}

.reportList .reportList_item>a {
  display: block;
  width: 100%;
  height: 100%
}

.reportList .reportList_item>a:hover {
  text-decoration: none
}

.reportList .reportList_photo {
  position: relative
}

.reportList .reportList_photo>img {
  max-width: none
}

.reportList .reportList_def {
  text-align: left;
  padding: 0 10px
}

.reportList .reportList_def .reportList_def_term {
  color: #511f24;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4;
  margin-bottom: 3px
}

.reportList .reportList_def .reportList_def_desc {
  color: #a37519;
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 10px
}

.reportHeadRecent {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #8b424c;
  font-size: 16px;
  font-size: 1rem
}

.reportHeadArchive {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #8b424c;
  font-size: 16px;
  font-size: 1rem
}

.reportSideList .reportSideList_item:after {
  content: " ";
  display: table;
  clear: both
}

.reportSideList .reportSideList_item>a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #666
}

.reportSideList .reportSideList_def .reportSideList_def_term {
  color: #b27f7f
}

.reportArchiveList .reportArchiveList_item {
  line-height: 1.4
}

.reportArchiveList .reportArchiveList_item>a {
  display: block;
  color: #960;
  width: 100%;
  background: url(../images/common/icon_lnav.gif) no-repeat 11px center;
  border-bottom: #d6d6d6 dotted 1px;
  text-decoration: none
}

.reportArchiveList .reportArchiveList_item>a:hover {
  color: #7e2e38;
  background-color: #f8f6ee
}

.reportSideBnr {
  width: 250px;
  margin: 0 auto;
  text-align: center
}

.reportSideBnr:nth-child(n+2) {
  margin-top: 15px
}

.reportArciveTitle {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  color: #666;
  border-left: 5px solid #960;
  line-height: 1.4;
  padding: 6px 10px;
  margin-bottom: 30px
}

.reportArciveTitle .reportArciveTitle_date {
  display: inline-block;
  color: #d9a300;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

#reportPhoto div {
  margin: 0 0 10px;
  width: 280px;
  height: 420px;
  overflow: hidden;
  position: relative
}

#reportPhoto div div {
  position: absolute;
  top: 0;
  left: 0
}

#reportPhoto div div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#reportPhoto ul {
  display: inline-block;
  overflow: hidden
}

#reportPhoto ul:after {
  content: " ";
  display: table;
  clear: both
}

#reportPhoto ul li {
  margin: 0;
  padding: 0;
  width: 70px;
  height: 46px;
  overflow: hidden;
  background-color: #efebe8;
  float: left;
  list-style: none;
  display: inline;
  position: relative
}

#reportPhoto ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

#reportPhoto .active {
  opacity: 1!important
}

#reportFaq dl dt {
  margin: 0 0 10px;
  padding: 2px 0 0 25px;
  background: url(../images/wedding-report/ico_q.gif) no-repeat left top;
  color: #a37519;
  text-align: left;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4
}

#reportFaq dl dd {
  margin: 0 0 30px;
  padding: 2px 0 0 25px;
  background: url(../images/wedding-report/ico_a.gif) no-repeat left top;
  color: #666;
  text-align: left;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4
}

#pageNav {
  text-align: center;
  background: transparent url(/images/common/bg_pagenav.jpg) center center no-repeat;
  font-size: 12px;
  font-size: .75rem
}

#pageNav a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px;
  color: #a37519;
  text-decoration: none
}

.blogContainer:after {
  content: " ";
  display: table;
  clear: both
}

.blogHeader {
  position: relative
}

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

.blogEntry {
  position: relative;
  border-bottom: 1px dotted #d6d6d6;
  padding-bottom: 30px
}

.blogEntry .blogEntry_ttl {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #7e2e38;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #d6d6d6
}

.blogEntry .blogEntry_info .blogEntry_info_date {
  color: #fff;
  background-color: #7e2e38;
  border-radius: 4px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4
}

.blogEntry .blogEntry_info .blogEntry_info_category {
  color: #808040;
  background-color: #cc9;
  border-radius: 4px
}

.blogCategoryLink {
  text-align: right;
  margin-top: 5px
}

.blogCategoryLink a {
  color: #a5b5ba;
  text-decoration: none
}

.blogCategoryLink a:hover {
  color: #7e2e38
}

.blogSideHead {
  color: #333;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px
}

.blogCalendar .blogSideHead {
  background: #fff url(../images/blog/icon_calender.gif) 3px center no-repeat
}

.blogArchive .blogSideHead {
  background: #fff url(../images/blog/icon_staff.gif) 3px center no-repeat
}

.widget-calendar .sunday {
  color: #C00
}

.widget-calendar .saturday {
  color: #06C
}

.widget-calendar table {
  margin: 0 auto
}

.widget-calendar table tr th, .widget-calendar table tr td {
  color: #666;
  text-align: center;
  vertical-align: middle
}

.widget-calendar table tr th a, .widget-calendar table tr td a {
  color: #366;
  text-decoration: underline
}

.widget-calendar .calender {
  text-align: center;
  margin-bottom: 20px
}

.widget-calendar .calender a {
  color: #366;
  text-decoration: underline
}

.blogArchive {
  margin-bottom: 20px
}

.blogArciveList .blogArciveList_item {
  color: #a5b5ba;
  background: url(../images/blog/icon_default.gif) no-repeat 3px center
}

.blogArciveList .blogArciveList_item a {
  color: #a5b5ba
}

#blog {
  margin: 0 auto;
  border: 1px #dcdcd6 solid;
  width: 960px;
  padding: 40px 0 80px;
  margin-bottom: 70px
}

#blog p.calender {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1em
}

#blog p.calender a {
  color: #366;
  text-decoration: underline
}

#blog p.calender a:hover {
  text-decoration: none
}

#blog table {
  margin: 0 auto
}

#blog table td {
  font-size: 1em;
  color: #666;
  padding: 5px;
  text-align: center
}

#blog table td a {
  color: #366;
  text-decoration: underline
}

#blog table td a:hover {
  text-decoration: none
}

#blog p.paged-archives {
  color: #a5b5ba;
  text-align: center;
  margin-top: 40px;
  line-height: 300%
}

#blog p.paged-archives a {
  text-decoration: none;
  color: #a5b5ba
}

#blog p.paged-archives a:hover {
  text-decoration: none;
  color: #fff
}

#blog .blogEntryBlock {
  border-bottom: 1px #d6d6d6 dotted;
  padding-bottom: 30px
}

#blog dl.date {
  float: left;
  padding-bottom: 80px;
  width: 80px
}

#blog dl.date dt {
  background-color: #7e2e38;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  line-height: 200%;
  margin-bottom: 1px
}

#blog dl.date dd {
  background-color: #cc9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  text-align: center;
  color: #808040;
  line-height: 500%;
  margin-bottom: 1px
}

#blog dl.date dd.staff {
  background-color: #e3b7b5;
  color: #ab4641
}

#blog div.blog_contents {
  float: right;
  width: 556px
}

#blog .blogEntryTitle {
  border-bottom: 1px #d6d6d6 dotted;
  color: #7e2e38;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 2
}

#blog #entry {
  font-size: 1.2em;
  line-height: 180%;
  color: #666;
  letter-spacing: 1.5px
}

#blog #entry p {
  font-size: 100%
}

#blog #entry p img {
  max-width: 100%;
  height: auto
}

#blog #entry p.more {
  margin-top: 20px
}

#blog #entry a {
  color: #a5b5ba;
  text-decoration: none
}

#blog #entry a:hover {
  text-decoration: underline
}

#blog .paged-archives a {
  padding: 3px 5px;
  border: 1px solid #a5b5ba;
  text-decoration: none;
  color: #a5b5ba;
  font-size: 1.2em
}

#blog .paged-archives a:visited {
  padding: 3px 5px;
  border: 1px solid #a5b5ba;
  text-decoration: none;
  color: #a5b5ba;
  font-size: 1.2em
}

#blog .paged-archives b, #blog .paged-archives a:hover {
  padding: 3px 5px;
  border: 1px solid #a5b5ba;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.2em;
  background-color: #a5b5ba
}

#blog_contents {
  width: 669px;
  float: right;
  margin-right: 35px
}

#blog_contents p.index_link {
  text-align: right;
  margin-top: 5px;
  color: #a5b5ba
}

#blog_contents p.index_link a {
  color: #a5b5ba;
  text-decoration: none
}

#blog_contents p.index_link a:hover {
  color: #7e2e38
}

#blog_main {
  position: relative
}

#blog_main .bridal_btn {
  width: 110px;
  height: 34px;
  position: absolute;
  left: 15px;
  top: 0
}

#blog_main .seijin_btn {
  width: 140px;
  height: 34px;
  position: absolute;
  left: 135px;
  top: 0
}

#blog_main .blog_mainvisual {
  position: absolute;
  left: 0;
  top: 34px
}

#blog_main .home {
  display: block;
  width: 80px;
  height: 51px;
  background: url(../blog/img/home_on.gif) no-repeat;
  position: absolute;
  left: 392px;
  top: -51px
}

#blog_main a.home {
  display: block;
  width: 80px;
  height: 31px;
  background: url(../blog/img/home.gif) no-repeat;
  position: absolute;
  left: 392px;
  top: -31px;
  text-decoration: none
}

#blog_main a.home:hover {
  height: 51px;
  top: -51px;
  background: url(../blog/img/home_on.gif) no-repeat
}

#blog_main div.campaign {
  display: block;
  width: 80px;
  height: 51px;
  background: url(../blog/img/campaign_on.gif) no-repeat;
  position: absolute;
  left: 488px;
  top: -51px
}

#blog_main a.campaign {
  display: block;
  width: 80px;
  height: 31px;
  background: url(../blog/img/campaign.gif) no-repeat;
  position: absolute;
  left: 488px;
  top: -31px;
  text-decoration: none
}

#blog_main a.campaign:hover {
  height: 51px;
  top: -51px;
  background: url(../blog/img/campaign_on.gif) no-repeat
}

#blog_main div.staff {
  display: block;
  width: 80px;
  height: 51px;
  background: url(../blog/img/staff_on.gif) no-repeat;
  position: absolute;
  right: 6px;
  top: -51px
}

#blog_main a.staff {
  display: block;
  width: 80px;
  height: 31px;
  background: url(../blog/img/staff.gif) no-repeat;
  position: absolute;
  right: 6px;
  top: -31px;
  text-decoration: none
}

#blog_main a.staff:hover {
  height: 51px;
  top: -51px;
  background: url(../blog/img/staff_on.gif) no-repeat
}

#blog_side {
  float: left;
  margin-left: 40px;
  width: 175px
}

#blog_side dl dt {
  border-bottom: 1px #d6d6d6 dotted;
  border-top: 1px #d6d6d6 dotted;
  line-height: 200%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 5px
}

#blog_side dl dt.calender {
  background: url(../blog/img/icon_calender.gif) no-repeat 3px 9px;
  color: #333
}

#blog_side dl dt.campaign {
  background: url(../blog/img/icon_campaign.gif) no-repeat 3px 9px;
  color: #808040
}

#blog_side dl dt.staff {
  background: url(../blog/img/icon_staff.gif) no-repeat 3px 9px;
  color: #ab4641
}

#blog_side dl dt.archive {
  background: url(../blog/img/icon_archive.gif) no-repeat 3px 9px;
  color: #7e2e38
}

#blog_side dl dd {
  padding-left: 15px;
  padding-right: 5px;
  margin-bottom: 20px;
  color: #a5b5ba;
  background: url(../blog/img/icon_default.gif) no-repeat 3px 7px
}

#blog_side dl dd a {
  color: #a5b5ba;
  text-decoration: none
}

#blog_side dl dd a:hover {
  text-decoration: underline
}

.sunday {
  color: #c00
}

.saturday {
  color: #06c
}

#page {
  margin: 30px 0;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, serif
}

#page p {
  font-size: 10px;
  font-size: .625rem;
  vertical-align: middle
}

#page a {
  display: inline-block;
  background-attachment: scroll;
  padding: 2px 4px;
  color: #aa8234;
  text-decoration: none
}

#page .current_page {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding: 2px 4px;
  color: #333
}

.contactIntro .contactIntro_head {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 36px
}

.contactIntro .contactIntro_doc {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  width: 90%;
  margin: 0 auto
}

.contactIntro .contactIntro_doc>p, .contactIntro .contactIntro_doc li {
  margin-bottom: 15px;
  text-align: left
}

.contactIntro .contactIntro_doc li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em
}

.contactIntro .contactIntro_note, .contactIntro .contactIntro_noteBox {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  width: 90%;
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.4
}

.contactIntro .contactIntro_noteBox {
  border: 1px solid #8b414c;
  border-radius: 4px;
  padding: 10px;
  text-align: left
}

.formReq {
  display: inline-block;
  padding: 5px;
  margin: 0 2px;
  font-size: 12px;
  line-height: 1;
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #f99;
  border-radius: 4px
}

.form .formReq {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.form .form_head {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
  position: relative
}

.form .form_head span {
  display: inline-block;
  position: relative;
  padding: 0 10px
}

.form .form_head span:before, .form .form_head span:after {
  content: '';
  display: block;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #621a32;
  position: absolute;
  top: 49%
}

.form .form_head span:before {
  left: -10px
}

.form .form_head span:after {
  right: -10px
}

.form .form_notice {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  color: #c40000;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5
}

.form .form_item .form_item_th, .form .form_item .form_item_td {
  line-height: 1.4
}

.form .form_item .form_item_th {
  background-color: #f8f7ee;
  font-weight: 700;
  position: relative
}

.form .form_item .form_item_td {
  border-top: 1px dotted #ddd
}

.form .form_item .form_item_list:nth-child(n+2) {
  margin-top: 15px
}

.form .form_item .form_item_list>li:nth-child(n+2) {
  margin-top: 15px
}

.form .form_item .form_item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px
}

.form .form_item .form_item_flex>li {
  margin: 5px 10px
}

.form .form_privacy {
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  margin: 30px auto 15px
}

.form .form_privacy>a {
  text-decoration: underline
}

.form .form_privacybox {
  width: 80%;
  height: 80px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px
}

.form .form_privacybox p {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4;
  margin-bottom: 10px
}

.form .form_privacybox dl dt, .form .form_privacybox dl dd {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4
}

.form .form_privacybox dl dt {
  font-weight: 700;
  margin-bottom: 5px
}

.form .form_privacybox dl dd {
  margin-bottom: 10px
}

.form .form_privacybox ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1.5em;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.4;
  margin-bottom: 5px
}

.form .form_note {
  color: #c99;
  font-size: 12px;
  font-size: .75rem;
  margin: 10px 0
}

.form .form_btnSend {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  display: block;
  margin: 30px auto;
  padding: 10px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  border: 1px solid #c40000;
  background-color: #fff3f3;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(98, 26, 50, .5);
  cursor: pointer;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

.form .form_btnSend:hover {
  opacity: .8;
  color: #000;
  background-color: #f0e5c9
}

.form .form_btnSend .submit {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.125rem
}

.form .form_error {
  background-color: #fee
}

.form input[type=text] {
  padding: 7px 5px;
  border: 1px solid #bbb;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: inset 0 0 3px rgba(187, 187, 187, .6);
  -webkit-transition: box-shadow .4s;
  transition: box-shadow .4s
}

.form input[type=text]:focus {
  box-shadow: inset 0 0 5px rgba(187, 187, 187, .8)
}

.form input[type=text]::-webkit-input-placeholder {
  color: #ddd;
  opacity: 1
}

.form input[type=text] ::-moz-placeholder {
  color: #ddd;
  opacity: 1
}

.form input[type=text]:-ms-input-placeholder {
  color: #ddd;
  opacity: 1
}

.form input[type=checkbox] {
  display: inline-block;
  margin: 0 5px
}

.form input[type=radio] {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle
}

.form textarea {
  line-height: 1.4;
  padding: 7px 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: inset 0 0 3px rgba(187, 187, 187, .6);
  -webkit-transition: box-shadow .4s;
  transition: box-shadow .4s
}

.form textarea:focus {
  box-shadow: inset 0 0 5px rgba(187, 187, 187, .8)
}

.form textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1
}

.form textarea ::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1
}

.form select {
  padding: 3px;
  border: 1px solid #bbb;
  vertical-align: middle;
  border-radius: 5px;
  outline: none;
  box-shadow: inset 0 0 3px rgba(187, 187, 187, .6);
  -webkit-transition: box-shadow .4s;
  transition: box-shadow .4s
}

.form select:focus {
  box-shadow: inset 0 0 5px rgba(187, 187, 187, .8)
}

.form label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

.contactThanksWords {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  text-align: center
}

.js_form_error {
  background-color: #fee
}

.js_addr {
  opacity: 0
}

.g-recaptcha {
  max-width: 304px;
  margin: 30px auto
}

.recaptchaConfirm {
  pointer-events: none;
  opacity: .7
}

.recaptchaConfirm .recaptchaConfirm_note {
  text-align: center;
  color: #e33;
  font-size: 12px;
  margin-top: 5px
}

.recaptchaConfirm.recaptchaConfirm-valid {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1
}

.galleryMv {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center
}

.navCategories {
  width: 95%;
  max-width: 960px;
  margin: 30px auto
}

.navCategories>.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.navCategories>.list>.item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", Yu Gothic, "メイリオ", sans-serif;
  font-weight: 700
}

.navCategories>.list>.item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.17;
  color: #fff;
  background-color: #b3b3b3;
  border-radius: 5px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s
}

.navCategories>.list>.item a:before {
  content: '';
  border-top: 4px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.navCategories>.list>.item a:hover {
  background-color: #4d4d4d;
  text-decoration: none
}

.navCategories>.list>.item.current a {
  background-color: #4d4d4d
}

.photoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto
}

.photoList>.item {
  position: relative;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px
}

.photoList>.item>a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.photoList>.item>a>.thumb {
  position: relative;
  overflow: hidden
}

.photoList>.item>a>.thumb>img {
  max-height: 160px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.photoList>.item>a:hover {
  background-color: rgba(98, 26, 50, .1)
}

.photoList>.item>a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1)
}

.pageNation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  width: 90%;
  margin: 20px auto
}

.pageNation>a, .pageNation>span {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  padding-top: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: arial, sans-serif;
  margin: 5px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

.pageNation>a:hover {
  background-color: #4d4d4d;
  text-decoration: none
}

.pageNation .link_before, .pageNation .link_next {
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #ccc
}

.pageNation .link_page {
  background-color: #ccc
}

.pageNation .current_page {
  background-color: #4d4d4d
}

.line-header {
  width: 100%;
  margin: 0 auto 30px;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.line-header .ttl {
  font-weight: 700
}

.line-header .ttl .group {
  display: block;
  color: #7a5562;
  letter-spacing: .3em;
  margin-bottom: 10px
}

.line-header .ttl .line {
  display: block;
  color: #00b900;
  letter-spacing: .05em;
  line-height: 1.3
}

.line-header .excerpt {
  color: #4d4d4d;
  line-height: 1.75
}

.line-how {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #eaf9ee;
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.line-how .ttl {
  color: #333;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px
}

.line-how .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.line-how .label {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  padding: 15px 0;
  margin-bottom: 30px
}

.line-how .obj {
  margin-bottom: 30px
}

.line-how .doc {
  max-width: 365px;
  margin: 0 auto;
  line-height: 1.75;
  text-align: justify
}

.line-process-section {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.line-process-section>.ttl {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px
}

.line-process-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto
}

.line-process-list>.item {
  line-height: 1.75;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .15);
  border-radius: 5px;
  margin-bottom: 15px
}

.line-process-list>.item:last-child {
  margin-bottom: 0
}

.line-otoku {
  width: 100%;
  background: transparent url(../images/line/otoku_bg.svg) 0 0 repeat;
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.line-otoku>.inner {
  position: relative
}

.line-otoku>.doc .text {
  line-height: 1.75;
  letter-spacing: .15em
}

.line-app {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  width: 95%;
  max-width: 960px;
  margin: 0 auto 80px
}

.line-app>.ttl {
  color: #333;
  font-weight: 700;
  text-align: center
}

.line-app .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.line-app .label {
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px
}

.line-app .qr {
  text-align: center;
  margin-bottom: 20px
}

.line-app .btn {
  height: 55px;
  text-align: center;
  margin-bottom: 20px
}

.line-app .doc {
  color: #000;
  text-align: center
}

.dirHead {
  position: relative
}

.dirHead .dirHead_main {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200
}

.commonContainer:after {
  content: " ";
  display: table;
  clear: both
}

.commonIntro {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200;
  color: #438b56;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 30px
}

.commonHalfCols:after {
  content: " ";
  display: table;
  clear: both
}

.commonHalfCols .commonHalfCols_ttl {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #478e59;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 4px;
  margin-bottom: 10px
}

.commonHalfCols .commonHalfCols_col p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5
}

.commonHalfCols .commonHalfCols_col p:nth-child(n+2) {
  margin-top: 10px
}

.commonHalfCols .commonHalfCols_photo {
  text-align: center
}

.commonSideBnr {
  background-color: #f8f6ed
}

.commonSideBnr .commonSideBnr_ttl {
  margin-bottom: 15px
}

.commonSideBnr .commonSideBnr_list>li:nth-child(n+2) {
  margin-top: 15px
}

.commonSideBnr .commonSideBnr_list>a {
  display: block
}

.pageDocument .pageDocument_subhead {
  text-align: left;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 20px
}

.pageDocument .pageDocument_subhead>a {
  text-decoration: none
}

.pageDocument .pageDocument_subhead>a:hover {
  text-decoration: underline
}

.pageDocument>p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8
}

.pageDocument>ul {
  margin-left: 5px
}

.pageDocument>ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.3em;
  line-height: 1.4;
  padding: 2px 0
}

.pageDocument a {
  text-decoration: underline
}

.pageHeader {
  text-align: center
}

.pageHeader .pageHeader_jp {
  color: #444;
  position: relative
}

.pageHeader .pageHeader_jp>span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  /* 2023/10/20 */
  font-family: 'Zen Antique Soft', serif;
  font-weight: 900;
}

.pageHeader .pageHeader_jp:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1
}

.pageHeader .pageHeader_en {
  color: #727066;
  /*2023/10/20 font-family: Georgia, Times New Roman, Hiragino Kaku Gothic Pro, Meiryo, sans-serif; */
  font-style: italic;
  font-family: 'Zen Antique Soft', serif;
  font-weight: 900;
}

.entryList {
  margin: 0 auto 25px;
  text-align: center;
  font-size: 0
}

.entryList .entryList_item {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 240px
}

.entryList .entryList_item .entryList_link {
  position: relative;
  display: block;
  background-color: #fff;
  opacity: 1
}

.entryList .entryList_item .entryList_link:link {
  color: #4b4b4b;
  text-decoration: none
}

.entryList .entryList_item .entryList_link:visited {
  color: #4b4b4b;
  text-decoration: none
}

.entryList .entryList_item .entryList_link:hover {
  color: #4b4b4b;
  text-decoration: underline
}

.entryList .entryList_item .entryList_link:active {
  color: #4b4b4b;
  text-decoration: none
}

.entryList .entryList_item .entryList_link:hover {
  text-decoration: none
}

.entryList .entryList_item .entryList_thumb {
  width: 240px;
  height: 174px;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.entryList .entryList_item .entryList_thumb>img {
  min-height: 174px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.entryList .entryList_item .entryList_new {
  position: absolute;
  top: 174px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2
}

.entryList .entryList_item .entryList_category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.entryList .entryList_item .entryList_def .entryList_def_term {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.45;
  font-weight: 700
}

.entryList .entryList_item .entryList_def .entryList_def_term .date {
  font-size: 11px;
  font-size: .6875rem;
  font-weight: 400
}

.entryList .entryList_item .entryList_def .entryList_def_desc {
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.45
}

.iconNew {
  width: 40px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  font-family: arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  position: relative
}

.iconNew:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #621a32;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1
}

.js_preload * {
  -webkit-transition: none!important;
  transition: none!important
}

.js_loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.js_loaderImage {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 1s;
  transition: all 1s
}

.js_loaderHidden {
  opacity: 0;
  z-index: -1
}

.js_new {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.js_gotoTop {
  display: none;
  position: relative
}

.js_gotoTop a {
  display: block;
  position: fixed;
  z-index: 9999;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #621a32;
  border-radius: 25px;
  opacity: .8;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden
}

.js_gotoTop a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-radius: 2px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.ff_noto200, .pageDocument, .pageHeader .pageHeader_jp {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 200
}

.ff_noto400, .footer .footer_contact .footer_contact_tel, .planInclude .planInclude_head, .planInclude .planInclude_subhead, .planIncludePhoto .planIncludePhoto_def .planIncludePhoto_def_term, .planIncludeTokuten .planIncludeTokuten_head, .dressCateName {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400
}

.ff_noto700 {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 700
}

.ff_yu {
  font-family: YuGothic M, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.ff_Kalam, .planNav .planNav_ttl .planNav_ttl_en, .planSection .planSection_head .planSection_head_main {
  font-family: Kalam, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.c_red {
  color: #c40000!important
}

.c_blue {
  color: #2659ff!important
}

.bsh_mv {
  box-shadow: 0 5px 15px rgba(161, 161, 161, .65)
}

.bnrTel {
  text-align: center;
  margin: 45px auto
}

.snsIconList {
  text-align: center;
  font-size: 0
}

.snsIconList .snsIconList_item {
  display: inline-block;
  font-size: 16px;
  max-width: 41px
}

.snsIconList .snsIconList_item:nth-child(n+2) {
  margin-left: 20px
}

.rpsv {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.rpsv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%!important;
  height: 100%!important
}

.table {
  display: table
}

.table dl {
  display: table-row
}

.table dl dt {
  display: table-cell
}

.table dl dd {
  display: table-cell
}

.ul {
  margin-bottom: 1em
}

.ul li {
  list-style: outside disc;
  margin-left: 2em;
  line-height: 1.65em
}

.ol {
  margin-bottom: 1em
}

.ol li {
  list-style: outside decimal;
  margin-left: 2em;
  line-height: 1.65em
}

.clearfix, .cf, .footer .footer_nav .footer_nav_listbox {
  *zoom: 1
}

.clearfix:after, .cf:after, .footer .footer_nav .footer_nav_listbox:after {
  content: " ";
  display: table;
  clear: both
}

.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.mt0 {
  margin-top: 0!important
}

.mb0 {
  margin-bottom: 0!important
}

.mt5 {
  margin-top: 5px!important
}

.mb5 {
  margin-bottom: 5px!important
}

.mt10 {
  margin-top: 10px!important
}

.mb10 {
  margin-bottom: 10px!important
}

.mt15 {
  margin-top: 15px!important
}

.mb15 {
  margin-bottom: 15px!important
}

.mt20 {
  margin-top: 20px!important
}

.mb20 {
  margin-bottom: 20px!important
}

.mt25 {
  margin-top: 25px!important
}

.mb25 {
  margin-bottom: 25px!important
}

.mt30 {
  margin-top: 30px!important
}

.mb30 {
  margin-bottom: 30px!important
}

.mt35 {
  margin-top: 35px!important
}

.mb35 {
  margin-bottom: 35px!important
}

.mt40 {
  margin-top: 40px!important
}

.mb40 {
  margin-bottom: 40px!important
}

.mt45 {
  margin-top: 45px!important
}

.mb45 {
  margin-bottom: 45px!important
}

.mt50 {
  margin-top: 50px!important
}

.mb50 {
  margin-bottom: 50px!important
}

.tac {
  text-align: center!important
}

.tar {
  text-align: right!important
}

.tal {
  text-align: left!important
}

.fwb {
  font-weight: 700!important
}

.fz10 {
  font-size: 10px!important;
  font-size: .625rem!important
}

.fz12 {
  font-size: 12px!important;
  font-size: .75rem!important
}

.fz14 {
  font-size: 14px!important;
  font-size: .875rem!important
}

.fz16 {
  font-size: 16px!important;
  font-size: 1rem!important
}

.fz18 {
  font-size: 18px!important;
  font-size: 1.125rem!important
}

.fz20 {
  font-size: 20px!important;
  font-size: 1.25rem!important
}

.fz22 {
  font-size: 22px!important;
  font-size: 1.375rem!important
}

.fz24 {
  font-size: 24px!important;
  font-size: 1.5rem!important
}

.fz26 {
  font-size: 26px!important;
  font-size: 1.625rem!important
}

.fz28 {
  font-size: 28px!important;
  font-size: 1.75rem!important
}

.fz30 {
  font-size: 30px!important;
  font-size: 1.875rem!important
}

@media screen and (max-width:768px) {
  html {
    overflow-x: hidden
  }
  body {
    overflow-x: hidden
  }
  .tagline {
    display: none
  }
  .header {
    height: 70px
  }
  .page_home .header {
    height: 52px
  }
  .header .headerMain {
    width: 100%;
    height: 52px
  }
  .header .headerMain .headerMain_logo {
    width: 60px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .header .headerMain .headerMain_catch {
    display: none
  }
  .header .headerMain .headerMain_nav {
    text-align: left;
    font-size: 0;
    right: 55px
  }
  .header .headerMain .headerMain_nav .headerMain_nav_item {
    width: 35px
  }
  .header .headerMain .headerMain_nav .headerMain_nav_item:nth-child(n+2) {
    margin-left: 10px
  }
  .header .headerMain .headerMain_nav .headerMain_nav_text {
    display: none
  }
  .header .headerMain .headerMain_tel {
    width: 24px;
    right: 65px
  }
  .header .breadcrumb {
    width: 100%;
    padding-left: 10px
  }
  .header .breadcrumb .breadcrumb_list {
    width: 100%
  }
  .spMenuTrigger {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 38px;
    height: 32px;
    z-index: 1;
    cursor: pointer
  }
  .spMenuTrigger .line {
    display: inline-block;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .spMenuTrigger .line:nth-of-type(1) {
    top: 0
  }
  .spMenuTrigger .line:nth-of-type(2) {
    top: 14px
  }
  .spMenuTrigger .line:nth-of-type(3) {
    bottom: 0
  }
  .gnav {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(98, 26, 50, .3);
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity .5s, z-index .5s;
    transition: opacity .5s, z-index .5s
  }
  .gnav .gnavList .gnavList_item {
    display: block
  }
  .gnav .gnavList .gnavList_item>a {
    position: relative;
    padding: 14px
  }
  .gnav .gnavList .gnavList_item>a:before {
    content: '';
    border: 4px solid #621a32;
    border-color: transparent transparent transparent #621a32;
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .gnav .gnavList .gnavList_item.home {
    width: 100%;
    background-color: #621a32;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5px
  }
  .gnav .gnavList .gnavList_item.home>a:link {
    color: #fff;
    text-decoration: none
  }
  .gnav .gnavList .gnavList_item.home>a:visited {
    color: #fff;
    text-decoration: none
  }
  .gnav .gnavList .gnavList_item.home>a:hover {
    color: #fff;
    text-decoration: underline
  }
  .gnav .gnavList .gnavList_item.home>a:active {
    color: #fff;
    text-decoration: none
  }
  .gnav .gnav_sub {
    text-align: center;
    margin: 5px auto
  }
  .main {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 30px
  }
  .page_home .main {
    padding-top: 52px
  }
  .bnr-line {
    max-width: 320px
  }
  .bnr-corona {
    max-width: 320px
  }
  .footer {
    padding: 25px 0 0
  }
  .footer .footer_inner {
    width: 90%
  }
  .footer .footer_logobox {
    margin-bottom: 30px
  }
  .footer .footer_mobile {
    display: none
  }
  .footer .footer_nav {
    width: 100%;
    margin-bottom: 15px
  }
  .footer .footer_contact {
    width: 100%;
    text-align: center
  }
  .footer .footer_contact .footer_contact_table {
    width: 230px;
    margin: 0 auto
  }
  .footer .footer_contact .footer_contact_map a {
    margin: 0 auto 10px
  }
  .footer .footerNavList {
    width: 90%;
    margin: 0 auto
  }
  .footer .footerNavList .footerNavList_item {
    margin-bottom: 5px
  }
  .footer .footerNavList .footerNavList_item>a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 20px;
    background-color: #eee;
    border-radius: 5px
  }
  .footer .footerNavList .footerNavList_item>a:before {
    left: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #eb5837;
    border-right: 2px solid #eb5837;
    border-radius: 2px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
  }
  .footer .footerNavList .footerNavList_item.indent {
    padding-left: 10px
  }
  .footer .footer_copy .footer_copy_inner {
    width: 95%;
    margin: 10px auto
  }
  .homeMvWrap {
    margin-bottom: 60px
  }
  .homeIntro {
    width: 90%;
    margin: 60px auto
  }
  .homeIntro>.head {
    width: 290px;
    margin: 0 auto 30px
  }
  .homeIntro>.lead {
    font-size: .75rem;
    margin-bottom: 50px
  }
  .homeIntro>.plan>.item {
    margin: 0 auto 40px
  }
  .homeIntro>.plan>.item:last-child {
    margin-bottom: 0
  }
  .shopDefWrap {
    width: 95%;
    margin: 0 auto 30px
  }
  .shopDef {
    width: 100%;
    margin: 0 auto
  }
  .shopDef .shopDef_term {
    width: 35%;
    padding: 10px;
    font-size: .75rem
  }
  .shopDef .shopDef_desc {
    width: auto;
    font-size: .75rem;
    padding: 10px
  }
  .shopMapTitle {
    font-weight: 700;
    text-align: center
  }
  .shopMap {
    width: 90%;
    margin: 0 auto 30px
  }
  .sitemap {
    width: 95%;
    margin: 0 auto 40px;
    padding: 15px;
    background-color: #f8f7ee;
    border-radius: 5px
  }
  .sitemap .sitemap_ttl {
    text-align: center;
    border-bottom: 1px dotted #c40000;
    margin-bottom: 15px;
    padding-bottom: 5px
  }
  .sitemap .sitemap_def {
    width: 90%;
    margin: 0 auto
  }
  .sitemap .sitemap_def:nth-child(n+2) {
    margin-top: 15px
  }
  .sitemap .sitemap_def .sitemap_def_term {
    padding-left: 10px;
    margin-bottom: 10px;
    position: relative
  }
  .sitemap .sitemap_def .sitemap_def_term:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #c40000;
    border-right: 2px solid #c40000;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
  .sitemap .sitemap_def .sitemap_def_desc {
    font-size: .875rem;
    line-height: 1.4;
    padding-left: 10px
  }
  .homeBnr {
    width: 90%
  }
  .planHead {
    width: 95%;
    margin: 0 auto 30px;
    background-size: 100% auto;
    padding-bottom: 30px
  }
  .planHead .planHead_main {
    width: 160px;
    margin: 0 auto;
    text-align: center
  }
  .planHead .planHead_sub {
    display: none
  }
  .planIntro {
    width: 90%;
    margin: 0 auto 50px;
    background-size: 100% auto;
    padding-bottom: 8%
  }
  .planNav {
    margin-bottom: 50px
  }
  .planNav .planNav_item {
    display: block;
    width: 290px;
    margin: 0 auto
  }
  .planNav .planNav_item:nth-child(n+2) {
    margin-top: 25px
  }
  .planNav .planNav_ttl {
    background-size: 40px auto;
    background-position: 10px bottom;
    text-align: center
  }
  .planNav .planNav_ttl .planNav_ttl_en {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 8px
  }

  .planNav .planNav_ttl .planNav_ttl_jp {
    display: block;
    font-size: .875rem;
    padding-bottom: 5px
  }
  .planSection {
    margin-bottom: 60px
  }
  .planSection .planSection_head {
    height: 50px;
    text-align: center
  }
  .planSection .planSection_head .planSection_head_main {
    background-size: 50px auto;
    background-position: 0 bottom;
    display: inline-block;
    width: 230px;
    height: 50px;
    margin: 0 auto;
    font-size: 1.75rem;
    padding-top: 12px;
    padding-left: 55px;
    text-align: left
  }
  .planSection .planSection_head .planSection_head_balloon {
    padding: 0 10px;
    text-align: center;
    color: #484141;
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 10px;
    position: absolute;
    bottom: -28px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
  }
  .planSection .planSection_head .planSection_head_balloon:before {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .planSection .planSection_head .planSection_head_balloon:after {
    content: '';
    display: block;
    width: 16px;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .planSection .planSection_main {
    background-size: 180px auto
  }
  .planSection .planSection_main .planSection_main_inner {
    background-size: 250px auto;
    padding-top: 80px;
    padding-bottom: 60px
  }
  .planSection .planSection_detail {
    width: 280px;
    margin: 0 auto
  }
  .planSection .planSection_detail:nth-child(n+2) {
    margin: 30px auto 0
  }
  .planInclude {
    width: 95%;
    margin: 0 auto
  }
  .planInclude .planInclude_head {
    margin-bottom: 20px
  }
  .planInclude .planInclude_subhead {
    font-size: 1.125rem;
    line-height: 1.4;
    padding: 5px
  }
  .planIncludePhoto {
    margin-bottom: 30px
  }
  .planIncludePhoto .planIncludePhoto_item {
    width: 95%;
    margin: 0 auto;
    text-align: center
  }
  .planIncludePhoto .planIncludePhoto_item:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 15px
  }
  .planIncludeTokuten {
    width: 95%;
    margin: 0 auto
  }
  .planIncludeTokuten .planIncludeTokuten_item:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px
  }
  .planIncludeTokuten .planIncludeTokuten_head {
    font-size: 1rem;
    margin-bottom: 15px
  }
  .albumSection {
    width: 90%;
    margin: 0 auto 30px;
    padding: 15px;
    background-color: #f8f7ee;
    border-radius: 5px
  }
  .albumSection .albumSection_ttl {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0
  }
  .flowSection {
    width: 90%;
    margin: 0 auto 15px;
    padding: 15px;
    background-color: #f8f7ee;
    border-radius: 5px
  }
  .flowSection .flowSection_ttl {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px
  }
  .flowSection .flowSection_photo {
    text-align: center;
    margin-bottom: 15px
  }
  .flowSection .flowSection_doc p {
    font-size: .875rem
  }
  .flowSection .flowSection_doc p:nth-child(n+2) {
    margin-top: 10px
  }
  .flowSection .flowSection_doc ul li {
    font-size: .875rem
  }
  .flowSection .flowSection_doc ul li:nth-child(n+2) {
    margin-top: 10px
  }
  .flowMoreBtn {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 10px 10px 10px 20px;
    text-align: center
  }
  .flowTodayTitle {
    font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
    font-weight: 200;
    width: 100%;
    margin: 30px auto;
    color: #fff;
    background: transparent url(/images/plan/flow_today_ttl_bg.png) 0 center repeat-x;
    background-size: auto 50px;
    text-align: center;
    font-size: 1.125rem;
    line-height: 50px;
    letter-spacing: 1px
  }
  .campaignBlock {
    width: 95%;
    margin: 0 auto
  }
  .campaignBlock:nth-child(n+2) {
    margin-top: 15px
  }
  .campaignBlock .campaignBlock_image {
    margin: 15px auto
  }
  .dressHeaderContainer {
    margin-bottom: 30px
  }
  .dressHeader {
    width: 95%;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    background-size: 100% auto;
    text-align: center
  }
  .dressHeader .dressHeader_main {
    width: 160px;
    margin: 0 auto
  }
  .dressHeader .dressHeader_sub {
    display: inline-block;
    color: #a3b0b8;
    font-size: .75rem;
    font-family: arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
    font-style: italic;
    text-align: center;
    margin-bottom: 5px;
    position: relative
  }
  .dressHeader .dressHeader_sub:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #a3b0b8;
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .dressHeader .dressHeader_sub:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #a3b0b8;
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .dressNav {
    width: 95%;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .dressNav .dressNav_item {
    width: 48%;
    font-size: .75rem;
    padding: 10px 15px 10px 10px;
    border: 1px solid #e0e0e0;
    background-color: #f8f6ed;
    border-radius: 5px;
    position: relative
  }
  .dressNav .dressNav_item:nth-child(n+3) {
    margin-top: 8px
  }
  .dressNav .dressNav_item:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
  }
  .dressCateName {
    text-align: center;
    margin-bottom: 15px
  }
  .dressSD {
    width: 90%;
    margin: 0 auto 15px
  }
  .dressSD .dressSD_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .dressSDcomment {
    width: 80%;
    margin: 0 auto 30px
  }
  .dressSDcomment>p br {
    display: none
  }
  .dressIntro {
    width: 95%;
    margin: 0 auto 30px
  }
  .dressIntro .dressIntro_click {
    display: block;
    margin-top: 10px;
    text-align: center;
    line-height: 1.4
  }
  .dressList {
    width: 90%;
    margin: 0 auto 50px
  }
  .dressList .dressList_item {
    width: 49%
  }
  .dressList .dressList_item:nth-child(2n) {
    margin-left: 1%
  }
  .dressList .dressList_item:nth-child(n+3) {
    margin-top: 10px
  }
  .dressList .dressList_item img {
    width: 100%;
    height: auto
  }
  .dressOthers {
    width: 95%;
    margin: 0 auto 50px;
    padding: 15px;
    background-color: #f8f7ee;
    border-radius: 5px
  }
  .dressOthers .dressOthers_ttl {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
    margin-bottom: 10px
  }
  .dressOthers .dressOthers_photo {
    text-align: center;
    margin-bottom: 15px
  }
  .dressOthers2 {
    padding: 15px;
    background-color: #f8f7ee;
    border-radius: 5px
  }
  .dressOthers2>.ttl {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 6px;
    margin-bottom: 10px
  }
  .dressOthers2>.photo {
    text-align: center;
    margin-bottom: 15px
  }
  .reportContainer .reportContainer_main {
    margin-bottom: 30px
  }
  .reportContainer .reportContainer_side {
    width: 100%;
    padding: 15px 0;
    background-color: #f8f7ee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
  }
  .reportList {
    width: 300px;
    margin: 0 auto
  }
  .reportList .reportList_item {
    padding: 10px
  }
  .reportList .reportList_item:nth-child(n+2) {
    margin-top: 20px
  }
  .reportList .reportList_photo {
    margin-bottom: 10px
  }
  .reportList .reportList_photo>img {
    width: 100%
  }
  .reportHeadRecent {
    width: 95%;
    margin: 0 auto;
    padding: 12px 10px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #f3f0df;
    border-radius: 5px
  }
  .reportHeadArchive {
    width: 95%;
    margin: 0 auto;
    padding: 12px 10px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #f3f0df;
    border-radius: 5px
  }
  .reportSideList {
    width: 95%;
    margin: 0 auto 15px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .reportSideList .reportSideList_item {
    width: 49%;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px
  }
  .reportSideList .reportSideList_item:nth-child(n+3) {
    margin-top: 15px
  }
  .reportSideList .reportSideList_photo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
  }
  .reportSideList .reportSideList_def {
    width: 100%;
    font-size: .875rem;
    line-height: 1.4;
    text-align: center
  }
  .reportSideList .reportSideList_def .reportSideList_def_term {
    padding: 5px;
    background-color: #fee
  }
  .reportSideList .reportSideList_def .reportSideList_def_desc {
    padding: 5px
  }
  .reportArchiveList {
    width: 90%;
    margin: 0 auto 15px;
    border-top: 1px dotted #d6d6d6
  }
  .reportArchiveList .reportArchiveList_item {
    font-size: .875rem
  }
  .reportArchiveList .reportArchiveList_item>a {
    padding: 14px 10px 14px 25px
  }
  .reportArciveTitle {
    width: 95%;
    margin: 0 auto 30px;
    font-size: 1.125rem;
    background-color: #f8f7ee
  }
  #reportPhoto {
    max-width: 90%;
    min-width: 280px;
    margin: 0 auto 30px;
    padding: 15px 10px;
    background-color: #f8f7ee;
    border: 1px solid #edd;
    border-radius: 5px
  }
  #reportPhoto div {
    width: 100%;
    margin: 0 auto 15px
  }
  #reportPhoto ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
  }
  #reportFaq {
    width: 90%;
    margin: 0 auto 30px
  }
  #pageNav {
    background-size: auto 24px;
    background-repeat: repeat-y;
    padding: 15px
  }
  .blogContainer .blogContainer_main {
    width: 95%;
    margin: 0 auto 30px
  }
  .blogContainer .blogContainer_side {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    background-color: #f8f7ee;
    border: 1px solid #eee;
    border-radius: 5px
  }
  .blogHeader {
    margin-bottom: 15px
  }
  .blogHeader .blogHeader_ttl {
    margin-bottom: 10px
  }
  .blogHeader .blogHeader_ttl img {
    border-radius: 5px
  }
  .blogHeader .blogHeader_tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item {
    width: 120px;
    font-size: .875rem;
    text-align: center
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    border: 1px solid #e9d191;
    border-radius: 5px
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item:nth-child(n+2) {
    margin-left: 10px
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item.bridal a {
    color: #fff;
    background-color: #e9d191
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item.seijin a {
    color: #e9d191;
    background-color: #fff7f4
  }
  .blogEntry {
    margin-bottom: 20px
  }
  .blogEntry .blogEntry_ttl {
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 10px
  }
  .blogEntry .blogEntry_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px
  }
  .blogEntry .blogEntry_info .blogEntry_info_date {
    padding: 6px
  }
  .blogEntry .blogEntry_info .blogEntry_info_category {
    padding: 6px;
    margin-left: 5px
  }
  .blogEntry .blogEntry_body p {
    font-size: 1rem;
    line-height: 1.5
  }
  .blogCategoryLink {
    font-size: .875rem
  }
  .blogSideHead {
    padding: 10px 10px 10px 15px
  }
  .widget-calendar table {
    width: 95%
  }
  .widget-calendar table tr th, .widget-calendar table tr td {
    font-size: .875rem;
    padding: 10px 5px
  }
  .widget-calendar .calender {
    font-size: .875rem
  }
  .blogArciveList .blogArciveList_item {
    padding: 8px 0 8px 15px
  }
  #page {
    width: 90%;
    margin: 30px auto
  }
  #page a {
    width: 42px;
    height: 42px;
    margin: 5px;
    padding: 0;
    line-height: 40px;
    background-color: #f8f7ee;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    vertical-align: top
  }
  #page .current_page {
    width: 42px;
    height: 42px;
    margin: 5px;
    padding: 0;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    vertical-align: top
  }
  .contactIntro {
    margin-bottom: 30px
  }
  .contactIntro .contactIntro_doc>p, .contactIntro .contactIntro_doc li {
    line-height: 1.5
  }
  .form {
    width: 95%;
    margin: 0 auto 30px
  }
  .form .form_item {
    border: 1px solid #ddd;
    margin-bottom: 15px
  }
  .form .form_item .form_item_th, .form .form_item .form_item_td {
    padding: 10px
  }
  .form .form_item .form_item_list>li {
    line-height: 1.5
  }
  .form .form_mailConfText {
    display: none
  }
  .form .form_privacy {
    width: 80%;
    text-align: center;
    line-height: 1.4
  }
  .form .form_btnSend {
    width: 270px
  }
  .form .form_birth_year {
    display: inline-block;
    margin-bottom: 10px
  }
  .form input[type=text] {
    font-size: 16px
  }
  .form input[type=text].input_short {
    width: 50%
  }
  .form input[type=text].input_long {
    width: 95%
  }
  .form input[type=text].input_full {
    width: 95%
  }
  .form input[type=text].input_seimei {
    width: 70%
  }
  .form input[type=text].input_year {
    width: 4em
  }
  .form input[type=text].input_tel {
    width: 95%
  }
  .form input[type=text].input_zip {
    width: 50%
  }
  .form textarea {
    width: 95%;
    font-size: 16px
  }
  .form select {
    font-size: 16px;
    margin: 0 2px 5px
  }
  .form label.label_short {
    display: block;
    margin-bottom: 6px
  }
  .form label.label_edu {
    display: block;
    margin-bottom: 5px
  }
  .form label.label_date {
    display: block;
    margin-bottom: 5px
  }
  .form .form_spblock {
    display: block
  }
  .contactThanksWords {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 50px
  }
  .navCategories>.list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .navCategories>.list>.item {
    width: 48%;
    height: 35px;
    max-width: 180px;
    margin: 1%
  }
  .photoList {
    width: 90%
  }
  .photoList>.item {
    width: 50%
  }
  .photoList>.item:nth-child(2n+1) {
    border-left: 1px solid #ccc
  }
  .photoList>.item:nth-child(n+3) {
    border-top: 0
  }
  .photoList>.item>a>.thumb {
    width: 100%;
    height: 147px;
    margin-bottom: 5px
  }
  .line-header {
    max-width: 320px;
    height: 443px;
    background-image: url(../images/line/header_bg_sp.jpg);
    background-size: 100% auto
  }
  .line-header .inner {
    padding: 160px 30px 30px
  }
  .line-header .ttl .group {
    font-size: 18px
  }
  .line-header .ttl .line {
    font-size: 23px
  }
  .line-header .excerpt {
    font-size: 14px
  }
  .line-how .ttl {
    font-size: 1.125rem
  }
  .line-how .cols>.col {
    width: 90%;
    margin: 0 auto 30px
  }
  .line-how .obj {
    text-align: center
  }
  .line-process-section>.ttl {
    font-size: 18px
  }
  .line-process-list>.item {
    padding: 10px;
    font-size: 14px
  }
  .line-otoku {
    background-size: auto 257px;
    background-repeat: repeat-x;
    margin: 60px auto
  }
  .line-otoku>.inner {
    width: 100%;
    height: 257px;
    background: transparent url(../images/line/otoku_cloud_sp.png) 0 bottom no-repeat;
    background-size: cover
  }
  .line-otoku>.inner .phone {
    width: 260px;
    position: absolute;
    left: 10%;
    bottom: 0
  }
  .line-otoku>.doc {
    width: 90%;
    margin: 0 auto
  }
  .line-otoku>.doc .text {
    font-size: 14px
  }
  .line-app>.ttl {
    font-size: 18px;
    margin-bottom: 30px
  }
  .line-app .cols {
    padding-top: 60px;
    background: transparent url(../images/line/app_bg_sp.svg) center center no-repeat;
    background-size: 100% 100%
  }
  .line-app .cols>.col {
    margin-bottom: 40px
  }
  .line-app .doc {
    font-size: 14px
  }
  .dirHead {
    width: 95%;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    background-image: url(/images/common/dir_head_bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center
  }
  .dirHead .dirHead_main {
    font-size: 1.125rem;
    line-height: 1.4;
    text-align: center
  }
  .dirHead .dirHead_sub {
    display: inline-block;
    color: #a3b0b8;
    font-size: .75rem;
    font-family: arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
    font-style: italic;
    text-align: center;
    margin-bottom: 5px;
    position: relative
  }
  .dirHead .dirHead_sub:before {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #a3b0b8;
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .dirHead .dirHead_sub:after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    background-color: #a3b0b8;
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .commonContainer .commonContainer_main {
    margin-bottom: 30px
  }
  .commonContainer .commonContainer_side {
    width: 250px;
    margin: 0 auto
  }
  .commonIntro {
    width: 90%;
    margin: 0 auto 15px
  }
  .commonHalfCols {
    width: 95%;
    margin: 0 auto 30px;
    padding: 15px;
    background-color: #f8f7ee;
    border-radius: 5px
  }
  .commonHalfCols .commonHalfCols_ttl {
    width: 100%
  }
  .commonHalfCols .commonHalfCols_col p br {
    display: none
  }
  .commonHalfCols .commonHalfCols_photo {
    padding: 10px;
    margin-bottom: 15px
  }
  .pageDocument {
    width: 95%;
    margin: 0 auto 30px
  }
  .pageDocument>p {
    margin-bottom: 15px
  }
  .pageDocument>p br {
    display: none
  }
  .pageHeader {
    margin-bottom: 30px
  }
  .pageHeader .pageHeader_jp {
    font-size: 1.25rem
  }
  .pageHeader .pageHeader_en {
    font-size: .875rem;
    margin-top: 12px
  }
  .pageSection {
    width: 95%;
    margin: 0 auto 50px
  }
  .entryList {
    width: 90%
  }
  .entryList .entryList_item:last-child {
    margin-bottom: 0
  }
  .entryList .entryList_item .entryList_def {
    margin-top: 15px
  }
  .entryList .entryList_item .entryList_def.min {
    height: auto
  }
  .entryList .entryList_item .entryList_def .entryList_def_term {
    padding: 10px 12px 18px;
    margin-bottom: 0
  }
  .entryList .entryList_item .entryList_def .entryList_def_desc {
    padding: 0 10px 15px
  }
  .js_gotoTop a {
    right: 10px;
    bottom: 70px
  }
  .sp_none {
    display: none!important
  }
  .bottomContact {
    width: 80%;
    margin: 0 auto 30px;
    background-color: #eee;
    border-radius: 10px
  }
  .bottomContact .bottomContact_ttl {
    width: 90%;
    margin: 0 auto 15px;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px dotted #ccc
  }
  .bottomContact .bottomContact_list {
    text-align: center;
    padding-bottom: 15px
  }
  .bottomContact .bottomContact_list>li {
    padding: 0 15px
  }
  .bottomContact .bottomContact_list>li:nth-child(n+2) {
    margin-top: 10px
  }
  .bnrTel {
    width: 80%;
    margin: 0 auto 30px;
    color: #926130;
    background-color: #f0ebd7;
    border-radius: 10px
  }
  .bnrTel .bnrTel_ttl {
    width: 90%;
    margin: 0 auto 15px;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px dotted #926130
  }
  .bnrTel .bnrTel_num {
    font-family: arial, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
    font-size: 1.5rem;
    padding-bottom: 15px
  }
  .bnrTel .bnrTel_num a:link {
    color: #926130;
    text-decoration: none
  }
  .bnrTel .bnrTel_num a:visited {
    color: #926130;
    text-decoration: none
  }
  .bnrTel .bnrTel_num a:hover {
    color: #926130;
    text-decoration: underline
  }
  .bnrTel .bnrTel_num a:active {
    color: #926130;
    text-decoration: none
  }
  .google_iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
  }
  .google_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

@media print, screen and (min-width:769px) {
  .header {
    height: 210px;
    -webkit-transition: height .5s;
    transition: height .5s
  }
  .page_home .header {
    height: 192px
  }
  .js_scrolled .header {
    top: -20px;
    height: 135px
  }
  .js_scrolled .header .headerMain {
    height: 50px;
    margin: 10px auto
  }
  .js_scrolled .header .headerMain .headerMain_logo {
    height: 50px
  }
  .js_scrolled .header .headerMain .headerMain_logo img {
    -webkit-transform: scale(.7) translate(-24px, -15px);
    transform: scale(.7) translate(-24px, -15px)
  }
  .js_scrolled .header .headerMain .headerMain_catch {
    -webkit-transform: translateY(-50%) translateX(-40px);
    transform: translateY(-50%) translateX(-40px)
  }
  .js_scrolled .header .headerMain .headerMain_nav_text {
    display: none!important
  }
  .js_scrolled .header .breadcrumb {
    display: none
  }
  .js_scrolled .header .headerMain_nav_item:nth-child(n+2) {
    margin-left: 5px!important
  }
  .js_scrolled .header .gnav_sub_wrap {
    top: 36px
  }
  .header .headerMain {
    width: 960px;
    margin: 27px auto;
    height: 71px;
    -webkit-transition: height .5s, margin .5s;
    transition: height .5s, margin .5s
  }
  .header .headerMain .headerMain_logo {
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .header .headerMain .headerMain_logo img {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .header .headerMain .headerMain_catch {
    left: 144px
  }
  .header .headerMain .headerMain_nav {
    right: 315px;
    text-align: center;
    font-size: 0
  }
  .header .headerMain .headerMain_nav .headerMain_nav_item {
    width: 48px
  }
  .header .headerMain .headerMain_nav .headerMain_nav_item:nth-child(n+2) {
    margin-left: 15px
  }
  .header .headerMain .headerMain_nav .headerMain_nav_text {
    display: inline-block;
    margin-top: 5px;
    font-size: .75rem;
    white-space: nowrap
  }
  .header .headerMain .headerMain_tel {
    right: 8px
  }
  .header .breadcrumb {
    width: 960px;
    margin: 0 auto 5px
  }
  .header .breadcrumb .breadcrumb_list {
    text-align: right
  }
  .spMenuTrigger {
    display: none
  }
  .gnav {
    width: 960px;
    margin: 0 auto;
    height: 36px
  }
  .gnav .gnavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center
  }
  .gnav .gnavList .gnavList_item:nth-child(n+2) {
    margin-left: 10px
  }
  .gnav .gnavList .gnavList_item.campaign>a:before {
    content: 'キャンペーン'
  }
  .gnav .gnavList .gnavList_item.plan>a:before {
    content: 'プラン'
  }
  .gnav .gnavList .gnavList_item.dress>a:before {
    content: '衣装'
  }
  .gnav .gnavList .gnavList_item.make>a:before {
    content: 'ヘアメイク'
  }
  .gnav .gnavList .gnavList_item.flow>a:before {
    content: '当日の流れ'
  }
  .gnav .gnavList .gnavList_item.album>a:before {
    content: 'アルバム'
  }
  .gnav .gnavList .gnavList_item.photo>a:before {
    content: 'フォトレポート'
  }
  .gnav .gnavList .gnavList_item.wedding>a:before {
    content: '挙式レポート'
  }
  .gnav .gnavList .gnavList_item.blog>a:before {
    content: 'ニュース'
  }
  .gnav .gnavList .gnavList_item.gallery>a:before {
    content: 'ギャラリー'
  }
  .gnav .gnavList .gnavList_item>a {
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding: 10px;
    background-color: rgba(238, 238, 238, 0);
    position: relative;
    overflow: hidden;
    white-space: nowrap
  }
  .gnav .gnavList .gnavList_item>a:before {
    position: absolute;
    top: 36px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: .6875rem;
    line-height: 1.2;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .gnav .gnavList .gnavList_item>a:hover {
    text-decoration: none
  }
  .gnav .gnavList .gnavList_item>a:hover:before {
    opacity: 1;
    top: 10px
  }
  .gnav .gnavList .gnavList_item>a:hover span {
    margin-top: -36px;
    opacity: 0
  }
  .gnav .gnavList .gnavList_item>a span {
    display: block;
    text-align: center;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .gnav .gnavList .gnavList_item.home {
    width: 17px;
    background: transparent url(/images/common/gnav_home.png) center 9px no-repeat;
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }
  .gnav .gnavList .gnavList_item.home:hover {
    opacity: .6
  }
  .gnav .gnav_sub_wrap {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    top: 56px;
    z-index: 1;
    -webkit-transition: top .5s;
    transition: top .5s
  }
  .gnav .gnav_sub {
    position: absolute;
    top: 0;
    right: 225px;
    z-index: 1;
    text-align: left
  }
  .main {
    width: 100%;
    padding-top: 290px;
    padding-bottom: 50px;
    -webkit-transition: padding .5s;
    transition: padding .5s
  }
  .page_home .main {
    padding-top: 115px
  }
  .footer {
    padding: 25px 0
  }
  .footer .footer_logobox, .footer .footer_mobile, .footer .footer_nav, .footer .footer_contact {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
    border-left: 1px dotted #e4e4e4
  }
  .footer .footer_inner {
    display: table;
    width: 960px;
    margin: 0 auto;
    border-right: 1px dotted #e4e4e4
  }
  .footer .footer_logobox {
    width: auto;
    vertical-align: middle
  }
  .footer .footer_mobile {
    width: 134px;
    text-align: center
  }
  .footer .footer_nav {
    width: 342px
  }
  .footer .footer_nav .footer_nav_listbox .footer_nav_listbox_col {
    float: left;
    width: 160px
  }
  .footer .footer_contact {
    width: 212px
  }
  .footer .footer_contact .footer_contact_table {
    width: 100%
  }
  .footer .footer_contact .footer_contact_tel {
    line-height: 24px
  }
  .footer .footer_contact .footer_contact_map a {
    margin-left: 45px
  }
  .footer .footerNavList .footerNavList_item {
    padding: 4px 0
  }
  .footer .footerNavList .footerNavList_item>a {
    padding-left: 12px
  }
  .footer .footerNavList .footerNavList_item>a:before {
    left: 0;
    border: 4px solid #eb5837;
    border-color: transparent transparent transparent #eb5837;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .footer .footerNavList .footerNavList_item.indent>a {
    padding-left: 17px
  }
  .footer .footer_copy .footer_copy_inner {
    width: 960px;
    margin: 8px auto 0
  }
  .homeMvWrap {
    margin-bottom: 100px
  }
  .homeIntro {
    width: 960px;
    margin: 60px auto
  }
  .homeIntro>.head {
    margin-bottom: 70px
  }
  .homeIntro>.lead {
    margin-bottom: 70px
  }
  .homeIntro>.plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
  }
  .shopDef {
    width: 650px;
    margin: 0 auto
  }
  .shopDef .shopDef_term {
    width: 165px;
    height: 60px;
    padding: 0 10px;
    font-size: .875rem
  }
  .shopDef .shopDef_desc {
    padding-left: 40px;
    font-size: .875rem
  }
  .sitemap {
    width: 640px;
    margin: 0 auto 40px
  }
  .sitemap .sitemap_ttl {
    font-size: .875rem;
    margin-bottom: 10px
  }
  .sitemap .sitemap_def {
    display: table;
    width: 100%;
    margin-bottom: 5px
  }
  .sitemap .sitemap_def .sitemap_def_term {
    display: table-cell;
    vertical-align: top;
    width: 160px;
    background: transparent url(/images/common/sitemap_icon.gif) 0 2px no-repeat;
    padding-left: 10px;
    font-size: .75rem;
    line-height: 1.6
  }
  .sitemap .sitemap_def .sitemap_def_desc {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: .625rem;
    line-height: 1.6
  }
  .homeBnr {
    width: 100%
  }
  .planHead {
    width: 913px;
    height: 107px;
    margin: 0 auto 72px
  }
  .planHead .planHead_main {
    margin-top: 12px;
    text-align: left
  }
  .planHead .planHead_sub {
    position: absolute;
    top: 69px;
    right: 0
  }
  .planIntro {
    height: 180px;
    margin-bottom: 110px
  }
  .planNav {
    width: 960px;
    margin: 0 auto 75px;
    text-align: center;
    font-size: 0
  }
  .planNav .planNav_item {
    display: inline-block;
    font-size: 1rem;
    width: 290px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }
  .planNav .planNav_item:nth-child(n+2) {
    margin-left: 45px
  }
  .planNav .planNav_item:hover {
    opacity: .75
  }
  .planNav .planNav_ttl {
    width: 100%;
    height: 62px;
    text-align: left;
    padding-left: 80px;
    background-position: 14px bottom
  }
  .planNav .planNav_ttl .planNav_ttl_en {
    display: block;
    font-size: 26px;
    margin-bottom: 12px
  }
  .planNav .planNav_ttl .planNav_ttl_jp {
    display: block;
    font-size: 1rem
  }
  .planSection {
    margin-bottom: 80px
  }
  .planSection .planSection_head {
    margin: 0 auto;
    height: 165px
  }
  .planSection .planSection_head .planSection_head_main {
    font-size: 75px;
    letter-spacing: -2px;
    position: absolute;
    top: 59px;
    left: 0;
    padding-left: 145px;
    height: 106px
  }
  .planSection .planSection_head .planSection_head_balloon {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    width: 205px;
    height: 131px;
    top: 0;
    right: 0
  }
  .planSection.wedding .planSection_head {
    width: 773px
  }
  .planSection.wedding .planSection_head_balloon {
    background: transparent url(/images/plan/wedding_section_balloon.png) 0 0 no-repeat
  }
  .planSection.photo .planSection_head {
    width: 682px
  }
  .planSection.photo .planSection_head_balloon {
    background: transparent url(/images/plan/photo_section_balloon.png) 0 0 no-repeat
  }
  .planSection.party .planSection_head {
    width: 676px
  }
  .planSection.party .planSection_head_balloon {
    background: transparent url(/images/plan/party_section_balloon.png) 0 0 no-repeat
  }
  .planSection .planSection_main .planSection_main_inner {
    padding-bottom: 60px
  }
  .planSection .planSection_detail {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1
  }
  .planSection .planSection_detail:nth-child(n+2) {
    margin: 60px auto 0
  }
  .planSection .planSection_detail .planSection_detail_photo {
    float: right;
    width: 480px;
    height: 350px;
    overflow: hidden;
    text-align: center;
    position: relative
  }
  .planSection .planSection_detail .planSection_detail_photo img {
    min-height: 350px;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .planSection .planSection_detail .planSection_detail_doc {
    float: right;
    width: 480px;
    height: 350px;
    overflow: hidden;
    position: relative
  }
  .planSection .planSection_detail .planSection_detail_doc img {
    min-height: 350px;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .planInclude {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0
  }
  .planInclude .planInclude_head {
    margin-bottom: 40px
  }
  .planInclude .planInclude_subhead {
    font-size: 1.25rem;
    line-height: 40px
  }
  .planInclude .planInclude_others {
    width: 600px;
    margin: 15px auto;
    padding: 10px;
    border-radius: 5px
  }
  .planIncludePhoto {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .planIncludePhoto .planIncludePhoto_item {
    width: 315px;
    padding-bottom: 50px;
    margin-left: 7px
  }
  .planIncludePhoto .planIncludePhoto_item:nth-child(3n+1) {
    margin-left: 0
  }
  .planIncludeTokuten {
    width: 950px;
    margin: 0 auto;
    text-align: center;
    font-size: 0
  }
  .planIncludeTokuten .planIncludeTokuten_item {
    width: 305px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    text-align: center;
    margin-left: 6px
  }
  .planIncludeTokuten .planIncludeTokuten_item:nth-child(3n+1) {
    margin-left: 0
  }
  .planIncludeTokuten .planIncludeTokuten_head {
    display: table-cell;
    vertical-align: bottom;
    width: 305px;
    height: 50px;
    font-size: 1.125rem
  }
  .planIncludeTokuten .planIncludeTokuten_box {
    width: 305px;
    height: 457px
  }
  .albumSection {
    width: 625px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 15px
  }
  .albumSection .albumSection_ttl {
    display: none
  }
  .albumSection .albumSection_photo {
    width: 293px
  }
  .albumSection .albumSection_doc {
    width: 291px
  }
  .flowSection {
    width: 650px;
    margin: 0 auto 30px
  }
  .flowSection .flowSection_ttl {
    width: 325px;
    float: left;
    margin-bottom: 10px
  }
  .flowSection .flowSection_photo {
    width: 325px;
    height: auto;
    float: right;
    text-align: right;
    padding-left: 10px;
  }
  .flowSection.reverse .flowSection_photo {
    padding-left: 0px;
  }
  
  .flowSection .flowSection_doc {
    width: 325px;
    float: left
  }
  .flowSection .flowSection_doc p {
    font-size: .75rem
  }
  .flowSection .flowSection_doc ul li {
    font-size: .75rem
  }
  .flowSection.reverse .flowSection_ttl {
    float: right
  }
  .flowSection.reverse .flowSection_photo {
    float: left;
    text-align: left;
    padding-right: 10px;
  }
  .flowSection.reverse .flowSection_doc {
    float: right
  }
  .flowTodayTitle {
    margin-bottom: 30px
  }
  .flowTodayTitle img {
    max-width: none
  }
  .campaignBlock {
    width: 960px;
    margin: 0 auto
  }
  .campaignBlock:nth-child(n+2) {
    margin-top: 40px;
    padding-top: 40px;
    position: relative
  }
  .campaignBlock:nth-child(n+2):before {
    content: '';
    display: block;
    margin: 0 auto;
    border-top: 1px dotted #ccc;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .campaignBlock .campaignBlock_item {
    width: 475px;
    float: right
  }
  .campaignBlock .campaignBlock_image {
    width: 465px;
    float: left
  }
  .dressHeaderContainer {
    width: 960px;
    margin: 0 auto 30px
  }
  .dressHeader {
    width: 960px;
    height: 93px;
    margin: 0 auto 30px;
    position: relative
  }
  .dressHeader .dressHeader_main {
    text-align: left
  }
  .dressHeader .dressHeader_sub {
    position: absolute;
    right: 0;
    bottom: 15px;
    text-align: right
  }
  .dressHeaderContainer .dressNav {
    position: absolute;
    bottom: 13px
  }
  .dressNav .dressNav_item {
    font-size: .75rem;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 7px 7px 5px
  }
  .dressNav .dressNav_item:nth-child(n+2) {
    margin-left: 5px
  }
  .dressCateName {
    width: 960px;
    margin: 0 auto 30px
  }
  .dressSD {
    width: 960px;
    margin: 0 auto 15px
  }
  .dressSD .dressSD_main {
    width: 625px;
    float: left
  }
  .dressSD .dressSD_sub {
    width: 317px;
    float: right
  }
  .dressSD .dressSD_sub .dressSD_sub_item:nth-child(n+2) {
    margin-top: 17px
  }
  .dressSDcomment {
    width: 960px;
    margin: 0 auto 30px
  }
  .dressIntro {
    width: 960px;
    margin: 0 auto 30px;
    min-height: 1em
  }
  .dressIntro .dressIntro_click {
    position: absolute;
    top: 0;
    right: 0
  }
  .dressList {
    width: 960px;
    margin: 0 auto 50px
  }
  .dressList .dressList_item {
    width: 150px;
    height: 225px;
    overflow: hidden;
    border: 1px solid #bfcace;
    margin-left: 12px
  }
  .dressList .dressList_item:nth-child(6n+1) {
    margin-left: 0
  }
  .dressList .dressList_item:nth-child(n+7) {
    margin-top: 10px
  }
  .dressList .dressList_item img {
    min-height: 225px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .dressOthers {
    width: 960px;
    margin: 0 auto 50px
  }
  .dressOthers .dressOthers_ttl {
    width: 630px;
    float: right;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 30px
  }
  .dressOthers .dressOthers_photo {
    width: 300px;
    float: left
  }
  .dressOthers .dressOthers_doc {
    width: 630px;
    float: right;
    font-size: .875rem
  }
  .dressOthers2 {
    height: 200px;
    padding-left: 330px
  }
  .dressOthers2>.ttl {
    line-height: 1.4;
    margin-bottom: 30px
  }
  .dressOthers2>.photo {
    width: 300px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0
  }
  .reportContainer {
    width: 960px;
    margin: 0 auto
  }
  .reportContainer .reportContainer_main {
    width: 650px;
    float: left;
    /*2023/10/04 padding-top: 123px */
  }
  .reportContainer .reportContainer_side {
    width: 250px;
    float: right
  }
  .reportList {
    width: 640px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .reportList .reportList_item {
    width: 200px;
    margin-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .reportList .reportList_item:hover {
    opacity: .8;
    box-shadow: 0 0 10px rgba(98, 26, 50, .2);
    border: 1px solid #cbd2d6
  }
  .reportList .reportList_item:nth-child(3n+1) {
    margin-left: 0
  }
  .reportList .reportList_item:nth-child(n+4) {
    margin-top: 20px
  }
  .reportList .reportList_photo {
    width: 180px;
    height: 150px;
    overflow: hidden;
    margin: 10px auto;
    position: relative
  }
  .reportList .reportList_photo>img {
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .reportHeadRecent {
    width: 250px;
    height: 100px;
    padding: 44px 0 0 11px;
    background: url(../images/common/bg_lnav.jpg) 0 0 no-repeat
  }
  .reportHeadArchive {
    width: 250px;
    height: 33px;
    padding: 7px 0 0 11px;
    margin-bottom: 10px;
    background: url(../images/common/bg_lnav_archive.gif) 0 0 no-repeat
  }
  .reportSideList {
    width: 250px;
    margin: 0 auto 15px
  }
  .reportSideList .reportSideList_item {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .reportSideList .reportSideList_item:hover {
    opacity: .7
  }
  .reportSideList .reportSideList_photo {
    width: 100px;
    float: left
  }
  .reportSideList .reportSideList_def {
    width: 130px;
    padding-left: 10px;
    float: right;
    font-size: .75rem;
    line-height: 1.4
  }
  .reportArchiveList {
    margin-bottom: 15px
  }
  .reportArchiveList .reportArchiveList_item {
    font-size: .75rem
  }
  .reportArchiveList .reportArchiveList_item>a {
    padding: 5px 5px 5px 25px
  }
  .reportArciveTitle {
    font-size: 1.125rem
  }
  #reportPhoto {
    width: 280px;
    float: left
  }
  #reportFaq {
    width: 350px;
    float: right;
    margin: 0 0 30px
  }
  #reportFaq dl {
    width: 350px
  }
  #reportFaq dl dt {
    width: 325px
  }
  #reportFaq dl dd {
    width: 325px
  }
  #pageNav {
    width: 630px;
    height: 43px;
    margin: 30px auto;
    padding-top: 15px
  }
  .blogContainer {
    width: 960px;
    margin: 0 auto 70px;
    padding: 40px;
    border: 1px solid #dcdcd6
  }
  .blogContainer .blogContainer_main {
    width: 669px;
    float: right
  }
  .blogContainer .blogContainer_side {
    width: 175px;
    float: left
  }
  .blogHeader .blogHeader_ttl {
    padding-top: 34px;
    margin-bottom: 15px
  }
  .blogHeader .blogHeader_tab {
    position: absolute;
    top: 0;
    left: 0
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item {
    margin-left: 15px
  }
  .blogEntry {
    padding-left: 113px;
    min-height: 100px
  }
  .blogEntry .blogEntry_ttl {
    line-height: 2;
    margin-bottom: 30px
  }
  .blogEntry .blogEntry_info {
    width: 80px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
  }
  .blogEntry .blogEntry_info .blogEntry_info_date {
    padding: 10px 0;
    margin-bottom: 1px
  }
  .blogEntry .blogEntry_info .blogEntry_info_category {
    font-size: .625rem;
    padding: 20px 0
  }
  .blogEntry .blogEntry_body p {
    font-size: .75rem;
    line-height: 1.7
  }
  .blogCategoryLink {
    font-size: .625rem
  }
  .blogSideHead {
    font-size: .625rem;
    line-height: 2;
    padding-left: 15px
  }
  .widget-calendar table {
    width: 170px
  }
  .widget-calendar table tr th, .widget-calendar table tr td {
    font-size: .625rem;
    padding: 5px
  }
  .widget-calendar .calender {
    font-size: .625rem
  }
  .blogArciveList .blogArciveList_item {
    padding-left: 15px;
    padding-right: 5px;
    font-size: .625rem;
    line-height: 1.4
  }
  .blogArciveList .blogArciveList_item:nth-child(n+2) {
    margin-top: 20px
  }
  #blog_main {
    width: 669px;
    height: 250px
  }
  .contactIntro {
    width: 720px;
    margin: 50px auto
  }
  .contactIntro .contactIntro_doc>p, .contactIntro .contactIntro_doc li {
    line-height: 1.6
  }
  .form {
    width: 680px;
    margin: 0 auto 30px
  }
  .form .form_item {
    display: table
  }
  .form .form_item .form_item_th, .form .form_item .form_item_td {
    display: table-cell;
    padding: 20px
  }
  .form .form_item .form_item_th {
    vertical-align: middle;
    width: 230px;
    border-top: 1px solid #ddd
  }
  .form .form_item .form_item_td {
    width: 450px
  }
  .form .form_item .form_item_list {
    font-size: 0
  }
  .form .form_item .form_item_list>li {
    font-size: 1rem
  }
  .form .form_item .form_item_list>li.inline {
    display: inline-block;
    width: 200px
  }
  .form .form_item .form_item_list>li.inline:nth-child(n+2) {
    margin-top: 0;
    margin-left: 5px
  }
  .form .form_item .form_item_flex>li {
    min-width: 100px
  }
  .form .form_mailConfText {
    margin-left: 5px
  }
  .form .form_btnSend {
    width: 300px
  }
  .form .form_birth_year {
    display: inline-block
  }
  .form input[type=text] {
    font-size: .875rem
  }
  .form input[type=text].input_short {
    width: 80px
  }
  .form input[type=text].input_long {
    width: 280px
  }
  .form input[type=text].input_full {
    width: 100%
  }
  .form input[type=text].input_seimei {
    width: 150px
  }
  .form input[type=text].input_year {
    width: 80px
  }
  .form input[type=text].input_tel {
    width: 200px
  }
  .form input[type=text].input_zip {
    width: 120px
  }
  .form textarea {
    width: 100%;
    font-size: .875rem
  }
  .form select {
    margin: 0 3px
  }
  .form label.label_name {
    width: 80px
  }
  .form label.label_short {
    width: 90px
  }
  .form label.label_addr {
    width: 100px
  }
  .form label.label_edu {
    display: block;
    margin-bottom: 5px
  }
  .contactThanksWords {
    font-size: 1.375rem;
    line-height: 1.8;
    margin: 70px auto
  }
  .galleryMv {
    height: 400px
  }
  .navCategories>.list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: -5px -7px 0
  }
  .navCategories>.list>.item {
    width: 180px;
    height: 35px;
    margin: 5px 7px
  }
  .photoList {
    width: 960px
  }
  .photoList>.item {
    width: 240px;
    height: 180px
  }
  .photoList>.item:nth-child(4n+1) {
    border-left: 1px solid #ccc
  }
  .photoList>.item:nth-child(n+5) {
    border-top: 0
  }
  .photoList>.item>a>.thumb {
    width: 100%;
    height: 100%
  }
  .line-header {
    max-width: 960px;
    height: 448px;
    background-image: url(../images/line/header_bg_pc.jpg);
    background-size: 960px 448px
  }
  .line-header .inner {
    padding: 125px 0 0 60px
  }
  .line-header .ttl .group {
    font-size: 30px
  }
  .line-header .ttl .line {
    font-size: 40px
  }
  .line-header .excerpt {
    letter-spacing: 1px
  }
  .line-how .ttl {
    font-size: 1.5625rem
  }
  .line-how .cols>.col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
  .line-how .obj {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .line-process-section>.ttl {
    font-size: 25px
  }
  .line-process-list>.item {
    padding: 17px 0 17px 100px
  }
  .line-otoku {
    height: 466px;
    margin: 155px auto 300px
  }
  .line-otoku>.inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    background: transparent url(../images/line/otoku_cloud_pc.png) right bottom no-repeat
  }
  .line-otoku>.inner .phone {
    position: absolute;
    top: -155px;
    left: 0
  }
  .line-otoku>.doc {
    width: 1100px;
    margin: 0 auto;
    position: relative
  }
  .line-otoku>.doc .text {
    width: 370px;
    position: absolute;
    top: -235px;
    right: 160px
  }
  .line-app>.ttl {
    font-size: 25px;
    margin-bottom: 60px
  }
  .line-app .cols {
    height: 420px;
    padding-top: 15px;
    background: transparent url(../images/line/app_bg_pc.svg) center center no-repeat;
    background-size: contain
  }
  .line-app .cols>.col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
  .line-app .label {
    font-size: 18px
  }
  .dirHead {
    width: 960px;
    margin: 0 auto 30px;
    text-align: center
  }
  .reportContainer .dirHead, .commonContainer .dirHead {
    width: 731px;
    position: absolute;
    top: 0;
    left: -30px
  }
  .dirHead .dirHead_sub {
    display: none
  }
  .commonContainer {
    width: 960px;
    margin: 0 auto
  }
  .commonContainer .commonContainer_main {
    width: 650px;
    float: left;
    position: relative;
    /*2023/10/04 padding-top: 123px */
  }
  .commonContainer .commonContainer_side {
    width: 250px;
    float: right;
    padding-top: 100px;
  }
  .commonIntro {
    letter-spacing: 1px
  }
  .commonHalfCols {
    width: 650px;
    min-height: 300px;
    margin: 0 auto 70px
  }
  .commonHalfCols .commonHalfCols_ttl {
    width: 320px
  }
  .commonHalfCols .commonHalfCols_col {
    width: 320px;
    float: right
  }
  .commonHalfCols .commonHalfCols_col:last-child {
    margin-right: 10px
  }
  .commonHalfCols .commonHalfCols_photo {
    margin-top: -15px
  }
  .pageDocument {
    width: 540px;
    margin: 0 auto 70px
  }
  .pageDocument>p {
    margin-bottom: 35px
  }
  .pageHeader {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 67px
  }
  .page_home .pageHeader {
    margin: 0 auto 50px
  }
  .pageHeader .pageHeader_jp {
    height: 40px;
    padding: 7px 0;
    font-size: 1.625rem;
    letter-spacing: 1px
  }
  .pageHeader .pageHeader_en {
    font-size: 1rem;
    margin-top: 15px
  }
  .pageSection {
    margin-bottom: 50px
  }
  .entryList {
    width: 960px
  }
  .entryList .entryList_item {
    margin-bottom: 25px
  }
  .entryList .entryList_item:first-child .entryList_def {
    border-left: 1px solid #ddd
  }
  .entryList .entryList_item .entryList_link:hover {
    background-color: #f9f9f9;
    opacity: .8;
    -webkit-transition: all .5s;
    transition: all .5s
  }
  .entryList .entryList_item .entryList_def {
    padding-top: 36px;
    height: 156px;
    border-right: 1px solid #ddd
  }
  .entryList .entryList_item .entryList_def.min {
    height: 110px
  }
  .entryList .entryList_item .entryList_def .entryList_def_term {
    padding: 0 12px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .entryList .entryList_item .entryList_def .entryList_def_desc {
    padding: 0 12px 15px
  }
  .js_gotoTop a {
    right: 38px;
    bottom: 38px;
    background-color: rgba(98, 26, 50, .8);
    -webkit-transition: background-color .5s;
    transition: background-color .5s
  }
  .js_gotoTop a:hover {
    background-color: rgba(98, 26, 50, .5);
    text-decoration: none
  }
  .pc_none {
    display: none!important
  }
  .bottomContact {
    width: 630px;
    height: 161px;
    margin: 20px auto 30px;
    background: transparent url(/images/common/bottom_contact_bg.gif) 0 0 no-repeat;
    position: relative
  }
  .bottomContact .bottomContact_ttl {
    display: none
  }
  .bottomContact .bottomContact_list {
    position: absolute;
    top: 87px;
    left: 10px;
    font-size: 0;
    text-align: left
  }
  .bottomContact .bottomContact_list>li {
    display: inline-block;
    font-size: 1rem
  }
  .bottomContact .bottomContact_list>li:nth-child(n+2) {
    margin-left: 10px
  }
  .bnrTel .bnrTel_ttl {
    display: none
  }
  .section_info .google_iframe, .results_detail .google_iframe {
    width: 600px;
    margin: 0 auto
  }
}

.f_fixed1 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  width: 100%;
}
.f_fixed1.js_active {
  opacity: 1;
  visibility: visible;
}
.f_fixed1 .f_fixed1_list {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.f_fixed1 .f_fixed1_list .f_fixed1_item {
  width: calc(50% - 5px);
  max-width: 318px;
}
@media print, screen and (min-width: 769px) {
  .f_fixed1 {
    display: none;
  }
}





@media print {
  .header {
    position: static
  }
  .js_gotoTop {
    display: none!important
  }
}

@media screen and (max-width:320px) {
  .gnav .gnavList .gnavList_item>a {
    padding: 9px 14px
  }
}

@media print, screen and (min-width:769px) and (min-width:769px) {
  .campaignBlock:nth-child(n+2):before {
    width: 800px
  }
}



.box_privacy ol {
	list-style:decimal;
	padding-left:20px;
	line-height:1.8;
}
.ta_r {
	text-align:right !important;
}

.pageHeader_jp {
  font-family: 'Zen Antique Soft', serif"
}




.cat-block {
  padding: 0 0 150px;
}
.main .cat-block:last-of-type {
  margin-bottom: 70px;
}
.cat-block .plan-cat {
  text-align: center;
  margin: 0 0 90px;
  font-weight: 700;
  color: #621A32;
  position: relative;  
}
.cat-block .plan-cat::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 26px;
  background-color: #E1CFCF;
  z-index: -1;
}

.cat-block .plan-cat .ja {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  color: #707070;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Noto Sans JP', sans-serif;
}

.cat-block .plan-cat .en {
  display: inline-block;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: .02em;
  padding: 0 20px;
  background-color: #fff;
  font-family: 'Noto Serif JP', sans-serif;
}

.cat-block .post-list {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.cat-block .plan-card {
  width: calc(33.333% - 16px);
  max-width: 305px;
  min-width: 240px;
}

.cat-block .plan-card>a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.cat-block .plan-card .plan-card-inner {
  position: relative;
}

.cat-block .plan-card .image_box {
  width: 88%;
  aspect-ratio: 273/197;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 16px 16px;
  margin: 0 auto;
  z-index: 2;
  transition: all 0.5s ease;
}

.cat-block .plan-card:hover .image_box {
  transform: scale(1.05);
}

.cat-block .plan-card .image_box img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.cat-block .plan-card .info_box {
  background: #F8F2F2;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  padding: 50px 15px 25px;
  letter-spacing: -0.6px;
  text-align: center;
  position: relative;
  margin-top: -35px;
  z-index: 1;
  font-family: 'Noto Sans JP', sans-serif;
}

.cat-block .plan-card .plan_name_en {
  font-size: 14px;
  line-height: 1.4;
  color: #621A32;
  margin: 0 0 12px;
  font-weight: 700;
  font-family: 'Noto Serif JP', sans-serif;
}

.cat-block .plan-card .plan_name_ja {
  font-size: 14px;
  color: #707070;
  margin: 0 0 20px;
}

.cat-block .plan-card .bage {
  margin: 0 0 15px;
}

.cat-block .plan-card .bage span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 4px;
  background: #6b1e2b;
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  font-family: 'Noto Serif JP', sans-serif;
}

.cat-block .plan-card .basic_price {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.2;
  color: #621A32;
  
  font-family: 'Noto Serif JP', sans-serif;
}

.cat-block .plan-card .basic_price .tax_price {
  font-size: 16px;
  
  color: #7d6b70;
  margin-left: 2px;
}

.cat-block .plan-card .wd_price {
  margin: 0;
  font-size: 14px;
  color: #707070;
}

@media (max-width: 1024px) {
  .cat-block .plan-card .plan_name_en {
    font-size: 12px;
  }
  .cat-block .plan-card .basic_price {
    font-size: 24px;
  }
  .cat-block .plan-card .basic_price .tax_price {
    font-size: 12px;
  }
  .cat-block .plan-card .wd_price {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .cat-block .plan-cat .en {
    font-size: 30px;
  }
  .cat-block .post-list {
    gap: 30px;
  }
  .cat-block .plan-card {
    width: calc(100%);
  }
}

.plan_wrapper {
  margin-top: -80px;
  padding-bottom: 160px;
  background-color: #FEFBFB;
}
.plan_wrapper .planMvWrap {
  width: 90%;
  max-width: 962px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.plan_wrapper h1 {
  margin: 24px 0 60px;
}
.plan_wrapper h1 .en {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #621A32;
  font-family: 'Noto Serif JP', sans-serif;
}
.plan_wrapper h1 .ja {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #707070;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .plan_wrapper {
      margin-top: -30px;
  }
  .plan_wrapper h1 .en {
      font-size: 22px;
      line-height: 1.4;
  }
}


.plan_wrapper .plan_base_content {
  width: 90%;
  max-width: 962px;
  margin: 0 auto;
  border: 1px solid #D2B1BC;
  border-radius: 13px;
  background-color: #fff;
  padding: 20px 20px;
  position: relative;
}
.plan_wrapper .plan_base_content .plan_bnr_img {
  height: 42px;
  width: auto;
  position: absolute;
  top: -21px;
  left: 20px;
}
.plan_wrapper .plan_base_content .plan_base_close_btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #621A32;
  cursor: pointer;
  display: none;
}
.plan_wrapper .plan_base_content .plan_base_close_btn.active {
  display: block;
}
.plan_wrapper .plan_base_content .plan_base_close_btn::after {
  content: '';
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin: 3px 0 0 3px;
  transform: translateY(75%) translateX(50%) rotate(-45deg);
}
.plan_wrapper .plan_base_content_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 10px;
}
.plan_wrapper .plan_base_content .plan_price_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 35%;
}
.plan_wrapper .plan_base_content .plan_price_box .basic_price {
  font-size: 30px;
  color: #621A32;
  font-weight: bold;
  font-family: 'Noto Serif JP', sans-serif;
}
.plan_wrapper .plan_base_content .plan_price_box .basic_price .tax_price {
  font-size: 16px;
}
.plan_wrapper .plan_base_content .plan_price_box .wd_price {
  font-size: 14px;
  color: #707070;
}
.plan_wrapper .plan_base_content .plan_price_box .plan_base_price_note {
  font-size: 12px;
  color: #707070;
  text-align: justify;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item:hover img,
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item.active img {
  border-color: #621A32;
  opacity: 1;
}
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item p {
  font-size: 12px;
  color: #707070;
  text-align: center;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item:hover p,
.plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item.active p {
  color: #000;
}
.plan_wrapper .plan_base_content .plan_sec_box {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  display: none;
}
.plan_wrapper .plan_base_content .plan_sec_box.active {
  display: flex;
}
.plan_wrapper .plan_base_content .plan_sec_box .image_box {
  width: 33%;
}
.plan_wrapper .plan_base_content .plan_sec_box .text_box {
  width: 62%;
}
.plan_wrapper .plan_base_content .plan_sec_box .text_box > p {
  font-size: 16px;
  color: #707070;
  font-weight: bold;
  margin-bottom: 15px;
}
.plan_wrapper .plan_base_content .plan_sec_box .text_box .text {
  font-size: 16px;
  line-height: 1.6;
  color: #707070;
  text-align: justify;
}

@media screen and (max-width: 1024px) {
  .plan_wrapper .plan_base_content_inner {
      flex-direction: column;
      gap: 20px;
      padding: 20px 0;
  }
  .plan_wrapper .plan_base_content .plan_price_box {
      width: 100%;
  }
  .plan_wrapper .plan_base_content .plan_price_box .plan_base_price_note {
      text-align: center;
  }
  .plan_wrapper .plan_price_box {
      width: 100%;
      text-align: center;
  }
  .plan_wrapper .plan_icon_box {
      width: 100%;
      text-align: center;
  }
  .plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list {
      justify-content: center;
  }
  .plan_wrapper .plan_base_content .plan_sec_box {
      padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .plan_wrapper .plan_base_content {
      padding: 20px 10px;
  }
  .plan_wrapper .plan_base_content .plan_price_box .plan_base_price_note {
      text-align: justify;
  }
  .plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list {
      gap: 9px;
  }
  .plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item img {
      width: 52px;
      height: 52px;
  }
  .plan_wrapper .plan_base_content .plan_icon_box .plan_icon_list .plan_icon_item p {
      font-size: 10px;
      letter-spacing: -0.05em;
  }
  .plan_wrapper .plan_base_content .plan_sec_box {
      flex-direction: column;
      gap: 15px;
      justify-items: center;
  }
  .plan_wrapper .plan_base_content .plan_sec_box .image_box {
      width: 100%;
  }
  .plan_wrapper .plan_base_content .plan_sec_box .text_box {
      width: 100%;
  }
  .plan_wrapper .plan_base_content .plan_sec_box .text_box > p {
      margin-bottom: 10px;
  }
}


.plan_wrapper .plan_option_content {
  width: 90%;
  max-width: 962px;
  margin: 50px auto 0;
  border: 1px solid #D2B1BC;
  border-radius: 13px;
  background-color: #fff;
  padding: 20px 20px;
  position: relative;
}
.plan_wrapper .plan_option_content h2 {
  font-size: 20px;
  color: #621A32;
  border: solid 1px #D2B1BC;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  position: absolute;
  line-height: 30px;
  top: -15px;
  left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
}
.plan_wrapper .plan_option_content .plan_option_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  gap: 20px;
  border-bottom: dashed 2px #C2C2C2;
}
.plan_wrapper .plan_option_content .plan_option_box:last-child {
  border-bottom: none;
}
.plan_option_price {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_price h3 {
  font-size: 19px;
  color: #707070;
  margin-top: 7px;
  font-family: 'Noto Sans JP', sans-serif;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_price p {
  font-size: 16px;
  color: #621A32;
  font-family: 'Noto Serif JP', sans-serif;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_price p .js-commify {
  font-size: 30px;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_image {
  width: 52%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 5px;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_image .sp_plus {
  display: inline-block;
  font-size: 26px;
  color: #621A32;
  margin-top: 28px;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_image img.plan_bnr_img {
  width: auto;
  height: 42px;
  margin-top: 20px;
}
.plan_wrapper .plan_option_content .plan_option_box .plan_option_image img {
  width: auto;
  height: 100px;
}

@media screen and (max-width: 1099px) {
  .plan_wrapper .plan_option_content .plan_option_box {
      flex-direction: column;
  }
  .plan_wrapper .plan_option_content .plan_option_box .plan_option_price {
      width: 100%;
      justify-content: center;
  }
  .plan_wrapper .plan_option_content .plan_option_box .plan_option_image {
      width: 100%;
      justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .plan_wrapper .plan_option_content {
      padding: 20px 10px;
  }
  .plan_wrapper .plan_option_content h2 {
    font-size: 16px;
  }
  .plan_wrapper .plan_option_content .plan_option_box .plan_option_image {
      flex-wrap: nowrap;
      gap: 2px;
  }
  .plan_wrapper .plan_option_content .plan_option_box .plan_option_image .sp_plus {
      margin-top: 24px;
      font-size: 14px;
      font-weight: bold;
  }
  .plan_wrapper .plan_option_content .plan_option_box .plan_option_image img {
      width: 65% !important;
      height: auto !important;
  }
  .plan_wrapper .plan_option_content .plan_option_box .plan_option_image img.plan_bnr_img {
      width: 29% !important;
      margin-top: 19px;
  }
}


.plan_wrapper .plan_benefit_content {
  width: 90%;
  max-width: 962px;
  margin: 160px auto 0;
}
.plan_wrapper .plan_benefit_content h2 {
  font-size: 44px;
  color: #621A32;
  font-family: 'Noto Sans JP', sans-serif;
}
.plan_wrapper .plan_benefit_content .plan_benefit_text {
  font-size: 14px;
  color: #707070;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 5px;
}
.plan_wrapper .plan_benefit_content .plan_benefit_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  justify-content: center;
  margin-top: 40px;
}
.plan_wrapper .plan_benefit_content .plan_benefit_box .plan_benefit_item {
  width: 280px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.plan_wrapper .plan_benefit_content .plan_benefit_box .plan_benefit_item img {
  width: 100%;
  height: auto;
}
.plan_wrapper .plan_benefit_content .plan_benefit_box .plan_benefit_item p {
  font-size: 16px;
  min-height: 80px;
  background-color: #621A32;
  color: #fff;
  text-align: center;
  padding-top: 20px;

  font-family: 'Noto Sans JP', sans-serif;
}
.plan_wrapper .plan_benefit_content .plan_benefit_box .plan_benefit_item p span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .plan_wrapper .plan_benefit_content h2 {
      font-size: 36px;
  }
}