﻿/*
Theme Name: ナニピリナスタジオのテーマ
*/

/*----------------------------------------
reset
----------------------------------------*/

html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------
全体
----------------------------------------*/

body {
	background: url(images/bg-1.jpg);
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	word-break: break-word;
	text-size-adjust: none;
}

body::before {
	background-image: url(images/bg-blue-yellow.jpg);
	background-position: top center;
	background-color: #000;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 700px;
	position: absolute;
	top: 0;
	width: 100%;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1200px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
	width: 560px;
}

.douga-in {
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

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

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.round {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
}

.anton {
	font-family: "Anton", sans-serif;
	font-weight: 400;
}

strong,b,.strong {
	font-weight: 700;
}

:root {
	--blue-2: #00d2d3;
	--blue-2-dark: #009e9e;
	--orange-2: #ff9f43;
	--orange-2-dark: #ff830f;
	--pink-2: #ff6b6b;
	--pink-2-dark: #ff3232;
	--line: #00b900;
	--insta: linear-gradient(to right, #4c64d3 0%,#cf2e92 33%,#f26939 67%,#ffdd83 100%);
	--fb: #1877f2;
}

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.y-b-mini {
	background: linear-gradient(transparent 70%, #ffff00 70%);
}

.red-2 {
	color: #cc5a5a;
}

.blue-2 {
	color: var(--blue-2);
}

.blue-3 {
	color: #1278ff;
}

.orange-2 {
	color: var(--orange-2);
}

.pink-2 {
	color: var(--pink-2);
}

.pink-b {
	background: linear-gradient(transparent 50%, var(--pink-2) 50%);
}

.pink-b-mini {
	background: linear-gradient(transparent 70%, var(--pink-2) 70%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.head-in .wrapper {
	padding: 20px 0;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 170px;
}

.head-in-logo .img-banner {
	background: url(images/logo-new-2.png) no-repeat;
	padding-bottom: 58.660%;
}

.head-in-in {
	box-sizing: border-box;
	float: right;
}

.head-in-in-sns-btn-list {
	box-sizing: border-box;
	float: left;
}

.head-in-in-sns-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	width: 70px;
}

.head-in-in-sns-btn-list li:last-child {
	margin-right: 0;
}

.head-in-in-sns-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.head-in-in-sns-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	height: 70px;
	overflow: hidden;
	position: relative;
}

.head-in-in-sns-btn-list-btn:hover .head-in-in-sns-btn-list-btn-in {
	opacity: 0.6;
}

.head-in-in-sns-btn-list-btn-in::after {
	box-sizing: border-box;
	color: #fff;
	content: "";
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
	font-size: 35px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
}

.head-in-in-sns-btn-list li.li-line .head-in-in-sns-btn-list-btn-in {
	background: var(--line);
}

.head-in-in-sns-btn-list li.li-line .head-in-in-sns-btn-list-btn-in::before {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
	z-index: 1;
}

.head-in-in-sns-btn-list li.li-line .head-in-in-sns-btn-list-btn-in::after {
	color: var(--line);
	content: "\f3c0";
	font-size: 50px;
}

.head-in-in-sns-btn-list li.li-insta .head-in-in-sns-btn-list-btn-in {
	background: var(--insta);
}

.head-in-in-sns-btn-list li.li-insta .head-in-in-sns-btn-list-btn-in::after {
	content: "\f16d";
	font-size: 40px;
}

.head-in-in-sns-btn-list li.li-x .head-in-in-sns-btn-list-btn-in {
	background: #000;
}

.head-in-in-sns-btn-list li.li-x .head-in-in-sns-btn-list-btn-in::after {
	content: "\e61b";
}

.head-in-in-sns-btn-list li.li-fb .head-in-in-sns-btn-list-btn-in {
	background: var(--fb);
}

.head-in-in-sns-btn-list li.li-fb .head-in-in-sns-btn-list-btn-in::after {
	content: "\f39e";
}

.head-in-in-contact-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	line-height: 0;
	margin-left: 40px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

.head-in-in-contact-btn-in {
	background: var(--pink-2);
	box-sizing: border-box;
	box-shadow: 0 5px var(--pink-2-dark);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 15px 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.head-in-in-contact-btn:hover .head-in-in-contact-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.head-in-in-contact-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 47px;
	position: relative;
}

.head-in-in-contact-btn-in-text::before {
	box-sizing: border-box;
	content: "\e017";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.head-in-pc-menu {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	height: 60px;
	margin: 0 auto;
	width: 1200px;
}

.head-in-pc-menu ul {
	box-sizing: border-box;
	height: 100%;
}

.head-in-pc-menu ul li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin-right: 40px;
}

.head-in-pc-menu ul li.li-aco {
	position: relative;
}

.head-in-pc-menu ul li:last-child {
	margin-right: 0;
}

.head-in-pc-menu ul li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 16.5px 0;
	position: relative;
	text-decoration: none;
}

.head-in-pc-menu ul li a:hover::after,
.head-in-pc-menu ul li.li-now a::after {
	background: #494949;
	box-sizing: border-box;
	bottom: 14px;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.head-in-pc-menu ul li:nth-child(1) a:hover::after,
.head-in-pc-menu ul li:nth-child(1).li-now a::after,
.head-in-pc-menu ul li:nth-child(8) a:hover::after,
.head-in-pc-menu ul li:nth-child(8).li-now a::after {
	background: #ff0000;
}

.head-in-pc-menu ul li:nth-child(2) a:hover::after,
.head-in-pc-menu ul li:nth-child(2).li-now a::after,
.head-in-pc-menu ul li:nth-child(9) a:hover::after,
.head-in-pc-menu ul li:nth-child(9).li-now a::after {
	background: #ffa500;
}

.head-in-pc-menu ul li:nth-child(3) a:hover::after,
.head-in-pc-menu ul li:nth-child(3).li-now a::after,
.head-in-pc-menu ul li:nth-child(10) a:hover::after,
.head-in-pc-menu ul li:nth-child(10).li-now a::after {
	background: #ffff00;
}

.head-in-pc-menu ul li:nth-child(4) a:hover::after,
.head-in-pc-menu ul li:nth-child(4).li-now a::after,
.head-in-pc-menu ul li:nth-child(11) a:hover::after,
.head-in-pc-menu ul li:nth-child(11).li-now a::after {
	background: #008000;
}

.head-in-pc-menu ul li:nth-child(5) a:hover::after,
.head-in-pc-menu ul li:nth-child(5).li-now a::after,
.head-in-pc-menu ul li:nth-child(12) a:hover::after,
.head-in-pc-menu ul li:nth-child(12).li-now a::after {
	background: #00ffff;
}

.head-in-pc-menu ul li:nth-child(6) a:hover::after,
.head-in-pc-menu ul li:nth-child(6).li-now a::after,
.head-in-pc-menu ul li:nth-child(13) a:hover::after,
.head-in-pc-menu ul li:nth-child(13).li-now a::after {
	background: #0000ff;
}

.head-in-pc-menu ul li:nth-child(7) a:hover::after,
.head-in-pc-menu ul li:nth-child(7).li-now a::after,
.head-in-pc-menu ul li:nth-child(14) a:hover::after,
.head-in-pc-menu ul li:nth-child(14).li-now a::after {
	background: #800080;
}

.head-in-pc-menu ul li.li-aco a {
	padding-right: 19px;
}

.head-in-pc-menu ul li.li-aco a::before {
	box-sizing: border-box;
	border-color: #000 !important;
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: "";
	height: 10px;
	position: absolute;
	right: 2px;
	top: 22px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
}

.head-in-pc-menu ul .head-in-pc-menu-sub {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	left: 0;
	height: auto;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 60px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 200px;
	z-index: 2;
}

.head-in-pc-menu ul li.li-active .head-in-pc-menu-sub {
	opacity: 1;
	pointer-events: auto;
}

.head-in-pc-menu ul .head-in-pc-menu-sub li {
	border-color: #ccc !important;
	border-bottom: 1px solid;
	float: none;
	height: auto;
	margin-right: 0;
}

.head-in-pc-menu ul .head-in-pc-menu-sub li a {
	padding: 10px;
}

.head-in-pc-menu ul .head-in-pc-menu-sub li a::before,
.head-in-pc-menu ul .head-in-pc-menu-sub li a::after {
	content: none !important;
}

.head-in-pc-menu ul .head-in-pc-menu-sub li:last-child {
	border-bottom: 0;
}

.head-in-pc-menu ul .head-in-pc-menu-sub li a:hover {
	background: #ccc;
	color: #fff;
}

.head-fixed {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	position: fixed;
	top: -92px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	z-index: 9990;
}

.head-fixed.fixed {
	top: 0;
}

.customize-support .head-fixed.fixed {
	margin-top: 32px;
}

.head-fixed .wrapper {
	width: 100%;
}

.head-fixed-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 10px 0;
	margin-left: 20px;
	width: 80px;
}

.head-fixed-logo .img-banner {
	background: url(images/logo-new-2.png) no-repeat;
	padding-bottom: 58.660%;
}

.head-fixed-pc-menu {
	box-sizing: border-box;
	float: right;
	height: 67px;
	margin-right: 20px;
}

.head-fixed-pc-menu ul {
	box-sizing: border-box;
	height: 100%;
}

.head-fixed-pc-menu ul li {
	box-sizing: border-box;
	float: left;
	height: 100%;
	margin-right: 20px;
}

.head-fixed-pc-menu ul li.li-aco {
	position: relative;
}

.head-fixed-pc-menu ul li:last-child {
	margin-right: 0 !important;
}

.head-fixed-pc-menu ul li a {
	box-sizing: border-box;
	color: #000;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0;
	position: relative;
	text-decoration: none;
}

.head-fixed-pc-menu ul li a:hover::after,
.head-fixed-pc-menu ul li.li-now a::after {
	background: #494949;
	box-sizing: border-box;
	bottom: 17px;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.head-fixed-pc-menu ul li:nth-child(1) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(1).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(8) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(8).li-now a::after {
	background: #ff0000;
}

.head-fixed-pc-menu ul li:nth-child(2) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(2).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(9) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(9).li-now a::after {
	background: #ffa500;
}

.head-fixed-pc-menu ul li:nth-child(3) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(3).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(10) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(10).li-now a::after {
	background: #ffff00;
}

.head-fixed-pc-menu ul li:nth-child(4) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(4).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(11) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(11).li-now a::after {
	background: #008000;
}

.head-fixed-pc-menu ul li:nth-child(5) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(5).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(12) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(12).li-now a::after {
	background: #00ffff;
}

.head-fixed-pc-menu ul li:nth-child(6) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(6).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(13) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(13).li-now a::after {
	background: #0000ff;
}

.head-fixed-pc-menu ul li:nth-child(7) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(7).li-now a::after,
.head-fixed-pc-menu ul li:nth-child(14) a:hover::after,
.head-fixed-pc-menu ul li:nth-child(14).li-now a::after {
	background: #800080;
}

.head-fixed-pc-menu ul li.li-aco a {
	padding-right: 19px;
}

.head-fixed-pc-menu ul li.li-aco a::before {
	box-sizing: border-box;
	border-color: #000 !important;
	border-right: 2px solid;
	border-bottom: 2px solid;
	content: "";
	height: 10px;
	position: absolute;
	right: 2px;
	top: 26px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 10px;
}

.head-fixed-pc-menu ul .head-fixed-pc-menu-sub {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
	left: 0;
	height: auto;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 67px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 200px;
	z-index: 2;
}

.head-fixed-pc-menu ul li.li-active .head-fixed-pc-menu-sub {
	opacity: 1;
	pointer-events: auto;
}

.head-fixed-pc-menu ul .head-fixed-pc-menu-sub li {
	border-color: #ccc !important;
	border-bottom: 1px solid;
	float: none;
	height: auto;
	margin-right: 0;
}

.head-fixed-pc-menu ul .head-fixed-pc-menu-sub li a {
	padding: 10px;
}

.head-fixed-pc-menu ul .head-fixed-pc-menu-sub li a::before,
.head-fixed-pc-menu ul .head-fixed-pc-menu-sub li a::after {
	content: none !important;
}

.head-fixed-pc-menu ul .head-fixed-pc-menu-sub li:last-child {
	border-bottom: 0;
}

.head-fixed-pc-menu ul .head-fixed-pc-menu-sub li a:hover {
	background: #ccc;
	color: #fff;
}

@media(max-width:1285px) {

	.head-fixed-logo {
		margin: 19px 0;
		margin-left: 10px;
		width: 70px;
	}

	.head-fixed-pc-menu {
		margin-right: 10px;
	}

	.head-fixed-pc-menu ul li {
		margin-right: 15px;
	}

}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 60px;
	text-align: center;
}

.top-main-title-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	max-width: 100%;
	padding: 20px 100px;
}

.top-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	padding: 0 70px;
	position: relative;
}

