/*
Theme Name: mireiju
*/



/* Reset */

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.04em;
  overflow-y: scroll;
}

html, body, h1, h2, h3, h4, h5, h6, figure,
blockquote, p, ul, ol, dl, dt, dd, form {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}
main {
  display: block;
}
a {
  color: rgba(182,181,213,1);
  text-decoration: none;
}
a:hover {
  color: rgba(182,181,213,0.8);
}
strong, b {
  color: rgba(182,181,213,1);
  font-size: 1em;
  font-weight: 900;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.btn_opa:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}



/*  レイアウト PC  */
#header {
  width: 100%;
}
#footer {
  width: 100%;
}
#wrapper {
  width: 100%;
  padding: 0;
}
#under #wrapper {
  padding: 94px 0 0;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 94px;
  line-height: 1;
  z-index: 100;
}
.h_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1.logo {
  width: 210px;
  height: 94px;
  margin-right:auto;
}
h1.logo img {
  margin: 7px 0 0 20px;
  width: auto;
  height: 94px;
}
h1.logo img.ns1 {
  display: block;
}
h1.logo img.ns2 {
  display: none;
}
.openbtn {
  display: none;
}
ul.g_nav {
  display: flex;
  margin-left: auto;
  padding: 25px 1em 25px 0;
}
ul.g_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  font-size: 21px;
  font-family: "Gilda Display", serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.06em;
  vertical-align: top;
  text-align: center;
  border-right: 1px dotted rgba(255, 255, 255, 0.66);
}
ul.g_nav li.tel {
  padding: 0 0 0 12px;
  border-right: 0px dotted rgba(255, 255, 255, 0.66);
}
ul.g_nav li.tel img {
  width: auto;
  height: 48px;
}
ul.g_nav li.tel img.ns1 {
  display: block;
}
ul.g_nav li.tel img.ns2 {
  display: none;
}
ul.g_nav li:first-child {
  border-left: 1px dotted rgba(255, 255, 255, 0.66);
}
ul.g_nav li a {
  display: block;
  color: #fff;
}
ul.g_nav li a:hover {
  display: block;
  color: rgba(255, 255, 255, 0.75);
}
ul.g_nav li a span {
  display: block;
  margin: 2px 0 0 0;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}
ul.g_nav li a {
  position: relative;
}
ul.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
ul.g_nav li.current a::after, ul.g_nav li a:hover::after {
  transform: scale(1, 1);
}
.n_scroll {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  z-index: 10;
}
.n_scroll h1.logo {
  width: 240px;
  height: 94px;
  margin-right:auto;
}
.n_scroll h1.logo img {
  margin: 12px 0 0 20px;
  width: auto;
  height: 70px;
}
.n_scroll h1.logo img.ns1 {
  display: none;
}
.n_scroll h1.logo img.ns2 {
  display: block;
}
.n_scroll ul.g_nav {
  display: flex;
  margin-left: auto;
  padding: 20px 1em 20px 0;
}
.n_scroll ul.g_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  font-size: 21px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  vertical-align: top;
  text-align: center;
  border-right: 1px dotted rgba(160, 60, 90, 0.66);
}
.n_scroll ul.g_nav li.tel {
  padding: 0 0 0 12px;
  border-right: 0px dotted rgba(255, 255, 255, 0.66);
}
.n_scroll ul.g_nav li.tel img {
  width: auto;
  height: 48px;
}
.n_scroll ul.g_nav li.tel img.ns1 {
  display: none;
}
.n_scroll ul.g_nav li.tel img.ns2 {
  display: block;
}
.n_scroll ul.g_nav li:first-child {
  border-left: 1px dotted rgba(160, 60, 90, 0.66);
}
.n_scroll ul.g_nav li a {
  display: block;
  color: rgba(160, 60, 90, 1);
}
.n_scroll ul.g_nav li a:hover {
  display: block;
  color: rgba(160, 60, 90, 0.75);
}
.n_scroll ul.g_nav li a span {
  display: block;
  margin: 2px 0 0 0;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}
.n_scroll ul.g_nav li a {
  position: relative;
}
.n_scroll ul.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(160, 60, 90, 1);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.n_scroll ul.g_nav li.current a::after, .n_scroll ul.g_nav li a:hover::after {
  transform: scale(1, 1);
}
#under .h_box, #under .n_scroll {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.96);
  width: 100%;
  z-index: 10;
}
#under .logo, #under .n_scroll .logo {
  width: 210px;
  height: 94px;
  margin-right:auto;
}
#under .logo img, #under .n_scroll .logo img {
  margin: 12px 0 0 20px;
  width: auto;
  height: 70px;
}
#under .logo img.ns1, #under .n_scroll .logo img.ns1 {
  display: none;
}
#under .logo img.ns2, #under .n_scroll .logo img.ns2 {
  display: block;
}
#under ul.g_nav, #under .n_scroll ul.g_nav {
  display: flex;
  margin-left: auto;
  padding: 20px 1em 20px 0;
}
#under ul.g_nav li, #under .n_scroll ul.g_nav li {
  display: inline-block;
  margin: 0;
  padding: 0 24px;
  font-size: 21px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
  vertical-align: top;
  text-align: center;
  border-right: 1px dotted rgba(160, 60, 90, 0.66);
}
#under ul.g_nav li.tel, #under .n_scroll ul.g_nav li.tel {
  padding: 0 0 0 12px;
  border-right: 0px dotted rgba(255, 255, 255, 0.66);
}
#under ul.g_nav li.tel img, #under .n_scroll ul.g_nav li.tel img {
  width: auto;
  height: 48px;
}
#under ul.g_nav li.tel img.ns1, #under .n_scroll ul.g_nav li.tel img.ns1 {
  display: none;
}
#under ul.g_nav li.tel img.ns2, #under .n_scroll ul.g_nav li.tel img.ns2 {
  display: block;
}
#under ul.g_nav li:first-child, #under .n_scroll ul.g_nav li:first-child {
  border-left: 1px dotted rgba(160, 60, 90, 0.66);
}
#under ul.g_nav li a, #under .n_scroll ul.g_nav li a {
  display: block;
  color: rgba(160, 60, 90, 1);
}
#under ul.g_nav li a:hover, #under .n_scroll ul.g_nav li a:hover {
  display: block;
  color: rgba(160, 60, 90, 0.75);
}
#under ul.g_nav li a span, #under .n_scroll ul.g_nav li a span {
  display: block;
  margin: 2px 0 0 0;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
}
#under ul.g_nav li a, #under .n_scroll ul.g_nav li a {
  position: relative;
}
#under ul.g_nav li a::after, #under .n_scroll ul.g_nav li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(160, 60, 90, 1);
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#under ul.g_nav li.current a::after, #under ul.g_nav li a:hover::after,
#under .n_scroll ul.g_nav li.current a::after, #under .n_scroll ul.g_nav li a:hover::after {
  transform: scale(1, 1);
}

