@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 .description {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
}

#header_in .description h1 {
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  color: #999999;
}

#header_in .inner_left {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

#header_in .inner_left img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul li a {
  font-family: "arial";
  font-size: 38px;
  font-weight: bold;
  text-align: right;
  line-height: 1.3em;
  letter-spacing: 0.04em;
  color: #000000;
  text-decoration: none;
  display: block;
}

#header_in .inner_right ul li a:hover {
  opacity: 0.5;
}

#header_in .inner_right ul li:first-child p {
  font-size: 16px;
  text-align: right;
  color: #000000;
}

#header_in .inner_right ul li:last-child p {
  font-size: 13px;
  text-align: right;
  color: #000000;
}

/* グローバルナビ エリア */
#nav ul {
  width: 960px;
  height: auto;
  list-style: none;	
  text-align: center;
  table-layout: fixed;
  display: table;
}

#nav ul li {
  display: table-cell;
  vertical-align: middle;
  border-left: none;
  border-right: 1px solid #ffffff;
}

#nav ul li:first-child {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#nav ul li a {
  height: auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none; 
  padding: 15px 0;
  display: block;
  color: #666666;
  border-top: 4px solid #cccccc;
}

#nav li a:hover {
  color: #ffffff;
  border-top: 4px solid #000000;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  width: auto;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 10px 6px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #cc0000;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content h2,
#content h3 { 
  width: auto;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px 10px 3px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 7px solid #cc0000;
  border-right: 1px solid #cccccc;
}

#content h4,
#content h5,
#content h6 { 
  width: auto;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 10px 0px 20px;
  clear: both;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #cc0000;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#content h1 a { 
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; 
  color: #666666;
}

#content h2 a,
#content h3 a { 
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  color: #666666;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  width: auto;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; 
  color: #666666;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover { 
  color: #cc0000;
}

#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: 120px;
  right: 55px;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  color: #ffffff;
  background-color: #cccccc; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #999999)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #888888;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #cc0000;
}

/* フッター エリア */
#footer_in .inner_left {
  width: 40%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: left;
}

#footer_in .inner_left img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .inner_right {
  width: 50%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: right;
}

#footer_in .inner_right ul {
  width: 49%;
  height: auto;
  margin-left: 1%;
  padding: 0;
  float: right;
}

#footer_in .inner_right ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding-left: 20px;
  background-image: url("images/footer_nav_icon.png");
  background-position: 0 5px;
  background-repeat: no-repeat;
}

#footer_in .inner_right ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #666666;
}

#footer_in .inner_right ul li a:hover {
  text-decoration: underline;
}

#copyright p {
  width: auto;
  height: auto;	
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

/* ウィジェット エリア */
#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-bottom: 10px;
  float: left;
  clear: both;
  background-color: unset;
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0 5px;
  padding: 4px 0 4px 25px;
  background-image: url("images/nav_icon.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #444444;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; 
  color: #666666;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #cc0000;
}

#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 {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 8px 15px;
  color: #666666;
  background-color: #f8f8f8;
  border-top: 4px solid #cc0000;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* コメント エリア */
#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: 0 0;
    border: none;
    color: #666;
    border-radius: 0;
}

#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: 700;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333;
    background: 0 0;
    background-image: url('./images/search_result.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 3px dotted #000;
    border-radius: 0;
}

#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;
}

	







































































/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted #50361d;
}

.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: #6fb429;
}

.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: #613811;
  text-decoration: none; 
}

#content .show_post p {
    margin: 0;
}

.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: #613811;
  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 {
  color: #dddddd;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  color: #ff6600;
}
}
/*求人お問い合わせフォーム*/
	.page-id-205 table td{
		width:80%;
	}
.page-id-205 .wpcf7 p input[type="text"], .wpcf7 p input[type="email"], .wpcf7 p input[type="tel"] {
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 5px 10px;
    border: 1px solid #767676;
    background-color: #fefefe;
    border-radius: 2px;
}
.page-id-205 select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
}
.page-id-205 .wpcf7 p span.required {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 2px 7px 0 7px;
    background-color: #f94867;
}
.page-id-205 .wpcf7 p input[type="submit"] {
display: block;
    background-color: #f38029;
    color: white;
    padding: 15px;
    border-radius: 50px;
    width: 50%;
    margin: auto;
    text-align: center;
    border: none;
}
.page-id-205 .wpcf7 p input[type="submit"]:hover {
    color: #ffffff;
    background-color: #74ef42;
    border: 1px solid #5dca32;
}
.page-id-205 .table#contact_form th, .table#contact_form td {
    font-size: 16px;
    text-align: left;
}
.page-id-205 .table#contact_form th span {
    background-color: white;
    color: #e61717;
    padding: 2px 4px;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
}
.page-id-205 input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select {
    padding: 10px;
    width: 100%;
}

