@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/
*/

* {
    font-feature-settings: "palt";
    line-break: strict;
    letter-spacing: 1px;
}
a{
  text-decoration: none;
}
@media screen and (min-width: 769px){
.sp {
  display: none;
}

/* コロナ対策 */
.colona-box {
  background-color: #3366cc;
  padding: 15px 0;
  padding-left: 0px;
  padding-left: var(--headwidth);
}
.colona-box img {
  margin: auto;
}

/* ヘッダー エリア */
#header .description {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 0;
  background-color: #3366cc;
}

#header .description h1 {
  width: 1170px;
  font-size: 15px;
  line-height: 1.2em;
  color: #ffffff;
  margin: 0 auto;
  padding: 0;
}

#header_in .inner_left {
  width: 35.47863247%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

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

#header_in .inner_left p {
    font-size: 14px;
    text-align: left;
    line-height: 1.2em;
    color: #291c17;
    margin: 10px 0 0 5px;
}

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

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

#header_in .inner_right ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  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:first-child {
  width: 56%;
}

#header_in .inner_right ul li:last-child {
    width: auto;
}

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

#header_in .inner_right ul li:last-child img {
  margin-bottom: 5px;
}

/* グローバルナビ エリア */
#nav ul {
  width: 100%;
  height: auto;
  list-style: none; 
  text-align: center;
  table-layout: fixed;
  display: table;
}

#nav ul li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-left: none;
  border-right: 2px dotted #8cb6e2;
}

#nav ul li:first-child {
  border-left: 2px dotted #8cb6e2;
  border-right: 2px dotted #8cb6e2;
}

#nav ul li a {
  height: auto;
  font-size: 14px;
  text-decoration: none; 
  padding: 10px 0;
  display: inline-block;
  position: relative;
  color: #003882;
}

#nav ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  transform: scale(0, 2);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #3366cc;
}

#nav ul li a:hover::after {
  transform: scale(1, 2);
}

/*メインイメージ*/
#main_visual_in img {
  width: 100%;
  margin: auto;
}

/*下層タイトル*/
#guide_page {
    background-color: #f3f3f3;
}
#guide_page #page_title02 .under_title {
  padding: 30px 0;
  font-size: 36px;
  text-align: center;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 1000px;
  height: auto;
  margin: 15px auto 0 auto;
}

.page-template-one_column_page-php #breadcrumb {
  width: 1170px;
  height: auto;
  margin: 15px auto 0 auto;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 {
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 36px;
  padding: 20px 0 18px 0;
  clear: both;
  color: #291c17;
  border-top: 6px solid #291c17;
  border-bottom: 1px solid #291c17;
}

#content h2 { 
  width: 100%;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 30px;
  background: none;
  padding: 0;
  clear: both;
  color: #3366cc;
}

#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: 40px;
  font-weight: bold;
  text-decoration: none; 
}

#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: 70px;
  right: 20px;
}

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: 35.47863247%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

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

#footer_in .inner_left p {
  font-size: 14px;
  text-align: left;
  line-height: 1.75em;
  color: #291c17;
  margin: 10px 0 10px 20px;
}

#footer_in .inner_right {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

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

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

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

#footer_in .inner_right ul li:last-child img {
  width: 85%;
}

#footer_in .inner_right ul li:first-child img {
  margin-bottom: 10px;
}

#footer_in .inner_bottom {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0;
  float: left;
}

#footer_in .inner_bottom .inner {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  display: table;
}

#footer_in .inner_bottom .inner ul {
  width: 100%;
  height: auto;
  list-style: none; 
  text-align: center;
  table-layout: fixed;
  display: table;
}

#footer_in .inner_bottom .inner ul li {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#footer_in .inner_bottom .inner ul li a {
  font-size: 14px;
  text-decoration: none; 
  padding: 0;
  display: inline-block;
  position: relative;
  color: #291c17;
}

#footer_in .inner_bottom .inner ul li a:before {
  content: url("http://wild-saito-1331.pupu.jp/karin/wp-content/themes/amaterasu/images/footer_nav_icon.png");
  position: absolute;
  top: 1px;
  left: -13px;
}

#footer_in .inner_bottom .inner ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 2);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #3366cc;
}

#footer_in .inner_bottom .inner ul li a:hover::after {
  transform: scale(1, 2);
}

