@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
/* 共通初期設定 ---------------------------------------------------------------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    border:px solid;
    color:#000;
    list-style: none;
    text-decoration: none;
}
html {
    overflow-y: scroll;
    /*
    font-family: 'meiryo', sans-serif;
    font-family: 'yu gothic', sans-serif;
    font-family: 'Kosugi', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
    */
    font-family: 'Noto Sans JP', sans-serif;
}
body { 
    font-size:1.0em;
    -webkit-text-size-adjust: 100%;
}
iframe{
    width: 100%;
    height: 98%;
    border:none;
}
.center{
    width:960px;
    margin: 0 auto;
}
/* 共通初期設定 ---------------------------------------------------------------------------------------------------------------------*/

/* ヘッダーエリア -------------------------------------------------------------------------------------------------------------------*/
#hwrapper{
    width: 100%;
    background:linear-gradient(to top,rgb(240, 240, 240),#fff);
}
#header{
    display: flex;
    justify-content: space-between;
    padding: 5px 0;

}
#logo{
    display: flex;
    align-items: center;
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 2.6em;
    font-weight: bold;
}
#logo img{
    height: 60px;
    margin: 0 10px;
}
#info{
    display: flex;
    justify-content: flex-end;
    padding: 5px 0;
}
#info li a{
    display: block;
    padding:10px 20px;
    border-left: 1px solid #ddd;
}
#info li:last-child{
    border-right: 1px solid #ddd;
}
#info li:hover{
    font-weight: bold;
    background-color: rgb(240, 240, 240);
}
#address span{
    display: flex;
    justify-content: flex-end;
}
/* ヘッダーエリア -------------------------------------------------------------------------------------------------------------------*/

/* ナビゲーションエリア --------------------------------------------------------------------------------------------------------------*/
#nwrapper{
    width: 100%;
    z-index: 100;
}
#menu {
    display: flex;
    z-index: 10;
}
#menu li a{
    display: block;
    padding:10px 20px;
}
#menu li:hover{
    font-weight: bold;
    background-color: rgb(240, 240, 240);
}
/* ナビゲーションエリア -------------------------------------------------------------------------------------------------------------*/

/* メニュー追従 */
#nwrapper.fixed {
    position: fixed;
    top: 0;
    background-color:#fff;
}
#cwrapper.margin{
    margin-top: 44px;
}
/* メニュー追従 */

/* コンテンツエリア -----------------------------------------------------------------------------------------------------------------*/
#cwrapper{
    width: 100%;
    background:linear-gradient(to bottom,rgb(250, 250, 250),#fff);
}
#maintitle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
    padding:10px 0;
    font-weight: bold;
    font-size:1.5em;
    line-height:1.5em;
}

/* スライドショー -------------------------------------------------------------------------------------------------------------------*/
#swrapper{
    position: relative;
    height: 380px;
    margin-bottom: 44px;
}
#swrapper img{
    position:absolute;
    top:246px;
    right:0;
    z-index:10;
}
#slideshow {
    position:relative;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/*----------------------------------------------------------------------------------------------------------------------------------*/

/* 新着エリア -----------------------------------------------------------------------------------------------------------------------*/
#acquisition{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

/* 左側 ----------------------------------------------------------------------------------------------------------------------------*/
#left{
    flex-basis:80%;
}

.headline{
    display: block;
    margin:5px 0;
    padding: 10px 20px;
    font-weight: bold;
    background:linear-gradient(to right,rgb(240, 240, 240),rgb(250, 250, 250));
}

.frame{
    height:250px;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* 左側 ----------------------------------------------------------------------------------------------------------------------------*/

/* 新着エリア -----------------------------------------------------------------------------------------------------------------------*/

/* 右側 ----------------------------------------------------------------------------------------------------------------------------*/
#right{
    flex-basis:18%;
    padding: 5px 0;
}
#right div{
    margin-bottom: 5px;
}
#right div a{
    display: flex;
    align-items: center;
    justify-content: center;
    height:100px;
    padding: 0 1em;
    text-align: center;
    border:1px solid #ddd;
}
#right div:hover{
    background-color: #ddd;
}
/* 右側 ----------------------------------------------------------------------------------------------------------------------------*/
/* コンテンツエリア -----------------------------------------------------------------------------------------------------------------*/

/* フッターエリア -------------------------------------------------------------------------------------------------------------------*/
#fwrapper{
    width: 100%;
    margin-top: 20px;
    background:linear-gradient(to bottom,rgb(250, 250, 250),#fff);
}
#footer{
    padding: 30px 0;
    text-align: right;
}
/* フッターエリア -------------------------------------------------------------------------------------------------------------------*/

/* insert要素(ios対応) --------------------------------------------------------------------------------------------------------------*/
#ajax, #newswrapper{
    height:100%;
    background-color: #fff;
    visibility: visible;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* insert要素(ios対応) --------------------------------------------------------------------------------------------------------------*/

