﻿@charset "UTF-8";

body {
    font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

p {
    font-size: 14px;
}

/* --------------------------------------------------------- */
/* header setting Start                                      */
/* --------------------------------------------------------- */

/* Company logo set */
.idx_headerWrapper img {
    height: 52px;
}

/* Flex Box setting Start */
.idx_headerWrapper ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding-left: 0;
}

.idx_headerWrapper ul li:nth-of-type(1) {
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
}

.idx_headerWrapper ul li:nth-of-type(2) {
    margin-left: auto;
    -webkit-flex-basis: 5%;
    flex-basis: 5%;
}

.idx_headerWrapper ul li:nth-of-type(3) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    color: #fecb81;

}

.idx_headerWrapper ul a {
    text-decoration: none;
}

.idx_headerWrapper ul a span {
    font-size: 12px;
    font-style: italic;
}

.my-orange {
    color: #fecb81
}

.my-skyblue {
    color: skyblue
}

/* Flex Box setting E n d */

/* --------------------------------------------------------- */
/* header setting E n d                                      */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* Top image Setting Start                                   */
/* --------------------------------------------------------- */

.idx_topWrapper {
    position: relative;
    /* width: 100%;
    height: auto;*/
    /*background-image: url(images/image009.png);*/

}











.idx_topimg {
    width: 100%;
    height: auto;
    z-index: 10;
}

#idx_mainimg {
    /*float: right;*/
    position: absolute;
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 500px;*/

    width: 550px;
    height: 500px;

    top: 50px;
    /*top:0;*/
    left: 0;
    right: 0;
    margin: auto;


    /*top: o;
    left:0;
    right:0;
    margin: auto;*/
    /*left: 30px;*/

    z-index: 20;
}

#idx_mainimg img {
    /*text-align: center;*/
    position: absolute;
    top: 50px;
    width: 550px;
    height auto;
}

.idx_catch {


    position: absolute;
    text-align: center;

    top: 0;
    left: 0;
    right: 0;
    margin: auto;

    /*left: 400px;*/
    font-size: 46px;
    /*padding: 0px 20px 40px 20px;*/
    /*background-color: rgba(210, 210, 210, 0.2);*/
    z-index: 30;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.idx_catch span {
    /*color:burlywood;*/
    display: block;
    font-size: 15px;
    /*line-height: 15px;*/
    line-height: 18px;
    text-align: center;
    padding-top: 20px;
    text-shadow: 2px 2px 1px #fff;
}


#jihi_btn {
    /*width: 100px;
    height: 100px;*/
    width: 7%;
    height: auto;
    position: absolute;
    top: 110px;
    right: 23%;
    z-index: 30;
    box-shadow: 0 3px 3px 0 gray;

}

#jihi_btn:active {
    top: 113px;
    box-shadow: none;
}

#bn_btn {
    /*width: 100px;
    height: 100px;*/
    width: 7%;
    height: auto;
    position: absolute;
    top: 220px;
    right: 18%;
    z-index: 30;
    box-shadow: 0 3px 3px 0 gray;
}

#bn_btn:active {
    top: 223px;
    box-shadow: none;
}

/* Image common settings Start */
#slide1,
#slide2,
#slide3 {
    -webkit-animation-duration: 15s;
    /*実行する時間。「s」は秒の事。*/
    animation-duration: 15s;
    /*同上*/
    -webkit-animation-iteration-count: infinite;
    /*実行する回数。「infinite」は無限に繰り返す意味。*/
    animation-iteration-count: infinite;
    /*同上*/
}

/* Image1 */

@keyframes slide1 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Image2 */

@keyframes slide2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Image3*/

@keyframes slide3 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



