/*
  Skin Name: とまとまと
  Description: スキン自作の際にひな型となるスキンです。スタイルは何も入っていません。
  Skin URI: https://wp-cocoon.com/
  Author: わいひら
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9999000000
*/
/*以下にスタイルシートを記入してください*/


/******************************
　レイアウト系スタイル
******************************/
.content{
  overflow: hidden;
}
.pc-view{
  display: block;
}
.sp-view{
  display: none!important;
}
@media screen and (max-width: 768px) {
  .pc-view{
    display: none;
  }
  .sp-view{
    display: block!important;
  }

}

/*　見出し　*/
.article h2{
  position: relative;
  border-left: 60px solid #f5b8b5;
  border-radius: 20px;
}
.article h2::before{
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(images/tomato.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);  
}

.home .article h2{
  border-left:none;
}
.home .article h2::before{
  content: none;
}
.article h3 {
  position: relative;
  padding: 10px;
  padding-left:30px;
  border-radius: 20px;
  background: #dc5f45;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #FFF;
 border:none;
	text-align:center;
}

.article h3:before,
.article h3:after {
position: absolute;
content: '';
border-radius: 50%;
background: #dc5f45;
}

.article h3:before {
  bottom: -13px;
  left: 30px;
  width: 35px;
  height: 35px;
	z-index: -1;
}

.article h3:after {
  bottom: -32px;
  left: 53px;
  width: 17px;
  height: 17px;
}
.home .article h3{
  position: static;
  width: 95%;
  padding: 5px 0;
  border-radius: 0;
  margin: 0 auto;
  margin-bottom: 30px;
color: #a43121;
    background: #dc5f4561;
    border: 7px double #fff8e9;
    box-shadow: 0 0 0 5px #dc5f4561;
}
.home .article h3:before,
.home .article h3:after {
  content: none;
}

.article .h-style01,.widget .h-style01, .content-bottom .bt_contact{
  position: relative;
  margin-top: 150px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Sacramento","Noto Sans JP" ,sans-serif;
  font-size: 50px;
  letter-spacing: 4px;
  color: #485538;
  background-color: unset;
}
.article .h-style01 span,.widget .h-style01 span,.content-bottom .bt_contact span{
  display: block;
  margin-top: 10px;
  font-size: .4em;
}

.article .h-style01 img,.widget .h-style01 img,.content-bottom .bt_contact img{
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.home .article .h-style02{
  color: #fff;
}
.article .h-style02{
  font-family: 'Dela Gothic One', cursive;
  margin: 0;
  color: #fff;
  border: none;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .article h2{
    font-size: 20px;
    padding: 10px;
	border-left: 40px solid #f5b8b5;
	}
	.article h2::before{
		  width: 20px;
		  height: 20px;
		  left: -30px;
	}

  .article h3 {
    padding: 10px;
  }
  .article h3:before {
    bottom: -17px;
    width: 25px;
    height: 25px;
  }
  .article h3:after {
    bottom: -32px;
    left: 53px;
    width: 13px;
    height: 13px;
  }
  .home .article h3{
    font-size: 18px;
  }
}
/*　見出し ここまで　*/

/*　背景指定　*/
body {
  background-image: url(images/back-img.jpg);
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
}
.home .main,.sidebar{
  background-color: unset;
}
.home .content-top{
  background-image: url(images/back-img02.jpg);
  background-repeat: repeat-x;
    background-size: contain;
}
/******************************
　ヘッダースタイル
******************************/
.header-container-in.hlt-top-menu .logo-header img{
  max-height: 40px;
}
.logo-header img {
  width: 100%;
}
.header-container, .main, .footer{
  background-color: #fff8e9;
}
.mobile-menu-buttons{
  background: #ea5549;
  color: #fff;
}
.menu-close-button{
  background: #ea5549;
  color: #009cb8;
}
#navi-menu-input:checked ~ #navi-menu-content, #sidebar-menu-input:checked ~ #sidebar-menu-content, #search-menu-input:checked ~ #search-menu-content, #share-menu-input:checked ~ #share-menu-content, #follow-menu-input:checked ~ #follow-menu-content{
  background: #fff8e9;
}
.parent-gm a{
  color: #FF6347;
  font-weight: 800;
  border-bottom: 1px solid #FF6347;
}
.parent-gm .sub-menu a{
  color: #009cb8;
  font-weight: 400;
  border-bottom:none;
}
.logo-menu-button img{
	width:auto;
}
/******************************
　トップページ
******************************/
.home .content-top{
  margin: 0;
  overflow: hidden;
  }
