@charset "UTF-8";

/*
Theme Name: nakatsukagu
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 4.2.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
@import url('./layout.css?1');


/* Variables */
:root {
	/* Font Family */
	--global--font-normal: "Noto Sans JP", serif;

	/* size */
	--global--header-height: 8rem;	
    --header--menu--line: 4rem;

	/* Colors */
	--global--color-black: #000000;
	--global--color-dark-gray: #28303d;
	--global--color-gray: #39414d;
	--global--color-light-gray: #cccccc;
	--global--color-white: #ffffff;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
	--global--color-white-75: rgba(255, 255, 255, 0.75);
	--global--color-white-90: rgba(255, 255, 255, 0.9);
}


/* ---------- Common --------------------------------------------------------------------------------------------------------- */

html,body{
	font-family: var(--global--font-normal); overflow-x: hidden;
}




#header {
	padding-top: 35px;
}

div.top-info {
	background: url("./sozai/kagu.png") top;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 560px;
}

div.top-info h2 {
	display: table-cell;
	font-size: 40px;
	line-height: 2.0em;
	text-align: left;
	vertical-align: top;
	width: 540px;
}

div.top-info h2 em {
	font-style: normal;
	padding-left: 1.0em;
	padding-top: 10px;
	text-emphasis: filled dot black;
	-webkit-text-emphasis: filled dot black;
}

div.top-info div.text {
	display: table-cell;
	vertical-align: top;
}

div.top-seminar {
	background: url(./assets/images/front/bg02.jpg);
	background-attachment: fixed;
	background-size: cover;
}

div.top-seminar div.text {
	display: table-cell;
	padding-right: 60px;
	text-align: left;
	vertical-align: top;
	width: 550px;
}

div.top-seminar p {
	margin: 0px 0px 60px 0px;
}

div.top-seminar ul.seminar-list {
	display: table-cell;
	vertical-align: top;
}

div.top-concept {
	background-attachment: fixed;
	background-size: cover;
}

div.top-concept div.img {
	background: url("./sozai/sofa.png");
	background-size: cover;
	display: table-cell;
	margin-top: 50px;
	vertical-align: top;
	width: 35%;
}

div.top-concept div.text {
	background-color: white;
	display: table-cell;
	padding: 20px 12% 100px 6%;
	vertical-align: top;
	width: 47%;
}

div.top-concept div.text h2.img {
	text-align: left;
	text-indent: 0.1em;
}

div.top-concept div.text p strong {
	font-size: 33px;
	line-height: 1.6em;
}




h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.img {
	font-size: 3rem;
	font-weight: 700;
}

h2.subtitle {
	font-size: 25px;
	padding: 20px 0px;
}

