@charset "UTF-8";
@import url("common.css");




/************************************
** 基本設定（General Setting）
************************************/
html{
  font-size: 62.5%; /* 62.5%を指定すると「1.0 rem = 10px」 */
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family:"Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 1.6rem;
    color: #362014;
    letter-spacing: 1.5px;
}
a:hover {
    opacity: 0.6;
}
img{
  border-width:0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
      image-rendering: -webkit-optimize-contrast;
      width: 100%;
}
.bk_image{
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
figure,
main figure{
  margin: 0;
}
.article{
  position: relative;
}
/*記事・カテゴリ中の画像を要素内に収める*/
.article img,
.category-description img,
.wp-caption,
.hover-image{
  max-width:100%;
  height:auto;
}
.aligncenter{
  clear:both;
}
.cf:after{
  content: "";
  clear: both;
  display: block;
}
.ft14 {
  font-size: 1.4rem;
}
.ft16 {
  font-size: 1.6rem;
}
.ft18 {
  font-size: 1.8rem;
}
.ft20 {
  font-size: 2rem;
}
.ft22 {
  font-size: 2.2rem;
}
.ft26 {
  font-size: 2.6rem;
}
.ft28 {
  font-size: 2.8rem;
}
.ft36 {
  font-size: 3.6rem;
}
.ft43 {
  font-size: 4.3rem;
}
.ft63{
	font-size: 6.3rem;
}
.ft70{
	font-size: clamp(2.4rem,5.8vw + 0rem,7rem);
}
.ft93{
	font-size: 9.3rem;
}

.ls_25 {
  letter-spacing: -0.025em;
  }

.w95 {
	width: 95%;
	margin: 0 auto;
}

.tc {
  text-align: center;
}

.tr{
  text-align: right;
}

.tl {
  text-align: left;
}

ul {
  padding-left: 0;
}

.df {
	display: flex;
  align-items: center;
  }

.db {
  display: block;
}

  .sp {
  display: none;
}

.zenkaku {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-style: normal;
  }


  .zenkaku_a {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,h2,h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  text-align: center;
  margin: 0;
}

h2 {
  color: #3394b7;
  font-size:3.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

a {
  text-decoration: none;
}

.heading {
  position: relative;
}

.heading:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72px;
  height: 6px;
  background-color: #3394b7;
}

.heading p {
  color: #3394b7;
  font-size: clamp(1.6rem,1.6vw + 0rem,2.2rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}

p,li,a,dt,dd,th,td {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  margin: 0;
}


.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 3s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}


.m0 {
  margin: 0 auto;
}

.fn {
  font-weight: 400;
}

.fbl {
  font-weight: 900;
}

.black {
  color: #323940;
}

.red {
  color: #e84a4b;
}
.red2 {
  color: #db717b;
}

.pink {
  color: #ff9999 !important;
}

.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.bg_red {
  background-color: #e84a4b;
}
.bg_red02 {
  background-color: rgba(232,74,75,0.12);
}
.bg_gray {
  background-color: #f8f8f8;
}
.blue {
  color: #5cb1d1;
}
.blue02 {
  color: #3394b7;
}
.bg_blue {
  background-color: #5cb1d1;
}
.bg_blue02 {
  background-color: #d7e6ed;
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 35px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.arrow:before {
  content: '';
  width: 0.45em;
  height: 0.45em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}

.arrow01 {
  display: inline-block;
  margin-left: 44%;
  vertical-align: middle;
  color: #ffffff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.6rem 0.6rem;
  border-left-color: currentColor;
  border-right: 0;
}

.arrow_red {
  display: inline-block;
  vertical-align: middle;
  color: #e84a4b;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.6rem 1rem;
  border-left-color: currentColor;
  border-right: 0;
  margin-right: 8%;
}

.w_small_arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: -4%;
}

.w_small_arrow:before, .w_small_arrow:after {
  content: "";
  width: 7px;
  height: 1px;
  background: #323940;
  position: absolute;
  top: 31%;
  left: 8px;
  transform: rotate(35deg);
  transform-origin: calc(100%) 50%;
}

.w_small_arrow:after {
  transform: rotate(-35deg);
}

.w_arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-left: 0;
}

.w_arrow:before, .w_arrow:after {
  content: "";
  width: 7.1px;
  height: 1px;
  background: #323940;
  position: absolute;
  top: 31%;
  left: 1px;
  transform: rotate(35deg);
  transform-origin: calc(100%) 50%;
}

.w_arrow:after {
  transform: rotate(-35deg);
}

.btn {
  color: #fff;
  font-weight: bold;
  margin: 8% auto 0;
  border-radius: 0;
  cursor: pointer;
  line-height: normal;
  padding: 21.5px 16px;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  width: 358px;
  border: 0.75px solid transparent;
  box-sizing: border-box;
  justify-content: space-between;
}

.btn:hover {
  color: #5cb1d1;
  background-color: #ffffff;
  border: 0.75px solid #5cb1d1;
  box-sizing: border-box;
}

/* .btn:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn:before {
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  border: 1px solid #ffffff;
  padding: 14.5px 3.5% 14.5px 6%;
  box-sizing: border-box;
  inset: 0;
  background-color: #ffffff;
  border-radius: 26px;
  transition: transform 0.6s ease;
  transform: scaleX(0);
  transform-origin: right;
  z-index: -1;
} */


.btn:hover .arrow,.btn:hover .arrow01 {
  color: #5cb1d1;
}

.ft10 {
	font-size: clamp(1.0rem,1vw + 0rem,1rem);
}

#container {
  overflow: hidden;
}


@media (min-width: 678px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}



/*---------------------------------------------------

ヘッダー

----------------------------------------------------*/


#h-top {
justify-content: space-between;
align-items: center;
padding: 1% 2%;
}

.header_left {
  width: 24%;
  max-width: 342px;
}

.header_left h1 {
  height: 68.4px;
}

.header_left h1 a,.header_left h1 a img {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 320px;
}

.header_right {
  width: fit-content;
}

.header_right p.ft15 {
  margin-bottom: 0;
}

.header_right p.ft12 {
  margin-top: 0;
}

