@charset "UTF-8";
/*if using web font by google*/
/*@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");*/
/*bootstrap > overwrite bootstrap
mtx framework > overwrite mtx-framework */
/*mtx-framework*/

/* @group bg */

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
.bg-white {
	background: white;
}

.bg-lgray {
	background-color: #e4e4e4;
}

.bg-gray {
	background-color: #c5c5c5;
}

.bg-dgray {
	background-color: #8c8c8c;
}

/* @end */
/*.bg-lightgray {
	background-color: #e4e4e4;
}*/
/*.bg-darkgray{
	background-color: #8c8c8c;
}*/
/*test 2020-01-28*/
/*.opacity-0 {opacity:0;} .opacity-10 {opacity:0.1;} .opacity-20 {opacity:0.2;}
.opacity-30 {opacity:0.3;}.opacity-40 {opacity:0.4;}.opacity-50 {opacity:0.5;}
.opacity-60 {opacity:0.6;} .opacity-70 {opacity:0.7;}.opacity-80 {opacity:0.8;}
.opacity-90 {opacity:0.9;}.opacity-100 {opacity:1;}*/
/*.box-lightgray, .box-gray, .box-darkgray {
	font-size: 14px;;
	font-weight: 400;
	padding: 4px 14px;
	margin-right: 6px;
	margin-left: 6px;
	/*border-right: 1px solid silver;
	border-left: 1px solid silver;*!/
	border: 1px solid #b4b4b4;
	margin-top: 0px;
}*/
/*ボーダー（枠）共通（薄い色のみ）*/
/*.box-white, .box-lightgray {
	border: 1px solid #b4b4b4;
}

.box-attention {
	padding: 4px 14px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d19d80;
	color: white;
	font-weight: 700;
}*/

.btn {
	font-size: 0.95rem;
}

.btn {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: none;
	  /*mtx*/
	border-radius: 5px 5px 5px 5px;
	  /*mtx*/
	margin: 5px 10px 5px 0;
	padding: 4px 12px 0;
	overflow: hidden;
	  /*2020-01-28*/
	opacity: 1;
}

.btn {
	background-color: white;
}

/*button [class] by mtx*/

.btn:focus, .btn:hover {
	color: gray;
	  /*background-color: #e1e1e0;*/
	background-color: #eeeeee;
}

.btn-circle {
	border-radius: 100% !important;
	width: 40px;
	height: 40px;
}

.btn-round {
	border-radius: 20px;
	height: 40px;
	padding: 8px;
}

/*.btn-white {
	/*font-size: 12px;*!//*mtx*!/
	background-color: hsl(0, 0%, 95%);
	outline: none;
	border: 1px solid #dadada;
}*/
/*.btn-outline {
	border: 1px solid #dadada;
}*/
/*btn-gray:hover {
	background-color: hsl(0, 0%, 95%);
}*/
/*.btn-sq {
	background-color: #d5d3cd;
}*/
/*2022-12-09*/

a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.highlight:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

/*when pointing over [a] tag*/

a:hover {
	cursor: pointer;
}

/*Font Weight*/

.fw1 {
	font-weight: 100;
}

.fw2 {
	font-weight: 200;
}

.fw3 {
	font-weight: 300;
}

.fw4 {
	font-weight: 400;
}

.fw5 {
	font-weight: 500;
}

.fw6 {
	font-weight: 600;
}

.fw7 {
	font-weight: 700;
}

.fw8 {
	font-weight: 800;
}

/*line height*/

.lh10 {
	line-height: 100%;
}

.lh12 {
	line-height: 120%;
}

.lh14 {
	line-height: 140%;
}

.lh16 {
	line-height: 160%;
}

.lh18 {
	line-height: 180%;
}

.lh20 {
	line-height: 200%;
}

.lh22 {
	line-height: 220%;
}

.lh22 {
	line-height: 240%;
}

.lh26 {
	line-height: 260%;
}

.lh28 {
	line-height: 280%;
}

.lh30 {
	line-height: 300%;
}

/*Other Text Appearance*/

.fnormal {
	border: none;
	text-decoration: none;
}

/*FONT COLOR*/
/*mtx*/

.fblack {
	color: black;
}

.fdgray {
	color: #555;
}

.fgray {
	color: gray;
}

.flgray {
	color: #afafaf;
}

.fsilver {
	color: silver;
}

.fwhite {
	color: white;
}

.fred {
	color: #c62828;
}

/*FONT BOLD/NORMAL/LIGHT/THIN*/
/*MTX 2022-02-10*/

.fnormal {
	font-weight: normal;
}

.fbold {
	font-weight: bold;
}

.flight {
	font-weight: 300;
}

.fthin {
	font-weight: 100;
}

/*overwrite text.scss*/

.fnormal {
	font-weight: 500;
}

.fbold {
	font-weight: 700;
}

.flight {
	font-weight: 300;
}

fthin {
	font-weight: 100;
}

strong, .strong {
	font-weight: 700;
}

/*.btn {font-size: 1.45rem;}*/

.shadow {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}

/*past>>>bootstrap4 text-light */
/*.tl {text-align: left;} .tc {text-align: center;} .tr {text-align: right;} */
/*FONT SIZE*/
/*MTX added : 1px step  */

.fs6 {
	font-size: 6px;
}

.fs7 {
	font-size: 7px;
}

.fs8 {
	font-size: 8px;
}

.fs9 {
	font-size: 9px;
}

.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs19 {
	font-size: 19px;
}

