@charset "UTF-8";
/*
Theme Name: きよみ理容館
Theme URI: http://www.kiyomi.style/
Description: きよみ理容館
Version: 1.0
Author: yuhki akase
Author URI: http://www.marulab.net/
*/
/*============================================
設定
============================================*/
/*色*/
/*============================================
ベース
============================================*/
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Hiragino Kaku Gothic Pro, Noto Sans Japanese, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #000;
  padding: 0;
  margin: 0; }

.title_basic {
  display: block;
  font-weight: normal;
  font-family: 'tit_font', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Hiragino Kaku Gothic Pro, Noto Sans Japanese, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0;
  margin: 30px auto; }
  .title_basic:after {
    display: block;
    content: "";
    width: 100%;
    max-width: 350px;
    height: 2px;
    margin: 5px auto;
    background: #ddd url(./assets/images/common/bar.png) no-repeat center bottom; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #5C85C4; }

a:hover {
  text-decoration: none; }

a:active {
  color: #4556A1;
  text-decoration: none; }

a:focus {
  outline: none; }

.btn_common {
  display: block;
  height: 42px;
  position: relative;
  padding-right: 7px;
  margin: 15px auto 0;
  background-color: #5C85C4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 42px;
  color: #fff;
  text-align: center;
  text-decoration: none; }
  .btn_common:after {
    display: block;
    width: 20px;
    height: 20px;
    font-family: 'icomoon';
    font-size: 12px;
    line-height: 20px;
    content: "\e91b";
    position: absolute;
    right: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: left; }

.sp_btn_width {
  width: 60%;
  font-weight: bold; }

main {
  width: 96%;
  max-width: 1056px;
  margin: 0 auto;
  padding: 0; }
  main .container {
    margin-bottom: 50px; }

.flex_txt {
  font-size: 0.9rem; }

/*=====ページャー=====*/
#pager {
  clear: both;
  display: block;
  padding: 0;
  margin: 40px auto;
  width: 100%;
  max-width: 400px; }
  #pager ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0.9rem; }
    #pager ul li {
      display: block;
      width: 100px;
      max-width: 150px;
      padding: 0;
      margin: 0; }
      #pager ul li a {
        display: block;
        padding: 9px 10px;
        background-color: #F0F0F0;
        color: #000;
        text-decoration: none;
        border: solid 1px #F0F0F0; }
        #pager ul li a:hover {
          background-color: #fff;
          border: solid 1px #000; }
      #pager ul li.prev {
        margin-right: auto; }
        #pager ul li.prev a {
          padding-left: 4px; }
          #pager ul li.prev a i::before {
            font-size: 0.8rem;
            margin-right: 5px; }
      #pager ul li.next {
        margin-left: auto; }
        #pager ul li.next a {
          padding-right: 4px; }
          #pager ul li.next a i::before {
            font-size: 0.8rem;
            margin-left: 5px; }

/*============================================
ヘッダー
============================================*/
header {
  position: relative;
  background: url(./assets/images/common/bar_signpole.png) repeat-x, top;
  padding-top: 7px; }
  header #logo {
    background: #A0001D;
    width: 124px;
    height: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 25px 15px;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  header #logo_2nd {
    width: 80px;
    height: 80px;
    background: #A0001D;
    text-align: center;
    margin: 0 auto; }
    header #logo_2nd img {
      width: 60px;
      margin-top: 20%; }
  header #main_img {
    width: 100%;
    height: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(./assets/images/top/img_main.jpg) no-repeat 50% 95%;
    background-size: cover;
    padding-top: 250px; }
    header #main_img #main_catch {
      display: block;
      width: 80%;
      max-width: 550px;
      margin: 0 auto;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.8); }
      header #main_img #main_catch h1 {
        font-size: 0.8rem;
        text-align: center;
        margin: 0 auto;
        padding: 20px 20px 15px;
        border: solid #A0001D 1px; }
        header #main_img #main_catch h1 span {
          display: block;
          font-size: 1rem;
          font-weight: normal;
          margin-bottom: 5px; }
  header #gnav nav {
    z-index: 2; }
    header #gnav nav ul li {
      font-family: 'tit_font';
      font-size: 0.9rem; }
      header #gnav nav ul li a {
        color: #000;
        text-decoration: none; }
        header #gnav nav ul li a:active {
          color: #A0001D; }

