@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 (max-width: 768px){
.pc {
  display: none;
}

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

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

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

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

#header_in .inner_right .btn_menu,
#header_in .inner_right .btn_beginner {
  width: 33%;
  height: auto;
  margin-left: 7.894736842%;
  padding: 0;
  float: right;
}

#header_in .inner_right .btn_menu img,
#header_in .inner_right .btn_beginner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header .nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #fff6ef;
  float: left;
}

#header .nav_sp .left {
  width: 48.62637362%;
  height: auto;
  float: left;
}

#header .nav_sp .right {
  width: 48.62637362%;;
  height: auto;
  float: right;
}

#header .nav_sp .left li,
#header .nav_sp .right li {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  background-color: #ff8a00;
}

#header .nav_sp .left li:last-child,
#header .nav_sp .right li:last-child {
  margin: 0;
}

#header .nav_sp .left li:hover,
#header .nav_sp .right li:hover {
  width: 100%;
  height: auto;
  background-color: #522a00;
}

#header .nav_sp .left li a,
#header .nav_sp .right li a {
  font-size: 3.5vw;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8% 0;
  background-position: 5.208333333% center;
  background-repeat: no-repeat;
  background-size: 4.5vw;
  position: relative;
  display: block;
}

#header .nav_sp .left li a::before,
#header .nav_sp .right li a::before {
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .nav_sp .left li a::before,
#header .nav_sp .right li a::before,
#header .nav_sp .left li a::after,
#header .nav_sp .right li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.208333333%;
  vertical-align: middle;
  margin: auto;
}

#header .nav_sp .left li a:hover,
#header .nav_sp .right li a:hover {
  color: #ffffff;
}

#header .nav_sp .left li.home a {
  background-image: url("images/sp_menu_icon00.png");
}

#header .nav_sp .left li.beginner a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon01.png");
}

#header .nav_sp .left li.staff a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon03.png");
}

#header .nav_sp .left li.access a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon05.png");
}

#header .nav_sp .right li.price a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon02.png");;
}

#header .nav_sp .right li.caselist a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon04.png");
}

#header .nav_sp .right li.contact a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon06.png");
}

#header .footer_tel_sp {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 45% 7.8125% 0 7.8125%;
  background-color: rgba(255,255,255,0.8);
  position: fixed;
  z-index: 4;
}

#header .footer_tel_sp .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#header .footer_tel_sp .inner img {
  width: 81.48148148%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#header .footer_tel_sp .inner p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
}

#header .footer_tel_sp .inner ul {
  width: 100%;
  height: auto;
  margin: 3.90625% 0;
  padding: 3.90625% 7.8125%;
  background-color: #fbe3d1;
  display: table;
}

#header .footer_tel_sp .inner ul li:first-child {
  width: 47.1590909%;
  height: auto;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #ffca36),
  color-stop(1, #eb9933)
);
  background: -o-linear-gradient(bottom, #ffca36 0%, #eb9933 100%);
  background: -moz-linear-gradient(bottom, #ffca36 0%, #eb9933 100%);
  background: -webkit-linear-gradient(bottom, #ffca36 0%, #eb9933 100%);
  background: -ms-linear-gradient(bottom, #ffca36 0%, #eb9933 100%);
  background: linear-gradient(to bottom, #ffca36 0%, #eb9933 100%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  float: left;
}

#header .footer_tel_sp .inner ul li:last-child {
  width: 47.1590909%;
  height: auto;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #f7944b),
  color-stop(1, #eb6506)
);
  background: -o-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: -moz-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: -webkit-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: -ms-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: linear-gradient(to bottom, #f7944b 0%, #eb6506 100%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  float: right;
}

#header .footer_tel_sp .inner ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.4em;
  color: #ffffff;
  padding: 16vw 0 6.510416666% 0;
  background: none;
  position: relative;
  display: block;
}

#header .footer_tel_sp .inner ul li a::before,
#header .footer_tel_sp .inner ul li a::after {
  content: none;
  top: -12vw;
  bottom: 0;
  right: 0;
  left: 0;
  border: none;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#header .footer_tel_sp .inner ul li a::before {
  width: 45px;
  height: 45px;
  content: "";
  vertical-align: middle;
  margin: auto;
  padding: 0;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  background-image: url("images/footer_tel_sp_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8.5vw;
  display: inline-block;
}

#header .footer_tel_sp .inner ul li a:hover,
#header .footer_tel_sp .inner a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#header .footer_tel_sp .inner a {
  width: 70%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.4em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.953125% 0;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #f7944b),
  color-stop(1, #eb6506)
);
  background: -o-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: -moz-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: -webkit-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: -ms-linear-gradient(bottom, #f7944b 0%, #eb6506 100%);
  background: linear-gradient(to bottom, #f7944b 0%, #eb6506 100%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  display: block;
}

#header .footer_tel_sp .inner a::before {
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .footer_tel_sp .inner a::before,
#header .footer_tel_sp .inner a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.208333333%;
  vertical-align: middle;
  margin: auto;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* メインイメージ エリア */
#main_visual_in img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* パンくずリスト エリア */
.breadcrumbs {
  width: 100%;
  margin: 1.953125% 0 2.604166666% 0;
  padding-left: 3.90625%;
  font-size: 12px;
}

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

/* コンテンツ エリア */
#content h1 { 
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.5vw;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 5.208333333%;
  padding: 1.692708333% 0 1.692708333% 8.0vw;
  color: #ff881f;
  border-top: 2px solid #f19736;
  border-bottom: 2px solid #f19736;
  clear: both;
  position: relative;
}

#content h1::before {
  width: 5.5vw;
  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: 4.75vw;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 3.90625%;
  padding: 1.692708333% 0 1.953125% 8.0vw;
  color: #ffffff;
  background-color: #f19736;
  clear: both;
  position: relative;
}

#content h2::before {
  width: 5.5vw;
  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: 4.5vw;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 3.90625%;
  padding: 1.302083333% 0;
  color: #ff881f;
  border-top: 2px solid #f19736;
  border-bottom: 1px solid #f19736;
  clear: both;
  position: relative;
}

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

#content h4,
#content h5,
#content h6 { 
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.0vw;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 2.604166666%;
  padding: 0.520833333% 2.604166666% 0.78125% 2.604166666%;
  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: 2.604166666%;
}

