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

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (min-width: 769px){
.sp {
  display: none;
}

/* ヘッダー エリア */
#header_in .inner_left {
  width: 365px;
  height: auto;
  margin: 0;
  padding-top: 10px;
  float: left;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .inner_right {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right .contact {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
  display: table;
}

#header_in .inner_right .contact ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right .contact ul li.reserve {
  width: 100px;
  height: auto;
  margin-right: 15px;
  padding-top: 5px;
  float: right;
}

#header_in .inner_right .contact ul li.tel {
  width: 275px;
  height: auto;
  margin-right: 15px;
  padding: 0;
  float: right;
}

#header_in .inner_right .contact ul li.mail {
  width: 230px;
  height: auto;
  padding: 0;
  float: right;
}

#header_in .inner_right .contact ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right .contact ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .inner_right .nav {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#header_in .inner_right .nav ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: flex-end;
}

#header_in .inner_right .nav ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 15px;
}

#header_in .inner_right .nav ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: right;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  display: block;
}

#header_in .inner_right .nav ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* メインイメージ エリア */
#main_visual_in ul {
  width: 810px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#main_visual_in ul li {
  width: auto;
  height: auto;
  margin-bottom: 25px;
  padding: 22px 35px 25px 35px;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #f9b905),
  color-stop(1, #ff7600)
);
  background: -o-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -moz-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -webkit-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -ms-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: linear-gradient(to right, #f9b905 0%, #ff7600 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}

#main_visual_in ul li:first-child {
  margin-bottom: 40px;
}

#main_visual_in ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: none;
  display: block;
}

#main_visual_in ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.0em;

  color: #ffffff;
  display: block;
}

#main_visual_in ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.8em;
  color: #444444;
  display: block;
}

/* パンくずリスト エリア */
.breadcrumbs {
  width: 1100px;
  margin: 12px auto;
  padding-left: 25px;
  font-size: 12px;
}

.breadcrumbs span {
  font-size: 12px;
}

/* コンテンツ エリア */
#content h1 { 
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 7px 0 10px 40px;
  color: #60310d;
  border-top: 2px solid #f19736;
  border-bottom: 2px solid #f19736;
  clear: both;
  position: relative;
}

#content h1::before {
  width: 20px;
  height: 3px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #f19736;
  display: inline-block;
}

#content h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 7px 0 10px 40px;
  color: #ffffff;
  background-color: #f19736;
  clear: both;
  position: relative;
}

#content h2::before {
  width: 20px;
  height: 3px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ffffff;
  display: inline-block;
}

#content h3 { 
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 3px 0 7px 0;
  color: #60310d;
  border-top: 2px solid #dca981;
  border-bottom: 1px solid #dca981;
  clear: both;
  position: relative;
}

#content h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f0a6';
  color: #dca981;
  padding-right: 10px;
}

#content h4,
#content h5,
#content h6 { 
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 2px 15px 4px 10px;
  color: #ffffff;
  background-color: #dca981;
  clear: both;
  display: inline-block;
  position: relative;
}

#content h4::before,
#content h6::before,
#content h5::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f257';
  color: #ffffff;
  padding-right: 10px;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

p.pagetop a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #eb6506;
  display: block;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer_in .inner_left {
  width: 30.41666666%;
  height: auto; 
  margin: 0;
  padding: 0;
  float: left;
}

#footer_in .inner_left ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .inner_left ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 35px;
  padding: 0;
}

#footer_in .inner_left ul li:last-child {
  margin: 0;
}

#footer_in .inner_left ul li:first-child img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .inner_left ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #333333;
  margin-bottom: -10px;
}

#footer_in .inner_left ul li .f_tel {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #eb6506;
  display: block;
}

#footer_in .inner_left ul li .f_tel span {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

#footer_in .inner_left ul li:last-child img {
  width: 46.57534246%;
  height: auto; 
  margin-right: 10px;
  padding: 0;
  float: left;
}

