@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
#bg01 {
    background-image: url(../img/bg-sky.jpg);
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
/*    padding-top: 240px;*/
}
#ft-img {

}
.hd-logo h1 {
	color: rgba(66,174,165,1.00);
	font-size: 48px;
	font-family: 'Rounded Mplus 1c';	
	font-weight: bold;
}
.hd-logo h1 img {
	width: 14em;
}
#header {
	position: relative;
/*	position: fixed;*/
	width: clamp(560px,100%,1280px);
	margin: auto;
/*
	top: 0;
	left: 0;
	background-color: #fff;
*/
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 1000;
}
.hd-add {
	position: absolute;
	right: 50px;
	top: 15px;
	font-size: 14px;
	text-align: right;
}
.hd-inq-bt {
	position: absolute;
	right: 0px;
	line-height: 15px;
	font-size: 12px;
	top: 90px;
}
.hd-inq-bt a {
	border: 1px solid rgba(0,0,0,1.00);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.hd-inq-bt a:hover {
	border: 1px solid rgba(0,0,0,0.50);
}
.hd-tel {
	font-size: 32px;
	color: rgba(66,174,165,1.00);
}
.recruit-td p {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 130%;
	margin-bottom: 18px;
	font-size: 18px;
}
.recruit-td p:first-letter {
	color: rgba(66,174,165,1.00);
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.recruit-box {
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.48);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.48);
}
.recruit-td {
	padding-top: 40px;
	width: 50%;
	float: right;
}
.recruit-th {
	float: left;
	width: 48%;
}
.recruit-bt a {
	display: block;
	width: 90%;
	line-height: 300%;
	text-align: center;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	background-color: rgba(255,156,81,1.00);
	border-radius: 13px;
	border: 3px solid rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.50);
	font-size: 20px;
	font-weight: bold;
}
.recruit-bt a:hover {
	background-color: rgba(255,217,24,1.00);
}
.main-text {
	font-size: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
	line-height: 150%;
	text-align: left;
	background-color: rgba(255,255,255,0.50);
	margin-bottom: 40px;
	-webkit-box-shadow: 3px 4px 6px rgba(0,0,0,0.51);
	box-shadow: 3px 4px 6px rgba(0,0,0,0.51);
}

body footer {
	background-color: rgba(66,174,165,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	line-height: 150%;
}
.hd-logo h1 a {
	color: rgba(66,174,165,1.00);
	text-decoration: none;
}
.hd-nav {
	text-align: center;
	margin-top: 5px;
	position: relative;
	
	&::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 100vw;
		background-color: rgba(66,174,165,1.00);
		height: 100%;
		z-index: -1;
	}
}
.hd-nav ul {
	margin: 0!important;
}
.hd-nav-bt {
	display: inline-block;
}
.hd-nav-bt li {
	float: left;
}
.hd-nav-bt li a {
    font-family: 'Rounded Mplus 1c';
    display: block;
    padding-right: 17px;
    padding-left: 17px;
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    border-collapse: collapse;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 19px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.30);
    box-shadow: 0px 2px 3px rgba(0,0,0,0.30);
    font-weight: 300;
}
/*2024.01.23追加*/
@media screen and (min-width: 480px) {/* スクリーンサイズが480px以上の場合に適用 */
	.hd-nav-bt li a {
		padding-right: 28px;
		padding-left: 28px;
	}
} 

