@charset "utf-8";
/*
Theme Name: custom
Description: Custom Responsive
Version: 1.1.202310
Author: nice-river.com
Author URI: http://nice-river.com/
Tags: custom
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;;
}
body {
	font-size: 16px;
}
#sub-body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;*
}
@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
}
/*@font-face {
	font-family: chunk;
	src: url(font/Chunk.otf) format("woff");
}*/
main {
	flex: 1;
}
html.mm-opened div.mm-page {
	position: fixed;
	top: 0;
}

html.mm-opened body.logged-in #page {
	position: fixed;
	top: 46px;
}

.breadcrumbs {
	font-size: 12px;
	padding: 10px 0 0 0;
}

.fixed {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all .3s ease;
}

#loader {
    width: 35px;
    height: 35px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* ----- Page to TOP ----- */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 25px;
	z-index: 9999;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(70, 76, 78, 0.8);
	border-radius: 50px;
	behavior: url(PIE.htc);
	/*opacity: 0.6;*/
	text-align: center;
	color: #fff !important;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/* --- Responsive images --- */

.entry-content img{
	max-width: 100%;
	height: auto;
}

/* --- video and embeds  --- */
embed,
iframe,
object,
video {
	width: 100%;
}

/*--- Images ---*/
.alignleft {
	float: left;
}
.alignright {
	float: none;
	text-align: center;
	margin: 12px 0 12px 24px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}

/*--- single page-navi ---*/
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	margin-bottom: 30px;
	line-height: 1.3;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.3;
}
.nav-single {
	margin: 25px 0 0 0;
}

/* ---- primary ---- */

#primary  {
	margin-top:2em;
}


/* --- Header --- */

header {
	margin: 0;
	padding: 0;
	width: 100%;
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 99;
	transition: all .3s ease;
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
    /*background: #fff8ec;*/
}
.header_inner {
	/*transition: all .3s ease;
	background: rgb(255,255,255);
	filter: alpha(opacity=95);
	background: rgb(255,255,255);
	-webkit-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;*/
}

/* --- Secondary Navi Menu --- */
/*
#secondary .menu-item {
	text-align: center;
	padding:12px 0;
	margin: 2px 0;
	font-size: 1rem;
}

#secondary .widget ul {
	padding: 0;
}
#secondary .widget ul  li ul{
	margin-left: 15px;
}

#secondary .widget li a {
	font-size: 1rem;
	text-decoration: none;
	color: #343434;
}
#secondary {
	display: block;
}*/

/* --- widget-area --- */
/*.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 28px;
	margin-bottom: 1.428571429rem;
	word-wrap: break-word;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}

.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}

.widget-area .title {
	font-size: 18px;
	line-height: 1.6;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 30px;
	border-bottom: 2px solid #3373BC;
}

.side_box {
	width: 100%;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
    text-align: center;
}*/
	
/* --- Main content --- */

.post_date {
	text-align: right;
	margin: 1em 0;
}

article {
	overflow: hidden;
	position: relative;
	zoom: 1;
	/*margin-bottom: 2em;*/
}
article:first-child {

}

