@charset "UTF-8";
/*明朝体系フォント設定*/
/*---------------------------------------------
 font
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lusitana&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
/*---------------------------------------------
	common
---------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  color: #666;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Verdana, Avenir, "游ゴシック Medium", "YuGothic M", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

.inner {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.pcOnly {
  display: none;
}

.spOnly {
  display: block;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*---------------------------------------------
	header
---------------------------------------------*/
header {
  padding: 10px 0;
}
header .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo {
  width: 20%;
}
header .info {
  display: none;
}
header .info .btnForm {
  max-width: 100%;
}

/*---------------------------------------------
	common
---------------------------------------------*/
h3 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  font-weight: normal;
  font-size: 6vw;
  text-align: center;
  margin-bottom: 2.4vw;
}

/*---------------------------------------------
	.choice
---------------------------------------------*/
.choice {
  padding: 50px 0;
  background-color: #fbf6fa;
}
.choice h3 {
  line-height: 1.6;
}
.choice p.read {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.choice .el_note_beclat {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.choice .arrow {
  width: 100px;
  margin: 0 auto;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #d9aacd;
  margin-bottom: 40px;
}
.choice .contents {
  margin: 0 10px;
  padding: 10px 0px 0;
  border: 3px solid #d9aacd;
  border-top: none;
  background-color: #fff;
}
.choice .contents h4 {
  position: relative;
  font-size: 4.8vw;
  font-weight: normal;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings: "palt";
  top: -3.8vw;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
}
.choice .contents h4:before,
.choice .contents h4:after {
  border-top: 3px solid #d9aacd;
  content: "";
  flex-grow: 1;
  transform: translateY(-100%);
}
.choice .contents h4:before {
  margin-right: 1.5rem;
}
.choice .contents h4:after {
  margin-left: 1.5rem;
}
.choice .contents .boxset {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.choice .contents .boxset .box {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 0%;
}
.choice .contents .boxset .box .image {
  width: 75%;
  max-width: 300px;
  margin: 5px 0 15px;
}
.choice .contents .boxset .box .image-kobe {
  width: 95%;
  max-width: 400px;
}
.choice .contents .boxset .box .btn {
  width: 100%;
}
.choice .contents .boxset .box .btn a {
  display: block;
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  background-color: #d9aacd;
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  transition: 0.5s;
}
.choice .contents .boxset .box:not(:last-of-type) {
  border-bottom: 1px solid #d9aacd;
}

/*---------------------------------------------
	footer
---------------------------------------------*/
footer {
  padding: 30px 0;
  background-color: #d9aacd;
  text-align: center;
  color: #fff;
}

/*---------------------------------------------
	footBtn
---------------------------------------------*/
.footBtn {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-around;
}
.footBtn .tel,
.footBtn .form {
  width: 25%;
}
.footBtn .tel:hover {
  cursor: pointer;
}
.footBtn .tel {
  display: block;
  padding: 10px 7px;
  background-color: #d9aacd;
}
.footBtn .tel.ginza {
  background-color: #1f946a;
}
.footBtn .tel.umeda {
  background-color: #035dd5;
}
.footBtn .form a {
  display: block;
  padding: 10px 7px;
  background-color: #c94e1a;
  background-image: linear-gradient(90deg, #d62d6c, #cd004e);
}
.footBtn .form a img {
  -webkit-backface-visibility: hidden;
}

/*---------------------------------------------
	bl_ginza_note
---------------------------------------------*/
.bl_ginza_note {
  width: 100%;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  color: red;
}