@charset "UTF-8";


/*基本のテキストサイズは100％*/
html{
    font-size: 100%;
  }
  
  /*URLのアンダーバーを出さない。クリック後のカラー変更を防ぐ黒色*/
  a{
    text-decoration: none;
    color:black;
  }
  /*指定がない場合は写真の大きさは最大100％*/
  img{
    max-width: 100%;
  }
  
  .header h1{
    font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
  }
  
/*-------インフォメーションホバー時------------*/
.inodai-hover:hover{
    background-color: rgb(243, 204, 133);
    border-radius: 50%;
}
/*-------インフォメーションホバー時------------*/

/*-------ボディー-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ボディ部分の背景設定 body部分のpadding決め*/
.zentaihaikei{
    background:white;
    background-size: cover;
    background-position: center top;
   
}
.bunnkatu{
    display: flex;
    flex-direction: row;
    justify-content: center;

}
/*-----------------ボディ終わり-----------------------------------------------------------------------------------------------------------------*/

/*--------------画面３分割の割合調整-------------------------------------------------------------------------------------------*/
article{
    width: 52%;
    order: 2 ;
    border-right: 0px rgb(108, 109, 109) solid;
    border-left: 0px rgb(108, 109, 109) solid;
}

aside{
    width:24%;
      order: 3 ;
      background-color: whitesmoke;
      background:url(../images/sky-left2.jpg);
      background-size: cover;
      background-position: right top;
      
  }
  
  .bana{
      width:24%;
      order: 1 ;
      background-color: whitesmoke;
      background:url(../images/sky-right2.jpg);
      background-size: cover;
      background-position: left top;
  }
/*-----------------------画面３分割調整の終わり---------------------------------------------------------------------------*/

/*------------ご挨拶------------*/

.goaisatu-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10%;
    border: 1px black solid;
    width: 640px;
    height: 600px;
}
.goaisatu{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    list-style: none;
    
}

.goaisatu h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
}

.goaisatu p{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    width: 260px;
    padding: 20px;
}


.goaisatu-pic{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 280px;
    padding: 20px;
    background-color: rgb(231, 239, 239);
}
/*------------ご挨拶の終わり------------*/

/*-----------------センター----------------------------------------------------------------------------------------*/
/*センター全体の位置決め*/
.center-flex{
    
    margin-top: 7%;
}
/*センター左右位置*/
.center-sayuuiti{
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
    
}



/*中間コメント背景の調整*/
.tyuukann-title{
    background: linear-gradient(white,rgb(244, 244, 244),rgb(195, 194, 194));
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(5, 122, 231) solid;
    border-right: 0px rgb(12, 181, 232) solid;
    border-left: 0px rgb(12, 181, 231) solid;
    width:700px;
    margin-top: 3%;
    margin-bottom: 3%;

}
/*中間コメントの位置調整*/
.tyuukann-title p{
    font-size:1.5rem;
    text-align: center;
    font-weight: bold;
    font-family: serif;
}

/*センター写真の位置大きさ*/
.centerpic{
    max-height: 370px;
    max-width:700px;
 
}
/*センター写真のコメント 及び　フッターの位置調整*/
.center-font{
    font-size:1.5rem;
    max-width: 700px;
    font-family:"Arial", "メイリオ";
    text-transform: uppercase;
}

/*センターコメントの書体*/
.center-font p{
   
    font-family:"Arial", "メイリオ";
    text-transform: uppercase;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(169, 172, 174) solid;
    border-right: 0px rgb(121, 124, 125) solid;
    border-left: 0px rgb(118, 120, 120) solid;
    padding: 5px;
}


/*-----------------センターの終わり----------------------------------------------------------------------------------------*/

/*----------------ライト---------------------------------------------------------------------------------------------------*/

/*右バナーの左右位置*/
.migibana-sayuuiti{
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
   
}