/* image1 は元々表示されているので設定不要 */
#slide1 {
    -webkit-animation-name: slide1;
    /*上で設定しているキーフレーム（keyframes）の名前*/
    animation-name: slide1;
    /*同上*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

/* image2 */
#slide2 {
    -webkit-animation-name: slide2;
    /*上で設定しているキーフレーム（keyframes）の名前*/
    animation-name: slide2;
    /*同上*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

/* image3 */
#slide3 {
    -webkit-animation-name: slide3;
    /*上で設定しているキーフレーム（keyframes）の名前*/
    animation-name: slide3;
    /*同上*/
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
}

/* Image common settings E n d */

/* --------------------------------------------------------- */
/* Top image Setting E n d                                   */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* Navigation settings Start                                 */
/* --------------------------------------------------------- */

.idx_nav ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

.idx_nav li {
    display: inline-block;
}

.idx_nav a {
    text-decoration: none;
    color: rgb(0, 0, 139);
    float: left;
    text-align: center;
    margin: 25px 10px;
    /* アニメーション用 */
    padding: 0 .3em;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(204, 204, 255) 50%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(204, 204, 255) 50%);
    background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgb(204, 204, 255) 50%);
    background-position: 0 0;
    background-size: auto 200%;
    transition: .3s;
}

/* アニメーション用 */
.idx_nav a:hover {
    background-position: 0 100%;
    color: #fff;
}

/* --------------------------------------------------------- */
/* Navigation settings E n d                                 */
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* Wordpress Built-in posting function Start                 */
/* --------------------------------------------------------- */

.idx_topicWraper {
    border: 1px solid gray;
}

.idx_topicWraper h3 {
    color: rgb(0, 0, 139);
    font-weight: normal;
    padding-left: 35px;
    margin-top: 10px;
    font-size: 37px;
    text-align: center;
}

.idx_topics ul {
    list-style: none;
}

.idx_topics li {
    /* 横5個並び
/*    display: inline-block;*/
    /*    width: 19%;*/
}

.idx_topics li a {
    color: gray;
    font-size: 16px;
    text-decoration: none;
}

.idx_topics span {
    /* Topic Category Adjustment */
    background: rgba(137, 195, 235, .6);
    border-radius: 5px;
    color: white;
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 36px;
    /* Category 2 row setting */
}

.idx_newsWraper,
.idx_holidayWraper {
    color: gray;
    margin-top: 15px;
    padding: 5px 5px;
}

.txtitle {
    font-size: 16px;
}

.content {
    font-size: 12px;
}

/* --------------------------------------------------------- */
/* Wordpress Built-in posting function E n d                 */
/* --------------------------------------------------------- */


/* +++++++++++++コンテンツ+++++++++++++++ */
.idx_content:after {
    content: "";
    display: block;
    clear: both;
}

.idx_content1 p {
    text-align: center;
    color: rgb(118, 113, 113);
    /*    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    font-size: 16px;
}

.idx_content1 h2 {
    text-align: center;
    color: rgb(118, 113, 113);
    /*    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-weight: normal;
    padding-top: 30px;
}

/* -----<< Banner Installation                 Start >>----- */

.idx_banner {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.idx_banner img {
    height: auto;
    max-width: 100%;
}

.idx_banner img:hover {
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.25);
}

/* -----<< Banner Installation                 E n d >>----- */


.idx_sope,
.idx_network,
.idx_web {
    width: 30%;
    float: left;
    margin-left: 25px;
}

.idx_content h3 {
    color: rgb(118, 113, 113);
    font-weight: normal;
    text-align: center;
    position: relative;
    height: 60px;
}


.idx_content2 p {
    color: rgb(118, 113, 113);
}

.idx_button-hyouji {
    color: rgb(118, 113, 113);
}

.idx_sopeicon::after {
    font-family: "Font Awesome 5 Free";
    content: '\f1ad';
    font-weight: bold;
    font-size: 150px;
    color: white;
    background-color: #69add7;
    border-radius: 50%;
    /*	padding: 18px; */
    padding: 30px 48px;
}

.idx_networkicon::after {
    font-family: "Font Awesome 5 Free";
    content: '\f02d';
    font-weight: bold;
    /*    font-size: 35px;*/
    font-size: 150px;
    color: white;
    background-color: #41bcc4;
    border-radius: 50%;
    padding: 30px 48px;
}

.idx_webicon::after {
    font-family: "Font Awesome 5 Free";
    content: '\f2b5';
    font-weight: bold;
    /*    font-size: 35px;*/
    font-size: 150px;
    color: white;
    background-color: #93b74b;
    border-radius: 50%;
    /*	padding: 18px;*/
    padding: 30px 20px;
}

/* ★各icon の高さ合わせ */

.idx_sope,
.idx_network,
.idx_web {
    text-align: center;
    position: relative;
    z-index: 2;
}

.idx_sope::before,
.idx_sope::after,
.idx_network::before,
.idx_network::after,
.idx_web::before,
.idx_web::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}


