@charset "utf-8";

/*------------------
 カラー設定
 ------------------
 黒：#605050
------------------*/

/*------------------
 全ページ共通
------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1;
  height: 100%;
}

body {
  background: #fff;
  color: #605050;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Old Mincho", -apple-system, serif;
  font-kerning: auto;
  font-variant-ligatures: none;
  letter-spacing: .03rem;
  line-height: 1.8;
  overflow-wrap: break-word;
  quotes: ""\201C"" ""\201D"" ""\2018"" ""\2019"";
  word-wrap: break-word;
  position: relative;
  min-height: 100%;
  margin:0;
  padding:0;
  height:auto;
  height:100%;
  overflow-x: hidden;
}

.en {
  font-family: "Cormorant Unicase";
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

main {
  max-width: 425px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0px 5px 10px #afafaf;
  position: relative;
}

.pc-pics {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 100%;
  min-width: 800px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}

.pc-pics .pc-left,
.pc-pics .pc-right {
  max-width: 250px;
  text-align: center;
}

.pc-pics .pc-left {
}

.pc-pics .pc-right {
}

.pc-pics .pc-left img {
  max-width: 200px;
}

.pc-pics .pc-right img {
  width: 60%;
  max-width: 100px;
}

@media (max-width: 1023.98px) {

  .pc-pics {
    display: none;
  }

}

@media (min-width: 1600px) {

  .pc-pics {
    justify-content: space-around;
  }

}


section  {
  padding-top: 0px;
  padding-bottom: 140px;
}

ul.disc,
ul.circle {
  padding-left: 2rem;
}

ul.disc li {
  list-style: disc;
}

ul.circle li {
  list-style: circle;
}

ul>li {
  list-style: none;
}

ul>li {
  list-style-type: none;
}

a {
  color: #151B1C;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover,
a:focus {
  color: #278E9F;  /*hoverした際の色指定*/
  text-decoration: none;
}

a.link {
  color: #1A0DAB;
}

a.link:hover,
a.link:focus {
  color: #278E9F;  /*hoverした際の色指定*/
  text-decoration: underline;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  filter: alpha(opacity=100);
  opacity: 1;
}

