/*!
Theme Name: siltopia2026
Version: 2.0.0
Author: Neueka Inc.
original blank theme: 'UNDERSCORES'
https://underscores.me/
*/
@charset 'utf-8';

@import 'css/slick.css?ver=1.0.0';
@import 'css/slick-theme.css?ver=1.0.0';

/* -----------------------------------------------------------------------------------------------
	Layout Section include Reset Section
-------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Zen+Antique&family=Zen+Kaku+Gothic+New:wght@400;900&display=swap');


/* reset section */
*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role="list"],ol[role="list"]{list-style:none}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
input,button,textarea,select{font:inherit}
@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}
*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/* layout section */
html {
    background:#f0f0f0;
	color:#000000;
	padding:0;
}
body {
	width:100%;
	padding:0;
} 
.outer_wrapper {
	max-width:1400px;
	margin:0 auto;
	background: #ffffff;
}
.wrapper {
	max-width:1280px;
	margin:0 auto;
	padding: 0 40px;
}

.layout_header {
	padding:0;
	position:relative;
}
.layout_mainMenu {
	clear:both;
	padding:0;
    position:relative;
	width:100%;
}
.layout_smpMenu {
    display:none;
}


.layout_content {
	overflow: hidden;
	position: relative;
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
}
.layout_main {
	float:left;
	width: 70%;
	min-height: 400px;
	margin-bottom: 80px;
}
.layout_side {
	float: right;
	width: 25%;
}



.layout_contact {
	display:block;
	position:relative;
	overflow:hidden;
}
.layout_footer {
	display:block;
	position:relative;
	overflow:hidden;
}

.smp {
	display:none;
}

.flex_wapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex_wapper > * {
	flex: 0 1 auto;
	width: 48%;
}
.section {
	margin-bottom: 100px;
}




@media screen and (max-width: 640px) {
	.wrapper {
		padding: 0 10px;
	}
	.layout_main, .layout_side {
		float:none;
		width: 100%;
	}
	.flex_wapper{
		display: block;
	}
	.flex_wapper > * {
		width: 100%
	}
}

@media screen and (max-width: 480px) {
	.wrapper {
		padding: 0 10px;
	}
	
}


/* -----------------------------------------------------------------------------------------------
	1. Basic Font Section
-------------------------------------------------------------------------------------------------- */

html {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size:10px;
	-webkit-text-size-adjust:100%;
	font-feature-settings:"palt";
}
body {
	font-size:1.4rem;
	line-height:1.8rem;
	text-align:center;
} 


/* -----------------------------------------------------------------------------------------------
	2. Basic Tag Section       
-------------------------------------------------------------------------------------------------- */

a,a:visited {
	color:#000077;
	text-decoration:none;
	transition:0.5s;
}
a:hover {
	color:#3370ff;
	text-decoration:none;
}
a:hover img {
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	transition:0.5s;
}
img {
    width:100%;
	vertical-align:bottom;
	line-height:1.0;
	transition:0.5s;
}
table th img, table td img {
	vertical-align:middle;
}
.clear {
	clear:both;
}
.click {
	cursor:pointer;
}
br.clear {
	clear:both;
	height:0;
}
strong {
	font-weight:bold;
}

label {
	display:inline-block;
	vertical-align:middle;
}
.has-text-align-left,left { text-align:left!important; }
.has-text-align-right, .right { text-align:right!important; }
.has-text-align-center, .center { text-align:center!important; }


.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }
.mb60 { margin-bottom:60px!important; }
.mb70 { margin-bottom:70px!important; }
.mb80 { margin-bottom:80px!important; }
.mb90 { margin-bottom:90px!important; }
.mb100 { margin-bottom:100px!important; }




/* -----------------------------------------------------------------------------------------------
	Text Section
--------------------------------------------------------------------------------------------------  */

/* paragraph, heading */
p {
	font-size: 1.5rem;
	line-height: 2;
	margin: 0.5em 0;
	padding: 0 2rem;
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:600;
}

h1 {
	width: 100%;
	background: #eaf0f8;
	border-radius: 10px;
	padding: 36px 24px;
	margin: 0 0 2rem 0;

	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.25;
	text-align: left;
	color: #333333;
}
h1 a {
	color: #666666;
}

