
body {
  --color-main: #666666;
  --color-main-light: #dddddd;
  --color-main-extra-light: #f3f3f3;
  --color-bg-header-fixed: #f3f3f3;
  --color-border-h3: #333333;
  --side-icon-arrow: url(https://theme.selfull.jp/images/monotone/side-icon-arrow.png);
}
body.site-color-blue {
  --color-main: #0098dd;
  --color-main-light: #cee1f3;
  --color-main-extra-light: #edf9ff;
  --color-bg-header-fixed: #edf6f9;
  --color-border-h3: #86c8e6;
  --side-icon-arrow: var(--side-icon-arrow);
}
body.site-color-red {
  --color-main: #e50011;
  --color-main-light: #ffe5d2;
  --color-main-extra-light: #fff1f2;
  --color-bg-header-fixed: #fbf8f0;
  --color-border-h3: #ffc8ce;
  --side-icon-arrow: url(https://theme.selfull.jp/images/red/side-icon-arrow.png);
}
body.site-color-orange {
  --color-main: #ff9a09;
  --color-main-light: #ffe0b3;
  --color-main-extra-light: #fff7e7;
  --color-bg-header-fixed: #fff5ec;
  --color-border-h3: #f3c371;
  --side-icon-arrow: url(https://theme.selfull.jp/images/orange/side-icon-arrow.png);
}
body.site-color-green {
  --color-main: #7fbc32;
  --color-main-light: #cfebd9;
  --color-main-extra-light: #f6ffeb;
  --color-bg-header-fixed: #f8fbed;
  --color-border-h3: #b8da8e;
  --side-icon-arrow: url(https://theme.selfull.jp/images/green/side-icon-arrow.png);
}
body.site-color-green2 {
  --color-main: #037835;
  --color-main-light: #e2f4ce;
  --color-main-extra-light: #fafbe7;
  --color-bg-header-fixed: #fafbe7;
  --color-border-h3: #037835;
  --side-icon-arrow: url(https://theme.selfull.jp/images/green2/side-icon-arrow.png);
}
body.site-color-pink {
  --color-main: #f77c8b;
  --color-main-light: #ffd9e6;
  --color-main-extra-light: #fff3f4;
  --color-bg-header-fixed: #fef6f8;
  --color-border-h3: #ffc8ce;
  --side-icon-arrow: url(https://theme.selfull.jp/images/pink/side-icon-arrow.png);
}
body.site-color-purple {
  --color-main: #754275;
  --color-main-light: #e5e1ee;
  --color-main-extra-light: #f5edf4;
  --color-bg-header-fixed: #f5edf4;
  --color-border-h3: #754275;
  --side-icon-arrow: url(https://theme.selfull.jp/images/purple/side-icon-arrow.png);
}
body.site-color-brown {
  --color-main: #714a1a;
  --color-main-light: #fff1ca;
  --color-main-extra-light: #fff6ee;
  --color-bg-header-fixed: #f9f4f0;
  --color-border-h3: #c19f63;
  --side-icon-arrow: url(https://theme.selfull.jp/images/brown/side-icon-arrow.png);
}
body.site-color-monotone {
  --color-main: #333333;
  --color-main-light: #e8e8e8;
  --color-main-extra-light: #f3f3f3;
  --color-bg-header-fixed: #f3f3f3;
  --color-border-h3: #333333;
  --side-icon-arrow: url(https://theme.selfull.jp/images/monotone/side-icon-arrow.png);
}

body {
  --color-sub: var(--color-main);
  --color-sub-light: var(--color-main-light);
  --color-sub-extra-light: var(--color-main-extra-light);
}
body.site-color-2-blue {
  --color-sub: #0098dd;
  --color-sub-light: #cee1f3;
  --color-sub-extra-light: #edf9ff;
}
body.site-color-2-red {
  --color-sub: #e50011;
  --color-sub-light: #ffe5d2;
  --color-sub-extra-light: #fff1f2;
}
body.site-color-2-orange {
  --color-sub: #ff9a09;
  --color-sub-light: #ffe0b3;
  --color-sub-extra-light: #fff7e7;
}
body.site-color-2-green {
  --color-sub: #7fbc32;
  --color-sub-light: #cfebd9;
  --color-sub-extra-light: #f6ffeb;
}
body.site-color-2-green2 {
  --color-sub: #037835;
  --color-sub-light: #e2f4ce;
  --color-sub-extra-light: #fafbe7;
}
body.site-color-2-pink {
  --color-sub: #f77c8b;
  --color-sub-light: #ffd9e6;
  --color-sub-extra-light: #fff3f4;
}
body.site-color-2-purple {
  --color-sub: #754275;
  --color-sub-light: #e5e1ee;
  --color-sub-extra-light: #f5edf4;
}
body.site-color-2-brown {
  --color-sub: #714a1a;
  --color-sub-light: #fff1ca;
  --color-sub-extra-light: #fff6ee;
}
body.site-color-2-monotone {
  --color-sub: #333333;
  --color-sub-light: #e8e8e8;
  --color-sub-extra-light: #f3f3f3;
}



.main-img-pc {
  max-width: none;
}
.side-nav .side-nav-title {
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 22px;
  padding: 10px 20px;
}

.slide-block .slick-arrow {
  border-radius: 100px;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
}



a:hover{
  opacity:0.7;
}
body .inner {
  width: 100%;
}
.breadcrumb .inner {
  padding: 0;
}

.entry-header h1 {
  font-size: 32px;
  padding: 16px 0;
  text-align: center;
  margin-top: calc(var(--parts-margin) / 4);
  margin-bottom: var(--parts-margin);
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .entry-header h1 {
    font-size: 24px;
    padding: 12px 0;
  }
}


.container, .container-fluid, #global-header > .inner {
  width: min(94%, max(1276px, var(--contents-max-width)) * 0.94);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0;
  }
}


@media (min-width: 601px){
  .hidden-pc{
  display: none;
  }
}
@media screen and (max-width: 600px) {
  .hidden-mobile {
  display: none;
  }
}

/* global-header
--------------------------*/

#global-header {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.4;
}
#global-header .site-title {
  margin-bottom: 10px;
  padding: 5px 0;
  width: 100%;
  font-size:12px;
}
#global-header .site-title .inner {
  width: min(94%, max(1276px, var(--contents-max-width)) * 0.94);
}
#global-header #global-header-main-pc {
  display: flex;
  justify-content: space-between;
}
#global-header #global-header-main-pc #global-header-main-pc-left {
  width: 44%;
}
#global-header #global-header-main-pc #global-header-main-pc-left .logo {
  margin-bottom: 20px;
}
#global-header #global-header-main-pc #global-header-main-pc-left .address {
  word-break: break-all;
}
#global-header #global-header-main-pc #global-header-main-pc-right {
  width: 43%;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel {
  display: block;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel {
  line-height: 0;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-text {
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  line-height: 1.2;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-number {
  display: inline-block;
  padding-left: 30px;
  background-image: url(https://theme.selfull.jp/images/common/tel-icon-pc.png);
  background-repeat: no-repeat;
  background-position: left center;
  word-break: break-word;
  line-height: 1.2;
}
#global-header #global-header-main-pc #global-header-main-pc-right .mail {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 4px;
  background: linear-gradient(to bottom, #e52429 0%,#e52429 48%,#bb0f0f 50%,#bb0f0f 100%);
  box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #6B0000;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
#global-header #global-header-main-pc #global-header-main-pc-right .mail span {
  display: inline-block;
  padding: 10px 0 10px 35px;
  background-image: url(https://theme.selfull.jp/images/common/mail-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#global-header #global-header-main-pc #global-header-main-pc-right .line_btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 4px;
  background: linear-gradient(to bottom, #15b817 0%,#15b817 48%,#029403 50%,#029403 100%);
  box-shadow:rgba(0, 0, 0, 0.3) 2px 2px 3px 0px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px #023b02;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
#global-header #global-header-main-pc #global-header-main-pc-right .line_btn.line_half {
  width: 47%;
}
#global-header #global-header-main-pc #global-header-main-pc-right .line_btn span {
  display: inline-block;
  padding: 10px 0 10px 35px;
  background-image: url(https://theme.selfull.jp/images/common/line-icon.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left center;
}
#global-header #global-header-main-pc #global-header-main-pc-right .mail.mail_half {
  width: 47%;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info {
  text-align: left;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl {
  overflow: hidden;
  padding-top: 10px;
  clear: both;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dt {
  float: left;
  width: 16%;
  padding: 2px 1%;
  box-sizing: border-box;
  background: #555555;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dd {
  float: right;
  width: 82%;
  word-break: break-word;
}

#global-header #global-nav-pc.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
  z-index: 100;
}
#global-header #global-header-main-sp {
  display: none;
}
#global-header #announcement {
  margin: 10px 0 5px;
  padding: 5px 3%;
  border: solid 1px #af779c;
  background-color: #fbe9f9;
  font-weight: bold;
  text-align: center;
  word-break: break-all;
  color: #bb0f0f;
}
#global-header #global-nav-pc {
  margin-top: 10px;
  background-color: #666;
  border-bottom: solid 1px #000;
  overflow: hidden;
}
#global-header #global-nav-pc ul li {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}
#global-header #global-nav-pc ul li a:after  {
  content: " ";
  position: absolute;
  top: 15%;
  right: 0;
  height: 70%;
  border-right: solid 1px #333;
}
#global-header #global-nav-pc ul li:nth-child(5) a:after,
#global-header #global-nav-pc ul li:nth-child(10) a:after,
#global-header #global-nav-pc ul li:nth-child(15) a:after {
  border: none;
}
#global-header #global-nav-pc ul li a {
  display: block;
  padding: 16px 5px;
  text-decoration: none;
  color:#ffffff;
}
#global-header #global-nav-pc ul li a:hover {
  opacity: 0.6;
}
#global-header #global-nav-sp {
  display: none;
}
#sp-menu {
  display: none;
}