#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;
  border: 2px solid #cccccc;
}

#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: #e84040;
}

#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: #a82828;
}

#sidebar #widget-area .widget-container p a:hover:after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  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: 15px;
  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: 90%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    line-height: 1.2em;
    padding: 15px 0;
    border-bottom: 2px solid #00bba3;
    color: #291c17;
}

#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;
}






/* --------------------------------------------------- */
/* トップページ */
/* --------------------------------------------------- */

#content .front-area h2,
#content .front-area h3 {
  border: none;
}

#content .front-area h3 {
  font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif
}

#content .front-area h2:before,
#content .front-area h3:before {
  display: none;
}

#content .front-area p {
  margin-bottom: 10px;
}

.front-area .inner {
    width: 95%;
    max-width: 1100px;
    margin: auto;
    padding: 80px 0;
}

#content .front-area .inner .midashi,
#content .front-area .inner .midashi span {
    color: #3366cc;
    text-align: center;
    font-family: "Tenor Sans","游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",sans-serif;
    font-weight: bold;
}

#content .front-area .inner .midashi {
    margin-bottom: 60px;
    font-size: 42px;
}

#content .front-area .inner .midashi pre {
  text-align: center;
}

#content .front-area .inner .midashi pre span {
    font-size: 28px;
    margin-bottom: 20px;
}

/*front-area01*/
.front-area01 .inner {
    padding-bottom: 0;
}
.front-area01 .inner .text {
    margin-bottom: 60px;
}
.front-area01 .inner .text p {
    text-align: center;
}
.front-area01 .inner .button a img {
    display: block;
    margin: auto;
}



/*front-area02*/
.front-area02 .inner {
    border: 5px solid #e1ded9;
    margin: 80px auto;
    padding: 40px;
}
.front-area02 .inner ul {
    display: flex;
    justify-content: space-between;
}
.front-area02 .inner ul .right,
.front-area02 .inner ul .left {
  overflow: hidden;
}

.front-area02 .inner ul .right {
    width: 30%;
    max-width: 300px;
}
.front-area02 .inner ul .left {
    width: 68%;
}
#content .front-area02 .inner ul .left .word{
    padding: 0;
}
#content .front-area02 .inner ul .left .word span {
    display: inline-block;
    padding-right: 20px;
    font-size: 28px;
    position: relative;
}

#content .front-area02 .inner ul .left .word span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 1100px;
    border-top: 1px solid #005ebe;
}
#content .front-area02 .inner ul .left .text {
  margin: 20px 0;
}
#content .front-area02 .inner ul .left .name {
    padding: 15px;
    background-color: #f6fbff;
}
#content .front-area02 .inner ul .left .name p {
    margin: 0;
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

/*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 {
    display: inline-block;
    width: calc( 100% / 3 );
    margin-bottom: 40px;
    padding: 0 2%;
}

.front-area03 .inner ul .item:nth-last-child(-n+3) {
  margin-bottom: 0;
}


.front-area03 .inner ul .item p {
    margin: 20px 0;
}

.front-area03 .inner ul .item div {
    position: relative;
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}

.front-area03 .inner ul .item div a {
    color: #000;
    text-decoration: none;
}

.front-area03 .inner ul .item a p {
    position: absolute;
    bottom: -8%;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: rgba(255,255,255,.8);
}

.front-area03 .inner ul .item .button {
    width: 80%;
    margin: 0 auto;
    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: 100%;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    color: #3366cc;
    font-weight: bold;
    letter-spacing: 2px;
}
.front-area03 .inner ul .item .button:hover {
    background-color: #3366cc;
    transition: .3s
}
.front-area03 .inner ul .item .button a:hover {
    color: white;
    transition: .3s
}




/*front-area04*/
.front-area04 .inner ul .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.front-area04 .inner ul .item:nth-child(even) {
    flex-flow: row-reverse;
}

.front-area04 .inner ul .item:last-child {
    margin-bottom: 0;
}

.front-area04 .inner ul .item .text,
.front-area04 .inner ul .item .img {
    width: 50%;
    overflow: hidden;
}

.front-area04 .inner ul .item .img img {
    display: inline-block;
    margin: 0;
}

.front-area04 .inner ul .item:nth-child(odd) .img img {
    padding-left: 40px;
}

