/*
Theme Name: HIROSTRADA la CASETTA INUTO 2023
Theme URI: https://villa-inuto.com/
Version: 1.0
Author: HIROSTRADA la CASETTA INUTO
Author URL: https://villa-inuto.com/
*/

/*
01 Main Color #9a0000
01 Sub Color #9a0000
02 Main Color #007bc6
02 Sub Color #CCCCCC（#76e4d7）
*/

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

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

#wrapper {
	margin: 0;
	padding: 0 100px 100px;
	background-color: rgba(255,255,255,0.8);
	line-height: 1.5;
}

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

/* default styles */

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

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: 1.8em;
}

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: #9a0000;
}

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

iframe {
	margin-top: 20px;
}

/* default styles 2 */

#logo {
	clear: both;
	height: 40px;
	margin: 0;
	text-align: center;
	position: fixed;
	left: 30px;
	top: 30px;
	z-index:3;
}

#logo img {
	width: auto;
	height: 100%;
}

#shoulder {
	font-family: 'Holtwood One SC';
	clear: both;
	height: 40px;
	margin: 0;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 40px;
	z-index:3;
}

#header {
	padding: 0  0 0 0;
	margin: 0 0 80px 0;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	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;
}

.content-title h1 {
	position: relative;
	font-size: 8.0em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: left;
	margin: 0 0 0 -30px;
	padding: 0;
}

/*
.content-title h1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: #000;
}
*/

.content-title h1 span {
	position: relative;
	font-size: 1.0rem;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: right;
	margin: -50px 0 0 50px;
	padding: 0;
}

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

.logo {
	width: 100%;
}

.logo a {
 	display: inline-block;
	text-align: center;
	margin: 0 0 20px 0;
}

.logo img {
	width: 320px;
	height: auto ;
	display: inline-block;
	filter: drop-shadow(0 0px 2px rgba(255, 255, 255, 1));
}

/*　ナビゲーション情報　div使用　*/

ul#tabs {
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	list-style: none;

	z-index: 1;
}

ul#tabs li {
	position: relative;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
	letter-spacing: 0.2em;
}

ul#tabs li:last-of-type {
	margin-bottom: 0;
}

ul#tabs li span {
	font-size: 1.5em;
	font-weight: 700;
	display: block;
	color: #000000;
}

ul#tabs li span.EN {
	font-family: 'Holtwood One SC';
	font-size: 2.0em;
	color: #FFFFFF;
}

ul#tabs li a {
}

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

/* accordion */

.transition, p, ul.accordion li i:before, ul.accordion li i:after {
	transition: all 0.25s ease-in-out;
}

.flipIn, h1, ul.accordion li {
	animation: flipdown 0.5s ease both;
}

.no-select,
.accordion li h4 {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

ul.accordion li {
	position: relative;
	padding: 0;
	margin: 0;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
	animation-delay: 1s;
}

ul.accordion li:last-of-type {
	border-bottom: 1px solid #cccccc;
}

ul.accordion li input[type=checkbox] {
	position: absolute;
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
}

ul.accordion li input[type=checkbox]:checked ~ div {
	margin-top: -20px;
	max-height: 0;
	opacity: 0;
	transform: translate(0, 50%);
}

ul li h4,
ul.accordion li h4 {
	display: block;
	cursor: pointer;
}

ul.accordion li div. {
	position: relative;
	overflow: hidden;
	opacity: 1;
	transform: translate(0, 0);
}

ul.accordion li div.accordion-content {
	z-index: 2;
}

@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}

#contentfront {
	clear: both;
	padding: 0;
	margin: 0;
}

#main {
	width: 720px; 
	float: left;
	margin: 0;
	padding: 0 0 60px 0;
	overflow: hidden;
}

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

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

#more div.sub-wrap {
	width: 50%;
	position: absolute;
	z-index:2;
}

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

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

#more div.photo-wrap-01 {
	aspect-ratio: 5 / 4;
	overflow: hidden;
}

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

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

#more div.photo-wrap-02,
#more div.photo-wrap-03 {
	width: calc( (100% - 20px)/2 );
	float: left;
}

#more div.photo-wrap-02 {
	margin: 20px 20px 0 0;
}

