@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Zen+Maru+Gothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap'); */

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

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

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

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

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

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

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

/*-----------------------------------------------------------------------------------------
00000 ROOTなど
00001 INITIAL VALUE
00002 LAYOUT
00003 Aタグ
00004 TYPOGRAPHY - default
00005 table

10001 header
10002 Humberger
10003 nav.global
10004 FOOTER


20001 ぱんくず
20002 SIDEBAR
20003 box-contents LAYOUT
20004 pagination
20005 ページャー
20006 ARCHIVE
20007 .page-title


30001.fixed-btn
30002 .btn-more
30003 TABLE > table.table-time
30004 TABLE > table.table-setsumei
30005 TABLE > table.table-profiler
30005 TABLE > #biz_calendar
30007 iframe-wrap
30008 blockquote


40001 TYPO ----- ol - リストスタイル
40002 TYPO ----- p


50001 btn-feat


----------------------------------------------------------------------------------------- */





/*-----------------------------------------------------------------------------------------
					00000 ROOTなど
					----------------------------------------------------------------------------------------- */
:root {
	--color-font: #5d390d;
	--color-key: #06A7C3;
	--color-blue0: #9ad7f7;
	--color-blue1: #06A7C3;
	--color-blue2: #3eb6ac;
	--color-green1: #00b900;
	--color-orange1: #fddc81;
	--color-orange2: #ffe59b;
	--color-orange3: #fff7dc;
	--color-orange3: #fffbf2;
	--color-pink1: #F49B9E;
	--color-purple1: #CCAEDC;
	--color-brown1: #CF4D09;
	/* --color-test: rgb(252, 0, 252); */
	/* --color-red: #E50085; */
	/* --color-blue: #0194E8; */
	/* --color-navy: #00267f; */
	/* --color-navigation: #fff; */
	/* --color-font-opacity: rgba(30, 80, 102, 0.4); */
	/* --color-dark: #111; */
	/* --color-gray: #CBCCCB; */
	/* --color-gray-dark: #828282; */
	/* --color-gray-lite: #f9f9f9; */
	/* --color-gradi-1: linear-gradient(-15deg, rgba(41, 169, 225, 0.8) 0%, rgba(41, 169, 225, 0.9) 100%); */
	/* --color-gradi-2: linear-gradient(-15deg, #0075cf 0%, #29a9e1 100%); */
	/* --color-gradi-3: linear-gradient(-15deg, #2691C4 0%, #42B2E5 100%); */
}

.memo {
	position: fixed;
	z-index: 10000000000;
	bottom: 50%;
	right: 0;
	font-size: 12px;
	background: black;
	color: white;
	line-height: 1;
	padding: 0.5em 1em;
	display: none;
}

.memo.top {
	bottom: 70%;
}

.memo.bottom {
	bottom: 10%;
}

.btn-logo span {
	display: none;
}

.shadow {
	box-shadow: 1.0rem 1.0rem 1.5rem rgba(0, 0, 0, 0.2)
}

.swiper-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

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

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
00001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: white;
	font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(90px + 2.5vw);
}