.front-area04 .inner ul .item:nth-child(even) .img img {
    padding-right: 40px;
}

#content .front-area04 .inner ul .item .number {
  padding: 0;
}

#content .front-area04 .inner ul .item .number span {
    display: inline-block;
    padding: 0;
    padding-right: 20px;
    color: #3366cc;
    font-size: 42px;
    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: 1100px;
    border-top: 1px solid #005ebe;
}

#content .front-area04 .inner ul .item .item_title {
    font-size: 28px;
    padding: 0;
}



/*front-contact*/
.front-contact {
    background-color: #66bdff;
}
.front-contact .inner {
    max-width: 1000px;
}
.front-contact .inner ul {
    display: flex;
    justify-content: space-between;
}
#content .front-contact .inner .midashi {
    color: white;
}
.front-contact .inner ul li {
    width: 50%;
}
.front-contact .inner ul .left {
    display: block;
    text-align: center;
}
.front-contact .inner ul .left p:first-child a img {
    margin-bottom: 20px;
}
.front-contact .inner ul .right img {
    display: block;
    margin-left: auto;
}


/*front-map*/
.front-map {
    background-color: #cccccc;
}

.front-map .inner {
  width: 100%;
  max-width: 100%;
    display: block;
    padding: 0;
}

.front-map .inner iframe {
  vertical-align: bottom;
}

/* page.php エリア */
.page-template-default .contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px;
  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: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding-top: 30px;
}

.page-template-default .contact_box .inner .inner_top {
  width: 100%;
  height: auto;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_top .shop {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  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%;
  height: auto;
  margin: 0 0 24px;
  padding: 0;
}

.page-template-default .contact_box .inner .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 60px;
  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: 20px;
  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: 30px;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted #291c17;
}

.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: #3366cc;
}

.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: #291c17;
  text-decoration: none; 
}

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

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

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 15px;
  color: #291c17;
  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: #dddddd;
}
}

/* 2020/1/20 */

.access-info ul {
  margin-top: 1em;
}

.access-info span.access-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #3366cc;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

span.access-main {
  font-size: 21px;
  display: block;
  margin-bottom: 2em;
}

span.access-title::before {
  content: "●";
  color: #3366cc;
  margin-right: 10px;
}

.access-main span::before {
  content: "・";
}

.access-main span:first-of-type::before {
  content: none;
}
#acc_gmap_bnr{
  margin: 24px auto 0;
  text-align: center;
}

#acc_gmap_bnr a{
  display: block;
}
#acc_gmap_bnr a img{
  display: block;
  margin: 0 auto;
}

#sidebar #widget-area .widget-container ul li {
  position: relative;
}

#sidebar #widget-area .widget-container ul li::before {
  content: " ";
  border: 7px solid transparent;
  border-left-color: #3366cc;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

input[type="text"], input[type="tel"], input[type="email"], input[type="date"],select, textarea {
    padding: 10px;
    width: 100%;
}

.wpcf7 span.required {
  display: inline-block;
  border-radius: 5px;
  background-color: red;
  padding: 5px 10px;
  margin-left: 10px;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.wpcf7 input[type="submit"] {
  display: block;
  border: none;
  background-color: #3366cc;
  text-align: center;
  padding: 15px;
  width: 50%;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 2em;
  color: white;
  font-weight: bold;
  border-radius: 50px;
}

body p.pagetop {
  z-index: 99999999999999999999999999;
  //bottom: 15%;
}

.case-page p {
  margin-bottom: 2em;
}

#content .case-page h2 {
  border-top: 3px double #291c17;
  border-bottom: 3px double #291c17;
  padding: 0.5em;
}

.grecaptcha-badge {
  opacity: 0;
}

.page-id-138 .grecaptcha-badge {
  opacity: 1;
}

.checklist ul {
  margin-bottom: 2em;
}

.checklist ul li {
  padding: 15px;
  font-size: 18px;
  border: 2px solid #3366cc;
  background-image: url(images/check-box.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 20px center;
  margin-bottom: 1em;
  font-weight: bold;
  padding-left: 65px;
}

.post-template-default .contact_box .inner .inner_bottom {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}

.post-template-default .contact_box .inner .inner_bottom ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
}

