@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
*/

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


/*リンクアンダーバー削除*/
a { color:#434343; text-decoration:none; }

/*リンクホバー時色変更*/
a:hover { 
	color: #dcdcdc;
	transition: 0.4s ;
}
.entry-content a:hover { 
	color: #dcdcdc;
}


/*画像中央設定*/
p.img_center{
  text-align: center;
}

/*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
display: none;
}

/*ふわっとアニメーション*/
p{
  text-align: center;
  margin-top: 0;
　margin-bottom: 0;
  animation-name: fade;
  animation-duration: 2.5s;
  animation-iteration-count: 1;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

/* 文字スクロールゆっくり表示 */
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/*ヘッダーグローバルナビサイズ色変更*/
#navi .navi-in > ul li{
	height: 50px;
	line-height: 50px;
}
#navi .navi-in > .menu-header .item-label{
	font-size: 13px;
}
#navi .navi-in a:hover{
	color: #dcdcdc!important;
	transition: all 0.5s ease;
}
.navi-in .has-icon {
  display:none;
}


/*モバイルスライドインメニューをカスタマイズ*/
.navi-menu-content{
	left: auto;
	right: 0;
	background-color: rgba(222,222,222,0.5);
	transform: translateX(101%);
}
.menu-drawer a{
	font-size: 1.1em;/*文字の大きさ*/
	color: #fff;/*文字の色*/
	height: 3em;/*行の高さ*/
}
.menu-drawer a:hover{
	color: rgba(222,222,222,0.7);
	background-color: rgba(222,222,222,0);
}


/* パソコンで見たときは"pc"のclassがついたTOP画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついたTOP画像が表示される */
@media only screen and (max-width: 1023px) {
    .pc { display: none !important; }
    .sp { display: block !important; }	
}


/*Googleマップサイズ*/
iframe {
  width: 80%;
	aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}
/*Googleマップ中央寄せ*/
.hoge { text-align: center; }


