@charset "UTF-8";
/*===
  #common
  ===*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

body {
  color: #333;
  font-family: serif;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: .1rem;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  width: 1200px;
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.section {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}

.section-ttl-box {
  text-align: center;
}

.section-ttl {
  font-size: 42px;
  color: rgba(0, 0, 0, 0.35);
  line-height: .4;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 32px;
  }
}

.section-ttl span {
  color: inherit;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section-ttl span {
    font-size: 14px;
  }
}

.main {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 64px;
  }
}

#header {
  background: #fff;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
}

#header > .inner {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  #header > .inner {
    display: block;
    padding-bottom: 16px;
    padding-top: 20px;
  }
}

.header-content {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-content {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-left {
    text-align: center;
  }
}

.header-right {
  margin-left: auto;
}

.header-logo {
  width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 180px;
    margin-bottom: 8px;
    text-align: center;
  }
}

.header-logo a {
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .header-logo a {
    font-size: 26px;
  }
}

.header-logo a:hover {
  opacity: .6;
}

.header-sub {
  color: inherit;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 12px;
  line-height: 1.71429;
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .header-sub {
    font-size: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}

.header-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  line-height: 30px;
}

.header-nav li {
  margin-bottom: 12px;
  margin-right: 40px;
}

.header-nav li:last-child {
  margin-right: 0;
}

.header-nav li > a {
  color: #333;
  display: block;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.header-nav li > a img {
  width: 30px;
}

.header-nav li > a img:hover {
  opacity: 0.6;
}

.header-nav li > a:hover {
  color: #ff6f00;
}

.drawer-menu-item img {
  width: 30px;
  margin-bottom: 15px;
}

/* ===============================================
	# メインビジュアル
	=============================================== */
.mainvisual {
  position: relative;
}

.mainvisual-inner {
  background: url(../img/mainvisual.jpg) center 20%/cover no-repeat;
  width: 85%;
  height: 550px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .mainvisual-inner {
    width: 100%;
    height: 500px;
  }
}

.mainvisual-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.669);
  padding: 105px 30px;
}

@media screen and (max-width: 767px) {
  .mainvisual-box {
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 15px;
  }
}

.mainvisual-txt {
  text-align: left;
  color: #ff6f00;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.283);
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .mainvisual-txt {
    text-align: justify;
    font-size: 18px;
  }
}

/* ===============================================
	# コンセプト
	=============================================== */
.concept {
  position: relative;
}

.concept::before {
  position: absolute;
  content: "";
  background: url(../img/bgpink.jpg) center center/cover no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 45%;
  z-index: -2;
  opacity: .5;
}

.concept-profile {
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .concept-profile {
    text-align: left;
  }
}

.concept-sub-ttl {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  color: #e81919;
}

@media screen and (max-width: 767px) {
  .concept-sub-ttl {
    margin-top: 30px;
    font-size: 16px;
  }
}

.concept-inner {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .concept-inner {
    margin-top: 40px;
  }
}

.concept-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .concept-wrap {
    flex-direction: column;
  }
}

.concept-wrap + .concept-wrap {
  margin-top: 60px;
}

.concept-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .concept-wrap:nth-child(even) {
    flex-direction: column;
  }
}

.concept-item {
  width: 46%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .concept-item {
    width: 100%;
  }
}

.concept-img {
  width: 50%;
  height: 300px;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.617);
}

@media screen and (max-width: 767px) {
  .concept-img {
    width: 100%;
    height: 200px;
  }
}

.concept-no {
  position: absolute;
  top: -45px;
  left: -30px;
  font-size: 80px;
  opacity: .3;
  color: #e81919;
}

@media screen and (max-width: 767px) {
  .concept-no {
    top: -30px;
    left: -10px;
    font-size: 60px;
    opacity: .5;
  }
}

.concept-item-ttl {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: 60px;
  color: #ff6f00;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.283);
}

@media screen and (max-width: 767px) {
  .concept-item-ttl {
    margin-top: 55px;
  }
}

.concept-item-ttl::before:nth-child(1n) {
  position: absolute;
  content: "01";
  font-size: 32px;
  left: 0;
  top: 0;
}

.concept-item-txt {
  text-align: justify;
  margin-top: 20px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 767px) {
  .concept-item-txt {
    margin-top: 15px;
  }
}