#footer_in .inner_left ul li a:hover img,
#footer_in .inner_left ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .inner_right {
  width: 50%;
  height: auto; 
  margin: 0;
  padding-top: 10px;
  float: right;
}

#footer_in .inner_right ul {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
  display: table;
}

#footer_in .inner_right ul li {
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-right: 20px;
  background-image: url("images/icon_arrow02.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 10px;
  float: left;
}

#footer_in .inner_right ul li:last-child {
  margin: 0;
}

#footer_in .inner_right ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none; 
  line-height: 1.0em;
  color: #333333;
  display: block;
}

#footer_in .inner_right ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#copyright p {
  width: 1280px;
  height: auto; 
  font-family: "arial","メイリオ";
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  color: #eb6606;
  margin: 0 auto;
  padding: 0 40px;
}
#copyright a {
    color: #eb6606;
    text-decoration: none;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  float: left;
  clear: both;
  border: 1px solid #dca981;
  border-top: none;
  background-color: #ffffff;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 0;
  border-bottom: 2px dotted #f19736;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border: none;
}

#sidebar #widget-area .widget-container ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none; 
  color: #000000;
  position: relative;
  display: block;
}

#sidebar #widget-area .widget-container ul li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f101';
  color: #f19736;
  padding: 0 10px;
}

#sidebar #widget-area .widget-container ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 3px 0;
  color: #60310d;
  border-top: 2px solid #dca981;
  border-bottom: 1px solid #dca981;
  clear: both;
  position: relative;
}

#sidebar #widget-area .widget-container h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f0a4';
  color: #dca981;
  padding-right: 10px;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* ウィジェット（テキスト） エリア */
#sidebar #widget-area .widget-container .news_inner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  float: left;
}

#sidebar #widget-area .widget-container .news_inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-top: none;
  background: none;
}

#sidebar #widget-area .widget-container .news_inner ul li {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #dca981;
  float: left;
}

#sidebar #widget-area .widget-container .news_inner ul li p {
  font-family: 'arial','Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.0em;
  color: #555555;
}

#sidebar #widget-area .widget-container .news_inner ul li p a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  text-decoration: none; 
  line-height: 1.3em;
  color: #000000;
  margin-top: 5px;
  float: left;
  display: block;
}

#sidebar #widget-area .widget-container .news_inner ul li p a::before {
  content: none;
}

#sidebar #widget-area .widget-container .news_inner ul li p a:hover,
#sidebar #widget-area .widget-container .news_inner a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container .news_inner a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none; 
  line-height: 1.0em;
  color: #000000;
  float: right;
  position: relative;
}

#sidebar #widget-area .widget-container .news_inner a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f101';
  color: #dca981;
  padding-left: 10px;
  float: right;
}

/* ウィジェット（カスタムHTML） エリア */
#sidebar #widget-area .widget-container .title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 4px 4px 0 4px;
  border: 1px solid #f19736;
  border-bottom: none;
  background-color: #ffffff;
}

#sidebar #widget-area .widget-container .title strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  color: #ffffff;
  padding: 10px 5px 5px 20px;
  background-color: #f19736;
  display: block;
}

#sidebar #widget-area .widget-container .title span {
  font-family: 'arial', sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin-top: -4px;
  display: block;
}

#sidebar #widget-area .widget-container .info {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 7px 3px 7px;
  border: 1px solid #f19736;
  border-top: none;
  background-color: #ffffff;
}

#sidebar #widget-area .widget-container .info img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
}

#sidebar #widget-area .widget-container .info p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
  color: #000000;
  margin-bottom: 10px;
}

#sidebar #widget-area .widget-container .info p span{
  font-weight: bold;
  color: #eb6506;
}

#sidebar #widget-area .widget-container .group {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 7px 0 7px;
  border: 1px solid #dca981;
  border-top: none;
  background-color: #ffffff;
}

#sidebar #widget-area .widget-container .group img {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
  padding: 0;
}

#sidebar #widget-area .widget-container .group a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

/*ウィジェット（画像） エリア*/

