@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Anton:400,700");
html {
  height: 101%;
  margin-bottom: 1px; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, img {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

body {
  height: 100%;
  font-family: "Noto Sans JP", sans;
  color: #333;
  background: #fff;
  font-size: 20px;
  line-height: 1.8; }

img {
  max-width: 100%; }

a {
  color: #333;
  text-decoration: underline; }
  a:link, a:visited {
    color: #333;
    text-decoration: underline; }
  a:hover, a:active {
    color: #ff8400;
    text-decoration: none; }

.sp_only {
  display: none; }

br.clear {
  clear: both; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, -80px); }
  50% {
    opacity: 0;
    transform: translate(0, -80px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(-50px); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes headerIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-100%); }
  to {
    opacity: 1;
    transform: scale(1) translateY(0); } }
.fadeIn {
  opacity: 0;
  transition: all 1500ms;
  transition-delay: .5s; }

.fadeInUp {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms; }

.fadeInSlide {
  opacity: 0;
  transform: translateX(100%);
  transition: all 1500ms; }

.zoomIn {
  opacity: 0;
  transform: scale(0, 0);
  transition: all .5s; }

.fadeIn.on {
  opacity: 1; }

.fadeInUp.on
, .fadeInSlide.on {
  opacity: 1;
  transform: translate(0, 0); }

.zoomIn.on {
  opacity: 1;
  transform: scale(1, 1); }

section#home_cover {
  height: 100vh;
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover;
  /* スクロールダウンアニメーション */ }
  section#home_cover h2 {
    position: absolute;
    top: 0;
    background: url("../images/overlay_net.png");
    height: 100%;
    width: 100%; }
    section#home_cover h2 span {
      animation: fade 2s ease 1s 1 both;
      font-weight: bold;
      color: #fff;
      font-size: 2.5vw;
      line-height: 2;
      position: absolute;
      display: inline-block;
      bottom: 100px;
      left: 100px; }
  section#home_cover a#scrolldown {
    animation: fadeIn 2s ease 0s 1 both;
    padding-top: 50px;
    position: absolute;
    bottom: 25px;
    left: 100px;
    z-index: 2;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 50px; }
    section#home_cover a#scrolldown span {
      position: absolute;
      top: 0;
      left: 50%;
      width: 20px;
      height: 50px;
      margin-left: -10px;
      box-sizing: border-box; }
    section#home_cover a#scrolldown::before {
      position: absolute;
      top: 10px;
      left: 50%;
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #fff;
      border-radius: 100%;
      -webkit-animation: sdb 2s infinite;
      animation: sdb 2s infinite;
      box-sizing: border-box; }
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 35px);
    opacity: 0; }
  100% {
    opacity: 0; } }
section.home_sec {
  padding: 60px 0; }
  section.home_sec::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }
  section.home_sec h3 {
    position: relative;
    font-weight: bold;
    color: #0068af;
    font-size: 1.75em;
    padding: 0 0 0 2.5em;
    margin-bottom: 1.5em; }
    section.home_sec h3::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 2px;
      width: 2em;
      background: #0068af; }
  section.home_sec p {
    margin: 0 1em 1.5em 1em; }

section#home_sec_greetings {
  position: relative;
  background: #ede9e9 url("../images/bg_greetings.jpg") no-repeat right/auto 100%; }

section#home_sec_services {
  position: relative; }
  section#home_sec_services h4 {
    margin: 0 0 1em 1em;
    font-weight: bold;
    color: #0068af; }
  section#home_sec_services ul li {
    position: relative;
    font-weight: bold;
    padding: 0 1em 1em 2.5em;
    font-size: .8em; }
    section#home_sec_services ul li::after {
      content: '';
      position: absolute;
      top: 1em;
      left: 0;
      height: 1px;
      width: 2em;
      background: #0068af; }