/*右バナーの背景・枠*/
.migibanawaku{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    height: 500px;
    width: 240px;
    border-top: 3px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 1px rgb(108, 109, 109) solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
}

/*-----バナー３つの位置------*/
.infodai-1{
    margin-top: -3%;
    margin-left: -0.5px;
   
}
.infodai-2{
    margin-top: 68%;
    margin-left: -0.5px;
}
.infodai-3{
    margin-top: 68%;
    margin-left: -0.5px;
}
/*-----バナー３つの位置の終わり------*/

/*--------------バナー1つ目---------------------*/
.infodai-1{
    position: relative;
    padding-top:4px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:240px;
}

.infodai-1 h1{
  
}




.infodai-1 h2{
    border-bottom: 3px rgb(58,172,173) solid;
}



.bana-pic-1{
    position: absolute;
    width: 255px;
    height: 175px;
    border: 3px rgb(143, 142, 142);
    background-image:url(../images/kakou-pic.jpg);
    background-size: cover;
    background-color: rgb(102, 102, 102);
    background-blend-mode: none;
    border-top: 3px gray solid;
    border-right: 3px gray solid;
    border-left: 3px gray solid;
    border-bottom: 3px gray solid;
   
}
.bana-pic-1 h3{
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-family: Impact;
    text-shadow: 2px 2px 2px black;
}
.bana-pic-1 h4{
    color: white;
    text-align: center;
    font-size: 1rem;
    margin-top: -10%;
    font-family:Georgia;
    text-shadow: 2px 2px 2px black;
}
.bana-pic-1 p{
    color: white;
    background-color: orange;
    width: 40%;
    padding: 3px;
    text-align: center;
    margin-left: 30%;
    margin-top: 5%;
}
.bana-pic-1 p:hover{
    color: black;
  
}
.bana-pic-1:hover{

    background-image:url(../images/kakou-pic.jpg);
    background-size: cover;
    background-color: rgb(216, 215, 215);
    background-blend-mode: hard-light;
}
.bana-pic-coment-1 span{
    color: red;
}
/*-------バナー１つ目の詳細の終わり--------------*/

/*--------------バナー２つ目---------------------*/
.infodai-2{
    position: relative;
    padding-top:4px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:240px;
}

.infodai-2 h1{
  
}




.infodai-2 h2{
    border-bottom: 3px rgb(58,172,173) solid;
}



.bana-pic-2{
    position: absolute;
    width: 255px;
    height: 175px;
    border: 3px rgb(255, 254, 254);
    background-image:url(../images/seihinjirei-pic2.jpg);
    background-size: cover;
    background-color: rgb(102, 102, 102);
    background-blend-mode: none;
    border-top: 3px gray solid;
    border-right: 3px gray solid;
    border-left: 3px gray solid;
    border-bottom: 3px gray solid;
    
}
.bana-pic-2 h3{
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-family: Impact;
    text-shadow: 2px 2px 2px black;
}
.bana-pic-2 h4{
    color: white;
    text-align: center;
    font-size: 1rem;
    margin-top: -10%;
    font-family:Georgia;
    text-shadow: 2px 2px 2px black;
}
.bana-pic-2 p{
    color: white;
    background-color: orange;
    width: 40%;
    padding: 3px;
    text-align: center;
    margin-left: 30%;
    margin-top: 5%;
}
.bana-pic-2 p:hover{
    color: black;
  
}
.bana-pic-2:hover{

    background-image:url(../images/seihinjirei-pic2.jpg);
    background-size: cover;
    background-color: rgb(216, 215, 215);
    background-blend-mode: hard-light;
}
.bana-pic-coment-2 span{
    color: red;
}
/*-------バナー2つ目の詳細の終わり--------------*/

/*--------------バナー3つ目---------------------*/
.infodai-3{
    position: relative;
    padding-top:4px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:240px;
}

.infodai-3 h1{
  
}