.idx_sope,
.idx_network,
.idx_web,
.idx_sope::before,
.idx_sope::after,
.idx_network::before,
.idx_network::after,
.idx_web::before,
.idx_web::after {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.idx_sope a,
.idx_network a,
.idx_web a {
    text-decoration: none;
}

.idx_sope::after,
.idx_network::after,
.idx_web::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.idx_sope:hover::after {
    background: #69add7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.idx_network:hover::after {
    background: #41bcc4;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.idx_web:hover::after {
    background: #93b74b;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.idx_sope:hover .idx_button-hyouji:before,
.idx_network:hover .idx_button-hyouji:before,
.idx_web:hover .idx_button-hyouji:before {
    content: '詳細はこちら';
    color: #333;
    font-size: 14px;
}

.idx_sope:hover h3,
.idx_network:hover h3,
.idx_web:hover h3,
.idx_sope:hover p,
.idx_network:hover p,
.idx_web:hover p {
    color: #fff;
}

.idx_sope:hover .idx_button-hyouji,
.idx_network:hover .idx_button-hyouji,
.idx_web:hover .idx_button-hyouji {
    color: #333;
}

hr {
    border-width: 1px 0 0 0;
    /* 太さ */
    border-style: dotted;
    /* 種類 */
    border-color: silver;
    /* 色 */
}

/* --------------------------------------------------------- */
/* Affiliated company banner Start                           */
/* --------------------------------------------------------- */

.idx_rinkWraper {
    margin: 80px 0 50px 0;
}

.idx_rinkWraper:after {
    content: "";
    display: block;
    clear: both;
}

.idx_rinkWraper ul {
    list-style: none;
}

.idx_rinkWraper li {
    float: left;
    width: 33.33%;
    text-align: center;
}

/* --------------------------------------------------------- */
/* Affiliated company banner E n d                           */
/* --------------------------------------------------------- */


/* -----<< PageTop Return Button               Start >>----- */
.my_wihte {
    color: #fff
}

#page-top {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 40px;
    height: 38px;
    border: none;
    background: rgba(0, 0, 0, 08);
    outline: rgba(0, 0, 0, 08) solid 1px;
    border: 1px solid rgba(255, 255, 255, .8);
    font-size: 77%;
}

#page-top a {
    background: rgb(204, 204, 255);
    text-decoration: none;
    color: #fff;
    height: 80px;
    width: 80px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#page-top a:hover {
    text-decoration: none;
    background: rgb(122, 112, 114);
}

/* -----<< PageTop Return Button               E n d >>----- */


/*-------------------------メデイアクエリ-----------------------------*/


/* ############ 1281px 以上 ############ */
@media (min-width: 1281px) {

    .main {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }

}

/* ############ 960px 以上 & 1280px以下 ############ */
@media (min-width: 960px) and (max-width: 1280px) {

    #idx_mainimg {

        width: 450px;
        height: 300px;
    }

    #idx_mainimg img {
        width: 450px;
        height: 250px;
    }

    .idx_catch {
        font-size: 40px;
      
    }

}

