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

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

@media screen and (max-width: 768px){
        .menu_s ul li{
          /* width: 42%!important;  
          margin: 5px!important;  
          padding: 6px!important;  */
      }
      .post .menu_s ul li p.img {
        margin: 0;
      }
      .post .menu_s ul li p.ttl {
        position: absolute;
        bottom: -2%;
        right: 0;
        left: 0;
        text-shadow:
          1px 1px 0px #fff, -1px -1px 0px #fff,
          -1px 1px 0px #fff,  1px -1px 0px #fff,
          1px 0px 0px #fff, -1px  0px 0px #fff,
          0px 1px 0px #fff,  0px -1px 0px #fff;
        margin: 0;
        font-size: 20px!important;    
      }
      .btn{
        padding: 4px!important;
        font-size: 12px!important; 
      }
  .menu_s ul li:nth-child(even){
margin-right:0px;
} 
.pc {
  display: none;
}
  .sp #main_visual{
    /*margin-top: 19vw;*/
	margin-top: 50px;
  }

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

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

#main_visual_in img,
#sub_visual_in img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

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

/* コンテンツ エリア */
#content h1 {
  width: 100%;
  font-size: 6.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.1em;
  margin-bottom: 3.90625%;
  padding: 3.255208333% 2.604166666% 2.604166666% 2.604166666%;
  clear: both;
  color: #062441;
  background-color: #ffffff;
  border: 4px solid #062441;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

#content h1::after {
  position: absolute;
  content: none;
}

#content h2 {
  width: 100%;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 35px;
  padding: 2.604166666% 0%;
  clear: both;
  color: #ffffff;
  /*background-color: #4678b4;*/
  background-color: #00b9d8;
  position: relative;
}

#content h2::after {
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
}

#content h3 {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 3.90625%;
  padding: 3px 10px 1px 10px;
  clear: both;
  color: #062441;
  border-left: 8px solid #062441;
  border-bottom: 3px dotted #062441;
}

#content h4,
#content h5,
#content h6 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 2.604166666%;
  padding: 0 10px 0 23px;
  clear: both;
  color: #062441;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before {
  position: absolute;
  content: url("./images/h4_before.png");
  top: 1px;
  left: 0;
}

#content h1 a {
  font-size: 7.5vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #062441;
  display: block;
}

#content h2 a {
  font-size: 5.5vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  display: block;
}

#content h3 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #062441;
  display: block;
}

#content h4 a,
#content h5 a,
#content h6 a {
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #062441;
  display: block;
}

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

#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: 9%;
  right: 2.604166666%;
  z-index: 3;
}

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

p.pagetop a:hover {
  opacity: 0.7;
  color: #cccccc;
}

/* フッター エリア */
#footer_in .sp_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
  border-top: 1px solid #cccccc;
  float: left;
}

#footer_in .sp_inner .left {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  border-right: 1px solid #cccccc;
}

#footer_in .sp_inner .right {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#footer_in .sp_inner .left li,
#footer_in .sp_inner .right li {
  width: 100%;
  height: auto;
  padding-left: 5.208333333%;
  background-color: #ffffff;
  border-bottom: 1px dotted #cccccc;
}

#footer_in .sp_inner .left li {
  background-image: url("./images/footer_nav_icon01.png");
  background-position: 97% center;
  background-repeat: no-repeat;
}

#footer_in .sp_inner .right li {
  background-image: url("./images/footer_nav_icon02.png");
  background-position: 97% center;
  background-repeat: no-repeat;
}

#footer_in .sp_inner .left li:hover,
#footer_in .sp_inner .right li:hover {
  background-image: url("./images/footer_nav_icon03.png");
  background-position: 97% center;
  background-repeat: no-repeat;
}

#footer_in .sp_inner .left li:last-child,
#footer_in .sp_inner .right li:last-child {
  border-bottom: 1px solid #cccccc;
}

#footer_in .sp_inner .left li:hover,
#footer_in .sp_inner .right li:hover {
  width: 100%;
  height: auto;
    background-color: #629003;
  border-bottom: 1px dotted #ffffff;
}

