﻿/*
Theme Name: ALGOS original 2026
Theme URI: https://sample.algos.okinawa/
Version: 1.0
Author: ALGOS
Author URL: https://sample.algos.okinawa/
*/

/*
01 Main Color #f18d45
01 Sub Color #5c4843
02 Main Color #00a5c4
02 Sub Color #326698
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	overflow-x: hidden;
	word-wrap: break-word;
	color: #333333;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}

html {
	height: -webkit-fill-available;
}

#wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 100px;
	background-color: rgba(255,255,255,0.8);
}

#content {
	width: 100%;
	max-width: 768px;
	margin: 0 auto 100px;
	padding: 0px;
	text-align: left;
	display: inline-block;
	line-height: 1.5;
}

#content section {
	margin: 150px auto 0;
	padding: 0;
}

/* default styles */


p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 4.4em;
}
h2 {
	font-size: 3.8em;
}
h3 {
	font-size: 3.2em;
}
h4 {
	font-size: 2.8em;
}
h5 {
	font-size: 2.2em;
}
h6 {
	font-size: 2.0em;
}

p {
	font-size: 1.6em;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	opacity: 0.7;
}

a:active {
	text-decoration: none;
}

a:hover,
a:focus,
a:target,
a:link,
a:visited,
a:active {
	color: #f18d45;
}

a img {
	border: 0px;
}

hr {
	height: 2px;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

blockquote {
	background-color: #CCFFCC;
	padding: 5px 15px;
	margin: 3px 30px;
	border-left: 4px solid #6fb70f;
	border-top: 1px solid #CCFFCC;
	border-right: 1px solid #CCFFCC;
	border-bottom: 1px solid #CCFFCC;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 10px;
	margin: 0;
	border: none;
}

legend {
	font-weight: 800;
}

code {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td {
	 vertical-align: top;
}

ul {
	list-style: none;
}

.access iframe {
	margin-top: 20px;
	width: 100%;
	aspect-ratio: 5 / 3;
}

.movie iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

/**
 * Frame
 */

#viewport {
	position: relative;
	overflow: hidden;
}

#container {
	width: 100%;
/*	padding-left: 100px; */
	overflow: hidden;
}

#content::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 21;
	background: #000;
	-webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.9s;
			transition: 		transform cubic-bezier(0.8, 0, 0.2, 1) 0.9s;
}

.welcome #content::before {
	-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
}

.inside {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.inside::after {
	content: "";
	display: block;
	clear: both;
}

/**
 * Header
 */

header {
	position: absolute;
	top: 0;
	left: 120px;
	right: 120px;
	z-index: 10;
	height: 150px;
}

header h1 {
	width: 160px;
	float: left;
	text-align: center;
}

header h1 a {
	height: 100%;
	padding: 30px 0px;
	display: block;
	-webkit-transition: opacity ease 0.4s;
			transition: opacity ease 0.4s;
}

header h1 a:hover {
	opacity: 0.7;
}

header h1 img {
	margin: 0;
	padding: inherit;
}

header .external_link {
	margin-top: 45px;
	margin-right: -5px;
	float: right;
}

header .external_link li {
	float: left;
	line-height: 1.2;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	font-size: 12px;
	font-weight: 500;
}

header .external_link li:not(:first-child)::before {
	content: "/";
	margin-right: 5px;
    color: #6a6a6a;
}

header .external_link li a {
	padding: 5px;
	color: #9a9a9a;
	-webkit-transition: color ease 0.4s;
			transition: color ease 0.4s;
}

header .external_link li a:hover {
	color: #fff;
}

/* default styles 2 */

#header {
	padding: 0  0 0 0;
	margin: 0 0 0 0;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
	position: relative;
	width: 100%;

	background-size: cover;
	background-position: center;
	overflow: hidden;
	z-index: 0;
}

.slider {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
	height: 360px;
}

.slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider.slick-initialized {
	display: block;
}

.slider-arrow {
	position: absolute;
	top: 50%;
	height: 36px;
	margin-top: -18px;  /* 高さの半分だけネガティブマージン */
	color: #bd77f2;
	line-height: 36px;
	font-size: 2.8em;
	cursor: pointer;
	z-index: 10;  /* 重要 */
}

.slider-prev {
	left: 0;
}

.slider-next {
	right: 0;
}

.toptitle {
	position: absolute;
	top: 0;
	left: 0;
 	transform: translate(0%, 0%); 
	z-index: 1;
	padding: 0 0 0 0;
}

.toptitle h1 {
	font-size: 4.4em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #330000;
	text-align: center;

	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 20px;

	box-sizing: border-box;
	border: solid 20px #330000;
	background: linear-gradient(#fff 100%, #fff 100%);
}

.content-title {
	margin: 0;
	padding: 0;
	position: relative;
}

.content-title h1 {
	position: relative;
	font-size: 5.0em;
	font-family: 'Bodoni Moda', cursive;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.0;
}

.content-title h1 span {
}

.content-title h5 {
	position: relative;
	font-size: 2.0em;
	color: #000;
	text-align: center;
	margin: 30px 0 -30px 0;
	padding: 0;
	font-weight: 400;
}

.content-title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;

	width: 20%;
	height: 10px;
	background: repeating-linear-gradient(-45deg, #f18d45, #f18d45 1.5px, #fff 0, #fff 6px);
	margin: 0 auto;
}

.post .content-title p {
	font-size: 1.8em;
	margin: 100px 0;
	padding: 0;
}

/**
 * Door_viewer
 */

.door_viewer {
	position: relative;
	overflow: hidden;
}

.door_viewer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 1.3s;
			transition: 		transform cubic-bezier(0.8, 0, 0.2, 1) 1.3s;
}

.door_viewer::before {
	-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
	-webkit-transition-delay: 1.5s;
			transition-delay: 1.3s;
}

/*　ナビゲーション情報　*/

ul#tabs {
	font-family: 'Playfair Display', sans-serif;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 0 20px;	
	background-color: #fff;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
}

ul#tabs li {
	position: relative;
	display: inline-block;
	letter-spacing: 0.2em;
	font-size: 1.0em;
}

ul#tabs li::before,
ul#tabs li:last-of-type::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 25%;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
}

ul#tabs li::before {
	left: -2px;
}

ul#tabs li:last-of-type::after {
	right: -2px;
}

ul#tabs li span {
	font-weight: 600;
	display: block;
	color: #000;
}

ul#tabs li span.EN {
	color: #000;
}

ul#tabs li a {
	display: inline-block;
	padding: 20px;
}

ul#tabs li:hover {
	opacity: 0.7;
}

ul.movie {
	display: block;
	cursor: pointer;
	list-style: none;
	perspective: 800px;
	padding: 0;
	margin: 60px 0 0;

	opacity: 0;
	-webkit-transform: translate(0, 42px);
		-ms-transform: translate(0, 42px);
		 transform: translate(0, 42px);
	-webkit-transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	-o-transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
}