.top-main-title-in-text:has(.top-main-title-in-text-icon.guitar-icon) {
	padding: 0 60px;
}

.top-main-title-in-text-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
}

.top-main-title-in-text-icon.before-icon {
	left: 0;
}

.top-main-title-in-text-icon.after-icon {
	right: 0;
	transform: translateY(-50%) scale(-1,1);
	-webkit-transform: translateY(-50%) scale(-1,1);
}

.top-main-title-in-text-icon.guitar-icon {
	width: 40px;
}

.top-main-title-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-main-title-in-text-icon.hibiscus-icon::before {
	background: url(images/icon-hibiscus-1.png) no-repeat;
	padding-bottom: 100.6%;
}

.top-main-title-in-text-icon.yashinoki-icon::before {
	background: url(images/icon-yashinoki.png) no-repeat;
	padding-bottom: 118.4%;
}

.top-main-title-in-text-icon.dolphin-icon::before {
	background: url(images/icon-dolphin.png) no-repeat;
	padding-bottom: 102.6%;
}

.top-main-title-in-text-icon.fish-1-icon::before {
	background: url(images/icon-fish-1.png) no-repeat;
	padding-bottom: 88.8%;
}

.top-main-title-in-text-icon.turtle-1-icon::before {
	background: url(images/icon-turtle-1.png) no-repeat;
	padding-bottom: 102%;
}

.top-main-title-in-text-icon.shellfish-1-icon::before {
	background: url(images/icon-shellfish-1.png) no-repeat;
	padding-bottom: 101.4%;
}

.top-main-title-in-text-icon.guitar-icon::before {
	background: url(images/icon-guitar.png) no-repeat;
	padding-bottom: 153%;
}

.top-main-title-in-text-icon.coconut-icon::before {
	background: url(images/icon-coconut.png) no-repeat;
	padding-bottom: 96%;
}

.top-main-title-in-text-icon.leat-1-icon::before {
	background: url(images/icon-leaf-1.png) no-repeat;
	padding-bottom: 114.8%;
}

.top-main-title-in-text-icon.leat-2-icon::before {
	background: url(images/icon-leaf-2.png) no-repeat;
	padding-bottom: 136.8%;
}

.top-main-title-in-text-icon.pineapple-icon::before {
	background: url(images/icon-pineapple.png) no-repeat;
	padding-bottom: 162.8%;
}

.top-main-title-in-text-icon.rainbow-icon::before {
	background: url(images/icon-rainbow.png) no-repeat;
	padding-bottom: 50%;
}

.top-main-title-in-text-icon.starfish-1-icon::before {
	background: url(images/icon-starfish-1.png) no-repeat;
	padding-bottom: 97.6%;
}

.top-link-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	width: 450px;
}

.top-link-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	overflow: hidden;
	padding: 25px 10px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.top-link-btn.btn-orange .top-link-btn-in {
	background: var(--orange-2);
	border-color: var(--orange-2) !important;
}

.top-link-btn.btn-pink .top-link-btn-in {
	background: var(--pink-2);
	border-color: var(--pink-2) !important;
}

