@charset "UTF-8";
/* CSS Document */

/*===================================================
	トップページ　TOP
====================================================*/

.top_message {
width: 100%;
height: auto;
margin: 0px auto 50px auto;
text-align: center;
}

.top_message img {
width: 70%;
height: auto;
}

.sep {
width: 100%;
height: auto;
float: left;
margin-bottom: 0px;
}

.sep img {
width: 100%;
height: auto;
}

.top_image {
width: 100%;
height: auto;
float: left;
position: relative;
background-color: #EBF5F8;
margin-top: 1px;
}

.top_image .inner {
width: 100%;
height: auto;
max-width: 1920px;
margin: 0 auto;
position: relative;
}

.top_image .inner img {
width: 100%;
height: auto;
}

/*-------------------------------------------
テロップ
-------------------------------------------*/

.telop_box {
width: 100%;
height: auto;
float: left;
position: relative;
background-color: #208dcc;
border-top: 1px solid #fff;
margin-bottom: 30px;
}

.telop_box .inner {
width: 100%;
height: auto;
max-width: 1000px;
margin: 0 auto;
position: relative;
padding: 5px;
overflow: hidden;
}


.telop_box .inner p {
display : inline-block;
padding-left: 100%;
white-space : nowrap;
font-size: 16px;
color: #fff;
line-height : 1em;
animation : scrollAnime 20s linear infinite;
}

@keyframes scrollAnime {
0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}


/*-------------------------------------------
キャッチ
-------------------------------------------*/

.catch_image {
width: 100%;
height: auto;
float: left;
position: relative;
text-align: center;
margin: 50px 0;
}

.catch_image img {
width: 65%;
height: auto;
}

.catch_text {
width: 100%;
height: auto;
float: left;
position: relative;
text-align: center;
margin: 0px 0 30px 0;
font-size: 18px;
font-weight: bold;
line-height: 200%;
}

.catch_text span {
font-size: 26px;
font-weight: bold;
line-height: 180%;
color: #ee527e;
}

/*-------------------------------------------
リードコンテンツ
-------------------------------------------*/

.lead_box {
width: 100%;
height: auto;
float: left;
position: relative;
text-align: center;
margin: 0px 0px 30px 0px;
}

