@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700|Noto+Sans+JP:400,700|Satisfy:400");
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: #fff;
  background: #000;
  font-size: 16px;
  line-height: 180%; }

img {
  max-width: 100%; }

a {
  color: #0e70b3;
  text-decoration: underline; }
  a:link, a:visited {
    color: #0e70b3;
    text-decoration: underline; }
  a:hover, a:active {
    color: #2ba9ff;
    text-decoration: none; }

.sp_only {
  display: none; }

br.clear {
  clear: both; }

p {
  margin-bottom: 25px; }

@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); } }
.fadeInUp {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 1000ms; }

.fadeInSlide {
  opacity: 0;
  transform: translate(-500px);
  transition: all 1000ms; }

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

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

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

.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; }

#fb-root {
  display: none; }

.fb_iframe_widget
, .fb_iframe_widget span
, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
  background: #fff !important; }

h3.common {
  font-family: "Satisfy", "Noto Serif JP", san-serif;
  font-size: 50px;
  text-align: center;
  margin-bottom: 40px; }
  h3.common span {
    position: relative;
    font-family: "Noto Serif JP", san-serif;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    padding-top: 25px; }
    h3.common span::before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      height: 1px;
      width: 50px;
      transform: translateX(-50%) rotate(-45deg);
      background: #fff; }

.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, .single-page {
  max-width: 800px;
  position: relative;
  margin: 0 auto 30px; }
  .single-post h1.post-title, .single-page h1.post-title {
    font-family: "Noto Serif JP", san-serif;
    margin: 30px 0 10px;
    font-size: 24px;
    line-height: 1.6;
    padding: 0 0 20px; }
  .single-post .date, .single-page .date {
    font-family: "Noto Serif JP", san-serif;
    font-size: 14px;
    padding: 0 0 25px;
    line-height: 100%;
    text-align: right; }
  .single-post .single-post-content, .single-page .single-post-content {
    font-size: 16px;
    padding: 25px 0;
    line-height: 2; }
    .single-post .single-post-content p, .single-page .single-post-content p {
      margin-bottom: 15px; }
    .single-post .single-post-content h3, .single-page .single-post-content h3 {
      font-size: 18px; }
    .single-post .single-post-content h4, .single-page .single-post-content h4 {
      font-size: 16px; }
    .single-post .single-post-content h5, .single-page .single-post-content h5 {
      font-size: 14px; }

.single-page-menu h3 {
  font-family: "Satisfy", "Noto Serif JP", san-serif;
  font-size: 40px;
  text-align: center;
  margin: 0;
  padding: 25px; }
  .single-page-menu h3 span {
    display: block;
    font-family: "Noto Serif JP", san-serif;
    font-size: 14px;
    margin-top: 15px; }
.single-page-menu ul.menus {
  padding: 0 2%;
  margin-bottom: 50px;
  margin-left: -2%;
  display: flex;
  flex-wrap: wrap; }
  .single-page-menu ul.menus li {
    width: 18%;
    margin: 0 0 2% 2%; }
    .single-page-menu ul.menus li h4 {
      font-weight: bold;
      font-size: 16px;
      padding: 10px 0 5px; }
    .single-page-menu ul.menus li p {
      font-family: "Noto Serif JP", san-serif;
      margin: 0; }
      .single-page-menu ul.menus li p:before {
        content: '￥'; }