.top-block3 .top-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 40px;
}

/* 料金エリア */
.fee_area{
    padding: 40px 0 40px;
    background: #fffcf6;
}

#top_content_04 .top_title{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 80px;
}

#top_content_04 .top_title p {
  background-color: unset;
  color: #F3A200;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}

#top_content_04 .top_title h2 {
  background-color: unset;
  color: #3B362B;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
  background-image: none;
}

#top_content_04 .t_cnt04_box{
  padding-right: 20px;
  padding-left: 20px;
}

#top_content_04 .t_cnt04_box .price_wrap{
	max-width: 1000px;
	width:100%;
	transition:all 0.3s ease;
	margin: 0 auto;
}
#top_content_04 .t_cnt04_box input:checked + .price_wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all 0.3s ease;
  height:auto;
  max-width:1100px;
  margin:0 auto;
  flex-direction:column;
}

#top_content_04 .t_cnt04_box label{
  width:100%;
  display:block;
  background-color:#f79850;
  padding:18px 24px;
  margin-bottom:15px;
  max-width:1100px;
  margin:0 auto 20px;
  line-height: 0;
}
#top_content_04 .t_cnt04_box label span{
  display:block;
  text-align:left;
  font-size:21px;
  color:#fff;
  font-weight:600;
  letter-spacing:1px;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:left;
  position:relative;
  align-items:center;
}
#top_content_04 .t_cnt04_box label span::before{
  border-right:3px solid;
  border-bottom:3px solid;
  border-color:#FFF;
  content:"";
  height:9px;
  width:9px;
  position:absolute;
  left:auto;
  top:auto;
  right:20px;
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
  background-color:unset;
  transition:all 0.3s ease;
}
#top_content_04 .t_cnt04_box input:checked ~ label span::before{
  transition:all 0.3s ease;
  border-bottom:unset;
  border-top:3px solid;
}
#top_content_04 .t_cnt04_box .price_wrap{
  width:100%;
  text-align: center;
}
/* #top_content_04 .t_cnt04_box .price_wrap img {
  max-width: 1000px;
  width: 100%;
  margin: 1em auto 2em;
} */
#top_content_04 .t_cnt04_box .price_wrap .syokai_bnr img {
  max-width: 700px;
  width: 100%;
  margin: 15px auto;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table{
  border-collapse:collapse;
  width:100%;
  border-top:solid 2px #ffb67e;
  border-left:solid 2px #ffb67e;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table th,
#top_content_04 .t_cnt04_box .price_wrap table.price_table td{
  width:25%;
  border-bottom:solid 2px #ffb67e;
  border-right:solid 2px #ffb67e;
  text-align:center;
  padding:12px 5px;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table th{
  background-color:#fbf7ef;
  font-size:1.15em;
  font-weight:500;
  color: #333;
}
#top_content_04 .t_cnt04_box .price_wrap table.price_table td{
  font-weight:1em;
  font-weight:500;
  background-color: #fff;
}
#top_content_04 .t_cnt04_box .price_wrap p.remarks{
  color:#cf2e2e;
  font-size:16px;
  font-weight:500;
  text-align:left;
  display:block;
  width:100%;
  padding:0 10px;
  margin-bottom:4px;
  margin-top:0.8em;
}
#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap{
  display:block;
  background:#fffbf3;
  padding:35px;
  margin-bottom:40px;
  margin-top:25px;
}
#top_content_04 .t_cnt04_box .price_wrap div.remarks_wrap p {
  margin-bottom:1em;
}
/*****768以下*****/
@media screen and (max-width:768px){
  #top_content_04 .wrap{
    padding:0 2%;
  }
  #top_content_04 .t_cnt04_box label span{
    font-size:4.8vw;
  }
  #top_content_04 .t_cnt04_box label span::before {
    right:3%;
  }
  #top_content_04 .t_cnt04_box .price_wrap table.price_table th:nth-child(1),
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td:nth-child(1) {
    width:50%;
    font-size: 100%;
  }
  #top_content_04 .t_cnt04_box .price_wrap table.price_table tr{
    font-size:3.1vw;
    display: flex;
  }
  #top_content_04 .t_cnt04_box .price_wrap table.price_table th,
  #top_content_04 .t_cnt04_box .price_wrap table.price_table td{
    width:50%;
    padding:2.5% 1%;
    font-size: 100%;
    border-radius: 0;
  }

  #top_content_04 .wrap .t_cnt04_box:nth-child(2) table.price_table th,
  #top_content_04 .wrap .t_cnt04_box:nth-child(2) table.price_table td{
      width:50%;
  }

}