ul.movie.animated {
	opacity: 1;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 transform: translate(0, 0);
}

/* banner */

.algos-main_news_switch {
	margin-top: 150px;
}

.algos-top_ttl01 {
}

.hn_ttl01 > h1 {
	font-size: 2.8em;
	color: #93cd9f;
	text-align: center;
}

.hn_ttl01 > p {
	color: #000;
	text-align: center;
}

div.algos-top_block01 {
	width: 100%;
	display: inline-block;
}

.algos-main div.algos-top_block01 {
	margin: 0 0 0 0;
}

div.algos-top_block01 > div.full {
	margin: 40px 0 0 0;
	width: 100%;
	height: 480px;
	background-color: #93cd9f;
}

div.algos-top_block01 > div.wrap-half {
	margin: 40px 40px 0 0;
	width: calc( (100% - 40px)/2 );
	height: 240px;
	background-color: #93cd9f;
	float: left;
}

div.algos-top_block01 > div.wrap-map {
	margin: 40px 40px 0 0;
	width: calc( (100% - 40px)/2 );
	height: 480px;
	background-color: #93cd9f;
	float: left;
}

div.algos-top_block01 > div.btn {
	width:100%;
}

div.algos-top_block01 > div.wrap-half:nth-of-type(2n),
div.algos-top_block01 > div.wrap-map:nth-of-type(2n) {
	margin-right: 0;
}

div.algos-top_block01 > div.wrap-half:nth-of-type(-n+2),
div.algos-top_block01 > div.wrap-map:nth-of-type(-n+2) {
	margin-top: 0;
}

div.algos-top_block01 > div img {
	width:100%;
	height:100%;
	object-fit: cover;
}

div.algos-top_block01 div.text {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

div.algos-top_block01 div.wrap-map > div {
	position: relative;
	width:100%;
	height:50%;
}

div.algos-top_block01 div.wrap-map div.text {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

div.algos-top_block01 div.text p,
div.algos-top_block01 div.text h4 {
	width:100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* btn */

.btn {
	text-align: center;
	font-size: 1.4em;
	position: relative;
	z-index: 1;
}

* + .btn {
	margin-top: 30px;
}

.btn a,
.btn span {
	display: inline-block;
	width: 200px;
	padding: 10px;
	color: #fff;
	transition: all .3s;
	border-radius: 20px;
}

.hamburg .btn a,
.hamburg .btn span {
	background-color: #f08c45;
}

.acquamare .btn a,
.acquamare .btn span {
	background-color: #01a4c5;
}

.winebar .btn a,
.winebar .btn span {
	background-color: #a05c81;
}

.btn a:hover,
.btn span:hover {
	opacity: .7;
}


/* top contents */


.brand {
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0 0 0 0;

	opacity: 0;
	-webkit-transform: translate(0, 42px);
		-ms-transform: translate(0, 42px);
		 transform: translate(0, 42px);
	-webkit-transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	-o-transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
}

.brand.animated {
	opacity: 1;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 transform: translate(0, 0);
}

.brand p {
	font-size: 1.8em;
	text-align: center;
	line-height: 2;
	margin-top: 150px;
}

.introduction  {
	margin-top: 150px;
}

.introduction div.content-wrap {
	width: 100%;
	height: auto;
	margin:0 auto;

	opacity: 0;
	-webkit-transform: translate(0, 42px);
		-ms-transform: translate(0, 42px);
		 transform: translate(0, 42px);
	-webkit-transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	-o-transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
}

.introduction div.content-wrap.animated {
	opacity: 1;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 transform: translate(0, 0);
}

.introduction .text-wrap {
	width: 100%;
	padding: 40px;
	margin: 10px auto 0;
	background-color: rgba(238,238,238,0.8);
	box-sizing: border-box;
	position: relative;
}

.introduction .text-wrap .logo {
	width: 160px;
	margin: 0 auto;
}

.introduction .text-wrap h4 {
	padding: 0;
	margin-top: 20px;
	text-align: center;
}

.introduction .text-wrap p {
	position: relative;
	text-align: justify;
}

.introduction .text-wrap p.ruby {
	margin-top: 0;
	font-size: 1.4em;
	text-align: center;
}

.introduction .text-wrap h6 {
	text-align: center;
}

.introduction .text-wrap .address {
	font-size: 1.5em;
	margin-top: 60px;
}

.introduction .text-wrap .address,
.introduction .text-wrap .sns,
.introduction .text-wrap .map {
	margin-top: 60px;
}

.introduction .text-wrap .address::before,
.introduction .text-wrap .sns::before,
.introduction .text-wrap .map::before {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position:absolute;
	top: -30px;
	left:0;
}

.introduction .text-wrap .sns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.introduction .text-wrap .sns a {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.introduction .text-wrap .sns a img {
	width: 100%;
	height: 100%;
}

.introduction .text-wrap .map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%; /* 比率を4:3に固定 */
}
 
.introduction .text-wrap .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.introduction .photo-wrap-01 {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.introduction .photo-wrap-02,
.introduction .photo-wrap-03 {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.introduction .photo-wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow:auto;
}

.introduction .photo-wrap-02,
.introduction .photo-wrap-03 {
	width: calc( (100% - 6px)/2 );
	float: left;
}

.introduction .photo-wrap-02 {
	margin: 6px 6px 0 0;
}

.introduction .photo-wrap-03 {
	margin: 6px 0 0 0;
}

.introduction div.post:nth-of-type(2n) .content-wrap .photo-wrap-02 {
	float: right;
	margin: 6px 0 0 6px;
}

.introduction div.post:nth-of-type(2n) .content-wrap .photo-wrap-03 {
	float: right;
	margin: 6px 0 0 0;
}

.introduction img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#facility div.content-wrap {
	width: 100%; 
	height: auto;
	float: left;
	margin: 120px 0 0;
}

#facility div.content-wrap:first-child {
	margin:0;
}

#facility .text-wrap {
	width: 50%;
	position: absolute;
	z-index:2;
}

#facility .text-wrap {
	width: 100%;
	padding: 20px;
	background-color: rgba(238,238,238,0.8);
	box-sizing: border-box;
}

#facility .text-wrap h5 {
	padding-top: 0px;
}

#facility .photo-wrap-01 {
	aspect-ratio: 5 / 3;
	overflow: hidden;
}

#facility .photo-wrap-02,
#facility .photo-wrap-03 {
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

#facility .photo-wrap-01 {
	width: 70%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:1;
}

#facility .photo-wrap-02,
#facility .photo-wrap-03 {
	width: 40%;
	float: left;
	margin: 10px 10px 0 0;
}

#facility div.content-wrap:nth-of-type(2n) .text-wrap {
	right: 0px;
}

#facility div.content-wrap:nth-of-type(2n) .photo-wrap-01 {
	left: 0px;
}