.fs20 {
	font-size: 20px;
}

.fs21 {
	font-size: 21px;
}

.fs22 {
	font-size: 22px;
}

.fs23 {
	font-size: 23px;
}

.fs24 {
	font-size: 24px;
}

.fs25 {
	font-size: 25px;
}

.fs26 {
	font-size: 26px;
}

.fs27 {
	font-size: 27px;
}

.fs28 {
	font-size: 28px;
}

.fs29 {
	font-size: 29px;
}

.fs30 {
	font-size: 30px;
}

.fs31 {
	font-size: 31px;
}

.fs32 {
	font-size: 29px;
}

.fs33 {
	font-size: 30px;
}

.fs34 {
	font-size: 28px;
}

.fs35 {
	font-size: 29px;
}

.fs36 {
	font-size: 36px;
}

.fs37 {
	font-size: 37px;
}

.fs38 {
	font-size: 38px;
}

.fs39 {
	font-size: 39px;
}

.fs40 {
	font-size: 40px;
}

/*50~100 [10step]*/

.fs50 {
	font-size: 50px;
}

.fs60 {
	font-size: 60px;
}

.fs70 {
	font-size: 70px;
}

.fs80 {
	font-size: 80px;
}

.fs90 {
	font-size: 90px;
}

.fs100 {
	font-size: 100px;
}

/*@media  (max-width: 991px) {
.fs10-md {font-size: 10px;}.fs11-md {font-size: 11px;}.fs12-md {font-size: 12px;}
.fs13-md {font-size: 13px;}.fs14-md {font-size: 14px;}.fs15-md {font-size: 15px;}
.fs16-md {font-size: 16px;}.fs17-md {font-size: 17px;}.fs18-md {font-size: 18px;}
.fs19-md {font-size: 19px;}.fs20-md {font-size: 20px;}.fs21-md {font-size: 21px;}
.fs22-md {font-size: 22px;}.fs23-md {font-size: 23px;}.fs24-md {font-size: 24px;}
.fs25-md {font-size: 25px;}.fs26-md {font-size: 26px;}.fs27-md {font-size: 27px;}
.fs28-md {font-size: 28px;}.fs29-md {font-size: 29px;}.fs30-md {font-size: 30px;}
}*/
/*MTX added for bootstrap screen [sm]*/

@media (max-width: 575px) {
	.fs10-sm {
		font-size: 10px;
	}
	
	.fs11-sm {
		font-size: 11px;
	}
	
	.fs12-sm {
		font-size: 12px;
	}
	
	.fs13-sm {
		font-size: 13px;
	}
	
	.fs14-sm {
		font-size: 14px;
	}
	
	.fs15-sm {
		font-size: 15px;
	}
	
	.fs16-sm {
		font-size: 16px;
	}
	
	.fs17-sm {
		font-size: 17px;
	}
	
	.fs18-sm {
		font-size: 18px;
	}
	
	.fs19-sm {
		font-size: 19px;
	}
	
	.fs20-sm {
		font-size: 20px;
	}
	
	.fs21-sm {
		font-size: 21px;
	}
	
	.fs22-sm {
		font-size: 22px;
	}
	
	.fs23-sm {
		font-size: 23px;
	}
	
	.fs24-sm {
		font-size: 24px;
	}
	
	.fs25-sm {
		font-size: 25px;
	}
	
	.fs26-sm {
		font-size: 26px;
	}
	
	.fs27-sm {
		font-size: 27px;
	}
	
	.fs28-sm {
		font-size: 28px;
	}
	
	.fs29-sm {
		font-size: 29px;
	}
	
	.fs30-sm {
		font-size: 30px;
	}
}

/*Class for setting margin*/

.ma0 {
	margin: 0;
}

.mt0 {
	margin-top: 0;
}

.mr0 {
	margin-right: 0;
}

.mb0 {
	margin-bottom: 0;
}

.ml0 {
	margin-left: 0;
}

.ma1 {
	margin: 1px;
}

.mt1 {
	margin-top: 1px;
}

.mr1 {
	margin-right: 1px;
}

.mb1 {
	margin-bottom: 1px;
}

.ml1 {
	margin-left: 1px;
}

.ma2 {
	margin: 2px;
}

.mt2 {
	margin-top: 2px;
}

.mr2 {
	margin-right: 2px;
}

.mb2 {
	margin-bottom: 2px;
}

.ml2 {
	margin-left: 2px;
}

.ma3 {
	margin: 3px;
}

.mt3 {
	margin-top: 3px;
}

.mr3 {
	margin-right: 3px;
}

.mb3 {
	margin-bottom: 3px;
}

.ml3 {
	margin-left: 3px;
}

.ma4 {
	margin: 4px;
}

.mt4 {
	margin-top: 4px;
}

.mr4 {
	margin-right: 4px;
}

.mb4 {
	margin-bottom: 4px;
}

.ml4 {
	margin-left: 4px;
}

.ma5 {
	margin: 5px;
}

