@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Passions+Conflict&family=Rampart+One&family=Vollkorn:ital@0;1&display=swap');



/* font-family: 'Passions Conflict', cursive; */
/* font-family: 'Rampart One', cursive;
font-family: 'Vollkorn', serif; 
font-family: 'Limelight', cursive;*/

/*================================================
 *  一般・共通設定
================================================*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}

.wrap {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

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

a:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin-left: 0;
}

/* section */
section {
  padding-bottom: 6rem;
}

.section {
  padding-top: 6rem;
}

/* タイトル */
h2 {
  text-align: center;
  font-size: 30px;
  font-family: serif;
  margin-bottom: 30px;
  color: #5e4e4a;
}

h3 {
  font-family: serif;
  /* text-transform: uppercase; */
  font-size: 25px;
  color: #5e4e4a;
  border-bottom: 1px solid #5e4e4a;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

/* ボタン */
.linkBtn {
  margin-top: 80px;
  text-align: center;
}

.linkBtn a {
  font-family: serif;
  text-transform: uppercase;
  border: 1px solid #46876a;
  padding: 15px 80px;
  border-radius: 50px;
}

.linkBtn.white a {
  position: relative;
  background: #fff;
  color: #46876a;
}

.linkBtn.white a:hover {
  background: #46876a;
  color: #fff;

}

.linkBtn.white a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  left: 20px;
  top: 11px;
}

.linkBtn.brown a {
  position: relative;
  background: #46876a;
  color: #fff;
}

.linkBtn.brown a:hover {
  background: #fff;
  color: #46876a;
}

.linkBtn a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  left: 20px;
  top: 11px;
}

/* マーカー */
.markker {
  background-image: linear-gradient(rgba(0, 0, 0, 0), 30%, rgba(223, 167, 167, 0.58) 70%);
}

@media screen and (max-width:768px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  body {
    font-size: 14px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 20px 10px;
  background-color: #46876a;
  height: 85px;
}

header .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* inner-left */
header .inner-left {
  width: 30%;
  position: relative;
}

header .inner-left h1 {
  font-size: 35px;
  font-family: 'Vollkorn';
  font-weight: 700;
}

header .inner-left h1 a {
  color: #fff;
}

.inner-left .ja {
  font-family: serif;
}

/* inner-right */
header .inner-right {
  width: 70%;
}

nav.gnav ul {
  text-align: right;
}

nav.gnav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}

nav.gnav ul li a {
  color: #fff;
}

nav.gnav ul li span {
  display: block;
  font-size: 17px;
}

@media screen and (max-width:768px) {
  header {
    height: 60px;
    padding: 10px;
  }

  header .inner-left {
    width: 70%;
  }

  header .inner-left h1 {
    font-size: 24px;
  }

  /* ハンバーガーメニュー */
  nav.global-nav {
    position: fixed;
    right: -443px;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    background: #46876a;
    transition: all .2s ease-out;
    z-index: 200;
    overflow-y: auto;
    padding: 70px 30px 40px 40px;
  }

  nav.gnav.global-nav ul li {
    margin-bottom: 15px;
    border-bottom: 1px dotted #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
  }

  nav.gnav ul li a {
    color: #fff;
  }

  .hamburger {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    left: -5px;
    width: 30px;
    height: 1px;
    background-color: #fff;
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 18px;
  }

  .hamburger__line--2 {
    top: 26px;
  }

  .hamburger__line--3 {
    top: 33px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}


/* =======================================================
* main
* ======================================================= */
#main {
  height: 90vh;
}

/* main_left */
#main .main_left {
  width: 30%;
  height: 90vh;
  background-color: #46876a;
  position: relative;
}

#main .main_left .main_ttl {
  position: absolute;
  top: 53%;
  left: 46%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  font-size: 3rem;
}


#main .main_left .main_ttl p {
  writing-mode: vertical-rl;
  margin-right: 20px;
  font-size: 2.6rem;
}

h2.title {
  position: absolute;
  top: 35%;
  left: 17%;
  z-index: 10;
  font-size: 6em;
  font-family: 'Vollkorn';
  color: #fff;
}

h3.title {
  position: absolute;
  top: 50%;
  left: 13%;
  color: #fff;
  z-index: 9;
  border-bottom: none;
  text-align: center;
  margin-top: 20px;
}