.header_right a {
  line-height: 1;
  padding-bottom: 1%;
  justify-content: center;
  align-items: center;
}

.tel {
  width: 27px;
  margin-top: 7px;
  margin-right: 1%;
}

.navi_list {
  margin: 0;
}

.navi_list li {
  width: calc(100%/6);
  height: 120.5px;
}

.navi_list li:last-child {
  background-color: #ffffff;
}

.navi_list li:last-child a {
  color: #5cb1d1;
  background-color: #f7f2e7;
  font-weight: bold;
}
.navi_list li a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}

.navi_list li a:hover {
  background-color: #fff;
  color: #5cb1d1;
}

 

.hero_area {
  height: 53.15vw;
  background:linear-gradient(to right,rgba(33,33,33,0.14),rgba(33,33,33,0.14)),url(../../../images/hero.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero_text {
  position: absolute;
  top: 23%;
  left: 4%;
}



.hero_text h2 {
  margin: 0;
}

.hero_01 {
  background-image: url(../../../images/dashed01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero_02 {
  background-image: url(../../../images/dashed02.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero_03 {
  background-image: url(../../../images/dashed03.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}



.hero_text h2 span {
  padding-bottom: 1.5%;
}

.hero_text h2 span img {
  margin-top: 2%;
}

/*---------------------------------------------------

トップページ

----------------------------------------------------*/

.page-id-9 #body {
  background-color: #f7f2e7;
}

.top_about  {
  padding: 6% 0 0;
}

.top_about_lead {
  position: relative;
}

.stitch,.scissors {
  position: absolute;
}

.stitch {
  top: -211px;
  left: 0.5%;
}


.scissors {
  right: 1%;
  bottom: -118px;
}

.top_about_box {
  margin-top: 8%;
  justify-content: space-around;
}

.top_about_left {
  width: 50%;
  height: 52vw;
  background-image: url(../../../images/top_about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_about_right {
  width: 34%;
}

.top_service {
  overflow-x: hidden;
  padding: 11% 0 10%;
}

.top_service_heading {
  position: relative;
  margin-bottom: 5.5%;
}

.top_service_box {
  margin-bottom: 3.5%;
}
.flower_01, .flower_02 {
  position: absolute;
  width: 367px;
  z-index: 1;
  bottom: -251%;
}
.flower_01 {
  left: -7%;
}

.flower_02 {
  right: -7%;
}

.top_service_item {
  width: calc(100% / 3);
  height: 45vw;
  position: relative;
  z-index: 2;
}

.top_service_item01 {
  background-image: url(../../../images/top_service_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_service_item02 {
  background-image: url(../../../images/top_service_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_service_item03 {
  background-image: url(../../../images/top_service_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_service_item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2% 0;
  width: 100%;
  margin: 0;
}

.top_service a {
  margin: 0 auto;
}

.top_point {
  background-image: url(../../../images/bg_point.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  width: 93%;
  height: 58vw;
  margin: 2% auto 10%;
  border: 13px solid #d7e6ed;
}

.flower_03,.flower_04 {
  width: 322px;
  position: absolute;
}

.flower_03 {
  top: -13%;
  left: -6.5%;
}

.flower_04 {
  bottom: -13%;
  right: -6%;
  z-index: 2;
}

.top_point_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-around;
  width: 95%;
}

.point_left {
  width: 171px;
  margin-top: 70px;
}

.point_right {
  width: 80%;
}

.point_right h3 {
  white-space: nowrap;
  justify-content: center;
}

.point_right h3 img {
  display: none;
}

.five {
  border-radius: 50%;
  width: 103px;
  height: 103px;
  line-height: 96px;
  padding-left: 7px;
  box-sizing: border-box;
  display: inline-block;
}

.point {
  margin-left: 1%;
}

.point_box li {
  background-color: #ffffff;
  padding: 1.5% 3%;
  border: 1px solid #d7e6ed;
  margin-bottom: 2%;
}
.point_box li span {
  line-height: 1;
}

.point_box li span.ft22 {
  margin-bottom: 2%;
}

.top_about_service {
  padding: 4.5% 1.5%;
}

.top_aboutservice_heading:before {
  background-color: #ffffff;
}

.top_aboutservice_heading p {
  color: #ffffff;
}

.about_service_box {
  align-items: flex-start;
  margin-top: 5%;
}

.about_service_item {
  width: calc(96%/3);
  margin-right: 2%;
}

.about_service_lastitem {
  margin-right: 0;
}

.about_service_item h3 {
  margin-top: 5%;
  position: relative;
}

.about_service_item h3:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 37px;
  height: 3px;
  background-color: #ffffff;
}
.about_service_item p.ft17 {
  width: 95%;
  margin: 10% auto 0;
}

.about_service_image01 {
  background: linear-gradient(to right,rgba(255,255,255,0.22),rgba(255,255,255,0.22)),url(../../../images/top_about_service01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
}

.about_service_image02 {
  background-image: url(../../../images/top_about_service02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
}

.about_service_image03 {
  background-image: url(../../../images/top_about_service03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
}

.top_news {
  padding: 5.5% 0 9%;
}
.list {
  margin-top: 6.5%;
}

.list dd:first-child {
  border-top: 0.5px solid rgba(206,206,206,0.6);
}

.list dd {
  border-bottom: 0.5px solid rgba(206, 206, 206, 0.6);
  padding: 1.85% 3.5%;
}

.list dd p a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list .day {
  margin-right: 3%;
}

.top_news .btn {
  margin-top: 5%;
}


.top_about_shop {
  position: relative;
  padding-top: 4%;
}

.flower_05,.flower_06 {
  position: absolute;
  top: -6.9%;
  width: 322px;
}

.flower_05 {
  left: -3%;
}

.flower_06 {
  right: -3%;
}

.top_about_shop dl {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.5%;
}

.about_shop_topitem {
  border-top: 1px solid rgba(206, 206, 206, 0.6);
}

.about_shop_item {
  width: 47%;
  margin-right: 3%;
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
  padding: 3% 4%;
  box-sizing: border-box;
  position: relative;
}

.about_shop_item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 19px;
  width: 5px;
  height: 48px;
  background-color: #5cb1d1;
}

.about_shop_item  dt {
  position: relative;
  width: 15%;
  margin-right: 47px;
}

.about_shop_item  dt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 120px;
    transform: translate(0, -50%);
    width: 1px;
    height: 42px;
    background-color: rgba(206, 206, 206, 0.6);
}

.about_shop_item  dd {
    padding-left: 32px;
}

.top_about_shop dl div:nth-child(even) {
  margin-right: 0;
}

.top_about_shop a {
  margin-top: 4%;
  margin-right: 0;
  margin-bottom: 7.5%;
}

.contact {
  background: linear-gradient(to right, rgba(92, 177, 209, 0) 0%, rgba(92, 177, 209, 0.8) 57%), url(../../../images/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 30.5vw;
}

.contact_link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 5% 0;
  box-sizing: border-box;
}

.contact_text {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: 5%;
}

.contact_text p.ft18 {
  margin: 2% 0;
}

.contact_text a {
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 2%;

}

.white_tel {
  margin-top: 0.8%;
  width: 32px;
  margin-right: 1%;
}

/*-------------------------------------------

フッター

--------------------------------------------*/

#footer {
  padding: 6.5% 4.5% 0;
}

.footer_inner {
  justify-content: space-between;
}

.footer_left {
  width: 32%;
}

.footer_logo {
  width: 342px;
  margin: 0 auto 5%;
}

.footer_right {
  width: 66.8%;
}

.footer_item {
  width: calc(96%/3);
  margin-right: 2%;
  position: relative;
}

.footer_item_last {
  margin-right: 0;
}

.footer_item {
  height: 14.2vw;
}

.footer_item_01,.sitemap_image01 {
  background-image: url(../../../images/footer_01.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_item_02,.sitemap_image02 {
  background-image: url(../../../images/footer_02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}


.footer_item_03,.sitemap_image03 {
  background-image: url(../../../images/footer_03.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_item p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.7% 0;
}

.footer_right_bottom {
  margin-top: 5%;
}

.footer_right_bottom ul {
  justify-content: center;
}

.footer_right_bottom ul li {
  border-right: 1px solid #000000;
  padding-right: 2%;
  margin-right: 2%;
  line-height: 1;
}

.footer_right_bottom ul li:last-child {
  border-right: none;
}

.credit {
  margin: 0 calc(50% - 50vw);
	width: 100vw;
  margin-top: 5%;
  padding: 1% 0;
}

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 0.2%;
}

#page-top a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  background-color: #5cb1d1;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.fa-angle-double-up:before {
  content: "\f102";
  color: #ffffff;
}


/*-------------------------------------------

下層共通

--------------------------------------------*/

.kasoheader_01 {
  background: linear-gradient(to right,rgba(247,242,231,0.86),rgba(247,242,231,0.86)),url(../../../images/kasoheader_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 20.5vw;
}

.kaso_title_01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #3394b7;
  padding: 2.9% 4%;
  box-sizing: border-box;
  width: 37.3vw;
}

.kasoheader_02 {
  background: linear-gradient(to right,rgba(247,242,231,1)55.5%,rgba(247,242,231,0.6)80%,rgba(247,242,231,0)100%),url(../../../images/kasoheader_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 32vw;
}

.kaso_title_02 {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  padding: 2.9% 4%;
  box-sizing: border-box;
  width: 37.3vw;
}



/*----------------------------------------------------
  パンくずリスト
 -----------------------------------------------------*/

 #breadcrumb {
    padding: 1.5% 2% 0 2%;
}

.breadcrumb-home span img {
  width: 30px;
}

.breadcrumb-home {
  margin-right: 10px;
}

.breadcrumb-home a.ft14 {
  display: inline-block;
  margin-right: 10px;
}

.breadcrumb-home a span {
  white-space: nowrap;
}

.breadcrumb-item {
  line-height: 1;
}


.fa-angle-right:before {
  content: "\f105";
  color: #000000;
  font-weight: 900;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
}




/*--------------------------------------------

プライバシーポリシー

--------------------------------------------*/

.privacy-contents {
  margin-bottom: 8%;
}

.privacy-contents dl {
  margin-top: -3%;
}

.privacy-contents dl dt {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 1.5% 3%;
  position: relative;
}

.privacy-contents dl dt:before {
  position: absolute;
  top: 37%;
  transform: translate(0, -50%);
  left: 0.5%;
  content: "";
  width: 4px;
  height: 75%;
  background-color: #3394b7;
}

.privacy-contents dl dd {
  width: 96%;
  margin: 0 auto 5%;
  font-weight: 400;
}
/* 
.privacy-contents dl dd:last-child {
  margin-top: -3%;
} */

.privacy-contents dl dd.dd1 {
  margin-bottom: 2%;
}

.privacy_inner {
  margin: 6% auto 0;
}

.privacy_inner p {
  display: none;
}


/*----------------------------------------------------

  サイトマップ

-----------------------------------------------------*/

.sitemap {
  margin: 6% auto 8%;
}

.sitemap_top {
  width: 81.5%;
  margin: 0 auto;
}

.sitemap_top a {
  width: calc(97% / 3);
  height: 17.3vw;
  margin-right: 1.5%;
  position: relative;
}

.sitemap_top a:last-of-type {
  margin-right: 0;
}

.sitemap_top a p {
  width: 100%;
  padding: 3% 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sitemap_bottom ul {
  flex-wrap: wrap;
  margin-top: 5%;
  padding-left: 0;
}

.sitemap_bottom ul li {
  width: 48%;
  margin-right: 4%;
  border: 1px solid #e8e8e8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  margin-bottom: 2%;
}

.sitemap_bottom ul li:nth-child(even) {
  margin-right: 0;
}

.sitemap_bottom ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 4.5% 0 4.5% 8%;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
}

.sitemap_bottom ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translate(0, -50%);
  width: 4px;
  height: 50%;
  background-color: #3394b7;
}


/*----------------------------------------------------

  よくある質問

-----------------------------------------------------*/

.faq p.ft16 {
  padding: 3% 0 5.5%;
}

.faq_list {
  width: 92%;
  margin: 0 auto 9.5%;
  background-color: #f7f2e7;
  border: 17px solid #d7e6ed;
  padding: 3% 0 2%;
  position: relative;
}

.faq_list h2 {
  padding: 2% 0;
}

.faq_flower_top,.faq_flower_bottom {
  width: 322px;
  position: absolute;
}

.faq_flower_top {
  top: -8.2%;
  left: -7.8%;
}

.faq_flower_bottom {
  bottom: -8.5%;
  right: -8%;
}

.faq_about_box {
  width: 75%;
  margin: 3.5% auto 0;
}

.faq_about_box h3 {
  margin-left: 2%;
}

.faq_about_box ul {
  padding-left: 0;
  margin-top: 1%;
}

.faq_about_box ul li {
  border: 0.85px solid #d7e6ed;
  padding: 2% 2.5%;
  background-color: #ffffff;
  margin-bottom: 1.2%;
}

.faq_about_box ul li .zenkaku_a {
  font-weight: bold;
  margin-right: 2.8%;
}

.faq_box {
  width: 85%;
  margin: 0 auto 7%;
}

.faq_box h2 {
  background-color: #5cb1d1;
  margin: 0 calc(50% - 50vw);
  padding: 3% 0;
}

.faq_box dl {
  margin-top: 5%;
}

.faq_item {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  padding: 2.5% 4%;
  margin-bottom: 4.5%;
}

.faq_item dt {
  border-bottom: 0.5px solid #dddddd;
  padding-bottom: 1%;
  margin-bottom: 2%;
}

.faq_item dd {
  margin-left: 32.5px;
  align-items: flex-start;
}

.faq_item dt span.blue,.faq_item dd span.blue {
  margin-right: 2%;
} 

/*----------------------------------------------------

  お知らせ一覧・お知らせ詳細

-----------------------------------------------------*/

.information {
  background-color: #ffffff;
}

.single_box {
  margin-bottom: 9%;
}

.single_box h2 {
  border-top: 3px solid #5cb1d1;
  border-bottom: 3px solid #5cb1d1;
  padding: 2% 0;
  margin-top: 5.5%;
}

.page-id-69 .list {
  margin-top: 3%;
}

.page-id-69 .list dd:first-child {
  border-top: 0.9px solid #e8e8e8;
}

.page-id-69 .list dd {
  border-bottom: 0.9px solid #e8e8e8;
  padding: 2.7% 1.5%;
}

.info-top {
  justify-content: space-between;
}

.information-text {
  justify-content: left;
  width: 92%;
}

.page-id-69 .list .day {
  margin-right: 40px;
}


.page-id-69 .arrow {
  position: relative;
}

.page-id-69 .arrow::before{
  content: "";
  position: absolute;
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #d7e6ed;
}

.page-id-69 .arrow::after {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #3394b7;
  border-right: 1px solid #3394b7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination{
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  margin: 40px 0;
}

.pagination li{
  display: inline-block;
}

.pagination li.current span {
  background-color: #d7e6ed;
  border-radius: 50%;
  cursor: default;
  pointer-events: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 27.5px;
  padding-left: 2px;
  box-sizing: border-box;
}

.pagination a,
.pagination span {
  font-weight: 500;
  text-decoration:none;
/*  border: 1px solid #ddd;
  border-left-width: 0;*/
  border: none;
  width:38px;
  height:38px;
  color: #333;
  display: block;
  line-height: 38px;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }


.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.article img {
  width: auto;
  margin-top: 3%;
}



@media only screen and ( max-width: 500px ) {


  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 310px ) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

/*@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}
*/
.entry-large-thumnail{
  width: 100%;
  height: auto;
}
.edit {
  display: none;
}

.single .article,.single #under-entry-body {
  width: 90%;
  margin: 0 auto;
}

.single .article {
  margin-top: 5%;
}

.article h1 {
  text-align: left;
  background-color: #d7e6ed;
  padding: 1% 3.5%;
}



.single .entry-content,.single .post-meta {
  width: 85%;
  margin: 0 auto;
}

.single .post-meta {
  text-align: right;
  margin-top: 1%;
  margin-bottom: 2%;
}

.single .entry-content p {
  font-size: clamp(1.3rem,1.5vw + 0rem,1.5rem);
  line-height: 170%;
  letter-spacing: 0.075em;
  margin-bottom: 3%;
}


.prev {
  border-top: 1px solid #e8e8e8;
}

.single .prev,.single .next {
  border-bottom: 1px solid #e8e8e8;
  padding: 1% 3%;
}

.prev a,.prev a span,.next a span {
  font-size: clamp(1.3rem,1.5vw + 0rem,1.5rem);
  letter-spacing: 0.075em;
  display: inline-block;
  text-align: left;
}


.next .text {
  margin-right: 0;
}

.fa-arrow-left:before,.fa-arrow-right:before {
  color: #dedddd;
  font-size: 2em;
}

.fa.pull-left {
  margin-right: .3em;
  margin-top: -4px;
}


.fa.pull-left:nth-child(2) {
  margin-right: 0;
  margin-top: -44px;
  margin-left: 100.5%;
}

/*----------------------------------------------------

  お問い合わせ

-----------------------------------------------------*/

.contact_page p.ft16 {
  padding: 3% 0 7%;
}

.contact_box {
  border: 17px solid #d7e6ed;
  background-color: #f7f2e7;
  position: relative;
  padding: 4% 0 5.5%;
  margin-bottom: 12.5%;
}
.contact_flower_top,.contact_flower_bottom {
  width: 322px;
  position: absolute;
}

.contact_flower_top {
  top: -27%;
  left: -9%;
}

.contact_flower_bottom {
  bottom: -28%;
  right: -9%;
}

.contact_box p.ft28 {
  padding: 2% 0;
}

.contact_box_inner {
  margin-top: 2%;
}

.contact_box_inner a {
  justify-content: center;
}

.contact_box_inner a .tel {
  width: 40px;
  margin-top: 0;
}

.contact_box .ft18 {
  margin-top: 0.5%;
}

/*----------------------------------------------------

  ご依頼の流れ

-----------------------------------------------------*/

.flow_descripton {
  padding: 3% 0 4%;
}

.flow_box {
  margin-bottom: 7.5%;
}

.flow_box .flow_item {
  box-shadow: 0 0 6.5px rgba(0, 0, 0, 0.08);
  padding: 3%;
}

.flow_box .flow_item .flow_item_top {
  border-bottom: 0.5px solid #dddddd;
  padding: 0 3% 1% 3%;
  margin-bottom: 2%;
}

.flow_box .flow_item .flow_item_top h2 {
  text-align: left;
}

.flow_box .flow_item .flow_item_top .ft32 {
  margin-right: 3%;
}

.flow_box .flow_item .flow_item_bottom {
  padding: 0 3%;
}

.flow_arrow {
  width: 0;
  margin: 3.5% auto;
  height: 0;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 3vw solid #3394b7;
}



/*----------------------------------------------------

  サービス案内

-----------------------------------------------------*/

.service_about_lead {
  margin: 18% auto 10%;
  position: relative;
}

.service_about_lead p.ft38 {
  margin-bottom: 11%;
}

.service_about_lead .scissors {
  right: 3%;
  bottom: 89px;
}

.page-id-97 .top_service_box {
    margin-bottom: 8.5%;
}

.service_box {
  padding: 4.5% 0;
}

.service_box01,.service_box03 {
  background-color: #f7f2e7;
}

.service_box03 {
  margin-bottom: 6.2%;
}

.service_box h2 {
  border-top: 3px solid #5cb1d1;
  border-bottom: 3px solid #5cb1d1;
  padding: 2% 0;
  margin-bottom: 4.5%;
}

.service_box_inner {
  justify-content: space-around;
  width: 92%;
  margin: 0 auto;
}

.service_box_left {
  width: 43%;
}

.mini_box {
  background-color: #ffffff;
  position: relative;
  padding: 2% 0;
  margin-top: 7%;
}

.mini_box ul {
  width: fit-content;
  margin: 0 auto;
}

.mini_box ul li {
  white-space: nowrap;
}

.mini_box ul li span.blue {
  margin-right: 3%;
}

.small_flower {
  position: absolute;
  top: -24%;
  left: -9.5%;
  width: 95px;
}

.service_box_right {
  width: 39.5%;
}

.service_box01 .service_box_right {
  height: 25.3vw;
  background-image: url(../../../images/service01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.service_box02 .service_box_right {
  height: 25.3vw;
  background-image: url(../../../images/service02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.service_box03 .service_box_right {
  height: 25.3vw;
  background-image: url(../../../images/service03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


/*----------------------------------------------------

  店舗案内

-----------------------------------------------------*/

.about_shop_top {
  justify-content: space-between;
  margin: 7% auto 13%;
}

.about_shop_text {
  width: 40%;
}

.about_shop_text p:nth-child(2) {
  margin: 3% auto;
}

.about_shop_image {
  width: 44.1%;
  position: relative;
}

.about_shop01 {
  height: 41.7vw;
  background-image: url(../../../images/about_shop01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about_shop02 {
  width: 55.5%;
  height: 29.8vw;
  background-image: url(../../../images/about_shop02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 43%;
  left: -21%;
}

.about_company {
  background-color: #f7f2e7;
  padding: 4% 0 5.5%;
}

.about_title {
  position: relative;
  width: fit-content;
  margin: 0 auto 6%;
}

.about_title:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30px;
  width: 72px;
  height: 6px;
  background-color: #3394b7;
}

.dl_inner {
  flex-wrap: wrap;
}

.about_shop .dl_inner {
  margin-bottom: 5%;
}

.page-id-101 dl, .page-id-115 dl {
  width: 48%;
  margin-right: 4%;
  /* border-top: 1px solid rgba(206, 206, 206, 0.6); */
  border-bottom: 1px solid rgba(206, 206, 206, 0.6);
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}

.page-id-101 dl:nth-child(1),.page-id-101 dl:nth-child(2), .page-id-115 dl:nth-child(1),.page-id-115 dl:nth-child(2) {
  border-top: 1px solid rgba(206, 206, 206, 0.6);
}

.page-id-101 dl {
  padding: 3.2% 0 3.2% 4.2%;
}

.page-id-101 dl:before,.page-id-115 dl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 4%;
  width: 3.5px;
  height: 48px;
  background-color: #5cb1d1;
}

.page-id-101 dl:nth-child(even),.page-id-115 dl:nth-child(even) {
  margin-right: 0;
}

.shop dl dt {
  position: relative;
  margin-right: 47px;
  width: 15%;
}

.shop dl dt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translate(0,-50%);
  width: 1px;
  height: 42px;
  background-color: rgba(206, 206, 206, 0.6);
}

.shop dl dd {
  padding-left: 32px;
}

.about_shop {
  background-color: #d7e6ed;
  position: relative;
  margin-top: 11.5%;
  padding: 4% 0 0;
}


.about_shop_flower01, .about_shop_flower02 {
  position: absolute;
  width: 322px;
  top: -6.4%;
}

.about_shop_flower01 {
  left: -3.5%;
}

.about_shop_flower02 {
  right: -4%;
}

.about_shop_inner {
  margin-bottom: 5%;
}

/*----------------------------------------------------

  料金について

-----------------------------------------------------*/

.price {
  margin-bottom: 8%;
}

.price p.ft16 {
  padding: 5% 0 9%;
}

.price_list {
  position: relative;
  background-color: #f7f2e7;
  padding: 4.5% 0 0;
}

.price_flower01,.price_flower02 {
  width: 322px;
  position: absolute;
}

.price_flower01 {
  top: -1.7%;
  left: -3%;
}

.price_flower02 {
  top: -1.7%;
  right: -3.8%;
}

.price_box {
  padding-bottom: 6%;
}

.price_box h2 {
  padding: 3% 0;
  margin-bottom: 3.3%;
}

.page-id-115 dl {
  padding: 3.2% 2% 3.2% 4%;
  justify-content: space-between;
}
@media screen and (max-width:1100px){
  .scissors {
    width: 288px;
    right: 0;
    bottom: -91px;
}
.about_shop_item dt {
    position: relative;
    width: 30%;
    margin-right: 10px;
}

.about_shop_item dt:before {
    left: 86px;
}

.about_shop_item dd {
    padding-left: 10px;
    width: 70%;
}
.top_point {
    height: 100vw;
}

.top_point_inner {
  flex-direction: column;
}

.flower_03 {
  top: -8%;
  left: -16%;
}

.flower_04 {
  bottom: -12%;
  right: -16%;
  z-index: 2;
}

.point_left {
  display: none;
}

.contact {
  height: 35.5vw;
}

.footer_info p.ft16 {
  font-size: 1.5rem;
}

.footer_logo {
    width: 246px;
    margin: 0 auto 5%;
}
}

@media screen and (max-width: 680px) {

br.sp {
  display: block;
}
.ft16 {
  font-size: 1.4rem;
}
.ft18 {
  font-size: 1.6rem;
}
.ft22 {
  font-size: 1.8rem;
}
.ft24 {
  font-size: 1.8rem;
}

.ft26, .ft28 {
  font-size: 1.7rem;
}

.ft36 {
  font-size: 2.8rem;
}

.ft38 {
  font-size: 2.1rem;
}

.ft63 {
  font-size: 2.3rem;
}

.ft93 {
  font-size: 3.3rem;
}

.btn {
  width: 225px;
  padding: 9.5px 16px;
  font-size: 1.3rem;
}


.bg_blue {
  background-color: #5cb1d1;
}
.sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.heading:before {
  bottom: -16px;
}

.sp {
  display: block;
}

.sp_dn {
  display: none;
}


/*----------------------------------------------------

  トップページ

-----------------------------------------------------*/

h2 {
  font-size: 2.2rem;
}

#h-top {
  height: auto;
  min-height: 60px;
  align-items: center;
}

.header_left h1 {
  width: 100%;
  margin: 0 auto;
}

.header_left {
  width: 50%;
  margin: 0 auto;
}

.header_left h1 {
  height: 40px;
}

.header_right {
  display: none;
}

.hero_area {
  height: 129vw;
}

.hero_text h2 {
  margin: 0;
  flex-wrap: wrap;
  font-size: 1.8rem;
  line-height: 170%;
}

.hero_text h2 span {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 1.5%;
}

.top_about_box {
  flex-direction: column;
}

.top_about_left,.top_about_right {
  width: 95%;
  margin: 0 auto;
}

.top_about_left {
  margin-bottom: 5%;
}

.top_about_lead {
    position: relative;
    padding: 4% 0;
}

.stitch {
  width: 63%;
  top: -65px;
  left: -3.5%;
}

  .scissors {
  right: 0%;
  bottom: -30px;
  width: 40%;
}

.top_about_left {
  height: 57vw;
  margin-bottom: 5%;
  background-position: top;
}

.flower_01, .flower_02 {
  position: absolute;
  width: 160px;
  z-index: 1;
  bottom: -176%;
}

.top_service_heading {
  position: relative;
  margin-bottom: 10.5%;
}

.top_service_box {
  margin-bottom: 7.5%;
  display: block;
}

.top_service_item {
  width: 100vw;
  height: 66vw;
}

.top_service_item h3 {
  font-size: 1.6rem;
  padding: 4% 0;
}

.flower_03, .flower_04 {
  width: 160px;
  position: absolute;
}

.top_point {
  height: 154vw!important;
  margin-bottom: 24%;
  width: 90%;
  margin: 0 auto;
}

.five {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-left: 4px;
  margin: 0 4px;
}

.flower_03 {
  top: -8%;
  left: -22.5%;
}

.flower_04 {
  bottom: -12%;
  right: -16%;
  z-index: 2;
}


.top_point_inner {
  flex-direction: column;
}

.point_left {
  display: none;
}

.point_right {
  width: 95%;
}

.point_right h3 {
  white-space: nowrap;
}

.point_right h3 img {
  width: 20px;
  display: inline-block;
  margin-right: 13px;
}

.point_right h3 span.favor {
  display: block;
}

.point_box ul li {
  padding: 2% 3%;
}

.point_box ul li span.ft26 {
  font-size: 1.5rem;
}


.top_about_service {
  padding: 9.5% 1.5%;
  margin-top: 18%;
}

.about_service_box {
  display: block;
}

.about_service_item {
  width: 95%;
  margin: 11% auto 0;
}

.about_service_image01,.about_service_image02,.about_service_image03 {
  height: 54vw;
}

.top_news {
  padding: 8.5% 0 16%;
}

.top_news_inner  {
  width: 90%;
}

.list {
  margin-top: 14.5%;
}

.list dd {
  display: block;
}

.flower_05, .flower_06 {
  position: absolute;
  top: -3.9%;
  width: 160px;
}

.top_about_shop {
  padding-top: 8%;
}

.flower_05 {
  left: -12%;
}

.flower_06 {
  right: -12%;
}

.top_about_shop dl {
  display: block;
  margin-top: 13.5%;
}

.about_shop_item {
  width: 100%;
  margin-right: 0;
  padding: 5% 0 5% 8%;
}

.about_shop_item:before {
  left: 11px;
  height: 37px;
}

.about_shop_item dt {
    position: relative;
    margin-left: 2px;
    margin-right: 10px;
    width: 22%;
}

.about_shop_item dt:before {
    left: 68px;
    height: 29px;
}

.about_shop_item dd {
    padding-left: 0;
    width: 80%;
    font-size: 1.3rem;
}

.top_about_shop a {
  margin: 7% auto 10%;
}

.contact {
  height: 82vw;
}

.contact_text {
  width: 95%;
  right: 50%;
  transform: translate(50%, -50%);
}

.contact_text p.ft36 {
  font-size: 2.1rem;
}

.white_tel {
  margin-top: 1.7%;
  width: 23px;
  margin-right: 1%;
}

#footer {
  padding: 6.5% 4.5% 0;
  margin-bottom: 60px;
}

#footer-in  .sp {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.footer_inner {
  display: none;
}

#breadcrumb a {
  font-size: 1rem;
}


/*----------------------------------------------------

  下層

-----------------------------------------------------*/

.kasoheader_01 {
  height: 40.5vw;
}

.kaso_title_01 {
  width: 72.3vw;
  padding: 4.9% 4%;
}

.kasoheader_02 {
  height: 42vw;
}

.kaso_title_02 {
  width: 50%;
}

/*----------------------------------------------------

  プライバシーポリシー

-----------------------------------------------------*/


.privacy_inner {
  width: 90%;
  margin: -9% auto 0;
}

.privacy-contents dl dt {
  padding: 0 0 1.5% 5%;
}

.privacy-contents dl dt:before {
  top: 46%;
}


.privacy-contents dl dd {
  margin: 0 auto 8%;
}

/*----------------------------------------------------

  サイトマップ

-----------------------------------------------------*/

.sitemap {
  margin: 7% auto 12%;
}

.sitemap_top {
  width: 100%;
  display: block;
}

.sitemap_top a {
  width: 100%;
  height: 42.3vw;
  margin-right: 0;
  margin-bottom: 4%;
  position: relative;
  display: block;
}

.sitemap_top a p {
  display: block;
}

.sitemap_top p {
  display: none;
}

.footer_item_01, .sitemap_image01,.footer_item_02, .sitemap_image02,.footer_item_03, .sitemap_image03 {
  background-position: center;
}

.sitemap_bottom ul {
  padding-left: 0;
}

.sitemap_bottom ul li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
}


/*----------------------------------------------------

  よくある質問

-----------------------------------------------------*/

.faq {
  margin-bottom: 5%;
}

.faq p.ft16 {
  padding: 5% 0 7.5%;
  width: 95%;
  margin: 0 auto;
  font-size: 1.2rem;
}

.faq_flower_top {
  top: -4.2%;
  left: -17.8%;
}

.faq_flower_bottom {
  bottom: -7.5%;
  right: -17.8%;
}

.faq_flower_top, .faq_flower_bottom {
  width: 160px;
}

.faq_list {
  padding: 7% 0 2%;
  margin-bottom: 18%;
}

.faq_about_box {
  width: 90%;
}

.faq_about_box h3 {
  margin: 6% 0 3%;
}

.faq_about_box ul li a span.ft22 {
  display: block;
}

.faq_box {
  width: 90%;
  margin: 0 auto 7%;
  padding: 5% 0;
}

.faq_item {
  padding: 4.5% 6%;
  margin-bottom: 8.5%;
}

.faq_item dt span.blue,.faq_item dd,.faq_item dd span.blue {
  display: block;
}

.faq_item dt span.blue,.faq_item dd span.blue {
  margin-bottom: 2%;
}

.faq_item dt {
  line-height: 150%;
  padding-bottom: 5%;
  margin-bottom: 5%;
  font-size: 1.6rem;
}

.faq_item dd {
  margin-left: 0;
}

.faq_item dd br {
  display: none;
}

.faq_item .ft34 {
  font-size: 2.4rem;
}

/*----------------------------------------------------

  お知らせ

-----------------------------------------------------*/

.page-id-69 .list {
    margin-top: 3%;
    width: 90%;
}

.single_box h2 {
  padding: 2% 0;
  margin: 7% auto 8%;
}

.information-text {
  justify-content: space-between;
  display: block;
}

.page-id-69 .arrow {
  margin-left: 35%;
}

.pagination {
  margin: 4% auto 5%;
}

.single .prev, .single .next {
  border-bottom: 1px solid #e8e8e8;
  padding: 3%;
}

.fa.pull-left {
  margin-top: 2px;
}

.fa.pull-left:nth-child(2) {
  margin-top: -22px;
  margin-left: 93.5%;
}

.next .text {
  margin-right: 8%;
}

#under-entry-body .navigation {
  margin-bottom: 15%;
}

.single .post-meta {
  font-size: 1.4rem;
}

/*----------------------------------------------------

  お問い合わせ

-----------------------------------------------------*/

.contact_flower_top, .contact_flower_bottom {
  width: 160px;
}

.contact_page p.ft16 {
  padding: 4% 0 7%;
  font-size: 1.2rem;
}

.contact_flower_top {
  top: -19%;
  left: -21%;
}

.contact_flower_bottom {
  bottom: -25%;
  right: -22%;
}

.contact_box_inner p.ft22 {
  font-size: 1.5rem;
}

.contact_box_inner a .tel {
  margin: 0;
  width: 16px;
}

.contact_box_inner p.ft18 {
  font-size: 1.4rem;
}

/*----------------------------------------------------

  ご依頼の流れ

-----------------------------------------------------*/

.flow {
  margin-bottom: 16%;
}

.flow_descripton {
  padding: 6% 0 7%;
}

.flow_box .flow_item {
  padding: 5% 3%;
}

.flow_item_top p {
  text-align: center;
}

.flow_box {
  width: 90%;
}

.flow_box .flow_item .flow_item_top .ft34 {
  margin-right: 3%;
  font-size: 2rem;
  display: block;
}

.flow_box .flow_item .flow_item_top .ft30 {
  font-size: 1.8rem;
}

.flow_box .flow_item .flow_item_top {
  border-bottom: 0.5px solid #dddddd;
  padding: 0 3% 3% 3%;
  margin-bottom: 4%;
}

.flow_arrow {
  border-left: 8vw solid transparent;
  border-right: 8vw solid transparent;
  border-top: 7vw solid #3394b7;
}

/*----------------------------------------------------

  サービス案内

-----------------------------------------------------*/
.service_about_lead .stitch {
  width: 43%;
  top: -65px;
  left: 0.5%;
}

.service_about_lead p.ft38 {
  font-size: 2rem;
  text-align: center;
  width: 93%;
}

.service_about_lead .scissors {
  right: 1%;
  bottom: 136px;
}

.service_about_lead p.ft16 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.service_about_lead p.ft16 br {
  display: none;
}

.service_box {
  padding: 8.5% 0;
}

.service_box h2 {
  font-size: 2.4rem;
}

.service_box_inner {
  flex-direction: column-reverse;
  width: 92%;
  margin: 0 auto;
}

.service_box01 .service_box_right,.service_box02 .service_box_right,.service_box03 .service_box_right {
  height: 59.3vw;
}

.service_box_left,.service_box_right {
  width: 100%;
}

.top_service_item {
  width: 100vw;
  height: 60vw;
}

.top_service_item01 {
  background-position: top;
}

.service_box_left {
  margin-top: 5%;
}

.small_flower {
  width: 73px;
}

#main {
  overflow: hidden;
}


/*----------------------------------------------------

  店舗案内

-----------------------------------------------------*/

.about_shop_top {
  flex-direction: column-reverse;
}

.about_shop_image,.about_shop_text{
  width: 100%;
}

.about_shop_text {
  margin-top: 10%;
}

.about_shop01 {
  height: 60vw;
  background-position: top;
}

.about_shop02 {
  width: 43.5%;
  height: 33.8vw;
  left: -5%;
  top: 52%;
 }

 .about_title {
  margin: 0 auto 11%;
}

.dl_inner {
  flex-direction: column;
}

.page-id-101 dl:nth-child(2),.page-id-115 dl:nth-child(2) {
  border-top: none;
}

.page-id-101 dl, .page-id-115 dl {
  width: 100%;
  flex-wrap: nowrap;
}

.page-id-101 dl:before, .page-id-115 dl:before {
  height: 40px;
  left: 1%;
}

.shop dl dt {
  position: relative;
  margin-left: 2px;
  margin-right: 10px;
  width: 22%;
}

.shop dl dt:before {
  height: 29px;
  left: 68px;
}

.shop dl dd {
  padding-left: 0;
  width: 80%;
  font-size: 1.3rem;
}

.page-id-101 dl:nth-child(even), .page-id-115 dl:nth-child(even) {
  margin-right: 4%;
}

.about_shop_flower01, .about_shop_flower02 {
  position: absolute;
  width: 160PX;
  top: -4.4%;
}

.about_title:before {
  bottom: -17px;
}

.about_company {
  padding: 7% 0 9.5%;
}

.about_shop {
  padding: 7% 0 0;
}

#container {
  margin-bottom: 0 !important;
}

.price_flower01, .price_flower02 {
  width: 160px;
  top: -1.7%;
}

.price_list {
  padding: 8.5% 0 0;
}

.price p.ft16 {
  padding: 5% 0 17%;
}

.price p.ft16 {
  padding: 5% 0 17%;
  font-size: 1.2rem;
}
.page-id-115 dl {
  padding: 3.2% 2% 3.2% 7%;
}

.page-id-115 dl:before {
  left: 2%;
}


/*---------------------------------------------------

ナビゲーション

----------------------------------------------------*/

.sidr {
  box-shadow: none;
}

div#navi {
    background: #ffffff;
    padding: 10% 0;
}

#navi-in .header_logo {
  width: 68%;
  margin: 0 auto 10%;
}

.navi-box {
  margin-top: 8%;
  margin-bottom: 15%;
}

.navi-box h2 {
  margin-bottom: 0;
}

#navi p.ft18 {
  margin-top: 0;
  font-size: 1.1rem;
}

#navi .sitemap_top a {
  display: block;
  width: 90%;
  height: 30vw;
  position: relative;
  margin: 0 auto;
  margin-bottom: 6%;
}

div#navi ul li:first-child {
  border-top: 0.5px solid #5cb1d1;
}

div#navi ul li {
  float: none;
  border-top: 0px;
  border-bottom: 0.5px solid #5cb1d1;
  width: 90%;
  margin: 0 auto;
}

.sidr ul li a, .sidr ul li span {
  padding: 0 4px;
  display: block;
  text-decoration: none;
  color: #333;
  line-height: 1.5;
}

#navi #navi-in ul li a {
  padding: 5px 7px;
  display: block;
  height: 11vw; 
}


#navi ul li a span {
  font-size: 1.4rem;
}

#navi ul li a  span.ft12 {
  font-size: 1.2rem;
  line-height: 1;
}

#navi .ft20 {
  font-size: 1.4rem;
}

#navi .ft28 {
  font-size: 1.8rem;
}