.top-link-btn.btn-blue .top-link-btn-in {
	background: var(--blue-2);
	border-color: var(--blue-2) !important;
}

.top-link-btn-in::before {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: -100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.top-link-btn:hover .top-link-btn-in {
	color: #494949;
}

.top-link-btn.btn-orange:hover .top-link-btn-in {
	color: var(--orange-2);
}

.top-link-btn.btn-pink:hover .top-link-btn-in {
	color: var(--pink-2);
}

.top-link-btn.btn-blue:hover .top-link-btn-in {
	color: var(--blue-2);
}

.top-link-btn:hover .top-link-btn-in::before {
	left: 0;
}

.top-link-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 31px;
	position: relative;
	z-index: 2;
}

.top-link-btn-in-text::after {
	box-sizing: border-box;
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*------------------------------
TOPスライダー
------------------------------*/

.top-slider {
	box-sizing: border-box;
	margin-top: 60px;
}

.top-slider-list {
	box-sizing: border-box;
	border-radius: 52% 48% 56% 44% / 42% 56% 44% 58%;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

.top-slider-list li {
	background-size: cover !important;
	background-position: top center !important;
	box-sizing: border-box;
	height: 600px;
}

/*------------------------------
動画一覧
------------------------------*/

.top-movie-content {
	box-sizing: border-box;
}

.top-movie-content .wrapper {
	padding: 60px 0;
}

.top-movie-content-list {
	box-sizing: border-box;
}

.top-movie-content-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	width: 580px;
}

.top-movie-content-list li:last-child {
	margin-right: 0;
}

.top-movie-content-list li .douga {
	width: 100%;
}

/*------------------------------
ボランティア、お伺いします！
------------------------------*/

.top-volunteer-content {
	background: url(images/bg-3.jpg);
	box-sizing: border-box;
}

.top-volunteer-content .wrapper {
	padding: 60px 0;
}

.top-volunteer-content-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-volunteer-content-title-in {
	box-sizing: border-box;
}

.top-volunteer-content-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.5;
	padding: 0 70px;
	position: relative;
}

.top-volunteer-content-title-in-text-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 60px;
}

.top-volunteer-content-title-in-text-icon::before {
	background: url(images/icon-starfish-1.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 97.6%;
	position: relative;
	width: 100%;
}

.top-volunteer-content-title-in-text-icon.before-icon {
	left: 0;
}

.top-volunteer-content-title-in-text-icon.after-icon {
	right: 0;
}

.top-volunteer-content .douga {
	margin-top: 20px;
	width: 700px;
}

.top-volunteer-content .top-link-btn {
	margin: 40px auto 0;
}

/*------------------------------
ご挨拶
------------------------------*/

.top-greeting-content {
	background: url(images/bg-5.jpg);
	box-sizing: border-box;
}

.top-greeting-content .wrapper {
	padding: 60px 0;
}

.top-greeting-content-img {
	box-sizing: border-box;
	display: block;
	float: right;
	width: 450px;
}

.top-greeting-content-img img {
	height: auto;
	width: 100%;
}

.top-greeting-content-in {
	box-sizing: border-box;
	float: left;
	width: calc(100% - 510px);
}

.top-greeting-content-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
}

.top-greeting-content-in-text p {
	margin-bottom: 20px;
}

.top-greeting-content-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
季節ごとのイベント
------------------------------*/

.top-event-content {
	background: url(images/bg-5.jpg);
	box-sizing: border-box;
}

.top-event-content .wrapper {
	padding: 60px 0;
}

.top-event-content-img-list {
	background: #fff;
	box-sizing: border-box;
	float: right;
	padding: 10px;
	width: 450px;
}

.top-event-content-img-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
	width: 210px;
}

.top-event-content-img-list li:nth-child(2n) {
	margin-right: 0;
}

.top-event-content-img-list li:nth-last-child(-n + 2) {
	margin-bottom: 0;
}

.top-event-content-img-list-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-event-content-img-list-img img {
	height: auto;
	width: 100%;
}

.top-event-content-in {
	box-sizing: border-box;
	float: left;
	width: calc(100% - 510px);
}

.top-event-content-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
}

.top-event-content-in-text p {
	margin-bottom: 20px;
}

.top-event-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-event-content-in .top-link-btn {
	width: 550px;
}

/*------------------------------
学べる3要素
------------------------------*/

.top-point-content {
	background: url(images/bg-6.jpg);
	box-sizing: border-box;
}

.top-point-content .wrapper {
	padding: 60px 0;
}

.top-point-content .top-main-title-in-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 15px;
}

.top-point-content-con {
	box-sizing: border-box;
}

.top-point-content-con section {
	box-sizing: border-box;
	float: left;
	margin-right: 45px;
	width: 370px;
}

.top-point-content-con section:last-child {
	margin-right: 0;
}

.top-point-content-con-img {
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 75%;
}

.top-point-content-con-img img {
	height: auto;
	width: 100%;
}

.top-point-content-con-in {
	box-sizing: border-box;
	margin-top: 20px;
}

.top-point-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-point-content-con-in-title-in {
	box-sizing: border-box;
}

.top-point-content-con-in-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
}

.top-point-content-con-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 10px;
}

.top-point-content-con-in-text p {
	margin-bottom: 20px;
}

.top-point-content-con-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
レッスンについて
------------------------------*/

.top-lesson-content {
	box-sizing: border-box;
}

.top-lesson-content .wrapper {
	padding: 60px 0;
}

.top-lesson-content-main-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	text-align: center;
}

.top-lesson-content-main-text p {
	margin-bottom: 20px;
}

.top-lesson-content-main-text p:last-child {
	margin-bottom: 0;
}

.top-lesson-content-con {
	box-sizing: border-box;
	margin-top: 60px;
}

.top-lesson-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 40px;
	padding: 40px;
}

.top-lesson-content-con section:last-child {
	margin-bottom: 0;
}

.top-lesson-content-con-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 540px;
}

.top-lesson-content-con section:nth-child(2n) .top-lesson-content-con-img {
	float: right;
}

.top-lesson-content-con-img img {
	height: auto;
	width: 100%;
}

.top-lesson-content-con-in {
	box-sizing: border-box;
	float: right;
	width: 540px;
}

.top-lesson-content-con section:nth-child(2n) .top-lesson-content-con-in {
	float: left;
}

.top-lesson-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
}

.top-lesson-content-con-in-title-in {
	box-sizing: border-box;
}

.top-lesson-content-con-in-title-in-text {
	box-sizing: border-box;
	color: var(--pink-2);
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
}

.top-lesson-content-con-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 20px;
}

.top-lesson-content-con-in-text p {
	margin-bottom: 20px;
}

.top-lesson-content-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-lesson-content-in {
	box-sizing: border-box;
	margin-top: 40px;
}

.top-lesson-content-in .top-link-btn {
	margin: 0 auto;
}

.top-lesson-content-in-experience-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 80px;
	text-align: center;
}

.top-lesson-content-in-experience-text +  .top-link-btn {
	margin: 40px auto 0;
}

.top-lesson-content-in-experience-text p {
	margin-bottom: 20px;
}

.top-lesson-content-in-experience-text p:last-child {
	margin-bottom: 0;
}

.top-lesson-content-in-experience-text .line {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	position: relative;
}

.top-lesson-content-in-experience-text .line::before,
.top-lesson-content-in-experience-text .line::after {
	background: #ff0000;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.top-lesson-content-in-experience-text .line::after {
	bottom: 6px;
}

/*------------------------------
スケジュール
------------------------------*/

.top-schedule-content {
	background: url(images/bg-7.jpg);
	box-sizing: border-box;
}

.top-schedule-content .wrapper {
	padding: 60px 0;
}

.top-schedule-content-main-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 800px;
}

.top-schedule-content-main-img img {
	height: auto;
	width: 100%;
}

.top-schedule-content-main-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: center;
}

.top-schedule-content-main-text .text {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 21px;
}

.top-schedule-content-main-text + .top-main-title {
	margin-top: 60px;
}

.top-schedule-content-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 800px;
}

