@charset "utf-8";
/********************************/
/*         トップ画像           */
/********************************/
.cs_top_img {
/*
    background-image: url('../images/slider/top_img01.jpg');
*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
/*
    width: 100vw;
    height: 100vh;
*/
    text-align: center;
    vertical-align: middle;
}
.cs_top_img h2 {
    color: var(--setting-color);
    font-family: serif;
/*
    text-shadow: 
        #666 1px 1px 0, #666 -1px -1px 0,
        #666 -1px 1px 0, #666 1px -1px 0,
        #666 0px 1px 0, #666  0-1px 0,
        #666 -1px 0 0, #666 1px 0 0;
*/
}
@media (min-width: 1200px) {
.cs_top_img h2 {
    margin-top: 350px;
    margin-bottom: 450px;
}
}
@media (max-width: 1199px) {
.cs_top_img h2 {
    margin-top: 250px;
    margin-bottom: 250px;
}
}
*/********************************/
/*        ページタイトル        */
/********************************/
main h2 {
    text-align: center;
    border: none !important;
    line-height:1.2;
    margin-top: 30px;
    margin-bottom: 10px;
}
main h2 small{
/*
    font-weight: normal;
    color: black;
*/
    border-top: solid 1px black;
    font-size: calc(var(--setting-font-size) - 0.1rem);
}
/********************************/
/*          セクション          */
/********************************/
section {
    margin-bottom: 50px;
}
/********************************/
/*         トピックス           */
/********************************/
.cs_attention {
    background-position: center center;
}
.cs_opacity {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 80px 0;
}
/*
.cs_topics h4 {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
*/
.cs_topics p,
.cs_topics h4 {
    line-height: 1.8;
}
.cs_topics strong {
    font-size: calc(var(--setting-font-size) + 0.1rem);
}
.flex1 {
    border: 0;
    border-radius: 20px;
    margin: 0 auto 70px;
}
.cs_attention_img img {
    object-fit: contain;
    border: solid 1px #CCC;
}
.cs_attention_img {
    width: 200px;
}
.cs_attention_img img {
    width: 198px !important;
    height: 150px !important;
}
@media (min-width: 800px){
.flex1 {
    width: 800px;
    padding: 40px;
}
.cs_attention_flex {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs_attention_text {
    width: calc(100% - 220px);
}
}
@media (max-width: 799px){
.flex1 {
    padding: 20px 10px;
}
.cs_attention_img {
    margin: 0 auto;
}
}
.flex1 .flex-prev,
.flex1 .flex-next {
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
}
.flex1 .flex-prev {
    border-left: solid 20px transparent;
    border-right: solid 20px var(--setting-background-color);
}
.flex1 .flex-prev:hover {
    border-right: solid 20px #999;
}
.flex1 .flex-next {
    border-left: solid 20px var(--setting-background-color);
    border-right: solid 20px transparent;
}
.flex1 .flex-next:hover {
    border-left: solid 20px #999;
}
/********************************/
/*            お知らせ          */
/********************************/
.cs_info >div >div p {
    margin-bottom: 20px;
}
.cs_info >div >div p:last-of-type {
    margin-bottom: 0px;
}
/*
.cs_info >div >div p small {
    white-space:nowrap;
}
*/
.cs_info >div {
    padding: 20px;
    display: flex;
    justify-content: center;
    /*
    background-color: #EFEFEF;
    border-radius: 20px;
    margin-bottom: 20px;
    */
}
.cs_info_text {
     margin-bottom: 20px;
}
/*
.cs_info_text a {
     text-decoration:none;
}
.cs_info_text a:link,
.cs_info_text a:visited {
    color: black;
}
.cs_info_text a:hover {
    color: var(--setting-background-color);
}
.cs_info_menu {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: var(--setting-background-color);
}
.cs_info_menu,
.cs_info_menu a:link,
.cs_info_menu a:visited {
    color: var(--setting-color);
}
.cs_info >div >div p {
    font-size: var(--setting-font-size);
}
@media (min-width: 1200px) {
.cs_info >div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
}
*/
@media (max-width: 1199px) {
/*
.cs_info_icon {
    font-size: var(--setting-font-size);
}
*/
.cs_info_text p {
    text-align: center;
/*
    line-height: 2.0;
    font-size: calc(var(--setting-font-size) + 0.3rem);
*/
}
}
/********************************/
/*           ボタン             */
/********************************/
.cs_top_button {
    text-align: center;
}
.cs_top_button a {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 250px;
    border-radius: 15px;
    margin: 0 auto;
    background-image:url("../images/icon_right.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-color: var(--setting-background-color);
}
.cs_top_button a:link,
.cs_top_button a:visited {
    color: var(--setting-color);
}
.cs_top_button a:hover {
    text-decoration: underline;
}
/********************************/
/*           バナー             */
/********************************/
.cs_banner >div {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}
.cs_banner >div >div,
.cs_banner img {
    width: 230px;
}
.cs_banner >div >div {
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
.cs_banner {
    margin-bottom: 30px;
}
.cs_banner >div >div {
    margin-right: 5px;
    margin-left: 5px;
}
}
@media (max-width: 1199px) {
.cs_banner {
    margin-bottom: 0px;
}
.cs_banner >div >div {
    margin-left: auto;
    margin-right: auto;
}
}