#footer_in .sp_inner .left li a,
#footer_in .sp_inner .right li a {
  font-size: 3.0vw;
  color: #222222;
  text-align: left;
  text-decoration: none;
  padding: 15px 0 13px 0;
  display: block;
}

#footer_in .sp_inner .left li a:hover,
#footer_in .sp_inner .right li a:hover {
  color: #ffffff;
  background-color: #629003;
}

#footer_in .logo_inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 2.604166666%;
}

#footer_in .logo_inner img {
  width: 54.94505494%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#footer_in .logo_inner p {
  font-size: 3.5vw;
  text-align: center;
  color: #000000;
  line-height: 1.2em;
  margin-top: 1.953125%;
}

.footer_contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff6633;
  z-index: 2;
}

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

.footer_contact_box li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/*フッターポップアップ*/
.popup-block {
    display: block !important;
    width: 100%;
    height: 75px;
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    z-index: 3 !important;
    display: flex;
    justify-content: space-between;
}
.popup-block .icon_send {
    background: #ff4b64;
    height: 200px;
} 
  .popup-block .icon_tel {
    background: #ff8400;
    height: 200px;
}
.popup-block .icon_mail {
    background: #92bfe0;
    height: 200px;
} 
.popup-block a {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
}
a.icon_tel {
    animation: buruburu 0.7s infinite;
}
.sp_menu_bg {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #21ac38;
}
/*フッターポップアップ*/
  
#copyright p {
  width: auto;
  height: auto;
  font-family: "arial";
  font-size: 10px;
  text-align: center;
  color: #000000;
  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: 65.93406592%;
  height: auto;
  margin: 0 auto 5.208333333% auto;
  padding: 0;
}

#sidebar #widget-area .widget-container a:hover img {
  opacity: 0.7;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 8px 0 5px 23px;
  background-image: url("./images/side_nav_icon.png");
  background-position: 8px 14px;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #062441;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border-bottom: 1px solid #062441;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #cccccc;
}

#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: 100%;
  height: auto;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.651041666%;
  padding: 9px 0 8px 7px;
  color: #222222;
  background-image: url("./images/side_h3_bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #062441;
  position: relative;
}

#sidebar #widget-area .widget-container h3::after {
  position: absolute;
  content: url("./images/side_h3_after.png");
  bottom: -10px;
  right: 0;
}

#sidebar #widget-area .widget-container h3::first-letter {
  font-size: 24px;
  letter-spacing: 0.35em;
  color: #ffffff;
}

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

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

/* カスタムHTML エリア */
#sidebar #widget-area .widget-container .custom-html-widget .reception,
#sidebar #widget-area .widget-container .custom-html-widget .side_info {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding: 2.604166666% 0;
  border-bottom: 1px solid #062441;
  float: left;
}

#sidebar #widget-area .widget-container .custom-html-widget .reception strong,
#sidebar #widget-area .widget-container .custom-html-widget .side_info strong {
  font-size: 18px;
  color: #ff6633;
  margin-bottom: 2.604166666%;
  display: block;
}

#sidebar #widget-area .widget-container .custom-html-widget .reception p {
  font-size: 16px;
  line-height: 1.3em;
  color: #222222;
  margin: 0 0 1.953125% 0;
}

#sidebar #widget-area .widget-container .custom-html-widget .side_info p {
  font-size: 16px;
  line-height: 1.3em;
  color: #222222;
  margin: 0 0 1.953125% 8px;
}

#sidebar #widget-area .widget-container .custom-html-widget .reception p.mgn_l {
  margin: 0 0 1.953125% 8px;
}

#sidebar #widget-area .widget-container .custom-html-widget .reception p.mgn_l_last,
#sidebar #widget-area .widget-container .custom-html-widget .side_info p.mgn_l_last {
  margin: 0 0 5.208333333% 8px;
}

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

#respond h3 a {
  color: #ffffff;
}

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

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

#respond a {
  font-weight: bold;
}

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

.reply {
  margin-bottom : 20px;
}

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

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

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

