/*
Theme Name : A.round
*/


/* 共通設定
-------------------------------------*/
html, body {
	color: #141414;
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(1.1vw, 16px);
	/*font-feature-settings: "palt";*/
	background-color: #fff;
	line-height: 1.7;
	overflow-x: hidden;
}

@font-face {
  /*フォントの名前*/
  font-family: "mobo";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("fonts/mobo.woff2") format("woff2"),
url("fonts/mobo.woff") format("woff");
}

*:focus { outline: none !important; box-shadow: none !important; }

a {
  color: #0085bc;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

a:hover {
  color: #6bd3ff;
  text-decoration: underline;
}

a span { color: #141414; /* Tel Link */ }
a span:hover { text-decoration: none; }
a[onclick]{	color: #141414; }

h1 {
	font-size: 90%;
	font-weight: 100;
	margin-bottom: 0;
}

h2 {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: min(4vw,58px);
	font-weight: 200;
	color: #6bd3ff;
    line-height: 0.7;
    letter-spacing: 0px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	/*background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.8) 55%, rgba(255, 255, 255, 0) 85%);*/
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
	margin: 0;
}

h2 span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: min(1.8vw, 24px);
	font-weight: normal;
	color: #fff;
}

h3 {
	font-family: "Ubuntu", sans-serif;
	font-size: min(4vw, 58px);
	font-weight: 300;
	line-height: 1;
	text-align: center;
	margin: 0 auto 1em;
	padding-bottom: 1em;
	position: relative;
}

h3::first-letter {
  color: #0085bc;
}

h3::after {
	content: '';
	width: 1em;
	display: block;
	border-bottom: solid 1px #6bd3ff;
	position: absolute;
	top: 1.5em; left: 50%;
	transform: translateX(-50%);
	padding-bottom: 0.5em;
}

.p-h3 {
	font-size: min(1.5vw, 24px);
	font-weight: normal;
	text-align: center;
	position: relative;
	margin-top: 2em;
}

.p-h3::before {
	content: "";
	width: 2em;
	border-bottom: solid 1px #6bd3ff;
	position: absolute;
	top: -1em; left: 50%;
	transform: translateX(-50%);
}

.p-h3.text-sm-start::before {
	left: 0;
	transform: translateX(0);
}
.p-h3.text-sm-end::before {
	left: auto;
	right: 0;
	transform: translateX(0);
}

h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: min(2vw, 28px);
	font-weight: 500;
	line-height: 1.5;
}
#lightcase-info h4::after {
	border: none; 
}

h5 {
	font-size: min(1.2vw, 18px);
	font-weight: bold;
	border-left: solid 5px #6bd3ff;
	padding-left: 0.5em;
	margin-bottom: 1em;
}

h6 {
	font-size: min(1.2vw, 18px);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.6em;
}

b, strong {	font-weight: 900; }

section { padding: 96px 0 0; }
section[class="blue"]{ background: rgba(30,144,255,0.08); }

.container-fluid { padding: 0; }
.container-fluid.page-wrap { position: relative; min-height: 100%; }

.small { font-size: 70% !important; }
.medium { font-size: 90% !important; }
.x-small { font-size: 60% !important; }

[class^="lead"] { font-size: 115%; font-weight: 400; }
.lead2 { font-size: 130%; }