.post-template-default .contact_box .inner .inner_top {
    width: 100%;
    height: auto;
    padding: 0;
}

.post-template-default .contact_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px;
    background-color: #f9f0ea;
    border: 1px solid #cccccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.post-template-default .contact_box .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding-top: 30px;
}

.post-template-default .contact_box .inner .inner_top .view {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

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

.single #content p {
  margin-bottom: 2em;
}

.feature_box img {
  margin-bottom: 1em;
}

#copyright a {
  color: #0b363b;
  text-decoration: none;
  font-family: "arial";
}

.p-mb p {
  margin-bottom: 2em;
}

#content .p-mb h2 {
  background: linear-gradient(white 60%, rgba(248, 151, 28, 0.2) 40%);
  text-align: left;
  /* font-weight: bold; */
  text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  position: relative;
  padding-left: 45px;
}

#content .p-mb h2::before {
  content: " ";
  width: 18px;
  height: 80%;
  background-color: #3366cc;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
}

#content .p-mb h2::after {
  content: " ";
  width: 12px;
  height: 80%;
  background-color: #3366cc;
  position: absolute;
  left: 20px;
  top: 45%;
  transform: translateY(-50%);
}

.overflow-box {
  width: 100%;
  overflow: hidden;
}

.img-float img {
  width: 40%;
  float: right;
  margin-left: 1em;
}

.first-point-area ul {
  width: 100%;
  overflow: hidden;
  padding: 25px;
  border: 2px dotted #3366cc;
  border-radius: 15px;margin-bottom: 2em;
} 

.first-point-area ul li {
  display: block;
  padding: 15px;
  padding-left: 60px;
  font-size: 24px;
  color: white;
  background-color: #3366cc;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
  margin-bottom: 15px;
  position: relative;
}

.first-point-area ul li::before {
  content: " ";
  display: block;
  width: 20px;
  height: 10px;
  border-left: 8px solid white;
  border-bottom: 6px solid white;
  position: absolute;
  left: 15px;
  top: 42%;
  transform: translateY(-50%) rotate(-45deg);
}

.first-point-area ul li:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 780px) {

  .img-float img {
    width: auto;
    float: none;
    margin-left: 0;
  }

body p.pagetop {
  bottom: 13%;
  display: none !important;
}

.checklist ul li {
  font-size: 16px;
}

  .access-info span.access-title {
    font-weight: bold;
    font-size: 18px;
  }

  span.access-main {
    font-size: 16px;
  }

  .access-main span {
    display: block;
  }

  .access-main span:first-of-type::before {
    content: "・";
  }

  #sidebar {
    display: none;
  }

  div#header_in .nav_sp .left li a, div#header_in .nav_sp .right li a {
    padding: 15px;
  }

  div#footer_in #footer_nav .left li a, div#footer_in #footer_nav .right li a {
    padding: 15px;
  }

  body #content h1 {
    font-size: 24px;
  }

  body #content h2 {
    font-size: 21px;
  }

  body #content h2 span {
    font-size: 18px;
  }

  #content .contact_box h2 {
    margin-top: 15px;
  }

  body #content h3 {
    font-size: 18px;
  }

  body .feature_box .feature_title strong {
    font-size: 24px;
  }

  body .feature_box .feature_title strong span {
    font-size: 36px;
  }

  .sp-menu-botan {
    position: absolute;
    top: 8px;
    right: 13%;
    width: 30%;
  }

  .sp-menu-botan ul li {
    width: 50%;
    float: left;
    padding: 5px;
  }

  .sp-menu-botan ul li a {
    display: block;
    //background-color: #3366cc;
    padding: 3px;
    border-radius: 5px;
  }

  .sp-menu-botan ul li a img {
    margin: auto;
  }

  .footer-popup {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }

  .footer-popup ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .footer-popup ul li {
    display: table-cell;
    background-color: #003882;
  }

  .footer-popup ul li:last-of-type {
    background-color: #00bba3;
  }

  div#copyright {
    padding-bottom: 20%;
  }

  #content .contact_box h2 {
    padding-top: 25px;
  }

  /* .first-point-area ul li {
    font-size: 18px;
  } */

}

table.table {
    width: 100%;
    overflow: hidden;
    border-spacing: 2px;
    border-collapse: separate;
    border: none;
}