p.nocomments {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* トップページ エリア */
.top_out {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top:0%;
  /*
  background-position: 0 0;
  background-repeat: repeat;*/
  display: table;
}

.top_out p {
  width: auto;
  height: auto;
  font-size: 4.0vw;
  font-weight: bold;
  text-align: center;
  color: #062441;
  letter-spacing: 0.1em;
  padding-bottom: 0.651041666%;
}

.top_out p strong {
  font-size: 6.5vw;
  color: #ff3300;
}

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

.top_in img {
  width: 89.28571428%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top_in .inner_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0% 0;
  padding-bottom: 15px;
  background-color: #00b9d8;
  display: table;
}

.top_in .inner_title::after {
  content: none;
}

.top_in .inner_title ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_in .inner_title ul li:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
  float: none;
}

.top_in .inner_title ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

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

.top_in .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 5.604166666%;
  padding-bottom: 60px;
  padding-top: 35px;
}

.top_in .inner img {
  width: 95%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.top_out p.beginner_btn{
  margin-bottom: 200px;
}
.white_out {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 -7px 8px rgba(0,0,0,0.05);
  background-color: #ffffff;
}

.white_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*padding: 5.208333333% 2.604166666% 0 2.604166666%;*/
  padding: 5.208333333% 0 0 0;
  background-color: #ffffff;
}

.white_in .inner {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding-bottom: 2.604166666%;
  border-bottom: 3px dotted #999999;
  display: table;
}

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

.white_in .inner ul li:first-child {
  width: 88.54166666%;
  height: auto;
  margin: 0 auto 2.604166666% auto;
  padding: 0;
  float: none;
}

.white_in .inner ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

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

.voice_out {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #e3f8fc;
  display: table;
}

.voice_in {
  width: 100%;
  height: auto;
  margin: 0 auto 5.208333333% auto;
  padding: 6.510416666% 2.604166666% 0 2.604166666%;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.voice_in .inner {
  width: 100%;
  height: auto;
  margin-bottom: 6.510416666%;
  padding-bottom: 3.90625%;
  border-bottom: 1px solid #cccccc;
  display: table;
}

.voice_in .inner .img_box {
  width: 62.5%;
  height: auto;
  margin: 0 auto 3.90625% auto;
  padding: 0;
  float: none;
}

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

.voice_in .inner .voice {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.voice_in .inner .voice p.title {
  font-size: 6.0vw;
  line-height: 1.2em;
  color: #222222;
}

.voice_in .inner .voice p.title span {
  font-size: 14px;
  text-align: right;
  display: block;
}

.voice_in .inner .voice ul {
  width: 100%;
  height: auto;
  margin: 2.604166666% 0;
  padding: 0;
  float: none;
}

.voice_in .inner .voice ul li:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 2.604166666%;
  float: none;
  background-color: #e3f8fc;
}

.voice_in .inner .voice ul li:last-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  float: none;
  background-color: #e3f8fc;
}

.voice_in .inner .voice ul li strong {
  font-size: 16px;
  line-height: 1.3em;
  color: #222222;
  padding: 0;
  display: block;
}

.voice_in .inner .voice ul li p {
  font-size: 14px;
  line-height: 1.5em;
  color: #222222;
  margin-top: 1.953125%;
}

.voice_in .inner .voice strong {
  font-size: 18px;
  line-height: 1.3em;
  color: #ff6600;
  padding: 2.604166666% 0 1.953125% 0;
  display: block;
}

.voice_in .inner .voice p {
  font-size: 16px;
  line-height: 1.6em;
  color: #222222;
}

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

.contact_in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 2.604166666%;
  box-sizing: border-box;
}

.contact_in .contact_bnr_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  display: table;
}