.visual_block {
  position: relative;
  max-width: 1920px;
  height: calc(100dvh - 30px);
  margin: 0 auto;
  padding-top: 0;
}
.visual_block_img {
  position: relative;
  height: calc(100dvh - 30px);
  width: 100%;
  margin-top: 0;
  z-index: 98;
  overflow: hidden;
}
.visual_line {
  background: #c97586 url(./images/komon02.svg);
  background-size: 90px 90px;
  width: 100%;
  height: 30px;
  margin-left: 0;
  padding: 0;
}
@media only screen and (max-width: 1080px) {
.visual_block {
  position: relative;
  max-width: 1920px;
  height: calc(100dvh - 144px);
  margin: 70px auto 0;
  padding-top: 0;
}
.visual_block_img {
  position: relative;
  height: calc(100dvh - 144px);
  width: 100%;
  margin: 70px auto 0;
  z-index: 98;
  overflow: hidden;
}
.visual_line {
  background: #c97586 url(./images/komon02.svg);
  background-size: 90px 90px;
  width: 100%;
  height: 20px;
  margin-left: 0;
  padding: 0;
}
}
.top_catch {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 90%;
  max-width: 800px;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 1080px) {
.top_catch {
  position: absolute;
  bottom: 160px;
  left: 30px;
  width: 80%;
  max-width: 800px;
  height: auto;
  z-index: 10;
}
}
@media only screen and (max-width: 600px) {
.top_catch {
  position: absolute;
  top: 2.5%;
  bottom: auto;
  left: 10px;
  width: 90%;
  max-width: 800px;
  height: auto;
  z-index: 10;
}
}
#swiper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.swiper-slide {
  height: 100dvh;
  line-height: 0;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-slide01 {
  background-image: url("./images/slide01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide02 {
  background-image: url("./images/slide02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide03  {
  background-image: url("./images/slide03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide04  {
  background-image: url("./images/slide04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(./images/dot.png);
  z-index: 9;
}
@media only screen and (max-width: 980px) {
.swiper-slide01 {
  background-image: url("./images/slide01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%% 50%;
}
.swiper-slide02 {
  background-image: url("./images/slide02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide03  {
  background-image: url("./images/slide03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.swiper-slide04  {
  background-image: url("./images/slide04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
}
@media only screen and (max-width: 768px) {
.swiper-slide01 {
  background-image: url("./images/slide01_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.swiper-slide02 {
  background-image: url("./images/slide02_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-slide03  {
  background-image: url("./images/slide03_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
}
.swiper-slide04  {
  background-image: url("./images/slide04_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
}




/* フッター PC
---------------------------------------------------------------------------*/
#footer {
  background: rgba(162, 32, 64, 1);
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
#footer .inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 45px 0 30px;
  line-height: 1.5;
}
#footer .footer_bottom {
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 10px 0 12px;
  text-align: center;
}
#footer .footer_bottom br {
  display: none;
}
#pagetop {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 100;
}
#pagetop img {
  border: 1px solid #fff;
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#fixContact {
  display: none;
}
.fs {
  font-size: 80%;
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
.top_container {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;   
}
.top_container.mgad {
  width: 100%;
  margin: 0 auto 30px;   
}
#service.top_container {
  position: relative;
  width: 100%;
  margin: 120px auto 60px;   
}
.inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 30px;
}
.m_ttl01 {
  display: block;
  margin: 0 0 30px 0;
}
.m_ttl01 span {
  background: linear-gradient(transparent 55%, rgba(248, 194, 194, 0.66) 25%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: rgba(160, 60, 90, 1);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.1em 0.25em;
  font-feature-settings: "palt";
}  
.m_ttl01::first-letter {
  font-size: 166%;
  font-weight: 400;
}
.heading_area {
  position: relative;
  background: #c97586 url(./images/komon02.svg);
  background-size: 90px 90px;
  width: 100%;
  height: 30px;
}
.ha_inner {
  position: relative;
  width: 92%;
  max-width: 1200px;
  height: 1px;
  margin: 0 auto;
}
h2.ttl01 {
  color: rgba(162, 32, 64, 0.4);
  font-size: 60px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  letter-spacing: 0.03em;
  border-bottom: 3px dotted rgba(162, 32, 64, 0.66);
}
h2.ttl01 span {
  margin: 0 0 0 0.8em;
  color: rgba(162, 32, 64, 1);
  font-size: 24px;
  font-style: normal;
}
h2.ttl01::first-letter {
  color: rgba(162, 32, 64, 0.4);
  font-size: 120%;
  font-weight: 300;
}
h2.ttl02 {
  color: rgba(162, 32, 64, 0.5);
  font-size: 60px;
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  letter-spacing: 0.02em;
  position: absolute;
  top: -95px;
  left: 0;}
h2.ttl02 span {
  margin: 0 0 0 10px;
  color: rgba(162, 32, 64, 1);
  font-size: 24px;
  font-style: normal;
}
h2.ttl02::first-letter {
  color: rgba(162, 32, 64, 0.4);
  font-size: 120%;
  font-weight: 300;
}
h3.ttl01 {
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 4px;
  color: #333;
  font-size: 27px;
  font-weight: 500;
  text-align: left;
  line-height: 1.66;
  border-top: 3px dotted rgba(162, 32, 64, 0.66);
  border-bottom: 3px dotted rgba(162, 32, 64, 0.66);
  font-feature-settings: "palt";
}
h4.ttl01 {
  margin: 0;
  padding-bottom: 8px;
  color: rgba(162, 32, 64, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 1.66;
}
.topics li {
  display: inline-block;
  background: rgba(255, 255, 100, 0.25);
  margin: 0 10px 10px 0;
  padding: 6px 12px;
  color: rgba(162, 32, 64, 1);
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid rgba(162, 32, 64, 0.66);
}
.topics li.etc {
  background: none;
  border: 0px solid rgba(162, 32, 64, 0.66);
}
.cap {
  font-size: 14px;
}
.komon {
  background: rgba(248, 194, 194, 1) url("./images/komon.png");
  background-size: 200px 200px;
  margin: -20px auto 40px;
  padding: 15px 0 0;
}
section p {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.8;
}
section p.nomg {
  margin: 0 0 0em 0;
  font-size: 16px;
  line-height: 1.8;
}
.top_box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.top_box_wrap.mgad {
  margin-bottom: 60px;
}
.top_box_wrap:last-child {
  margin-bottom: 30px;
}
.top_box_wrap:nth-child(even) {
  flex-direction: row-reverse;
}
.top_box_wrap .top_txt_box {
  background: #fff;
  width: 53%;
  margin: 0 0 0 -11%;
  padding: 3em 3em;
  z-index: 2;
}
.top_box_wrap:nth-child(even) .top_txt_box {
  margin: 0 -11% 0 0;
}
.top_box_wrap img {
  display: block;
  width: 57.5%;
  height: auto;
  margin: 0;
}
.detai_box {
  display: block;
  background: #fff url("./images/mari.png");
  background-repeat: no-repeat;
  background-size: 360px auto;
  background-position: 100% 38%;
  width: 92%;
  max-width: 1200px;
  margin: 30px auto 60px;
  padding: 4em 6em;
}
.news_box {
  width: 100%;
  margin: 30px auto 45px;
}
.news_list {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 0px dotted rgba(162, 32, 64, 0.66);
  overflow: auto;
}
.news_list dt {
  clear: both;
  width: 8em;
  float: left;
  padding: 16px 16px;
  color: rgba(162, 32, 64, 1);
}
.news_list dd {
  padding: 16px 16px 16px 8em;
  text-align: left;
  border-bottom: 1px dotted rgba(162, 32, 64, 0.66);
}
.news_list dd a {
  color: #333;
}
.news_list dd a:hover {
  color: #666;
  text-decoration: none;
}
.marker01 {
  background: linear-gradient(transparent 55%, rgba(248, 194, 194, 0.66) 55%);
  padding: 2px 4px;
  line-height: 2.2;
}
.marker02 {
  background: linear-gradient(transparent 55%, rgba(203, 185, 148, 0.3) 55%);
  padding: 2px 4px;
  line-height: 2.2;
}
.fb01 {
  color: rgba(162, 32, 64, 1);
  font-size: 120%;
  font-weight: bold;
}
.fb02 {
  color: rgba(162, 32, 64, 1);
  font-size: 105%;
  font-weight: bold;
}
.top_plan {
  margin: 45px auto 0;
  font-size: 0;
  width: 100%;
  letter-spacing: 0;
}
.top_plan li {
  display: inline-block;
  background: #fff;
  width: 44%;
  margin: 0 3% 30px;
  padding: 0.75em 1.5em;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid rgba(160, 60, 90, 1);
}
.plan_box {
  position: relative;
  color: black;
  background: rgba(248, 194, 194, 0.33);
  line-height: 1.4;
  margin: 5em 0 0.5em;
  padding: 0.25em 0.5em;
  border-radius: 0 5px 5px 5px;
}
.plan_box:after {
  position: absolute;
  content: '明朗会計';
  background: rgba(160, 60, 90, 1);
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 2px 2px 0 0;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em
}
.color01 {
  color: rgba(162, 32, 64, 1);
}
.price {
  font-size: 133%;
}
.tax {
  background: rgba(160, 60, 90, 0.8);
  margin: 0 0 0 0.2em;
  padding: 0em 0.3em;
  color: #fff;
  font-size: 60%;
  border-radius: 2px;
  vertical-align: 4px
}
.price {
  margin: 0 0.1em 0 0;
  font-size: 150%;
}
.cat {
  padding: 6px;
  color: #fff;
}
.cat01 {
  background: #e9546b;
}
.cat02 {
  background: #f39800;
}
.cat03 {
  background: #c39143;
}
.cat04 {
  background: #43676b;
}
.gallery {
  margin: 60px auto 0;
  font-size: 0;
  width: 100%;
  letter-spacing: 0;
}
.gallery li {
  display: inline-block;
  width: 25%;
  margin: 0 0 30px 0;
  padding: 0 14px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.gallery li img {
  width: 100%;
  height: auto;
  margin: 0 auto 6px;
  transform: scale(1);
  transition: all .3s;
}
.gallery li a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
@media screen and (max-width: 1080px) {
.gallery {
  margin: 45px auto 0;
}
.gallery li {
  display: inline-block;
  width: 33.33%;
  width:calc(100% / 3);
  margin: 0 0 30px 0;
  padding: 0 12px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
}
@media screen and (max-width: 800px) {
.gallery {
  margin: 30px auto 0;
}
.gallery li {
  display: inline-block;
  width: 50%;
  margin: 0 0 30px 0;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
}
.topic {
  background: rgba(162, 32, 64, 1);
  padding: 4px 10px;
  color: #fff;
}
.shop_box {
  width: 100%;
  margin: 60px auto 45px;
}
.shop_box_l {
  float: left;
  width: calc(100% - 400px);
  padding: 0 60px 60px 0;
}
.shop_box_r {
  float: right;
  width: 400px;
}
.shop_box_r img {
  width: 100%;
  height: auto;
}
.shop_outline {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 0px dotted rgba(162, 32, 64, 0.66);
  overflow: auto;
}
.shop_outline dt {
  clear: both;
  width: 10em;
  float: left;
  padding: 16px 16px;
}
.shop_outline dd {
  padding: 16px 16px 16px 10em;
  text-align: left;
  border-bottom: 1px dotted rgba(162, 32, 64, 0.66);
}
.shop_box02 {
  background: #eeeadf;
  margin: 40px 0;
  padding: 20px;
}
.parking {
  background: rgba(162, 32, 64, 0.66);
  padding: 4px 10px;
  color: #fff;
  font-size: 120%;
}
.disc {
  margin: 0.5em 0 1em 0;
}
.disc li {
  display: inline-block;
  width: 10em;
  font-size: 18px;
  line-height: 2;
  vertical-align: top;
  padding-left:1em;
  text-indent:-1em;
}
.disc li:before {
  content: "●";
  padding: 0 5px 0 0;
  color: #a22041;
  font-size: 0.75rem;
  vertical-align: middle;
}
.disc02 {
  margin: 0.5em 0 1em 0;
}
.disc02 li {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: top;
  padding-left:1em;
  text-indent:-1em;
}
.disc02 li:before {
  content: "●";
  padding: 0 5px 0 0;
  color: #a22041;
  font-size: 0.75rem;
  vertical-align: middle;
}
.disc02 li .time {
  color: #a22041;
  font-size: 24px;
}
.disc03 {
  margin: 0.5em 0 1em 0;
}
.disc03 li {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: top;
  margin: 0 2em 0.5em 0;
}
.disc03 li:before {
  content: "●";
  padding: 0 5px 0 0;
  color: #a22041;
  font-size: 0.75rem;
  vertical-align: middle;
}
.decimal {
  margin: 1em 0 1em 0;
  list-style: none;
  counter-reset: number;
}
.decimal li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.66;
}
.decimal li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  color: #a22041;
  font-weight: bold;
  left: 0;
}
.more_link.arr a {
  display: flex;
  width: 240px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 8px 40px 8px 24px;
  color: rgba(162, 32, 64, 1);
  font-weight: 500;
  border-radius: 40px;
  border: 1px solid;
  border-color: rgba(162, 32, 64, 1);
  text-decoration: none;
}
.more_link.arr {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 40px 0 10px;
}
.more_link.arr.center {
  margin: 30px auto 0;
}
.more_link.arr:after {
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0;
  border-right: 2px solid rgba(162, 32, 64, 1);
  border-bottom: 2px solid rgba(162, 32, 64, 1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.more_link.arr a:hover {
  background-color: rgba(162, 32, 64, 1);
  padding: 8px 40px 8px 24px;
  color: #fff;
}
.more_link.arr:hover:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}



/* 下層ページ PC
---------------------------------------------------------------------------*/
.sub_visual01 {
  background: url(./images/sub_visual01.jpg) no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.sv_inner {
  display: table;
  width: 900px;
  height: 320px;
  margin: 0 auto;
}
.sub_visual .sv_tit {
  display: table-cell;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
.sub_visual .sv_tit span{
  display: block;
  background: rgba(162, 32, 64, 1);
  width: fit-content;
  margin: 0 auto;
  padding: 4px 30px;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
h2.u_ttl01 {
  margin: 0 0 30px 0;
  padding: 0 0 18px 0;
  color: rgba(162, 32, 64, 1);
  font-size: 32px;
  text-align: left;
  letter-spacing: 0.06em;
  border-bottom: 3px dotted rgba(162, 32, 64, 0.66);
}
h2.u_ttl01 span {
  padding: 0 0 0 10px;
  border-left: 10px solid rgba(162, 32, 64, 1);
}
h3.u_ttl01 {
  width: fit-content;
  margin: 0 0 0.33em 0;
  padding: 4px 12px;
  color: rgba(162, 32, 64, 1);
  font-size: 21px;
  border: 1px solid rgba(162, 32, 64, 1);
}
h3.u_ttl02 {
  width: fit-content;
  margin-bottom: 0;
  padding: 8px 4px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 0.33;
}
h3.u_ttl02::first-letter {
  font-size: 166%;
  font-weight: 500;
  line-height: 0.33;
}
section p.exp {
  margin-top: -1em;
  margin-bottom: 0;
}
.exp::first-letter {
  font-size: 200%;
  font-weight: 500;
}
.block {
  margin: 0 auto 90px;
}
.u_plan_box {
  position: relative;
  color: black;
  background: rgba(248, 194, 194, 0.33);
  line-height: 1.4;
  margin: 5em 0 1.5em;
  padding: 0.25em 0.5em;
  border-radius: 0 5px 5px 5px;
}
.u_plan_box:after {
  position: absolute;
  content: '着物の着付け料金';
  background: rgba(160, 60, 90, 1);
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 2px 2px 0 0;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em
}
.block2 {
  margin: 10px auto 30px;
  font-size: 0;
  letter-spacing: 0;
}
.block2 li {
  display: inline-block;
  background: #fff;
  width: 48%;
  margin: 0 2% 20px 0;
  padding: 15px 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
}
.block2 li:nth-child(2n) {
  margin: 0 0 20px 2%;
}
.box_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.box_wrap:last-child {
  margin-bottom: 30px;
}
.txt_box {
  background: #fff;
  width: 60%;
  padding: 0 4em 2em 0;
  font-size: 100%;
}
.box_wrap:nth-child(even) .txt_box {
}
.box_wrap img {
  display: block;
  width: 40%;
  height: auto;
  margin: 0;
}
.tbl01 {
  width: 100%;
  margin: 10px auto 30px;
  border-top: 1px dotted #ddd;
}
.tbl01.nomg {
  margin: 10px auto 10px;
}
.tbl01 tr:nth-child(even) {
  background: rgba(243,152,28,0.12);
}
.tbl01 th {
  background: #d08f9f;
  width: 50%;
  padding: 12px 24px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1.33;
}
.tbl01 th.bg {
  background: rgba(162, 32, 64, 1);
}
.tbl01 td {
  width: 50%;
  padding: 12px 24px;
  font-size: 16px;
  text-align: center;
  border-right: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.33;
}



/*　その他 PC
---------------------------------------------------------------------------*/
a img:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
.center {
  text-align: center;
}
.mgb2 {
  margin-bottom: 2em !important;
}
.mgb2e {
  margin-bottom: 2em;
}
.mgb3e {
  margin-bottom: 3em;
}
.mgb4e {
  margin-bottom: 4em;
}
.page_scroll > a {
  display: block; 
  padding-top: 120px; 
  margin-top: -120px;
}
@media (max-width: 980px) {
.page_scroll > a {
  display: block; 
  padding-top: 100px; 
  margin-top: -100px;
}
}




@media screen and (max-width: 1300px) {
  ul.g_nav li, .n_scroll ul.g_nav li, #under ul.g_nav li, #under .n_scroll ul.g_nav li {
    padding: 0 18px;
  }
  ul.g_nav li.tel img, .n_scroll ul.g_nav li.tel img, #under ul.g_nav li.tel img, #under .n_scroll ul.g_nav li.tel img {
    width: auto;
    height: 36px;
    margin-top: 4px;
  }
}



@media screen and (max-width: 1080px) {
  #header {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    height: 70px;
    line-height: 1;
    z-index: 100;
  }
  .h_box, .n_scrol, #under .h_box, #under .n_scroll {
    height: 70px;
  }
  h1.logo, .n_scroll h1.logo, #under .logo, #under .n_scroll .logo {
    margin: 0 0 0 12px;
    width: 150px;
    height: 70px;
  }
  h1.logo img, .n_scroll h1.logo img, #under .logo img, #under .n_scroll .logo img {
    margin: 12px 0 0 0;
    width: auto;
    height: 50px;
  }
  h1.logo img.ns1, .n_scroll h1.logo img.ns1, #under .logo img.ns1, #under .n_scroll .logo img.ns1 {
    display: none;
  }
  h1.logo img.ns2, .n_scroll h1.logo img.ns2, #under .logo img.ns2, #under .n_scroll .logo img.ns2 {
    display: block;
  }
  .n_scroll {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    width: 100%;
    z-index: 100;
  }
  .openbtn {
    display: block;
    position: fixed;
    z-index: 100;
    top: 10px;
    right: 18px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 102;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 2px;
    background-color: rgba(160, 60, 90, 1);
    width: 80%;
  }
  .n_scroll .openbtn span, #under .openbtn span {
    background-color: rgba(160, 60, 90, 1);
  }
  .openbtn span:nth-of-type(1) {
    top: 11px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  .openbtn.active span:nth-of-type(1), #under .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3), #under .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
    background-color: #fff;
  }
  ul.g_nav, .n_scroll ul.g_nav, #under ul.g_nav, #under .n_scroll ul.g_nav {
    display: none;
    position: fixed;
    z-index: 101;
    top: -5%;
    left: 0;
    right: -210%;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 105%;
    background: rgba(162, 32, 64, 1);
    transition: all 0.2s;
  }
  ul.g_nav.panelactive, #under ul.g_nav.panelactive {
    display: block;
    right: 0;
    left: 0;
  }
  .g_nav-list {
    display: none;
    width: 100%;
    padding: 120px 0 120px 0;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  ul.g_nav.panelactive .g_nav-list {
    display: block;
  }
  ul.g_nav li, .n_scroll ul.g_nav li, #under ul.g_nav li, #under .n_scroll ul.g_nav li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 0 8%;
    font-size: 16px;
    vertical-align: top;
    text-align: left;
  }
  ul.g_nav li a, .n_scroll ul.g_nav li a, #under ul.g_nav li a, #under .n_scroll ul.g_nav li a {
    padding: 6px 12px;
    color: #fff;
    font-size: 24px;
  }
  ul.g_nav li a span, .n_scroll ul.g_nav li a span, #under ul.g_nav li a span, #under .n_scroll ul.g_nav li a span {
    color: #fff;
    padding: 6px 0 0;
    font-size: 16px;
  }
  ul.g_nav li a:hover, .n_scroll ul.g_nav li a:hover, #under ul.g_nav li a:hover, #under .n_scroll ul.g_nav li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  ul.g_nav li a:hover span, .n_scroll ul.g_nav li a:hover span, #under ul.g_nav li a:hover span, #under .n_scroll ul.g_nav li a:hover span {
    color: rgba(255, 255, 255, 0.5);
  }
  ul.g_nav li:first-child {
    border-left: 0px dotted rgba(255, 255, 255, 0.66);
  }
  ul.g_nav li.tel, .n_scroll ul.g_nav li.tel {
    display: none;
  }
  ul.g_nav li a::after, .n_scroll ul.g_nav li a::after {
    height: 0;
  }
  #under ul.g_nav li a::after, #under .n_scroll ul.g_nav li a::after {
    height: 0;
  }
  #under #wrapper {
    padding: 70px 0 0;
  }
  #fixContact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(162, 32, 64, 1);
    width: 100%;
    height: 54px;
    padding: 0;
    z-index: 99;
    border-top: 1px solid #fff;
  }
  #fixContact ul {
    display: block;
    margin: 8px auto;
    padding: 0;
    text-align: center;
    font-size: 0;
  }
  #fixContact ul li {
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  #fixContact ul li img {
    width: auto;
    height: 40px;
  }
  #fixContact ul li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
  }
  #fixContact {
    display: block !important;
  }
  .detai_box {
    background: #fff;
  }
}