#sidebar .bnr-area img {
    margin-bottom: 20px;
}

/*ウィジェット調整*/
.widget_title {
    padding: 0!important;
    border-bottom: unset!important;
}
ul.widget_ul {
    border: unset!important;
}
.banner-a::before{
  content: unset!important;
}


/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.top_corona {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 70px 0;
  background-color: #ffffff;
}

.top_corona .inner {
  width: 850px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top_corona .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_corona .inner a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.top01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 70px;
  background-color: #ffffff;
}

.top01 .inner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.top01 .inner img {
  width: 42.5%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.top01 .inner ul {
  width: 53%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.top01 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
}

.top01 .inner ul li:first-child {
  margin-bottom: 10px;
}

.top01 .inner ul li:last-child {
  margin: 0;
}

.top01 .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #000000;
  background: linear-gradient(transparent 60%, #ffeac9 60%);
}

.top01 .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.top01 .inner ul li a {
  width: 58.33333333%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #eb6506;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #f9b905),
  color-stop(1, #ff7600)
);
  background: -o-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -moz-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -webkit-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -ms-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: linear-gradient(to right, #f9b905 0%, #ff7600 100%);
  position: relative;
  display: block;
}

.top01 .inner ul li a::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  border-top: 2px dotted #ffffff;
  border-right: 2px dotted #ffffff;
  transform: rotate(45deg);
}

.top01 .inner ul li a::after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 33px;
  margin: auto;
  border-bottom: 2px dotted #ffffff;
}

.top01 .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 135px 0 100px 0;
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/05/reason_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top02 strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top02 strong::before {
  content: url("./images/top02_icon.png");
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}

.top02 strong span {
  font-family: 'arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #f5a405;
  margin: 20px 0 25px 0;
  display: block;
}

.top02 .inner {
  width: 1245px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.top02 .inner ul {
  width: 29.31726907%;
  height: auto;
  margin: 0 2.008032128%;
  padding: 0;
}

.top02 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top02 .inner ul li:first-child {
  width: 100px;
  height: 100px;
  margin-bottom: -50px;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #e9a31b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.top02 .inner ul li:last-child {
  width: 100%;
  height: auto;
  padding: 30px 20px;
  background-color: #ffffff;
}

.top02 .inner ul li span {
  font-family: 'arial', sans-serif;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
}

.top02 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top02 .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  padding: 15px 0;
  display: block;
}

.top02 .inner ul li strong::before {
  content: none;
}

.top02 .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  color: #000000;
}

.top03 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 80px 0;
  background-color: #fffcf7;
}

.top03 .title {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.top03 .title ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .title ul li:first-child {
  width: 28.33333333%;
  height: auto;
  margin: 0;
  padding-top: 35px;
  border-right: 1px solid #cccccc;
  float: left;
}

.top03 .title ul li:first-child strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #333333;
  display: block;
}

.top03 .title ul li:first-child strong span {
  font-family: 'arial', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #e9a31b;
  margin-top: 30px;
  display: block;
}

.top03 .title ul li:last-child {
  width: 71.58333333%;
  height: auto;
  margin: 0;
  padding: 45px 0 0 65px;
  float: left;
}

.top03 .title ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #333333;
}

.top03 .inner {
  width: 1200px;
  height: auto;
  margin: 40px auto 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top03 .inner ul {
  width: 22.5%;
  height: auto;
  margin: 0;
  padding: 45px 0 32px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffe9d8;
  position: relative;
}

.top03 .inner ul a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}

.top03 .inner ul:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top03 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 23px;
  padding: 0;
}

.top03 .inner ul li:last-child {
  margin: 0;
}

