@charset "UTF-8";
/*
Theme Name:		NOBUSAITO-THEME
Theme URI:		https://nobusaito.com/
Description:	Base Theme
Author:			Digiheads Inc.
Author URI:		https://digiheads.co.jp/
Version:		1.0.1
License:
License URI:
*/
/* Nobu Saito THEME */
/* contents block */
.std_width {
  max-width: 1280px;
  min-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .std_width {
    max-width: 100vw;
    min-width: 100vw;
  }
}

.min_width {
  max-width: 1024px;
  min-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .min_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

.smin_width {
  max-width: 900px;
  min-width: 900px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .smin_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

/* Devaice Switching */
@media screen and (max-width: 500px) {
  .dpc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .dsp {
    display: none !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 500px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 500px) {
  br.sp {
    display: block;
  }
}

/* Themify Css Reset */
@media screen and (max-width: 500px) {
  .module_row > .row_inner,
  .module-layout-part .module_row.fullwidth_row_container > .row_inner {
    max-width: 100% !important;
  }
}
.module-audio .tracklist .tf_audio_lazy,
.module-audio .tracklist a {
  z-index: 0 !important;
}

/* Reset CSS */
p, span, pre, div,
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a > img {
  /*transition: 0.3s;*/
  opacity: 1;
}
a:hover,
a > img:hover {
  /*transition: 0.3s;*/
  opacity: 0.6;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:link:hover,
a[href]:hover {
  text-decoration: none;
}

img {
  display: block;
}

strong, b {
  font-weight: 500;
  font-size: 1.3em;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

ul#fixed_link {
  display: none;
}

a.tb_turn_on,
span.edit-button {
  display: none !important;
}

#entry.topics .entry-content {
  max-width: 1024px;
  margin: 0 auto;
}

.list-post .post.topics {
  margin: 0 !important;
}

/* Nobu Saito ORIGINAL */
html {
  font-size: 62.5% !important;
}

body {
  min-width: 1024px;
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
@media screen and (max-width: 500px) {
  body {
    min-width: 100vw;
  }
}

p {
  font-weight: 300;
}

small {
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  letter-spacing: 0;
}

.dot_line {
  padding: 0;
  margin: 5% 0;
  border-bottom: #000 dotted 2px;
}

.txt_red {
  color: #000;
}

hr.dot_line {
  padding: 0;
  margin: 3% 0;
  border-bottom: #000 double 3px;
}

/* Common Css Override */
/* Contents Css Override */
/* Base CSS Reset */
#container {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 1024px;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  padding-top: 150px;
}
@media screen and (max-width: 500px) {
  #container {
    max-width: 100vw;
    min-width: 100vw;
    padding-top: 74px;
  }
}

#main_column.colnum1 {
  width: 100%;
  margin: 0;
}

/* Header Section */
header {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  transition: 0.7s;
  border-bottom: #666 1px solid;
}
header.min_height {
  background: white;
  transition: 0.5s;
}
header.min_height:hover {
  background: white;
}
header:hover {
  background: white;
  transition: 0.7s;
}
@media screen and (max-width: 500px) {
  header {
    height: auto;
    background: rgba(255, 255, 255, 0.9);
  }
}

#header_sec {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  width: 100%;
  max-width: 1024px;
  min-width: 1024px;
  margin: auto;
}
#header_sec.min_height .site_logo {
  height: 60px;
  transition: 0.5s;
}
#header_sec.min_height .site_logo h1 > a > img {
  max-height: 50px;
}
@media screen and (max-width: 500px) {
  #header_sec.min_height .site_logo h1 > a > img {
    max-height: 47px;
  }
}
@media screen and (max-width: 500px) {
  #header_sec.min_height .site_logo {
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  #header_sec {
    max-width: 100vw;
    min-width: 100vw;
  }
}
#header_sec .upper_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 500px) {
  #header_sec .upper_box {
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header_sec .upper_box .site_logo {
    padding: 0;
    /*width: 65vw;*/
    display: block;
  }
  #header_sec .upper_box .blank {
    width: 10px;
    height: 10px;
  }
}
#header_sec .site_logo {
  height: 100px;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-content: center;
}
@media screen and (max-width: 500px) {
  #header_sec .site_logo {
    height: 60px;
  }
}
#header_sec .site_logo h1 {
  display: block;
  padding: 0;
  margin: auto;
}
#header_sec .site_logo h1 a > img {
  max-height: 90px;
  width: auto;
}
@media screen and (max-width: 500px) {
  #header_sec .site_logo h1 a > img {
    max-height: 47px;
  }
}
#header_sec .navi_blank {
  display: block;
  height: 0px;
  width: 37px;
  padding: 0;
  margin: 0;
}
#header_sec .site_navi {
  display: block;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi {
    padding-top: 1em;
  }
}
#header_sec .site_navi .lower_navi {
  padding: 1em 0 0.5em;
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi .lower_navi {
    display: none;
  }
}
#header_sec .site_navi .lower_navi ul {
  display: flex;
  justify-content: space-between;
}
#header_sec .site_navi .lower_navi ul li {
  display: block;
}
#header_sec .site_navi .lower_navi ul li a {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding: 0 1em;
  /*@include tracking(160);*/
}
@media screen and (max-width: 500px) {
  #header_sec .site_navi .lower_navi ul li a {
    padding: 0 1rem;
  }
}

