@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: https://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){
.pc {
  display: none;
}

/* コロナ対策 */
.colona-box {
  background-color: #3366cc;
  padding: 15px;
  padding-left: 0px;
  padding-left: var(--headwidth);
}
.colona-box img {
  margin: auto;
}

/* ヘッダー エリア */
#header_in .inner_left {
  width: 54.94505494%;
  height: auto;
  margin: 0;
  padding: 2.604166666% 0 2.604166666% 2.604166666%;
  float: left;
}

#header_in .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right {
  width: 30%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .inner_right ul {
    display: flex;
    background: #2a2a2a;
}

#header_in .inner_right ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul li img {
    display: block;
    width: 100%;
    padding: 25%;
}

#header_in .inner_right .tel {
  background: #006eff;
}

.sp-menu-botan {
    position: unset;
    top: 0;
    right: 0;
    width: auto;
}

.sp-menu-botan ul li {
    width: auto;
    float: none;
    padding: 0;
}

.sp-menu-botan ul li a {
  padding: 0;
}

#header_in .nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #291c17;
  float: none;
}

#header_in .nav_sp .left {
  width: 100%;
  height: auto;
}

#header_in .nav_sp .right {
  width: 50%;
  height: auto;
  float: right;
}

#header_in .nav_sp .left li,
#header_in .nav_sp .right li {
  width: 50%;
  height: auto;
  float: left;
  background-color: #ffffff;
  border-bottom: 1px dotted #291c17;
}

#header_in .nav_sp .left li:nth-of-type(odd) {
  border-right: 1px solid #291c17;
}

#header_in .nav_sp .left li:last-child {
  width: 100%;
  border-right: unset;
}

#header_in .nav_sp .left li:last-child:hover {
  width: 100%;
  border-right: unset;
}
  
#header_in .nav_sp .left li:last-child,
#header_in .nav_sp .right li:last-child {
  border-bottom: 1px solid #291c17;
}

#header_in .nav_sp .left li:hover,
#header_in .nav_sp .right li:hover {
  width: 50%;
  height: auto;
  background-color: #291c17;
  border-bottom: 1px dotted #ffffff;
}

#header_in .nav_sp .left li a,
#header_in .nav_sp .right li a,
#header_in .nav_sp .left li span,
#header_in .nav_sp .right li span {
  font-size: 3.5vw;
  color: #291c17;
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}

#header_in .nav_sp .left li a:hover,
#header_in .nav_sp .right li a:hover {
  color: #ffffff;
}

#header_in .nav_sp .center li {
  border-bottom: 1px dotted #291c17;
}

#header_in .nav_sp .center li a {
  font-size: 3.5vw;
  color: #291c17;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  display: block;
}

.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: 3;
}

/*下層タイトル*/
#guide_page {
    background-color: #f3f3f3;
}
#guide_page #page_title02 .under_title {
  padding: 5% 0;
  font-size: 24px;
  text-align: center;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  height: auto;
  margin: 15px auto 0 auto;
  padding: 0 2.604166666%
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
  width: 100%;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 6.510416666%;
  padding: 18px 0 15px 0;
  clear: both;
  color: #291c17;
  border-top: 6px solid #291c17;
  border-bottom: 1px solid #291c17;
}

#content h2 { 
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 30px;
  background: none;
  padding: 0;
  clear: both;
  color: #291c17;
}

#content h2 span { 
  font-family: "arial";
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
  margin-top: 5px;
  padding: 0;
  color: #3366cc;
  display: block;
}

#content h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 12px 10px 9px 25px;
  clear: both;
  color: #291c17;
  position: relative;
  border-bottom: 3px solid #3366cc;
}

#content h3:before {
  width: 6px;
  height: 60%;
  content: '';
  position: absolute;
  top: 20%;
  left: 5px;
  border-radius: 8px;
  background-color: #3366cc;
  display: block;
}

#content h4,
#content h5,
#content h6 { 
  width: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0em;
  margin-bottom: 15px;
  padding: 1px 7px 0 7px;
  clear: both;
  color: #291c17;
  border-left: 16px solid #291c17;
}

#content h1 a { 
  font-size: 34px;
  font-weight: bold;
  text-decoration: none; 
  color: #291c17;
}

#content h2 a { 
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #291c17;
}

#content h3 a { 
  font-size: 20px;
  font-weight: bold;
  text-decoration: none; 
  color: #291c17;
}