.top03 .inner ul li img {
  width: 46.29629629%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top03 .inner ul li span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top03 .inner ul li span::before {
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  border-top: 2px dotted #815838;
  border-right: 2px dotted #815838;
  transform: rotate(45deg);
}

.top03 .inner ul li span::after {
  width: 12px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 43px;
  margin: auto;
  border-bottom: 2px dotted #815838;
}

.top03 .lnk {
  width: 1200px;
  height: auto;
  margin: 45px auto 0 auto;
  padding: 0;
  display: table;
}

.top03 .lnk a {
  width: 29.1666666%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #eb6506;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #f9b905),
  color-stop(1, #ff7600)
);
  background: -o-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -moz-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -webkit-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -ms-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: linear-gradient(to right, #f9b905 0%, #ff7600 100%);
  position: relative;
  display: block;
}

.top03 .lnk a::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  border-top: 2px dotted #ffffff;
  border-right: 2px dotted #ffffff;
  transform: rotate(45deg);
}

.top03 .lnk a::after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 33px;
  margin: auto;
  border-bottom: 2px dotted #ffffff;
}

.top03 .lnk a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top04 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 140px 0 90px 0;
  background-color: #ffffff;
}

.top04 strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top04 strong::before {
  content: url("./images/top03_icon.png");
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}

.top04 strong span {
  font-family: 'arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #e9a31b;
  margin: 20px 0 25px 0;
  display: block;
}

.top04 .inner {
  width: 1085px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.top04 .inner ul {
  width: 30.69124423%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner ul li:first-child {
  margin-bottom: 40px;
}

.top04 .inner ul li:last-child {
  margin-top: 25px;
}

.top04 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #333333;
}

.top04 .inner ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #eb6506;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #f9b905),
  color-stop(1, #ff7600)
);
  background: -o-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -moz-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -webkit-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: -ms-linear-gradient(right, #f9b905 0%, #ff7600 100%);
  background: linear-gradient(to right, #f9b905 0%, #ff7600 100%);
  position: relative;
  display: block;
}

.top04 .inner ul li a::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  border-top: 2px dotted #ffffff;
  border-right: 2px dotted #ffffff;
  transform: rotate(45deg);
}

.top04 .inner ul li a::after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 33px;
  margin: auto;
  border-bottom: 2px dotted #ffffff;
}

.top04 .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top05 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 140px 0 90px 0;
  background-color: #fffcf7;
}

.top05 strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top05 strong::before {
  content: url("./images/top04_icon.png");
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}

.top05 strong span {
  font-family: 'arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #e9a31b;
  margin-top: 20px;
  display: block;
}

.top05 .inner {
  width: 980px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0;
  display: table;
}

.top05 .inner img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding: 0;
}
/*
.top05 .inner ul {
  width: 50%;
  height: auto;
  margin: 0;
  padding-right: 25px;
  float: left;
}

.top05 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
}

.top05 .inner ul li:first-child {
  margin-bottom: 15px;
}

.top05 .inner ul li:last-child {
  margin: 0;
}

.top05 .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #000000;
  display: block;
}

.top05 .inner ul li strong::before {
  content: none;
}

.top05 .inner ul li strong span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #a15215;
  margin: 0;
  background: linear-gradient(transparent 60%, #ffeac9 60%);
  display: inline-block;
}

.top05 .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7em;
  color: #333333;
  margin-bottom: 10px;
}

.top05 .inner ul li a {
  width: 58.33333333%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #60310d;
  position: relative;
  display: block;
}

.top05 .inner ul li a::before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  border-top: 2px dotted #ffffff;
  border-right: 2px dotted #ffffff;
  transform: rotate(45deg);
}

.top05 .inner ul li a::after {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 33px;
  margin: auto;
  border-bottom: 2px dotted #ffffff;
}

.top05 .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}
*/
.top_access {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 140px 0 90px 0;
  background-color: #ffffff;
}

.top_access strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top_access strong::before {
  content: url("./images/top_access_icon.png");
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}

.top_access strong span {
  font-family: 'arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #dca57b;
  margin-top: 20px;
  display: block;
}

.top_access .inner {
  width: 1200px;
  height: auto;
  margin: 60px auto 0 auto;
  padding: 0;
  display: table;
}

.top_access .inner ul {
  width: 47.08333333%;
  height: auto;
  margin: 0;
  padding-top: 50px;
  float: left;
}

