@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%;
  }
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  fieldset,
  input,
  textarea,
  p,
  th,
  td {
    padding: 0;
    margin: 0;
  }
  address,
  caption,
  em,
  strong,
  th {
    font-style: normal;
  }
  caption,
  th {
    text-align: left;
  }
  hr,
  legend {
    display: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
  }
  li {
    list-style-type: none;
  }
  #contents p {
    margin-bottom: 12px;
  }
  a img,
  fieldset {
    border: none;
  }
  * {
    box-sizing: border-box;
  }
  body {
    position: relative;
    min-width: 100%;
    font-size: 13px;
    -webkit-overflow-scrolling: touch;
    height: auto;
  }
  a:link {
    color: #444;
  }
  a:hover {
    color: #888;
  }
  a:active {
  }

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

  /* header */
  #header h1 {
    display: none;
  }
  #header {
    position: relative;
    min-width: 100%;
    padding: 4px 0;
  }
  #header .header {
    width: 100%;
    padding: 10px 0 10px;
  }
  #header .header .head-logo {
    width: 60%;
    margin: 0 auto;
    padding-left: 3%;
  }
  #header .header .head-logo img {
    width: 100%;
  }
  #header .header .head-inquiry {
    display: none;
  }

  /* navigation */
  #sp_navi {
    width: 25%;
    float: right;
    margin-right: 1%;
  }
  #sp_navi:after {
    content: " ";
    display: table;
    clear: both;
  }
  #sp_navi li {
    width: 47.5%;
    float: left;
  }
  #sp_navi li:nth-child(1) {
    margin-right: 5%;
  }
  #sp_navi li img {
    width: 100%;
  }
  #drawer_underlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
  }
  #gnavi {
    position: fixed;
    width: 80%;
    min-width: 80%;
    height: 100%;
    padding: 20px 5%;
    background: #000;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 0px;
  }
  #gnavi.open {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  #close {
    width: 100%;
    font-size: 120%;
    color: #fff;
    padding: 5px 5%;
    box-sizing: border-box;
    border: 1px solid #555;
    background: #222;
  }
  #close span {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 130%;
  }
  #gnavi > ul {
    width: 100%;
    margin: 0px auto 20px;
  }
  #gnavi > ul > li {
    width: 100%;
    float: none;
    border-bottom: 1px solid #fff;
  }
  #gnavi > ul li:nth-child(2) {
    width: 100%;
  }
  #gnavi > ul li a {
    position: static;
    text-align: left;
    color: #fff;
    padding: 17px 0 17px 5px;
    background: #000;
  }
  #gnavi > ul li a:hover {
    background: none;
  }
  #gnavi > ul li a:before {
    display: none;
  }
  #gnavi > ul li a:hover:before {
    display: none;
  }
  #gnavi > ul li a:after {
    content: none;
  }
  #gnavi .navi_slide {
    cursor: auto;
  }
  #gnavi .navi_slide > a {
    cursor: auto;
    background: #004080;
    border-bottom: 1px solid #fff;
    padding-left: 5px;
  }
  #gnavi .navi_slide > ul {
    display: block;
    position: static;
    margin: 0 0 20px;
    padding: 0px;
    border-bottom: 0px;
    background: none;
  }
  #gnavi .navi_slide > ul li {
    border-bottom: 0px;
    padding-left: 10px;
  }
  #gnavi .navi_slide > ul li a {
    color: #fff;
  }
  #gnavi .navi_slide > ul li a:after,
  #gnavi .navi_slide > ul li a:before {
    content: none;
  }
  #gnavi .navi_slide > ul li a:hover {
    color: #fff;
    background: none;
  }
  #gnavi + #visual {
    border-bottom: 0px;
  }
  #contents {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
  }
  #contents .contents_header {
    width: 100%;
  }
  #contents .contents_header .head_inner {
    width: 100%;
  }

  /* contents */
  #visual {
    min-width: 100%;
    width: 100%;
    height: auto;
  }
  #visual .visual {
    width: 100%;
    margin: 0;
    position: static;
  }
  #visual .visual img {
    width: 100%;
  }
  .section {
    padding: 20px 0 30px;
    min-width: 100%;
  }
  .section .section_title {
    margin: 0px;
  }
  .section .section_inner {
    padding: 0 3%;
    width: 100%;
  }
  .section .section_inner > .section_title {
    font-size: 140%;
  }
  .article {
    padding: 20px 10px 20px;
  }

  .child_content_section > .section_title {
    font-size: 110%;
    padding: 10px 15px 10px 25px;
  }

  .child_content_section > .section_title:after {
    top: 14px;
    left: 0;
  }
  .child_content_section > .article {
    padding: 15px 0;
  }

  /* footer */
  #footer,
  #footer .footer,
  #footer .pagetop,
  #footer .pagetop .mark,
  #footer .information,
  #footerinfo,
  #footernavi,
  #page #footernavi .inset,
  #footerlink {
    min-width: 100%;
    width: 100%;
  }
  #footer .footer {
    padding: 30px 0 0;
    height: auto;
  }
  #footerinfo {
    margin: 0;
    float: none;
    padding: 0 15px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
  }
  #footerinfo > .logo,
  #footerinfo > .tel {
    margin-bottom: 30px;
    box-sizing: border-box;
    text-align: center;
  }
  #footerinfo > .logo {
    margin-bottom: 20px;
  }
  #footerinfo > .logo img {
    width: 80%;
  }
  #footerinfo > .tel img {
    width: 90%;
  }
  #footerinfo > .btn img {
    width: 100%;
  }
  #footerinfo > .schedule {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #footerinfo > .schedule .title {
    margin-bottom: 20px;
    padding: 6px 0 5px;
    font-size: 14px;
  }
  #footerinfo > .schedule .list dt {
    width: 50px;
    padding: 7px 0 4px;
  }
  #footerinfo > .schedule .list dd {
    margin-bottom: 10px;
    padding: 7px 0 4px 60px;
  }
  #footernavi {
    margin: 0;
    padding: 30px 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #fff;
  }
  #footernavi .inset:nth-child(1) {
    margin-bottom: 25px;
  }
  #footernavi .set {
    margin: 0;
    width: 47%;
    float: left;
  }
  #footernavi .set:nth-child(1) {
    margin-right: 6%;
  }
  #footernavi .set .koumoku {
    margin-bottom: 10px;
    padding: 0 0 7px;
  }
  #footernavi .set .btn_list li {
    box-sizing: border-box;
    margin: 0;
    line-height: 1.5;
  }
  #footernavi .set .btn_list li:before {
    content: none;
  }
  #footernavi .set .btn_list li a {
    padding: 8px 0px 8px 20px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0;
    font-size: 13px;
    display: block;
    position: relative;
  }
  #footernavi .set .btn_list li a:before {
    content: "\3e";
    margin-right: 3px;
    color: #57414e;
    position: absolute;
    left: 7px;
  }
  #footernavi .set .btn_list li a:hover {
    text-decoration: underline;
    color: #111;
  }
  #footerlink {
    padding: 10px;
    box-sizing: border-box;
  }
  #footerlink ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  #footerlink ul li {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: table;
    padding: 0;
    margin: 0 0 5px;
    line-height: 1.5;
    background: #dfdfdf;
  }
  #footerlink ul li:before {
    content: none;
  }
  #page #footerlink ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0;
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }
  #footerlink ul li a:hover {
    color: #000;
  }
  #footerlink ul li a:before {
    content: "\3e";
    margin-right: 3px;
    color: #57414e;
  }
  #copy {
    width: 100%;
    padding: 5px 5px 10px;
    text-align: center;
  }
  .switch_line {
    display: none;
  }
  .top_contents_msg .pick_text > br {
    display: none;
  }

  /* 各固定ページ用
	---------------------- */
  /* greeting.html */

  .company_table_inner .company_table th,
  .company_table_inner .company_table td {
    padding: 12px 20px;
    display: block;
    border: 0px;
  }
  .company_table_inner .company_table th {
    text-align: left;
    width: 100%;
  }

  /* .sdgs_introduction */
  .sdgs_introduction {
    margin-bottom: 25px;
    padding: 0;
  }

  .sdgs_introduction_text {
    text-align: left;
  }

  .sdgs_introduction_text span {
    display: inline;
  }

  .sdgs_contents_list > li {
    width: 100%;
    min-height: 127px;
    padding: 12px 8px;
  }

  .sdgs_contents_list > li .image {
    margin: 0 15px 0 0;
  }

  .sdgs_contents_list > li .image img {
    width: 80px;
  }

  .sdgs_contents_list > li .text {
    flex: 1;
    line-height: 1.6;
  }

  .sdgs_contents_list > li .text p {
    padding: 5px 0 0;
    margin-bottom: 5px !important;
  }

  .sdgs_contents_list > li .text ul li:not(:last-child) {
    margin-bottom: 2px;
  }

  /* access.html */
  #access_map {
    width: 100%;
    padding: 15px 0px;
  }
  #access_map .map_set #map {
    height: 250px;
    box-shadow: inherit;
  }
  #access_map .map_set .guide {
    font-size: 9px;
    padding: 13px 10px;
  }
  #access_map .access_data dl dt {
    margin: 0 0 10px;
    float: none;
  }
  #access_map .access_data dl dd {
    margin: 0 0px 10px 0;
    float: none;
  }

  /* inquiry.html */
  .attent_block {
    padding: 0;
  }
  #page .inquiry_info .tel .tel_mark {
    font-size: 120%;
    display: none;
    margin-left: 0;
  }
  #inquiry .inquiry_inner {
    margin: 0 0 30px;
    padding: 10px 10px 15px;
    border-bottom: 0px;
  }
  #inquiry .inquiry_inset {
    padding: 0px;
    background: none;
  }
  #inquiry #main .inquiry_inner h3 {
    font-size: 120%;
  }
  #MailForm table {
    width: 100%;
  }
  #MailForm th,
  #MailForm td {
    padding: 10px 15px;
    border: 0px;
    display: block;
  }
  #MailForm th {
    text-align: left;
    width: 100%;
  }
  #MailForm .hissu {
    margin-left: 8px;
    position: relative;
    right: auto;
  }
  #MailForm td {
    margin-bottom: 40px;
  }
  #MailForm input,
  #MailForm textarea {
    width: 100%;
  }
  #MailForm .form3 {
    vertical-align: middle;
    width: 100%;
  }
  #MailForm .form25 {
    width: 100%;
  }
  #MailForm .form45 {
    width: 100%;
  }
  #MailForm .form60 {
    width: 100%;
  }
  #MailForm .form90 {
    width: 100%;
  }
  .send_btn {
    font-size: 100%;
    padding: 15px 10px;
  }
  .submit_btn {
    margin-bottom: 30px;
    width: 100%;
  }
  .reset_btn {
    margin: 0 auto;
    width: 80%;
  }
  .inputarea li {
    margin: 0;
    float: none;
  }
  .inquiry-info li {
    margin: 0 0 10px;
    float: none;
  }

  /* base styles
	---------------------- */
  .table_base table {
    width: 100%;
  }
  .table_base table th,
  .table_base table td {
    padding: 10px 12px;
    border: 0px;
    display: block;
  }
  .table_base table tbody th {
    text-align: left;
    width: 100%;
    background: #f1f1f1;
  }
  .table_base table tbody td {
    margin-bottom: 30px;
  }
  .content_inner {
    padding: 30px 0 25px;
  }
  .content_inner .images_r,
  .content_inner .images_l {
    padding: 0 0% 10px;
    float: inherit;
  }
  .w_margin270 .images_r,
  .w_margin270 .images_l {
    width: inherit;
  }
  .w_margin270 .msg_l,
  .w_margin270 .msg_r {
    padding-right: 0px;
    padding-left: 0px;
  }
  .w_margin370 .images_r,
  .w_margin370 .images_l {
    width: inherit;
  }
  .w_margin370 .msg_l,
  .w_margin370 .msg_r {
    padding-right: 0px;
    padding-left: 0px;
  }
  #contents .pick_text {
    font-size: 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .page_link {
    display: inline-block;
    padding: 15px 0 15px;
    float: none;
  }
  .page_link a {
    text-align: center;
    padding-right: 56px;
  }
  .page_link a:after {
    position: relative;
    content: " ";
    display: inline-block;
    margin-left: 10px;
    padding: 15px 10px;
    background: url(img/point01.png) no-repeat center center #b48f40;
    top: 6px;
  }

  /* 各ページ用スタイル
	---------------------- */
  .no_sp {
    display: none;
  }

  /* .image_list */

  #page .image_list li {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .two_image li {
  }
  .two_image li:first-child {
  }
  .three_image li {
  }
  .three_image li:nth-child(-n + 2) {
  }

  /* .introduction */
  .introduction .intro_inner {
    width: 100%;
  }
  .introduction.left_image .intro_inner .images {
    float: none;
  }
  .introduction.right_image .intro_inner .images {
    float: none;
  }
  .introduction.left_image .intro_inner .message {
    padding: 0;
  }
  .introduction.right_image .intro_inner .message {
    padding: 0;
  }

  /* .top_contents */
  .top_contents {
    width: 100%;
    padding: 30px 3% 0;
  }
  .top_contents > .midashi {
    font-size: 150%;
    margin-bottom: 10px;
  }
  .top_contents ul li {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .top_contents ul li:nth-child(-n + 2) {
    margin-right: 0;
  }
  .top_contents ul li:nth-child(-n + 2):after {
    display: none;
  }

  /* .top_contents_list */
  .top_contents_list {
  }
  .top_contents_list > .block_inner {
    width: 100%;
    padding: 0 3%;
  }
  .top_contents_list > .block_inner > .set {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .top_contents_list > .block_inner > .set > a {
    border: 1px #d9d9d9 solid;
    padding-bottom: 20px;
    background: #fff;
  }
  .top_contents_list > .block_inner > .set > a:hover:before {
    display: none;
  }
  .top_contents_list > .block_inner .msg_box {
    display: block;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .top_contents_list .link_btn {
    width: 80%;
    margin: 0 auto;
    color: #000066;
    padding: 8px 0;
    text-align: center;
    background: url(img/point03.png) no-repeat right 5% center;
    border: 1px solid #000066;
    display: block;
  }

  /* .topics_block */
  .topics_block {
    width: 100%;
    padding: 0 3%;
  }
  .topics_block .block_inner .set .head {
    float: none;
    padding: 15px 0 0 5px;
  }
  .topics_block .block_inner .set .body {
    padding: 10px 5px 15px;
  }
  .topics_block .block_inner .set .body > .midashi {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: bold;
  }

  /* .link_btn */
  .link_btn {
    width: 100%;
  }
  .link_btn a {
    color: #fff;
  }

  /* .top_recruit */
  .top_recruit {
    padding: 20px;
  }

  .top_recruit_inner {
    width: 100%;
    padding: 20px 15px;
  }

  .top_recruit_title {
    font-size: 140%;
    letter-spacing: 0;
  }

  .top_recruit_title span {
    font-size: 75%;
  }

  .top_recruit_msg {
    margin-bottom: 20px;
    text-align: left;
  }

  .top_recruit_btn {
    width: 100%;
  }

  .top_recruit_btn a {
    color: #fff;
  }

  /* .media */
  .media > .block_inner {
    width: 100%;
  }
  .media > .block_inner .title {
    font-size: 150%;
  }
  .media > .block_inner .media_btn a {
    width: 100%;
  }
  .media > .block_inner .media_btn a:hover {
    color: #111;
    background: none;
  }

  /* .left_block */
  .media > .block_inner .left_block {
    width: 100%;
    float: none;
    border-right: none;
    margin-bottom: 40px;
  }
  .media > .block_inner .left_block .event_set {
    margin-bottom: 30px;
  }
  .media > .block_inner .left_block .event_set > .img {
    width: 100%;
    max-width: 400px;
    height: auto;
    float: none;
    margin: 0 auto 20px;
  }

  .media > .block_inner .left_block .event_set > .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1; /* height: auto; */
    position: static;
    transform: none;
  }

  .media > .block_inner .left_block .event_set > .body {
    padding-left: 0;
  }

  /* .right_block */
  .media > .block_inner .right_block {
    width: 100%;
    float: none;
  }
  .media > .block_inner .right_block .hobby_set > .set {
    width: 100%;
    float: none;
  }
  .media > .block_inner .right_block .hobby_set > .set:nth-child(-n + 2) {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
  }
  .media > .block_inner .right_block .hobby_set > .set:after {
    content: " ";
    display: table;
    clear: both;
  }
  #contents .media > .block_inner .right_block .hobby_set > .set .img {
    width: 70px;
    height: 70px;
    float: left;
    margin-bottom: 0;
  }
  .media > .block_inner .right_block .hobby_set > .set .body {
    padding-left: 100px;
  }

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

  .staff_block .set {
    float: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #666666;
  }
  .staff_block > .one_block,
  .staff_block > .two_block,
  .staff_block > .three_block {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

  /* .two_block */
  .staff_block > .two_block > .set {
    width: 100%;
  }
  .staff_block > .two_block > .set:nth-child(1) {
    margin-right: 0;
  }

  /* .three_block */
  .staff_block > .three_block > .set {
    width: 100%;
  }
  .staff_block > .three_block > .set:nth-child(-n + 2) {
    margin-right: 0;
  }

  .staff_block > .three_block > .set:only-child .img,
  .staff_block > .three_block > .set:only-child .msg_box {
    width: 100%;
  }

  .staff_block > .three_block > .set:only-child .set-msg {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    font-size: 100%;
  }

  /* .one_block */

  .staff_block > .one_block > .set {
    padding-top: 0;
  }

  .staff_block > .one_block > .set .img {
    width: 100%;
  }

  .staff_block > .one_block > .set .msg_box {
    margin-left: 0;
    padding-top: 0;
  }

  .staff_block > .one_block > .set .msg_box > .name {
    text-align: center;
  }

  .bottom_msg {
    font-size: 130%;
    width: 100%;
  }

  .birth_text {
    margin-top: -3px;
    font-size: 95%;
    display: block;
    text-align: center;
  }

  .greeting_txt .birth_text {
    text-align: right;
    margin-right: -10px;
    display: inline-block;
  }

  .greeting_txt .change_col {
    display: inline-block;
    text-align: left;
  }

  /* -------------------
	contents2.html */
  /* beforeafter_block */

  .beforeafter_block .inner {
    margin-bottom: 50px;
  }

  .beforeafter_block .inner .block_inner_title {
    margin-bottom: 20px;
  }

  .beforeafter_block .set .block_set_title {
    margin-bottom: 10px;
  }

  .beforeafter_block .set {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
  }
  .beforeafter_block .set:last-child {
    border-bottom: none;
  }
  .beforeafter_block .set .before {
    width: 49%;
  }
  .beforeafter_block .set .after {
    width: 49%;
  }
  .beforeafter_block .set ul li:nth-child(1):after {
    display: none;
  }
  .beforeafter_block .set .beforeafter_txt {
    width: 100%;
    position: static;
  }

  #news .beforeafter_block .set ul li:after {
    position: static;
    width: 100%;
  }

  .beforeafter_block.sp_style {
  }
  .beforeafter_block.sp_style > .set .before {
    width: 100%;
    margin-bottom: 15px;
    float: none;
  }
  .beforeafter_block.sp_style > .set .after {
    width: 100%;
  }

  .beforeafter_block .set .block_msg {
    padding: 15px;
  }

  .beforeafter_block .jirei_three_list {
    display: block;
  }

  .beforeafter_block .set .jirei_three_list li {
    width: 100%;
    padding-bottom: 0;
  }

  /* flow_block */

  .flow_block {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .flow_block > .set {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #cccccc;
  }

  .flow_block > .set:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .flow_block > .set ul {
    padding: 0 15px;
  }

  #contents .flow_block > .set ul li {
    width: 100%;
    margin: 0 0 80px 0;
    float: none;
  }

  #contents .flow_block > .set ul li:last-child {
    margin-bottom: 0;
  }

  .flow_block > .set ul li:after {
    transform: rotate(90deg);
    left: 50%;
    margin: -10px 0 0 -20px;
    top: 100%;
    width: 40px;
    height: 100px;
  }

  .flow_block > .set ul li[data-label]:before {
    font-size: 130%;
    display: block;
    padding: 5px 0;
    text-align: center;
    background: rgba(229, 229, 229, 0.8);
    content: attr(data-label);
  }

  .flow_block > .set ul li[data-label] {
    display: flex;
    flex-direction: column-reverse;
  }

  /* .point_block */
  .point_block {
    width: 100%;
    padding: 20px;
  }
  .point_block .left_block {
    width: 100%;
    float: none;
  }
  .point_block .right_block {
    display: none;
  }

  .possible_list {
    margin: 0 0 40px;
  }

  .possible_list ul li {
    float: none;
    width: 100%;
    margin-bottom: 5px;
    padding: 3px 0 0 13px;
    background: url(img/point06.png) no-repeat left center;
    box-sizing: border-box;
  }
  .possible_list ul li:nth-child(-n + 2) {
    margin-right: 0;
  }
  .possible_list ul.last_list li:nth-child(2) {
    width: 100%;
  }

  /* -------------------
	event/ */
  /* .event_detail_block */

  .event_detail_block {
    width: 100%;
  }
  .event_detail_block > .set .head {
    width: 90px;
    height: 90px;
  }
  .event_detail_block > .set .body {
    padding-left: 120px;
  }
  #contents .event_detail_body table {
    max-width: 100%;
  }
  #contents .event_detail_body table tr {
    width: 100%;
  }
  #contents .event_detail_body table td {
    display: block;
    width: 100%;
  }
  #contents .event_detail_body img {
    max-width: 100%;
    height: 100%;
  }

  .item_block {
    padding: 30px;
  }

  .item_block .item_block_title {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .item_block .item_block_title span {
    font-size: 100%;
  }

  .item_block .item_block_image {
    width: 80%;
    float: none;
    margin: 0 auto 30px;
  }

  #contents .item_block .item_block_list {
    margin-bottom: 20px;
    padding-top: 7px;
  }

  .item_block .item_block_list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 3px;
  }

  .item_block .item_block_contact dt,
  .item_block .item_block_contact dd {
    display: block;
  }

  .item_block .item_block_contact dt {
    margin-bottom: 5px;
  }

  .item_block .item_block_contact dd.tel span {
    font-size: 140%;
    margin: 0 5px;
    letter-spacing: 0;
    line-height: 1;
  }

  .item_block .item_block_contact dd.mail::before {
    content: none;
  }

  .item_block .item_block_contact dd.mail a:hover {
    text-decoration: underline;
  }

  /* -------------------
	hobby/ */
  /* .hobby_list_block */

  .hobby_list_block {
    width: 100%;
    padding: 60px 3% 0;
  }
  .hobby_list_block > .separation_block {
    margin-bottom: 0;
  }
  .hobby_list_block > .separation_block .set {
    width: 48%;
    margin-bottom: 15px;
    border: none;
  }
  .hobby_list_block > .separation_block .set:nth-child(-n + 3) {
    margin-right: 0;
  }
  .hobby_list_block > .separation_block .set:nth-child(odd) {
    margin-right: 4%;
  }
  .hobby_list_block > .separation_block .set .head {
    border: 1px solid #ccc;
  }
  .hobby_list_block > .separation_block .set a:hover:before {
    display: none;
  }
  #contents .event_detail_body table {
    max-width: 100%;
  }
  #contents .event_detail_body table tr {
    width: 100%;
  }
  #contents .event_detail_body table td {
    display: block;
    width: 100%;
  }
  #contents .event_detail_body img {
    max-width: 100%;
    height: 100%;
  }
  #contents .hobby_body table td {
    margin-bottom: 25px;
    display: block;
  }

  /* PageList */
  #PageList {
    width: 100%;
  }
  #PageList li.prev a,
  #PageList li.next a {
    display: block;
  }
  #PageList li.prev a {
    margin-bottom: 15px;
  }
  #PageList li.next a {
    padding-top: 15px;
  }
}