body {
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 100%;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
	color: var(--color-font);
	padding: 0;
	margin: 0;
	background: white;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

main {
	display: block;
	padding: 90px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	background: white;
	background-size: 100% auto;
	border-left: 0pt solid red;
	border-top: 0pt solid red;
	position: relative;
	z-index: 1;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0pt solid var(--color-green1)
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
	transition: 0.5s
}

figure {
	border: 0px solid olive;
	width: fit-content;
	padding: 0;
	margin: 0 auto;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

ul {
	list-style: none;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

ruby>rt {
	font-size: 0.3em;
	font-weight: 400;
}

hr {
	margin: 3.0rem auto;
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	border-top: 2px solid var(--color-font);
}

hr.thin {
	margin: 3.0rem auto;
	border-top: 1px solid var(--color-font);
}

hr.narrow {
	margin: 5vw auto;
	width: calc(15% - 1.5rem - 1.5rem);
	border-top: 10px dotted var(--color-font);
	opacity: 1;
}

hr.narrow.line {
	margin: 5vw auto;
	width: calc(100% / 12 * 10);
	border-top: 1px solid var(--color-font);
	opacity: 1;
}

i {
	font-weight: 600;
}

em {
	font-style: italo;
}

.none {
	display: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.swiper-container li {
	list-style: none;
}

@media screen and (max-width: 1440px) {
	html {
		font-size: calc(62.5% * 0.95);
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: calc(62.5% * 0.90);
	}

	body {
		min-width: 100%;
	}
}

@media screen and (max-width: 1133px) {
	html {
		font-size: calc(62.5% * 0.85);
	}

	main {
		padding-top: 70px;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 840px) {
	html {
		font-size: calc(62.5% * 0.80);
	}
}

@media screen and (max-width: 670px) {
	html {
		font-size: calc(62.5% * 0.75);
	}
}

@media screen and (max-width: 500px) {
	html {
		font-size: calc(62.5% * 0.70);
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: calc(62.5% * 0.65);
	}
}





/*-----------------------------------------------------------------------------------------
00002 LAYOUT
----------------------------------------------------------------------------------------- */
.container-fluid {
	width: 100%;
	min-width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container.narrow {
	max-width: 1200px;
}

.container.narrow-narrow {
	max-width: 1133px;
}

.container.narrow-narrow-narrow {
	max-width: 1024px;
}

.container.narrow-narrow-narrow-narrow {
	max-width: 960px;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.flexbox {
	width: 100%;
	clear: both;
	display: flex !important;
	flex-wrap: wrap !important;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12,
.col-20 {
	padding: 1.5rem;
	display: block;
	float: none;
	position: relative;
	height: auto;
	list-style: none;
	border: 0pt solid black;
}

.container-fluid .col-01,
.container-fluid .col-02,
.container-fluid .col-03,
.container-fluid .col-04,
.container-fluid .col-05,
.container-fluid .col-06,
.container-fluid .col-07,
.container-fluid .col-08,
.container-fluid .col-09,
.container-fluid .col-10,
.container-fluid .col-11,
.container-fluid .col-12,
.container-fluid .col-20 {
	padding: 0;
}

.col-01 {
	width: calc(100% / 12 * 1);
}

.col-02 {
	width: calc(100% / 12 * 2);
}

.col-03 {
	width: calc(100% / 12 * 3);
}

.col-04 {
	width: calc(100% / 12 * 4);
}

.col-05 {
	width: calc(100% / 12 * 5);
}

.col-06 {
	width: calc(100% / 12 * 6);
}

.col-07 {
	width: calc(100% / 12 * 7);
}

.col-08 {
	width: calc(100% / 12 * 8);
}

.col-09 {
	width: calc(100% / 12 * 9);
}

.col-10 {
	width: calc(100% / 12 * 10);
}

.col-11 {
	width: calc(100% / 12 * 11);
}

.col-12 {
	width: calc(100% / 12 * 12);
}

.col-20 {
	width: 20%;
}

.col-100 {
	width: 100%;
}

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

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

	.container-fluid,
	.container {
		width: 100%;
		min-width: 100%;
	}
}

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

	.container-fluid,
	.container {
		border-color: inherit;
	}

	.container {
		padding: 0 10vw;
		background: rgba(255, 255, 0, 0.0);
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12,
	.col-20 {
		padding: 1.0rem;
	}



}

@media screen and (max-width: 840px) {
	.container {
		padding: 0 7.5vw;
		background: rgba(255, 191, 204, 0.0);
	}

	.col-01 {
		width: calc(100% / 12 * 2);
	}

	.col-02 {
		width: calc(100% / 12 * 2);
	}

	.col-03 {
		width: calc(100% / 12 * 6);
	}

	.col-04 {
		width: calc(100% / 12 * 6);
	}

	.col-05 {
		width: calc(100% / 12 * 6);
	}

	.col-06 {
		width: calc(100% / 12 * 12);
	}

	.col-07 {
		width: calc(100% / 12 * 12);
	}

	.col-08 {
		width: calc(100% / 12 * 12);
	}

	.col-09 {
		width: calc(100% / 12 * 12);
	}

	.col-10 {
		width: calc(100% / 12 * 12);
	}

	.col-11 {
		width: calc(100% / 12 * 12);
	}

	.col-12 {
		width: calc(100% / 12 * 12);
	}
}

@media screen and (max-width: 670px) {
	.container {
		padding: 0 5vw;
	}
}

@media screen and (max-width: 500px) {
	.container {
		padding: 0 2.5vw;
	}
}

@media screen and (max-width: 400px) {
	.container {
		/* padding: 0 3vw; */
	}
}





/*-----------------------------------------------------------------------------------------
00003 Aタグ
----------------------------------------------------------------------------------------- */
a {
	color: var(--color-key);
	text-decoration: none;
	transition: 0.3s;
	display: inline-block;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
	color: var(--color-font);
}

a:visited {}

a:active {}

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

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

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

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

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

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

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

.page main .acf li a {
	display: inline !important;
}



/*-----------------------------------------------------------------------------------------
00004 TYPOGRAPHY - default
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
li {
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: var(--color-test);
	font-size: 1.0rem;
	word-break: break-all; //英単語の途中でも折り返し可能にする
	overflow-wrap: break-word; //単語の途中で折り返す（幅が狭い時）
	line-break: anywhere; //日本語の行のどこでも改行を許可（比較的新しい指定）
}

strong,
b {
	font-weight: 700 !important;
}

span {
	font-weight: inherit;
}

small {
	font-size: 0.8em;
	font-weight: inherit;
}

ul li {
	list-style: none;
}

.txt-font {
	color: var(--color-font);
}

.txt-key {
	color: var(--color-red-key);
}

.txt-red {
	color: #d81212 !important;
}

.txt-green {
	color: #549c64 !important;
}


.txt-blue {
	color: #2f5fc0 !important;
}

.txt-caution {
	color: #d81212 !important;
}

.txt-center {
	text-align: center !important;
}

.txt-right {
	text-align: right !important;
}

.txt-left {
	text-align: left !important;
}

.txt-large {
	font-size: 1.15em !important;
	font-weight: inherit
}

.txt-xlarge {
	font-size: 1.3em !important;
	font-weight: inherit
}

.txt-xxlarge {
	font-size: 1.6em !important;
	font-weight: inherit
}

.txt-xxxlarge {
	font-size: 1.8em !important;
	font-weight: inherit
}

.txt-xxxxlarge {
	font-size: 2.0em !important;
	font-weight: inherit
}

.txt-xxxxxlarge {
	font-size: 2.2em !important;
	font-weight: inherit
}

.txt-small {
	font-size: 0.9em !important;
	font-weight: inherit
}

.txt-xsmall {
	font-size: 0.8em !important;
	font-weight: inherit
}

.txt-xxsmall {
	font-size: 0.7em !important;
	font-weight: inherit
}

.txt-underline {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.caution {
	color: gray;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 400;
}

.nothing {
	color: var(--color-key);
	font-size: 1.6rem;
	font-weight: 600;
	padding: 0;
	margin: 1em;
}

.nothing::before {
	content: '※'
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.signature {
	margin-top: 2.5em !important;
	text-align: right !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
}

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

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
00005 table
----------------------------------------------------------------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.0rem auto;
}

table th,
table td {
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
	color: var(--color-font);
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	letter-spacing: 0.01em;
}

.frame-table {
	overflow: auto;
	margin: 1.0rem 0;
}

.frame-table table {
	width: 100%;
	min-width: 320px;
	margin: 0 !important;
	border: none;
}

.frame-table-txt {
	font-size: 1.3rem;
	color: var(--color-brown1);
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0.5em;
	display: none;
	font-weight: 600;
}

.frame-table-txt::before {
	content: '※横にスクロール出来ます'
}

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

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

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

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

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

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

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

	table th,
	table td {
		letter-spacing: 0;
	}

	.frame-table {
		border: 5px solid #eee;
		border-right: none;
		margin-bottom: 3.0rem;
	}

	.frame-table-txt {
		display: block;
		margin: 3.0rem 0 0.5rem 0;
	}
}





/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
10001 header
----------------------------------------------------------------------------------------- */
header {
	background: white;
	padding: 0;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 10;
	border-top: 5px solid var(--color-blue0);
}

header .container {
	padding: 0 0 0 0
}

header dl {
	border: 0pt solid red;
	padding: 0;
	margin: 0;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: calc(90px - 5px);
}

header dl dt {
	border: pt solid green;
	width: 37.0rem;
	height: inherit;
	padding: 0 0 0 1.0rem;
	margin: 0;
}

header dl dd {
	border: 0pt solid blue;
	width: calc(100% - 37.0rem);
	height: inherit;
	padding: 0 0 0 3.0rem;
	margin: 0;
}

header .btn-logo {
	border: 0pt solid blue;
	width: 100%;
	height: inherit;
	padding: 0;
	margin: 0;
}

header .btn-logo a {
	border: 0pt solid pink;
	width: 100%;
	height: inherit;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

nav.contact {
	background: transparent;
	margin: 0;
	padding: 0;
}

nav.contact ul.btn-more {
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

nav.contact .btn-more li {
	width: 125px;
	height: 40px;
	padding: 5px 0 5px 5px;
	margin: 0;
}

nav.contact .btn-more li a {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.6rem;
}

nav.contact .btn-more li a img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

nav.contact .btn-more li.denwa {
	width: auto;
}

nav.contact .btn-more li.denwa a {
	background: transparent;
	padding: 0;
	color: var(--color-font);
	border-radius: 0;
	letter-spacing: -0.02em
}

nav.contact .btn-more li.denwa a small {
	font-size: 13px;
}

nav.contact .btn-more li.denwa a span {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-left: 0.25em;
	margin-right: 0.5em
}

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

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

@media screen and (max-width: 1133px) {
	header {
		height: 70px;
	}

	header dl {
		height: calc(70px - 5px);
	}

	header dl dt {
		width: 100%;
		padding: 0;
	}

	header dl dd {
		visibility: hidden
	}

	header .btn-logo {
		border: 0pt solid blue;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	header .btn-logo a {
		border: pt solid red;
		width: fit-content;
		padding: 0;
		margin: 0 auto;
	}

	header .btn-logo a img {
		width: auto;
		height: 40px;
		margin: 0 auto;
	}

	nav.contact {
		display: none;
	}
}

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

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

@media screen and (max-width: 500px) {
	header .btn-logo a img {
		height: 40px;
		height:35px;
		margin-left:-100px;
	}
}

@media screen and (max-width: 400px) {
	/* header .btn-logo a {
		margin: 0 0 0 2.5vw;
	} */

	header .btn-logo a img {
		max-width: 225px;
		max-width:200px;
		height: auto;
	}
}





/*-----------------------------------------------------------------------------------------
10002 Humberger & btn-denwa
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 23px;
	right: 15px;
	width: 30px;
	height: 28px;
	z-index: 1001;
	background: transparent;
	display: none;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: var(--color-font);
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 12px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: red;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-225deg);
	transform: translateY(12px) rotate(-225deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(225deg);
	transform: translateY(-12px) rotate(225deg);
}

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

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

@media screen and (max-width: 1133px) {
	.hamburger {
		display: block;
	}
}

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

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

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

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






.btn-denwa {
	position: fixed;
	top: 16px;
	right: 65px;
	width: 30px;
	height: 28px;
	z-index: 1001;
	background: transparent;
	display: none;
	border:0px solid red;
}

.btn-denwa a {
	border:0px solid green;
	padding:0;
	margin:0;
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
	font-size:44px;
	line-height:1;
}

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

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

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

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

@media screen and (max-width: 670px) {
	.btn-denwa {
		display:block;
}
}
@media screen and (max-width: 500px) {}

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




/*-----------------------------------------------------------------------------------------
10003 nav.global
----------------------------------------------------------------------------------------- */
nav.global {
	justify-content: flex-end;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0.75rem 0 0 0;
}

nav.global ul {
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	align-items: center;
	display: flex;
	border: 0pt solid green;
}

nav.global li {
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.1;
	padding: 0 0.7em;
	border-left: 1px solid var(--color-font);
}

nav.global li:first-child {
	border-left: none;
}

nav.global li.last {
	padding-right: 0;
}

nav.global a,
nav.global .dropbtn {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: block;
	color: var(--color-font);
	letter-spadcing: 0.01em;
	padding: 0;
	margin: 0;
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	border: none;
	position: relative;
}

nav.global .dropbtn i {
	margin-left: 0.5em;
	font-size: 1.2em;
	transition: transform 0.5s ease;
	color: var(--color-blue1);
}

nav.global .has-dropdown.active .dropbtn i {
	transform: rotate(180deg);
	color: var(--color-green1);
}

nav.global .dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	background: transparent;
	min-width: 15em;
	z-index: 10;
	transform: translate(-25%, 0%) scaleY(0);
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	margin: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

nav.global .has-dropdown.active .dropdown-content {
	transform: translate(-25%, 0%) scaleY(1);
	opacity: 1;
	visibility: visible;
}

nav.global .dropdown-content li {
	padding: 0;
	margin: 0 0 2px 0;
	border: none;
	list-style: none;
}

nav.global .dropdown-content li a {
	padding: 0.75em;
	display: block;
	background: #f5f5f5;
	color: var(--color-font);
	transition: 0.2s;
	font-size: 1.6rem;
	line-height: 1.3;
	border: 0pt solid red;
}

nav.global .dropdown-content li a:hover {
	background: var(--color-font);
	color: white;
	opacity: 1;
}

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

@media screen and (max-width: 1440px) {
	nav.global li {
		font-size: calc(1.6vw * 0.7);
	}

	nav.global .dropdown-content li a {
		font-size: calc(1.5vw * 0.7);
	}
}

@media screen and (max-width: 1200px) {
	nav.global li {
		font-size: calc(1.6vw * 0.8);
	}

	nav.global .dropdown-content li a {
		font-size: calc(1.5vw * 0.8);
	}
}

@media screen and (max-width: 1133px) {
	nav.global li:last-child {
		display: block;
	}

	nav.global {
		border: 0pt double red;
		background: rgba(253, 220, 129, 0.9);
		opacity: 1;
		visibility: hidden;
		transition: all 0.5s ease-out;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 1002;
		width: 100%;
		height: 100vh;
		overflow-x: none;
		overflow-y: auto;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		margin: 0;
	}

	nav.global.blocker {
		opacity: 1;
		visibility: visible;
		right: 0;
	}

	nav.global ul {
		flex-direction: column;
		justify-content: center;
		align-items: stretch;
		display: flex;
		border: none;
		border-top: 8px solid var(--color-font);
		border-bottom: 1px solid var(--color-font);
		width: 80%;
		min-width: 300px;
	}

	nav.global li {
		font-size: 2.0vw;
		padding: 0;
		border: 0px solid var(--color-font) !important;
	}

	nav.global a,
	nav.global .dropbtn {
		width: 100%;
		text-align: left;
		border-top: 2px solid var(--color-font);
		letter-spacing: 0.4em;
		padding: 0.7em 0.3em;
		margin: 0;
		color: var(--color-font) !important;
	}

	nav.global .dropbtn i {
		position: absolute;
		right: 0;
		font-size: 1em;
		color: var(--color-font) !important;
	}

	nav.global .has-dropdown.active .dropbtn i {
		transform: scaleY(-1);
	}

	nav.global .dropdown-content {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.5s ease;
		padding: 0;
		background: transparent;
		position: static;
		transform: none;
		display: block;
		transform: translate(0%, 0%) scaleY(0);
	}

	nav.global .has-dropdown.active .dropdown-content {
		transform: translate(0%, 0%) scaleY(1);
	}

	nav.global .dropdown-content li {
		margin: 0;
	}

	nav.global .dropdown-content li a {
		border-top: 1px dashed var(--color-font);
		padding: 1em 1em 1em 2em;
		background: transparent;
		font-size: calc(2.0vw * 0.9);
		letter-spacing: 0.1em;
	}

	nav.global .dropdown-content li a:hover {
		background: inherit;
		color: inherit;
		opacity: 0.6;
	}
}

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

@media screen and (max-width: 670px) {
	nav.global ul {
		border-top: 6px solid var(--color-font);
	}

	nav.global li {
		font-size: calc(2.0vw * 1.6);
	}

	nav.global a,
	nav.global .dropbtn {
		border-top: 1px solid var(--color-font);
		letter-spacing: 0.1em;
	}

	nav.global .dropdown-content li a {
		font-size: calc(2.0vw * 1.4);
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 500px) {
	nav.global ul {
		border-top: 4px solid var(--color-font);
	}

	nav.global li {
		font-size: calc(2.0vw * 2.0);
	}

	nav.global .dropdown-content li a {
		font-size: calc(2.0vw * 1.8);
	}
}

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





/*-----------------------------------------------------------------------------------------
10004 FOOTER
----------------------------------------------------------------------------------------- */
footer {
	border: 0pt solid black;
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	background: url(../img/common/bg-footer.png) repeat center center #9ED3DA;
}

footer nav {
	border: 0px solid olive;
	background: #D7F9FF;
	width: 100%;
	padding: 0;
	margin: 0;
}

footer nav ul {
	border: 0px solid black;
	padding: 0.8em;
	margin: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1;
}

footer nav ul li {
	border-left: 1px solid var(--color-font);
	background: transparent;
	display: block;
	width: auto;
	padding: 0 1em;
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

footer nav ul li:first-child {
	border-left: none;
	background: transparent;
}

footer nav ul li a {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: var(--color-font);
}

footer .area-logo {
	border: 0px solid red;
	width: 100%;
	padding: 6.0rem 0;
	margin: 0 auto;
}

footer h2 {
	border: 0px solid olive;
	max-width: 33.0rem;
	width: 75%;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

footer address {
	font-size: 1.6rem;
	line-height: 1.7;
	color: var(--color-font);
	text-align: center;
	padding: 0;
	margin: 1.75em 0
}

footer address span {
	font-size: 0.9em;
	margin-left: 1em;
}

footer p.cpoyright {
	font-size: 1.2rem;
	line-height: 1.7;
	color: var(--color-font);
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 1.5em 0
}


footer ul.btn-more {
	margin-top: 1.5rem;
	margin-bottom: 3.0rem;
}

footer ul.btn-more li a {
	min-width: 14em;
}

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

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

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

	footer nav,
	footer ul.btn-more {
		display: none !important;
	}
}

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

@media screen and (max-width: 670px) {
	footer .area-logo {
		padding: 3.0rem 0;
	}

	footer h2 {
		max-width: initial;
		width: 50%;
		/* margin: 0; */
	}

	footer address {
		font-size: calc(1.6vw * 1.3);
		/* text-align: left; */
	}

	footer address span {
		/* margin-left: 0; */
	}

	footer p.cpoyright {
		/* text-align: left; */
	}
}

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

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





/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
20001 ぱんくず
----------------------------------------------------------------------------------------- */
.pankuzu {
	width: 100%;
	padding: 0.75em 0;
	margin: 0 auto;
	font-size: 1.3rem;
	text-align: left;
	background: #f5f5f5;
}

.home .pankuzu {
	display: none;
}

.pankuzu .container {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;

}

.pankuzu span {
	font-size: inherit;
	color: inherit;
	line-height: 1.3;
	margin-right: 0.5em;
}

.pankuzu a {
	color: inherit;
	text-decoration: none;
}

.pankuzu .col-12 {
	padding-top: 0;
	padding-bottom: 0;
}

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

@media screen and (max-width: 1133px) {
	.pankuzu {
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 840px) {
	.pankuzu {
		font-size: 1.4rem;
		padding: 0.5em 0;
	}
}

@media screen and (max-width: 670px) {
	.pankuzu {
		padding: 0.5em 0;
	}
}

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

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





/*-----------------------------------------------------------------------------------------
20002 SIDEBAR
----------------------------------------------------------------------------------------- */
aside.sidebar {
	background: transparent;
	padding-left: 4.0vw;
}

aside.sidebar .widget {
	padding: 0 0 2.0vw 0;
	margin: 0;
	background: transparent;
}

aside.sidebar h4 {
	padding: 0.75em 0.5em;
	margin: 0 0 0.25em 0;
	border-top: 5px solid var(--color-font);
	border-bottom: 1px double var(--color-font);
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 2.4rem;
	color: var(--color-font);
	font-weight: 500;
}

aside.sidebar ul {
	padding: 0;
	margin: 0 0 3.0rem 0;
	width: 100%;
}

aside.sidebar ul li {
	border-bottom: 1px dashed #aaa;
	padding: 0.75em 0.1em;
	margin: 0;
	list-style: none;
	width: 100%;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.6;
}

aside.sidebar ul li span {
	font-size: 1.2rem;
	display: block;
	text-align: right;
	padding: 0.75em 0 0 0;
	margin-left: 1.25em;
}

aside.sidebar ul li a {
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 1em;
	margin: 0;
	display: inline-block;
	position: relative;
	display: block;
	color: var(--color-font);
}

aside.sidebar ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: var(--color-key);
	font-size: inherit;
}

aside.sidebar ul li:hover {
	transition: 0.3s;
	background: #f3f3f3
}

aside.sidebar ul li a:hover {
	opacity: 1 !important;
}

.post-date {
	color: var(--color-font);
}

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

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

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

@media screen and (max-width: 840px) {
	aside.sidebar {
		padding: 4vw 0;
		width:100%;
	}

	aside.sidebar h4 {
		font-size: calc(2.4rem * 1.3);
	}

	aside.sidebar ul li {
		font-size: calc(1.6rem * 1.3);
	}

	aside.sidebar ul li span {
		font-size: calc(1.2rem * 1.3);
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
20003 box-contents LAYOUT
----------------------------------------------------------------------------------------- */
.box-contents {
	border: 0pt solid silver;
	padding: 3.0vw 0;
}

/* .archive .box-contents,
.page .box-contents {
	background:white;
} */

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

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

@media screen and (max-width: 1133px) {
	.archive .box-contents .col-08 {
		width: 70%;
	}

	.archive .box-contents .col-04 {
		width: 30%;
	}
}

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

	.archive .box-contents .col-08,
	.archive .box-contents .col-04 {
		width: 100%;
	}
}

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

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

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




/*-----------------------------------------------------------------------------------------
20004 pagination
----------------------------------------------------------------------------------------- */
.pagination {
	border: 0px solid black;
	width: 100%;
	padding: 6vw 0;
	margin: 0;
}

.archive .pagination {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination ul.page-numbers {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination li {
	list-style: none;
}

a.page-numbers,
span.page-numbers {
	border: 0px solid black;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	background: var(--color-font);
	border: 1px solid var(--color-font);
	color: white;
}

span.page-numbers,
a.prev.page-numbers,
a.next.page-numbers {
	background: transparent;
	color: var(--color-font);
}

a.prev.page-numbers,
a.next.page-numbers {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}

span.page-numbers.dots {
	border: none;
}

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
20005 ページャー
----------------------------------------------------------------------------------------- */
.pager {
	padding: 0;
	margin: 6.0rem 0 3.0rem 0;
	display: block;
	height: auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.screen-reader-text {
	display: none;
}

.pager .navigation {
	width: 100%;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.nav-links {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	color: var(--color-key) !important;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: auto;
	display: block;
	padding: 0 0.5em;
	font-size: 2.0rem;
	line-height: 1;
	transition: 0.5s;
	color: inherit
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: var(--color-blue)
}

.nav-links .nav-previous::before {
	content: '\f137';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin: 0 0.2em;
	color: var(--color-blue)
}

.nav-links .nav-next::after {
	content: '\f138';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	margin: 0 0.2em;
	color: var(--color-blue)
}

.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
	opacity: 0.5;
}

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
20006 ARCHIVE
----------------------------------------------------------------------------------------- */
.list-archive {
	border: 0px solid red;
	padding: 0;
	margin: 0;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

.list-archive dl {
	border: 0px solid green;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.list-archive dl dt,
.list-archive dl dd {
	border: 0px solid blue;
	padding: 0;
	margin: 0;
	width: 20%;
}

.list-archive dl dd {
	width: 80%;
	padding-left: 3.0rem;
}

.list-archive h3,
.list-archive h4 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
	padding: 0;
	margin: 0;
	color: var(--color-font)
}

.list-archive p {
	font-size: 1.6rem;
	line-height: 1.7;
	padding: 0;
	margin: 0;
	color: var(--color-font);
	opacity: 0.8;
}

.list-archive .date {
	font-size: 1.4rem;
	line-height: 1;
	padding: 0;
	margin: 1.5em 0;
	display: block;
	text-align: left;
	color: var(--color-font);
	opacity: 0.8;
}

.list-archive>li {
	border-top: 1px dashed var(--color-font);
	padding: 3.0rem 0.5rem;
	margin: 0;
	transition: 0.5s;
}

.list-archive>li:last-child {
	border-bottom: 1px dashed var(--color-font);
}

.list-archive ul.btn-more {
	margin-top: 1.5rem;
	margin-bottom: 0;
}

.list-archive ul.btn-more a {
	font-size: 1.4rem !important;
}

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

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

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

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

	.list-archive dl dt,
	.list-archive dl dd {
		width: 20%;
	}

	.list-archive dl dd {
		width: 80%;
		padding-left: 3.0rem;
	}
}

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

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

@media screen and (max-width: 400px) {
	.list-archive dl dd {
		padding-left: 2.0rem;
	}
}





/*-----------------------------------------------------------------------------------------
20007 .page-title
----------------------------------------------------------------------------------------- */
.page-title {
	background: url('../img/common/bg-about.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 6vw 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.page-title::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	display: block;
	background: rgba(93, 57, 13, 0.4);
	background: rgba(149, 213, 246, 0.8);
	background: rgba(9, 167, 195, 0.6);
	background: rgba(80, 173, 221, 0.7);
	top: 0;
	left: 0;
}

.page-title h2 {
	padding: 0;
	margin: 0;
	letter-spacing: 0.2em;
	color: var(--color-font);
	color: white;
	font-size: 4.0vw;
	line-height: 1.5;
	text-align: center;
	font-weight: 400;
	position: relative;
	z-index: 3;
}

.page-title h2 span,
.page-title h2 small {
	display: block;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0;
}

.page-title h2 small {
	font-size: 0.5em;
	font-weight: 300;
	font-family: 'Oswald';
	text-transform: uppercase;
}

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

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

@media screen and (max-width: 840px) {
	.page-title {
		padding: 10vw 0;
	}

	.page-title h2 {
		font-size: calc(4.0vw * 1.75);
	}
}

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

@media screen and (max-width: 500px) {
	.page-title {
		padding: 12vw 0;
	}

	.page-title h2 {
		font-size: calc(4.0vw * 2.0);
	}

	.page-title h2 small {
		font-size: 0.5em;
	}
}





/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
30001.fixed-btn
----------------------------------------------------------------------------------------- */
ul.fixed-btn {
	padding: 0;
	margin: 0;
	width: 21.0rem;
	position: fixed;
	z-index: 1000;
	bottom: 1.5vh;
	right: 0;
	transition: 1.0s;
	display: block;
	background: transparent;
}

ul.fixed-btn.fixed {
	right: 0;
}

ul.fixed-btn li {
	border: 0pt solid green;
	padding: 0.45rem 0;
	display: block;
	width: 100%;

}

ul.fixed-btn li a {
	border: 0pt solid blue;
	padding: 0 0 0 0.5em;
	margin: 0;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
	border-radius: 3.0rem 0 0 3.0rem;
	background: var(--color-blue1);
	color: white;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
	height: 5.0rem;
	overflow: hidden;
	box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
}

ul.fixed-btn li a img {
	width: auto;
	height: 90%;
	padding: 0;
	margin: 0
}

ul.fixed-btn li.monshin a {
	background: var(--color-blue2);
}

ul.fixed-btn li.line a {
	background: var(--color-green1);
}

ul.fixed-btn li.denwa a {
	background: var(--color-font);
	font-size: 2.0rem;
}

ul.fixed-btn li.denwa a span {
	font-weight: inherit;
	font-family: 'Poppins', sans-serif;
}

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

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

@media screen and (max-width: 1133px) {
	ul.fixed-btn {
		width:      calc(21.0vw * 0.8);
	}

	ul.fixed-btn li {
		padding:    calc(0.45vw * 0.8) 0;
	}

	ul.fixed-btn li a {
		font-size:   calc(2.5vw * 0.8);
		height:      calc(5.0vw * 0.8);
	}

	ul.fixed-btn li.denwa a {
		font-size:   calc(2.0vw * 0.8);
	}

}

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

@media screen and (max-width: 670px) {
	/* ul.fixed-btn {
		width: calc(21.0vw * 1.1);
	}

	ul.fixed-btn li {
		padding: calc(0.45vw * 1.1) 0;
	}

	ul.fixed-btn li a {
		font-size: calc(2.5vw * 1.1);
		height: calc(5.0vw * 1.1);
	}

	ul.fixed-btn li.denwa a {
		font-size: calc(2.0vw * 1.1);
	} */




	ul.fixed-btn {
		bottom: 0;
		right: 0;
		display: block;
		background:#ddd;
		width:100%;
		height:40px;
		justify-content : center;
		align-items : center;
		display : flex;
		flex-wrap : wrap;
	}

	ul.fixed-btn li {
		width:33.33333%;
		height:100%;
		border:0px solid black;
		padding:0;
		margin:0;
	}

	ul.fixed-btn li a {
		border-radius:0;
		width:100%;
		height:100%;
		padding:0;
		margin:0;
		font-size:3.25vw;
		box-shadow:none;
	}

	ul.fixed-btn li.denwa {
		display:none;
	}


	ul.fixed-btn li a img {
		height: 35px;
	}


	/* ul.fixed-btn.fixed {
		right: 0;
	}

	ul.fixed-btn li {
		border: 0pt solid green;
		padding: 0.45rem 0;
		display: block;
		width: 100%;

	}

	ul.fixed-btn li a {
		border: 0pt solid blue;
		padding: 0 0 0 0.5em;
		margin: 0;
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 1;
		border-radius: 3.0rem 0 0 3.0rem;
		background: var(--color-blue1);
		color: white;
		justify-content: center;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		width: 100% !important;
		height: 5.0rem;
		overflow: hidden;
		box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
	}

	ul.fixed-btn li.monshin a {
		background: var(--color-blue2);
	}

	ul.fixed-btn li.line a {
		background: var(--color-green1);
	}

	ul.fixed-btn li.denwa a {
		background: var(--color-font);
		font-size: 2.0rem;
	}

	ul.fixed-btn li.denwa a span {
		font-weight: inherit;
		font-family: 'Poppins', sans-serif;
	}
	 */

	 ul.fixed-btn li a {
		 font-size:4.25vw
	 }


}

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

@media screen and (max-width: 400px) {
	/* ul.fixed-btn {
		width: calc(21.0vw * 1.2);
	}

	ul.fixed-btn li {
		padding: calc(0.45vw * 1.2) 0;
	}

	ul.fixed-btn li a {
		font-size: calc(2.5vw * 1.2);
		height: calc(5.0vw * 1.4);
	}

	ul.fixed-btn li.denwa a {
		font-size: calc(2.0vw * 1.2);
	} */


}





/*-----------------------------------------------------------------------------------------
					30002 .btn-more
					----------------------------------------------------------------------------------------- */
ul.btn-more,
ul.btn-more.center {
	border: pt solid red;
	padding: 0;
	margin: 1.5rem 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: auto;

}

ul.btn-more li {
	border: 0pt solid green;
	width: fit-content;
	padding: 0.5rem;
	display: block;
}

ul.btn-more li a {
	display: blcok !important;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	padding: 0.5em 1.75em 0.6em;
	margin: 0;
	background: var(--color-font);
	text-decoration: none;
	color: white;
	border-radius: calc(1.8rem * 3);
	overflow: hidden;
}

ul.btn-more.right {
	justify-content: flex-end;
}

ul.btn-more.left {
	justify-content: flex-start;
}

ul.btn-more.vertical {
	display: block;
}

ul.btn-more.vertical li {
	margin-left: auto;
	margin-right: auto;
}

ul.btn-more.vertical.left li {
	margin-left: 0;
	margin-right: auto;
}

ul.btn-more.vertical.right li {
	margin-left: auto;
	margin-right: 0;
}

ul.btn-more.large li a {
	font-size: 3.0rem;
	border-radius: calc(3.0rem * 3)
}

ul.btn-more.little li a {
	font-size: 1.3rem
}

ul.btn-more li.blue1 a {
	background: var(--color-blue1) !important;
}

ul.btn-more li.blue2 a {
	background: var(--color-blue2) !important;
}

ul.btn-more li.green1 a {
	background: var(--color-green1) !important;
}

ul.btn-more.bigger {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}

ul.btn-more.bigger li a {
	font-size: 3.0rem;
	background: var(--color-font);
	border-radius: calc(4.0rem * 3);
	border: 0.5rem solid white;
	box-shadow: 0.5rem 0.5rem 1.0rem rgba(0, 0, 0, 0.2);
	font-weight: 600;
}

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

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

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

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

@media screen and (max-width: 670px) {
	ul.btn-more.bigger li a {
		font-size: calc(4.0vw * 1.0)
	}
}

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

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





/*-----------------------------------------------------------------------------------------
30003 TABLE > table.table-time
----------------------------------------------------------------------------------------- */
table.table-time {
	width: 100%;
	margin: 0;
	table-layout: fixed;
	background: white;
}

table.table-time th,
table.table-time td {
	background: transparent;
	text-align: center;
	vertical-align: middle;
	font-size: 1.8rem;
	line-height: 1.4;
	width: 11%;
	padding: 10px 4px;
	border: none;
	color: #333;
	border: 1px solid #ddd;
	letter-spacing: 0.05em;
}

table.table-time th {
	width: 23%;
	font-weight: bold;
	border-left: none;
}

table.table-time td {
	font-size: 2.0rem;
	font-weight: bold;
	color: #04A8C1;
	color: #333;
}

table.table-time small {
	font-size: 1.2rem !important;
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: 3444;
}

table.table-time tr:nth-child(1) td {
	font-size: 1.8rem;
	color: #333;
	background: #e0f7fc;
}

table.table-time tr:nth-child(1) th {
	background: #FFE189;
}

table.table-time tr:nth-child(2) th {
	background: #FEF1C9;
}

table.table-time tr:nth-child(3) th {
	background: #FFF6DB;
	border-bottom: 1px solid #eee;
}

table.table-time tr:nth-child(3) td {
	border-bottom: 1px solid #eee;
}

table.table-time tr:nth-child(4) th {
	background: #fffbf1;
}

table.table-time .sunday {
	background: #FCEAF2;
	color: #D5559B !important;
	color: #e23838 !important;
}

table.table-time tr:nth-child(1) td.sunday {
	background: #ffd9ea;
	color: #D5559B !important;
	color: #e23838 !important;
}


table.table-time .batsu {
	color: #F39B9F;
	color: #333;
}

table.table-time td.border-none {
	border-right: none;
}

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

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

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

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

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

@media screen and (max-width: 500px) {
	table.table-time th,
	table.table-time td {
			font-size: 1.6rem;
	}
}

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




/*-----------------------------------------------------------------------------------------
30004 TABLE > table.table-setsumei
----------------------------------------------------------------------------------------- */
table.table-setsumei {
	width: 100%;
	margin: 1.5rem 0;
	table-layout: fixed;
}

table.table-setsumei th,
table.table-setsumei td {
	background: transparent;
	text-align: left;
	vertical-align: top;
	font-size: 1.8rem;
	line-height: 2;
	position: relative;
	border: 0px solid black;
	padding: 0.5em;
}

table.table-setsumei th::after {
	content: ':';
	position: absolute;
	top: 0.4em;
	right: 0.5em;
}

table.table-setsumei th {
	width: 12em;
	padding-left: 0;
	font-weight: 600;
}

table.table-setsumei td {
	width: calc(100% - 12em);
}

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

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

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

@media screen and (max-width: 840px) {
	table.table-setsumei {
		border-bottom: 1px solid var(--color-font);
	}

	table.table-setsumei th,
	table.table-setsumei td {
		border: 0px solid black;
		padding: 0.2em 0.5em 0.3em;
		display: block;
		width: 100%;
	}

	table.table-setsumei th::after {
		display: none;
	}

	table.table-setsumei th {
		border-top: 5px solid var(--color-font);
		border-bottom: 1px dashed var(--color-font);
		font-size: calc(1.8rem * 1.25);
		font-weight: 600;
		background: rgba(239, 235, 231, 0.5)
	}

	table.table-setsumei td {
		padding-bottom: 1.5em;
		font-size: calc(1.8rem * 1.1);
	}

	table.table-setsumei span.kesu {
		display: none;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
30005 TABLE > table.table-profiler
----------------------------------------------------------------------------------------- */
table.table-profile {}

table.table-profile th,
table.table-profile td {
	border-bottom: 4px solid white;
}

table.table-profile th {
	background: rgba(93, 57, 13, 0.1);
	text-align: center;
	width: 8em;
}

table.table-profile td {
	width: calc(100% - 8em);
	padding-left: 0.75em;
}

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

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
30006 TABLE > #biz_calendar
----------------------------------------------------------------------------------------- */
#biz_calendar {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#biz_calendar p {
	font-size: 14px;
	line-height: 1;
	height: 20px;
	padding: 0 2em 0 0;
	margin: 0 0 0 2px;
	display: inline-block;
	color: #555555;
}

#biz_calendar p a {
	display: inline-block;
	text-decoration: none;
	color: #555555;
}

#biz_calendar p span.boxholiday {
	background-color: #F49C9F;
	padding: 1px 40px 1px 0;
	margin-right: 5px;
}

#biz_calendar p span.boxeventday {
	background-color: #CDAFDC;
	padding: 1px 40px 1px 0;
	margin-right: 5px;
}

#biz_calendar table.bizcal {
	width: 100%;
	margin: 0 0 20px 0;
	table-layout: fixed;
	background: white;
}

#biz_calendar table.bizcal th,
#biz_calendar table.bizcal td {
	background: #D7EAED;
	border: 2px solid white;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	padding: 0.6em 0;
	color: #555555;
}

#biz_calendar table.bizcal th {
	background: #FFE59B;
}

#biz_calendar table.bizcal td {
	background: #FFF7DC;
}

#biz_calendar table.bizcal .holiday {
	background-color: #F49C9F;
	color: #ffffff;
}

#biz_calendar table.bizcal .eventday {
	background-color: #CDAFDC;
	color: #ffffff;
}

#biz_calendar table.bizcal .eventday a {
	color: white;
	text-decoration: none;
}

#biz_calendar table.bizcal .today {
	color: #555555;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#biz_calendar table.bizcal .today a {
	color: #555555;
}

#biz_calendar table.bizcal tr:first-child td {
	background-color: #FDDC81;
	border: 1px solid #FDDC81;
}

#biz_calendar table.bizcal tr:first-child td:first-child {
	border-left: 2px solid white;
}

#biz_calendar table.bizcal tr:first-child td:last-child {
	border-right: 2px solid white;
}

#biz_calendar table.bizcal img {
	vertical-align: middle;
	box-shadow: none;
	margin: 0;
	width: 40%;
}

#biz_calendar table.bizcal .down-img {
	text-align: right;
}

#biz_calendar table.bizcal .today-img {
	text-align: center;
}

#biz_calendar table.bizcal .up-img {
	text-align: left;
}

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

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
30007 iframe-wrap
----------------------------------------------------------------------------------------- */
.iframe-wrap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	border: 0px solid red;
}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