table.table tr {
    border: none;
}

table.table th {
    background-color: #3366cc;
    text-align: center;
    width: auto;
    border-radius: 5px;
    padding: 15px;
    border: none;
    width: 20%;
  color: #fff;
}

table.table td {
    background-color: #ffeef2;
    width: auto;
    border-radius: 5px;
    padding: 15px;
    border: none;
}

ul.kyujin_list {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid #3366cc;
    border-right: none;
    border-left: none;
    margin-bottom: 20px;
}

ul.kyujin_list li {
    padding: 30px 0;
    border-bottom: 1px dotted #867545;
    color: #462726;
    font-weight: bold;
    background-image: url(images/check-box.png);
    background-size: 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
    width: 60%;
}

ul.kyujin_list li:last-child {
    border-bottom: none;
}

table.table {
    width: 100%;
    overflow: hidden;
    border-spacing: 2px;
    border-collapse: separate;
    border: none;
    margin: 15px 0 15px 0;
}

  
@media screen and (min-width: 769px) {
  #footer_in .inner_bottom {
    width: 103%;
  }
  .ems_sp_width{
  width: 50%;
  }
}

#price_page .tyuuigaki{
  font-size: 15px;
    font-weight: bold;
    color: #ed2323;
    margin-top: 7px;
}

div#price_page h3 span.tax.pc {
    float: right;
    width: auto;
    display: inline-block;
    font-size: 15px;
    padding: 0px 0 0 0;
    border-radius: 5px;
    letter-spacing: 0.5px;
    color: #573a19;
}

div#price_page h3 span.tax.pc {
    float: right;
    width: auto;
    display: inline-block;
    font-size: 15px;
    padding: 0px 0 0 0;
    border-radius: 5px;
    letter-spacing: 0.5px;
    color: #573a19;
}

.kaisuuken{
  font-size: 16px;
  font-weight: bold;
  color: #3366cc;
}

.covid {
  width: 1170px;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
}

.covid img {
  width: 65.64102564%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}


/*--------------ここからpopupのcss--------------*/
 .modal,
 .modal__bg,
 .modal__content,
 div#popuptel_wrap div.popuptel_inner ul,
 .modal__content li,
 .modal__content li a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

 .modal {
    display: flex;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    z-index: 99999999999999999999999999;
}
 .modal__bg {
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
 #popuptel_wrap {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    z-index: 99999999999999999999999999;
}
 div#popuptel_wrap div.popuptel_inner {
   background-color: #fff;
   border-radius: 8px;
   display: block;
   margin-bottom: 15vw;
   width: 84vw;
   height: auto;  
   padding: 5vw 0;
   z-index: 0;
  margin: auto
}
div#popuptel_wrap div.popuptel_inner > p{
  font-size: 4.5vw;
  line-height: 1.35em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #5c2f0d;
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}
div#popuptel_wrap div.popuptel_inner ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 3.5vw 5vw;
  background: #fff2e6;
  margin: 3.5vw 0 4vw;
}
div#popuptel_wrap div.popuptel_inner ul li{
  width: 45%;
  margin: 0 auto;
  border-radius: 1.5vw;
  padding-bottom: 3vw;
  list-style: none;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
  background: #fe9e45;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
  background: #55b53c;
}
div#popuptel_wrap div.popuptel_inner ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 3.75vw;
}
div#popuptel_wrap div.popuptel_inner ul li span{
  width: 9vw;
  background-color: #fff;
  height: 9vw;
  border-radius: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 3vw auto;
}
div#popuptel_wrap div.popuptel_inner ul li span i{
  margin: 0 auto;
  font-size: 4.2vw;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
  color: #fe9e45;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
  color: #55b53c;
}
div#popuptel_wrap div.popuptel_inner ul li b{
  text-align: center;
  display: block;
}
div#popuptel_wrap div.popuptel_inner label{
  background-color: #fe9e45;
  width: 80%;
  border-radius: 5000px;
  text-align: center;
  display: block;
  padding: 1.25vw;
  position: relative;
  color: #fff;
  max-width: 280px;
  margin: 0vw auto 0;
}
div#popuptel_wrap div.popuptel_inner label::before{
  border-left: 2px solid ;
  border-top: 2px solid ;
  border-color: #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 15px;
  top: 45%;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;  
}

