@charset "utf-8";

@media screen and (max-width: 768px) {
  html {
    font-size: 3.125vw;
  }

  .spnone {
    display: none;
  }

  .pcnone {
    display: inline;
  }

  .fl {
    font-size: 1.3rem;
    line-height: 1.2;
    font-weight: bold;
  }

  .fm2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .fm {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .fs {
    font-size: 1rem;
    line-height: 1.3;
  }

  .img_bor_area {
    text-align: center;
    padding: 1rem 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px #009ea7 solid;
  }

  #wrap {
    margin: 0px auto;
    max-width: 480px;
    padding-top: 0;
    background: none;
  }

  /* top
---------------------------------------------*/
  #bgst {
    margin: 0px auto;
    max-width: 480px;
    height: 100%;
    background: no-repeat scroll;
    background-size: 650px;
    background-position: 50% 0;
  }

  .htop-block {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0px auto;
  }

  .topb01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/jpmap.png) no-repeat center center;
    background-size: 70%;
  }

  .topb02 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/logomark.png) no-repeat center 20%;
    background-size: 150px;
    z-index: 20;
  }

  .topb03 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/title.png) no-repeat center 80%;
    background-size: 300px;
    z-index: 30;
  }

  /* page
---------------------------------------------*/
  .page_bg {
    max-width: 480px;
    background: -webkit-repeating-linear-gradient(-45deg, #fff0f7, #fff0f7 5px, #fce5f0 5px, #fce5f0 7px);
    background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #e7f5f6 10px, #e7f5f6 15px);
  }

  .h_title {
    background: url(../img/pageimage.jpg) center/cover no-repeat;
  }

  .h_title-inner {
    width: 100%;
    height: 10rem;
    margin: auto;
    padding: 3rem 0 0 0;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
    text-align: center;
    color: #455963;
  }

  .h_title-inner h1 {
    font-size: 2rem;
    font-weight: bold;
  }

  .h_title-inner div {
    font-size: 1.2rem;
    padding: 10px;
  }

  .h_title-hokkaido {
    background: url(../img/page-hokkaido.jpg) center/cover no-repeat;
  }

  .h_title-inner01 {
    position: relative;
    width: 100%;
    height: 15rem;
    margin: auto;
    padding: 3rem 0 0 0;
  }

  .h_title-inner01 h1 {
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 2rem;
    font-weight: bold;
    z-index: 20;
    color: #fff;
  }

  .h_title-inner01 .htxt {
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 1.5rem;
    padding: 10px;
    z-index: 20;
    text-shadow: #666 1px 1px 10px, #666 -1px 1px 10px, #666 1px -1px 10px, #666 -1px -1px 10px;
    text-align: center;
    color: #fff;
  }

  .h_title-inner01 .hmap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/hokkaido-map.png) no-repeat 90% 50%;
    background-size: 200px;
    z-index: 0;
  }


  /* contents
---------------------------------------------*/

  .cont_box {
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 2.5rem 0;
  }

  .cont_box::after {
    display: table;
    clear: both;
    content: '';
  }

  .hbar_en {
    font-size: 1rem;
    color: #a9a9a9;
    padding: .1rem 0 2rem;
  }

  .cont_box p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: .5rem 0 1rem;
  }

  .cont_box p.copy {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 1.5rem;
    text-align: left;
  }

  .cont_box p.copy_c {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 1.5rem;
    text-align: center;
  }

  .cont_box p.copy2_c {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 1rem;
    text-align: center;
  }

  .cont_box_2 {
    width: 95%;
    margin: auto;
    text-align: center;
    padding: 2.5rem 0;
  }

  .cont_box_2::after {
    display: table;
    clear: both;
    content: '';
  }

  .cont_box_2 p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: .5rem 0 1rem;
  }

  .cont_box_2 p.copy {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 1.5rem;
    text-align: left;
  }

  .cont_box_2 p.copy_c {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 1.5rem;
    text-align: center;
  }

  .cont_box_2 p.copy2_c {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.9;
    margin: 3rem 0 .5rem;
    text-align: center;
  }


  .textbox01 {
    font-size: 1.2rem;
    line-height: 1.7;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    text-align: left;
  }

  .textbox02 {
    font-size: 1.2rem;
    line-height: 1.7;
    background-color: #fff;
    padding: 1rem;
    text-align: left;
  }

  .textbox03 {
    font-size: 1.2rem;
    line-height: 1.7;
    background-color: #fff;
    padding: 2rem;
    text-align: center;
  }

  .faq_box {
    background-color: #fff;
    border: 1px #E3E3E3 solid;
    padding: .5rem 2rem;
    border-radius: 2.5em;
    text-align: left;
  }

  .faq_box ul {
    position: relative;
    margin: 1rem 1rem;
  }

  .faq_box ul li {
    font-size: 1.2rem;
    padding: 1em 0;
    line-height: 1.7;
  }

  .faq_box ul li.faq_Q::before {
    position: absolute;
    font-family: "";
    content: "Q.";
    font-weight: 900;
    font-size: 1.3rem;
    left: -1.2em;
  }

  .faq_box ul li.faq_A::before {
    position: absolute;
    font-family: "";
    content: "A.";
    font-weight: 900;
    font-size: 1.3rem;
    left: -1.2em;
  }


  .Area_01 {
    width: 100%;
    background: #dcf2f3;
  }

  .Area_02 {
    width: 100%;
    background: #fff;
  }

  .bar01 {
    position: relative;
    text-align: center;
    color: #455963;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: .5rem 0 .5rem;
    margin: 5rem 0 2rem;
  }

  .bar01:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #455963;
  }

  .bar01-2 {
    position: relative;
    text-align: center;
    color: #455963;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: .5rem 0 .5rem;
    margin: 0 0 2rem;
  }

  .bar01-2:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: #455963;
  }


  .bar02 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 0 1.5rem;
  }

  .bar03 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 1rem;
    color: #fff;
    background-color: rgb(61, 61, 61);
    text-align: left;
    border-radius: 5px 5px 0 0;
  }

  .bar04 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1;
    padding: 1rem 2rem;
    color: #fff;
    background-color: #009ea7;
    text-align: center;
    border-radius: 5px 5px 0 0;
  }

  .title_icon01 {
    padding-top: 40px;
    background: url(../img/icon01.png) no-repeat top center;
    background-size: 20px;
    font-size: 1rem;
  }

  .title_icon02 {
    padding-top: 40px;
    background: url(../img/icon02.png) no-repeat top center;
    background-size: 40px;
    font-size: 1rem;
  }



  .page_topic {
    width: 100%;
    padding: 1em;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: left;
    border: dotted 1px #ccc;
    background: -webkit-repeating-linear-gradient(-45deg, #fff0f7, #fff0f7 3px, #fce5f0 3px, #fce5f0 7px);
    background: repeating-linear-gradient(-45deg, #fff0f7, #fff0f7 3px, #fce5f0 3px, #fce5f0 7px);
  }

  .page_topic h3 {
    margin: 1em 0 .1em;
    color: #FF7F00;
    font-size: 1.2rem;
  }


  .list_box {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    padding: .5rem 1.5rem;
    border-radius: 2em;
    text-align: left;
  }

  .list_box ul {
    position: relative;
    margin: 1rem;
  }

  .list_box ul li {
    font-size: 1.2rem;
    font-weight: bold;
    color: #009ea7;
    padding: 0.5em 0;
    line-height: 1.5;
  }

  .list_box ul li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f0a9";
    font-weight: 900;
    left: -1em;
  }

  /* teble layout */

  .table01 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
  }

  .table01 th {
    width: 100%;
    display: block;
    padding: 7px;
    text-align: left;
    background: #e8e8e8;
    color: #009ea7;
    font-weight: bold;
  }

  .table01 td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 7px 7px 2em;
  }

  .table02 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
  }

  .table02 th {
    width: 100%;
    display: block;
    padding: 7px;
    text-align: left;
    background: #fbfce6;
    color: #009ea7;
    font-weight: bold;
  }

  .table02 td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 7px 7px 2em;
  }

  .table03 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
  }

  .table03 th {
    width: 100%;
    display: block;
    padding: 7px;
    text-align: left;
    background: #fbfce6;
    color: #009ea7;
    font-weight: bold;
  }

  .table03 td {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 7px 7px 2em;
  }




  /* Column
---------------------------------------------*/

  .c2box {
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c2box>li {
    flex: 1 0 100%;
    margin-bottom: 3em;
    margin-right: 0;
    overflow: hidden;
    _zoom: 1;
  }

  .c2box>li:nth-child(2n) {
    margin-right: 0;
  }

  .c2box:after {
    display: table;
    clear: both;
    content: '';
  }

  .a_box_c {
    width: 100%;
    margin: 0px auto 3em;
    text-align: left;
  }

  .a_box_c a:link,
  .a_box_c a:visited,
  .a_box_c a:active {
    text-decoration: none;
    color: #000;
  }


  .c3box {
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .c3box>li {
    flex: 0 0 48%;
    margin-bottom: 2%;
    margin-right: 2%;
    overflow: hidden;
    _zoom: 1;
  }

  .c3box>li:nth-child(2n) {
    margin-right: 0;
  }

  .c3box:after {
    display: table;
    clear: both;
    content: '';
  }

  .c4box {
    clear: both;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .c4box>li {
    flex: 1 0 100%;
    margin: 2% 0 2% 0;
    background: #e9f3fd;
    overflow: hidden;
    _zoom: 1;
  }

  .c4box>li:nth-child(2n) {
    margin-right: 0;
  }

  .c4box:after {
    display: table;
    clear: both;
    content: '';
  }

  .c4box .TitleArea {
    padding: 1em;
    margin-top: -0.1em;
    background: #5a6970;
    color: #fff;
    font-size: 1.5em;
  }

  .c4box .CaptionArea {
    padding: 1em;
    background: #e9f3fd;
    font-size: 1.2em;
    line-height: 1.4;
  }

  /* bon in
---------------------------------------------*/

  .c3_in>li {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
    border: 2px solid #FFF;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    padding: .7em .7em 0;
    border-radius: 8px;
  }

  .c3_in>li h3 {
    text-align: center;
    line-height: 1.5;
    padding: .2rem 0 .2rem;
    font-size: 1.3rem;
  }

  .c3_in>li h4 {
    text-align: center;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #044760;
    background-color: #F9F9F9;
    border-bottom-color: #BBB;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    border-bottom-style: dotted;
  }

  .c3_in>li p {
    font-size: 1.2rem;
    text-align: left;
  }

  .c3_in>li img {
    margin: .3rem 0;
    border-radius: 8px;
  }


  .c4_in>li {
    text-align: center;
  }

  .c4_in>li h3 {
    line-height: 1.5;
    font-size: 1.3rem;
    padding: 0 0 .5rem;
  }


  .c4_in>li p {
    font-size: 1rem;
    text-align: left;
    padding: .5em .5em 0;
  }

  .c4_in>li a {
    display: block;
  }

  .c4_in>li a .imgmask {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }

  .c4_in>li a img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
  }

  .txtnav ul {
    font-size: 1.2em;
    line-height: 3;
    margin: 1rem 1rem 1rem;
    text-align: center;
  }

  .txtnav ul li {
    display: inline;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #666;
  }

  .txtnav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }


  /* ボタン
---------------------------------------------*/
  .btn_box {
    width: 100%;
    margin: 4rem auto 0;
    text-align: center;
  }

  a.btn-arrow {
    font-size: 1.3rem;
    position: relative;
    padding: 1rem 4rem 1rem 3rem;
    color: #455963 !important;
    background-color: #fff;
    border: 1px #3f4244 solid;
    border-radius: 10vh;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  a.btn-arrow:hover {
    color: #fff !important;
    background-color: #455963;
    border: 1px #3f4244 solid;
    text-decoration: none;
  }

  a.btn-arrow:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.3rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .6rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
  }

  .btn-c2b {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: -2rem 0 3rem;
  }

  .btn-c2b li {
    flex: 1 0 100%;
    text-align: center;
  }

  .btn-pop {
    font-size: 1.3rem;
    position: relative;
    padding: 1rem 4rem 1rem 3rem;
    color: #009ea7 !important;
    background-color: #fff;
    border: 1px #009ea7 solid;
    border-radius: 100vh;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
  }

  .btn-pop:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .8rem);
    right: 1rem;
    margin: 0;
    padding: 0;
    content: '\f054';
  }

  /* form
---------------------------------------------*/
  .form_tb {
    text-align: left;
    font-size: 1.2em;
  }

  .form_tb dl {
    margin: 0;
  }

  .form_tb dt {
    float: none;
    width: 100%;
    padding: 15px 0 0px 0;
    text-indent: 0em;
    line-height: 100%;
    font-weight: bold;
  }

  .form_tb dd {
    padding: 3px 0 5px 0;
    line-height: 100%;
  }

  .form_tb dd:last-child {
    border-bottom: none;
  }

  .formbtn {
    padding-top: 130px;
    padding-bottom: 45px;
    clear: both;
  }

  .form p {
    font-size: 100%;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 3px;
    clear: both;
  }

  .form_w01 {
    width: 95%;
    font-size: 100%;
    padding: 5px;
    border-radius: 8px;
  }

  .form_w02 {
    width: 50%;
    font-size: 100%;
    padding: 5px;
    border-radius: 8px;
  }

  .form_w95 {
    width: 95%;
    font-size: 120%;
    padding: 5px;
    border-radius: 8px;
  }

  input:focus,
  input:hover {
    background-color: #FFFFF1;
  }

  textarea {
    width: 95%;
    font-size: 1.1em;
    padding: 10px;
    border-radius: 8px;
  }

  .form_submit_btn {
    width: 100%;
    margin: 4rem auto 5rem;
    text-align: center;
  }

  input[type="submit"] {
    font-size: 1.3rem;
    position: relative;
    padding: 1rem 4rem 1rem 3rem;
    color: #455963 !important;
    background-color: #fff;
    border: 1px #3f4244 solid;
    border-radius: 10vh;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }

  input[type="submit"]:hover {
    color: #fff !important;
    background-color: #455963;
    border: 1px #3f4244 solid;
    text-decoration: none;
  }

  /* footer
---------------------------------------------*/
  .footer {
    padding: 3rem 0 0;
    background: linear-gradient(0.25turn, #b4bbbe, #fff, #b4bbbe);
  }

  .footer_in {
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .footer_in p {
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 1rem 0 .2rem;
  }

  a.footer_link {
    color: #fff;
  }

  .copyright {
    clear: both;
    width: 100%;
    font-size: 1rem;
    text-align: center;
    padding: 1rem;
  }



}