#facility div.content-wrap:nth-of-type(2n) .photo-wrap-02,
#facility div.content-wrap:nth-of-type(2n) .photo-wrap-03 {
	float: right;
	margin: 20px 0 0 20px;
}

#facility img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#facility div.tapmarche,
#facility div.equipment-overview {
	margin: 120px 0 0 0;
	display: inline-block;
	width: 100%;
}

#facility div.equipment-overview th {
	width: 40%;
}

#facility div.equipment-overview td {
	width: 60%;
}

#facility div.tapmarche ul,
#facility div.equipment-overview ul,
#reservation div ul,
#privacy-policy div ul {
	font-size: 1.4em;
	margin: 20px 0 0 0;
}

#facility div.tapmarche ul li,
#facility div.equipment-overview ul li,
#reservation div ul li,
#privacy-policy div ul li {
	margin: 5px 0 0 0;
}

#sidebar {
	width: 100%;
	padding: 0;
	margin: 120px 0 120px 0;
	display: inline-block;
}

/* footer */

#footer {
	clear: both;
	width: 100%;
	height: 80px;
	margin: 0;
	text-align: center;

	background: #5c4843;
}

#footer div {
	float: left;
}

#credit {
	color: #fff;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	vertical-align: middle;
}

#credit p {
	font-size: 1.3em;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
}

#credit p span {
	display: block;
}

#credit p span a {
	color: #fff;
}

#credit p span a:hover,
#credit p span a:focus,
#credit p span a:target,
#credit p span a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

/* contactbanner */

#contactbanner {
	width: 40px;
	position: fixed;
	right: 0;
	bottom: 415px;
	z-index: 5;
}

.tel {
	height: 100px ;
	margin: 10px 0;
	padding: 0;
 }

.tel a {
	font-size: 1.4em;
	color: #fff;
	height: 100% ;
	display: flex;
	align-items: center;
	justify-content: center;
}

.deli a {
	background-color: #f18d45;
}

.acqua a {
	background-color: #00a5c4;
}

#navigation {
	font-size: 1.4em;
	margin: 60px 0 0 0;
	padding: 0;
	display: block;
}

#navigation div { 
}

#navigation div.fleft {
	float: left;
}

#navigation div.fright { 
	float: right;
}

#navigation div span {
	width: 300px;
	margin-bottom: 5px;
}

#navigation div span a {
	display: block;
	height: 100%;
	background-color: #db5014;
	padding: 8px 20px;
	color:#fff;
}

#navigation div span a:hover,
#navigation div span a:focus,
#navigation div span a:target,
#navigation div span a:active {
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
}

#subscribe {
	text-align: center;
}

#subscribe p {
	 margin: 5px 0;
}

/* Headings */ 


form#searchform2 {
	display: block;
	margin: 3px 0px;
}


/* post styles */

.post {
	margin: 100px 0 0 0;
	padding: 0;
}

.entry {
	margin: 0;
	padding: 0;
}

.post h2 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #330000;
}

.post h2 a {
	color: #f18d45;
	text-decoration: none;
	font-weight: 600;
}

.post h3 {
	color: #db5884;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 0px solid #326698;
}

.sp .post .entry h3 {
	color: #db5014;
	padding: 10px;
	margin: 80px 0 0;
	border: 3px solid #db5014;
	background-color: #fff;
	display: block;
	text-align: center;
}

.post .entry h3:first-child {
	margin-top: 0;
}

.post h4 {
	font-size: 2.4em;
	padding: 0;
	margin: 0;
}

.post .entry > h4 {
	margin-top: 60px;
}

.post h5 {
	color: black;
	padding: 0 0 0 0;
}

.accordion .post h5 {
	padding: 0 0 0 0;
	margin-top: 0px;
}

.post h5:first-child {
	margin-top: 0px;
}

.reservation .post h6,
.reservation .post p {
	margin-top: 30px;
}

.top-concept li > h5 {
	margin: 0px 0 0 0;
}

.post h6 {
	padding: 20px 0 0 0;
}

.post p {
	margin-top: 20px;
	line-height: 1.75em;
}

.post p.small {
	font-size: 1.5em;
	margin-top: 10px;
}

.post span.postmetadata {
	font-size: 1.4em;
	color: #db5014;
	margin: 10px 0 0 0;
	display: block;
}

.post p.postmetadata {
	font-size: 1.4em;
	border-top: 1px solid #db5014;
	border-bottom: 1px solid #db5014;
	margin: 5px 0 0 0;
	padding: 5px 0 5px 0;
}

.post p.postmetadata p {
	padding: 0;
	margin: 3px 0;
}

.post p.mb00 {
	margin-bottom: 0px;
}

/* post custom styles */


.post .entry ul li {
	margin-bottom: 60px;
}

.reservation table tr th,
.reservation table tr td {
	text-align: center;
}

.facility .post .entry ul,
.reservation .post .entry ul {
	margin-top: 30px;
}

.facility .post .entry ul li,
.reservation .post .entry ul li {
	font-size: 1.6em;
	margin-bottom: 0;
}

.facility .post .entry ul li::before,
.reservation .post .entry ul li::before {
	content: "※";
}

.post .entry ul.top-concept li {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 10px;
}

.post .entry ul.top-concept li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: repeating-linear-gradient(-45deg, #f18d45, #f18d45 1.5px, #fff 0, #fff 6px);
	margin:  60px 0 0 0;
}

.post .entry ul.top-concept li h4 {
	margin-top: 60px;
}

.post .entry ul.top-concept li p {
	margin-bottom: 60px;
	display: inline-block;
}

#post-3.post .entry p {
	font-size: 1.6em;
}

#post-3.post .entry ul {
	margin-top: 20px;
	margin-left: 20px;
	list-style-type: square;
}

#post-3.post .entry ul > li {
	margin-bottom: 5px;
	font-size: 1.6em;
}

#post-3.post .entry ul > ol {
	margin-left: 20px;
}

#post-3.post .entry ul > ol > li {
	margin-bottom: 5px;
	font-size: 1.6em;
}

.post .entry ul li:last-child {
	margin-bottom: 0px;
}

.post div.plan {
	margin: 50px 0 0 0;
}

.post .entry div.plan h3 {
	border: transparent;
	border-bottom: 2px solid #db5014;
	text-align: left;
	padding: 10px 0;
}

.post div.plan h4 {
	margin: 40px 0 0 0;
	color: #db5014;
}

.post div.plan h5,
.post div.work h5 {
	margin: 50px 0 0 0;
}

.post div.plan h6 {
	margin: 50px 0 0 0;
}

.post div.plan p {
	margin: 20px 0 0 0;
}

/*  table styles */


table {
	width: 100%;
	margin-top: 60px;
}

th,
td {
	font-weight: 400;
	padding: 20px 20px;
	font-size: 1.6em;
	border-top: 1px solid #dae0e0;
	line-height: 1.6;
	color: #333;
}