h2 {
  	font-family: "Zen Antique", serif;
	text-align: left;
	font-size: 3.2rem;
	line-height: 1.5;
	font-weight: normal;
	border-bottom: 1px dotted #666666;
	color: #4d655a;
	padding: 0 12px;
	margin-bottom: 40px;
}
h2:first-child {
	margin-top: 20px;
}

h3 {
	font-family: "Zen Antique", serif;
	width: 100%;
	margin: 30px 0 30px 0;
	padding:10px 20px;
	background: linear-gradient(90deg, rgb(64, 28, 21), rgb(148, 103, 54));
	border-radius: 12px;
	color: #ffffff;
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: normal;
} 
h3 a {
	color: #ffffff!important;
}


h4 {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	border-bottom: 3px solid #ffea00;
	padding: 0 0 12px 8px;
	margin: 30px 0 20px 0;
}

h5 {
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.4;
	margin: 30px 0 20px 0;
	color: #444444;
	border-left: 5px solid #8c9692;
	padding: 4px 4px 4px 8px;
}

h6 {
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.5;
	margin: 20px 0 20px 0;
}






/* list */
li {
	list-style:none;
}

.wp-block-list {
	margin:10px 0 20px 0;
}
ul.wp-block-list > li  {
	list-style:disc;
	list-style-position:outside;
	line-height:1.75;
	margin:0 0 10px 0;
	text-align: justify;
}
ol.wp-block-list > li {
	list-style:decimal;
	list-style-position:outside;
	line-height:1.75;
	margin:0 0 10px 25px;
	text-align: justify;
}

.wp-block-list > li > .wp-block-list {
	padding: 0 0 0 1em;
}
.wp-block-list > li > ul.wp-block-list > li {
	list-style:circle;
}

/* blockquote */ 
.wp-block-quote {
	margin: 0 0 0 2rem;
	font-style: italic;
	color: #444444;
}


/* table */
.wp-block-table > table {
	border-collapse:collapse;
	list-style-position:inside;
	margin-bottom:10px;
	width:98%;
	font-size:1.5rem;
}
.wp-block-table > table td {
	text-align:left;
	border:solid 1px #CCCCCC;
	padding:10px;
	line-height:150%;
	vertical-align:middle;
}
.wp-block-table > table td, .wp-block-table > table th p {
	margin: 0;
}
.wp-block-table > table th {
	background:#ffdf2b;
	color:#333333;
	border:solid 1px #CCCCCC;
	padding:6px 10px 5px 10px;
	line-height:150%;
	vertical-align:middle;
	text-align: center;
}
.talbe_scroll {
	width: 100%;
	overflow: scroll;
}
input[type='text'], 
input[type='email'],
input[type='password'],
input[type='file'],
textarea {
	color:#06C;
	width: 98%!important;
}
input[type='checkbox'], input[type='radio'] {
	margin-right:4px;
}


/* other */
.wp-block-code, 
.wp-block-details,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-verse,
.wp-block-footnotes {
	position: relative; /* blank */
}

@media screen and (max-width: 834px) {
	h1 {
		padding: 14px 24px;
	}
	h2 {
		font-size: 2.0rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.6rem;
	}
	h6 {
		font-size: 1.5rem;
	}
}

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







/* -----------------------------------------------------------------------------------------------
	Design Section
-------------------------------------------------------------------------------------------------- */

/* group */
.wp-block-group {
	position: relative;
	margin-bottom: 80px;
}
.is-layout-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.is-layout-flex > * {
	flex: 0 1 auto;
	padding: 0 1em;
}

.is-layout-flex > .wp-block-group {
	margin-bottom: 30px;
}
.is-vertical {
	position: relative; /* blank */
}


/* button */

.wp-block-buttons {
	position: relative; /* blank */
}