.top-schedule-content-img img {
	height: auto;
	width: 100%;
}

/*------------------------------
イベントブログ
------------------------------*/

.top-blog-content {
	box-sizing: border-box;
}

.top-blog-content .wrapper {
	padding: 60px 0;
}

.top-blog-content-con {
	box-sizing: border-box;
	margin: 0 0 -42px;
}

.top-blog-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 42px 42px 0;
	width: 372px;
}

.top-blog-content-con section:nth-child(3n),
.top-blog-content-con section:last-child {
	margin-right: 0;
}

.top-blog-content-con-in {
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
	height: 372px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.top-blog-content-con-in-img {
	box-sizing: border-box;
	display: block;
	height: 100%;
	overflow: hidden;
}

.top-blog-content-con-in-img img {
	height: auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.top-blog-content-con-in:hover .top-blog-content-con-in-img img {
	opacity: 1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.top-blog-content-con-in-in {
	box-sizing: border-box;
	bottom: 0;
	display: block;
	left: 0;
	padding: 10px;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.top-blog-content-con-in-in::before {
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 25%,rgba(0,0,0,0.7) 100%);
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	width: 100%;
}

.top-blog-content-con-in-in-date {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	position: relative;
	z-index: 2;
}

.top-blog-content-con-in-in-date-in {
	box-sizing: border-box;
	display: block;
}

.top-blog-content-con-in-in-date-in-text {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
}

.top-blog-content-con-in-in-title {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	position: relative;
	z-index: 2;
}

.top-blog-content-con-in-in-title-in {
	box-sizing: border-box;
	display: block;
}

.top-blog-content-con-in-in-title-in-text {
	box-sizing: border-box;
	color: var(--blue-2);
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
}

.breadcrumbs {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.breadcrumbs .wrapper {
	padding: 20px 0;
}

.breadcrumbs a {
	color: #000;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

.page-main-title {
	box-sizing: border-box;
	padding: 40px 0 60px;
	position: relative;
	z-index: 2;
}

.page-main-title::after {
	background: url(images/rainbow-line-img.png);
	background-size: contain;
	background-position: top center;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 20px;
	position: absolute;
	width: 100%;
}

.page-main-title-sub {
	box-sizing: border-box;
	line-height: 0;
	margin: 0 auto;
	text-align: center;
	width: 1200px;
}

.page-main-title-sub-in {
	box-sizing: border-box;
}

.page-main-title-sub-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.page-main-title-main {
	box-sizing: border-box;
	line-height: 0;
	margin: -10px auto 0;
	text-align: center;
	width: 1200px;
}

.page-main-title-main-in {
	box-sizing: border-box;
}

.page-main-title-main-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
}

.page-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}

div + .page-title {
	margin-top: 100px;
}

.page-title-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	max-width: 100%;
	padding: 20px 100px;
}

.page-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	padding: 0 70px;
	position: relative;
}

.page-title-in-text:has(.page-title-in-text-icon.guitar-icon) {
	padding: 0 60px;
}

.page-title-in-text-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
}

.page-title-in-text-icon.before-icon {
	left: 0;
}

.page-title-in-text-icon.after-icon {
	right: 0;
	transform: translateY(-50%) scale(-1,1);
	-webkit-transform: translateY(-50%) scale(-1,1);
}

.page-title-in-text-icon.guitar-icon {
	width: 40px;
}

.page-title-in-text-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.page-title-in-text-icon.hibiscus-icon::before {
	background: url(images/icon-hibiscus-1.png) no-repeat;
	padding-bottom: 100.6%;
}

.page-title-in-text-icon.yashinoki-icon::before {
	background: url(images/icon-yashinoki.png) no-repeat;
	padding-bottom: 118.4%;
}

.page-title-in-text-icon.dolphin-icon::before {
	background: url(images/icon-dolphin.png) no-repeat;
	padding-bottom: 102.6%;
}

.page-title-in-text-icon.fish-1-icon::before {
	background: url(images/icon-fish-1.png) no-repeat;
	padding-bottom: 88.8%;
}

.page-title-in-text-icon.turtle-1-icon::before {
	background: url(images/icon-turtle-1.png) no-repeat;
	padding-bottom: 102%;
}

.page-title-in-text-icon.shellfish-1-icon::before {
	background: url(images/icon-shellfish-1.png) no-repeat;
	padding-bottom: 101.4%;
}

.page-title-in-text-icon.guitar-icon::before {
	background: url(images/icon-guitar.png) no-repeat;
	padding-bottom: 153%;
}

.page-title-in-text-icon.coconut-icon::before {
	background: url(images/icon-coconut.png) no-repeat;
	padding-bottom: 96%;
}

.page-title-in-text-icon.leat-1-icon::before {
	background: url(images/icon-leaf-1.png) no-repeat;
	padding-bottom: 114.8%;
}

.page-title-in-text-icon.leat-2-icon::before {
	background: url(images/icon-leaf-2.png) no-repeat;
	padding-bottom: 136.8%;
}

.page-title-in-text-icon.pineapple-icon::before {
	background: url(images/icon-pineapple.png) no-repeat;
	padding-bottom: 162.8%;
}

.page-title-in-text-icon.rainbow-icon::before {
	background: url(images/icon-rainbow.png) no-repeat;
	padding-bottom: 50%;
}

.page-title-in-text-icon.starfish-1-icon::before {
	background: url(images/icon-starfish-1.png) no-repeat;
	padding-bottom: 97.6%;
}

.page-sub-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	text-align: center;
}

.page-sub-title-in {
	box-sizing: border-box;
}

.page-sub-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.page-link-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
	width: 450px;
}

.page-link-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	overflow: hidden;
	padding: 25px 10px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.page-link-btn.btn-orange .page-link-btn-in {
	background: var(--orange-2);
	border-color: var(--orange-2) !important;
}

.page-link-btn.btn-pink .page-link-btn-in {
	background: var(--pink-2);
	border-color: var(--pink-2) !important;
}

.page-link-btn.btn-blue .page-link-btn-in {
	background: var(--blue-2);
	border-color: var(--blue-2) !important;
}

.page-link-btn-in::before {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: -100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.page-link-btn:hover .page-link-btn-in {
	color: #494949;
}

.page-link-btn.btn-orange:hover .page-link-btn-in {
	color: var(--orange-2);
}

.page-link-btn.btn-pink:hover .page-link-btn-in {
	color: var(--pink-2);
}

.page-link-btn.btn-blue:hover .page-link-btn-in {
	color: var(--blue-2);
}

.page-link-btn:hover .page-link-btn-in::before {
	left: 0;
}

.page-link-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 31px;
	position: relative;
	z-index: 2;
}

.page-link-btn-in-text::after {
	box-sizing: border-box;
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.page-link-btn-list {
	box-sizing: border-box;
	margin-bottom: -33px;
}

.page-link-btn-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 33px 33px 0;
	width: 378px;
}

.page-link-btn-list li:nth-child(3n),
.page-link-btn-list li:last-child {
	margin-right: 0;
}

.page-link-btn-list li .page-link-btn {
	width: 100%;
}

.page-tel-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 370px;
}

.page-tel-btn.mobi {
	display: none;
}

.page-tel-btn-in {
	background: #494949;
	box-sizing: border-box;
	box-shadow: 0 5px #2d2d2d;
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 31px;
	line-height: 1.5;
	padding: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.page-tel-btn.btn-blue .page-tel-btn-in {
	background: var(--blue-2);
	box-shadow: 0 5px var(--blue-2-dark);
}

.page-tel-btn.btn-orange .page-tel-btn-in {
	background: var(--orange-2);
	box-shadow: 0 5px var(--orange-2-dark);
}

.page-tel-btn.btn-pink .page-tel-btn-in {
	background: var(--pink-2);
	box-shadow: 0 5px var(--pink-2-dark);
}

a[href].page-tel-btn:hover .page-tel-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.page-tel-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 50px;
	position: relative;
}

