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

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

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  /* フォント系 */
  .bold {
    font-weight: bold;
  }

  .red {
    color: #dc143c;
  }
   p{
    line-height: 1.5rem
  }
  /* ボタン */
  div.btn1 {
    padding: 7px 35px;
    text-align: center;
    width: 300px;
    background: #cc0000;
    margin: auto;
    border-radius: 3px;
  }

  div.btn1:hover {
    background: #e32a2a;
  }

  div.btn1 p {
    background-image: url("images/yajirushi_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
  }

  div.btn1 a {
    font-weight: bold;
    color: #FFF;
  }

  div.btn1 a:link {
    color: #fff;
    text-decoration: none;
  }

  div.btn1 a span {
    font-size: 17px;
  }

  /* グローバルナビ エリア */
.fixheader.scrolled {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s ease;
}
	.fixheader {
    width: 100%;
    height: auto;
    margin: 0;
    display: table;
    z-index: 2;
    position: absolute;
    transition: background-color 0.3s ease;
	background-color: rgb(86 86 86 / 70%);
  }
  #rmp_menu_trigger-653 {  
    background-color: transparent !important;
}

  .fixheader ul {
    width: 100%;
    height: auto;
  }

  .fixheader ul li {
    width: 18.13186813%;
    height: auto;
    margin: 0;
    float: left;
  }

  .fixheader ul li:first-child {
    width: 58%;
  }

  .fixheader ul li img {
    width: 120px;
    height: auto;
    margin: 0;
  }

  .fixheader ul li img.button-toggle:hover {
    opacity: 0.5;
  }

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

  button#responsive-menu-button {
    top: 2vw !important;
  }

  .nav_sp {
    width: 100%;
    height: auto;
    padding: 15px 2.604166666%;
  }

  .nav_sp .left {
    width: 50%;
    height: auto;
    float: left;
    border-right: 5px solid #222222;
  }

  .nav_sp .right {
    width: 50%;
    height: auto;
    float: right;
    border-left: 5px solid #222222;
  }

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

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

  .nav_sp .left li a,
  .nav_sp .right li a {
    font-size: 4vw;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    display: block;
  }

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

  .bxslider {
    z-index: 1;
  }

  /* トップスライダー エリア*/
  /* トップスライダー追加CSS */
  /* ベース設定 */
  .intro {
    position: relative;
    height: 500px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
  }

  .intro__inner {
    position: relative;
    z-index: 20;
  }

  .intro__title {
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 37px;
    text-align: center;
    font-family: serif;
  }

  .intro__copy {
    font-size: 1rem;
  }

  /* 背景画像エリア */
  .intro__images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
 	filter: brightness(50%); 
  }

  /* 各画像 */
  .intro__image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.2);
    /* 初期：ちょいズーム */
    opacity: 0;
    transition: opacity 0.5s ease, transform 4s ease;
  }

  .intro__image.active {
    opacity: 1;
    transform: scale(1);
	background-size: auto 100%;    
    background-repeat: no-repeat;
    background-position: right center; 
    width: 100%;
    /* ズームアウト */
  }

  .intro__mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #e7e4e4;
    z-index: 10;
    pointer-events: none;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s ease;
  }

  .intro__mask.animate {
    transform: scaleX(1);
  }