@media screen and (max-width: 1200px) {
  .box_wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .box_wrap:last-child {
    margin-bottom: 30px;
  }
  .box_wrap .txt_box {
    background: #fff;
    width: 100%;
    padding: 1em 0em 1em;
    font-size: 100%;
  }
  .box_wrap img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 30px auto 0;
  }
}



@media screen and (max-width: 980px) {
  html, body {
    font-size: 15px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }



  /*  レイアウト SP  */
  #header {
    width: 100%;
  }
  #footer {
    width: 100%;
  }
  #wrapper {
    width: 100%;
    margin: 70px auto 0;
  }
  #under #wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 0;
  }



  /* ヘッダー SP
---------------------------------------------------------------------------*/



  /* フッター SP
---------------------------------------------------------------------------*/
  #footer {
    background: rgba(162, 32, 64, 1);
    width: 100%;
    margin: 0 auto;
    padding: 0 0 70px 0;
  }
  #footer .inner {
    width: 92%;
    max-width: initial;
    margin: 0 4%;
    padding: 36px 0 24px;
    line-height: 1.5;
  }
  #footer .footer_bottom {
    width: 100%;
    color: #fff;
    font-size: 13px;
    padding: 10px 0 0;
    line-height: 1.33;
    text-align: center;
  }
  #footer .footer_bottom br {
    display: block;
  }
  #pagetop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 100;
  }
  #pagetop img {
    width: 48px;
    height: 48px;
  }



  /* コンテンツ SP
---------------------------------------------------------------------------*/
  .inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 60px 0 20px;
  }
  .komon .inner {
    width: 92%;
    max-width: initial;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
  .top_container_l {
    float: none;
    width: 92%;
    margin: 0 auto;
  }
  .top_container_r {
    float: none;
    width: 92%;
    margin: 0 auto;
    padding: 30px 0 45px;
  }
  .top_container02 {
    position: relative;
    width: 100%;
    margin: 60px auto 60px;
  }
  .top_container02 .ha_inner {
    position: relative;
    width: 92%;
    height: 160px;
    margin: 0 auto;
    padding: 0;
  }
  .top_container_l02 {
    float: none;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: left;
  }
  .top_container_l02 img {
    width: 60px;
    height: auto;
    margin: 0 auto 10px;
  }
  .top_container_r02 {
    float: none;
    width: 100%;
    margin: -30px 0 0 0;
    padding: 0 20px 40px;
  }
  .m_ttl01 {
    display: block;
    margin: 0 0 24px 0;
  }
  .m_ttl01 span {
    background: linear-gradient(transparent 55%, rgba(248, 194, 194, 0.66) 25%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: rgba(160, 60, 90, 1);
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.1em 0.25em;
    font-feature-settings: "palt";
  }
  .m_ttl01::first-letter {
    font-size: 150%;
    font-weight: 400;
  }
  .heading_area {
    position: relative;
    background: #c97586 url(./images/komon02.svg);
    background-size: 90px 90px;
    width: 100%;
    height: 20px;
  }
  .ha_inner {
    position: relative;
    width: 92%;
    max-width: 1200px;
    height: 1px;
    margin: 0 auto;
  }
  h2.ttl01 {
    color: rgba(162, 32, 64, 0.4);
    font-size: 40px;
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    letter-spacing: 0.03em;
    border-bottom: 3px dotted rgba(162, 32, 64, 0.66);
  }
  h2.ttl01 span {
    margin: 0 0 0 0.8em;
    color: rgba(162, 32, 64, 1);
    font-size: 20px;
    font-style: normal;
  }
  h2.ttl01::first-letter {
    color: rgba(162, 32, 64, 0.4);
    font-size: 120%;
    font-weight: 300;
  }
  h2.ttl02 {
    color: rgba(162, 32, 64, 0.5);
    font-size: 40px;
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    letter-spacing: 0.02em;
    position: absolute;
    top: -65px;
    left: 0;
  }
  h2.ttl02 span {
    margin: 0 0 0 10px;
    color: rgba(162, 32, 64, 1);
    font-size: 20px;
    font-style: normal;
  }
  h2.ttl02::first-letter {
    color: rgba(162, 32, 64, 0.4);
    font-size: 120%;
    font-weight: 300;
  }
  h3.ttl01 {
    width: fit-content;
    margin-bottom: 12px;
    padding: 8px 4px;
    color: #333;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    line-height: 1.66;
    border-top: 3px dotted rgba(162, 32, 64, 0.66);
    border-bottom: 3px dotted rgba(162, 32, 64, 0.66);
    font-feature-settings: "palt";
  }
  h4.ttl01 {
    margin: 0;
    padding-bottom: 8px;
    color: rgba(162, 32, 64, 1);
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.66;
  }
  section p {
    margin: 0 0 1em 0;
    font-size: 15px;
    line-height: 1.8;
  }
  .top_box_wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .top_box_wrap:last-child {
    margin-bottom: 30px;
  }
  .top_box_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top_box_wrap .top_txt_box {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 2.5em 2.5em;
  }
  .top_box_wrap:nth-child(even) .top_txt_box {
    margin: 0;
  }
  .top_box_wrap img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 40px auto 30px;
  }
  .detai_box {
    width: 100%;
    max-width: initial;
    padding: 2.5em 2.5em;
  }
  .shop_box {
    width: 100%;
    margin: 15px auto 30px;
  }
  .shop_box_l {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
  .shop_box_r {
    float: none;
    width: 100%;
    margin: 0 auto 60px;
  }
  .shop_box_r img {
    display: block;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
  }
  .shop_outline {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 1.66;
    border-top: 0px dotted rgba(162, 32, 64, 0.66);
    overflow: auto;
  }
  .shop_outline dt {
    clear: both;
    width: 10em;
    float: left;
    padding: 16px 16px;
  }
  .shop_outline dd {
    padding: 16px 16px 16px 10em;
    text-align: left;
    border-bottom: 1px dotted rgba(162, 32, 64, 0.66);
  }
  .shop_box02 {
    background: #eeeadf;
    margin: 40px 0 20px;
    padding: 20px;
  }
  .parking {
    background: rgba(162, 32, 64, 0.66);
    padding: 4px 10px;
    color: #fff;
    font-size: 105%;
  }
  .disc {
    margin: 0.5em 0 1em 0;
  }
  .disc li {
    display: inline-block;
    width: 10em;
    font-size: 18px;
    line-height: 2;
    vertical-align: top;
    padding-left: 1em;
    text-indent: -1em;
  }
  .disc li:before {
    content: "●";
    padding: 0 5px 0 0;
    color: #a22041;
    font-size: 0.75rem;
    vertical-align: middle;
  }
  .disc02 {
    margin: 0.5em 0 1em 0;
  }
  .disc02 li {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: top;
    padding-left: 1em;
    text-indent: -1em;
  }
  .disc02 li:before {
    content: "●";
    padding: 0 5px 0 0;
    color: #a22041;
    font-size: 0.75rem;
    vertical-align: middle;
  }
  .disc02 li .time {
    color: #a22041;
    font-size: 24px;
  }
  .disc03 {
    margin: 0.5em 0 1em 0;
  }
  .disc03 li {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    vertical-align: top;
    margin: 0 2em 0.5em 0;
  }
  .disc03 li:before {
    content: "●";
    padding: 0 5px 0 0;
    color: #a22041;
    font-size: 0.75rem;
    vertical-align: middle;
  }
  .decimal {
    margin: 1em 0 1em 0;
    list-style: none;
    counter-reset: number;
  }
  .decimal li {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.66;
  }
  .decimal li::before {
    counter-increment: number;
    content: '（' counter(number) '）';
    position: absolute;
    color: #a22041;
    font-weight: bold;
    left: 0;
  }
  .more_link.arr a {
    display: flex;
    width: 240px;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding: 8px 40px 8px 24px;
    color: rgba(162, 32, 64, 1);
    font-weight: 500;
    border-radius: 40px;
    border: 1px solid;
    border-color: rgba(162, 32, 64, 1);
    text-decoration: none;
  }
  .more_link.arr {
    position: relative;
    display: flex;
    width: fit-content;
    margin: 40px 0 10px;
  }
  .more_link.arr.center {
    margin: 30px auto 0;
  }
  .more_link.arr:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0;
    border-right: 2px solid rgba(162, 32, 64, 1);
    border-bottom: 2px solid rgba(162, 32, 64, 1);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .more_link.arr a:hover {
    background-color: rgba(162, 32, 64, 1);
    padding: 8px 40px 8px 24px;
    color: #fff;
  }
  .more_link.arr:hover:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }



  /* 下層ページ SP
---------------------------------------------------------------------------*/
  .sub_visual01 {
    background: url(./images/sub_visual01.jpg) no-repeat;
    background-position: 90% 0%;
    background-size: cover;
    width: 100%;
    height: 220px;
  }
  .sv_inner {
    display: table;
    width: 100%;
    height: 220px;
    margin: 0 auto;
  }
  .sub_visual .sv_tit {
    display: table-cell;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
  }
  .sub_visual .sv_tit span {
    display: block;
    background: rgba(162, 32, 64, 1);
    width: fit-content;
    margin: 0 auto;
    padding: 3px 28px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
  }
  h2.u_ttl01 {
    margin: 0 0 30px 0;
    padding: 0 0 18px 0;
    color: rgba(162, 32, 64, 1);
    font-size: 24px;
    text-align: left;
    letter-spacing: 0.06em;
    border-bottom: 3px dotted rgba(162, 32, 64, 0.66);
  }
  h2.u_ttl01 span {
    padding: 0 0 0 10px;
    border-left: 10px solid rgba(162, 32, 64, 1);
    line-height: 1.5;
  }
  h3.u_ttl01 {
    width: fit-content;
    margin: 0 0 0.33em 0;
    padding: 4px 12px;
    color: rgba(162, 32, 64, 1);
    font-size: 17px;
    border: 1px solid rgba(162, 32, 64, 1);
  }
  h3.u_ttl02 {
    width: fit-content;
    margin-bottom: 0;
    padding: 8px 4px;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 0.33;
  }
  h3.u_ttl02::first-letter {
    font-size: 150%;
    font-weight: 500;
    line-height: 0.33;
  }
  section p.exp {
    margin-top: -1em;
    margin-bottom: 0;
  }
  .exp::first-letter {
    font-size: 200%;
    font-weight: 500;
  }
  .block {
    margin: 0 auto 60px;
  }
  .block2 {
    margin: 10px auto 30px;
    font-size: 0;
    letter-spacing: 0;
  }
  .block2 li {
    display: block;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0;
  }
  .tbl01 {
    width: 100%;
    margin: 10px auto 30px;
    border-top: 1px dotted #ddd;
  }
  .tbl01.nomg {
    margin: 10px auto 10px;
  }
  .tbl01 tr:nth-child(odd) {
    background: rgba(243, 152, 28, 0.1);
  }
  .tbl01 tr:nth-child(even) {
    background: rgba(243, 152, 28, 0.1);
  }
  .tbl01 th {
    display: block;
    background: #d08f9f;
    width: 100%;
    padding: 12px 24px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-bottom: 0px solid rgba(255, 255, 255, 0.5);
    line-height: 1.33;
  }
  .tbl01 th.bg {
    background: rgba(162, 32, 64, 1);
  }
  .tbl01 td {
    display: block;
    width: 100%;
    padding: 12px 24px;
    font-size: 15px;
    text-align: center;
    border-right: 0px dotted #ddd;
    border-bottom: 0px dotted #ddd;
    line-height: 1.33;
  }
}