section#sec_contact {
  color: #fff;
  background-image: url("../images/overlay_net.png"), url("../images/bg_contact.jpg");
  background-repeat: repeat, no-repeat;
  background-position: top;
  background-size: auto, cover;
  padding: 100px 0; }
  section#sec_contact h3 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em; }
  section#sec_contact .wrap {
    max-width: 800px;
    margin: auto; }
    section#sec_contact .wrap p {
      text-align: center;
      margin-bottom: 1em; }
    section#sec_contact .wrap dl {
      background: rgba(0, 104, 175, 0.9);
      border-radius: 5px;
      padding: 2em; }
      section#sec_contact .wrap dl dd input[type=text]
      , section#sec_contact .wrap dl dd input[type=email]
      , section#sec_contact .wrap dl dd input[type=tel]
      , section#sec_contact .wrap dl dd textarea {
        box-sizing: border-box;
        font-size: 16px !important;
        width: 100%; }
      section#sec_contact .wrap dl dd textarea {
        min-height: 120px; }
      section#sec_contact .wrap dl dd.buttons {
        text-align: center;
        width: 100%; }
        section#sec_contact .wrap dl dd.buttons input[type=submit] {
          background: #ff8400;
          color: #fff;
          font-weight: bold;
          border: 0;
          display: inline-block;
          padding: 5px 2em;
          border-radius: 9999px; }

