@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
header,
main,
footer {
    display: block;
    margin: 0 auto;
}
img{
    vertical-align: top;
}
/*------------------------------------------------*/
@media (min-width:1000px){
.mb {
    display: none;
}
}
@media (max-width:999px){
.pc {
    display: none;
}
}
/*====================================================================*/
/* header,footer共通 */
nav {
    text-align: center;
    padding: 5px;
}
nav a {
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}
nav a:link,
nav a:visited {
    color: #000;
}
.cs_menu {
    position: relative;
}
.hamburger-menu {
    position: fixed;
    z-index: 999;
}
.cs_menu_list {
    position: absolute;
    list-style: none;
    width: 100%;
    background-color:#58535e;
}
.cs_menu_list li {
    padding:10px 0px;
    border: solid 1px #999;
}
.cs_menu_list li a:link,
.cs_menu_list li a:visited {
    color: white;
}
/*------------------------------------------------*/
@media (min-width:1000px){
header div {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
}
@media (max-width:999px){
header div {
    width: 320px;
}
.cs_title {
    margin: 0 auto;
    margin-bottom: 10px;
}
}
header div h1 {
    font-size: 2.5em;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 20px;
}
@media (min-width:1000px){
header div h1 {
    letter-spacing: 20px;
}
}
@media (max-width:999px){
header div h1 {
    letter-spacing: 5px;
    text-align: center;
}
}
header div h1 a {
    text-decoration: none;
}
header div h1 a:link,
header div h1 a:visited {
    color: #000;
}
header div h1 span {
    font-size: 0.3em;
    letter-spacing: 10px;
}
header div h1 strong {
/*    text-decoration: underline;*/
    font-weight: normal;
}
header div p {
    width: 300px;
    height: 200px;
    writing-mode: tb-rl;
    text-align: left;
    line-height: 50px;
}
header div p span {
    font-weight: bold;
    border-left: solid 2px #eee;
    padding-top: 7px;
    padding-bottom: 7px;
}
/*====================================================================*/
#id_slider {
    height: 300px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #000;

    z-index: 1;
    transform:translate3d(0,0,1) !important;
}
.flex0 {
    padding: 0px;
}
/*------------------------------------------------*/
#id_slider_below {
    z-index: 500;
    transform:translate3d(0,0,500) !important;
}
#id_slider_below img {
    height: 300px;
}
/*------------------------------------------------*/
#id_slider_above {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    z-index: 999;
    transform:translate3d(0,0,999) !important;
}
#id_slider_above p {
    display: block;
    border: solid 2px #980;
    padding: 7px 30px 0px 30px;
    color: #980;
    font-weight: bold;
    white-space: nowrap;
}
#id_slider_above p span {
    font-size: 20px;
    line-height: 170%;
}
#id_slider_above p strong {
    font-size: 40px;
    text-decoration: underline;
}
#id_slider_above p small {
    font-size: 15px;
}
/*====================================================================*/
#id_page_top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 35px;
    padding: 8px 0;
    color: white;
    text-align: center;
    font-size: x-small;
    background-color: #CCC;
    cursor: pointer;
}
#id_page_top:hover{
    background-color: #DDD;
}
/*====================================================================*/
footer {
    border-top: solid 5px #980;
    text-align: center;
    background-color: #eee;
}
footer div img {
    width: 50px;
    padding: 30px 0;
}
footer p {
    font-size: small;
    padding-top: 30px;
}
/*====================================================================*/
