@charset "UTF-8";

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


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

@font-face {
  font-family: NotoSansJP;
  font-weight: 300;
  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")
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');

* {
  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;
  /* 2024/12/25追記 */
  line-height: 1.6;
}

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
}

html {
  width: 100%
}

body {
  font-family: Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-size: 100%;
  color: #444;
  background-color: #fff7f4
}

body.page-line {
  background-color: #fff
}

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;
  transition: height .5s
}

.tagline .tagline_inner {
  width: 960px;
  height: 20px;
  margin: 0 auto;
  color: #707007;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 18px;
  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%);
  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;
  color: #7b7b7b;
  font-family: YuGothic M, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}
.gnav .gnavList .gnavList_item>a.blank::after {
  content: "";
  display: inline-block;
  background-image: url(/images/common/icon-oblink.svg);
  background-size: 100% 100%;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}

.gnav .gnavSns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.gnav .gnavSns>.item {
  width: 36px;
  margin: 0 5px
}

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

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

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

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

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

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

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

.f_top {
  margin: 140px auto 30px;
}

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

.footer .footer_head {
  width: 100%;
  padding: 0 10px;
  color: #fff;
  background-color: #ffa0b3;
  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_mobile .qr {
  margin-bottom: 8px
}

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

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

.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 {
  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
}

.homeMv.slick-dotted.slick-slider {
  margin-bottom: 0
}

.homeMv .slick-prev:before, .homeMv .slick-next:before {
  color: #621a32
}

.bnrCenter {
  text-align: center;
  margin-bottom: 50px
}

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

.bnrCenter a>img {
  transition: opacity .4s
}

.bnrCenter a>img:hover {
  opacity: .7
}

.planIntro {
  background-image: url(/images/plan/plan_intro_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
  width: 90%;
  margin: 50px auto
}

.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.seijin {
  background-image: url(/images/plan/plan_flag_seijin.png)
}

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

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

.planNav .planNav_ttl .planNav_ttl_en {
  font-family: Kalam, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400
}

.planNav .planNav_ttl .planNav_ttl_single {
  display: inline-block;
  color: #000;
  font-weight: 700
}

.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 {
  /*font-family: Kalam, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;*/
  font-style: italic;
  font-family: 'Zen Antique Soft', serif;
  font-weight: 900;
  color: #000;
  text-align: center;
  background-repeat: no-repeat;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box
}

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

.planSection .planSection_main {
  background-repeat: repeat;
  background-position: 0 0;
  position: relative;
  z-index: 1
}

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

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

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

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

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

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

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

.planSection .planSection_subhead {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #000;
  font-weight: 700;
  letter-spacing: .1em
}

.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;
  margin: 30px auto;
  padding-bottom: 30px
}

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

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

.planInclude .body {
  width: 95%;
  margin: 0 auto;
  line-height: 1.5
}

.planInclude .body>p, .planInclude .body>div {
  margin-bottom: 15px
}

.planInclude .body>p:last-child, .planInclude .body>div:last-child {
  margin-bottom: 0
}

.planIncludeList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center
}

.planIncludeList>li {
  width: 150px;
  height: 50px;
  border: 1px solid #ccc;
  margin: 5px;
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  position: relative
}

.planIncludeList>li:before {
  content: '';
  width: 130px;
  border-top: 3px solid #ffa8ae;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.planIncludeList>li>span {
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.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
}

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

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

.planBackCategory {
  width: 90%;
  margin: 30px auto;
  text-align: center;
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400
}

.planBackCategory>a {
  display: inline-block;
  padding: 15px;
  color: #926130;
  background-color: #f0ebd7;
  border-radius: 4px;
  transition: all .5s
}

.planBackCategory>a:hover {
  color: #f0ebd7;
  background-color: #926130;
  text-decoration: none
}

.planBack {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  margin: 30px auto;
  text-align: center
}

.planBack>a {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #000;
  background-color: #f0ebd7;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all .5s;
  font-size: 18px;
  font-size: 1.125rem
}

.planBack>a:hover {
  color: #f0ebd7;
  background-color: #926130;
  text-decoration: none
}

.planBack>a:before, .planBack>a:after {
  content: '－';
  display: inline-block;
  margin: 0 5px
}

.planOthers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
  margin: 30px auto;
  max-width: 960px
}

.planOthers>li {
  margin: 10px
}

.planOthers>li>a {
  display: block;
  color: #926130;
  background-color: #f0ebd7;
  transition: all .5s
}

.planOthers>li>a:hover {
  text-decoration: none
}

.planOthers>li>a:hover .ttl {
  color: #f0ebd7;
  background-color: #926130;
  text-decoration: none
}

.planOthers>li.current .image {
  opacity: .6
}

.planOthers>li .image {
  display: block;
  width: 280px
}

.planOthers>li .ttl {
  display: block;
  color: #000;
  padding: 10px;
  text-align: center;
  background-color: #f0ebd7;
  border-radius: 2px;
  transition: all .5s
}

.costumeMainCategories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 15px auto
}

.costumeMainCategories>li {
  margin: 5px
}

.costumeMainCategories>li>a {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  color: #000;
  padding: 10px 15px;
  border: 2px solid #eee;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  transition: all .5s
}

.costumeMainCategories>li>a.current {
  background-color: #eee
}

