﻿@charset "utf-8";
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&&display=swap"); */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; scroll-behavior: smooth; }
body { 
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 160%;
}

a {color: #fff;text-decoration: none;}
img {max-width: 100%;height: auto;width /***/: auto;margin: 0;padding: 0;vertical-align: bottom;}
.clear {clear: both;}
strong {font-weight: bold;}
.sp{display:none;}

/* ヘッダー
=========================================================================================== */
.head{
	width: 100%;
	background:#FFF;
	border-bottom: 1px solid #CCC;
    position: relative;
    z-index: 1;
}
.head .cont{
	width: 80%;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.head .cont img{
    height: 55px;
    margin: 1% 0;
}

.main{
	background:url(../img/back.png) repeat-x;
    background-size: contain;
    padding: 0; 
    border-bottom:  1px solid #333; 
}


/* タイトル
=========================================================================================== */
.title-{
    /*aspect-ratio: 1920 / 914;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/title.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 47.6%;
}
.title{
    width: 100%;
    text-align: center;
    padding: 1% 0 0 0;
}
.title img{
    width: 80%;
}
.calendar{
    width: 100%;
    text-align: center;
    margin: 2% 0;
}
.calendar img{
    width: 80%;
}

/* メニュー
=========================================================================================== */
.menu{
    width: 100%;   
}
.menu ul{
    width: 80%;    
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 2% auto ;
}
.menu ul li{
    width: 49%;
    margin:  0 0 2% 0;
    text-align: center;
}

/* バナー
=========================================================================================== */
.banner{
    width: 76%;
    margin: 3% auto;
}
.banner ul{
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 3% 0 1% 0;
}
.banner ul li{
    width: 100%;
    margin:  0 0 3.5% 0;
}
.banner p{
    text-align: center;
    padding: 0 0 0 0;
    color: #333;
    font-size: 120%;
    line-height: 130%;
}

.banner p span{
    font-weight: bold;
    color: #eb5c3f;
}

/* ページトップ
======================================================== */
#page-top {
    position: fixed;
    bottom: 6%;
    right: 20px;
    z-index: 1;
    border: 2px solid #FFF;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 1em ;
    color: #585200;
    background: #fff000;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));  
}


/* フッター
=========================================================================================== */
footer{
    width: 100%;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 10px;
    background:#FFF;
	color:#333;
	text-align:center;
	clear:both;
    border-bottom:  1px solid #333;
}

ul.ft_menu { width:1000px; text-align:center; margin:40px auto; }
ul.ft_menu li { font-size:1.5em; margin:20px 1em; display:inline; }
ul.ft_menu li a { color:#333; display: inline-block; }

.copyright{
    width: 100%;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 10px;
    background:#FFF;
	color:#333;
	text-align:center;
	clear:both;  
}
.copyright .tx{margin: 1em 0;}
.copyright .link{
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin:40px auto;padding-bottom: 40px}
.copyright .link img{height: 35px;}

/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
.head .cont{
	width: 98%;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.head .cont img{
    height: 40px;
}
.main{
}

.main .inner{
}


/* タイトル
=========================================================================================== */
.title{
    width: 100%;
    text-align: center;
    padding: 1% 0 0 0;
}
.title img{
    width: 95%;
}
.calendar img{
    width: 95%;
}

/* メニュー
=========================================================================================== */
.menu ul{
    width: 95%; 
}

/* バナー
=========================================================================================== */
.banner{
    width: 95%;
    margin: 3% auto;
}
.banner ul{
    width: 100%;    
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 3% 0 1% 0;
}
.banner ul li{
    width: 100%;
    margin:  0 0 3.5% 0;
}
.banner p{
    padding: 0 0 2% 0;
    font-size: 10px;
    line-height: 160%;
}

.banner p span{
    font-weight: bold;
    color: #eb5c3f;
	font-size: 120%;
    display: block;
    margin-bottom: 1em;
}

#page-top {
    font-size: 80%;
    padding: 0.2em 1em ;
    bottom: 2%;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));  
    
}


/* フッター
=========================================================================================== */
footer{
    width: 100%;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 10px;
    background:#FFF;
	color:#333;
	text-align:center;
	clear:both;
    border-bottom:  1px solid #333;
}
ul.ft_menu { width:95%; text-align:center; margin:2% auto; }
ul.ft_menu li { font-size:1.2em; margin:3%; display:block; text-align:center; width:100%; }
	
.copyright .tx{font-size:0.6em;argin: 1em 0;}
.copyright .link{width:90%; text-align:center; margin:5% auto;}
.copyright .link img{height: 25px;}


}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {

.sp{display:block;}
.pc{display: none;}

	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.head .cont img{
	height: 25px;	
}
	
}