@media screen and (max-width: 840px) {
	.iframe-wrap {
		padding-bottom: 100%;
	}

}

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

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

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





/*-----------------------------------------------------------------------------------------
30008 blockquote
----------------------------------------------------------------------------------------- */
blockquote {
	border: 7px double #D7EAED;
	padding: 4.5rem;
	margin: 3.0rem auto;
	width: 100%;
	background: rgba(215, 234, 237, 0.3);
}

blockquote>*:first-child {
	margin-top: 0 !important
}

blockquote>*:last-child {
	margin-bottom: 0 !important
}


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

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

@media screen and (max-width: 1133px) {
	blockquote {
		padding: 3.0rem;
	}
}

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

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

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

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





/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
40001 TYPO ----- ol - リストスタイル
----------------------------------------------------------------------------------------- */
ol.def {
	padding: 0;
	margin: 0.5em 0 1em 0;
	font-size: 1.8rem;
	line-height: 1.7;
	display: block;
	width: 100%;
	border: 0pt solid red;
}

ol.def li {
	list-style-type: disc;
	font-size: inherit;
	line-height: inherit;
	position: relative;
	letter-spacing: 0.05em;
	color: var(--color-font);
	list-style-position: outside;
	padding: 0;
	margin: 0.5em 0 0.5em 1.5em
}