.costumeMainCategories>li>a.current, .costumeMainCategories>li>a:hover {
  background-color: #eee;
  border: 2px solid #ddd;
  text-shadow: 0 0 2px #bbb
}

.costumeSubCategories {
  width: 90%;
  max-width: 960px;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.costumeSubCategories>li>a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #ff8d92;
  border-radius: 4px;
  transition: background-color .5s
}

.costumeSubCategories>li>a.current {
  background-color: #8dbee9
}

.costumeSubCategories>li>a:before {
  content: '';
  display: block;
  border: 4px solid #fff;
  border-color: transparent transparent transparent #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.costumeSubCategories>li>a:hover {
  background-color: #8dbee9
}

.costumeMv {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center
}

.costumeNote {
  width: 90%;
  max-width: 960px;
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-size: .875rem
}

.costumeList {
  width: 95%;
  max-width: 960px;
  margin: 30px auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.costumeList>.item {
  margin: 5px
}

.costumeList>.item>a {
  display: block
}

#pager {
  margin: 20px 0 30px;
  padding: 0 0 30px;
  width: 100%;
  border-bottom: #ffefe9 solid 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 700
}

.reportContainer {
  position: relative
}

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

.reportList .reportList_item {
  background: #fff 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 5px
}

.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_photo {
  text-align: center
}

.reportSideList .reportSideList_photo>img {
  width: auto;
  height: 75px
}

.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/common/ico_q.png) 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/common/ico_a.png) 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.png) 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: -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
}

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

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

.entryList .entryList_item .entryList_link {
  box-sizing: border-box;
  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.min {
  height: 110px
}

.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
}

.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 .widget-header {
  font-size: 12px;
  font-size: .75rem;
  text-align: center;
  margin-bottom: 5px
}

.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
}

.pageNation {
  display: -ms-flexbox;
  display: flex;
  -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;
  transition: background-color .5s
}

.pageNation>a:hover {
  background-color: #f99da2
}

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

.pageNation .link_page {
  background-color: #90c2f8
}

.pageNation .current_page {
  background-color: #f99da2
}

.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
}

.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: #fee5e5;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: -ms-flexbox;
  display: flex;
  -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
}

.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;
  line-height: 1.5
}

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

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

.shopCols {
  width: 100%;
  max-width: 960px;
  margin: 30px auto
}

.shopDefWrap {
  border-top: 1px solid #ffa0b3
}

.shopDef {
  color: #4c4c4c;
  border-bottom: 1px solid #ffa0b3;
  display: table;
  width: 100%
}

.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
}

.shopMap {
  margin-bottom: 30px
}

.sitemap .sitemap_ttl {
  color: #111
}

.sitemap .sitemap_ttl>a {
  color: #111
}

.sitemap .sitemap_def {
  position: relative
}

.sitemap .sitemap_def.indent {
  margin-left: 20px
}

.sitemap .sitemap_def .sitemap_def_term {
  color: #7e2e38;
  position: relative
}

.sitemap .sitemap_def .sitemap_def_term:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffa0b3;
  border-right: 2px solid #ffa0b3;
  border-radius: 2px;
  position: absolute;
  left: 0
}

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

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

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

.ff_noto400, .footer .footer_contact .footer_contact_tel {
  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 {
  font-family: Kalam, Hiragino Kaku Gothic Pro, Meiryo, sans-serif
}

.none {
  display: none!important
}

.pageHeader {
  box-sizing: border-box;
  text-align: center
}

.pageHeader .pageHeader_jp {
  box-sizing: border-box;
  color: #444;
  position: relative;
  z-index: 1
}

.pageHeader .pageHeader_jp>span {
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff7f4;
  padding: 0 15px;
  position: relative;
  z-index: 1
}

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

.pageHeader .pageHeader_en {
  box-sizing: border-box;
  color: #727066;
  font-family: Georgia, Times New Roman, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-style: italic
}

.pageSubHeader {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 300;
  color: #444;
  text-align: center;
  line-height: 1.4;
  position: relative
}

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

.pageSubHeader>span {
  display: inline-block;
  background-color: #fff7f4;
  padding: 0 15px;
  position: relative;
  z-index: 1
}

.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: 50px 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:after, .cf:after {
  content: " ";
  display: table;
  clear: both
}

.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
}

.mt55 {
  margin-top: 55px!important
}

.mb55 {
  margin-bottom: 55px!important
}

.mt60 {
  margin-top: 60px!important
}

.mb60 {
  margin-bottom: 60px!important
}

.mt65 {
  margin-top: 65px!important
}

.mb65 {
  margin-bottom: 65px!important
}

.mt70 {
  margin-top: 70px!important
}

.mb70 {
  margin-bottom: 70px!important
}

.mt75 {
  margin-top: 75px!important
}

.mb75 {
  margin-bottom: 75px!important
}

.mt80 {
  margin-top: 80px!important
}

.mb80 {
  margin-bottom: 80px!important
}

.mt85 {
  margin-top: 85px!important
}

.mb85 {
  margin-bottom: 85px!important
}

.mt90 {
  margin-top: 90px!important
}

.mb90 {
  margin-bottom: 90px!important
}

.mt95 {
  margin-top: 95px!important
}

.mb95 {
  margin-bottom: 95px!important
}

.mt100 {
  margin-top: 100px!important
}