.page-tel-btn-in-text::before {
	box-sizing: border-box;
	content: "\e015";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.img-list {
	box-sizing: border-box;
	margin-bottom: -33px;
}

.img-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 33px 33px 0;
	width: 378px;
}

.img-list li:nth-child(3n),
.img-list li:last-child {
	margin-right: 0;
}

.img-list-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.img-list-img img {
	height: auto;
	margin: 0;
	width: 100%;
}

.slider {
	box-sizing: border-box;
	margin: 0 auto !important;
	padding: 0 63px 35px;
	width: 80%;
}

.slider:has(+ p) {
	margin-bottom: 20px !important;
}

.slider .slick-track {
	height: 520px;
}

.slider .slick-slide {
	background: #fff;
}

.slider .slick-slide img {
	height: 520px;
	margin: 0 auto;
	width: auto;
}

.slider .slick-prev,
.slider .slick-next {
	height: 44px;
	width: 44px;
	z-index: 1;
}

.slider .slick-prev {
	left: 0;
}

.slider .slick-next {
	right: 0;
}

.slider .slick-prev:before,
.slider .slick-next:before {
	color: #494949;
	font-size: 50px;
	opacity: 1;
	position: relative;
}

.slider .slick-prev:before {
	left: -3px;
}

.slider .slick-next:before {
	right: 3px;
}

.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
	opacity: 0.3;
}

.slider .slick-dots {
	bottom: 0;
	left: 0;
}

.slider .slick-dots li {
	height: 25px;
	margin: 0 10px 0 0;
	width: 25px;
}

.slider .slick-dots li:last-child {
	margin-right: 0;
}

.slider .slick-dots li button {
	height: 25px;
	width: 25px;
}

.slider .slick-dots li button:before {
	color: #494949 !important;
	font-size: 28px;
	line-height: 1;
	left: -2px;
	height: 25px;
	opacity: 0.3;
	width: 25px;
}

.slider .slick-dots li.slick-active button:before {
	opacity: 1;
}

/*------------------------------
お問い合わせバナー
------------------------------*/

.contact-link-content {
	background: url(images/bg-4.jpg);
	box-sizing: border-box;
}

.contact-link-content .wrapper {
	padding: 60px 0;
}

.contact-link-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 40px;
}

.contact-link-content-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.contact-link-content-in-title-in {
	box-sizing: border-box;
}

.contact-link-content-in-title-in-text {
	box-sizing: border-box;
	color: var(--pink-2);
	display: inline-block;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.5;
}

.contact-link-content-in-title-in-text .big {
	box-sizing: border-box;
	display: block;
	font-size: 35px;
}

.contact-link-content-in-btn-list {
	box-sizing: border-box;
	margin-top: 40px;
}

.contact-link-content-in-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	width: 450px;
}

.contact-link-content-in-btn-list li:last-child {
	margin-right: 0;
}

.contact-link-content-in-btn-list-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	text-align: center;
	text-decoration: none;
}

.contact-link-content-in-btn-list-btn-in {
	background: #494949;
	box-sizing: border-box;
	border-color: #494949 !important;
	border: 2px solid;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	overflow: hidden;
	padding: 25px 10px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.contact-link-content-in-btn-list li.li-about .contact-link-content-in-btn-list-btn-in {
	background: var(--blue-2);
	border-color: var(--blue-2) !important;
}

.contact-link-content-in-btn-list li.li-contact .contact-link-content-in-btn-list-btn-in {
	background: var(--orange-2);
	border-color: var(--orange-2) !important;
}

.contact-link-content-in-btn-list-btn-in::before {
	background: #fff;
	box-sizing: border-box;
	content: "";
	left: -500px;
	height: 100%;
	position: absolute;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
}

.contact-link-content-in-btn-list-btn:hover .contact-link-content-in-btn-list-btn-in {
	color: #494949;
}

.contact-link-content-in-btn-list li.li-about .contact-link-content-in-btn-list-btn:hover .contact-link-content-in-btn-list-btn-in {
	color: var(--blue-2);
}

.contact-link-content-in-btn-list li.li-contact .contact-link-content-in-btn-list-btn:hover .contact-link-content-in-btn-list-btn-in {
	color: var(--orange-2);
}

.contact-link-content-in-btn-list-btn:hover .contact-link-content-in-btn-list-btn-in::before {
	left: 0;
}

.contact-link-content-in-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 31px;
	position: relative;
	z-index: 2;
}

.contact-link-content-in-btn-list-btn-in-text::after {
	box-sizing: border-box;
	content: "\f061";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 21px;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*------------------------------
ブログ
------------------------------*/

.blog-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.blog-content .wrapper {
	padding-bottom: 100px;
}

.blog-content-title {
	background: var(--blue-2);
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 0;
	margin-bottom: 40px;
	padding: 10px 15px;
	text-align: center;
}

.blog-content-title-in {
	box-sizing: border-box;
}

.blog-content-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	padding-left: 40px;
	position: relative;
}

.blog-content-title-in-text::before {
	box-sizing: border-box;
	content: "\f02b";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 30px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

/*------------------------------
ブログ記事
------------------------------*/

.post-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.post-content .wrapper {
	padding-bottom: 100px;
}

.post-content-main-title {
	background: var(--orange-2);
	box-sizing: border-box;
	border-radius: 100px;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
}

.post-content-main-title-in {
	box-sizing: border-box;
}

.post-content-main-title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.post-content-info {
	box-sizing: border-box;
}

.post-content-info-date {
	box-sizing: border-box;
	float: left;
	line-height: 0;
	margin: 2px 0;
}

.post-content-info-date-in {
	box-sizing: border-box;
}

.post-content-info-date-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-size: 21px;
	line-height: 1.5;
	padding-left: 26px;
	position: relative;
}

.post-content-info-date-in-text::before {
	box-sizing: border-box;
	content: "\f017";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	left: 1px;
	position: absolute;
	top: 0;
}

.post-content-info-cate-list {
	box-sizing: border-box;
	float: right;
	margin-bottom: -10px;
	max-width: 997px;
}

.post-content-info-cate-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 10px 10px 0;
}

.post-content-info-cate-list li:last-child {
	margin-right: 0;
}

.post-content-info-cate-list-btn {
	box-sizing: border-box;
	line-height: 0;
	display: inline-block;
	text-decoration: none;
}

.post-content-info-cate-list-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	border-radius: 100px;
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 1.5;
	padding: 5px 20px;
}

.post-content-info-cate-list-btn:hover .post-content-info-cate-list-btn-in {
	background: #000;
	color: #fff;
}

.post-content-info-cate-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 15px;
	position: relative;
}