.mt5 {
	margin-top: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.ml5 {
	margin-left: 5px;
}

.ma6 {
	margin: 6px;
}

.mt6 {
	margin-top: 6px;
}

.mr6 {
	margin-right: 6px;
}

.mb6 {
	margin-bottom: 6px;
}

.ml6 {
	margin-left: 6px;
}

.ma7 {
	margin: 7px;
}

.mt7 {
	margin-top: 7px;
}

.mr7 {
	margin-right: 7px;
}

.mb7 {
	margin-bottom: 7px;
}

.ml7 {
	margin-left: 7px;
}

.ma8 {
	margin: 8px;
}

.mt8 {
	margin-top: 8px;
}

.mr8 {
	margin-right: 8px;
}

.mb8 {
	margin-bottom: 8px;
}

.ml8 {
	margin-left: 8px;
}

.ma9 {
	margin: 9px;
}

.mt9 {
	margin-top: 9px;
}

.mr9 {
	margin-right: 9px;
}

.mb9 {
	margin-bottom: 9px;
}

.ml9 {
	margin-left: 9px;
}

.ma10 {
	margin: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.ma15 {
	margin: 15px;
}

.mt15 {
	margin-top: 15px;
}

.mr15 {
	margin-right: 15px;
}

.mb15 {
	margin-bottom: 15px;
}

.ml15 {
	margin-left: 15px;
}

.ma20 {
	margin: 20px;
}

.mt20 {
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml20 {
	margin-left: 20px;
}

.ma25 {
	margin: 25px;
}

.mt25 {
	margin-top: 25px;
}

.mr25 {
	margin-right: 25px;
}

.mb25 {
	margin-bottom: 25px;
}

.ml25 {
	margin-left: 25px;
}

.ma30 {
	margin: 30px;
}

.mt30 {
	margin-top: 30px;
}

.mr30 {
	margin-right: 30px;
}

.mb30 {
	margin-bottom: 30px;
}

.ml30 {
	margin-left: 30px;
}

.ma35 {
	margin: 35px;
}

.mt35 {
	margin-top: 35px;
}

.mr35 {
	margin-right: 35px;
}

.mb35 {
	margin-bottom: 35px;
}

.ml35 {
	margin-left: 35px;
}

.ma40 {
	margin: 40px;
}

.mt40 {
	margin-top: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.ml40 {
	margin-left: 40px;
}

.ma45 {
	margin: 45px;
}

.mt45 {
	margin-top: 45px;
}

.mr45 {
	margin-right: 45px;
}

.mb45 {
	margin-bottom: 45px;
}

.ml45 {
	margin-left: 45px;
}

.ma50 {
	margin: 50px;
}

.mt50 {
	margin-top: 50px;
}

.mr50 {
	margin-right: 50px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml50 {
	margin-left: 50px;
}

/*60~100 [10step]*/

.ma60 {
	margin: 60px;
}

.mt60 {
	margin-top: 60px;
}

.mr60 {
	margin-right: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.ml60 {
	margin-left: 60px;
}

.ma70 {
	margin: 70px;
}

.mt70 {
	margin-top: 70px;
}

.mr70 {
	margin-right: 70px;
}

.mb70 {
	margin-bottom: 70px;
}

.ml70 {
	margin-left: 70px;
}

.ma80 {
	margin: 80px;
}

.mt80 {
	margin-top: 80px;
}

.mr80 {
	margin-right: 80px;
}

.mb80 {
	margin-bottom: 80px;
}

.ml80 {
	margin-left: 80px;
}

.ma90 {
	margin: 90px;
}

.mt90 {
	margin-top: 90px;
}

.mr90 {
	margin-right: 90px;
}

.mb90 {
	margin-bottom: 90px;
}

.ml90 {
	margin-left: 90px;
}

.ma100 {
	margin: 100px;
}

.mt100 {
	margin-top: 100px;
}

.mr100 {
	margin-right: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.ml100 {
	margin-left: 100px;
}

/*Class for setting padding*/

.pa0 {
	padding: 0;
}

.pt0 {
	padding-top: 0;
}

.pr0 {
	padding-right: 0;
}

.pb0 {
	padding-bottom: 0;
}

.pl0 {
	padding-left: 0;
}

.pa1 {
	padding: 1px;
}

.pt1 {
	padding-top: 1px;
}

.pr1 {
	padding-right: 1px;
}

.pb1 {
	padding-bottom: 1px;
}

.pl1 {
	padding-left: 1px;
}

.pa2 {
	padding: 2px;
}

.pt2 {
	padding-top: 2px;
}

.pr2 {
	padding-right: 2px;
}

.pb2 {
	padding-bottom: 2px;
}

.pl2 {
	padding-left: 2px;
}

.pa3 {
	padding: 3px;
}

.pt3 {
	padding-top: 3px;
}

.pr3 {
	padding-right: 3px;
}

.pb3 {
	padding-bottom: 3px;
}

.pl3 {
	padding-left: 3px;
}

.pa4 {
	padding: 4px;
}

.pt4 {
	padding-top: 4px;
}

.pr4 {
	padding-right: 4px;
}

.pb4 {
	padding-bottom: 4px;
}

.pl4 {
	padding-left: 4px;
}

.pa5 {
	padding: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pa6 {
	padding: 6px;
}

.pt6 {
	padding-top: 6px;
}

.pr6 {
	padding-right: 6px;
}

.pb6 {
	padding-bottom: 6px;
}

.pl6 {
	padding-left: 6px;
}

.pa7 {
	padding: 7px;
}

.pt7 {
	padding-top: 7px;
}

.pr7 {
	padding-right: 7px;
}

.pb7 {
	padding-bottom: 7px;
}

.pl7 {
	padding-left: 7px;
}

.pa8 {
	padding: 8px;
}

.pt8 {
	padding-top: 8px;
}

.pr8 {
	padding-right: 8px;
}

.pb8 {
	padding-bottom: 8px;
}

.pl8 {
	padding-left: 8px;
}

.pa9 {
	padding: 9px;
}

.pt9 {
	padding-top: 9px;
}

.pr9 {
	padding-right: 9px;
}

.pb9 {
	padding-bottom: 9px;
}

.pl9 {
	padding-left: 9px;
}

/*60~100 [5step]*/

.pa10 {
	padding: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pa15 {
	padding: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pa20 {
	padding: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pa25 {
	padding: 25px;
}

.pt25 {
	padding-top: 25px;
}

.pr25 {
	padding-right: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.pl25 {
	padding-left: 25px;
}

.pa30 {
	padding: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pa35 {
	padding: 35px;
}

.pt35 {
	padding-top: 35px;
}

.pr35 {
	padding-right: 35px;
}

.pb35 {
	padding-bottom: 35px;
}

.pl35 {
	padding-left: 35px;
}

.pa40 {
	padding: 40px;
}

.pt40 {
	padding-top: 40px;
}

.pr40 {
	padding-right: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pl40 {
	padding-left: 40px;
}

.pa45 {
	padding: 45px;
}

.pt45 {
	padding-top: 45px;
}

.pr45 {
	padding-right: 45px;
}

.pb45 {
	padding-bottom: 45px;
}

.pl45 {
	padding-left: 45px;
}

.pa50 {
	padding: 50px;
}

.pt50 {
	padding-top: 50px;
}

.pr50 {
	padding-right: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.pl50 {
	padding-left: 50px;
}

/*60~100 [10step]*/

.pa60 {
	padding: 60px;
}

.pt60 {
	padding-top: 60px;
}

.pr60 {
	padding-right: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.pl60 {
	padding-left: 60px;
}

.pa70 {
	padding: 70px;
}

.pt70 {
	padding-top: 70px;
}

.pr70 {
	padding-right: 70px;
}

.pb70 {
	padding-bottom: 70px;
}

.pl70 {
	padding-left: 70px;
}

.pa80 {
	padding: 80px;
}

.pt80 {
	padding-top: 80px;
}

.pr80 {
	padding-right: 80px;
}

.pb80 {
	padding-bottom: 80px;
}

.pl80 {
	padding-left: 80px;
}

.pa90 {
	padding: 90px;
}

.pt90 {
	padding-top: 90px;
}

.pr90 {
	padding-right: 90px;
}

.pb90 {
	padding-bottom: 90px;
}

.pl90 {
	padding-left: 90px;
}

.pa100 {
	padding: 100px;
}

.pt100 {
	padding-top: 100px;
}

.pr100 {
	padding-right: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pl100 {
	padding-left: 100px;
}

/*compornent*/
/*EFFECT MOVING*/
/*when scrolling, if object is in view, add or remove class
by javascript*/

.fadein {
	opacity: 0.1;
	transform: translate(0, 20px);
	transition: all 2000ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0px);
}

/*room,cuisine*/

div.photo-gallery .carousel-caption {
	background-color: rgba(128, 128, 128, 0.6);
	height: 30px;
	bottom: 0%;
	font-size: 15px;
	z-index: 1;
	padding-top: 5px;
	padding-left: 0;
	color: #fff;
}

/*select image button*/

.btn-img {
	width: 100px;
	height: 75px;
	border: none;
	margin-top: 6px;
	margin-right: 2px;
	object-fit: contain;
	  /*hold aspect.*/
	  /*if image should be trimed, use cover.*/
	border: 1px solid #eee;
}

@media screen and (max-width: 480px) {
	.btn-img {
		width: 80px;
		height: 60px;
	}
}

@media screen and (max-width: 360px) {
	.btn-img {
		width: 23%;
		height: 23%;
	}
}

/* @group Scroll button */

#top-carousel div#scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	  /*text-align: center;*/
}

#top-carousel div#scroll a.btn-top-carousel {
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.7);
}

#top-carousel div#scroll a.btn-top-carousel:focus, #top-carousel div#scroll a.btn-top-carousel:hover {
	/*background-color: #bbb;*/
	background-color: rgba(200, 200, 200, 0.7);
}

#top-carousel div#scroll a.btn-top-carousel span.fa {
	color: #777;
	font-size: 20px;
}

/*#top-carousel .carousel-caption a.btn-circle {
	border-radius: 100% !important;
	font-size: 25px;
	color: white;
	width: 48px;
	height: 48px;
	outline: none;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	background-color: rgba(255, 255, 255, 0.7);
}*/
/*#top-carousel .carousel-caption .btn-circle:focus,
#top-carousel .carousel-caption .btn-circle:hover {
	/*background-color: #bbb;*!/
	background-color: rgba(200, 200, 200, 0.7);
	
}
#top-carousel .carousel-caption a.btn-circle span.fa {
	color: #777;
	margin-top: 7px;
}*/

/* @end */

/* @group #top-carousel */

#top-carousel div.carousel-item img {
	border: none;
	padding: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

#top-carousel div.carousel-item img.carousel-logo {
	width: 200px;
	  /*height: 200px;*/
	  /*display: none;*/
}

#top-carousel .carousel-caption p {
	text-shadow: 0 0 5px black;
}

/* @end */

#top-carousel .carousel-caption {
	/*top: 35%;*/
	top: 20%;
	  /*background-color: white;
		opacity: 0.5;*/
}

#top-carousel div.carousel {
	max-height: none;
}

#top-carousel div.carousel-item img {
	height: 100vh;
	overflow: hidden;
	object-fit: cover;
}

#top-carousel div.carousel-item img.carousel-logo {
	position: relative;
	  /*left: -8px;
			top: -20px;*/
	height: 260px;
}

@media (min-width: 576px) {
	#top-carousel .carousel-caption {
		/*top: 40%;*/
		top: 20%;
	}
	
	#top-carousel div.carousel {
		max-height: 480px;
	}
	
	#top-carousel div.carousel-item img {
		height: 100vh;
		overflow: hidden;
		object-fit: cover;
		height: 65%;
	}
}

@media (min-width: 768px) {
	#top-carousel .carousel-caption {
		top: 20%;
	}
	
	#top-carousel div.carousel {
		/*overflow: hidden;*/
	    /*		width: 1200px;*/
		margin: 0 auto;
	}
	
	#top-carousel div.carousel-item img {
		/*		height: 600px;*/
		width: 100%;
		object-fit: cover;
		vertical-align: middle;
		horizontal-align: center;
	}
}