/* main_right  */
#main .main_right {
  width: 70%;
}

#main .main_right .slide01 {
  background-image: url(../images/kv_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

#main .main_right .slide02 {
  background-image: url(../images/kv_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

#main .main_right .slide03 {
  background-image: url(../images/kv_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

#main .main_right .slide04 {
  background-image: url(../images/kv_04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

#main .main_right .slide05 {
  background-image: url(../images/kv_05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

#main .main_right .slide06 {
  background-image: url(../images/kv_06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  /* スライドの横スクロール速度を一定にする */
}

@media screen and (max-width:768px) {
  h2.title {
    font-size: 5rem;
  }

  h3.title {
    top: 45%;
    left: 4%;
    font-size: 1.5rem;
  }

  #main .main_left .main_ttl p {
    margin-right: 5px;
  }

  #main .main_left .main_ttl p {
    font-size: 2rem;
  }

}


/* =======================================================
* intro
* ======================================================= */

#intro {
  position: relative;
  top: -10px;
  background-color: #f7f7f7;
  z-index: 2;
  background-color: #f7f7f7;
}

#intro .inner {
  margin: 0 auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#intro p.intro_txt {
  font-size: 2rem;
}

@media screen and (max-width:768px) {
  .inner p {
    font-size: 1.8rem;
  }
}

/* =======================================================
*cection_lv1
* ======================================================= */
.lv1_ttl {
  margin-top: 50px;
  text-align: center;
}

.lv1_ttl .en {
  font-size: 4rem;
  font-family: 'Limelight', cursive;
  display: block;
  margin-top: 120px;
  margin-bottom: -13px;
  color: #46876a;
}

.lv1_ttl .ja {
  font-size: 20px;
  color: #5e4e4a;
}

.list_three {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 60px;
}

.list_three>li {
  width: calc(90%/3);
}

.list_point>li .img_wrap {
  width: 300px;
  margin: 0 auto 1.7rem;
  position: relative;
}

.top_point {
  position: relative;
  z-index: 0;
}

.top_point:before {
  content: '';
  position: absolute;
  background-color: #f7f7f7;
  ;
  width: 100%;
  height: 89%;
  bottom: -10rem;
  left: 0;
  z-index: -1;
}

.img_wrap {
  position: relative;
}

.img_wrap .txt_point {
  position: absolute;
  top: -47px;
  left: 0;
  font-size: 7rem;
  font-family: 'Passions Conflict', cursive;
  color: #383838;
}

.img_wrap img {
  border-radius: 50%;
  margin: 0 auto 1.7rem;
}

.ttl_wrap {
  padding: 0 25px;
}

.ttl_wrap .ttl {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
  font-weight: 200;
}

.ttl_wrap .ttl p.txt_01 {
  line-height: 7;
}


/* =======================================================
*タブ
* ======================================================= */

.tab {
  width: 100%;
  max-width: 1000px;
  margin: 150px auto;
  background-color: #d1dad6;
  padding: 5px;
}

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

.tabs li {
  width: 32%;
}

.tabs li a {
  color: #000;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  background-color: #f4eee3;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: .5s;
}

@media screen and (min-width: 769px) {
  .tabs li a:not(.active):hover {
    opacity: .7;
  }
}

.tabs li a.active {
  background-color: #d2dad6;
}

.contents li {
  background-color: #d2dad6;
  padding: 20px;
  display: none;
}

.contents li.active {
  display: block;
}

.center {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #46876a;
}

@media screen and (max-width:768px) {
  .list_three>li {
    width: 100%;
  }

  .img_wrap .txt_point {
    font-size: -61px;
  }

  .list_point>li .img_wrap {
    margin-top: 50px;
  }

  .ttl_wrap .ttl {
    font-size: 2rem;
  }

  .ttl_wrap .ttl p.txt_01 {
    font-size: 1.5rem;
  }

  .lv1_ttl .ja {
    font-size: 20px;
    margin-top: -12px;
  }
}

/*=========================================
アコーディオン（続きを読む）
=========================================*/
#card_holder {
  scroll-margin-top: 100px;
}