.txt-blue { color: #6bd3ff; }
.txt-red { color: #6bd3ff; }
.txt-white { color: #fff; }

.serif { font-family: "Shippori Mincho", serif; }

.caution { font-size: 70%; vertical-align: text-top; }

.br-xs { display: none; }

.img-round { border-radius: 5px; }
.img-opacity:hover { opacity: 0.6; transition: 0.4s; }
.img-border { border: solid 1px #c8c8c8; }

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	padding: 8em 0;
}

.overflow-x-none { overflow-x: hidden; }

.w-60 {	width: 60% !important; }
.w-70 {	width: 70% !important; }
.w-80 {	width: 80% !important; }
.w-s80 { width: 80% !important; }

.colorbox {
    border-radius: 5px;
    padding: 2em;
	height: 100%;
}

.colorbox.gray { background-color: #ebebeb; }
.colorbox.yellow { background-color: #f7eecd; }
.colorbox.beige { background-color: rgba(236,182,101,0.1); }
.colorbox.red {background-color: rgba(185,64,71,0.1); }
.colorbox.pink { background-color: #fcd9e4; }
.colorbox.green { background-color: rgba(0,87,115,0.08); }
.colorbox.blue { background: rgba(78,214,200,0.08); }
.colorbox.blue2 { background: #6bd3ff; color: #fff; }
.colorbox.white { background-color: rgba(255,255,255,0.7); }
.colorbox.white2 { background-color: rgba(255,255,255,1); }


/* メニュー
-------------------------------------*/
.nav-inner {
	position: fixed;
	width: 100%;
	height: 6.3vmax;
	background: #fff;
	top: 0;	left: 0;
	text-align: center;
	z-index: 2;
}

@media (min-width: 1400px) {
  .nav-inner {
	height: 90px;
  }
}

.logo {
	position: absolute;
	top: 50%; left: 30px;
	transform: translate(0, -50%);
	z-index: 1;
}

.logo img {	
	width: auto; 
	height: 3.4vw;
    max-height: 48px;
}


/* スクロールでヘッダー縮小
-------------------------------------*/
.is-animation .nav-inner {}

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

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

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


/* Slick スライダー
-------------------------------------*/
.slider-wrap { 
	position: relative;
	height: auto;
	background: #fff;
	top: 6.3vmax;
	z-index: 1;
}

@media (min-width: 1400px) {
  .slider-wrap {
	top: 90px;
  }
}

[class^="slider-img"] {
	margin: 0 5px;
}

.slick-prev:before, .slick-next:before {
	font-family: bootstrap-icons;
    font-weight: 400;
}

.slick-prev {
    left: -2.1vw;
}

.slick-prev::before {
    content: '\F284';
}

.slick-next {
	right: -2.1vw;
}

.slick-next::before {
    content: '\F285';
}

.slick-dots {
	bottom: -4em;
}

@media print, screen and (min-width: 768px) {
    .slick-prev:before, .slick-next:before {
        font-size: min(2vw, 30px);
    }
}


/* トップメインビジュアル
-------------------------------------*/
/* 8枚ランダムフェード画像表示 */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  gap: 0;
  margin: 0 auto;
}

.slot {
  aspect-ratio: 1 / 1;          /* 好みで変更可 */
  position: relative;
  overflow: hidden;
  background: rgba(107,211,255,0.20);
}

.slot img {
  width: 99%;
  height: 99%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.0s ease-in-out;  /* フェード時間 */
}

.slot img.active {
  opacity: 1;
}

@media (max-width: 575.9px) {
  .gallery { grid-template-columns: repeat(auto-fit, minmax(33.33333%, 1fr)); }
}


[class^="slider-img"] img {
	width: 100%;
	height: auto;
}

.copy-wrap {
	width: 100%;
	position: absolute;
	bottom: 4em; right: 4em;
}

.copy1 {
	font-family: "Shippori Mincho", serif;
	font-size: 3.5vw;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-align: right;
	margin-right: -0.35em;
	margin-bottom: 0.8em;
}


/* トップページ
-------------------------------------*/
.container.top {
	margin-top: 6.3vmax;
}

@media (min-width: 1400px) {
  .container.top { margin-top: 156px; }
}

.top-left img {
	margin-left: 0;
	width: 50vw;
	height: 35em;
	object-fit: cover;
}

.top-right {
	width: 648px;
	height: auto;
}

.top-right img {
	width: 50vw;
	height: 35em;
	object-fit: cover;
}

.top-right.col-md-6 {
	flex: none;
}

.div-link {
	position: relative;
    height: auto;
}

.div-link .box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.div-link img {
	display: block;
	transition-duration: 0.5s;
}

.div-link:hover img {
	opacity: 0.8;
	transform: scale(1.15);
	transition-duration: 0.4s;
}

.full-width.contact {
	background: rgba(0,0,0,0.05);
	text-align: center;
	padding: 48px 0;
}

.colorbox.white.contact {
	background-color: transparent;
	padding: 3em;
	border-radius: 0;
}

.contact-tel {
	font-family: "Ubuntu", sans-serif;
	font-size: min(2.8vw, 41px);
	font-weight: 300;
	line-height: 1;
}
.gothic .contact-tel { font-family: "Noto Sans JP", sans-serif; }

p.contact-tel a span {
	color: #141414;
}

p.contact-tel a, .p-contact a, .tel a, .privacy a, .footer-tel a {
	pointer-events: none;
}


/* 背景のゆらゆらしたもやもやアニメ
-------------------------------------*/
.background-blobs {
    position: fixed;
    inset: 0;
    z-index: 1;                    /* コンテンツより背面 */
    overflow: hidden;
    pointer-events: none;           /* クリック貫通 */
    background: transparent;            /* ページのベース背景色（好みで変更） */
}

/* 個々のぼかし円 */
.background-blobs::before,
.background-blobs::after,
.background-blobs span {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(107, 211, 255, 0.12);  /* 薄い青系もやもや（色・透明度変更可） */
    filter: blur(40px);                     /* もやもや感の強さ */
    animation: blob-move linear infinite;
    will-change: transform, opacity;
}

/* 3つの異なる円を配置（サイズ・速度・色相を変えて自然に） */
.background-blobs::before {
    width: 60vmax;
    height: 60vmax;
    top: -20vmax;
    left: -20vmax;
    animation-duration: 28s;
    animation-delay: -5s;
    background: rgba(120, 180, 255, 0.10);
}

.background-blobs::after {
    width: 70vmax;
    height: 70vmax;
    bottom: -25vmax;
    right: -25vmax;
    animation-duration: 34s;
    animation-delay: -12s;
    background: rgba(90, 150, 230, 0.09);
}

.background-blobs span {
    width: 55vmax;
    height: 55vmax;
    top: 40%;
    left: 60%;
    transform: translate(-50%, -50%);
    animation-duration: 40s;
    animation-delay: -20s;
    background: rgba(140, 200, 255, 0.11);
}

/* ゆらゆら移動アニメーション */
@keyframes blob-move {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.6;
    }
    25% {
        transform: translate(12vw, 8vh) rotate(30deg);
        opacity: 0.9;
    }
    50% {
        transform: translate(-8vw, 15vh) rotate(-20deg);
        opacity: 0.7;
    }
    75% {
        transform: translate(15vw, -10vh) rotate(40deg);
        opacity: 0.85;
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 0.6;
    }
}

/* スマホでは少し控えめに（負荷軽減＆見栄え調整） */
@media (max-width: 575px) {
    .background-blobs::before,
    .background-blobs::after,
    .background-blobs span {
        filter: blur(30px);
    }
    @keyframes blob-move {
        0%   { transform: translate(0, 0); }
        25%  { transform: translate(8vw, 5vh); }
        50%  { transform: translate(-6vw, 10vh); }
        75%  { transform: translate(10vw, -7vh); }
        100% { transform: translate(0, 0); }
    }
}


/* フッター
-------------------------------------*/
footer {
	background: #fff;
	color: #141414;
	padding: 96px 0;
	position: relative;
}

footer::after {
	content: '';
	width: 70%;
	border-top: solid 1px #6bd3ff;
	position: absolute;
	top: 0; left: 50%;
	transform: translateX(-50%);
}

.footer-logo { width: 15vw; height: auto; }
.footer-p { font-size: 16px; }
.footer-tel a span { color: #fff; }
.copyright { 
	font-size: min(0.8vw, 12px);
	margin-bottom: 0;
}

footer .navbar {
	font-family: "Ubuntu", sans-serif;
	font-size: min(1vw, 15px);
	font-weight: 300;
	width: 50%;
	padding: 0;
	margin: 0 auto;
}

footer .nav-link {
	padding: 0;
	line-height: 1.7;
}

footer .navbar a {
    color: #141414;
	transition: 0.3s;
}

footer .navbar a:hover {
    color: #6bd3ff;
	text-decoration: none;
}

@media (max-width: 575.9px) {
  footer { font-size: 3.5vw; padding: 1em 0 2em; }
  footer[class="no-contact"] { margin-top: 0; }
  footer .navbar { display: none; }
  .footer-logo { width: 35vw; height: auto; margin-top: 2em; }
  .footer-p { font-size: 4vw; }
  .copyright { position: static; font-size: 2.5vw !important; text-align: center; margin-top: 2em; }
}

@media (min-width: 576px) {
}


/* ヘッダー画像
-------------------------------------*/
.header-img {
	width: 100%;
	height: 15vmax;
	max-height: 240px;
	position: relative;
	top: 6.3vmax;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 1400px) {
  .header-img { top: 90px; }
}

.header-img::before {
	content: '';
    background: rgba(107, 211, 255, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-img.company { background-image: url("images/header-company.jpg"); }


/* スケジュール プラグイン
-------------------------------------*/
.media-info .div-link a {
	color: #141414;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 1em;
}

.media-info .div-link a:hover {
	text-decoration: none;
	background: rgba(107,211,255,0.10);
	transition: 0.4s;
}

.media-info .div-link a::after {
	content: '';
	width: 1em;
	height: 1em;
	border-right: solid 1px #6bd3ff;
	border-bottom: solid 1px #6bd3ff;
	position: absolute;
	bottom: 0; right: 0;
}

.media-info .img-wrap {
	width: 20%;
	height: auto;
    overflow: hidden;
    position: relative;
}

.media-info ul {
	width: 80%;
	list-style: none;
	padding-left: 1em;
	margin-bottom: 0;
}

.media-info ul li:first-child {
	font-size: 85%;
}
.media-info ul li:nth-child(2) {
	font-size: 120%;
	margin-bottom: 0.3em;
}
.media-info ul li:nth-child(3) {
	color: #0085bc;
	line-height: 1.2;
	margin-bottom: 0.3em;
}

@media (max-width: 575.9px) {
  .media-info .img-wrap { width: 30%; }
  .media-info ul li { line-height: 1.4; }
  .media-info ul li:first-child { line-height: 1.7; margin-top: -0.2em; }
  .media-info ul li:nth-child(2) { font-size: 115%; margin-bottom: 0.2em; }
  .media-info ul li:nth-child(3) { margin-bottom: 0.1em; }
}

/* スケジュール一覧ページ */
.nav-links {
	margin-left: auto;
}

ul.page-numbers {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-numbers li {
	display: inline-block;
}

.page-numbers li a {
	background: rgba(107,211,255,0.10);
	padding: 0 0.4em;
}

.page-numbers li span.current {
	color: #fff;
	background: #6bd3ff;
	padding: 0 0.4em;
}

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


/* インフォメーション プラグイン
-------------------------------------*/
.full-width.information {
	padding-bottom: 12em;
}

.information .full-width {
	margin-left: calc(-47vw + 50%);
    margin-right: calc(-47vw + 50%);
	padding: 0;
}

.information .slider [class^="slider-img"] {
	background: rgba(107,211,255,0.1);
}

.information .slider a img:hover {
	opacity: 0.7;
	transition: 0.4s;
}

@media (max-width: 575.9px) {
  .full-width.information { padding-bottom: 6em; }
}


/* Talent/Artist
-------------------------------------*/
.container.common {
	margin-top: 6.3vmax;
}

@media (min-width: 1400px) {
  .container.common { margin-top: 90px; }
}

.talent-list h4 {
	font-size: min(1.5vw, 22px);
	margin-top: 0.5em;
	margin-bottom: 0;
}

.talent-list p {
	font-size: min(1.1vw, 16px);
	color: #6bd3ff;
}

.talent-list a {
	color: #141414;
}

.talent-list a:hover {
	text-decoration: none;
}

.talent-list .img-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.talent-list .img-wrap img {
	display: block;
	transition-duration: 0.5s;	
}

.talent-list .img-wrap:hover img {
	opacity: 0.8;
	transform: scale(1.1);
	transition-duration: 0.4s;
}

.row.talent-list {
	margin-bottom: 6em;	
}

.row.talent-list.legend-list {
	margin-bottom: 0;	
}

.legend-list {
	justify-content: center;
}

.profile h3 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	line-height: 0.8;
}

.profile h4 {
	border-bottom: solid 1px #6bd3ff;
	padding-bottom: 0.2em;
	margin-bottom: 0.8em;
}

.profile .table-1 th, .profile .table-1 td {
	padding-left: 0;
}

.profile .kana {
	font-size: min(1.3vw, 19px);
	position: absolute;
	top: 3.8em; left: 50%;
	transform: translateX(-50%);
}

.profile .media-grid {
	align-content: center;
	margin-bottom: 2em;
}

.profile .table-1 th {
	width: 30%;
	text-align: left;
	font-weight: bold;
}

.profile .media-grid img {
	width: 100%;
	height: auto;
}

.profile .sns-icons img {
	width: 10% !important;
}

.profile .media-grid img:hover, .profile .sns-icons img:hover {
	opacity: 0.7;
	transition: 0.4s;
}

.latest-info h4 {
	margin-bottom: 1em;
}

@media (max-width: 575.9px) {
  .talent-list h4 { font-size: 3.5vw; }
  .talent-list p { font-size: 2.5vw; }
  .profile .kana { font-size: 2.8vw; top: 6em; }
  .latest-info { margin-top: 6em !important; }
}


/* Company
-------------------------------------*/
h3.common {
	font-family: "Shippori Mincho", serif;
	font-size: min(3vw, 44px);
	font-weight: 500;
}


/* Recruit
-------------------------------------*/
table .last th, table .last td {
	border-bottom: none;
}


/* お問い合わせ
-------------------------------------*/
.contact h2 {
	line-height: 0.9;
}

h2.low {
	line-height: 1.0;
}

.p-contact {
	font-family: "Ubuntu", sans-serif;
	font-size: 220%;
	font-weight: 400;
	color: #6bd3ff;
}

.p-contact a span {
	color: #6bd3ff !important;
}

.container.contact {
	width: 80%;
}

p[class="error"] {
	color: #dd004e;
	margin-top: 0.2em;
}

.privacy {
	background: rgba(107,211,255,0.05);
	max-width: 960px;
	height: 18em;
	padding: 1.2em;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	font-size: 90%;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 2em;
}

form label:not(.form-check-label) { 
	margin: 0 0 1em;
}
form .pink label:not(.form-check-label) { 
	border-left: solid 6px #ED2375;
}

input[type="checkbox"]{
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.form-check-inline {
    padding-left: 0.5rem;
	margin-left: 1.2em;
}

.form-check-input[type=radio] {
	margin-top: 0.4em;
}


/* お問い合わせプラグイン */
.oc-contact-wrap {
	max-width: 960px;
	margin: 0 auto;
}

.oc-contact-form,
.oc-confirm {
	background: #fff;
}

.oc-form-row {
	margin-bottom: 18px;
}

.oc-form-row label {
	display: block;
	font-weight: 700;
	border-left: 2px solid #6bd3ff;
	padding-left: 0.8em;
}

.oc-form-row input[type="text"],
.oc-form-row input[type="email"],
.oc-form-row input[type="file"],
.oc-form-row textarea {
	width: 100%;
	padding: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
}

.oc-form-row textarea {
	resize: vertical;
	min-height: 10em;
}

.oc-contact-wrap .oc-contact-form input::placeholder,
.oc-contact-wrap .oc-contact-form textarea::placeholder { 
	color: #b4b4b4; opacity: 1;
}

.oc-required {
	background: #ed2375;
	color: #fff;
	font-size: min(0.9vw, 13px);
	margin-left: 6px;
	padding: 0.1em 0.3em;
	border-radius: 0.3em;
}

.oc-help-text {
	margin-bottom: 2em;
	color: #666;
	font-size: 13px;
}

.oc-error-text {
	color: #dd004e;
	font-size: 13px;
	margin: 6px 0 0;
}

.oc-notice-text {
	color: #135e1f;
	font-size: 14px;
}

.oc-form-row input[type="file"] {
	border: none;
}

.oc-form-privacy label {
	font-weight: 400;
	border-left: 0;
	padding-left: 0;
}

.oc-form-submit,
.oc-confirm-actions {
	margin-top: 3em;
	text-align: center;
}

.oc-form-submit button,
.oc-confirm-actions button {
	background: #6bd3ff;
	color: #fff;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 15px;
}

.oc-btn-back {
	width: 12em;
	background: #666;
	margin-right: 10px;
}

.oc-btn-send {
	width: 12em;
}

.oc-form-submit button:hover, .oc-confirm-actions button:hover, .oc-btn-back:hover, .oc-btn-send:hover {
	background: #0085bc;
	transition: 0.4s;
}

.oc-confirm-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 16px;
}

.oc-confirm-table th,
.oc-confirm-table td {
	border: 1px solid #ddd;
	padding: 10px;
	vertical-align: top;
}

.oc-confirm-table th {
	width: 220px;
	background: #f8f8f8;
}

.oc-complete {
	text-align: center;
}

.oc-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
}

.confirm #policy {
	display: none;
}

@media (max-width: 575.9px) {
  .oc-required { font-size: 2.5vw; }
}


/* ハンバーガーメニュー
-------------------------------------*/
.toggle {  
    position: absolute; /* ボタンの配置位置  */
    top: 50%;
    right: 8px;
    transform: translate(-50%, -50%);
    width: 24px; /* ボタンの大きさ */
    height: 24px;
    display: flex; /* バーガーの線をボタン範囲の中心に配置 */
    justify-content: center;
    align-items: center;
    z-index: 30; /* 最前面に */
}

/***** 真ん中のバーガー線 *****/
.toggle-line {  
    width: 100%; /* 線の長さと高さ */
    height: 1px;  
    background-color: #141414; /* バーガー線の色 */  
    position: relative; /* バーガー線の位置基準として設定 */
    transition: 0.5s;
}

/***** 上下のバーガー線 *****/
.toggle-line::before,
.toggle-line::after {
    content: "";  
    position: absolute; /* 基準線と同じ大きさと色 */
    width: 100%;
    height: 100%;
    background-color: #141414;
    transition: 0.5s;
    left: 0;
}

.toggle-line::before {  
    transform: translateY(-8px); /* 上の線の位置 */
}

.toggle-line::after {  
    transform: translateY(8px); /* 下の線の位置 */
}


/***** メニューオープン時 *****/
.toggle-line.open {  
    background-color: transparent; /* 真ん中の線を透明に */
}

.toggle-line.open::before,
.toggle-line.open::after {
    content: "";  
    background-color: #141414; /* 上下の線の色を変える */
    transition: 0.5s;
}

.toggle-line.open::before {  
    transform: rotate(135deg); /* 上の線を傾ける */
}

.toggle-line.open::after {  
    transform: rotate(-135deg); /* 上の線を傾ける */
}

/**************** 以下、メニューのスタイリング ****************/
.ham-menu {
    position: fixed;
    right: -70%; /* メニューの位置マイナス指定で画面外に */
    width: 70%;
    padding: 0;
    display: flex; /* メニューを縦に */
    flex-direction: column;
    background-color: rgba(255,255,255,0.95);
    transition: 0.5s;
    z-index: 20;
}

.ham-menu .ham-menu-list:last-child {
	margin-left: 0;
	margin-right: 3em;
}

.ham-menu .ham-menu-list.tel {
	font-size: 15px;
	line-height: 1.5;
	color: #141414;
	text-align: right;
	display: inline;
	margin-right: 1em;
	margin-top: -1.7em;
}

.ham-menu .ham-menu-list.tel span {
	font-size: 26px;
	font-weight: bold;
	color: #6bd3ff;
}

.ham-menu .ham-menu-list.tel .bi {
	color: #6bd3ff;
}

.ham-menu-list {
    height: 6.3vmax;
    text-align: center;
	font-family: "Ubuntu", sans-serif;
    font-size: min(1.2vw, 18px);
	font-weight: 300;
    line-height: 1.5;
    padding: 0 1.8em;  
    display: flex; /* メニューテキスト位置をリスト内中心に */
    justify-content: center;
    align-items: center;
}
@media (min-width: 1400px) {
  .ham-menu-list {
	height: 90px;
  }
}
.ham-menu-list a::first-letter {
  color: #0085bc;
}
.ham-menu-list span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6bd3ff;
}
.ham-menu-list .btn span {
	color: #141414;
}
.ham-menu-list.act a {
	color: #141414 !important;
}
.ham-menu-list span[class="tel"] {	
	font-size: 18px;
	font-weight: bold;
	color: #141414;
}
.ham-menu-list.bnr img {
	height: 2.5em;
}
.ham-menu-list.act {
	position: relative;
}
.ham-menu-list.act::before {
	content: "";
	width: 100%;
	border-top: solid 1px #6bd3ff;
	position: absolute;
	top: 89px;
	animation: 0.3s ease-out 0.15s alternate both running active;
}
.ham-menu-list.act:first-child::before, .ham-menu-list.act:last-child::before { content: none; }
@media (min-width: 576px) {
  .ham-menu-list.act:last-child::before { content: none; }
}
@keyframes active {
  0% {
    width: 0px;
	background: transparent;
  }
  30% {
	background: #6bd3ff;
  }
  100% {
    width: 100%;
  }
}

.ham-menu-list:last-child {
    padding-right: 0;
}

.ham-menu-list a {
	color: #141414 !important;
}

.ham-menu-list.sub-menu-list a::after {
	color: #6bd3ff !important;
}

.ham-menu-list a:hover {
	color: #6bd3ff !important;
	transition: 0.3s;
	text-decoration: none;
}
.ham-menu-list a:hover::first-letter {
	color: #6bd3ff !important;	
	transition: 0.6s;
}

.ham-menu-list p { 
	margin-bottom: 0;
	line-height: 1.5;
}

@media (max-width: 1399.9px) {
  .ham-menu-list { font-size: 1.4vw; padding: 0 1em; }
  .ham-menu-list.act::before { width: 5.2vw; }
}

@media (max-width: 768px) {
  .ham-menu-list.act::before { top: 58px; }
}

@media (max-width: 575.9px) {
  .ham-menu { top: 50px; width: 70%; height: calc(100vh - 50px); padding-top: 8vw; right: -70%; }
  .ham-menu.up { display: none; }
  .ham-menu.down { 
  	height: calc(100vh - 50px);
	background: #6bd3ff;
	top: 50px; 
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 1em;
  }
  .ham-menu.open { z-index: 30; }
  .ham-menu-list { font-size: 4vw; height: 15vw; align-self: flex-start; align-items: flex-start; padding-left: 2em; margin: 0; }
  .ham-menu-list.bnr { height: 16vw; }
  .ham-menu-list a { color: #141414 !important; }
  /*.ham-menu-list a::before {
    content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	color: #fff;
	margin-right: 0.6em;
  }*/
  .ham-menu-list:nth-child(5) { margin-right: 0; }
  .ham-menu .ham-menu-list.tel { text-align: center; margin-top: 0; }
  .ham-menu .ham-menu-list.tel span { font-size: 5.5vw; }
  .ham-menu .ham-menu-list.tel .bi { font-size: 4.5vw !important; }
  .ham-menu .ham-menu-list.tel { font-size: 2.8vw; }
  .ham-menu .ham-menu-list:last-child { margin-right: 0; }
  .ham-menu-list a:hover { color: #6bd3ff !important; }
  .ham-menu-list span { font-size: 3vw; }
  .ham-menu-list.act a { color: #6bd3ff !important; }
  .ham-menu-list.act:before { border-top: solid 1px #6bd3ff; }
  .ham-menu-list.act::before { width: 4.5em !important; top: 8vw; left: 2em; transform: translate(0, 0); }
  .toggle { width: 24px; height: 24px; }
  .toggle-line::before { transform: translateY(-8px); }
  .toggle-line::after { transform: translateY(8px); }
}


/***** メニューオープン時位置0にして画面内に *****/
.ham-menu.open {
  position: absolute;
  right: 0;
}

/* 576px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 576px) {
  .toggle {
    display: none;
  }

  .ham-menu {
    width: 100vw;
	height: auto;
	background-color: rgba(255,255,255,1);    
    display: flex; /* メニューを横に */
    flex-direction: row;
	align-items: center;
	justify-content: flex-end;
    position: absolute;
    top: 50%; right: 0;
	transform: translate(0, -50%);
	margin: 0;
	z-index: 0;
  }
}

/* サブメニュー */
.ham-menu.down .ham-menu-list .sub-menu-item a {
	color: #141414 !important;
}

.sub-menu-item a::before {
	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F285';
	margin-top: 0.1em;
	margin-right: 0.3em;
}

@media screen and (min-width: 576px) {
  .sub-menu {
  	width: 100vw;
  	position: absolute;
  	top: 50px; left: 0;
  	list-style: none;
	background: #fdf3f4;
	display: flex;
	flex-wrap: wrap;
  }
  
  .sub-menu-item {
  	width: 50%;
  	height: 0;
    font-size: 1.3vw;
	text-align: start;
  	overflow: hidden;
  	opacity: 0;
  	/* サブメニューが出現する速度の調整 */
  	-webkit-transition: 0.3s;
  	transition: 0.3s;
  }  
  .sub-menu-item a {
  	width: 92%;
	display: flex;
	color: #141414 !important;
  	justify-content: start;
	padding: 1.2em 0 1.2em 0;
	border-bottom: solid 1px #f8d0d2;
	position: relative;
  }
  .sub-menu-item a::after {
  	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 15%;
	height: inherit;
	border-bottom: 1px solid #6bd3ff;
  }
  .sub-menu-item a:hover::after {
	width: 100%;
	transition: 0.5s;
  }
  /* サブメニュー内 見出し・画像 */
  .sub-menu-list .sub-menu-h2, .sub-menu-list .sub-menu-img {
	display: none;
	position: absolute;
  }
  .sub-menu-list .sub-menu-h2 {
  	font-family: "Shippori Mincho", serif;
  	font-size: min(2vw, 30px);
	font-weight: 500;
	line-height: 1.3;
	color: #141414;
	top: 50%; left: 13%;
	transform: translate(-50%, -50%);
  }
  .sub-menu-list .sub-menu-h2 span {
  	font-size: 18px;
  }
  .sub-menu-list .sub-menu-img {
  	width: 25vw;
	height: auto;
	max-height: 160px;
	object-fit: contain;
  	top: 50%; right: 3em;
	transform: translateY(-50%);
  }
  
  /* IE11対策 */
  _:-ms-lang(x)::-ms-backdrop, .sub-menu-item.a a, _:-ms-lang(x)::-ms-backdrop, .sub-menu-item.b a {
	display: block;
	text-align: left;
	margin-left: -15px;
  }
  _:-ms-lang(x)::-ms-backdrop, .sub-menu-item a:first-child {
	padding-top: 15px;
  }
  
  /* メインメニューマウスカーソルが乗ったらサブメニューを出現させる */
  .ham-menu-list:hover > .sub-menu > .sub-menu-item {
   	overflow: visible;
   	opacity: 1;
   	height: auto;
  }
  .ham-menu-list:hover > .sub-menu {
  	height: auto;
	padding: 2em 30vw 2em 30vw;
  }
  .ham-menu-list:hover > .sub-menu > .sub-menu-h2,
  .ham-menu-list:hover > .sub-menu > .sub-menu-img {
	display: block;
  }
}

@media screen and (min-width: 769px) {
  .sub-menu { top: 90px; }
}

@media screen and (min-width: 1200px) {
  .sub-menu-item { font-size: 15px; }
}

@media screen and (min-width: 1400px) {
  .sub-menu-item { font-size: 17px; }
}

@media (max-width: 1199.9px) {
  .sub-menu-list::after { font-size: 14px; margin-top: 0.1em; }
  .sub-menu-list .sub-menu-h2 { font-size: 2vw; }
  .sub-menu-list .sub-menu-h2 span { font-size: 1.5vw; }
}

@media screen and (max-width: 991.9px) {
  .sub-menu-list::after { font-size: 1.4vw; }
}

@media screen and (max-width: 575.9px) {
  .sub-menu { 
	display: none;
	flex-flow: wrap;
	padding: 0 1em 0 0.5em;
	margin: 0.5em 0;
  }
  .ham-menu .ham-menu-list a { height: 9vw; }
  .ham-menu .ham-menu-list a.toggle-sub { position: relative; }
  .ham-menu .ham-menu-list a.toggle-sub::after {
  	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F64D';
    font-size: 17px;
    color: #fff !important;
	position: absolute;
	top: 0; left: 81vw;
  }
  .ham-menu .ham-menu-list a.toggle-sub.open::after { content: none; }
  
  .sub-menu-item a { position: relative; padding-left: 1em; } 
  .sub-menu-item a:hover { background: none; }
  .sub-menu-list {
	width: 100%;
	position: relative;
	display: inline-table;
	text-align: left;
  }
 .sub-menu-list span {
   display: inline-block;
   color: #6bd3ff;
 }
 .sub-menu-list span[class="tel"] {
   color: #1e1e1e;
 }
 .sub-menu-item {
 	width: 50%;
    font-size: 3.5vw;
    text-align: left;
	list-style: none;
	white-space: nowrap;
	padding: 0.5em 2em 0.5em 0;
  }
  .ham-menu.down .ham-menu-list .sub-menu-item a { color: #fff !important; }
  .sub-menu-list:first-child { padding-top: 0.5em; height: 16vw; }
  .sub-menu-item.a a, .sub-menu-item.b a, .sub-menu-item.c a { padding: 0; }
  .sub-menu-list .sub-menu-h2, .sub-menu-list .sub-menu-img { display: none; }
}

@media screen and (max-width: 376px) {
  .sub-menu-item a::before { left: 1em; transform: translate(-50%, -50%) scale(0.09); }
}
@media screen and (max-width: 320px) {
  .sub-menu-item a::before { left: 1em; transform: translate(-50%, -50%) scale(0.08); }
}


/* リスト
-------------------------------------*/
ul, ol {
	padding-left: 1.2em;
}

ol li {
	margin-bottom: 0;
}

.note dt {
	position: relative;
}
.note dt span {
	position: absolute;
}
.note dd {
	padding-left: 1em;
}

ul.asterisk li {
	list-style-type: none;
	text-indent: -1.2em;
}

ul.asterisk li:before {
	display: inline;
	content: '※';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.2em;
}

ol.asterisk {
	counter-reset: number;
	list-style: none;
}

ol.asterisk li:before {
	counter-increment: number;
	content: "\f069"counter(number)" ";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.2em;
}

ul.gear li {
	list-style-type: none;
	text-indent: -1.2em;
	font-size: 110%;
}

ul.gear li:before {
	display: inline;
	content: '\f013';
	font-family: 'FontAwesome';
	margin-right: 0.4em;
}

ol.list_parentheses {
	padding: 0;
	margin: 0;
}
ol.list_parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
ol.list_parentheses li:before{
	display: marker;
	content: "(" counter(cnt) ") ";
}


/* ボタン
-------------------------------------*/
.btn-wrap {
	position: relative;
	width: 16em;
	text-align: center;
}


.btn-wrap.lg {
	width: 320px;
}

.btn-wrap.xl {
	width: 22em;
}

.btn-line {
	position: absolute;
	top: 50%; right: 0%;
	transform: translate(0, -50%);
	display: block;
	width: 40px;
	height: 0.1px;
	background: #fff;
	z-index: 1;
	animation: 2s ease-in 1s infinite alternate both running btn-line;
}

@keyframes btn-line {
  0% {
    width: 0px;
	background: transparent;
  }
  30% {
	background: #fff;
  }
  100% {
    width: 40px;
  }
}

.btn {
	letter-spacing: 0.05em;
	border: none;
	border-radius: 0px;
	transition: 0.4s;
	position: relative;
	z-index: 1;
}

.btn a[onclick] { color: #fff !important; }

.btn.normal, .btn.form, .btn.return, .btn.contact-lg { 
	width: 100%;
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
	font-size: min(1.2vw, 18px);
	color: #6bd3ff;
	text-align: center;
	background: #fff;
	border: solid 1px #6bd3ff;
	padding: 0.8em 1em;
}

.btn.normal.white {
	background: transparent;	
}

.btn.normal.orange {
	background: #e47716;
}

.btn.normal.contact {
	width: auto;
	height: auto;
	font-size: min(1.1vw, 16px);
	background: #0085bc;
	padding: 0.3em 1em;
}

.btn.contact-lg {
	width: 18em;
	font-size: min(1.5vw, 22px);
	padding: 0.7em 1em;
}
.btn.form {
	background: #dd004e;
}

.btn.normal.cat {
	width: 100%;
}

.btn.normal.pdf {
	width: 16em;
}

.btn.normal.pdf::after {
	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F63E';
    vertical-align: text-bottom;
    line-height: 1.25;
    margin-left: 0.5em;
}

.btn.normal:hover, .btn.return:hover, .btn.contact-lg:hover { background: #6bd3ff; color: #fff; border: solid 1px #6bd3ff; text-decoration: none; }
.btn.normal.white:hover { border: 1px solid #fff; }
.btn.normal.orange:hover { color: #e47716; border: 1px solid #e47716; }
.btn.normal.contact:hover { color: #fff !important; }
.btn.form:hover { background: #6bd3ff; color: #fff; }

@media (max-width: 1199.9px) {
  .btn.normal.contact .fs-4 { font-size: 2vw !important; }
  .btn.normal.cat { font-size: 1.5vw; }
}

@media (max-width: 991.9px) {
  .btn.normal.contact { font-size: 1.3vw; }
  .btn.contact-lg { width: 90%; font-size: 14px; }
}

@media (max-width: 768px) {
  .btn.normal.contact {	font-size: 1vw; }
  .btn.normal.contact .fs-4 { font-size: 2.4vw !important; }
}

@media (max-width: 767.9px) {
  .btn.contact-lg { font-size: 1.7vw; }
}

@media (max-width: 575.9px) {
  .btn-wrap { width: 60%; }
  .btn-wrap.lg { width: 85%; }
  .btn-wrap.xl { width: 95%; }
  .btn.normal, .btn.form, .btn.return {
	width: 100%;
	font-size: 3.5vw;
	padding: 0.6em 1em;
  }
  .btn.normal.cat { 
	font-size: 3vw;
	padding: 0.3em 0.5em;
    margin-bottom: 1vw;
  }
  .btn.normal.contact { font-size: 4vw; padding: 0; }
  .btn.normal.contact span { font-size: 4vw; line-height: 1; }
  .btn.normal.contact::before { display: none; }
  .btn.normal.contact .bi { display: none; }
  .btn.normal.contact span:hover { color: #b17c2d !important; }
  .btn.contact p { font-size: 3.6vw; }
  .btn.contact-lg { font-size: 4vw; width: 75%; padding: 0.8em 1em; }
}


/* バッジ
-------------------------------------*/
.badge {
	font-weight: normal;
	vertical-align: baseline;
	border-radius: 3px;
}

.badge-primary {
	font-size: 80%;
	padding: 0.2em 0.5em;
	background-color: #194475;
}

.badge-danger {
	font-size: 80%;
	color: #fff;
	padding: 0.2em 0.5em;
	background-color: #dd004e;
	border-radius: 3px;
}

.badge-dark {
	font-size: 80%;
	background-color: #194475;
}

a.badge .badge-dark {
	padding: 0.2em 0.5em;
}

a.badge-dark:hover, a.badge-dark:focus {
  background-color: #88b8dc;
}


/* テーブル
-------------------------------------*/
.table-1 { width: 80%; }
.table-1 th {
	width: 13em;
	padding: 1em;
	font-weight: normal;
	vertical-align: top;
	border-bottom: solid 1px #6bd3ff;
}
.table-1 td {
	padding: 1em;
	border-bottom: solid 1px rgba(78,214,200,0.5);
}

.table-2 { width: 100%; }
.table-2 tr {
	border-bottom: 1px solid #6bd3ff;
	margin-bottom: 5px;
}
.table-2 tr:nth-child(odd) td {
	background: #fbf5f5;
}
.table-2 th {
	padding: 0.4em 0.8em;
	border-top: 1px solid #6bd3ff;
	border-left: 1px solid #6bd3ff;
	border-right: 1px solid #6bd3ff;
	font-weight: 500;
	text-align: center;
	background: #f8e4e5;
}
.table-2 td {
	padding: 0.4em 0.7em;
	border-top: 1px solid #6bd3ff;
	border-left: 1px solid #6bd3ff;
	border-right: 1px solid #6bd3ff;
	font-weight: normal;
	vertical-align: top;
	background-color: #fff;
}
.table-2 td:before {
	padding: 10px;
	border-right: 1px solid #6bd3ff;
	background-color: #fff;
}
.table-2.price td {
	border-left: none;
}

.table-res { width: 100%; }
.table-res tr {
	border-bottom: 1px solid #6bd3ff;
	margin-bottom: 5px;
}
.table-res th {
	font-weight: bold;
	text-align: center;
	padding: 0.4em 0.8em;
	border-top: 1px solid #6bd3ff;
	border-left: 1px solid #6bd3ff;
	border-right: 1px solid #6bd3ff;
	background-color: rgba(185,64,71,0.15);
}
.table-res td {
	text-align: center;
	padding: 0.4em 0.8em;
	border-top: 1px solid #6bd3ff;
	border-left: 1px solid #6bd3ff;
	border-right: 1px solid #6bd3ff;
	background-color: #fff;
}
.table-res td:before {
	padding: 0.4em 0.8em;
	border-right: 1px solid #6bd3ff;
	background-color: #fff;
}

@media (max-width: 991.9px) {
  .table-1 { width: 100%; }
  .table-2 { width: 100%; }
}
  
@media (max-width: 575.9px) {
  .table-1 th { font-weight: bold; }
  .table-1 th {
    width: 100%;
	display: block;
	padding: 1em 1em 0;
	border-bottom: none;
	color: #141414;
  }
  .table-1 th:first-child {
	border-top: none;
  }
  .table-1 td {
    width: 100%;
	display: block;
	padding: 0.5em 1em 1em;
  }
  .table-1 td:nth-child(2) {
	border-top: none;
  }
  
  .scroll-table { 
	overflow-x: scroll;
	white-space: nowrap;
  }
  
  .table-2 th, .table-2 td { 
  	padding: 0.3em 0.5em; width: auto;
  }
  .table-2.price th, .table-2.price td {
	border-left: 1px solid #6bd3ff;
  }

  .table-res {
    display: block;
  }
  .table-res thead {
    display: none;
  }
  .table-res tbody, .table-res tr, .table-res th, .table-res td {
    display: block;
    width: 100%;
  }
  .table-res th {
  	font-weight: bold;
    border: none;
    background-color: rgba(242,250,255,0);
  }
  .table-res td {
    position: relative;
    padding: 0.3em 1em 0.3em calc(40% + 1em);
    border-top: 1px solid #6bd3ff;
    border-left: 1px solid #6bd3ff;
    border-right: 1px solid #6bd3ff;
    background-color: #fff;
  }
  .table-res td::before {
    content: attr(aria-label);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 40%;
    height: 100%;
    padding: 0.3em 1em;
    border-right: 1px solid #6bd3ff;
    background-color: rgba(236,146,57,0.15);
  }
}


/* ポジション
-------------------------------------*/
.br-0 {
	position: absolute;
	bottom: 0;
	right: 0;
}

.bc-30 {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
  
@media (min-width: 769px) {
  .br-lg-0 {
	position: absolute;
	bottom: 0;
	right: 0;
  }
}

@media (min-width: 577px) {
  .br-md-0 {
	position: absolute;
	bottom: 0;
	right: 0;
  }
}

.br-30 {
	position: absolute;
	bottom: 30px;
	right: 30px;
}


/* インデント
-------------------------------------*/
.indent-1 {
padding-left: 1.3em;
text-indent: -1.3em;
}

.indent-2 {
padding-left: 1em;
text-indent: -1em;
}


/* フォーム
-------------------------------------*/
.form-control {
	font-size: 100%;
}

.form-control::-webkit-input-placeholder { color: #b4b4b4; }
.form-control::-moz-placeholder { color: #b4b4b4; }
.form-control:-ms-input-placeholder { color: #b4b4b4; }
.form-control::-ms-input-placeholder { color: #b4b4b4; }
.form-control::placeholder { color: #b4b4b4; }


/* トップに戻る
-------------------------------------*/
#page_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #6bd3ff;
	border: solid 1px #fff;
	border-radius: 0px;
	transition: 0.3s;
	z-index: 10;
}

#page_top a {
    width: min(3.5vw, 50px);
    height: min(3.5vw, 50px);
	position: relative;
    display: block;
    text-decoration: none;
}

#page_top:hover {
	background-color: #0085bc;
}

#page_top a::before {
	font-family: bootstrap-icons;
    font-weight: 400;
    content: '\F286';
    font-size: min(1.5vw, 25px);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 991.9px) {
  #page_top a { width: 4vw; height: 4vw; }
  #page_top a::before { font-size: 2vw; }
}

@media (max-width: 575.9px) {
  #page_top a { width: 9vw; height: 9vw; }
  #page_top a:before { font-size: 5vw; }
}


/* アンカーリンクの位置調整
-------------------------------------*/
a.anchor {
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}

a.anchor2 {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

a.anchor3 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

a.anchor4 {
    display: block;
    padding-top: 0px;
    margin-top: -0px;
}


/* モーダルウィンドウ
-------------------------------------*/
#modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 20;
}

#modal-window img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 92%;
  max-height: 92%;
}

.img-pointer {
 cursor: pointer;
}


/* フェードインアニメーション
-------------------------------------*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 1;
  transform: translateX(-50px);/*-50px*/
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*右から←にフェードイン*/
.right-to-left {
  opacity: 1;
  transform: translateX(50px);/*50px*/
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 1;
  transform: translateY(50px);/*50px*/
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 575.9px) {
  /*左から右にフェードイン*/
  .down-to-top.spL, .right-to-left.spL {
	opacity: 1;
	transform: translateX(-50px);/*-50px*/
	transition: all 1s;
  }
  .down-to-top.spL.scrollin, .right-to-left.spL.scrollin {
	opacity: 1;
	transform: translate(0);
  }
  /*右から←にフェードイン*/
  .down-to-top.spR, .left-to-right.spR {
    opacity: 1;
    transform: translateX(50px);/*50px*/
    transition: all 1s;
  }
  .down-to-top.spR.scrollin, .left-to-right.spR.scrollin  {
    opacity: 1;
    transform: translate(0);
  }
  /*下から上にフェードイン*/
  .left-to-right.spD, .right-to-left.spD {
	opacity: 1;
	transform: translateY(50px);/*50px*/
	transition: all 1s;
  }
  .left-to-right.spD.scrollin, .right-to-left.spD.scrollin {
	opacity: 1;
	transform: translateY(0);
  }
}


/* 画像サイズ調整
-------------------------------------*/
.img-fit {
	height: 0;
	display: block;
	padding-bottom: 50%; /* 高さを指定（ボックスの横幅を基準） */
	overflow: hidden;
	position: relative;
}

.img-fit img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

.img-trim {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 比率 */
}

.img-trim2 {
	height: 0;
	display: block;
	padding-bottom: 100%; /* 高さを指定（ボックスの横幅を基準） */
	overflow: hidden;
	position: relative;
	border: solid 1px #e6e6e6;
}

.img-trim img, .img-trim2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 動画
-------------------------------------*/
.movie-wrap {
    position: relative;
    padding-bottom: 66.66666%; /*アスペクト比 3:2の場合の縦幅*/
    height: 0;
    overflow: hidden;
	margin: 0 auto;
}

.movie-wrap2 {
    position: relative;
    padding-bottom: 35%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
	margin: 0 auto;
}

.movie-wrap video, .movie-wrap2 video {
	margin: 0 auto;
 width: 60%;
 display: block;
}

.play-btn {
	display: block;
	width: 20%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	cursor: pointer;
}
.play-btn:hover { opacity: 0.85; transition: 0.4s; }
.play-btn.playActive { display: none; }

@media (max-width: 575.9px) {
  .play-btn { display: none; }
}


/* Google map
-------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}

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

.gmap.small {
	padding-bottom: 75%;
}

@media (min-width: 1025px) {
  .gmap { height: 420px; padding-bottom: 0; }
  .gmap.small { height: 400px; padding-bottom: 0; }
}


/* DatetimePicker
-------------------------------------*/
.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}
.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}


/* Q&Aがついたアコーディオン
-------------------------------------*/
.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 0.7em 3.5em 0.7em 1em;
  background: rgba(247,211,157,0.5);
  cursor: pointer;
  margin: 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #d7a04d;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  background: #fff;
  opacity: 1;
  padding: 0.7em 1em;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q {
	font-weight: 500;
}

.accordion_qa .A {
	font-weight: 500;
	color: #e70a96;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -0.4em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
	color: #d7a04d;
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 3em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 3em;
}

@media (max-width: 1199.9px) {
  .accordion_qa .Q, .accordion_qa .A { font-size:min(3.5vw,16px); }
  .accordion_qa .accordion-open { padding-left: 3.5em; }
  .accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner { padding: 10px 10px 10px 3.5em; }
}

@media (max-width: 768px) {
  .accordion_qa .Q, .accordion_qa .A { font-size: 1.5vw; }
}

@media (max-width: 575.9px) {
  .accordion_qa .Q, .accordion_qa .A { font-size: 3.5vw; }
}


/* Light Case
-------------------------------------*/
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
	color: #6bd3ff;
}

/* 5 Columns
-------------------------------------*/
.col-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xl-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 0px) {
.col-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}

@media (min-width: 1400px) {
.col-xl-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}


/* メディアクエリ
-------------------------------------*/
@media (max-width: 1399.9px) {
}

@media (max-width: 1199.9px) {
  .w-60, .w-70, .w-80 { width: 100% !important; }
}

@media (max-width: 991.9px) {
}

@media (orientation: portrait) and (max-width: 991.9px) {
}

@media (max-width: 768px) {
  body { font-size: 1.3vw; }
  
  .slider-wrap { top: 50px; }
  
  .br-30 { bottom: 20px; right: 20px; } 
  .lead { font-size: 1.7vw; } 
  .lead2 { font-size: 2vw; }
}

@media (max-width: 767.9px) {
}

@media (max-width: 575.9px) {
  body { font-size: 3.5vw; }
  a {
    -webkit-tap-highlight-color: rgba(10, 10, 10, 1);
    tap-highlight-color: rgba(10, 10, 10, 1);
  }
  a[class] { color: #0085bc; }
  
  h2 { font-size: 7vw; line-height: 1.2; }
  h2 span { font-size: 4vw; margin: 0; }
  h3 { font-size: 7vw; }
  h3.common { font-size: 5.5vw; line-height: 1.2; }
  h4 { font-size: 5vw; }
  h5 { font-size: 3.7vw; }
  h6 { font-size: 3.2vw; }
  
  .lead { font-size: 4vw; }
  .lead-L { font-size: 3.5vw; }
  .lead2 { font-size: 4.5vw; }
 
  .nav-inner { height: 50px !important; position: fixed; }
  .nav-inner nav { height: 0; }
  .logo { left: 20px; }
  .logo img { width: auto; height: 7vw !important; }
  
  .slider-wrap { top: 50px; }
  .top-main { height: 100%; }
  .copy-wrap { width: auto; right: 2em; }
  .copy-wrap img { height: 8vw; margin-bottom: 1em; }
  
  .container { padding: 0 1.1em; }
  .container.top { margin-top: 98px; }
  .full-width { padding: 48px 0; }
  .right.col-sm-6 { padding-left: calc(var(--bs-gutter-x) * 0.5); }
  .top-right { width: calc(100% - 30px); height: 100%; margin-left: 15px; }
  
  .header-img { height: 25vw; top: 50px; }
  .gmap { padding-bottom: 75%; }
  p.contact-tel a, .p-contact a, .tel a, .privacy a, .footer-tel a, .ham-menu-list.tel a { pointer-events: auto; text-decoration: none; }
  
  .container.common { margin-top: 50px; }
  .category .col-6:nth-child(odd) { padding-right: 0.5vw; }
  .category .col-6:nth-child(even) { padding-left: 0.5vw; }
 
  a.anchor {
    padding-top: 50px;
    margin-top: -50px;
  }
  a.anchor2 {
    padding-top: 120px;
    margin-top: -120px;
  }
  a.anchor3 {
    padding-top: 180px;
    margin-top: -180px;
  }
  
  #privacy p, #privacy li {	font-size: 90%; }
  .privacy { padding-left: 0.5rem; }
  .container.contact { width: 100%;} 
}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
  body { font-size: 3.4vw; }
  .br-xs { display: block; }
  .btn.contact-lg { min-width: 215px !important; }
  .lead2 { font-size: 3.6vw; }
}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
  
}