@media screen and (max-width: 768px) {
  .top_plan {
    margin: 30px auto 0;
    font-size: 0;
    width: 100%;
    letter-spacing: 0;
  }
  .top_plan li {
    display: block;
    background: #fff;
    width: 92%;
    margin: 0 4% 20px;
    padding: 0.5em 1em;
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 2px solid rgba(160, 60, 90, 1);
  }
  .plan_box {
    position: relative;
    color: black;
    background: rgba(248, 194, 194, 0.33);
    line-height: 1.4;
    margin: 3em 0 0.5em;
    padding: 0.3em 0.4em 0.5em;
    border-radius: 0 5px 5px 5px;
  }
  .plan_box:after {
    position: absolute;
    content: '明朗会計';
    background: rgba(160, 60, 90, 1);
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 2px 2px 0 0;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em
  }
  .u_plan_box {
    position: relative;
    color: black;
    background: rgba(248, 194, 194, 0.33);
    line-height: 1.4;
    margin: 3em 0 1.5em;
    padding: 0.3em 0.4em 0.5em;
    border-radius: 0 5px 5px 5px;
  }
  .u_plan_box:after {
    position: absolute;
    content: '着物の着付け料金';
    background: rgba(160, 60, 90, 1);
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 2px 2px 0 0;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.05em
  }
}