th {
	font-weight: 600;
}

@media print, screen and (min-width: 768px) {
	th,
	td {
		border-bottom: 1px solid #dae0e0;
	}
}

@media screen and (max-width: 767px) {
	th,
	td {
		padding: 3.2vw 0;
		width: 100%;
		display: block;
	}
	td {
		border-top: 1px dashed #dae0e0;
	}
}

div.tabular {
	width: calc( (100% - 40px)/2 );
	margin: 50px 0 0 0;
	float: left;
}

div.tabular:nth-of-type(2n) {
	margin: 50px 0 0 40px;
}

div.tabular.per100 {
	width: 100%;
}

table.type00 {
	width: 100%;
	border: 1px #db5014solid;
	background-color: #db5014;
	padding: 1px;
	border-collapse: separate;
	border-spacing: 2px;
}

div.tabular table p {
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
}

div.tabular table td p:last-child {
	margin-bottom: 0px;
}

div.tabular table p img {
	width: 100%; 
}

table.type00 td {
	border: 1px #326698 solid;
	background-color: #fff;
	padding: 20px;
	vertical-align: middle;
}

table.type00 td h4 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

table.type00 tr td p {
	margin-bottom: 10px;
}

table.type00 tr:first-child td p {
	margin-top: 20px;
}

div.tabular table td.per20 {
	width: 20%;
}

div.tabular table td.per25 {
	width: 25%;
}

div.tabular table td.per30 {
	width: 30%;
}

div.tabular table td.per40 {
	width: 40%;
}

div.tabular table td.per50 {
	width: 50%;
}

table.type00 td.type100c {
	width: 100px;
	text-align: center;
	white-space: nowrap;
}

table.type00 td.type200l {
	width: 200px;
	text-align: left;
	white-space: normal;
}

table.type00 td.type200c {
	width: 200px;
	text-align: center;
	white-space: nowrap;
}

table.type00 td.type300l {
	width: 220px;
	text-align: left;
	white-space: normal;
}

table.type00 td.type300c {
	width: 240px;
	text-align: center;
	white-space: nowrap;
}

table.type00 td.typefl {
	text-align: left;
	white-space: normal;
}
		
table.type00 td.typefc {
	text-align: center;
	white-space: nowrap;
}

/*  sidebar styles */


.menu {
	padding: 0;
}

.menu ul {
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

.menu ul li.widget {
	margin: 0;
	padding: 0 30px 0 0;
	width: calc( (100% - 30px)/2 );
	float: left;
}

.menu ul li.widget:nth-of-type(2n) {
	padding-right: 0;
}

.menu ul li.widget ul,
.menu ul div {
	margin: 0;
	padding: 0;
}

.menu ul li.widget ul li {
	font-size: 1.5em;
	font-weight: 600;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #eee;
	display: table;
	width: 100%;
}

.menu ul li.widget ul li a {
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

.menu ul li.widget ul li a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.menu ul li.widget ul li a:focus,
.menu ul li.widget ul li a:target,
.menu ul li.widget ul li a:active {
	text-decoration: none;
	opacity: 0.5;
}

.menu ul li.widget ul li:last-child {
	border-bottom: 1px solid #eee;
}

.menu ul li.widget ul li ul {
}

.menu ul li.widget ul li ul li {
	border-top: 1px solid #eee;
	border-bottom: none !important;
	padding: 0 0 0 11px;
}

.menu ul li.widget h6 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: 600;
	font-variant: small-caps;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #f18d45;
	border-bottom: 5px solid #f18d45;
	border-top: 5px solid #f18d45;
	letter-spacing: 2.0em;
	text-align: center;
}

.menu form {
	display: block;
	margin: 0px;
	padding: 4px;
}

.menu input {
	margin: 3px 0;
	font-size: 90%;
}

/* Banner styles */


div.fb-page {
	margin-bottom: 20px;
}

div.adv {
	margin: 10px 3px 15px 3px;
	text-align: center;
}

div.adv img {
	margin: 0px 5px 0px 0px;
}

/* Calendar styles */


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;


/* optional rounded corners for browsers that support it */


	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.2em;
	padding: 0 4px 5px;
	margin: 0;
}

/**
 * Parts
 * ==========================================================================
 */


/**
 * General
 */


time {
	font-weight: 400;
}

.thumbnail img {
	margin: 0 auto;
	display: block;
}

.page_description {
	line-height: 1.8;
	letter-spacing: 0.2em;
	font-size: 13px;
}

.page_description > p:not(:first-child) {
	margin-top: 1em;
}

#first_scroll {
	position: absolute;
	right: 40px;
	bottom:150px;
	z-index: 3;
}

#first_scroll .scroll {
	-webkit-transform-origin: left top;
		transform-origin: left top;
	background-color: #5c4843;
}

.scroll {
	position: absolute;
	z-index: 2;
	padding: 15px;
	padding-left: 165px;
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
	transition: all 1s;
}

#first_scroll .scroll:hover {
	color: #fff;
	background-color: #000;
}

.scroll p {
	letter-spacing: 0.7em;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	-webkit-transform-origin: left bottom;
			transform-origin: left bottom;
	-webkit-transition: color cubic-bezier(0.8, 0, 0.1, 1) 0.5s, -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
			transition: color cubic-bezier(0.8, 0, 0.1, 1) 0.5s, transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
}

.scroll:hover p {
	color: #fff;
}

.scroll .arrow {
	width: 150px;
}

.arrow {
	height: 1px;
	position: absolute;
	top: calc(50% - 1px);
}

.arrow::before {
	content: "";
	padding: 5px;
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: 15px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}

.arrow::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	right: 0;
	border-top: 1px solid #fff;
	-webkit-animation: scroll 4s infinite;
		animation: scroll 4s infinite;
}

.arrow.left {
	left: 0;
}

.arrow.right {
	right: 0;
	-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
}

@-webkit-keyframes scroll {
	15% {
		right: 100%;
	}
	
	50% {
		right: 0;
	}
}

@keyframes scroll {
	15% {
		right: 100%;
	}
	
	50% {
		right: 0;
	}
}

@media screen and (max-width: 900px) {
	.page_description {
		font-size: 11px;
	}
	
	.scroll {
		padding-left: 135px;
	}
	
	.scroll p {
		font-size: 9px;
	}
	
	.scroll .arrow {
		width: 120px;
	}
	
	.arrow::before {
		padding: 3px;
		top: calc(50% - 3px);
	}
	
	.arrow::after {
		left: 25px;
	}
}

@media screen and (max-width: 480px) {
	.page_description {
		font-size: 10px;
	}
	
	.scroll p {
		padding-top: 0;
		letter-spacing: 0.5em;
		font-size: 8px;
	}
}

/**
 * Front
 * ==========================================================================
 */


/**
 * Mainview
 */