.wp-block-button {
	display: block;
	width:90%;
	margin: 0.5px auto 10px auto!important;
	text-align:center!important;

	background-color:#009999;
	background:linear-gradient(120deg, rgb(0, 158, 158), rgb(0, 128, 128));
	color:#ffffff;

	padding:8px 0.5rem 6px 0.5rem!important;
	border-radius:5px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif!important;
	font-weight: bold;
	font-size:1.7rem;
	transition: 0.5s;
}
.wp-block-button:hover {
	background-color:#33bbbb;
	background:linear-gradient(120deg, rgb(30, 188, 188), rgb(0, 158, 158));
	color:#f6ff00;
	transition: 0.5s;
	cursor:pointer;
	margin: 0;
	padding: 8px 0 6px 0;
}
.wp-block-button:hover a {
	color:#f6ff00;
	transition: 0.5s;
}
a.wp-block-button__link, a.wp-block-button__link:visited {
	background: none;
	color:#ffffff;
	margin: 0;
	padding: 8px 0 6px 0;
}


.pageinner_links {
	margin-bottom: 30px;
}

/* submit button */ 
.btn_submit {
	display: block;
	width:80%;
	margin: 0.5px auto 50px auto!important;
	text-align:center!important;

	background-color:#009999;
	background:linear-gradient(120deg, rgb(0, 158, 158), rgb(0, 128, 128));
	color:#ffffff;

	padding:8px 0.5rem 6px 0.5rem!important;
	border-radius:5px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif!important;
	font-weight: bold;
	font-size:1.7rem;
	transition: 0.5s;
}
.btn_submit a {
	color:#ffffff;
	display:block;
}
.btn_submit:hover {
	background-color:#33bbbb;
	background:linear-gradient(120deg, rgb(30, 188, 188), rgb(0, 158, 158));
	color:#f6ff00;
	transition: 0.5s;
	cursor:pointer;
}
.btn_submit:hover a {
	color:#f6ff00;
	text-decoration:none;
	transition-duration:0.5s;
}



/* columns */
.wp-block-columns {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.wp-block-column {
	flex: 0 1 auto;
	width: 48%;
}
.wp-block-column img {
	width: 100%!important;
}

/* glid */
.is-layout-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 33.33%);
	gap: 20px;
}
.is-layout-grid > * {
	padding: 0 1em;
}
.is-layout-grid > .wp-block-group {
	margin-bottom: 5px;
}


/* elements */
.wp-block-nextpage,
.wp-block-separator,
.wp-block-spacer,
.wp-block-more {
	position: relative; /* blank */
}

@media screen and (max-width: 640px) {
	.is-layout-grid {
		display: grid;
		grid-template-columns: repeat(2, 50%)!important;
		gap: 10px;
	}
	
}
@media screen and (max-width: 480px) {
	.is-layout-grid {
		display: block!important;
	}
	.is-layout-grid > * {
		margin-bottom:10px!important;
	}
}





/* -----------------------------------------------------------------------------------------------
	Media Section
-------------------------------------------------------------------------------------------------- */

/* image */
.wp-block-image {
	width: 100%;
}


/* file */
.wp-block-file {
	overflow: hidden;
}
.wp-block-file a {
	font-size: 1.8rem;
}
.wp-block-file a  {
	font-size: 1.8rem;
	line-height: 1.8;
	padding: 12px 20px 12px 40px;
	background-image:url(img/icon_file.png);
	background-repeat:no-repeat;
	background-size: 24px;
	background-position:8px center;
}
a.wp-block-file__button, a.wp-block-file__button:visited {
	color: #ffffff;
	background: #333;
	background-image:none;
	padding: 6px 20px;
}



/* embed youtube */
.wp-block-video {
	position: relative; /* blank */
}
.wp-block-embed-youtube {
	margin: 20px auto 70px auto;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	margin: 0 auto;
	border: 1px solid #dddddd;
	padding: 10px;
}
.wp-block-embed-youtube .wp-element-caption {
	font-size: 1.7rem;
	line-height: 1.3;
	color: #444444;
	text-align: center;
}


/* .wp-block-gallery */




/*
<figure class="wp-block-gallery has-nested-images columns-2 is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
	<figure class="wp-block-image size-medium">
		<img decoding="async" width="425" height="640" data-id="296" src="/wp-content/uploads/2026/03/a01-425x640.jpg" alt="" class="wp-image-296" style="aspect-ratio:1" srcset="https://www.siltopia.com/wp-content/uploads/2026/03/a01-425x640.jpg 425w, https://www.siltopia.com/wp-content/uploads/2026/03/a01.jpg 664w" sizes="(max-width: 425px) 100vw, 425px"/>
	</figure>
	*/