.top_access .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 0;
}

.top_access .inner ul li:first-child {
  margin-bottom: 25px;
}

.top_access .inner ul li:last-child {
  margin: 0;
}

.top_access .inner ul li:first-child img {
  width: 64.60176991%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top_access .inner ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.top_access .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  color: #333333;
}

.top_access .inner ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_access .inner .view {
  width: 47.08333333%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.top_contact {
  width: 100%;
  min-height: 700px;
  margin: 0;
  padding: 140px 0 125px 0;
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/contact_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_contact .inner {
  width: 830px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top_contact .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_contact .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_contact .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top_contact .inner ul li strong::before {
  content: url("./images/top_contact_icon.png");
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}

.top_contact .inner ul li strong span {
  font-family: 'arial', sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #dca57b;
  margin: 20px 0 25px 0;
  display: block;
}

.top_contact .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #573207;
}

.top_contact .inner ul li p span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #725412;
  margin-bottom: 10px;
  display: block;
}
.top_contact .inner ul li p b{
  color: #e37300;
  font-weight: 600;
}

.top_contact .inner ul li img {
  width: 59.03614457%;
  height: auto;
  margin: 25px auto 35px auto;
  padding: 0;
}

.top_contact .inner ul li:last-child .left {
  width: 48.19277108%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.top_contact .inner ul li:last-child .right {
  width: 48.19277108%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.top_contact .inner ul li:last-child a .line {
  width: 48.19277108%;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  display: block;
}

.top_contact .inner ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

/*下層ページ共通部分*/
.page_shita_bnr h2 {
    margin-top: 30px;
}

.page_shita_bnr img {
    margin: 0 auto;
}

/* 初めての方へページ エリア */
.beginner01 {
  width: 100%;
  height: auto;
  margin: 0
  padding: 0;
  display: table;
}

.beginner01 img {
  width: 100%;
  height: auto;
  margin: 0
  padding: 0;
}

.beginner01 .inner {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #dca981;
  display: table;
}

.beginner01 .last {
  padding: 0;
  border: none;
}

.beginner01 .inner ul.left {
  width: 45.8333333%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.beginner01 .inner ul.left li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.beginner01 .inner ul.left li:first-child {
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  padding: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background-color: #f19736;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.beginner01 .inner ul.left li span {
  font-family: 'arial', sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  display: block;
}

.beginner01 .inner ul.left li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.beginner01 .inner ul.right {
  width: 50%;
  height: auto;
  margin: 0;
  padding-top: 35px;
  float: right;
}

.beginner01 .inner ul.right li:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

.beginner01 .inner ul.right li:first-child strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #60310d;
  display: block;
}

.beginner01 .inner ul.right li:last-child {
  width: 100%;
  padding: 20px 15px 20px 18px;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.beginner01 .inner ul.right li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
  color: #6a4a31;
}

.beginner02 {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 0;
  display: table;
}

.beginner02 .inner {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
}

.beginner02 .inner ul {
  width: 30.55555555%;
  height: auto;
  margin: 0 1.388888888%;
  padding: 0;
}

.beginner02 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
}

.beginner02 .inner ul li:last-child {
  margin: 0;
}

.beginner02 .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  color: #f19736;
  display: block;
}

.beginner02 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.beginner02 .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #60310d;
}

/*料金表ページ　エリア*/
.price .memu {
  margin-bottom: 40px;
}

.price .memu p {
  margin: 20px 0;
}

.price .memu img {
  display: block;
  margin: auto;
}

/*スタッフ紹介ページ　エリア*/
.staff .inner {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    overflow: hidden;
}

.staff .inner img {
    width: auto;
    height: auto;
    margin-bottom: 20px;
    float: left;
}

.staff .inner .txt {
    width: 55%;
    margin: 0;
    padding: 0;
    float: right;
}

.staff .inner .txt ul {
    margin-bottom: 20px;
}

.staff .inner .txt ul li {
    margin: 10px 0;
}

