@charset "UTF-8";
/* CSS Document */

/*　--　　共通CSSファイルです　--　　*/

html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 150px; /*　ヘッダーの高さ分設定 */
}
body {
  /*　共通文字　*/
  color: #5f794d;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 4rem;
  text-align: left;
  letter-spacing: 0.5rem;
  /*　共通背景　*/
  background-image: url("../image/main_bg.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover 100%;
}
a {
  color: #5f794d;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
/*　tag_text　*/
.tag_text{
  color: #649741;
  width: auto;
  height: auto;
}
.tag_text a{
  color: #649741;
  width: auto;
  height: auto;
}
/*　selectbox　*/
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 3% 0 5% 0;
}
.selectbox:after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #dcc08d;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: none;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 0px rgba(229, 199, 154, 0.5);
    background-color: #fff;
    color: #649741;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    cursor: pointer;
}

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


/*　--　共通見出し　h2 h3　--　*/

h2 {
  color: #dcc08d;
  font-size: 3.5rem;
  line-height: 12rem;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
h3 {
  color: #649741;
  font-size: 3.5rem;
  line-height: 6rem;
  letter-spacing: 0.7rem;
  font-weight: 400;
}
.heading_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 5%;
}
.heading_wrap_item_h2 {
  padding-right: 10%;
}
.heading_wrap_item_h3 {
  width: 65%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 30%;
  margin-bottom: 3%;
}
.wrap_item_h3 {
  padding-right: 15%;
}
.heading_dot_line {
  width: 100px;
  margin: 5% 1%;
  border-bottom: dotted 3px #dcc08d;
}
.wrap_item_text {
  width: 30vw;
}

/*　--　共通見出し --*/

h1{
    color: #dcc08d;
    font-size: 2.2rem;
    line-height: 12rem;
    font-weight: 400;
    text-align: center;
    pointer-events: none;
}
h4 {
  color: #649741;
  font-size: 2.8rem;
  letter-spacing: 0.7rem;
  font-weight: 400;
}
h5{
  color: #dcc08d;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  font-weight: 400;  
}

/*　--　ホバーアクションをPCだけ　--*/

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #dcc08d;
  }
  .tag_text a:hover {
    color: #dcc08d;
  }
}

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 1400px){
    h2 {
    font-size: 2.2rem;
    line-height: 12rem;
    font-weight: 400;
  }

}

@media (max-width: 960px) {
  body {
    /*　共通文字　*/
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: left;
    letter-spacing: 0.3rem;
    text-align: justify;
  }
  /*　tag_text　*/
  .tag_text_h2{
    text-align: center;
  }
  /*　selectbox　*/
    .wrap_item_text {
    text-align: center;
    }
    .wrap_item_text p {
    text-align: left;
    }


  /*　--　共通見出し　h2 h3　--　*/

  h2 {
    font-size: 2.2rem;
    line-height: 12rem;
    font-weight: 400;
    -ms-writing-mode: tb-rl;
    writing-mode: horizontal-tb;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 4rem;
    letter-spacing: 0.5rem;
    font-weight: 400;
    text-align: center;
  }
  .heading_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 5%;
  }
  .heading_wrap_item_h2 {
    padding-right: 0;
    margin: 0 auto;
  }
  .top_section_h2_margin {
    padding-right: 0;
    margin: 0 auto 150px auto;
  }
  .heading_wrap_item_h3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 5%;
  }
  .wrap_item_h3 {
    padding-right: 0;
    margin: 0 auto 3% auto;
  }
  .heading_dot_line {
    width: 100px;
    margin: 8% auto;
    border-bottom: dotted 3px #dcc08d;
  }
  .wrap_item_text {
    width: 100%;
    max-width: 500px;
  }

  /*　--　共通見出し　--*/

  h1{
    color: #dcc08d;
    font-size: 1.8rem;
    line-height: 12rem;
    font-weight: 400;
    text-align: center;
    }

  h4 {
    color: #649741;
    font-size: 2.3rem;
    letter-spacing: 0.7rem;
    font-weight: 400;
  }
  h5{
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0.3rem;
}

}

/*　--　共通sns_icon　--　*/

.sns_link {
  margin-top: 20%;
  width: 100%;
  height: 40px;
  display: flex;
}
.sns_icon {
  position: relative;
  display: block;
  width: 40px;
  height: 100px;
  margin-right: 30px;
}
.sns_icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* footer_sns */