#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!important;
  position: fixed;
  bottom: 2.604166666%;
  right: 2.604166666%;
}

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: 100%;
  height: auto;	
  margin: 0;
  padding-top: 10.41666666%;
}

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

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

#footer_in .inner_left ul li:first-child {
  margin-bottom: 5.208333333%;
}

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

#footer_in .inner_left ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5em;
  color: #333333;
}

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

#footer_in .inner_right {
  width: 100%;
  height: auto;	
  margin-top: 7.8125%;
  padding: 0 7.8125% 10.41666666% 7.8125%;
  float: left;
}

#footer_in .inner_right ul {
  width: 40%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner_right .left {
  float: left;
}

#footer_in .inner_right .right {
  float: right;
}

#footer_in .inner_right ul li {
  width: 100%;
  height: auto;
  margin-bottom: 10.41666666%;
  padding: 3.90625% 0 3.90625% 10.41666666%;
  background-image: url("images/icon_arrow02.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 3vw;
}

#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: 4vw;
  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 {	
  font-family: "arial","メイリオ";
  font-size: 3.0vw;
  font-weight: bold;
  text-align: center;
  color: #eb6606;
}

#copyright a {
    color: #eb6606;
    text-decoration: none;
}
	
#footer #slidemenu {
  width: 100%;
  height: auto;
  padding: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#footer #slidemenu ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#footer #slidemenu ul li {
  width: 33.33333333%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#footer #slidemenu ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

/* ウィジェット エリア */

/* コメント エリア */
#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: 7.8125% 2.604166666%;
  background-color: #ffffff;
}

.top_corona .inner {
  width: 100%;
  height: auto;
  margin: 0;
  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;
}

.top_corona .inner .cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 7.8125%;
  display: table;
}

.top_corona .inner .cover ul {
  width: 48.62637362%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_corona .inner .cover .left {
  float: left;
}

.top_corona .inner .cover .right {
  float: right;
}

.top_corona .inner .cover ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

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

.top_corona .inner .cover ul li a {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 10% 0 10% 0;
  background-color: #ff881f;
  background-position: 5.208333333% center;
  background-repeat: no-repeat;
  background-size: 4.5vw;
  position: relative;
  display: block;
}

.top_corona .inner .cover ul li a::before {
  width: 4px;
  height: 4px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_corona .inner .cover ul li a::before,
.top_corona .inner .cover ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.208333333%;
  vertical-align: middle;
  margin: auto;
}

.top_corona .inner .cover ul li.beginner a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon01.png");
}

.top_corona .inner .cover ul li.staff a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon03.png");
}

.top_corona .inner .cover ul li.access a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon05.png");
}

.top_corona .inner .cover ul li.price a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon02.png");;
}

.top_corona .inner .cover ul li.caselist a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon04.png");
}

.top_corona .inner .cover ul li.contact a {
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_menu_icon06.png");
}

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

.top01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: #ffffff;
}

.top01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.top01 .inner .cover {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
  display: table;
}

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

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

.top01 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

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

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

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

.top01 .inner ul li a {
  width: 72.1153846%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 5% 0;
  background-color: #ff881f;
  position: relative;
  display: block;
}

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

