@charset "UTF-8";      
      
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }
      .bd-mode-toggle {
        z-index: 1500;
      }


/** mystyle **/
/** commonstyle**/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.mg-center {
    margin: 0 auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-300 {
    margin-top: 300px;
}

.mb-100 {
    margin-bottom: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-200 {
    padding-right: 200px;
}

.ft-18 {
    font-size: 18px;
}

.ft-22 {
    font-size: 22px;
}

.ft-26 {
    font-size: 26px;
}

.ft-28 {
    font-size: 28px;
}

.ft-32 {
    font-size: 32px;
}

.ft-38 {
    font-size: 38px;
}

.ft-42 {
    font-size: 42px;
}

.ft-50 {
    font-size: 50px;
}

@media (max-width: 767px) {
    .ft-18 {
        font-size: 20px;
    }
    .ft-22 {
        font-size: 20px;
    }
    .ft-26 {
        font-size: 18px;
    }
    .ft-28 {
        font-size: 20px;
    }
    
    .ft-32 {
        font-size: 24px;
    }
    .ft-38 {
        font-size: 20px;
    }
    .ft-42 {
        font-size: 28px;
    }
    .ft-50 {
        font-size: 50px;
    }
    .mt-100 {
        margin-top: 50px;
    }
}

.ft-bold {
    font-weight: 700;
}

.ft-black {
    color: black;
}

.ft-white {
    color: white;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pl-120 {
    padding-left: 120px;
}

.pl--50 {
    padding-left: -50px;
}

.pr--100 {
    padding-right: -100px;
}

h1.first-title {
    font-family: 'Optima', sans-serif;
    font-size: 60px;
    color: #C79C26;
    padding-top: 100px;
}

h1.tripwifi {
    font-size: 40px;
    color: #C79C26;
    padding-top: 100px;
}

h2 {
    color: black;
}

h4{
    color: black;
}

.ttl-sub {
    font-family: 'Optima', sans-serif;
    color: #C79C26;
    font-weight: 400;
    font-size: 26px;
}

@media (max-width: 767px) {
    h1.first-title {
        font-size: 46px;
        padding-top: 50px;
    }
    h1.tripwifi {
        font-size: 26px;
        color: #C79C26;
        padding-top: 60px;
    }
    h2 {
        color: black;
    }
    h4{
        color: black;
    }
    .ttl-sub {
        font-family: 'Optima', sans-serif;
        color: #C79C26;
        font-weight: 400;
        font-size: 26px;
    }
}

p {
    color: black;
}

a {
    text-decoration:none;
    color: white;
}

/** commonstyle end**/

body {
font-family: Noto Serif JP, Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
}

.mainbg01 {
    background-image: url("../img/main-pc.png");
    width: auto;
    height: 1100px;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .mainbg01 {
        background-image: url("../img/main-sp.png");
        width: auto;
    height: 800px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    .main-spsize {
        width: 30%;
    }
}

  .btn-red {
    text-align: center;
    font-family: Noto Serif JP, Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
    background: red;
  }

  .gradient1{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
    font-family: Noto Serif JP, Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
    line-height: 80%;
    padding: 24px 100px 26px 100px;
    border-radius:40px;
    border: solid 3px white ;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #FFC3E8 0%, #FFA8A8 25%, #FF6262 51%, #ff357f 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient1:hover {
    color: #fff;
    background-position: 99% 50%;
}

.gradient2{
    /*ボタンの形状*/
    display: inline-block;
    color:#fff;
    font-family: Noto Serif JP, Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    line-height: 80%;
    padding: 18px 100px 20px 100px;
    border-radius:40px;
    border: solid 3px white ;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #7BB4D1 0%, #688BBC 25%, #5A74AD 51%, #4A6296 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient2:hover {
    color: #fff;
    background-position: 99% 50%;
}

.sec-bg {
    background-image: url("../img/sec-bg.png");

}

.sec-bg02 {
    background-image: url("../img/sec-bg02.png");

}

.cont-bg01 {
    background-image: url("../img/cont-bg01.png");
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 120px;
}

@media (max-width: 767px) {
    .gradient2{
        /*ボタンの形状*/
        display: inline-block;
        color:#fff;
        font-family: Noto Serif JP, Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
        font-size: 18px;
        line-height: 80%;
        padding: 18px 20px 20px 20px;
        border-radius:40px;
        border: solid 3px white ;
        text-decoration: none;
        outline: none;
        /*背景の色と形状*/
        background: linear-gradient(270deg, #7BB4D1 0%, #688BBC 25%, #5A74AD 51%, #4A6296 100%);
        background-position: 1% 50%;
        background-size: 200% auto;
        /*アニメーションの指定*/
        transition: all 0.3s ease-out;
    }
    
    /*hoverした際の、背景の場所とテキスト色の変更*/
    .gradient2:hover {
        color: #fff;
        background-position: 99% 50%;
    }
    .sec-bg {
        background-image: url("../img/sec-bg.png");
    }
    .sec-bg02 {
        background-image: url("../img/sec-bg02.png");
    }
    .cont-bg01 {
        background-image: url("../img/cont-bg01-sp.png");
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 50px;
        text-align: left;
    }
}

.line-white {
 border-bottom: solid 3px black;
}


/*page_top*/
#page_top {
    position: fixed;
    right: 10px;
    width: 55px;
    height: 55px;
    background: rgba(102, 102, 102, 0.5) no-repeat;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    text-align: center;
}



/* for sp */
.gradient3{
    /*ボタンの形状*/
    margin-top: 15px;
    display: inline-block;
    color:#fff;
    font-family: Noto Serif JP, Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    padding: 18px 40px 20px 40px;
    border-radius:40px;
    border: solid 3px white ;
    text-decoration: none;
    outline: none;
    /*背景の色と形状*/
    background: linear-gradient(270deg, #B16820 0%, #C79C26 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}

/*hoverした際の、背景の場所とテキスト色の変更*/
.gradient3:hover {
    color: #fff;
    background-position: 99% 50%;
}


.sumabottom {
	position: fixed;
	left: -24px;
	bottom: 2px;
	z-index: 800;
	//display: none;
	ul{
		display: none;
		@media screen and (max-width: 768px) {
			display: flex;	
		}
		li{
			width:70px;
            list-style:none
		}
	}
}