/* ############ 768px 以下 ############ */
@media (max-width: 768px) {

    /*グローバルメニューの設定*/
    .header_container {
        height: 60px;
    }

    /*グローバルナビゲーションの文字を立て書きにする*/
    .header_right a {
        clear: both;
    }

    .header_right ul {
        padding: 0;
        list-style: none;
    }

    .header_right li a {
        display: block;
        margin: 0;
        font-size: 14px;
    }

    .header_right {
        clear: both;
        width: 200px;
        float: right;
    }

    .spmenu_btn {
        display: block;
        position: absolute;
        top: 14px;
        right: 15px;
        width: 30px;
        height: 22px;
        background: #999999;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spmenu_btn:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #999999;
        top: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spmenu_btn:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #999999;
        bottom: -9px;
        right: 0;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .spmenu_btn.active {
        background: #FFF;
    }

    .spmenu_btn.active:before {
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0;
        right: 0;
    }

    .spmenu_btn.active:after {
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 0;
        right: 0;
    }

    #header_menu {
        display: none;
    }

    .idx_topics li {
        /* width: 30%          2018.10.25   */
        width: 100%
    }



    #idx_mainimg {

        width: 350px;
        height: 210px;
    }

    #idx_mainimg img {
        top: 35px;
        width: 350px;
        height: 170px;
    }


    #bn_btn {
        top: 170px;
    }
        #bn_btn:active {
            top: 173px;
        }


    /* ############ 600px 以上 & 959px以下 ############ */
    @media (min-width: 600px) and (max-width: 959px) {
        /* タブレット */

        /* Top image */
        #idx_mainimg {
            /*left:10px;*/
            /*height: 300px;
            width: 52%;*/
        }

        .idx_catch {

            font-size: 24px;
        }

        .idx_catch span {
            font-size: 13px;
        }

    }

    /* ############ 599px以下 ############ */
    @media (max-width: 599px) {

        /* スマホ */
        /* header */
        .idx_headerWrapper ul li:nth-of-type(2) {
            -webkit-flex-basis: 20%;
            flex-basis: 20%;
        }

        .idx_headerWrapper ul a {
            color: white;
        }

        /* Top image */
        .idx_topWrapper {
            /*height: 400px;*/
            height: 320px;
        }

        .idx_topimg {
            position: relative;
            top: 60px;
        }

        .idx_catch {
            /*font-size: 22px;*/
            margin: 20px;
            top: 222px;
            font-size: 17px;
            /* left:5px;*/
            width: auto;
        }

        .idx_catch span {
            font-size: 14px;
        }

        /*   .idx_catch span {
            font-size: 13px;
        }*/

        /* top画像調整      */
        #idx_mainimg {

            width: 170px;
            height: 100px;
            /*height: 300px;
            width: 80%;*/
            /*left:30px;*/
            /*display: block;
            margin: auto;*/
        }

        #idx_mainimg img {

            width: 170px;
            height: 90px;
        }

        #bn_btn {
            top: 140px;
        }
        #bn_btn:active {
            top: 143px;
        }


        /* nav */
        .idx_nav a {
            font-size: 13px;
        }

        /* Wordpress Built-in posting function */
        .idx_topicWraper h3 {
            padding-left: 0;
        }

        .idx_topics ul {
            padding-left: 0;
        }

        .idx_topics li {
            /*  width: 48%;     218.10.25      */
            width: 100%
        }

        /* Bannou baner */
        .idx_banerWraper {
            clear: both;
            width: 100%;
        }

        .idx_banerWraper {
            padding-top: 0;
        }

        /* content */
        .idx_sope,
        .idx_network,
        .idx_web {
            float: none;
            width: auto;
            margin-left: 0px;
        }

        /* Affiliated company banner */
        .idx_rinkWraper ul {
            padding-left: 0;
        }

        .idx_rinkWraper li {
            float: none;
            width: 100%;
            margin-bottom: 40px;
        }
    }

    @media (max-width: 360px) {

        #idx_mainimg {

            width: 140px;
            height: 90px;

        }

        #idx_mainimg img {

            width: 140px;
            height: 80px;
        }

    }


}
