@charset "UTF-8";
/*
Theme Name: Arches
Author: ARCHES株式会社
Version: 1.0.2
*/
/* Table-------------------------------------------------------------------------------------
* Base: normalize.css
* Caption
* Header
* Footer
* Responsive
* Main
* Page
*  |- component
*  |- front page
*  |- index page
*  |- 404 page
* Google Map
// -----------------------------------------------------------------------------------------*/
@import url("./css/normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho+B1:wght@400;700&display=swap");
html, body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
}
html {
	background: #151515;
}
main {
	background: #fff;
	padding-top: 1rem;
}
@media only screen and (max-width: 1024px) {
	html.is-fixed,
	html.is-fixed body
	 {
		height: 100% !important;
     	overflow-y: hidden !important;
	}
	html.is-fixed body header nav {
		overflow-y: scroll !important;
		padding-bottom: 100px;
		height: calc(100vh - 50px);
	}
	html.is-fixed body header nav .header-content {
		height: 100%;
		padding-bottom: 200px;
	}
}
a{
  color: inherit;
}
header a,
footer a{
  text-decoration: none;
}
a[href]:hover, a[href]:focus {
  color: #ca2f1a;
}

button {
  cursor: pointer;
}
button:focus {
  outline: none;
}
button a {
  width: 100%;
  height: 100%;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
}

img, video {
  vertical-align: bottom;
  height: auto;
}

video {
  position: relative;
  display: flex;
}
video source {
  position: absolute;
  top: -50%;
}

iframe {
	max-width: 100% !important;
}

.videon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.screen-reader-text {
  font-size: 0;
}

h2 {
  font-size: 18px;
}

h3 {
  background: #000;
  color: #fff;
  padding: 0.1em 0.5em 0.2em;
  font-size: 16px;
}

h4 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

header {
  background: #000;
  color: #fff;
  height: 110px;
}
header .inner {
  max-width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .inner .logo {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  padding-top: 0.3em;
}
header .inner .logo .home {
  height: 100%;
  width: 100% !important;
  display: inline-flex;
  align-items: center;
}
header .inner .logo img {
  width: 100%;
}
header .inner .changelang {
  display: flex;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
}
header .inner .changelang #language-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: none;
  display: flex;
}
header .inner .changelang #language-nav li {
  padding: 0 0.5em;
}
header .inner .changelang #language-nav li:not(:last-of-type) {
  border-right: #fff 1px solid;
}
header .inner .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner .social-links .facebook {
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner .social-links .facebook img {
  height: 100%;
}
header .inner .member-link {
  height: 100%;
  background: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 136px;
  border: none;
  font-size: 16px;
}
header .inner .member-link a {
  display: inherit;
  flex-direction: inherit;
}
header .inner .member-link span {
  width: calc(100% - 10px);
  text-align: center;
  padding: 0.4em 0;
  border-radius: 2px;
  font-size: 0.9em;
  border: 1px solid rgba(255,255,255,.5);
}
header .footer-link {
  display: none;
}

@media screen and (min-width: 1024px) {
  header {
    transition-property: position;
    transition-duration: 0.3s;
  }
  header .menu {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    height: calc(100% - 74px);
    display: flex;
    justify-content: space-around;
    border-top: #1b1b1b 2px solid;
    border-bottom: #1b1b1b 2px solid;
  }
  header .menu .icon {
    display: none;
  }
  header .menu nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .menu nav a {
    display: flex;
    justify-content: center;
    padding: 0.2rem;
    width: 100%;
  }
  header .menu nav a .link {
    border-top: 2px transparent solid;
    border-bottom: 2px transparent solid;
    padding: 2px 0;
  }
  header .menu nav a[href]:hover .link, header .menu nav a[href]:focus .link {
    border-bottom: #fff 2px solid;
  }
  header .menu nav #header-nav {
    margin: 0;
    padding: 0;
    height: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-size: 16px;
  }
  header .menu nav #header-nav li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    flex: 1;
  }
  header .menu nav #header-nav li:not(:last-of-type) a {
    border-right: 1px solid #1b1b1b;
  }
  header .menu nav #header-nav li.menu-item-has-children {
    position: relative;
  }
  header .menu nav #header-nav li.menu-item-has-children ul {
    position: absolute;
    z-index: -1;
    background: #000;
    top: 38px;
    width: 480px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1em 2em;
    display: flex;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.1s;
  }
  header .menu nav #header-nav li.menu-item-has-children ul li {
    min-width: 30%;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    padding: 0.2em 0;
    text-align: left;
    white-space: pre-wrap;
  }
  header .menu nav #header-nav li.menu-item-has-children ul li::before {
    display: inline-block;
    content: "▶";
    font-size: 0.5em !important;
    padding-right: 0.5em;
  }
  header .menu nav #header-nav li.menu-item-has-children ul li a {
    display: flex;
    justify-content: flex-start;
    border-right: 1px solid transparent !important;
  }
  header .menu nav #header-nav li:nth-of-type(2) ul {
    width: 100px;
  }
  header .menu nav #header-nav li:nth-of-type(4) ul {
    width: 400px;
  }
  header .menu nav #header-nav li:nth-of-type(5) ul {
    right: -100px;
    width: 400px;
  }
  header .menu nav #header-nav li:nth-of-type(5) ul li:nth-of-type(3) {
    white-space: pre-wrap;
  }
  header .menu nav #header-nav li:nth-of-type(6) ul {
    right: 0;
    width: 300px;
  }
  header .menu nav #header-nav li:hover ul,