@media screen and (max-width:600px) {
  .sp-modal-main-tel .tel-sp {
    display: block;
    margin: 0 0 12px;
    border-radius: 4px;
    background: linear-gradient(to bottom, #0d9810 0%,#036d04 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px 0px;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    padding: 10px 3%;
    font-size: 26px;
    color: #FFF;
  }
  .sp-modal-main-tel .tel-sp span {
    padding-left: 24px;
    background-image: url(https://theme.selfull.jp/images/common/tel-icon-sp.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
  }
  #global-header {
    margin: 0;
  }
  #global-header .site-title {
    overflow: hidden;
  }
  #global-header #global-header-main-pc {
    display: none;
  }
  #global-header #global-header-main-sp {
    display: block;
    padding-bottom: 5px;
  }
  #global-header #global-header-main-sp.fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 3%;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffffeb;
    box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
    z-index: 100;
  }
  #global-header #global-header-main-sp #global-header-main-sp-left {
    float: left;
    width: 70%;
  }
  #global-header #global-header-main-sp #global-header-main-sp-right {
    float: right;
    width: 15%;
  }
  #global-header #global-header-main-sp #global-header-main-sp-right .tel {
    display: block;
    padding: 5px 2%;
    border-radius: 4px;
    border: solid 1px #2eb10b;
    background: linear-gradient(to bottom, #67d125 0%,#0c7f01 100%);
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 1px #01401B;
    color: #FFF;
    line-height: 2;
  }
  #global-header #global-header-main-sp #global-header-main-sp-right .tel span {
    padding: 10px 10px 10px 20px;
    background-image: url(https://theme.selfull.jp/images/common/tel-icon-sp.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  #global-header #global-header-main-sp #global-header-main-sp-right #menu_btn {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-image: url(https://theme.selfull.jp/images/common/fh-menu-open.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  #sp-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 101;
  }
  #sp-menu #sp-menu-contents {
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
    border-radius: 4px 4px 0 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #sp-menu #sp-menu-contents .side-bnr {
    margin-top: 10px;
  }
  #sp-menu #sp-menu-lightbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 1;
  }
  #global-header #announcement {
    text-align: left;
  }
  #global-header #global-nav-pc {
    display: none;
  }
  #global-header #global-nav-sp {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: rgba(255,255,255,0.8);
    border-top: 1px solid #fff;
  }
  #global-header #global-nav-sp.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100
  }
  #global-header #global-nav-sp.fixed.inactive {
    display: none !important;
  }

  #global-header.sp-fixed-pattern-2.header-fixed-sp #global-header-main-sp.fixed {
    top: inherit;
    bottom: 0;
    background: inherit !important;
    border: none !important;
  }
  #global-header.sp-fixed-pattern-2.header-fixed-sp #global-header-main-sp.fixed #global-header-main-sp-left p {
    display: none;
  }
  #global-header.sp-fixed-pattern-2.header-fixed-sp #global-nav-sp.fixed {
    top: 0;
    bottom: inherit;
    margin-top: 0;
  }
  #global-header #global-nav-sp .ff-sp-head {
    width: 100%;
    padding-top: 6.25%;
    background-size: contain;
    background-position: center center;
  }
  #global-header #global-nav-sp #ff-sp-head-01 {
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-01-head.png);
  }
  #global-header #global-nav-sp #ff-sp-head-02 {
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-02-head.png);
  }
  #global-header #global-nav-sp #ff-sp-head-03 {
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-03-head.png);
  }
  #global-header #global-nav-sp #ff-sp-head-04 {
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-04-head.png);
  }
  #global-header #global-nav-sp #ff-sp-contents {
    width: 100%;
    box-sizing: border-box;
    padding: 4px 2.5% 5px 2.5%;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  #global-header #global-nav-sp #ff-sp-contents a {
    line-height: 0;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-01-tel {
    width: 100%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-01-tel.png);
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-02-tel {
    width: 49%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-02-tel.png);
    margin-right: 2%;
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-02-web {
    width: 49%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-02-web.png);
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-03-tel {
    width: 49%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-03-tel.png);
    margin-right: 2%;
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-03-line {
    width: 49%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-03-line.png);
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-04-tel {
    width: 49%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-04-tel.png);
    margin-right: 2%;
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-04-web {
    width: 24%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-04-web.png);
    margin-right: 1%;
  }
  #global-header #global-nav-sp #ff-sp-contents a#ff-sp-04-line {
    width: 24%;
    padding-top: 15%;
    background-image: url(https://theme.selfull.jp/images/common/ff-sp-04-line.png);
  }
  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-1,
  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-2 {
    padding-top: 6px;
  }
  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-2 a {
    margin: 0 1%;
    width: 48%;
  }
  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-1 a img,
  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-2 a img {
    max-height: 150px;
    width: 100%;
  }

  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-3 a {
    margin: 0 1%;
    width: 23%;
  }
  #global-header #global-nav-sp #ff-sp-contents.ff-sp-contents-original-3 a:first-child {
    margin: 0 1%;
    width: 48%;
  }


  #global-header #global-nav-sp.space0 {
    border-top: none;
    background: none;
  }
  #global-header #global-nav-sp.space0 .ff-sp-head {
    display: none;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents {
    padding: 0;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a {
    background-size: cover;
    background-position: bottom center;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-02-tel {
    width: 50%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-02-web {
    width: 50%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-03-tel {
    width: 50%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-03-line {
    width: 50%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-04-tel {
    width: 50%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-04-web {
    width: 25%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents a#ff-sp-04-line {
    width: 25%;
    margin: 0;
    padding-top: 16%;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents.ff-sp-contents-original-1,
  #global-header #global-nav-sp.space0 #ff-sp-contents.ff-sp-contents-original-2 {
    margin: 0;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents.ff-sp-contents-original-2 a {
    width: 50%;
    margin: 0;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents.ff-sp-contents-original-3 a {
    width: 25%;
    margin: 0;
  }
  #global-header #global-nav-sp.space0 #ff-sp-contents.ff-sp-contents-original-3 a:first-child {
    width: 50%;
  }
}




#global-header {
  background: #ffffff;
  padding: 0 !important;
  margin-bottom: 0;
}
#global-header #global-header-main-pc {
  justify-content: flex-start;
}
#global-header #global-header-main-pc #global-header-main-pc-left {
  width: 100%;
}
@media (min-width: 601px) {
  #global-header #global-header-main-pc #global-header-main-pc-left {
    width: 50%;
    padding-right: 30px;
  }
  #global-header #global-header-main-pc #global-header-main-pc-right {
    width: 49%;
  }
}
#global-header #global-header-main-pc #global-header-main-pc-right {
  background: #F7F6EE;
  padding: 27px 22px 12px;
  border-radius: 0 0 8px 8px;
  margin-top: -37px;
  display: none;
}
@media (min-width: 601px) {
  #global-header #global-header-main-pc #global-header-main-pc-right {
  display: block;
  }
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel {
  display: flex;
  align-items: center;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-text {
  font-size: 0.875rem;
  color: #ffffff;
  border-radius: 3px;
  background: #ABCD45;
  padding: 6px 5px;
  display: inline-block;
  width: 113px;
  min-width: 113px;
  text-align: center;
  line-height: 1.2;
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-number {
  font-size: 1.5rem;
  padding: 5px 0 5px 50px;
  font-weight: bold;
  background: url("https://theme.selfull.jp/images/common/dynamic-phone.svg") no-repeat 10px 50% transparent;
  width: calc(100% - 113px);
  text-align: left;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl {
  display: flex;
  align-items: flex-start;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dt {
  font-size: 0.875rem;
  color: #ffffff;
  border-radius: 3px;
  background: #ABCD45;
  padding: 6px 5px;
  display: inline-block;
  width: 113px;
  min-width: 113px;
  text-align: center;
  line-height: 1.2;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dd {
  font-size: 0.875rem;
  font-weight: 600;
  padding-left: 10px;
}
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dd span {
  display: block;
  padding: 6px 0 0;
}
#global-header #global-header-main-pc #global-header-main-pc-right .address {
  font-size: 0.75rem;
  margin-top: 15px;
}
#global-header #global-nav-pc {
  padding: 12px 0 10px;
  margin: 0;
  background: #ffffff;
}
@media screen and (max-width: 600px) {
  #global-header #global-nav-pc {
  display: none;
  }
}
#global-header #global-nav-pc.fixed {
  background: #ffffff;
}
#global-header #global-nav-pc .nav-wrapper {
  width: min(94%, max(1276px, var(--contents-max-width)) * 0.94);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 601px) {
  #global-header #global-nav-pc .nav-primary {
  display: block !important;
  }
}
@media screen and (max-width: 600px) {
  #global-header #global-nav-pc .nav-primary {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ABCD45;
  max-height: 80vh;
  overflow-y:  scroll !important;
  overflow-x: hidden;
  display: none;
  z-index: 99;
  }
}
#global-header #global-nav-pc .nav-primary ul {
  margin: 0 auto;
  padding: 0;
}
#global-header #global-nav-pc .nav-primary ul li {
  display: block;
  border: 0;
  width: 100%;
  display: block;
  float: none;
}
#global-header #global-nav-pc .nav-primary ul li a {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  padding: 0;
  padding: 15px 35px;
  text-align: left;
}
#global-header #global-nav-pc .nav-primary ul li a {
  color: #333333;
  font-size: 1.125rem;
}
#global-header #global-nav-pc .nav-primary ul li a::after {
  display: none;
}
#global-header #global-nav-pc .nav-primary ul.menu {
  width: 100%;
  position: relative;
}
#global-header #global-nav-pc .nav-primary ul.menu {
  display: flex;
}
#global-header #global-nav-pc .nav-primary ul.menu > li {
  flex-basis: 0;
  flex-grow: 1;
  border-bottom: 2px solid #DAE5C7;
  position: initial;
  margin-bottom: 0;
}
@media (min-width: 601px) {
  #global-header #global-nav-pc .nav-primary ul.menu > li {
  border-right: 1px solid #CFCFCF;
  border-bottom: 0;
  margin-bottom: 5px;
  }
}
#global-header #global-nav-pc .nav-primary ul.menu > li > a {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  min-height: 100%;
  box-sizing: border-box;
}
#global-header #global-nav-pc .nav-primary ul.menu > li > a {
  color: #333333;
  font-size: 1.0625rem;
  padding: 18px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#global-header #global-nav-pc .nav-primary ul.menu > li:first-child {
  border-left: 1px solid #CFCFCF;
}
#global-header #global-nav-pc .nav-primary ul.menu > li:hover > a,
#global-header #global-nav-pc .nav-primary ul.menu > li.current-menu-parent > a,
#global-header #global-nav-pc .nav-primary ul.menu > li.current-menu-item > a {
  color: #ffffff;
  background: #ABCD45;
}




