@charset "utf-8";
/*  
Theme Name: wordpress
Tags: white, one-column, fixed-width, threaded-comments, sticky-post
Author: tushima-design
<a href="<?php echo home_url(); ?>/"></a>
<img src="<?php echo get_template_directory_uri(); ?>/images/" alt="" border="0" />
background-image:url(<?php echo get_template_directory_uri(); ?>/images/);
*/
.facilitybox li{
}
/* ==========================================================================
   コメントの「名前」と「日時」を横並びにする
   ========================================================================== */
/* 1. 名前と日付を包んでいるエリアを横並び（フレックスボックス）にする */
.comment-body {
    position: relative;
}

/* 2. 名前と日付を同じ行に並べるための調整 */
.comment-author.vcard,
.comment-meta.commentmetadata {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
	color: #777;
}

/* 名前の右側に少し余白を作る */
.comment-author.vcard {
    margin-right: 10px;
}

/* 3. 名前の文字サイズを大きくする */
.comment-author .fn {
    font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
}

/* 「より」の文字も少し大きく */
.comment-author .says {
    font-size: 1.4rem;
}

/* 4. 日付・時間の文字サイズを大きくして色を調整 */
.comment-meta.commentmetadata a {
    font-size: 1.4rem; /* 👈 名前と同じ大きさに設定 */
    color: #666 !important; /* 読みやすいように少し濃いめのグレーに */
    text-decoration: none !important; /* 下線を消す */
}

/* 5. 編集リンク（管理用）を右端に浮かせる */
.comment-meta.commentmetadata .comment-edit-link {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.85rem;
}
/* ==========================================================================
   コメントエリア全体の囲み
   ========================================================================== */
h3#comments{
	display:none!important
}
#comments {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px dashed #ddd; /* 記事本文との区切り線 */
}

/* タイトル（「コメントを残す」など） */
.comment-reply-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

/* ==========================================================================
   入力フォームの装飾
   ========================================================================== */
#commentform p {
    margin-bottom: 15px;
}

/* 入力欄（名前、メール、本文すべて）共通のスタイル */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px; /* 角を少し丸く */
    background-color: #fafafa;
    font-size:1.2rem;
    box-sizing: border-box;
    transition: border-color 0.3s, background-color 0.3s;
}

/* 入力欄にフォーカスが当たったとき（クリックしたとき） */
#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform textarea:focus {
    border-color: #0073aa; /* テーマのメインカラーに変えてもOK */
    background-color: #fff;
    outline: none;
}

/* 本文の入力エリアの高さ */
#commentform textarea {
    height: 120px;
}

/* ==========================================================================
   送信ボタンの装飾
   ========================================================================== */
#commentform .submit {
    display: inline-block;
    background-color: #008742; /* 👈 ボタンの色（お好みで変更してください） */
    color: #fff;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    border-radius: 30px; /* カプセル型の丸み */
    cursor: pointer;
    font-size: 1.4rem;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* 送信ボタンにマウスを乗せたとき */
#commentform .submit:hover {
    background-color:#7c9c0e; /* ホバー時の少し濃い色 */
    transform: translateY(-1px);
}

/* ==========================================================================
   過去のコメント一覧（すでに書き込まれたコメント）の装飾
   ========================================================================== */
.commentlist {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.commentlist .comment {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

/* コメントした人の名前や日付の部分 */
.comment-meta {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* コメント本文 */
.comment-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
}

/* -------------mts-simple-booking-----------------*/
.mtssb-daily-action button,#action-button button,#subscription-search-button {
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	background: #008742!important
}

.mtssb-daily-action button,#action-button button,#subscription-search-button {
	height: 5rem !important;
	font-size: 1.8rem !important;
	margin: 3rem auto !important;
	border: none !important;
	color: #FFF !important;
	padding: 0 !important;
	display: block !important;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	min-width: 250px !important;
	width: 250px;
	text-shadow: 0 0 0 !important;
}
.mtssb-daily-action button:hover,#action-button button:hover,#subscription-search-button:hover{
	opacity: .5 !important;
	cursor: pointer;
}
.monthly-calendar{
	border:0px solid #008742
}
.list-header.note{
	font-size:0!important;
}
.list-header.note::before{
	font-size:1.6rem!important;
	content:"対象の認定区分"
}
.subscription-cancel{
	position:relative;
}
.subscription-search{
	position: relative;
	display: table;
	margin: 0 auto;
}
#subscription-cancel-button{
	height: 3rem !important;
	font-size: 1.8rem !important;
	margin: 10px auto  0  !important;
	border: none !important;
	color: #008742 !important;
	padding: 0 35px!important;
	display: block !important;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	text-shadow: 0 0 0 !important;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	background: #fff!important
}
.content-text.small-medium {
  width: auto!important;
  min-width: auto!important;
}
.content-form table{
	  border-spacing: 0;
	  border-bottom: 1px solid #008742;
	  border-left: 1px solid #008742;
}
.content-form th{
	padding:10px;
	background-color: #008742;
	color:#fff;
	  border: 1px solid #008742;
	  border-bottom: 1px solid #fff;
}
.content-form td{
	padding:10px;
	  border-top: 1px solid #008742;
	  border-right: 1px solid #008742
}
.content-form *{
	font-size:1.6rem!important
}
.content-form .booking-seimei{
	width:auto!important
}
.list-calendar table tr:nth-of-type(0),.calendar-title,caption.list-calendar{
	display:none
}
.list-calendar table{
	margin:0 auto;
	width: 100%;
}
.list-calendar table td,.list-calendar table th{
	  border: 1px solid #008742
}
.calendar-mark{
	  color: #008742
}


.booking-form-people-number-row{
	display:none
}
.mtssb-timetable-link{
	margin:0 auto
}
.timetable-calendar,.monthly-calendar{
	background-color:white
}
.day-calendar th, .day-calendar td,.monthly-prev-next{
	font-size:1.6rem
}
.calendar-caption{
	font-size:1.8rem;
	padding:20px 0
}
.day-box,.mtssb-timetable-link th,.mtssb-timetable-link td{	
	  border: 1px solid #008742
}
.mtssb-timetable-link th,.mtssb-timetable-link td{	
	 padding:8px
}
.monthly-calendar table,.monthly-prev-next{
	margin:0 auto
}
.note,.calendar-title,.list-calendar caption{
	display:none
}
.list-calendar table{
	margin:0 auto;
	max-width: 550px;
	width: 100%;
}
.list-calendar table td,.list-calendar table th{
	  border: 1px solid #008742
}
.list-calendar table,.content-form{
	background-color:white;
}
.calendar-mark{	
	  color:  #ccc
}
.calendar-mark a{
	  color:  #bd2828
}
.subscription-cancel{
	position:relative;
}
.subscription-search{
	position: relative;
	display: table;
	margin: 0 auto;
}