.wp-block-audio,
.wp-block-cover,
.wp-block-media-text {
	position: relative; /* blank */
}



/* form */

.wpcf7-list-item {
	display: block;
}
.wpcf7 {
	width:100%;
	margin:20px auto;
}
.wpcf7 table {
	border-collapse:collapse;
	list-style-position:inside;
	margin-bottom:30px;
	width: 98% !important;
	font-size:1.5rem;
	overflow: hidden;
}
.wpcf7 table th {
	background:#F5F5F5;
	color:#333333;
	border:solid 1px #CCCCCC;
	padding:6px 10px 5px 10px;
	line-height:150%;
	vertical-align:middle;
	text-align: center;
	width: 30%!important
}
.wpcf7 table td {
	text-align:left;
	border:solid 1px #CCCCCC;
	padding:10px;
	line-height:150%;
	vertical-align:middle;
	width: 70%!important;
}
.wpcf7 table td p, .wpcf7 table th p {
	margin: 0;
}


.wpcf7-form input[type='text'], 
.wpcf7-form input[type='email'],
.wpcf7-form input[type='password'],
.wpcf7-form input[type='file'],
.wpcf7-form textarea {
	color:#06C;
	width: 98%!important;
}

.wpcf7-form input[type='checkbox'], input[type='radio'] {
	margin-right:4px;
}


.wpcf7-submit {
	width:100%;
	background-color:#009999;
	background:linear-gradient(120deg, rgb(0, 158, 158), rgb(0, 128, 128));
	color:#ffffff;
	text-align:center;
	padding:8px 0 6px 0!important;
	border-radius:5px;
	font-size:1.8rem;
	border:none;
	margin:0 auto 25px auto!important;
	transition-duration:0.5s;
}



/* panorama */
/* パノラマビュー部分 */
#panorama {
  width: 100%;
  height: 70vw;
  max-height: 500px;
}
/* サムネイル部分 */
.panorama-navs {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-left: -3px;
  margin-right: -3px;
}
.panorama-navs li {
  width: calc(100% / 7);
  padding: 3px 5px;
}
.panorama-navs li > a {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  color: #000;
}
.panorama-navs li > a > img {
  width: 100%;
  height: auto;
  margin-bottom: 0.3em;
}
.panorama-navs li > a:hover img {
  opacity: 0.65;
  cursor: pointer;
}
/* スマホ */
@media(max-width: 599px) {

  .panorama-navs li {
    width: calc(100% / 4);
  }
}




/* -----------------------------------------------------------------------------------------------
	Widget Section
-------------------------------------------------------------------------------------------------- */

/* entry */
.entry-header {
	padding: 0;
	margin: 30px 0 60px 0;
	position: relative;
}
.entry-header  ul.post-categories {
	margin: 0 0 2rem 0;
	padding: 0;
	font-size:1.8rem;
}
.entry-header  ul.post-categories li {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 6px;
}

.entry-header .entry-title  a {
	color: #666666;
}
.entry-meta .entry-post_date {
	text-align:right;
	font-size:1.5rem;
	color:#666666;
}

.entry-content p {
	font-family: "Kaisei Opti", serif;
	font-weight: 400;
	font-size:1.6rem;
	line-height:2;
	padding: 0;
	margin:0 0 2rem 0;
	text-align: justify;
}
.entry-content  .wp-post-image {
	width: 70%!important;
	height: auto!important;
	margin: 10px auto 20px auto;
}
.post-thumbnail {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.post-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.entry-content .wp-block-image {
	width: 100%;
	margin: 10px auto 30px auto;
}
.entry-content .wp-element-caption {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #666666;
	text-align: center;
}



/* post nuv */
.post-navigation {
	margin-top:80px;
}
.nav-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 20px 0;
	border-top: 1px dotted #777777;

}
.nav-previous, .nav-next {
	flex: 0 1 auto;
	width: 48%;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 10px 18px;
}
.nav-next {
	text-align: right;
}




/* archives */
.wp-block-archives {
	position: relative; /* blank */
}

/* categories */
.wp-block-categories {
	position: relative; /* blank */
}