ol.def li:first-child {
	margin-top: 0;
}

ol.def li:last-child {
	margin-bottom: 0;
}

ol.def.num {
	padding-left: 0.25em;
}

ol.def.num li {
	list-style-type: decimal;
}

ol.caution li {
	list-style-type: none;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 1.5rem;
}

ol.caution li::before {
	content: '※';
	font-weight: 600;
}

ol.check li,
ol.check.kuro li,
ol.shikaku li,
ol.maru li,
ol.arrow li {
	margin-left: 1.5em;
	text-indent: -1.5em;
	list-style: none;
}

ol.arrow li {
	text-indent: -1.3em;
}

ol.check li::before,
ol.check.kuro li::before,
ol.shikaku li::before,
ol.maru li::before,
ol.arrow li::before {
	content: '\f00c';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	padding-right: 0.4em;
}

ol.check.kuro li::before {
	content: '\f058';
}


ol.shikaku li::before {
	content: '\f0c8';
}

ol.maru li::before {
	content: '\f192';
}

ol.arrow li::before {
	content: '\f0da';
	padding-left: 0.3em
}

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

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
40002 TYPO ----- ol - リストスタイル
----------------------------------------------------------------------------------------- */
p {
	font-size: 1.8rem;
	line-height: 1.9;
	padding: 0;
	margin: 1em 0;

}

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

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

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
50001 btn-feat
----------------------------------------------------------------------------------------- */
.btn-feat {
	padding: 0;
	margin: 0;
	dipslay: block;
	position: relative;
}