.btn.btn-acc, .btn.btn-faq {
	width: 100%;
	background-color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.btn.btn-acc:hover, .btn.btn-faq:hover {
	background-color: #eee;
}

.acc-text, .faq-text, .spec-text {
	text-align: left;
	padding: 20px;
	background-color: #fff;
}

.acc-text p, .acc-text span {
	/*font-size:1.0rem;*/
	font-size: 0.95em;
}

.collaspe-area {
	padding: 20px;
	border: 2px solid #868686;
}

/*according button test 2019/02*/
/*if class is btn-acc, add "+" after button text. while opening accordion, + will be changed to -*/
/*changed: for quality, now image instead of text. 2019-02-20*/
/*does not work in chrome or firefox*/
/* font-family: "Font Awesome 5 Free";
	  content: "\f078";*/
/*changed:SVG version 2022/08/05*/
/*a.btn-acc[data-toggle="collapse"]::after, a.btn-faq[data-toggle="collapse"]::after,
a.btn-acc[aria-expanded=true]::after, a.btn-faq[aria-expanded=true]::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: relative;
	top: 4px;
	left: 10px;
}*/

a.btn-acc[data-toggle="collapse"]::after, a.btn-acc[aria-expanded=true]::after, a.btn-faq[data-toggle="collapse"]::after, a.btn-faq[aria-expanded=true]::after {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: 10px;
	  /*	margin:8px;*/
}

a.btn-acc[data-toggle="collapse"]::after, a.btn-faq[data-toggle="collapse"]::after {
	background: url("img/circle-plus.svg") no-repeat;
}

a.btn-acc[aria-expanded=true]::after, a.btn-faq[aria-expanded=true]::after {
	background: url("img/circle-minus.svg") no-repeat;
}

.border-b, h2, h3 {
	/*base*/
	  /*デフォルト（色クラス付加なし）はグレー（#aaa)*/
	border-bottom: 1px solid #aaa;
}

.border-b.black {
	border-bottom: 1px solid #111 !important;
}

.border-b.dgray {
	border-bottom: 1px solid #777 !important;
}

.border-b.gray {
	border-bottom: 1px solid #aaa !important;
}

.border-b.lgray {
	border-bottom: 1px solid #ddd !important;
}

.border-b.white {
	border-bottom: 1px solid #fff !important;
}

/*bootstrap4 has boder-bottom*/
/*.border-bottom {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid gray;
}*/
/*.border-bottom {/*base*!/
	border-bottom: 1px solid black;
	
	.dgray {
	border-bottom: 1px solid #777;
	}
	.gray {
	border-bottom: 1px solid #aaa;
	}
	.lgray {
	border-bottom: 1px solid #ddd;
	}
	.white {
	border-bottom: 1px solid #fff;
	}	

}*/
/* @border */
/*.border-gray {
	display: block;
	border: 1px solid gray;
}*/

/* @end */

.info-box {
	background-color: rgba(255, 255, 255, 0.6);
	padding: .5rem 1.5rem;
	border: 1px dotted #bbb;
	border-radius: 5px;
	opacity: 1;
	  /*opacity of contents (text etc.)*/
	margin: 16px 0;
	  /*-moz-border-radius: 5px;
		-webkit-border-radius: 5px;x
		-o-border-radius: 5px;
		-ms-border-radius: 5px;*/
}

/* @group box-ol ,-reverse*/

span.box-ol, span.box-reverse {
	/*line-height: 2.5;*/
	display: inline-flex;
	border-radius: 4px;
	line-height: 1.4;
	padding: 2px 10px;
	margin: 2px 6px;
}

span.box-ol {
	border: 1px solid #8f8f8f;
	color: #444;
}

span.box-reverse {
	background-color: #666;
	color: #fff;
}

/* @end */
/*@import "_parts/button_custom.scss";*/
/*ICON arrow etc. New*/
/*for scroll button 2022-12-30*/

.peak-right:after, .peak-left:after, .link-mark:after, .peak-up:after, .peak-down:after, .arrow-up:after, .arrow-down:after {
	content: " ";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	vertical-align: middle;
	  /*	margin:8px;*/
	margin: 4px;
}

/*image*/

.peak-right:after {
	background: url("img/peak_right.png") no-repeat;
}

.peak-left:after {
	background: url("img/peak_left.png") no-repeat;
}

.link-mark:after {
	background: url("img/peak_right.png") no-repeat;
}

.peak-up:after {
	background: url("img/peak_up.png") no-repeat;
}

.peak-down:after {
	background: url("img/peak_down.png") no-repeat;
}

.arrow-up:after {
	background: url("img/arrow_up.png") no-repeat;
}

.arrow-down:after {
	background: url("img/arrow_down.png") no-repeat;
}

/*parts of navigation*/
/*navi for large screen*/
/*@import "_navi/navi_grayscale3.scss";*/

/* @group #main-nav3 */

#main-nav3 {
	display: flex;
	justify-content: flex-start;
	background-color: #eee;
	color: #444;
	opacity: 0.95;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	height: 60px;
	letter-spacing: 0.05em;
}