/* latest-posts */

.wp-block-latest-posts {
	margin-bottom: 15px;
}
.wp-block-latest-posts + * {
	clear: both;
}
.wp-block-latest-posts > li,
.wp-block-query .wp-block-post,
#menu-footermenu li {
	position:relative; 
	margin: 0;
	padding: 10px 0 10px 18px;
	font-weight: normal;
	font-size:1.4rem;
	line-height:1.4;	
	border-bottom: 1px dashed #999999;
}
.wp-block-latest-posts > li:before,
.wp-block-query .wp-block-post:before,
#menu-footermenu li:before {
   position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.4em solid transparent;
    border-left: 0.6em solid #ffa601;
    content: "";
}
.wp-block-latest-posts__featured-image {
	float: left;
	margin: 0 20px 20px 0;
}

.wp-block-latest-posts__post-title {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 0 0 12px 0;
	margin: 30px 0 20px 0;
}


.wp-block-latest-posts__post-date  {
	color: #888888;
	padding-right: 20px;
	font-size: 1.5rem;
	margin: 1rem 0;
}
.wp-block-latest-posts__post-excerpt {
	font-size: 1.5rem;
	line-height: 1.75;
	margin: 0.5em 0;
}
.wp-block-latest-posts__post-full-content {
	margin: 1em 0 0 0;
}
.wp-block-latest-posts__post-full-content p {
	padding: 0!important;
	margin-bottom: 10px!important;
}

/* other */
.wp-block-calendar,
.wp-block-html,
.wp-block-latest-comments,
.wp-block-page-list,
.wp-block-rss,
.wp-block-search,
.wp-block-social-links,
.wp-block-tag-cloud {
	position: relative; /* blank */
}


@media screen and (max-width: 480px) {
	.entry-header {
		margin: 10px 0 20px 0;
	}
	.entry-content p {
		font-size:1.7rem;
		line-height:1.8;
		padding: 0;
	}
	.entry-content  .wp-post-image {
		width: 100%!important;
	}
}


/* -----------------------------------------------------------------------------------------------
	Elements Section
-------------------------------------------------------------------------------------------------- */

/* site common */

.wp-block-navigation,
.wp-block-site-logo,
.wp-block-site-title,
.wp-block-site-tagline {
	position: relative; /* blank */
}


/* query loop */

.wp-block-query {
	position: relative;
}
.wp-block-query-title {
	position: relative;
}


.wp-block-post {
	display: block;
	border-bottom: 1px dotted #888888;
	padding: 10px 0;
	margin: 0 0 1em 0;
	overflow: hidden;
}
.wp-block-post-date {
	color: #888888;
	margin-bottom: 1rem;
}
.wp-block-post-excerpt__more-text {
	font-size: 1.3rem;
	text-align: right;
	margin: 0;
}

.wp-block-post-title {
	background: none;
	text-align: left;
	padding: 0;
	font-size:2.6rem;
	margin: 0 0 1rem 0!important;
}

.wp-block-post-excerpt {
	position: relative;
}
.wp-block-post-excerpt__more-text {
	font-size: 1.3rem;
	text-align: right;
	margin: 0;
}
.wp-block-post-date,
.wp-block-post-date__modified-date {
	color: #888888;
	margin-bottom: 1rem;
}

.wp-block-post-featured-image {
	position: relative;
}
.wp-block-post-featured-image :before {
    content: "";
    display: block;
    padding-top: 100%;
  }
.wp-block-post-featured-image  img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.wp-block-post-featured-image-caption {
	position: relative;
}


.wp-block-avatar,
.wp-block-post-author,
.wp-block-post-author-name,
.wp-block-post-terms,
.wp-block-post-comments {
	position: relative; /* blank */
}

.p-block-post-comments-form,
.wp-block-loginout,
.wp-block-term-description,
.wp-block-post-author-biography {
	position: relative; /* blank */
}