.topics-content-area {
	padding: 30px 0;
	margin: 0;
	background: #ff9096;
	color: #fff;
}
.news-content-area {
	padding: 30px 0;
	margin: 0;
}
.top-work-area {
	padding: 30px 0;
	margin: 0;
	background: #fff;
}
.top-contact-area {
	padding: 30px 0;
	margin: 0;
	background-image: url(top_img/contact_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.top-carousel-area {
	padding: 30px 0;
	margin: 0;
	background: #e8e8e8;
}
.top-about-area {
	padding: 30px 0;
	margin: 0;
	background: #171717;
	background-image: url(top_img/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (min-width: 768px) {
	.topics-content-area {
		padding: 2em 0;
	}
	.news-content-area {
		padding: 2em 0 0 0;
	}
	.top-work-area {
		padding: 2em 0;
	}
	.top-contact-area {
		padding: 2em 0;
	}
	.top-carousel-area {
		padding: 2em 0;
	}
	.top-about-area {
		padding: 5em 0;
	}
}							  

.top_contact_inner {
	padding: 2em;
    background-color: #3a3d41;
}

.bg-video {
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}
.bg-video-pic {
	background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 66.64%;
    background-size: contain;
	z-index: -100;
	background: url('movie/about.jpg') no-repeat;
}
.atitle-area {
	display: -webkit-box; 
    display: -moz-box;
}

.bn-content-area {
	padding: 20px 0;
	margin: 0;
}
.bn-grad-area-1 {
	background:linear-gradient(0deg,#90a3c5 0%,#90a3c5 50%,#e1e1e1 50%,#e1e1e1 100%);
	font-size: 15px;
}
.bn-grad-area-2 {
	background:linear-gradient(0deg,#90a3c5 0%,#90a3c5 50%,#e1e1e1 50%,#e1e1e1 100%);
}
.bn-grad-area-1 p, .bn-grad-area-2 p {
	font-size: 15px;
	line-height: 1.3;
}
.bn-grad-area-1 img, .bn-grad-area-2 img {
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.bn-content-area {
		padding: 60px 0;
		margin: 0;
	}
	.bn-grad-area-1 {
		background:linear-gradient(90deg,#90a3c5 0%,#90a3c5 50%,#e1e1e1 50%,#e1e1e1 100%);
	}
	.bn-grad-area-2 {
		background:linear-gradient(90deg,#e1e1e1 0%,#e1e1e1 50%,#90a3c5 50%,#90a3c5 100%);
	}
}

.entry-content{
	line-height: 1.714285714;
	padding: 0;
}

p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem 0;
	overflow: hidden;
}

ol,
ul {
	margin: 0;
	padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

dl{
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
dt {
	font-weight: bold;
	line-height: 1.714285714;
}
dd{
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	margin-left: 1em;
}

/*------------- table --------------*/
table {
	background-color: transparent;
	width: 95%;
	border-top: none;
	border-left: none;
	margin: 0 0 1.5em 0;
	font-size: 95%;
}
caption {
  color: #777;
  text-align: left;
}
tr {
	border-bottom: none;
}
th {
	padding: 5px;
	border-right: none;
	vertical-align: top;
}
td {
	padding: 5px;
	border-right: none;
	vertical-align: top;
	line-height: 1.4;
}

.bd-table {
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}
.bd-table tr {
	border-bottom: solid 1px #000;
}
.bd-table th {
	border-right: solid 1px #000;
}
.bd-table td {
	border-right: solid 1px #000;
	padding: 5px;
}

.zebra-table {
	width: 100%;
	max-width: 900px;
    margin: 0 auto;
	/*text-align: center;*/
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #797979;
}
.zebra-table th {
	padding: 10px;
	/*background: #797979;*/
	color: #000;
	font-weight: normal;
	width: 25%;
}
.zebra-table tr:nth-child(2n+1) {
	background: #edf2ea;
}
.zebra-table th,
.zebra-table td {
	padding: 10px;
	border-bottom: solid 1px #797979;
}

/*--- pagination ---*/
.pagination {
	margin:40px 0 0;
	font-size: 14px;
}
.nav-links{
	display:flex;
	justify-content: center;
}
.pagination .page-numbers{
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	color: #333;
	background: #fff;
}
.pagination .current{
	padding: 5px 10px;
	background: #171717;
	color: #fff;
}
.pagination .prev,
.pagination .next{
	background: transparent;
	box-shadow: none;
	color: #171717;
}
.pagination .dots{
	background: transparent;
	box-shadow: none;
}

a.page-numbers, .current{
	background: rgba(0,0,0,0.02);
	border: solid 1px #171717;
	padding: 5px 10px;
	margin:0 2px;
}
.current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

@media (min-width: 768px) {
	.pagination {
		margin: 40px 0 20px 0;
		font-size: 14px;
	}
	.nav-links{
		display:flex;
		justify-content: center;
	}
	.pagination .page-numbers{
		display: inline-block;
		margin-right: 10px;
		padding: 10px 15px;
		color: #c986b9;
		background: #fff;
		border-radius: 6px;
	}
	.pagination .current{
		padding: 10px 15px;
		background: #c986b9;
		color: #fff;
		border-radius: 6px;
	}
	.pagination .prev,
	.pagination .next{
		background: transparent;
		box-shadow: none;
		color: #c986b9;
	}
	.pagination .dots{
		background: transparent;
		box-shadow: none;
	}

	a.page-numbers, .current{
		background: rgba(0,0,0,0.02);
		border: solid 1px #c986b9;
		padding: 5px 10px;
		margin:0 2px;
	}
	.current{
		background:rgba(0,0,0,1);
		border:solid 1px rgb(201 134 185);
		color:rgba(255,255,255,1);
	}
}

/* contact-form-7
-----------------------*/

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
span.wpcf7-list-item {
	display: block!important;
}
div.wpcf7 .wpcf7-spinner {
display: none !important;
}

input[id="zip1"]{
	display: inline-block;
}
input[id="zip2"]{
	display: inline-block;
}

button, input, textarea, select {
    border: 1px solid #b1b1b1;
    padding: 0.5em 1em;
    border-radius: 5px;
    background: #f3f3f3;
}
input, textarea {
	width: 100%;
}

button, [type="button"], [type="reset"], [type="submit"] {
	width: initial;
}

#zip1, #zip2 {
	width: 100px !important;
}
.zip-button {
	margin: 1em 0 0 0;
}
.todoufuken {
	margin: 1em 0;
}
.post_no {
	margin: 0 0 5px 0;
}


/* =Media queries
-------------------------------------------------------------- */


@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (min-width: 481px) {
	img.alignleft,
	.wp-caption.alignleft {
		margin: 12px 24px 12px 0;
		margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
		float: left;
	}
	img.alignright,
	.wp-caption.alignright {
		margin: 12px 0 12px 24px;
		margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
		float: right;
	}
}

/* Minimum width of 640 pixels. */
@media screen and (min-width: 768px) {
/* =PC Non Display
----------------------------------------------- */

	header {
		margin: 0;
		padding: 0;
		width: 100%;
		/*position: fixed;*/
		top: 0;
		left: 0;
		z-index: 99;
		transition: all .3s ease;
	}

	.fixed {
		/*background: rgb(255,255,255);
		filter: alpha(opacity=65);
		background: rgb(255,255,255, 0.65);
		-webkit-transition: background 0.3s ease-out;
		transition: background 0.3s ease-out;
		  width: 100%;
		  padding: 0;
		  position: fixed;
		  top: 0;
		  left: 0;
		  z-index: 99;
		  transition: all .3s ease;*/
	}
	
	#primary  {
		margin-top:3em;
	}
	
	#content {
		padding: 0;
	}
	
	#main {
		padding: 0;
		margin: 20px auto;
		max-width: 960px;
	}

	.blog-main-area {
		margin: 0;
	}

	.alignright {
		float: right;
		margin: 12px 0 12px 24px;
		margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
	}
	img.alignleft,
	.wp-caption.alignleft {
		margin: 12px 24px 12px 0;
		margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
		float: left;
	}
	img.alignright,
	.wp-caption.alignright {
		margin: 12px 0 12px 24px;
		margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
		float: right;
	}
	
	img.aligncenter,
	.wp-caption.aligncenter {
		clear: both;
		margin-top: 12px;
		margin-top: 0.857142857rem;
		margin-bottom: 12px;
		margin-bottom: 0.857142857rem;
		text-align: center;
	}
	
	/*--- side widget ---*/

	/*#secondary {
		display: block;
		padding-top:10px;
	}
	
	.widget-area {
		padding: 0;
		margin-left: 2em;
	}
	.widget-area img{
		width: 100%;
	}

	#sidebar {
		padding: 0;
		margin: 0;
	}
	#sidebar ul {
		margin: 0;
	}
	#sidebar li{
		margin: 0 5px;
		list-style: none;
		border-bottom: 1px dotted #dcdcdc;
		line-height: 3;
		font-size: 16px;
	}
	#sidebar li a{
		display: block;
		padding-left:5px;
	}*/
	
/* contact-form-7 カスタマイズ テキストエリア等
-------------------------------------------------*/

	.wpcf7 input[type="text"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="url"],
	.wpcf7 textarea {
		background-color: #fff;
		color: #333;
		/*width: initial;*/
		border: 1px solid #949494;
		font-size: 100%;
		padding: 0.5em;
		margin: 5px 0;
		border-radius: 4px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	}
	span.wpcf7-list-item {
		margin: 0;
		/*width: 18%;
		float: left;
		display: inline-block;*/
		text-align: center;
	}
	.ext_text {
		font-size: 90%;
		font-weight: normal;
		line-height: 1.5;
		text-align: left;
	}
	.post_no br {
		display:none;
	}
}

@media only screen and ( max-width: 240px ) {
	.pagination li {
		width: 50%;
	}
 
	.pagination li.current {
		order: 2;
		width: 100%;
		border-left-width: 1px;
	}
}