footer {
  background: #27334a url("../images/overlay_net.png");
  display: block;
  padding: 25px 0;
  color: #fff;
  text-align: center;
  font-size: 14px; }
  footer a {
    color: #fff !important; }
  footer .foot_logo img {
    max-width: 200px;
    margin-bottom: .5em; }
  footer .foot_corp {
    font-weight: bold; }
  footer .foot_addr {
    font-size: 0.9em;
    margin-bottom: 2em; }
  footer h4.lang {
    position: relative;
    font-size: 14px;
    margin-bottom: 1em;
    padding-bottom: 1em; }
    footer h4.lang::after {
      position: absolute;
      content: '';
      width: 2em;
      height: 2px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #fff; }
  footer ul.bogo-language-switcher {
    margin-bottom: 25px;
    font-size: 0; }
    footer ul.bogo-language-switcher li {
      display: inline-block; }
      footer ul.bogo-language-switcher li a {
        display: inline-block;
        padding: 5px .5em;
        display: inline-block;
        font-size: 18px;
        line-height: 1; }
      footer ul.bogo-language-switcher li.current a {
        text-decoration: none;
        font-weight: bold;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 5px; }

.padd5 {
  padding: 5px; }

.padd10 {
  padding: 10px; }

.padd15 {
  padding: 15px; }

.padd20 {
  padding: 20px; }

.padd0_5 {
  padding: 0 5px; }

.padd0_10 {
  padding: 0 10px; }

.padd0_20 {
  padding: 0 20px; }

.padd10_20 {
  padding: 10px 20px; }

.padd-top5 {
  padding-top: 5px; }

.padd-top10 {
  padding-top: 10px; }

.padd-top15 {
  padding-top: 15px; }

.padd-top20 {
  padding-top: 20px; }

.padd-bottom5 {
  padding-bottom: 5px; }

.padd-bottom10 {
  padding-bottom: 10px; }

.padd-bottom15 {
  padding-bottom: 15px; }

.padd-bottom20 {
  padding-bottom: 20px; }

.marg5 {
  margin: 5px; }

.marg10 {
  margin: 10px; }

.marg20 {
  margin: 20px; }

.marg0_5 {
  margin: 0 5px; }

.marg0_10 {
  margin: 0 10px; }

.marg0_20 {
  margin: 0 20px; }

.marg-top0 {
  margin-top: 0 !important; }

.marg-top5 {
  margin-top: 5px; }

.marg-top10 {
  margin-top: 10px; }

.marg-top15 {
  margin-top: 15px; }

.marg-top20 {
  margin-top: 20px; }

.marg-bottom5 {
  margin-bottom: 5px; }

.marg-bottom10 {
  margin-bottom: 10px; }

.marg-bottom15 {
  margin-bottom: 15px; }

.marg-bottom20 {
  margin-bottom: 20px; }

.st {
  font-weight: bold; }

.reg {
  font-weight: normal; }

.fs150 {
  font-size: 150%;
  letter-spacing: 0.01em; }

.fs120 {
  font-size: 120%; }

.fs110 {
  font-size: 110%; }

.fs90 {
  font-size: 90%; }

.fs80 {
  font-size: 80%;
  line-height: 160%; }

.fs70 {
  font-size: 70%;
  line-height: 160%; }

.fs60 {
  font-size: 60%;
  line-height: 160%; }

.fs50 {
  font-size: 50%;
  line-height: 160%; }

.fsblack {
  color: #000; }

.fsred {
  color: #CC4B5B; }

.fsgray {
  color: #afafaf; }

.must {
  font-weight: bold;
  margin-left: 5px;
  color: red; }

.alignright {
  text-align: right; }

.aligncenter {
  text-align: center; }

hr {
  height: 1px;
  border: none;
  background: #333;
  margin: 10px 0; }

h3.common {
  text-align: center;
  line-height: 150%;
  margin: 0 0 35px; }
  h3.common span.en {
    font-family: Anton, "Noto Sans JP", sans;
    font-size: 35px;
    font-weight: normal;
    padding: 0 0 10px;
    display: block; }
  h3.common span.jp {
    background: url("../images/head_line.png") repeat-x bottom center;
    background-size: auto 2px;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    font-weight: normal;
    padding: 0 0 12px;
    color: #0068af; }

h4.common {
  margin: 25px 0 15px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  border-bottom: 2px solid #ddd;
  line-height: 1; }
  h4.common span {
    background: url("../images/head_line.png") repeat-x bottom left;
    background-size: auto 2px;
    display: inline-block;
    font-family: Anton, "Noto Sans JP", sans;
    font-size: 24px;
    margin: 0 15px -2px 0;
    color: #000;
    padding-bottom: 10px; }

.box {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-bottom: 15px; }

img.photo {
  width: 96%;
  padding: 2%;
  background: rgba(255, 255, 255, 0.8); }

.single-post {
  position: relative;
  margin-bottom: 30px; }
  .single-post h1.post-title {
    margin: 30px 0 10px;
    font-size: 32px;
    line-height: 1.5;
    padding: 0 0 20px;
    color: #0068af; }
    .single-post h1.post-title.nothumbnail {
      margin: 0 0 10px;
      padding: 30px 0 15px; }
  .single-post .date {
    font-family: Anton, "Noto Sans JP", sans;
    font-size: 14px;
    padding: 0 0 25px;
    line-height: 100%;
    text-align: right; }
  .single-post .single-post-content {
    font-size: 16px;
    padding: 25px 0;
    line-height: 180%; }
    .single-post .single-post-content p {
      margin-bottom: 15px; }
    .single-post .single-post-content h3 {
      font-size: 18px; }
    .single-post .single-post-content h4 {
      font-size: 16px; }
    .single-post .single-post-content h5 {
      font-size: 14px; }

ul.paging {
  margin-top: 10px;
  font-size: 12px;
  border-top: 1px dotted #ddd; }
  ul.paging li {
    width: 50%; }
  ul.paging li.prev {
    float: left; }
  ul.paging li.emptynext a {
    border-right: 1px dotted #ddd; }
  ul.paging li.next {
    text-align: right;
    float: right; }
  ul.paging li a {
    display: block;
    position: relative;
    text-decoration: none; }
  ul.paging li.prev a {
    padding: 15px 5px 15px 15px; }
  ul.paging li.next a {
    padding: 15px 15px 15px 5px;
    border-left: 1px dotted #ddd; }
  ul.paging li a i {
    position: absolute;
    top: 21px; }
  ul.paging li.prev a i {
    left: 0; }
  ul.paging li.next a i {
    right: 0; }

.icons {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 100%; }
  .icons span, .icons a {
    display: inline-block;
    background: #0068af;
    color: #fff;
    font-size: 10px;
    line-height: 100%;
    padding: 2px 8px;
    margin-right: 0;
    text-decoration: none;
    border-radius: 10px; }
  .icons span.new {
    background: #c53535; }

a.more {
  font-family: Anton, "Noto Sans JP", sans;
  position: relative;
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  background: #0068af;
  color: #0068af;
  border-radius: 10px;
  padding: 12px 0;
  z-index: 2;
  transition: .5s;
  line-height: 1; }
  a.more::before {
    transition: .5s;
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 9px; }
  a.more::after {
    transition: .3s;
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    color: #0068af;
    font-size: 90%; }
  a.more:hover {
    color: #fff; }
    a.more:hover::before {
      opacity: 0;
      transform: scale(0, 0); }
    a.more:hover::after {
      color: #fff;
      transform: translate(5px, -50%); }

header#fixed_header {
  animation: headerIn 1s ease 0s 1 both;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 80px;
  color: #fff;
  transition: .5s; }
  header#fixed_header .logo a img {
    height: 70px;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%); }
  header#fixed_header .head_cta {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px; }
    header#fixed_header .head_cta ul.bogo-language-switcher {
      display: inline-block;
      margin-right: 5px;
      font-size: 0; }
      header#fixed_header .head_cta ul.bogo-language-switcher li {
        display: inline-block; }
        header#fixed_header .head_cta ul.bogo-language-switcher li a {
          display: inline-block;
          padding: 0 .75em;
          display: inline-block;
          font-size: 16px;
          line-height: 1;
          border-right: 1px solid rgba(255, 255, 255, 0.75); }
        header#fixed_header .head_cta ul.bogo-language-switcher li.current a {
          text-decoration: none;
          font-weight: bold; }
        header#fixed_header .head_cta ul.bogo-language-switcher li:last-child a {
          border-right: 0; }
    header#fixed_header .head_cta a {
      color: #fff; }
      header#fixed_header .head_cta a.head_contact {
        display: inline-block;
        font-weight: normal;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.1);
        padding: 5px 15px; }
        header#fixed_header .head_cta a.head_contact i.fa {
          margin-right: 10px; }
  header#fixed_header.scroll {
    background: rgba(0, 0, 0, 0.3); }