.contact_in .contact_bnr_box img.position {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contact_in .contact_bnr_box img.position.sp {
  width: auto;
  margin: 0 auto 2%;
  display: block;
}
.contact_in .contact_bnr_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #f3f3ea;
  border: 1px solid #cccccc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}

.contact_box .contact {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #ffffff;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: table;
}

.contact_box .contact .inner_left {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
  float: none;
}

.contact_box .contact .inner_left img {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.contact_box .contact .inner_left .img_box {
  width: 82.4742268%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.contact_box .contact .inner_left .img_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contact_box .contact .inner_left p {
  font-size: 4.0vw;
  line-height: 1.3em;
  color: #222222;
  margin-bottom: 2.604166666%;
}

.contact_box .contact .inner_left p span {
  font-size: 3.5vw;
  line-height: 1.3em;
  color: #ff3300;
  display: block;
}

.contact_box .contact .inner_right {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.contact_box .contact .inner_right .view {
  width: 100%;
  margin-top: 3.255208333%;
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

.contact_box .contact .inner_right .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ご予約・お問い合わせページ エリア */
.form_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.form_box p {
  color: #222222;
  line-height: 1.5em;
  margin-bottom: 5.208333333%;
}

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

#map {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#map .view {
  width: 100%;
  margin-top: 3.90625%;
  padding-top: 56.25%;
  position: relative;
}

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






















































/* Contact Form 7 エリア */
.wpcf7 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

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

.wpcf7 p {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #222222;
  margin-bottom: 15px;
  padding: 0;
}

.wpcf7 p.radio {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: #222222;
  margin-bottom: 25px;
  padding: 0;
}

.wpcf7 p span.required {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  padding: 2px 7px 0 7px;
  background-color: #ff9933;
}

.wpcf7 p input[type="text"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="tel"] {
  width: 100%;
  height: auto;
  margin: 5px 0 15px 0;
  padding: 5px 10px;
  border: 1px solid #062441;
  background-color: #fefefe;
}

.wpcf7 p textarea {
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #062441;
  background-color: #fefefe;
}

::-webkit-input-placeholder {
  color: #bbbbbb;
}
::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbbbbb;
}

.wpcf7 p span.accept {
  font-size: 12px;
  color: #ff3300;
}

.wpcf7 p input[type="submit"] {
  width: 60%;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 3.90625% auto -6.510416666% auto;
  padding: 10px 0;
  color: #ffffff;
  background-color: #062441; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #2c5984),
  color-stop(1, #062441)
);
  background: -o-linear-gradient(bottom, #2c5984 0%, #062441 100%);
  background: -moz-linear-gradient(bottom, #2c5984 0%, #062441 100%);
  background: -webkit-linear-gradient(bottom, #2c5984 0%, #062441 100%);
  background: -ms-linear-gradient(bottom, #2c5984 0%, #062441 100%);
  background: linear-gradient(to bottom, #2c5984 0%, #062441 100%);
  border: 1px solid #062441;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  color: #ffffff;
  background-color: #2c5984; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #062441),

  color-stop(1, #2c5984)
);
  background: -o-linear-gradient(bottom, #062441 0%, #2c5984 100%);
  background: -moz-linear-gradient(bottom, #062441 0%, #2c5984 100%);
  background: -webkit-linear-gradient(bottom, #062441 0%, #2c5984 100%);
  background: -ms-linear-gradient(bottom, #062441 0%, #2c5984 100%);
  background: linear-gradient(to bottom, #062441 0%, #2c5984 100%);
  border: 1px solid #062441;
}

.wpcf7 .wpcf7-response-output {
  width: 92.8571429%;
}

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

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

.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: #222222;
  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: #222222;
  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: #ff3300;
}
  .alignright{
    float: none !important;
  }
}
@media screen and (min-width: 769px)and (max-width: 1040px){
      #header_in{
        padding: 20px 30px 15px 30px;
      }
       #content{
           width: 100%;
           max-width: 100%;
           padding: 0 15px;
       }
       #content .top_in{
        max-width: 100%;
        width: 100%;
      }
       #content .white_in{
        max-width: fit-content;
        width: 100%;
        padding: 40px 15px 0;
      }
       #content .flow_in{
        max-width: 100%;
        width: 100%;
       }
       #content .contact_in {
        max-width: 100%;
        width: 100%;
       }
       #sidebar{
        display: none;
       }
       #footer_in {
        padding: 20px 30px;
       }
  
}

@media screen and (min-width: 769px){
  #sub_visual_in img {
    height: auto;
  }
}
@keyframes buruburu{
0% {
    transform: rotate(0deg);
} 
25% {
    transform: rotate(-2deg);
}
50% {
    transform: rotate(0deg);
}
75% {
    transform: rotate(2deg);
}
100% {
    transform: rotate(0deg);
} 
}

@media screen and (max-width: 834px){
.l-header {
    border-top: none!important;
} 
.header_inner {
    width: 100%;
    height: 80px!important;
    padding: 0 15px!important;
    box-sizing: border-box;
}
  .header_title {
    width: 130px!important;
    /* height: 40px!important; */
    z-index: 999;
    position: relative;
}
.header_title.open a {
    background-image: url(../images/logo_white.png);
} 
  .header_title a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
  .header_inner .navi_wrap {
    padding-top: 100px;
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
  .header_inner .navi_wrap .navi_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  position:static;  
}
  .header_inner .navi_wrap .navi {
    width: 100%;
}
  .sub-nav {
    margin-top: 45px;
    padding: 0 15px;
    font-size: 1.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.sub-nav ul {
    margin-bottom: -1em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sub-nav li:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
} 
  .sub-nav a {
    color: #d4f7d2;
}
  .header_inner .navi_wrap .navi {
    width: 100%;
}
.global-nav {
    font-size: 1.8rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
} 
  .global-nav ul {
    display: block;
    text-align: center;
}
  .global-nav li:not(:last-child) {
    margin-bottom: 2em;
}
  .global-nav a {
    color: #FFF;
}
.header_inner .navi_wrap .navi {
    width: 100%;
} 
  .clinic-nav {
    padding: 0 15px;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
  .header_inner .navi_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .clinic-nav .clinic_list {
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
  .hamburger_icon {
    display: block!important;
    /* margin-right: 30px; */
}
  #nav-toggle div {
    position: relative;
}
  #nav-toggle {
    margin: 0;
    display: block;
    width: 32px;
    height: 23px;
    text-align: center;
    cursor: pointer;
}
  #nav-toggle span:first-child {
    top: 0;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #21ac38;
    left: 0;
    border-radius: 4px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
} 
#nav-toggle p {
    margin: 0 -1em 0;
    padding-top: 24px;
    font-size: 0.8rem;
    color: #21ac38;
    letter-spacing: -1px;
} 
  
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #21ac38;
    left: 0;
    border-radius: 4px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
} 
  
  #nav-toggle span:first-child {
    top: 0;
}
.hamburger_icon.search #nav-toggle span:first-child {
    display: none;
} 
#nav-toggle span:nth-child(2) {
    top: 10px;
}
  #nav-toggle span:nth-child(3) {
    top: 20px;
}
.header_inner .navi_wrap {
    padding-top: 100px;
    display: none;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
  .header_inner .navi_wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header_inner .navi_wrap .navi {
    width: 100%;
}
.sub-nav ul {
  margin-bottom: -1em;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sub-nav a {
  color: #d4f7d2;
}
.header_inner .navi_wrap .navi {
  width: 100%;
}
.global-nav {
  font-size: 1.8rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.global-nav ul {
  display: block;
  text-align: center;
}
.global-nav a {
  color: #FFF;
}
.header_inner .navi_wrap .navi {
  width: 100%;
}
.clinic-nav {
  padding: 0 15px;
  background: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.clinic-nav h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.clinic-nav .clinic_list {
  margin-bottom: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clinic-nav .clinic_list li {
  width: 32%;
  margin-bottom: 10px;
}
.header_title.open a {
  background-image: url(../images/logo_white.png);
}
  
.global-nav {
  font-size: 1.5rem;
  font-weight: 500
}

.global-nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.global-nav li:not(:first-child) {
  margin-left: 0;
  margin-bottom: 25px;
}

.sub-nav {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 1.3rem;
}

.sub-nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sub-nav li {
  line-height: 1;
}

.clinic-nav.active {
  top: 0;
}

.clinic-nav.active .search_btn {
  background-color: rgba(54, 155, 196, 0.9);
}

.clinic-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 25px;
  position: relative;
}

.clinic-nav h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.clinic-nav h2:before {
  margin-right: 8px;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icon_search.png) center no-repeat;
  background-size: cover;
  position: relative;
  top: 1px;
}

.clinic-nav .clinic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.clinic-nav .clinic_list li {
  width: 16%
}

.clinic-nav .clinic_list img {
  border-radius: 5px
}

.clinic-nav .clinic_list a {
  color: #FFF
}

.clinic-nav .clinic_list p {
  margin-top: 5px;
  text-align: center
}

.clinic-nav .search_btn {
  width: 158px;
  padding: 4px 0 8px;
  background-color: #369bc4;
  position: absolute;
  bottom: -34px;
  right: 0;
  color: #FFF;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 0 0 5px 5px
}

.clinic-nav .search_btn:before {
  margin-right: 8px;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icon_search.png) center no-repeat;
  background-size: cover;
  position: relative;
  top: 3px
}

.clinic-nav_sp {
  display: none;
  padding: 25px 15px;
  background-color: #369ac4;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 99
}

.clinic-nav_sp .inner {
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #FFF
}

.clinic-nav_sp a {
  color: #FFF
}

.clinic-nav_sp .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0
}

.clinic-nav_sp .contact_link a:not(:first-child) {
  margin-left: 20px
}

.clinic-nav_sp dt {
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 1.8rem;
  background: url(../images/icon_arrow05.png) left center no-repeat;
  background-size: 18px
}

.clinic-nav_sp dd {
  font-size: 1.3rem;
  color: #daf2ff
}

.hamburger_icon {
  margin-top: -18px;
  z-index: 99;
  display: none
}

.hamburger_icon.search {
  margin-top: -4px;
  margin-left: auto;
  margin-right: 22px
}

.hamburger_icon.search #nav-toggle {
  height: 45px
}