.single-page-menu dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  .single-page-menu dl dt {
    width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 15px; }
    .single-page-menu dl dt p {
      font-size: .9em;
      font-weight: normal;
      font-family: "Noto Serif JP", san-serif;
      line-height: 1.5;
      padding: 10px 0 10px 10px;
      color: #aaa; }
    .single-page-menu dl dt.cate {
      font-weight: normal;
      font-size: 30px;
      font-family: "Satisfy", "Noto Serif JP", san-serif;
      width: 100%;
      color: #0e70b3;
      border-bottom: none;
      margin-top: 10px;
      margin-bottom: 15px; }
    .single-page-menu dl dt.photo {
      width: 100%;
      border-bottom: none; }
  .single-page-menu dl dd {
    width: 20%;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 15px;
    font-style: italic; }

ul.paging {
  margin-top: 10px;
  display: flex;
  flex-direction: row-reverse; }
  ul.paging li {
    width: 50%; }
    ul.paging li a {
      font-size: 14px;
      position: relative;
      padding: 10px 0;
      display: inline-block;
      width: 95%;
      border: 1px solid rgba(255, 255, 255, 0.25);
      text-align: center;
      transition: .5s; }
      ul.paging li a:hover {
        transition: .5s;
        border-color: #867241; }
    ul.paging li.prev {
      text-align: right; }
      ul.paging li.prev a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        content: '＋';
        transform: translateY(-50%); }
    ul.paging li.next a::before {
      position: absolute;
      top: 50%;
      left: 15px;
      content: '＋';
      transform: translateY(-50%); }

dl.menulist dt {
  font-size: 1.1em;
  margin-bottom: 10px; }
  dl.menulist dt img {
    margin: 0 0 10px;
    display: block;
    max-width: 100%; }
  dl.menulist dt.cate {
    font-weight: normal;
    font-size: 30px;
    font-family: "Satisfy", "Noto Serif JP", san-serif;
    width: 100%;
    color: #0e70b3;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 15px; }
  dl.menulist dt p {
    font-weight: normal;
    font-size: .9em;
    padding: 10px 0 0 15px;
    line-height: 1.5; }
dl.menulist dd {
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 25px;
  padding-bottom: 5px;
  font-style: italic;
  font-size: 1.2em; }
  dl.menulist dd span {
    font-style: normal;
    font-size: .75em; }
    dl.menulist dd span::after {
      content: '=';
      margin: 0 10px; }

.icons {
  position: absolute;
  top: 5px;
  right: 10px;
  line-height: 100%; }
  .icons span, .icons a {
    display: inline-block;
    background: #0e70b3;
    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; }

div.buttons {
  text-align: center;
  margin-top: 25px; }
  div.buttons a {
    font-family: "Noto Serif JP", san-serif;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 25px 50px;
    line-height: 1;
    border: 2px solid;
    border-color: rgba(255, 255, 255, 0.25);
    transition: .5s;
    font-size: 14px; }
    div.buttons a span {
      display: inline-block;
      transition: .5s; }
    div.buttons a:hover {
      border-color: #867241;
      background: black; }
      div.buttons a:hover span {
        color: #0e70b3;
        transform: rotateX(360deg); }
    div.buttons a i.fa {
      margin-left: 5px; }

@keyframes headBorderIn {
  from {
    width: 0; }
  to {
    width: 100%;
    background: none; } }
header#fixed_header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 60px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0.9+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#e6000000',GradientType=1 );
  /* IE6-9 */ }
  header#fixed_header::before {
    animation: headBorderIn 1s ease-out 0.1s 1 both;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #0e70b3;
    z-index: -1; }
  header#fixed_header .logo {
    display: inline-block;
    float: left;
    height: 60px;
    background: #000;
    line-height: 1; }
    header#fixed_header .logo a {
      display: inline-block;
      margin: 5px 15px 0 80px; }
      header#fixed_header .logo a img {
        height: 50px; }
  header#fixed_header #lock_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999; }
  header#fixed_header nav#header_menu {
    z-index: 1001;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: .5s;
    height: 100vh;
    padding: 70px 70px 0 70px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff; }
    header#fixed_header nav#header_menu a {
      color: #fff; }
    header#fixed_header nav#header_menu.active {
      transform: translateX(0); }
    header#fixed_header nav#header_menu ul > li {
      font-size: 16px;
      line-height: 3;
      font-weight: bold; }
      header#fixed_header nav#header_menu ul > li > ul {
        margin: 0 0 15px 15px; }
        header#fixed_header nav#header_menu ul > li > ul > li {
          font-size: 14px;
          line-height: 1.8; }
    header#fixed_header nav#header_menu ul li.outer a::after {
      font-family: FontAwesome;
      content: '\f08e';
      margin-left: 5px;
      font-weight: normal; }
    header#fixed_header nav#header_menu ul a {
      text-decoration: none; }
  header#fixed_header a#menu_trigger {
    display: inline-block;
    box-sizing: border-box;
    z-index: 1002;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 27px;
    width: 30px;
    height: 21px; }
    header#fixed_header a#menu_trigger span {
      display: inline-block;
      transition: all .5s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #fff; }
      header#fixed_header a#menu_trigger span:nth-of-type(1) {
        top: 0; }
      header#fixed_header a#menu_trigger span:nth-of-type(2) {
        top: 9px; }
      header#fixed_header a#menu_trigger span:nth-of-type(3) {
        bottom: 0; }
    header#fixed_header a#menu_trigger.active span:nth-of-type(1) {
      background-color: #fff;
      -webkit-transform: translateY(9px) rotate(-45deg);
      transform: translateY(9px) rotate(-45deg); }
    header#fixed_header a#menu_trigger.active span:nth-of-type(2) {
      opacity: 0;
      transform: translateY(10px) scaleX(0); }
    header#fixed_header a#menu_trigger.active span:nth-of-type(3) {
      background-color: #fff;
      -webkit-transform: translateY(-9px) rotate(45deg);
      transform: translateY(-9px) rotate(45deg); }