/* pagenation */
.wp-block-query-pagination {
	margin: 30px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.wp-block-query-pagination > * {
	float: 0 1 auto;
}
.wp-block-query-pagination-numbers {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.wp-block-query-pagination-numbers .page-numbers {
	float: 0 1 auto;
	width: 30px;
	margin: 0 8px;
	background-color: #e8e8e8;
	padding: 4px 18px 4px 14px;
	border-radius: 4px;
	font-size: 1.4rem;
}
.wp-block-query-pagination-numbers .dots {
	background-color: #ffffff;
}
.wp-block-query-pagination-numbers .current {
	background-color: #3f5c85;
	color: #ffffff;
}
.wp-block-query-pagination-previous, .wp-block-query-pagination-next {
	background-color: #e8e8e8;
	padding: 4px 16px;
	border-radius: 4px;
	font-size: 1.4rem;
}

.wp-block-post-navigation-link {
	position: relative;
}
.wp-block-post-navigation-link {
	position: relative;
}
.wp-block-read-more {
	position: relative;
}

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

	.wp-block-latest-posts__featured-image {
		width: 200px;
		float:none;
		margin: 0 auto 1rem auto;
		overflow: hidden;
	}
}












/* -----------------------------------------------------------------------------------------------
	10. header section       
-------------------------------------------------------------------------------------------------- */

.layout_header {
	background-color:rgb(114, 164, 198);
	padding:10px 0 0 0;
	border-top:4px solid #88b929;
	overflow: hidden;
}
.header_logo {
	width: 30%!important;
	float: left;
}
.header_logo h1 {
	width: 100%;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.header_btn {
	width: 60%!important;
	float: right;
	text-align: right;
}
.header_btn_phone {
	width: 30%;
	display: inline-block;
}
.header_btn_inquiry {
	width: 40%;
	display: inline-block;
}

.header_btn + * {
	clear: both;
}

/* main manu */
.widget_nav_menu {
	display: block;
	overflow: hidden;
	padding: 0!important;
	margin: 0!important;
}
.menu-mainmenu-container {
	padding: 0!important;
	margin: 0!important;
}
#menu-mainmenu {
	text-align: right;
}
#menu-mainmenu li {
	display: inline-block;
	padding: 14px 14px;
	margin: 0!important;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	background-color: #ffffff;
	background-image: url(img/mainmenu_tl.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.5s;
}
#menu-mainmenu li a {
	color: #000000;
}
#menu-mainmenu li:hover {
	background-image: url(img/mainmenu_br.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center bottom;
	transition: 0.5s;
	cursor: pointer;
}
#menu-mainmenu li:hover a {
	color:#009999;
	transition: 0.5s;
}



/* page title */
.page_title {
	position: relative;
	background-image: url(img/blog_header_img.jpg);
	background-size: cover;
	background-position-x: center;
	margin-bottom: 60px;
	height: 320px;
}

.page_title_service { background-image: url(img/blog_header_img_service.jpg); }
.page_title_room,.page_title_type-a,.page_title_type-b,.page_title_type-c,.page_title_type-d,.page_title_type-e,.page_title_type-f { background-image: url(img/blog_header_img_room.jpg); }
.page_title_support { background-image: url(img/blog_header_img_support.jpg); }
.page_title_access { background-image: url(img/blog_header_img_access.jpg); }
.page_title_faq { background-image: url(img/blog_header_img_faq.jpg); }
.page_title_blog { background-image: url(img/blog_header_img_blog.jpg); }


.page_title_titleword {
	position: absolute;
	bottom:-40px ;
	background: #ffaa00;

	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 2.4rem!important;
	padding: 3rem 4rem;
	color: #ffffff;
	border-radius:20px;
}


/* bread menu */
.breadmenu {
    font-size:1.2rem;
	list-style: none;
	padding:0;
	margin: 6px 0;
	text-align: left;
}

.breadmenu li {
	display: inline;
}
.breadmenu li a {
	color: inherit;
	text-decoration: none;
	color: #888888;
}
.breadmenu li + li:before {
	content: ">";
	margin:.5em;
}







@media screen and (max-width: 834px) {
	.menu-mainmenu-container {
		display: none;
	}
	.header_logo {
		width: 100%!important;
		float: none;
	}
	.header_btn {
		display: none;	
	}
}

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

}



/* -----------------------------------------------------------------------------------------------
	09. Side section       
-------------------------------------------------------------------------------------------------- */

/* menu */
/* recent_entries */