section#pagetitle {
  animation: slideIn 2s ease 0s 1 normal;
  background-image: url("../images/overlay_grey.png"), url("../images/title_bg.jpg");
  background-position: right center;
  background-size: auto ,cover;
  padding: 120px 0 40px; }
  section#pagetitle h1, section#pagetitle p {
    font-weight: bold;
    font-size: 35px;
    line-height: 100%;
    padding: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
    section#pagetitle h1 span, section#pagetitle p span {
      line-height: 100%;
      font-weight: normal;
      font-size: 14px; }

h3.disable {
  display: none; }

.sub_right_widget {
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .sub_right_widget h3 {
    color: #fff;
    font-size: 16px;
    font-family: Anton, "Noto Sans JP", sans;
    font-weight: normal;
    background-color: #0068af;
    padding: 15px;
    line-height: 1; }
  .sub_right_widget ul {
    font-size: 12px; }
    .sub_right_widget ul > li {
      border-bottom: 1px dotted #ddd;
      padding: 12px 15px; }
    .sub_right_widget ul > li:last-child {
      border-bottom: 0; }
    .sub_right_widget ul > li a {
      font-size: 14px;
      margin-right: 3px; }
    .sub_right_widget ul > li ul.children {
      margin: 5px 0 0 10px; }
    .sub_right_widget ul > li ul.children li {
      padding: 2px 0; }

div.tags {
  margin: 0 10px;
  text-align: right; }
  div.tags h4 {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px; }
  div.tags a {
    font-size: 12px;
    display: inline-block;
    background: #fff;
    padding: 2px 10px;
    margin: 0 0 5px 5px;
    border: 1px solid #009ae2;
    border-radius: 3px;
    text-decoration: none; }
  div.tags a:hover {
    background: #009ae2;
    color: #fff; }

ul.gal2
, ul.gal3 {
  margin-left: -1%; }

ul.gal2 li
, ul.gal3 li {
  float: left;
  margin: 0 0 7px 1%; }

ul.gal2 li img
, ul.gal3 li img {
  width: 100%; }

ul.gal2 li {
  width: 49%; }

ul.gal3 li {
  width: 32.3%; }

.pagenation {
  text-align: center;
  margin: 10px 0 30px; }
  .pagenation a
  , .pagenation span {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 2px;
    padding: 5px 8px;
    border-radius: 3px;
    text-decoration: none; }
  .pagenation .current {
    background: #000;
    border-color: #000;
    color: #fff; }

section#breadcrumb ul {
  padding: 20px 0;
  display: flex;
  align-items: flex-start; }
  section#breadcrumb ul li {
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-right: 10px; }
    section#breadcrumb ul li span.fa {
      margin-right: 5px; }

