@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*__ color _______________________*/
/*__ parts _______________________*/
/*---------------------------------------------------------------------------*/
.line-through{
  text-decoration: line-through;
}
@media screen and (min-width: 768px), print {
  .big {
    font-size: 2rem !important;
  }
  .marker {
    background-color: #fff100;
    display: inline-block;
  }
  .small {
    font-size: 1.28rem;
    margin-left: 1.4em;
    margin-top: 10px !important;
  }
  .pagelink {
    margin-bottom: 20px;
  }
  .pagelink ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagelink li {
    margin-bottom: 30px;
  }
  .pagelink li a {
    color: #898989;
    background: #fff100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 523px;
    height: 70px;
    border: solid 1px #898989;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    position: relative;
  }
  .pagelink li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    -webkit-transform: rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
     -ms-transform: translateY(-50%) rotate(45deg);
         transform: translateY(-50%) rotate(45deg);
  }
  .pagelink li a:hover {
    background-color: #898989;
    color: #fff;
  }
  .pagelink li a:hover::after {
    border-color: #fff;
  }
  #pagetitle {
    background-image: url("../images/head_bg_pc.jpg");
  }
  #pagetitle h1 {
    line-height: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail_container .detail_inner {
    padding: 0 0 10px 0;
  }
  #material .section .lede_title {
    font-size: 2.4rem;
    letter-spacing: 2px;
    line-height: 1.5;
    text-decoration: underline;
  }
  .indent_txt {
    padding-left: 1em;
  }
  .indent_txt small {
    display: block;
    margin-top: 8px;
  }
  .guide_content.interactive .category .overview_area * {
    font-weight: normal;
    font-size: 1.6rem;
    margin-bottom: 0px;
    line-height: 1.5;
  }
  .guide_content.interactive .category .overview_area dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .guide_content.interactive .category .overview_area dl small {
    font-size: 80%;
    display: block;
    margin-top: 8px;
  }
  .direction_list li {
    margin-top: 20px;
  }
  .direction_list li .red {
    color: #FF2400;
  }
  .tel {
    pointer-events: none;
  }
  .about div {
    margin-top: 30px;
  }
  .icon-arrow {
    display: block;
    position: relative;
    padding-left: 1.2em;
    text-indent: 0;
  }
  .icon-arrow::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: solid 2px #3e3a39;
    border-right: solid 2px #3e3a39;
    -webkit-transform: rotate(50deg) skewX(20deg);
       -moz-transform: rotate(50deg) skewX(20deg);
        -ms-transform: rotate(50deg) skewX(20deg);
            transform: rotate(50deg) skewX(20deg);
  }
  .type_b {
    padding-bottom: 93px;
  }
  .s_txt {
    font-size: 1.4rem;
  }
  .mt10 {
    margin-top: 10px;
  }
  .banner_area {
    margin-bottom: 80px;
    font-size: 0;
  }
  .banner_area li {
    display: inline-block;
    vertical-align: middle;
  }
  .banner_area li + li {
    margin-left: 28px;
  }
  .guide_content .section.beginner {
    padding-bottom: 40px;
  }
  .detail_ttl {
    background-color: #ececec;
    font-size: 2.4rem;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 50px;
  }
  .guide_content .section .btn_area {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    margin-top: 4em;
  }
  .guide_content .section .btn_area a {
    border: 1px solid #898989;
    background: #fff100;
    color: #898989;
    display: block;
    margin: 0 20px;
    width: 320px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .guide_content .section .btn_area a::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
         transform: rotate(45deg);
  }
  .guide_content .section .btn_area a:hover {
    background-color: #898989;
    color: #fff;
  }
  .guide_content .section .btn_area a:hover::after {
    border-color: #fff;
  }
  dl.indent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.95;
  }
  dl.indent dt {
    white-space: nowrap;
    width: 3.3em;
  }
  section {
    position: relative;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
  .section_ttl {
    margin-bottom: 40px;
    background-color: #c3ab63;
    text-align: center;
    padding: 10px 0;
    font-size: 2.6rem;
    border-bottom: 1px solid #9fa0a0;
    color: #fff;
  }
  .concern_area dl {
    margin-bottom: 20px;
  }
  .concern_area dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .concern_area dl dd {
    padding-left: 2em;
  }
  .caution_txt {
    margin-top: 40px;
  }
  .guide_content .section.about {
    padding-bottom: 20px;
  }
  .send, .bringing {
    border: solid 1px #9fa0a0;
    margin-bottom: 70px;
  }
  .send .section_inner, .bringing .section_inner {
    padding: 20px 40px;
  }
  .bringing .contact {  padding-top: 20px;}
  .contactbox {
    padding: 25px 0 !important;
    margin-top: -35px;
  }
  .qa {
    border: solid 1px #9fa0a0;
    margin-bottom: 70px;
  }
  .qa .section {
    padding: 0 40px 40px 40px;
  }
}