/* アクセスエリア */

#top_content_05 .top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}

#top_content_05 .top_title p {
  background-color: unset;
  color: #F3A200;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}

#top_content_05 .top_title h2 {
  background-color: unset;
  color: #3B362B;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
  background-image: none;
}

#top_content_05 .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

#top_content_05{
  padding:100px 0 90px;
}
#top_page #top_content_05 .top_title{
  margin-bottom:50px;
}
#top_content_05 .wrap{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:space-between;
}
#top_content_05 .top_content_05_text{
  width:50%;
}
#top_content_05 .top_gmap{
  width:45%;
}
#top_content_05 .top_content_05_text .logo{
  width:100%;
  text-align:center;
}
#top_content_05 .top_content_05_text .logo a{
  display:inline-block;
  margin:0 auto 0.5em;
}
#top_content_05 .top_content_05_text{
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:center;
  align-items:center;
}
#top_content_05 .top_content_05_text p{
  text-align:center;
  font-size:14px;
  color:#545454;
  letter-spacing:0.6px;
  line-height:1.5em;
  margin:14px 0;
  font-weight:500;
  margin-top:22px;
}
.top_content_05_text ul li{
  width:49%;
}
div#top_content_05 div.top_gmap{
  width:45%;
}
div#top_content_05 div.top_gmap iframe{
  width:100%;
}
#top_content_05 .top_content_05_text .time_table{
  width:100%;
}
/*****768以下*****/
@media screen and (max-width:768px){
  #top_content_05{
    padding:10% 2% 8%;
  }
  #top_page #top_content_05 .top_title{
    margin-bottom:4.5%;
  }
  #top_content_05 .wrap{
    flex-direction:column;
  }
  #top_content_05 .wrap .top_content_05_text,
  #top_content_05 .wrap .top_gmap{
    width:100%;
  }
  #top_content_05 .top_content_05_text{
    padding:0 2%;
  }
  #top_content_05 .top_content_05_text .time_table{
    margin-bottom:3%;
  }
  #top_content_05 .wrap .top_gmap{
    margin:8% auto 5%;
    min-height:0;
    height:90vw;
    max-height:450px;
    width:96%;
    position:relative;
  }
  #top_content_05 .wrap .top_gmap iframe{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
  }
  #top_content_05 .wrap .top_gmap_bnr{
    max-width:96%;
    margin:0 auto;
  }
  #top_content_05 .wrap .top_gmap_bnr img{
    image-rendering:auto;
  }
}

/* よくある質問 */

#question{
  background-color: #FFFDF6;
}

#question .top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 45px;
  padding-top: 50px;
}

#question .top_title p {
  background-color: unset;
  color: #F3A200;
  line-height: 1em;
  font-size: 14px;
  margin: 20px auto 0;
  font-weight: 500;
}

#question .top_title h2 {
  background-color: unset;
  color: #3B362B;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
  background-image: none;
}

.qa_list{
  padding: 0 3% 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.qa_list li.q{
  position: relative;
  background: #F0E1B5;
  padding: 20px 40px 20px 100px;
  color: #5c5c5c;
  font-size: 15px;
  border-radius: 7px;
  background-color:rgba(111, 166, 12, 0.15);
  border-radius: 10px;
}

.qa_list li.q span{
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  padding:21px 20px ;
  background-color: #77B131;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 9.5px 19.5px;
}

.qa_list li.a{
  position: relative;
  padding: 20px 40px 20px 100px;
  color: #5c5c5c;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 7px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.qa_list li.a:last-child{
  margin-bottom: 0;
}

.qa_list li.a span{
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  padding:21px 20px ;
  background-color: #F7921E;
  font-size: 20px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  color: white;
  padding: 9.5px 19.5px;
}


/* CTAエリア */
.cta_cover {
  position: relative;
  background-image: url("images/cta-bg.jpg");
  background-position: 30%;
  background-size :cover;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 30px;
}

#cta .lead {
  position: relative;
  text-align: center;
  color: #77B131;
  padding: 3px 10px;
  background-color: #fff;
  max-width: 370px;
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
}