#mainview {
	height: calc(100vh - 0px);
	min-height: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#mainview .mainview-cover {
	width: 30%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;

	background: #000;
	background: repeating-linear-gradient(-45deg, #f18d45, #f18d45 1.5px, #fff 0, #fff 6px);
}

#mainview .view {
	max-width: 1700px;
	position: absolute;
	bottom: 150px;
	left: 150px;
	right: 150px;
}

#mainview .view ul {
	height: 100%;
	position: relative;
	z-index: 2;
	background: #1C1A20;
}

#mainview .view li {
	position: absolute;
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	z-index: -1;
	background: no-repeat center;
	background-size: cover;
	opacity: 0;
/*	-webkit-filter: grayscale(90%) brightness(50%) blur(6px);
		filter: grayscale(90%) brightness(50%) blur(6px);
	-webkit-animation: mainview 6s forwards;
		animation: mainview 6s forwards; */
	-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	-webkit-transition: opacity cubic-bezier(0.5, 0, 0.1, 1) 4s, -webkit-transform cubic-bezier(0.5, 0, 0.1, 1) 5s;
		transition: opacity cubic-bezier(0.5, 0, 0.1, 1) 4s,		 transform cubic-bezier(0.5, 0, 0.1, 1) 5s;
}

#mainview .view li.current {
	z-index: 1;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
}

#mainview .inner {
	padding: 0 100px;
	height: auto;
	position: absolute;
	top: calc(50% - 80px);
	left: 0;
	right: 0;
	z-index: 2;
}

#mainview h1 {
	font-size: 7.4em;
	font-weight: 800;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#mainview .inner p {
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	margin-bottom:10px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#mainview h1 .resbr {
	display: none;
}

#mainview h2 {
	margin-bottom: 30px;
	margin-right: 5px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-size: 2.0em;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#mainview .ghost-button {
	margin-top: 50px;
	padding: 20px 40px;
}

#mainview .controller {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 50px;
	z-index: 3;
	text-align: center;
}

#mainview .controller li {
	display: inline-block;
	letter-spacing: 0.2em;
	font-size: 1.1em;
	font-weight: 400;
}

#mainview .controller li a {
	padding: 0 2px;
	display: block;
	color: #999;
	-webkit-transition: color ease 0.5s;
		transition: color ease 0.5s;
}

#mainview .controller li:not(.current) a:hover,
#mainview .controller li.current a {
	color: #db5014;
}

#mainview .controller li span {
	width: 40px;
	height: 4px;
	margin-top: 5px;
	position: relative;
	top: 0px;
	display: inline-block;
	vertical-align: top;
	border: 0px solid #999;
	-webkit-transition: border-color ease 0.5s;
		transition: border-color ease 0.5s;
	background: #999;
	display: inherit;
}

#mainview .controller li:not(.current) a:hover span,
#mainview .controller li.current span {
	border-color: #db5014;
	background: #db5014;
}

@-webkit-keyframes mainview {
	50% {
		-webkit-filter: grayscale(0%) brightness(55%) blur(0);
	}
	
	100% {
		-webkit-filter: grayscale(0%) brightness(55%) blur(0);
	}
}

@keyframes mainview {
	50% {
		filter: grayscale(0%) brightness(55%) blur(0);
	}
	
	100% {
		filter: grayscale(0%) brightness(55%) blur(0);
	}
}

@media screen and (min-width: 2000px) {
	#mainview {
		min-height: 800px;
	}
	
	#mainview .view {
		max-width: 1760px;
		margin: auto;
	}
}

@media screen and (max-width: 2000px) {
	#mainview {
		min-height: 800px;
	}
	
	#mainview .view {
		max-width: 1760px;
		right: 120px;
		left: 120px;
	}
}

@media screen and (max-width: 1500px) {
	#mainview {
		min-height: 680px;
	}

	#mainview .view {
		right: 120px;
		left: 120px;
	}
}

@media screen and (max-width: 1200px) {
	#mainview .view {
		right: 120px;
		left: 120px;
	}
	
	#mainview .inner {
		padding: 0 50px;
	}
}

@media screen and (max-width: 900px) {	
	#mainview .inner {
		padding: 0 30px;
	}
	
	#mainview .ghost-button {
		padding: 18px 30px;
		font-size: 9px;
	}
}

@media screen and (max-width: 580px) {

	header {
		display: none;
		height: 0;
	}

	#mainview {
		height: 100vh;
	}

	#mainview .view {
		width: 100%;
		height: 100%;
		right: 0;
		left: 0;
	}
	
	#mainview .view li {
		background-attachment: scroll;
	}
	
	#mainview .inner {
		top: calc(50% - 64px);
	}
		
	#mainview h1 {
		font-size: 4.8em;
	}
	
	#mainview h2 {
		font-size: 1.6em;
	}
}

@media screen and (max-width: 480px) {
	#mainview .view {
		width: 100%;
		right: 0;
		left: 0;
	}
	
	#mainview .inner {
		padding: 0 50px;
	}
	
	#mainview h1 {
		font-size: 3.2em;
	}
	
	#mainview h2 {
		font-size: 1.2em;
	}
	
	#mainview .ghost-button {
		margin-top: 30px;
		padding: 15px 25px;
		font-size: 8px;
	}
	
	#mainview .controller {
		right: 15px;
	}
	
	#mainview .controller li {
		letter-spacing: 0.1em;
	}
	
	#mainview .controller li span {
		width: 30px;
		height: 7px;
	}
}

@media screen and (max-width: 400px) {
	#mainview h1 {
		font-size: 26px;
	}
	
	#mainview h2 {
		font-size: 9px;
	}
}

@media screen and (max-width: 340px) {
	#mainview h1 {
		font-size: 24px;
	}
	
	#mainview h2 {
		font-size: 8px;
	}
	
	#mainview .ghost-button {
		font-size: 7px;
	}
}

/**
 * Front-content
 */


#front-content {
	overflow: hidden;
}

#front-content main {
	max-width: 1800px;
	margin: 100px auto;
}

#front-content section {
	padding: 150px 0;
	position: relative;
}

#front-content section::after {
	content: "";
	display: block;
	clear: both;
}

#front-content section .black_cover {
	position: absolute;
	z-index: -1;
	background: #000;
}

#front-content section .section-head {
	width: 500px;
	padding: 80px 75px;
	position: relative;
	z-index: 2;
}

#front-content section .section-body {
	position: relative;
	z-index: 1;
}

#front-content section .section-body::after {
	content: "";
	display: block;
	clear: both;
}

#front-content section h1 {
	display: inline-block;
	position: relative;
    line-height: 1.1;
    letter-spacing: 0.2em;
    font-size: 60px;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#front-content section h1::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 50%;
	border-top: 1px solid #3a3a3a;
}

#front-content section h1 span {
	position: absolute;
	bottom: calc(100% + 0.2em);
	left: -10px;
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', sans-serif;
}