.contact-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0 10px;
}
@media (min-width: 601px) {
  .contact-fixed {
  top: 25%;
  bottom: unset;
  right: 0;
  left: auto;
  width: auto;
  padding: 0;
  }
}
.contact-fixed__inner {
  display: flex;
  justify-content: center;
}
@media (min-width: 601px) {
  .contact-fixed__inner {
  flex-direction: column;
  }
}
.contact-fixed__inner a {
  border-radius: 12px 12px 0 0;
  text-decoration: none;
  font-size: 0.75rem;
  color: #333333;
  margin: 0 2px;
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
}
@media (min-width: 601px) {
  .contact-fixed__inner a {
  margin: 0 0 18px;
  border-radius: 12px 0 0 12px;
  flex-direction: column;
  padding: 0;
  border: none;
  background: none;
  border-right: 0;
  }
}
.contact-fixed__inner a svg {
  margin-right: 5px;
  min-height: 20px;
  width: 27px;
  min-width: 17px;
}
#site .contact-fixed__inner a,#site .contact-fixed__inner a img:hover{
  opacity: 1;
}
@media (min-width: 601px) {
  .contact-fixed__inner a svg {
  margin: 0 0 5px;
  min-width: 0;
  width: auto;
  }
  .contact-fixed__inner a span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  }
}
.contact-fixed__inner a.contact-fixed__green {
  border-color: #00B900;
}
.contact-fixed__inner a.contact-fixed__phone {
  white-space: nowrap;
  padding-right: 50px;
}
@media (min-width: 601px) {
  .contact-fixed__inner a.contact-fixed__phone {
  display: none;
  }
  .contact-fixed__inner a{
  justify-content: center;
  }
}
div.menu-01-pc-center .nav-title {
  margin-bottom: 10px;
}



