@charset "utf-8";

/** 共通
---------------------------------------- */
li{
  list-style-type: none;
}
a{
  color: #333;
}
img{
  display: block;
}
#pagetop a{
  background-color:#25466f;
}

@media print,screen and (min-width : 501px){

  /** ページ全体
  ---------------------------------------- */
  .base{
    width:100%;
    min-width:1240px;
  }
  .wrap{
    width:1200px;
    margin:0 auto;
  }
  body{
    font-family:"GenShinGothic-3";
    font-size:16px;font-size:1.6rem;
    color:#323232;
    line-height:1.6;
    background-color:#FFF;
  }
  strong{
    font-family:"GenShinGothic-6";
  }
  .headersp{
    display:none;
  }
  .drawermenu{
    display:none;
  }


  /** Header
  ---------------------------------------- */
  #header{
    margin-top: 20px;
  }
  #headerpc_area{
    background-color: #fff;
    font-family:"GenShinGothic-5";
  }
  #headerpc_area .wrap{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  #headerpc_area .logo{
    width: 200px;
  }
  #headerpc_area .info{
    text-align: center;
    font-size:14px;font-size:1.4rem;
  }
  #headerpc_area .info .info_tel{
    font-size:28px;font-size:2.8rem;
    line-height: 1.4;
    color: #25466f;
  }

  /** Globalmenu
  ---------------------------------------- */
  #globalmenu_area{
    margin-top: 20px;
    background-color: #fff;
  }
  #globalmenu_area .menulist{
    width: 100%;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    line-height: 1.2;
    position: relative;
    z-index: 20;
  }
  #globalmenu_area .menulist li{
    width: 100%;
  }
  #globalmenu_area .menulist .parent > a{
    font-family:"GenShinGothic-5";
    font-size:18px;font-size:1.8rem;
    display: block;
    text-align: center;
    padding: 6px 0px;
    text-decoration: none;
    border-right:solid 1px #000000;
    width: 100%;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  }
  #globalmenu_area .menulist .parent:first-child > a{
    border-left:solid 1px #000000;
  }
  #globalmenu_area .menulist li{
    position: relative;
    z-index: 21;
  }
  #globalmenu_area .menulist li ul{
    position: absolute;
    z-index: 22;
    width:300px;
    background: rgba(255,255,255,0.9);
    margin-left:-150px;
    left:50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
    border:solid 1px #b4b4b4;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
    padding: 10px;
    border-radius:10px;
  }
  #globalmenu_area .menulist li ul li{
    border-top:solid 1px #dfdfdf;
  }
  #globalmenu_area .menulist li ul li:nth-child(1){
    border:none;
  }
  #globalmenu_area .menulist li ul li a{
    display: block;
    font-size:14px;font-size:1.4rem;
    text-decoration: none;
    padding: 16px 0;
  }
  #globalmenu_area .menulist li:hover ul{
    visibility: visible;
    opacity: 1;
  }


  /** Main
  ---------------------------------------- */
  #maincontents{
    margin-top: 40px;
  }
  .h1{
    margin-top: 40px auto;
    text-align: center;
    font-size:32px;font-size:3.2rem;
    color: #25466f;
    font-family:"GenShinGothic-6";
  }

  #contents-img{
    margin-top: 20px;
  }
  #contents-img img{
    margin: 0 auto;
    width: 100%;
  }
  .imgsp{
    display: none;
  }


  /** Footer
  ---------------------------------------- */
  #footer_area{
    background-color: #f0f0f0;
    margin-top: 80px;
  }
  #footer_area a{
    text-decoration: none;
  }
  #footer_area #footer_contents{
    font-size:16px;font-size:1.6rem;
    text-align: center;
    padding: 40px 0;
  }
  #footer_area #footer_link{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content: center;justify-content: center;-ms-flex-pack: center;
  }
  #footer_area #footer_link li{
    margin: 0 10px;
    font-family:"GenShinGothic-5";
  }
  #footer_area #footer_logo img{
    margin: 40px auto 0 auto;
    width: 80px;height: auto;
  }
  #footer_area dt{
    margin-top: 10px;
    font-size:20px;font-size:2.0rem;
    font-family:"GenShinGothic-5";
  }
  #footer_area .footer_tel a{
    font-family:"GenShinGothic-5";
    color: #25466f;
    font-size:18px;font-size:1.8rem;
  }


  #footer_area #copyright{
    text-align: center;
    background-color: #25466f;
    color: #FFF;
    padding: 10px 0;
    font-size:14px;font-size:1.4rem;
  }

  /** フッターお問い合わせ
  ---------------------------------------- */
  #footer-contact{
    margin-top: 80px;
    border:solid 1px #8c8c8c;
    border-radius:10px;
    padding: 20px;
    text-align: center;
    font-size:22px;font-size:2.2rem;
    font-family:"GenShinGothic-5";
    line-height: 1.4;
  }
  #footer-contact #fc-tel a{
    color: #25466f;
    display: block;
    margin: 4px 0;
  }
  #footer-contact #fc-tel small{
    font-size:16px;font-size:1.6rem;
    display: block;
  }
  #footer-contact #fc-mail a{
    margin-top: 20px;
    display: block;
    font-family:"GenShinGothic-5";
    color: #25466f;
  }


}
@media screen and (max-width : 500px){

  /** ページ全体
  ---------------------------------------- */
  .wrap{
    margin: 0 20px;
  }
  body{
    font-family:"GenShinGothic-3";
    font-size:14px;font-size:1.4rem;
    color:#323232;
    line-height:1.4;
    background-color:#FFF;
  }
  strong{
    font-family:"GenShinGothic-6";
  }
  .headerpc{
    display:none;
  }
  .globalmenu{
    display: none;
  }
  #ost-headersp_basic .bhline1,
  #ost-headersp_basic .bhline2,
  #ost-headersp_basic .bhline3{
    background-color: #555;
  }

  /** Header
  ---------------------------------------- */
  #header{
    margin-top: 20px;
  }
  #headersp_area .headersp_main{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-align-items: center;-ms-flex-align: center;align-items: center;
  }
  #headersp_area .headersp_main .headersp_logo{
    width: 140px;
  }
  #headersp_area .headersp_main .headersp_menubtn{
    line-height: 1;
    text-align: center;
    font-size:12px;font-size:1.2rem;
    color: #555;
  }
  #headersp_area .bhline1,
  #headersp_area .bhline2,
  #headersp_area .bhline3{
    background-color: #555;
  }

  /** Drawermenu
  ---------------------------------------- */
  #drawermenu_head{
    padding: 20px 0 0 0;
  }
  #drawermenu_area{
    background-color: #fff;
  }
  #drawermenu_area .headersp_main{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-align-items: center;-ms-flex-align: center;align-items: center;
  }
  #drawermenu_area .headersp_main .headersp_logo{
    width: 140px;
  }
  #drawermenu_area .style1{
    margin: 20px 20px 20px 20px;
    padding: 10px 20px;
    border:solid 1px #c8c8c8;
    border-radius:10px;
  }
  #drawermenu_area .style1 a{
    text-decoration: none;
    font-size:16px;font-size:1.6rem;
    display: block;
    padding: 14px 0;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    font-family:"GenShinGothic-5";
  }
  #drawermenu_area .style1 > li{
    border-top:solid 1px #c8c8c8;
  }
  #drawermenu_area .style1 > li:first-child{
    border-top:none;
  }
  #drawermenu_area .style1 li ul{
    padding: 0 4px 10px 4px;
  }
  #drawermenu_area .style1 li li{
    border-top:solid 1px #c8c8c8;
  }
  #drawermenu_area .style1 li > li:first-child{
    border-top:none;
  }
  #drawermenu_area .style1 li li a{
    padding: 10px 20px;
    font-family:"GenShinGothic-4";
  }
  #drawermenu_area .style1 li i{
    font-size:12px;font-size:1.2rem;
  }

  .style2{
    margin: 20px 0px 20px 0px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  }
  .leftaligned-buttonstyle .menulist{
    margin-top: 20px;
  }
  .style2 li{
    border-radius:5px;
    margin-top: 10px;
  }
  .style2 a{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
    padding: 14px;
    text-decoration: none;
    border:solid 1px #c8c8c8;
    border-radius:5px;
  }
  .style2 li ul{
    margin: 0 20px;
    padding-bottom: 14px;
  }


  /** Main
  ---------------------------------------- */
  #maincontents{
    margin-top: 40px;
  }
  .h1{
    margin-top: 40px auto;
    text-align: center;
    font-size:28px;font-size:2.8rem;
    color: #25466f;
    font-family:"GenShinGothic-6";
  }
  #contents-img{
    margin-top: 20px;
  }
  #contents-img img{
    margin: 0 auto;
    width: 100%;
  }
  .imgpc{
    display: none;
  }

  /** Footer
  ---------------------------------------- */
  #footer_area{
    background-color: #f0f0f0;
    margin-top: 60px;
  }
  #footer_area a{
    text-decoration: none;
  }
  #footer_area #footer_contents{
    text-align: center;
    padding: 40px 0;
  }
  #footer_area #footer_link{
    display:-webkit-box;display:-ms-flexbox;display:flex;
    -ms-flex-wrap: wrap;flex-wrap: wrap;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
  }
  #footer_area #footer_link li{
    width: 48%;
    margin-bottom: 10px;
    border:solid 1px #8c8c8c;
    border-radius:5px;
    background-color: #FFF;
  }
  #footer_area #footer_link a{
    font-family:"GenShinGothic-5";
    margin: 4px;
    display: block;
    padding: 4px;
  }
  #footer_area #footer_logo img{
    margin: 20px auto 0 auto;
    width: 60px;height: auto;
  }
  #footer_area dt{
    margin-top: 10px;
    margin-bottom: 6px;
    font-size:16px;font-size:1.6rem;
    font-family:"GenShinGothic-5";
  }
  #footer_area .footer_tel a{
    font-family:"GenShinGothic-5";
    color: #25466f;
    font-size:18px;font-size:1.8rem;
  }

  #footer_area #copyright{
    text-align: center;
    background-color: #25466f;
    color: #FFF;
    padding: 10px 0;
    font-size:12px;font-size:1.2rem;
  }


  /** フッターお問い合わせ
  ---------------------------------------- */
  #footer-contact{
    margin-top: 30px;
    border:solid 1px #8c8c8c;
    border-radius:10px;
    padding: 20px 4px;
    text-align: center;
    font-size:18px;font-size:1.8rem;
    font-family:"GenShinGothic-5";
    line-height: 1.4;
  }
    #footer-contact #fc-tel a{
    color: #25466f;
    display: block;
    margin: 4px 0;
  }
#footer-contact #fc-tel small{
    font-size:12px;font-size:1.2rem;
    display: block;
  }
  #footer-contact #fc-mail a{
    margin-top: 20px;
    display: block;
    font-family:"GenShinGothic-5";
    font-size:16px;font-size:1.6rem;
    color: #25466f;
  }

}