@media screen and (max-width: 767px) {
  .big {
    font-size: 1.4rem !important;
  }
  .marker {
    background-color: #fff100;
    display: inline-block;
    margin-bottom: 5px !important;
  }
  .small {
    font-size: 1rem !important;
    margin-left: 1.3em;
    margin-bottom: 10px !important;
  }
  .pagelink {
    margin-bottom: 30px;
  }
  .pagelink a {
    border: 1px solid #898989;
    background: #fff100;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .pagelink a span {
    text-align: center;
  }
  .pagelink a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    -webkit-transform: rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
     -ms-transform: translateY(-50%) rotate(45deg);
         transform: translateY(-50%) rotate(45deg);
  }
  .pagelink a:hover {
    background-color: #898989;
    color: #fff;
  }
  .pagelink a:hover::after {
    border-color: #fff;
  }
  .pagelink li {
    margin-bottom: 10px;
  }
  #pagetitle {
    background-image: url("../images/head_bg_sp.jpg");
  }
  #pagetitle p {
    margin-bottom: 0;
  }
  .guide_content #pagetitle h1 {
    font-size: 12px;
    background: none;
    line-height: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    font-size: 4.2vw;
  }
  .guide_content #pagetitle h1 span {
    font-size: 5vw;
  }
  p {
    margin-bottom: 20px;
  }
  .detail_ttl {
    background-color: #ececec;
    padding: 10px;
    margin-bottom: 30px;
  }
  .guide_content .section.beginner {
    padding-bottom: 10px;
  }
  .indent_txt {
    padding-left: 1em;
  }
  .guide_content.interactive .category .overview_area * {
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .guide_content.interactive .category .overview_area {
    margin-bottom: 20px;
  }
  .guide_content.interactive .category .overview_area dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .guide_content.interactive .category .overview_area dl small {
    font-size: 80%;
    display: block;
    margin-top: 8px;
  }
  .guide_content.interactive .category .overview_area dl.length3 dt {
    width: 6em;
  }
  .guide_content.interactive .category .overview_area dl.length3 dd {
    width: -webkit-calc(100% - 6em);
    width: -moz-calc(100% - 6em);
    width: calc(100% - 6em);
  }
  .guide_content.interactive .category .overview_area dl.length4 dt {
    width: 7em;
  }
  .guide_content.interactive .category .overview_area dl.length4 dd {
    width: -webkit-calc(100% - 7em);
    width: -moz-calc(100% - 7em);
    width: calc(100% - 7em);
  }
  .guide_content.interactive .category .overview_area dl.length5 dt {
    width: 8em;
  }
  .guide_content.interactive .category .overview_area dl.length5 dd {
    width: -webkit-calc(100% - 8em);
    width: -moz-calc(100% - 8em);
    width: calc(100% - 8em);
  }
  .guide_content.interactive .category .overview_area dl.length6 dt {
    width: 9em;
  }
  .guide_content.interactive .category .overview_area dl.length6 dd {
    width: -webkit-calc(100% - 9em);
    width: -moz-calc(100% - 9em);
    width: calc(100% - 9em);
  }
  .guide_content.interactive .category .overview_area dl.length7 dt {
    width: 10em;
  }
  .guide_content.interactive .category .overview_area dl.length7 dd {
    width: -webkit-calc(100% - 10em);
    width: -moz-calc(100% - 10em);
    width: calc(100% - 10em);
  }
  .guide_content.interactive .category .overview_area dl.length8 dt {
    width: 12em;
  }
  .guide_content.interactive .category .overview_area dl.length8 dd {
    width: -webkit-calc(100% - 12em);
    width: -moz-calc(100% - 12em);
    width: calc(100% - 12em);
  }
  .direction_list li {
    margin-bottom: 10px;
  }
  .direction_list li small {
    display: block;
    margin-top: 5px;
  }
  .section_ttl {
    background-color: #c3ab63;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #9fa0a0;
  }
  .guide_content .section {
    padding-bottom: 30px;
  }
  #material .section .lede_title {
    letter-spacing: 1px;
    line-height: 1.5;
    text-decoration: underline;
  }
  .icon-arrow {
    display: block;
    position: relative;
    padding-left: 1.2em;
    text-indent: 0;
  }
  .icon-arrow::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: solid 2px #3e3a39;
    border-right: solid 2px #3e3a39;
    -webkit-transform: rotate(50deg) skewX(20deg);
       -moz-transform: rotate(50deg) skewX(20deg);
        -ms-transform: rotate(50deg) skewX(20deg);
            transform: rotate(50deg) skewX(20deg);
  }
  .s_txt {
    font-size: 1rem;
  }
  .mt10 {
    margin-top: 10px;
  }
  .banner_area {
    margin-bottom: 40px;
    font-size: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .banner_area li {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
  }
  .banner_area li + li {
    margin-left: 3%;
  }
  .btn_area {
    margin-bottom: 0 !important;
  }
  .btn_area a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #000;
    text-align: center;
    font-size: 1.2rem;
    padding: 8px 0;
    margin-bottom: 20px;
    position: relative;
    background: #fff100;
  }
  .btn_area a::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translateY(-70%);
       -moz-transform: rotate(45deg) translateY(-70%);
        -ms-transform: rotate(45deg) translateY(-70%);
            transform: rotate(45deg) translateY(-70%);
    top: 50%;
  }
  .about {
    padding-bottom: 0 !important;
  }
  .about div {
    margin-bottom: 20px;
  }
  .about strong {
    margin-bottom: 10px;
    display: block;
  }
  dl.indent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  dl.indent dt {
    white-space: nowrap;
    width: 3.3em;
  }
  .map {
    width: 100%;
    height: 250px;
  }
  .concern_area dl {
    margin-bottom: 20px;
  }
  .concern_area dl dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .concern_area dl dd {
    padding-left: 1em;
  }
  .guide_content .section.about {
    padding-bottom: 20px;
  }
  .send, .bringing {
    border: solid 1px #9fa0a0;
    margin-bottom: 30px;
  }
  .send .section_inner, .bringing .section_inner {
    padding: 15px;
  }
  .contactbox {
    padding: 20px 0 !important;
  }
}

.red {
  color: #FF2400;
}

.underline {
  text-decoration: underline;
}
