@charset "UTF-8";

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	 src: local("YuGothic-Medium"),
		  local("Yu Gothic Medium"),
		  local("YuGothic-Regular");
}

@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	 src: local("YoGothic-Bold"),
		  local("Yu Gothic");
}

/*--------------------------------------------------------------
## reset
--------------------------------------------------------------*/
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted　#cccccc;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    width: 100%;
    display:inline-block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*, *::after, *::before {
    box-sizing: inherit;
}
a:focus, *:focus {
    outline:none;
}
li {
	list-style: none;
}
img {
    margin: 0;
    padding: 0;
    border-style: none;
    vertical-align: bottom;
}
input[type="text"],
input[type="email"],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
    &::-webkit-search-decoration {
      display: none;
    }
    &::focus {
      outline-offset: -2px;
    }
}

/*--------------------------------------------------------------
## Typography set
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
    font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight:normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
	color: #000;
    word-wrap: break-word;
    font-feature-settings: "palt";
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}
h2 {
	font-family: 'Merriweather', -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #1E3044;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: normal;
    margin-bottom: 0.375em;
	letter-spacing: .025em;
}
h2 small {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 1em;
}
h2 span {
	font-size: 16px;
	font-size: 1.6rem;
	display: block;
}
h3 {
    font-size: 1.3em; 
    font-weight: bold;
}
h4 {
    font-size: 1.2em;
    font-weight: 700;
}
h5 {
    font-size: 1em;
    font-weight: 700;
    line-height: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
p {
    margin: 0;
}
blockquote:last-child,
p:last-child {
	margin-bottom: 0;
}
dfn,
cite,
em {
	font-style: italic;
    border-bottom: 1px dotted #ccc;
}
blockquote {
	margin: 0 0 2.3334em 0;
}
address {
	margin: 0 0 1.75em;
}
pre {
	background: #eee;
	line-height: 1.8667;
	margin-bottom: 1.8667em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
    white-space: pre-wrap;
}
code,
kbd,
tt,
var {
	font-family: monospace, serif;
    font-size: 0.9em;
    padding: 0.05em 0.4em;
    border-radius: 3px;
    background: #F6F6F6;
    color: #444;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
mark {
    background:linear-gradient(#FFF 70%,#fff462 70%,#fff462);
}
b, strong, .strong {
    font-weight: bold;
}
small {
	font-size: 85%;
}
a {
    color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
    color: #001c52;
}
a img {
    transition: 0.3s;
}
a img:hover {
    opacity: .8;
}
i {
	font-style: normal;
    font-family: "Font Awesome 5 Free","Fontawesome";
}
picture img {
	max-width: 100%;
	height: auto;
}
picture.campaign img {
	margin: .75em 0;
}
/*--------------------------------------------------------------
## input css set
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
textarea {
    outline: none;
    padding: .5em 1em;
    font-size: 1em;
    border: 1px solid #CCC;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: .5em 0;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    max-width: 100%;
    width: auto;
}
textarea {
	height: 150px;
}
input[type="submit"],
input[type="button"] {
    border: 1px solid #1E3044;
    background-color: #1E3044;
    color: #FFF;
    padding: .9em 1em;
    transition: 0.3s;
    width: 100%;
    max-width: 200px;
    font-size: .9em;
    border-radius: 4px;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    border: 1px solid #1E3044;
    background-color: #FFF;
    color: #1E3044;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #CCC;
	border: 1px solid #CCC;
	color:  #FFF;
}
.submit {
	text-align: center;
}
.error {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	color: #d82d2d;
	display: block;
}
/*--------------------------------------------------------------
## Typography css set
--------------------------------------------------------------*/
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
br.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
/*--------------------------------------------------------------
## Typography css set
--------------------------------------------------------------*/
.alignleft,
div.alignleft,
img.alignleft {
	margin: 0;
	padding: 0 .8em .8em 0;
	float: left;
}
.alignright,
div.alignright,
img.alignright,
img.imgR {
	margin: 0;
	padding: 0 0 .8em .8em;
	float: right;
}
.aligncenter,
div.aligncenter,
img.aligncenter {
	display: block;
    margin: .5em auto;
}
/*--------------------------------------------------------------
## layout
--------------------------------------------------------------*/
#wrapper {
    width: 100%;
    min-width: 1000px;
    background-color: #FFF;
}
/*--------------------------------------------------------------
## header
--------------------------------------------------------------*/
#headerArea {
	background-color: #F2F2F2;
	border-top:3px solid #1E3044;
	display: block;
	position: relative;
}
#headerArea header {
	padding: 45px 0 30px 0;
}
#headerArea h1 {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
}
#headerArea h1 img {
	max-width: 100%;
	height: auto;
}
#headerArea p.description {
	text-align: center;
	color: #1E3044;
	font-size: 18px;
	letter-spacing: .05em;
	margin: 1em 0;
}
#headerArea .access {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
#headerArea .access a {
	color: #FFF;
	padding: .25em 1em;
	background-color: #1E3044;
	display: block;
}
#headerArea .access a:hover {
	background-color: rgba(30, 48, 68, 0.8);
}
#headerArea .access a:before {
	content: "\f041";
	font-family: "Fontawesome";
	display: inline-block;
	color: #FFF;
	margin-right: .5em;
}
.swiper-top {
	padding-bottom: 30px;
}
/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
.pageup {
    position: fixed;
    right: 10px;
    bottom: -40px;
    z-index: 2;
}
.pageup a {
	font-size: 30px;
   	color: #A1846B;
}
.pageup a:hover {
	color: rgba(161, 132, 107, 0.7);
}
#footerArea {
	background-color: #1E3044;
}
#footerArea footer {
    -js-display: flex;
    display: flex;
    max-width: 1400px;
    margin: auto;
}
#footerArea .footer_map,
#footerArea .footer_right {
    width: 50%;
}
#footerArea .footer_map {
    height: 380px;
    overflow: hidden;
    display: block;
}
#footerArea .footer_map iframe {
    width: 100%;
    margin-top: -50%;
}
#footerArea .footer_right {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 25px 0 0 30px;
    box-sizing: border-box;
	color: #FFF;
}
#footerArea .footer_right p {
    font-size: 12px;
    font-size: 1.2rem;
}
#footerArea .footer_right a {
	color: #FFF;
}
#footerArea .copy {
	letter-spacing: .05em;
}
#footerArea .add_info {
    margin-top: 1.5em;
}
#footerArea .add_info .contact a {
	display: inline-block;
	border: 1px solid #FFF;
	padding: .25em 1.5em;
	border-radius: 4px;
	margin-top: .5em;
}
#footerArea .add_info .contact a:hover {
	background-color: #35516f;
}
#footerArea .add_info .contact a:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	font-weight: 900;
	margin-right: .5em;
}
#footerArea .hotel_info {
	margin: 1.5em 0 1.5em 1em;
}
#footerArea .hotel_info li {
	padding-left: 1.5em;
	position: relative;
	line-height: 1.6em;
}
#footerArea .hotel_info li:before {
	content: "●";
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}
/*--------------------------------------------------------------
## content
--------------------------------------------------------------*/
#contentArea {
	width: 100%;
}
#contentArea .content {
	width: 1000px;
	padding: 30px 0;
	margin: auto;
	display: block;
}
#contentArea .content.page {
	margin-bottom: 30px;
}
.time {
	color:rgb(181, 13, 13);
}
.systemSection {
	display: flex;
	overflow: hidden;
	padding: 10px 0;
}
.systemSection .system-left {
	display: inline-block;
	width: 700px;
}
.systemSection .system-right {
	float: right;
	display: inline-block;
	width: 250px;
}
.system-left h2 {
	position: relative;
}
.system-left h2:after {
	content: "　";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #245037;
	background: linear-gradient(160deg,#1E3044 0%,#1E3044 40%,#B8C2C4 40%,#B8C2C4 100%);
}
.system-box-warp {
	display: flex;
	justify-content:space-between;
	margin-bottom: 1.5em;
}
.page .system-box-warp {
	justify-content: space-around;
}
.system-box-warp .system-box {
	width: 200px;
	display: inline-block;
	text-align: center;
}
.system-box-warp .system-box:first-child {
	width: 260px;
}
.page .system-box-warp .system-box {
	width: 30%;
}
.system-box h3 {
	background-color: #A1846B;
	color: #FFF;
	padding: .5em;
	text-align: center;
	font-weight: normal;
	margin: 1em 0 0 0;
}
.system-box table {
	width: 100%;
	margin-bottom: .5em;
}
.system-box table th,
.system-box table td {
	border-top: 1px solid #A1846B;
	border-bottom: 1px solid #A1846B;
	vertical-align: middle;
	padding: .5em 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.system-box p.txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6em;
	text-align: left;
}
.system-box .time {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	text-align: center;
}
.system-box .change {
	font-weight: bold;
	color: #1366c4;
}
.roomSection {
	width: 100%;
	background-color: #f2f2f2;
}
.roomSection h2 {
	text-align: center;
	margin-top: 0;
}
.roomSection .swiper {
	margin-top: 1.5em;
}
.room-box a img {
	position: relative;
}
.room-box a .mask {
	opacity:0;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	color: #fff;
	z-index: 1;
	transition: 0.3s;
}
.room-box a:hover .mask {
	opacity: .7;
}
.room-box a .mask span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
	font-family: 'Merriweather', sans-serif;
}
.service-box-warp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-box-warp .service-box {
	width: 25%;
	display: inline-block;
	text-align: center;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100px 100px;
}
.service-box-warp .service-box p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5em;
	color: #666;
}
.service-box-warp .service-box:nth-child(2) {
	background-image: url(images/icon_spa.svg);
}
.service-box-warp .service-box:nth-child(1) {
	background-image: url(images/icon_map.svg);
}
.service-box-warp .service-box:nth-child(3) {
	background-image: url(images/icon_wifi.svg);
}
.service-box-warp .service-box:nth-child(4) {
	background-image: url(images/icon_door.svg);
}
.side-card {
	border: 1px solid rgba(234, 68, 68, 0.5);
	padding: 5px;
	display: block;
	box-sizing: border-box;
	margin-top: 1.5em;
}
.side-card img {
	max-width: 100%;
	height: auto;
	margin-bottom: .25em;
}
.side-card p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6em;
}
.side-coupon {
	margin-top: 2.5em;
	display: block;
	box-sizing: border-box;
	position: relative;
}
.side-coupon h2 {
	margin: 0;
}
.side-coupon span {
	font-size: 14px;
	font-size: 1.4rem;
	background-color: rgb(206, 61, 61);
	color: #FFF;
	padding: .5em;
	line-height: 1em;
	display: inline-block;
	position: absolute;
	top: -1.5em;
	right: 0;
	-webkit-transform: rotate(10deg);
  	-ms-transform: rotate(10deg);
  	transform: rotate(10deg);
	z-index: 1;
}
.side-coupon a {
	text-decoration: underline;
}
.side-coupon a:hover {
	text-decoration: none;
}
.side-coupon a:before {
	content: "\f35a";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	border: none;
	margin-right: .5em;
	text-decoration: none;
	
}
/*--------------------------------------------------------------
## page
--------------------------------------------------------------*/
#breadcrumb {
	font-size: 13px;
	font-size: 1.3rem;
	padding: .5em 1em 0 1em;
	display: block;
	background-color: #FFF;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto ;
	color: #666;
	box-sizing: border-box;
}
#breadcrumb a {
	color: #333;
	text-decoration: underline;
}
#breadcrumb a:hover {
	text-decoration: none;
}
#breadcrumb a.home:before {
	content: "\f015";
	font-family: "Fontawesome";
	display: inline-block;
	margin-right: .5em;
	text-decoration: none;
}
h2.page-tt {
	text-align: center;
	margin-bottom: 2em;
}
h3.sub-tt {
	position: relative;
	margin-bottom: 1.5em;
}
h3.sub-tt:before {
	content:" ";
	position: absolute;
	bottom: -.8em;
	left: 0;
	display: block;
	width: 1.8em;
	height: 4px;
	background-color: #000;
}
.note-box {
	display: block;
	padding: 1em 1.5em;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 1em 0 2em 0;
	width: 100%;
	box-sizing: border-box;
}
.note-box h3 {
	margin-top: 0;
}
ul.list-style li {
	padding-left:1em;
	position: relative;
	box-sizing: border-box;
}
ul.list-style li:before {
	content:"・";
	display: inline-block;
	position: absolute;
	top:0;
	left: 0;
}
.room-warp {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.room-warp li {
	width: 300px;
	margin-bottom: 1.5em;
	width: 24%;
	box-sizing: border-box;
}
.room-warp li small {
	margin-left: 1em;
}
.room-warp li img {
	max-width: 100%;
	height: auto;
}
.roomInfo ul {
	margin-bottom: .5em;
}
.roomInfo li {
	display: inline-block;
	margin-right: 1em;
}
.roomInfo li:before{
	content: "　";
	display: inline-block;
	text-align: center;
	font-family: "Fontawesome";
	background-repeat: no-repeat;
	background-position: center;
	margin-right: .5em;
	background-size: contain;
}
.room-warp li .renewal_txt {
	margin-top: .5em;
}
.room-warp li .renewal_txt small {
	line-height: 1.6em !important;
}
/**
.roomInfo li:nth-child(1):before {
	background-image: url(images/icon_spa2.svg);
}**/
.roomInfo li:nth-child(1):before {
	content: "\f51f";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.roomInfo li:nth-child(2):before {
	background-image: url(images/icon_renji.svg);
}
.roomInfo li:nth-child(3):before {
	background-image: url(images/icon_pot.svg);
}
.roomInfo li:nth-child(4):before {
	background-image: url(images/icon_reizou.svg);
	background-size: auto 16px;
}
.roomInfo li:nth-child(5):before {
	content: "\f26c";
	font-family: "Fontawesome";
}
.roomInfo li:nth-child(6):before {
	content: "\f1eb";
	font-family: "Fontawesome";
}
.roomMap {
	text-align: center;
}
.coupon-box {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: 1.5em auto;
	border: 1px solid #A1846B;
	background-color: #f9f9f9;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
}
.coupon-box h2 {
	color: #A1846B;
	margin-top: 0;
}
.form-warp {
	border: 5px solid #1E3044;
	padding: 1.5em;
	box-sizing: border-box;
}
.form-warp h2 {
	margin-top: 0;
}
ul.form {
	width: 95%;
	max-width: 430px;
	display: block;
	margin: auto;
}
ul.form input[type="text"] {
	width: 100%;
}
.privacy-warp {
	background-color: #f4f4f4;
	padding: 1em;
	margin: 1em 0;
	box-sizing: border-box;
}
.privacy-warp .privacy {
	display: block;
	margin: 1em auto;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	height: 300px;
	overflow:scroll;
	background-color: #FFF;
	line-height: 1.5em;
	font-size: 12px;
	font-size: 1.2rem;
	padding: .5em;
	border: 1px solid #CCC;
}
table.contact-form {
	width: 100%;
	margin: 20px auto;
	display: block;
}
table.contact-form th,
table.contact-form td {
	vertical-align: middle;
	padding: 1em;
	text-align: left;
	box-sizing: border-box;
}
/*--------------------------------------------------------------
## common
--------------------------------------------------------------*/
.more-btn {
	text-align: center;
	margin: 1em auto;
	display: block;
}
.more-btn a {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 300px;
	padding: .5em 1em;
	box-sizing: border-box;
	background: #1E3044;
	border: 1px solid #1E3044;
	color: #FFF;
	position: relative;
}
.more-btn a:after {
	font-family: "Fontawesome";
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .5em;
	-webkit-transform: translate(0, -50%);
   	transform: translate(0, -50%);
	color: #FFF;
}
.more-btn a:hover {
	background: transparent;
	color: #1E3044;
}
.more-btn a:hover:after {
	color: #1E3044;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.textcenter .pc {
	display: inline-block;
}
@media only screen and (max-width: 750px){
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.textcenter .pc {
		display: none;
	}
	#wrapper {
    	min-width: 100%;
	}
	#contentArea .content {
		width: 100%;
		display: block;
	}
	#contentArea .roomSection .content {
		padding: 1em 0 1em 0;
	}
	#contentArea .content.page {
		width: 95%;
		margin: auto;
	}
	#headerArea header {
		padding: 25px 0 10px 0;
	}
	#headerArea h1 {
		width: 120px;
	}
	#headerArea .access {
		display: none;
	}
	.swiper-top {
		padding-bottom: 0;
	}
	#footerArea .footer_map {
		display: none;
	}
	#footerArea .footer_right {
		width: 100%;
	}
	#footerArea .hotel_info {
		margin: 1.5em 0 1.5em 0;
	}
	#footerArea .copy {
		text-align: center;
	}
	/** top page **/
	.systemSection {
		display: block;
		padding: 0;
	}
	.systemSection .system-left {
		display: block;
		width: 95%;
		margin: auto;
	}
	.systemSection .system-right {
		float: none;
		display: block;
		width: 95%;
		margin: auto;
	}
	.system-box-warp {
		width: 100%;
		max-width: 400px;
		margin: auto;
		display: block;
		justify-content:space-between;
	}
	.system-box-warp .system-box,
	.page .system-box-warp .system-box {
		width: 100%;
		text-align: left;
	}
	.system-box-warp .system-box:first-child {
		width: 100%;
	}
	.service-box-warp {
		justify-content: space-around;
	}
	.service-box-warp .service-box {
		width: 48%;
		margin: .5em 0;
		min-height: 60px;
		box-sizing: border-box;
		text-align: center;
		padding-top: 0;
		padding-left: 70px;
		background-size: 60px 60px;
		background-position: top left;
		text-align: left;
	}
	.service-box-warp .service-box br {
		display: none;
	}
	.systemSection .system-right {
		width: 100%;
		max-width: 400px;
		margin: auto;
		display: block;
	}
	.side-card {
		display: flex;
	}
	.side-card .side-card-img,
	.side-card .side-card-txt {
		width: 50%;
		box-sizing: border-box;
	}
	.side-card .side-card-txt {
		padding-left: 1em;
	}
	.side-coupon {
		border: 5px solid #f4f4f4;
		padding: .5em;
	}
	.side-coupon span {
		display: block;
		width: 180px;
		text-align: center;
		top: -1.2em;
		right: 1em;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		margin-bottom: .5em;
	}
	.side-coupon h2 {
		margin-bottom: 0;
	}
	.room-warp li {
		width: 32%;
	}
	.room-warp li small {
		margin-left: 0;
		display: block;
		line-height: 1em;
	}
	.form-wp {
		border: none;
		padding: 0;
	}
	table.contact-form {
		display: block;
	}
	table.contact-form th,
	table.contact-form td {
		display: block;
		width: 100%;
		padding: .5em 0;
	}
	table.contact-form th {
		padding-bottom: 0;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		width: 100%;
		max-width: 100%;
	}
	
}
@media only screen and (max-width: 420px){
	.service-box-warp {
		display: block;
	}
	.service-box-warp .service-box {
		width: 95%;
		max-width: 300px;
		display: block;
		margin: .5em auto;
	}
	.systemSection .system-right {
		width: 95%;
		max-width: 320px;
	}
	.side-card {
		display: block;
		width: 100%;
	}
	.side-card .side-card-img,
	.side-card .side-card-txt {
		width: 100%;
		padding: 0;
		font-size: 1.4rem;
	}
	.room-warp li {
		width: 48%;
	}
	.form-warp {
		border: none;
		padding: 0;
	}
	
}