.mb100 {
  margin-bottom: 100px!important
}

.tac {
  text-align: center!important
}

.tar {
  text-align: right!important
}

.tal {
  text-align: left!important
}

.vat {
  vertical-align: top!important
}

.vam {
  vertical-align: middle!important
}

.vab {
  vertical-align: bottom!important
}

.fwb {
  font-weight: 700!important
}

.bold {
  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
}

.lh1 {
  line-height: 1!important
}

.lh15 {
  line-height: 1.5!important
}

.lh2 {
  line-height: 2!important
}

.js_preload * {
  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;
  transition: all 2.5s;
  transition-delay: .7s
}

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

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

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

.js_gotoTop {
  position: fixed;
  z-index: 9999;
  width: 40px;
  height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .5s
}

.js_gotoTop.js_active {
  opacity: 1;
  visibility: visible
}

.js_gotoTop a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  background-color: #621a32;
  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)
}

@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: 97px
  }
  @media print, screen and (max-width: 768px) {
    .header .headerMain .headerMain_nav {
      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: 60px
  }
  .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;
    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: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .5s, z-index .5s
  }
  .gnav .gnavList .gnavList_item {
    display: block
  }
  .gnav .gnavList .gnavList_item>a {
    position: relative;
    padding: 12px 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 {
    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 .gnavSns {
    margin-top: 10px
  }
  .main {
    width: 100%;
    padding-top: 100px;
    margin-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 {
    font-size: .875rem;
    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
  }
  .bnrCenter {
    width: 90%;
    margin: 0 auto 50px
  }
  .planIntro {
    background-size: 100% auto;
    padding-bottom: 8%
  }
  .planNav {
    margin-bottom: 30px
  }
  .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
  }
  .planNav .planNav_ttl .planNav_ttl_single {
    font-size: 1.125rem;
    padding-top: 10px;
    min-height: 40px
  }
  .planSection {
    margin-bottom: 50px
  }
  .planSection .planSection_head {
    text-align: center;
    width: 95%;
    margin: 0 auto;
    background-size: 50px auto;
    background-position: 0 bottom;
    background-repeat: no-repeat
  }
  .planSection .planSection_head .planSection_head_main {
    background-size: 50px auto;
    background-position: 0 bottom;
    display: block;
    width: 280px;
    margin: 0 auto;
    font-size: 26px;
    letter-spacing: -1px;
    padding-top: 12px
  }
  .planSection .planSection_head .planSection_head_balloon {
    display: block;
    padding: 0 10px;
    text-align: center;
    color: #484141;
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 20px;
    border-radius: 10px
  }
  .planSection.seijin .planSection_head {
    /*background-image: url(/images/plan/seijin_section_flag.png)*/
  }
  .planSection.sotugyo .planSection_head {
    /*background-image: url(/images/plan/sotugyo_section_flag.png)*/
  }
  .planSection .planSection_main {
    background-size: 180px auto
  }
  .planSection .planSection_main .planSection_main_inner {
    background-size: 250px auto;
    padding-top: 80px;
    padding-bottom: 30px
  }
  .planSection .planSection_subhead {
    top: 10px;
    font-size: .875rem
  }
  .planSection .planSection_detail {
    width: 280px;
    margin: 0 auto 30px
  }
  .planInclude {
    width: 95%
  }
  .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
  }
  .planIncludePhoto .planIncludePhoto_item:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px dotted #ffdfdf
  }
  .planIncludeTokuten {
    width: 95%;
    margin: 0 auto
  }
  .planIncludeTokuten .planIncludeTokuten_item:nth-child(n+2) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted #999
  }
  .planIncludeTokuten .planIncludeTokuten_head {
    font-size: 1rem;
    margin-bottom: 15px
  }
  .planBack {
    width: 90%
  }
  .costumeSubCategories {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .costumeSubCategories>li {
    width: 48%
  }
  .costumeSubCategories>li:nth-child(n+3) {
    margin-top: 8px
  }
  .costumeSubCategories>li>a {
    font-size: .75rem
  }
  .costumeList>.item {
    width: 45%
  }
  .reportContainer .reportContainer_main {
    width: 95%;
    margin: 0 auto 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 {
    background-size: 40px auto;
    padding: 5px;
    margin: 10px auto
  }
  .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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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%;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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 {
    -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: #e9d191;
    background-color: #fff7f4
  }
  .blogHeader .blogHeader_tab .blogHeader_tab_item.seijin a {
    color: #fff;
    background-color: #e9d191
  }
  .blogEntry {
    margin-bottom: 20px
  }
  .blogEntry .blogEntry_ttl {
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: 10px
  }
  .blogEntry .blogEntry_info {
    display: -ms-flexbox;
    display: flex;
    -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
  }
  .entryList {
    width: 90%
  }
  .entryList .entryList_item {
    margin-bottom: 50px
  }
  .entryList .entryList_item:last-child {
    margin-bottom: 0
  }
  .entryList .entryList_item .entryList_def {
    margin-top: 15px
  }
  .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
  }
  .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
  }
  .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
  }
  .campaignBlock {
    width: 95%;
    margin: 0 auto
  }
  .campaignBlock:nth-child(n+2) {
    margin-top: 15px
  }
  .campaignBlock .campaignBlock_image {
    margin: 15px auto
  }
  .shopCols .photo {
    margin: 0 auto 30px;
    text-align: center
  }
  .shopDefWrap {
    width: 95%;
    margin: 0 auto 30px
  }
  .shopDef .shopDef_term {
    width: 35%;
    padding: 10px;
    font-size: .75rem
  }
  .shopDef .shopDef_desc {
    width: auto;
    font-size: .75rem;
    padding: 10px
  }
  .shopMap {
    width: 90%;
    margin: 0 auto 30px
  }
  .sitemap {
    width: 95%;
    margin: 0 auto 40px;
    padding: 15px;
    background-color: #fee;
    border-radius: 5px
  }
  .sitemap .sitemap_ttl {
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background-color: #f8f7ee;
    border-radius: 3px
  }
  .sitemap .sitemap_def {
    width: 90%;
    margin: 0 auto
  }
  .sitemap .sitemap_def:nth-child(n+2) {
    margin-top: 15px
  }
  .sitemap .sitemap_def .sitemap_def_term:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
  }
  .sitemap .sitemap_def .sitemap_def_term {
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative
  }
  .sitemap .sitemap_def .sitemap_def_desc {
    font-size: .875rem;
    line-height: 1.4;
    padding-left: 10px
  }
  .sp_none {
    display: none!important
  }
  .pageSection {
    width: 95%;
    margin: 0 auto 30px
  }
  .pageHeader {
    width: 100%;
    margin-bottom: 30px
  }
  .pageHeader .pageHeader_jp {
    font-size: 1.25rem;
    line-height: 1.2
  }
  .pageHeader .pageHeader_en {
    font-size: .875rem;
    margin-top: 12px
  }
  .pageSubHeader {
    width: 85%;
    margin: 0 auto 30px;
    font-size: 1.125rem
  }
  .pageSubHeader>span {
    max-width: 90%
  }
  .bnrTel {
    width: 80%;
    margin: 0 auto 30px;
    color: #926130;
    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, .googleMapSp {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
  }
  .google_iframe iframe, .googleMapSp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
  .js_gotoTop {
    right: 10px;
    bottom: 70px
  }
}