.card_holder {
  display: flex;
  align-items: flex-start;
  gap: 1rem 8rem;
  flex-wrap: wrap;
  height: auto;
}

.card {
  width: 350px;
  background-color: #f7f7f7;
  color: rgb(0, 0, 0);
  margin: 32px auto;
}

.card_name {
  font-size: 22px;
  letter-spacing: 2px;
}

.card_img {
  width: 100%;
  height: 22rem;
  object-fit: cover;
  border-radius: 5px 5px 0 0
}

.card_contents {
  padding: 16px;
}

.card_contents h3 {
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 1;
}

.card_contents .card_ttx {
  margin-bottom: 16px;
  text-align: center;
}

.card_read_more {
  display: block;
  opacity: 0;
  height: 0;
  transition: all .5s;
  padding: 10px;
  background-color: #cde1d3;
  color: #333;
  border-radius: 5px;
  text-align: initial;
}

.card_read_more li {
  margin-left: 1.4em;
  /* text-indent: -1.4em; */
}

.card_read_more--open {
  display: block;
  opacity: 1;
height: auto;
  margin-top: 15px;
  padding-top: 30px;
}

.read_more_btn {
  display: inline-block;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  transition: all .5s;
  font-size: 14px;
  cursor: pointer;
}

.read_more_btn:hover {
  background-color: #80b39c;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}


/* =======================================================
*menu
* ======================================================= */
#menu .menu_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

#menu .menu_box .menu_txt {
  width: 70%;
}

#menu .menu_box.reverse {
  flex-direction: row-reverse;
}

#menu .menu_box .ol_row {
  padding-top: 20px;
}

.menu_txt h4 {
  margin-top: 20px;
}

.menu_txt .menu_msg {
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  #menu .menu_box .menu_img {
    width: 100%;
    margin-bottom: 20px;
  }

  #menu .menu_box .menu_img img {
    display: block;
    margin: 0 auto;
  }

    #menu .menu_box {
    width: 100%;   
  }

  #menu .menu_box .menu_txt {
    width: 100%;
    padding: 0 10px 0 30px;
  }

    #menu .menu_box .menu_txt ol {
      padding-left: 25px;
    }
}


/* =======================================================
* info
* ======================================================= */

#info dl {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: left;
  line-height: 2.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 700px;
  margin: 0 auto;
}

#info dt,
#info dd {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#info dt {
  width: 20%;
}

#info dd {
  width: 80%;
}

#info dd img {
  width: 10px;
}

#info dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width:768px) {
  #info .info_txt {
    text-align: left;
  }

  #info dl {
    margin: 0 20px;
    line-height: 1.9;
  }

  #info dd {
    width: 75%;
    font-size: 13px;
  }

  #info dt {
    width: 25%;
    font-size: 13px;
  }
}

/* =======================================================
*sub_main
* ======================================================= */
#sub_main {
  height: 500px;
  display: flex;
  margin-top: 85px;
}

#sub_main div {
  margin: auto;
  font-family: 'Poiret One', cursive;
  text-transform: uppercase;
  font-size: 90px;
}

@media screen and (max-width:768px) {
  #sub_main {
    margin-top: 60px;
    height: 300px;
  }

  #sub_main div {
    font-size: 60px;
  }
}

/* instagram */
.lv1_ttl .en a {
  color: #46876a;
}

/* =======================================================
*friend
* ======================================================= */
#friend {
  scroll-margin-top: -70px;
}

h2.catch {
  font-size: 2rem;
  color: #111;
}

p.catch_img.ac {
  width: 250px;
  margin: 0 auto;
}

.reasonArea li {
  text-align: center;
  width: 45%;
  margin-bottom: 50px;
}

.reasonArea li img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  object-fit: cover;
}

.reasonArea li .friend img {
  object-position: 35%;
}

.reasonArea li .friend01 img {
  object-position: 10%;
}

.reasonArea .reason_num {
  font-size: 23px;
  margin-bottom: 5px;
}

.reasonArea .reason_ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.reasonArea .reason_txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

p.address {
  margin-bottom: 0;
}

/* tel */
.fa-phone-volume:before {
  content: "\f2a0";
  font-size: 1.4rem;
  color: cadetblue;
}