a img:hover,
a img:focus {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.clearfix:after {
  content: """";
  display: block;
  clear: both;
}

/*-- Bootstrap Custom --*/
.col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-2-5 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.invisible {
  height: 0;
  margin: 0;
}

@media (min-width: 576px) {

  .col-sm-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}
@media (min-width: 768px) {

  .col-md-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-offset-2-5 {
    margin-left: 4.3333333%;
  }

}

@media (min-width: 992px) {

  .col-lg-2-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}

.haba {        /*コンテンツ幅*/
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.haba2 {
  max-width: 800px;
}

.ft-bold {
  font-weight: 700;
}

.ft-white {
  color: #fff;
}

.ft-md {
  font-size: 2.4rem;
}

.ft-small {
  font-size: 1.2rem;
}

.color-bk {        /*色を黒に*/
  color: #151B1C;
}

.color-wt {        /*色を白に*/
  color: #fff;
}

.ft-bold {        /*文字を太く*/
  font-weight: 700;
}

.pad0 {
  padding: 0;    /*padding0*/
}

.marg0 {    /*margin0*/
  margin: 0;
}

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

.txt-center {    /*センター寄せ*/
  text-align: center;
}

.txt-left {    /*左寄せ*/
  text-align: left;
}

/*写真100％共通*/
.common-pic {
  width: 100%;
}

.common-pic img {
  width: 100%;
}


/*-- オリジナル全体設定 --*/
p {
  font-size: 1.8rem;
}

h3 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .4rem;
}

h3 .en {
  font-size: 6.0rem;
  line-height: 6.0rem;
  font-weight: 400;

}

h5 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .4rem;
  line-height: 3.2rem;
}

.sub-ttl {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  letter-spacing: .3rem;
  margin-bottom: 10px;
}

.sub-ttl img {
  margin-right: 5px;
}

.att-txt {
  font-size: 2.0rem;
  color: #D04F86;
  line-height: 3.0rem;
}

.att-txt span {
  font-size: 4.0rem;
}

.att-txt p {
  font-size: 1.2rem;
  line-height: 2.0rem;
}

.caps {
  color: #B6AEAE;
  font-size: 1.0rem;
}

.txt-right {
  text-align: right;
}

.offer-box {
  border-radius: 4px;
  box-shadow: 2px 4px 24px 0px rgba(47, 47, 47, 0.2);
  padding: 20px 10px 10px;
  margin: 20px;
  line-height: 2.0rem;
  font-size: 1.6rem;
  position: relative;
  font-weight: 600;
}

.offer-box .common-pic {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.of-icons {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  letter-spacing: .2rem;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 3px 10px;
  background-color: #D04F86;
  color: #fff;
  height: 20px;
  border-radius: 10px;
}

.offer-box .caps {
  position: absolute;
  bottom:10px;
  right: 8px;
}

.pad-l20 {
  padding-left: 20px;
}

.pad-r20 {
  padding-right: 20px;
}


.btn-sec a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#fff;
  padding: 20px 30px;
  border-radius:6px;
  text-decoration: none;
  outline: none;
  background: linear-gradient(90deg, #D04F86 0%, #E974A5 56%, #FFAFD1 100%);
  background-position: 1% 50%;
  transition: all 0.5s ease-out;
  box-shadow: 5px 5px 10px #8a8a8a;
}

.btn-sec a img,
.links a img {
  width: 25px;
  height: 100%;
}

.btn-sec a:hover {
  background: linear-gradient(90deg, #FFAFD1 0%, #E974A5 56%, #D04F86 100%);
  box-shadow: 5px 5px 3px #5c5c5c;
}

.links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin-left: auto;
  border-bottom: solid 1px #605050;
  padding-bottom: 10px;
}

/*------------------
 調整
------------------*/

.background {
  background-image: url('../img/cover-pic.png');
  background-color:rgba(255,255,255,0.3);
  background-blend-mode:lighten;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.cover-pic img {
  object-fit: cover;
}

.fv-pic {
  position: relative;
}

.fv-pic .main-ttl {
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv-cont {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, .75), rgba(255, 255, 255, 1));
  text-align: center;
  box-shadow: 0px 5px 15px #cecece;
  width: 90%;
  margin: -200px auto 160px;
  border-radius: 200px;
  padding: 0 20px;
  position: relative;
}

.fv-cont .inner-cont {
  display: flex;
  justify-content: space-around;
}

.fv-cont .inner-cont p {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 600;
}

.fv-cont .inner-cont01 {
  padding-top: 20px;
}

.fv-cont .inner-pic {
  padding:30px 0;
}

.fv-cont h3 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}

.mini-box {
}

#osusume .txt-center {
  margin-bottom: 80px;
}

#osusume .sec-pic {
  padding-left: 20px;
}

.tokuten-box {
  margin-top: 50px
}

.ashi04 img {
  width: 75%;
}

.ttl-bk-pic {
  margin-top: -15px;
}

.desk-p {
  margin-top: 40px;
}

#contents-sec {
  padding-top: 80px;
}

#contents-sec .cont-sec {
  margin-top: 100px;
}

#contents-sec h5 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 40px;
}

#contents-sec .cont-box p {
  margin: 40px 20px 80px;
  text-align: left;
}

#contents-sec .cont-sec .cont-box {
  position: relative;
}

#contents-sec .cont-sec .cont-box .numbers {
  position: absolute;
  left: 0;
  top: -40px;
  width: 40%;
}

#contents-sec .cont-sec .cont-box .numbers-r {
  left: inherit;
  right: 0;
}

.cont-box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cont-box2 .mini-box {
  width: 48%;
}

#contents-sec .cont-box2 p {
  text-align: center;
  margin: 10px 5px;
  font-size: 1.6rem;
}

#tanoshimi .cont-box .common-pic {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#tanoshimi .cont-box {
  position: relative;
  margin-bottom: 40px;
}

#tanoshimi .cont-box .icon-num {
  position: absolute;
  right: 0;
  top: 165px;
}

#tanoshimi .ashi-pic {
  margin-bottom: 20px;
}

.tanoshimi-cont {
  margin-bottom: 160px;
}

.about-cont2 {
  text-align: left;
}

#about h4 {
  font-size: 2.0rem;
  letter-spacing: 0.5rem;
  line-height: 3.2rem;
  margin-top: 50px;
  margin-bottom: 40px;
}

.about-cont2 .common-pic {
  margin-top: 80px;
}

#about .ttl-bk-pic {
  width: 50%;
  text-align: center;
  margin: -18px auto 60px;
}

#access .ttl-access {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#access h3 {
  font-size: 4.0rem;
}

#access .ac-ttl {
  margin-bottom: 40px;
}

#access .ac-ttl h5 {
  font-weight: 300;
  margin-bottom: 30px;
}

#access .ac-ttl p {
  font-size: 1.2rem;
}

#access .ac-ttl a {
  text-decoration: underline;
}

#access .ttl-access .ft-small {
  padding-bottom: 11px;
}

footer {
  margin-top: 100px;
  padding-bottom: 30px;
}

footer .ft-box {
  border-top: solid 1px rgba(96, 80, 80, .3);
  padding-top: 60px;
  padding-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

footer a {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.map-cont {
  margin: 40px 0;
}

.map-cont iframe {
  border-radius: 10px;
}


.fixd-btn {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  width: 100%;
  padding: 0 20px;
  /*デフォルトで非表示にする*/
  display: none;
}

.fixd-btn a {
  padding-top: 15px;
  padding-bottom: 15px;
}


/*------------------
 全ページ共通
------------------*/

/*------------------
 全ページ共通
------------------*/

/*------------------
 全ページ共通
------------------*/


/*-- メディアクエリ(min-width) --*/
@media (min-width: 576px) { ... }

@media (min-width: 768px) { ... }

@media (min-width: 992px) { ... }

@media (min-width: 1200px) { ... }


/*-- メディアクエリ(max-width) --*/
@media (max-width: 575.98px) { ... }

@media (max-width: 767.98px) { ... }

@media (max-width: 991.98px) { ... }

@media (max-width: 1199.98px) { ... }"