.infodai-3 h2{
    border-bottom: 3px rgb(58,172,173) solid;
}



.bana-pic-3{
    position: absolute;
    width: 255px;
    height: 175px;
    border: 3px rgb(143, 142, 142);
    background-image:url(../images/map-pic.jpg);
    background-size: cover;
    background-color: rgb(102, 102, 102);
    background-blend-mode: none;
    border-top: 3px gray solid;
    border-right: 3px gray solid;
    border-left: 3px gray solid;
    border-bottom: 3px gray solid;
    
}
.bana-pic-3 h3{
    color: white;
    text-align: center;
    font-size: 1.8rem;
    font-family: Impact;
    text-shadow: 2px 2px 2px black;
}
.bana-pic-3 h4{
    color: white;
    text-align: center;
    font-size: 1rem;
    margin-top: -10%;
    font-family:Georgia;
    text-shadow: 2px 2px 2px black;
}
.bana-pic-3 p{
    color: white;
    background-color: rgb(41,142,127);
    width: 40%;
    padding: 3px;
    text-align: center;
    margin-left: 30%;
    margin-top: 5%;
}
.bana-pic-3 p:hover{
    color: black;
  
}
.bana-pic-3:hover{

    background-image:url(../images/map-pic.jpg);
    background-size: cover;
    background-color: rgb(216, 215, 215);
    background-blend-mode: hard-light;
}
.bana-pic-coment-3 span{
    color: red;
}
/*-------バナー3つ目の詳細の終わり--------------*/

/*---------------------ライトの終わり-------------------------------------------------------------------------------------*/

/*--------------------レフト------------------------------------------------------------------------------------------*/
.item-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*左の背景・全体位置*/
.item-sayuuiti{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    padding-top: 5px;
    width: 260px;
    border-top: 3px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 1px rgb(108, 109, 109) solid;
    margin-top: 10%;
    height: 500px; 
}
/*左の項目の全体位置*/
.itemichi{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15%;
}

/*左の項目の全体位置*/
.item-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

/*左のバナーのタイトル位置調整 仕方のないmargin*/
.item-midashi{
    font-size: 1.2rem;
    text-align: center;
    font-family: 'philosopher',serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 4px rgb(205, 19, 39) solid;
    width:230px;
    margin-top:-10%;
    margin-bottom: 17%;
} 
/*左の項目のTOPのホバー時のカラー*/
.itemtop:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item1:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item2:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item3:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item4:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item5:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item6:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item7:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}




/*左の項目１つずつ*/
.item1{
 
    background: white;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 5px rgb(234,246,253) solid;
    width:220px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%; 
    font-family: 'philosopher',serif;
}

/*左の項目１つずつ*/
.item2{
 
    background: white;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 5Px rgb(246,240,204) solid;
    width:220px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
}

/*左の項目１つずつ*/
.item3{
 
    background: white;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 5px rgb(226,235,163) solid;
    width:220px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
}

/*左の項目１つずつ*/
.item4{
 
    background: white;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 5px rgb(247,198,189) solid;
    width:220px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
}

/*左の項目１つずつ*/
.item5{
 
    background: white;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 5px rgb(197,163,203) solid;
    width:220px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
}
/*左の項目１つずつ*/
.item6{
 
    background: white;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 5px rgb(197,163,203) solid;
    width:220px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
}
.item1 h2{
    margin-top: 3%;
}
.item2 h2{
    margin-top: 3%;
}
.item3 h2{
    margin-top: 3%;
}
.item4 h2{
    margin-top: 3%;
}
.item5 h2{
    margin-top: 3%;
}
.item6 h2{
    margin-top: 3%;
}
/*左の項目のホバー時のカラー*/
.item:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}

/*--------------------レフト------------------------------------------------------------------------------------------*/




