@charset "utf-8";
@media screen and (max-width: 767px) {
  /* reset css
	---------------------- */

  @font-face {
    font-family: "Arial Black";
    font-style: normal;
    font-weight: 400;
    src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
  }
  html {
    width: 100%;
    height: 100%;
  }
  * {
    box-sizing: border-box;
  }
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 0.9rem;
    -webkit-overflow-scrolling: touch;
  }
  a:link {
    color: #444;
  }

  /* LAYOUT
	---------------------- */
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #page.open {
    position: fixed;
    -webkit-transform: translate3d(-80%, 0, 0);
    -moz-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }

  /* header */
  #header {
    min-width: 100%;
  }
  #header .header {
    padding: 13px 2%;
    width: 100%;
  }
  #header .header .head-logo {
    padding-right: 15%;
    width: 75%;
  }
  #header .header .head-logo img {
    width: 100%;
    display: block;
  }
  #header .header .head-inquiry {
    display: none;
  }

  /* navigation */
  #sp_navi {
    width: 25%;
    display: block;
  }
  #sp_navi:after {
    content: " ";
    display: table;
    clear: both;
  }
  #sp_navi li {
    padding-left: 7px;
    width: 50%;
    float: left;
  }
  #sp_navi img {
    width: 100%;
    display: block;
  }
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  #gnavi {
    font-size: 110%;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #fff;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #gnavi.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  #close {
    color: #fff;
    font-size: 0.85rem;
    padding: 5px 5%;
    width: 100%;
    background: #75c0e0;
  }
  #close span {
    font-size: 130%;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
  #gnavi > ul {
    padding: 5% 0;
    width: 100%;
  }
  #gnavi > ul > li {
    border-bottom: 1px solid #666;
    padding: 0px;
    width: 100%;
    float: none;
  }
  #gnavi > ul > li:nth-child(2) {
    width: 100%;
  }
  #gnavi > ul > li > a {
    color: #000;
    text-decoration: none;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.5;
    padding: 14px 0;
    display: block;
    position: relative;
  }
  #gnavi > ul > li > a:after {
    content: none;
  }
  #gnavi > ul > li > a:hover:before {
    content: none;
  }
  #gnavi > ul > li.navi_slide {
    border-bottom: 0px;
    cursor: default;
    position: relative;
  }
  #gnavi > ul > li.navi_slide > a {
    cursor: default;
  }
  #gnavi > ul > li.navi_slide > ul {
    font-size: 90%;
    border-bottom: inherit;
    border-radius: 0 0 4px 4px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    height: inherit;
    width: 100%;
    background: #f0f8fb;
    display: block;
    position: inherit;
    overflow: hidden;
    zoom: 1;
    z-index: 5000;
  }
  #gnavi > ul > li.navi_slide > ul li {
    text-align: center;
    border-bottom: 1px dashed #75c0e0;
    margin: 0;
    width: 100%;
    float: none;
  }
  #gnavi > ul > li.navi_slide > ul li:last-child {
    border: 0px;
  }
  #gnavi > ul > li.navi_slide > ul li a {
    color: #000;
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
  #gnavi li.navi_slide > ul li a:hover {
    color: #000;
  }
  #gnavi li.navi_slide > ul li a:after,
  #gnavi li.navi_slide > ul li a:before {
    content: none;
  }
  #gnavi + #visual {
    border-bottom: 0px;
  }

  /* contents */
  #visual {
    height: auto;
  }
  #visual .visual {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  #visual .visual img {
    width: 100%;
  }
  .section {
    padding: 30px 3% 40px;
  }
  #contents .section:last-child {
    padding-bottom: 70px;
  }
  #contents .section > .section_title {
    font-size: 1.1rem;
    margin: 0 auto 30px;
    padding: 10px 10px 7px;
    width: 100%;
    display: block;
  }
  #contents .section > .section_title:after {
    border-bottom: solid 3px #1ea5d4;
    width: 20%;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  #contents .section > .section_title span:not([class]) {
    font-size: 0.7rem;
    margin: 0 0 0 10px;
    padding: 6px 7px 4px;
    position: relative;
    bottom: 2px;
  }
  #contents .section > .section_title .section_span {
    padding: 5px 0 0;
  }
  #contents .section > .section_title .section_span li {
    font-size: 0.7rem;
    margin: 0 0 0 7px;
    padding: 6px 7px 4px;
  }
  #contents .section > .section_title .section_span li:first-child {
    margin: 0;
  }
  .section .section_inner {
    padding: 0 10px;
    width: 100%;
  }
  .child_content_section {
    padding: 40px 0 20px;
  }
  .child_content_section:first-of-type {
    padding-top: 0;
  }
  .child_content_section:last-child {
    padding-bottom: 0;
  }
  #contents .child_content_section > .section_title {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0;
    padding: 10px 20px 8px 40px;
  }
  #contents .child_content_section > .section_title:before {
    border: 2px solid #1ea5d2;
  }
  #contents .child_content_section > .section_title:after {
    border: 2px solid #1ea5d2;
  }
  .child_content_section > .section_inner {
    padding: 0 10px;
  }

  /* .in_content */
  .in_content {
    margin: 0 0 20px;
    padding: 17px 20px 10px;
  }
  .in_content > .title {
    font-size: 1rem;
    margin: 0 0 10px;
    padding: 0 5px 5px;
  }
  .in_content > .in_content_inner {
    padding: 0 5px;
  }

  /* #pagetop */
  #pagetop:hover {
    opacity: 1;
  }
  #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #pagetop {
    width: 11%;
  }
  #pagetop a img {
    width: 100%;
  }

  /* footer */
  .footer li {
    margin-bottom: 0;
  }
  .footer li:before {
    content: none;
  }
  .footer li a {
    color: #000;
    font-size: 0.8rem;
  }
  .footer li a:hover {
    text-decoration: none;
  }
  .footer li a:before {
    margin-right: 3px;
    content: "\03e";
  }
  .footer_inner {
    padding: 40px 0 10px;
    width: 100%;
    display: block;
    justify-content: flex-start;
  }
  .footer_info {
    margin: 0 0 25px;
    width: 100%;
  }
  .footerlogo {
    margin: 0 auto;
    width: 70%;
  }
  .footerlogo img {
    width: 100%;
  }
  .footer_address {
    text-align: center;
  }
  .footer_company_navi ul {
    padding: 0 5% 20px;
    display: flex;
    justify-content: space-around;
  }
  .footer_company_navi li a {
    font-size: 0.75rem;
  }
  .footernavi {
    padding: 0 5%;
    width: 100%;
    display: block;
    justify-content: flex-start;
  }
  .footernavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footernavi_set {
    margin: 0 0 20px;
    width: 100%;
  }
  .footernavi li {
    width: 50%;
  }
  .copy {
    text-align: center;
    margin: 0 auto;
    padding: 7px 0 13px;
    width: 100%;
  }
  .copy img {
    margin: 0 auto;
    display: block;
    top: 2px;
    left: auto;
  }
  .copy a {
    color: #000;
    font-size: 3vw;
    text-decoration: none;
  }

  /* 戻る */
  .return {
    display: none;
  }

  /* 各固定ページ用
	---------------------- */
  /* greeting.html */
  #contents .company_office_list {
    margin: 0px;
  }
  /* access.html */
  .access_map {
    padding: 20px 0 0;
    width: 100%;
  }
  .access_map .map_set {
    box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
  .access_map .map_set .guide {
    font-size: 85%;
    padding: 13px 10px;
  }
  .access_map .access_data dl {
    line-height: 1.5;
  }
  .access_map .access_data dl dd:not(:last-child) {
    padding-bottom: 15px;
  }

  /* privacy.html */
  .privacy_section {
    padding: 30px 0 40px;
  }
  .privacy_section_inner {
    padding: 0 10px;
    width: 100%;
  }
  #contents .privacy_set_title {
    font-size: 0.9rem;
    border-left: 3px solid #1ea5d2;
    margin-bottom: 20px;
  }
  .privacy_set_inner {
    padding: 0 5px 15px;
  }

  /* inquiry.html */
  .inquiry_text {
    margin: 0 0 20px;
  }
  .inquiry_info {
    padding: 30px 25px;
  }
  .inquiry_info_title {
    font-size: 1rem;
    margin: 0 0 5px;
  }
  .inquiry_info ul {
    display: block;
    justify-content: flex-start;
  }
  .inquiry_info li {
    padding: 75px 0 20px;
    width: 100%;
  }
  .inquiry_info li:nth-child(1) {
    margin: 0 0 20px;
    background: url(img/icon01-sp.png) no-repeat top 27px center / 40px #fff;
  }
  .inquiry_info li:nth-child(2) {
    background: url(img/icon02-sp.png) no-repeat top 27px center / 40px #fff;
  }

  .inquiry_info li:only-child {
    margin-bottom: 0;
  }

  .inquiry_info li .no {
    font-size: 2.2rem;
    font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    margin: 0 0 10px;
  }
  .inquiry_info li:nth-child(1) a {
    color: #1ea5d2;
  }
  .inquiry_info li:nth-child(2) a {
    color: #47b7a3;
  }
  .inquiry_info .time {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .attent_block {
    padding: 0;
  }
  .attent_block .set {
    padding: 0;
  }
  #inquiry .inquiry_inset {
    border: 0px;
    padding: 0px;
    background: none;
  }
  .thanks_title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .thanks_msg {
    font-size: 105%;
    line-height: 1.8;
  }
  #MailForm table {
    border: 0;
    width: 100%;
  }
  #MailForm th,
  #MailForm td {
    border: none;
    width: 100%;
    display: block;
  }
  #MailForm th {
    padding: 0 0 3px;
    background: none;
  }
  #MailForm th:before {
    color: #666666;
    font-size: 150%;
    line-height: 1;
    margin-right: 5px;
    content: "\025a0";
  }
  #MailForm th span {
    left: auto;
    right: 5px;
  }
  #MailForm td {
    margin-bottom: 35px;
    padding: 0;
  }
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
  #MailForm .form3 {
    vertical-align: middle;
    width: 3%;
  }
  #MailForm .form25 {
    width: 100%;
  }
  #MailForm .form45 {
    width: 100%;
  }
  #MailForm .form60 {
    width: 100%;
  }
  #MailForm .form90 {
    width: 100%;
  }
  .confirm_txt {
    text-align: left;
  }
  .send_btn {
    font-size: 100%;
    padding: 15px 10px;
  }
  .submit_btn {
    margin-bottom: 15px;
    width: 80%;
  }
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
  .send_inner .send_btn_inner .btn_return {
    margin-bottom: 25px;
  }
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }

  /* formmail.cgi:send confirm */
  .send_confirm_table {
    padding: 17px 0 30px;
  }
  .send_confirm_table table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
  }
  .send_confirm_table table th,
  .send_confirm_table table td {
    border: 0px solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
  #contents .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
  .send_confirm_table table td {
    margin-bottom: 30px;
  }

  /* base styles
	---------------------- */
  .table_base table {
    border-collapse: collapse;
    border: 0;
    margin: 0 auto;
    width: 100%;
  }
  .table_base table th,
  .table_base table td {
    font-weight: normal;
    border: 0px;
    padding: 10px 13px;
    display: block;
  }
  .table_base table td span.map_jump {
    margin-left: 0;
    top: 2px;
  }
  .table_base table td span.map_jump a {
    color: #fff;
  }
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
  .table_base table tbody th {
    text-align: left;
    width: 100%;
    background: #f1f8fc;
  }
  .table_base table tbody td {
    margin-bottom: 20px;
    padding-left: 13px;
  }
  .content_inner {
    padding: 0 0 25px;
  }
  .content_inner .images_r,
  .content_inner .images_l {
    padding: 0 0 10px;
    float: none;
  }
  .content_inner .msg_l,
  .content_inner .msg_r {
    line-height: 1.8;
  }
  .content_inner .msg_l,
  .content_inner .msg_r {
    float: none;
  }
  .w_margin320 .images_r,
  .w_margin320 .images_l {
    width: 100%;
  }
  .w_margin320 .msg_l,
  .w_margin320 .msg_r {
    width: 100%;
  }
  .w_margin450 .images_r,
  .w_margin450 .images_l {
    width: 100%;
  }
  .w_margin450 .msg_l,
  .w_margin450 .msg_r {
    width: 100%;
  }
  #contents .pick_text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .breadcrumbs {
    padding: 3px 10px;
    background: #eee;
  }
  .breadcrumbs ul {
    width: 100%;
  }

  /* 各ページ用スタイル
	---------------------- */
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
  .sp_slash {
    display: inline-block;
  }
  .tel a {
    color: #000;
    pointer-events: inherit;
  }
  .btn_base {
    width: 100%;
  }
  .btn_base a {
    color: #fff;
    font-size: 0.85rem;
    padding: 10px 0 8px;
    background: url(img/arrow01.png) no-repeat center right 20px / 7px #1fa7d1;
    transition: none;
  }
  .btn_base a:hover {
    opacity: 1;
  }
  .outside_btn a {
    padding: 10px 5px 8px 0;
    background: url(img/outside-link02.png) no-repeat center right 17px / 13px #1fa7d1;
  }
  .everywhere_block {
    text-align: left;
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    width: 100%;
  }

  /* privacy.html */
  #contents ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  #contents dl.privacy_item dt {
    margin-bottom: 10px;
  }
  #contents dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }

  /* -------------------
	index.html */

  /* .top_important */

  .top_important {
    padding: 20px 10px;
  }

  .top_important_inner {
    width: 100%;
    padding: 20px;
    display: block;
  }

  .top_important_title {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .top_important_title span {
    display: inline;
  }

  .top_important_msg {
    width: 100%;
  }

  /* .top_contents */
  .top_contents {
    padding: 35px 3% 50px;
  }
  .top_contents_inner {
    padding: 35px 20px 40px;
    width: 100%;
  }
  .top_contents_midashi {
    margin: 0 0 15px;
  }
  .top_contents_midashi img {
    width: 100%;
  }
  .top_contents_block {
    display: block;
    justify-content: flex-start;
  }
  .top_contents_set {
    width: 100%;
  }

  .top_contents_set:nth-child(1):nth-last-child(4),
  .top_contents_set:nth-child(2):nth-last-child(3),
  .top_contents_set:nth-child(3):nth-last-child(2),
  .top_contents_set:nth-child(4):nth-last-child(1) {
    width: 100%;
  }
  
  .top_contents_set:nth-child(1):nth-last-child(4) .window-tel:before,
  .top_contents_set:nth-child(2):nth-last-child(3) .window-tel:before,
  .top_contents_set:nth-child(3):nth-last-child(2) .window-tel:before,
  .top_contents_set:nth-child(4):nth-last-child(1) .window-tel:before {
    margin-bottom: 3px;
  }

  .top_contents_set:not(:last-child) {
    margin: 0 0 20px;
  }
  .top_contents_set a {
    color: #000;
    transition: none;
  }
  .top_contents_set a:hover {
    opacity: 1;
  }
  .top_contents_title {
    font-size: 1rem;
    padding: 10px 15px 5px;
  }
  .top_contents_set_inner {
    margin: 0 0 10px;
    padding: 0 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top_contents_image {
    margin: 0;
    width: 30%;
  }
  .top_contents_image img {
    width: 100%;
    display: block;
  }
  .top_contents_detail {
    padding: 0 5px 0 10px;
    width: 70%;
  }
  .top_contents_message {
    font-size: 3.3vw;
    letter-spacing: 0px;
    margin: 0 0 7px;
    padding: 0;
  }
  .top_contents_set_btn_block {
    padding: 0;
    background: none;
  }
  .top_contents_set_btn {
    font-size: 0.8rem;
    padding: 3px 0 1px;
    background: url(img/arrow01.png) no-repeat center right 20px / 7px #1ea5d2;
  }

  .top_contents_attent {
    text-indent: -16px;
    padding-left: 16px;
  }

  /* .top_roommap */
  .top_roommap {
    padding: 0 3% 50px;
    width: 100%;
  }
  .top_roommap_title {
    font-size: 1.2rem;
    margin: 0 0 30px;
    padding: 0 15px 3px;
  }
  .top_roommap_title:after {
    border-bottom: 3px solid #1ea5d4;
    width: 30%;
    display: block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
  }
  .top_roommap_inner {
    display: block;
    align-items: stretch;
    justify-content: flex-start;
  }
  .top_roommap_image {
    margin: 0 auto 15px;
    width: 70%;
  }
  .top_roommap_image img {
    width: 100%;
  }
  .top_roommap_contents {
    width: 100%;
  }
  .top_roommap_set {
    margin: 0 0 2%;
  }
  .top_roommap_set a {
    color: #000;
    text-align: center;
    padding: 15px;
    background: #f1f8fc;
    transition: none;
  }
  #contents .top_roommap_set a[href] {
    background: url(img/outside-link01.png) no-repeat bottom 10px right 10px / 13px #f1f8fc;
  }
  #contents .top_roommap_set_title {
    font-size: 3.5vw;
    text-decoration: none;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 7px;
    padding: 0 10px 0 0;
    background: none;
  }
  .top_roommap_set_address {
    font-size: 3vw;
    line-height: 1.5;
    text-align: left;
  }

  /* .top_news */
  .top_news {
    padding: 40px 3%;
  }
  .top_news_inner {
    width: 100%;
    display: block;
    align-items: stretch;
    justify-content: flex-start;
  }
  .top_news header {
    text-align: left;
    width: 100%;
  }
  .top_news_title {
    font-size: 1.2rem;
    border-bottom: 3px solid #ccbc9b;
    margin: 0 0 30px;
    padding: 0 15px 3px;
    display: block;
  }
  .top_news_title:after {
    width: 30%;
  }
  .top_news_list {
    padding: 25px;
    width: 100%;
  }
  .top_news_list > li {
    display: block;
  }
  .top_news_list > li:not(:last-child) {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .top_news_list_date {
    font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    width: 100%;
  }
  #contents .top_news_list_contents {
    font-size: 0.9rem;
    width: 100%;
  }
  .top_news_list_contents a {
    color: #75c0e0;
  }
  .top_news_list_contents a:hover {
    text-decoration: underline;
  }
  .top_news_sub_list li {
    text-indent: -0.8em;
    line-height: 1.5;
    padding-left: 0.8em;
  }
  .top_news_sub_list li:before {
    bottom: 1px;
  }

  /* .top_report */
  .top_report {
    padding: 50px 3%;
    width: 100%;
  }
  .top_report_title {
    font-size: 1.2rem;
    margin: 0 0 30px;
    padding: 0 15px 3px;
  }
  .top_report_title:after {
    width: 30%;
  }
  .top_report_title span {
    width: 100px;
    right: 10px;
    bottom: 10px;
  }
  .top_report_title span a {
    color: #fff;
    font-size: 0.8rem;
    padding: 2px 7px 1px 0;
    background: url(img/arrow01.png) no-repeat center right 15px / 6px #1ea5d2;
    transition: none;
  }
  .top_report_title span a:hover {
    opacity: 1;
  }
  .top_report_list {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .top_report_list li {
    width: 100%;
  }
  .top_report_list li:not(:last-child) {
    margin: 0 0 15px;
  }
  .top_report_list li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: none;
  }
  .top_report_list li a:hover {
    background: none;
  }
  .top_report_list_image {
    height: auto;
    width: 30%;
  }
  .top_report_list_contents {
    padding: 0 0 0 15px;
    width: 70%;
  }
  .top_report_list_date {
    font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 0.9rem;
    margin: 0;
  }
  .top_report_list_title {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0 0 5px;
  }
  .top_report_list_btn {
    color: #1ea5d2;
    font-size: 0.75rem;
    text-decoration: underline;
    padding: 0 10px 0 0;
    width: auto;
    background: url(img/arrow02.png) no-repeat center right / 6px;
    display: inline-block;
    float: none;
  }

  /* .top_banner */
  .top_banner {
    padding: 40px 3%;
  }
  .top_banner_inner {
    width: 100%;
  }
  .top_banner_list {
    display: block;
    justify-content: flex-start;
  }
  .top_banner_list li:not(:last-child) {
    margin: 0 0 10px;
  }
  .top_banner_list li img {
    width: 100%;
  }

  .window-tel {
    text-shadow: 0.3px 0 0 #111;
    padding-bottom: 3px;
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .window-tel:before {
    padding: 6px 5px 5px 7px;
    line-height: 1;
    font-size: 0.75rem;
    position: static;
  }

  p.window-tel {
    margin: 0;
    border-bottom: 1px dashed #ccc;
  }

  p.window-tel::before {
    display: table;
    margin-bottom: 3px;
    margin-right: 0;
  }

  span.window-tel {
    right: 10px;
    top: 100%;
    padding-top: 13px;
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  span.window-tel:before {
    margin-right: 7px;
  }

  span.address {
    right: 10px;
    top: 100%;
    padding-top: 13px;
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  #contents .section_title.window {
    margin-bottom: 50px;
  }

  /* -------------------
	greeting.html */

  /* .message_block */
  .message_block {
    padding: 10px 0 0;
    display: block;
    justify-content: flex-start;
  }
  .message_contents {
    margin: 0 0 20px;
    width: 100%;
  }
  .message_text {
    line-height: 1.8;
    margin: 0 0 5px;
  }
  .message_images {
    width: 100%;
  }

  /* .company_block */
  .company_block {
    display: block;
    justify-content: flex-start;
  }
  .company_table {
    width: 100%;
  }
  .company_image {
    margin: 0 auto;
    width: 100%;
  }
  .company_image img {
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 3px;
    width: 100%;
  }

  /* -------------------
	contents1.html */

  /* .program */
  .program dt {
    font-weight: bold;
  }
  .program dd {
    margin: 0 0 5px;
  }

  /* .price_block */
  .price_block {
    width: 100%;
  }
  .price_block dt {
    padding: 15px 10px 5px;
  }
  .price_block dd {
    padding: 15px 10px 5px;
  }
  .price_block .price_info {
    text-indent: -1.1em;
    line-height: 1.5;
    padding: 15px 0 0 1.1em;
  }
  .price_block .price_info_list {
    padding: 15px 0 0;
  }
  .price_block .price_info_list li {
    text-indent: -1.1em;
    line-height: 1.5;
    padding-left: 1.1em;
  }

  /* .schedule_table */
  .schedule_table {
    overflow: hidden;
  }
  .schedule_table table {
    font-size: 0.75rem;
    width: 100%;
    table-layout: fixed;
  }

  #contents .schedule_table table:not(:last-child) {
    margin-bottom: 40px;
  }

  .schedule_table table th,
  .schedule_table table td {
    text-align: center;
    border: 1px solid #ccc;
    padding: 13px 10px;
  }
  .schedule_table thead {
    display: block;
    float: left;
  }
  .schedule_table thead th {
    width: auto;
    display: block;
  }
  .schedule_table table tbody {
    width: auto;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .schedule_table table tbody tr {
    margin: 0 -3px;
    display: inline-block;
  }
  .schedule_table table tbody th {
    text-align: center;
    width: 100%;
    background: #e8f3ff;
  }
  .schedule_table table tbody td {
    margin-bottom: 0;
    padding-left: 10px;
    display: block;
  }

  .schedule_table .room_txt {
    display: inline;
  }

  .schedule_table .room_txt:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
  }

  .schedule_table .room_txt:not(:last-child)::after {
    content: "、";
  }


  .schedule_table caption {
    font-size: 1rem;
    padding: 10px 0 0 24px;
  }
  
  .schedule_table caption::after {
    top: 17px;
    width: 12px;
    height: 12px;
  }

  #contents1 .schedule_table td {
    width: auto;
  }

  .class_info {
    margin-top: -20px;
  }
  
  .class_info dt {
    float: none;
  }

  .class_info dd {
    margin-bottom: 10px;
  }
  

  /* .rental */
  .rental.schedule_table th,
  .rental.schedule_table td {
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rental.schedule_table td[colspan="2"] {
    height: 230px;
  }

  .schedule_table.rental p.attention {
    line-height: 1.4;
    text-indent: -17px;
    padding-left: 17px;
  }

  /* .schedule_table */
  .karate_kobudo_schedule_table {
    overflow: hidden;
  }
  .karate_kobudo_schedule_table_inner {
    overflow-x: auto;
    white-space: nowrap;
  }
  .karate_kobudo_schedule_table table th,
  .karate_kobudo_schedule_table table td {
    border: 1px solid #ccc;
    padding: 7px 10px;
    display: table-cell;
  }
  .karate_kobudo_schedule_table table th {
    background: #e8f3ff;
  }
  .karate_kobudo_schedule_table table tbody th {
    text-align: center;
    width: 100%;
    background: #e8f3ff;
  }
  .karate_kobudo_schedule_table table tbody td {
    padding-left: 10px;
  }

  /* .kobudo_schedule_access_data */
  .karate_kobudo_ccess_data dt {
    float: none;
  }
  .karate_kobudo_ccess_data dd {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .karate_kobudo_ccess_data dd:not(:last-child) {
    margin: 0 0 15px;
  }
  .karate_kobudo_ccess_data .map_jump {
    margin-left: 0;
    top: 2px;
  }
  .karate_kobudo_ccess_data .map_jump a {
    color: #fff;
    padding: 2px 6px;
  }
  .karate_kobudo_ccess_data .map_jump a:hover {
    opacity: 1;
  }

  /* .gallery_images */

  .gallery_images_block:not(:last-child) {
    margin-bottom: 40px;
  }
  
  #contents .gallery_images_block p:first-child {
    font-size: 1rem;
    padding: 10px 0 0 24px;
  }
  
  .gallery_images_block p:first-child::after {
    top: 17px;
    width: 12px;
    height: 12px;
  }


  .gallery_images li {
    margin-bottom: 4%;
    width: 48%;
  }
  .gallery_images li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .gallery_images li:not(:nth-child(2n)) {
    margin-right: 4%;
  }

  /* .attending_info_section */
  .attending_info_section {
    border: 5px solid #e8f3ff;
    margin: 40px 0 20px;
    padding: 25px;
  }
  .attending_info_title {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .attending_info_inner {
    padding: 20px 0 0;
    display: block;
    justify-content: flex-start;
  }
  .attending_info_table {
    width: 100%;
  }
  .attending_info_table table th,
  .attending_info_table table td {
    border-bottom: 0px;
  }
  .attending_info_table table tbody th:after {
    content: none;
  }
  .attending_info_image {
    margin: 0 auto;
    width: 80%;
  }

  /* -------------------
	contents4.html */

  /* .room_block */
  .room_block {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .room_section {
    margin: 0 0 20px;
    padding: 20px 25px;
    width: 100%;
  }
  .room_section_title {
    font-size: 1rem;
  }
  .room_image {
    padding: 0 0 10px;
  }
  .room_btn {
    width: 80%;
  }
  .room_btn a {
    color: #fff;
    font-size: 0.8rem;
    background: url(img/outside-link02.png) no-repeat center right 30px / 15px #1fa7d1;
    transition: none;
  }
  .room_btn a:hover {
    opacity: 1;
  }

  /* -------------------
	MT */

  /* .report_list */
  .report_list {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .report_list li {
    width: 100%;
  }
  .report_list li:not(:last-child) {
    margin: 0 0 15px;
  }
  .report_list li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: none;
  }
  .report_list li a:hover {
    background: none;
  }
  .report_list_image {
    height: auto;
    width: 30%;
  }
  .report_list_contents {
    padding: 0 0 0 15px;
    width: 70%;
  }
  .report_list_date {
    font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 0.9rem;
    margin: 0;
  }
  .report_list_title {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0 0 5px;
  }
  .report_list_btn {
    color: #1ea5d2;
    font-size: 0.75rem;
    text-decoration: underline;
    padding: 0 10px 0 0;
    width: auto;
    background: url(img/arrow02.png) no-repeat center right / 6px;
    display: inline-block;
    float: none;
  }

  /* .report_detail */
  .report_detail_date {
    font-family: "Arial", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
      "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }
  .report_detail_title {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .report_detail_images li {
    margin-bottom: 3%;
    width: 31.33%;
  }
  .report_detail_images li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .report_detail_images li:not(:nth-child(3n)) {
    margin-right: 3%;
  }
  .report_detail_images li a {
    transition: none;
  }
  .report_detail_images a:after {
    color: #fff;
    font-size: 0.9rem;
    padding: 2px 0 1px 2px;
  }
  .report_detail_images li a:hover {
    opacity: 1;
  }

  /* PageList */
  #PageList {
    width: 100%;
  }
  #PageList li {
    display: block;
  }
  #PageList li.pagelist {
    padding: 10px 0;
  }
}