p {
	line-height: 1.8em;
	margin: 10px 0px;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: #053b5c;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.50;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

span.link-btn,
a.link-btn,
div.page a.next,
span.next a {
	border: 1px solid #c5c5c5;
	color: black;
	font-size: 1.4rem;
	margin: 0px auto;
	padding: 15px 100px;
	text-decoration: none;
}

a.link-btn:hover,
div.page a.next:hover {
	border: 1px solid black;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
	background-color: #000;
}

a.link-btn-prev,
div.page a.prev,
span.prev a {
	border: 1px solid #c5c5c5;
	color: black;
	font-size: 85%;
	margin: 0px auto;
	padding: 15px 100px;
	text-decoration: none;
}

a.link-btn-prev:hover,
div.page a.prev:hover {
	border: 1px solid black;
	color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.img-right {
	float: right;
	margin: 5px 0px 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0px;
}

strong.marker {
	padding: 0px 5px;
}

ul.list {
	line-height: 1.5em;
}

ul.list li {
	display: block;
	padding: 6px 0px 6px 24px;
}

ul.list li ul.notelist li {
	background-image: none;
	border: none;
	padding: 3px 0px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0px 0px 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0px;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: 0.2em;
}

ul.photos {
	text-align: center;
}

ul.photos li {
	display: inline-block;
	padding: 0px 5px;
}

ul.photos li a {
	color: black;
	text-decoration: none;
}

ul.photos li a em {
	display: table;
	font-style: normal;
	font-weight: normal;
}

ul.photos li p {
	margin: 0px;
}

div.line {
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table {
	border-top: 1px solid #c5c5c5;
}

table.list-table th {
	border-bottom: 1px solid #c5c5c5;
	padding: 16px 30px;
	text-align: right;
	width: 30%;
}

table.list-table td {
	border-bottom: 1px solid #c5c5c5;
	padding: 15px 30px;
}

/***********************************************************************/
ul.seminar-list {
	border-top: 1px solid #c5c5c5;
}

ul.seminar-list li {
	border-bottom: 1px solid #c5c5c5;
}

ul.seminar-list li a {
	color: black;
	display: block;
	padding: 20px 0 20px 0;
	text-decoration: none;
}

ul.seminar-list li a span.img,
ul.seminar-list li a span.text {
	display: table-cell;
	vertical-align: top;
}

ul.seminar-list li a span.text {
	padding: 10px 20px;
}

ul.seminar-list li a span.text strong {
	display: block;
	font-size: 120%;
	line-height: 1.3em;
	padding-bottom: 10px;
}

ul.seminar-list li a span.text span.detail {
	font-size: 85%;
	font-weight: 400;
}

ul.seminar-list li a:hover {
	background-color: white;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}

ul.works-list {
	text-align: center;
}

ul.works-list li {
	display: inline-block;
	padding: 10px;
	vertical-align: top;
	width: 320px;
}

ul.works-list li a {
	background-color: white;
	border: 1px solid #c9c9c9;
	color: black;
	display: block;
	min-height: 300px;
	padding-bottom: 20px;
	text-decoration: none;
	width: 100%;
}

ul.works-list li a span.text {
	display: block;
	padding: 15px 20px 10px 20px;
	text-align: left;
}

ul.works-list li a span.text strong {
	display: block;
	font-size: 120%;
	line-height: 1.6em;
	padding: 10px 30px;
}

ul.works-list li a span.text ul {
	border-top: 1px solid #c9c9c9;
}

ul.works-list li a span.text ul li {
	border-bottom: 1px solid #c9c9c9;
	display: list-item;
	font-size: 85%;
	list-style: disc;
	list-style-position: inside;
	padding: 5px 0px 5px 35px;
	width: auto;
}

ul.works-list li a span.link-btn {
	box-sizing: border-box;
	display: block;
	font-size: 80%;
	margin: 20px auto 0px auto;
	padding: 5px 0px;
	text-align: center;
	width: 70%;
}

div.page {
	padding: 20px 15px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0px 10px;
}

div.page a.page-numbers {
	color: black;
	font-style: normal;
	padding: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

div.page a.page-numbers:before {
	background: #ffad00;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transition: 0.3s;
	width: 100%;
}

div.page a.page-numbers:hover:before {
	transform: scale(1);
}

div.page a.next {
	padding: 13px 80px 13px 70px;
}

div.page a.prev {
	padding: 13px 70px 13px 80px;
}

div.page a.next:before,
div.page a.prev:before {
	position: static;
	width: auto;
}

div.page span.page-numbers {
	color: #a8a8a8;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

/***********************************************************************/


header{
	
	background-color: white;
}

#header {
	background-color: white;
	box-sizing: border-box;
	display: table;
	margin: 0px auto;
	padding: 20px 20px 15px 20px;
	max-width: 1200px;
	width: 100%;
}

#header h1,
#header p {
	display: table-cell;
	line-height: 50px;
	margin: 0px;
	text-align: left;
}

#header p a {
	color: black;
	text-decoration: none;
}

#header h1 img,
#header p img {
	border-right: 1px solid black;
	padding: 0px 25px 2px 0px;
	vertical-align: middle;
}

#header p img {
	height: auto;
	width: 200px;
}

#header h1 span,
#header p span {
	font-size: 13px;
	padding-left: 10px;
	vertical-align: middle;
}

#title {
	padding: 50px 0px;
}

#title p {
	color: white;
	font-size: 40px;
	font-weight: 300;
	margin: 0px;
	text-align: center;
}