#cta .lead::before {
content: "";
position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%) rotate(180deg);
border-right: 7px solid transparent;
border-bottom: 12.6025px solid #FFF;
border-left: 7px solid transparent; 

}

#cta .lead__title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
  font-size: 23px;
  font-weight: bold;
  color: #F38029;
  background-color: transparent;
}

.cta_cover > div {
width: 80%;
margin: 0 auto;
}

.cta_cover > div p {
margin-top: 25px;
text-align: center;
}

.cta_cover figure {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: clamp( 40px, 20vw, 90px );
  border-radius: 4px;
}

.cta_cover figure img{
  margin: 0 auto;
  margin-bottom: 0;
}
@media screen and (max-width: 375px){
  .cta_cover figure img{
  margin-bottom: 0;
  }
}
/*
.cta_cover::before {
  content: "";
  display: block;
  padding-top: 247.5%;
}
*/
.cta_cover ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 410px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
}
/* CTA 2023/0816 */
.patient_testimonials ul {
  display: grid;
  gap: 10px;
  margin-top: -1rem;
  margin-bottom: 60px;
  justify-content: center;
}
.patient_testimonials figure img {
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: -20px;
}
  /* CTA 2023/0816 */

@media screen and (min-width: 769px) {

.cta_cover {
  background-image: url("images/cta-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding: 50px 0 70px;
}

#cta .lead {
  margin: 0 auto;
  font-size: 25px;
  max-width: 500px;
}

#cta .lead__title {
  font-size: 35px;
}

.cta_cover > div p {
  text-align: center;
}
	
#content .cta_cover > div p {
    font-size: 100%;
    margin: 25px 0 0;
    text-align: center;
}

.cta_cover figure {
  display: none;
  max-width: initial;
  width: 60%;
  margin: 0 auto;
  background-color: transparent;
}
	
	.cta_cover figure img{
		margin-bottom: 30px;
	}

.cta_cover ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  bottom: 110px;
  position: initial;
  transform: initial;
  max-width: 1150px;
  width: 100%;
  margin: 40px auto 0;
}

.cta_cover ul li a {
  transition: 0.5s;
  opacity: 1;
}

.cta_cover ul li a:hover {
  opacity: 0.7;
}

/* CTA 2023-0816追加 */
.patient_testimonials ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  bottom: 110px;
  position: initial;
  transform: initial;
  max-width: 1150px;
  width: 100%;
  margin: -30px auto 60px;
}
.patient_testimonials ul li img {
margin: auto;
}
/* CTA 2023-0816追加 */
}


@media screen and (max-width: 768px) {
#cta .lead {
  width: 90%;
  font-size: 18px;
}
#cta .lead__title {
    margin: 20px 0 0;
    font-size: 23px;
}
#content .cta_cover > div p {
    font-size: 100%;
	margin: 25px 0 0;
}
}
.header-point {
    background: #ffb03a;
}
.header-point ul {
    display: flex;
    justify-content: space-around;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
}
.header-point ul li {
    position: relative;
    margin-right: 15px;
    display: flex;
    align-items: center;
    width: 22%;
    padding: 15px 15px 15px 95px;
    background: #fff;
    color: #77b031;
    font-size: clamp( 18px, 2vw, 22px );
    /*font-weight: bold;*/
    line-height: 1.3;
}
.header-point ul li:nth-of-type(1):before {
    content: url(./images/i01.png);
}
.header-point ul li:nth-of-type(2):before {
    content: url(images/i02.png);
}
.header-point ul li:nth-of-type(3):before {
    content: url(images/i03.png);
}
.header-point ul li:nth-of-type(4):before {
    content: url(images/i04.png);
}
.header-point ul li:nth-of-type(5):before {
    content: url(images/i05.png);
}
.header-point ul li::before {
    position: absolute;
    top: 10px;
    left: 16px;
}
.cti img{
	width: 35%;
	margin: 20px auto 0;
}

