@charset "UTF-8";
@import url("grid.css");

html { scroll-behavior: smooth;}
:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #000;
    --link-color: #666;
    --linkhover-color: #999;
/*    --back-color: #f7f7f7;*/
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
/*    color: var(--link-color);*/
    color: #000;
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
p {
        text-align: left;
}
.cncpt_p {
font-size: 15px;
    line-height: 2em;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    color: #000;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem 1rem; 
}
.glnv {
    background-color: #fff;
}
.glnv-center {
    width: 800px;
    margin: 20px auto 0;
    font-size: 16px;
}
.maru li {
    position: relative;
}
.maru li:before {
    content:"・";
    color: #a5d4a7;
    position: absolute;
    top: -1px;
    left: -13px;
    font-size: 30px;
}
.kotei {
    height: 70px;
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
}
@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
    margin-top: 80px;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
/*	    margin: 12rem 0;*/
	padding: 3rem 0;
}
.margin01 {
    margin-top: 136px;
}
.margin02 {
    margin-top: 48px;
}
.gray-back {
	background-color: #242424;
}
.cncpt_h2 {
    text-align: left;
        margin-bottom: 20px;
        font-weight: 700;
}
.retsu3 img {
    height: 365px;
    width: 365px;
    object-fit: cover;
}

/*キャッチコピー
-------------------------------------*/
p.caption {
        margin-top: 8px;
        margin-bottom: 20px;
}
p.caption02 {
        margin-top: -20px;
        margin-bottom: 20px;
        text-align: center;
}
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
/*        background-color: #242424;*/
background-color: #000;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid var(--border-color);
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}


.foot p:nth-child(2) {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 35px; 
}
.foot p:nth-child(3) {
        margin-top: 20px;
    font-size: 16px;
}
.foot p:nth-child(4) {
text-align: center;
    margin-top: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.foot p:nth-child(5) a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 250px;
    margin: auto;
    padding: 17px;
    color: #0d0d0d;
    color: #000;
    background: #fff;
}
.foot p:nth-child(5) a:hover {
border: 2px solid #e1e1e1;
    color: #fff;
    transition: 0.5s;
    background-color: #000;
}
/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color:#242424;
        color: #999;
    font-size: 11px;
        margin-bottom: 72px;
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
/*#pagetop a {
    display: block;
    background-color: var(--base-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}*/
#pagetop a:hover {
    background-color: transparent!important;
}
/***追従するトップへ戻るボタン***/
#pagetop a {
    position: fixed;
    right: 25px;
    bottom: 88px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 2.5rem;
/*    color: #f7f7f7;*/
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#pagetop a::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/* スマホ表示 */
@media screen and (max-width: 767px){
.cncpt_h2 {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
    font-size: 24px;
}
.dekk {
    margin-top: 56px;
    margin-bottom: 0!important;
}
.pc {
    display: none;
}
.sp {
    display: block;
}
.margin01 {
    margin-top: 70px;
}
.center {
    text-align: center;
    margin-bottom: 2rem;
}
.kotei {
    height: 70px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}
#slider {
    margin-top: 70px;
}
.mt100 {
    margin-top: 16px;
}
#pagetop a {
    position: fixed;
    right: 4px;
    bottom: 50px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 2.5rem;
/*    color: #f7f7f7;*/
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
footer {
    background-color: #000;
    padding: 0;
}
.back_gray {
    margin: 0 -200%;
    padding: 0 200%;
    background: #242424;
    padding-top: 32px;
}
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color:#242424;
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
}
.glnv-center {
    width: auto;
    margin: 0;
    font-size: 16px;
}
.maru li:before {
    content: none;
    position: static;
}
.sp_mb_img {
    margin-bottom: 16px;
        width: 100%;
    height: auto;
    display: block;
}
}

.miniphoto ul li {
    list-style-type: none;
    /*margin-left: -100px;*/
    margin-bottom: 70px;
}
.miniphoto ul li img {
    /*width: 50%;*/
    width: 8G0%;
}
.miniphoto ul  {
    display: flex;
    justify-content: center;
        text-align: center;
        margin-bottom: -30px;
}
/*追加
-------------------------------------*/
.row02 {
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 20px;
}
@media screen and (max-width: 767px){
    .row02 {
        display: block;
}
.miniphoto ul li img {
    width: auto;
}
.miniphoto ul {
    margin-bottom: 20px;
}
.miniphoto ul li {
    margin-left: 0!important;
    margin-bottom: 0!important;
}

}
/*-------トップページのオーディオボタンのcss--------------*/
#myAudioPlayer {
  /* ページ上部に固定する */
  position: fixed; /* または absolute */
  top: 10px;
  left: 10px;
  width: 33%; /* 画面幅いっぱいに広げる場合 */
  z-index: 1000; /* 他の要素の上に表示されるようにする */

  /* 余白をなくす */
  margin: 0;
  padding: 0;

  /* プレイヤーの高さ調整（任意） */
  height: 30px; /* 例：高さを小さくする */
}

/*-------キャッチコピーPCの場合、3つのうち左二つのセンターのcss--------------*/
    /* retsu3内の全てのrowをFlexboxで横並びに */
.retsu3_01 > .row {
    display: flex;
    margin-top: -30px; /* 画像とキャッチコピーの行間に少しスペース */
}

/* 1/3の幅 */
.col.span-4_01 {
    flex: 1; 
    max-width: 33.33%;
}

/* 2/3の幅（キャッチコピーのエリア） */
.col.span-8_01 {
    flex: 2; 
    max-width: 66.66%; 
}

/* 画像がコンテナ内でレスポンシブに表示されるように */
.sp_mb_img_01 {
    width: 100%;
    height: auto;
    display: block;
}
p.catchcopy {
    text-align: center;
}

@media screen and (max-width: 767px){
.sp {
    display: block;
}
.pc {
    display: none;
}

}