.page main li .btn-feat a,
.btn-feat a {
	padding: 0;
	margin: 0;
	/* display: block; */
	display:block !important;
	width: 100%;
	height: 100%;
	position: relative;
	transform: translate(0%, 1.5rem);
	border:0pt solid red;
}

.btn-feat figure {
	border: 0.5rem solid white;
	padding: 0;
	margin: 0;
	display: block;
	border-radius: 1.5rem;
	box-shadow: 0.75rem 0.75rem 0.75rem rgba(0, 0, 0, 0.3);
	overflow: hidden;
	width: 100%;
}

.btn-feat.shikaku span {
	display: block;
	background: white;
	color: var(--color-font);
	text-align: center;
	font-size: 2.3rem;
	line-height: 1;
	font-weight: 700;
	width: 88%;
	padding: 0;
	margin: 0 auto;
	padding: 0.7em 0;
	transform: translate(0, -50%);
	border-radius: 3em;
}

.btn-feat p {
	font-size: 1.4rem;
	line-height: 1.6;
	color: var(--color-font);
}

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

@media screen and (max-width: 1200px) {
	.btn-feat.shikaku span {
		font-size: calc(2.3vw * 0.7);
	}
}

@media screen and (max-width: 1133px) {
	.btn-feat p {
		font-size: calc(1.4vw * 1.0);
	}
}