/* global-footer
--------------------------*/
#global-footer {
  margin: 0;
  border: 0 !important;
  margin-top: 50px;
  min-width: 0;
  padding-bottom: 35px;
}
@media (min-width: 601px) {
  #global-footer {
    margin-top: 170px;
    padding-bottom: 0;
  }
}
#global-footer #global-footer-nav {
  display: block;
  border-top: 4px solid #ECF5CF;
  padding: 30px 0;
}
#global-footer #global-footer-nav .inner {
  width: min(94%, max(1276px, var(--contents-max-width)) * 0.94);
  margin: 50px auto 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #global-footer #global-footer-nav .inner {
    padding: 0;
  }
}
#global-footer #global-footer-nav li a {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  padding-left: 18px;
  vertical-align: top;
  text-decoration: none;
  list-style: circle inside;
}
#global-footer #global-footer-nav li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: solid 1px #848484;
  border-radius: 100px;
  width: 5px;
  height: 5px;
}
#global-footer #global-footer-nav li a:hover {
  text-decoration: underline;
}
#global-footer .site-info {
  background-repeat: no-repeat 50% 50%/cover transparent;
  background-position: center;
  background-size: cover;
  background-color: transparent;
}
#global-footer .site-info__inner {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 25px;
}
@media (min-width: 601px) {
  #global-footer .site-info__inner {
  max-width: 525px;
  }
}
@media (min-width: 601px) {
  #global-footer .site-info__inner {
  padding: 120px 60px 80px;
  }
}
#global-footer .site-info__inner figure {
  margin-bottom: 10px;
}
#global-footer .site-info__inner figure a,
#global-footer .site-info__inner figure img {
  display: block;
}
#global-footer .site-info__inner .address {
  font-size: 0.875rem;
}
@media (min-width: 601px){
  #global-footer .site-info__inner .address{
  margin-bottom: 20px;
  }
}
#global-footer .site-info__inner .phone {
  font-size: 1.8rem;
  font-weight: 600;
  background: url("https://theme.selfull.jp/images/common/dynamic-phone-big.svg") no-repeat 0 50% transparent;
  text-align: left;
  padding: 5px 0 5px 55px;
  color: #727272;
  margin-bottom: 15px;background-size: auto 30px;
}
@media (min-width: 601px) {
  #global-footer .site-info__inner .phone {
  background: url("https://theme.selfull.jp/images/common/dynamic-phone-big.svg") no-repeat 0 50% transparent;
  font-size: 2.2vw;
  text-align: left;background-size: auto 40px;
  }
}
#global-footer .map-footer iframe {
  width: 100%;
  display: block;
}





