@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
*/
/************************************
** style
************************************/
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, small, form, fieldset, p, blockquote, th, td, header, footer, nav, aside, article, section, caption, summary, audio, video {
  box-sizing: border-box;
}
.page .date-tags {
  display: none;
}
/*main**********************************/
.content {
  margin-top: 0;
}
.breadcrumb a {
  text-decoration: none;
  color: #FF9200;
}
.breadcrumb a:hover {
  border-bottom: #FF9200 1px solid;
}
/*title**********************************/
.entry-title, .archive-title {
  font-size: 32px;
}
.header-container {
  color: #402400;
  font-family: 'Kosugi Maru', sans-serif;
}
.header-container-in.hlt-top-menu .logo-header {
    max-height: 60px;
}
.article-header {
  font-family: 'Kosugi Maru', sans-serif;
}
.article h2 {
  position: relative;
  font-family: 'Kosugi Maru', sans-serif;
  background-color: #FFF4D3;
  margin-top: 2rem;
  padding: 1.5rem 1rem;
}
.article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #402400, #402400 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #402400, #402400 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.article h3 {
  font-family: 'Kosugi Maru', sans-serif;
  color: #402400;
  border: none;
  margin-top: 0;
  padding: 0;
}
.article h4 {
  font-family: 'Kosugi Maru', sans-serif;
  color: #FF9200;
  border-color: #402400;
  border-top: none;
  border-bottom-style: dotted;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.article h5 {
  font-family: 'Kosugi Maru', sans-serif;
  color: #402400;
  border-color: #FF9200;
  border-top: 1px solid #FF9200;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
/*list**********************************/
#menu-item-409 {
	background: #FFF4D3;
}
#menu-item-409 a{
	font-size: 1.25rem;
	font-weight: bold;
	color: #FF9200 !important;
}
ol, ul {
  padding-left: 0;
}
#main ul {
  list-style-type: none;
  line-height: 2;
}
#main li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  font-size: 18px;
  font-weight: 400;
  color: #FF9200;
  margin-right: 0.5rem;
}
.page-id-21 #main ol {
 padding-left: 1rem;
}
.page-id-21 #main li::before {
  display: none;
}
/*top**********************************/
#post-72 h1 {
  font-family: 'Kosugi Maru', sans-serif;
  color: #FF9200;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#post-72 .article-header {
  display: none;
}
#post-72 {
  max-width: 680px;
  margin: 0 auto;
}
#post-72 .widget-page-content-bottom-title {
  font-family: 'Kosugi Maru', sans-serif;
  color: #FF9200;
  font-weight: bold;
  font-size: 1.5rem;
}
.border-partition a:first-of-type {
  border-top: 2px dotted #402400;
}
/*mainvisual**********************************/
.content-top {
  margin: 0;
}
.body .widget {
  margin-bottom: 0;
}
/*table**********************************/
.scrollable-table table {
  margin-bottom: 2rem;
}
.scrollable-table table tr:first-child {
  color: #FFFFFF;
  border: 1px solid #FF9200;
  background: #FFBD64;
  padding: 1rem 1.5rem;
}
.scrollable-table td {
  border: 1px solid #FF9200;
  padding: 1rem 1.5rem;
}
.table__note--wrap p {
  margin-bottom: 0.5rem;
}
/*company**********************************/
.page-id-10 .scrollable-table table {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 2rem auto;
}
.page-id-10 .scrollable-table table tr:first-child {
  color: #3f3f3f;
  border: 1px solid #FF9200;
  background: #FFFFFF;
  padding: 1rem 1.5rem;
}
.scrollable-table th {
  color: #FFFFFF;
  border: 1px solid #FF9200;
  background: #FFBD64;
  padding: 1rem 1.5rem;
}
/*contact**********************************/
.phonelink {
  color: #FF9200;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
}
form {
  background: #FFF7ED;
  max-width: 680px;
  margin: 2rem auto;
  padding: 0.5rem 2rem;
}
.article form h3 {
  border: none;
  margin-top: 2rem;
  padding: 1rem;
}
.formtitle {
  position: relative;
  font-family: 'Kosugi Maru', sans-serif;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  background: #FFAA39;
  padding: 1.5rem 2rem;
}
.formtitle:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FFAA39 transparent transparent transparent;
}
.article form h4 {
  font-weight: bold;
  border: none;
  margin: 1rem 0;
  padding: 0;
}
.contacttitle {
  font-family: 'Kosugi Maru', sans-serif;
}
.thanksmessage {
  font-family: 'Kosugi Maru', sans-serif;
}
.required {
  color: #FFF;
  font-weight: normal;
  background: #FF7139;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 0.5rem 1rem 0;
  padding: 0.25rem 0.5rem;
}
.optional {
  color: #FFF;
  font-weight: normal;
  background: #28B478;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 0.5rem 1rem 0;
  padding: 0.25rem 0.5rem;
}
.textbox, .message {
  font-family: 'Noto Sans JP', sans-serif;
}
button[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
button[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
.sendbutton {
  font-weight: bold;
  text-align: center;
}
.send {
  background: #FF9200;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  padding: 0.5rem 2rem;
  margin: 0 auto;
  transition: .5s;
}
.send:hover {
  background: #FFAA39;
}
/*footer**********************************/
.footer {
  border-top: #FF9200 4px solid;
  margin-top: 0;
}
.copyright {
  padding-right: 1rem;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}
/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}