#title h1 {
	color: white;
	font-size: 100%;
}

#stitle {
	padding: 40px 0px 30px 0px;
}

#stitle p {
	color: white;
	margin: 0px;
	text-align: center;
}

#stitle p a {
	color: white;
	display: block;
	margin: 0px auto;
	text-decoration: none;
	width: 500px;
}

#stitle p a strong {
	display: block;
	font-size: 30px;
	font-weight: 300;
}

#stitle p a span {
	display: block;
	font-size: 90%;
	font-weight: 600;
	padding-top: 5px;
}

#globalnav {
	display: table-cell;
	vertical-align: middle;
}

#globalnav ul {
	text-align: right;
}

#globalnav ul li {
	display: inline-block;
	padding-left: 22px;
}

#globalnav ul li a {
	color: black;
	padding: 0px 5px;
	position: relative;
	text-decoration: none;
}

#globalnav ul li a:before {
	background: #ffad00;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transition: 0.3s;
	width: 100%;
}

#globalnav ul li a:hover:before {
	transform: scale(1);
}

div.main {
	margin: 0px auto;
	padding: 30px 20px 40px 20px;
	max-width: 1160px;
}

div.main-s {
	margin: 0px auto;
	width: 900px;
}

div.bg-white {
	background-color: white;
}

div.bg-gray {
	background-color: #f6f5f3;
}

div.bg-black {
	background: url(./assets/images/common/backgazou.png) no-repeat;
	background-size: cover;
}

#footer {
	background: url(./assets/images/common/backgazou.png) no-repeat;
	background-size: cover;
}

#footer #fcontact {
	background: rgba(154,136,100,0.8);
	display: table;
	padding: 70px 0px;
	width: 100%;
}

#fcontact-title,
#fcontact-num {
	display: table-cell;
	padding: 0px 50px;
	width: 50%;
}

#fcontact-title h2 {
	font-size: 40px;
	font-weight: 300;
	padding: 0px 10px 10px 0px;
	text-align: right;
}

#fcontact-title p {
	line-height: 2.0em;
}

#fcontact-num ul li.tel,
#fcontact-num ul li.mail {
	font-size: 20px;
	padding: 20px 0px 20px 80px;
}

#fcontact-num ul li.tel {
	background: url(./assets/images/common/fcontact_tel.png) no-repeat left;
}

#fcontact-num ul li.mail {
	background: url(./assets/images/common/fcontact_mail.png) no-repeat left;
}

#fcontact-num ul li.tel a,
#fcontact-num ul li.mail a {
	color: black;
	text-decoration: none;
}

#footernav {
	margin: 0px;
	padding: 100px 0px 90px 0px;
	text-align: center;
}

#footernav li {
	display: inline;
	padding: 0px 20px;
	text-align: center;
}

#footernav li a {
	color: white;
	padding: 0px 5px;
	position: relative;
	text-decoration: none;
}

#footernav li a:before {
	background: #ffad00;
	bottom: -4px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transition: 0.3s;
	width: 100%;
}

#footernav li a:hover:before {
	transform: scale(1);
}

#footer-logo {
	text-align: center;
}

#footertext {
	color: white;
	font-size: 85%;
	padding-top: 35px;
}

#footer h3 {
	margin: 0px auto;
	padding-bottom: 30px;
}

#footer h3 img {
	height: auto;
	width: 222px;
}

#footer address {
	color: white;
	font-size: 90%;
	font-style: normal;
	text-align: center;
}

#footer p#footer-powered {
	color: white;
	font-size: 75%;
	margin: 0px;
	padding: 10px 0px 20px 0px;
	text-align: center;
}

#footer p#footer-copyright {
	color: #7a6232;
	font-size: 75%;
	margin: 0px;
	padding: 70px 0px 50px 0px;
	text-align: center;
}

#pagetop {
	bottom: 0;
	position: fixed;
	right: 0px;
	margin: 0;
}

@media screen and (min-width: 400px){
}
.articles{
	border-top: 1px solid var(--global--color-light-gray);
	border-bottom: 1px solid var(--global--color-light-gray);
}
.articles-inner{
	max-width: var(--global--inner-width);
	margin: 0 auto;
	padding: 5rem 0;
}
.articles figure{
	margin: 1rem 0;
}
.articles img{
	max-width: 100%;
}