.footer_sns_link {
  margin: 20% auto 0 auto;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
}
.footer_sns_icon {
  position: relative;
  display: block;
  width: 40px;
  height: 100px;
  margin: 0 15px;
}
.footer_sns_icon img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*　--　ホバーアクションをPCだけ　--*/

@media (hover: hover) and (pointer: fine) {
  .sns_icon:hover img:nth-of-type(2) {
    opacity: 0;
  }
  .footer_sns_icon:hover img:nth-of-type(2) {
    opacity: 0;
  }
}

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 960px) {
  .sns_link {
    margin-top: 20%;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
  }
  .sns_icon {
    width: 30px;
    height: 100%;
    margin: 0 10px;
  }
  /* footer_sns */
  .footer_sns_link {
    margin: 10% auto 0 auto;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
  }
  .footer_sns_icon {
    position: relative;
    display: block;
    width: 30px;
    height: 100%;
    margin: 0 10px;
  }
}

/*　--　共通header　--　*/

.header {
  z-index: 9999;
  /* headerを画面上部に固定する */
  position: fixed;
  top: 0;
  left: 0;
  /* ロゴとナビゲーションを横並びにする */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto; /* スクロール時 */
  width: 90%;
  padding: 0.2% 5%;
  transition: 0.5s; /* アニメーションの変化時間 */
  background-image: url("../image/second_bg.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover 50%;
  border-radius: 0 0 60px 60px;
}
.header h1{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header_logo img{
    width: 20%;
}


/*　ハンバーガーメニュー　*/

.menu {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 400px;
  height: 100%;
  background-color: #f9f0e4;
  color: #649741;
  transition: right 0.7s ease; /* スライドインのアニメーション */
  padding: 60px;
  box-sizing: border-box;
  z-index: 10;
}
/* メニューが開いているとき */
.menu.open {
  right: 0;
}
/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 2%;
  right: 4%;
  width: 50px;
  cursor: pointer;
  z-index: 20;
}
.hamburger_line_1 {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #649741;
  border-radius: 100px;
  margin: 15px 0;
  transition: 0.5s;
}
.hamburger_line_2 {
  display: block;
  height: 4px;
  width: 80%;
  background-color: #649741;
  border-radius: 100px;
  margin: 15px 0 15px auto;
  transition: 0.5s;
}
.hamburger_line_3 {
  display: block;
  height: 4px;
  width: 60%;
  background-color: #649741;
  border-radius: 100px;
  margin: 15px 0 15px auto;
  transition: 0.5s;
}
/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(21px, -23px);
  width: 100%;
}
/* メニューリストのスタイル */
.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}
.menu li {
  padding: 30px 0;
  border-bottom: dotted 2px #dcc08d;
}
.menu li a {
  color: #649741;
  font-size: 2.8rem;
  text-decoration: none;
  display: block;
}

/*　--　ホバーアクションをPCだけ　--*/

@media (hover: hover) and (pointer: fine) {
  .menu li a:hover {
    color: #dcc08d;
  }
}

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 960px) {
    .header {
    width: 90%;
    padding: 1% 5%;
    border-radius: 0 0 30px 30px;
    }
    .header h1{
    position: absolute;
    top:-20%;
    }
    .header_logo img{
    width: 15%;
    }


  /*　ハンバーガーメニュー　*/
  .menu {
    width: 100vw;
    padding: 20%;
  }
  /* メニューが開いているとき */
  .menu.open {
    right: 0;
  }
  /* ボタンのスタイル */
  .hamburger {
    width: 40px;
  }
  .hamburger_line_1 {
    height: 3.5px;
    margin: 10px 0;
  }
  .hamburger_line_2 {
    height: 3.5px;
    margin: 10px 0 10px auto;
  }
  .hamburger_line_3 {
    height: 3.5px;
    margin: 10px 0 10px auto;
  }
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(14px, -14px);
    width: 100%;
  }
  /* メニューリストのスタイル */
  .menu ul {
    margin-top: 35px;
  }
  .menu li {
    padding: 25px 0;
  }
  .menu li a {
    font-size: 2.2rem;
    text-align: center;
  }
}

@media (max-width: 400px) {
    .header h1{
    position: absolute;
    top:-30%;
    }
}

/*　--　共通footer　--　*/

