@charset "UTF-8" ;

/**************************************************

	Google Maps

**************************************************/
.map-wrapper
{
	max-width: 100% ;
	padding-bottom: 75% ;
	position: relative ;
	top: 0 ;
	left: 0 ;
	height: 0 ;
	overflow: hidden ;
}

.flcb{
	/* floatを解除 */
	clear: both;
}

.map-wrapper > div
{
	position: absolute ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 100% 
}

.map-wrapper img
{
	max-width: none ;
}

/*緊急確認用フォーム*/
.postq{
margin: 20px;
font-size: 135%;
    text-align: center;
}
.point{
    color: red;
    font-size:150%;
font-weight: 600; 
}

/*丸ボタンの設定*/
.btn-m {
    display: inline-block;
    text-decoration: none;
    /*background: #cb6058;*/
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #cccccc;
    transition: .4s;
    float: left;
        margin-right: 30px;
    margin-bottom: 30px;
}

.btn-m:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

#flot_end{
    clear:both;
}


/*アコーディオン内ボタン*/
.square_btn{
    display: inline-block;
    font-size: 16px;
        font-weight: bold;
    padding: 0.5em 1em;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(45deg, #656565 0%, #9a9a9a 100%);
    background-image: linear-gradient(45deg, #656565 0%, #9a9a9a 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px #e6e6e6;
    width:100%;
    height:60px;line-height:40px;

}

.square_btn:active{
    color: #ffffff;
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.square_btn:hover{
    color: #ffffff;
    
}
.square_btn2{
    font-size: 16px;
    font-weight: bold;
}

/*CSSアコーディオン*/
.accbox {
    background:#FFF;
    width:100%;
    margin:0 auto 30px;
    padding:17px;
    font-size:22px;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 5px 0px 20px 0;
    padding : 13px 12px;
    color: #FFF;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;

    -moz-border-radius: 4px;    /* Firefox */ 
-webkit-border-radius: 4px; /* Safari,Chrome */
}

/*タイトルカラー*/
.cl1{
    background: #6aae9f;
}
.cl2{
    background: #cb6058;
}
.cl3{
    background: #e4b474;
}
.cl4{
    background: #466880;
}
.cl5{
    background: #476240;
}
/*アコーディオン内ボタンカラー*/
.acl0{
    background: #6db4d4;
}
.acl1{
    background: #6aae9f;
}
.acl2{
    background: #cb6058;
}
.acl3{
    background: #e4b474;
}
.acl4{
    background: #466880;
}
.acl5{
    background: #476240;
}
.acl6{
    background: #a0a0a0;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
/*
.accbox label:hover {
    Opacity :0.6;
}
*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px 5px 5px 15px;
    /*background: #c6c6c6;*/
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
/*
input[type="text"],
textarea {
    display:inline;
    padding: 15px;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    width: 200px;
    margin-bottom: 30px;
}

input[type="text"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 0px solid #3498db;
    width: 100%;
}
*/
input[type="button"]
{
    display:inline;
}

.te{
    font-size: 12px;
}
.dz{
    background-image: url("https://www.muminmura.com/wscone2/wsjs/dz.png");

    background-repeat: no-repeat;

background-position: right 6% center;

}

.selbox select {
    font-size: 16px;
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	background: #eee;
	background: url(https://www.muminmura.com/ygr/html/css/arrow02.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(https://www.muminmura.com/ygr/html/css/arrow02.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 30px, 100%;
}
#allbc {
  position:fixed;
  top:0px;
  left:0px;
color: #FFFFFF;
  width:100%;
  height:100%;

  background-color:#000000;
  opacity:0.8;

  z-index:10000;
    font-size: 23px;
    font-weight:800;
padding-top: 44%;
padding-left: 40%;
}

.s-tbl {
	border-collapse: collapse;
}
.s-tbl tr, .s-tbl td {
	border: 1px solid rgb(170, 170, 170);
}
.s-tbl tr:nth-child(odd) {
	background: #eee;
}

/*
.s-tbl tr:hover {
	background: rgb(255, 255, 206);
}
*/
td.td100 {
    height: 50px;
    text-align: center;
    　vertical-align:middle;
    line-height: 56px;

}
td.td200 {
    height: 50px;
    margin-left: 10px;
    　vertical-align:middle;
    line-height: 150%;
    
}
td.td200 p {
    font-size:12px;
}
td.td100 a {
    display:block;
    　width:100%;
    　height:100%;
}
td.td100 a:hover {background-color: #cecece;} 
td.td100 a:active {background-color: #cecece; }

@media (max-width: 500px) {
table{
    table-layout: fixed;
    min-width: 100%;
    }
    tbody th {
        min-width: 130px;
        max-width: 159px;
    }
    td {
        min-width: 130px;
        max-width: 130px;
    }
    .scrolls{
    overflow: auto;　　　　/*tableをスクロールさせる*/
    white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
    }
    .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
     height: 5px;
    }
    .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
     background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
     background: #BCBCBC;
    }
}
ul#search_results_holiday_start {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#search_results_holiday_start li {
  /*padding: 3px 0;*/
  margin: 0;
  display: inline-block;
}

ul#search_results_holiday_start li label {
  position: absolute;
  margin-left: 2em;
}

ul#search_results_holiday_start li input {
  margin-left: 4em;
  width: 300px;
}
