@charset "UTF-8";

/* ===============================================
	layout
=============================================== */
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	line-height:28px;
	color:#000;
}
#wrap{
	position:relative;
	min-height: 100vh;
	padding-bottom: 215px;
}
header{
	width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-column: auto;
	padding: 30px 0 20px 0;
}
nav{
	width: 1000px;
	height: 54px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#container{
	width: 1000px;
	margin: 0 auto;
}
footer {
	background-color: #74eac8;
	text-align: center;
	padding: 55px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 20px;
	min-width: 1000px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

/* ===============================================
	header
=============================================== */
h1 { 
	grid-area: 1 / 1 / 3 / 2;
	width: 100px;
	margin-right: 20px;
}
.name {
	grid-area: 1 / 2 / 2 / 3;
	width: calc(1000px - 120px - 345px);
}
.description {
	grid-area: 2 / 2 / 3 / 3;
	width: calc(1000px - 120px - 345px);
	margin-top: 5px;
	color: #236a83;
	font-size: 15.5px;
	font-weight: bold;
}
.tel { 
	grid-area: 1 / 3 / 2 / 4;
	width: 345px;
}
.tel img{ 
	width: 100%;
}
.time {
	grid-area: 2 / 3 / 3 / 4;
	width: 345px;
	text-align: center;
	margin-top: -20px;
}
.time img{
	width: 100%;
}
.sp-menu, .sp-menu-content{
	display: none;
}

/* ===============================================
	nav
=============================================== */
nav ul{
	display: flex;
	justify-content:start;
	align-items:start;
	border-left: 1px solid #999;
}
nav ul li{
	width: calc(100% / 8);
	height: 54px;
	border-right: 1px solid #999;
	background-color: #fff;
	transition: all 0.3s;
}
nav ul li:hover{
	background-color: #d5f9ef;
}
nav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding-top: 10px;
	position: relative;
}
nav ul li a:before{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	left: 50%;
	top: 35px;
	transform: translatex(-50%) rotate(135deg);
}