.footer {
  width: 100vw;
  height: auto;
  padding: 10% 0 1% 0;
  background-image: url("../image/second_bg.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover 50%;
  border-radius: 60px 60px 0 0;
}
.heading_wrap_footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  padding: 0 5%;
}
.heading_wrap_item_h2_footer {
  padding-right: 1%;
}
.heading_wrap_item_h3_footer {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.heading_wrap_item_logo_text_footer {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.wrap_item_h3_footer {
  width: 450px;
  height: 250px;
  position: relative;
  z-index: 1;
  margin: 1% 5% 0 0;
}
.wrap_item_h3_footer h3 {
  text-align: center;
  margin-top: 55px;
  letter-spacing: 0.4rem;
}
.wrap_item_h3_footer::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fffdfa;
  border-radius: 50%;
  z-index: -10;
}
.wrap_item_h3_footer::before {
  content: "";
  position: absolute;
  z-index: -5;
  top: 43%;
  right: -10%;
  border: 20px solid transparent;
  border-left: 50px solid #fffdfa;
}
.wrap_item_text_footer {
  width: 600px;
}
.wrap_item_text_footer p {
  margin-bottom: 40px;
}
.wrap_item_logo {
  width: 100%;
  max-width: 300px;
  padding-right: 10%;
}
.footer_logo {
  width: 100%;
  transition: all 0.3s ease;
}
.footer_copyright_text {
  padding: 0 5%;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  margin-left: 10%;
}
/* メモ：footer_snsはSNSアイコンの設定と一緒 */

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 1400px) {
  .heading_wrap_item_h3_footer {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 5%;
  }
  .wrap_item_h3_footer {
    width: 500px;
    height: 200px;
    margin: 0 0 8% 0;
  }
  .wrap_item_h3_footer h3 {
    margin-top: 35px;
  }
  .wrap_item_h3_footer::before {
    top: 95%;
    right: 45%;
    transform: rotate(90deg);
  }
  .wrap_item_text_footer {
    width: 35vw;
    margin-left: 5%;
  }
}
@media (max-width: 960px) {
  .heading_wrap_footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0 5%;
  }
  .heading_wrap_item_h2_footer {
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
  }
  .heading_wrap_item_h3_footer {
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20%;
  }
  .wrap_item_h3_footer {
    width: 320px;
    height: 150px;
    margin: 0 0 15% 0;
  }
  .wrap_item_h3_footer::before {
    top: 95%;
    right: 40%;
    transform: rotate(90deg);
  }
  .heading_wrap_item_logo_text_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
  }
  .wrap_item_logo {
    width: 100%;
    max-width: 200px;
    padding-right: 0;
    margin-bottom: 10%;
  }
  .wrap_item_h3_footer h3 {
    margin-top: 30px;
  }
  .wrap_item_text_footer {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .footer_copyright_text {
    margin-left: 0;
  }
}

/*　--　共通ループスライダー　--　*/

/* 表示サイズの設定 */
.container {
  width: 100%;
  margin-top: 10px;
}
.splide__list {
  height: auto;
}
.splide__slide img {
  width: 100%;
  height: auto;
  margin: 5% 0;
  border-radius: 60px;
  box-shadow: 6px 6px 5px 0px rgba(229, 199, 154, 0.5);
  transition: all 0.3s ease;
}
.slider_tag a {
  color: #649741;
}
/* 間隔の設定 */
.slider_heading,
.slider_tag {
  padding: 0 3%;
}
.margin_top {
  margin-top: 5%;
}
.margin_bottom {
  margin-bottom: 5%;
}
.padding_top {
  padding-top: 5%;
}
.padding_bottom {
  padding-bottom: 5%;
}

/*　--　section_workの箱部分　--　*/

.section_work {
  width: 100vw;
  height: auto;
  margin-bottom: 10%;
}

/*　--　ホバーアクションをPCだけ　--*/

@media (hover: hover) and (pointer: fine) {
  .splide__slide:hover img {
    transform: translateY(-4%);
    box-shadow: 10px 10px 5px 0px rgba(229, 199, 154, 0.5);
  }
  .slider_tag a:hover {
    color: #dcc08d;
  }
}

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 960px) {
  /* 表示サイズの設定 */
  .container {
    margin: 0 0 100px 0;
  }
}

/* --　共通　arrow_button --　*/