/* menu-01-pc
--------------------------*/
.menu-01-pc {
  font-size: 14px;
}
.menu-01-pc .menu-01-pc-main {
  display: flex;
  justify-content: space-between;
  gap: 0 3%;
}
.menu-01-pc .menu-01-pc-center {
  width: 100%;
}
.menu-01-pc .menu-01-pc-left {
  width: 75%;
}
.menu-01-pc .menu-01-pc-right {
  width: 25%;
}
@media screen and (min-width: 1001px) {
  .is-wide .menu-01-pc .menu-01-pc-left {
    width: 80%;
  }
  .is-wide .menu-01-pc .menu-01-pc-right {
    width: 20%;
  }
}


.menu-01-pc .nav-list {
  margin-bottom: 40px;
}
.menu-01-pc .nav-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.menu-01-pc .nav-list ul li {
  margin: 8px 0;
  padding-right: 8px;
  vertical-align: top;
}
.menu-01-pc .menu-01-pc-center .nav-list ul li {
  width: calc(100% / 4);
}
.menu-01-pc .menu-01-pc-left .nav-list ul li {
  width: calc(100% / 3);
}
.menu-01-pc .menu-01-pc-right .nav-list ul li {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .is-wide .menu-01-pc .menu-01-pc-center .nav-list ul li {
    width: calc(100% / 5);
  }
  .is-wide .menu-01-pc .menu-01-pc-left .nav-list ul li {
    width: calc(100% / 4);
  }
}