.movie {
    margin: 1rem;
}
  /* サブヴィジュアル エリア */
  #sub_visual_in p {
    font-family: "arial";
    font-size: 30px;
    color: #444444;
    text-align: center;
    line-height: 1.0em;
    padding: 15px 0 10px 0;
  }

  #sub_visual_in p span {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    display: block;
  }

  #sub_visual_in h1 {
    font-family: "arial", "メイリオ";
    font-size: 30px;
    font-weight: normal;
    color: #444444;
    text-align: center;
    line-height: 1.0em;
    padding: 15px 0 10px 0;
  }

  .single #sub_visual_in h1 {
    font-family: "メイリオ";
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    line-height: 1.0em;
    padding: 25px 0 20px 0;
  }

  #sub_visual_in h1 strong {
    font-size: 18px;
    color: #666666;
    text-align: center;
    display: block;
  }

  #sub_visual_in h1 a {
    font-family: "arial", "メイリオ";
    font-size: 30px;
    color: #444444;
    text-align: center;
    line-height: 1.0em;
    padding: 15px 0 10px 0;
    text-decoration: none;
  }

  .single #sub_visual_in h1 a {
    font-family: "メイリオ";
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    line-height: 1.0em;
    padding: 25px 0 20px 0;
    text-decoration: none;
  }

  #sub_visual_in h1 a:hover {
    color: #c48d3a;
  }

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

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

  #breadcrumb strong {
    display: none;
  }

  /* コンテンツ エリア */
  #content h1 {
    width: 100%;
    font-size: 9.5vw;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 0;
    clear: both;
    color: #c48d3a;
    text-align: center;
  }

  #content h2 {
    width: 100%;
    font-size: 7.0vw;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 0;
    clear: both;
    color: #0760d9;
    text-align: center;
  }

  #content h3 {
    width: auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 auto 15px auto;
    clear: both;
    text-align: left;
    background: #393939;
    color: #fff;
    padding: 7px 15px;
    border-left: solid 5px #cc0000;
  }

  #content h4,
  #content h5,
  #content h6 {
    width: 100%;
    font-size: 5.0vw;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
    color: #333333;
    text-align: left;
  }

  #content h1 a {
    font-size: 9.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #content h2 a {
    font-size: 8.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #content h3 a {
    font-size: 7.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #content h4 a,
  #content h5 a,
  #content h6 a {
    font-size: 6.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
  }

  #content h1 a:hover,
  #content h2 a:hover,
  #content h3 a:hover {
    color: #333333;
  }

  #content h4 a:hover,
  #content h5 a:hover,
  #content h6 a:hover {
    color: #c48d3a;
  }

  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 1カラム コンテンツ エリア */
  #c1_content h1 {
    width: 100%;
    font-size: 9.5vw;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 0;
    clear: both;
    color: #c48d3a;
    text-align: center;
  }

  #c1_content h2 {
    width: 100%;
    font-size: 8.0vw;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 0;
    clear: both;
    color: #c48d3a;
    text-align: center;
  }

 #c1_content h3 {
  width: 100%;
  font-size: 5vw;
  font-weight: normal;
  line-height: 1.2em;
  margin: 25px 0 10px 0;
  padding: 0;
  clear: both;
  color: #c48d3a;
  text-align: left;
}

  #c1_content h4,
  #c1_content h5,
  #c1_content h6 {
    width: 100%;
    font-size: 5.0vw;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
    color: #333333;
    text-align: left;
  }

  #c1_content h1 a {
    font-size: 9.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #c1_content h2 a {
    font-size: 8.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #c1_content h3 a {
    font-size: 7.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #c48d3a;
  }

  #c1_content h4 a,
  #c1_content h5 a,
  #c1_content h6 a {
    font-size: 6.5vw;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
  }

  #c1_content h1 a:hover,
  #c1_content h2 a:hover,
  #c1_content h3 a:hover {
    color: #333333;
  }

  #c1_content h4 a:hover,
  #c1_content h5 a:hover,
  #c1_content h6 a:hover {
    color: #c48d3a;
  }

  #c1_content .post {
    padding-bottom: 20px;
  }

  #c1_content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  #c1_content .antivirus {
    margin-bottom: 10%;
  }

  /* 新着情報 エリア */
  .news_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 2.604166666% 0 2.604166666%;
    border: 1px solid #cccccc;
  }

  .news_title {
    width: auto;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    color: #666666;
  }

  #c1_content .news_box .news {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  #c1_content .news_box .news .pick {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .news_box .news .pick li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    display: table;
    border-bottom: 1px dotted #666666;
  }

  #c1_content .news_box .news .pick li span.entry_header {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #333333;
    line-height: 1.1em;
    margin-right: 10px;
    float: left;
    display: block;
  }

  #c1_content .news_box .news .pick li span.cat {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4em;
    margin-right: 10px;
    padding: 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    float: left;
    display: block;
  }

  #c1_content .news_box .news .pick li span.cat a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
  }

  #c1_content .news_box .news .pick li span.cat a:hover {
    opacity: 0.7;
  }

  #c1_content .news_box .news .pick li span.unclassified {
    background-color: #000000;
  }

  #c1_content .news_box .news .pick li span.news {
    background-color: #cc9966;
  }

  #c1_content .news_box .news .pick li span.entry_title {
    width: auto;
    height: auto;
    font-size: 14px;
    color: #333333;
    line-height: 1.1em;
    margin: 0;
    float: left;
    display: block;
  }

  #c1_content .news_box .news .pick li span.entry_title a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
  }

  #c1_content .news_box .news .pick li span.entry_title a:hover {
    text-decoration: underline;
  }

  /* TOP ABOUT US */
  .parent {
/*     margin: 40px 0; */
    border: 1px solid transparent;
  }

  /* まずは無料カウンセリングエリア */
  .part_cta {
    background: #383838;
    padding: 3rem 0;
    margin-bottom: 1rem;
  }

  .wi1100 {
    width: 100%;
  }

  .part_cta .txt {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 2rem;
    line-height: 1.6;
  }

  .part_cta .btn_cta_grad {
    margin: 0 auto;
    width: 86%;
  }

  .btn_cta_grad {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
  }

  .btn_cta_grad a {
    background: #f19d2b;
    color: #fff;
    font-size: 1.5rem;
    position: relative;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: block;
    height: 100%;
    text-decoration: none;
  }

  .btn_cta_grad a div {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 4rem;
  }

  /* よくある質問エリア */
  .bg_gray2 {
    background: #e8e9ea;
  }

  .layout_2col {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
	padding-top: 30px;
  }

  .engTit {
    font-size: 2rem;
    position: relative;
    left: -5px;
    letter-spacing: 0.05em;
    font-family: "hl";
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    color: #d2d5d8;
  }

  .col_main {
    flex: inherit;
    width: 80%;
  }

  .catchTxt {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }

  .faq .faqBox {
    margin-bottom: 1.5rem;
  }

  .faq .faqBox dt {
    display: flex;
	position: relative;
	background: #fff;
  }
 .faq .faqBox dd {
   margin-top: 10px;
  }

  .faq .faqBox dt::before,
  .faq .faqBox dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1rem;
    height: 2px;
    background-color: #be9c0d;
    transition: all 0.3s ease-in-out;
  }

  .faq .faqBox dt::before {
    transform: rotate(90deg);
  }

  .faq .faqBox dt::after {
    transform: rotate(0deg);
  }

  .faq .faqBox dt.open::before {
    transform: rotate(0deg);
    opacity: 0;
  }

  .faq .faqBox dt:after {
    right: 0.5rem;
    width: 1rem;
    height: 2px;
  }

  .faq .faqBox .q {
    width: 2.5rem;
    background: #be9c0d;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
  }

  .faq .faqBox .qTit {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    padding: 1rem 1rem 1rem 0.5rem;
    flex: 1;
  }

  /* TOP アーカイブ */
  .top_archive_wrap {
    margin: 40px 0;
  }

  .top_archive_box {
    width: auto;
    margin: auto;
    overflow: hidden;
    background: #fff;
    padding: 0px;
  }

  .top_archive_box ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top_archive_box ul li {
    width: 100%;
    border-bottom: dotted 1px #cfcfcf;
    padding: 13px 0;
  }

  .top_archive_box ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .top_archive_box ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    line-height: 1.7;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .top_archive_box ul li a:hover {
    opacity: 0.4;
  }

  .top_archive_box ul li a span.n-day {
    margin-right: 13px;
  }

  .facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }

  .facebook-wrapper>.fb-page {
    width: 100%;
  }

  .facebook-wrapper>.fb-page>span,
  .facebook-wrapper iframe {
    width: 100% !important;
  }

  .fb-wrap {
    width: 100%;
    text-align: center !important;
  }

  /* 続きを読む エリア */
  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;
  }

  /* サイドバー エリア */
  #sidebar h3 {
    width: auto;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 7px auto 7px auto;
    clear: both;
    text-align: left;
    background: #393939;
    color: #fff;
    padding: 7px 15px;
    border-left: solid 5px #cc0000;
  }

  /* ページトップ エリア */
  p.pagetop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 2.604166666%;
  }

  p.pagetop a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    color: #ffffff;
    background-color: rgba(68, 68, 68, 0.8);
    border: 1px solid #ffffff;
  }

  p.pagetop a:hover {
    color: #cc0000;
    background-color: rgba(68, 68, 68, 0.5);
  }

  /* フッター エリア */
  #footer_in .footer_logo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: none;
  }

  #footer_in .footer_logo img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  #footer_in .footer_logo p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6em;
    margin-top: 20px;
  }

  #footer_in .footer_nav {
    width: auto;
    height: auto;
    margin-top: 15px;
    float: none;
  }

  #footer_in .footer_nav p {
    font-size: 12px;
    color: #cccccc;
    line-height: 1.6em;
  }

  #footer_in .footer_nav p a {
    font-size: 12px;
    color: #cccccc;
    text-decoration: none;
  }

  #footer_in .footer_nav p a:hover {
    color: #ffffff;
  }

  #footer_in .footer_nav ul {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }

  #footer_in .footer_nav ul li {
    width: 100%;
    height: auto;
    float: none;
  }

  #footer_in .footer_nav ul li img {
    width: 100%;
    height: auto;
  }