.arrow_button {
  position: relative;
  width: 130px;
  height: auto;
  padding: 15px;
  color: #5f794d;
  transition: 0.3s ease-in-out;
  font-size: 2.3rem;
  font-weight: 500;
}
.arrow_button:before,
.arrow_button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.arrow_button:before {
  /* 矢印の設定 */
  width: 15px;
  height: 15px;
  right: 22px;
  border-top: solid 2px #dcc08d;
  border-right: solid 2px #dcc08d;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.arrow_button:after {
  /* 円の設定 */
  right: 0;
  background: #ffffff00;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border: solid 2px #dcc08d;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.7s;
}
.arrow_button span {
  position: relative;
  transition: all 0.5s;
  z-index: 3;
}
.button_center {
  margin: 0 auto;
}

/*　--　ホバーアクションをPCだけ　--*/

@media (hover: hover) and (pointer: fine) {
  .arrow_button:hover span {
    color: #dcc08d;
  }
  .arrow_button:hover:before {
    right: 32px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  .arrow_button:hover:after {
    right: 10px;
    background: #dcc08d;
  }
}

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 960px) {
      /* --　共通　arrow_button --　*/
  .arrow_button {
    padding: 15px;
    font-size: 2.3rem;
    font-weight: 500;
    margin: 0 auto;
    text-align: left;
  }
  .left_button{
    margin: 0; 
  }
}

/* --　共通　form_button --　*/

.form_button {
  position: relative;
  height: auto;
  padding: 18px 110px 15px 50px;
  border-radius: 20px;
  background-color: #fffdfa;
  border: none;
  box-shadow: 6px 6px 5px 0px rgba(229, 199, 154, 0.5);
  color: #5f794d;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: left;
  letter-spacing: 0.5rem;
  transition: 0.3s ease-in-out;
  min-width: 340px;
}
.form_button:before,
.form_button:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.form_button:before {
  /* 矢印の設定 */
  width: 15px;
  height: 15px;
  right: 52px;
  border-top: solid 2px #dcc08d;
  border-right: solid 2px #dcc08d;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.form_button:after {
  /* 円の設定 */
  right: 30px;
  background: #ffffff00;
  z-index: 1;
  width: 5rem;
  height: 5rem;
  border: solid 2px #dcc08d;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.7s;
}
.form_button span {
  position: relative;
  transition: all 0.5s;
  z-index: 3;
}
.form_button {
  margin: 0 auto;
}
.buttou_link a {
  display: block;
  width: 100%;
  height: 100%;
}
/*　--　ホバーアクションをPCだけ　--*/

@media (hover: hover) and (pointer: fine) {
  .form_button:hover {
    box-shadow: 2px 2px 4px 0px rgba(229, 199, 154, 0.5);
  }
  .form_button:hover span {
    color: #dcc08d;
  }
  .form_button:hover:before {
    right: 72px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
  }
  .form_button:hover:after {
    right: 50px;
    background: #dcc08d;
  }
}

/*　--　ブレイクポイントの設定　--*/

@media (max-width: 960px) {
  /* --　共通　form_button --　*/

  .form_button {
    position: relative;
    height: auto;
    padding: 13px 50px 13px 25px;
    font-weight: 400;
    font-size: 2rem;
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.5rem;
    margin: 0 auto;
    min-width: 300px;
  }
  .form_button:before,
  .form_button:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
  }
  .form_button:before {
    /* 矢印の設定 */
    width: 15px;
    height: 15px;
    right: 52px;
    border-top: solid 2px #dcc08d;
    border-right: solid 2px #dcc08d;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s;
  }
  .form_button:after {
    /* 円の設定 */
    right: 30px;
    background: #ffffff00;
    z-index: 1;
    width: 5rem;
    height: 5rem;
    border: solid 2px #dcc08d;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: all 0.7s;
  }
  .form_button span {
    position: relative;
    transition: all 0.5s;
    z-index: 3;
  }
  .form_button {
    margin: 0 auto;
  }
}

/* --　共通　スクロールフェードイン（TOP以外） --　*/

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