@media screen and (max-width: 640px) {
  .m_ttl01 span {
    font-size: 4.5vw;
  }
  .news_box {
    width: 100%;
    margin: 0 auto 30px;
  }
  .news_list {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    border-top: 0px dotted rgba(162, 32, 64, 0.66);
    overflow: auto;
  }
  .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 14px 8px 4px;
  }
  .news_list dd {
    padding: 0 8px 14px;
    text-align: left;
    border-bottom: 1px dotted rgba(162, 32, 64, 0.66);
  }
  .top_box_wrap .top_txt_box {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 2em 1.5em;
  }
  .shop_outline {
    display: block;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    overflow: auto;
  }
  .shop_outline dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 14px 8px 4px;
  }
  .shop_outline dd {
    padding: 0 8px 14px;
    text-align: left;
  }
  .box_wrap img {
    display: block;
    width: 80%;
    height: auto;
    margin: 32px auto 32px;
    padding: 0;
  }
  h3.u_ttl02 {
    width: fit-content;
    margin-bottom: 0;
    padding: 8px 4px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 0.33;
  }
  h3.u_ttl02::first-letter {
    font-size: 140%;
    font-weight: 500;
    line-height: 0.33;
  }
}

@media screen and (max-width: 375px) {
  .g_nav-list {
    padding: 80px 0 120px 0;
  }
  ul.g_nav li a, .n_scroll ul.g_nav li a, #under ul.g_nav li a, #under .n_scroll ul.g_nav li a {
    padding: 6px 12px;
    color: #fff;
    font-size: 20px;
  }
  ul.g_nav li a span, .n_scroll ul.g_nav li a span, #under ul.g_nav li a span, #under .n_scroll ul.g_nav li a span {
    color: #fff;
    padding: 6px 0 0;
    font-size: 14px;
  }
}