@media print, screen and (min-width:769px) {
  .header {
    height: 210px;
    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: 0!important
  }
  .header .headerMain {
    width: 960px;
    margin: 27px auto;
    height: 71px;
    transition: height .5s, margin .5s
  }
  .header .headerMain .headerMain_logo {
    top: 0;
    left: 0;
    text-align: left;
    transition: all .5s
  }
  .header .headerMain .headerMain_logo img {
    display: block;
    transition: all .5s
  }
  .header .headerMain .headerMain_catch {
    left: 144px;
    width: 300px
  }
  .header .headerMain .headerMain_nav {
    right: 320px;
    text-align: center;
    font-size: 0
  }
  .header .headerMain .headerMain_nav .headerMain_nav_item {
    width: 48px;
    text-align: center
  }
  .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: -ms-flexbox;
    display: flex;
    -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: 27px
  }
  .gnav .gnavList .gnavList_item>a {
    width: 100%;
    height: 36px;
    font-size: 16px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    transition: background-color .5s;
    border-radius: 4px
  }
  .gnav .gnavList .gnavList_item>a:hover, .gnav .gnavList .gnavList_item>a.current {
    color: #000;
    background-color: rgba(255, 160, 179, .2);
    text-shadow: 0 0 2px #ccc;
    text-decoration: none
  }
  .gnav .gnavList .gnavList_item.home {
    width: 37px;
    background-image: url(/images/common/gnav_home.png);
    background-position: center 9px;
    background-repeat: no-repeat;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden
  }
  .gnav .gnavSns_wrap {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    top: 55px;
    z-index: 1;
    transition: all .5s
  }
  .js_scrolled .gnav .gnavSns_wrap {
    top: 38px
  }
  .gnav .gnavSns {
    position: absolute;
    top: 0;
    right: 225px
  }
  .main {
    width: 100%;
    padding-top: 260px;
    margin-bottom: 50px;
    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: 126px;
    text-align: center
  }
  .footer .footer_nav {
    width: 325px
  }
  .footer .footer_nav .footer_nav_listbox .footer_nav_listbox_col {
    float: left;
    width: 150px
  }
  .footer .footer_contact {
    width: 235px
  }
  .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;
    font-size: 12px
  }
  .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
  }
  .planIntro {
    height: 180px
  }
  .planNav {
    width: 960px;
    margin: 50px auto;
    text-align: center;
    font-size: 0
  }
  .planNav .planNav_item {
    display: inline-block;
    font-size: 1rem;
    width: 290px;
    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: 1.625rem;
    margin-bottom: 12px
  }
  .planNav .planNav_ttl .planNav_ttl_jp {
    display: block;
    font-size: 1rem
  }
  .planNav .planNav_ttl .planNav_ttl_single {
    font-size: 1.25rem;
    padding-top: 20px
  }
  .planSection {
    margin-bottom: 60px
  }
  .planSection .planSection_head {
    margin: 0 auto;
    height: 165px
  }
  .planSection .planSection_head .planSection_head_main {
    font-size: 75px;
    letter-spacing: -3px;
    position: absolute;
    top: 59px;
    left: 0;
    padding-left: 40px;
    height: 106px
  }
  .planSection .planSection_head .planSection_head_balloon {
    text-indent: 105%;
    white-space: nowrap;
    overflow: hidden;
    width: 205px;
    height: 131px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0
  }
  .planSection.seijin .planSection_head {
    width: 943px
  }
  .planSection.seijin .planSection_head_main {
    /*background-image: url(/images/plan/seijin_section_flag.png)*/
    font-style: italic;
    font-family: 'Zen Antique Soft', serif;
    font-weight: 900;
  }
  .planSection.seijin .planSection_head_balloon {
    background: transparent url(/images/plan/seijin_section_balloon.png) 0 0 no-repeat
  }
  .planSection.sotugyo .planSection_head {
    width: 807px
  }
  .planSection.sotugyo .planSection_head_main {
    /*background-image: url(/images/plan/sotugyo_section_flag.png)*/
  }
  .planSection.sotugyo .planSection_head_balloon {
    background: transparent url(/images/plan/sotugyo_section_balloon.png) 0 0 no-repeat
  }
  .planSection.mens .planSection_head {
    width: 943px
  }
  .planSection.mens .planSection_head_balloon {
    background: transparent url(/images/plan/seijin_section_balloon.png) 0 0 no-repeat
  }
  .planSection .planSection_main .planSection_main_inner {
    padding: 100px 0 50px
  }
  .planSection .planSection_subhead {
    top: 22px;
    font-size: 1.625rem
  }
  .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 {
    width: 480px;
    float: right;
    text-align: center
  }
  .planSection .planSection_detail .planSection_detail_doc {
    width: 480px;
    float: left
  }
  .planInclude {
    width: 960px
  }
  .planInclude .planInclude_subhead {
    font-size: 1.25rem;
    line-height: 40px
  }
  .planIncludePhoto {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 0
  }
  .planIncludePhoto .planIncludePhoto_item {
    width: 315px;
    min-height: 430px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    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
  }
  .planBack {
    width: 400px
  }
  .costumeSubCategories {
    -ms-flex-pack: felx-first;
    justify-content: felx-first
  }
  .costumeSubCategories>li {
    width: 150px;
    margin: 5px
  }
  .costumeSubCategories>li>a {
    font-size: .875rem
  }
  .reportContainer {
    width: 960px;
    margin: 0 auto
  }
  .reportContainer .reportContainer_main {
    width: 650px;
    float: left
  }
  .reportContainer .reportContainer_side {
    width: 250px;
    float: right
  }
  .reportList {
    width: 640px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: center
  }
  .reportList .reportList_item {
    width: 200px;
    margin-left: 20px;
    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/side_bg_head.png) 0 0 no-repeat
  }
  .reportHeadArchive {
    width: 250px;
    height: 33px;
    padding: 7px 0 0 11px;
    margin-bottom: 10px;
    background: url(../images/common/side_bg_archive.png) 0 0 no-repeat
  }
  .reportSideList {
    width: 250px;
    margin: 0 auto 15px
  }
  .reportSideList .reportSideList_item {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    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
  }
  .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;
    transition: all .5s
  }
  .entryList .entryList_item .entryList_def {
    padding-top: 36px;
    height: 156px;
    border-right: 1px solid #ddd
  }
  .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
  }
  .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
  }
  .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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: 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
  }
  .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
  }
  .shopCols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .shopCols .photo {
    width: 360px;
    margin-right: 30px
  }
  .shopDefWrap {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 30px
  }
  .shopDefWrap:last-child {
    margin-bottom: 0
  }
  .shopDef .shopDef_term {
    width: 165px;
    height: 60px;
    padding: 0 20px;
    font-size: .875rem
  }
  .shopDef .shopDef_desc {
    padding: 0 20px;
    font-size: .875rem
  }
  .shopMap {
    text-align: center
  }
  .shopMap>iframe {
    display: inline-block
  }
  .sitemap {
    width: 640px;
    margin: 0 auto 40px
  }
  .sitemap .sitemap_ttl {
    font-size: 1rem;
    margin: 20px auto;
    text-decoration: underline
  }
  .sitemap .sitemap_def {
    display: table;
    width: 98%;
    margin: 5px auto
  }
  .sitemap .sitemap_def .sitemap_def_term:before {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .sitemap .sitemap_def .sitemap_def_term {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding-left: 15px;
    font-size: .875rem;
    line-height: 1.6
  }
  .sitemap .sitemap_def .sitemap_def_desc {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    font-size: .75rem;
    line-height: 1.6
  }
  .pc_none {
    display: none!important
  }
  .pageSection {
    margin-bottom: 50px
  }
  .pageHeader {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 50px
  }
  .pageHeader .pageHeader_jp {
    height: 40px;
    padding: 7px 0;
    font-size: 1.625rem;
    line-height: 1.2;
    letter-spacing: 1px
  }
  .pageHeader .pageHeader_en {
    font-size: 1rem;
    margin-top: 15px
  }
  .pageSubHeader {
    max-width: 760px;
    margin: 30px auto;
    font-size: 1.25rem
  }
  .pageSubHeader>span {
    max-width: 630px
  }
  .bnrTel .bnrTel_ttl {
    display: none
  }
  .js_gotoTop {
    right: 20px;
    bottom: 20px
  }
  .js_gotoTop a {
    background-color: rgba(98, 26, 50, .8);
    transition: background-color .5s
  }
  .js_gotoTop a:hover {
    background-color: rgba(98, 26, 50, .5);
    text-decoration: none
  }
}

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

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

