@charset "utf-8";
/********************************/
/*        共通的な設定          */
/********************************/
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body {
/*
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
    font-family: sans-serif;
    overflow-y: scroll;
    position: relative;
}
/*
h1, h2, h3, h4 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
*/
header,
main,
footer {
    display: block;
}
img {
    vertical-align:bottom;
}
/*========基本文字サイズ========*/
.pb_main {
    font-size: var(--setting-font-size);
}
/*==========リンク表示==========*/
a:link,
a:visited {
    color: blue;
}
section a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/*=========アドレス表示=========*/
address {
    font-style:normal;
}
/*=========表示範囲設定=========*/
@media (min-width: 1200px){
header >div,
main,
footer >div {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 1199px){
header >div,
footer >div {
    width: 100%;
}
main {
    width: 98%;
    margin: 0 auto;
}
}
/*===========表示切替===========*/
/*PCのみ表示*/
@media (max-width: 1199px){.pc1 {display:none;}}
@media (max-width:  430px){.pc2 {display:none;}}
/*モバイルのみ表示*/
@media (min-width: 1200px){.mb1 {display:none;}}
@media (min-width:  431px){.mb2 {display:none;}}
/********************************/
/*          ヘッダー            */
/********************************/
h1 a {
    text-decoration: none;
}
h1 a:link,
h1 a:visited {
    color: black;
}
.cs_header >div >p {
    font-size: 1.1rem;
    line-height: 1.1;
}
/*=======ヘッダー1行目文言=======*/
.cs_line {
     background-color: var(--setting-background-color);
     width: 100%;
     height: 3px;
}
.cs_header >p {
    font-size: calc(var(--setting-font-size) - 0.2rem);
}
@media (min-width: 1200px){
.cs_header >div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
}
@media (max-width: 1199px){
.cs_header {
    font-size: smaller;
}
.cs_header >div >div {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.cs_header >div >p {
    text-align: center;
}
}
header {
    width: 100%;
    background-color: white;
}
@media (min-width: 1200px){
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}
}
/*===========タイトル===========*/
.cs_title {
    display: flex;
    align-items: center;
}
.cs_title a:hover img {
    opacity:1.0;
    filter: alpha(opacity=100);
}
.cs_title >div {
    margin-left: 5px;
}
.cs_title h1 {
    margin-top: -7px;
    margin-bottom: -10px;
}
.cs_title picture {
    margin: 20px 5px;
}
.cs_title img {
    width: 65px;
}
/*=========お問い合わせ=========*/
.cs_header_contact {
    display: flex;
}
.cs_header_contact >div:first-of-type {
    margin-right: 20px;
}
.cs_header_contact .cs_tel{
    color: #333;
    font-weight: bold;
    padding-left: 30px;
    background-image: url(../images/icon_phone1.png);
    background-position: left center;
    background-repeat: no-repeat;
}
.cs_header_contact .cs_time{
    line-height: 1.2;
    text-align: right;
}
.cs_header_contact .cs_contact {
}
@media (min-width: 1200px){
.cs_header_contact .cs_tel{
    font-size: 1.5rem;
}
.cs_header_contact .cs_time{
    font-size: 0.8rem;
}
}
@media (max-width: 1199px){
.cs_header_contact {
    width: 95%;
    margin: 0 auto;
}
.cs_header_contact .cs_tel{
    font-size: 1.3rem;
}
.cs_header_contact .cs_time{
    font-size: 0.7rem;
}
}
.cs_header_contact .cs_contact a {
    background-color: #031E57;
    text-decoration: none;
    display: table;
    width: 100%;
    height: 100%;
    padding: 23px 10px 15px 40px;
    background-image: url(../images/icon_mail.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
}
.cs_header_contact .cs_contact a:link,
.cs_header_contact .cs_contact a:visited {
    color: white;
}
/********************************/
/*      グローバルメニュー      */
/********************************/
header .cs_menu {
    background-color: var(--setting-background-color);
}
header .cs_menu div {
    width: 100%;
    text-align: center;
    font-size: calc(var(--setting-font-size) - 0.1rem);
/*
    font-size: calc(var(--setting-font-size) + 0.1rem);
*/
}
/*
header .cs_menu >div span {
    display: inline-block;
    color: #999;
    width: 20px;
}
*/
header .cs_menu >div >a {
    display: inline-block;
    border-right: solid 1px #999;

    padding-left: 20px;
    padding-right: 20px;
/*
    width: 13.5%;
    padding-right: 45px;
    margin-right: 45px;
*/
}
header .cs_menu >div >a:first-of-type {
    border-left: solid 1px #999;
/*
    padding-left: 45px;
*/
}
header .cs_menu >div >a:link,
header .cs_menu >div >a:visited {
    color: var(--setting-color);
}
@media (min-width: 431px){
header .cs_menu {
    padding-top: 20px;
    padding-bottom: 20px;
}
}
@media (max-width: 430px){
header .cs_menu div {
    display:none;
}
header .cs_menu {
    height: 10px;
}
}
/*ハンバーガーメニュー*/
@media (max-width: 430px){
body {
    padding-top: 40px;
}
}
@media (min-width: 431px) and (max-width: 1199px){
body {
    padding-top: 0px !important;
}
}
#hamburger-menu {
    width: 100%;
    cursor: pointer;
    position: relative;
    text-align: center;
    background-color: var(--setting-background-color);
/*
    text-align: center;
    color: white;
    background-color: black;
*/
    padding-top: 10px;
    padding-bottom: 10px;
}
#hamburger-menu picture{
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 430px){
#hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}
}
#id_menu_list {
    display:none;
    position: absolute;
    top: 40px;
    list-style: none;
    width: 100%;
    z-index: 100;
}
@media (max-width: 430px){
#id_menu_list {
    position: fixed;
    z-index: 100;
}
}
#id_menu_list {
    background-color: white;
    border-top: solid 1px black;
    border-left: solid 1px black;
}
#id_menu_list li {
    padding-left: 20px;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
}
#id_menu_list li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 1.2rem;
}
/********************************/
/*        パンくずリスト        */
/********************************/
nav ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
nav ol li {
    margin-bottom: 20px;
}
nav ol li::before{
    content: '＞';
    display: inline-block;
    padding: 0 10px;
}