/* Sub navi Sec */
.uk-offcanvas-bar {
  background: white;
  width: 480px;
  left: -480px;
}
@media screen and (max-width: 500px) {
  .uk-offcanvas-bar {
    width: 100vw;
    left: -100vw;
  }
}

.sub_navi_box {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
}
.sub_navi_box h2.sbn_tit {
  text-align: center;
  padding: 0;
}
.sub_navi_box h2.sbn_tit a > img {
  display: inline-block;
  max-height: 70px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sub_navi_box h2.sbn_tit a > img {
    max-height: 42px;
  }
}
.sub_navi_box ul, .sub_navi_box li {
  padding: 0;
  margin: 0;
}
.sub_navi_box a {
  color: #000;
}
.sub_navi_box .sbn_close_bot {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sub_navi_box .sbn_close_bot a {
  display: block;
  width: auto;
  font-size: 1.5rem;
}
.sub_navi_box .sbn_close_bot a:hover {
  opacity: 0.7;
}
.sub_navi_box .sbn_close_bot img.cls_icon {
  display: inline-block;
  padding-left: 0.5em;
  max-height: 30px;
  width: auto;
}
.sub_navi_box .sbn_menu {
  padding: 1em 0;
}
.sub_navi_box .sbn_menu h4 {
  text-align: left;
  padding-bottom: 0.5em;
}
.sub_navi_box .sbn_menu ul {
  display: block;
}
.sub_navi_box .sbn_menu ul li {
  display: block;
  width: 100%;
  padding: 0;
  border-top: #000 solid 1px;
}
.sub_navi_box .sbn_menu ul li.uk-open {
  padding-bottom: 0;
}
.sub_navi_box .sbn_menu ul li.uk-open .uk-accordion-title::before {
  content: "ー";
  color: #99a7af;
  margin-right: 7px;
  background: space;
}
.sub_navi_box .sbn_menu ul li.split_line {
  border-bottom: #000 solid 2px;
}
.sub_navi_box .sbn_menu ul li.mark_col a {
  background-color: #cccccc;
}
.sub_navi_box .sbn_menu ul li:last-child {
  border-bottom: #000 solid 1px;
}
.sub_navi_box .sbn_menu ul li a {
  display: block;
  font-size: 1.5rem;
  padding: 1em 0 1em 1em;
  letter-spacing: 0.2em;
}
.sub_navi_box .sbn_menu ul li a:hover {
  color: #fff;
  opacity: 1.0;
  background-color: #333333;
}
.sub_navi_box .sbn_menu_list {
  padding: 1em 0;
}
.sub_navi_box .sbn_menu_list ul {
  display: flex;
  justify-content: center;
}
.sub_navi_box .sbn_menu_list ul li {
  padding: 0.5em;
}
.sub_navi_box .sbn_menu_list ul li a {
  font-size: 1.2rem;
}
.sub_navi_box .sbn_menu_list ul li a:hover {
  color: #fff;
  opacity: 0.7;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::after, .sub_navi_box .sbn_menu_list ul li:nth-child(2)::before {
  font-size: 0.9em;
  content: "|";
  color: #333;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::after {
  padding-left: 1em;
}
.sub_navi_box .sbn_menu_list ul li:nth-child(2)::before {
  padding-right: 1em;
}

/* Contents TEXT SET */
/* Top Slider */
.slide_sec .uk-dotnav > * > * {
  width: 35px;
  height: 2px;
  border-radius: 0%;
  border: 1px solid rgba(102, 102, 102, 0.2);
}
.slide_sec .uk-dotnav > .uk-active > * {
  border: 1px solid rgba(102, 102, 102, 0.6);
}

.page_title h1 {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.3em 0;
  margin: 3% 0 0;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .page_title h1 {
    font-size: 2rem;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page_title h1 .main-head {
    display: block;
  }
}
.page_title h1 .sub-head {
  padding-left: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
  .page_title h1 .sub-head {
    display: block;
  }
}
.page_title .page_dit {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1em 0;
}
@media screen and (max-width: 500px) {
  .page_title .page_dit {
    font-size: 2rem;
  }
}

.sec {
  margin: 3% auto;
}
.sec h2 {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 2.4rem;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .sec h2 {
    font-size: 2rem;
  }
}
.sec p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8em;
  padding-bottom: 1em;
}
.sec p strong {
  display: inline-block;
  padding-bottom: 1em;
}
.sec p .float_ph_01 {
  float: right;
  padding: 0 0 1em 1em;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .sec p .float_ph_01 {
    float: none;
    padding: 0 0 1em;
    width: 100%;
  }
}

.cont_header {
  text-align: center;
  padding-top: 5%;
}
.cont_header h2 {
  font-size: 3.6rem;
  color: #000;
  font-weight: 100;
  /*padding: 5% 0 3%;*/
}
@media screen and (max-width: 500px) {
  .cont_header h2 {
    font-size: 3rem;
  }
}

#entry .entry-content .news {
  margin-top: 3%;
}

#entry.page .entry-content .news {
  margin-top: 0;
}