.box_privacy {
	width:90%;
	max-width:600px;
	margin:0 auto;
}
.box_privacy p {
	line-height:1.6;
}
.box_privacy ol {
	list-style:decimal;
	padding-left:20px;
}
.box_privacy ol li {
	line-height:1.5;
	padding-bottom:5px;
}
.box_privacy .ta_r {
	text-align:right;
}





.photoGallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .photoGallery {
    width: 95%;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .photoGallery {
    width: 100%;
    margin: 0 auto;
  }
}

.photoGallery .photoGallery_item {
  position: relative;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  .photoGallery .photoGallery_item {
    box-sizing: border-box;
    display: inline-block;
    width: 24%;
    margin-left: 1%;
    overflow: hidden;
  }
  .photoGallery .photoGallery_item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .photoGallery .photoGallery_item:nth-child(n + 5) {
    margin-top: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .photoGallery .photoGallery_item {
    box-sizing: border-box;
    width: 240px;
    height: 240px;
    overflow: hidden;
    margin: 5px;
  }
}

.photoGallery .photoGallery_item > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

@media print, screen and (min-width: 769px) {
  .photoGallery .photoGallery_item > a:hover img {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media only screen and (max-width: 768px) {
  .photoGallery .photoGallery_item img {
    transform: scale(1.05);
  }
}

@media print, screen and (min-width: 769px) {
  .photoGallery .photoGallery_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    transition: transform 0.3s;
  }
}




.ul_insta {
	display: flex;
	flex-wrap: wrap;
	width:90%;
	max-width:1100px;
	margin:20px auto;
}
.ul_insta li {
	width:calc(100% / 3);
	padding:0px 5px;
}
.ul_insta li iframe {
	min-width:200px !important;
}
@media only screen and (max-width: 768px) {
	.ul_insta {
		width:100%;
	}
	.ul_insta li {
		width:calc(100%);
		padding:0px 0px;
	}
}




.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
}
@media print, screen and (min-width: 769px) {
  .contactIntro {
    width: 720px;
    margin: 50px auto
  }
  .contactIntro .contactIntro_doc>p, .contactIntro .contactIntro_doc li {
    line-height: 1.6
  }
  
}
@media only screen and (max-width: 768px) {
  .contactIntro {
    margin-bottom: 30px
  }
  .contactIntro .contactIntro_doc>p, .contactIntro .contactIntro_doc li {
    line-height: 1.5
  }
}



.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: auto;
  right: 10px;
}