.pager-detail{
	margin-top: 5rem;
}

.pager-detail ul{
	display: flex;
}
.pager-detail ul li{
	width: 33.33333%;
}
.pager-detail ul li a{
	display: block;
	text-align: center;
}


.articles .articles-list{
	display: flex;
	flex-wrap: wrap;
}
.articles .articles-list a{
	width: 33%;
	overflow: hidden;
	position: relative;
	margin-right: .5%;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: .5%;
}

.articles .articles-list a:nth-child(3n){
	margin-right: 0;
}

.articles .articles-list a div{
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

.articles .articles-list a div img{
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}
.articles .articles-list a dl{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.articles .articles-list a dl dt{
	width: 100%;    background-color: var(--global--color-white-75);
    width: calc(100% - 4rem);
    padding: 2rem;
	text-align: center;
}
.articles .articles-list a:hover img{
	transition: .5s all;
	transform: scale(1.2, 1.2);
}



.wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 5rem;
}
.wp-pagenavi span,
.wp-pagenavi a{
	display: flex;
	width: 4rem;
	height: 4rem;
	align-items: center;
	justify-content: center;
	font-size: 2rem;

}
/* ローディング画面 */
#loading {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #00979C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  animation: sk-scaleout 10s infinite ease-in-out;
}

/* 固定ページcss ****/
body{background-color: #bce2e8;}
.logo img {width: 50px;}
.photo img{width: 100%;}
.scrolldown1{
	text-align: center;
	position: absolute;
	bottom: 0;
	height:50px;
z-index: 10;
    width: 100%;}
.scrolldown1 span{
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;}
.scrolldown1::after{
	content: "";
	position: absolute;
	left: 0;right: 0;bottom: 0;margin: auto;
	width: 1px;
	height: 30px;
	background: #FFFFFF;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;}
@keyframes pathmove{
	0%{
		height:0;
		bottom: 100px;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		bottom: 0;
		opacity: 0;
	}
}
.topga img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 20px;}
.topga2 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 20px;right: 20px;}
.topga3 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;}
.topga4 {position: absolute;right: 0;bottom: 0;}
.topga4 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;}
.naka1 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 0px;}
.naka2 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 0px;}
.naka3 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 0px;}
.naka4 img
{width: 100%;
 height: 100vh;
 padding: 20px;
 display: flex;
 overflow: hidden;
 position: relative;
 align-items: center;
 justify-content: center;
 background-color: #bce2e8;
  background-size: cover;
  display: block;
  max-width: 600px;
  width: 100px;
  height: auto;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  position: absolute;
  bottom: 0px;}
@keyframes floating-y {0% {transform: translateY(-10%);}100% {transform: translateY(10%);}}

/* Animation */
.topga {animation: floating-y 1.8s ease-in-out infinite alternate-reverse;}
@keyframes floating-y {
  0% {transform: translateY(-10%);}100% {transform: translateY(10%);}}