.hd-nav-bt li a:hover {
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 0px 2px rgba(0,11,104,1.00);

}
.nd-nav-cl {
	color: rgba(201,160,115,1.00);
}
li a:hover .nd-nav-cl {
	color: rgba(255,196,51,1.00);
}
.p-hd {
	height: 150px;
	background-color: rgba(214,255,246,1.00);
	width: 100%;
}
.p-hd h2 {
	text-align: center;
	padding-top: 56px;
	font-size: 32px;
}
#access {
	background-color: rgba(66,174,165,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
}
.Morning-dt {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.ft-box {
	background-color: #9C7E65;
	background-image: -webkit-linear-gradient(270deg,rgba(156,126,101,1.00) 0%,rgba(137,106,81,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(156,126,101,1.00) 0%,rgba(137,106,81,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(156,126,101,1.00) 0%,rgba(137,106,81,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(156,126,101,1.00) 0%,rgba(137,106,81,1.00) 100%);
}
.ft-info {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 42%;
	float: right;
	line-height: 150%;
	color: #FFFFFF;
	font-size: 14px;
}
.ft-box-in {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.ft-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
	border-bottom: 1px solid #FFFFFF;
}
.ft-tel {
	font-size: 34px;
	font-weight: bold;
	line-height: 150%;
}
.ft-tt {
	margin-right: 12px;
	float: left;
}
.ft-logo {
    width: 50%;
    float: left;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: rgba(255,255,255,1.00);
}
.time-table td {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.info-bd {
    margin-bottom: 5px;
    padding-bottom: 12px;
}
.news-box {
	background-color: rgba(255,255,255,1.00);
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	text-align: center;
	line-height: 130%;
	border: 1px solid rgba(27,27,65,1.00);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.30);
	border-radius: 4px;
}
.news-box h2 {
	font-size: 24px;
	background-color: rgba(66,174,165,1.00);
	padding-top: 12px;
	padding-bottom: 12px;
	color: rgba(255,255,255,1.00);
}
.news-box p {
	font-size: 18px;
}
#bg01 .ft-link {
	text-align: center;
	background-color: rgba(66,174,165,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
}
.bt-red {
	background-color: #FF797A;
}
.bt-or {
	background-color: #FFB47B;
}
.bt-ye {
	background-color: #FFF584;
}
.bt-gr {
	background-color: #85FF85;
}
.bt-sk {
	background-color: #97FFF9;
}
.bt-bl {
	background-color: #8E94FF;
}
.bt-pp {
	background-color: #E38EFF;
}
.bt-pk {
    background-color: #FF8EC6;
}
.fc-red {
	color: #FB4345;
}
.fc-or {
	color: #F48530;
}
.fc-ye {
	color: #FFF584;
}
.fc-gy {
	color: #A0A0A0;
}
.fc-sk {
	color: #97FFF9;
}
.fc-bl {
	color: #3E47E8;
}
.fc-gr {
	color: #41D349;
}
.fc-pp {
	color: #BC36E8;
}
.reserve-bt{
	display: inherit;
	position: fixed;
	right: 0px;
	top: 20px;
/*	top: 240px;*/
	z-index: 1001;
}
/*2024.01.23追加*/
@media screen and (max-width: 480px) {/* スクリーンサイズが480px以上の場合に適用 */
	.reserve-bt{
		top: 155px;
	}
} 
.main-text h3 {
    border-left: 12px solid rgba(66,174,165,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    margin-bottom: 8px;
    font-size: 24px;
}
.news-box p {
    line-height: 150%;
}
.news210120 p {
    text-align: left;
}
.hl210120 {
    font-size: 20px;
    color: rgba(255,0,4,1.00);
    font-weight: bold;
    text-align: left;
    line-height: 150%;
    margin-bottom: 16px;
}
p.font-s {
    font-size: 16px;
    line-height: 150%;
}

.textbox {
    width: 600px;
}

.news210120 {
    display: flex;
    border-bottom: 2px dotted rgba(255,0,4,1.00);
    margin-bottom: 16px;
    padding-bottom: 16px;
	align-items: center;
}
.news210120 .imgbox {
    width: 200px;
    margin-right: 16px;
}
.top-bn-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
/*
.top-bn-box a:nth-child(even) {
    margin-left: 8px;
}
.top-bn-box a:nth-child(odd) {
    margin-right: 8px;
}
*/
.td-color1 {
    background-color: rgba(66,174,165,0.30);
}
.box-hd {
    background-color: rgba(66,174,165,1.00);
    text-align: center;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}
.box-hd h3 {
    color: rgba(255,255,255,1.00);
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
}
.ft-table {
    border: 1px solid rgba(0,0,0,1.00);
    background-color: rgba(255,255,255,1.00);
    border-collapse: collapse;
    width: 100%;
}
.ft-table tr th,.ft-table tr td {
    border: 1px solid rgba(0,0,0,1.00);
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: center;
    color: rgba(0,0,0,1.00);
}
.ft-table tr th {
    background-color: rgba(66,174,165,0.50);
    font-size: 18px;
    font-weight: bold;
    color: rgba(0,0,0,1.00);
}
.reserve-text p {
    margin-bottom: 16px;
}
#container .news-box .reserve-text {
    text-align: left;
}

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