header .menu nav #header-nav li ul:hover {
    z-index: 1;
    opacity: 1;
  }
  header .menu nav .changelang, header .menu nav .facebook-link {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header {
    height: 50px;
    position: relative;
  }
  header .logo {
    height: 50px;
    width: 200px !important;
    padding-top: 0.1em !important;
    padding-left: 0.7em;
  }
  header .inner {
    height: 50px;
  }
  header .inner .changelang, header .inner .member-link, header .inner .social-links {
    display: none;
  }
  header .menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    background-color: #c39a4a;
    list-style-type: none;
  }
  header .menu nav {
    position: absolute;
    top: 50px;
    width: 100vw;
    z-index: -100;
    transform: translateX(calc(-100% + 50px));
    background: #000;
    padding: 0.5em 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    opacity: 0;
  }
  header .menu nav .changelang {
    display: flex;
    align-items: center;
    font-family: "Shippori Mincho B1", serif;
    justify-content: center;
	 height: 40px;
  }
  header .menu nav .changelang #language-nav {
    list-style-type: none;
    padding: 1em;
    margin: 0;
	  margin-left: 40%;
    border: none;
    display: flex;
    width: 50%;
    justify-content: space-around;
  }
  header .menu nav #header-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
	  margin-top: -2em;
    list-style-type: none;
    padding-left: 30px;
  }
  header .menu nav #header-nav li {
    padding: 0;
    opacity: 0.8;
	 font-size: 15px;
  }
  header .menu nav #header-nav li:hover, header .menu nav #header-nav li:focus {
    opacity: 1;
  }
  header .menu nav #header-nav li a {
    border-right: none;
  }
  header .menu nav #header-nav li a[href]:hover {
    color: #B68939;
  }
  header .menu nav #header-nav li ul {
    padding: 0.2em 1em;
    position: relative;
    display: flex;
    z-index: 1;
    opacity: 1;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
  header .menu nav #header-nav li ul .menu-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 45%;
    padding: 0.4em 0;
    font-size: 0.9em;
  }
  header .menu nav #header-nav li ul .menu-item:hover {
    color: #B68939;
  }
  header .menu nav #header-nav li ul:last-of-type {
    right: 0;
  }
  header .menu nav .footer-link {
    display: flex;
    margin: 0;
  }
  header .menu nav .footer-link #header-nav {
    margin: 0;
	  display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  width: 100%;
  }
  header .menu nav .footer-link a:hover {
    color: #B68939;
  }
  header .menu nav .footer-link ul {
    list-style-type: none;
    margin: 0.3em 0;
    padding: 0.2em 2em;
  }
  header .menu nav .footer-link ul li {
    padding: 0.3em 0;
    opacity: 0.8;
  }
  header .menu nav .footer-link ul li:hover, header .menu nav .footer-link ul li:focus {
    opacity: 1;
    color: #B68939;
  }
  header .menu .icon {
    border: none;
    background: transparent;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 18%;
    color: inherit;
  }
  header .menu .icon:focus {
    outline: none;
  }
  header .menu .icon span {
    position: absolute;
    background: #fff;
    height: 2px;
    width: 64%;
    border-radius: 2px;
  }
  header .menu .icon span:nth-of-type(1) {
    top: 22%;
  }
  header .menu .icon span:nth-of-type(2) {
    top: 36%;
  }
  header .menu .icon span:nth-of-type(3) {
    top: 50%;
  }
  header .menu .icon::after {
    content: "menu";
    position: absolute;
    display: inline-block;
    font-size: 0.7em;
    bottom: 18%;
    text-align: center;
    left: 24%;
  }
  header .menu.active {
    height: 100%;
  }
  header .menu.active nav {
    opacity: 1;
    z-index: 1000;
  }
  header .menu:not(.active) {
    height: 50px;
  }
  header .menu:not(.active) nav {
    padding: 0;
    height: 0;
  }
	header .menu:not(.active) nav .menu-item > a > span,
	header .menu:not(.active) nav .menu-item > a,
	header .menu:not(.active) nav .menu-item {
	  display: block;
    padding: 0;
    height: 0 !important;
  }
  header .menu:not(.active) nav .changelang,