/* スマホ用ロゴ */
  .logo-img {
    content: url("http://m3-gym.jp/wp-content/uploads/2025/05/logo-c-1.png");
}
  /* フッターナビ */

  /* フッターナビ */
  #footer_in .f_n ul {
    margin-bottom: 20px;
  }

  #footer_in .f_n ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    background-color: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #f0f0f0));
    background: -o-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
    background: -moz-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(bottom, #fefefe 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #f0f0f0 100%);
    border-bottom: 4px double #d9d9d9;
  }

  #footer_in .f_n ul li a {
    font-size: 14px;
    text-decoration: none;
    padding-left: 18px;
    background-image: url("images/footer_nav_icon_sp.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
  }


  #copyright p {
    width: auto;
    height: auto;
    font-family: "arial";
    font-size: 12px;
    text-align: left;
    color: #fff;
    margin: 0;
    text-align: center;
  }

  .footer_bar {
    width: 100%;
    height: auto;
    padding: 0;
    display: table;
    background-color: rgba(153, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    display: none !important;
  }

  .footer_bar .footer_bar_in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .footer_bar .footer_bar_in ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .footer_bar .footer_bar_in ul li {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .footer_bar .footer_bar_in ul li img {
    width: 100%;
    height: auto;
  }

  /* ウィジェット エリア */
  #sidebar {
    overflow: hidden;
    max-width: 768px;
  }

  #sidebar #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #sidebar #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container ul li {
    width: auto;
    height: auto;
    margin: 0;
    background: #0760d9;
    padding: 10px 23px;
    border-bottom: 1px solid #3682ea;
  }

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

  #sidebar #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    display: block;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    display: -webkit-flex;
    display: flex;
  }

  #sidebar #widget-area .widget-container ul li a:hover {
    color: #b6b0b0;
    text-decoration: underline;
  }

  #sidebar #widget-area .widget-container ul li a .fa {
    margin-right: 13px;
    font-size: 23px;
    text-align: center;
    width: 23px;
    color: #fff;
  }

  #sidebar #widget-area .widget-container p {
    margin-bottom: 7px;
    font-size: 14px;
  }

  #sidebar #widget-area .widget-container div.side_black {
    background: #0760d9;
    padding: 7px;
    margin-bottom: 7px;
    overflow: hidden;
    max-width: 768px;
  }

  #sidebar #widget-area .widget-container div.side_black h2 {
    color: #fff;
    text-align: center;
  }

  #sidebar #widget-area .widget-container div.side_black p {
    color: #fff;
  }

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

  /* トップページ エリア */
  #c1_content .point_box_out {
    width: 100%;
    height: auto;
    margin: 20px 0;
    background-color: #0760d9;
    display: table;
  }

  #c1_content .point_box_out .point_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 2.604166666%;
  }

  #c1_content .point_box_out .point_box p {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  #c1_content .point_box_out .point_box p span {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    display: block;
  }

  #c1_content .point_box_out .point_box .inner_type01 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 2.604166666%;
    background-color: #ffffff;
  }

  #c1_content .point_box_out .point_box .inner_type02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 2.604166666%;
    background-color: #eeeeee;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul,
  #c1_content .point_box_out .point_box .inner_type02 ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li,
  #c1_content .point_box_out .point_box .inner_type02 ul li {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    color: #0760d9;
    text-align: left;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li p,
  #c1_content .point_box_out .point_box .inner_type02 ul li p {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 1.7em;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li img,
  #c1_content .point_box_out .point_box .inner_type02 ul li img {
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 0;
  }

  #c1_content .point_box_out .point_box .inner_type01 ul li:first-child img,
  #c1_content .point_box_out .point_box .inner_type02 ul li:first-child img {
    width: 30%;
    height: auto;
    margin: 0 auto 10px auto;
  }

  #c1_content .catch_box_out {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #c1_content .catch_box_out .catch_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .catch_box_out .catch_box ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #c1_content .catch_box_out .catch_box ul li {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    color: #0760d9;
    text-align: left;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding: 0;
  }

  #c1_content .catch_box_out .catch_box ul li p {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    text-align: left;
    line-height: 1.4em;
    padding-bottom: 10px;
  }

  #c1_content .contact_box_out {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .contact_box_out h3 {
    width: auto !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
    margin: 0 auto 15px auto !important;
    clear: both !important;
    text-align: left !important;
    background: #393939 !important;
    color: #fff !important;
    padding: 7px 15px !important;
    border-left: solid 5px #c00 !important;
  }

  #c1_content .contact_box_out .contact_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0;
  }

  #c1_content .contact_box_out .contact_box .link {
    text-align: center;
    margin-bottom: 3%;
  }

  #c1_content .contact_box_out .contact_box .link .mailform {
    text-decoration: none;
  }

  #c1_content .contact_box_out .contact_box p.title {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #dc143c;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding: 10px 1.302083333%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #dc143c;
  }

  #c1_content .contact_box_out .contact_box img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  #c1_content .contact_box_out .contact_box table {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  #c1_content .contact_box_out .contact_box table th {
    width: 42%;
    height: auto;
    font-size: 13px;
    color: #666666;
    line-height：1.6em;
    margin: 0;
    padding: 10px 0.651041666%;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table th span.required {
    font-size: 12px;
    color: #dc143c;
  }

  #c1_content .contact_box_out .contact_box table td {
    width: 58%;
    height: auto;
    font-size: 13px;
    line-height：1.6em;
    color: #444444;
    margin: 0;
    padding: 10px 1.302083333%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.your-name input[type="text"],
  #c1_content .contact_box_out .contact_box table td span.text-252 input[type="text"] {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.your-email input[type="email"] {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.tel-696 input[type="tel"] {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.text-427 input[type="text"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box table td span.your-message textarea {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #c1_content .contact_box_out .contact_box p input[type="submit"] {
    width: 50%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    display: block;
  }

  #c1_content .contact_box_out .contact_box p input[type="submit"]:hover {
    opacity: 0.7;
  }

  #c1_content .contact_box_out .contact_box p {
    font-size: 13px;
  }

  #c1_content .contact_box_out .contact_box p span.required {
    width: auto;
    height: auto;
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    padding: 2px 7px 0 7px;
    background-color: #ff3300;
  }

  #c1_content .contact_box_out .contact_box .agree p {
    font-size: 12px;
    color: #ff3300;
    margin: 5px 0 15px 0;
  }

  /* フォーム */
  #content .contact_box_out {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0px;
  }

  #content .contact_box_out .contact_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0px;
  }

  #content .contact_box_out .contact_box p.title {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #dc143c;
    margin: 0 auto 40px auto;
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #dc143c;
  }

  #content .contact_box_out .contact_box img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  #content .contact_box_out .contact_box table {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  #content .contact_box_out .contact_box table th {
    width: 30%;
    height: auto;
    font-size: 15px;
    color: #666666;
    margin: 0;
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table th span.required {
    font-size: 13px;
    color: #dc143c;
  }

  #content .contact_box_out .contact_box table td {
    width: 70%;
    height: auto;
    font-size: 15px;
    color: #444444;
    margin: 0;
    padding: 10px;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.your-name input[type="text"],
  #content .contact_box_out .contact_box table td span.text-252 input[type="text"] {
    width: 40%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.your-email input[type="email"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.tel-696 input[type="tel"] {
    width: 50%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.text-427 input[type="text"] {
    width: 10%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box table td span.your-message textarea {
    width: 100%;
    border: 1px solid #cccccc;
  }

  #content .contact_box_out .contact_box p input[type="submit"] {
    width: 30%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0;
    display: block;
  }

  #content .contact_box_out .contact_box p input[type="submit"]:hover {
    opacity: 0.7;
  }

  #content .contact_box_out .contact_box p span.required {
    width: auto;
    height: auto;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    padding: 2px 7px 0 7px;
    background-color: #ff3300;
  }

  #content .contact_box_out .contact_box .agree p {
    font-size: 14px;
    color: #ff3300;
    margin: 5px 0 15px 0;
  }

  /* メニュー＆料金ページ エリア */
  table {
    width: 100%;
    border-collapse: collapse;
  }

  table tr {
    border-bottom: solid 2px white;
  }

  table tr:last-child {
    border-bottom: none;
  }

  .price_box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 15px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
  }

  .price_box table {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .price_box table th {
    position: relative;
    text-align: left;
    width: 15%;
    background-color: #2158a8;
    color: white;
    text-align: center;
    padding: 10px 0;
  }

  table th:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
    border-left: 10px solid #2158a8;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .price_box table tr .mizuiro {
    background-color: #0589ba;
  }

  table tr .mizuiro:after {
    border-left: 10px solid #0589ba;
  }

  .price_box table tr .mizu {
    background-color: #78b3db;
  }

  table tr .mizu:after {
    border-left: 10px solid #78b3db;
  }

  .price_box table tr .green {
    background-color: #8ecf3f;
  }

  table tr .green:after {
    border-left: 10px solid #8ecf3f;
  }

  .price_box table tr .red {
    background-color: #ee6457;
  }

  table tr .red:after {
    border-left: 10px solid #ee6457;
  }

  .price_box table tr .yellow {
    background-color: #fffa66;
    color: #585858;
  }

  table tr .yellow:after {
    border-left: 10px solid transparent;
  }

  table tr .green:after {
    border-left: 10px solid transparent;
  }

  table tr .yellow_3 {
    background-color: #fffa66;
    color: #585858;
    border-right: 2px solid #FFFFFF;
    width: 5%;
  }

  table tr .yellow_3:after {
    border-left: 10px solid #FFFFFF;
    content: none;
  }

  .price_box table tr .black {
    background-color: #3a3a3a;
  }

  table tr .black:after {
    border-left: 10px solid #3a3a3a;
  }

  .price_box table tr td {
    width: 20%;
    height: auto;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 1.302083333% 0.651041666%;
    background-color: #dfdfdf;
  }

  .price_box .table_wrap {
    margin-bottom: 40px;
  }

  .price_box .table_wrap p {
    font-size: 14px;
  }

  .price_box .table_wrap .table_text {
    font-size: 16px;
    text-align: left;
  }

  /* クラス　スケジュール */

  table {
    display: tsble;
  }

  table tbody {
    width: 100%;
    display: table;
    background-color: #e3e3e3;
  }

  table::-webkit-scrollbar {
    height: 5px;
  }

  table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  table.blacksr1 {
    font-size: 12px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table.blacksr1 th {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
  }

  table.blacksr1 th.red {
    text-align: center;
    color: #ff303e;
  }

  table.blacksr1 th.blw {
    text-align: center;
    color: #45bdff;
  }

  table.blacksr1 th.green {
    text-align: center;
    color: #85fe8f;
  }

  table.blacksr1 td {
    padding: 12px;
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
  }

  table.blacksr1 th.r1 {
    width: 152px;
    background: #4e4e4e;
  }

  table.blacksr1 th.r2,
  table.blacksr1 td.r2 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r2,
  table.blacksr1 th.r3,
  table.blacksr1 th.r4,
  table.blacksr1 th.r5,
  table.blacksr1 th.r6,
  table.blacksr1 th.r7 {
    text-align: center;
  }

  table.blacksr1 th.r3,
  table.blacksr1 td.r3 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r4,
  table.blacksr1 td.r4 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r5,
  table.blacksr1 td.r5 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r6,
  table.blacksr1 td.r6 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  table.blacksr1 th.r7,
  table.blacksr1 td.r7 {
    width: 128px;
    border-left: #fff 1px solid;
    background: #969393;
    color: #fff;
  }

  .class-kome {
    padding: 10px;
    background-color: #e3e3e3;
  }

  /**/

  /* クラス＆スケジュール SP */
  .sp_schedule li {
    max-height: 0;
    overflow-y: hidden;
  }

  .sp_schedule #menu_bar01:checked~#links01 li,
  .sp_schedule #menu_bar02:checked~#links02 li,
  .sp_schedule #menu_bar03:checked~#links03 li,
  .sp_schedule #menu_bar04:checked~#links04 li,
  .sp_schedule #menu_bar05:checked~#links05 li,
  .sp_schedule #menu_bar06:checked~#links06 li {
    max-height: 46px;
    opacity: 1;
  }

  .sp_schedule {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }

  .sp_schedule a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    line-height: 1;
  }

  .sp_schedule label {
    display: block;
    margin: 0 0 2px 0;
    padding: 12px;
    line-height: 1;
    color: #fff;
    background: #565a5c;
    cursor: pointer;
  }

  .sp_schedule input {
    display: none;
  }

  .sp_schedule ul {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    list-style: none;
  }

  .sp_schedule li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .sp_schedule #menu_bar01:checked~#links01 li,
  .sp_schedule #menu_bar02:checked~#links02 li,
  .sp_schedule #menu_bar03:checked~#links03 li,
  .sp_schedule #menu_bar04:checked~#links04 li,
  .sp_schedule #menu_bar05:checked~#links05 li,
  .sp_schedule #menu_bar06:checked~#links06 li,
  .sp_schedule #menu_bar07:checked~#links07 li {
    max-height: 46px;
    opacity: 1;
    margin-bottom: 7px;
    border-bottom: dotted 1px #8d8989;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .sp_schedule #menu_bar01:checked~#links01 li:last-child,
  .sp_schedule #menu_bar02:checked~#links02 li:last-child,
  .sp_schedule #menu_bar03:checked~#links03 li:last-child,
  .sp_schedule #menu_bar04:checked~#links04 li:last-child,
  .sp_schedule #menu_bar05:checked~#links05 li:last-child,
  .sp_schedule #menu_bar06:checked~#links06 li:last-child,
  .sp_schedule #menu_bar07:checked~#links07 li:last-child {
    border-bottom: 0px;
  }

  /* よくある質問 */

  .qa ul li.q {
    width: 100%;
    min-height: 40px;
    margin-bottom: 7px;
    padding: 15px 10px 15px 65px;
    background-color: #ffefef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-image: url("images/icon_q.png");
    background-position: 15px 7px;
    background-repeat: no-repeat;
  }

  .qa ul li.a {
    width: 100%;
    min-height: 40px;
    margin-bottom: 30px;
    padding: 15px 10px 15px 65px;
    background-color: #f2fbff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-image: url("images/icon_a.png");
    background-position: 15px 9px;
    background-repeat: no-repeat;
  }

  /**/

  .title_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 2.604166666%;
    background-color: #0d1aa8;
    display: table;
  }

  .title_box h2,
  .title_box h4 {
    color: #ffffff !important;
  }

  .free_box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0;
    background-color: #eeeeee;
    float: left;
  }

  .free_box h2 {
    color: #cc0000 !important;
  }

  .free_box ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666%;
  }

  .free_box ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
    float: none;
  }

  .free_box ul li img {
    width: 100%;
    height: auto;
  }

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

  .title_box .lesson {
    width: 100%;
    height: auto;
    margin: 0px 0px 20px;
    padding: 0;
  }

  .title_box .lesson p {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 13px;
  }

  .title_box .lesson p span {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
  }

  .title_box .lesson strong {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.3em;
    margin: 0px;
  }

  .title_box .lesson ol {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
    display: block;
  }

  .title_box .lesson ol li {
    font-size: 16px;
    color: #ffffff;
  }

  .explanation_box {
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding-top: 20px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
  }

  .explanation_box ul {
    width: 94.79166674%;
    height: auto;
    margin: 0 2.604166666% 15px 2.604166666%;
    padding: 0;
    border: 1px solid #c48d3a;
  }

  .explanation_box ul li {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #1a1a1a;
    margin: 0;
    padding: 5px 2.604166666%;
    border: none;
    background-color: #ffffff;
  }

  .explanation_box ul li:first-child {
    background-color: #990000;
    border-bottom: 1px solid #c48d3a;
    color: #fff;
  }

  .explanation_box ul li p {
    font-size: 15px;
    color: #000000;
    line-height: 1.4em;
  }

  .explanation_box ul li p span {
    font-size: 13px;
    color: #cc0000;
    line-height: 1.3em;
    display: block;
  }

  .packaging_box_out {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 50px 0;
    background-image: url("http://office545.sakura.ne.jp/temporary/wp-content/uploads/2017/12/packaging_bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  /* TOP MENU bnr */
  .bnr_box_out {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .bnr_box_out .bnr_box {
    width: 100%;
    height: auto;
    margin-bottom: -20px;
    padding: 0;
  }

  .bnr_box_out .bnr_box ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .bnr_box_out .bnr_box ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    float: none;
  }

  .bnr_box_out .bnr_box ul li img {
    width: 100%;
    height: auto;
  }

  .bnr_box_out .bnr_box ul li:last-child {
    float: none;
  }

  /* 下層　bnr */
  .bnr_c_box_out .bnr_box ul li {
    margin-bottom: 10px;
  }

  .bnr_box {
    max-width: 500px;
    margin: auto;
  }

  /* レスポンシブメニュー */
  button#responsive-menu-button .responsive-menu-box {
    left: 9px;
  }

  .responsive-menu-label {
    text-align: center;
  }

  .responsive-menu-label span.responsive-menu-button-text {
    font-size: 9px !important;
  }

  #responsive-menu-search-box {
    display: none;
  }

  /* 採用情報 */
  table.table_recruit {
    font-size: 14px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    border: solid 1px #d2d2d2;
    white-space: normal;
  }

  table.table_recruit tr {}

  table.table_recruit th {
    background: #4e4e4e;
    text-align: left;
    padding: 15px;
    background: #ededed;
    border-bottom: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
    width: 30%;
    text-align: center;
  }

  table.table_recruit td {
    background: #fff;
    padding: 15px;
    border-bottom: solid 1px #d2d2d2;
  }

  table.table_recruit tr:last-child th, table.table_recruit tr:last-child td {
    border-bottom: 0px;
  }

  .logo_footer {
    margin-bottom: 20px;
  }

  .right_eria p {
    margin: 15px 0px;
    color: #fff;
  }

  .sp_bottom {
    margin-bottom: 15px;
  }

  .foot_table {
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    margin-bottom: 20px;
  }

  .foot_table table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .foot_table table th {
    width: 20%;
    height: auto;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding: 0px;
    border: 1px solid #c48d3a;
    background-color: #444444;
  }

  .foot_table table td {
    width: 20%;
    height: auto;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 5px;
    border: 1px solid #c48d3a;
  }

  .logo_footer p {
    color: #fff;
    margin: 20px 0px;
  }

  .main_snslink {
    padding: 5%;
  }

  .main_snslink ul {
    text-align: center;
  }

  .main_snslink ul li {
    display: inline;
    padding: 3%;
  }

  .main_snslink ul li img {
    display: inline-block;
    width: 15%;
    padding: 0 !important;
  }



  .fl_photo #gallery-1 .gallery-item {
    width: 49%;
    margin-left: 3px;
  }

    .contactPage {
/*       padding: calc(60 * 100vw / 750) 0 calc(218 * 100vw / 750); */
      width: 100%;
    }

    .contactPage .contact-group {
      margin: 0 calc(40 * 100vw / 750) calc(120 * 100vw / 750);
    }

    .contactPage .contact-group h2 {
      margin-bottom: calc(60 * 100vw / 750) !important;
      padding-bottom: calc(10 * 100vw / 750) !important;
      border-bottom: calc(4 * 100vw / 750) solid #802077 !important;
      font-size: calc(48 * 100vw / 750) !important;
      line-height: calc(56 * 100vw / 750) !important;
      text-align: left !important;
    }

    .contactPage .contact-group ul {
      margin-bottom: calc(120 * 100vw / 750);
      display: block;
      width: 100%;
    }

    .contactPage .contact-group ul li {
      margin-bottom: calc(60 * 100vw / 750);
      width: 100%;
    }

    .contactPage .contact-group ul li h3 {
      margin-bottom: calc(28 * 100vw / 750) !important;
      font-size: calc(40 * 100vw / 750) !important;
      line-height: calc(48 * 100vw / 750) !important;
    }

    .contactPage .contact-group ul li a {
      background-size: calc(80 * 100vw / 750) calc(80 * 100vw / 750);
      background-position: left calc(17 * 100vw / 750) center;
      border-radius: calc(56 * 100vw / 750);
      font-size: calc(38 * 100vw / 750);
      height: calc(112 * 100vw / 750);
      margin-bottom: calc(20 * 100vw / 750);
    }

    .contactPage .contact-group ul li a .big {
      font-size: calc(50 * 100vw / 750);
    }

    .contactPage .contact-group ul li a .sml {
      font-size: calc(26 * 100vw / 750);
      line-height: calc(36 * 100vw / 750);
    }
  /**/
}