.content-form th {
  padding-top: 8px;
}
.content-form{
	padding:20px 10px
}
.content-form *{
	font-size:1.4rem!important
}
.day-calendar{
	padding:20px
}
.symbolPanel {
	vertical-align:top!important
}
.list-calendar tr:nth-of-type(1),.list-calendar tr:nth-of-type(2){
	display:none
}
.list-header::after{
	content:" 10:30〜12:00"
}
.list-header{
	font-size:1.6rem!important
}
/* -------------page-----------------*/
.post-item:nth-of-type(1) .tablecontact4 td:nth-of-type(1){
	background-color:#8cc63f!important
}
.post-item:nth-of-type(2) .tablecontact4 td:nth-of-type(1){
	background-color:#74a455!important
}
.post-item:nth-of-type(3) .tablecontact4 td:nth-of-type(1){
	background-color:#006837!important
}
.post-item:nth-of-type(4) .tablecontact4 td:nth-of-type(1){
	background-color:#008742!important
}
.post-item:nth-of-type(5) .tablecontact4 td:nth-of-type(1){
	background-color:#006837!important
}
/* ==========================================
   タブメニューの基本スタイル
============================================ */
.tab-buttons {
	display: flex;         /* 横並びにする */
    width: 100%;           /* 親要素の幅いっぱいに広げる */
    gap: 5px;             /* ★重要：タブとタブの間に 10px の余白を作る（お好みで調整してください） */
    list-style: none;
    padding: 0;
    margin: 0 0 -1px 0;
    box-sizing: border-box;
}

.tab-btn {
    flex: 1;               /* ★重要：すべてのタブを完全に等倍・均等幅にする */
    text-align: center; 
  padding: 15px 5px;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  margin-right: 5px;
  color: #fff;margin: 0 !important;  /* 均等配置のため、外側の余白（マージン）をリセット */
}
a .pagebtn {
	text-decoration: none !important;
}
.tab-buttons {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 -1px 0; /* 下のコンテンツ枠と少し重ねる場合 */
}

.tab-btn {
    cursor: pointer;
    transition: opacity 0.3s;
}

/* アクティブ（選択中）のタブは不透明にする */
.tab-btn.active {
    opacity: 1;
}

/* ==========================================
   コンテンツ枠とテーブルのスタイル
============================================ */
/* コンテンツのラッパー（PHP側で指定したID） */
#tab-content-wrap {
    border-radius: 0 0 10px 10px; /* 下側の角を丸く */
    box-sizing: border-box;
}


/* -------------page-----------------*/
/* 全体のコンテナ */
.qa-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* 各Q&Aの塊 */
.qa-item {
  margin-bottom: 40px; /* 行間の余白 */
	background-color: white;
  padding: 20px;
  border-radius: 20px;
}

/* 質問部分 */
.qa-question {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  user-select: none;
}

/* 回答部分（最初は非表示） */
.qa-answer {
  display: none;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 0 10px 0;
  align-items: flex-start;
}

/* QとAの文字頭あわせ */
.prefix {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}

.text {
  flex-grow: 1;
}

/* 右側の矢印アイコン（CSSで作成） */
.icon {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

/* 矢印の「く」の字の形 */
.icon::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}

/* 開いたとき（.is-openクラスがついたとき）の動き */
.qa-question.is-open .icon {
  transform: translateY(-50%) rotate(180deg); /* 180度回転して上向きにする */
}

.daytable td{
	line-height:2.4rem
}
.daytable td:nth-of-type(1){
	  width: 110px;
}
.svg-phone-icon {
  width: 24px;
  height: 24px;
  fill: #008742 /* お好みの色（例：ブルー） */
}
	.ls1{
		  letter-spacing: 1px;
	}
	.ls-1{
		  letter-spacing: -1px;
	}
.pagekey {
	height: 650px;
	width: 100%;
	position: relative;
	background-position: center;
	background-size: cover;
	margin-top:100px;
	max-height: 150vw;
	/* 640x960 */
}
.pagekey::before{	
	content: "";
	background: url(images/keyback.png) repeat-x center bottom;
	position: absolute;
	width:100%;
	height: 110px;
	bottom: -1px;
}
.pagekeytitle {
	margin: 30px 0 50px;
	text-align: center;
	font-weight: bold;
}
.simpleParallax {
	height: 100%;
}
.parallax-window {
	background-size: cover;
	height: 100%;
	background-position: center;
}
.btn {
	font-size: 1.6rem;
	padding: 8px 25px;
	margin: 0 auto;
	border-radius: 10px;	
	display: inline-block;
	line-height: 4rem;
	width: 100%;
	max-width: 280px;
	text-align: center;
	position:relative
}
.btn2 {
	line-height: 4rem;
	font-size: 1.4rem;
	padding: 12px 25px;
	border-radius: 10px;
	text-align: center;
	max-width: 280px;
	position:relative
}

.js-count{
	position:absolute;
	font-size: 28px;
	line-height:28px;
	text-align: right;
	width: 100px;
}
.pankuzu{
	position: absolute;
	top: 40px;
}

/*<!------------------------------>*/

.calendar-mark:nth-of-type(3){
	pointer-events:none;
}
.calendar-mark:nth-of-type(3) a{
	color:green
	
}
.mtssb-daily-action button,#action-button button,#subscription-search-button {
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	background: #008742!important
}

.mtssb-daily-action button,#action-button button,#subscription-search-button {
	height: 5rem !important;
	font-size: 1.8rem !important;
	margin: 3rem auto !important;
	border: none !important;
	color: #FFF !important;
	padding: 0 !important;
	display: block !important;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	min-width: 250px !important;
	width: 250px;
	text-shadow: 0 0 0 !important;
}
.mtssb-daily-action button:hover,#action-button button:hover,#subscription-search-button:hover{
	opacity: .5 !important;
	cursor: pointer;
}
.monthly-calendar td,.monthly-calendar th{
	border:1px solid #f79719
}
.monthly-calendar table{
	  width: 100%;
}
#booking-message-fieldset{
	display:none
}
.toggle_btn2::after{
	content:"詳しく見る";	
}
.selected::after{
	content:"閉じる";
}
.list-header.note{
	font-size:0!important;
}
.list-header.note::before{
	font-size:1.6rem!important;
	content:"対象の認定区分"
}
.title{
	padding-top:80px!important
}
.subscription-cancel{
	position:relative;
}
.subscription-search{
	position: relative;
	display: table;
	margin: 0 auto;
}
#subscription-cancel-button{
	height: 3rem !important;
	font-size: 1.8rem !important;
	margin: 10px auto  0  !important;
	border: none !important;
	color: #bd2828 !important;
	padding: 0 35px!important;
	display: block !important;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	text-shadow: 0 0 0 !important;
	cursor: pointer;
	position: relative;
	border-radius: 30px;
	background: #fff!important
}
.input-number::after{
	content:"名";
	vertical-align: bottom;
}
.content-text.small-medium {
  width: auto!important;
  min-width: auto!important;
}