/* ===============================================
# メニュー
=============================================== */
.menu {
  position: relative;
}

.menu::before {
  position: absolute;
  content: "";
  background: url(../img/bgpink.jpg) center center/cover no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: .5;
}

.menu-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 1000px;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .menu-content {
    display: block;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.menu-item-box {
  width: 40%;
  background: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu-item-box {
    width: 100%;
  }
}

.menu-item-box:nth-child(n + 3) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .menu-item-box:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-item-box + .menu-item-box {
    margin-top: 50px;
  }
}

.menu-no {
  position: absolute;
  top: -70px;
  left: -50px;
  color: #e81919;
  opacity: .3;
  font-size: 80px;
}

@media screen and (max-width: 767px) {
  .menu-no {
    top: -40px;
    left: -25px;
    font-size: 50px;
  }
}

.menu-ttl {
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  color: #ff6f00;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.283);
  background: url(../img/bgwhite.jpg) center 60%/cover no-repeat;
}

.menu-ttl-active {
  line-height: 1.2;
  padding: 11px 0;
}

.menu-img {
  height: 220px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .menu-img {
    height: 180px;
  }
}

.menu-txt {
  padding: 20px 15px 30px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 767px) {
  .menu-txt {
    padding: 20px 10px;
  }
}

/* ===============================================
# 流れ flow
=============================================== */
.flow {
  position: relative;
}

.flow::before {
  position: absolute;
  content: "";
  background: url(../img/bgpink.jpg) center center/cover no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 45%;
  z-index: -2;
  opacity: .5;
}

.flow-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .flow-content {
    margin-top: 40px;
  }
}

.flow-wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .flow-wrap {
    flex-direction: column;
    position: relative;
  }
}

.flow-wrap:nth-child(even) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .flow-wrap:nth-child(even) {
    flex-direction: column;
  }
}

.flow-wrap + .flow-wrap {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .flow-wrap + .flow-wrap {
    margin-top: 60px;
  }
}

.flow-img {
  width: 60%;
  height: 350px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .flow-img {
    width: 100%;
    height: 200px;
  }
}

.flow-img-scale {
  width: 48%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .flow-img-scale {
    width: 100%;
  }
}

.flow-box {
  width: 36%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .flow-box {
    width: 100%;
    position: static;
  }
}

.flow-box-scale {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .flow-box-scale {
    width: 100%;
  }
}

.flow-no {
  color: #e81919;
  opacity: .3;
  font-size: 80px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .flow-no {
    position: absolute;
    top: -30px;
    left: -10px;
    font-size: 50px;
    opacity: .5;
  }
}

.flow-ttl {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin-top: 15px;
  color: #ff6f00;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.283);
}

@media screen and (max-width: 767px) {
  .flow-ttl {
    position: static;
    font-size: 20px;
  }
}

.flow-txt {
  margin-top: 20px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 767px) {
  .flow-txt {
    margin-top: 10px;
  }
}

.flow-txt-tag {
  background-color: #e81919;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-family: serif;
  margin-top: 20px;
}

.flow-txt-tag:first-child {
  margin-top: 0px;
}

.flow-txt-tag-accent {
  background-color: green;
}

.flow-txt-label {
  margin-top: 10px;
  color: #e81919;
  font-weight: bold;
  font-size: 18px;
  font-family: serif;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .flow-txt-label {
    font-size: 16px;
  }
}

.flow-txt-label span {
  font-size: 14px;
  color: #333;
}

.flow-txt-label-accent {
  color: blue;
}

.flow-txt-content {
  margin-left: 10px;
}

.flow-emagency {
  margin-top: 10px;
  font-size: 14px;
  color: gray;
}

@media screen and (max-width: 767px) {
  .flow-emagency {
    position: static;
    margin-top: 10px;
    font-size: 12px;
  }
}

.flow-line {
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: gray;
}

@media screen and (max-width: 767px) {
  .flow-line {
    font-size: 12px;
  }
}

.flow-item {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .flow-item {
    margin-top: 80px;
  }
}

.flow-item-ttl {
  text-align: center;
  display: inline;
  line-height: 1;
  position: relative;
}

.flow-item-ttl::before {
  position: absolute;
  content: "04";
  top: -40px;
  left: -110px;
  font-size: 80px;
  color: #e81919;
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .flow-item-ttl::before {
    top: -25px;
    left: -70px;
    font-size: 50px;
  }
}