header .menu:not(.active) nav #header-nav,
header .menu:not(.active) nav .facebook-link {
    font-size: 0;
    height: 0;
  }
  header.follow {
    transition-property: position;
    transition-duration: 0.3s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}

/* footer */
footer {
  background: #151515;
  color: #fff;
  height: 380px;
  padding: 24px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
footer a {
  color: #fff;
}
footer .inner {
  max-width: 1200px;
  height: 166px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
footer .inner .logo {
  width: 230px;
}
footer .inner .logo img {
  width: 100%;
}
footer .inner nav {
  display: flex;
  flex-direction: row;
}
footer .inner nav .menu {
  width: 100%;
  position: relative;
  margin: 0 20px;
}
footer .inner nav .menu .footer-nav,
footer .inner nav .menu .header-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around !important;
/*  height: 100%;*/
  width: 100%;
/*  height: 200px;*/
}
footer .inner nav .menu .footer-nav li,
footer .inner nav .menu .header-nav li {
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
}
footer .inner nav .menu .footer-nav li.menu-item-has-children,
footer .inner nav .menu .header-nav li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
footer .inner nav .menu .footer-nav li.menu-item-has-children .sub-menu,
footer .inner nav .menu .header-nav li.menu-item-has-children .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9em;
  padding-left: 0.5em;
  margin: 0.4em 0;
}
footer .inner nav .menu .footer-nav li.menu-item-has-children .sub-menu li,
footer .inner nav .menu .header-nav li.menu-item-has-children .sub-menu li {
  padding: 0.2em 0;
  opacity: 0.6;
  min-width: 120px;
  display: inline-block;
}
footer .inner nav .menu .footer-nav li.menu-item-has-children .sub-menu li::before,
footer .inner nav .menu .header-nav li.menu-item-has-children .sub-menu li::before {
  display: inline-block;
  content: "▶";
  font-size: 0.5em !important;
  padding-right: 0.5em;
}
footer .inner nav .menu .footer-nav li.menu-item-has-children .sub-menu li:hover,
footer .inner nav .menu .header-nav li.menu-item-has-children .sub-menu li:hover {
  opacity: 1;
}
footer .inner nav .menu .footer-nav li::before,
footer .inner nav .menu .header-nav li::before {
  color: #fff;
  opacity: 0.6;
}
footer .inner nav .menu .header-nav {
	height: 260px;
}
footer .inner nav .menu .footer-nav > li {
	width: 20%;
	justify-content: flex-start;
}
.copyright {
  margin-top: 0px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7c7c7c;
  background: #151515;
}
.copyright a {
  color: inherit;
}