#front-content section h2 {
	width: 100%;
	position: absolute;
	top: 100px;
	z-index: 3;
    line-height: 1.5;
    letter-spacing: 0.5em;
    font-size: 11px;
    font-weight: 400;
    color: #9a9a9a;
}

#front-content section h2 span {
	padding: 5px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#front-content section h2 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background: #0f0f0f;
	-webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.7s 0.3s;
			transition: 		transform cubic-bezier(0.8, 0, 0.2, 1) 0.7s 0.3s;
}

#front-content section.show h2 span::before {
	-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
}

#front-content section .page_description {
	margin-top: 50px;
}

#front-content section .ghost-button {
	margin-top: 50px;
}

#front-content .front_archive {
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

#front-content .front_archive ul {
	-webkit-transition: -webkit-transform ease 0.5s;
			transition: 		transform ease 0.5s;
}

#front-content .front_archive ul::after {
	content: "";
	display: block;
	clear: both;
}

#front-content .front_archive li {
	padding: 10px;
	float: left;
}

#front-content .front_archive li::after {
	content: "";
	display: block;
	clear: both;
}

#front-content .front_archive li a {
	display: block;
	position: relative;
}

#front-content .front_archive li .background_thumbnail {
	height: 450px;
	overflow: hidden;
}

#front-content .front_archive li .background_thumbnail .image {
	height: 100%;
	background: no-repeat center;
	background-size: cover;
	-webkit-transition: -webkit-transform ease 3.5s, -webkit-filter ease 0.5s;
			transition: 		transform ease 3.5s, 		 filter ease 0.5s;
}

#front-content .front_archive ul:hover li a .background_thumbnail .image {
	-webkit-filter: brightness(60%);
			filter: brightness(60%);
}

#front-content .front_archive ul:hover li a:hover .background_thumbnail .image {
	-webkit-filter: brightness(100%);
			filter: brightness(100%);
	-webkit-transform: scale3d(1.05, 1.05, 1);
			transform: scale3d(1.05, 1.05, 1);
}

#front-content .front_archive li .post-content {
	margin-top: 15px;
	padding: 15px;
	border-left: 1px solid #3a3a3a;
}

#front-content .front_archive li time {
	font-size: 11px;
}

#front-content .front_archive li h3 {
	margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    font-size: 16px;
    font-weight: bold;
}

#front-content .front_archive li .view-button {
	margin: 0 auto;
	top: calc(50% - 16px);
	left: 0;
	right: 0;
}

#front-content .front_archive li.to_archive {
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	font-size: 12px;
	font-weight: bold;
}

#front-content .front_archive li.to_archive a {
	height: 450px;
	padding-top: 170px;
	text-align: center;
	color: #6a6a6a;
	background: #000;
	-webkit-transition: background ease 0.4s;
			transition: background ease 0.4s;
}

#front-content .front_archive li.to_archive a:hover {
	background: #111;
}

#front-content .front_archive li.to_archive strong {
	display: block;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-size: 35px;
	color: #fff;
	-webkit-transform-origin: left bottom;
    		transform-origin: left bottom;
	-webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
    		transition: 		transform cubic-bezier(0.8, 0, 0.1, 1) 0.5s;
}

#front-content .front_archive li.to_archive a:hover strong {
	-webkit-transform: skewX(-10deg);
    		transform: skewX(-10deg);
}

#front-content .front_archive li.to_archive span {
	margin-top: 30px;
	display: block;
	font-size: 18px;
}

#front-content .front_archive .controller a {
	padding: 15px;
	display: block;
	position: absolute;
	top: calc(50% - 22px);
	z-index: 2;
	font-size: 15px;
	color: #222;
	background: #fff;
	-webkit-transition: background ease 0.5s;
			transition: background ease 0.5s;
}

#front-content .front_archive .controller a:hover {
	background: #9a9a9a;
}

#front-content .front_archive .controller .left {
	left: 0;
}

#front-content .front_archive .controller .right {
	right: 0;
}

#front-content section.left_flow {
	text-align: left;
}

#front-content section.right_flow {
	text-align: right;
}

#front-content section.left_flow .black_cover {
	width: 280px;
	height: 480px;
	top: -80px;
	left: 150px;
}

#front-content section.right_flow .black_cover {
	width: 1000px;
	height: 400px;
	top: -20px;
	right: 20px;
}

#front-content section.left_flow .section-head {
	float: left;
}

#front-content section.right_flow .section-head {
	float: right;
}

#front-content section.left_flow .section-body {
	margin-left: 500px;
}

#front-content section.right_flow .section-body {
	margin-right: 500px;
}

#front-content section.left_flow h1 {
	margin-left: -0.05em;
}

#front-content section.right_flow h1 {
	margin-right: -0.05em;
}

#front-content section.left_flow h1::before {
	left: calc(100% + 0.5em);
}

#front-content section.right_flow h1::before {
	right: calc(100% + 0.5em);
}

#front-content section.left_flow h2 {
	left: 100%;
}

#front-content section.right_flow h2 {
	right: 100%;
}

@media screen and (max-width: 1800px) {
	#front-content section h1 {
		font-size: 50px;
	}
	
	#front-content section h1 span {
		font-size: 16px;
	}
}

@media screen and (max-width: 1500px) {
	#front-content section {
		padding: 100px 0;
	}

	#front-content section.left_flow .black_cover {
	    height: 400px;
		top: -40px;
		left: 20px;
	}

	#front-content section.right_flow .black_cover {
		width: 600px;
	    height: 320px;
		right: 0;
	}
}

@media screen and (max-width: 1200px) {
	#front-content main {
		margin: 50px auto;
	}
	
	#front-content section {
		padding: 80px 0;
	}
	
	#front-content section .section-head {
		width: 450px;
		padding: 50px;
	}
	
	#front-content section h1 {
		font-size: 40px;
	}
	
	#front-content section .ghost-button {
		font-size: 9px;
	}
	
	#front-content section.left_flow .section-body {
		margin-left: 450px;
	}

	#front-content section.right_flow .section-body {
		margin-right: 450px;
	}
}