/*-------------------------------右下のページトップへ移動のやつ-------------------------------------------------------------------------*/
#page_top{
    border-radius: 0%;
   
    position: fixed;
    right: 0;
    bottom: 0;
    background-image: url(../images/topreturn50.png);
    background-size: cover;
    background-position: center top;
  }
  #page_top a{
    position: relative;
    display: block;
    font-size: 2rem;

   
    text-decoration: none;
  }
  #page_top a::before{
    
    font-weight: 900;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    
  }
/*-----------右下のページトップ移動のやつ-----------------------------------------------------------------------------------------------------------*/


/*--------フッター-----------------------------------------------------------------------------------------------------------------------------------*/
.footer-flex{
    padding-left: 10%;
    padding-right: 10%;
}
.footer-sayuuiti{
    display: flex;
    flex-direction: row;
    justify-content: center;
  
  }
  
  .footer-wrap{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
  }

/*ロゴと社名*/
.footer-syamei-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-logoimage{
    width: 2rem;
}

.footer-syamei-logo h1{
    font-size: 1.5rem;
    font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
}
/*フッターの背景（位置調整はできない）*/
footer{
    background: rgb(176, 174, 174);
    text-align: center;
}
footer h3{
    color:white
   
}
/*フッターの書式*/
footer p {
    color: white;
    font-size: 0.2rem;
    font-weight: bold;
}
.footer-wrap ul{
    list-style: none;
}
.footer-wrap ul{
    text-align: left;
}
.footer-wrap span{
    color: brown;
    font-weight: bold;
    font-size: 0.8rem;
}

/*項目をleftで揃えたのでタイトル側を位置調整*/
.footer-title{
    margin-left: -20%;
}
.footer-title2{
    margin-left: -5%;
}
.footer-title3{
    margin-left: -10%;
}
/*項目をleftで揃えたのでタイトル側を位置調整*/

/*　フッターホバー時のカラーと下線*/
.footer-kaisyaan a:hover{
    border-bottom: 1px black solid;
    color: white;
}
.footer-jigyou a:hover{
    border-bottom: 1px black solid;
    color: white;
}
.footer-map a:hover{
    border-bottom: 1px black solid;
    color: white;
}
.footer-saiyou a:hover{
    border-bottom: 1px black solid;
    color: white;
}
.footer-otoiawase a:hover{
    border-bottom: 1px black solid;
    color: white;
}
/*　フッターホバー時のカラーと下線*/
/*--------フッター-----------------------------------------------------------------------------------------------------------------------------------*/

/*------------アニメーション開始------------------------*/
.item1,
.item2,
.item3,
.item4,
.item5,
.item6{
    animation-name: infoAnime;
    animation-fill-mode:forwards;
    /*animation-duration:3s;*/
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0s;
    animation-direction:normal;
    }
    
    
.item1{
    animation-duration: 2.00s;
}
.item2{
    animation-duration: 1.75s;
}
.item3{
    animation-duration: 1.5s;
}
.item4{
    animation-duration: 1.25s;
}
.item5{
    animation-duration: 1.0s;
}
.item6{
    animation-duration: 0.75s;
}


    
    
    @keyframes infoAnime{
      0% {
        opacity: 0;
        transform: translateY(-25px);
      }
    
      100% {
        opacity: 1;
      }
    }

/*---------------アニメーションの終わり--------------------------------------*/










/*------------------------------ モバイル版 -------------------------------------------------------------------------------------------------------*/

