@charset "UTF-8";

/* ================================================
===================================================
===================================================
Base
===================================================
===================================================
================================================ */
body{-webkit-text-size-adjust: 100%;color: #292929;font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;padding: 0;height: auto;font-size: 16px;}
img {width: 100%;}
body * {
  box-sizing : border-box;
}
/*++++++++++++++++++++++++++
	Link : Img
++++++++++++++++++++++++++*/
/*  PC  */
@media screen and (min-width: 641px){a:hover img {filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}a:hover{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
/* hover */.hover,a.hover{text-decoration:none ;-webkit-transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-o-transition: background-color 0.4s linear;transition: background-color 0.4s linear;filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}}
dl,dt,dd,ul,ol,li{margin: 0px;padding: 0px;list-style:none;}
/*++++++++++++++++++++++++++
	汎用クラス
++++++++++++++++++++++++++*/
td {text-align: left;}
th {font-weight: normal;text-align: center;}
section {clear: both;margin: 0;padding: 0;}
/* ================================================
===================================================
===================================================
Base end
===================================================
===================================================
================================================ */

/* ================================================
===================================================
===================================================
reset
===================================================
===================================================
================================================ */
/* 
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com 
	Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;margin: 0;font-style: normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;padding:0 ;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
.clear_both {clear: both;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
address{font-style:normal ;}
/* ================================================
===================================================
===================================================
reset end
===================================================
===================================================
================================================ */

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/
html{
    scroll-padding-top: 30px;
}
.wrapper {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    max-width: 800px;
    width: 92%;
    margin: auto;
}
body{
    background-color: #fff;
    color: #171717;
    font-size: 15px;
    font-weight:normal;
    line-height: 1.7em;
    position: relative;
    overflow-x: hidden;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
body a:hover{
    opacity: 1;
}
body a:hover img{
    opacity: 1;
}

main,
footer{
    max-width: 500px;
    width: 100%;
    margin: auto;
    background-color: #fff;
}
@media only screen and (max-width: 700px) {
    main,
    footer{
        max-width: 700px;
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#171717;}
a:link{text-decoration:none; color:#171717;}
a:visited{text-decoration:none; color:#171717;}
a:hover{text-decoration:none; color:#171717;}
a:active {text-decoration:none; color:#171717;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
.sp{
    display: none;
}
.pc{
    display:block;
}
.f-kkg{
    font-family: "Noto Sans JP";
}
@media only screen and (max-width: 700px) {
.sp{
     display: block;
}
.pc{
     display: none;
}
}
/*++++++++++++++++++++++++++
背景
++++++++++++++++++++++++++*/
.background{
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/back_main.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    z-index: -10;
}
.background .conts_left{
    position: absolute;
    top: 10%;
    left: calc(50% - 700px);
}
.background .conts_left figure{
    width: 400px;
}
.background .conts_right{
    position: absolute;
    top:15%;
    right: calc(50% - 620px);
}
.background .conts_right figure{
    width: 300px;
}
@media only screen and (max-width: 1450px) {
    .background .conts_left{
        left: 20px;
    }
    .background .conts_left figure{
        width: 25vw;
    }
    .background .conts_right{
        right: 30px;
    }
    .background .conts_right figure{
        width: 20vw;
    }
}
@media only screen and (max-width: 1150px){
    .background .conts_left,
    .background .conts_right{
        display: none;
    }
}
/*++++++++++++++++++++++++++
メインビジュアル
++++++++++++++++++++++++++*/
#mainvisual{
    position: relative;
}
#mainvisual .main_img .img_title{
    position: absolute;
    top: 3.6%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 75%;
}
#mainvisual .main_img .img_bus{
    position: absolute;
    top: 23%;
    left: 18%;
    z-index: 2;
    width: 70%;
}
#mainvisual .main_img .img_lefttxt{
    position: absolute;
    top: 22.5%;
    left: 2.5%;
    z-index: 2;
    width: 17%;
}
#mainvisual .main_img .img_righttxt{
    position: absolute;
    top: 19.3%;
    right: 2.1%;
    z-index: 2;
    width: 18.3%;
}
#mainvisual .main_img .img_route{
    position: absolute;
    top: 49.8%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 83%;
}
#mainvisual .main_conts{
    position: absolute;
    top: 66%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
#mainvisual .main_conts figure.ribbon{
    width: 80%;
    margin: auto auto -6%;
}
#mainvisual .main_conts .mc_blk{
    box-sizing: border-box;
    border: solid 4px #7EB200;
    background-color: #fff;
    border-radius: 15px;
    padding: 4% 15px 4%;
    width: 100%;
}
#mainvisual .main_conts .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
    position: relative;
}
#mainvisual .main_conts .box .left{
    width: 33%;
    border-right: dashed 2px #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #E95513;
}
#mainvisual .main_conts .box.clr_b .left{
    background-color: #036EB7;
}
#mainvisual .main_conts .box .right{
    width: 67%;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-right: solid 2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: #E95513;
    background-color: #FDEDDB;
}
#mainvisual .main_conts .box.clr_b .right{
    border-color: #036EB7;
    background-color: #EAF4FC;
}
#mainvisual .main_conts .box .left .txt1{
    text-align: center;
    line-height: 1.5em;
    font-size: clamp(10px, 4vw, 17px);
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
}
#mainvisual .main_conts .box .right .txt2{
    line-height: 1.4em;
    font-size: clamp(10px, 4vw, 17px);
    padding: 10px 15px;
    font-weight: 600;
    color: #E95513;
}
#mainvisual .main_conts .box.clr_b .right .txt2{
    color: #036EB7;
}
#mainvisual .main_conts .box .type{
    position: absolute;
    top: calc(50% - 12px);
    right: 15px;
    width: 24px;
    height: 24px;
    background-color: #E95513;
    border-radius: 1000px;
}
#mainvisual .main_conts .box.clr_b .type{
    background-color: #036EB7;
}
#mainvisual .main_conts .box .arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 2px;
  margin: 6px;
  border-radius: 9999px;
  background-color: #fff;
}
#mainvisual .main_conts .box .arrow::before,
#mainvisual .main_conts .box .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 7px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
#mainvisual .main_conts .box .arrow::before {
  transform: rotate(45deg);
}
#mainvisual .main_conts .box .arrow::after {
  transform: rotate(-45deg);
}
/*++++++++++++++++++++++++++
ルート・ダイヤ再編
++++++++++++++++++++++++++*/
#precautions{
    padding: 50px 0 80px;
}
#precautions hgroup figure{
    width: 30px;
    margin: auto auto 10px;
}
#precautions hgroup h2{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #468C38;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#precautions hgroup h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    border-radius: 2px;
    background-color: #588A43;
}
#precautions hgroup p{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
    color: #468C38;
}
/*++++++++++++++++++++++++++
西回りルートのメイン化【市街地エリア】
++++++++++++++++++++++++++*/
#area hgroup{
    padding: 20px 0;
    background-color: #468C38;
    margin-bottom: 20px;
}
#area hgroup .txt-box{
    margin-top: -55px;
}
#area hgroup .txt-box .taisyo{
    width: 70px;
    height: 70px;
    border-radius: 1000px;
    background-color: #FFEB00;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#area hgroup .txt-box .taisyo p{
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #468C38;
    margin-top: .3em;
}
#area hgroup .txt-box h1{
    font-size: 21px;
    font-weight: 700;
    line-height: 1.7em;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