.inner{max-width: 600px; margin: 0 auto 0;}
.section1{background-color: #bce2e8;max-width: 600px;height: 100vh;position: relative;}
.section2{background-color: #bce2e8;max-width: 600px;position: relative;z-index: 10;}
.catch {display: flex; width: 600px; height: 100%; align-items: center; justify-content: center;}
.catch2{display: flex;right: 0;width: calc(100% - 40px );font-family: 'Noto Serif JP', serif;color: #fff;font-size: 32px;filter: drop-shadow(0px 0px 6px #00000080);text-align: right;margin: 0 20px;}
section .inner{background-color: #bce2e8;}
.title {font-size: 36px;}
.subtitle{font-size: 36px;}
.page3 .title,.page4 .title,.map .title ,.contact .title , .tokuten .title ,.page7 .title, .page5 .title, .page6 .title,.midashi4,.page8 .title,.page9 .title{background: #FFFFFF;color:#6699cc;padding: 10px; line-height: 1;}
.page3 .subtitle, .page4 .subtitle , .tokuten .subtitle ,.page5 .subtitle, .page6 .subtitle, .page7 .subtitle,.page8 .subtitle,.page9 .subtitle{background: #FFFFFF;color:#6699cc;padding: 10px;line-height: 1.2;}

.place {font-size: 36px;display: block;text-align: right;}
.inbox{padding: 30px 30px 30px 30px;}
.inbox2{padding: 30px 30px 30px 30px;}
.ichiran {display: flex;justify-content: space-between;}
.ichiran1{width: 49%;}
.ichiran2{width: 49%;}
.ichiran dl{display: flex; border-bottom: #000000 1px solid;padding: 10px 0px;width: 100%;}
.ichiran dt{border-right: #000000 1px solid;padding: 10px;width: 60px; }
.ichiran dd{padding: 10px;width: calc(100% - 80px - 20px);}
.ichiran * {font-size: 10px;}
.contactbottan a{display: flex;justify-content: center;align-items: center;width: 100px;height: 100px;background: #999999;border-radius: 100px;font-size: 20px;line-height: 1;text-align: center;}
.logo {padding: 10px;}
.modelkengaku{color: #ffffff;font-size: 36px;display: block;text-align: center;font-family: 'Noto Serif JP', serif;position: relative;}
.modelhouse{color: #ffffff;font-size: 36px;display: block;text-align: center;font-family: 'Noto Serif JP', serif;}
.contactbottan{position: fixed;right: 0;bottom: 0;cursor: pointer;transition: .3s;/*デフォルトで非表示にする*/opacity: 0;visibility: hidden;}
.title2{font-size: 20px;color:#bce2e8;background: #FFFFFF;text-align: center; }
.contact dt{color: #FFFFFF;}
.contact{padding: 0 0 80px 0;}
.maparea{padding: 0 10px 0 10px; }
.otoiawase{padding: 0 10px 0 10px;}
.sankatokuten{font-size: 20px;color:crimson;}
footer{background: #FFFFFF;}
.copylight {display: block;text-align: center;} 
/* ローディング画面 
#loading {
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #6699cc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション 
@keyframes sk-scaleout {
  0% {
  } 100% {
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
.loaded .start{left: -1000px;}
/*このクラスが付与されると表示する
.active{
  opacity: 1;
  visibility: visible;
}*/
.midashi4{padding: 20px 0 20px 0;}

@media screen and (max-width: 768px)
{
	.modelkengaku{font-size: 30px;}
	.title{font-size: 10px;}
	.subtitle{font-size: 13px;}
	.place{font-size: 13px;}
	
}
.contact input,.contact select{width: 100% !important;padding: 10px;}
input, select {
  -webkit-appearance: none;
  appearance: none;
}


/* about *****/
section.about h2{ font-size: 3rem; font-weight: 700; line-height: 3; }
section.about h2 em{ padding-left: 0; }
section.about div.top-info div.text{ padding-left: 4rem; }






/* form */
section.form{ max-width: 116rem; margin: 0 auto; padding: 0 2rem; }
section.form h2{ font-size: 3.2rem; font-weight: 700; }


section.form .readmore{ max-width: 98rem; margin: 5rem auto 8rem; line-height: 2.2; }


section.form .form-heading{ margin-bottom: 5rem; }
section.form .form-heading p{ text-align: center; }

section.form .contactform{ max-width: 48rem; margin: 0 auto 8rem; }

section.form .cf7-item{ margin-top: 2rem; }
section.form .cf7-q label{ display: flex; justify-content: space-between; align-items: center; }
section.form .cf7-q label span{ color: #cc0000; font-weight: 700; }

section.form input[type="text"],
section.form input[type="email"],
section.form input[type="tel"],
section.form input[type="date"],
section.form select{
	padding: 2rem 2rem;
	border: #cccccc 1px solid;
	width: 100%;
	font-size: 1.6rem;
	background-color: var(--global--color-white);
}

.cf7-submit input{ width: 100%; display: flex; height: 6.5rem; margin-top: 5rem; border: none; background-color: #000; color: #fff; font-size: 1.6rem; }
.cf7-submit input:disabled{ background-color: #c5c5c5; color: #39414d; }

.wpcf7-acceptance{ display: block; text-align: center; margin-top: 3rem; }


.form *{
	font-family: var(--global--font-normal);
}

.wpcf7-response-output{ background-color: #cc0000 !important; color: #ffffff !important; border: none !important; margin: 2rem 0 !important; 
    font-size: 14px;
    padding: 1.5rem 0 !important;
    text-align: center; }

.wpcf7 form.sent .wpcf7-response-output{ background-color: #46b450 !important; }
	








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

	
	section.about h2{ display: block; font-size: 2rem; line-height: 2; width: auto; margin-bottom: 3rem; }
	section.about div.main{ padding: 5rem 2rem; }
	section.about div.top-info div.text{ display: block; padding-left: 0; }


	

	div.top-seminar div.text{ display: block; width: auto; padding: 0; }


	/*-- concept --*/
	section.concept .concept-box{ display: flex; flex-direction: column-reverse; }
	section.concept div.top-concept div.text{ width: 100%; padding-bottom: 0; }
	div.top-concept div.img{ background: url(./sozai/sofa.png) 50% 100%; width: 100%; height: 45rem; margin-top: 0; }
}













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

	#header{ display: flex; justify-content: center; flex-direction: column; align-items: center; }
	#header h1, #header p{ line-height: 2; }

	div.top-info{ padding-top: 70rem; background: url(./sozai/kagu_sp.webp) no-repeat 50% 0% / 100% auto; background-position-y: -20rem; }


	section.about div.top-info div.text p{ font-size: 14px !important; }


	.concept-box P{ font-size: 1.4rem; }

	ul.seminar-list li a{ padding: 1.5rem 0; }



	.wpcf7-response-output{ text-align: left !important; padding: 1.5rem 2rem !important; }



	section.seminar .buttons{ display: flex; margin: 3rem 0 0; }
	section.seminar .buttons a{ width: 100%; text-align: center; }




	section.seminar h2{ display: block; font-size: 2rem; line-height: 2; width: auto; margin-bottom: 3rem; font-weight: 700; }


	section.seminar div.main{ padding: 5rem 2rem; }

	.concept-box{
		position: relative;
	}

	.concept-box .img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100%;
		margin-top: 0 !important;
	}

	.concept-box .text{
		position: relative;
		top: 0;
		background-color: transparent !important;
	}

	div.top-concept div.text{
		padding: 6rem 2rem;
	}

	.text-inwrapper{
		padding: 2rem;
		background-color: rgba(255, 255, 255, 0.7);
	}

	div.top-concept div.text .img{
		position: relative;
	}
	div.top-concept div.text h2{ font-size: 3rem; font-weight: 700; }
	div.top-concept div.text p strong{ font-size: 2.0rem; }
	div.top-concept div.text h2.img{ font-size: 2rem; }


	section.form h2{ font-size: 2rem; }


	section.form .contactform{ margin-bottom: 4rem; }

	section.form .readmore{ font-size: 1.4rem; line-height: 2; margin-top: 3rem; }

	




	/*--- footer ------------------------------------------------------------------------------------------------------------------*/
	#footer #fcontact{ display: flex; flex-direction: column; padding: 5rem 2rem; }
	#footer #fcontact-title h2{ font-size: 3rem; text-align: center; font-weight: 700; padding: 0; }
	#footer #fcontact-title p{ text-align: left; font-size: 1.4rem; }

	#footer #fcontact-title,
	#footer #fcontact-num{ display: block; padding: 0; width: 100%; }

	#footer #fcontact-num ul li.tel a,
	#footer #fcontact-num ul li.mail a{ font-size: 1.4rem; font-weight: 700; }


	/*--- pagetop -------*/
	#pagetop img{ width: 5rem; height: auto; }

	section.concept div.top-concept div.img{ height: 100%; background-size: cover; }
	section.concept div.top-concept div.text{ padding-bottom: 6rem; }

}





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

	/*div.top-info{ padding-top: 150vw; background: url(./sozai/kagu_sp.webp) no-repeat 50% 0% / 100% auto; }*/


}