/*<!------------------------------>*/
/* -------------top -----------------*/
.topkeybox{
	margin-top:100px
}
.topkeybox::before{
	content:"";
	height:110px;
	width:2500px;
	left:50%;
	transform:translate(-50%,0) scale(1);
	position:absolute;
	bottom:-1px;
	z-index:55;
	background-color:white;
	transform-origin: center bottom;
	background: url(images/keyback.png) repeat-x center bottom;
}
.topkey{	
	max-height:45vw;
	height:150vw;
	overflow: hidden;
	/* 640x960 */
}
.topkey li{
	max-height:100%;
	height:150vw;
	background-position: center;
	background-size:cover;
}
.categorywaku{
	font-size:1.2rem;
	line-height:3rem;
	min-width:75px;
	text-align:center;
	display: inline-block;
	margin-left:8px;
	background-color:#8ec65a;
	color:#fff;
	padding:0 5px;
	border-radius:5px;
}
.bx-wrapper {}
.bx-viewport {}

.nami{
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	z-index:-1;
	bottom:-1px;
	width:1799px;
	height:96px;
	position:absolute;
	left:50%;
	transform:translate(-50%,0) scale(1);
	transform-origin: center bottom;
}
.nami1{
	clip-path:path('M251.61,69.22c131.31,0,131.31-44.75,262.61-44.75s131.31,44.75,262.61,44.75,131.31-44.75,262.61-44.75,131.31,44.75,262.62,44.75,131.31-44.75,262.62-44.75c72.89,0,111.22-15.26,147.51-13.71,26.06,1.11,83.81,30.34,87.03,85.68H0C0,22.83,49.09-3.29,72.31,4.57c48.87,16.55,98.6,64.65,179.3,64.65Z');
}
.nami2{
	clip-path:path('M1799.23,96.44c-17.19-82.21-95.46-99.08-131.14-94.33-87.92,11.7-144.67,53.01-300.5,53.01-233.79,0-233.79-40-467.59-40s-233.79,40-467.59,40C265.79,55.12,212.44,7.9,113.15.13,81.72-2.33,13.2,29.28,0,96.44h1799.23Z');
}
.nami3{
	clip-path:path('M1799.23,96.44h0c-230.32-78.57-298.86-105.74-520.25-46.51-209.46,56.05-490.78,59.2-704-10C369.55-26.73,176.98,9.53,0,96.44v-2.65c0,8.01,0-6.43,0,2.65h1799.23Z');
}
.nami4{
	clip-path:path('M0,96.44h1799.23C1213.35-17.97,585.85-18.07,0,96.44Z');
}
.nami5{
	clip-path:path('M1799,96c-91.24-60.9-210.24-90.57-294.7-90.27-63.74.23-130.7,6.65-225.98,19.08-209.46,27.33-490.78,28.87-704-4.88C487.44,6.18,402.85-.3,320.78.01,209.03.43,95.82,24.36,0,96h1799Z');
}
/* ------------------------------
parts
------------------------------ */
.entry-content img.size-medium {
	max-width: 450px !important;
	width: 100% !important;
	height: auto !important;
}

.maincolor {
	color: #008742;
	border-color: #008742;
}
.mainback {
	background-color: #008742;
	color: #fff;
}
.maincolor2 {
	color: #006934;
	border-color: #006934;
}
.mainback2 {
	background-color: #8ec65a;
	color: #fff;
}

.news .sidetitle {
	background-color:#daeacf;
	color:#006934;
}
.member .sidetitle {
	background-color:#ece8c4;
	color:#006934;
}
table.tablecontact {
	width: 100%;
	max-width:800px;
	margin:0 auto;
	vertical-align: top;
	border-top: 1px solid #008742;
	border-left: 1px solid #008742;
}
table.tablecontact td {
	padding:10px 20px;
	vertical-align: top;
	border-right: 1px solid #008742;
	border-bottom: 1px solid #008742;
	width:100%;
	background-color:#fff;
}
table.tablecontact td:nth-of-type(1) {
	white-space: nowrap;
	vertical-align: top;
	background-color:#008742;
	border-bottom: 1px solid #fff;
	color:#fff;
	width:auto;
	min-width:180px;
}
table.tablecontact2 td,table.tablecontact2 {
	border-color:#008742;
}
table.tablecontact2 td:nth-of-type(1) ,table.tablecontact2 td{
	vertical-align:middle;
}
table.tablecontact3 td:nth-of-type(1) {
	padding: 20px;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: 1px solid #999;
	background-color:#008742;
	width:auto;
	color:#fff;
}

table.tablecontact tr:last-child td:nth-of-type(1), table.tablecontact2 tr:last-child td:nth-of-type(1),table.tablecontact3 tr:last-child td:nth-of-type(1){
	border-bottom: 0;
}
.sidetitle {
	font-size: 1.4rem;
	color:#fff;
	display: table;
	padding: 3px 15px;
}
#submitb {
	position: relative;
	background:#008742!important;
	border-radius: 10px;
}
/* ------------------------------
article
------------------------------ */