.staff .inner .txt ul li p span {
    color: #713d16;
    font-weight: bold;
    padding-right: 20px;
}

.staff .inner .greeting {
  width: 100%;
  overflow: hidden;
}

.staff .inner .greeting p {
  margin-bottom: 20px;
}



/* よくある質問ページ エリア */
.faq {
  width: 100%;
  height: auto;
  margin-bottom: -40px;
  padding: 0;
  display: table;
}

.faq .inner {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

.faq .inner p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
  color: #60310d;
  margin-bottom: 15px;
}

/* アクセスページ エリア */
.access01 {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

.access03 {
  width: 100%;
  height: auto;
  margin: 40px 0;
  padding: 0;
}

.access01 img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

.access01 table,
.access03 table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #dca981;
  border-collapse: collapse;
}

.access01 table th,
.access03 table th {
  width: 30%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0;
  padding: 13px 10px 13px 10px;
  border-top: 1px solid #f19736;
  border-right: 1px solid #f19736;
  border-left: 1px solid #f19736;
  border-bottom: 1px solid #ffffff;
  background-color: #f19736;
}

.access01 table td,
.access03 table td {
  width: 70%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  padding: 13px 10px 13px 10px;
  border: 1px solid #dca981;
}

.access01 table td.mgn,
.access03 table td.mgn {
  width: 75%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
  color: #000000;
  margin: 0;
  padding: 13px 10px 13px 10px;
  border: 1px solid #dca981;
}

.access02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access04 {
  width: 100%;
  height: auto;
  margin-bottom: -20px;
  padding: 0;
}

.access02 .view,
.access04 .view {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access02 .lnk,
.access04 .lnk {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0;
}

.access02 .lnk a,
.access04 .lnk a {
  width: 100%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  padding: 40px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #029e62;
  background-image:
  url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/btn_map_icon.png"),
  url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/map_arrow_icon.png");
  background-position: 30px center, right center;
  background-repeat: no-repeat, no-repeat;
  display: block;
}

.access02 .lnk a:hover,
.access04 .lnk a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* お問い合わせフォーム */
.cnt_red b{
  font-size: 1.25em;
  color: red;
  font-weight: bold;
}
.contact_wrap table {
    border-top: solid 1px #e1d1cb;
    border-left: solid 1px #e1d1cb;
    border-collapse: collapse;
}

.contact_wrap table th,.contact_wrap table td {
    padding: 8px;
    border-bottom: solid 1px #e1d1cb;
    border-right: solid 1px #e1d1cb;
    font-size: 14px;
}

.contact_wrap table th {
    width: 40%;
    background: #dcd0b333;
    color: #3e2f29;
}

.contact_wrap table th span {
    background: #e45827;
    color: #fff;
    padding: 4px 8px;
    display: inline-block;
    margin-right: 0.5em;
    border-radius: 5px;
}

.contact_wrap table td {
    width: 60%;
    background: #fff;
}

input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-date,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 5px;
    display: block;
    border: solid 1px #e1d1cb;
}

td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}

#content p.border_none{
    text-align: center;
    margin-top: 3%;
}

div.wpcf7 .wpcf7-submit{
    background-color: #e64646;
    padding: 10px 50px;
    color: #fff;
    margin: 0 auto;
    border: 0px;
}

div.wpcf7 .wpcf7-submit:disabled{
    opacity: 0.5;
}

span.wpcf7-spinner{
  display: none;
}






















/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted #60310d;
}

.post_inner .thum {
  width: 17.14285714%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 2px 5px;
  float: left;
  background-color: #f9b905;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none; 
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 1.4em;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-size: 16px;
  color: #60310d;
  text-decoration: none; 
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.3em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 15px;
  color: #444444;
  text-decoration: none; 
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover,
.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  transition: 1.0s;
  opacity: 0.3;
}
}