.menu-01-pc .menu-01-pc-sub {
  display: flex;
  justify-content: flex-start;
  gap: 0 3%;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
}
.menu-01-pc .menu-01-pc-bottom {
  width: 32%;
}
@media screen and (max-width: 600px) {
  .menu-01-pc .menu-01-pc-sub {
    flex-wrap: wrap;
  }
  .menu-01-pc .menu-01-pc-bottom {
    width: 100%;
  }
}
.menu-01-pc .menu-01-pc-sub .fb-like-box {
  margin-bottom: 20px;
}
.menu-01-pc .menu-01-pc-sub .fb-like-box iframe {
  width: 100%;
}
.menu-01-pc .menu-bnr li {
  margin-bottom: 20px;
}


@media screen and (max-width: 600px) {
  .menu-01-pc .menu-01-pc-main {
    flex-direction: column;
  }
  .menu-01-pc .menu-01-pc-left {
    width: 100%;
  }
  .menu-01-pc .menu-01-pc-right {
    width: 100%;
  }
  .menu-01-pc .menu-01-pc-left .nav-list ul li {
    width: 100%;
  }
  .menu-01-pc .menu-01-pc-center .nav-list ul li {
    width: 100%;
  }
}

.menu-01-pc .nav-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #777;
  font-size: 21px;
  font-weight: bold;
}
.menu-01-pc .nav-list ul li a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  background-position: left 3px;
  background-repeat: no-repeat;
  background-position: left center;
}
.menu-01-pc .nav-list ul li a:hover {
  text-indent: 0.1rem;
}