/*    labelCSS*/

input#sp-popup:checked + #popuptel_wrap {
    display: flex; 
}

@media screen and ( min-width:768px ) {
  #popuptel_wrap {
      display: none!important;
  }
}

.t0-b-lv2H3__iconPlacer {
  display: flex;
  text-align: left;
  margin-top: 45px;
}

.t0-b-lv2H3__icon {
  display: inline-block;
  width: 8px;
  height: 27px;
  vertical-align: middle;
  background-image: url(images/heading004_ico01_v3.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px 27px;
}
.t0-b-lv2H3>div {
  display: table;
}
.t0-b-lv2H3 h2 {
  line-height: 1.25;
  font-size: 2rem;
  padding: 0;
}
.t0-b-table table {
  width: 100%;
  margin-bottom: 20px;
}
.t0-b-table table th {
  color: #333;
  background-color: #e1f2ff;
  width: 33%;
  text-align: center!important;
}
.t0-b-table table td {
  color: #666;
  background-color: #f1f7ff;
}

.t0-b-table table th, .t0-b-table table td {
  line-height: 1.25;
  font-size: 1rem;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-style: none;
  border-bottom: 1px solid #fff;
}
.t0-b-lv2H3__iconPlacer #gaiyou_midasi{
  text-align: left!important;
  line-height: 0.9em;
font-size: 32px;
padding-left: 1%;
}




.t0-b-wysiwyg{
  display: flex;
  justify-content: space-between;
}

.t0-b-wysiwyg p {
  line-height: 1.6;
  font-size: 1rem;
  color: #666;
}
.t0-b-lv4H-numIcon__iconPlacer {
  display: table-cell;
  width: 70px;
  text-align: left;
  vertical-align: middle;
}
.t0-b-lv4H-numIcon__icon--step-1 {
  background-image: url(images/step.svg);
}
.t0-b-lv4H-numIcon__icon--step-2 {
  background-image: url(images/step.svg);
}
.t0-b-lv4H-numIcon__icon--step-3 {
  background-image: url(images/step.svg);
}
.t0-b-lv4H-numIcon__icon--step-4 {
  background-image: url(images/step.svg);
}
.t0-b-lv4H-numIcon__icon--step-5 {
  background-image: url(images/step.svg);
}
.t0-b-lv4H-numIcon__icon--step-1::before {
  display: block;
  padding-top: 31px;
  font-family: "Tenor Sans", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  content: "1";
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}
.t0-b-lv4H-numIcon__icon--step-2::before {
  display: block;
  padding-top: 31px;
  font-family: "Tenor Sans", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  content: "2";
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}
.t0-b-lv4H-numIcon__icon--step-3::before {
  display: block;
  padding-top: 31px;
  font-family: "Tenor Sans", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  content: "3";
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}

.t0-b-lv4H-numIcon__icon--step-4::before {
  display: block;
  padding-top: 31px;
  font-family: "Tenor Sans", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  content: "4";
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}