.home .content-top #custom_html-2{
  margin-bottom: 0;
}


@media screen and (max-width: 768px) {
  .home .content-top img.sp-view{
    width: 100%;
  }
}

/******************************
　テーブル
******************************/
.home table td,
.page table td{
  border: none;
  padding: 20px 100px;
}
.home table td:first-child,
.page table td:first-child{
  width: 335px;
  font-weight: 700;
}
.home table thead{
	display:none;
}
.recipe table td{
  border: none;
	padding: 10px 30px;
	border-bottom: 1px solid rgba(234, 85, 73, 0.5);
}
.recipe table td:first-child{
	width: auto;
	font-weight: 700;
}
.card_contents01_container{
	display: flex;
  margin-bottom: 0;
	flex-wrap: wrap;
  overflow: hidden;
}
.card_contents01{
	width: 45%;
  margin-bottom: 80px;
  padding: 0 60px 30px 60px;
  border-top: 80px solid #005766;
  border-bottom: 20px solid #005766;
  border-left: 5px solid #005766;
  border-right: 5px solid #005766;
  border-radius: 10px;
  background-image: linear-gradient(-90deg, rgba(208,174,82,0.1) 10%, transparent 22%);
  background-size: 14px 14px;
}
.card_contents01_container .card_contents01:nth-of-type(odd){
	margin-right: 10%;
}
.card_contents01_container .h-style02{
  transform: translateY(-68px);
  text-align: center;
  font-size: 2em;
  font-weight: 500;
}
.card_contents01_item p{
  margin-top: 30px;
  margin-bottom: 0;
}
figure.wp-block-table table{
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* figure.wp-block-table thead{
    display: none;
  } */
}
/******************************
　投稿一覧スタイル
******************************/
.new-entry-cards.large-thumb {
  display: flex;
  flex-wrap: wrap;
}
.new-entry-cards.large-thumb a{
  width: 30%;
  margin: 10px auto;  
}
.home .widget-entry-cards.card-large-image .e-card {
  position: relative;
  height: 100%;
    border-top: 20px solid #a43121;
    border-bottom: 5px solid #a43121;
    border-left: 5px solid #a43121;
    border-right: 5px solid #a43121;
    border-radius: 10px;
    font-family: 'Kaisei Decol', serif;
    font-weight: 700;
    background: #a43121;
}
.home .widget-entry-cards.card-large-image .card-content {
  padding: 10px 20px;
  color: #fff;
  margin: 0;
}
.home .widget-entry-cards.card-large-image .card-content .card-title{
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.home .widget-entry-card-thumb{
  margin-top: 0;
}
.home .widget-entry-cards.card-large-image .a-wrap:hover{
  background: #ff6347;
  border-radius: 10px;
  transition: 0.5s!important;
}
.home .widget-entry-cards.card-large-image figure{
  overflow: hidden;
}
.home .widget-entry-cards.card-large-image .new-entry-card-date.display-none{
  display: block;
  margin-top: 10px;
  text-align: right;
}

.home .widget-entry-cards.card-large-image .new-entry-card-date.display-none .new-entry-card-post-date::before{
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.home .widget-entry-cards.card-large-image .new-entry-card-date.display-none .new-entry-card-update-date{
  display: none;
}


/* .home .widget-entry-cards.card-large-image .a-wrap .new-entry-card-thumb img{
  transition: 0.5s;
}
.home .widget-entry-cards.card-large-image .a-wrap:hover .new-entry-card-thumb img{
  transform: scale(1.1);
  transition: 0.5s;
}
.home .widget-entry-cards.card-large-image .a-wrap:nth-child(2),
.home .widget-entry-cards.card-large-image .a-wrap:nth-child(5){
  opacity: 0;
}
.home .widget-entry-cards.card-large-image .a-wrap:nth-child(2).is-show,
.home .widget-entry-cards.card-large-image .a-wrap:nth-child(5).is-show{
  opacity: 1;
  transition: 1.5s;
} */

.three-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 40px 0;
}
.three-box-box_item{
  width: 30%;
}
.three-box-box_item p{
  font-size: 12px;
}
.home .article .num-head_style,.num-head_style{
  margin: 50px 0 20px 0;
  padding: 12px 20px;
  font-family: 'Kaisei Decol', serif;
  border:none;
  border-top: 1px solid #005766;
  border-bottom: 1px solid #005766;
  background-image: url(http://watershellnew.local/wp-content/uploads/2022/06/back-img-2.jpg);
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  line-height: 1.25;
  color: #005766;
  font-size: 22px;
}
.num-head_style span{
  margin-right: 10px;
  font-family: "Sacramento","Noto Sans JP" ,sans-serif;
  font-size: 2em;
}
.menu-header{
  font-family: 'Kaisei Decol', serif;
  font-weight: 800; 
}
.menu-header a{
  font-size: 20px;
  overflow: hidden;
}
.menu-header a::before{
  content: '';
  border-bottom: 10px solid #009CB8;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: .4s;
}
#navi .navi-in .menu-header a:hover::before{
  opacity: 1;
  transform: rotateZ(150deg);
  transition: .4s;
}
.menu-header .sub-menu a::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13.0px;
  border-color: transparent transparent transparent #009cb8;
}
#navi .navi-in .menu-header .sub-menu a:hover::before{
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);  transition: .4s;
}
@media screen and (max-width: 768px) {
  .new-entry-cards.large-thumb a{
    width: 100%;
  }
  .home .widget-entry-cards.card-large-image .e-card {
    border-top: 20px solid #005766;
    font-size: 16px;
  }
  .home .widget-entry-cards.card-large-image .card-content{
    top: -36%;
  }
  .three-box-box_item{
    width: 100%;
  }
  .home .article .num-head_style{
    margin: 30px 0 10px 0;
  
  }
}
/******************************
　ボタン
******************************/
.go-to-top-button{
  width: 120px;
  height: 120px;
}
.contact-form_submit_label01{
  cursor: default;
}
.fill,
.fill-btn01 input {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 13px 50px 13px;
  outline: 0;
  border: 3px solid #485538;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
.fill-btn02{
  height: 61px;
  padding: 13px 50px 13px;
  border: 3px solid #FF6347;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.fill-btn01 input {
  font-family: "Noto Sans JP" ,sans-serif;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.fill-link,
.fill-btn01,
.fill-btn02{
  position: relative;
  display: block;
  width: 500px;
  margin: 0 auto;
  color: #FFF;
  text-decoration: none;
}
.fill-btn02 button{
    font-family: "Noto Sans JP" ,sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0);
    outline: 0;
    border: none;
    color: #FFF;
  }
.fill-link span{
  position: absolute;
  right: 20px;
  bottom: 24px;
}
.fill-link:hover,
.fill-btn01 input:hover{
  color: #FFF;
}
.fill::after,
.fill-btn01::after {
  content: "";
  background-color: #dc5f45;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
  border-radius: 9px;
}
.fill-btn02::after{
  content: "";
  background-color: #005766;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
  border-radius: 9px;

}
.fill:hover::after,
.fill-btn01:hover::after,
.fill-btn02:hover::after {
  top: 0px;
  left: 0px;
}
.c-link-btn01 a{
  min-width: 300px;
  color: #fff;
  padding: 10px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 20px;
  border: 2px solid #dc5f45;
  background: #dc5f45;
  font-size: 18px;
  letter-spacing: 2px;
}
.c-link-btn01 a::after{
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: 5px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;

}
.c-link-btn01 a:hover {
  border-left: 10px solid #FF6347;
  border-right: 10px solid #FF6347;
  opacity: 1;
}
.contact-form_body_input select{
  font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #333;
    font-family: "Noto Sans JP" ,sans-serif;
}
.wave-btn_link{
  display: block;
  width: 60%;
  height: 165px;
  margin: 0 auto;
  color: #FF6347;
  font-weight: 800;
  text-decoration: none;
}

.wave-btn{
  position: relative;
  border: 5px solid #009CB8;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 1.5em;
  transition: 0.2s;
}
.wave-btn:hover{
  padding: 10px 0 0 0;
  color: #FFF;
  background: #005766;
  border: 10px solid #009CB8;
  transition: 0.2s;
}
.wave-btn::after{
  content: 'click\Ahere!';
  white-space: pre;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: .8em;
  line-height: 1;
  border-radius: 50%;
  background: #FF6347;
  color: #fff;
  z-index: -1;
  transition: 0.2s;
}
.wave-btn:hover.wave-btn::after{
  top: 70%;
  z-index: 1;
  transition: 0.2s;
}
.wave-btn_link canvas{
  position: static;
  transform: translateY(16px);
}
@media screen and (max-width: 768px) {
  .fill-link,
  .fill-btn01,
  .fill-btn02{
    width: 100%;
  }
  .fill,
  .fill-btn01 input,
  .fill-btn02{
    padding: 13px 20px 13px;;
    font-size: 16px;
  }
  .fill-btn02{
    margin-bottom: 30px;
  }
  .fill-btn02 button{
    font-size: 16px;
  }
  .wave-btn_link{
    width: 100%;
  }
  .wave-btn{
    font-size: 1.2em;
  }
  .wave-btn::after{
    top: 55%;
    width: 70px;
    height: 70px;
  }
  .wave-btn_link canvas{
    height: 80px;
  }
  .fill-link span{
    right: 10px;
    bottom: 20px;
  }

  .c-link-btn01 a{
    width: 100%;
    font-size: 16px;
  }
}

.contact-box_container p{
  margin-bottom: 1.8em;
  text-align: center;
  letter-spacing: 1px;
}

.bold_text01{
  font-size: 1.5em;
  font-weight: 800;
  color: #ea5549;
}

.down_triangle {
  position: relative;
  content: '';
  width: 30px;
  height: 30px;
  margin: 50px auto;
  background: #ea5549;
  border-radius: 50%;
}
.down_triangle::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-top: solid 15px #FFF;
  top: 50%;
  left: 5px;
  margin-top: -6px;
}
.bg_full_parts_wrap{margin-bottom: 120px;
}
.bg_full_parts{
  position: relative;
  background: #f5b8b5;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
  height: auto;
}