.home footer .inner nav .menu .facebook-link,
.page-template-default footer .inner nav .menu .facebook-link {
  right: -136px;
}

@media screen and (max-width: 1023px) {
  footer {
    display: none !important;
  }
}
.margin-0 {
  margin: 0;
}

.max-100 {
  max-width: 100px;
}

.max-200 {
  max-width: 200px;
}

.max-300 {
  max-width: 300px;
}

.max-400 {
  max-width: 400px;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.max-700 {
  max-width: 700px;
}

.max-800 {
  max-width: 800px;
}

.max-900 {
  max-width: 900px;
}

main {
  z-index: 0;
  max-width: 1200px;
  min-height: calc(100vh - 366px);
  margin: 0 auto 0;
}

.type-post .menu {
  list-style-type: none;
  display: flex;
  margin-left: 0;
  padding-left: 0;
  color: #7EB4E3;
  margin-top: 3em;
  margin-bottom: 3em;
}
.type-post .menu li {
  padding: 0 1.5rem;
}
.type-post .menu li:not(:last-of-type) {
  border-right: 1px solid #7EB4E3;
}
@media only screen and (max-width: 520px) {
	.type-post .menu li {
		  padding: 0 .8rem;
		}
}

.thumbnail {
	max-width: 100%;
}
.thumbnail img {
	width: 100%;
}

button.goto-list {
	 padding: .5rem 1.2rem;
    border: none;
    /* border-radius: 3px; */
    background: transparent;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin: 1em;
}
button.goto-list a {
	display: inline;
}


/* Page */

#front-page {
  font-size: 14px;
  max-width: 1920px;
}
#front-page a {
	text-decoration: none !important;
}
#front-page video, #front-page img {
  width: 100%;
}
#front-page section#main-image {
  position: relative;
  height: 100%;
}
#front-page section#main-image .image {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  top: 0;
  overflow: hidden;
}
#front-page section#main-image .image video {
  background: #000;
  display: block;
}
@media screen and (min-width: 1024px) {
  #front-page section#main-image .image video {
    display: block;
  }
}
#front-page section#main-image .image picture {
  display: block;
}
@media screen and (min-width: 1024px) {
  #front-page section#main-image .image picture {
    display: none;
  }
}
#front-page section#about {
  background: #000;
  max-height: 340px;
  display: flex;
  justify-content: center;
  position: relative;
}
#front-page section#about .image {
  position: relative;
  top: 0;
  height: 100%;
  display: inline-block;
  display: flex;
  justify-content: center;
  transform: translateX(20%);
}
#front-page section#about .image img {
  max-height: 340px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#front-page section#about .message {
  position: absolute;
  top: 0%;
  left: 40%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  font-size: 15px;
  transform: translate(-100%, 70px);
  height: 200px;
  width: 100%;
}
#front-page section#about .message.en {
	 -ms-writing-mode: horizontal-tb;
     writing-mode: horizontal-tb;
	transform: translate(-260px, 30px);
	width: 300px;
	height: auto;
}
@media screen and (max-width: 1023px) {
  #front-page section#about {
    max-height: 1000px;
    flex-direction: column;
  }
  #front-page section#about .image {
    width: 100%;
    transform: none;
  }
  #front-page section#about .message {
    font-size: 18px;
    position: relative !important;
    margin: 20px 0 54px;
    height: 230px;
    display: flex;
    align-items: center;
    transform: none;
	 transform: translateX(-40%);
  }
  #front-page section#about .message.en {
	  justify-content: center;
	  transform: translate(0, 20px);
	  margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
	#front-page section#about .message.en {
		font-size: 16px;
		transform: translate(-140px, 20px);
	}
}
#front-page section#news {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
#front-page section#news .image {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#front-page section#news .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-page section#news .title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  margin-top: 0;
}
#front-page section#news .posts {
  position: relative;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 12.5vw;
  border-radius: 2px;
}
#front-page section#news .posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
#front-page section#news .posts ul li {
  padding: 20px 4vw;
}
#front-page section#news .posts ul li:not(:last-of-type) {
  border-bottom: 1px dotted #fff;
}
#front-page section#news .posts ul li a {
  padding: 4px 0;
}
#front-page section#news .posts ul li a .date {
  padding: 8px 0;
  display: inline-block;
  width: 124px;
  text-align: center;
  vertical-align: middle;
}
#front-page section#news .posts ul li a .post-title {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  #front-page section#news .posts {
    margin: 0 24px;
  }
  #front-page section#news .posts ul {
    font-size: 16px;
  }
  #front-page section#news .posts ul .date {
    color: #fff;
  }
  #front-page section#news .posts ul .news-post a {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
  }
}
#front-page section#news .link-button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  height: 40px;
  width: 206px;
  padding-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0;
  font-size: 16px;
}
#front-page section#news .link-button a {
  margin-left: -10px;
  position: relative;
}
#front-page section#news .link-button a::after {
    content: "»";
    display: inline-block;
    font-size: 2em;
    line-height: 14px;
    transform: translate(20%, -24%);
}
#front-page section#links {
  background: #000;
  padding: 32px calc(50% - 32px - 600px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 765px) {
  #front-page section#links {
    padding: 32px;
  }
}
#front-page section#links .link {
  margin: 16px 0;
  position: relative;
}
#front-page section#links .link .image {
  min-height: 164px;
}
#front-page section#links .link .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 460px) {
  #front-page section#links .link .image img {
    height: 164px;
  }
}
#front-page section#links .link button {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  height: 40px;
  width: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