.hamburger_icon.search #nav-toggle span:first-child {
  display: none
}

.hamburger_icon.search #nav-toggle span:nth-child(2) {
  width: 30px;
  height: 30px;
  background: url(../images/icon_search2.png) center no-repeat;
  background-size: cover;
  top: 0
}

.hamburger_icon.search #nav-toggle span:nth-child(3) {
  display: none
}

.hamburger_icon.search #nav-toggle p {
  padding-top: 28px;
  color: #369ac4
}

.hamburger_icon.search.on #nav-toggle span:nth-child(2) {
  background-image: url(../images/icon_search.png)
}

.hamburger_icon.search.on #nav-toggle p {
  color: #FFF
}

.hamburger_icon.search.open:after {
  content: '';
  width: 60px;
  height: 80px;
  display: block;
  background-color: #369ac4;
  position: fixed;
  top: 0;
  right: 55px;
  z-index: -1
}

.hamburger_icon.search.open #nav-toggle span:first-child {
  display: block
}

.hamburger_icon.search.open #nav-toggle span:nth-child(2) {
  display: none
}

.hamburger_icon.search.open #nav-toggle span:nth-child(3) {
  display: block
}

.hamburger_icon.search.open #nav-toggle p {
  color: #FFF
}

#nav-toggle {
  margin: 0;
  display: block;
  width: 32px;
  height: 23px;
  text-align: center;
  cursor: pointer
}