#main-nav3 .fa {
	color: #666;
	font-size: 20px;
}

#main-nav3 li.nav-item a, #main-nav3 a.navbar-brand {
	background: transparent;
}

#main-nav3 ul {
	margin-right: 72px;
}

#main-nav3, #main-nav3 a, #main-nav3 .nav-link, #main-nav3 .dropdown-menu {
	background-color: rgba(234, 234, 234, 0.95);
	color: #1c1c1c;
	  /*font-weight: 300;*/
	font-size: 15px;
}

#main-nav3 li.nav-item {
	/*letter-spacing: 0.05em;*/
	background-color: none;
	transition: 0.5s;
	cursor: pointer;
}

#main-nav3 li.nav-item a:hover {
	background-color: #ccc;
	transition: 0.5s;
}

#main-nav3 .dropdown-menu {
	background-color: rgba(234, 234, 234, 0.95);
	padding: 10px;
}

#main-nav3 .dropdown-menu a {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-nav3 .nav-link {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* @end */

#company {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	left: 0px;
}

#company-logo {
	width: 48px;
}

#company-logo img {
	width: 40px;
}

#company-name {
	font-size: 13.6px;
	width: 300px;
	display: flex;
	justify-content: flex-start;
}

#top-menu {
	width: 100%;
}