#front-page section#links .link button a::after {
  content: "»";
  display: inline-block;
  font-size: 2em;
  line-height: 14px;
  transform: translate(20%, -24%);
}
#front-page section#links .link:nth-of-type(1) {
  width: 100%;
}
#front-page section#links .link:nth-of-type(1) .message {
  position: absolute;
  top: 2.6vw;
  right: calc(2vw + 22px);
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 36px;
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
#front-page section#links .link:nth-of-type(1) .message.en {
	-ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
#front-page section#links .link:nth-of-type(1) .message span {
  white-space: nowrap;
}
#front-page section#links .link:nth-of-type(1) .message span.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #front-page section#links .link:nth-of-type(1) .message span.pc {
    display: none;
  }
}
#front-page section#links .link:nth-of-type(1) .message span.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #front-page section#links .link:nth-of-type(1) .message span.sp {
    display: block;
  }
}
#front-page section#links .link:nth-of-type(1) .message .sign {
  display: flex;
  flex-direction: inherit;
  font-size: 14px;
  align-items: flex-end;
}
#front-page section#links .link:nth-of-type(1) .message .sign .name {
  font-size: 18px;
}
#front-page section#links .link:nth-of-type(2) {
  width: calc(50% - 16px);
  padding-right: 16px;
}
#front-page section#links .link:nth-of-type(2) button {
  background: rgba(0, 0, 0, 0.7);
}
#front-page section#links .link:nth-of-type(3) {
  width: calc(50% - 16px);
  padding-left: 16px;
}
#front-page section#links .link:nth-of-type(3) button {
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 900px) {
  #front-page section#links .link:nth-of-type(1) .message {
    font-size: 28px;
  }
}
@media screen and (max-width: 1023px) {
  #front-page section#links .link:nth-of-type(1) .message {
    font-size: 24px;
  }
  #front-page section#links .link:nth-of-type(1) .message .sign {
    transform: translateY(-10px);
    font-size: 7px;
  }
  #front-page section#links .link:nth-of-type(1) .message.en .sign {
    transform: none;
    font-size: 7px;
  }
  #front-page section#links .link:nth-of-type(1) .message .sign .name {
    font-size: 9px;
  }
  #front-page section#links .link:nth-of-type(2) {
    width: 100%;
    padding-right: 0;
  }
  #front-page section#links .link:nth-of-type(3) {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 560px) {
  #front-page section#links .link:nth-of-type(1) .message.en {
	right: 12px;
	text-align: right;
  }
  #front-page section#links .link:nth-of-type(1) .message.en *:not(.sign) {
		font-size: smaller;
  }
  #front-page section#links .link:nth-of-type(1) .message {
    top: 10px;
    font-size: 20px;
  }
  #front-page section#links .link:nth-of-type(1) .message .sign {
    font-size: 8px;
  }
  #front-page section#links .link:nth-of-type(1) .message.en .sign {
     white-space: pre-wrap !important;
  }
  #front-page section#links .link:nth-of-type(1) .message .sign .name {
    font-size: 9px;
  }
}
@media screen and (max-width: 1023px) {
  #front-page section#links .link button {
    top: calc(100% + 12px);
  }
  #front-page section#links .link:not(:first-of-type) {
    margin-top: 60px !important;
  }
  #front-page section#links .link:last-of-type {
    margin-bottom: 60px;
  }
}
#front-page section#slide {
  background: #000;
  padding-bottom: 30px;
  overflow: hidden;
  height: 300px;
}
#front-page section#slide img {
  max-height: 100%;
}
#front-page section#slide .swiper-container {
  width: 100%;
  height: calc(100% - 20px);
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
#front-page section#slide .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-page section#slide .swiper-container .swiper-button-prev,
#front-page section#slide .swiper-container .swiper-button-next {
  display: none;
}
#front-page section#slide .producted {
  color: #fff;
  opacity: 0.5;
  font-size: 0.8em;
  text-align: right;
  padding: 10px 30px;
}
#front-page section#region {
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
#front-page section#region .image {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}
#front-page section#region .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#front-page section#region .box {
  margin: 0 auto;
  max-width: 660px;
  font-size: 32px;
  background: #B68939;
  color: #fff;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#front-page section#region .box .title {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 64px);
  margin: 32px 32px 0;
  font-size: 30px;
}
#front-page section#region .box .message {
  font-size: 15px;
  width: calc(100% - 64px);
  margin: 32px 32px 0;
}
#front-page section#region .box .buttons {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
}
#front-page section#region .box .buttons button {
  margin: 10px;
  color: #B68939;
  font-size: 16px;
  width: 300px;
  height: 46px;
  bottom: 18px;
  background: #fff;
  border: none;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#front-page section#region .box .buttons button a::after {
  content: "»";
  display: inline-block;
  font-size: 2em;
  line-height: 14px;
  transform: translate(20%, -30%);
}
@media screen and (max-width: 1023px) {
  #front-page section#region {
    padding: 0;
  }
  #front-page section#region .box {
    max-width: 400px;
  }
  #front-page section#region .box .buttons {
    flex-direction: column;
  }
}
#front-page section#note {
  padding: 30px 180px;
  font-size: 16px;
}
#front-page section#note .links {
  display: flex;
  list-style-type: none;
}
#front-page section#note .links .link {
  width: 180px;
  margin: 0 32px;
}
#front-page section#note .links .link .image {
  width: 100%;
}
#front-page section#note .links .link .image img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #front-page section#note {
    padding: 30px 10vw;
  }
}