#nav-toggle div {
  position: relative
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #21ac38;
  left: 0;
  border-radius: 4px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}

#nav-toggle span:first-child {
  top: 0
}

#nav-toggle span:nth-child(2) {
  top: 10px
}

#nav-toggle span:nth-child(3) {
  top: 20px
}

#nav-toggle p {
  margin: 0 -1em 0;
  padding-top: 24px;
  font-size: 13px;
  color: #21ac38;
  letter-spacing: -1px;
}

.open #nav-toggle span {
  background: #FFF
}

.open #nav-toggle span:first-child {
  top: 10px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg)
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg)
}

.open #nav-toggle p {
  color: #FFF
}

.sp_menu_bg {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #21ac38
}
  
.global-nav {
  font-size: 1.5rem;
  font-weight: 500;
}

.global-nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.global-nav li:first-child{
    font-size: 15px;
}
.sub-nav {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 14px;
}

.sub-nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.sub-nav li {
  line-height: 1
}

.clinic-nav.active {
  top: 0
}

.clinic-nav.active .search_btn {
  background-color: rgba(54, 155, 196, 0.9)
}

.clinic-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 25px;
  position: relative
}

.clinic-nav h2 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.clinic-nav h2:before {
  margin-right: 8px;
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/icon_search.png) center no-repeat;
  background-size: cover;
  position: relative;
  top: 1px
}