.scroll_up_top {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --　共通　ふわふわモーション --　*/

.fluffy {
  animation: 4s 0s fluffy ease-in-out infinite;
}
@keyframes fluffy {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

/* --　共通　たまに動くふわモーション --　*/

.bounce {
  animation: 4s 0s bounce ease-in-out infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  45% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* -- 共通　three_column -- */

.three_column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 13% 0 20%;
  height: 100%;
  margin: 0 auto;
}
.three_column_wrap:after,
.three_column_wrap:before{
  width: 300px;
  height: 100%;
  margin: 0 3% 5% 0;
  display: block;
  content: "";
}
.three_column_wrap:before{
  order:1
}
.three_column_item {
  width: 300px;
  height: 100%;
  margin: 0 3% 5% 0;
  display: block;
}
.three_column_item img {
  width: 100%;
  margin: 2% 0;
  border-radius: 60px;
  box-shadow: 6px 6px 5px 0px rgba(229, 199, 154, 0.5);
  transition: all 0.3s ease;
}
.three_column_item h4 {
  text-align: center;
  margin-top: 10px;
}
.three_column_item a {
  width: auto;
  height: auto;
}
.three_column_item p {
  text-align: center;
  margin-top: 10px;
}
.column_heading{
-webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*　--　ホバーアクションをPCだけ　--*/
@media (hover: hover) and (pointer: fine) {
  .three_column_item a:hover img {
    transform: translateY(-3%);
    box-shadow: 10px 10px 5px 0px rgba(229, 199, 154, 0.5);
  }
  .three_column_item a:hover h4 {
    color: #dcc08d;
  }
  .three_column_item:hover .column_heading {
    color: #dcc08d;
  }
  .three_column_item p:hover{
    color: #5f794d;
  }
    .three_column_item a:hover p{
    color: #5f794d;
  }
}

@media (max-width: 960px) {
.three_column_wrap {
  padding: 0;
  height: 100%;
  margin: 0 auto;
}
  .three_column_item {
    width: 250px;
    margin: 0 0 15% 0;
  }
  .three_column_wrap:after,
  .three_column_wrap:before{
    width: 250px;
    height: 100%;
    margin: 0 3% 5% 0;
    display: block;
    content: "";
  }
}

/* -- 共通　two_column -- */

.two_column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 13% 0 20%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.two_column_item {
  width: auto;
  height: auto;
  margin: 0 3% 5% 0;
}
.two_column_item li{
    margin-top: 3%;
}
.two_column_item img {
  width: 300px;
  margin: 2% 0 2% 0;
  border-radius: 60px;
  box-shadow: 6px 6px 5px 0px rgba(229, 199, 154, 0.5);
  transition: all 0.3s ease;
}
.two_column_item_img{
    display: block;
}
.sp_two_column_item_img{
    display: none;
}

.column_margin{
    margin-top: 5%;
}

@media (max-width: 960px) {
    .two_column_wrap {
    padding: 0;
    height: 100%;
    margin: 0 auto;
    }
    .two_column_item {
    width: 250px;
    margin: 0 0 15% 0;
    }
    .two_column_item img {
      width: 250px;
    }
    .two_column_item_img{
    display: none;
}
    .sp_two_column_item_img{
        display: block;
    }
    .column_margin{
    margin-top: 10%;
}
}

/* -- 共通　one_column -- */

.one_column_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 13% 0 20%;
  height: 100%;
  margin: 0 auto;
}
.one_column_item {
  width: 100%;
  height: auto;
  margin: 0 0 5% 0;
}
.one_column_item li{
    margin-top: 3%;
}
.one_column_item img {
  width: 100%;
  margin: 2% 0;
  border-radius: 60px;
  box-shadow: 6px 6px 5px 0px rgba(229, 199, 154, 0.5);
  transition: all 0.3s ease;
}
.one_column_item_img{
    display: block;
}
.sp_one_column_item_img{
    display: none;
}
.column_item_img{
    display: block;
    width: 100%;  
}
/* -column_item　背景- */
.column_item_bg{
  background-image: url("../image/second_bg.png");
  background-position: center center;
  background-attachment: fixed;
  background-size: cover 50%;
  border-radius: 60px;
  padding: 5% 5%;
}


@media (max-width: 960px) {
    .one_column_wrap {
    padding: 0 5%;
    height: 100%;
    margin: 0 auto;
    }
   .one_column_item img {
    width: 100%;
     max-width: 400px;
    margin: 2% auto;
   }
    .one_column_item {
    margin: 0 0 15% 0;
    }
    .one_column_item_img{
    display: none;
}
    .sp_one_column_item_img{
        display: block;
    }
    .column_item_bg{
    padding: 15% 10%;
  }
}