footer {
  background: #000;
  display: block;
  padding: 25px 0 0;
  color: #fff;
  text-align: center;
  font-size: 14px; }
  footer a {
    color: #fff !important; }
  footer div.footer_data {
    display: flex; }
    footer div.footer_data div {
      box-sizing: border-box;
      padding-bottom: 30px; }
    footer div.footer_data div:first-child {
      width: 160px;
      border-right: 1px solid rgba(255, 255, 255, 0.25);
      padding: 0 30px; }
    footer div.footer_data div:last-child {
      text-align: left;
      padding-left: 30px;
      line-height: 1.5; }
      footer div.footer_data div:last-child h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px; }
      footer div.footer_data div:last-child p {
        margin: 0; }
        footer div.footer_data div:last-child p.footer_tel {
          margin: 15px 0;
          font-size: 20px; }
        footer div.footer_data div:last-child p.footer_copy {
          font-size: 12px; }
          footer div.footer_data div:last-child p.footer_copy span {
            margin-top: 10px;
            display: block;
            font-size: 10px; }

section#main {
  padding: 0 0 25px; }

section#page {
  padding: 0 0 25px; }

section#home_cover {
  height: 95vh;
  position: relative;
  width: 100%;
  background-color: #000;
  background-size: cover; }
  section#home_cover h2 {
    letter-spacing: .15em;
    position: absolute;
    top: 0;
    text-align: center;
    background: url("../images/overlay_grey.png");
    height: 100%;
    width: 100%; }
    section#home_cover h2 span {
      color: #fff;
      font-size: 18px;
      line-height: 150%;
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section#home_cover h2 span img {
        width: 200px;
        display: block;
        margin: 0 auto 40px; }

section.home_sec {
  padding: 60px 0; }
  section.home_sec::after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }

section#home_sec_aboutus {
  padding: 150px 0;
  text-align: center;
  background: #190e0e url("../images/bg_home_aboutus.jpg") no-repeat center bottom/cover; }
  section#home_sec_aboutus h3 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", san-serif; }
    section#home_sec_aboutus h3 img {
      width: 400px;
      margin-bottom: 15px; }
    section#home_sec_aboutus h3 span {
      display: block;
      font-size: 18px;
      color: #0e70b3;
      font-weight: bold; }
  section#home_sec_aboutus p {
    line-height: 2.5; }

section.home_sec_prof h4 {
  font-family: "Noto Serif JP", san-serif;
  font-size: 18px;
  padding-top: 15px;
  margin-bottom: 25px;
  font-weight: bold; }
  section.home_sec_prof h4::before {
    content: '――';
    margin-right: 5px; }