nav ol li:first-of-type::before{
    display: none;
}
/********************************/
/*            矢印              */
/********************************/
.cs_arrow {
    display: inline-block;
    transform: rotate(90deg) scaleY(1.0) translateX(-3px);
    font-size: 0.9rem;
    padding-left: 6px;
    color: var(--setting-background-color);
}
/********************************/
/*         見出し画像           */
/********************************/
.cs_pages {
    background-image: url('../images/top_img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 45% center;
    color: var(--setting-color);
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0px !important;
}
.cs_pages h2 {
    font-size: calc(var(--setting-font-size) + 1.5rem);
    letter-spacing: 0.3em;
    margin-top: 120px;
    margin-bottom: 120px;
    border: none !important;
    line-height:1.2;
}
.cs_pages h2 small{
    border-top: solid 1px white;
    font-size: calc(var(--setting-font-size) - 0.1rem);
}
/********************************/
/*        ページタイトル        */
/********************************/
main h2 {
    font-size: calc(var(--setting-font-size) + 0.6rem);
    border-top: solid 10px var(--setting-background-color);
    border-bottom: solid 1px var(--setting-background-color);
    border-left: solid 1px var(--setting-background-color);
    border-right: solid 1px var(--setting-background-color);
}
/********************************/
/*           お知らせ           */
/********************************/
.cs_info_icon {
    display: inline-block;
    padding: 4px 0 1px;
    min-width: 170px;
    text-align: center;
    color: var(--setting-color);
    background-color: var(--setting-background-color);
}
/********************************/
/*          ブロックス          */
/********************************/
.cs_topics2 >div {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
}
.cs_topics2 >div >div {
    width: 280px;
    height: 450px;
    overflow: hidden;
    text-align: center;
/*
    padding: 15px;
    background-color: var(--setting-background-color);
*/
    border: solid 1px #999;
    position: relative;
}
.cs_topics2 table tr td,
.cs_topics2 table tr th {
    word-break: break-all;
/*
    color: var(--setting-color);
*/
    font-size: calc(var(--setting-font-size) - 0.1rem);
}
/*
.cs_topics2 table tr td a:link,
.cs_topics2 table tr td a:visited,
.cs_topics2 table tr th a:link,
.cs_topics2 table tr th a:visited {
    color: var(--setting-color);
}
*/
.cs_topics2 table {
    border-collapse: collapse;
}
.cs_topics2 table tr th {
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: calc(var(--setting-font-size) + 0.3rem);
}
.cs_topics2 table tr td {
    text-align: left;
}
.cs_topics2 table tr th a {
    text-decoration: none;
}
.cs_topics2 table tr td img {
    width: 280px;
/*
    height: 255px;
    object-fit: cover;
*/
}
.cs_topics2 >div >div {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
.cs_topics2 {
    margin-bottom: 30px;
}
.cs_topics2 >div >div {
    margin-right: 10px;
    margin-left: 10px;
}
}
@media (max-width: 1199px) {
.cs_topics2 {
    margin-bottom: 0px;
}
.cs_topics2 >div >div {
    margin-left: auto;
    margin-right: auto;
}
}
.cs_topics2_txt {
    padding: 0 10px;
}
.cs_topics2_content {
    height: 60px;
}
.cs_topics2_content >a {
    display: block;
    position: absolute;
    width: 240px;
    text-align: center;
    padding: 10px 20px;
    bottom: 10px;
    left: 20px;
    background-color: var(--setting-background-color);
}
.cs_topics2_content >a:link,
.cs_topics2_content >a:visited {
    color: var(--setting-color);
}
/********************************/
/*         上へボタン           */
/********************************/
#id_page_top{
    position: fixed;
    bottom: 20px;
    right: 5px;
    width: 50px;
    height: 35px;
    background-color: white;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
    z-index: 900;
    transform:translate3d(0,0,900);
    color: var(--setting-background-color);
    border: solid 1px var(--setting-background-color);
}
/********************************/
/*          フッター            */
/********************************/
footer {
    padding-top: 10px;
    background-color: #EEE;
}
footer >div {
    padding: 60px 0px;
    text-align: center;
}
footer h2 {
    margin-bottom: 15px;
}
footer a {
    text-decoration: none;
}
footer,
footer a:link,
footer a:visited,
footer h2 a:link,
footer h2 a:visited {
    color: black;
}
footer .cs_mail a:hover,
footer .cs_menu div a:hover {
    color: #031E57;
}