.lead_box ul {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.lead_box ul li {
width: 31%;
height: auto;
padding: 10px;
}

.lead_box ul li img {
width: 100%;
height: auto;
transition: 0.3s;
}

.lead_box ul li img:hover {
opacity: 0.8;
}

.area_btn {
width: 100%;
height: auto;
text-align: center;
margin-bottom: 50px;
}

.area_btn img {
width: 60%;
height: auto;
transition: 0.3s;
}

.area_btn img:hover {
opacity: 0.8;
}

/*-------------------------------------------
	お知らせ
-------------------------------------------*/

.news_box {
width: 100%;
float: left;
clear: both;
position: relative;
background-color: #ebf5f8;
}

.news_box .inner {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
position: relative;
padding: 40px 15px;
}

.subject {
width: 100%;
float: left;
text-align: center;
font-size: 40px;
color: #24a0d3;
padding: 20px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}

/*-------------------------------------------
	カレンダー
-------------------------------------------*/


.calendar_box {
width: 100%;
float: left;
clear: both;
position: relative;
margin-bottom: 0px;
}

.calendar_box .inner {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
position: relative;
padding: 40px 15px;
}

.calendar_box .calendar {
width: 100%;
float: left;
text-align: center;
margin-bottom: 20px;
}

.calendar_info {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 150%;
padding: 0 100px 0 100px;
margin-bottom: 30px;
}

.calendar_info ul {
width: 100%;
float: left;
margin-bottom: 10px;
}

.calendar_info ul li {
width: 100%;
float: left;
clear: left;
padding-left: 20px;
margin-bottom: 7px;
}

.calendar_info ul .cal_01 {
background-image: url(../images/cal_01.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_02 {
background-image: url(../images/cal_02.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_03 {
background-image: url(../images/cal_03.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_04 {
background-image: url(../images/cal_04.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_05 {
background-image: url(../images/cal_05.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info .red {
color: red;
}

.calendar_info .red a {
color: red;
}

.guide {
width: 100%;
float: left;
clear: both;
background-color: #ebf5f8;
border-radius: 20px;
padding: 30px;
display: flex;
align-items: center;
justify-content: space-between;
}

.guide_text {
width: 60%;
font-size: 15px;
line-height: 180%;
}

.guide_btn {
width: 280px;
height: auto;
padding: 20px;
}

.guide_btn img {
width: 100%;
height: auto;
}

/*-------------------------------------------
	LINE リンク
-------------------------------------------*/
.line_subject {
width: 100%;
float: left;
text-align: center;
font-size: 30px;
color: #24a0d3;
padding: 20px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}

.line_box {
width: 100%;
float: left;
clear: both;
position: relative;
}

.line_box .inner {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
position: relative;
padding: 40px 15px 60px;
}

.line_box .inner .text {
width: 100%;
text-align: center;
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}

.line_box .inner .text .tokuten {
color: #fff;
background-color: red;
font-weight: bold;
padding: 2px 5px;
margin-right: 2px;
border-radius: 3px;
font-size: 18px;
}

.line_box .inner .text .red {
color: red;
font-weight: bold;
}

.line_yoyaku {
width: 100%;
height: auto;
text-align: center;
margin-bottom: 20px;
}

.line_yoyaku img {
width: 500px;
height: auto;
transition: 0.3s;
}

.line_yoyaku img:hover {
opacity: 0.8;
}

.line_qr {
width: 100%;
height: auto;
text-align: center;
margin-bottom: 20px;
}

.line_qr img {
width: 180px;
height: auto;
}

.line_btn {
width: 100%;
height: auto;
text-align: center;
}

.line_btn img {
width: 300px;
height: auto;
transition: 0.3s;
}

.line_btn img:hover {
opacity: 0.8;
}

/*--PC用　1000px以上　のスタイル END--*/
/* ================================================================================================== */
/* Tablet用　1000px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 1000px) {



}/*--Tablet用　1000px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {


.top_message {
width: 100%;
height: auto;
margin: 0px auto 20px auto;
text-align: center;
}

.top_message img {
width: 70%;
height: auto;
}

/*-------------------------------------------
テロップ
-------------------------------------------*/

.telop_box {
width: 100%;
height: auto;
float: left;
position: relative;
background-color: #208dcc;
border-top: 1px solid #fff;
margin-bottom: 0px;
}

.telop_box .inner {
width: 100%;
height: auto;
max-width: 1000px;
margin: 0 auto;
position: relative;
padding: 5px;
overflow: hidden;
}

/*-------------------------------------------
キャッチ
-------------------------------------------*/

.catch_image {
width: 100%;
height: auto;
float: left;
position: relative;
text-align: center;
margin: 20px 0 20px 0;
}

.catch_image img {
width: 80%;
height: auto;
}

.catch_text {
width: 100%;
height: auto;
float: left;
position: relative;
text-align: left;
margin: 0px 0 30px 0;
font-size: 16px;
font-weight: bold;
line-height: 180%;
}

.catch_text span {
font-size: 16px;
font-weight: bold;
line-height: 180%;
color: #ee527e;
}

/*-------------------------------------------
リードコンテンツ
-------------------------------------------*/

.lead_box {
width: 100%;
height: auto;
float: left;
position: relative;
text-align: center;
margin: 0px 0px 30px 0px;
}

.lead_box ul {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.lead_box ul li {
width: 50%;
height: auto;
padding: 5px;
}

.lead_box ul li img {
width: 100%;
height: auto;
transition: 0.3s;
}

.lead_box ul li img:hover {
opacity: 0.8;
}

.area_btn {
width: 100%;
height: auto;
text-align: center;
margin-bottom: 30px;
}

.area_btn img {
width: 100%;
height: auto;
transition: 0.3s;
}

.area_btn img:hover {
opacity: 0.8;
}

/*-------------------------------------------
	お知らせ
-------------------------------------------*/

.news_box {
width: 100%;
float: left;
clear: both;
position: relative;
background-color: #ebf5f8;
}

.news_box .inner {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
position: relative;
padding: 20px 20px 20px 20px;
}

.subject {
width: 100%;
float: left;
text-align: center;
font-size: 24px;
color: #24a0d3;
padding: 10px 20px 30px 20px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}

/*-------------------------------------------
	カレンダー
-------------------------------------------*/

.calendar_box {
width: 100%;
float: left;
clear: both;
position: relative;
margin-bottom: 0px;
}

.calendar_box .inner {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
position: relative;
padding: 20px 20px 20px 20px;
}

.calendar_info {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 0px 0 0px;
margin-bottom: 30px;
}

.calendar_info ul {
width: 100%;
float: left;
margin-bottom: 10px;
}

.calendar_info ul li {
width: 100%;
float: left;
clear: left;
padding-left: 20px;
margin-bottom: 7px;
}

.calendar_info ul .cal_01 {
background-image: url(../images/cal_01.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_02 {
background-image: url(../images/cal_02.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_03 {
background-image: url(../images/cal_03.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_04 {
background-image: url(../images/cal_04.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.calendar_info ul .cal_05 {
background-image: url(../images/cal_05.svg);
background-repeat: no-repeat;
background-position: left top 2px;
background-size: 16px 16px;
}

.guide {
width: 100%;
float: left;
clear: both;
background-color: #ebf5f8;
border-radius: 20px;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.guide_text {
width: 100%;
font-size: 15px;
line-height: 180%;
}

.guide_btn {
width: 100%;
height: auto;
padding: 20px;
text-align: center;
}

.guide_btn img {
width: 75%;
height: auto;
}

/*-------------------------------------------
	LINE リンク
-------------------------------------------*/
.line_subject {
width: 100%;
float: left;
text-align: center;
font-size: 22px;
color: #24a0d3;
padding: 10px 20px 30px 20px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}


.line_box {
width: 100%;
float: left;
clear: both;
position: relative;
}

.line_box .inner {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0 auto;
position: relative;
padding: 40px 15px 60px;
}

.line_box .inner .text {
display: none;
}

.line_qr {
display: none;
}

.line_yoyaku {
width: 100%;
height: auto;
text-align: center;
margin-bottom: 20px;
}

.line_yoyaku img {
width: 90%;
height: auto;
}

.line_btn {
width: 100%;
height: auto;
text-align: center;
}

.line_btn img {
width: 50%;
height: auto;
transition: 0.3s;
}

.line_btn img:hover {
opacity: 0.8;
}


}/*--SP用　768px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　640px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 640px) {

.top_message {
width: 100%;
height: auto;
margin: 0px auto 20px auto;
text-align: center;
}

.top_message img {
width: 90%;
height: auto;
}


.line_subject {
width: 100%;
float: left;
text-align: center;
font-size: 4vw;
color: #24a0d3;
padding: 10px 20px 30px 20px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 900;
}

}/*--SP用　640px以下　専用のスタイル END--*/