#area p.txt1{
    margin-bottom: 10px;
}
#area p.txt2{
    font-weight: 600;
    color: #F8383A;
}
#area p.txt3{
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
#area p.txt3::before{
    content: '';
    display: inline-block;
    width: .6em;
    height: .6em;
    background-color: #B2B2B2;
    border-radius: 100px;
    margin-right: .4em;
}
#area .space{
    margin-top: 15px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 15px;
}
#area .route{
    border: solid 2px #D9D9D9;
    border-radius: 5px;
    padding: 10px 0;
    margin: 15px 0;
    text-align: center;
}
#area .route .box{
    display: inline-block;
}
#area .route .box .txt4{
    font-size: 13px;
}
#area .route .box .txt4::before{
    content: '';
    display: inline-block;
    background-image: url(../images/ico_root1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3em;
    height: 1em;
    vertical-align: middle;
    margin-right: .5em;
}
#area .route .box .txt4.asa::before{
    background-image: url(../images/ico_root2.svg);
}
#area .route .box .txt4:first-child{
    margin-right: 12px;
}
#area .route .box .txt4:last-child{
    margin-left: 12px;
}
#area .map{
    margin-bottom: 20px;
}
#area .map img{
    border-radius: 10px;
}
#area h6{
    font-size: 16px;
    font-weight: 700;
    color: #468C38;
    border-bottom: solid 1px #468C38;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