.after_clear::after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden; }

ul.recommend {
  display: flex; }
  ul.recommend li img {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px; }
  ul.recommend li p.date {
    font-family: Anton, "Noto Sans JP", sans;
    font-size: 12px;
    padding: 5px 0 10px 0; }
  ul.recommend li h4 {
    font-size: 14px; }

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

a#totop {
  position: fixed;
  bottom: 100px;
  right: -100px;
  transition: 1s;
  outline: none;
  z-index: 9999; }
  a#totop img {
    width: 60px; }

h2.common {
  font-family: Anton, "Noto Sans JP", sans;
  line-height: 100%;
  margin-bottom: 30px;
  font-size: 32px;
  color: #0068af;
  border-bottom: double #0068af;
  padding: 0 0 10px 0;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

ul.asterisk {
  border: 1px dotted #ddd;
  padding: 15px 15px 5px;
  font-size: 14px; }
  ul.asterisk li {
    position: relative;
    padding: 0 0 10px 20px; }
    ul.asterisk li::before {
      position: absolute;
      content: '※';
      top: 0;
      left: 0; }

table.common {
  width: 100%;
  font-family: Anton, "Noto Sans JP", sans;
  margin-bottom: 25px; }
  table.common th, table.common td {
    border: 1px solid #0068af; }
  table.common th {
    font-weight: normal;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background: #0068af; }

@media (min-width: 768px) {
  img.pc_right {
    float: right;
    width: 40%;
    padding: 0 0 30px 25px; }

  img.pc_left {
    float: left;
    width: 40%;
    padding: 0 25px 30px 0; }

  section#home_sec_greetings {
    padding-right: 40vw; }
    section#home_sec_greetings p {
      margin-left: 5em;
      line-height: 2.5em; }
    section#home_sec_greetings img {
      z-index: 1000;
      width: 30vw;
      position: absolute;
      right: 0;
      bottom: 0;
      transform: translateY(50%); }

  section#home_sec_services p {
    padding-right: 40vw;
    margin-left: 5em;
    line-height: 2.5em; }
  section#home_sec_services h4 {
    margin-left: 4em; }
  section#home_sec_services ul {
    margin-left: 5em; }

  section#sec_contact .wrap dl {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap; }
    section#sec_contact .wrap dl dt {
      padding: 25px 0;
      text-align: center;
      width: 30%; }
    section#sec_contact .wrap dl dd {
      padding: 25px 0;
      width: 70%; }

  table.common {
    border-collapse: separate;
    border-spacing: 5px; }
    table.common th {
      padding: 15px;
      width: 30%;
      font-size: 20px; }
    table.common td {
      padding: 15px;
      width: 70%; }

  ul.recommend {
    margin: 0 0 0 -3%; }
    ul.recommend li {
      width: 22%;
      margin-left: 3%; }

  a.mouseonzoom {
    overflow: visible;
    display: block; }
    a.mouseonzoom img {
      width: 100%;
      transition-duration: 0.3s; }
      a.mouseonzoom img:hover {
        transform: scale(0.95);
        transition-duration: 0.3s; } }