.post-content-info-cate-list-btn-in-text::before {
	box-sizing: border-box;
	content: "\f02b";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 15px;
	line-height: 1;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.post-content-eyecatch-img {
	box-sizing: border-box;
	display: block;
	margin: 20px auto 0;
	width: 50%;
}

.post-content-eyecatch-img img {
	height: auto;
	width: 100%;
}

.slider.post-content-slider {
	margin-top: 20px !important;
}

.post-content-in {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
}

.post-content-eyecatch-img + .post-content-in {
	margin-top: 60px;
}

.slider.post-content-slider + .post-content-in {
	margin-top: 60px;
}

.post-content-info + .post-content-in {
	margin-top: 20px;
}

.post-content-in p {
	margin-bottom: 20px;
}

.post-content-in p:last-child {
	margin-bottom: 0;
}

.post-content-in p + h2,
.post-content-in p + h3,
.post-content-in p + h4,
.post-content-in p + .title-2,
.post-content-in p + .title-3,
.post-content-in p + .title-4,
.post-content-in ul + h2,
.post-content-in ul + h3,
.post-content-in ul + h4,
.post-content-in ul + .title-2,
.post-content-in ul + .title-3,
.post-content-in ul + .title-4,
.post-content-in ol + h2,
.post-content-in ol + h3,
.post-content-in ol + h4,
.post-content-in ol + .title-2,
.post-content-in ol + .title-3,
.post-content-in ol + .title-4,
.post-content-in dl + h2,
.post-content-in dl + h3,
.post-content-in dl + h4,
.post-content-in dl + .title-2,
.post-content-in dl + .title-3,
.post-content-in dl + .title-4,
.post-content-in table + h2,
.post-content-in table + h3,
.post-content-in table + h4,
.post-content-in table + .title-2,
.post-content-in table + .title-3,
.post-content-in table + .title-4,
.post-content-in img + h2,
.post-content-in img + h3,
.post-content-in img + h4,
.post-content-in img + .title-2,
.post-content-in img + .title-3,
.post-content-in img + .title-4,
.post-content-in iframe + h2,
.post-content-in iframe + h3,
.post-content-in iframe + h4,
.post-content-in iframe + .title-2,
.post-content-in iframe + .title-3,
.post-content-in iframe + .title-4,
.post-content-in div + h2,
.post-content-in div + h3,
.post-content-in div + h4,
.post-content-in div + .title-2,
.post-content-in div + .title-3,
.post-content-in div + .title-4,
.post-content-in a + h2,
.post-content-in a + h3,
.post-content-in a + h4,
.post-content-in a + .title-2,
.post-content-in a + .title-3,
.post-content-in a + .title-4,
.post-content-in center + h2,
.post-content-in center + h3,
.post-content-in center + h4,
.post-content-in center + .title-2,
.post-content-in center + .title-3,
.post-content-in center + .title-4 {
	margin-top: 100px;
}

.post-content-in .title-2 {
	background: #494949;
	box-sizing: border-box;
	border-radius: 50px;
	line-height: 0;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.post-content-in .title-2.title-blue {
	background: var(--blue-2);
}

.post-content-in .title-2.title-orange {
	background: var(--orange-2);
}

.post-content-in .title-2.title-pink {
	background: var(--pink-2);
}

.post-content-in .title-2 .title-in {
	box-sizing: border-box;
}

.post-content-in .title-2 .title-in-text {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	padding-left: 35px;
	position: relative;
}

.post-content-in .title-2 .title-in-text::before {
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 10px;
	width: 25px;
}

.post-content-in .title-3 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	padding-bottom: 4px;
	position: relative;
}

.post-content-in .title-3::before {
	background: #494949;
	box-sizing: border-box;
	border-radius: 5px;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	position: absolute;
	width: 30%;
	z-index: 2;
}

.post-content-in .title-3.title-blue::before {
	background: var(--blue-2);
}

.post-content-in .title-3.title-orange::before {
	background: var(--orange-2);
}

.post-content-in .title-3.title-pink::before {
	background: var(--pink-2);
}

.post-content-in .title-3::after {
	background: #ccc;
	box-sizing: border-box;
	border-radius: 5px;
	bottom: 0;
	content: "";
	left: 0;
	height: 4px;
	position: absolute;
	width: 100%;
}

.post-content-in .title-3 .title-in {
	box-sizing: border-box;
}

.post-content-in .title-3 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.post-content-in .title-4 {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
}

.post-content-in .title-4 .title-in {
	box-sizing: border-box;
}

.post-content-in .title-4 .title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
	padding-left: 35px;
	position: relative;
}

.post-content-in .title-4 .title-in-text::before {
	background: #494949;
	box-sizing: border-box;
	border-radius: 50%;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 10px;
	width: 25px;
}

.post-content-in .title-4.title-blue .title-in-text::before {
	background: var(--blue-2);
}

.post-content-in .title-4.title-orange .title-in-text::before {
	background: var(--orange-2);
}

.post-content-in .title-4.title-pink .title-in-text::before {
	background: var(--pink-2);
}

.post-content-in img {
	margin-bottom: 20px;
}

.post-content-in img:last-child {
	margin-bottom: 0;
}

.post-content-in img.size-thumbnail {
	height: auto;
	width: 150px;
}

.post-content-in img.size-medium {
	height: auto;
	width: 300px;
}

.post-content-in img.size-large {
	height: auto;
	width: 640px;
}

.post-content-in img.size-full {
	height: auto;
	width: 640px;
}

.post-content-in img.size-full.defo {
	height: auto;
	max-width: 640px;
	width: auto;
}

.post-content-in .douga {
	margin-bottom: 20px;
	width: calc(80% - 126px);
}

.post-content-in .douga:last-child {
	margin-bottom: 0;
}

.post-content-in .big {
	font-weight: 700;
	font-size: 31px;
}

.post-content-in .big-2 {
	font-weight: 700;
	font-size: 38px;
	line-height: 1.25;
}

.post-content-in .big-2 .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 38px;
}

.post-content-in .line {
	box-sizing: border-box;
	display: inline-block;
	padding-bottom: 6px;
	position: relative;
}

.post-content-in .line::before,
.post-content-in .line::after {
	background: #ff0000;
	box-sizing: border-box;
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.post-content-in .line::after {
	bottom: 6px;
}

.post-pager {
	box-sizing: border-box;
	margin: 80px auto 0;
	width: 75%;
}

.post-pager section {
	box-sizing: border-box;
	float: left;
	padding-top: 18px;
	position: relative;
	width: 50%;
}

.post-pager-title {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	font-size: 18px;
	line-height: 1.5;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.post-pager section.sec-prev .post-pager-title {
	left: 20px;
}

.post-pager section.sec-next .post-pager-title {
	right: 20px;
}

.post-pager-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	color: #000;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	height: 100%;
	min-height: 160px;
	overflow: hidden;
	padding: 38px 20px 20px;
	text-decoration: none;
}

.post-pager-in:hover {
	color: #000;
	opacity: 0.6;
}

.post-pager-in:hover img {
	opacity: 1;
}

.post-pager-in-img {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100px;
}

.post-pager section.sec-prev .post-pager-in-img {
	float: left;
	margin-right: 20px;
}

.post-pager section.sec-next .post-pager-in-img {
	float: right;
	margin-left: 20px;
}

.post-pager-in-img img {
	height: auto;
	width: 100%;
}

.post-pager-no-in {
	box-sizing: border-box;
	height: 100%;
	position: relative;
}

.post-pager-in-home-btn {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 160px;
}

.post-pager-in-home-btn-in {
	background: var(--pink-2);
	box-sizing: border-box;
	border-radius: 50%;
	display: block;
	height: 160px;
	position: relative;
}

.post-pager-in-home-btn-in::before {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 10px solid;
	border-radius: 50%;
	content: "";
	left: 5px;
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	width: calc(100% - 10px);
	z-index: 2;
}

.post-pager-in-home-btn:hover .post-pager-in-home-btn-in {
	opacity: 0.6;
}

.post-pager-in-home-btn-in-text {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.post-pager-in-home-btn-in-text::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e3af";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	font-size: 60px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.list-pager {
	box-sizing: border-box;
}

.list-pager .wp-pagenavi {
	box-sizing: border-box;
	margin: 40px 0 -10px;
	text-align: center;
}

.list-pager .wp-pagenavi span,
.list-pager .wp-pagenavi a {
	background: #fff;
	box-sizing: border-box;
	border-color: var(--blue-2) !important;
	border: 3px solid;
	border-radius: 50%;
	cursor: pointer;
	color: #000;
	display: inline-block;
	font-size: 30px;
	line-height: 54px;
	height: 60px;
	margin: 0 10px 10px 0;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

.list-pager .wp-pagenavi span.current,
.list-pager .wp-pagenavi a:hover {
	background: var(--blue-2);
	color: #fff;
	font-weight: 700;
}

.list-pager .wp-pagenavi span:last-child,
.list-pager .wp-pagenavi a:last-child {
	margin-right: 0;
}

/*------------------------------
スタジオ紹介
------------------------------*/

.about-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.about-content .wrapper {
	padding-bottom: 100px;
}

.about-content-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 2;
	text-align: center;
}

.about-content-text p {
	margin-bottom: 20px;
}

.about-content-text p:last-child {
	margin-bottom: 0;
}

.about-content-text .big {
	font-weight: 700;
	font-size: 31px;
}

.about-content-main-img {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 550px;
}

.about-content-text + .about-content-main-img {
	margin-top: 40px;
}

.about-content-main-img img {
	height: auto;
	width: 100%;
}

.about-content-main-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 20px;
	text-align: center;
}