/* ===============================================
	top
=============================================== */
.top-visual{
	width: 1000px;
	margin: 0 auto 30px auto;
	border-top: 1px solid #337461;
}
.lead{
	background: linear-gradient(#acf3de, #c7f7e9);
	height: 135px;
	padding-top: 35px;
}
.lead p{
	font-size: 22px;
	line-height: 34px;
	color: #333;
	font-weight: bold;
	letter-spacing: 5px;
	margin-left: 25px;
}
.lead span{
	color: #6ab3e9;
}
.lead p br{
	display: none;
}
.catchcopy{
	text-align: center;
	margin-top: 30px;
}
.catchcopy img{
	width: 540px;
}
.news .news-ttl{
	background-color: #74eac8;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
}
.news ul{
	margin-bottom: 20px;
}
.news li{
	border-bottom: 1px solid #a9a9a9;
	padding: 30px;
	font-size: 14px;
}
.news li span{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.news .news-all{
	color: #0033cc;
	font-size: 14px;
}

.top-btns{
	margin: 75px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-btns ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-btns li{
	margin: 0 15px;
}
.top-btns li a{
	background: #74eac8 url(../img/top/top_btns.png) no-repeat 0 0;
	width: 171px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 4px solid #337461;
	border-radius: 4px;
}

.top-catchcopy{
	font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: -25px;
}
.top-catchcopy br{
	display: none;
}

/* ===============================================
	fixed buttons
=============================================== */
.btn-contact{
	position:fixed;
	right:0;
	top: 140px;
	border: 1px solid #bababa;
	border-radius: 5px 0 0 5px;
	z-index: 5;
}
.btn-contact a{
	width: 55px;
	padding: 20px 0;
	background-color: #74eac8;
	border: 5px solid #fff;
	border-right: 0;
	border-radius: 8px 0 0 8px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-contact a p{
	width: 17px;
	line-height: 20px;
}

.page-top{
	position:fixed;
	right:0;
	bottom:0;
	z-index: 10;
	margin:0 30px 30px 0;
	width:75px;
	height:75px;
}
.page-top a{
	font-weight: bold;
	color: #000;
	background-color:#74eac8;
	border-radius:50%;
	text-decoration:none;
	width:75px;
	height:75px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
	position: relative;
}
.page-top a:before,
.page-top a:after{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	left: 50%;
	transform: translatex(-50%) rotate(-45deg);
}
.page-top a:before{
	top: 12px;
}
.page-top a:after{
	top: 17px;
}


/* ===============================================
	Footer
=============================================== */
footer p{
	margin-top: 5px;
}


/* ===============================================
	contents
=============================================== */
h2{
	background: linear-gradient(#b9f6e4, #e4fdf6);
	border-top: 1px solid #337461;
	font-size: 24px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	min-height: 60px;
	margin-bottom: 20px;
}
h3{
	font-size: 22px;
	position: relative;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 10px;
}
h3:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	background: linear-gradient(#b9f6e4, #e4fdf6);
	width: 10px;
	height: 23px;
	margin-right: 10px;
}
h4{
	color:#337461;
	font-weight: bold;
}
section{
	margin-bottom: 50px;
	padding: 0 20px;
}
section img{
	max-width: 100%;
}

.row{
	display: flex;
}
.row.center-center{
	align-items: center;
	justify-content: center;
}
.row.center-center div{
	width: 50%;
	text-align: center;
}
.row.center-center div img{
	max-width: 350px;
	max-height: 350px;
}
.row.center-end{
	align-items:end;
	justify-content:center;
}
.row.center-end div{
	width: calc(100% / 3);
	text-align: center;
}
.row.center-end div img{
	max-width: 350px;
	max-height: 350px;
}
.row.start-start{
	align-items: start;
	justify-content: start;
}

.schedule-tbl{
	width: 100%;
	margin-bottom: 10px;
}
.schedule-tbl th,
.schedule-tbl td{
	border: 1px solid #bababa;
	padding: 5px 10px;
	width: calc(100% / 7);
	text-align: center;
	font-weight: normal;
}
.schedule-tbl th{
	background-color: #e4fdf6;
}

.staff-box{
	display: flex;
	align-items: start;
	justify-content: start;
}
.staff-img{
	width: 160px;
	padding-right: 20px;
}
.staff-img img{
	width: 100%;
}
.staff-info{
	width: calc(100% - 200px);
}

.link-tbl{
	width: 100%;
	border-top: 1px solid #bababa
}
.link-tbl th{
	font-weight: normal;
	width: 290px;
	position: relative;
}
.link-tbl th::before{
	content: "・";
}
.link-tbl th,
.link-tbl td{
	border-bottom: 1px solid #bababa;
	padding: 5px;
}

.access-movie{
	text-align: center;
}
.access-movie img{
	margin-bottom: 10px;
}

.contact-tbl{
	width: 100%;
}
.contact-tbl th{
	border: 1px solid #bababa;
	padding: 10px 15px;
	font-weight: normal;
	background-color: #e4fdf6;
	vertical-align: middle;
	width: 200px;
	align-items: center;
	justify-content: center;
}
.contact-tbl td{
	padding: 10px;
	border: 1px solid #bababa;
}
.form-text{
    height: 2em;
    padding: 3px 5px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #ccc inset;
}
.form-text:focus{
    outline: 0;
    box-shadow: 0 0 0 2px rgb(116, 234, 200) inset;
}
.form-radio{
    display: flex;
	padding-top: 5px;
}
.form-radio label{
	margin-right: 20px;
}
.form-radio label:last-of-type{
	margin-right: 0;
}
.form-radio input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.form-radio-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.form-radio-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 6px;
    flex-shrink: 0;
	margin-top: -1px;
}
.form-radio input:checked + .form-radio-name:before {
    border: 0.35em solid rgb(116, 234, 200);
}
.form-checkbox{
    display: flex;
	margin-top: 5px;
}
.form-checkbox label{
	margin-right: 20px;
}
.form-checkbox label:last-of-type{
	margin-right: 0;
}
.form-checkbox input {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}
.form-checkbox-name {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.form-checkbox-name:before {
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 6px;
    flex-shrink: 0;
	margin-top: -1px;
}
.form-checkbox input:checked + .form-checkbox-name:before {
    border: 1px solid rgb(116, 234, 200);
    background-color: rgb(116, 234, 200);
}
.form-checkbox input:checked + .form-checkbox-name:after {
    content: "";
    position: absolute;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    left: 0.4em;
    top: -2px;
    bottom: 0;
    margin: auto;
    width: 0.4em;
    height: 0.65em;
    transform: translateY(-1px) rotate(45deg);
}
.form-textarea{
	width: 100%;
    padding: 3px 5px;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #ccc inset;
}
.form-textarea:focus{
    outline: 0;
    box-shadow: 0 0 0 2px rgb(116, 234, 200) inset;
}
.required{
	display: inline-block;
	position: relative;
}
.required::after {
	content: "必須";
	background-color: #e60012;
	color: #fff;
	font-size: 0.6em;
	min-width: 10px;
	padding: 3px 7px 2px 7px;
	margin: 0px 5px;
	line-height: 1;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -45px;
}
.form-sample{
	color: #bababa;
}
.form-txt{
	margin: 0 4px;
}
.w-full{
	width: 100%;
}
.w-short{
	width: 55px;
}

.error-mssg{
	color:#e60012;
}

.form-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}
.form-btn button{
	margin: 0 15px;
}
.form-btn .btn-submit{
	border: 4px solid #337461;
	border-radius: 4px;
	background-color: #74eac8;
	transition: all 0.3s;
}
.form-btn .btn-submit span{
	display: block;
	font-weight: bold;
	padding: 5px 20px;
	border: 1px solid #fff;
}
.form-btn .btn-submit:hover{
	opacity: 0.8;
}
.form-btn .btn-back{
	border: 4px solid #d9d9d9;
	border-radius: 4px;
	background-color: #d9d9d9;
	transition: all 0.3s;
}
.form-btn .btn-back span{
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	border: 1px solid #fff;
}
.form-btn .btn-back:hover{
	opacity: 0.8;
}

section.news li{
	font-size: 16px;
}

/* ===============================================
	common : img margin padding text-align
=============================================== */
img {
	image-rendering: -webkit-optimize-contrast;
}

a{
	color: #0033cc;
	text-decoration: underline;
	transition: all 0.3s;
}
a:hover{
	opacity: 0.8;
}

.display-pc{
	display: inline-block;
}
.display-sp{
	display: none;
}

.fc-red{
	color:#e60012;
}

.ta-left{
	text-align: left !important;
}
.ta-center{
	text-align: center !important;
}
.ta-right{
	text-align: right !important;
}

.mb-5{
	margin-bottom: 5px;
}
.mt-10{
	margin-top: 10px;
}

.br-sp{
	display: none;
}