﻿html,
body,
header,
nav,
article,
section,
time,
footer,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 100%
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #222
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
  }
}

ul,
ol {
  list-style: none
}

a {
  text-decoration: none;
  color: #231815
}

a:hover {
  text-decoration: none;
  color: #231815
}

img {
  max-width: 100%
}

.container {
  width: 90%;
  margin: 0 auto;
  position: relative
}

@media screen and (min-width: 768px) {
  .container {
    width: 1140px
  }
}

.obj_fit {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

.sec_ttl {
  text-align: center;
  background-color: #FCF6E5;
  padding: .5em 0;
  margin-bottom: 10px
}

.sec_ttl h2 {
  border-top: 1px solid #B28A00;
  border-bottom: 1px solid #B28A00;
  position: relative;
  color: #B28A00;
  margin: 0 auto;
  font-size: 120%;
  font-weight: bold;
  padding: .3em 0 .2em
}

@media screen and (min-width: 768px) {
  .sec_ttl h2 {
    font-size: 140%;
    padding: .4em 0 .3em
  }
}

header {
  background: #000;
  width: 100%;
  padding: 15px 0
}

header .site_ttl {
  text-align: center
}

header .site_ttl p {
  color: #fff;
  font-size: 70%;
  margin-bottom: 10px
}

header .site_ttl h1 img {
  width: 200px
}

header .info {
  color: #fff;
  width: 200px;
  margin: 0 auto
}

@media screen and (min-width: 768px) {
  header {
    padding: 20px 0
  }

  header .site_ttl {
    text-align: left;
    display: inline-block
  }

  header .site_ttl p {
    color: #fff;
    font-size: 80%;
    margin-bottom: 5px
  }

  header .site_ttl h1 img {
    width: auto;
    height: 42px
  }

  header .info {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-top: 5px;
    margin-left: 30px;
    vertical-align: top
  }

  header .info p {
    display: inline-block;
    vertical-align: middle;
    font-size: 90%
  }

  header .info a {
    display: inline-block;
    vertical-align: middle
  }

  header .info a img {
    margin-top: 2px;
    width: 1.5em
  }

  header .contact {
    float: right;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background-color: #E52387;
    padding: 4px 40px;
    border-radius: 15px;
    font-size: 80%
  }

  header .contact .col {
    display: inline-block;
    vertical-align: middle
  }

  header .contact .col a {
    color: #fff;
    font-size: 180%
  }

  header .contact .col img {
    margin-top: 7px;
    margin-left: 45px;
    height: 1.25em
  }

  header .contact::after {
    content: "";
    clear: both
  }
}

.sec01 {
  padding-top: 20px;
  background-image: radial-gradient(#fff, #c4c6c5)
}

.sec01 .container {
  text-align: center;
  position: relative
}

.sec01 .container p {
  font-size: 120%;
  line-height: 1.5em;
  font-weight: 900
}

.sec01 .container p span.large {
  font-size: 160%;
  letter-spacing: .05em
}

.sec01 .container img.logo {
  margin: 10px 0
}

.sec01 .container h2 {
  font-size: 180%;
  letter-spacing: .1em;
  font-weight: 900;
  margin-left: .5em
}

.sec01 .container span.pink {
  color: #E52387
}

.sec01 .container img.woman {
  margin-top: 10px;
  margin-bottom: -6px;
  width: 250px
}

@media screen and (min-width: 768px) {
  .sec01 {
    padding-top: 50px
  }

  .sec01 .container {
    width: 1000px;
    padding-bottom: 80px
  }

  .sec01 .container .col {
    width: 70%
  }

  .sec01 .container p {
    font-size: 120%;
    line-height: 2em;
    font-weight: 900;
    letter-spacing: .15em
  }

  .sec01 .container p span.large {
    font-size: 160%;
    letter-spacing: .1em
  }

  .sec01 .container img.logo {
    margin: 20px 0
  }

  .sec01 .container h2 {
    font-size: 280%;
    letter-spacing: .1em;
    margin-left: .5em;
    letter-spacing: .2em
  }

  .sec01 .container img.woman {
    margin: 0px;
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 300px
  }
}

.sec02 {
  margin: 20px 0
}

.sec02 p {
  text-align: center
}

.sec02 p span {
  color: #ED5358;
  font-size: 120%
}

.sec02 .merit {
  text-align: center;
  margin: 20px 0
}

.sec02 .merit h2 {
  border-top: 1px solid #B28A00;
  border-bottom: 1px solid #B28A00;
  color: #222;
  font-size: 150%;
  font-weight: bold;
  padding: .3em 1em .2em;
  line-height: 1.5em
}

.sec02 .merit h2 span {
  color: #ED5358;
  font-size: 170%;
  padding: 0 .05em
}

.sec02 p.list {
  margin-top: 15px;
  text-align: left;
  text-indent: -1.3em;
  padding-left: 1.5em;
  font-size: 120%
}

.sec02 p.list span {
  color: #ED5358;
  font-size: 100%
}

@media screen and (min-width: 768px) {
  .sec02 {
    margin: 40px 0
  }

  .sec02 .container {
    width: 727px
  }

  .sec02 p {
    margin-bottom: 60px;
    line-height: 2em
  }

  .sec02 p span {
    font-size: 140%
  }

  .sec02 .merit {
    text-align: center;
    margin: 20px 0 30px
  }

  .sec02 .merit h2 {
    border-top: 1px solid #B28A00;
    border-bottom: 1px solid #B28A00;
    color: #222;
    font-size: 160%;
    font-weight: bold;
    padding: .2em 0 0;
    line-height: 2em
  }

  .sec02 .merit h2 span {
    color: #ED5358;
    font-size: 170%;
    padding: 0 .05em
  }

  .sec02 p.list {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    text-indent: -1.3em;
    padding-left: 1.5em;
    font-size: 135%
  }

  .sec02 p.list span {
    color: #ED5358;
    font-size: 100%
  }
}

.sec03 {
  margin-bottom: 20px;
  padding: 20px 0;
  background-image: url(../img/img02.jpeg);
  background-size: auto 150%;
  background-position: 40% 40%;
  position: relative
}

.sec03 .container {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 100%
}

.sec03 .container p.large {
  font-size: 120%
}

.sec03 .container p.large span {
  padding-left: .1em;
  font-size: 140%;
  letter-spacing: .1em;
  color: #E52387
}

.sec03 .container .box {
  background-color: #E52387;
  margin-top: 10px;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  font-weight: normal
}

.sec03 .container .box p {
  margin-bottom: 10px
}

.sec03 .container .box a.tel_num {
  color: #fff;
  font-weight: bold;
  font-size: 180%
}

.sec03 .container .box a:hover {
  text-decoration: underline
}

@media screen and (min-width: 768px) {
  .sec03 {
    margin-bottom: 60px;
    padding: 40px 0;
    background-size: cover;
    background-position: 40% 20%;
    position: relative
  }

  .sec03 .container {
    width: 650px;
    text-align: center;
    font-size: 100%
  }

  .sec03 .container p {
    line-height: 2em
  }

  .sec03 .container p.large {
    font-size: 150%
  }

  .sec03 .container p.large span {
    padding-left: .1em;
    font-size: 140%;
    letter-spacing: .1em;
    color: #E52387
  }

  .sec03 .container .box {
    background-color: #E52387;
    margin-top: 10px;
    padding: 10px;
    border-radius: 15px
  }

  .sec03 .container .box p {
    margin-bottom: 0;
    font-size: 120%;
    line-height: 1.5em;
    margin-bottom: 10px
  }

  .sec03 .container .box a.tel_num {
    color: #fff;
    font-weight: bold;
    font-size: 180%;
    vertical-align: middle
  }

  .sec03 .container .box a.tel_num p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px
  }

  .sec03 .container .box a.line {
    vertical-align: middle
  }

  .sec03 .container .box a.line img {
    vertical-align: middle
  }

  .sec03 .container .box a:hover {
    text-decoration: underline
  }
}

.sec03::after {
  content: '';
  background-color: rgba(221, 221, 221, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.sec04 {
  margin-bottom: 20px
}

.sec04 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;'
}

.sec04 .col-1 dl dt,
.sec04 .col-2 dl dt {
  font-size: 120%;
  text-indent: -1.3em;
  padding-left: 1.1em
}

.sec04 .col-1 dl dd,
.sec04 .col-2 dl dd {
  padding-left: 1em;
  margin-bottom: 10px
}

@media screen and (min-width: 768px) {
  .sec04 {
    margin-bottom: 0
  }

  .sec04 .container {
    width: 1000px
  }

  .sec04 .sec_ttl {
    margin: 0
  }

  .sec04 img {
    width: 100%;
    height: 450px;
    vertical-align: bottom
  }

  .sec04 .col-1 {
    width: 57%
  }

  .sec04 .col-2 {
    width: 43%
  }

  .sec04 .col-1,
  .sec04 .col-2 {
    display: inline-block;
    vertical-align: top
  }

  .sec04 .col-1 dl,
  .sec04 .col-2 dl {
    padding: 33px 22px
  }

  .sec04 .col-1 dl dt,
  .sec04 .col-2 dl dt {
    font-size: 120%;
    margin-bottom: 5px
  }

  .sec04 .col-1 dl dd,
  .sec04 .col-2 dl dd {
    padding-left: 1.3em;
    margin-bottom: 15px
  }
}

.sec05 .top {
  margin-top: 20px;
  text-align: center
}

.sec05 .top p {
  margin-bottom: 10px
}

.sec05 .top span.free {
  color: #E52387;
  margin-left: .5em;
  font-size: 130%
}

.sec05 .top span.small {
  font-size: 70%;
  margin-left: .2em
}

.sec05 .top span.pink {
  color: #E52387;
  font-size: 130%
}

.sec05 .middle {
  margin-top: 30px
}

.sec05 .middle .midashi {
  text-align: center;
  margin-bottom: 10px
}

.sec05 .middle .midashi span {
  font-size: 80%
}

.sec05 .middle .col {
  margin-bottom: 30px;
  padding: 10px 0
}

.sec05 .middle .col p.gender {
  text-align: center;
  width: 4em;
  margin: -20px auto 0;
  background: #fff
}

.sec05 .middle p.midashi {
  margin-bottom: 30px
}

.sec05 .middle .col:first-of-type {
  border: 2px solid #ED5358
}

.sec05 .middle .col:last-of-type {
  border: 2px solid #5358ED
}

.sec05 .bottom {
  font-size: 80%;
  margin-bottom: 30px
}

@media screen and (min-width: 768px) {
  .sec05 .container {
    width: 880px
  }

  .sec05 .top {
    margin-top: 20px;
    text-align: center
  }

  .sec05 .top p {
    margin-bottom: 10px;
    font-size: 150%
  }

  .sec05 .top span.free {
    color: #E52387;
    margin-left: .5em;
    font-size: 130%
  }

  .sec05 .top span.small {
    font-size: 70%;
    margin-left: .2em
  }

  .sec05 .top span.pink {
    color: #E52387;
    font-size: 130%
  }

  .sec05 .middle {
    margin-top: 50px
  }

  .sec05 .middle p.midashi {
    margin-bottom: 50px
  }

  .sec05 .middle .midashi {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    font-size: 150%
  }

  .sec05 .middle .midashi span {
    position: absolute;
    font-size: 50%;
    bottom: 20%;
    left: 66%
  }

  .sec05 .middle .col {
    width: 430px;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px 30px;
    border-width: 5px !important
  }

  .sec05 .middle .col p.gender {
    text-align: center;
    font-size: 130%;
    margin-bottom: 10px;
    margin-top: -35px
  }

  .sec05 .middle .col:first-of-type {
    border: 2px solid #f00;
    margin-right: 20px
  }

  .sec05 .bottom {
    font-size: 80%;
    width: 590px;
    margin: 0 auto;
    margin-bottom: 30px
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .sec05 .container {
    width: 900px
  }
}

.sec06 {
  margin: 10px 0
}

.sec06 p {
  text-indent: -1.3em;
  padding-left: 1.1em;
  margin: 10px 0
}

.sec06 span.line {
  text-decoration: line-through
}

.sec06 span.pink {
  color: #E52387;
  font-size: 130%
}

@media screen and (min-width: 768px) {
  .sec06 .container {
    width: 620px;
    margin: 30px auto
  }

  .sec06 p {
    font-size: 130%;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin: 10px 0
  }

  .sec06 span.pink {
    font-size: 160%;
    padding: 0 5px
  }
}

.sec07 p {
  margin-bottom: 30px
}

.sec07 img {
  vertical-align: bottom;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: top;'
}

@media screen and (min-width: 768px) {
  .sec07 .sec_ttl {
    margin: 0
  }

  .sec07 .col {
    width: 50%;
    display: inline-block;
    vertical-align: middle
  }

  .sec07 .txt {
    padding: 60px 60px 30px
  }

  .sec07 .txt p {
    line-height: 2em
  }

  .sec07 img {
    height: 406px
  }
}

.sec08 dl {
  margin-bottom: 20px
}

.sec08 dl dd {
  margin-bottom: 5px
}

.sec08 dl dd img {
  height: 2em;
  margin-top: 5px
}

.sec08 .moji2 {
  letter-spacing: .65em
}

.sec08 .moji3 {
  letter-spacing: .25em
}

.sec08 .map {
  width: 100%;
  height: 150px;
  margin-bottom: 10px
}

.sec08 .map iframe {
  width: 100%;
  height: 100%
}

@media screen and (min-width: 768px) {
  .sec08 .container {
    width: 550px
  }

  .sec08 dl {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .sec08 dl dt {
    float: left
  }

  .sec08 dl dd {
    padding-left: 120px;
    margin-bottom: 10px
  }

  .sec08 dl dd img {
    height: 2em;
    margin-top: 3px
  }

  .sec08 .map {
    height: 300px;
    margin-bottom: 20px
  }
}

.sec09 {
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  background-color: rgba(240, 240, 240, 0.7);
  padding: 10px 0
}

.sec09 .col-1 {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.sec09 .col-1 a img {
  width: 25px;
  margin-bottom: -9px
}

.sec09 .col-2 {
  width: 43%;
  display: inline-block;
  vertical-align: middle;
  text-align: center
}

.sec09 a.telnum {
  background-color: #E52387;
  color: #fff;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 80%
}

.sec09 a.line {
  height: 34px
}

.sec09 a.line img {
  height: 26px;
  width: auto;
  margin-bottom: -7px
}

footer {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 44.5px;
  text-align: center
}

footer p {
  font-size: 50%
}

@media screen and (min-width: 768px) {
  footer {
    margin-bottom: 0;
    padding: 15px 0
  }

  footer p {
    font-size: 80%
  }
}

.pc {
  display: none
}

.sp {
  display: block
}

@media screen and (min-width: 768px) {
  .pc {
    display: block
  }

  .sp {
    display: none
  }
}

.section_link {
  padding: 20px 0
}

.section_link .container {
  text-align: center;
  width: 90%;
  margin: 0 auto
}

.section_link .link_box {
  background-color: #F2F0E8;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  position: relative
}

.section_link .link_box img {
  vertical-align: top
}

.section_link .link_box .inner {
  padding: 30px 0;
  position: relative
}

.section_link h3 {
  font-size: 150%;
  margin: 20px 0
}

.section_link p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 90%
}

.section_link .foot {
  width: 100%
}

.section_link .foot a.map_link,
.section_link .foot a.detail_link {
  display: block;
  color: #fff;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  padding: 10px;
  border-radius: 5px
}

.section_link .foot a.map_link {
  background-color: #333;
  margin-bottom: 5px
}

.section_link .foot a.detail_link {
  background-color: #E52387
}

@media screen and (min-width: 768px) {
  .section_link .container {
    width: 600px
  }

  .section_link .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around
  }

  .section_link .link_box {
    width: 45%
  }

  .section_link .link_box img {
    vertical-align: top
  }

  .section_link .link_box .inner {
    padding: 30px 0 140px;
    height: 100%
  }

  .section_link h3 {
    font-size: 150%;
    margin: 20px 0
  }

  .section_link p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 90%
  }

  .section_link .foot {
    position: absolute;
    bottom: 30px;
    width: 100%
  }

  .section_link .foot a.map_link,
  .section_link .foot a.detail_link {
    display: block;
    color: #fff;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 10px;
    border-radius: 5px
  }

  .section_link .foot a.map_link {
    background-color: #333;
    margin-bottom: 5px
  }

  .section_link .foot a.detail_link {
    background-color: #E52387
  }
}

/*# sourceMappingURL=style.css.map */
/* movieの幅 */
@media screen and (min-width:768px) {
.movie_1 {
  width:550px;
  height:325px;
}
}
@media screen and (max-width:766px) {
.movie_1 {
  width:100%;
  height:315px;
}
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#kc_about .row>div {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
#kc_about .row>div:nth-child(1)>div {
    text-align: center;
}
#kc_about .col-md-6>div {
    margin-bottom: 15px;
}
#kc_about .row>div:nth-child(2) {
    padding-left: 40px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
}
#kc_about .kc_text {
    margin-top: 100px;
    font-size: 16px;
    line-height: 250%;
}
.selection {
	font-size:20px;
}
#kc_about .kc_cc div {
    font-size: 18px;
    margin-top:10px;
}
#kc_about .kc_cc p {
    font-size: 16px;
    line-height: 115%;
}
@media screen and (max-width: 992px) {
#kc_about .kc_cc {
    margin-top: 0;
    font-size: 16px;
    line-height: 300%;
    margin-bottom: 40px;
}
.pc-none {
    display: block;
    max-width: 640px;
    margin: 0 auto;
}
.sp-none {
	display: none;
}
#kc_about .kc_text {
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media screen and (min-width: 993px) {
#kc_about .kc_cc {
    margin-top: 60px;
    font-size: 18px;
    line-height: 350%;
}
#kc_about .kc_cc p {
    font-size: 16px;
    line-height: 100%;
}
.pc-none {
    display: none;
}
.sp-none {
	display: block;
}
}

.img-maxwidth {
	max-width:640px;
}
.img-left {
	text-align:center;
	float:left;
	width:50%;
}
.img-right {
	text-align:center;
	width:50%;
	margin-left:5px;
}
