@charset "utf-8";
 
@font-face {
    font-family: "togalite"; /*フォントの名前*/ 
       src: url("/font/togalite.woff2") format("woff2"),
       		 url("/font/togalite.woff") format("woff"),
      		  url("/font/togalite.eot")  format("eot");}  

@font-face{font-family:"Kiwi Maru",sans-serif;}
.myFontClass {
  font-family: "togalite";}

    
/*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/

body {
    background-color: rgb(31, 40, 44);
    font-family:"Kiwi Maru","sans-serif";
    color: #bcc2cf;
    }

/*ヘッダー*/
header { overflow: hidden;
    position: relative;
    height: 30%;
    min-height: 500px;
    border-bottom-left-radius: 50% 20%;
    border-bottom-right-radius: 50% 20%;
    box-shadow: 10px 15px 50px 10px rgba(36, 31, 78, 0.329),
                2px 7px 10px 0px  rgba(63, 57, 82, 0.15);

    
    
    background: linear-gradient(180deg, #213461, #213461, #3b5670, #7793a3, #818063, #6b5e78, #4a5269, #131e3c, #131e3c);
    background-size: 1800% 1800%;

    -webkit-animation: sky 120s ease infinite;
    -moz-animation: sky 120s ease infinite;
    -o-animation: sky 120s ease infinite;
    animation: sky 100s ease infinite;
}

@-webkit-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
header h1{margin: 40px 0 30px 0; text-align: center

}
header nav ul{
    width: 100%;
    max-width: 900px;
    padding-left: 0;
    margin:0 auto 0 auto;
    
    list-style-type: none;text-align: center;
}
header nav ul li{
    text-decoration: none;
    padding: 50px 5px;
    text-align: right;
    float: right;
    margin-right: 5px;
    font-size:16px;
    font-family: "togalite"
    
}
header nav ul li:last-child{
    margin-right: 0;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;}

header nav li a{

    text-decoration: none;
    padding: 0 10px;
    text-align: center;

    background-color:transparent;
    color: #bcc2cf;
    transition: 1s;
    z-index: 1;
    letter-spacing: 0.15em;
}
header nav ul li a:hover{
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    color: rgb(230, 245, 245);
    letter-spacing: 0.4em;
    transition: 0.5s;

   
}
/*ヘッダー*/


/*全ページ共通項目*/



#pa{
	width: 100%;
	height:100%;
	min-height:100%;
	overflow: hidden;
	position: absolute;
    z-index:0;}

h1 img{
margin: 0 auto;
width: 25%;
min-width: 200px;
max-width: 250px;
height:auto;
z-index:1;
opacity: 0.8;
}
h2 {
    font-size: 20pt;
    font-family: "togalite";
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.12em;
    color: #bcc2cf;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 30px 0;
}


h2::before {
    content: '';
    position:absolute;
    margin: 0 auto;
    left: 50%;
        width: 30px;
        height: 30px;
        background-color:transparent;
        border-radius: 50%;
        box-shadow: -10px 0px 1px 9px #bcc2cf33;
        display: inline-block;
        z-index: -1;

  }

h3 {
    font-size: 20pt;
    font-family: "togalite";
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.12em;
    color: #bcc2cf;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 30px 0;
}