#area h6::before{
    content: '';
    display: inline-block;
    background-image: url(../images/ico_busstop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
#area p.txt5{
    font-size: 13px;
    color: #717171;
}
/*++++++++++++共通タイトル++++++++++++*/
.rosen_conts{
    margin-top: 80px;
}
hgroup.sec_ttl{
    border-top: solid 4px #000;
    border-bottom: solid 1px #D1D1D1;
    padding: 20px 0;
    margin-bottom: 20px;
}
hgroup.sec_ttl h1{
    font-size: 21px;
    font-weight: 600;
}
#seni hgroup.sec_ttl{
    border-top-color: #8E7AA4;
}
#meitoku hgroup.sec_ttl{
    border-top-color: #94BE18;
}
#yonago hgroup.sec_ttl{
    border-top-color: #F0AC23;
}
#kitaainoshima hgroup.sec_ttl{
    border-top-color: #388C4B;
}
#liner hgroup.sec_ttl{
    border-top-color: #71C6E0;
}
/*++++++++++++++++++++++++++
仙仁線,明徳団地線,米子線,北相之島線
++++++++++++++++++++++++++*/
.rosen_conts p.list{
    margin-bottom: 10px;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
}
.rosen_conts p.list::before{
    content: '';
    display: inline-block;
    width: .6em;
    height: .6em;
    background-color: #B2B2B2;
    border-radius: 100px;
    margin-right: .4em;
}
.rosen_conts p.list a{
    color: #0098D0;
    text-decoration: underline;
}
.rosen_conts p.list strong{
    color: #468C38;
    font-weight: 700;
}
.rosen_conts p.txt1{
    margin-bottom: 10px;
}
.rosen_conts p.txt2{
    font-size: 13px;
    color: #717171;
}
.rosen_conts h2{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #468C38;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.rosen_conts h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    border-radius: 2px;
    background-color: #588A43;
}
.rosen_conts h6{
    font-size: 16px;
    font-weight: 700;
    color: #468C38;
    border-bottom: solid 1px #468C38;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.rosen_conts h6::before{
    content: '';
    display: inline-block;
    background-image: url(../images/ico_busstop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}
.rosen_conts .pdf_btn{
    border: solid 1px #D0D0D0;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}
.rosen_conts .pdf_btn p.link_txt{
    font-size: 17px;
    line-height: 1.5em;
}
.rosen_conts .pdf_btn p.link_txt::before{
    content: '';
    display: inline-block;
    background-image: url(../images/ico_pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.8em;
    height: 1.8em;
    vertical-align: middle;
}
.rosen_conts .pdf_btn .type{
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
}
.rosen_conts .pdf_btn .triangle {
   width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #898989;
  border-right: 0;
}
.rosen_conts .anchor_btn{
    background-color: #DDEBD5;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}
.rosen_conts .anchor_btn p.link_txt{
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 700;
    color: #468C38;
}
.rosen_conts .anchor_btn .type{
    position: absolute;
    top: calc(50% - 6px);
    right: 15px;
}
.rosen_conts .anchor_btn .triangle {
   width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #468C38;
  border-right: 0;
}
.rosen_conts .map{
    margin-top: 20px;
    margin-bottom: 20px;
}
.rosen_conts .map img{
    border-radius: 10px;
}
/*++++++++++++++++++++++++++
全路線マップ
++++++++++++++++++++++++++*/
#allroutes{
    padding: 20px 0 90px;
}
#allroutes .allmap{
    width: 80%;
    margin: 20px auto;
}
/*++++++++++++++++++++++++++
バス停名称の変更
++++++++++++++++++++++++++*/
#busstop{
    padding: 20px 0 90px;
}
#busstop.rosen_conts h2{
    line-height: 1.4em;
}
#busstop .busstop{
    width: 100%;
    margin: 20px auto;
}
/*++++++++++++++++++++++++++
チケット
++++++++++++++++++++++++++*/
#ticket{
    padding: 60px 0;
    background-color: #F7E47D;
    position: relative;
}
#ticket .illust1{
    position: absolute;
    top: -20px;
    left: 15px;
    width: 100px;
    z-index: 3;
}
#ticket .illust2{
    position: absolute;
    top: -40px;
    right: 15px;
    width: 70px;
    z-index: 3;
}
#ticket .illust3{
    position: absolute;
    bottom: -50px;
    left: 15px;
    width: 85px;
    z-index: 3;
}
#ticket .illust4{
    position: absolute;
    bottom: -60px;
    right: 15px;
    width: 75px;
    z-index: 3;
}
#ticket .ttl{
    width: 80%;
    margin: auto;
}
#ticket .contents{
    background-color: #fff;
    border-radius: 15px;
    margin-top: 30px;
}
#ticket .contents .inr{
    padding: 35px 4%;
}
#ticket .contents .ribbon_ttl{
    background: url(../images/ribbon_red.svg) no-repeat center;
    background-size: 320px;
}
#ticket .contents.blue .ribbon_ttl{
    background: url(../images/ribbon_blue.svg) no-repeat center;
}
#ticket .contents .ribbon_ttl h3{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 20px;
}
#ticket .contents h4{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #E95513;
    margin-bottom: 20px;
}
#ticket .contents.blue h4{
    color: #036EB7;
}
#ticket .contents h4 small{
    font-size: 0.9em;
    display: block;
}
#ticket .contents .kitashinano{
    max-width: 250px;
    margin: auto auto 10px;
}
#ticket .contents .txt1{
    margin-bottom: 15px;
}
#ticket .contents ul.table{
    box-sizing: border-box;
}
#ticket .contents ul.table li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: solid 1px #D3D3D3;
}
#ticket .contents ul.table li:nth-child(n+2){
    border-top: none;
}
#ticket .contents ul.table li .label{
    width: 5em;
    background-color: #FFF0E6;
    font-size: 15px;
    text-align: center;
    padding: 6px 0;
    border-right: solid 1px #D3D3D3;
}
#ticket .contents.blue ul.table li .label{
    background-color: #EBF4FF;
}
#ticket .contents ul.table li .data{
    width: calc(100% - 5em);
    padding: 6px;
}
#ticket .contents ul.table li .data p.min{
    font-size: 13px;
}
#ticket .contents ul.table a .btn{
    max-width: 200px;
    background-color: #468C38;
    border-radius: 5px;
    position: relative;
    margin-top: 5px;
}
#ticket .contents ul.table a .btn .btn_txt{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 6px;
}
#ticket .contents ul.table a .btn .type{
    position: absolute;
    top: calc(50% - 20px);
    right: 10px;
    width: 12px;
}
#ticket .contents .contact{
    margin-top: 20px;
}
#ticket .contents .contact .txt2{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #E95513;
    margin-bottom: 5px;
}
#ticket .contents .contact .txt3{
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
#ticket .contents .contact .txt4{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #E95513;
    margin-bottom: 5px;
}
#ticket .contents.blue .contact .txt2,
#ticket .contents.blue .contact .txt4{
    color: #036EB7;
}
#ticket .contents .contact .kitashinano_mini{
    max-width: 180px;
    margin: auto auto 10px;
}
#ticket .contents .contact a .btn{
    max-width: 270px;
    background-color: #E95513;
    border-radius: 100px;
    position: relative;
    margin: auto;
}
#ticket .contents.blue .contact a .btn{
    background-color: #036EB7;
}
#ticket .contents .contact a .btn .btn_txt{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 6px 15px;
}
#ticket .contents .contact a .btn .type{
    position: absolute;
    top: calc(50% - 20px);
    right: 15px;
    width: 12px;
}
@media only screen and (max-width: 380px) {
    #ticket .contents .ribbon_ttl{
        background-size: 240px;
    }
    #ticket .contents .ribbon_ttl h3{
        font-size: 16px;
    }
}
/*++++++++++++++++++++++++++
すざか乗合タクシー
++++++++++++++++++++++++++*/
#taxi{
    padding: 80px 0;
    background-color: #FFFDF8;
}
#taxi hgroup figure{
    width: 65px;
    margin: auto auto 20px;
}
#taxi hgroup h2{
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #D47157;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
#taxi hgroup h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    border-radius: 2px;
    background-color: #D47157;
}
#taxi hgroup p{
    line-height: 1.8em;
}
#taxi .btn_box{
    margin-top: 30px;
}
#taxi .btn_box a .btn{
    width: 100%;
    background-color: #D47157;
    border-radius: 100px;
    position: relative;
    margin: auto;
}
#taxi .btn_box a .btn .btn_txt{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 12px 20px;
}
#taxi .btn_box a .btn .type{
    position: absolute;
    top: calc(50% - 18px);
    right: 20px;
    width: 18px;
}
/*++++++++++++++++++++++++++
トップへ戻る
++++++++++++++++++++++++++*/
.pagetop {
  position: fixed;
  right: 5%;
  bottom: 40px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.pagetop img{
  width: 70px;
}
@media only screen and (max-width: 700px) {
    .pagetop {
        right: 10px;
        bottom: 70px;
    }
    .pagetop img{
        width: 45px;
    }
}
/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer .contents1{
    background-color: #468C38;
    padding: 30px 0;
}
footer .contents1 p{
    color: #fff;
}
footer .contents1 p.txt1{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
footer .contents1 p.txt2{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
footer .contents1 p.txt3{
    font-size: 16px;
    margin-bottom: 15px;
}
footer .contents1 .city{
    background-color: #fff;
    border: solid 1px #006600;
}
footer .contents1 .city figure{
    max-width: 180px;
    margin: auto;
    padding: 15px 0;
}
footer .contents2{
    background-color: #DDEBD5;
    padding: 15px 0 60px;
}
footer .contents2 p.copyright{
    font-size: 12px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.03em;
}
/*++++++++++++++++++++++++++
フローティングメニュー
++++++++++++++++++++++++++*/
.fixd_menu{
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    position: fixed;
    bottom: 0;
    left: calc(50% - 250px);
    width: 500px;
    z-index: 50;
}
.fixd_menu .blk{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 50px;
}
.fixd_menu .blk .ticket{
    width: 50%;
    background-color: #F8383A;
}
.fixd_menu .blk .route{
    width: 50%;
    background-color: #47A700;
}
.fixd_menu .blk .ticket figure{
    max-width: 150px;
    margin: auto;
    height: 50px;
}
.fixd_menu .blk .route p{
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
}
.fixd_menu .blk .route p::before{
    content: '';
    display: inline-block;
    background-image: url(../images/floating_search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
    margin-top: -0.1em;
    vertical-align: middle;
}
.slide-menu {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    box-sizing: border-box;
    position: fixed;
    bottom: -100%;
    left: calc(50% - 250px);
    width: 500px;
    background: #fff;
    transition: bottom 0.4s ease;
    z-index: 60;
}
.slide-menu.open {
    bottom: 0;
}
.slide-menu .midashi{
    background-color: #DDEBD5;
    padding: 10px 4%;
}
.slide-menu .midashi h6{
    font-size: 17px;
    font-weight: 700;
    color: #468C38;
}
.slide-menu ul{
    border-top: solid 1px #D0D0D0;
}
.slide-menu ul li{
    padding: 0 4%;
    border-bottom: solid 1px #D0D0D0;
    position: relative;
}
.slide-menu ul li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    margin: auto;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #898989;
    border-right: 0;
}
.slide-menu ul li .senromei{
    padding: 10px 20px;
    border-left: solid 8px #9279A7;
    font-size: 17px;
}
.slide-menu ul li:nth-child(2) .senromei{
    border-color: #9DBD40;
}
.slide-menu ul li:nth-child(3) .senromei{
    border-color: #E6AF45;
}
.slide-menu ul li:nth-child(4) .senromei{
    border-color: #4F8A52;
}
.slide-menu ul li:nth-child(5) .senromei{
    border-color: #71C6E0;
}
.slide-menu ul li:nth-child(6) .senromei{
    border-color: #468C38;
}
.close_btn {
    text-align: center;
    padding: 12px;
    background: #E8E8E8;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
    position: relative;
}
.close_btn span.batsu{
    color: #000;
    margin-top: 0;
    margin-left: 5px;
    width: 16px;
    height: 16px;
}
.close_btn span.batsu:before {
    content: '';
    position: absolute;
    top: calc(50%);
    width: 16px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.close_btn span.batsu:after {
    content: '';
    position: absolute;
    top: calc(50%);
    width: 16px;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media only screen and (max-width: 700px) {
    .fixd_menu{
        left: 0;
        width: 100%;
    }
    .slide-menu{
        left: 0;
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
トップアニメーション
++++++++++++++++++++++++++*/
.scale-in {
    transform: scale(0.7);
    opacity: 0;
}
.scale-in.show {
    opacity: 1;
    animation: scaleBounceIn 0.4s cubic-bezier(0,.22,.22,1) forwards;
}
@keyframes scaleBounceIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    60% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.slide-in-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.5s cubic-bezier(0.4,0,0.2,1), opacity 0.5s;
}
.slide-in-left.show {
    opacity: 1;
    transform: translateX(0);
}
.slide-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.7s cubic-bezier(0.1,0,0.1,1), opacity 0.7s;
}
.slide-in-up.show {
    opacity: 1;
    transform: translateY(0);
}
/*++++++++++++++++++++++++++
スクロールアニメーション
++++++++++++++++++++++++++*/
.scroll-fadeup{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 1s;
}
.scroll-fadeup.is-inview{
    opacity: 1;
    transform: translateY(0);
}
.scroll-scaleup {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.6s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.scroll-scaleup.is-inview {
    opacity: 1;
    transform: scale(1);
}