/*============================================
プラン
============================================*/
#plan #plan_img_sp {
  width: 100%;
  height: 300px;
  max-height: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(./assets/images/top/img_plan.jpg) no-repeat 50% 80%;
  background-size: 100%;
  margin-top: 8px; }

#plan_table dl.accordion_sp {
  display: block;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F0F0F0; }
  #plan_table dl.accordion_sp dt {
    display: block;
    width: 100%;
    height: 52px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 52px;
    font-weight: bold;
    position: relative;
    z-index: 0;
    padding: 0 0 0 5px;
    text-align: center;
    background-color: #fff; }
    #plan_table dl.accordion_sp dt img {
      position: absolute;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #plan_table dl.accordion_sp dt span {
      font-size: 0.7rem; }
    #plan_table dl.accordion_sp dt.acc_trigger_open:after {
      display: block;
      width: 20px;
      height: 20px;
      font-family: 'icomoon';
      font-size: 15px;
      line-height: 20px;
      content: "\e91a";
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #plan_table dl.accordion_sp dt.acc_trigger_close:after {
      display: block;
      width: 20px;
      height: 20px;
      font-family: 'icomoon';
      font-size: 15px;
      line-height: 20px;
      content: "\e919";
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #plan_table dl.accordion_sp dd {
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0; }
    #plan_table dl.accordion_sp dd table {
      width: 94%;
      margin: 0 auto; }
  #plan_table dl.accordion_sp#plan_table_mens dt {
    border-bottom: solid #4556A1 2px; }
    #plan_table dl.accordion_sp#plan_table_mens dt img {
      width: 68px; }
  #plan_table dl.accordion_sp#plan_table_kids dt {
    border-bottom: solid #649A4B 2px; }
    #plan_table dl.accordion_sp#plan_table_kids dt img {
      width: 67px; }
  #plan_table dl.accordion_sp#plan_table_womens dt {
    border-bottom: solid #A0001D 2px; }
    #plan_table dl.accordion_sp#plan_table_womens dt img {
      width: 85px; }
#plan_table table {
  width: 100%; }
  #plan_table table tr {
    border-bottom: solid #CDCDCD 1px; }
    #plan_table table tr:last-child {
      border-bottom: none; }
  #plan_table table th {
    font-weight: normal;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.2rem;
    padding: 10px 10px 10px 5px; }
    #plan_table table th span {
      font-size: 0.75rem;
      letter-spacing: -1px; }
  #plan_table table td {
    width: 22%;
    max-width: 85px;
    font-weight: bold;
    font-size: 0.9rem;
    white-space: nowrap; }

/*============================================
NEWS
============================================*/
ul.list {
  list-style: none;
  padding: 0;
  margin: 0 auto; }
  ul.list li {
    border-bottom: solid #CDCDCD 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9rem; }
    ul.list li:last-child {
      border-bottom: none;
      padding-bottom: 0; }
    ul.list li a {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-box-pack: flex-start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      text-decoration: none;
      color: #000;
      z-index: 0; }
      ul.list li a:after {
        display: block;
        width: 20px;
        height: 20px;
        font-family: 'icomoon';
        font-size: 15px;
        line-height: 20px;
        content: "\e91b";
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      ul.list li a .li_img {
        width: 100px;
        flex-shrink: 0; }
        ul.list li a .li_img img {
          width: 100px;
          height: 100px; }
      ul.list li a .li_txt {
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding: 0 30px 0 4%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        ul.list li a .li_txt .txt_date {
          display: inline-block;
          color: #5C85C4;
          font-weight: bold;
          padding-right: 10px; }
        ul.list li a .li_txt .btn_detail {
          display: none; }

/*============================================
ACCESS
============================================*/
#access #access_img_sp {
  width: 100%;
  height: 300px;
  max-height: 380px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(./assets/images/top/img_store.jpg) no-repeat 50% 100%;
  background-size: 100%;
  margin-top: 8px;
  margin-bottom: 15px; }
#access #map {
  margin-top: 50px; }
  #access #map iframe {
    width: 100%;
    height: 300px; }

/*============================================
投稿記事・ページ
============================================*/
.post .content_img {
  text-align: center;
  padding-top: 30px; }