/*===================================================================
pagetop
===================================================================*/
@media screen and (max-width:600px) {
  #pagetop {
  bottom: 80px;
  right: 5px;
  }
  #global-footer.fixed #pagetop {
  bottom: 150px;
  }
}
@media screen and (max-width:450px) {
  #pagetop {
  bottom: 70px;
  }
  #global-footer.fixed #pagetop {
  bottom: 100px;
  }
}
@media screen and (max-width:350px) {
  #pagetop {
  bottom: 50px;
  }
  #global-footer.fixed #pagetop {
  bottom: 80px;
  }
}
@media screen and (max-width:600px) {
  #pagetop.sp-fixed-btn-hide {
  bottom: 10px;
  }
}
@media screen and (max-width:600px) {
  #pagetop.sp-fixed-pattern-2 {
  bottom: 150px;
  }
}
@media screen and (max-width:450px) {
  #pagetop.sp-fixed-pattern-2 {
  bottom: 100px;
  }
}
@media screen and (max-width:350px) {
  #pagetop.sp-fixed-pattern-2 {
  bottom: 80px;
  }
}
#global-footer #global-footer-nav ul.menu-bnr li a {
  width: inherit;
  margin-bottom: inherit;
  padding-left: inherit;
}
#global-footer #global-footer-nav .inner .menu-01-pc-bottom ul.menu-bnr li a:after {
  content: none;
}
p.copyright {
  text-align: center;
}
#contents #side {
  display: none;
}