.bg_full_parts::after{
  content: '';
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #f5b8b5 transparent transparent transparent;
}
@media screen and (max-width: 768px) {

    .article .h-style01, .content-bottom .bt_contact{
      margin-top: 80px;
      margin-bottom: 20px;
      font-size: 40px;
    }
  .article .h-style01 img, .content-bottom .bt_contact img{
    width: 60px;
  }
  .home table td,
  .page table td{
    display: block;
    padding: 20px 30px;
  }
  .home table td:first-child,
  .page table td:first-child{
    width: 100%;
    padding-bottom: 0;
  }
.recipe table td{
    padding: 5px;
	font-size:13px;
}
  .card_contents01{
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    padding: 0 30px 30px 30px;
    border-top:50px solid #005766;
    border-bottom:5px solid #005766;

  }
  .card_contents01_container .card_contents01:first-child{
    border-radius: 10px 10px 0 0;
    border-top:55px solid #005766;
  }
  .card_contents01_container .card_contents01:last-child{
    border-radius: 0 0 10px 10px;
    border-bottom:20px solid #005766;
    margin-bottom: 1.8em;
  }
  .card_contents01_container .card_contents01:nth-of-type(odd){
    margin-right: 0;
  }

  .card_contents01_container .h-style02{
    transform: translateY(-45px);
    font-size: 1.5em;
    font-weight: 500;
  }
  .bold_text01{
    font-size: 1.3em;
  }
  .bg_full_parts_wrap{
    margin-bottom: 80px;
  }
  .bg_full_parts::after{
    bottom: -50px;
    border-width: 50px 50px 0 50px;
  }
  .contact-box_container{
    padding: 0 16px;
  }
  .contact-box_container p{
    margin-bottom: 13px;
  }
}