h3::before {
    content: '';
    position:absolute;
    margin: 0 auto;
    left: 50%;
        width: 30px;
        height: 30px;
        background-color:transparent;
        border-radius: 50%;
        box-shadow: -10px 0px 1px 9px #bcc2cf33;
        display: inline-block;
        z-index: -1;

  }


  h4 {
    font-size: 12pt;
    font-family: "togalite";
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.12em;
    color: #bcc2cf;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    padding: 30px 0;}

main{background-color: transparent;
    width: 100%;
    margin: 50px auto;
}
.space{
    height: 100px;
}



/*Top始*/

.greeting{
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    line-height: 1.5em;
    font-size: 13px;
    color: #bcc2cf;
}

.boxflx{display: flex;}

.about_box{
    width: 100%;
    min-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #bcc2cf;
    font-size: 11pt;
    
}
.about{width: 30%;
    min-width: 250px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5em;
}
.history{
    width: 30%;
    min-width: 250px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5em;
}

    .gentian_pic{
        width: 250px;
        height: 250px;
        margin: 0 auto;
        opacity: 0.85;
    }
.gentian_pic img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

@media screen and (max-width:650px){
    .boxflx{display: flex;
        Flex-wrap:wrap;
        
    }
    .about{width: 90%;
        max-width: 350px;
        min-width: 0%;
        padding: 0 20px;
        margin: 30px auto 0 auto;
    }
    .history{width: 90%;
        max-width: 350px;
        min-width: 0%;
        padding: 0 20px;
        margin: 50px auto 0 auto;}

        .gentian_pic{ 
            width: 100%;
            max-width: 300px;
            height: auto;
            margin: 60px auto 0 auto;}

}



.contact_s{   
    border:0px;
    border-radius: 50%;
    width: 575px;
    height: 575px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    text-align: center;
    box-shadow: 10px 15px 50px 10px rgba(36, 31, 78, 0.329),
                2px 7px 10px 0px  rgba(63, 57, 82, 0.15);
}


.link{
    text-align: center; 
}
.link a{
    text-decoration: none;
    text-align: center;
    color: #bcc2cf;
    padding: 2px 30px;
    text-shadow: 0px 0px 10px  rgb(184, 176, 253);
    border: solid 2px  rgba(204, 204, 204, 0.301);
    border-radius: 3px;
}


.link a:hover{
    text-shadow: 0px 0px 18px  rgb(236, 234, 255);
    box-shadow:  3px 3px 10px 7px rgba(125, 119, 146, 0.137),
    1px 1px 5px 3px rgba(125, 119, 146, 0.137);
    transition: 0.3s;
}


@media screen and (max-width:600px) {
    .contact_s{
        border-radius: 0px;
        width: 100%;
        margin: 0 auto ;
        
    }
  
    #form {
        width: 100%;
        padding:0px 0px 20px 0px;
    }

     table.formTable td,table.formTable th  {
        display: block;
        width:100%;
        padding:20px 0px 0px 0px;
    }

    table.formTable th {
        margin-top:5px;
        border-bottom:0;
        display: block;
    }

    input[type="text"], textarea {
        width: 100%;
        min-width: 150px;
        display:block;
    }
    input[type="submit"],  input[type="button"] {
        width:40%;
        max-width: 150px;
        min-width: 100px;
        height:40px;
        margin: 25px auto 0 auto;
        display: block;
    }
}


/*Works始*/
.works_box{
    width: 90%;
    margin: 0 auto;
    color:#bcc2cf;
}
/*Works終*/



/*フッター*/
footer{ overflow: hidden;
    font-family: "togalite";
    color: #bcc2cf;
    padding: 5% 0;
    text-align: center;

    overflow: hidden;
    position: relative;
    border-top-left-radius: 50% 20%;
    border-top-right-radius: 50% 20%;
    box-shadow: -10px -15px 50px 10px rgba(36, 31, 78, 0.329),
                -2px -7px 10px 0px  rgba(63, 57, 82, 0.15);

    
    
    background: linear-gradient(180deg, #213461, #213461, #3b5670, #7793a3, #818063, #6b5e78, #4a5269, #131e3c, #131e3c);
    background-size: 1800% 1800%;

    -webkit-animation: sky 120s ease infinite;
    -moz-animation: sky 120s ease infinite;
    -o-animation: sky 120s ease infinite;
    animation: sky 120s ease infinite;

}

@-webkit-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-o-keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@keyframes sky {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}


@media screen and (max-width:600px){
    footer{ overflow: hidden;
        padding: 80px 0;
}
}
/*フッター終*/