.wrap.reviews {
    margin: auto;
    padding-bottom: 60px;
	width: 63%;
}
@media screen and (max-width: 1300px) {
	.header-point ul li {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 0;
    font-size: 15px;
    text-align: center;
    padding: 95px 0 15px;
    justify-content: space-around;
}
	.header-point ul li:before {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
	.header-point ul {
    flex-wrap: wrap;
    padding: 1% 0;
    justify-content: center;
    gap: 1.5%;
}
}
@media screen and (max-width: 768px) {
	.header-point ul li {
    width: 48%;
    margin-bottom: 2%;
	margin-right: 0;
    font-size: 15px;
    text-align: center;
    padding: 95px 0 15px;
    justify-content: space-around;
	}
	.header-point ul li:before {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
	}
	.header-point ul {
    flex-wrap: wrap;
    padding: 1% 0;
	}
	.cti img{
		width: 100%;

	}
	.wrap.reviews {
		margin: auto;
		padding-bottom: 60px;
		width: 90%;
	}
	.reviw-box {
		max-width: 750px;
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 425px) {
	.reviw-box {
		max-width: 400px;
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 375px) {
	.reviw-box {
		max-width: 365px;
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 374px) {
	.reviw-box {
		max-width: 300px;
		width: 100%;
		margin: auto;
	}
}
.orange{
	color: #FF4D00;
}
.syokai_bnr {
    padding: 8px 0;
}
.home #wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 2.604166666%;
  display: block;
}

/*2024/03/25|初めての方へ追記*/
#content .treatment-flow {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
#content .treatment-flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#content .treatment-flow ul li {
  width: 30%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#content .treatment-flow ul li img {
  max-width: 300px;
  width: 100%;
}
#content .treatment-flow ul li p {
  width: 100%;
  font-size: 1.5em;
  margin: 0px auto 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#content .treatment-flow ul li p spna {
  display: block;
  max-width: 40px;
  width: 100%;
  height: auto;
  margin-right: 10px;
  padding: 8px;
  color: #fff;
  background-color: #f38029;
  border-radius: 30px;
  text-align: center;
  line-height: normal;
}

/*0530*/
.explanation_flex_wrap {
  display: flex;
}

.explanation_flex_wrap img {
  margin: 0 auto;
  width: 100%;
}
/*0530*/

@media screen and (max-width: 768px) {
  #content .treatment-flow ul {
    width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  #content .treatment-flow ul li {
    width: 48%;
    margin: 10px 0px;
  }
  #content .treatment-flow ul li p {
    font-size: 0.8em;
  }
  #content .treatment-flow ul li p spna {
    display: block;
    max-width: 29px;
    width: 100%;
    height: auto;
  }
  
  /*0530*/
  .explanation_flex_wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .explanation_flex_wrap img {
    margin: 2% auto;
    width: 100%;
  }
  /*0530*/
}

/*2024/09/19|追記（TOP下の料金バナー）*/
#content .campaign {
  width: 100%;
  margin: 60px auto 0px;
  padding: 0px 20px;
}
#content .campaign p {
  margin: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #85490e;
  line-height: 2em;
}
#content .campaign a {
  display: block;
  max-width: fit-content;
  width: 100%;
  margin: auto;
}
.an-h{
  height: 24px;
}
@media screen and (max-width: 768px) {
  #content .campaign p {
    font-size: 22px;
  }
  .an-h{
    height: unset;
  }
}

/* ジョイントストレッチ®  */
ul.st-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
ul.st-img li {
  width: 50%;
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  ul.st-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    gap: 10px;
  }
  ul.st-img li {
    width: 47%;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content ul.st-img li p {
    font-size: 10px;
  }
}

/*2025/02/04|Instagrm追記*/
.inst-feed{
  padding: 0 5%;
  padding-bottom: 50px;
}
#sb_instagram {
  max-width: 1200px;
  width: 100% !important;
}
.instagram {
    padding-top: 6rem;
}
.instagram__inner.instagram-contents {
    margin-top: 4rem;
}
@media screen and (max-width: 767px){
  .inst-feed{
    padding: 0;
    padding-bottom: 50px;
  }
  .instagram {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .inst-feed #sb_instagram.sbi_width_resp {
    max-width: 1200px;
    width: 90% !important;
    margin: auto !important;
  }
}