.top01 .inner ul li a::after {
  width: 13px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right:7.161458333%;
  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: 9.114583333% 2.604166666%;
  background-image: url("https://kai-shinyashiki.net/wp-content/uploads/2022/04/sp_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: 5.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  display: block;
}

.top02 strong::before {
  width: 1.4em;
  height: 1.4em;
  content: "";
  background-image: url("images/top02_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2.604166666% auto;
  display: block;
}

.top02 strong span {
  font-family: 'arial', sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #e9a31b;
  margin-top: 2.604166666%;
  display: block;
}

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

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

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

.top02 .inner ul li:first-child {
  width: 20.0vw;
  height: 20.0vw;
  margin-bottom: -10.0vw;
  padding: 0;
  -webkit-border-radius: 20.0vw;
  -moz-border-radius: 20.0vw;
  -ms-border-radius: 20.0vw;
  -o-border-radius: 20.0vw;
  border-radius: 20.0vw;
  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: 3.90625%;
  background-color: #ffffff;
}

.top02 .inner ul li span {
  font-family: 'arial', sans-serif;
  font-size: 9.0vw;
  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: 4.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #333333;
  padding: 5.208333333% 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: 3.5vw;
  font-weight: 500;
  line-height: 1.8em;
  color: #000000;
}

.top03 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0 7.8125% 0;
  background-color: #fff6ef;
  display: table;
}

.top03 .title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
  display: table;
}

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

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

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

.top03 .title ul li:first-child strong span {
  font-family: 'arial', sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #e9a31b;
  margin-top: 2.604166666%;
  display: block;
}

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

.top03 .title ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 1.5em;
  color: #333333;
  margin: 5.208333333% 0 6.510416666% 0;
}

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

.top03 .inner ul {
  width: 44.79166666%;
  height: auto;
  margin: 0 2.604166666% 5.208333333% 2.604166666%;
  padding: 7.161458333% 0 5.208333333% 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;
  float: left;
}

.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: 7.8125%;
  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: 4.5vw;
  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: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9.114583333%;
  margin: auto;
  border-top: 2px dotted #815838;
  border-right: 2px dotted #815838;
  transform: rotate(45deg);
}

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

.top03 .lnk {
  width: 100%;
  height: auto;
  margin-top: 2.604166666%;
  padding: 0 2.604166666%;
  float: left;
}

.top03 .lnk a {
  width: 72.1153846%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin: 0 auto;
  padding: 5% 0;
  background-color: #ff881f;
  position: relative;
  display: block;
}

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

.top03 .lnk a::after {
  width: 13px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right:7.161458333%;
  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: 9.114583333% 2.604166666% 2.604166666% 2.604166666%;
  background-color: #ffffff;
}

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

.top04 strong::before {
  width: 1.4em;
  height: 1.4em;
  content: "";
  background-image: url("images/top03_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2.604166666% auto;
  display: block;
}

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

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

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

.top04 .inner ul li {
  width: 55%;
  height: auto;
  margin: 0;
  padding-top: 10.02604166%;
  float: right;
}

.top04 .inner ul li:first-child {
  width: 40%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0;
  float: left;
}

.top04 .inner ul li:last-child {
  padding: 0;
}

.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: 4.0vw;
  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: 4.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 6.510416666%;
  padding: 6.119791666% 0 6.510416666% 0;
  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: 8px;
  height: 8px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.510416666%;
  margin: auto;
  border-top: 2px dotted #ffffff;
  border-right: 2px dotted #ffffff;
  transform: rotate(45deg);
}

.top04 .inner ul li a::after {
  width: 11px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 7.8125%;
  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: 9.114583333% 2.604166666%;
  background-color: #fffbf8;
}

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

.top05 strong::before {
  width: 1.4em;
  height: 1.4em;
  content: "";
  background-image: url("images/top04_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2.604166666% auto;
  display: block;
}

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

.top05 .inner {
  width: 100%;
  height: auto;
  margin-top: 6.510416666%;
  padding: 0;
  display: table;
}

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

.top05 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

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

.top05 .inner ul li:first-child {
  margin-bottom: 3.90625%;
}

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

.top05 .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.8em;
  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: 6.0vw;
  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: 4.2vw;
  font-weight: 500;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 2.604166666%;
}

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

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

.top05 .inner ul li a::after {
  width: 13px;
  height: 2px;
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 7.161458333%;
  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: 9.114583333% 2.904166666%;
  background-color: #ffffff;
}

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