@media screen and (max-width: 900px) {
	#front-content section {
		padding: 0;
	}
	
	#front-content section .section-head {
		width: auto;
	}
	
	#front-content section .section-body {
		width: auto;
		clear: both;
	}
	
	#front-content section h2 {
		position: static;
		font-size: 9px;
		-webkit-transform: none !important;
				transform: none !important;
	}
	
	#front-content section .page_description {
		margin-top: 30px;
	}

	#front-content .front_archive {
		margin-top: 30px;
	}
	
	#front-content .front_archive li .background_thumbnail {
		height: 400px;
	}
	
	#front-content .front_archive li h3 {
		font-size: 12px;
	}

	#front-content .front_archive li.to_archive a {
		height: 400px;
		padding-top: 140px;
	}
	
	#front-content .front_archive li.to_archive strong {
		font-size: 30px;
	}
	
	#front-content .front_archive .controller a {
		padding: 12px;
		font-size: 12px;
	}
	
	#front-content section.left_flow .black_cover {
		left: 20px;
		right: 180px;
	}

	#front-content section.right_flow .black_cover {
		width: 600px;
	}

	#front-content section.left_flow .section-head {
		float: none;
	}

	#front-content section.right_flow .section-head {
		float: none;
	}
	
	#front-content section.left_flow .section-body {
		margin-left: auto;
		padding-left: 50px;
	}
	
	#front-content section.right_flow .section-body {
		margin-right: auto;
		padding-right: 100px;
	}
	
	#front-content section.left_flow h2 {
		margin-left: -5px;
	}
	
	#front-content section.right_flow h2 {
		margin-right: -5px;
	}
}

@media screen and (max-width: 700px) {
	#front-content section h1 {
		font-size: 35px;
	}
	
	#front-content section h1 span {
		left: -5px;
		font-size: 12px;
	}
	
	#front-content section .ghost-button {
		margin-top: 30px;
		padding: 15px 25px;
		font-size: 8px;
	}

	#front-content section.right_flow .black_cover {
		width: auto;
		height: 320px;
		left: 50px;
	}
}

@media screen and (max-width: 480px) {
	#front-content section .section-head {
		padding: 30px;
	}
	
	#front-content section h1 {
		font-size: 30px;
	}
	
	#front-content section .ghost-button {
		font-size: 7px;
	}
	
	#front-content section .page_description {
		margin-top: 15px;
	}

	#front-content .front_archive li .background_thumbnail {
		height: 320px;
	}

	#front-content .front_archive li.to_archive a {
		height: 320px;
		padding-top: 115px;
	}
	
	#front-content .front_archive li.to_archive strong {
		font-size: 20px;
	}

	#front-content .front_archive .controller a {
		padding: 10px;
		font-size: 10px;
	}

	#front-content section.left_flow .black_cover {
		width: auto;
		left: 5px;
		right: 220px;
	}
	
	#front-content section.left_flow .section-body {
		padding-left: 0;
	}
	
	#front-content section.right_flow .section-body {
		padding-right: 30px;
	}
}

/**
 * front-content case
 */


#front-news li {
	width: 350px;
}

#front-field .section-body {
	padding-bottom: 100px;
}

#field_image-1 {
	max-width: 1150px;
	height: 550px;
	position: absolute;
	top: -20px;
	left: -100px;
	right: 20px;
	z-index: 2;
	background: no-repeat center;
	background-size: cover;
}

#field_image-2 {
	width: 450px;
	height: 360px;
	margin-top: 200px;
	margin-right: -50px;
	float: right;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}

#front-event li {
	width: 500px;
}

#contact_image {
	max-width: 1200px;
	height: 600px;
	margin-top: -150px;
	margin-right: 50px;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}

@media screen and (max-width: 1800px) {
	#contact_image {
		height: 500px;
		margin-top: -80px;
		margin-right: 0;
	}
}

@media screen and (max-width: 1200px) {
	#field_image-1 {
		height: 460px;
	}
	
	#field_image-2 {
		width: 320px;
		height: 250px;
	}
	
	#contact_image {
		height: 400px;
		margin-top: -50px;
	}
}

@media screen and (max-width: 900px) {
	#front-news li {
		width: 300px;
	}
	
	#front-event li {
		width: 400px;
	}
	
	#front-field .section-body {
		padding-bottom: 150px;
	}
	
	#field_image-1 {
		height: 380px;
		right: 120px;
	}
	
	#field_image-2 {
		margin-top: 100px;
	}
	
	#front-contact .section-body {
		padding-bottom: 50px;
	}
	
	#contact_image {
		top: -100px;
	}
}

@media screen and (max-width: 700px) {
	#field_image-1 {
		height: 320px;
		right: 100px;
	}
	
	#field_image-2 {
		width: 250px;
		height: 200px;
	}
	
	#front-contact .section-body {
		padding-bottom: 0;
	}
	
	#contact_image {
		height: 300px;
	}
}

@media screen and (max-width: 480px) {
	#front-news li {
		width: 200px;
	}
	
	#front-event li {
		width: 300px;
	}
	
	#field_image-1 {
		height: 280px;
		right: 50px;
	}
	
	#field_image-2 {
		width: 200px;
		height: 150px;
	}
	
	#contact_image {
		top: -80px;
		margin-right: 15px;
	}
}


/**
 * page-content 
 */

.page-content {
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0 0 0 0;

	opacity: 0;
	-webkit-transform: translate(0, 42px);
		-ms-transform: translate(0, 42px);
		 transform: translate(0, 42px);
	-webkit-transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	transition: opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
	-o-transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms;
	transition: transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms, opacity 700ms ease 0ms, -webkit-transform 700ms cubic-bezier(0.26, 0, 0.2, 1) 0ms;
}

.page-content.animated {
	opacity: 1;
	-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		 transform: translate(0, 0);
}

.page-content  p {
	line-height: 2;
}

.page-content input {
	font-size: inherit;
}

/**
 * Onload
 * ==========================================================================
 */


/**
 * Loader
 */


#loader {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background: #000;
}

#loading-viewer {
	position: absolute;
	top: calc(50% - 22px);
	right: 0;
	left: 0;
	z-index: 2;
}

#loading-viewer img {
	width: 400px;
	margin: 0 auto;
	display: block;
}

#loading-viewer p {
	max-width: 2em;
	margin: 0 auto;
	padding: 10px 0;
	top: calc(50% - 0.6em);
	left: 0;
	right: 0;
	z-index: -1;
	text-align: center;
	line-height: 1;
	letter-spacing: 1;
	font-size: 120px;
	font-weight: 900;
	color: #0a0a0a;
	background: rgba(0, 0, 0, 0.7) url(images/mainview.png) no-repeat center;
	background-size: cover;
	background-blend-mode: multiply;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

#progress {
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	text-align: center;
	font-size: 0;
}

#progress-bar {
	width: 0;
	height: 100%;
	display: inline-block;
	background: #1C1A20;
	-webkit-transition: width 0.1s;
	transition: width 0.1s;
}

@media screen and (max-width: 1500px) {
	#loading-viewer p {
		font-size: 120px;
	}
}

@media screen and (max-width: 1200px) {
	#loading-viewer img {
		width: 300px;
	}
	#loading-viewer p {
		font-size: 120px;
	}
}

@media screen and (max-width: 900px) {
	#loading-viewer p {
		font-size: 80px;
	}
}

@media screen and (max-width: 480px) {
	#loading-viewer p {
		font-size: 80px;
	}
}

/**
 * Loaded
 */


#loader {
	-webkit-transition: z-index ease 0s 1.5s, opacity ease 0.5s 1s;
			transition: z-index ease 0s 1.5s, opacity ease 0.5s 1s;
}