/*固定ページ*/
.page .main{
  padding-top: 0;
  background-color: unset;
}
.page .content{
  margin-top: 0;
}
.page .article-header{
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  margin-bottom: 120px;
  width: 100vw;
  height: 162px;
  background-color: #f3fcfa;
  background-image: linear-gradient(#ffdad3 2px, transparent 2px), linear-gradient(to right, #ffdad3 2px, #fff6ed 2px);
  background-size: 40px 40px;
}
.home .page .article-header{
  display: none;
}
.page .article-header .entry-title{
  color: #009CB8;
  font-size: 38px;
  font-family: 'Kaisei Decol', serif;
  letter-spacing: 1.8px;
}
.page .article-header .date-tags{
  display: none;
}
.page .date-tags, 
.page .author-info, 
.page .eye-catch-wrap {
  display: none;
}
/*投稿ページ*/

.post .entry-title{
  position: relative;
  display: flex;
  margin-bottom: 0;
  padding-left: 20px;
  align-items: center;
  min-height: 83px;
  background-color: #f3fcfa;
  background-image: linear-gradient(#ffdad3 2px, transparent 2px), linear-gradient(to right, #ffdad3 2px, #fff6ed 2px);
  background-size: 40px 40px;
  color: #dc5f45;
  font-size: 28px;
  font-family: 'Kaisei Decol', serif;
  letter-spacing: 1.8px;
}
.ect-vertical-card .entry-card-wrap {
  box-shadow: 5px 5px 0 0 #485538;
}
.content-bottom{
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
.content-bottom::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
  height: auto;
  border-top: 20px dashed #ea5549;

}
@media screen and (max-width: 834px){
  .content-bottom{
    margin-bottom: 20px;
  }
  .single main.main, div.sidebar {
    padding-top: 0;
    margin-top: 0;
  }
  .single .content {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page .article-header{
    height: 80px;
    margin-bottom: 30px;
    background-size: 20px 20px;
  }
  .page .article-header .entry-title{
    font-size: 24px;
  }
  .post .entry-title{
    margin: 0 calc(50% - 50vw);
    padding: 4px calc(50vw - 50% + 8px);
    width: 100vw;
    font-size: 20px;
    background-size: 20px 20px;
  }
  .content-bottom::before{
    border-top: 15px dashed #ea5549;
  }
}
/*=================================================================================
	Rinker
=================================================================================*/
div.yyi-rinker-contents{
	border: 4px #ea5549 dashed!important;
    border-radius: 25px !important;
    background-color: #feefe1;
}
div.yyi-rinker-contents ul.yyi-rinker-links li{
	border-radius: 5px;
}
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
  background: #fabc60;/*Amazonリンクのボタンの色*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink a {
  color: #fff;/*Amazonリンクの文字色*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: #e16262;/*楽天リンクのボタンの色*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
  background: #0BBD80;/*Yahooショッピングのボタンの色*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2 {
  background: #90d581;/*自由リンクのボタンの色*/
}
/*=================================================================================
	カッテネ
=================================================================================*/
.kattene {
	border: 4px #ea5549 dashed!important;
	border-radius: 25px !important;
	/* box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26); */
	background-color: #feefe1;
	/* font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif; */
	font-size: 16px;
	height: auto;
	line-height: 1.5;
	margin: 36px auto !important;
	padding: 12px 8px !important;
	overflow: hidden;
	width: 98% !important;
}
.kattene__imgpart {
	background: #fff;
	box-sizing: border-box;
	min-width: 150px;
	padding: 12px 0;
	vertical-align: middle;
}
.kattene__imgpart img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.kattene__title>a {
	display: block;
	padding: 5px;
	color: #4392f1; /* タイトルのテキストカラー */
}
.kattene__description {
	color: rgba(0, 0, 0, 0.664); /* 説明文のテキストカラー */
	font-size:0.9em !important;
	padding: 0 5px;
}
.kattene__btns {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto !important;
	padding: 12px 5px !important;
	position: initial !important;
}
.kattene__btns > div {
	box-shadow: 0 6px 12px -5px rgba(0,0,0,.3);
	border-radius: 8px;
}
@media screen and (min-width: 901px){
.kattene__btns > div {
	width: 32.333% !important;
}
}
@media screen and (max-width: 900px) {
.kattene__imgpart {
	width: 100%;
}
.kattene__title,
.kattene__description {
	text-align: center;
}
.kattene__btns {
	padding: 10px 5px !important;
}
.kattene__btns > div {
	width: 99% !important;
	margin: 3.5px auto !important;
}
}
/*  全ボタン共通  */
.kattene__btns a {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 8px !important;
	font-size: .8em !important;
	line-height: 30px !important;
	letter-spacing:0;
	-webkit-box-shadow: none !important;
	box-sizing: border-box;
	box-shadow: none !important;
}
.kattene__btns a:hover {
	background: #ffffff !important;
	opacity: 1;
}
/* ボタンオレンジ */
.kattene__btn.__orange {
	border: 2px solid #fabc60 !important;
	background-color: #fabc60 !important; /*ボタンの色*/
}
.kattene__btn.__orange:hover{
	color: #fabc60 !important;
}
/* ボタンブルー */
.kattene__btn.__blue{
	border: 2px solid #71a0a5 !important; 
	background-color: #71a0a5 !important; /*ボタンの色*/

}
.kattene__btn.__blue:hover{
	color: #71a0a5 !important;
}
/* ボタンレッド */
.kattene__btn.__red {
	border: 2px solid #e16262 !important; 
	background-color: #e16262 !important; /*ボタンの色*/
}
.kattene__btn.__red:hover{
	color: #e16262 !important;
}
/* ボタングリーン */
.kattene__btn.__green {
	border: 2px solid #0BBD80 !important; 
}
.kattene__btn.__green:hover {
	color: #0BBD80 !important;
}
/* ボタンピンク */
.kattene__btn.__pink {
	border: 2px solid #e1325b !important; 
}
.kattene__btn.__pink:hover {
	color: #e1325b !important;
}
/* WordPressで自動挿入されたPタグの余白を消す */
.kattene p {
	margin: 0;
	padding: 0;
}
/* お問い合わせフォーム */
.page-id-24 .go-to-top{
  bottom: 120px;

}
.contact-form_table {
  width: 100%;
  border-collapse: collapse;
}
.margin-tp_80-32 {
  margin-top: 80px!important;
}
.margin-tp_120-40 {
  margin-top: 120px!important;
}
.margin-tp_64-32_margin-btm_40-20 {
  margin: 64px 0 40px 0;
}
.margin-tp_64-16_margin-btm_80-40 {
  margin: 64px 0 80px 0;
}
.contact-form_table_tr:first-child .contact-form_table_td, .contact-form_table_tr:first-child .contact-form_table_th {
  border: none;
}
.contact-form_table_td, .contact-form_table_th {
  height: 95px;
  border: none;
}
.contact-form_table_th{
  width: 300px;
}
.contact-form_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form_head_txt {
  width: 160px;
  padding-left: 10px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
}
.contact-form_head_important_tags {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.contact-form_head_icon {
  width: 56px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ff6347;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contact-form_table {
  width: 100%;
  border-collapse: collapse;
}
.contact-form_body_input {
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0.04em;
  
}
.contact-form_body_input input {
  width: 100%;
  height: 50px;
  padding: 13px 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #333;
  font-family: "Noto Sans JP" ,sans-serif;
}
.contact-form_body_input textarea{
  font-family: "Noto Sans JP" ,sans-serif;
  font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
}
.page table .contact-form_table_td{
  padding: 10px 20px;
}
.mw_wp_form_input .input-hidden {
  display: none;
}
.mw_wp_form_confirm .confirm-hidden {
  display: none;
}

.article .contact-form h2{
  color: #005766;
  border: none;
  background-color: unset;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 30px;
}
.article .contact-form h2::before{
  content: none;
}
.scroll_box {
  height: 400px;
  border: 1px solid #C4C4C4;
  padding: 25px;
  overflow: scroll;
  background: #fff8e9;
}
.text_group02 p {
  margin-top: 24px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.1em;
}

.contact-form_agree {
  display: flex;
  align-items: center;
}
.contact-form_agree .mwform-radio-field {
  margin-right: 24px;
}
.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.mwform-checkbox-field input, .mwform-radio-field input {
  margin-right: 5px;
}
.mwform-radio-field-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.08em;
}
.mw_wp_form .error{
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .text_group02 p {
    margin-top: 16px;
    line-height: 20px;
    letter-spacing: 0.08em;
  }

  .margin-tp_80-32 {
    margin-top: 32px!important;
  }
  .margin-tp_120-40 {
    margin-top: 40px!important;
}
.margin-tp_64-32_margin-btm_40-20 {
  margin: 32px 0 20px 0;
}
.margin-tp_64-16_margin-btm_80-40 {
  margin: 16px 0 40px 0;
}
.article .contact-form h2 {
  font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.12em;
}
  .contact-form_table_td, .contact-form_table_th {
    display: block;
    width: 100%;
    height: auto;
}
  .contact-form_table_th {
    padding: 10px 0;
  }
  .contact-form_head {
    justify-content: flex-start;
}
.contact-form_head_txt {
  width: auto;
  margin-right: 12px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
}
.contact-form_head_important_tags {
  margin-right: 0;
}
.contact-form_head_icon {
  width: 34px;
  height: 19px;
  font-size: 9px;
  line-height: 13px;
}
.contact-form_table_td {
  padding-top: 8px;
  padding-bottom: 20px;
  border: none;
}
.contact-form_body_input {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
}
.contact-form_body_input input {
  height: 40px;
  padding: 12px 8px;
  font-size: 14px;
  line-height: 20px;
}
.page table .contact-form_table_td {
  padding: 20px;
}
}

/* amazon画像リンク */
.amazon-img{
  margin: 0 auto;
  text-align: center;
}
/* サイドバー */

.sidebar h2,.sidebar h3{
  border-radius: 5px 5px 30px 30px;
  border-top: 10px solid #90a362;
}
.sidebar h3{
	text-align:center;
}
/************************************
** アニメーション
************************************/

/* 線の描写 */
.scrolldown2:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:2px;
  height: 100px;
  background:#eee;
}
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #485538;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

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

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

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