@media screen and (max-width: 1023px) {
  #front-page section#note .links {
    flex-direction: column;
    padding: 10px 0;
    align-items: center;
  }
  #front-page section#note .links .link {
    margin: 10px 0;
  }
}
[id*=page-] #breadcrumbs,
[id*=post-] #breadcrumbs {
  color: #6d6d6d;
  margin-left: 10px;
}
[id*=page-] #breadcrumbs a,
[id*=post-] #breadcrumbs a {
  color: inherit;
}
[id*=page-] article,
[id*=post-] article {
  max-width: 900px;
  margin: 2em auto 4em;
  line-height: 1.8;
}
[id*=page-] article .date,
[id*=post-] article .date {
  color: #6d6d6d;
}
[id*=page-] article .content,
[id*=post-] article .content {
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  [id*=page-] article,
[id*=post-] article {
    margin-right: 10px;
    margin-left: 10px;
  }
}

#page-news .thumbnail {
  width: 100%;
  overflow: hidden;
}
#page-news .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 60% 65%;
     object-position: 60% 65%;
}
#page-news #news {
  position: relative;
  z-index: 0;
  overflow: hidden;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#page-news #news .image {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#page-news #news .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-news #news .title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 28px;
  margin-top: 0;
}
#page-news #news .posts {
  position: relative;
  top: 0;
  border-radius: 2px;
  width: 100%;
}
#page-news #news .posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
#page-news #news .posts ul li {
  padding: 20px 4vw;
}
#page-news #news .posts ul li:not(:last-of-type) {
  border-bottom: 1px dotted #000;
}
#page-news #news .posts ul li a {
  padding: 4px 0;
  display: flex;
}
#page-news #news .posts ul li a .date {
  display: inline-block;
  width: 124px;
  text-align: center;
  vertical-align: middle;
}
#page-news #news .posts ul li a .post-title {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  #page-news #news .posts {
    margin: 0 24px;
  }
  #page-news #news .posts ul {
    font-size: 16px;
  }
  #page-news #news .posts ul .date {
    color: #6d6d6d;
  }
  #page-news #news .posts ul .news-post a {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
  }
}
ul .news-post {
	list-style-type: none !Important;
}
ul .news-post a {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
}
#page-news #news .page-navigation {
  margin: 2em auto;
  text-align: center;
}
#page-news #news .page-navigation :not(.next, .prev).page-numbers {
  background: #c79c4c;
  color: #fff;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
}
#page-news #news .page-navigation .next.page-numbers {
  padding-left: 5px;
}
#page-news #news .page-navigation .prev.page-numbers {
  padding-right: 5px;
}