.about-content-main-title-in {
	box-sizing: border-box;
}

.about-content-main-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
}

.about-content-main-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 2;
	margin-top: 40px;
}

.about-content-main-text p {
	margin-bottom: 20px;
}

.about-content-main-text p:last-child {
	margin-bottom: 0;
}

.about-content-info-con {
	box-sizing: border-box;
}

.about-content-info-con section {
	background: url(images/bg-5.jpg);
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 30px;
}

.about-content-info-con section:last-child {
	margin-bottom: 0;
}

.about-content-info-con section p {
	margin-bottom: 30px;
}

.about-content-info-con section p:last-child {
	margin-bottom: 0;
}

.about-content-info-con section .big {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
}

.about-content-info-con section .big .text {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 26px;
}

.about-content-info-con-img {
	box-sizing: border-box;
	display: block;
	float: right;
	margin: 0 0 30px 30px;
	width: 400px;
}

.about-content-info-con-img img {
	height: auto;
	width: 100%;
}

/*--------------------
季節ごとのイベント
--------------------*/

.event-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.event-content .wrapper {
	padding-bottom: 100px;
}

.event-content-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
}

.event-content-text p {
	margin-bottom: 20px;
}

.event-content-text p:last-child {
	margin-bottom: 0;
}

.event-content-con {
	box-sizing: border-box;
}

.event-content-text + .event-content-con {
	margin-top: 60px;
}

.event-content-con section {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 30px;
}

.event-content-con section:nth-child(1),
.event-content-con section:nth-child(8) {
	background: url(images/bg-5.jpg);
}

.event-content-con section:nth-child(2),
.event-content-con section:nth-child(9) {
	background: url(images/bg-3.jpg);
}

.event-content-con section:nth-child(3),
.event-content-con section:nth-child(10) {
	background: url(images/bg-4.jpg);
}

.event-content-con section:nth-child(4),
.event-content-con section:nth-child(11) {
	background: url(images/bg-6.jpg);
}

.event-content-con section:nth-child(5),
.event-content-con section:nth-child(12) {
	background: url(images/bg-7.jpg);
}

.event-content-con section:nth-child(6),
.event-content-con section:nth-child(13) {
	background: url(images/bg-8.jpg);
}

.event-content-con section:nth-child(7),
.event-content-con section:nth-child(14) {
	background: url(images/bg-9.jpg);
}

.event-content-con section.sec-bg-blue {
	background: url(images/bg-5.jpg) !important;
}

.event-content-con section.sec-bg-green {
	background: url(images/bg-3.jpg) !important;
}

.event-content-con section.sec-bg-pink {
	background: url(images/bg-4.jpg) !important;
}

.event-content-con section.sec-bg-red {
	background: url(images/bg-6.jpg) !important;
}

.event-content-con section.sec-bg-light-green {
	background: url(images/bg-7.jpg) !important;
}

.event-content-con section.sec-bg-orange {
	background: url(images/bg-8.jpg) !important;
}

.event-content-con section.sec-bg-purple {
	background: url(images/bg-9.jpg) !important;
}

.event-content-con section:last-child {
	margin-bottom: 0;
}

.event-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 30px;
	text-align: center;
}

.event-content-con-title-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	padding: 20px 25px;
	width: 600px;
}

.event-content-con-title-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.5;
}

.event-content-con-in {
	box-sizing: border-box;
}

.event-content-con-in .slider {
	float: right;
	margin: 0 !important;
	width: 550px;
}

.event-content-con-in .slider .slick-track {
	height: auto;
}

.event-content-con-in .slider .slick-slide img {
	height: auto;
	margin: 0;
	width: 100%;
}

.event-content-con-in-in {
	box-sizing: border-box;
}

.event-content-con-in .slider + .event-content-con-in-in {
	float: left;
	width: calc(100% - 580px);
}

.event-content-con-in-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
}

.event-content-con-in-in-text p {
	margin-bottom: 20px;
}

.event-content-con-in-in-text p:last-child {
	margin-bottom: 0;
}

/*--------------------
スタジオ概要
--------------------*/

.about-info-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.about-info-content .wrapper {
	padding-bottom: 100px;
}

.about-info-content-tb {
	box-sizing: border-box;
	margin: 0 auto;
	width: 75%;
}

.about-info-content-tb table {
	box-sizing: border-box;
	width: 100%;
}

.about-info-content-tb table th {
	background: url(images/bg-5.jpg);
	box-sizing: border-box;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 18px 13px 15px;
	position: relative;
	vertical-align: top;
	text-align: left;
	width: 25%;
}

.about-info-content-tb table th::before {
	background: url(images/bg-1.jpg);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}

