@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");

body {
  font-family: "M PLUS 1p", sans-serif !important;
}

img {
  width: 100%;
}

.img80 {
  width: 80% !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*ボタン*/
section {
  margin-bottom: 50px;
  padding-top: 50px;
}

/* ここから下がボタンのCSS　*/
.btn-icon {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  background-color: #3f9be7;
  font-size: 1.4em;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 30px;
  padding: 30px 30px 30px 30px;
  border-radius: 4px;
  position: relative;
  text-align: center;
}

span.sukima {
  padding-left: 5px;
}

.btn-icon:hover {
  opacity: 0.8;
}

/* ここから下がボタンのCSS　*/
.btn_ku {
  margin-top: 50px;
  display: inline-block;
  width: 200px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding: 5px 24px;
  border-radius: 4px;
  background-color: #59b1eb;

  color: #fff;
  line-height: 50px;
}

.btn_ku:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}

/* ここから下がボタンのCSS　*/
.btn-animation-02 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #1fa1e5;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 5px;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #1fa1e5;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s;
}

.btn-animation-02::before {
  left: 0;
}

.btn-animation-02::after {
  right: 0;
}

.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #fff;
}

.btn-animation-02:hover {
  color: #1fa1e5;
}

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

/*ボタンここまで*/

.omidashi {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 0.9em;
  text-align: center;
}

.omidashi_s {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;

  flex-direction: column;
  line-height: 0.9em;
}

.omidashi h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
}

.omidashi_s h2 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
}

.omidashi h2 span {
  color: #3f9be7;
  font-size: 1.2em;
  font-weight: 900;
}

.omidashi .eigo {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-family: "Cormorant Garamond", serif;
}

.omidashi .eigo:before,
.omidashi .eigo:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.omidashi .eigo:before {
  left: 0;
}

.omidashi .eigo:after {
  right: 0;
}

p.nidan {
  columns: 2;
  column-rule: 1px solid #cdcdcd;
  column-gap: 2em;
  line-height: 2em;
}

.box3 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 650px) {
  .pattern.card {
    display: block !important;

    align-items: center;
    margin: 0 auto;
  }

  .card_item {
    width: 90% !important;
    margin: 0 auto !important;
    text-align: center;
  }
}

.pattern {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.card_item {
  width: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
  text-align: center;
}

.pattern .card_item:nth-child(3n) {
  margin-right: 0;
}

.img_wrap {
  margin: 0 auto;
  overflow: hidden;
}

.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}

.img_wrap:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.card_item .omidashi h2 {
  font-size: 1.4em;
}

/*おといあわせ*/
section.saiyo {
  width: 80%;
  padding: 50px;
  border: solid 2px #3f9be7;
  margin: 50px auto;
}

@media screen and (max-width: 650px) {
  section.saiyo {
    max-width: 250px !important;
  }

  .saiyo_panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
  }

  .omidashi h2 {
    font-size: 1.4em;
    line-height: 1.2em;
  }

  .saiyo_left {
    width: 100% !important;
    margin: 0 15px 15px 0;
  }

  .saiyo_right {
    width: 100% !important;
    margin: 0 15px 15px 0;
  }

  .tel {
    font-size: 1.4em !important;
    font-weight: 900;
    vertical-align: middle;
    color: #3f9be7;
    margin-bottom: 30px;
  }

  .btn-icon {
    display: inline-block;
    max-width: 100%;
    text-align: left;
    background-color: #3f9be7;
    font-size: 1.4em;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin-top: 30px;
    padding: 20px 20px 20px 20px;
    border-radius: 4px;
    position: relative;
  }
}

.saiyo_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.saiyo_left {
  width: calc(100% / 2 - 20px);
  margin: 0 15px 15px 0;
}

.saiyo_right {
  width: calc(100% / 2 - 20px);
  margin: 0 15px 15px 0;
  line-height: 1.8em;
}

h2.e_midashi {
  font-size: 1.4em;
  font-weight: 800;
  text-align: center;
  color: #3f9be7;
}

.saiyo_left .omidashi_s h2 {
  font-size: 1.4em;
  font-weight: 800;
  text-align: left;
  line-height: 1.4em;
}
.tel_midashi {
  background-color: #3f9be7;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1em;
  margin-bottom: 15px;
}

li.soudan {
  line-height: 2em;
}

li.soudan:before {
  content: "";
  /* 空の要素作成 */
  width: 10px;
  /* 幅指定 */
  height: 10px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #3f9be7;
  /* 背景色指定 */
  /* 要素を丸くする */
  position: relative;
  /* 位置調整 */
  top: -1px;
  /* 位置調整 */
  margin-right: 5px;
  /* 余白指定 */
}

span.telkakomi {
  position: relative;
  padding: 5px 5px 5px 5px;
  background: #77c3df;
  margin-right: 20px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  line-height: 1.3;
  z-index: -1;
  vertical-align: middle;
}

.mail {
}

/*おといあわせここまで*/
/*2ブロック*/
.block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.block2_con {
  width: calc(45% - 10px);
  margin: 15px 15px 15px 15px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .block2_con {
    width: calc(100% - 10px) !important;
    margin: 15px 15px 15px 15px;
    text-align: center;
  }

  .block3_con {
    width: calc(100% - 10px) !important;
    margin: 15px 15px 15px 15px;
    text-align: center;
  }

  .block_con {
    width: calc(100% - 10px) !important;
    margin: 0 auto;
    text-align: center;
  }
}

/*2ブロック*/

/*2ブロック(3:2)*/
.block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}

.block3_con {
  width: calc(55% - 10px);
  margin: 15px 15px 15px 15px;
  text-align: center;
}

.block4_con {
  width: calc(30% - 10px);
  margin: 15px 15px 15px 15px;
  text-align: center;
}

.block_con {
  width: 32%;
}

/*2ブロック*/
.check {
  padding-right: 10px;
}

.shita {
  margin-bottom: 30px !important;
}

ul.option {
  margin: 30px;
  text-align: center;
  line-height: 1.4em;
}

ul.option li {
  font-size: 1.2em;
  line-height: 1.4em;
}