#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}

@media screen and (max-width: 980px) {
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.breadcrumb {
  margin: 0 auto 40px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #ccc;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #333;
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}
.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid rgba(162, 32, 64, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(162, 32, 64, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(162, 32, 64, 1) !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(162, 32, 64, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(162, 32, 64, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./images/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 11px 11px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #555;
  font-size: 0.9rem;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(51, 51, 51, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(162, 32, 64, 1);
  font-size: 150%;
  font-weight: bold;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(162, 32, 64, 1);
  font-size: 150%;
  font-weight: bold;  
  border-bottom: 3px dotted rgba(162, 32, 64, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(162, 32, 64, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.3em;
  border-left: 8px solid rgba(162, 32, 64, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(162, 32, 64, 1);
  font-size: 140%;
  font-weight: bold;  
  border-left: 8px solid rgba(162, 32, 64, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(162, 32, 64, 1);
  font-size: 130%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(162, 32, 64, 1);
  font-size: 120%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(162, 32, 64, 1);
  font-size: 110%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(162, 32, 64, 1);
  font-size: 100%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block p {
  display: block;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #bbb;
  padding: 2px 6px;
  color: #fff;
}
.post_block img.size-medium, .post_block img.alignnone, .post_block img.alignleft {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 20px 0;
  //aspect-ratio: 4 / 3;
  //object-fit: cover;
  //object-position: 50% 50%;
  //font-family: 'object-fit: cover;';
}