@media (max-width: 767px) {
  .sp_only {
    display: inline; }

  .sp_center {
    text-align: center; }

  .pc_only {
    display: none; }

  img.pc_right
  , img.pc_left {
    float: none;
    width: 100%;
    padding: 0 0 20px; }

  header#fixed_header .logo a img {
    left: 15px;
    height: 50px; }
  header#fixed_header .head_cta {
    right: 15px; }
    header#fixed_header .head_cta a.head_contact i.fa {
      margin-right: 0; }

  section#home_sec_greetings
  h3, section#home_sec_services h3 {
    font-size: 1.25em; }
  section#home_sec_greetings
  h4, section#home_sec_services h4 {
    font-size: 1em; }
  section#home_sec_greetings
  p, section#home_sec_services p {
    font-size: .9em; }

  section#home_sec_greetings {
    background: #ede9e9;
    padding-bottom: 0; }

  section#home_sec_services ul {
    margin-left: 1em; }
    section#home_sec_services ul li {
      font-size: .75em; }

  section#sec_contact {
    padding: 40px 15px; }
    section#sec_contact p {
      font-size: 14px; }
    section#sec_contact .wrap dl {
      padding: 1em; }
      section#sec_contact .wrap dl dt {
        font-size: 16px; }
        section#sec_contact .wrap dl dt::before {
          font-family: 'FontAwesome';
          content: '\f0d7';
          margin-right: .5em;
          font-weight: normal; }
      section#sec_contact .wrap dl dd {
        margin-bottom: 1em; }

  div.tags a {
    font-size: 10px;
    padding: 2px 8px; }

  ul.gal2
  , ul.gal3 {
    margin: 0 0 20px 0; }

  ul.gal2 li
  , ul.gal3 li {
    float: none;
    width: 100%;
    margin: 0 0 10px 0; }

  section#breadcrumb ul {
    padding: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    section#breadcrumb ul li {
      white-space: nowrap; }

  section#pagetitle {
    padding: 80px 0 15px;
    background-size: 10px ,cover; }

  section#pagetitle h1
  , section#pagetitle p {
    padding: 20px 15px;
    font-size: 20px; }

  section#pagetitle h1 span
  , section#pagetitle p span {
    font-size: 12px; }

  ul.recommend {
    margin: 0 -15px 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    ul.recommend li {
      flex: 0 0 40%;
      padding: 0 20px 20px 0; }

  h3.common span.en {
    font-size: 28px;
    padding: 0 0 5px; }
  h3.common span.jp {
    font-size: 12px; }

  .single-post h1.post-title {
    padding: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.5; }
    .single-post h1.post-title.nothumbnail {
      padding: 30px 0 15px; }
  .single-post .date {
    padding: 0 0 25px; }
  .single-post .single-post-content {
    padding: 15px 0;
    line-height: 180%;
    font-size: 14px; }

  a#totop img {
    width: 50px; }

  section#home_cover {
    /* スクロールダウンアニメーション */ }
    section#home_cover h2 span {
      font-size: 4.5vw;
      left: 25px;
      bottom: 50%;
      transform: translateY(50%); }
    section#home_cover a#scrolldown {
      left: 25px; }

  table.common th, table.common td {
    display: block;
    padding: 5px 15px;
    text-align: center;
    line-height: 120%; }
  table.common td {
    padding: 10px 15px; } }

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