.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;
  background-color: #fff;
}
.form .form_item .form_item_td p {
  margin: 15px 0 10px;
}
.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
}
dl.form_item dt .red {
  color: #F00;
  margin-top: 10px;
  font-size: 90%;
}
.contactThanksWords {
  font-family: NotoSansJP, Hiragino Kaku Gothic Pro, Meiryo, sans-serif;
  font-weight: 400;
  text-align: center
}
@media print, screen and (min-width: 769px) {
  .contactThanksWords {
    font-size: 1.375rem;
    line-height: 1.8;
    margin: 70px auto;
  }
}
@media only screen and (max-width: 768px) {
  .contactThanksWords {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}

.js_form_error {
  background-color: #fee !important;
}

.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
}
dl.form_item dt .red {
    color: #F00;
    margin-top: 10px;
    font-size: 90%;
}
@media print, screen and (min-width: 769px) {
  .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
  }
}
@media only screen and (max-width: 768px) {
  .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
  }
}




.akawaku {
  margin: 10px 0;
  border: solid 1px #FF0000;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 110%;
  color: #F00;
  display: inline-block;
  list-style: none;
}
.red_tyui {
  text-align: center;
  background-color: #ffefef;
  color: #F00;
  padding: 7px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 90%;
}
.lh16 {
  line-height: 1.6;
}

.no_disp {
  display: none !important;
}


.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
}
@media print, screen and (min-width: 769px) {
  .pageDocument {
    width: 540px;
    margin: 0 auto 70px
  }
  .pageDocument>p {
    margin-bottom: 35px
  }
}
@media only screen and (max-width: 768px) {
  .pageDocument {
    width: 95%;
    margin: 0 auto 30px
  }
  .pageDocument>p {
    margin-bottom: 15px
  }
  .pageDocument>p br {
    display: none
  }
}

@media print, screen and (min-width: 769px) {
  .bottomContact {
    width: 630px;
    height: 162px;
    margin: 100px auto 30px;
    background: transparent url(/images/common/bottom_contact_bg.png) 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
  }
}
@media only screen and (max-width: 768px) {
  .bottomContact {
    width: 80%;
    margin: 60px 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
  }
}

.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;
  }
}



.box_section {
  padding: 60px 0 40px;
}
.box_section .btn_box {
  text-align: center;
  margin-top: 40px;
}
.box_section.w_type1 ul {
  max-width: 850px;
}
.box_section.w_type2 ul {
  max-width: 1350px;
}



.blogEntryList {
  box-sizing: border-box;
  margin: 0 auto 30px;
}

@media only screen and (max-width: 768px) {
  .blogEntryList {
    width: 90%;
  }
}