.flow-item-box {
  max-width: 1000px;
  margin: 40px auto 0;
  border: 1px solid #b4b4b4;
  background-color: #fff;
}

.flow-item-box-ttl {
  border-bottom: 1px solid #b4b4b4;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  background-color: #ff7b00;
  background: url(../img/bgorange.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .flow-item-box-ttl {
    padding: 10px 0;
    font-size: 18px;
  }
}

.flow-item-box-ttl-accent {
  background: url(../img/bgpink.jpg) center center/cover no-repeat;
}

.flow-item-box-ul {
  display: flex;
  border-bottom: 1px solid #b4b4b4;
}

@media screen and (max-width: 767px) {
  .flow-item-box-ul {
    flex-direction: column;
  }
}

.flow-item-box-li {
  width: 33.3333%;
  text-align: center;
  border-right: 1px solid #b4b4b4;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .flow-item-box-li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #b4b4b4;
    padding: 15px 0;
  }
}

.flow-item-box-li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .flow-item-box-li:last-child {
    border-bottom: none;
  }
}

.flow-item-box-li-ttl {
  display: inline;
  line-height: 1;
  position: relative;
  font-weight: bold;
}

.flow-item-box-li-ttl span {
  position: absolute;
  left: -35px;
  top: 45%;
  transform: translateY(-55%);
  font-size: 22px;
  color: #e81919;
}

@media screen and (max-width: 767px) {
  .flow-item-box-li-ttl span {
    font-size: 20px;
    opacity: .7;
  }
}

.flow-item-box-li-txt {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .flow-item-box-li-txt {
    margin-top: 15px;
  }
}

.flow-item-box-price {
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .flow-item-box-price {
    font-size: 18px;
    padding: 10px 0;
  }
}

.flow-item-box-price span {
  font-size: 22px;
  color: #e81919;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .flow-item-box-price span {
    font-size: 20px;
  }
}

/* ===============================================
# お客様の声
=============================================== */
.voice {
  position: relative;
}

.voice::before {
  position: absolute;
  content: "";
  background: url(../img/bgpink.jpg) center center/cover no-repeat;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: .5;
}

.voice-content {
  margin-top: 60px;
}

.voice-item {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 30px;
}

.voice-item + .voice-item {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .voice-item + .voice-item {
    margin-top: 60px;
  }
}

.voice-item-top {
  display: flex;
}

@media screen and (max-width: 767px) {
  .voice-item-top {
    flex-direction: column-reverse;
  }
}

.voice-item-img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .voice-item-img {
    width: 100%;
  }
}

.voice-item-right {
  width: 60%;
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .voice-item-right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.voice-item-tag {
  background: #ff1201;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.voice-item-name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .voice-item-name {
    margin-top: 10px;
  }
}

.voice-item-menu {
  margin-top: 30px;
  line-height: 2;
  color: #ff6f00;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .voice-item-menu {
    margin-top: 15px;
  }
}

.voice-item-bottom {
  margin-top: 30px;
  background: url(../img/bgorange.jpg) center center/cover no-repeat;
  padding: 40px;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .voice-item-bottom {
    padding: 20px;
  }
}

.voice-item-txt {
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

/* ===============================================
# フッター
=============================================== */
.footer {
  background: url(../img/bgwhite.jpg) right top/cover no-repeat;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .footer-top {
    flex-direction: column-reverse;
  }
}

.footer-info {
  margin-top: 30px;
}

.footer-info img {
  display: block;
  width: 300px;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .footer-info img {
    width: 250px;
  }
}

.footer-meta {
  margin-top: 10px;
}

.footer-tel a {
  color: inherit;
}

.footer-mail {
  margin-top: 5px;
}

.footer-mail a {
  color: inherit;
}

.footer-top-ul {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer-top-ul {
    text-align: center;
  }
}

.footer-top-li + .footer-top-li {
  margin-top: 15px;
}

.footer-top-li a {
  color: #333;
  font-weight: bold;
}

.footer-top-li a img {
  width: 30px;
}

.footer-top-li a img:hover {
  opacity: 0.6;
}

.footer-top-li a:hover {
  color: #ff6f00;
}

.footer-copy {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #b4b4b4;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .footer-copy {
    font-size: 12px;
  }
}