.post .content {
  padding: 0 2%; }
  .post .content h1 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: solid #000 1px;
    margin: 40px auto 25px; }
  .post .content h2, .post .content h3, .post .content h4, .post .content h5, .post .content h6 {
    font-size: 1.2rem;
    margin: 50px auto 20px; }
  .post .content p {
    font-size: 0.9rem; }
  .post .content ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 20px auto 30px;
    width: 85%; }
    .post .content ul li {
      border-bottom: 1px solid #CDCDCD;
      padding: 7px 10px 7px 40px;
      font-size: 0.9rem;
      line-height: 1.5rem;
      position: relative; }
      .post .content ul li:before {
        content: '';
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 9px;
        width: 17px;
        height: 17px;
        background: #5C85C4;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 0; }
  .post .content ol {
    display: block;
    list-style: none;
    counter-reset: number 0;
    padding: 0;
    margin: 20px auto 30px;
    width: 85%; }
    .post .content ol li {
      border-bottom: 1px solid #CDCDCD;
      padding: 7px 10px 7px 40px;
      font-size: 0.9rem;
      line-height: 1.5rem;
      position: relative; }
      .post .content ol li:before {
        position: absolute;
        counter-increment: number 1;
        content: counter(number);
        display: inline-block;
        color: #5C85C4;
        font-family: 'lucida sans', sans-serif;
        font-size: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 30px;
        height: 25px;
        line-height: 26px;
        text-align: center;
        border-right: solid 1px #CDCDCD;
        z-index: 0; }
  .post .content blockquote {
    background: #F0F0F0;
    padding: 20px;
    margin: 30px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .post .content iframe.wp-embedded-content {
    width: 100%;
    margin: 0 auto; }
  .post .content .youtube {
    position: relative;
    margin: 30px auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 528px; }
  .post .content .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .post .content .gallery .gallery-item .gallery-icon a img {
    border: solid 5px #fff !important; }

/*============================================
404
============================================*/
#searchform {
  width: 300px;
  height: 40px;
  background-color: #F0F0F0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  margin: 20px auto; }
  #searchform input {
    vertical-align: top;
    margin: 0px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    font-size: 16px; }
  #searchform #s {
    border: none;
    width: 260px;
    padding-left: 10px; }
  #searchform #searchsubmit {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border: none;
    z-index: 1;
    background: none; }
  #searchform:after {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 0;
    padding-top: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "\e906";
    color: #95989A;
    font-size: 20px;
    font-family: icomoon;
    text-align: right; }

#page404 #search_keywords, #search #search_keywords {
  display: block;
  border: solid 2px #5C85C4;
  padding: 20px;
  font-size: 0.9rem; }
#page404 #search_box_null, #search #search_box_null {
  font-size: 0.9rem;
  padding-bottom: 10px; }

/*============================================
フッター
============================================*/
aside#bc {
  width: 96%;
  max-width: 1056px;
  margin: 0 auto 20px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8rem; }

footer {
  text-align: center;
  padding-bottom: 50px;
  font-size: 0.8rem; }
  footer:before {
    display: block;
    content: "";
    width: 100%;
    max-width: 350px;
    height: 2px;
    margin: 0 auto;
    background: #ddd url(./assets/images/common/bar.png) no-repeat center bottom; }
  footer p {
    margin-top: 20px; }

/*============================================
スマホ
============================================*/
@media screen and (max-width: 768px) {
  .pc_block {
    display: none; }

  #plan_img_sp, #access_img_sp {
    display: block; }

  header #gnav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2; }
    header #gnav button {
      display: block;
      width: 130px;
      height: 42px;
      flex-shrink: 0;
      background-color: #5C85C4;
      border: none;
      cursor: pointer;
      outline: none;
      padding: 0 0 0 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      text-align: center;
      color: #fff;
      position: relative; }
      header #gnav button:before {
        display: block;
        position: absolute;
        width: 20px;
        height: 42px;
        top: 12px;
        left: 15px;
        content: "\e907";
        font-size: 1rem;
        font-family: 'icomoon';
        text-align: center; }
      header #gnav button span {
        line-height: 42px;
        font-size: 0.8rem; }
    header #gnav #tel_info {
      display: block;
      height: 42px;
      -ms-flex-positive: 2;
      flex-grow: 2;
      margin: 0;
      padding: 0;
      line-height: 42px;
      text-align: center;
      font-size: 0.8rem; }
      header #gnav #tel_info a {
        display: block;
        height: 42px;
        position: relative;
        background-color: #A0001D;
        text-decoration: none;
        color: #fff; }
        header #gnav #tel_info a:before {
          content: '';
          position: absolute;
          top: 0;
          left: -3px;
          width: 5px;
          height: 42px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          background: #fff;
          z-index: 3;
          transform: skewX(-7deg); }
        header #gnav #tel_info a i {
          display: inline-block;
          width: 16px;
          height: 16px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1rem;
          margin-right: 15px;
          position: relative; }
          header #gnav #tel_info a i:before {
            display: inline-block;
            position: absolute;
            top: 3px;
            left: 0; }
        header #gnav #tel_info a span {
          line-height: 42px;
          font-size: 0.8rem; }
    header #gnav nav {
      display: none;
      width: 130px;
      position: absolute;
      bottom: 50px;
      left: 0;
      background: #fff; }
      header #gnav nav ul {
        display: block;
        margin: 0 auto;
        padding: 10px 0; }
        header #gnav nav ul li {
          display: block;
          padding: 0 10px 7px 0;
          margin: 0;
          text-align: center;
          font-size: 0.9rem; }
          header #gnav nav ul li:last-child {
            padding: 0 10px 0 0; }
          header #gnav nav ul li a {
            display: block;
            line-height: 0.9rem;
            padding: 15px 10px 9px;
            background: #F0F0F0; }
      header #gnav nav #tel_info.pc_block {
        display: none; }
  header #main_img h1 {
    font-weight: normal; }

  #access #access_txt {
    margin-bottom: 30px; }
    #access #access_txt .inbox_50 p {
      width: 86%;
      max-width: 350px;
      margin: 0 auto; }

  .pc_center_sp_left {
    text-align: left; }

  .post .content .youtube {
    width: 100%; } }