/*2025/08/21｜クーポン一覧ページ*/
#coupon {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#coupon .coupon-in {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}
#coupon .coupon-in .coupon-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#coupon .coupon-in .coupon-list ul li {
    width: 49%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#coupon .coupon-in .coupon-list ul li .coupon-images a:hover {
    opacity: 0.8;
}
#coupon .coupon-in .coupon-list ul li .coupon-button {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#coupon .coupon-in .coupon-list ul li .coupon-button a {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    border: solid 1px #f38029;
    border-radius: 100px;
    color: #f38029;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#coupon .coupon-in .coupon-list ul li .coupon-button a:hover {
    color: #fff;
    background-color: #f38029;
}
#coupon .coupon-in .coupon-list ul li .coupon-button a:after {
    content: "";
    position: absolute;
    right: 2em;
    transform: translateY(-45%);
    transform-origin: left;
    width: 2em;
    height: 0.6em;
    background-color: #f38029;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    transition: transform .3s;
}
#coupon .coupon-in .coupon-list ul li .coupon-button a:hover::after {
    background-color: #fff;
    transform: translateY(-45%) scaleX(1.4);
}
@media screen and (max-width: 767px){
  #coupon .coupon-in {
      max-width: fit-content;
      width: 100%;
      margin: 0 auto;
      padding: 40px 20px;
  }
  #coupon .coupon-in .coupon-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  #coupon .coupon-in .coupon-list ul li .coupon-button {
    max-width: 220px;
  }
  #coupon .coupon-in .coupon-list ul li .coupon-button a {
    padding: 8px 10px;
  }
  #coupon .coupon-in .coupon-list ul li .coupon-button a:after {
    content: "";
    position: absolute;
    right: 1em;
    width: 1.4em;
    transform: translateY(-40%);
  }
  #coupon .coupon-in .coupon-list ul li .coupon-button a:hover::after {
    background-color: #fff;
    transform: translateY(-40%) scaleX(1.2);
  }
}

/* 2025/08/26｜季節のキャンペーンと対応症例クーポン */
#content #top_content_campaign ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1em;
}
#content #top_content_campaign ul li {
    width: 50%;
    margin: 0;
    padding: 0;
}
#content .season-campaign {
    width: 100%;
    margin: 60px auto 0;
    padding: 0px 20px;
}
#content .season-campaign p {
    text-align: center;
    font-size: 18px;
}
#content .season-campaign a {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content .season-campaign a img {
    max-width: 840px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#content .padding-block.top-case {
    margin: 60px 0 0;
    padding: 0;
}
#content .padding-block.top-case .center {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#content .padding-block.top-case ul.top-menu {
    width: 100%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
#content .padding-block.top-case ul.top-menu li {
    width: 49%;
    margin: 0;
    padding: 0;
}
#content .season-campaign a.a-link span::before {
    content: "";
    display: none;
}
#content .season-campaign a.a-link span::after {
    content: ">";
    color: #f38029;
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: bold;
    transform: translateY(-50%);
}
#content .padding-block.top-case .center a.a-link span::before {
    content: "";
    display: none;
}
#content .padding-block.top-case .center a.a-link span::after {
    content: ">";
    color: #f38029;
    position: absolute;
    right: 15px;
    top: 50%;
    font-weight: bold;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px){
  #content #top_content_campaign ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  #content #top_content_campaign ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #content .season-campaign {
    margin: 30px auto 30px;
    padding: 0px 20px;
  }
  #content .season-campaign p {
    text-align: center;
    font-size: 16px;
  }
  #content .padding-block.top-case {
    margin: 30px 0 0;
    padding: 0;
  }
  #content .padding-block.top-case ul.top-menu {
    width: 100%;
    margin: 0px auto;
  }
  #content .padding-block.top-case ul.top-menu li {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #content .padding-block.top-case ul.top-menu li:last-child {
    margin: 0;
  }
  #content .campaign {
    margin: 0px auto;
    padding: 0px 20px;
  }
}

/*下層共通エリア*/
.padding-block.lower_level-common {
    background-color: #fffbe7;
}
.padding-block.lower_level-common h2.onecolumn-h2 {
    border-top: none;
    border-bottom: none;
    background: none;
    color: #f38029;
    font-size: 32px;
    text-align: center;
    position: relative;
    margin-bottom: 1em;
    padding: 0;
    font-weight: normal;
}
.padding-block.lower_level-common h2.onecolumn-h2::before {
    content: " ";
    display: block;
    width: 20%;
    height: 2px;
    border-bottom: 2px dashed #e4a41a;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
}
.padding-block.lower_level-common ul.top-menu {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}
.padding-block.lower_level-common ul.top-menu li {
    width: 49%;
    float: none;
    padding: 0;
}
.padding-block.lower_level-common a.a-link span::before {
  content: "";
  display: none;
}
.padding-block.lower_level-common a.a-link span::after {
  content: ">";
  color: #f38029;
  position: absolute;
  right: 15px;
  top: 50%;
  font-weight: bold;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px){
  .padding-block.lower_level-common .under-block {
    padding: 20px 10px;
  }
  .padding-block.lower_level-common h2.onecolumn-h2 {
    font-size: 6vw;
  }
  .padding-block.lower_level-common ul.top-menu li {
    width: 100%;
    float: none;
    padding: 0;
  }
}