article {
	clear: both;
	min-height: 1000px;
	width: 100vw;
	position: relative;
	z-index: 0;
	overflow:hidden
}
article.pagearticle {
}
article #topcontent {
	margin: 0 auto;
	width: 100vw;
	max-width: 1080px;
	z-index: 9;
	position: relative;
}
article #content {
	margin: 0 auto;
	width: 100vw;
	max-width: 1080px;
	z-index: 9;
	position: relative;
	margin-bottom: calc(10% + 150px);
}
/* ------------------------------
header
------------------------------ */
.menuback{
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	z-index:-1;
	top:0;
	width:2420px;
	height:182px;
	position:absolute;
	background: url(images/menuback.png) repeat-x center top;
}
.fix .menuback{
	display:none
}
header {
	height: auto;
	width: 100vw;
	z-index: 60;
	position: absolute;
}
header::before {
}
header.fix::before {
	display:none
}
.fix .submenu{
	display:none
}
header.fix {
	background-color: #fff;
}
header .inline {
	font-size: 1.2rem;
}
header #content {
	height: auto;
	width: 1080px;
	max-width:100%;
	margin: 0 auto;
	position: relative;
}
header nav#menu-pc {
	clear: both;
	width: 100%;
}
header nav#menu-pc ul.menu {
	font-size: 0;
	margin: 0 auto;
	width: 100%;
	max-width:100%;
	text-align: right;
}
header nav#menu-pc ul.menu li {
	display: inline-block;
	text-align: center;
	width: 115px;
	font-size: 1.3rem;
	line-height: 3rem;
	margin-top:40px
}
header.fix nav#menu-pc ul.menu {
	text-align:center
}
header.fix nav#menu-pc ul.menu li {
	line-height: 1.6rem;
	margin:0!important;
}
header.fix nav#menu-pc ul.menu li img {
	height: 30px;
}
header nav#menu-pc ul.menu li a img {
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	position: relative;
	top: 0;
}
header nav#menu-pc ul.menu li a:hover img {
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	position: relative;
	top: -5px;
}
header nav#menu-pc ul.menu li.menulogo {
	opacity: 0 !important;
	width: 0px;
}
header.fix nav#menu-pc ul.menu li.menulogo {
	opacity: 1 !important;
	width: 100px;
}
header nav#menu-pc ul.menu li.menulogo img {
	margin-top: 10px;
	height:auto;
}
header nav#menu-pc ul.menu li a, header .inline a {
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	color: #333;
	display: block;
}
header nav#menu-pc ul.menu li a:hover {
	opacity: 0.5;
}
header h1 {
	background: url(images/logo.png) no-repeat left top;
	width: 346px;
	height: 90px;
	top: 20px;
	left: calc(50% - 380px);
	transform: translate(-50%,0);
	position: absolute;
	background-size: contain;
	z-index: 10;
}
header.fix h1 {
	opacity: 0;
	top:-2000px
}
header h1 {
	margin: 0;
	overflow: hidden;
}
header h1 a {
	height: 100%;
	width: 0;
	padding-left: 100%;
	position: absolute;
	overflow: hidden;
}
/* ------------------------------
footer
------------------------------ */