.profile .profile_dit h3 small {
  font-size: 1.5rem;
}
.profile .profile_dit strong {
  font-size: 1.4em;
}
.profile .profile_dit p {
  padding: 0.5em 0 1em 1em;
}

@media screen and (max-width: 500px) {
  .news .pagenav.tf_textr {
    text-align: center;
  }
}
.news .pagenav.tf_textr .number.current {
  border: #000;
  background-color: #000;
  color: #fff;
}
.news .uk-slideshow-nav li {
  padding-left: 9px;
}

.news.min_width {
  max-width: 900px;
  min-width: 900px;
}
@media screen and (max-width: 500px) {
  .news.min_width {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
.news a {
  color: #000;
}
.news .news_post article.post {
  padding: 0;
  margin: 5% 0;
  border-bottom: #000 dotted 2px;
}
.news .news_post article.post .post-content .post-date {
  color: #000;
  display: block;
  font-size: 1.6rem;
  padding-bottom: 1em;
}
.news .news_post article.post .post-content .post-date::before {
  display: inline-block;
  content: "●";
  color: #000;
  padding-right: 0.5em;
}
.news .news_list {
  font-size: 1.6rem;
}
.news .news_list .news_date {
  padding: 0.5em 0;
}
.news .news_list .news_text {
  width: 100%;
  line-height: 1.6em;
}
.news .news_list .news_text h2 {
  color: #000;
  font-weight: 500;
  padding-bottom: 1em;
}
.news .news_list .news_text p {
  margin: 1em 0;
}
.news .news_list .news_text dl {
  margin: 1em 0;
}
.news .news_list .news_text dl.godiva {
  display: flex;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl.godiva {
    display: block;
  }
}
.news .news_list .news_text dl.godiva dt {
  width: 6em;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl.godiva dt {
    width: 100%;
  }
}
.news .news_list .news_text dl.godiva dd {
  width: 50em;
  padding: 0;
  border: none;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl.godiva dd {
    width: 100%;
  }
}
.news .news_list .news_text dl dt {
  font-weight: 500;
  padding-bottom: 0.5em;
}
.news .news_list .news_text dl dt img {
  display: block;
  margin: 0 auto;
}
.news .news_list .news_text dl dd {
  padding-left: 5em;
  border-bottom: #000 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.news .news_list .news_text dl dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 500px) {
  .news .news_list .news_text dl dd {
    padding-left: 0em;
  }
}

.news_sec h3.module-title {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.3em 0 0.3em 1em;
  margin: 0 0 2em;
  background-color: #000;
  display: block;
}
@media screen and (max-width: 500px) {
  .news_sec h3.module-title {
    font-size: 2rem;
  }
}
.news_sec article.post {
  display: flex;
  align-items: flex-start;
  padding: 0.5em 0;
  margin: 0.5em 0 !important;
  border-bottom: #000 solid 1px;
}
.news_sec article.post .post-image a > img.wp-post-image {
  max-width: 60px;
  height: auto;
  padding-right: 2em;
}
.news_sec article.post .post-content {
  color: #000;
  display: flex;
  padding-top: 0.3em;
}
@media screen and (max-width: 500px) {
  .news_sec article.post .post-content {
    display: block;
  }
}
.news_sec article.post .post-content .post-date {
  display: block;
  width: 10em;
  font-size: 1.6rem;
  font-weight: 500;
  padding-right: 2em;
}
@media screen and (max-width: 500px) {
  .news_sec article.post .post-content .post-date {
    width: 100%;
  }
}
.news_sec article.post .post-content .post-title {
  display: block;
  width: 48em;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  .news_sec article.post .post-content .post-title {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
  }
}
.news_sec article.post .post-content .post-title a {
  color: #000;
}

.contact a.mail_link {
  color: #5272a9;
}
.contact .form_dit {
  text-align: center;
  line-height: 2em;
  padding: 5% 0;
}
@media screen and (max-width: 500px) {
  .contact .form_dit {
    text-align: left;
  }
}
.contact .form {
  padding: 3% 0;
}
.contact .form .inv-recaptcha-holder .grecaptcha-badge {
  margin: 0 auto;
}
.contact .form .form_section {
  display: block;
  margin: 0 auto;
}
.contact .form .form_section h4 {
  font-size: 1.8rem;
  font-weight: 200;
}
.contact .form .form_section .requied {
  color: #810002;
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .accept {
    text-align: left;
  }
}
.contact .form .form_section .cont_link,
.contact .form .form_section .cont_bot {
  padding: 0.5em 0;
  text-align: center;
}
.contact .form .form_section .cont_link a,
.contact .form .form_section .cont_bot a {
  color: #000;
}
.contact .form .form_section .cont_link a:hover,
.contact .form .form_section .cont_bot a:hover {
  opacity: 0.7;
}
.contact .form .form_section .conf_bot .wpcf7-form-control.wpcf7-submit {
  display: flex;
  justify-content: center;
  padding: 0.5em 2em;
  margin: 1em auto;
}
.contact .form .form_section input[type=reset], .contact .form .form_section input[type=submit] {
  background-color: #5F0000;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 0.5em 1em;
  border-radius: 5px;
  -webkit-appearance: none;
  transition: 0.3s;
}
.contact .form .form_section input[type=reset]:hover, .contact .form .form_section input[type=submit]:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}
.contact .form .form_section .ent_box {
  text-align: left;
  padding: 0;
  margin: 0;
}
.contact .form .form_section .ent_box dl {
  list-style: none;
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: #999 solid 1px;
  font-size: 1.6rem;
  display: flex;
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .ent_box dl {
    display: block;
  }
}
.contact .form .form_section .ent_box dl dt {
  font-weight: 300;
  flex: 0 1 25%;
}
.contact .form .form_section .ent_box dl dt::before {
  display: inline-block;
  content: "●";
  color: #000;
  padding-right: 0.5em;
}
.contact .form .form_section .ent_box dl dd {
  flex-wrap: wrap;
  flex: 0 2 auto;
  width: 100%;
}
.contact .form .form_section .ent_box dl dd textarea {
  background-color: #fff;
  width: 95% !important;
  line-height: 1.2em;
  padding: 0.2em;
  margin: 0;
  margin-right: 0.5em;
  border: 1px solid #999;
  font-size: 1.4rem;
}
.contact .form .form_section .ent_box dl dd input[type=text], .contact .form .form_section .ent_box dl dd input[type=textarea], .contact .form .form_section .ent_box dl dd input[type=email], .contact .form .form_section .ent_box dl dd input[type=tel] {
  background-color: #fff;
  width: 95% !important;
  line-height: 1.2em;
  padding: 0.2em;
  margin: 0;
  margin-right: 0.5em;
  border: 1px solid #999;
  font-size: 1.6rem;
}
.contact .form .form_section .ent_box dl dd.cols .wpcf7-form-control-wrap input {
  width: calc((95% - 0.5em) /2) !important;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .ent_box dl dd.cols .wpcf7-form-control-wrap input {
    width: 95% !important;
  }
}
@media screen and (max-width: 500px) {
  .contact .form .form_section .ent_box dl dd.cols .your-name-sei,
  .contact .form .form_section .ent_box dl dd.cols .your-furigana-sei {
    display: block;
    padding-bottom: 0.5em;
  }
}
.contact .form .form_section .ent_box dl dd small {
  display: block;
  padding-bottom: 0.5em;
}
.contact .form .form_section .ent_box dl dd ::placeholder {
  color: #bbb;
}
.contact .form .form_section .ent_box dl dd .wpcf7-list-item {
  margin: 0 1em 1em 0;
}

.sec_divider {
  margin-bottom: 5%;
}

.news .news_post {
  margin-bottom: 5%;
}
.news .news_post .bip-post-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 500px) {
  .news .news_post .bip-post-text {
    display: block;
    text-align: left;
  }
}
.news .news_post .bip-post-text time,
.news .news_post .bip-post-text h2 {
  text-align: left;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.news .news_post .bip-post-text time {
  width: 10em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .news .news_post .bip-post-text time {
    padding-bottom: 0.5em;
  }
}

.tit_box h2 {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .tit_box h2 {
    font-size: 2rem;
    padding-bottom: 1em;
  }
}

.dit_box p {
  ont-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 3em;
}
@media screen and (max-width: 500px) {
  .dit_box p {
    font-size: 1.3rem;
    line-height: 2.6em;
  }
}

@media screen and (max-width: 500px) {
  .sec_tit_img .image-wrap {
    padding-bottom: 2em;
  }
  .sec_tit_img .image-wrap img {
    max-height: 20px;
    width: auto;
  }
}

.sec .scroll_box {
  text-align: center;
  display: block;
  margin: 10% 0;
}
.sec .scroll_box .scroll_bot {
  display: inline-block;
  max-height: 35px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .sec .scroll_box .scroll_bot {
    max-height: 28px;
  }
}

.slide_sec .scroll_box .scroll_bot {
  margin: 0 auto;
  max-height: 30px;
  width: auto;
}
@media screen and (max-width: 500px) {
  .slide_sec .scroll_box .scroll_bot {
    max-height: 26px;
  }
}

/* Post Contents */
body.single-post .entry-content {
  max-width: 1024px;
  min-width: 1024px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  body.single-post .entry-content {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}

/* SNS LINK BOX */
.footer_sns_box {
  padding-bottom: 1em;
}

.home .footer_sns_box.top {
  display: none;
}

.insta-gallery-feed.loaded .insta-gallery-actions {
  display: none !important;
}

.top_sec {
  display: block;
  text-align: right;
}
.top_sec .sns_link {
  display: block;
  width: 220px;
  margin: 1em 0 0 auto;
}
@media screen and (max-width: 500px) {
  .top_sec .sns_link {
    margin: 1em auto;
  }
}

.sns_link h3 {
  text-align: center;
  padding-bottom: 0.5em;
}
.sns_link h3 img {
  max-height: 16px;
  width: auto;
}
.sns_link ul {
  display: flex;
  justify-content: center;
}
.sns_link ul li {
  padding: 0.5em;
  width: 35px;
}

/* Contents Section */
.content_sec {
  padding: 3% 0;
}
.content_sec h2 {
  text-align: center;
  border: none !important;
  font-size: 113%;
}
.content_sec h2 small {
  display: block;
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0.7em;
}
.content_sec .cont_half {
  display: flex;
  justify-content: space-between;
}
.content_sec .cont_half .content_box {
  width: 41%;
}
.content_sec .cont_half .content_box .uk-panel-scrollable {
  height: 600px;
}
.content_sec .content_box {
  display: block;
  padding: 2em;
  margin-bottom: 3%;
}
.content_sec .content_box .uk-panel-scrollable {
  resize: vertical;
}
.content_sec .content_box .tit_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 1em;
}
.content_sec .content_box .tit_box .tit_icon {
  display: block;
  padding-right: 1em;
}
.content_sec .content_box .tit_box .tit_set {
  display: block;
  width: 100%;
}
.content_sec .content_box .tit_box .tit_set h3 {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
}
.content_sec .content_box .tit_box .tit_set .h3_sub_tit {
  font-size: 1.2rem;
}
.content_sec .content_box .more_btn {
  display: block;
  text-align: right;
  padding: 1em 0 0;
}
.content_sec .content_box .more_btn a {
  display: inline-block;
  width: 75px;
}
.content_sec .media_list .media_item {
  color: #333;
}
.content_sec .media_list .media_item p {
  margin: 0.5em 0 0;
}
.content_sec .media_list .media_item .media_image {
  max-height: 170px;
}
.content_sec .media_list .media_item .media_date {
  color: #9ccdb4;
  font-size: 1.2rem;
}
.content_sec .uk-panel-scrollable {
  height: 300px;
}
.content_sec .news_list li.uk-padding {
  padding: 1em 0;
  margin-top: 0;
}
.content_sec .news_list .image_wrap {
  display: block;
  width: 90px;
}
.content_sec .news_list .detail {
  color: #333;
}
.content_sec .news_list .detail .date {
  color: #9ccdb4;
  font-size: 1.2rem;
}
.content_sec .news_list .detail .title {
  text-indent: -0.5em;
  font-size: 1rem;
  font-weight: 400;
}
.content_sec .news_list .detail .cont {
  font-size: 1rem;
}

/* History List Section */
/* Company Section */
/* Privacy Policy Sec */
.privacy_sec {
  font-size: 1.5rem;
  line-height: 1.6em;
}
.privacy_sec .privacy_sub_tit {
  padding: 1em 0;
}
.privacy_sec .privacy_dit {
  margin: 1em auto;
}
.privacy_sec .privacy_dit p {
  padding-bottom: 1em;
}
@media screen and (max-width: 500px) {
  .privacy_sec {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

/* TOP NEWS LIST */
.news_sec .topics li a {
  display: flex;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #e5e9eb;
  position: relative;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a {
    flex-direction: column;
    align-items: baseline;
  }
}
.news_sec .topics li a .cat_icon {
  background-color: #ebedef;
  font-size: 1.3rem;
  padding: 0.25em 0.75em;
  margin-right: 1em;
}
.news_sec .topics li a .date {
  color: #489faf;
  margin-right: 1em;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .date {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .title {
    margin-right: 1em;
  }
}
.news_sec .topics li a .uk-icon {
  color: #bfc8cd;
  flex-grow: 1;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .news_sec .topics li a .uk-icon {
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 500px) {
  .news_sec .btn_more .image-wrap {
    text-align: right;
  }
}

/* Back to Top */
a.back-to-top {
  display: none;
  z-index: 999;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/* Footer Section */
#footer_wrap {
  font-family: "Roboto", "Noto Sans JP", -apple-system, "YuGothic", "Yu Gothic", sans-serif;
  background: #fff;
  border-top: none !important;
  padding: 2% 0 1%;
  color: #333;
}
#footer_wrap a, #footer_wrap h3 {
  color: #000;
}
#footer_wrap .footer_info {
  display: block;
  padding: 1em 0 0;
  margin: 0 auto;
  position: relative;
  border-top: 2px solid #000;
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info {
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
#footer_wrap .footer_info .info_box {
  display: block;
  border-bottom: #333 solid 1px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#footer_wrap .footer_info .footer_navi {
  display: block;
  text-align: center;
  border-bottom: #333 solid 1px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
#footer_wrap .footer_info .footer_navi ul {
  display: block;
}
#footer_wrap .footer_info .footer_navi ul li a {
  font-size: 1.4rem;
  white-space: nowrap;
}
#footer_wrap .footer_info .footer_navi ul li a:hover {
  opacity: 0.8;
}
#footer_wrap .footer_info h2 {
  display: block;
  text-align: center;
}
#footer_wrap .footer_info h2 a {
  display: block;
  text-align: center;
}
#footer_wrap .footer_info h2 a img {
  display: inline-block;
  max-height: 20px;
  width: auto;
  /*max-width: 100%;
  height: auto;*/
}
@media screen and (max-width: 500px) {
  #footer_wrap .footer_info h2 a img {
    max-width: 80%;
    /*max-height: 14px;*/
    /*width: 160px;*/
  }
}
#footer_wrap .copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
}
#footer_wrap .copyright .copy_hr {
  margin: 1em 0;
  border-top: 1px solid #000;
}

/*# sourceMappingURL=style.css.map */
