@charset "utf-8";

@media screen and (min-width: 768px) {
  .pcnone {
    display: none;
  }

  .fl {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
  }

  .fm2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

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

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

  .img_bor_area {
    float: left;
    padding: 2.5rem 2rem 2.5rem 0;
    margin-right: 2rem;
    border-right: 1px #009ea7 solid;
  }

  /* top
---------------------------------------------*/
  #bgst {
    width: 100%;
    height: 100%;
    background: no-repeat fixed;
    background-size: 100%;
    background-position: 50% 0;
  }

  .htop-block {
    position: relative;
    width: 960px;
    height: 80vh;
    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 30%;
    background-size: 245px;
    z-index: 20;
  }

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

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

  .h_title-inner {
    width: 960px;
    height: 160px;
    margin: auto;
    padding: 6rem 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: 3rem;
    font-weight: bold;
  }

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

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

  .h_title-inner01 {
    position: relative;
    width: 960px;
    height: 360px;
    margin: auto;
    padding: 6rem 0 0 0;
  }

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

  .h_title-inner01 .htxt {
    position: absolute;
    top: 60%;
    left: 0;
    font-size: 3.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: 450px;
    z-index: 0;
  }

  /* contents
---------------------------------------------*/
  .cont_box {
    width: 1000px;
    margin: auto;
    text-align: center;
    padding: 7rem 5rem 7rem;
    background-color: #fff;
  }

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

  .hbar_en {
    font-size: 1.5rem;
    color: #a9a9a9;
    padding: .5rem 0 5rem;
  }

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

  .cont_box p.copy {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 4rem;
  }

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

  .cont_box_2 {
    width: 1100px;
    margin: auto;
    text-align: center;
    padding: 10rem 0 10rem;
  }

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

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

  .cont_box_2 p.copy {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.9;
    margin: .5rem 0 4rem;
  }

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

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

  .textbox01 {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 1rem 2rem 2rem;
    text-align: left;
  }

  .textbox02 {
    font-size: 1.5rem;
    line-height: 1.8;
    background-color: #fff;
    padding: 4rem;
    text-align: left;
  }

  .textbox03 {
    font-size: 1.5rem;
    line-height: 1.8;
    background-color: #fff;
    padding: 5rem;
    text-align: center;
  }

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

  .faq_box ul {
    position: relative;
    margin: 2rem 4rem;
  }

  .faq_box ul li {
    font-size: 1.5rem;
    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.6rem;
    left: -1.2em;
  }

  .faq_box ul li.faq_A::before {
    position: absolute;
    font-family: "";
    content: "A.";
    font-weight: 900;
    font-size: 1.6rem;
    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: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 0 2rem;
    margin: 0 0 5rem;
  }

  .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: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 1rem 0 2rem;
    margin: 0 0 5rem;
  }

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

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

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

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

  .bar002 {
    position: relative;
    padding-bottom: .5em;
  }

  .bar002::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    height: 4px;
  }

  .bar002::after {
    width: 100%;
    background: -webkit-repeating-linear-gradient(45deg, #ffe0e0, #ffe0e0 2px, #ffc0c0 2px, #ffc0c0 4px);
    background: repeating-linear-gradient(45deg, #ffe0e0, #ffe0e0 2px, #ffc0c0 2px, #ffc0c0 4px);
  }

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

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

  .page_topic {
    width: 100%;
    padding: 2.5em;
    font-size: 1.7rem;
    line-height: 2;
    border: dotted 1px #ccc;
    border-radius: 20px;
    background: -webkit-repeating-linear-gradient(-45deg, #fff6fa, #fff6fa 3px, #ffeef6 3px, #ffeef6 7px);
    background: repeating-linear-gradient(-45deg, #fff6fa, #fff6fa 3px, #ffeef6 3px, #ffeef6 7px);
  }

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

  .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: 1rem 3rem;
    border-radius: 5em;
    text-align: left;
  }

  .list_box ul {
    position: relative;
    margin: 2rem;
    line-height: 1.5;
  }

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

  .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: 1.5rem;
    line-height: 1.8;
    margin: 0;
    background-color: #fff;
  }

  .table01 th {
    width: 30%;
    padding-left: 4rem;
    text-align: left;
    color: #009ea7;
    font-weight: bold;
  }

  .table01 td {
    width: 70%;
    padding: 3rem;
  }

  .table01 tr:nth-child(odd) {
    background: #f2f2f2;
  }

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

  .table02 th {
    width: 20%;
    padding-left: 4rem;
    text-align: left;
    color: #009ea7;
    font-weight: bold;
  }

  .table02 td {
    width: 80%;
    padding: 3rem;
  }

  .table02 tr:nth-child(odd) {
    background: #fbfce6;
  }

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

  .table03 th {
    width: 20%;
    padding-left: 1rem;
    text-align: left;
    color: #009ea7;
    font-weight: bold;
    border-bottom: 1px #E3E3E3 solid;
  }

  .table03 td {
    width: 80%;
    padding: 1rem;
    border-bottom: 1px #E3E3E3 solid;
  }

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

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

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

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

  .a_box_c {
    width: 480px;
    margin: 0px auto 2%;
    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;
  }

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

  .c3box>li:nth-child(3n) {
    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;
  }

  .c4box>li {
    flex: 0 0 22%;
    margin-bottom: 4%;
    margin-right: 4%;
    background: #e9f3fd;
    overflow: hidden;
    _zoom: 1;
  }

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

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

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

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

  /* bon in
---------------------------------------------*/
  .c3_in>li {
    background: rgba(255, 255, 255, 0.53);
    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: 1em 1em 0;
    border-radius: 8px;
  }

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

  .c3_in>li h4 {
    text-align: center;
    margin-top: 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.4rem;
    text-align: left;
  }

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

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

  .c4_in>li h3 {
    line-height: 1.5;
    font-size: 2rem;
  }

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

  .c4_in>li a {
    display: block;
  }

  .c4_in>li a .imgmask {
    width: 200px;
    height: 200px;
    display: block;
    margin: 1rem 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;
  }

  .c4_in>li a:hover img {
    width: 120%;
    max-width: 120% !important;
    top: -10%;
    left: -10%;
    opacity: 1.0;
  }

.txtnav ul {
font-size: 1.5rem;
    margin: 0 0 9rem;
    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 5rem;
    text-align: center;
  }

  a.btn-arrow {
    font-size: 1.8rem;
    position: relative;
    padding: 2rem 5rem 2rem 4rem;
    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.6rem;
    line-height: 1;
    position: absolute;
    top: calc(50% - .8rem);
    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: 70%;
    margin: auto;
  }

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

  .btn-pop {
    font-size: 1.8rem;
    position: relative;
    padding: 2rem 5rem 2rem 4rem;
    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.4em;
  }

  .form_tb dl {
    margin: 0 0 15px;
  }

  .form_tb dt {
    float: left;
    width: 10em;
    padding: 10px 0;
    text-indent: 1em;
    line-height: 150%;
    font-weight: bold;
  }

  .form_tb dd {
    padding: 10px 0 10px 7em;
    line-height: 150%;
    border-bottom: 1px #e8e8e8 solid;
  }

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

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

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

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

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

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

  textarea {
    width: 90%;
    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.8rem;
    position: relative;
    padding: 2rem 5rem 2rem 4rem;
    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: 960px;
    margin: 0 auto 2rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .footer_in p {
    font-size: 1.6rem;
    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: 1.3rem;
  }
}