.reason_txt .message {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #cd7d7d;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: #f5e9cb;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.reason_txt .message::before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  border: none;
  border-top: 10px solid transparent;
  border-right: 20px solid #988c6c;
}

@media screen and (max-width:768px) {
  p.catch_img.ac {
    width: 200px;
  }

  h2.catch {
    font-size: 1.8rem;
  }

  #friend .reasonArea li {
    padding: 30px 10px 10px 10px;
  }

  #friend .reasonArea li {
    padding: 30px;
    width: 100%;
    margin-bottom: 10px;
  }

  #friend .reasonArea li img {
    width: 200px;
    height: 200px;
  }

  .reasonArea .reason_ttl {
    font-size: 16px;
  }

  .reasonArea .reason_txt {
    font-size: 12px;
    text-align: center;
  }

  .reasonArea .reason_num {
    margin-top: 30px;
    line-height: 0.8;
  }

  .reason_txt .message {
    font-size: 15px;
    width: 100%;
  }

  .reasonArea .reason_num {
    font-size: 15px;
  }

  .reasonArea .reason_txt {
    text-align: left;
    border-radius: 3px;
  }

  .reasonArea .reason_ttl {
    font-size: 16px;
  }

  p.address {
    margin-bottom: 15px;
  }

  /* tel*/
  a[href^="tel:"] {
    pointer-events: none;
  }

  .tel_btn {
    display: inline-block;
    color: #fff;
    background-color: #46876a;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    border-bottom: 6px solid rgb(155, 65, 2, 0.5);
  }

  .phone {
    position: absolute;
    top: calc(50% - .5em);
    left: 0.8rem;
  }

  .fa-phone-volume:before {
    font-size: 1.6rem;
    position: absolute;
    top: 29px;
    left: 4px;
    color: #fff;
  }
}

/* ボタン全体 船見さん・ママキッチン用インスタアイコン */
.flowbtn5 {
  font-family: 'Times New Roman', sans-serif;
  /* 好きなフォントに変えてね */
  border-radius: 13px;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 33px;
  color: #fff !important;
  transition: .5s;
  text-decoration: none;
}

/* アイコンをど真ん中に*/
.flowbtn5 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Twitter */
.fl_tw1 {
  background: #55acee;
}

/* Facebook */
.fl_fb1 {
  background: #3b5998;
}

/* YouTube */
.fl_yu1 {
  background: #fc0d1c;
}

/* Instagram紫グラデ背景色 */
.insta_btn5 {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* Instagramオレンジグラデ背景色 */
.insta_btn5:before {
  content: '';
  position: absolute;
  top: 17px;
  left: -1px;
  width: 45px;
  height: 34px;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

/* Instagramアイコン調整 */
.insta_btn5 .fa-instagram {
  font-size: 40px;
}

/* アイコンボタン下テキスト調整 */
.flowbtn5 div {
  margin-top: 5px;
  font-size: 11px;
  color: #666;
  position: relative;
  top: 45px;
}

/* アイコンボタンにマウスホバーした時の指定*/
.flowbtn5:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  text-decoration: none;
}

/* ulタグの内側余白を０にする */
ul.snsbtniti {
  padding: 0 !important;
}

/* アイコンボタン全体の位置 */
.snsbtniti {
  display: flex;
  justify-content: space-around;
}

/* アイコンボタン同士の余白調整 */
.snsbtniti li {
  /* flex:0 0 33%; */
  text-align: center !important;
}

/* =======================================================
*profile
* ======================================================= */
#profile {
  scroll-margin-top: 100px;
}

#profile .lv1_ttl .en {
  margin-top: 0;
}

.bgc {
  background-color: #46876a;
  width: 1240px;
  margin: 0 auto;
  border-radius: 10px;
}

.point_sub {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.ttl_profile p img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin-top: 70px;
}

.profile_text {
  padding: 0 30px;
}

.white>span {
  font-size: 22px;
  display: block;
  text-align: center;
  margin: 30px 0;
}

.name {
  color: white;
  font-size: 1.8rem;
  text-align: center;
  margin: 30px;
}

.name>span {
  color: #fff;
  font-size: 3rem;
}

.white,
.last_ttx {
  color: white;
}