section#home_sec_prof_b {
  background-image: url("../images/prof_b.jpg"), url("../images/bg_prof_b.jpg");
  background-size: 30% ,cover;
  background-position: top right ,center;
  background-repeat: no-repeat;
  padding: 50px 35% 50px 15%; }

section#home_sec_prof_p {
  background-image: url("../images/prof_p.jpg"), url("../images/bg_prof_p.jpg");
  background-size: 30% ,cover;
  background-position: top left ,center;
  background-repeat: no-repeat;
  padding: 50px 15% 50px 35%; }

section#home_sec_info {
  background-image: url("../images/overlay_dash.png"), url("../images/bg_home_info.jpg");
  background-size: auto ,cover;
  background-position: center right ,center;
  background-repeat: repeat, no-repeat; }

dl.posts {
  background: rgba(0, 0, 0, 0.9);
  padding: 25px; }

@keyframes newIcon {
  0% {
    text-indent: 0;
    color: #fff; }
  70% {
    text-indent: 0;
    color: #fff; }
  85% {
    text-indent: 3em;
    color: #867241; }
  90% {
    text-indent: -3em;
    color: #867241; }
  100% {
    text-indent: 0;
    color: #fff; } }
span.new {
  animation: newIcon 4s ease-out 0s infinite both;
  font-family: "Noto Serif JP", san-serif;
  background: #867241;
  display: inline-block;
  color: #fff;
  line-height: 1;
  font-size: .8em;
  padding: 1px 0;
  margin-right: 10px;
  border-radius: 3px;
  overflow: hidden;
  width: 3.5em;
  text-align: center; }

section#foot_access {
  background-image: url("../images/overlay_dash.png"), url("../images/bg_foot_access.jpg");
  background-size: auto ,cover;
  background-position: center ,bottom;
  background-repeat: repeat, no-repeat; }
  section#foot_access dl dt {
    display: inline-block;
    padding: 0 15px 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    section#foot_access dl dt i.fa {
      color: #0e70b3;
      margin-right: 5px; }
  section#foot_access dl dd {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0 0 15px 30px;
    padding: 10px 0 10px 30px;
    line-height: 1.2; }
    section#foot_access dl dd span {
      font-size: 150%;
      margin: 0 5px;
      font-family: "Noto Serif JP", san-serif;
      font-style: italic; }

section#pagetitle {
  background-image: url("../images/overlay_grey.png"), url("../images/title_bg.jpg");
  background-position: right center;
  background-size: auto ,100%;
  padding: 150px 0 50px; }
  section#pagetitle h1, section#pagetitle p {
    font-family: "Satisfy", "Noto Serif JP", san-serif;
    font-size: 50px;
    text-align: center;
    line-height: 1;
    margin: 0; }
    section#pagetitle h1 span, section#pagetitle p span {
      position: relative;
      font-family: "Noto Serif JP", san-serif;
      font-size: 14px;
      display: block;
      margin-top: 20px;
      padding-top: 25px; }
      section#pagetitle h1 span::before, section#pagetitle p span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        height: 1px;
        width: 50px;
        transform: translateX(-50%) rotate(-45deg);
        background: #fff; }

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: "Satisfy", "Noto Serif JP", san-serif;
    font-weight: normal;
    background-color: #0e70b3;
    padding: 15px;
    line-height: 1; }
  .sub_right_widget ul {
    font-size: 12px; }
    .sub_right_widget ul > li {
      border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
      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 rgba(255, 255, 255, 0.25);
    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: 10px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    margin-right: 10px;
    line-height: 1; }
    section#breadcrumb ul li span.fa {
      margin-right: 10px; }

.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: "Satisfy", "Noto Serif JP", san-serif;
    font-size: 12px;
    padding: 5px 0 10px 0; }
  ul.recommend li h4 {
    font-size: 14px; }

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