.footerpic,.footerpic1{
	position:relative;
}
footer {
	clear: both;
	position: relative;
	padding-top: 40px;
	width: 100vw;
	line-height: 2.4rem;
	font-size: 1.5rem;
	z-index: 15;
	background:center top repeat-x #fff8d8
}
footer #content {
	width: 100vw;
	max-width: 1080px;
	position: relative;
	margin: 0px auto 20px;
}
.footerl {
	position: absolute;
	bottom: 3rem;
	left: 0
}
footer a {
	color: #333;
	outline: none;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
footer a:link, footer a:visited, footer a:active {
	text-decoration: underline;
}
footer a:hover {
	text-decoration: underline;
	opacity: .5;
}
footer #logo a:hover {
	opacity: 1;
}
footer #logo {
	float: left;
}
footer nav ul {
	list-style: none;
	text-align: right;
	font-size: 0;
	position:relative;
	z-index:1;
}
footer nav ul li {
	display: inline-block;
	font-size: 1.5rem!important;
}
footer nav ul.nav2 li {
	display: inline-block;
	font-size: 1.5rem!important;
}
footer .copyright {
	width: 100%;
	text-align: center;
	line-height: 5rem;
	clear: both;
	background:center top repeat-x #fff8d8
}
.pagetopbox{
	position:fixed;
	bottom: 5%;
	z-index: 65;
	width: 1200px;
	max-width:100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%,0);
    text-align: right;
	pointer-events: none;	
}
.pagetop {
	display: inline-block;
	text-align: left;
	pointer-events: auto;
	border-radius: 50%;
}
.pagetop a {
	display: block;
	padding: 24px 8px 4px;
	margin: 0px;
}
.pagetop a:hover {
	opacity: 1;
}
.pagetop a img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	top: 0;
}
.pagetop a:hover img {
	top: -20px;
}
.arrow {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 10px;
	border-top: 4px solid #fff;
	border-left: 4px solid #fff;
	transform: rotate(45deg);
	position: relative;
	z-index: 60px;
	top: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover .arrow {
	top: -10px
}
/* ------------------------------
common
------------------------------ */
.fb{
	font-weight:bold;
}
a[rel=prev]{
	font-size:1.5rem;
}
a[rel=next]{
	float: right;
	font-size:1.5rem;
}
a[rel=prev]::before{
	content: "\25C0\00a0";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a[rel=next]::after{
	content: "\00a0\25B6";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.bx-prev,.bx-next{
	position:absolute;
	background-color:#e52832;
	border-radius:50%;
	width:50px;
	height:50px;
	font-size:0;
	color:white
}
.bx-next{
	right:330px;
	bottom:50%;
}
.bx-prev{
	left:330px;
	bottom:50%;
}
.bx-prev::before,.bx-next::before{
	font-size:24px;
	text-align:center;
	line-height:48px;
	display:inline-block;
	width:50px;
}
.bx-next::before{
	content:"\025b6";
}
.bx-prev::before{
	content:"\025c0";
}
.bx-pager{
	padding:20px 0;
	text-align:center;
	position:relative;
}
.bx-pager-item{
	display:inline-block;
	font-size:0;
	margin: 0 3px;
}
.bx-pager-link{
	text-decoration: none !important;	
}
.bx-pager-item a:before{
	content:"●";
	color:#ccc;
	font-size:15px;
}
.bx-pager-item .active:before{
	content:"●";
	color:#e52832;
	font-size:15px;
}
.picsbox{
	width:1100px;
	position:relative;
}

.pics{
	overflow:hidden;
	position: relative;
	margin-top: 1px;
	height: 100%;
	margin-left: 50%;
}
.pics li{
	background-size:cover;
	position:absolute;
	background-position:center;
	max-width: 360px!important;
	margin-right: 180px;
	margin-left: -180px;
	padding:0 20px
}
.pics img{
	border-radius:30px;
	overflow:hidden;
}
.pics li p{
	text-align:center;
	padding-top:5px
}
.pics li:before{
}
.sankakup::before {
	content: "";
	width: 39px;
	position: absolute;
	height: 39px;
	right: 10px; 
	transform: translate(0%,-50%);
	top: 50%;
	position:absolute;
	clip-path:path('M19.3,0.1C8.7,0.1,0.1,8.6,0.1,19.3c0,10.6,8.6,19.2,19.2,19.2s19.2-8.6,19.2-19.2C38.5,8.6,29.9,0.1,19.3,0.1zM19.6,23.6v-2.8h-7.8v-2h7.8v-3.4l7.1,4.1L19.6,23.6z');
	background-color:white;
	
}
.sankakup2::before {
	content: "";
	width: 21px;
	position: absolute;
	height: 12px;
	right: 20px; 
	transform: translate(0%,-50%);
	top: 50%;
	position:absolute;
	clip-path:path('M20.2,5.7L11.8,0c-.3-.2-.5,0-.5.3v4.7H.9c-.5,0-.9.4-.9.9s.4.9.9.9h10.4v4.7c0,.3.2.4.5.3l8.4-5.6c.3-.2.3-.5,0-.6Z');
	background-color:white;
	
}

a .sankaku {
	text-decoration: none !important;
}
.sankaku::before {
	content: "\25B6\00a0";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.sankakua::after{
	right: 20px;
	position: absolute;
	content: "\00a0\25B6";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.sankakuu::before{
	content: "\025b2\00a0";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.sankakuau::after{
	right: 25px;
	position: absolute;
	content: "\00a0\025b2";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}       
.sankakud::before{
	content: "\025bc\00a0";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.sankakuad::after{
	right: 25px;
	position: absolute;
	content: "\00a0\025bc";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.sankakuax::after{
	right: 25px;
	position: absolute;
	content: "\00a0\02715";
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
/*Lightbox with PhotoSwipe skin  */
.pswp__bg{
	opacity:0.7!important
}
.line span{
	background: linear-gradient(rgba(0,0,0,0) 50%, #ffe3e2 0%);
	font-size:1.9rem;
}
.line{
	margin-bottom:5px
}
.blogbox p{
	margin-top: 0;
	margin-bottom: 1.4em;
	line-height: 160%;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.pass * input,#pwbox-2{
	min-width:auto;
	padding: 0 10px;
    border-radius: 5px;
	line-height: 2.4rem;
	border: 1px solid #999;
}
.ib{
	display: inline-block;
} 
.fw,.fw *{
	font-weight:bold;
}
.backw100 {
	width: 104vw;
	position: absolute;
	left: -2vw;
	margin: 0 calc(50% - 50vw);
	height: 100%;
	top: 0;
	z-index:-1;
}
.boxw100{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.maru{
	overflow:hidden;
	border-radius:50%;
}
.kadomaru{
	overflow:hidden;
	border-radius:15px;
	overflow: auto;
}
.center{
	left:50%;
	transform:translate(-50%,0)
}
.mid{
	transform:translate(0,-50%)
}
/*Font--------------------------------  */
.font36{
	font-size:clamp(3.1rem, calc(2.85rem + 1vw), 3.6rem);
	line-height:clamp(4rem, calc(3.75rem + 1vw), 4.5rem);
}
.font32{
    font-size:clamp(2.7rem, calc(2.45rem + 1vw), 3.2rem);
	line-height: clamp(3.5rem, calc(2.2rem + 0.625vw), 4rem);
}

.font28{
	font-size:clamp(2.4rem, calc(2.2rem + 0.7999999999999998vw), 2.8rem);
	line-height:clamp(3.3rem, calc(3.05rem + 1vw), 3.8rem);
}
.font24{
	font-size:clamp(2rem, calc(1.8rem + 0.7999999999999998vw), 2.4rem);
	line-height:clamp(3rem, calc(2.7rem + 1.2000000000000002vw), 3.6rem);
}
.font20{
	font-size:clamp(1.75rem, calc(1.625rem + 0.5vw), 2rem);
	line-height:clamp(2.8rem, calc(2.5999999999999996rem + 0.8000000000000007vw), 3.2rem);
}
.font18{
    	font-size:clamp(1.5rem, calc(1.35rem + 0.6000000000000001vw), 1.8rem);
	line-height:clamp(2.5rem, calc(2.25rem + 1vw), 3rem);
}
.font16{
    	font-size:clamp(1.4rem, calc(1.2999999999999998rem + 0.40000000000000036vw), 1.6rem);
	line-height:clamp(2.3rem, calc(2.05rem + 1vw), 2.8rem);
}
ul.boxlist3,ul.boxlist4 {
	letter-spacing: -.4em;
}
ul.boxlist4 > li, ul.boxlist4 > a li {
	display: inline-block;
	width: 24.25%;
	margin: 0 1% 3rem 0;
	letter-spacing: normal;
}
ul.boxlist4 > li:first-of-type, ul.boxlist4 > a:first-of-type li,ul.boxlist4 > li:nth-of-type(4n), ul.boxlist4 > a:nth-of-type(4n) li {
	display: inline-block;
	width: 24.25%;
	margin: 0 1% 3rem 0;
	letter-spacing: normal;
}
ul.boxlist4 > li:nth-of-type(4n), ul.boxlist4 > a:nth-of-type(4n) li {
	display: inline-block;
	width: 24.25%;
	margin: 0 0 3rem;
	letter-spacing: normal;
}
ul.boxlist2 .boxlistpic ,ul.boxlist3 .boxlistpic ,ul.boxlist4 .boxlistpic {
	padding-top: 75%;
	width: 100%;
	background-position: center;
	background-size: cover;
}
ul.boxlist3 > li, ul.boxlist3 > a li {
	display: inline-block;
	width: 32%;
	margin: 0 2% 3rem 0;
	letter-spacing: normal;
}
ul.boxlist3 > li:first-of-type, ul.boxlist3 > a:first-of-type li,ul.boxlist3 > li:nth-of-type(4n), ul.boxlist3 > a:nth-of-type(4n) li {
	display: inline-block;
	width: 32%;
	margin: 0 2% 3rem 0;
	letter-spacing: normal;
}     
ul.boxlist3 > li:nth-of-type(3n), ul.boxlist3 > a:nth-of-type(3n) li {
	display: inline-block;
	width: 32%;
	margin: 0 0 3rem 0;
	letter-spacing: normal;
}
ul.boxlist2 {
	letter-spacing: -.4em;
}
ul.boxlist2 > li, ul.boxlist2 > a li {
	display: inline-block;
	text-align:left;
	width: 48.5%;
	margin: 0 1.5% 3rem 0;
	letter-spacing: normal;
}   
ul.boxlist2 > li:nth-of-type(2n), ul.boxlist2 > a:nth-of-type(2n) li {
	display: inline-block;
	width: 48.5%;
	margin: 0 0 3rem 1.5%;
	letter-spacing: normal;
}
ul.boxlist2 li p,ul.boxlist3 li p,ul.boxlist4 li p{
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
	position: relative;
	z-index:1;
}
.gmap iframe,.gmap object,.gmap embed {
	position: absolute;
	left: 0;
	top: 0;
	height:calc(100% + 400px);
	width: 100%;
	margin-top:-200px;
}
.blog * img{
	height: auto;
}
.sankakuicon::before {
	content: "\25B6";
}
a[href$=".pdf"]::before{
	content:" ";
	display: inline-block;
	width: 36px;
	height: 40px;
	background: url(files/PDF_40.png) no-repeat;
	vertical-align: middle;
	padding-right:10px;
}
.noicon a[href$=".pdf"]::before{
	content:"";
	display:inline;
	width: auto;
	height:auto;
	background:none;
	vertical-align: none;
	padding-right:0;
	margin-top:0;
	position:absolute;
}
a[href^="tel:"] {
	pointer-events: none;
}
.boyo.move{   -webkit-animation: boyoyon 0.5s linear both .05s;
    animation: boyoyon 0.5s linear both .05s;
	
}
@-webkit-keyframes boyoyon {
  0%, 100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  10%, 90% {
    -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  25%, 75% {
    -webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
  50% {
    -webkit-transform: matrix3d(1.15, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.15, 0, 0, 0, 0, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
  }
}

.effect li,.mover,.movel,.moveb,.movet{
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.mover {
	position: relative;  
	transform:translatex(20px);
}
.movel {
	position: relative;
	transform:translatex(-20px);
}
.moveb {
	position: relative;
	bottom:-40px;
}
.movet,section .box,.effect li {
	transform:translatey(20px);
}
.mover.move,.movel.move {  
	transform:translatex(0px);
	opacity: 1 !important;
}
.movet.move,section .box.move,.effect li.move { 
	transform:translatey(0px);
	opacity: 1 !important;
}
.moveb.move{	
	opacity: 1 !important;
	bottom:0px !important;
}
.movedel li:nth-of-type(2){
	transition-delay: .3s !important
}
.movedel li:nth-of-type(3){
	transition-delay: .5s !important
}
.movedel li:nth-of-type(4){
	transition-delay: .7s !important
}
.sidebaer a{
	writing-mode: vertical-rl;
    background-color:#6ebd6e;
    font-size: 2rem;
    padding: 50px 10px;
    width: auto;
    position: fixed;
    right: 0;
    top:375px;
    z-index: 100;
}
.sidebaer1 a{
    background-color:#339133;
    top:150px;
    font-size: 1.6rem;
    padding: 20px 10px;
}
ul.indent li {
	padding-left: 1em;
	text-indent: -1em;
}
.listnum {
	margin-left: 50px;
	counter-reset: my-counter;
	list-style: none;
}
.listnum li {
	line-height: 3rem;
    font-size: 1.6rem;
    padding: 15px 0 15px 0px;
} 
.listnum li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #ff5680;
	color: #fff;
	display: block;
	float: left;
	line-height: 46px;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-size: 2.7rem;
	margin: -5px 0 0 -50px;
}

.listdisc li {
	padding-left: 1em;
	margin-bottom: 5px;
}
.listdisc li:before {
	margin-left: -1em;
	content:"・";
}

.listdisc2 li {
	margin-left: 15px;
	list-style-type: none!important;
	display:list-item;
	padding: 3px 0;
}
.listdisc2 li:before {
	margin-left: -20px;
	content:"\025CF\00a0";
}
h2.maincolor {
	margin: 20px 0;
	padding-left: 5px;
	border-bottom: solid 1px;
	font-size: 1.8rem;
	line-height: 2.6rem;
	width: 100%;
}
html {
	font-size: 62.5%;
	background-color: #fff;
}
body {
	font-size: 1.4rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	-webkit-text-size-adjust: 100%;
}
html, body {
	font-family:"Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	_display: inline;
	_zoom: 1;
	width: 100vw;
	overflow-x: hidden;
	text-align: left;
	min-height: 100%;
	line-height: 2.4rem;
	color: #333;
}
.kugiri {
	margin-top: 0;
	width: 100%;
}
.din {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}
.din * a {
}
.sacramento {
	font-family: 'Sacramento', cursive;
}
.wf {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}
.wfr {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
}
.ftt {
	font-family: 'Jost';
}
@font-face {
	font-family: 'gill';
	src: url('files/gill.ttf') format('truetype'), url('files/gill.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.gill {
	font-family: "gill";
	transform: rotate(0.05deg);
}
@font-face {
	font-family: "gara";
	src: url('files/gara.ttf') format('truetype'), url('files/gara.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.gara {
	font-family: "gara";
	transform: rotate(0.05deg);
}
.hel {
	font-family: 'Inter';
}
iframe {
	vertical-align: bottom;
	margin-bottom: -1px;
}
.clear {
	clear: both;
	pointer-events: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
article a {
	color: inherit;
	outline: none;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
article a:link, article a:visited, article a:active {
	text-decoration: underline;
}
article a:hover {
	text-decoration: underline;
	opacity: .8;
}
article a div {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
article a:hover div {
	text-decoration: underline;
	opacity: .8 !important;
}
article a li {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
article a:hover li {
	opacity: .8 !important;
}

.ca a {
	text-decoration:none;
}
.ca a:link, .ca a:visited, .ca a:active {
	text-decoration:none;
}
.ca a:hover {
	text-decoration:none;
	opacity:1;
}
.ca a:hover div {
	text-decoration:none;
	opacity: 1 !important;
}
.ca a:hover li {
	opacity: 1 !important;
}
.pn {
    pointer-events: none;
}
.tc{
    text-align:center;
}
.tb{
	margin:0 auto;
	max-width:800px;
	display:table;
	text-align: left;
}
.dt{
	display:table;
	margin:0 auto;
}
.none {
	display: none;
}
.ff a {
	color: #fff;
	outline: none;
}
.ff a:link, .ff a:visited, .ff a:active {
	color: #fff;
	text-decoration: underline;
}
.ff a:hover {
	text-decoration: underline;
}
.nl * {
	text-decoration: none !important;
}
textarea {
	height: 10em !important;
}
section {
	position: relative;
	transition: .5s ease-in-out !important;
}

section .box {
	position: relative;
	transition: .5s ease-in-out !important;
}
.blog {
	display:inline-block;
	width:70%;
	margin-right:3%;
} 
img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter{
	display: block;
	margin: 0 auto;
}  
.blog img{
	margin-bottom:5px;
}

aside {
	display:inline-block;
	width:26%;
	vertical-align: top;
}

.sidemenu {
	margin: 5px 0 40px;
}
.sidemenu ul li{
	display: inline-block;
	padding:0 10px 0px 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.children li:before{
	content:"・";
	text-indent:1em
}
ul.children li{
	width: auto;
	display: block;
}
.pagenavi {
	padding: 20px 0;
	width: 100%;
}
.wp-pagenavi, .wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	font-size: 1.2rem !important
}
/*wp-pagenavi 17*/

.wp-pagenavi {
	clear: both;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #FFFFFF;
	padding: 0.8rem 1.5rem;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin solid #aaa;
}
.wp-pagenavi a:hover {
	color: #333;
	background-color: #ccc;
}
.wp-pagenavi span.current {
	color: #333;
	background-color: #eee;
}
h2.maincolor a:link, h2.maincolor a:visited, h2.maincolor a:active {
	text-decoration: none;
}
h2.maincolor a:hover {
	opacity: .5;
	text-decoration: underline;
}
.date {
	margin: 15px 0 0 0px;
	font-size: 1.1rem;
}
.date a:link, .date a:visited, .date a:active {
	text-decoration: none;
}
.date a:hover {
	text-decoration: underline;
}
.sub a:link, .sub a:visited, .sub a:active {
	text-decoration: none;
}
.sub a:hover {
	text-decoration: underline;
}
.cc a {
	outline: none;
	text-decoration: underline;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.cc a:link, .cc a:visited, .cc a:active {
	text-decoration: underline;
}
.cc a:hover {
	text-decoration: underline;
	opacity: .5;
}
.loader,
.loader::before,
.loader::after {
	border-radius: 50%;
	width: 2em;
	height: 2em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader { 
	top: 55%;
	font-size: 10px;
	margin: 40px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader::before,
.loader::after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader::after {
	left: 3em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2em 0 0;
	}
}
#fade {
	background: url(images/logo.png) no-repeat center;
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 109;
	background-size: 250px auto;
	background-position: center 43%;
	
}
#submitb {
	height: 5rem !important;
	font-size: 1.8rem !important;
	margin: 3rem auto !important;
	border: none !important;
	color: #FFF !important;
	padding: 0 !important;
	display: block !important;
	-webkit-transition: .3s ease-in-out !important;
	transition: .3s ease-in-out !important;
	min-width: 250px !important;
	width: 250px;
	text-shadow: 0 0 0 !important;
}
#submitb:hover, #submite:hover {
	opacity: .5 !important;
	cursor: pointer;
}
form#mailformpro label.mfp_not_checked {
	border: none !important;
}
.fix {
	position: fixed;
}
/* --------------------
for Debug
-------------------- */

article {
	filter: alpha(opacity=100)\9;
	/* ie lt 8 */
	-ms-filter: alpha(opacity=70)\9;
	/* ie 8 */
}
footer {
	filter: alpha(opacity=100)\9;
	/* ie lt 8 */
	-ms-filter: alpha(opacity=100)\9;
	/* ie 8 */
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
	.pagetitle {
	opacity:1;
	}
	#fade {
		display:none;
	}
	.effect li,section{
		opacity:1
	}
}
nav#sm-menubox {
	display: none;
}

.padv {
	display: none;
}
.pcv {
	display: block;
}
.smv {
	display: none;
}
	/* ----------menu--------------------*/
	nav#sm-menubox {
		display: none;
		z-index: 70;
		top: 0;
		right: 0;
		width: 100%;
	}
	#sm-menu {
		width: 100%;
		position: absolute;
		display: none;
		top: 0px;
		left: 0;
		padding:60px 0 20px;		
		height:calc(100vh - 0px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#sm-menu::before,#sm-menu::after{
		content:"";
		background: #fff;
		height: 60px;
		width: 100vw;
		z-index: 0;
		top: 0px;
		right: 0;
		position: absolute;
		position: fixed;
	}
	ul.sm-menulist { 
		margin-top: 30px;
		width: 100%;
		overflow: hidden; 
		padding: 15px;
		text-align: left;
		font-size: 0;
		position: relative;
		display: grid;
		z-index: 1;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
		gap: 15px;
	}
	ul.sm-menulist > a::after{
		content: "";
		display: block;
		padding-bottom: 100%;
	}
	ul.sm-menulist a{
		border-radius: 15px;
		line-height: 1.6rem;
		background-color:white;		
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
	}
	ul.sm-menulist .menusub{
		width:200%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	ul.sm-menulist .menusub a{
		background: inherit;
		display: block;
		height:20%;
		margin: 5px 0;
		position: relative;
		left: -5px;
		text-align:left; 
		letter-spacing: -.5px;
	}
	ul.sm-menulist li {
		text-align: center;
		display: block;
		color: #333;
		text-decoration: none;
		margin: 1rem 0;
		position: absolute;
		font-size: 1.3rem!important
	}
	ul.sm-menulist a li img {
		margin: -5px 0 0px;
		height: 35px;
		display: block;
		margin: 0 auto 5px;
	}
	#toggle {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 10px;
		top: 7px;
		z-index:2
	}
	#toggle a {
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		height: 45px;
		background-size: cover;
		border-radius: 42%;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 23px;
		left: 22px;
		width: 20px;
		height: 2px;
		margin: -1px 0 0 -10px;
		background: #fff;
		transition: .2s;
	}
	#panel-btn-icon::before, #panel-btn-icon::after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 2px;
		background: #fff;
		transition: .3s;
	}
	#panel-btn-icon:before {
		margin-top: -7px;
	}
	#panel-btn-icon::after {
		margin-top: 8px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close::before, #panel-btn .close::after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close::after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close::before, #panel-btn .close::after {
		margin-top: 0;
	}
	#panel-btn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close::after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
/* ------------------------------
------------------------------
------------------------------
979px
------------------------------
------------------------------
------------------------------ */

@media only screen and ( max-width:1079px) {
	/* ----------page--------------------*/
	.js-count{
		position:absolute;
		font-size: 2.8vw;
		line-height:2.8vw;
	}
	/* ----------top--------------------*/
	header::before {
		display:none
	}
	.midasi{
		width:100%!important;
	}
	/* ----------common--------------------*/
	nav#sm-menubox {
		display: block;
	}
	.sw{
		margin: 0 -15px !important;
	}
	.w100{
		width:100%!important;
	}
	.p0{
		padding:0!important;
	}
	.m0{
		margin: 0 !important;
	}
	.ps{
		position:static!important;
		transform:none!important;
	}
	.pcv {
		display: none !important;
	}
	.padv {
		display: block !important;
	}
	.smv {
		display: none;
	}
	a[href^="tel:"] {
    	pointer-events: auto;
	}
	article #topcontent {
		width: auto;
		padding: 0px 20px 0px!important;
	}
	article #content {
		width: auto;
		padding: 0px 20px 0px!important;
	}
	.categorywaku{
		margin:0px 0 8px 8px!important;
	}
	body {
		position: relative;
	}
	.effect,section .box,.effect li{
		opacity: 1 !important;
	}
	.mover,.movel,.moveb,.movet,section .box,.effect li{	
		transform: none !important;
	}
	.moveb{
		bottom:0;
	}
	.blog {
		width:100%;
		margin-right:0;
	}
	aside {
		width:100%!important;
	}
	article {
		margin: 0;
	}
	header #content::before {
		z-index:2;
		content:"";
		position: fixed;
		top:0;
		width:100%;
		height:100px;
		background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
		pointer-events: none;
	}
	header.fix {
		top: 0;
	}
	header, header.fix {
		position: fixed;
		width: 100%;
		height: 60px;
		max-height: 60px;
		top: 0!important;
		background-color:unset
	}
	header a{
		pointer-events:auto
	}
	#menu-pc {
		display: none !important;
	}
	header h1, header.fix h1 {
		height:0;
		width:0;
	}
	header #content, header.fix #content {
		height: 100%!important;
		width: 100%!important;
	}
	header h1, header.fix h1 {
		height: 50px !important;
		top: 5px !important;
		left: 10px !important;
		transform: translate(0,0);
		width: calc(100% - 70px);
		background: url(images/logo.png) no-repeat left top;
		background-size: auto 100%;
	}
	header.fix h1 {
		opacity: 1;
	}
	footer #content {
		width: auto;
	}
	footer {
		padding-top: 0rem;
		background: url(images/footerback.png) center top repeat-x;
	}
	footer .copyright {
		line-height: 4.5rem;
		font-size: 1rem;
		text-align: center;
		padding-top:10px;
		background-size: auto 10px;
	}
	.pagetop {
		right: 0;
		bottom: 0;
	}
	section {
		width: auto;
	}
	table.list th, table.list td {
		width: 100%;
		float: left;
		font-size: 1rem
	}
	table.tablecontact td {
		float: left;		
		width: 100%!important;
		padding: 10px 0;
	}
	table.tablelist > tbody > tr > td {
		float: left;
		width: 100%!important;
		padding: 5px!important;
	}
	table.tablelist > tbody > tr > td:nth-of-type(2) {
		padding-bottom:35px!important;
	}
	table th, table td {
		padding-left: 5px !important;
	}
	a:hover {
		opacity: 1 !important;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	a:hover div {
		text-decoration: underline;
		opacity: 1 !important;
	}
	a:hover li {
		opacity: 1 !important;
	}
	label:hover {
		opacity: 1 !important;
	}
	.sidemenu ul li{
	}
	.pageimg {
		text-align: center !important;
	}
	input, textarea, select {
		font-size: 1.8rem;
	}
	.bx-next{
		right: -20px;
	}
	.bx-prev{
		left: -20px;
	}
}
/* ------------------------------
------------------------------
------------------------------
640px
------------------------------
------------------------------
------------------------------ */

@media only screen and (max-width: 640px) {
	/* ----------page--------------------*/
	/* ----------top--------------------*/
	.ma{
		margin:0 auto!important
	}
	.pagekey {
		margin-top:0px;
	}
	/* ----------common--------------------*/
	.pankuzu {
		display:none
	}
	.nami{
		transform:translate(-50%,0) scale(0.5);
	}
	.topkey{
		max-height: 150vw;
	}
	.menulist {
		  margin: 0 -15px 30px!important;
	}
	.menulist .btn{
		min-width:100%;
		font-size:1.5rem!important
	}
	.menulist .btn::before{
		right: 0px;
		transform: translate(0%,-50%) scale(0.6);
	}
	ul.sm-menulist { 
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.tb{
		max-width:100%
	}
	html, body {
		overflow: visible;
	}
	.blog img{
		margin-right:0px;
	}
	.picsbox{
		width: 100%;
	}
	.pics li{
		padding:0 10px
	}
	.pics li img{  
		max-height: none;
	} 
	.pagetop{
		transform: scale(0.7);
/*		transform-origin: right bottom; */
	}
	ul.flex{
		display:block!important
	}
	.gmap {
		padding-bottom: 100%;
	} 
	ul.boxlistsm a li,ul.boxlistsm > a:nth-of-type(2n) li,ul.boxlist2 > li, ul.boxlist2 > a li,ul.boxlist3 > li, ul.boxlist3 > a li{
		display: inline-block;
		width: 100%!important;
		margin: 0 0 5rem!important;
		letter-spacing: normal;	
	}   
	ul.boxlist4 > li, ul.boxlist4 > a li,ul.boxlistsm2 > li,ul.boxlistsm2 > a li{
		display: inline-block;
		width: 47%!important;
		margin: 0 2% 3rem 0!important;
		letter-spacing: normal;	
	}
	ul.boxlist4 > li:nth-of-type(2n), ul.boxlist4 > a:nth-of-type(2n) li,ul.boxlistsm2 > li:nth-of-type(2n),ul.boxlistsm2 > a:nth-of-type(2n) li {
		display: inline-block;
		width: 47%!important;
		margin: 0 0 3rem 2%!important;
		letter-spacing: normal;			
	} 
	ul.boxlistsm a li,ul.boxlistsm > a:nth-of-type(2n) li,ul.boxlistsm li,ul.boxlistsm > li:nth-of-type(2n){
		display: inline-block;
		width: 100%!important;
		margin: 0 0 3rem!important;
		letter-spacing: normal;	
	} 
	ul.boxlist4{
		letter-spacing:0	
	}  
	.tablesc{
		display: block;
		overflow-x:auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.sps{
		position:static!important;
		transform:none!important;
	}
	.sw100{
		width:100%!important;
		max-width:100%!important;
	}
	.sp0{
		padding:0!important;
	}
	.sm0{
		margin:0!important;
	}
	.padv {
		display: none !important;
	}
	.smv {
		display: block !important;
	}
	.blogbox {
		padding-left: 0px
	}
	aside {
		padding-right: 0px
	}
	#submitb {
		-webkit-transition: none;
		transition: none;
		max-width: 100% !important;
		min-width: 100% !important;
		width: 100%;
	}
	#submitb:hover, #submite:hover {
		opacity: 1 !important;
	}
	.kugiri {
		margin-top: 5rem;
	}
	.fl {
		float: none !important;
	}
	.fr {
		float: none !important;
	}
}