.layout_side .widget_nav_menu {
	margin-bottom: 100px!important;
}
.layout_side .menu,
.layout_side .widget_recent_entries {
	margin: 0;
	padding: 0;
}


/* -----------------------------------------------------------------------------------------------
	11. contact section 
-------------------------------------------------------------------------------------------------- */
/* layout_contact */
.layout_contact {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 400px;
	z-index: 100;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.layout_contact > div {
	flex: 0 1 auto;
}
.contact_btn {
	width: 42%;
}

/* smp menu btn */
.smp_menu_btn {
	width: 13%;
	background-color: #009999;
	border-radius: 6px;
	opacity: 0.7;
	transition: 0.5s;
}
.smp_menu_btn a {
	opacity: 1;
	transition: 0.5s;
}
.smp_menu_btn img {
	width: 100%;
}	

@media screen and (max-width: 640px) {
	.layout_contact {
		width: 100%;
	}

}



/* -----------------------------------------------------------------------------------------------
	12. footer section 
-------------------------------------------------------------------------------------------------- */

/* grid manu */

.grid_menus {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.grid_menu  {
	flex: 0 1 auto;
	position: relative;
	width: 30%;
	height: 200px;
	display: block;
	background: #e8e8e8;
	margin: 0 0 20px 0;

	background-image: url(img/blog_header_img.jpg);
	background-size: cover;
	background-position-x: center;
	border-radius: 10px;
}

.grid_menu_service { background-image: url(img/blog_header_img_service.jpg); }
.grid_menu_room { background-image: url(img/blog_header_img_room.jpg); }
.grid_menu_support { background-image: url(img/blog_header_img_support.jpg); }
.grid_menu_access { background-image: url(img/blog_header_img_access.jpg); }
.grid_menu_faq { background-image: url(img/blog_header_img_faq.jpg); }
.grid_menu_blog { background-image: url(img/blog_header_img_blog.jpg); }

.grid_menu_other { 
	flex: 0 1 auto;
	position: relative;
	width: 30%;
	border-radius: 10px;
	margin: 1em 0;
	padding: 1em;
	background: #cce1e1;
}

.grid_menu a {
	width: 100%;
	
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 113, 69, 0.5);

	text-align: center;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.75em 2em;
	color: #ffffff;
}
.grid_menu_blog a { background-color: rgba(238, 89, 20, 0.5); }


/* footer */
.layout_footer {
	background-color: #000000;
}
.footer_btn_inquiry {
	max-width: 600px;
	margin: 30px auto;
}
.footer_phone {
	max-width: 600px;
	margin: 30px auto;
	color: #ffffff;
}
.footer_phone p {
	font-size: 1.8rem;
	line-height: 1.5;
}
.footer_phonenumber {
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 4.8rem!important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 10px;
}
.footer_phone a {
	color: #ffffff;
}
.footer_logosection {
	max-width: 600px;
	margin: 40px auto;
}

/* copyright */
.layout_copyrights {
	padding:48px 1em 48px 1em;
    background:#111111;
	text-align:center;
	font-size:1.1rem;
	color:#888888;
}








@media screen and (max-width: 834px) {
	
	
	.smp_menu_btn {
		display: block;
	}
	.grid_menu {
		flex: 0 1 auto;
		position: relative;
		width: 48%;
		height: 200px;
		display: block;
		margin: 0 0 20px 0;
	}
	.grid_menu_other { 
		width: 48%;
	}
}

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

	.grid_menu {
		flex: 0 1 auto;
		position: relative;
		width: 100%;
		height: 160px;
		display: block;
		margin: 0 0 20px 0;
	}
	.grid_menu_other { 
		width: 100%;
		margin: 0.5em 0;
	}

	
}

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

	
}



/* -----------------------------------------------------------------------------------------------
	13. each page section 
-------------------------------------------------------------------------------------------------- */
/* index */

.layout_main_index {
	width: 100%;
	float: none;
}


.page_title_index {
	position: relative;
	background-image: none;
	background-color: #e8e8e8;
	height: auto;
}
.index_main_image {
	width: 100%;
}