@media print, screen and (min-width: 769px) {
  .blogEntryList {
    width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.blogEntryList > .item {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .blogEntryList > .item {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .blogEntryList > .item:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .blogEntryList > .item {
    width: 240px;
    margin: 15px 0;
    border-right: 1px solid #ddd;
  }
  .blogEntryList > .item:nth-child(4n + 1) {
    border-left: 1px solid #ddd;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 960px) {
  .blogEntryList > .item:nth-child(3n + 1) {
    border-left: 1px solid #ddd;
  }
}

.blogEntryList > .item > a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  text-decoration: none;
  color: #707070;
}

@media only screen and (max-width: 768px) {
  .blogEntryList > .item > a {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.blogEntryList > .item > a:hover {
  text-decoration: none;
  background-color: #f9f9f9;
  opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
  .blogEntryList > .item > a:hover .thumb > img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@media only screen and (max-width: 768px) {
  .blogEntryList > .item .thumb {
    width: 30%;
  }
}

@media print, screen and (min-width: 769px) {
  .blogEntryList > .item .thumb {
    width: 240px;
    height: 174px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
}

@media print, screen and (min-width: 769px) {
  .blogEntryList > .item .thumb > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.4s;
  }
}

.blogEntryList > .item .info {
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .blogEntryList > .item .info {
    width: 68%;
    padding: 0 10px 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .blogEntryList > .item .info {
    padding: 15px 12px;
  }
}

.blogEntryList > .item .info .ttl {
  font-size: 88%;
  font-weight: bold;
  line-height: 1.45;
}

.blogEntryList > .item .info .desc {
  font-size: 81%;
  line-height: 1.45;
  text-align: justify;
}

.blogEntryList > .item .date {
  display: block;
  font-weight: normal;
  font-family: arial, sans-serif;
  text-align: right;
  margin: 8px 0;
}

.blogEntryList > .item .category {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: inline-block;
  padding: 2px 4px;
  background-color: #707070;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  border-radius: 3px;
}

@media only screen and (max-width: 768px) {
  .blogEntryList > .item .label_new {
    width: auto;
    height: auto;
    padding: 2px 4px;
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 769px) {
  .blogEntryList > .item .label_new {
    position: absolute;
    top: 162px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}



#main_blog {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
.blog2col {
  display: flex;
  justify-content: space-between;
}
.blog2col .blog2col_left {
  width: 65.625%;
}
.blog2col .blog2col_right {
  width: calc(34.375% - 30px);
}
.blog2col .blog2col_right .box_sticky {
  position: sticky;
  top: 170px;
}
@media print, screen and (max-width: 959px) {
  .blog2col .blog2col_right .box_sticky {
    top: 60px;
  }
}
@media print, screen and (max-width: 768px) {
  .blog2col .blog2col_left {
    width: 100%;
  }
  .blog2col .blog2col_right {
    display: none;
  }
}
.blog2col .blog2col_right .top_link a {
  display: block;
  border: 1px solid #707070;
  padding: 10px 15px;
  text-decoration: none;
  color: #707070;
  font-size: 15px;
}

#main_blog p {
  line-height: 1.6;
}

#main_blog .mokuji > ol {
  padding-left: 0px;
  margin-top: 10px;
  counter-reset: num;
  list-style-type: none;
}
#main_blog .mokuji > ol > li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
#main_blog .mokuji > ol > li::before {
  counter-increment: num;
  content: counter(num);
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#main_blog .mokuji > ol > li > ol {
  margin-top: 10px;
  padding-left: 10px;
  counter-reset: num2;
  list-style-type: none;
}
#main_blog .mokuji > ol > li > ol > li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
}
#main_blog .mokuji > ol > li > ol > li::before {
  counter-increment: num2;
  content: counter(num) "-" counter(num2);
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.blog2col .blog2col_right .mokuji {
  border: 1px solid #707070;
  padding: 10px 15px;
  margin-top: 15px;
}
.blog2col .blog2col_right .mokuji .title {
  font-size: 15px;
  color: #5A5A5A;
  font-weight: bold;
  margin: 0;
}
.blog2col .blog2col_right .mokuji ol li a {
  color: #5A5A5A;
  font-size: 15px;
  text-decoration: none;
  text-align: justify;
}
#main_blog h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  text-align: justify;
  margin-bottom: 10px;
}
#main_blog .box_time {
  margin-bottom: 50px;
  text-align: right;
}
#main_blog .box_time p {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}
@media print, screen and (max-width: 959px) {
  #main_blog h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media print, screen and (max-width: 768px) {
  #main_blog h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#main_blog .main_img_bottom {
  margin-top: 20px;
}

#main_blog .blog_entry_body .mokuji {
  margin-top: 40px;
  padding: 20px 20px;
  background-color: #F6F6F6;
}
#main_blog .blog_entry_body .mokuji .title {
  font-size: 24px;
  color: #5A5A5A;
  font-weight: bold;
  margin: 0;
}
#main_blog .blog_entry_body .mokuji ol li {
  padding-left: 25px;
}
#main_blog .blog_entry_body .mokuji ol li li {
  padding-left: 40px;
}
#main_blog .blog_entry_body .mokuji li::before {
  font-size: 20px;
}
#main_blog .blog_entry_body .mokuji a {
  color: #5A5A5A;
  font-size: 20px;
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  #main_blog .blog_entry_body .mokuji {
    margin-top: 30px;
  }
  #main_blog .blog_entry_body .mokuji .title {
    font-size: 20px;
  }
  #main_blog .blog_entry_body .mokuji a {
    font-size: 16px;
  }
}
#main_blog .blog_entry_back {
  margin-top: 30px;
  margin-bottom: 85px;
  text-align: center;
}
#main_blog .box_red {
  background-color: #FFEBF6;
  padding: 20px 20px;
  font-size: 20px;
  margin: 1em 0 1em;
}
#main_blog .box_red .midasi {
  font-size: 24px;
  font-weight: bold;
}
#main_blog .box_red ul {
  list-style: disc;
  padding-left: 25px;
  margin-top: 10px;
}
#main_blog .box_red ul li {
  line-height: 1.4;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  #main_blog .blog_entry_back {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #main_blog .box_red {
    font-size: 18px;
  }
  #main_blog .box_red .midasi {
    font-size: 20px;
  }
}