/* モバイル版*/
  @media(max-width:600px) {

/*基本のテキストサイズは100％*/
html{
    font-size: 100%;
  }
  
  /*URLのアンダーバーを出さない。クリック後のカラー変更を防ぐ黒色*/
  a{
    text-decoration: none;
    color:black;
  }
  /*指定がない場合は写真の大きさは最大100％*/
  img{
    max-width: 100%;
  }
  
  .header h1{
    font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
  }
 




/*-------ボディー-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ボディ部分の背景設定 body部分のpadding決め*/
.zentaihaikei{
    background:white;
    background-size: cover;
    background-position: center top;
    width: 650px;
    padding-left: 3%;
    
}
.bunnkatu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
/*-----------------ボディ終わり-----------------------------------------------------------------------------------------------------------------*/

/*--------------画面３分割の割合調整-------------------------------------------------------------------------------------------*/
.position{
    margin-left: -6%;  
  }
article{
    width: 100%;
    order: 2 ;
    border-right: 0px rgb(108, 109, 109) solid;
    border-left: 0px rgb(108, 109, 109) solid;
}

aside{
    width: 100%;
    order: 1 ;
    background-color: whitesmoke;
}

.bana{
    width: 100%;
    order: 3 ;
    background-color: whitesmoke;
}
/*-----------------------画面３分割調整の終わり---------------------------------------------------------------------------*/
/*-----------------センター----------------------------------------------------------------------------------------*/
/*センター全体の位置決め*/
.center-flex{
    
    margin-top: 5%;
}
/*センター左右位置*/
.center-sayuuiti{
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    
}



/*中間コメント背景の調整*/
.tyuukann-title{
    background: linear-gradient(white,rgb(244, 244, 244),rgb(195, 194, 194));
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(5, 122, 231) solid;
    border-right: 0px rgb(12, 181, 232) solid;
    border-left: 0px rgb(12, 181, 231) solid;
    width:600px;
    margin-top: 3%;
    margin-bottom: 3%;

}
/*中間コメントの位置調整*/
.tyuukann-title p{
    font-size:1.5rem;
    text-align: center;
    font-weight: bold;
    font-family: serif;
}

/*センター写真の位置大きさ*/
.centerpic{
    max-height: 370px;
    max-width:700px;
 
}
/*センター写真のコメント 及び　フッターの位置調整*/
.center-font{
    font-size:1.5rem;
    max-width: 700px;
    font-family:"Arial", "メイリオ";
    text-transform: uppercase;
}

/*センターコメントの書体*/
.center-font p{
   
    font-family:"Arial", "メイリオ";
    text-transform: uppercase;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(169, 172, 174) solid;
    border-right: 0px rgb(121, 124, 125) solid;
    border-left: 0px rgb(118, 120, 120) solid;
    padding: 5px;
}


/*-----------------センターの終わり----------------------------------------------------------------------------------------*/

/*----------------ライト---------------------------------------------------------------------------------------------------*/



/*右バナーの左右位置*/
.migibana-sayuuiti{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    padding-bottom: 5%;
   
}

/*右バナーの背景・枠*/
.migibanawaku{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    height: 500px;
    width: 240px;
    border-top: 3px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 1px rgb(108, 109, 109) solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.infodai{
    position: relative;
    padding-top:4px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:240px;
}

.infodai h1{
  
}

.info-date{
    
    border-radius:35%;
    color:black;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    text-align: center;
    top: 0%;
    padding:10px 2px 2px 2px;
    font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
    font-weight: bold;
    margin-top: 13%;


}

.info-date span{
    font-size: 0.8rem;
    border-top: 2px black solid;
    padding-top: 3px;
    display: block;
    width: 70%;
    margin: auto;
    font-weight: bold;
    
}


.infodai h2{
   
}


.info-title{
    font-family: "Yu Mincho","YuMincho",serif;
    font-size: 1.1rem;
    font-weight: normal; 
    margin-left: 0%;
    width:160px;
}

.info-comment{
    margin-top:-10px;
    font-size: 0.85rem;
    color: black;
    margin-left: 0%;
    width:160px;
   
}

.info-midashi{
    text-align: center;
    margin-top:10%;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'philosopher',serif;
    width: 240px;
    padding-left: 0%;
}


/*---------------------ライトの終わり-------------------------------------------------------------------------------------*/

/*--------------------レフト------------------------------------------------------------------------------------------*/
.item-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 5%;
}
/*左の背景・全体位置*/
.item-sayuuiti{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    padding-top: 5px;
    width: 600px;
    border-top: 3px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 1px rgb(108, 109, 109) solid;
    margin-top: 5%;
    height: 250px;
  
}
/*左の項目の全体位置*/
.itemichi{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15%;
}
.item-matome{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*左の項目の全体位置*/
.item-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

/*左のバナーのタイトル位置調整 仕方のないmargin*/
.item-midashi{
    font-size: 1.2rem;
    text-align: center;
    font-family: 'philosopher',serif;
    text-transform: uppercase;
    font-weight: bold;
    width:240px;
    margin-top:-30%;
    margin-bottom: 17%;
} 
/*左の項目のTOPのホバー時のカラー*/
.itemtop:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item1:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item2:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item3:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item4:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item5:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item6:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item7:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}



/*左の項目１つずつ*/
.item1{
 
    width:180px;
    height: 40px;
    font-size:0.8rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:10%; 
    font-family: 'philosopher',serif;
    margin-left: -5%;
}

/*左の項目１つずつ*/
.item2{
 
    width:180px;
    height: 40px;
    font-size:0.8rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:10%;  
    font-family: 'philosopher',serif;
    margin-left: 0%;
    margin-right: 0%;
 
    
}

/*左の項目１つずつ*/
.item3{
 
    width:180px;
    height: 40px;
    font-size:0.8rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:10%;  
    font-family: 'philosopher',serif;
    margin-left: 5%;
}
/*左の項目１つずつ*/
.item4{
 
    width:180px;
    height: 40px;
    font-size:0.8rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%;  
    font-family: 'philosopher',serif;
    margin-left: -5%;
}
/*左の項目１つずつ*/
.item5{
 
    width:180px;
    height: 40px;
    font-size:0.8rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
    margin-left: 0%;
    margin-right: 0%;
 
}
/*左の項目１つずつ*/
.item6{
 
    width:180px;
    height: 40px;
    font-size:0.8rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%;  
    font-family: 'philosopher',serif;
    margin-left: 5%;
}


.item4 h2{
    margin-top: 3%;
}
.item1 h2{
    margin-top: 3%;
}
.item2 h2{
    margin-top: 3%;
}
.item3 h2{
    margin-top: 3%;
}
.item5 h2{
    margin-top: 3%;
}
.item6 h2{
    margin-top: 3%;
}
/*左の項目のホバー時のカラー*/
.item:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}