.last_ttx span {
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.qualifications {
  color: #fff;
  line-height: 1.3;

}

@media screen and (max-width:768px) {
  .bgc {
    width: 100%;
    border-radius: 0;
  }

  p.last_ttx {
    padding-bottom: 50px;
  }
}

/* =======================================================
*question
* ======================================================= */
/*ベース*/
.toggle {
  display: none;
}

.Label_01 {
  /*タイトル*/
  padding: 1em;
  display: block;
  color: #111;
  background: #cdd6d0;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
}

.content p {
  margin: 0 10%;
  width: 70%;
}

.Label_01::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label_01,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  cursor: pointer;
}

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked+.Label_01+.content {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.toggle:checked+.Label_01::before {
  transform: rotate(-45deg) !important;
}

p.qa_text {
  margin-left: 9%;
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .Label_01 {
    width: 100%;
    padding-right: 30px;
  }

  .content p {
    margin: 0 auto;
    width: 100%;
  }

  #question h2 {
    margin-bottom: 20px;
  }

}

/* =======================================================
*contact
* ======================================================= */
#contact {
  scroll-margin-top: -70px;
}

form {
  max-width: 700px;
  margin: 50px auto;
}

label {
  display: block;
  margin: 35px auto 10px;
}

label small {
  font-size: 11px;
}

input[type="email"],
input[type="number"],
input[type="text"],
input[type="tel"],
select,
textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  outline: none;
  height: 50px;
  line-height: 1.8;
  background: #f9f9f9;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
}

textarea {
  height: 300px;
  padding: 10px;
}

form sup {
  background-color: #e65a5a;
  color: #fff;
  font-size: 10px;
  margin-left: 4px;
  padding: 2px 5px;
  border-radius: 3px;
  vertical-align: text-top;
}

form sup.any {
  background-color: #959796;
}

button {
  font-family: 'Poiret One', cursive;
  text-transform: uppercase;
  border: 1px solid #46876a;
  background: #46876a;
  color: #fff;
  padding: 15px 80px;
  border-radius: 50px;
  font-size: 15px;
}

button:hover {
  background: #fff;
  color: #46876a;
}

/* policy */
.policy {
  font-size: 1.4rem;
  font-weight: normal;
  height: 180px;
  margin-top: 30px;
  margin-bottom: 10px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #c7c4b5;
  border-radius: 3px;
  background: #fff;
}

.policy .ttl {
  font-size: 18px;
}

.policy dl dt {
  margin-bottom: 10px;
}

.policy dl dd {
  margin-bottom: 20px;
}

.policy ol {
  padding-left: 20px;
}

form button {
  background-color: #faf9f3;
  border: 2px solid #46876a;
  padding: 15px 60px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  border-radius: 50px;
  color: #46876a;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

form button i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.2rem;
}

form button:hover {
  opacity: 1;
  background: #fff;
}

form button:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 40px;
}

.radioBtn {
  position: relative;
  top: 3px;
  cursor: pointer;
  padding-left: 9px;
  display: inline;
  font-weight: normal;
  margin-right: 15px;
  font-size: 15px;
}

.policy .day {
  text-align: right;
}


/* =======================================================
*footer
* ======================================================= */
footer {
  padding: 50px 0;
  background: #f1f1f1;
}

.footer_name {
  text-align: center;
  font-size: 40px;
  font-family: 'Vollkorn';
  margin-bottom: 0;
}

.footer_name a {
  color: #46876a;
}

.footer_txt {
  font-size: 15px;
  text-align: center;

}

.footer_menu {
  text-align: center;
  margin-bottom: 20px;
}

.footer_menu li {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
}

.footer_sns {
  text-align: center;
  margin-bottom: 60px;
}

.footer_sns li {
  display: inline-block;
  padding: 0 10px;
}

.copyright {
  text-align: center;
  font-size: 11px;
}

@media screen and (max-width:768px) {
  .footer_menu li {
    display: block;
    margin-bottom: 15px;
  }
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 5px;
  bottom: 10px;
  cursor: pointer;
  z-index: 10;
}

#pagetop p {
  font-size: 16px;
  letter-spacing: 3px;
  color: #46876a;
  margin-bottom: 0;
}

#pagetop i {
  font-size: 38px;
  color: #46876a;
  width: 48px;
}