#content h4 a,
#content h5 a,
#content h6 a { 
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none; 
  color: #291c17;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover { 
  opacity: 0.5;
}

#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: 5.208333333%;
  right: 2.604166666%;
  z-index: 3;
}

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: #00c300;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius:25px;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.5;
}

/* フッター エリア */
#footer_in .inner_left {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner_left img {
  width: 85%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer_in .inner_left p {
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  color: #291c17;
  margin: 10px 0 0 5px;
}

#footer_in .inner_right {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

#footer_in .inner_right .calendar {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner_right .calendar img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in #footer_nav {
  width: 105.208333332%;
  height: auto;
  margin: 5.208333333% 0 0 -2.604166666%;
  padding: 0;
  border-top: 1px solid #291c17;
  float: left;
}

#footer_in .inner_right ul li img {
    width: 85%;
    margin: 0 auto 20px;
}

#copyright p {
  width: auto;
  height: auto; 
  font-family: "arial";
  font-size: 12px;
  text-align: center;
  color: #0b363b;
  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 img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}

#sidebar #widget-area .widget-container img:hover {
  opacity: 0.5;
}

#sidebar #widget-area .widget-container p {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
}

#sidebar #widget-area .widget-container p.access {
  margin-bottom: 25px;
}

#sidebar #widget-area .widget-container p a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #ffffff;
  transform: rotate(.03deg);
  text-transform: uppercase;
  margin: 0;
  padding: 23px 0 20px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

#sidebar #widget-area .widget-container p.home a {
  background-color: #00c300;
}

#sidebar #widget-area .widget-container p.price a {
  background-color: #3366cc;
}

#sidebar #widget-area .widget-container p.access a {
  background-color: #3366cc;
}

#sidebar #widget-area .widget-container p a:hover {
  color: #ffffff;
}

#sidebar #widget-area .widget-container p a::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

#sidebar #widget-area .widget-container p.home a::after {
  background-color: #028a02;
}

#sidebar #widget-area .widget-container p.price a::after {
  background-color: #ce7c14;
}

#sidebar #widget-area .widget-container p.access a::after {
  background-color: #a27554;
}

#sidebar #widget-area .widget-container p a:hover:after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0 10px;
  border: 1px solid #cccccc;
  border-top: none;
}

#sidebar #widget-area .widget-container ul li.report {
  width: 100%;
  height: auto;
  line-height: 1.4em;
  margin: 0;
  padding: 13px 0 10px 0;
  border-bottom: 2px dotted #999999;
  background-image: none;
}

#sidebar #widget-area .widget-container ul li.report span {
  font-size: 12px;
  line-height: 1.2em;
  color: #291c17;
  display: block;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 13px 0 10px 20px;
  border-bottom: 2px dotted #999999;
  background-image: url("http://wild-saito-1331.pupu.jp/karin/wp-content/uploads/2020/01/side_nav_icon.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border: none;
}

#sidebar #widget-area .widget-container ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #291c17;
  margin: 0;
  padding: 0;
  transform: rotate(.03deg);
  display: inline-block;
  position: relative;
  float: none;
}

#sidebar #widget-area .widget-container ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 2);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #291c17;
}

#sidebar #widget-area .widget-container ul li a:hover::after {
  transform: scale(1, 2);
}

#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: #3366cc;
}

#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: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  padding: 16px 0 13px 0;
  color: #ffffff;
  background-color: #3366cc;
}

#sidebar #widget-area .widget-container h3.green {
  color: #ffffff;
  background-color: #00c300;
}

#sidebar #widget-area .widget-container h3.orange {
  color: #ffffff;
  background-color: #3366cc;
}

#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: 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: #3366cc;
}

#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;
}

/* --------------------------------------------------- */
/* トップページ */
/* --------------------------------------------------- */

.front-area .inner {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 40px 10px;
}

.front-area .inner .text p {
    margin-bottom: 10px;
    font-size: 14px;
}

#content .front-area h2,
#content .front-area h3 {
  border: none;
}

#content .front-area h2:before,
#content .front-area h3:before {
  display: none;
}

#content .front-area .inner .midashi,
#content .front-area .inner .midashi span {
    color: #3366cc;
    text-align: center;
    font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}

#content .front-area .inner .midashi {
    margin-bottom: 28px;
    font-size: 24px;
}