/*0327追加*/
	.activ-bnr{
		display: flex;
		justify-content: center;
	}
	.top-bnr{
		padding-bottom: 10px;
	}
	.top-bnr p{
		padding-bottom: 10px;
	}
	#top_wrapper .media_area .inner{
		padding: 40px 0;
	}
	
	#top_wrapper .media_area .inner p{
		text-align: center;
		font-size: 18px;
	}

	.media_box{
        display: flex;
        justify-content: space-between;
        width: 100%;
	}
	
	.media_left{
    width: 42.5%;
	}
	
	.media_right{
		width: 56.8%;
	}
	
	.media_right video{
		width: 100%;
	}

    .m_img{
        display: flex;
        justify-content: space-between;
        width: 100%;
		padding-top: 4px;
		flex-wrap: wrap;
    }

    .m_img img{
        width: 32.8%;
    }
	.txt-activities{
		padding-bottom: 20px;
	}
  /*20240227追加*/
  .recaptcha_txt {
    font-size: 12px;
  }
@media screen and (max-width: 749px){
	.media_area{
    	padding: 0 10px;
	}
	#top_wrapper .media_area .inner p{
		text-align: left;
	}
	.media_box{
        flex-direction: column;
	}
	.media_left {
    	width: 100%;
    	order: 1;
    	padding-top: 4px;
	}
	.media_right{
    	width: 100%;
	}
	.m_img{
		padding-top: 10px;
	}
	.m_img img {
    	width: 100%;
    	padding-bottom: 10px;
	}}

/*20240920*/
section.section-newstore {
  padding: 50px 2% 0;
  background-color: #fff;
}

.newstore-box {
max-width: 1000px;
margin: 0 auto;
width: 100%;
}

.newstore-box p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  width: fit-content;
  margin: auto;
  margin-top: 1%;
  margin-bottom: 2%;
}

.newstore-box h3{
color: #f15a24;
background-color: unset;
font-size: 24px;
text-align: center;
margin-top: 0;
}

.newstore-box p span{
color: #f15a24;
font-weight: 500;
}

p.newstore-anchor {
  width: fit-content;
  margin: 25px auto;
}
.newstore-box p.newstore-anchor a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 1rem 1.4em 0.8rem;
    background-color: #f15a24;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}
.newstore-box p.newstore-anchor a::after{
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  right: 5%;
  bottom: 50%;
  transform: translateY(-50%);
  top: 45%;
}

@media screen and (max-width: 749px){
	.newstore-box p {
    font-size: 16px;
    text-align: left;
    width: 95%;
  }
  p.newstore-anchor {
    width: fit-content;
    margin: 25px auto;
  }
  section.section-newstore {
    padding-bottom: 50px;
    background-color: #fff;
  }
}
/*20240920ここまで*/

/* 休診日のお知らせ */
section.change-section {
  padding: 50px;
}
.change-holiday{
  max-width: 1000px;
  margin: 50px auto;
  width: 100%;
  padding: 50px 120px;
  border: 3px solid #f19736;
}
.change-holiday p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3%;
}
.change-holiday p span{
  color: #f19736;
  font-weight: 500;
}
#top_wrapper .change-holiday h2{
  color: #f19736;
  background-color: unset;
  font-size: 24px;
  text-align: center;
  display: block;
  width: auto;
  margin-bottom: 1rem;
  padding: 0;
  text-shadow: unset;
  background-image: none;
  border-radius: 0;
}
@media screen and (max-width:768px) {
  section.change-section {
    padding: 40px;
  }
.change-holiday{
  max-width: 1100px;
  margin: 40px 10px 40px 10px;
  width: calc(100% - 20px);
  padding: 25px 15px 15px;
  border: 3px solid #f19736;
}
.change-holiday p {
    font-size: 17px;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1.5rem;
}
#top_wrapper .change-holiday h2{
  color: #f19736;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 25px;
}
}
/* 休診日のお知らせ */

/*CTAボタン　調整*/
.top_contact .inner ul li.contact-btn img {
  width: auto;
  margin: 0;
}

.top_contact .inner ul .contact-btn {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}

.top_contact .inner ul .contact-btn a {
    display: block;
}