#more div.photo-wrap-03 {
	margin: 20px 0 0 0;
}

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

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

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

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

#more 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 div.sub-wrap {
	width: 50%;
	position: absolute;
	z-index:2;
}

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

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

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

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

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

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

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

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

#facility div.content-wrap:nth-of-type(2n) div.photo-wrap-02,
#facility div.content-wrap:nth-of-type(2n) div.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;
}

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

#facility div.tapmarche ul li:before,
#facility div.equipment-overview ul li:before,
#reservation div ul li:before,
#privacy-policy div ul li:before {
	content: "※";
}

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

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:2;
	background-color: #fff;
}

#credit {
	color: #FFFFFF;
	background-color: #9a0000;
	padding: 10px 0;
	width: 65%;
	height: 80px;
	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.saikochiku {
	font-size: 1.0em;
}

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

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

#contactbanner {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 35%;
	height: 100px ;
}

#contactbanner a {

	font-size: 2.4em;
	color: #FFFFFF;
	background-color: #500000;
	height: 100% ;
	display: flex;
	align-items: center;
	justify-content: center;

}

#navigation {
	font-size: 1.2em;
	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: #500000;
	padding: 8px 20px;
	color:#FFFFFF;
}

#navigation div span a:hover,
#navigation div span a:focus,
#navigation div span a:target,
#navigation div span a:active {
	color: #FFFFFF;
	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: 60px 0 0 0;
	padding: 0;
}

.post:first-child {
	margin: 0 0 0 0;
}

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

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

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

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

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

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

.post h4 {
	padding: 0;
	margin: 0;
}

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

.post h5 {
	color: black;
	padding: 0 0 0 0;
	margin-top: 90px;
}

.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;
}
.reservation .post p.caption {
	text-align: center;
}
.top-concept li > h5 {
	margin: 0px 0 0 0;
}

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

.post p {
	margin-top: 20px;
}

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

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

.post p.postmetadata {
	font-size: 1.4em;
	border-top: 1px solid #500000;
	border-bottom: 1px solid #500000;
	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;
}

table.basic-price tr th,
table.basic-price tr td {
	width: 25%;
}

table.cancel-policy tr th,
table.cancel-policy tr td {
	width: 50%;
}

table.tentative-reservation tr th,
table.tentative-reservation tr td {
	width: 20%;
}

.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, #9a0000, #9a0000 2px, #fff 2px, #fff 4px);
	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-187.post .entry p {
	font-size: 1.6em;
}

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

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

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

#post-187.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 #500000;
	text-align: left;
	padding: 10px 0;
}

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

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

/* calendar CGI styles */

div.monthlist {
	width:100%;
	padding: 0;
	margin: 60px auto 0;
	text-align: center;
	display: inline-block;
}

div.monthlist p.list-y {
	width: 100%;
	color: #000000;
	background-color: #FFFFFF;
	display: inline-block;
	font-weight: 600;
}

div.monthlist span {
	height: 100%;
	font-size: 1.6em;
	font-weight: 600;
}

div.monthlist span.list-m {
	width: 80px;
	color: #FFFFFF;
	margin: 20px 10px 0;
	display: inline-block;
}

div.monthlist span a {
	display: block;
	padding: 10px;
	color: #FFFFFF;
	background-color: #500000;
	border-radius:10px;
}

div.month {
	padding: 0;
	margin: 80px 0 0;
}

p.annotation {
	text-align: center;
}

p.annotation span {
	margin: 0 20px 0 0;
	text-align: center;
}

.reservation .post p.title {
	font-size: 2.0em;
	font-weight: 600;
	text-align: center;
}

.reservation .post p.title-m {
	font-size: 4.4em;
	font-weight: 600;
	margin: 0 0 0 0;
	text-align: center;
}

.calcell {
	color: #555555;
	text-align: center;
}

td.calcell-m {
	vertical-align: middle;
}

td.calcell-w {
	vertical-align: middle;
}

td.style_wday{
	color: #555555;
	background-color: #f3f3f3;
	vertical-align: middle;
	text-align: center;
}

td.style_hday{
	color: #555555;
	background-color: #ffdddd;
	vertical-align: middle;
	text-align: center;
}