.t0-b-lv4H-numIcon__icon--step-5::before {
  display: block;
  padding-top: 31px;
  font-family: "Tenor Sans", 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  content: "5";
  font-size: 20px;
  line-height: 1;
  overflow: hidden;
}
.t0-b-lv4H-numIcon__icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 56px;
}
.t0-b-lv4H-numIcon__bd .t0-b-lv4H-numIcon__h{
  padding: unset !important;
   border-left: unset!important;
   margin-bottom: unset!important;
}
.t0-b-iconText-tel--size-3 .t0-b-iconText-tel__bd {
  line-height: 1.25;
  font-size: 2.571rem;
  display: flex;
  align-items: center;
}
.t0-b-iconText-tel--size-3 .t0-b-iconText-tel__tel {
  min-width: 26px;
  height: 26px;
  background-image: url(images/contact001_tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 26px;
   display:table-cell;   
    vertical-align: middle;
}
.img_inner{
  width: 48%;
    margin-left: 20px;
}
.t0-b-navBItem6 .t0-b-navBItem6--size-3 .t0-b-navBItem6--width- .t0-b-navBItem6--align-l{
  width: 35%;
}
.t0-b-navBItem6 a .t0-b-navBItem6__inner {
  -webkit-transition: color .3s ease .2s,background-color .3s ease .1s,border-color .3s ease .2s;
  transition: color .3s ease .2s,background-color .3s ease .1s,border-color .3s ease .2s;
}
.t0-b-navBItem6__inner {
  position: relative;
  min-height: 12px;
  padding: 4px 19px 3px 29px;
  background-color: #00bba3;
  border: 2px solid #00bba3;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  width: 40%;
  margin-top: 2%;
}
.t0-b-navBItem6--size-3 .t0-b-navBItem6__inner {
  padding: 4px 19px 3px 29px;
}
.t0-b-navBItem6 a .t0-b-navBItem6__inner:hover {
  color: #00bba3;
  background-color: #dbf5f2;
  border: 2px solid #00bba3;
}
.t0-b-navBItem6 a{
  text-decoration: none;
}
.t0-b-navBItem6__inner::after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  background-image: url(images/Banner_arrow001.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px 14px;
  -webkit-transition: left .3s,background-image 0s ease .2s;
  transition: left .3s,background-image 0s ease .2s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.t0-b-navBItem6--size-3 .t0-b-navBItem6__inner::after {
  width: 8px;
  height: 14px;
  background-size: 8px 14px;
}
.t0-b-navBItem6 a .t0-b-navBItem6__inner:hover::after {
  left: 15px;
  background-image: url(images/Banner_arrow004.svg);
}
.t0-b-arrow {
  height: 44px;
  background-image: url(images/other004_arrow01_v1f1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 89px 44px;
  margin: 3% ;
}
@media screen and (max-width:768px){
  .t0-b-wysiwyg{
    flex-direction:column-reverse;
  }
  .t0-b-navBItem6__inner {
    width:55%;
    text-decoration: none;
    margin: auto;
  }
  .t0-b-iconText-tel .t0-b-iconText-tel--size-3 {
    margin: 20px 0;
    text-align: center;
  }
  .t0-b-iconText-tel {
    width: 100%!important;
    margin: 20px  0;
  }
  .t0-b-iconText-tel p{
margin-bottom: 20px;
font-size: 20px;
  }
  .t0-b-iconText-tel__bd{
    justify-content: center;
  }
  .img_inner{
    width: 100%;
    margin: auto;
  }
  .img_inner img{
    margin: auto;
  }
  .sp_center{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
  }
  .t0-b-lv2H3__iconPlacer #gaiyou_midasi{
    font-size: 20px;
  }
}


/* 施設紹介 */
.syoukai{
  line-height: 1.6;
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}
.wrap{
  border:3px solid  rgb(185, 185, 185);
  padding: 5%;
 
}
.midasi{
  background-color: rgb(245, 244, 241);
  font-size: 1em;
  text-align: center;
  padding: 10px;
  margin: 0 30px;
margin: auto;
border-top: 1px solid rgb(185, 185, 185);
border-bottom: 1px solid rgb(185, 185, 185);
}
.midasi p{
  text-align: center;
}
.midasi1{
  font-size: 28px;
  font-weight: bold;
}
.inner_box{
  display: flex;
  justify-content: space-between;
  margin: 3% 0;
}

.left_box{
  width: 60%;
}
.right_box{
  width: 40%;
}
.jyusyo{
  color: #003882;
  font-weight: bold;
}
.basyo{
  margin: 10px 0;
}
.denwa{
  color: #003882;
  font-weight: bold;
}
.denwa-bangou{
  color: #333!important;
  font-weight: bold;
}

.click{
   margin:0 auto;
  border: 2px solid  #006eff;
  border-radius: 20px;
  text-align: center;
  width: 50%;
  color: #006eff;
  background-color: #fff;
  transition: color .3s ease .2s,background-color .3s ease .1s,border-color .3s ease .2s;
  display: block;
  text-decoration: none!important;
}

.click:hover {
    color: #fff;
    background-color: #006eff;
    border: 2px solid #006eff;
  }
  .click:hover a{
    color: #fff;
  }

/* 岩倉市 */
  .t0-b-table-bPlacer2{
    display: flex;
    justify-content: space-between;
  }
  .t0-b-table.two{
    width: 55%;
  }
  .images{
display: flex;
    width: calc(97%/2);
    margin-bottom: 20px;
  }
  .t0-b-table1{
    width: 55%;
  }
  .t0-b-table1 p{
    margin-bottom: 20px;
 
  }
  .right_box1{
    width: 40%;
  }
  .right_box2{
    width: 30%;
  }
  @media screen and (max-width:768px){
    .t0-b-table-bPlacer2{
      flex-direction: column-reverse
    }
    .images{
      
          width: calc(95%/2);
        }
    .right_box1{
      width: 100%;
    }
    .right_box1 img{
     margin-bottom: 30px;
    }    
    .t0-b-table.two{
      width: 100%;
    }
    .t0-b-table-bPlacer{
     flex-direction: column-reverse;
    }
    .t0-b-table1{
    width: 100%;
    }
    .t0-b-lv2H3__iconPlacer #gaiyou_midasi{
     line-height: 1.2em;
     color: #3366cc;
    }
  }

  /*一日の流れ*/
.wrap1{
    border: 3px solid rgb(185, 185, 185);
    padding: 3%;
    margin-bottom: 50px;

}
  .midasi2{
  font-size: 1em;
  text-align: center;
  padding: 10px;
  margin: 0 30px;
margin: auto;
border-bottom: 1px solid rgb(185, 185, 185);
}
.midasi2 p{
  text-align: center;
  font-size: 30px;
}
.left_box{
  width: 55%;
}
.right_box{
  width: 37%;
}
.left_box p{
  margin-bottom: 20px;
}
@media screen and (max-width:768px){
  .inner_box {
    flex-direction: column-reverse;
}
.midasi2 p{
  font-size: 1.1em;
}
.right_box{
  width: 100%;

}
.right_box img{
  margin: auto;
}
.left_box {
  width: 100%;
  margin-top: 20px;
}
}

@media screen and (min-width: 769px){
.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;
  }
.question1 p span, .answer1 p span {
    line-height: 130%;
    font-size: 14pt;
}
  .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;
}
}
.todo_area ul li {
    background-image: url(../amaterasu/images/shorei_check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 13px 0px 13px 50px;
    border-bottom: dotted 2px #c5bbbb;
    color: #562b0c;
    font-size: 18px;
}

.wpcf7 form {
  background: #fffdf89e;
  margin: 20px 0;
  padding: 15px;
}

label {
    font-size: 18px;
    color: #2c2c2c;
}

.wpcf7 p input[type="text"] {
    width: 100%;
    height: auto;
    margin: 5px 0 15px 0;
    padding: 8px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}
  
  .wpcf7 p input[type="text"],
  .wpcf7 p input[type="email"],
  .wpcf7 p input[type="tel"],
  .wpcf7 p input[type="date"],
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: auto;
    margin: 5px 0 0 0;
    padding: 10px 2.5%;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}