/*============================================
タブレット調整
============================================*/
@media screen and (min-width: 500px) {
  #plan #plan_img_sp, #plan #access_img_sp, #access #plan_img_sp, #access #access_img_sp {
    background-size: contain; } }
/*============================================
タブレット・PC
============================================*/
@media screen and (min-width: 769px) {
  header #gnav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1; }
    header #gnav #tel_info.no_pc {
      display: none; }
    header #gnav nav {
      display: -webkit-box !important;
      display: -moz-box !important;
      display: -webkit-flexbox !important;
      display: -moz-flexbox !important;
      display: -ms-flexbox !important;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: flex !important;
      -webkit-box-pack: justify;
      -webkit-justify-content: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
      align-items: flex-end;
      width: 100%; }
      header #gnav nav ul {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60%;
        max-width: 680px;
        height: 60px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
        margin: 0;
        background-color: #F0F0F0;
        border: solid #fff 1px; }
        header #gnav nav ul li {
          width: 25%;
          margin: 0;
          letter-spacing: -1px; }
          header #gnav nav ul li a {
            display: block;
            text-align: center;
            padding: 15px 10px 5px; }
            header #gnav nav ul li a:after {
              backface-visibility: hidden;
              bottom: 0px;
              content: "";
              display: block;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              margin: 3px auto 0;
              position: relative;
              transition: all 100ms ease-in-out;
              background: url("./assets/images/common/bar.png") no-repeat center bottom;
              width: 0;
              height: 2px; }
            header #gnav nav ul li a:hover:after {
              backface-visibility: hidden;
              transition: width 250ms ease-in-out;
              width: 100%;
              max-width: 122px; }
  header #main_img {
    width: 100%;
    height: 380px;
    max-height: 426px;
    padding: 0;
    margin: 0 auto; }
    header #main_img #main_catch {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      header #main_img #main_catch h1 {
        font-weight: bold; }
  header #tel_info {
    display: table;
    width: 30%;
    max-width: 270px;
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: solid 1px #A0001D;
    background: #fff; }
    header #tel_info:before {
      display: table-cell;
      width: 25%;
      font-family: icomoon;
      font-size: 1.5rem;
      color: #A0001D;
      content: "\e902";
      vertical-align: middle;
      text-align: right;
      padding-right: 5px; }
    header #tel_info:active {
      background: #A0001D;
      color: #fff; }
      header #tel_info:active:before {
        color: #fff; }
    header #tel_info a {
      display: table-cell;
      vertical-align: middle;
      font-size: 0.9rem;
      text-decoration: none;
      text-align: center;
      color: #A0001D;
      padding-right: 7%; }
      header #tel_info a:active {
        color: #fff; }
      header #tel_info a span {
        line-height: 1.1rem; }
        header #tel_info a span b {
          font-size: 1.2rem; }

  main .flex_wrapper_pc {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex; }

  #plan {
    margin: 50px auto; }
    #plan #plan_table {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #plan #plan_table dl.accordion_sp {
        width: 33.3%;
        border-left: solid #fff 1px; }
        #plan #plan_table dl.accordion_sp:last-child {
          botrder-left: none; }
        #plan #plan_table dl.accordion_sp dt:after {
          display: none; }
        #plan #plan_table dl.accordion_sp dd {
          display: block !important;
          height: 220px;
          padding: 0 10px; }
          #plan #plan_table dl.accordion_sp dd table {
            height: 100%; }
    #plan .flex_wrapper_pc {
      margin-bottom: 40px; }
    #plan #plan_img_pc {
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: url(./assets/images/top/img_plan.jpg) no-repeat center center;
      background-size: cover;
      margin-top: 0; }
    #plan #plan_txt .inbox_50 {
      padding-bottom: 15px; }

  ul.list li a:after {
    display: none; }
  ul.list li a .li_txt {
    padding-right: 0;
    line-height: 42px; }
    ul.list li a .li_txt .btn_detail {
      display: block;
      width: 136px;
      height: 42px;
      position: relative;
      float: right;
      padding-right: 7px;
      margin-left: 10px;
      background-color: #5C85C4;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.8rem;
      line-height: 42px;
      color: #fff;
      text-align: center; }
      ul.list li a .li_txt .btn_detail:after {
        display: block;
        width: 20px;
        height: 20px;
        font-family: 'icomoon';
        font-size: 12px;
        line-height: 20px;
        content: "\e91b";
        position: absolute;
        right: 3px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        text-align: left; }
  ul.list li a:hover .btn_detail {
    background-color: #4556A1; }

  #access {
    margin-bottom: 100px; }
    #access #access_txt .inbox_50 {
      margin-bottom: 0; }
    #access #access_img_pc {
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: url(./assets/images/top/img_store.jpg) no-repeat center center;
      background-size: cover;
      margin-top: 0; }

  footer {
    padding-bottom: 70px; }

  #bc {
    text-align: right; }

  .post {
    width: 80%;
    max-width: 900px;
    margin: 0 auto; }

  .flex_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*iframe {
      width: 100%;
      height: 100%;
    }*/ }

  .flex_txt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .flex_txt .inbox_50 {
      padding-bottom: 15px; }

  .adjust-box {
    position: relative;
    width: 50%;
    height: auto;
    background: #EEE; }

  .box-square:before {
    content: "";
    display: block;
    padding-top: 100%; }

  .inbox_50 {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .no_pc {
    display: none; }

  .pc_block {
    display: block; }

  .pc_center_sp_left {
    text-align: center; } }
@media screen and (min-width: 840px) {
  header #main_img {
    width: 90%;
    max-width: 1056px;
    height: 420px;
    margin: 92px auto 0;
    background-position: 50% 32%; }
  header #gnav nav {
    width: 90%;
    max-width: 1056px;
    margin: 0 auto; }
  header #tel_info:before {
    width: 29%;
    font-size: 1.5rem;
    padding-right: 5px; }
  header #tel_info a {
    font-size: 0.9rem;
    padding-right: 18%; }
    header #tel_info a span {
      line-height: 1.1rem; }
      header #tel_info a span b {
        font-size: 1.2rem;
        white-space: nowrap; }

  main {
    width: 90%;
    max-width: 1056px; }

  #bc {
    width: 90% !important;
    max-width: 1056px; } }
/*============================================
投稿対応・共通用
============================================*/
strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  width: 100%;
  max-width: 528px; }

.txt_center, .center {
  text-align: center; }

.txt_right, .right {
  text-align: right; }

.txt_left, .left {
  text-align: left; }

.m0 {
  margin: 0; }

.p0 {
  padding: 0; }

.pt_10 {
  padding-top: 10px; }

.pt_15 {
  padding-top: 15px; }

.pt_20 {
  padding-top: 20px; }

.pt_30 {
  padding-top: 30px; }

.pt_40 {
  padding-top: 40px; }

.pb_10 {
  padding-bottom: 10px; }

.pb_15 {
  padding-bottom: 15px; }

.pb_20 {
  padding-bottom: 20px; }

.pb_30 {
  padding-bottom: 30px; }

.pb_40 {
  padding-bottom: 40px; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }
