@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body{
	font-family:YuMinchoW, YuMinchoM, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	
}
/*'HG明朝E','游明朝',Yu Mincho,YuMincho,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif*/

/************************************
** 固定ページだけタイトルを非表示にする
************************************/
.page .entry-title {
display: none;
}
/*
h2 {
    background-color: #f5f5f0;
    border-top: 1px solid #695f7a;
    padding: 0.5em 0.75em;
}

h3 {
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    color: #825064;
}
*/

.narabi{
    display: flex;
    flex-wrap: wrap;
	
}
.narabi p{
    width: 48%;
	margin: 1%;
}
.narabi p img{
    width: 100%;
}

.button01 {
	  width: 95%;	
    margin: 30px auto;
	}
.button01 a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items:left;
    max-width: 600px;
	  margin: 0 auto;
    padding: 10px 25px;
    color: #695f7a;
    transition: 0.3s ease-in-out;
    font-weight:400;
    border: 2.5px solid #695f7a;
    text-decoration: none;

}
.button01 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 20px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button01 a:hover {
  background: #5d546d;
  color: #FFF;
}
.button01 a:hover:after {
  right: 14px;
}





/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
textarea{
  background-color:#ddd;
}

#cf7-area {
width:100%;
margin: 0 auto;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}

.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}

.cf7-a {
  background-color: #ddd;
}

/*　見出し　*/
.form-heading
{
width: 100%;
background-color: #191970;
border-left: 1em solid #6495ED;
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 2em;
}

.form-heading p {
margin: 0;
}

/* 各項目共通 */
#cf7-area label{
font-weight:bold;
}

#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
background: #F0F8FF;
width:500px;
margin-left:10px;
}

#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
background: #FFE4E1;
border: 2px solid #FF1493;
outline: 0;
}

#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
width:100%;
height:180px;
padding: 0.625em 0.4375em;
  background-color: #ddd;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type=”submit”]
{
width: 100%;
background-color: #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type=”submit”]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
padding: 4px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}

@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
	
margin: 0;
}



#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}

.privacy-box {
  border: 1px solid #ddd;
background: #eee;
  width: 95%;
  height: 300px;
  overflow-y: scroll;
margin: 0 auto;
	  padding: 5px 8px;
}
.privacy-box p b{
  padding: 5px 10px;
background: #fff;
  text-align:center;
  font-size: 20px;
	display:block;
margin: 0 auto;
}
.privacy-box p span{
  padding: 3px 0px 0px 0px;
  text-align:left;
  font-weight: bold;
}

.box-012 {
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #949494;
    border-radius: 3px;
    overflow: hidden;
}

.box-012 span {
    padding: .4em .8em;
    background-color: #949494;
    color: #fff;
}

.box-012 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}



.video-wrap {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
  top: -20px;
  margin-bottom: -30px;
  background-color: #000000;
}

.video-wrap video {
  width: 100%;
  display: block;
  opacity: 0.7;
}

.video-wrap p {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top-form01 {
  position: absolute;
  bottom: 15%;
  left: 0%;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.top-form01 a {
  width: 550px;
  padding: 10px 26px;
  background-color: #8e7569;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0);
  border-radius: 15px;
}

.top-form01 a:hover {
  opacity: 0.9;
  transition: 0.8s;
  background-color: #fff;
  color: #8e7569;
}

.midashi-h2 {
  padding: 10px 26px;
  background-color: #a98b7d;
  color: #fff;
}

#original-header {
  width: 100%;
  /* 幅いっぱいを指定 */
  height: 90px;
  /* 高さを50pxに指定 */
  background: #fff;
  /* 背景色にグレーを指定 */
  padding: 0px 40px;
  /* ヘッダーに上下左右それぞれ余白を指定 */
  box-sizing: border-box;
  /* padding分を含んで幅を100%にするため */
  position: fixed;
  /* ウィンドウを基準に画面に固定 */
  top: -25px;
  /* 上下の固定位置を上から0pxにする */
  left: 0;
  /* 左右の固定位置を左から0pxにする */
  align-items: center;
  /* 中の要素を上下中央に並べる　　 */
  z-index: 99;
  transition: transform 0.3s 0.3s;
    box-shadow: 0px 1px 14px -8px #777;
}

#original-header .original-gnav .menu {
  display: flex;
  /* 中の要素を横並びにする */
}

#original-header .original-gnav .menu li {
  list-style: none;
  /* リストの[・]を消す */
}

#original-header .original-gnav .menu li span {
  font-size: 10px;
}

#original-header .original-gnav .menu li img.child-left {
  width: 280px;
  position: absolute;
}

#original-header .original-gnav .menu li a img.child-right {
  width: 280px;
  position: absolute;
  right: 60px;
}

#original-header .original-gnav .menu li a img.child-right:hover {
  opacity: 0.7;
  transition: 0.8s;
}

#original-header .original-gnav .menu li+li {
  margin-left: 10px;
  /* メニューそれぞれに間隔をあけるため */
}

#original-header.hidden {
  transform: translateY(-80px);
}

#g_navi {
  background: #fff;
}

#g_navi ul {
  display: flex;
  margin: 0 auto;
  padding: 0 0%;
  width: 100%;
  max-width: 1200px;
  list-style-type: none;
}

#g_navi ul li {
  position: relative;
  width: 25%;
}

#g_navi ul li:first-child::before {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  left: 0px;
  width: 2px;
  height: 50%;
  background-color: #ddd;
}

#g_navi ul li::after {
  position: absolute;
  display: block;
  content: "";
  top: 25%;
  right: 0px;
  width: 2px;
  height: 50%;
  background-color: #ddd;
}

#g_navi ul li a {
  display: block;
  padding: 17px 8px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
}

#g_navi ul li a:hover {
  color: #ddd;
  transition: 0.8s;
}

#g_navi ul li a span {
  font-size: 13px;
}

#g_navi ul li a:hover {
  color: #ddd;
  transition: 0.8s;
}

.introduction-box {
  width: 100%;
  padding: 20px 20px;
  margin: 0 auto;
  border-top: 1px solid #A98B7D;
  border-bottom: 1px solid #A98B7D;
}

.introduction-box .intro-title {
  color: #91776b;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
}

.introduction-box p img {
  width: 100%;
  display: block;
  margin: 30px auto 12px auto;
}

.introduction-box p span {
  font-weight: 900;
  color: #91776b;
  border-bottom: 2px solid #a98b7d;
  padding: 1px 4px;
}

.introduction-box p b {
  width: 98%;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
  margin: 30px auto 0px auto;
  background-color: #A98B7D;
  font-weight: bold;
  color: #fff;
}

.midashi-heading-022 {
  padding: .5em .7em;
  border-left: 5px solid #A98B7D;
  color: #A98B7D;
  background-color: #fff8f4;
  font-weight: 900;
  font-size: 30px;
}

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -126px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03>li {
  position: relative;
}

.flow03>li:not(:last-child) {
  margin-bottom: 60px;
}

.flow03>li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #a98b7d;
  display: inline-block;
  margin-right: 0.3em;
  margin-bottom: 8px;
}

.flow03>li dl {
  padding-left: 70px;
  position: relative;
}

.flow03>li dl::before, .flow03>li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03>li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #a98b7d;
  border-radius: 50%;
  left: -4px;
}

.flow03>li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03>li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #a98b7d;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.osusume{
  border:2px solid #a98b7d; 
  background-color:#fff; 
  margin:50px auto; 
  width:100%; 
  padding:30px 20px; 
  display:block; 
  text-align:center;
}
.osusume-text{
  color:#111;
  font-size:18px;
  text-align:center;
}

.osusume img{
  width:300px; 
  display:block; 
  text-align:center; 
  margin:0 auto;
}

.osusume a:hover{
  opacity:0.7; 
}

.osusume .heading-016 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a98b7d;
	font-size:18px;
	font-weight:900;
}

.osusume .heading-016::before,
.osusume .heading-016::after {
    width: 3px;
    height: 40px;
    background-color: #a98b7d;
    content: '';
}

.osusume .heading-016::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.osusume .heading-016::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.grave-chart table {
  border-collapse: collapse;
  width: 100%;
}

.grave-chart table , td, th {
  padding: 0.6rem 0.8rem;
  color: #666;
  font-size: .875rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.grave-chart th {
  background: #eee;
}

.compare-chart table {
  border-collapse: collapse;
  width: 100%;
}

.compare-chart table th, .compare-chart table td {
  padding: 0.6rem 0.8rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.compare-chart table th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  background: #eee;
  position: sticky;
  top: 0;
}

.compare-chart table img {
  width: 200px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}

.company-chart table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.company-chart table th, .company-chart table td {
  padding: 0.6rem 0.8rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.company-chart table td.company-tag {
  width: 200px;
  background: #eee;
  text-align: center;
}

.company-chart table td {
  text-align: left;
}

.company-chart table th {
  font-weight: normal;
  font-size: .875rem;
  color: #666;
  top: 0;
}

.sainosono-003 {
  color: #91776b;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .04em;
  text-align: center;
}

.sainosono-003::before {
  display: block;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: .02em;
  content: attr(data-label);
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/


/* PC表示 */

@media (min-width:481px){

#sp-only{
	display:none;
	}

.article h2{
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
}

.parallax_box {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
  height: 250px;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_bg_02 {
  background-image: url(https://iwatsuki-hkr.com/wp-content/uploads/2023/10/sakura03.jpg);
}

.img_bg_03 {
  background-image: url(https://iwatsuki-hkr.com/wp-content/uploads/2023/10/615774.png);
}

.parallax_box h2{
  line-height:200px;
}

  .go-to-top-button {
    margin-bottom: 115px;
  }
  #pc-footerFloatingBanner {
    display: block;
    width: 480px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    margin: 0;
  }
  #sp-footerFloatingBanner {
    display: none !important;
  }
}


/* スマホのみ表示 */

@media (max-width: 480px) {
#pc-only{
	display:none;
	}
.article h2{
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}
.narabi{
    display: block;
}
.narabi p{
    width: 98%;
	margin: 1%;
}
  .heading {
    display: none;
  }
  .video-wrap {
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto;
    bottom: 5px;
    margin-bottom: -10px;
  }
  #original-header {
    width: 100%;
    /* 幅いっぱいを指定 */
    height: 70px;
    /* 高さを50pxに指定 */
    background: #fff;
    /* 背景色にグレーを指定 */
    padding: 0px 10px;
    /* ヘッダーに上下左右それぞれ余白を指定 */
    box-sizing: border-box;
    /* padding分を含んで幅を100%にするため */
    position: fixed;
    /* ウィンドウを基準に画面に固定 */
    top: -25px;
    /* 上下の固定位置を上から0pxにする */
    left: 0;
    /* 左右の固定位置を左から0pxにする */
    align-items: center;
    /* 中の要素を上下中央に並べる　　 */
    z-index: 99;
    transition: transform 0.3s 0.3s;
    box-shadow: 0px 3px 14px -8px #333;
  }
  #original-header .original-gnav .menu li img.child-left {
    width: 150px;
    position: absolute;
    margin-top: 4px;
    left: 15px;
  }
  #original-header .original-gnav .menu li a img.child-right {
    width: 180px;
    position: absolute;
    right: 15px;
  }

.video-wrap p {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
	
}

#g_navi ul {
  width: 100%;
  max-width: 500px;

}
#g_navi ul li {
  width: 24%;
}

	
#g_navi ul li:first-child::before {
  width: 1px;

}
#g_navi ul li::after {
  width: 1px;

}

	
#g_navi ul li a {
  display: block;
  padding: 17px 1px 16px 1px;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.introduction-box .intro-title {
  color: #91776b;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  margin: 0 auto;
  padding: 15px 0;
}

.midashi-heading-022 {
  padding: .4em .7em;
  border-left: 5px solid #A98B7D;
  color: #A98B7D;
  background-color: #fff8f4;
  font-weight: 900;
  text-align: left;
  font-size: 20px;
}

	
.parallax_box.img_bg_02 {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
  height: 150px;
  background-image: url(https://iwatsuki-hkr.com/wp-content/uploads/2023/10/sakura_sp.jpg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.parallax_box.img_bg_03 {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  width: auto;
  height: 150px;
  background-image: url(https://iwatsuki-hkr.com/wp-content/uploads/2023/10/615774.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.parallax_box.img_bg_02 h2,.parallax_box.img_bg_03 h2{
  font-size: 26px;
}
.sainosono-003 {
  color: #91776b;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .04em;
  text-align: center;
}

.sainosono-003::before {
  display: block;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: .02em;
  content: attr(data-label);
}
.sp-small-text{
  font-size: 13px;
  color: #999;		
}

.osusume .heading-016 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a98b7d;
	font-size:14px;
	font-weight:900;
}	
.osusume .heading-016::before,
.osusume .heading-016::after {
    width: 2px;
    height: 40px;
    background-color: #a98b7d;
    content: '';
}

.osusume-text{
  text-align:left;
}
.flow03>li dl {
  padding-left: 30px;
}
.flow03>li dl::after {
  width: 22px;
}
  .company-chart table td.company-tag {
    width: 120px;
  }
  .top-yoyaku {
    display: none !important;
  }
  /*ここでトップに行くボタンの表示位置を調整します*/
  .go-to-top-button {
    margin-bottom: 82px;
  }
  #pc-footerFloatingBanner {
    display: none !important;
  }
  /*floating footer Banner*/
  #sp-footerFloatingBanner {
    display: block;
    width: 100%;
    background-color: #FFF;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    margin: 0;
  }
}




/*1023px以下
@media screen and (max-width: 1023px){
}

834px以下
@media screen and (max-width: 834px){
}
480px以下
@media screen and (max-width: 480px){
}
*/