@media screen and (max-width: 840px) {
	.btn-feat.shikaku span {
		font-size: calc(2.3vw * 1.4);
	}

	.btn-feat p {
		font-size: calc(1.4vw * 1.5);

	}
}

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

@media screen and (max-width: 500px) {
	.btn-feat p {
		font-size: calc(1.4vw * 2.0);
	}
}

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





.btn-feat.horizon a {
	transform: translate(0, 0);
}

.btn-feat.horizon dl {
	border: 0pt solid black;
	padding: 0;
	margin: 0 0 0 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}

.btn-feat.horizon dl dt,
.btn-feat.horizon dl dd {
	border: 0pt solid gray;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	width: 35%;
}

.btn-feat.horizon dl dd {
	display: block;
	width: 65%;
	padding-left: 3.0rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--color-font);
	letter-spacing: 0.05em;
}

.btn-feat.horizon dl dd span,
.btn-feat.horizon dl dd small {
	font-weight: inherit;
	display: block;
}

.btn-feat.horizon dl dd span {
	font-size: 1.5em;
	line-height: 1.2;
}

.btn-feat.horizon dl dd small {
	font-size: 0.8em;
	margin-top: 0.3em;
}

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

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

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

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

@media screen and (max-width: 670px) {
	.btn-feat.horizon a {
		width: calc(100% - 20vw);
		margin: 5vw auto 0;
		border: 0px solid red;
	}

	.btn-feat.horizon dl dt,
	.btn-feat.horizon dl dd {
		width: 100%;
		letter-spacing: 0;
		padding: 1.0rem 0;
	}

	.btn-feat.horizon dl dd {
		padding-left: 1.0rem;
		padding-right: 1.0rem;
	}

	.btn-feat.horizon dl dd small {
		font-size: 1.0em;
	}
}

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

