/* ==========================================================================
/* -- 画面の横幅が768pxまで
 ========================================================================== */
@media only screen and (max-width: 812px) {
  /*-------------------------------------------------------------------------------------*/
  body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    min-width: inherit;
    _display: inherit;
    _zoom: inherit;
    width: 100%;
  }
  body.fixed {
    overflow: hidden;
  }
  /*
overflow:scroll; の指定がある場合は word-wrap:normal;　で解除
*/
  /*-------------------------------------------------------------------------------------*/
  header {
    padding: 0vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    width: 100%;
    background-color: #ffffff;
  }
  header img {
    width: 100%;
  }
  header h1 {
    padding: 0vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
  }
  .header_pc {
    display: none;
  }
  .header_sp {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 100%;
    position: relative;
  }
  .header_sp h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 24vw;
    height: 24vw;
    position: absolute;
    /*		top: 10px;
		left: 10px;*/
    top: 0px;
    left: 0px;
    background-color: #d5f5dd;
  }
  .header_sp h2 a {
    display: block;
    padding: 0vw 0vw 0vw 0vw;
    margin: 6vw 0vw 0vw 6vw;
    width: 12vw;
    height: 12vw;
  }
  /*-------------------------------------------------------------------------------------*/
  #top_hmenu {
    width: 100%;
    padding: 0;
    height: 100%;
    pointer-events: none;
  }
  #top_hmenu {
    top: 0;
    position: fixed;
    z-index: 105;
  }
  #navi_toggle_wrap {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    /*		background-color: #e54710;*/
    background-color: #00af3f;
    z-index: 8888;
  }
  .open #navi_toggle_wrap {
    background: none;
  }
  #navi_toggle {
    position: fixed;
    /*	right: calc(2500%/1200);
	top: calc(2500%/1200);*/
    right: 10px;
    top: 10px;
    width: 30px;
    height: 28px;
    cursor: pointer;
    z-index: 9999;
    pointer-events: auto;
  }
  #navi_toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
  }
  #navi_toggle span:nth-child(1) {
    top: 0;
  }
  #navi_toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  #navi_toggle span:nth-child(3) {
    bottom: 0px;
  }
  /*-------------------------------------------------------------------------------------*/
  #navigation_menu {
    opacity: 0;
    /*		background: rgba(245, 113, 31, 0.9);*/
    background: rgba(0, 175, 63, 0.9);

    width: 100%;
    min-height: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
  }
  #navigation_menu ul {
    padding: 0vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    font-size: 4.5vw;
    line-height: 1.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #navigation_menu li {
    padding: 0px 0px 20px 0px;
    margin: 20px auto 20px;
    color: #ffffff;
    font-weight: bold;
    /*	margin-bottom: calc(5000%/600);*/
    text-align: center;
    border-bottom: 1px solid #ffffff;
    width: 80%;
  }
  #navigation_menu li:nth-child(1) {
    padding: 20px 0px 20px 0px;
    margin: 20px auto 20px;
    border-top: 1px solid #ffffff;
  }
  #navigation_menu li a {
    color: #fff;
  }
  #navigation_menu li img {
    width: 100%;
  }
  /*-------------------------------------------------------------------------------------*/
  /* #navigation_menu スライドアニメーション */
  .open #navigation_menu {
    /* #navigation_menu top + #mobile-head height */
    opacity: 1;
    pointer-events: auto;
  }
  /*-------------------------------------------------------------------------------------*/
  footer {
    padding: 0vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    width: 100%;
    background-color: #00bdf2;
    color: #000000;
  }
  .footer {
    padding: 10vw 0px 15vw 0px;
    margin: 0vw auto 0vw;
    width: 100%;
  }
  .footer img {
    width: 100%;
  }
  .footer_link {
    padding: 0vw 0px 7vw 0px;
    margin: 0vw auto 0vw;
    width: 100%;
  }
  /*-----------------------------------------------------------------------------*/
  /* ボタン共通 */
  .footer_linkbtm01 {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 5vw;
    width: 75%;
    height: 18vw;
    border-radius: 18vw;
    border: 2px solid #4463a9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: inherit;
  }
  .footer_linkbtm01 a {
    padding: 5vw 0px 0px 0px;
    margin: 0px auto 0px;
    display: block;
    position: relative;
    height: 18vw;
    z-index: 100;
    text-align: center;
    background: #ffffff;
    color: #4463a9;
    font-size: 3.7vw;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
  }
  .footer_linkbtm01 a:hover {
    background: #d8eefc; /* マウスオーバーカラー */
  }

  /*-----------------------------------------------------------------------------*/
  /* ボタン共通 */
  .footer_linkbtm02 {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 5vw;
    width: 75%;
    height: 18vw;
    border-radius: 18vw;
    border: 2px solid #4463a9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: inherit;
  }
  .footer_linkbtm02 a {
    padding: 6vw 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    position: relative;
    height: 18vw;
    z-index: 100;
    text-align: center;
    background: #ffffff;
    color: #4463a9;
    font-size: 3.7vw;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
  }
  .footer_linkbtm02 a:hover {
    background: #d8eefc; /* マウスオーバーカラー */
  }
  /*-----------------------------------------------------------------------------*/
  /* ボタン共通 */
  .footer_linkbtm03 {
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px auto 0px;
    width: 75%;
    height: 18vw;
    border-radius: 18vw;
    border: 2px solid #4463a9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: inherit;
  }
  .footer_linkbtm03 a {
    padding: 5vw 0px 0px 0px;
    margin: 0px auto 0px;
    display: block;
    position: relative;
    height: 18vw;
    z-index: 100;
    text-align: center;
    background: #ffffff;
    color: #4463a9;
    font-size: 3.7vw;
    line-height: 1.2em;
    text-decoration: none;
    font-weight: bold;
  }
  .footer_linkbtm03 a:hover {
    background: #d8eefc; /* マウスオーバーカラー */
  }
  /*-----------------------------------------------------------------------------*/
  .IconList1 a:before {
    /*白いひし型 */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: #4463a9;
  }
  .IconList1 a:after {
    /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    right: 22px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    background: #ffffff;
  }
  .IconList1 a:hover:after {
    /*「after要素」のマウスオーバー（カラーを合わせる） */
    background: #d8eefc;
  }
  .footer .copyright {
    padding: 5vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    text-align: center;
    font-size: 3vw;
    line-height: 1.5em;
    font-weight: normal;
    color: #fff;
  }
  /*-----------------------------------------------------------------------------*/
  #pageTopButton {
    position: fixed;
    z-index: 100;
    bottom: 1.5vw;
    right: 1.5vw;
  }
  #pageTopButton a {
    width: 15vw;
    height: 15vw;
    /*		background: #ffbb05;*/
    background: #00af3f;
    text-decoration: none;
    color: #ffffff;
    padding: 1vw 0vw 0vw 0vw;
    text-align: center;
    display: block;
    border-radius: 50%;
    zoom: 1; /*IE*/
    /*		transition: background 0.5s;*/
  }
  #pageTopButton a:hover {
    background: #d1f1dc;
    color: #00af3f;
    /*		color: #ffbb05;*/
  }
  .btm01 {
    padding: 1vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    font-size: 3vw;
    display: block;
  }
  .btm02 {
    padding: 2vw 0px 0vw 0px;
    margin: 0vw 0px 0vw 0px;
    font-size: 4vw;
    display: block;
  }
  /*-------------------------------------------------------------------------------------*/
  .br01 {
    display: block;
  }
  .br02 {
    display: none;
  }
  .br03 {
    display: none;
  }
  .linktel {
    pointer-events: auto;
  }
}
