@charset "UTF-8";

/* 一時フォント解除
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
*?

/*-------------------------------------------------------
 Base setting
-------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #003da5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	pointer-events: none;
}

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

a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:hover img.nofilter {
	opacity: 1;
	filter: none;
}

button {
	cursor: pointer;
}
object {
	vertical-align: bottom;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	padding-top: 2px;
}
ul,
ol {
	list-style-type: none;
}
img {
	vertical-align: bottom;
}
strong {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}

.float-l {
	float: left;
	margin: 0px;
	padding: 0px;
}
.float-r {
	float: right;
	margin: 0px;
	padding: 0px;
}

sup {
	font-size: 67%; /*10px*/
	line-height: 0em;
}

div.cts_box p{
	line-height: 1.6em;
	margin-top:1%;
	margin-bottom:1%;
}


/*margin*/
.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }

.pd0 { padding: 0px !important; }
.pd10 { padding: 10px !important; }
.pd20 { padding: 20px !important; }
.pd25 { padding: 25px !important; }
.pd30 { padding: 30px !important; }
.pd40 { padding: 40px !important; }

/* 文字色 */

.fontBlue {
	color: #003da5;
}

.fontRed {
	color: #d90000;
}

.fontWht {
	color: #ffffff;
}

/* 背景色 */

.bgCrm {
	background-color: #f5eee3 !important;
}

.bgRed {
	color: #f71e1d !important;
}


/* リスト
--------------------------------------*/

ul.disc li {
	list-style-type: disc;
	margin: 0 0 8px 20px;
}

ol.num li {
	list-style-type: decimal;
	margin: 0 0 10px 26px;
}


/* pager
---------------------------------------------------------- */

.page img {
  vertical-align: middle;
}



/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
 
.cf:after {
	clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/**/#map_space {
	width: 100%;
	border: 1px solid #333;
}

/* ul&ol復帰 */
.ul{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
.ol{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}

/* シンプルな枠 */
.rope {
	position: relative;
	display: block;
	margin-bottom: 0.75rem;
	background-color: #fff;
	border-radius: 0.25rem;
	border: 2px solid rgba(0, 0, 0, 0.25);
	padding: 1.25rem;
}

/* アイコン自動表示（PDFなど） */
a.link:before[href$=".pdf"] {
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	color:ff0000;
}


/* 下矢印（利用の流れ）
---------------------------------------------------------- */
.nextstep {
width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 0px;
border-bottom:3px solid #4682b4;
margin-bottom:60px;
}
.nextstep::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -40px;
border: 40px solid transparent;
border-top-color: #4682b4;
content: '';
}

/* 部屋番号
---------------------------------------------------------- */

.room {
    display: inline-block;
    font-weight: 400;
    color: #17a2b8;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #17a2b8;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