@media screen and (max-width: 400px) {
	.btn-feat.horizon a {
		width: calc(100% - 0vw);
	}

	.btn-feat.horizon dl dd {
		font-size: calc(1.8rem * 1.1);
	}
}





.btn-feat.download a {
	transform: translate(0, 0);
}

.btn-feat.download figure {
	background-image: url('../img/common/bg-blue.jpg');
	background-position: center center;
	color: white;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.2;
	letter-spacing: 0.16em;
	padding: 0.5em 0;
	margin: 0 0 0 0;
}

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

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

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

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

@media screen and (max-width: 670px) {
	.btn-feat.download figure {
		font-size: calc(2.4vw * 1.9);
		padding: 0.75em 0;
	}
}

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

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





.btn-feat.yoyaku a {
	position: relative;
	z-index: 1;
	transform: translate(0, 0);

}

.btn-feat.yoyaku img.tablet {
	position: relative;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 10%;
	width: 20%;
	transform: translate(0%, -50%);
}

.btn-feat.yoyaku figure {
	background-image: url('../img/common/feat-006.jpg');
	background-position: center center;
	color: white;
	text-align: center;
	font-size: 5.0rem;
	line-height: 1.2;
	padding: 0 0;
	margin: 0 0;
	display: block;
	height: auto;
}

.btn-feat.yoyaku .text {
	font-size: 5.0rem;
	font-weight: 700;
	line-height: 0.7;
	padding: 1.25em 0;
	margin: 0;
}

.btn-feat.yoyaku small {
	font-size: 0.5em;
	font-weight: inherit;
	letter-spacing: 0.1em;
}

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

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

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

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

@media screen and (max-width: 670px) {
	.btn-feat.yoyaku a {
		position: relative;
		z-index: 1;
	}

	.btn-feat.yoyaku img.tablet {
		top: 50%;
		right: -4%;
		width: 24%;
	}

	.btn-feat.yoyaku .text {
		font-size: calc(5.0vw * 1.4);
		padding: 1.5em 0;
	}

	.btn-feat.yoyaku small {
		font-size: 0.7em;
	}
}

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

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