#main_blog .blog_entry_body h2,
#main_blog .blog_entry_body h3,
#main_blog .blog_entry_body h4 {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  line-height: 1.3;
}
#main_blog .blog_entry_body h2 {
  margin: 50px 0 30px;
  font-size: 28px;
  color: #3D3D3D;
  font-weight: bold;
  position: relative;
}
@media print, screen and (max-width: 768px) {
  #main_blog .blog_entry_body h2 {
    margin: 30px 0 30px;
  }
}
#main_blog .blog_entry_body h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: #D8D8D8;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#main_blog .blog_entry_body h2:after {
  content: "";
  display: block;
  width: 25%;
  height: 6px;
  background-color: #8F8F8F;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#main_blog .blog_entry_body h3 {
  margin: 45px 0 20px;
  font-size: 24px;
  color: #3D3D3D;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  #main_blog .blog_entry_body h3 {
    margin: 30px 0 15px;
  }
}
#main_blog .blog_entry_body p {
  margin: 1em 0 1em;
}
#main_blog .blog_entry_body .box1 {
  margin: 20px 0;
  border: 1px solid #707070;
  display: flex;
  justify-content: center;
  position: relative;
}
#main_blog .blog_entry_body .box1 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main_blog .blog_entry_body .box1 .img_box{
  width: 25%;
}
#main_blog .blog_entry_body .box1 .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main_blog .blog_entry_body .box1 .box_r{
  width: 75%;
}
#main_blog .blog_entry_body .box1 .box_r p{
  margin: 0;
  line-height: 1.3;
  text-align: justify;
  font-size: 14px;
}
#main_blog .blog_entry_body .box1 .box_r .p1{
  margin: 0;
  background-color: #707070;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  position: relative;
}
#main_blog .blog_entry_body .box1 .box_r .p1:before{
  content: "";
  display: block;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-100%) rotate(45deg);
}
#main_blog .blog_entry_body .box1 .box_r .p2{
  padding: 10px 10px 5px;
  font-size: 15px;
  font-weight: bold;
}
#main_blog .blog_entry_body .box1 .box_r .p3{
  padding: 5px 10px 10px;
}


#main_blog .author_box {
  margin-top: 70px;
  padding: 15px 15px;
  background-color: #F6F6E1;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#main_blog .main_img + .author_box {
  margin-top: 20px;
}
#main_blog .author_box .box_l {
  width: 16%;
}
#main_blog .author_box .box_l img {
  border-radius: 50%;
}
#main_blog .author_box .box_r {
  width: calc(84% - 20px);
}
#main_blog .author_box .box_r .author_name {
  font-size: 17px;
  font-weight: bold;
}
#main_blog .author_box .box_r .author_profile {
  font-size: 15px;
}
@media print, screen and (max-width: 768px) {
  #main_blog .author_box {
    margin-top: 40px;
  }
}
#main_blog .midasi_list {
  margin-top: 60px;
  text-align: center;
  padding: 15px 0;
  background-color: #F6F6F6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 768px) {
  #main_blog .midasi_list {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#main_blog .midasi_cate {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 25px 0 0 0;
}
#main_blog .ul_blog_list {
  margin-top: 0px;
  margin-left: 1em;
}
#main_blog .ul_blog_list li {
  border-bottom: 1px dashed #ccc;
}
#main_blog .ul_blog_list li a {
  display: block;
  padding: 15px 40px 15px 0;
  color: #3D3D3D;
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
#main_blog .ul_blog_list li a:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #EBEBEB;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#main_blog .ul_blog_list li a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #616161;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-100%) rotate(45deg);
}
#main_blog .ul_blog_list li a .title {
  font-weight: bold;
  font-size: 17px;
  text-align: justify;
}
#main_blog .ul_blog_list li a .excerpt {
  font-size: 15px;
  margin-top: 5px;
  text-align: justify;
}



.btn1 {
  display: inline-block;
  line-height: 1;
  padding: 12px 50px 12px 30px;
  border-radius: 30px;
  background-color: #707070;
  color: #fff !important;
  text-decoration: none;
  font-size: 22px;
  position: relative;
}
.btn1:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
}



@media print, screen and (min-width: 769px) {
  
}
@media only screen and (max-width: 768px) {
  
}