.clinic-nav .clinic_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.clinic-nav .clinic_list li {
  width: calc( 96% / 3 );
}

.clinic-nav .clinic_list img {
  border-radius: 5px
}

.clinic-nav .clinic_list a {
  color: #FFF
}

.clinic-nav .clinic_list p {
  margin-top: 5px;
  text-align: center;
  font-size: 12px!important;
}

.clinic-nav .search_btn {
  display: none;
}

.clinic-nav_sp {
  display: none;
  padding: 25px 15px;
  background-color: #369ac4;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 99
}

.clinic-nav_sp .inner {
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #FFF
}

.clinic-nav_sp a {
  color: #FFF
}

.clinic-nav_sp .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0
}

.clinic-nav_sp .contact_link a:not(:first-child) {
  margin-left: 20px
}

.clinic-nav_sp dt {
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 1.2rem;
  background: url(./images/images/icon_arrow05.png) left center no-repeat;
  background-size: 18px
}

.clinic-nav_sp dd {
  font-size: 1.0rem;
  color: #daf2ff
}

.hamburger_icon {
  margin-top: -18px;
  z-index: 99;
  display: none
}

.hamburger_icon.search {
  margin-top: -4px;
  margin-left: auto;
  margin-right: 22px;
}

.hamburger_icon.search #nav-toggle {
  height: 45px
}

.hamburger_icon.search #nav-toggle span:first-child {
  display: none
}

.hamburger_icon.search #nav-toggle span:nth-child(2) {
  width: 30px;
  height: 30px;
  background: url(./images/images/icon_search2.png) center no-repeat;
  background-size: cover;
  top: 0
}

.hamburger_icon.search #nav-toggle span:nth-child(3) {
  display: none
}

.hamburger_icon.search #nav-toggle p {
  padding-top: 28px;
  color: #369ac4
}

.hamburger_icon.search.on #nav-toggle span:nth-child(2) {
  background-image: url(../images/icon_search.png)
}

.hamburger_icon.search.on #nav-toggle p {
  color: #FFF
}
.flex_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sub-nav li {
    width: 50%;
    margin-bottom: 1em;
    text-align: center;
}
.sub-nav li:not(:last-child) {
   font-size: 14px;
}
.sub-nav li:last-child{
   font-size: 14px;
}
  
  
  
  
  
  
/*footer*/
  
.l-footer {
    padding: 0 15px;
} 
  .footer_area {
    padding: 0;
}
  .footer_area.area01 .inner {
    border-bottom: none;
}
.l-footer .headline {
    width: 300px;
    margin: 0 auto 20px;
}
  .l-footer .sub {
    font-size:14px;
    text-align: center;
}
.l-footer .clinic_list {
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 
  .l-footer .clinic_list li {
    width: 32%!important;
    margin-bottom: 10px;
}
  .l-footer .clinic_list p {
    font-size: 12px;
}
  .footer_area {
    padding: 0;
}
  .footer_area .inner {
    width: 100%;
}
.footer_navi {
    margin-bottom: 18px;
    font-size: 1.5rem;
} 
  .footer_navi ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  .footer_navi li:not(:last-child) {
    margin-bottom: 8px;
}
  .footer_navi li {
    width: 100%;
}
  .footer_navi li:not(:last-child) {
    margin-bottom: 8px;
}
  .footer_navi li {
    width: 100%;
}
  .footer_navi a {
    padding: 14px 0 14px 18px;
    display: block;
    border-radius: 5px;
    background: #369bc4 url(./images/images/icon_arrow02.png) right 25px center no-repeat;
    background-size: 6.5px auto;
	font-size:14px; 
	color: #fff;
}
.footer_sub_navi ul {
    padding-left: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} 
  .footer_sub_navi li:not(:last-child) {
    margin-right: auto;
    margin-bottom: 15px;
    width:100%;
}
  .footer_area.area02 .inner{
    overflow:hidden;
  }
  #content dt.q {
    padding-right: 35px;
  }
	
	.jiko-bengo {
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    padding: 20px 10px 60px;
}
}

