@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&display=swap');
/* Gotic
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Zen Maru Gothic", serif;
*/
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/* モバイルレイアウト : 480 px およびそれ以下. */
.menuBlock{
    width: 100%;
    padding: 10px 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.menuBlock > div{
    width: 100%;
    max-width: 1280px ;
    margin: 0 auto ;
}
.header{
    width: 90%;
    max-width: 1150px;
    margin: 0 auto 40px 0;
    position: relative;
}
.header .catch {
    position: absolute;
    top: 10%;
    left: 5%;
}
.header .catch h1{
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    line-height: 120%;
    margin: 0 0;
    font-size: 22px;
    letter-spacing: 0 ;
    color: #fff;
    text-align: left;
}
.header .catch h1 span{
    font-size: 13px;
    border: none;
    padding: 0 0;
    vertical-align: bottom;
}
.dummy{
    height: 60px;
}
.fixedBlock{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: #fffdfa;
    padding: 10px 0;
    z-index: 1000;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.contents{
    position: relative;
    width: 100%;
}
h1{
    font-family: "Zen Maru Gothic", sans-serif;
	font-size: 19px;
    font-weight:bold;
    text-align: center;
}
h2{
    font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
    font-weight:bold;
    text-align: center;
    color: #0071bc;
}
h2 span{
    display: inline-block;
    padding: 0 2em;
    border-bottom: solid 2px #754c24;
}
h3{
    font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
    font-weight: bold;
    text-align: left;
    color:#000;
}
h4{
    font-family: "Zen Maru Gothic", sans-serif;
	font-size: 13px;
    color: #000;
}
h5{
    font-family: "Zen Maru Gothic", sans-serif;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #000;
}
.content{
    width: 96%;
    margin: 50px auto;
}
.content p{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 13px;
	line-height: 175%;
}
footer {
	padding: 20px 5px 20px 5px;
	margin: 50px 0 0 0;
	background: #ffd600;
	text-align: center;
}
footer > div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
footer > div > div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
footer .groupList {
	width: 45%;
	text-align: left;
	padding: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}
footer .groupList .item{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    border-left: solid 5px #30a7df;
    padding: 0 0 0 0.5em;
    width: 16em;
    margin: 0 0 20px 0;
    position: relative;
}
footer .groupList .item p{
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: left;
    font-size: 10px;
    margin: 0 0;
}
footer .groupList .item p span{
    font-size: 12px;
}
footer .groupList .item a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer .mapBox{
	width: 55%;
	display: inline-block;
    box-sizing: border-box;
    aspect-ratio: 1.56;
}
footer .groupInfo{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 13px;
    text-align: left;
}
footer .groupInfo img{
    margin: 0 0 0.5em 0;
}
footer .groupInfo .groupName{
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    font-size: 19px;
}
footer .groupInfo .groupName span{
    color: #009ae7;
}
.toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.toTopShow{
	display:block;
}
.toTopHidden{
	display:none;	
}
.cellFit{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.moreButton:visited{
    color: #000;
}
.moreButton{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    color: #000;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.25em 0;
    text-align: center;
    width: 12em;
    border: solid 1px #103259;
    text-decoration: none;
    line-height: 250%;
}
.moreButton:hover{
    box-shadow: 0px 0px 15px -5px #777777;
    color: #000;
}
.linkButton{
    font-family: "Zen Maru Gothic", sans-serif;
	display:inline-block;
	color:#000;
	font-size: 14px;
	text-decoration:none;
	padding: 0 0 0 1em;
    background-color:#fff;
    font-weight: normal;
    border-radius: 7px ;
    overflow: hidden;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.linkButton:hover{
	opacity: 0.8;
	color:#000;
}
.linkButton:visited{
	color:#000;
}
.linkButton span {
	display: inline-block;
	background: #009ae7;
	color: #fff;
	margin: 0 0 0 1em;
	width: 2em;
	padding: 0.25em 0;
    text-align: center;
    border-bottom: none;
    line-height: 175%;
}

.stdLink{
    color: #000;
    font-size: inherit;
    text-decoration: none;
}
.stdLink:hover{
    color: inherit;
}
.stdLink:visited{
    color: inherit;
}
.rightTab{
    position: fixed;
    top: 100px;
    right: 0;
}
.rightTab > div {
    border-radius: 12px 0 0 12px;
    position: relative ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.rightTab p{
	writing-mode: vertical-rl;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 11px;
    height: 11em;
    width: 1em;
    box-sizing: border-box;
    font-weight: bold ;
    line-height: 1;
    text-align: center;        
/*    margin: 0 5px;
*/}
.rightTab a{
    position: absolute;
    top:0;
    left: 0;
    color: #fff;
    margin: 0 0;
    width: 100%;
    height: 100%;
}
.rightTab a:hover{
    background: rgba(255,255,255,0.2) ;
}
.forPC{
    display: none;
}
.breadcrumbsBlock{
    display: none;
}
.breadcrumbsBlock ol{
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.25em;
    font-size: 17px;
	line-height: 180%;
    font-weight: bold;
    color: #333333;
}
.breadcrumbsBlock ol li{
    display: inline;
}
.breadcrumbsBlock a{
    color: #333333;
    text-decoration: none;
}
.breadcrumbsBlock a:visited{
    color: #333333;
}
.breadcrumbsBlock li::before{
    content: " ＞" ;
}
.breadcrumbsBlock li:first-child::before{
    content: "" ;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 768px) {
.header .catch {
    top: 30%;
    left: 5%;
}
.header .catch h1{
    font-size: 30px;
}
.dummy{
    height: 70px;
}
.gridContainer {
	max-width: 1280px;
	margin: auto;
}
.content{
    width: 76%;
    margin: 0 auto;
}
h2{
	font-size: 23px;
}
.content p{
    font-size: 15px;
}
.forSP{
    display: none;
}
.forPC{
    display: block;
}
footer {
	padding: 20px 0 40px 0;
}
footer > div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
footer > div > div{
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
footer .groupList {
	width: 34em;
	padding: 0 0 0 1.5em;
}
footer .groupList .item{
    border-left: solid 8px #30a7df;
    padding: 0 0 0 0.5em;
    width: 16em;
    margin: 0 0 20px 0;
}
footer .groupList .item p{
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: left;
    font-size: 12px;
    margin: 0 0;
}
footer .groupList .item p span{
    font-size: 15px;
}
footer .groupList .item a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
footer .mapBox{
	width: auto;
	display: inline-block;
}
footer .groupInfo{
    font-size: 15px;
}
footer .groupInfo .groupName{
    font-size: 23px;
}
footer .groupInfo .groupName span{
    color: #009ae7;
}
.rightTab > div:nth-child(2){
    display: none;
}
.rightTab p{
    font-size: 15px;
}
.linkButton{
	font-size: 16px;
}
}