.about-info-content-tb table th::after {
	background: url(images/bg-1.jpg);
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.about-info-content-tb table tr:last-child th {
	padding-bottom: 10px;
}

.about-info-content-tb table tr:last-child th::after {
	content: none;
}

.about-info-content-tb table td {
	background: #fff;
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 10px 13px;
	position: relative;
	vertical-align: top;
}

.about-info-content-tb table td::after {
	background: url(images/bg-1.jpg);
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.about-info-content-tb table tr:last-child td {
	padding-bottom: 10px;
}

.about-info-content-tb table tr:last-child td::after {
	content: none;
}

/*------------------------------
体験レッスン
------------------------------*/

/*------------------------------
レッスン料金
------------------------------*/

.price-info-dl {
	box-sizing: border-box;
	width: 65%;
}

.price-info-dl dt {
	background: #eee;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 2px solid;
	line-height: 0;
	padding: 10px 15px;
}

.price-info-dl-dt-in {
	box-sizing: border-box;
}

.price-info-dl-dt-in-text {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.5;
}

.price-info-dl dd {
	background: #fff;
	box-sizing: border-box;
	border-color: #000 !important;
	border-right: 2px solid;
	border-left: 2px solid;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 15px;
}

.price-info-dl dd:last-child {
	border-bottom: 2px solid;
}

.price-info-dl dd .big {
	font-weight: 700;
	font-size: 26px;
}

.price-info-dl dd .mini {
	box-sizing: border-box;
	display: block;
	font-size: 18px;
}

/*------------------------------
ボランティア
------------------------------*/

/*------------------------------
アクセス
------------------------------*/

.access-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.access-content .wrapper {
	padding-bottom: 100px;
}

.access-content-map {
	box-sizing: border-box;
	float: left;
	height: 600px;
	width: 450px;
}

.access-content-map iframe {
	height: 100%;
	width: 100%;
}

.access-content-in {
	box-sizing: border-box;
	float: right;
	width: calc(100% - 470px);
}

.access-content-in-title {
	box-sizing: border-box;
}

.access-content-in-title-main {
	box-sizing: border-box;
	line-height: 0;
}

.access-content-in-title-main-in {
	box-sizing: border-box;
}

.access-content-in-title-main-in-text {
	box-sizing: border-box;
	color: var(--pink-2);
	display: inline-block;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.5;
}

.access-content-in-title-sub {
	box-sizing: border-box;
	line-height: 0;
}

.access-content-in-title-sub-in {
	box-sizing: border-box;
}

.access-content-in-title-sub-in-text {
	box-sizing: border-box;
	color: var(--pink-2);
	display: inline-block;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
}

.access-content-in-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-top: 60px;
}

.access-content-in-text p {
	margin-bottom: 20px;
}

.access-content-in-text p:last-child {
	margin-bottom: 0;
}

.access-content-in-text .big {
	font-weight: 700;
	font-size: 26px;
}

/*------------------------------
お問い合わせ
------------------------------*/

.contact-content {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.contact-content .wrapper {
	padding-bottom: 100px;
}

.contact-content-text {
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	margin-bottom: 40px;
}

.contact-content-text p {
	margin-bottom: 20px;
}

.contact-content-text p:last-child {
	margin-bottom: 0;
}

.contact-content-form-tb {
	box-sizing: border-box;
	margin: 0 auto;
	width: 75%;
}

.contact-content-form-tb table {
	box-sizing: border-box;
	width: 100%;
}

.contact-content-form-tb table th {
	background: url(images/bg-5.jpg);
	box-sizing: border-box;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 18px 13px 15px;
	position: relative;
	vertical-align: middle;
	text-align: left;
	width: 35%;
}

.contact-content-form-tb table th::before {
	background: url(images/bg-1.jpg);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 3px;
}

.contact-content-form-tb table th::after {
	background: url(images/bg-1.jpg);
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.contact-content-form-tb table tr:last-child th {
	padding-bottom: 10px;
}

.contact-content-form-tb table tr:last-child th::after {
	content: none;
}

.contact-content-form-tb table th .required {
	box-sizing: border-box;
	color: #ff0000;
	display: inline-block;
	margin-left: 10.5px;
}

.contact-content-form-tb table td {
	background: #fff;
	box-sizing: border-box;
	font-size: 21px;
	line-height: 1.5;
	padding: 10px 10px 13px;
	position: relative;
	vertical-align: middle;
}

.contact-content-form-tb table td::after {
	background: url(images/bg-1.jpg);
	bottom: 0;
	content: "";
	left: 0;
	height: 3px;
	position: absolute;
	width: 100%;
}

.contact-content-form-tb table tr:last-child td {
	padding-bottom: 10px;
}

.contact-content-form-tb table tr:last-child td::after {
	content: none;
}

.contact-content-form-tb table td input[type="text"],
.contact-content-form-tb table td input[type="email"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-form-tb-td-select {
	box-sizing: border-box;
	position: relative;
	width: 75%;
}

.contact-content-form-tb-td-select::before,
.contact-content-form-tb-td-select::after {
	box-sizing: border-box;
	border-color: #000 !important;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	height: 10px;
	pointer-events: none;
	position: absolute;
	right: 14px;
	width: 10px;
	z-index: 2;
}

.contact-content-form-tb-td-select::before {
	top: 9px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.contact-content-form-tb-td-select::after {
	top: 25px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.contact-content-form-tb-td-select select {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	color: #000;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-form-tb-td-date {
	box-sizing: border-box;
	width: 50%;
}

.contact-content-form-tb-td-date:has(+ .contact-content-form-tb-td-select) {
	float: left;
	width: 47.5%;
}

.contact-content-form-tb-td-date + .contact-content-form-tb-td-select {
	float: right;
	width: 47.5%;
}

.contact-content-form-tb-td-date input[type="date"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	color: #000;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5;
	height: 44px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-form-tb table td textarea {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 0;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5;
	height: 300px;
	padding: 5px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-check-text {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 40px;
	text-align: center;
}

.contact-content-check-text label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.contact-content-check-text label::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 2px solid;
	border-radius: 5px;
	content: "";
	left: 0;
	height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}

.contact-content-check-text label input[type="checkbox"] {
	display: none;
}

.contact-content-check-text-in {
	box-sizing: border-box;
	display: inline-block;
	font-size: 21px;
	line-height: 1.5;
	min-height: 50px;
	padding: 8px 0 0 60px;
	position: relative;
}

.contact-content-check-text-in::before {
	background: #eee;
	box-sizing: border-box;
	border-radius: 5px;
	content: "";
	left: 7px;
	height: calc(50px - 14px);
	position: absolute;
	top: 7px;
	width: calc(50px - 14px);
}

.contact-content-check-text label input[type="checkbox"]:checked + .contact-content-check-text-in::before {
	background: linear-gradient(135deg, #0390de 0%, #134ba9 100%);
}

.contact-content-check-text label input[type="checkbox"]:checked + .contact-content-check-text-in::after {
	box-sizing: border-box;
	border-color: #fff !important;
	border-right: 4px solid;
	border-bottom: 4px solid;
	content: "";
	left: 17px;
	height: 20px;
	position: absolute;
	top: 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 15px;
}

.contact-content-send-btn {
	box-sizing: border-box;
	margin: 40px auto 0;
	padding-bottom: 5px;
	width: 350px;
}

.contact-content-send-btn input[type="submit"] {
	background: var(--orange-2);
	box-sizing: border-box;
	border: 0;
	box-shadow: 0 5px var(--orange-2-dark);
	border-radius: 10px;
	cursor: pointer;
	color: #fff;
	display: block;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.5;
	padding: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 100%;
	-webkit-appearance: none;
}

.contact-content-send-btn input[type="submit"]:hover {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.contact-content-send-btn input[type="submit"].none {
	cursor: auto;
	opacity: 0.6;
}

.contact-content-send-btn input[type="submit"].none:hover {
	box-shadow: 0 5px var(--orange-2-dark) !important;
	transform: none;
	-webkit-transform: none;
}

.wpcf7-spinner,
.wpcf7 form .wpcf7-response-output {
	display: none !important;
}

.grecaptcha-badge {
	bottom: 115px !important;
	z-index: 100;
}

body#experience .grecaptcha-badge {
	bottom: 254px !important;
}

body#experience.none .grecaptcha-badge {
	bottom: 115px !important;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
	min-height: 12.1vw;
	padding-top: 12.1vw;
	position: relative;
}

footer::before {
	background-image: url(images/foot-bg.png);
	background-size: 100%;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: 12.1vw;
	position: absolute;
	top: 0;
	width: 100%;
}

footer::after {
	background: url(images/bg-5.jpg);
	background-position: top center;
	box-sizing: border-box;
	content: "";
	left: 0;
	height: calc(100% - 12.1vw);
	position: absolute;
	top: 12.1vw;
	width: 100%;
}

.foot-copyright {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.foot-copyright .wrapper {
	padding: 30px 0;
}

.foot-copyright-text {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.foot-copyright-text span {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 7.5px;
}

/*----------------------------------------
固定お問い合わせボタン
----------------------------------------*/

.fixed-contact {
	box-sizing: border-box;
	bottom: 115px;
	opacity: 0;
	pointer-events: none;
	padding: 11px 11px 0 0;
	position: fixed;
	right: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 100;
}

.fixed-contact.fixed {
	opacity: 1;
	pointer-events: auto;
}

body.none .fixed-contact.fixed {
	opacity: 0;
	pointer-events: none;
}

.fixed-contact-close-btn {
	background: #000;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	width: 33px;
	z-index: 2;
}

.fixed-contact-close-btn::before {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 2px solid;
	border-radius: 50%;
	content: "";
	left: 2px;
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	width: calc(100% - 4px);
}

.fixed-contact-close-btn::after {
	box-sizing: border-box;
	color: #fff;
	content: "\e023";
	font-family: 'icomoon';
	font-weight: 700;
	font-size: 11px;
	line-height: 35px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.fixed-contact-close-btn:hover {
	opacity: 0.6;
}

.fixed-contact-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

.fixed-contact-btn-in {
	background: var(--blue-2);
	box-sizing: border-box;
	box-shadow: 0 5px var(--blue-2-dark);
	border-radius: 10px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.fixed-contact-btn:hover .fixed-contact-btn-in {
	box-shadow: none !important;
	transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
}

.fixed-contact-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-top: 35px;
	position: relative;
}

.fixed-contact-btn-in-text::before {
	box-sizing: border-box;
	content: "\e017";
	font-family: 'icomoon';
	font-weight: 400;
	font-size: 40px;
	line-height: 1;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

/*----------------------------------------
ページトップ
----------------------------------------*/

.pagetop {
	background: var(--pink-2);
	box-sizing: border-box;
	border-radius: 50%;
	bottom: 20px;
	cursor: pointer;
	height: 75px;
	position: fixed;
	right: 20px;
	width: 75px;
	z-index: 100;
}

.pagetop::before {
	box-sizing: border-box;
	color: #fff;
	content: "\e001";
	font-family: 'icomoon';
	font-size: 75px;
	line-height: 75px;
	position: absolute;
	text-align: center;
	width: 75px;
}

.pagetop:hover {
	opacity: 0.6;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}