/* フォント指定 */
body {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.ff-sawarabi-mincho,
.wf-active .ff-sawarabi-mincho {
font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text1 {  
    font-size: 35px;
}
.text2 {
	font-size: 11px;
	font-family: "ヒラギノ角ゴ ProN W3";
	line-height: 19px;
}
.text3 {
	font-size: 16px;
	 font-family: "ヒラギノ角ゴ ProN W3";
	line-height: 30px;
}

.text4 {
	padding: 15px; 
	font-size: 18px;
	line-height: 20px;
}
.text5 {
	padding: 10px; 
	font-size: 11px;
	line-height: 17px;
}
.text8 {
	font-size: 23px;
	line-height: 32px;
	color: #BCB09C;
}

/*PC画面用テキスト指定*/
@media only screen and (min-width: 760px) {
  .text1 {  
    font-size: 40px;
  }
  .text2 {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ ProN W3";
	line-height: 20px;
  }
  .text3 {
	font-size: 16px;
	 font-family: "ヒラギノ角ゴ ProN W3";
	line-height: 25px;
  }

  .text4 {
	font-size: 20px;
	line-height: 36px;
  }
  .text5 {
	font-size: 14px;
	line-height: 24px;
  }
  .text8 {
	font-size: 28px;
	line-height: 35px;
	color: #BCB09C;
  }
}	


/* プラン背景色 */

/*囲み枠*/
.box30{
	margin: 1em auto;
	padding:0.7em;
	background:linear-gradient(-45deg,transparent 25%,#eee 25%,#eee 50%,transparent 50%,transparent 75%,#eee 75%,#eee);
	background-size: 4px 4px;
	border-bottom: 4px double #ddd;
	border-top: 4px double #ddd;
background-clip: padding-box;
}
.text6 {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ ProN W3";
	color: #BCB09C;
	line-height: 30px;
}
.text7 {
	font-size: 18px;
	color: #555555;
	line-height: 25px;
}
/*PC画面用テキスト指定*/
@media only screen and (min-width: 1023px) {
  .text6 {
	font-size: 24px;
	font-family: "ヒラギノ角ゴ ProN W3";
	color: #BCB09C;
	line-height: 30px;
  }
	
  .text7 {
	font-size: 23px;
	color: #555555;
	line-height: 25px;
  }
}

/*囲み枠2*/
.text_box1 {
	width: 170px;
    padding: 1em 1em;
    margin: 0em 0;
    background-color:#ebebeb;/*背景色*/
    color:#000000;/*文字色*/
	border-radius: 6px;
}


/*テキスト左揃えボックス*/
.textbox {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
  }
.textbox_text {
    display: inline-block;
    text-align: left;
	 font-size: 10px;
	font-family: "ヒラギノ角ゴ ProN W3";
	line-height: 19px;
	padding: 10px;
  }

/*PC画面用テキスト指定*/
@media only screen and (min-width: 760px) {
.textbox_text {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3";
	line-height: 22px;
	padding: 10px;
	}  
}


/* ボタン指定 */
.btnn1 {
	background: #898580;
	font-size: 13px;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
	font-family: "ヒラギノ角ゴ ProN W3";
}
.btnn1 a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px;
	box-sizing: border-box;
}

.btnn1 a:hover {
	color: #fff;
    background-color: #adaba8;
}


/* お問い合わせフォーム設定 */
/* 全幅指定 */
.full-width {
  width: 90%;
    margin: 0 auto;
}

/* 背景色（お好きな色に） */
section.contact {
    background-color: #fff;
}
/*  フォームの幅（自由に変えてOK） */
.contactForm {
    max-width: 300px;
    margin: 20px;
}

/* 各項目の下部余白 */
.contact_item {
    margin-bottom: 2.5rem;
}
/* 項目名 */
.label {
	font-size: 1em;
    display: block;
	font-family: "ヒラギノ角ゴ ProN W3";
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: .5rem;
    font-weight: 100;
	text-align: left;
	cursor: default;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
    font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W3";
    color: #ffffff;
    margin-right: 1rem;
    padding: 5px 10px;
	text-align: left;
}
/* 必須タグ */
.label_must {
    background-color: #c0c0c0;
}
/* 任意タグ */
.label_option {
    background-color: #dcdcdc;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"],input[type="email"] {
    border: solid 1px #707070;
    padding: .5rem;
    font-size: 10px;
	font-family: "ヒラギノ角ゴ ProN W3";
}
/* お問い合わせ内容を入力する箇所 */
textarea.form-control {
    border: solid 1px #707070;
    padding: .5rem;
    height: 207px;
    font-size: 10px;
	font-family: "ヒラギノ角ゴ ProN W3";
}
/* ボタン */
.btnArea {
    text-align: center;
}
input[type="submit"]{
    background: #898580;
    border: 2px solid #ffffff;
    width: 280px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
	font-family: "ヒラギノ角ゴ ProN W3";
    line-height: 1.0;
    letter-spacing: .5em;
    text-indent: .5em;
    font-weight: 100;
    padding: 1.4rem 0;
    margin-top: 2rem;
    transition: all .3s;
    
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
    color: #898580;
    background-color: #ffffff;
    border-color: #898580;
}
/* ローダー */
.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
}
/* モバイル版 */
@media screen and (max-width: 480px) {
    .contact_item {
        margin-bottom: 1.6rem;
    }
    .label {
        font-size: 12px;
		font-family: "ヒラギノ角ゴ ProN W3";
        margin-bottom: .4rem;
    }
    .label_tag {
        font-size: 11px;
		font-family: "ヒラギノ角ゴ ProN W3";
    }
    input[type="text"],input[type="email"] {
        padding: .4rem;
        font-size: 9px;
		font-family: "ヒラギノ角ゴ ProN W3";
    }
    textarea {
        padding: .4rem;
        font-size: 10px;
		font-family: "ヒラギノ角ゴ ProN W3";
    }
    input[type="submit"]{
        font-size: 12px;
		font-family: "ヒラギノ角ゴ ProN W3";
    }
}
/* お問い合わせフォーム設定ここまで */


/*=========
FAQ_accordion
=========*/

.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #dcdcdc;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #dcdcdc;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #a9a9a9;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #a9a9a9;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}

/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #555555;
  font-size: 18px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 12px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 12px;
  }
}

/*=========
base
=========*/

html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .025em;
  line-height: 1.8;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.s_section {
  max-width: 1020px;
  margin: 0 auto;
  padding: 2rem 10px;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}
h2 {
  color: #333;
  font-size: px;
  font-weight: bold;
  text-align: left;
  border-left: 5px solid #333333;
  padding-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 12px;
  }
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}

/*=========
FAQ_accordionここまで
=========*/


/* フッター０不要な余白をリセット */
.footer-bottom {
 margin-top: 0;
}

/* 不要な余白をリセット */
.copyright {
 margin-top: 0;
 color: #c0c0c0; 
 font-size: 9px;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
main.main, div.sidebar { 
       padding-left: 0;
       padding-right: 0;
    }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
