﻿@charset "utf-8";
/* CSS Document */


#header {
	padding-top: 1px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center 0%;
}
#nav_var_txtcolor {
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 12pt;
	line-height: 30px;
}
.logo{ /* センタリング */
	text-align: center;
	width: 100%;
	/*height: 80px;*/
	height: 80px;
	clear: both;
}
.underline_a1 {
	border-bottom: 1px solid rgba(255,255,255,1.00);
}
.top_img_bg {
	width: 100%;
	height: 250px;
	background-image: url(../images/top01.png);
	background-position: center 0%;
	margin-bottom: 20px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.top_img_bg2 {
	width: 100%;
	height: 250px;
	background-image: url(../images/top01_2.png);
	background-position: center 0%;
	margin-bottom: 20px;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.top_img_bg3 {
	width: 100%;
	height: 180px;
	background-image: url(../images/top01_4.png);
	background-position: center 0%;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.title_01 {
	font-size: 14pt;
}
.title_02 {
	font-size: 18pt;
}
.title_03 {
	white-space: nowrap;
	text-indent: 150%;
	display: block;
	overflow: hidden;
	margin-top: 0;
}
#return {
	position: fixed;
	bottom: 0px;
	right: 5px;
	z-index: 500;
	width: 49%;
	height: 40px;
	border-radius: 5px;
	background-color: rgba(222,74,75);
	text-align: center;
	border: 2px solid rgba(255,255,255,1.00);
}
#return a {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	display: block;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	line-height: 40px;
}
#to_up {
	position: fixed;
	bottom: 0px;
	right: 50%;
	z-index: 500;
	width: 49%;
	height: 40px;
	border-radius: 5px;
	background-color: rgba(154,154,154,1.00);
	text-align: center;
	border: 2px solid rgba(255,255,255,1.00);
}
#to_up a {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	display: block;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	line-height: 40px;
}
/*footer*/
.copyright {
	text-align: center;
	font-size: 10px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.footer_link {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mtmrbox_space {
	/*padding-bottom: 50px;*/
}




/*color*/
.bg_blue_01 {
	background-color: rgba(220,235,242,1.00);
}
.bg_blue_02 {
	background-color: rgba(96,204,255,1.00);
}
.bg_blue_03 {
	background-image: -webkit-gradient(
	            linear
                , left top
                , left bottom
                , from(#b2b2ed)
                , color-stop(0.49, #5050a5)
                , color-stop(0.50, #1c1c60)
                , to(#050519));
	background-image: -moz-linear-gradient(270deg,rgba(205,243,255,1.00) 0%,rgba(205,243,255,1.00) 44.85%,rgba(128,224,255,1.00) 58.29%,rgba(175,235,255,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(205,243,255,1.00) 0%,rgba(205,243,255,1.00) 44.85%,rgba(128,224,255,1.00) 58.29%,rgba(175,235,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(205,243,255,1.00) 0%,rgba(205,243,255,1.00) 44.85%,rgba(128,224,255,1.00) 58.29%,rgba(175,235,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(205,243,255,1.00) 0%,rgba(205,243,255,1.00) 44.85%,rgba(128,224,255,1.00) 58.29%,rgba(175,235,255,1.00) 100%);
}
.bg_blue_04 {
	background-image: -webkit-gradient(
	            linear
                , left top
                , left bottom
                , from(#b2b2ed)
                , color-stop(0.49, #5050a5)
                , color-stop(0.50, #1c1c60)
                , to(#050519));
	background-image: -moz-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 44.56%,rgba(199,199,199,1.00) 59.84%,rgba(206,206,206,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 44.56%,rgba(199,199,199,1.00) 59.84%,rgba(206,206,206,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 44.56%,rgba(199,199,199,1.00) 59.84%,rgba(206,206,206,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(240,240,240,1.00) 0%,rgba(240,240,240,1.00) 44.56%,rgba(199,199,199,1.00) 59.84%,rgba(206,206,206,1.00) 100%);
}}
.bg_blue_05 {}
.bg_blue_06 {}
.txt_red {
	color: rgba(255,0,0,1.00);
}


/*良くある質問ページ用css*/

.q_box_01 {
	border: 1px solid rgba(0,0,0,1.00);
	border-radius: 5px;
	margin-bottom: 10px;
}
.q_bg_q {
	border-radius: 5px;
	background-color: rgba(225,248,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/qa_q.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	text-indent: 20px;
	background-position: 12px 12px;
}
.q_bg_a {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/qa_a.png);
	background-repeat: no-repeat;
	background-size: 20px auto;
	text-indent: 20px;
	background-position: 12px 12px;
}

/*お客様の声ページ用css*/

.v_bg_title {
	border-radius: 5px;
	background-color: rgba(225,248,255,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}
.v_bg_coment {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*会社概要ページcss*/

/*受託旅行会社一覧ページcss*/
.img_mid {
	text-align: center;
}

/*プライバシーポリシーページcss*/

.pp_list {
	padding-left: 10px;
}

/*ご利用方法ページcss*/

/*recommendページcss*/
#mtmr_box {
	width: 153px;
	height: 23px;
	display: block;
	background-image: url(../../plan/img/mtmr.png);
	border: none;
	text-indent: 120%;
	overflow: hidden;
	white-space: nowrap;
	}

#mtmr_box:hover {
	background-image: url(../../plan/img/mtmrON.png);
	cursor: pointer;
}
.recommend_txt_red {
	color: rgba(255,0,0,1.00);
}

/*planlistページcss*/
.t_title {
	color: rgba(255,0,0,1.00);
	font-weight: bold;
}
.s_txt {
	color: rgba(121,121,121,1.00);
	font-size: 12px;
}
.hosoku {
	font-size: 120%;
	padding-bottom: 20px;
}

/*infoページcss*/
.list_mark {
	list-style-image: url(../images/info/top_img_ski_link.png);
	padding-left: 20px;
}

/*form1234ページcss*/
.txt_h {
	line-height: 50px;
}
#txt_h {
	height: 50px;
}
.form-group {
	clear: both;
}
.form-group div {
	margin-bottom: 10px;
	/*height: 50px;*/
}
.form-group label,
.form-group input,
.form-group select,
.form-group textarea {
	font-size: 10pt;
}
.form-group label{
	margin-right: 0.75rem;
	display: inline-block;
}

.form-group label.vaerror {
	font-size: 8pt;
	font-weight: normal;
	color: #f44336;
}
.form-group input.vaerror,
.form-group select.vaerror,
.form-group textarea.vaerror {
	background-color: 	#fff6a6;
}
.form_l {
	float: right;
}
.form_w10 {
	width: 10%;
	float: left;
}
.form_w10_r {
	width: 10%;
	float: right;
}
.form_w15 {
	width: 15%;
	float: left;
}
.form_w20 {
	width: 20%;
	float: left;
}
.form_w25 {
	width: 25%;
	float: left;
}
.form_w30 {
	width: 30%;
	float: left;
}
.form_w30_r {
	width: 30%;
	float: right;
}
.form_w40 {
	width: 40%;
	float: left;
}
.form_w40_r {
	width: 40%;
	float: right;
}
.form_w50 {
	width: 50%;
	float: left;
}
.form_w60 {
	width: 60%;
	float: left;
}
.form_w60_r {
	width: 60%;
	float: right;
}
.form_w70 {
	width: 70%;
	float: right;
}
.form_w80 {
	width: 80%;
	float: left;
}
.form_w100 {
	width: 100%;
	clear: both;
}
#panel_header_a1 {
	background-color: rgba(144,229,255,1.00);
}
#panel_header_a2 {
	background-color: rgba(236,250,255,1.00);
}
#panel_header_b1 {
	background-color: rgba(159,255,154,1.00);
}
#panel_header_b2 {
	background-color: rgba(234,255,233,1.00);
}
#panel_header_c1 {
	background-color: rgba(255,186,186,1.00);
}
#panel_header_c2 {
	background-color: rgba(255,231,231,1.00);
}
#panel_header_a1,
#panel_header_b1,
#panel_header_c1 {
	font-size: 150%;
	text-align: center;
}
.btn_space {
	margin-bottom: 40px;
}
.txtareaBox {
	height: 150px;
	width: 100%;
}
#form_title {
	width: 100%;
	background-color: rgba(144,229,255,1.00);
	border-radius: 5px;
	clear: left;
	height: 55px;
}
.form_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
}
#mail_link {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14pt;
	font-weight: bold;
}
#other_link {
	float: right;
	clear: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: rgba(0,115,150,1.00);
	border-radius: 10px;
	color: rgba(255,255,255,1.00);
	font-size: 12pt;
}

#other_link a {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: rgba(255,255,255,1.00);
	display: block;
}
.ERR {color: rgba(255,0,0,1.00);
}
.hissu {
	color: rgba(255,0,0,1.00);
	border: 1px solid rgba(255,0,0,1.00);
	border-radius: 4px;
	width: 20px;
	height: 15px;
	font-size: 10pt;
}

span.reqicon {
	display: inline-block;
    background-color: rgb(255, 255, 255);
    border: #dc3e3e 1px solid;
    color: rgb(220, 62, 62);
    font-size: 10px;
    font-weight: normal;
    padding: 2px;
    margin-left: 5px;
    vertical-align: middle;
    border-radius: 1000px;
    line-height: 1;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.annotation {
	font-size: 8pt;
}

/* placeholder文字 */
:placeholder-shown { color: #BBB !important;}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder { color: #BBB !important;}

/* Firefox 18- */
:-moz-placeholder { color: #BBB !important;}

/* Firefox 19+ */
::-moz-placeholder { color: #BBB !important;}

/* IE 10+ */
:-ms-input-placeholder { color: #BBB !important;}

/* 個人情報取り扱い同意 */
.minlabel { font-weight: normal; }
#agreementAlert {
	display: none;
	color: #F00;
}
.agreement_header { font-size: 8pt; }
#sp_scroll {
    height: 100px;
    overflow-y: scroll;
    font-size: 8pt;
    background-color: #FFF;	
    padding: 10px;
    transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

#sp_scroll dt {
	font-weight: normal;
}
#sp_scroll dd {
	margin-left: 10px;
}
/*年末年始あいさつ*/
.nnmtnns {
	width: 100%;
	font-size: 10pt;
	line-height: 16px;
	border: 1px double rgba(96,203,255,1.00);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 2px;
	margin-right: 2px;
}
/*201702追加の約款などのページ*/
#stipulation_wrap dl dt {
	font-weight: bold;
	background-color: rgb(220, 235, 242);
	margin-top: 10px;
}
.stipulation_title {
	font-weight: bold;
	background-color: rgb(161, 220, 247);
	margin-top: 10px;
	
}
.sp_table_title01 {
	background-color: rgb(220, 235, 242);
	font-weight: bold;
}
.sp_table_title02 {
	background-color: rgb(220, 235, 242);
}
.table_contact2-1 tr td {
	vertical-align: top;
	border: 1px solid #6D6D6D;
}
.table_contact2-1, .table_contact2-1 tr, .table_contact2-1 th {
	border: 1px solid #6D6D6D;
}
	  .news_01 {text-align: center;background-color: #3079b7;color: white;margin-top: 7px;padding-top: 4px;margin-bottom: 0px;font-size: smaller;padding-bottom: 3px;}
	  .news_02 {display:none;border: 2px solid #3079b7;padding: 10px;font-size: small;background-color: #3b509d0a;margin-bottom: 0px;}

/* 激安プラン */
body.special .mainContents div.row img {
	width: 100%;
}
body.special #content {
	margin-bottom: 1rem;
}
body.special .mainImg {
	font-size: 75%;
	text-align: right;
	margin-bottom: 1rem;
}
body.special .desc {
	margin-bottom: 1rem;
}
body.special .desc .price {
	margin-bottom: 1rem;	
}
body.special .desc .price * {
	line-height: 1.2;
}
body.special .desc .price .head {
	font-size: 112.5%;
	color: #666;
	font-weight: bold;
}
body.special .desc .price .p {
	font-size: 150%;
	color: #C00;
	text-align: right;
}
body.special .desc .price .rem {
	text-align: right;
	font-size: 87.5%;
}
body.special div.detail {
	margin-bottom: 2rem;
}
body.special div.detail>div.row {
	margin-bottom: 1rem;
}
body.special div.detail>div.row:nth-child(odd) {
	background-color: #e4edf1;
}
body.special div.detail .thead {
	word-break: keep-all;
	font-size: 112.5%;
	text-decoration: underline;
}
body.special div.detail .nobr {
	word-break: keep-all;
}
body.special div.detail div.subtable .row {
	margin-bottom: 0.5rem;
}
body.special div.detail div.subtable .row div:nth-child(odd) {
	font-weight: bold;
	color: #666;
}
body.special div.bnrbtn {
	margin-top: 2rem;
}
.acd-check{
    display: none;
}
.acd-label{text-align: center;
    display: block;
    margin-bottom: 1px;
    color: #ffeb3b;
    background-color: #3fbbef;
}
.acd-content{
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-content ul li a {color: white;}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default {
    border-color: #ddd;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-body {
    padding: 15px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* sp_header_gmenu用 */

  #gnav-btn {
    color: gray;
    padding: 5px;
    /* font-size: 30px; */
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 100;
    background-color: white;
    border: solid 1px #d1caca;
    border-radius: 3px;
    margin: 0px;
    height: 35px;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
    background-color: #eeeeee;
    margin-top: 49px;
  }
  #gnav-content label {
  padding: 8px;
  }
  #gnav-content label a, #gnav-content label p, .vertical li a {
  color: #4c4c4c;
  }
  #gnav-content label a, .vertical li a {
  width: 100%;
  }
  .vertical li a {
  border-top: 1px solid #cecece;
  padding-bottom: 8px;
  padding-top: 8px;
  font-size: 14px;
  }
  #gnav-content label p {
  margin: 0px;
  }
  .humb-menu__title {
    padding: 1.5rem;
  }
  .humb-menu label {
    display: flex;
    justify-content: space-between;
    /* padding: 1.5rem; */
    cursor: pointer;
    border-top: 0.5px solid #c7c5c5;
  }
  .humb-menu input {
    display: none;
  }
  .humb-menu .accshow {
    height: 0;
    overflow: hidden;
  }
  .humb-menu .accshow p {
    padding: 1.5rem;
  }
  .humb-menu .cssacc:checked + .accshow {
    height: auto;
  }
  #gnav-btn span:before {
    content: 'メニュー';
  }
  #gnav-btn span, #gnav-btn span:before, #gnav-btn span:after {
    display: block;
    /* height: 3px; */
    width: 60px;
    font-size: 14px;
    text-align: center;
  }
/*チェック後*/
  #gnav-input:checked ~ #gnav-btn span:before {
    content: '閉じる';
    color: white;
  }
  #gnav-input:checked ~ #gnav-btn {
    background-color: #888888;
    color: white;
  }