#top-menu, #top-menu ul {
	display: flex;
	justify-content: flex-end;
}

/*@import "_navi/navi_css_pulldown.scss";*/
/*navi for smart-phone*/
/*navigation for SmartPhone*/

#drawer {
	letter-spacing: 0.05em;
	display: none;
	left: 0;
	position: fixed;
	top: 10px;
	z-index: 40;
}

/*if you put the burger button RIGHT side.*/

#drawer, #drawer-open {
	left: auto;
	right: 0;
}

/*if you put the burger button LEFT side.*/
/*#drawer,#drawer-open {
	left: 0;
	right: auto;
}*/
/*check box should be hidden*/

.drawer-hidden {
	display: none;
}

/*drawer button*/

#drawer-open {
	margin-top: 0px;
	margin-right: 10px;
	  /*-webkit-transform: translateX(0);*/
	background: #b6b6b6;
	  /*hambarger button bg color*/
	cursor: pointer;
	display: inline-block;
	height: 40px;
	position: relative;
	  /*transform: translateX(0);*/
	transition: 0.5s ease-in-out;
	width: 40px;
	border-radius: 5% 5% 5% 5%;
	z-index: 100;
}

/*↓humburger sign to open drawer*/

#drawer-open span {
	background: #fff;
	  /*hambarger button LINE color*/
	border-radius: 3px;
	display: block;
	height: 4px;
	left: 50%;
	margin: -2px 0 0 -14px;
	position: absolute;
	top: 50%;
	transition: 0.5s ease-in-out;
	width: 28px;
}

#drawer-open span::before, #drawer-open span::after {
	/*-webkit-transform: rotate(0);*/
	background: #fff;
	  /*hambarger button LINE color*/
	border-radius: 3px;
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	left: 50%;
	margin: -2px 0 0 -50%;
	  /*position of lines*/
	position: absolute;
	top: 50%;
	  /*transform: rotate(0);*/
	transition: 0.5s ease-in-out;
	width: 100%;
	z-index: 100;
}

#drawer-open span::before {
	/*-webkit-transform: rotate(0);*/
	margin-top: -10px;
	  /*position of upper line*/
	  /*transform: rotate(0);*/
}

#drawer-open span::after {
	/*-webkit-transform: rotate(0);*/
	margin-top: 6px;
	  /*position of lower line*/
	  /*transform: rotate(0);*/
}

/*↑humburger sign*/
/*outside of drawer will be gray(transparent blk) when drawer is closed*/

#drawer-close {
	/*background: #000;*/
	background: black;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: 1.3s ease-in-out;
	width: 100%;
	z-index: 39;
}

#drawer-content {
	background: #fff;
	  /*set COLOR of background when drawer is open*/
	width: 95%;
	  /*set width of drawer*/
	  /*max-width: 95%;*/
	  /*make space on left side. avoid all area of window*/
	height: 50%;
	min-height: 500px;
	  /*left: 0;*/
	overflow: auto;
	position: fixed;
	top: 0;
	  /*-webkit-transform: translateX(-105%);*/
	  /*transform: translateX(-105%);*/
	transition: 0.5s ease-in-out;
	  /*set speed of duration when drawer is open*/
	z-index: 40;
}

#drawer-content {
	-webkit-transform: translateX(100%);
	left: auto;
	right: 0;
	text-align: left;
	  /*text in drawer*/
	transform: translateX(100%);
}

#drawer-check:checked ~ #drawer-open.drawer-open-fixed span {
	background: rgba(255, 255, 255, 0);
	  /*to make middle line disappear when drawer is open.*/
}

/*[::before] is upper line
[::after] is lower line*/