#page-404 {
  margin: 0 auto;
  max-width: 900px;
}

select,
input {
  padding: 0.2em;
  margin: 0.2em;
  outline-color: #ccc;
}
select[type=submit],
input[type=submit] {
  padding: 1em 7em !important;
  border: none;
  background: transparent;
  color: #B68939;
  font-weight: bold;
  border-radius: 2px;
  outline: none;
  border: 2px solid #B68939 !important;
}
select[type=submit]:hover,
input[type=submit]:hover {
  color: #fff !important;
  background: #B68939 !important;
}

.swpm-registration-widget-form {
  display: flex;
  justify-content: center;
}
.swpm-registration-widget-form select,
.swpm-registration-widget-form input {
  padding: 0.3em;
  border: gray;
}
.swpm-registration-widget-form table td:first-of-type {
  font-weight: bold;
  background: #e6e6e6;
}
.swpm-registration-widget-form table td:nth-of-type(2) {
  background: #efe2cc;
}
.swpm-registration-widget-form table tr td {
  padding: 0.8em 1em;
}
.swpm-registration-widget-form .swpm-registration-submit-section {
  margin-top: 2em;
}

.swpm-login-widget-form {
  display: flex;
  justify-content: center;
}
.swpm-login-widget-form form {
  text-align: center;
}
.swpm-login-widget-form .swpm-login-submit {
  padding: 1.5em 0;
}
.swpm-login-widget-form input[type=submit] {
  padding: 0.5em 3em !important;
}
.swpm-login-widget-form .swpm-login-action-msg {
  margin: 1em 0;
  color: #E96D6D;
}

.swpm-edit-profile-form {
  display: flex;
  justify-content: center;
  text-align: center;
}
.swpm-edit-profile-form select,
.swpm-edit-profile-form input {
  padding: 0.3em;
  border: gray;
}
.swpm-edit-profile-form table td:first-of-type {
  font-weight: bold;
  background: #e6e6e6;
}
.swpm-edit-profile-form table td:nth-of-type(2) {
  background: #efe2cc;
}
.swpm-edit-profile-form table tr td {
  padding: 0.8em 1em;
}

.swpm-post-not-logged-in-msg {
  display: flex;
  flex-direction: column;
}

