#header {
	padding: 0;
	opacity: 1;
	z-index: 999;
	position: fixed;
	width: 100%;
	top: 0;
}
.menustyle {
    float: right;
    display: block;
    width: 8%;
    padding-right: 3.7%;
}
@media only screen and (min-width: 641px) {
	#header {
		padding: 0;
		width:640px;
	}
}

#header div h1 {
    font-size: 0.5em;
    font-weight: normal;
    color: white;
    width:58%;
	text-align:left;
	float: left;
	padding-left: 1%;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

#header h1 {
	left: unset !important;
	transform: unset !important;
	top: unset !important;
	position: unset;
}

header#header nav ul li a {
    background-color: unset;
}

@media (min-width: 641px) {
    #logo a img {
        position: absolute;
        width: 50%;
        left: 25%;
        margin-top: 20px;
    }
    #header h1 {
	    font-size: 1em;
	}
}

@media (max-width: 640px) {
    #logo a img {
        top: 2em;
        position: absolute;
        width: 40%;
        left: 30%;
    }
}

.toparrow {
	position: fixed;
	width: 40px;
	right: 10px;
	bottom: 10px;
	z-index: 90;
}

/* override line color of h3 */
h3.h3 {
	background: unset;
	padding-bottom: 2px;
	border-bottom: 2px solid #665D9C;
	padding-top:2%;
}

.button-backtop {
	background: linear-gradient(to bottom, rgb(157, 156, 199) 0%,rgb(108, 106, 170) 100%);
}

/* Bottom Button */
input[type="submit"] {
	background: linear-gradient(to bottom, rgb(157, 156, 199) 0%,rgb(108, 106, 170) 100%);
}

.link-to-guide {
	text-decoration: unset;
}
.link-to-guide:hover {
	cursor: pointer;
}
.btn-circle:hover {
	cursor: pointer;
}
.btn-circle {
	/*
    background: linear-gradient(to bottom, rgb(157, 156, 199) 0%,rgb(108, 106, 170) 100%);
    font-size: 20px;
    color: rgb(255,255,255) !important;
    padding: 2.5% 10%;
    text-align: center;
    text-decoration: none;
    width: auto !important;
    */
    display: block;
    border: none;
    border-radius: 2em;
    margin: 5% auto;
}
.btn-ticket {
	padding: 3% 6% 3% 5%;
	text-align: center;
    text-decoration: none;
    width: 89%; 
    font-size: 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 15px auto;
    display: block;
    background: white !important;
    box-shadow: 1px 1px 10px #68A69B;
    color: black !important;
    cursor: pointer;
    position: relative;
}
@media screen and (min-width: 641px){
	.btn-ticket{
		width: 79%;
	}
}
.tabs nav li.tab-current {
	border-radius: 0.5em 0.5em 0 0;
    background: #6C6AAA;
    box-shadow: inset 0 3px #9D9CC7;
}
.tabs nav ul li {
	background: #F9DEF8;
	border-radius: 0.5em 0.5em 0 0;
}
.tabs nav li.tab-current:before, .tabs nav li.tab-current:after {
	background: #6C6AAA;
}

.user {
	padding: 20px;

}
.user img {
	width: 75%;
}

#head_btn{
	width: 100%;
	margin: 0 auto;
	letter-spacing: -.4em;
	text-align: center;
}
#head_btn li{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: normal;
	padding:0 6px 0 0;
	vertical-align: top;
}

#head_btn li.last{
	margin: 0;
	padding: 0;
}

/*Modify footer*/
#footer {
    padding-bottom: 0;
}
#footer a {
    /* padding: 0; */
}
#footer .pagetop img {
    width: 100%;
}
.back-top {
	background: #fe6f86;
}
div#footer .clearfix li {
	background: #FFE5E6;
	border-bottom: 1px solid rgb(120,120,120);
	border-right:1px solid rgb(120,120,120);
	width: calc(50% - 1px);
}

div#footer .clearfix li:nth-child(even) {
	border-right: 1px solid transparent;
}
#footer .clearfix li a{
	color: rgb(120,120,120);
}

#footer .myicon-angle-right {
	color: rgb(120,120,120) !important;
}
#footer .footerlogo a {
    padding-top: 20px;
}

@media only screen and (min-width : 720px) {
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}

	#head_btn{
		width:601px;
		margin:0 auto;
		text-align: left;
	}
	#head_btn li{
		float: left;
		letter-spacing: normal;
		padding:0 10px 0 0;
	}

	#head #head_btn li{
      	padding: 0 20px 0 0;
	}

	#head #head_btn li.last{
	    padding: 0;
	}
}
a.link-booking {
	text-decoration: none;
}

.img-title {
    padding: 20px 0 20px 30px;
    height: 25px;
}

.table-price {
  width: 100%;  
}
table.table-price tr, table.table-price th, table.table-price td {
  border: 1px solid black;
  text-align: center;
}
table.table-price th {
  background: #D9D9D9;
}
table.table-price th, table.table-price td {
  padding: 9px;
  width: 50%;
}

.button-backtop:hover {
	cursor: pointer;
}

#footer .otherlink .othermenu li {
	line-height: 1.8;
}

/* Check calling */
.call-alert {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    color: white;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.call-alert .alert-content {
	width: 75%;
    position: absolute;
    background: #ffffff;
    /*padding: 30px 40px;*/
    padding: 10px;
    border-radius: 25px;
    text-align: center;
}
.call-alert .alert-body {
	margin-bottom: 20px;
}
.call-alert .alert-body p {
	color: white;
	text-align: start;
	font-size: 30px;
}
.call-alert .alert-footer {
	margin: 5px;
    /*text-align: right;*/
}
.call-alert .alert-footer a {
	display: inline-block;
    padding: 5px;
    border-radius: 5px;
    text-align: left;
    cursor: pointer;
    color: #007bff;
	text-decoration: none;
	font-weight: bold;
	/*font-size: 30px;*/
}
@media only screen and (min-width: 768px) {
    .call-alert .alert-content {
		max-width: 550px;
		padding: 20px;
    	border-radius: 20px;
    }
	.call-alert .alert-body p {
		font-size: 18px;
	}
	.call-alert .alert-footer a {
		font-size: 18px;
	}
}
/* #End Check calling */

.schedule .name {
    border-bottom: 2px solid #396CFF;
}
.pankuzu_1 {
	border-top: 1px solid #645B9E;
	margin: unset;
}
.pankuzu_1 a{
	color: #5F5F93;
}
.page_link a{
	background-color: unset;
	background-image: url('/sites/michell/images/review/koe-icon4.png?ver=<?=IMG_VER?>');
	border: 1px solid #695A9B;
	background-position: center;	
}
.page_link b{
	background-color: unset;
	background-image: url('/sites/michell/images/review/koe-icon3.png?ver=<?=IMG_VER?>');
	border: none;
}
.common_bg{
	background-image:url('/sites/michell/images/bg/bg-pattern.png?ver=<?=IMG_VER?>');
}
.h3 span{
	background-color: unset;
}
@media (min-width: 641px){
	h2 img, h3 img {
		width: unset;
	}
}