#drawer-check:checked ~ #drawer-open.drawer-open-fixed span::before, #drawer-check:checked ~ #drawer-open.drawer-open-fixed span::after {
	margin: -2px 0 0 -14px;
	width: 28px;
}

/*rotate animation of upper & lower lines*/

#drawer-check:checked ~ #drawer-open.drawer-open-fixed span::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#drawer-check:checked ~ #drawer-open.drawer-open-fixed span::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*set position of close button when drawer is open*/

#drawer #drawer-check:checked ~ #drawer-open.drawer-open-fixed {
	/*if you want to move close button to outside of drawer area, translateX should be 250px*/
	  /*if you do not want to move, transform value should be 0	*/
	  /*	-webkit-transform: translateX(-200px);
		transform: translateX(-200px);*/
	z-index: 99;
	  /*mtx*/
}

/*outside area of drawer*/

#drawer-check:checked ~ #drawer-close {
	display: block;
	opacity: 0.4;
}

#drawer-check:checked ~ #drawer-content {
	-webkit-transform: translateX(0);
	box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
	transform: translateX(0);
}

ul {
	list-style: none;
}

.drawer-list {
	list-style: none;
	margin: 0;
	padding-left: 1rem;
}

#drawer li a {
	font-size: 14.6px;
	font-weight: 300;
	color: #333;
	display: block;
	padding: 1rem 0 1rem 1rem;
	  /*	border-bottom: 1px solid silver;*/
	text-decoration: none;
	background-color: none;
	transition: .5s;
}

#drawer li a:hover {
	background-color: #bbb;
	transition: .5s;
}

/*navi side & bottom*/
/*CSS for buttons that will show when scrolling*/
/*
1)buttons that show after scrolling
for bottom navigation menu while smart-phone mode

2)side buttons
for the menu while pc mode
*/

/* @group SCROLL SHOW */

/* .scroll_show -------------------------------------*/

ul.scroll_show {
	position: fixed;
	right: 0px;
	bottom: -15px;
	padding: 0px;
	width: 360px;
	list-style: none;
	z-index: 1;
}

/*bottom navigation menu*/

ul.scroll_show li a {
	display: float;
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 500;
	padding-top: 10px;
	padding-bottom: 14px;
	color: black;
	text-align: center;
	border-radius: 2px;
	display: block;
	float: right;
	margin: .5px;
	list-style: none;
}

ul.scroll_show li a {
	text-decoration: none;
}

ul.scroll_show li.page-top a {
	background-color: #777;
	color: white;
}

ul.scroll_show li.page-top .fa {
	color: white;
}

ul.scroll_show li .fa, ul.scroll_show li .far {
	font-size: 20px;
	color: gray;
}

/* -------------------------------------*/

ul.scroll_show li a.button_plan {
	width: 64px;
	background-color: #fff;
	color: #333;
	font-weight: 900;
	font-size: 12px;
	border: 1px solid #777;
}

ul.scroll_show li a.button_check {
	width: 100px;
	background-color: #eee;
	border: 1px solid #777;
	color: #999;
	font-size: 12px;
}

ul.scroll_show li a.button_mail {
	background-color: #eee;
	border: 1px solid #777;
}

ul.scroll_show li a.button_mail span {
	color: #666;
}

ul.scroll_show li a.button_tel {
	background-color: #ddd;
}

/* @end */

/* @group SIDE navi */

/* side navigation -------------------------------------*/

ul#side_navi {
	position: fixed;
	right: 0px;
	padding: 0px;
	top: 300px;
	  /*vertical-position of button. instead of top, "bottom" can be used.*/
	list-style: none;
	z-index: 1;
}

ul#side_navi li a {
	display: block;
	width: 40px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center 0px;
	  /*border:1px solid white;*/
}

ul#side_navi li a:hover {
	text-decoration: none;
	  /*background: rgba(0,0,0,0.6);*/
}

ul#side_navi .button1 {
	background-image: url(img_scroll/navigation_plan.png);
}

ul#side_navi .button1:hover {
	opacity: 0.6;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background-image: url(img_scroll/navigation_plan.png);
}

ul#side_navi .button2 {
	background-image: url(img_scroll/navigation_check.png);
}

ul#side_navi .button2:hover {
	opacity: 0.6;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background-image: url(img_scroll/navigation_check.png);
}

ul#side_navi li.button0 a {
	font-size: 20px;
	height: 40px;
	text-align: center;
	padding-top: 2px;
}

ul#side_navi li.button0 a span {
	color: #444;
}

ul#side_navi .button0 {
	background-color: #777;
}

ul#side_navi .button0:hover {
	background-color: #aaa;
	opacity: 0.3;
}

ul#side_navi li.button0 a {
	font-size: 20px;
	height: 40px;
	text-align: center;
	padding-top: 2px;
}

.sidenavi-button {
	background-image: url(img_scroll/sidenavi-reserve.png);
}

.sidenavi-button:hover {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background-image: url(img_scroll/sidenavi-reserve.png);
}

.sidenavi-button a span {
	color: #444;
}

.sidenavi-button {
	background-color: #777;
}

/* @end */
/*color-setting for this web site*/
/*for TUMI
to Overwrite CSS*/

.btn {
	/*ボタンの下部分調整　2023-10-25*/
	padding-top: 7px;
	padding-bottom: 7px;
}

/*font-awesome icon color*/
/*$btn-color:#222;
$btn-bg-color:#f5f5f5;
$btn-bg-color-hover:#e5e5e5;*/
/*$btn-border:1px solid #aaa;
$btn-border-shadow:0 0 3px #aaa;*/