.post-list {
  margin: 2em 0;
  padding: 0;
}
.post-list .post {
  margin: 1em 0;
  list-style-type: none;
}
.post-list .post .title {
  font-size: 20px;
}
.post-list .post .detail {
  display: flex;
  padding: 1em 0;
}
.post-list .post .detail .thumbnail {
  flex: 1;
}
.post-list .post .detail .thumbnail img {
  height: auto;
  width: 100%;
}
.post-list .post .detail .excerpt {
  flex: 3;
  padding: 1em 0.5em;
}
@media screen and (max-width: 64em) {
  .post-list .post .detail .excerpt {
    flex: 2;
	  word-break: break-all;
  }
}
@media screen and (max-width: 524px) {
  .post-list .post .detail .excerpt {
    flex: 1.5;
  }
}
.post-list .post:not(:last-of-type) {
  border-bottom: #ddd solid 1px;
}

.logged-in .pdfemb-toolbar,
.logged-in .pdfemb-toolbar-hover {
  display: none;
}

.swpm-logged-logout-link {
  background: #ca2f1a;
  border-radius: 3px;
  padding: 1em 2em;
  color: #fff;
  max-width: 120px;
  text-align: center;
}
.swpm-logged-logout-link a:hover {
  color: #fff;
}
.swpm-logged-logout-link:hover {
  opacity: 0.8;
}

.swpm-login-widget-logged {
  position: relative;
}
.swpm-login-widget-logged .swpm-logged-logout-link {
	z-index: 100;
  position: absolute;
  top: 0;
  right: 10px;
}
.swpm-password-reset-link:hover {
  opacity: 0.8;
}
.content {
	position: relative;
}
.content .swpm-profile-edit-link,
.content .swpm-password-reset-link {
	z-index: 100;
	position: absolute;
	top: 200px;
	right: 10px;
}
.content .swpm-profile-edit-link {
	top: 270px;
}
@media screen and (max-width: 512px) {
	.content .swpm-password-reset-link {
		top: 284px;
	}
	.content .swpm-profile-edit-link {
		top: 354px;
	}
}
.page-template-page-member .content .swpm-password-reset-link {
	top: 50px;
}
.page-template-page-member .content .swpm-profile-edit-link {
	top: 120px;
}
.swpm-profile-edit-link,
.swpm-password-reset-link {
  background: transparent;
  border: 1px solid #c39a4a;
  color: #c39a4a;
  border-radius: 3px;
  padding: 1em 2em;
  color: #fff;
  max-width: 140px;
  text-align: center;
  white-space: nowrap;
}
.swpm-profile-edit-link a,
.swpm-password-reset-link a {
	color: #c39a4a;
}

.swpm-login-widget-form form,
.swpm-login-widget-form input[type="password"],
.swpm-login-widget-form input[type="text"] {
	width: calc(100% - 20px) !important;
	max-width: calc(100% - 20px) !important;
}

.page-template-page-simple-membership-login .swpm-post-not-logged-in-msg {
	display: none !important; 
}

#member-nav {
  list-style-type: none;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#member-nav li {
  width: 100%;
}
#member-nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#member-nav li a .link {
  width: calc(100% - 1em);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#member-nav li:not(:last-of-type) {
  border-right: 1px solid #333;
}
@media screen and (max-width: 520px) {
  #member-nav {
    list-style-type: none;
    padding: 0;
	text-align: center;
    width: 100%;
    display: block;
  }
  #member-nav li {
    border-right: 0px solid #333;
	padding: 0.1ex 0;
  }
  #member-nav li:not(:last-of-type) {
    border-bottom: 1px solid #333;
	border-right: 0px solid #333;
  }
}

.google-map {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.google-map iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  max-width: 600px;
}

button.amazon {
  background: #f6a306;
  color: #fff;
  border: none;
  border-radius: 2px;
  width: 14em;
}
button.amazon a {
  margin: 1em auto;
}

button.yahoo {
  background: #f8485e;
  color: #fff;
  border: none;
  border-radius: 2px;
  width: 14em;
}
button.yahoo a {
  margin: 1em auto;
}
.pdfemb-viewer .pdfemb-toolbar-hover { 
	display: none !important; 
}
div.pdfemb-viewer canvas{
	overflow:hidden !important;
	cursor:auto !important;
}

.goto-list a,
body.category a {
	text-decoration: none;
}
/*# sourceMappingURL=style.css.map */