#navi .ft43 {
  font-size: 2.5rem;
}

#navi .ft54 {
  font-size: 3rem;
}

#navi .contact .ft36 {
  font-size: 1.5rem;
}

#navi .mail_logo {
  width: 35px;
  height: 20px;
}

#navi .contact {
  height: 60vw;
  margin-bottom: 10vw;
  padding: 5% 9;
}
#navi .contact_left a.btn span {
  line-height: 1.2;
  margin-right: 10px;
}

#navi .buy_logo {
  width: 40px;
  height: 28px;
}

.navi_title {
  background-color: #5cb1d1;
  padding: 2.5% 0;
  margin-bottom: 8%;
}

.navi_title h2 {
  margin-bottom: 0;
}

.navi_title p {
  margin: 0;
}

.navi-box03 {
  margin-bottom: 20%;
}
.mwform-radio-field {
  margin-right: 2%;
  display: block;
  margin-bottom: 5px;
}

.mwform-checkbox-field {
  display: block;
  margin-bottom: 5px;
}

#navi #navi-in ul li {
  position: relative;
}

#navi #navi-in ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 2%;
  width: 2px;
  height: 40px;
  background-color: #5cb1d1;

}

#navi #navi-in ul li a span {
  display: block;
}

#footer-mobile-buttons {
  background-color: #5cb1d1;
}

.fa, .fas {
  font-weight: 900;
  color: #ffffff;
}

#footer-mobile-buttons a .menu-caption {
    font-size: 0.7em;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: relative;
    text-align: center;
    color: #ffffff;
}

.menu-caption-about::before {
    content: '店舗案内';
}

.menu-caption-price::before {
    content: '料金';
}

.menu-caption-service::before {
  content: 'サービス';
}

.fa-service:before {
  content: "\f0c4";
}

.slide-close {
  padding-bottom: 80px;
  text-align: center;
}

.slide-close a {
  display: block;
  background: #5cb1d1;
  color: #fff;
  font-weight: 300;
  padding: 10px 0;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30vw;
}
    
}