.test {
	background-color: #e6e9ec;
	border: 1px solid #647c88;
}

.test {
	background-color: #e1ebf5;
}

body {
	background-color: #fff;
	color: #333;
}

section {
	background-color: #fff;
}

section.content-section {
	/*	background-color: hsl(30, 29%, 94%);*/
}

/*font-awesome icon color*/

.fa {
	color: #999;
}

/*.intro-box .fa {
	color: #fff;
	font-size: 18px;
}*/

.btn {
	background-color: #F3F3F3;
	border: 1px solid #647c88;
	box-shadow: 0 0 1px #aaa;
	color: #000;
	font-weight: 500;
}

.btn:hover {
	background-color: #e6e9ec;
	box-shadow: none;
	color: #000;
}

/*a {color: silver;}
a:hover {color: gray;}*/
/*h1 a {color: #b5cdd1;}
h1 a:hover {color: #9797b6;}*/
/*p, h1, h2, h3, h4, h5 {color: #ddd;}*/
/*.text-muted {color: #b0c4de;/*lightsteelblue*!/}*/
/*css for each page of this web site*/

h1, h2, h3, h4 {
	font-weight: 800;
	color: #333;
}

/* @group SECTION common */

section {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999999;
}

.darker {
	background: rgba(0, 0, 0, 0.5);
}

.light {
	background: rgba(255, 255, 255, 0.2);
}

section#access {
	/*background-color: hsl(32, 4%, 96%);*/
}

/*"intro-section" is used for page head
To make bg image of intro-section dark, use "bg-inner"*/

section.intro-section {
	padding: 0;
}

/* @end */

/* @group XXX */

.intro-section-inner, section div.bg-inner {
	padding-top: 40px;
	padding-bottom: 20px;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

/* @end */

/* @group SECTION sitemap */

/*SECTION sitemap*/

section#footer-sitemap {
	background-color: #f1efef;
}

#sitemap {
	font-size: 1.4em;
}

section#foot a, #sitemap a {
	color: #333;
}

div#sitemap div div {
	margin: 0.6em 0em 0.6em 0em;
}

div#sitemap div div a {
	font-size: 0.95rem;
	border-left: 0.5px solid silver;
	border-right: 0.5px solid silver;
}

div#sitemap div div a {
	padding: .4em 1em .4em 1em;
	display: inline-flex;
	width: 100%;
}

div#sitemap div div a:hover {
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

section#foot div, section#foot .fa {
	color: #333;
	opacity: 1;
}

section#foot {
	/*background-image: url(img/.jpg);*/
	background-size: cover;
	position: relative;
	  /*	height: 100%;*/
	opacity: 1;
}

section#foot::before, bg-dark::before {
	background-color: rgba(20, 20, 20, 0.1);
	  /* specify its area */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

/*typography-setting for this web site*/
/*@import "_typography/font_family_shippori.scss";*/

body {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* @group base font-family etc */

/*standard font-size for using "rem"*/
/*html {font-size:13.5px;}*/

html {
	font-size: 13.5px;
}

/*md*/

@media (min-width: 768px) {
	html {
		font-size: 15px;
	}
}

*, body {
	font-size: 1.0rem;
	font-weight: 500;
}

/*h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {	
	letter-spacing: 0.05em;
	/*margin-top: 1rem;*!/
	margin-top: 0.6rem;
	margin-bottom: 1.0rem;
	line-height: 1.8em;
}*/

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	letter-spacing: 0.05em;
	  /*margin-top: 1rem;*/
	margin-top: 0.6em;
	margin-bottom: 1.0em;
	line-height: 1.8em;
}

/*h1,.h1 {font-weight: 700;}
h2,.h2 {font-weight: 700;}
h3,.h3 {font-weight: 600;}*/
/*h1,.h1 {font-size: 1.6rem;}
h2,.h2 {font-size: 1.5rem;}
h3,.h3 {font-size: 1.25rem;}
h4,.h4 {font-size: 1.10rem;}
h5,.h5 {font-size: 1.05rem;}
p, .p {font-size: 1.05rem;}*/

h1, .h1 {
	font-size: 1.6em;
}

h2, .h2 {
	font-size: 1.5em;
}

h3, .h3 {
	font-size: 1.25em;
}

h4, .h4 {
	font-size: 1.10em;
}

h5, .h5 {
	font-size: 1.05em;
}

p, .p {
	font-size: 1.05em;
}

li {
	list-style-type: none;
}

p, .p {
	line-height: 1.8;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	letter-spacing: 0.05em;
	margin: 0;
	border: none;
	  /*word-break: break-all;*/
	word-wrap: break-word;
	  /*http://tamasally.hatenablog.com/entry/2014/03/13/005428*/
}

/* @end */

.eu {
	font-family: 'Crimson Text', serif;
	letter-spacing: 0.07em;
	line-height: 1.1;
}

h1.eu, h2.eu, h3.eu, h4.eu, p.eu, span.eu
div.eu {
	font-size: 32px;
	margin-top: .5rem;
	margin-bottom: 1rem;
	padding: 5px;
	font-weight: 200;
}

/*span {font-size:1.5rem; font-weight: 200;}*/

.fxsmall {
	font-size: 0.84rem;
}

.fsmall {
	font-size: 0.90rem;
}

.fregular {
	font-size: 1.00rem;
}

.flarge {
	font-size: 1.15rem;
}

.fxlarge {
	font-size: 1.4rem;
}

a.btn {
	border-radius: 32px;
}