/*--------------------レフト------------------------------------------------------------------------------------------*/

/*-------------------------------右下のページトップへ移動のやつ-------------------------------------------------------------------------*/
#page_top{
    border-radius: 0%;
   
    position: fixed;
    right: 8px;
    bottom: 0;
    background-image: url(../images/topreturn50.png);
    background-size: cover;
    background-position: center top;
  }
  #page_top a{
    position: relative;
    display: block;
    font-size: 2rem;

   
    text-decoration: none;
  }
  #page_top a::before{
    
    font-weight: 900;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    
  }
/*-----------右下のページトップ移動のやつ-----------------------------------------------------------------------------------------------------------*/


/*--------フッター-----------------------------------------------------------------------------------------------------------------------------------*/
.footer-flex{
  

}
footer{
    width: 650px;
    margin-left: 3%;
   
   
}

/*--------フッター-----------------------------------------------------------------------------------------------------------------------------------*/



}/* モバイル版*/
/*--------------------------------------1400-650px モバイル版 終わり----------------------------------------------------------------------------------------------*/



















/*------------------------------ モバイル版 -------------------------------------------------------------------------------------------------------*/

/* モバイル版*/
@media(min-width: 601px) and (max-width: 1179px)  {


    /*基本のテキストサイズは100％*/
    html{
      font-size: 100%;
    }
    
    /*URLのアンダーバーを出さない。クリック後のカラー変更を防ぐ黒色*/
    a{
      text-decoration: none;
      color:black;
    }
    /*指定がない場合は写真の大きさは最大100％*/
    img{
      max-width: 100%;
    }
    
    .header h1{
      font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
    }
    

/*-------ボディー-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*ボディ部分の背景設定 body部分のpadding決め*/
.zentaihaikei{
    background:white;
    background-size: cover;
    background-position: center top;
   
}
.bunnkatu{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
/*-----------------ボディ終わり-----------------------------------------------------------------------------------------------------------------*/

/*--------------画面３分割の割合調整-------------------------------------------------------------------------------------------*/
article{
    width: 100%;
    order: 2 ;
    border-right: 0px rgb(108, 109, 109) solid;
    border-left: 0px rgb(108, 109, 109) solid;
}

aside{
    width: 100%;
    order: 1 ;
    background-color: whitesmoke;
}

.bana{
    width: 100%;
    order: 3 ;
    background-color: whitesmoke;
}
/*-----------------------画面３分割調整の終わり---------------------------------------------------------------------------*/





/*-----------------センター----------------------------------------------------------------------------------------*/
/*センター全体の位置決め*/
.center-flex{
    
    margin-top: 5%;
}
/*センター左右位置*/
.center-sayuuiti{
    display: flex;
    flex-wrap: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    
}



/*中間コメント背景の調整*/
.tyuukann-title{
    background: linear-gradient(white,rgb(244, 244, 244),rgb(195, 194, 194));
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(5, 122, 231) solid;
    border-right: 0px rgb(12, 181, 232) solid;
    border-left: 0px rgb(12, 181, 231) solid;
    width:700px;
    margin-top: 3%;
    margin-bottom: 3%;

}
/*中間コメントの位置調整*/
.tyuukann-title p{
    font-size:1.5rem;
    text-align: center;
    font-weight: bold;
    font-family: serif;
}

/*センター写真の位置大きさ*/
.centerpic{
    max-height: 370px;
    max-width:700px;
 
}
/*センター写真のコメント 及び　フッターの位置調整*/
.center-font{
    font-size:1.5rem;
    max-width: 700px;
    font-family:"Arial", "メイリオ";
    text-transform: uppercase;
}

/*センターコメントの書体*/
.center-font p{
   
    font-family:"Arial", "メイリオ";
    text-transform: uppercase;
    border-top: 1px rgb(108, 109, 109) solid;
    border-bottom: 1px rgb(169, 172, 174) solid;
    border-right: 0px rgb(121, 124, 125) solid;
    border-left: 0px rgb(118, 120, 120) solid;
    padding: 5px;
}


/*-----------------センターの終わり----------------------------------------------------------------------------------------*/

/*----------------ライト---------------------------------------------------------------------------------------------------*/



/*右バナーの左右位置*/
.migibana-sayuuiti{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    padding-bottom: 5%;
   
}

/*右バナーの背景・枠*/
.migibanawaku{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    height: 500px;
    width: 240px;
    border-top: 3px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 1px rgb(108, 109, 109) solid;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.infodai{
    position: relative;
    padding-top:4px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:240px;
}

.infodai h1{
  
}

.info-date{
 
    border-radius:35%;
    color:black;
    width: 50px;
    height: 50px;
    font-size: 1rem;
    text-align: center;
 
    top: 0%;
    padding:10px 2px 2px 2px;
    font-family :'Yu Mincho Demibold','YuMincho Demibold', sans-serif;
    font-weight: bold;
    margin-top: 13%;


}

.info-date span{
    font-size: 0.8rem;
    border-top: 2px black solid;
    padding-top: 3px;
    display: block;
    width: 70%;
    margin: auto;
    font-weight: bold;
    
}


.infodai h2{

}


.info-title{
    font-family: "Yu Mincho","YuMincho",serif;
    font-size: 1.1rem;
    font-weight: normal; 
    margin-left: 0%;
    width:160px;
}

.info-comment{
    margin-top:-10px;
    font-size: 0.85rem;
    color: black;
    margin-left: 0%;
    width:160px;
   
}

.info-midashi{
    text-align: center;
    margin-top:10%;
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'philosopher',serif;
    width: 240px;
    padding-left: 0%;
}


/*---------------------ライトの終わり-------------------------------------------------------------------------------------*/

/*--------------------レフト------------------------------------------------------------------------------------------*/
.item-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: -3%;
    padding-bottom: 2%;
}
/*左の背景・全体位置*/
.item-sayuuiti{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    padding-top: 5px;
    width: 500px;
    border-top: 3px rgb(108, 109, 109) solid;
    border-bottom: 3px rgb(108, 109, 109) solid;
    border-right: 1px rgb(108, 109, 109) solid;
    border-left: 1px rgb(108, 109, 109) solid;
    margin-top: 5%;
    height: 220px;
  
}
/*左の項目の全体位置*/
.itemichi{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15%;
}
.item-matome{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -3%;
}
/*左の項目の全体位置*/
.item-wrap{
    display: flex;
    flex-wrap: column;
    align-items: center;
  }

/*左のバナーのタイトル位置調整 仕方のないmargin*/
.item-midashi{
    font-size: 1.2rem;
    text-align: center;
    font-family: 'philosopher',serif;
    text-transform: uppercase;
    font-weight: bold;
    width:240px;
    margin-top:-30%;
    margin-bottom: 17%;
} 
/*左の項目のTOPのホバー時のカラー*/
.itemtop:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item1:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item2:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item3:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item4:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item5:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item6:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}
.item7:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}