.top_access strong::before {
  width: 1.4em;
  height: 1.4em;
  content: "";
  background-image: url("images/top_access_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2.604166666% auto;
  display: block;
}

.top_access strong span {
  font-family: 'arial', sans-serif;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #e9a31b;
  margin-top: 2.604166666%;
  display: block;
}

.top_access .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

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

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

.top_access .inner ul li:first-child {
  margin-bottom: 3.90625%;
}

.top_access .inner ul li:first-child img {
  width: 71.28906249%;
  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: 3.6vw;
  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: 100%;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

.top_access .inner .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_access .inner .lnk {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.top_access .inner .lnk a {
  width: 100%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  padding: 5.208333333% 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  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: 2.604166666% center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 10.0vw, 6.0vw;
  display: block;
}

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

.top_contact {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 9.114583333% 2.604166666%;
  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: 100%;
  height: auto;
  margin: 0;
  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: 6.5vw;
  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 {
  width: 1.4em;
  height: 1.4em;
  content: "";
  background-image: url("images/top_contact_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 2.604166666% auto;
  display: block;
}

.top_contact .inner ul li strong span {
  font-family: 'arial', sans-serif;
  font-size: 4.5vw;
  font-size: min( 4.5vw, 25px);
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #e9a31b;
  margin: 2.604166666% 0 5.208333333% 0;
  display: block;
}

#content .top_contact .inner ul li p ,
.top_contact .inner ul li p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.5vw;
  font-size: min( 4.5vw, 25px);
  font-weight: 600;
  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: 3.5vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #725412;
  margin-bottom: 2.604166666%;
  display: block;
}

.top_contact .inner ul li p b{
  color: #e37300;
  font-size: 1em;
  font-weight: 700;
}

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

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

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

.top_contact .inner ul li:last-child a .line {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

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

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

.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: 5.208333333%;
  padding-bottom: 3.90625%;
  border-bottom: 2px dotted #dca981;
  display: table;
}

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

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

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

.beginner01 .inner ul.left li:first-child {
  width: 16.0vw;
  height: 16.0vw;
  margin-bottom: -8.0vw;
  padding: 0;
  -webkit-border-radius: 16.0vw;
  -moz-border-radius: 16.0vw;
  -ms-border-radius: 16.0vw;
  -o-border-radius: 16.0vw;
  border-radius: 16.0vw;
  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: 8.0vw;
  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: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.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: 4.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ff881f;
  display: block;
}

.beginner01 .inner ul.right li:last-child {
  width: 100%;
  height: auto;
  padding: 2.604166666% 1.302083333% 2.604166666% 3.90625%;
  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: 4.5vw;
  font-weight: 500;
  line-height: 1.6em;
  color: #6a4a31;
}

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

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

.beginner02 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

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

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

.beginner02 .inner ul li strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.5vw;
  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: 4.5vw;
  font-weight: 400;
  line-height: 1.6em;
  color: #4a2401;
}

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

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

/*スタッフ紹介ページ　エリア*/
.staff img {
  width: 80%;
  margin: auto;
}

#content .staff .txt h4 {
    width: 100%;
    margin: 20px 0;
    padding: 10px;
}

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

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

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

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


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

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

.faq .inner p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 1.4em;
  color: #ff881f;
  margin-bottom: 2.604166666%;
}

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

.access03 {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 7.8125% 0;
  padding: 0;
}

.access01 img {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0;
  display: block;
}

.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: 32%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.0vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
  margin: 0;
  padding: 2.604166666%;
  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: 68%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.0vw;
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  padding: 2.604166666%;
  border: 1px solid #f19736;
}

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

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

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

.access02 .view,
.access04 .view {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

.access02 .view iframe,
.access04 .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.access02 .lnk a,
.access04 .lnk a {
  width: 100%;
  height: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0;
  padding: 5.208333333% 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #029e62;
  background-image:
  url("images/btn_map_icon.png"),
  url("images/map_arrow_icon.png");;
  background-position: 2.604166666% center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 10.0vw, 6.0vw;
  display: block;
}

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

/* お問い合わせフォーム */
.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: 100%;
    float: left;
    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: 100%;
    float: left;
    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;
}

.wpcf7 p input[type="submit"], .wpcf7 p input[type="button"], .wpcf7 p select.wpcf7-select { -webkit-appearance: none; }


















































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

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

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

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 0.911458333%;
  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: 0 3px;
  float: left;
  background-color: #6fb429;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 10px;
  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: 15px;
  color: #613811;
  text-decoration: none;
  line-height: 1.2em;
  display: block;
}

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

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

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 13px;
  color: #613811;
  line-height: 1.3em;
  text-decoration: none; 
  display: block;
}

.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 {
  color: #dddddd;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  color: #ff6600;
}
/*CTAボタン　調整*/
.top_contact .inner ul .contact-btn{
  gap: 15px;
}

.top_contact .inner ul .contact-btn a {
  width: 100%;
}

.top_contact .inner ul .contact-btn a img {
  width: 100%;
}
}