@media screen and (max-width: 450px) {
  .pc {
    display: none;
  }

  /* フッターポップアップ */
  .footer-popup ul {
    width: 100%;
    display: table;
    background-color: white;
    table-layout: fixed;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
  }

  .footer-popup ul li {
    display: table-cell;
    vertical-align: middle;
  }

  .footer-popup ul li:first-child {
    background: #db4c4c;
  }

  .footer-popup ul li:nth-child(2) {
    background: #3294ce;
  }

  #footer {
    width: 100%;
    height: auto;
    display: table;
    clear: both;
    background-color: #000;
    margin-bottom: 13%;
  }

  .footer_snslink ul li {
    display: inline;
    padding: 3%;
  }

  .footer_snslink ul li img {
    display: inline-block;
    width: 12%;
    padding: 0 !important;
  }

  .main_snslink {
    padding: 5%;
  }

  .main_snslink ul {
    text-align: center;
  }

  .main_snslink ul li {
    display: inline;
    padding: 3%;
  }

  .main_snslink ul li img {
    display: inline-block;
    width: 12%;
    padding: 0 !important;
  }

  #profile-block table th {
    font-size: 15px;
  }

  #profile-block table td {
    font-size: 15px;
  }
	 /* 選ばれる理由エリア */
  .third-box {
	line-height: 1.8;
  }
	.front-third-text-inner{
    margin-bottom: 1.3rem;
	}
  /**/
}

@media screen and (min-width: 451px) {
  .sp .footer-popup {
    display: none !important;
  }
}

@media screen and (max-width: 451px) {
  .display {
    display: block;
  }

  .display .right {
    width: 100%;
    margin: 0 auto;
  }
}
/* スマホフッター */
@media screen and (max-width: 768px) {
	 .left_menu li {
margin: 10px 10px 0;
  }
  .left_menu li a {
    color: #fff !important;            /* ← テストのため赤色に */
    font-weight: bold !important;
	  text-decoration:none;
  }
	.nav_footer{
		color:#fff!important;
	}
}