td.style_noday{
	color: #555555;
	background-color: #f3f3f3;
	vertical-align: middle;
	text-align: center;
}

/*  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; */
		font-size: 1.4em;
	}
	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 #500000solid;
	background-color: #500000;
	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 #cccccc solid;
	background-color: #ffffff;
	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: #9a0000;
	border-bottom: 5px solid #9a0000;
	border-top: 5px solid #9a0000;
	letter-spacing: 2px;
	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 {
    letter-spacing: 0.2em;
    font-weight: 400;
    font-style: italic;
    font-family: 'Playfair Display', sans-serif;
}

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

.scroll {
	position: absolute;
	z-index: 2;
	padding: 15px;
	padding-left: 235px;
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

.scroll p {
	padding-top: 1px;
	letter-spacing: 0.7em;
	font-size: 10px;
	font-weight: 600;
	color: #6a6a6a;
	-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;
	-webkit-transform: skewX(-20deg);
			transform: skewX(-20deg);
}

.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 #6a6a6a;
	border-left: 1px solid #6a6a6a;
	-webkit-transform: rotate(45deg);
    			transform: rotate(45deg);
}

.arrow:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	right: 0;
	border-top: 1px solid #6a6a6a;
	-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 {
	max-width: 2000px;
	height: calc(100vh - 100px);
	min-height: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

#mainview .mainview-cover {
	width: 35%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: #fff;
}

#mainview .view {
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

#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 150px;
	height: auto;
	position: absolute;
	top: calc(50% - 165px);
	left: 0;
	right: 0;
	z-index: 2;
	text-align: right;
}

#mainview h1 {
	letter-spacing: 0.1em;
	font-family: 'Holtwood One SC','Lucida Sans Unicode', 'Lucida Sans',"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	font-size: 6.0em;
	font-weight: 800;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#mainview h1 .resbr {
	display: none;
}

#mainview h2 {
	margin-bottom: 15px;
	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;
	top: 30px;
	right: 50px;
	z-index: 3;
	text-align: center;
}

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

#mainview .controller li a {
	padding: 15px;
	display: block;
	color: #6a6a6a;
	-webkit-transition: color ease 0.5s;
		transition: color ease 0.5s;
}

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

#mainview .controller li span {
	width: 30px;
	height: 8px;
	margin-left: 5px;
	position: relative;
	top: 0px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #6a6a6a;
	-webkit-transition: border-color ease 0.5s;
		transition: border-color ease 0.5s;
}

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

#first_scroll {
	position: absolute;
	right: 80px;
	z-index: 3;
}

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

#mainview .door_viewer:before {
	-webkit-transition-delay: 1.5s;
		transition-delay: 1.3s;
}

@-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 (max-width: 2000px) {
	#mainview {
		min-height: 800px;
	}
}

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

@media screen and (max-width: 1200px) {	
	#first_scroll {
		left: 30px;
	}
}

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

	#mainview .controller li {
		display: block;
	}
	
	#mainview .controller li a {
		padding: 10px;
	}
}

@media screen and (max-width: 700px) {
	#mainview .view li {
		background-attachment: scroll;
	}
	
	#mainview .inner {
		top: calc(50% - 150px);
	}
		
	#mainview h1 {
		font-size: 4.8em;
	}
	
	#mainview h2 {
		font-size: 1.6em;
	}
}

@media screen and (max-width: 480px) {
	#mainview .inner {
		padding: 0 15px;
	}
	
	#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;
	}
}

/**
 * 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;
/*	position: absolute; */
	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 div {
	margin: 60px 0 0;
	width: 100%;
}

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

input.wpcf7-text,
input.wpcf7-captchar,
textarea.wpcf7-textarea {
	width: calc( 100% - 20px );
	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: "※";
}

@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 {
	font-size: 8.0em;
}

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

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

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

#more div.sub-wrap {
	width: 100%;
	position: unset;
}

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

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

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

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

#more div.photo-wrap-01 {
	width: 100%;
	position: unset;
}

#more div.photo-wrap-02,
#more div.photo-wrap-03 {
	width: 50%;
	float: left;
	margin: 0 0 0 0;
}

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

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

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

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