footer h2 a:hover img {
    opacity:1.0;
    filter: alpha(opacity=100);
}
footer h2 {
    font-size: 1.6rem;
}
footer >div {
    line-height: 2;
}
@media (min-width: 1200px){
footer >div >div {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 25px;
}
}
footer .cs_tel {
    padding-left: 25px;
    background-image: url(../images/icon_phone2.png);
    background-position: left center;
    background-repeat: no-repeat;
}
footer .cs_mail {
    padding-left: 25px;
    background-image: url(../images/icon_mail.png);
    background-position: left center;
    background-repeat: no-repeat;
}
@media (max-width: 1199px){
footer .cs_tel {
    margin: 0 auto;
    width: 280px;
}
footer .cs_mail {
    margin: 0 auto;
    width: 130px;
}
}
footer .cs_menu div a {
    display: inline-block;
    padding-left: 25px;
    margin-right: 25px;
    background-image: url(../images/icon_right2.png);
    background-position: left top 45%;
    background-repeat: no-repeat;
}
footer .cs_menu div a:last-of-type {
    margin-right: 0;
}
@media (max-width: 1199px){
footer .cs_menu {
    display: none;
}
}
.cs_copyright {
    padding: 20px 0px;
    color: white;
    text-align: center;
    background-color: var(--setting-background-color);
}
/*フッターを最下部へ固定*/
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}