a#totop {
  position: fixed;
  bottom: 50px;
  right: -100px;
  transition: 1s;
  transform: rotate(180deg);
  outline: none; }
  a#totop img {
    width: 60px; }
  a#totop:hover {
    transition: .5s; }
    a#totop:hover img {
      transition: .5s;
      transform: scale(1.2); }

ul.asterisk {
  border: 1px dotted rgba(255, 255, 255, 0.25);
  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%;
  margin-bottom: 25px;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #0e70b3;
  border-left: 1px solid #0e70b3;
  line-height: 1.5; }
  table.common th {
    width: 30%;
    border-bottom: 1px solid #000;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background: #0e70b3;
    padding: 10px; }
    table.common th.right {
      text-align: right; }
  table.common td {
    width: 70%;
    border-right: 1px solid #0e70b3;
    border-bottom: 1px solid #0e70b3;
    padding: 10px; }

ul.gallery {
  display: flex; }
  ul.gallery li a {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none; }
    ul.gallery li a img {
      width: 100%; }

ul.gal_slick {
  position: relative;
  z-index: 0;
  margin-bottom: 25px;
  line-height: 0; }
  ul.gal_slick li {
    padding-left: 5px;
    padding-right: 5px; }
    ul.gal_slick li img {
      border-radius: 5px; }
  ul.gal_slick .slick-arrow {
    position: absolute;
    top: 0;
    width: 5%;
    height: 100%;
    transition: .5s; }
    ul.gal_slick .slick-arrow.prev {
      left: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5) url("../images/prev.png") no-repeat center left/90%; }
    ul.gal_slick .slick-arrow.next {
      right: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5) url("../images/next.png") no-repeat center right/90%; }
    ul.gal_slick .slick-arrow:hover {
      transition: .5s;
      cursor: pointer;
      background-color: rgba(14, 112, 179, 0.9); }

@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; }

  footer div.banners {
    margin-bottom: 50px; }
  footer ul {
    margin: 0 0 25px;
    font-size: 0; }
    footer ul li {
      display: inline-block;
      margin: 0 15px 15px;
      width: 30%;
      background-position: right center;
      background-size: auto ,cover; }
      footer ul li a {
        transition: .5s;
        text-align: left;
        font-family: "Noto Serif JP", san-serif;
        border: 2px solid rgba(255, 255, 255, 0.25);
        text-decoration: none !important;
        line-height: 1;
        display: block;
        padding: 25px;
        font-size: 24px; }
        footer ul li a span {
          font-family: "Noto Sans JP", sans;
          font-size: 12px;
          display: block;
          margin-top: 10px; }
        footer ul li a:hover {
          transition: .5s;
          border-color: #867241; }
      footer ul li.nv1 {
        background-image: url("../images/overlay_grey.png"), url("../images/nv1.jpg"); }
      footer ul li.nv2 {
        background-image: url("../images/overlay_grey.png"), url("../images/nv2.jpg"); }
      footer ul li.nv3 {
        background-image: url("../images/overlay_grey.png"), url("../images/nv3.jpg"); }

  dl.posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto; }
    dl.posts dt, dl.posts dd {
      box-sizing: border-box;
      padding: 25px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      dl.posts dt:nth-child(-n+2), dl.posts dd:nth-child(-n+2) {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
    dl.posts dt {
      font-family: "Noto Serif JP", san-serif;
      font-weight: normal;
      width: 25%;
      text-align: center;
      font-size: 14px; }
    dl.posts dd {
      width: 75%;
      background: url("../images/next.png") no-repeat right center/20px; }
      dl.posts dd a {
        display: block;
        text-decoration: none;
        padding-right: 25px; }

  #home_sec_instagram .wrap {
    max-width: 1000px;
    margin: auto; }

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

  body#page section.page_sec {
    padding: 25px 0; }
  body#page dl.datalist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px; }
    body#page dl.datalist dt, body#page dl.datalist dd {
      box-sizing: border-box; }
    body#page dl.datalist dt {
      width: 20%;
      margin: 0;
      color: #fff;
      padding: 15px 0;
      font-size: 90%; }
    body#page dl.datalist dd {
      border-left: 1px solid rgba(255, 255, 255, 0.25);
      width: 80%;
      margin: 0;
      padding: 15px 0 15px 40px; }

  ul.gallery {
    flex-wrap: wrap;
    margin: 0 0 15px -1%; }
    ul.gallery li {
      flex: auto;
      width: 200px;
      margin: 0 0 1% 1%; }
      ul.gallery li a img {
        border-radius: 5px; }
      ul.gallery li a:hover::before {
        animation: fade .5s ease 0s 1 normal;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 5px; }
      ul.gallery li a:hover::after {
        animation: fade .5s ease 0s 1 normal;
        content: '\f00e';
        font-family: FontAwesome;
        position: absolute;
        left: 50%;
        top: 50%;
        color: rgba(255, 255, 255, 0.6);
        font-size: 50px;
        transform: translate(-50%, -50%); }

  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; }

  .single-page-menu {
    display: flex;
    flex-wrap: wrap; }
    .single-page-menu > div {
      width: 50%;
      box-sizing: border-box;
      padding: 0 5%; } }