#content .front-area .inner .midashi pre {
  text-align: center;
}

#content .front-area .inner .midashi pre span {
    font-size: 18px;
    margin-bottom: 3%;
}

#content .front-area .inner .text {
  margin-bottom: 5%;
}

/*front-area01*/
.front-area01 .inner .button a img {
    width: 85%;
    margin: auto;
}

/*front-area02*/
.front-area02 .inner {
    width: 95%;
    margin: 40px auto;
    padding: 5% 3%;
    border: 3px solid #e1ded9;
}

.front-area02 .inner ul {
    display: flex;
    flex-direction: column-reverse;
}

.front-area02 .inner img {
  width: 60%;
  margin: auto;
}

#content .front-area02 .inner ul .left .word {
    display: inline-block;
    padding: 0;
    //font-size: 28px;
    position: relative;
    overflow: hidden;
}

.front-area02 .inner ul .left .word::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60%;
    margin-left: 20px;
    border-top: 1px solid #005ebe;
}

.front-area02 .inner ul .left .name {
    padding: 15px;
    background-color: #f6fbff;
}

.front-area02 .inner ul .left .name p {
    margin: 0;
    color: #2a2a2a;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
}

.front-area02 .inner ul .right {
  margin-bottom: 5%;
}


/*front-area03*/
.front-area03 {
    background: #66a8ff;
}

#content .front-area03 .inner .midashi {
    color: white;
}

.front-area03 .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.front-area03 .inner ul .item {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 8%;
}

.front-area03 .inner ul .item:nth-last-child(-n+2) {
  /* margin-bottom: 0; */
}

.front-area03 .inner ul .item p {
    margin: 10px 0;
    font-size: 14px;
}

.front-area03 .inner ul .item div {
    position: relative;
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}

.front-area03 .inner ul .item div img {
    width: 100%;
}

.front-area03 .inner ul .item div a {
    color: #000;
    text-decoration: none;
}

.front-area03 .inner ul .item a p {
    position: absolute;
    bottom: -7%;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,.8);
}

.front-area03 .inner ul .item .button {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    background-color: white;
    border: 2px solid #3366cc;
    border-radius: 30px;
}
.front-area03 .inner ul .item .button a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    color: #3366cc;
    font-weight: bold;
    letter-spacing: 2px;
}

/*front-area04*/
.front-area04 .inner ul li {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  margin-bottom: 8%;
}

.front-area04 .inner ul li:last-child {
  margin-bottom: 0;
}
#content .front-area04 .inner ul .item:last-child .text {
  margin-bottom: 0;
}
#content .front-area04 .inner ul .item .number {
  margin-bottom: 4%;
  padding: 0;
  overflow: hidden;
}

#content .front-area04 .inner ul .item .number span {
    display: inline-block;
    padding: 0;
    padding-right: 20px;
    color: #3366cc;
    font-size: 32px;
    font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    position: relative;
    font-style: italic;
}

#content .front-area04 .inner ul .item .number span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 800px;
    border-top: 1px solid #005ebe;
}

#content .front-area04 .inner ul .item .item_title {
    font-size: 18px;
    padding: 0;
}

.front-area04 .inner ul .item .img{
  margin-bottom: 4%;
}
.front-area04 .inner ul .item .img img {
  width: 85%;
  margin: auto;
}

/*front-contact*/
.front-contact {
    background-color: #66bdff;
}
#content .front-contact .inner .midashi {
    color: white;
}
.front-contact .inner ul li img {
  width: 85%;
  margin: 0 auto 5%;
}
.front-contact .inner ul li.right img:last-child {
  margin-bottom: 0;
}



@media screen and ( max-width: 500px ){
  .feature_box .inner_type01 .inner_left ul li strong,
  .feature_box .inner_type02 .inner_right ul li strong,
  .feature_box .inner_type03 .inner_left ul li strong,
  .feature_box .inner_type04 .inner_right ul li strong,
  .feature_box .inner_type05 .inner_left ul li strong {
    font-size: 22px;
  }
}

@media screen and ( max-width: 320px ){
  .feature_box .inner_type03 .inner_left ul li strong br{
    display: none;
  }
}

.covid {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.covid img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#acc_gmap_bnr{
  margin: 4% auto 0;
  text-align: center;
}



















