.welcome #loader {
	z-index: -100;
	opacity: 0;
}

#loading-viewer {
	-webkit-transition: opacity ease 1s, -webkit-transform cubic-bezier(0.5, 0, 0.1, 1) 1.5s;
			transition: opacity ease 1s,		 transform cubic-bezier(0.5, 0, 0.1, 1) 1.5s;
}

.welcome #loading-viewer {
	opacity: 0;
	-webkit-transform: scale3d(0.97, 0.97, 1);
			transform: scale3d(0.97, 0.97, 1);
}

/* wpcf7 */


.wpcf7 .form-wrap {
	margin: 150px 0 0;
	width: 100%;
}

select.wpcf7-form-control {
	width: 100%;
	padding: 10px;
}

input.wpcf7-text,
input.wpcf7-captchar,
textarea.wpcf7-textarea {
	width: calc( 100% - 0px );
	padding: 10px;
}

.contact-title {
	display: inline-block;
	margin-bottom: 10px;
}

.captcharbox input {
	margin-top: 10px;
}

span.wpcf7-list-item {
	  margin: 0 0 0 0;
}

.wpcf7 span.must {
	font-size: 0.8em;
	margin-left: 10px;
	display: inline;
	vertical-align: top;
}

.wpcf7 span.must::before {
	content: " ※";
}

.wpcf7 h4 {
	margin-top: 60px;
}

@media only screen and (min-width: 481px)  {
	#credit .sp_br{
		display: none;
	}
}

@media only screen and (min-width: 767px)  {
	#header .sp_br{
		display: none;
	}
}

@media only screen and (min-width: 1281px) {


	.calendar .loop div.month:nth-of-type(3n) {
		margin: 0 0 0 0;
	}

}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {


	#wrapinner {
		width: 1024px;
		width: calc( 100% - 80px );
		max-width: 1180px;
	}

	.calendar .loop div.month {
		width: calc( (100% - 40px)/2 );
	}

	.calendar .loop div.month:nth-of-type(2n) {
		margin: 0 0 0 0;
	}

}

@media only screen and (max-width: 1920px) {


	ul#tabs li {
	}

}

@media only screen and (max-width: 1023px) {


	#wrapinner {
		width: 768px;
		width: calc( 100% - 80px );
		max-width: 923px;
	}

	ul#tabs li {
	}

	.menu ul li.widget {
		margin: 0;
		padding: 50px 0 0 0;
		width: 100%;
	}

	.menu ul div {
		margin: 0;
		padding: 0 0 0 0;
		width: calc( 100% - 2px );
	}

	.menu #wij_weather_in_japan	{
		margin-top: 50px;
		display: inline-block;
	}

	.calendar .loop div.month {
		width: calc( (100% - 40px)/2 );
	}

	.calendar .loop div.month:nth-of-type(2n) {
		margin: 0 0 0 0;
	}

	div.tabular {
		width: 100%;
	}

	div.tabular:nth-of-type(2n) {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 767px) {


	#wrapper {
		padding: 0 50px 50px;
		margin-top: 20px;
	}

	#wrapinner {
		width: 480px;
		width: calc( 100% - 40px );
		max-width: 667px;
	}

	#header .slider img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	ul#tabs li {
	}

	.menu ul li.widget {
		margin: 0;
		padding: 50px 0 0 0;
		width: 100%;
	}

	.menu ul div {
		margin: 0;
		padding: 0 0 0 0;
		width: calc( 100% - 2px );
	}

	.menu #wij_weather_in_japan	{
		margin-top: 50px;
		display: inline-block;
	}

	.calendar .loop div.month {
		width: 100%;
		margin: 0 0 0 0;
	}

	div.tabular {
		width: 100%;
	}

	div.tabular:nth-of-type(2n) {
		margin-left: 0px;
	}

	.content-title h1 {
		line-height: 1.2;
	}

	.content-title h5 {
		margin-top: 40px;
	}
	
	.content-title h1 span {
		position: relative;
		font-size: 1.0rem;
		font-family: Tahoma, Arial, Verdana, sans-serif;
		text-align: right;
		margin: -0;
		padding: 0;
		width: 100%;
		display: inline-block;
	}
	
	.introduction div.content-wrap {
		width: 100%; 
		height: auto;
		padding-bottom: 0;
		margin: 120px 0 0;
	}
	
	.introduction .text-wrap h5 {
		padding-top: 0px;
	}
	
	.introduction .photo-wrap-01 {
		aspect-ratio: 5 / 3;
		overflow: hidden;
	}
	
	.introduction .photo-wrap-02,
	.introduction .photo-wrap-03 {
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}
		
	.introduction div.content-wrap:nth-of-type(2n) .text-wrap {
		right: 0px;
	}
	
	.introduction div.content-wrap:nth-of-type(2n) .photo-wrap-01 {
		left: 0px;
	}
	
	.introduction div.content-wrap:nth-of-type(2n) .photo-wrap-02,
	.introduction div.content-wrap:nth-of-type(2n) .photo-wrap-03 {
		float: right;
		margin: 0;
	}
	
	.introduction img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)  {


	#wrapinner {
		width: 400px;
		width: calc( 100% - 40px );
		max-width: 419px;
	}
	
	.toptitle {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	 	transform: translate(0, 0); 
		z-index: 1;
		margin: 20px auto 0;
		padding: 0;
	}

	.logo img {
		width: 90%;
	}

	#header .slider img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	ul#tabs li {
		width: 100%;
	}

	.menu ul li.widget {
		margin: 0;
		padding: 50px 0 0 0;
		width: 100%;
	}

	.menu ul div {
		margin: 0;
		padding: 0 0 0 0;
		width: calc( 100% - 2px );
	}

	.menu #wij_weather_in_japan	{
		margin-top: 50px;
		display: inline-block;
	}

	.calendar .loop div.month {
		width: 100%;
		margin: 0 0 0 0;
	}

	div.tabular {
		width: 100%;
	}

	div.tabular:nth-of-type(2n) {
		margin-left: 0px;
	}
	div#banner a {
		width: 100%;
		margin: 0 0 20px 0;
	}

	div#banner a:nth-of-type(2n) {
		margin-right: 0;
	}

	div#banner a:last-child {
		margin-bottom: 0;
	}
}

/*　フォントサイズ調整　*/


.fs90 {
	font-size: 0.9em;
}

.fs80 {
	font-size: 0.8em;
}

.fs70 {
	font-size: 0.7em;
}

.fs60 {
	font-size: 0.6em;
}

.fs50 {
	font-size: 0.5em;
}

.fs40 {
	font-size: 0.4em;
}

.fs30 {
	font-size: 0.3em;
}

.fs20 {
	font-size: 0.2em;
}

.fs10 {
	font-size: 0.1em;
}

.grecaptcha-badge {
	visibility: hidden;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}