/* ////////////////////////////////////////////////

Color

//////////////////////////////////////////////// */

#global-header .site-title {
  color: #ffffff;
  background: var(--color-main);
}
#global-header #global-header-main-sp.fixed {
  border-top-color: var(--color-main);
  background-color: var(--color-bg-header-fixed);
}
#global-header #global-nav-pc ul li a:after  {
  border-right-color: #0073a5;
}
#main #content-footer {
  background: var(--color-main-light);
}
#main #content-footer h2 {
  border-color: var(--color-main);
}
#main #content-footer .contact {
  border-color: var(--color-main);
}
.side-nav .side-nav-title {
  background: var(--color-main);
}
.side-nav ul li a {
  background-image: var(--side-icon-arrow);
}
#global-footer {
  border-top-color: var(--color-main);
}
#global-footer #global-footer-nav li a:after {
  border-color: var(--color-main);
}
#global-footer #global-footer-main-pc {
  background: var(--color-main-light);
}
.entry-header h1 {
  border-color: var(--color-main);
  background: var(--color-main-extra-light);
}
.entry-content h2.style-title,
.entry-content .editor h2,
.type-single .entry-content h2 {
  border-left-color: var(--color-main);
}
.entry-content h3.style-title,
.entry-content .editor h3,
.type-single .entry-content h3 {
  border-left-color: var(--color-border-h3);
}
.entry-content h4.style-title:after,
.entry-content .editor h4:after,
.type-single .entry-content h4:after {
  background-color: var(--color-main);
}
#page-staff .right dt {
  background: var(--color-main-extra-light);
}
.voice-block h2,
.beforeafter-block h2 {
  background: var(--color-main);
}
.voice-block h2:after {
  border-top-color: var(--color-main);
}
.slide-block .slick-arrow {
  background-color: var(--color-main);
}
.text-img-block.fukidashi .text {
  border: solid 1px var(--color-main);
}
.text-img-block.fukidashi .text:after {
  border-right: 14px solid var(--color-main);
}
.text-img-block.fukidashi-right .text:after {
  border: 14px solid transparent;
  border-left: 14px solid var(--color-main);
}
#global-header #global-header-main-pc #global-header-main-pc-right .tel .tel-text,
#global-header #global-header-main-pc #global-header-main-pc-right .info dl dt {
  color: #ffffff;
  background: var(--color-main);
}
#global-header #global-header-main-pc #global-header-main-pc-right {
  background: var(--color-main-extra-light);
}
#global-header #global-nav-pc .nav-primary ul.menu > li:hover > a,
#global-header #global-nav-pc .nav-primary ul.menu > li.current-menu-parent > a,
#global-header #global-nav-pc .nav-primary ul.menu > li.current-menu-item > a {
  color: #ffffff;
  background: var(--color-main);
}
#global-header #global-nav-pc {
  border-bottom: 3px solid var(--color-main-extra-light);
}
#global-footer #global-footer-nav {
  border-top: 4px solid var(--color-main-extra-light);
}
.menu-01-pc .nav-title {
  border-bottom-color: var(--color-main);
}

#MorePost li a {
  color: var(--color-main);
}
#main .relation-post-block li a {
  color: var(--color-main);
}