/* page.php エリア */
.page-template-default .contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #f9f0ea;
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.page-template-default .contact_box .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.953125%;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.page-template-default .contact_box .inner .inner_top {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_top .shop {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_top .shop img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_top .view {
  width: 100%;
  margin-bottom: 2.604166666%;
  padding-top: 56.25%;
  margin-bottom: 5%;
  position: relative;
}

.page-template-default .contact_box .inner .inner_top .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-template-default .contact_box .inner .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0 0 6%;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_bottom ul li {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_bottom ul li:last-child {
  margin: 0;
}

.page-template-default .contact_box .inner .inner_bottom ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #291c17;
}

.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: #3366cc;
}

.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: #291c17;
  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: #291c17;
  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: #dddddd;
}
  .corona{
    width: 100%;
  } 
  .corona .headline-type02 {
    font-size: 2rem;
}
/*  田口山分院、料金ページCSS*/
  table.table th.ems_sp_width{
  width: 50%;
  }
  /*症例一覧*/
.caseBox.bg{
        padding: 10vw 0 12vw;
        position: relative;
        z-index: 1;
        background: white;
        margin-bottom: 0%;
        background: white linear-gradient(115deg, white 85%, rgb(255 242 213 / 92%) 85%);
        overflow: hidden;
    }
    .bg {
        position: relative;
        z-index: 1;
        background: white;
        background: white linear-gradient(115deg, white 85%, rgba(0, 0, 0, 0.1) 85%);
        overflow: hidden;
    }
    .bg:before, .bg:after{
        content: '';
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .bg:before{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        /* background: linear-gradient(50deg, rgba(0, 0, 0, 0.1) 20%, transparent 20%, transparent 90%, rgba(0, 0, 0, 0.1) 90%); */
    }
    .caseBox .text_erea {
        width: 100%;
        padding-top: 0px;
    }
    .caseBox .text_erea p {
        margin-bottom: 16px;
    }
    .caseBox .text_erea p strong{
        font-size: 5.5vw;
        text-align: center;
        line-height: 1.3em;
        color: #666666;
        display: block;
    }
    .caseBox .text_erea ul {
        display: none;
    }
    .caseBox ul.icon_wrap {
        width: 100%;
        margin-bottom: 5%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .caseBox ul.icon_wrap li {
        width: 33.333333333333333333333333333%;
        border: none;
        border-radius: 5px;
        padding: 0px 8px 0px;
        margin-bottom: 8px;
    }

    .caseBox h2 {
        margin-bottom: 10px;
    }

    .caseBox .text_erea {
        margin-bottom: 15px;
    }

    .caseBox .text_erea .btn {
        display: none;
    }

    .caseBox .text_erea .btn .btn_i a {
        color: #fff;
        padding: 10px 40px;
        display: inline-block;
        border-radius: 65px;
        background: #7aaf39;
        width: 100%;
        max-width: 320px;
        text-align: center;
        text-decoration: none;
    }
    .caseBox ul.icon_wrap li span.text{
        font-size: 15px;
        text-decoration: none;
        color: #530505;
        display: block;
        text-align: center;
        margin-top: 5px;
        letter-spacing: 0.7px;
        font-weight: bold;
    }
    .caseBox .btn.sp {
        display: flex;
        margin-top: 20px;
        width: 100%;
    }
    .caseBox .btn_i {
        display: block;
        width: 100%;
        text-align: center;
    }
    .caseBox .btn_i a {
        width: 80%;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 8px;
        margin: 0 auto;
        border-radius: 50px;
        color: #fff;
        position: relative;
    background-color: #fc6821;
    
    }
    .caseBox .btn .btn_i a:before{
        border-left: solid #fff;
        border-top: solid #fff;
        border-width: 3px;
        content: "";
        height: 8px;
        position: absolute;
        right: 30px;
        top: 38%;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        width: 8px;
    } 
  .question1 {
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    margin: 15px auto 4px auto;
    padding: 5px 0 6px 50px;
    background-image: url(../amaterasu/images/q1.png);
    background-repeat: no-repeat;
    background-position: 10px top;
}
  .answer1 {
    position: relative;
    font-size: 13px;
    line-height: 140%;
    border: solid 1px #CCC;
    background-color: #F5F5F5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px auto 35px auto;
    padding: 20px 20px 20px 60px;
    background-image: url(../amaterasu/images/a1.png);
    background-repeat: no-repeat;
    background-position: 12px 18px;
}
  
  
}