.banner_slick_each {
	position: relative;
}
.index_main_logo {
	width: 30%;
	min-width: 250px;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.index_main_catch {
	width: 100%;
	
	position: absolute;
	z-index: 100;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 113, 69, 0.6);

	text-align: center;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
	padding: 0.75em 1em;
	color: #ffffff;
}
.index_main_caution {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0, 0.5);
	color: #ffffff;
	font-size: 1.8rem;
	text-align: left;
	padding: 8px 1em;
}



.index_outisde figure {
	width: 55%;
	margin: 0 auto 50px auto;
	border: 1px solid #dddddd;
	padding:2px;
}

/* index_checked */
.index_checked {
	background-color: #e8e8e8;
	padding: 1em 1em 0.5em 1em;
	margin-bottom: 20px;
}
.index_checked ul {
	margin: 0;
	padding: 0;
}
.index_checked li {
	list-style:none!important;
	background-image: url(img/icon_check.png);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Kaisei Opti", serif;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.5;
	padding: 6px 0 6px 24px;
}
.index_checked h3 {
	margin: 10px 0;
}



/* index_point */
.index_points {
	margin-bottom: 50px;
}
.index_points > .wp-block-group__inner-container > .wp-block-group {
	padding: 10px 0 10px 0;
	background-color: #f0f0f0;
	margin-bottom: 30px;
}
.index_points > .wp-block-group__inner-container > .wp-block-group:nth-child(odd) {
	background-color: #f6f4dc;
}
.index_points h3,.index_points h5  {
	font-family: "Zen Antique", serif;
	font-weight: normal;
	text-align: center;
	border: none;
	margin:0 0;
	padding: 0;
	color: #4d655a!important;
	font-size: 2.8rem;
	background: none;
}
.index_points h5 {
	font-size: 2.0rem;
}
.index_points p {
	margin: 10px 12%;
}

/* index_support */
.index_support ul {
	margin: 0;
	padding: 0;
}
.index_support li {
	list-style:none!important;
	background-image: url(img/icon_check.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: "Kaisei Opti", serif;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 0 0 0 24px;
	margin: 0.25em 0;
}


/* index_schedule */
.index_schedule {
	position: relative;
}
.index_schedule .wp-block-group__inner-container {
	color: #ffffff;
	background-color: #579747;
	padding: 0 0 10px 0;
}
.index_schedule .wp-block-group:last-child  .wp-block-group__inner-container{
	background-color: #b28925;
}
.index_schedule .wp-block-image {
	margin: 0;
}
.index_schedule h5 {
	background: rgba(0, 42, 125, 0.4);
	border: none;
	text-align: center;
	padding: 0.5em 14px;
	margin: 0 0 1em 0;
	color: #ffffff;
}
.index_schedule p {
	margin-right: 1em;
	padding: 0 1em;
	line-height: 1.5;
}
.index_schedule ul {
	padding-right: 1em;
}
.index_schedule ul li {
	font-size: 1.5rem;
}


/* room */

.room_images {
	position: relative;
}
.room_images figure  {
	position: relative;
    overflow: hidden;
}




.room_images figure:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
.room_images figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}


/* table */
.table_room td {
	text-align:right!important;
}
.table_room td:first-child  {
	text-align:left!important;
}
.table_room_sum td {
	font-weight: bold;
	color: #e67b00
}
.table_room_sum td:first-child {
	color: #000000;
}

@media screen and (max-width: 640px) {
	.page_title_index {
		position: relative;
		background-image: none;
		background-color: #e8e8e8;
		height: 500px;
		margin-bottom: 10px;
	}
	.index_main_image img{
		object-fit: cover;
		height: 500px;
	}

	.index_main_logo {
		top: 15%;
		width: 30%;
		min-width: 180px;
	}
	.index_main_catch {
		padding: 0.25em 2em;
		font-size: 1.8rem;
	}
	.index_main_caution {
		font-size: 1.4rem;
		padding: 2px 1em;
	}
	.index_outisde figure {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.index_point {
		padding: 6px 10px 10px 10px;
	}

	.index_point h2 {
		font-size: 1.8rem;
	}
	.index_point h5 {
		font-size: 1.6rem;
	}
	.index_point p {
		margin: 10px 0;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.index_main_catch {
		font-size: 1.8rem;
	}
	
}
