@charset "UTF-8";
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
.bg-stripe {
  background: url("/common/img/bg_strip.png");
  background-size: 96px 96px;
}

.bg-light-pink {
  background: #FDF3F6;
}

header {
  background: url("/common/img/bg_strip.png");
  background-size: 96px 96px;
  /*============================
  #menu
  ============================*/
  /*============================
  #menuBtn
  ============================*/
}
header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header section.header-sec {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  /*============================
  #siteID
  ============================*/
}
@media screen and (max-width: 767px) {
  header section.header-sec {
    display: block;
    height: 50px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  header section.header-sec div#siteID {
    text-align: center;
  }
}
header section.header-sec div#siteID a img {
  width: 344px;
  height: auto;
}
@media screen and (max-width: 767px) {
  header section.header-sec div#siteID a img {
    height: 30px;
    width: auto;
  }
}
header section.header-sec dl.header-info {
  text-align: center;
}
@media screen and (max-width: 767px) {
  header section.header-sec dl.header-info {
    display: none;
  }
}
header section.header-sec dl.header-info dt {
  background: #DE5183;
  color: #fff;
  border-radius: 0.4em;
  font-weight: 400;
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 0.3em;
}
header section.header-sec dl.header-info dd {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #DE5183;
}
header section.header-sec dl.header-info dd i.fa.fa-phone {
  font-size: 30px;
  margin-right: 0.2em;
}
header nav#menu {
  background: #DE5183;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  header nav#menu {
    display: none;
    height: calc(100vh - 50px);
  }
}
header nav#menu ul {
  list-style: none;
  display: table;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header nav#menu ul {
    display: block;
    padding: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
header nav#menu ul li {
  line-height: 1.2;
  display: table-cell;
  border-left: 1px solid #fff;
  vertical-align: middle;
  width: 16.6666666667%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header nav#menu ul li {
    display: block;
    width: auto;
    border: none !important;
    margin: 4vh 0;
  }
}
header nav#menu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  header nav#menu ul li a {
    font-size: 4.5vw;
    padding: 0.5em;
  }
  header nav#menu ul li a br {
    display: none;
  }
}
header nav#menu ul li:last-child {
  border-right: 1px solid #fff;
}
header nav#menu ul li.current, header nav#menu ul li:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  header nav#menu ul li.current, header nav#menu ul li:hover {
    border-radius: 10px;
  }
}
header button#menuBtn {
  display: none;
  width: 50px;
  height: 50px;
  background: #DE5183;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  color: #fff;
  font-size: 10px;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  header button#menuBtn {
    display: block;
  }
}
header button#menuBtn i.fa.fa-bars {
  color: #fff;
  font-size: 20px;
  display: block;
}
#topcontrol {
  right: 20px !important;
  bottom: 20px !important;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    bottom: 33px !important;
  }
}
#topcontrol #ptop {
  width: 60px;
  height: 60px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  background: #E5749C;
  background-size: cover;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #topcontrol #ptop {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 20px;
  }
}

footer {
  background: #DE5183;
  color: #fff;
  text-align: center;
  padding: 50px 30px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 30px 0;
  }
}
footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
footer dl.footer-info dt {
  font-weight: 700;
}
footer dl.footer-info dd {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  footer dl.footer-info dd {
    font-size: 10vw;
  }
}
footer dl.footer-info dd i.fa.fa-phone {
  font-size: 34px;
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  footer dl.footer-info dd i.fa.fa-phone {
    font-size: 7vw;
  }
}
footer address {
  font-style: normal;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  footer address {
    padding-bottom: 15px;
    font-size: 3.5vw;
  }
}
footer .fbnr {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .fbnr {
    padding-bottom: 30px;
  }
}
footer .fbnr img {
  max-width: 300px;
  border-radius: 1em;
}
footer p.cp {
  background: #A73D62;
  letter-spacing: 0.1em;
  line-height: 50px;
  margin: 0 -30px;
}
footer p.cp span {
  display: block;
  font-size: 11px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  footer p.cp span {
    font-size: 1px;
    transform: scale(0.8);
  }
}

.photos {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .photos {
    display: block;
  }
}
.photos figure {
  flex: 0 0 32%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .photos figure {
    margin-bottom: 20px;
  }
}
.photos figure img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .photos figure img {
    border-radius: 10px;
  }
}

html, body {
  height: 100%;
}

/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  color: #474645;
  text-align: justify;
  color: #5D3E1C;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* ----------------------------------------------------------------
Sections
----------------------------------------------------------------- */
section.sec {
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  section.sec {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  #main section:nth-of-type(1) {
    padding-top: 1px !important;
  }
}

/* ----------------------------------------------------------------
Responsive
----------------------------------------------------------------- */
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ----------------------------------------------------------------
Images
----------------------------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  figure img {
    width: 100%;
    height: auto;
  }
}

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

/* ----------------------------------------------------------------
Anchor
----------------------------------------------------------------- */
a {
  color: #474645;
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  a[href*="tel:"], a[href*="mailto:"] {
    text-decoration: underline !important;
  }
}
.ext::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(common/img/ico-ext.svg) no-repeat 0 0;
  background-size: 9px 9px;
  margin-left: 8px;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */
/* ----------------------------------------------------------------
Box Models
----------------------------------------------------------------- */
.w960 {
  max-width: 960px;
  margin: auto;
}

.w900 {
  max-width: 900px;
  margin: auto;
}

.well {
  background: #FDF3F6;
  padding: 30px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .well {
    padding: 15px;
  }
}

/* ----------------------------------------------------------------
List
----------------------------------------------------------------- */
ul.maruList {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.2em;
}
ul.maruList li {
  margin: 0;
  padding: 0;
}
ul.maruList li::before {
  content: "●";
  margin-left: -1.2em;
  margin-right: 0.2em;
  color: #DE5183;
}

ul.komeList {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.2em;
}
ul.komeList li {
  margin: 0;
  padding: 0;
}
ul.komeList li::before {
  content: "※";
  margin-left: -1.2em;
  margin-right: 0.2em;
}

/* ----------------------------------------------------------------
Table
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table th, table td {
  padding: 1em;
}
table .nowrap {
  white-space: nowrap;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ----------------------------------------------------------------
flex
----------------------------------------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

/* ----------------------------------------------------------------
headline
----------------------------------------------------------------- */
h1 {
  font-size: 35px;
  line-height: 90px;
  height: 90px;
  background: url("../img/bg_strip2.png");
  background-size: 96px 60px;
  max-width: 960px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  margin: auto;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 5vw;
    line-height: 1.5;
    height: auto;
    padding: 1em;
    border-radius: 0;
    margin: 0 -30px 40px;
  }
}

h3 {
  font-size: 23px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 4vw;
  }
}

.ttl1 {
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #DE5183;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 5vw;
  }
}