/*左の項目１つずつ*/
.item1{
 
 
    width:180px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%; 
    font-family: 'philosopher',serif;
    margin-right: 5%;
}

/*左の項目１つずつ*/
.item2{
 
 
    width:180px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%;  
    font-family: 'philosopher',serif;
  

}

/*左の項目１つずつ*/
.item3{
 

    width:180px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%;  
    font-family: 'philosopher',serif;
    margin-right: 5%;
}
/*左の項目１つずつ*/
.item4{
 

    width:180px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%;  
    font-family: 'philosopher',serif;
}

/*左の項目１つずつ*/
.item5{
 

    width:180px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:0%;  
    font-family: 'philosopher',serif;
    margin-right: 5%;
}
/*左の項目１つずつ*/
.item6{
    width:180px;
    height: 40px;
    font-size:0.7rem;
    text-align: center;
    margin-top:-1%;
    margin-bottom:2%;  
    font-family: 'philosopher',serif;
}

.item4 h2{
    margin-top: 3%;
}
.item1 h2{
    margin-top: 3%;
}
.item2 h2{
    margin-top: 3%;
}
.item3 h2{
    margin-top: 3%;
}
.item5 h2{
    margin-top: 3%;
}
.item6 h2{
    margin-top: 3%;
}
/*左の項目のホバー時のカラー*/
.item:hover{
    background: linear-gradient(rgb(247, 206, 129),rgb(236, 198, 127),rgb(249, 196, 90),rgb(245, 174, 21));
}

/*--------------------レフト------------------------------------------------------------------------------------------*/

/*-------------------------------右下のページトップへ移動のやつ-------------------------------------------------------------------------*/
#page_top{
    border-radius: 0%;
   
    position: fixed;
    right: 0px;
    bottom: 0;
    background-image: url(../images/topreturn50.png);
    background-size: cover;
    background-position: center top;
  }
  #page_top a{
    position: relative;
    display: block;
    font-size: 2rem;

   
    text-decoration: none;
  }
  #page_top a::before{
    
    font-weight: 900;
    font-size: 3.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    
  }
/*-----------右下のページトップ移動のやつ-----------------------------------------------------------------------------------------------------------*/




}
/*----------------------------*/