@charset "UTF-8";
/*******************************
CommandCss
*******************************/
h2{
	margin-bottom: 20px;
	padding: 80px 0px 45px 0px;
}
h2 img{
    margin: 0 auto;
}
.sp_block{
	display: none;
}
.left{
	text-align: left;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    h2{
        padding: 20px 0px 0px 0px;
    }
}


/*******************************
bg01Css
*******************************/
.bg01{
	background-color: #ffeee4;
	background-size: cover;
	width: 100%;
	padding: 60px 0;
}
.bg01 .flame{
	position: relative;
	margin-top: 55px;
    padding-bottom: 60px;
    padding-left: 12%;
    padding-right: 12%;
}
.bg01 .flame:before,
.bg01 .flame:after{
    content: "";
    position: absolute;
	left: 0;
	right: 0;
    margin: 0 auto;
    width: 98%;
    max-width: 818px;
    height: 94px;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg01 .flame:before{
    top: 0;
    background-image: url("../img/top/about_before.png");
}
.bg01 .flame:after{
	bottom: 0;
    background-image: url("../img/top/about_after.png");
}

.bg01 h2{
	padding: 0px;
}
.bg01 p{
    font-size: 112%;
	line-height: 2.5em;
	letter-spacing: 5px;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .bg01 {
        padding: 30px 0;
    }
    .bg01 p {
        font-size: 105%;
        line-height: 2;
        letter-spacing: .05em;
        text-align: left;
    }
    .bg01 .flame {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .bg01 .flame:before, .bg01 .flame:after {
        height: 44px;
    }
}


/*******************************
bg02Css
*******************************/
.bg02{
	background-image:url("../img/top/background02.jpg");
	background-size: cover;
	width: 100%;
	margin-bottom: 90px;
}
.bg02 .flex{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bg02 ul{
    padding: 0 16px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bg02 li{
	background-color: #ffeee4;
    padding: 30px;
    margin: 1%;
    flex: 0 0 48%;
    max-width: 502px;
}
.bg02 .line{
	lign-height: 10px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .bg02 ul{
        padding: 0;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .bg02 {
        margin-bottom: 40px;
    }
    .bg02 li {
        padding: 20px;
        flex: 0 0 100%;
    }
}


/*******************************
bg03Css
*******************************/
.bg03{
	background-color: #fffce3;
	background-size: cover;
	width: 100%;
	padding-bottom: 90px;
}

.bg03 .flame2{
    max-width: 1000px;
    padding: 0 30px;
    margin: 0 auto;
	position: relative;
    background-image: url("../img/top/flow_before.png"),url("../img/top/flow_after.png");
    background-position: left center, right center;
    background-repeat: no-repeat;
}
.bg03 .flex{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 55px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
    flex-wrap: nowrap;
}
.bg03 .flow{
	text-align: left;
	padding: 20px;
	margin-top: 10px;
}
.bg03 .flow img{
	margin-bottom: 17px;
}
.bg03 ul li p{
	line-height: 2;
    letter-spacing: .05em;
}
.txt-box{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 35px;
    margin-top: 110px;
	letter-spacing: .1em;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .bg03 .flame2{
        background: none;
        padding: 0;
    }
    .bg03 .flex{
        flex-wrap: wrap;
    }
    .bg03 .flow {
        width: 100%;
        margin: 10px 0 20px;
        padding: 0;
    }
    .txt-box{
        width: 100%;
        margin-top: 0;
        padding: 20px;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .bg03{
        padding-bottom: 50px;
    }
    .bg03 .flex{
        margin-bottom: 40px;
    }
    .bg03 .flex > img{
        max-width: 142px;
    }
}


/*******************************
bg04Css
*******************************/
.bg04{
	background-image:url("../img/top/background04.jpg");
	background-size: cover;
	width: 100%;
	position: relative;
	padding-bottom: 230px;
}
.bg04 .inner-common{
	width: 100%;
	max-width: 1025px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0px 60px;
}


.bg04 .flex{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.bg04 .table1{
    width: 100%;
    table-layout: fixed;
}
.bg04 .table1 tr{
	border-bottom: solid 0.5px #5bc8a1;
}
.bg04 .table1 tr:last-child{
  border-bottom: none;
}
.bg04 .table1 th{
	text-align: center;
	padding: 35px;
    font-weight: bold;
	font-size: 20px;
	color: #5bc8a1;
	vertical-align: middle;
	width: 25%;
}
.bg04 .table1 td{
	padding: 35px;
}
.bg04 .table1 td .flex{
	flex-wrap: wrap;
}
.bg04 .table1 td ul li{
	margin-right: 20px;
}
.bg04 .table1 td ul li a{
	border-bottom: 1px solid #000000;
	font-weight: bold;
}

.bg04 .table1 .btn{
	margin: 10px 0px 30px 0px;
}
.bg04 .table1 .btn a{
	color: #ffffff;
	background-color: #5bc8a1;
	padding: 15px 35px;
	border-radius: 30px;
	box-shadow:  0 4px 4px 0 rgb(0 0 0 / 19%);
}
.bg04 .table1 .btn a:hover{
    background-color: #50B18E;
}
.bg04 .table1 td .flex{
	justify-content: flex-start;
}
.bg04 .table1 .column{
	justify-content: flex-start;	
}
.bg04 .table1 .column li{
	width: auto;
}
.bg04 .table1 .column .margin{
	width: 45%;
    padding-right: 30px;
}
.bg04 .table1  .table2 th{
	font-size: 14px;
    font-weight: normal;
	color: #202120;
	padding: 0;
	text-align: left;
}
.bg04 .table1 .table2 td{
	padding: 0;
	text-align: right;
}
.bg04 .table1 .table2 .left{
	text-align: left;
}
.bg04 .table1 .table2 tr{
	border-bottom: none;
}

.bg04 .table1 .column{
    margin-right: -20px;
}
.bg04 .table1 .column .item{
    width: 50%;
    padding-right: 20px;
}
.bg04 .table1 .column .small-line{
	border-bottom: 2px dotted #5bc8a1;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.bg04 .txt-line{
	color: #00456f;
	font-size: 20px;
	font-style: oblique;
	border-bottom: 2px solid #00456f;
	margin-bottom: 25px;
	letter-spacing: 5px;
}
.bg04 .bg-white{
	background-color: rgba(255,255,255,0.5);
	margin: 120px 0px 55px 0px;
	padding: 40px 0px 0px 0px;
}
.bg04 .bg-white div{
	margin-right: 25px;
}
.bg04 .inner-common2{
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
}

.calendar h2{
    padding: 0;
}
.calendar a:hover{
    color: #656565;
}
/*.calendar {
    width: 100%;
    position: relative;
}*/
/*.calendar:before {
    content: "";
    display: block;
    padding-top: 75%;
}*/
.calendar iframe {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    /*height: 100%;*/
}
.map{
    position: relative;
    padding-bottom: 57%;
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
iframe{
    width: 100%;
}

.bg04 .y-box{
    margin-left: auto;
    margin-right: auto;
	font-size: 26px;
    font-weight: bold;
    letter-spacing: .03em;
	color: #5cc9a2;
	background-color: #fffce3;
    padding: 20px;
	margin-top: 45px;
    margin-bottom: 15px;
}
.bg04 .font-small{
	margin-bottom: 50px;
}
.bg04 .bold{
	font-weight: bold;
}

.bg04 #toiawase{
	margin-bottom: 90px;
}
.bg04 .w-box{
	width: 50%;
	border-radius: 30px;
	color: #5cc9a2;
	background-color: #ffffff;
	margin: 12px;
}
.bg04 .w-box > span{
    display: inline-block;
    font-size: 14px;
	letter-spacing: 3px;
    text-align: right;
}
.bg04 .w-box .ttl{
	position: relative;
	font-size: 43px;
    font-weight: bold;
    padding-left: 45px;
}		
.bg04 .w-box .login {
    position: relative;
    font-size: 34px;
    font-weight: bold;
}
.bg04 .w-box .ttl:before{
    content: "";
    width: 40px;
    height: 40px;
	position: absolute;
	left: 0;
	top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg04 .w-box.link .ttl:before{
	background-image: url(../img/top/tell.png);
}
.bg04 .w-box.enquiry .ttl{
    font-size: 34px;
}
.bg04 .w-box.enquiry .ttl:before{
	background-image: url(../img/top/mail.png);
}
.bg04 .w-box .flex{
	flex-direction: column;
    justify-content: center;
    height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bg04 .w-box{
    width: 48%;
    max-width: 502px;
	padding: 20px;
    color: #5cc9a2;
    font-size: 30px;
    letter-spacing: 2px;
    min-height: 150px;
    align-items: center;
    cursor: pointer;
    border: solid 2px #fff;
}
.bg04 .w-box img{
	vertical-align: baseline;
	margin-right: 10px;
}
.bg04 .w-box:hover{
    border: solid 2px #5cc9a2;
}
.bg04 .login-btn {
    width: 48%;
    max-width: 502px;
    padding: 20px;
    color: #5cc9a2;
    font-size: 34px;
    letter-spacing: 2px;
    min-height: 150px;
    align-items: center;
    cursor: pointer;
    border: solid 2px #fff;
	border-radius: 30px;
	background-color: #ffffff;
    margin: 12px;
	font-weight: bold;
}
.bg04 .login-btn:hover{
    border: solid 2px #5cc9a2;
}


/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
    .bg04 .w-box{
        width: 100%;
    }
	
	 .bg04 .login-btn{
        width: 100%;
    }
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px){
    .bg04{
        padding-bottom: 140px;
    }
    .bg04 .inner-common {
        padding: 0px 20px;
    }
    .bg04 .table1 th,
    .bg04 .table1 td{
        padding: 20px 10px;
    }
    .bg04 .table1 th{
        font-size: 18px;
    }
    .bg04 .table1 td ul li {
        margin-right: 20px;
        margin: 10px 15px 0 0;
    }
    .bg04 .table1 .column .item{
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    .bg04 .bg-white {
        margin: 30px 0px 55px 0px;
        padding: 20px 0px 0px 0px;
    }
    .bg04 .bg-white div{
        width: 100%;
        margin: 20px 10px;
    }
    
    .bg04 .y-box{
        width: 100%;
    }
    
    .bg04 .w-box{
        border-radius: 10px;
    }
	
	.bg04 .login-btn{
        border-radius: 10px;
    }
    
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .bg04 {
        padding-bottom: 50px;
    }
    .bg04 .inner-common {
        padding: 10px;
    }
    .bg04 .table1,
    .bg04 .table1 tr,
    .bg04 .table1 th,
    .bg04 .table1 td{
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .bg04 .table1 tr{
        padding: 15px 5px;
    }
    .bg04 .table1 th{
        font-weight: bold;
        margin-bottom: 5px;
    }
    .bg04 .table1 td ul li {
        margin: 10px 0;
        width: 100%;
    }
    .bg04 .table1 tr td .table2 th{
        display: block;
    }
    .bg04 .table1 .btn {
        margin: 10px 0px;
    }
    .bg04 .table1 .btn a {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .bg04 .table1 .table2 th{
        font-weight: bold;
    }
    .bg04 .table1 .table2 td,
    .bg04 .table1 .table2 .left{
        text-align: left;
    }
    
    .bg04 .bg-white img{
        max-width: 80%;
    }
    
    .calendar:before {
        padding-top: 100%;
    }
    
    .bg04 .y-box{
        font-size: 20px;
        margin-top: 0;
    }
    
    .bg04 .w-box {
        min-height: auto;
        font-size: 30px;
    }
	.bg04 #toiawase {
    	margin-bottom: 70px;
	}
	
    .bg04 .login-btn {
        min-height: auto;
        font-size: 30px;
    }
	
    .bg04 .w-box > span {
        text-align: center;
        letter-spacing: .05em;
    }
    .bg04 .w-box .ttl {
        font-size: 24px;
        padding-left: 26px;
    }
    .bg04 .w-box .ttl:before {
        width: 20px;
        height: 20px;
    }

    .bg04 .w-box.enquiry .ttl {
        font-size: 20px;
    }
	
    .bg04 .login-btn {
        font-size: 20px;
    }
}

/*******************************
お知らせCss
*******************************/
#news .title{
    font-size: 170%;
    font-weight: bold;
    letter-spacing: .3em;
    padding-bottom: 0;
    margin-bottom: 5px;
    color: var(--keycolor);
}
/***一覧***/
.news-list{
    padding: 20px 0;
    background-image: url(../img/common/line.png),url(../img/common/line.png);
    background-repeat: repeat-x, repeat-x;
    background-size: auto 7px, auto 7px;
    background-position: left top, left bottom;
}

/*******************************
Calendar customCss
*******************************/
.fc-daygrid-event-dot{
    display: none;
}
.fc-daygrid-dot-event{
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
    color: #fff;
    color: var(--fc-event-text-color, #fff);
}
.fc-daygrid-dot-event .fc-event-title {
    font-weight: normal;
}
.fc-daygrid-dot-event:hover,
.fc-daygrid-dot-event.fc-event-mirror {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8);
}
.calendar a.fc-daygrid-dot-event:hover {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
}