.page-id-203 .post > p {
    text-align: center;
}
  
.wpcf7 p textarea {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}
  
.wpcf7 p span.required {
    font-size: 15px;
    text-align: center;
    color: #ffffff;
    padding: 0 7px;
    background-color: #00bba3;
    font-weight: bolder;
} 
  
.wpcf7 p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    color: #6c5e55;
    margin: 20px 0;
    padding: 0;
    font-weight: bolder;
} 
  
.wpcf7 p span.accept {
    font-size: 12px;
    color: #ff8d0c;
}
  
.wpcf7 p input[type="submit"] {
    width: 30% !important;
    height: auto;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    color: #ffffff;
    background-color: #fec32b;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffd979), color-stop(1, #fec32b) );
    background: -o-linear-gradient(bottom, #18d9c0 0%, #06bfa7 100%);
    background: -moz-linear-gradient(bottom, #18d9c0 0%, #06bfa7 100%);
    background: -webkit-linear-gradient(to bottom, #18d9c0 0%, #06bfa7 100%);
    background: -ms-linear-gradient(bottom, #18d9c0 0%, #06bfa7 100%);
    background: linear-gradient(to bottom, #18d9c0 0%, #06bfa7 100%);
    border: 1px solid #00a38e;
    display: block;
}
  
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    font-weight: 100;
} 
  
table, td, th {
    border: solid 1px #CCC;
    padding: 7px;
    min-width: 6em;
}
  
th {
  background-color: #13334c;
  color: #ffffff;
  text-align: center;
} 