/* 画像上に文字 ---------------------------*/
.mojiOnImg {
	position: relative;
}
.mojiOnImg p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
/*	font-size: 64px; */
	font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
/*	font-weight: bold; */
	color: #ffffff;
}
.mojiOnImg img {
	width: 100%;
}


html {
/*	font-size: 62.5%; */
	font-size: 95.5%;
}
/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
.font-size-S {
	font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.6rem);
}

/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
.font-size-M {
	font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
}

/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
.font-size-L {
	font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
}


.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    font-size:20px;
    font-weight:bold;
}
.box22 p {
    margin: 0; 
    padding: 0;
}

/* センタリング文字 ---------------------------*/
.mojiCenter20px {
	text-align: center;
	font-size: 20px;
}

/* 飾りのtext-Box ---------------------------*/
.textbox-1-label,
.textbox-1 {
    color: #333;
}

.textbox-1-label {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.textbox-1 {
    width: 90%;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5;
}

.textbox-1::placeholder {
    color: #999;
}

/* 飾りのdiv枠 ---------------------------*/
/* https://saruwakakun.com/html-css/reference/box */
.box2 {
    margin:  0 auto;            /* 中央寄せ */
    text-align: center;
    width: 98%;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.box4{
	font-size: 1.2em;
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.box4 p {
    margin: 0; 
    padding: 0;
	line-height: normal;
}
.box8 {
	font-size: 1.2em;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
	line-height: normal;
}
.box99 {
    margin:0 auto; /* 中央寄せ */
    padding: 10px; /* 疑似中央 */
    width: 98%;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/* 会員登録画面 ---------------------------*/
.d-panel3 {
  width: 95%;
  border: 2px solid #4169e1; /* 境界線を実線で指定 */
/*  background-color:#fff4ff; */
  background-color:#EFFBF8;
  border-radius: 10px 10px 10px 10px; /* 左上・右上・右下・左下 */
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:3px;
  line-height:1.2em;  /* 行間 */
  font-size:18px;
}
.d-meisai {
  padding-top:7px;
  padding-bottom:7px;
/*  border-bottom: thin groove #ff00ff; */
  border-bottom: thin groove #CEE3F6;
}

.inTxtCharw90 {
	width: 90%;
	text-align: left;
	font-size: 1.2em;
}

.inTxtCharw50per {
	width: 50%;
	text-align: left;
}
.hissu {
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
.lablrei {
	font-size:12px;
	color: #00f;
}
.div-kazari1 {
  text-align:center;
}

/*テーブル
---------------------------------------------------------------------------*/
.table-scroll {
	margin-inline: auto;
/*	margin-top: 100px; */
	overflow-x: auto; /* tableタグのはみ出た要素を隠す */
	white-space: nowrap; /* テキストの折り返しなし */
	width: 100%;
}

/*テーブル１行目に入った見出し部分（※caption）*/
/*---------------------------------------------------------------*/
.ta8 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta8 th, .ta8 td」のpaddingと揃えておけばOKです。*/
	border: 3px solid #7c8f1d;	/*枠線の幅、線種、色*/
	color: #7c8f1d;			/*文字色*/
	background: #fff;	/*背景色*/
	font-size: 1.2em;		/*文字サイズ。親要素の1.2倍。*/
	margin-bottom: 15px;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta8テーブルブロック設定*/
.ta8 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	width: 98%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	font-size: 0.9em;			/*文字サイズ */
}

/*tr（１行分）タグ設定*/
.ta8 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta8 th, .ta8 td {
	padding: 8px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta8 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
	border: 1px solid #ccc;	/*テーブル線。幅、線種、色*/ /*ここ*/
}

/*th（左側）のみの設定*/
.ta8 th {
/*	width: 30%;			/*幅*/
	text-align: center;	/*左よせにする*/
	background: #fafafa;
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta8 td label {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

/*テーブル１行目に入った見出し部分（※caption）*/
/*---------------------------------------------------------------*/
.ta9 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta9 th, .ta9 td」のpaddingと揃えておけばOKです。*/
	border: 3px solid #7c8f1d;	/*枠線の幅、線種、色*/
	color: #7c8f1d;			/*文字色*/
	background: #fff;	/*背景色*/
	font-size: 1.2em;		/*文字サイズ。親要素の1.2倍。*/
	margin-bottom: 15px;	/*下に空けるスペース*/
	border-radius: 5px;		/*角を丸くする指定*/
}

/*ta9テーブルブロック設定*/
.ta9 {
	border-top: 1px solid #ccc;	/*テーブルの一番上の線。幅、線種、色*/
	width: 150%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	font-size: 0.9em;			/*文字サイズ */
}

/*tr（１行分）タグ設定*/
.ta9 tr {
	border-bottom: 1px solid #ccc;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta9 th, .ta9 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta9 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
	border: 1px solid #ccc;	/*テーブル線。幅、線種、色*/ /*ここ*/
}

/*th（左側）のみの設定*/
.ta9 th {
/*	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #fafafa;
}

/*こだわりアイコンのフロート指定(CMS用)*/
.ta9 td label {
	float: left;
	display: inline-block;
	margin-right: 10px;
}

/*メインコンテンツ内の「list2」ボックス
---------------------------------------------------------------------------*/
.list2 {
	position: relative;
	overflow: hidden;
	margin: 0 2.5% 15px;	/*上、左右、下へのボックスの外に空けるスペース*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 3%;			/*ボックス内の余白*/
	background: #FFF;		/*背景色（古いブラウザ用）*/
/*	background: linear-gradient(#FFF, #f1f1f1);			/*背景色グラデーション*/
	background: linear-gradient(#FFF, #AAA);			/*背景色グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*ボックス内の写真設定*/
.list2 figure img {
/*	float: left;			/*画像を左へ回り込み*/
	background: #FFF;		/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 0.8%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	width: 100%;	/*写真の幅*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.15);	/*ボックスの影の設定。右へ、下へ、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
/*ボックス内のh4タグ設定*/
.list2 h4 {
	font-size: 20px;	/*文字サイズ*/
	border-bottom: 4px dotted #ae9363;	/*下側の線の幅、線種、色*/
	margin-bottom: 10px;
	margin-left: 5%;	/*左の画像とバランスをとって設定する*/
	color: #ae9363;		/*文字色*/
}
/*ボックス内の段落タグ設定*/
.list2 p {
	font-size: 0.8em;	/*文字サイズ*/
	padding: 0px;
	margin-left: 5%;	/*左の画像とバランスをとって設定する*/
}

/* ログイン画面 */
/*------------------------------------------------------*/
.loginTitle {
	font-size: 32px;
	text-align: center;
	color: #333;
}
.loginSubTitle {
	font-size: 18px;
	text-align: center;
	color: #333;
}
.loginMidashi {
	font-size: 18px;
}
.input-kazari3 {
	width: 92%;
	font-size: clamp(1.1rem, 2vw + 1rem, 1.4rem);
	border-radius: 5px;
	color: #000;
	border: 2px solid skyblue
}
.input-kazariPass2 {
	width: 92%;
	font-size: clamp(1.1rem, 2vw + 1rem, 1.4rem);
	border-radius: 5px;
	color: #000;
	border: 2px solid skyblue
}
.submitbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	height: 50px;
	position: relative;
	background: #228bc8;
	border: 1px solid #228bc8;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 45px 0 25px;
	color: #fff;
/*	font-size: 16px; */
	font-size: clamp(1.4rem, 2vw + 1rem, 1.8rem);
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
}
.loginBox {
	margin:  0 auto;            /* 中央寄せ */
	text-align: center;
	width: 98%;
	padding: 0.5em 1em;
	margin: 2em 0;
}

/* 予約 2024/03/14*/
/*-----------------------------------------------*/
.yoyakuArea {
	margin: auto 0;
}
.yoyakuMoji {
  padding-top:7px;
  padding-bottom:7px;
  border-bottom: thin groove #CEE3F6;
}
.yoyakuMoji p {
  line-height:0.8em;  /* 行間 */
}
.inYoyakubi {
	width: 90%;
	text-align: left;
	font-size: 1.1em;
}
.class90 {
	width: 50%;
	font-size: 1.1em;
	background-color: #fff;
}
.class60 {
	width: 50%;
	font-size: 1.1em;
	background-color: #fff;
}