@media (max-width: 979px) {
  .single-page-menu ul.menus li {
    width: 31.3%; } }
@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; }

  section#main
  , section.home_sec {
    padding: 50px 15px; }

  section#page {
    padding: 25px 0; }

  h3.common {
    margin-bottom: 25px;
    font-size: 35px; }
    h3.common span {
      font-size: 14px;
      margin-top: 10px;
      padding-top: 20px; }
      h3.common span::before {
        width: 30px; }

  section#home_sec_aboutus {
    padding: 40px 0 25px;
    background: #190e0e url("../images/bg_home_aboutus_sp.jpg") no-repeat top/100%; }
    section#home_sec_aboutus h3 {
      margin-bottom: 30px;
      font-family: "Noto Serif JP", san-serif; }
      section#home_sec_aboutus h3 img {
        width: 75%;
        margin-bottom: 15px; }
      section#home_sec_aboutus h3 span {
        display: block;
        font-size: 14px;
        color: #0e70b3; }
    section#home_sec_aboutus p {
      padding: 0 15%;
      font-size: 12px;
      line-height: 2;
      text-align: left; }

  section.home_sec_prof h4 {
    font-size: 14px; }
  section.home_sec_prof p {
    font-size: 12px;
    line-height: 1.6; }

  section#home_sec_prof_b {
    padding: 25px 35% 25px 15px; }

  section#home_sec_prof_p {
    padding: 25px 15px 25px 35%; }

  section#foot_access dl {
    margin-top: 25px; }
    section#foot_access dl dt {
      font-size: 14px; }
    section#foot_access dl dd {
      text-align: right;
      font-size: 12px;
      margin-left: 15px;
      padding-left: 15px; }

  dl.posts {
    padding: 15px;
    line-height: 1.5; }
    dl.posts dt {
      font-size: 12px;
      padding-top: 15px;
      font-family: "Noto Serif JP", san-serif;
      font-weight: normal; }
      dl.posts dt:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
    dl.posts dd {
      font-size: 14px;
      padding: 10px 0 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      background: url("../images/next.png") no-repeat right center/15px; }
      dl.posts dd a {
        display: block;
        text-decoration: none;
        padding-right: 15px; }

  body#sub section#main {
    padding: 0 15px 15px; }

  footer {
    padding: 0;
    font-size: 12px;
    line-height: 150%; }
    footer .container {
      margin: 0;
      padding: 0; }
    footer div.banners {
      padding: 15px 15px 40px; }
      footer div.banners img {
        width: 100%; }
    footer ul {
      margin: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.25); }
      footer ul li {
        background-position: right center;
        background-size: auto ,cover;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
        footer ul li a {
          text-align: left;
          font-family: "Noto Serif JP", san-serif;
          text-decoration: none !important;
          line-height: 1;
          display: block;
          padding: 25px;
          font-size: 20px; }
          footer ul li a span {
            font-family: "Noto Sans JP", sans;
            font-size: 10px;
            display: block;
            margin-top: 10px; }
        footer ul li.nv1 {
          background-image: url("../images/overlay_grey.png"), url("../images/nv1.jpg"); }
        footer ul li.nv2 {
          background-image: url("../images/overlay_grey.png"), url("../images/nv2.jpg"); }
        footer ul li.nv3 {
          background-image: url("../images/overlay_grey.png"), url("../images/nv3.jpg"); }
    footer div.footer_data div {
      box-sizing: border-box;
      padding-bottom: 15px; }
    footer div.footer_data div:first-child {
      width: 130px;
      padding: 0 15px; }
    footer div.footer_data div:last-child {
      padding-left: 15px; }
      footer div.footer_data div:last-child h4 {
        font-size: 14px; }
      footer div.footer_data div:last-child p.footer_tel {
        font-size: 18px; }
      footer div.footer_data div:last-child p.footer_copy {
        padding-right: 15px;
        font-size: 10px; }
        footer div.footer_data div:last-child p.footer_copy span {
          font-size: 9px; }

  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 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch; }
    section#breadcrumb ul li {
      white-space: nowrap; }

  section#pagetitle {
    padding: 110px 0 30px;
    background-size: 10px ,cover; }
    section#pagetitle h1, section#pagetitle p {
      font-size: 35px; }
      section#pagetitle h1 span, section#pagetitle p span {
        font-size: 14px;
        margin-top: 15px;
        padding-top: 20px; }
        section#pagetitle h1 span::before, section#pagetitle p span::before {
          width: 30px; }

  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; }

  .single-post h1.post-title, .single-page h1.post-title {
    padding: 0 15px 15px;
    font-size: 16px;
    line-height: 1.5; }
  .single-post .date, .single-page .date {
    padding: 0 15px 15px;
    font-size: 12px; }
  .single-post .single-post-content, .single-page .single-post-content {
    padding: 0 15px 15px;
    line-height: 2;
    font-size: 12px; }

  ul.paging li a {
    font-size: 12px; }

  .single-page-menu h3 {
    font-size: 30px; }
    .single-page-menu h3 span {
      font-size: 12px; }
  .single-page-menu ul.menus {
    padding: 0; }
    .single-page-menu ul.menus li {
      width: 48%;
      margin-bottom: 5%; }
      .single-page-menu ul.menus li h4 {
        padding: 10px 5px 0 5px;
        font-size: 14px; }
      .single-page-menu ul.menus li p {
        padding: 0 5px;
        font-size: 14px; }
  .single-page-menu dl {
    font-size: 14px; }

  a#totop img {
    width: 50px; }

  section#home_cover {
    height: 70vh; }
    section#home_cover h2 span {
      font-size: 14px;
      position: absolute;
      display: inline-block;
      top: 55%;
      left: 0;
      width: 100%;
      transform: translateY(-50%); }
      section#home_cover h2 span img {
        width: 150px; }

  body#page section.page_sec {
    padding: 15px;
    font-size: 16px; }
  body#page dl.datalist {
    margin-bottom: 25px; }
    body#page dl.datalist dt {
      font-size: 90%;
      margin-bottom: 5px; }
    body#page dl.datalist dd {
      border: 1px solid rgba(255, 255, 255, 0.25);
      padding: 15px;
      margin-bottom: 10px; }

  ul.gallery {
    padding-bottom: 15px;
    margin: 0 -15px 15px 0;
    flex-wrap: nowrap;
    overflow-x: auto; }
    ul.gallery li {
      flex: 0 0 85%;
      padding-right: 15px; }
      ul.gallery li a img {
        border-radius: 3px; }

  ul.gal_slick {
    margin: 0 -12px 25px; }
    ul.gal_slick .slick-arrow {
      display: none !important; }

  table.common {
    font-size: 0.9em; }
    table.common th {
      width: 35%; }
    table.common td {
      width: 65%; } }
