/*--------------copyright by vicky start-------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
th,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'cwTeXYen', sans-serif, 'Dongle', sans-serif;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

ol,
ul {
    list-style: none;
    margin-bottom: 0px;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: block;
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}

::selection {
    background: #d2efea;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
    position: fixed;
    bottom: 4%;
    right: 1%;
    cursor: pointer;
    z-index: 30;
    transition: .3s ease-in-out;
    display: none;
    width: 60px;
}

#gotop img {
    max-width: 100%;
}

#gotop:hover {
    transform: translateY(-10px);
}

@media screen and (max-width:500px) {
    #gotop {

        bottom: 2%;
    }
}

@media screen and (max-width:430px) {
    #gotop {
        bottom: 1%;
    }
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*line*/
.line_icon {
    position: fixed;
    bottom: 11%;
    right: 1%;
    cursor: pointer;
    z-index: 200;
    transition: .5s ease-in-out;
    width: 60px;
}

.line_icon:hover {
    transform: rotate(360deg) scale(0.85);
}



/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
    position: relative;
    background-size: cover;
}

header a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.dex_bg {
    position: relative;
    width: 100%;
    height: 108vh;
    overflow: hidden;
}

/*dex*/
.dex {
    position: relative;
    background: url(../../flash/dex_bg.png) top left no-repeat;
    background-size: 90%;
    top: 0;
    left: 0;
    z-index: 1;
}

.dex:before {
    content: '';
    position: absolute;
    background: url(../../flash/dex_font.png) center center no-repeat;
    background-size: 90%;
    width: 100px;
    height: 263px;
    top: 12%;
    right: 16%;
    z-index: 10;
	transition: .5s all;
    animation: fadeIn 3s;
}

.carousel {}

/*item*/
.dex .item {
    background: url(../../flash/dex1.png) top left no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
}

.dex .item:nth-of-type(2) {
    background: url(../../flash/dex2.png) top left no-repeat;
    background-size: contain;
}

.dex .item:nth-of-type(3) {
    background: url(../../flash/dex3.png) top left no-repeat;
    background-size: contain;
}

.dex .item:nth-of-type(4) {
    background: url(../../flash/dex4.png) top left no-repeat;
    background-size: contain;
}

.dex_bg01 {
    position: absolute;
    top: -21em;
    left: -21em;
    background-size: contain;
    animation: bubble 8s linear infinite;
    transition: .5s all;
    z-index: -1;
}

.dex_bg02 {
    position: absolute;
    top: -18em;
    right: -19em;
    background-size: contain;
    animation: bubble2 8s linear infinite;
    transition: .5s all;
    z-index: -1;
}

.dex_bg03 {
    position: absolute;
    top: -7em;
    right: -5px;
    background-size: contain;
    animation: bubble3 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    opacity: 0.5;
}

@keyframes bubble {
    0% {
        transform: scale(1) rotate(20deg);
    }

    30% {
        transform: scale(1) rotate(30deg);
    }

    60% {
        transform: scale(1) rotate(40deg);
    }

    80% {
        transform: scale(1) rotate(30deg);
    }

    100% {
        transform: scale(1) rotate(20deg);
    }
}

@keyframes bubble2 {
    0% {
        transform: scale(1) rotate(20deg);
    }

    30% {
        transform: scale(0.95, 1) rotate(30deg);
    }

    60% {
        transform: scale(0.95, 0.85) rotate(40deg);
    }

    80% {
        transform: scale(0.85, 1) rotate(30deg);
    }

    100% {
        transform: scale(1) rotate(20deg);
    }
}

@keyframes bubble3 {
    0% {
        transform: translateY(-20px) rotate(20deg);
    }

    30% {
        transform: translateY(-30px) rotate(30deg);
    }

    60% {
        transform: translateY(-40px) rotate(40deg);
    }

    80% {
        transform: translateY(-30px) rotate(30deg);
    }

    100% {
        transform: translateY(-20px) rotate(20deg);
    }
}

.dex_bg:before {
    content: '';
    position: absolute;
    background: url(../../flash/dex_deco01.png) top left no-repeat;
    top: 50em;
    left: 7em;
    width: 200px;
    height: 36px;
    z-index: 5;
}

.dex_bg:after {
    content: '';
    position: absolute;
    background: url(../../flash/dex_deco02.png) top left no-repeat;
    top: 45em;
    right: 1em;
    width: 200px;
    height: 36px;
    z-index: 5;
}

@media screen and (max-width: 1200px) {
    .dex_bg {
        height: 70vh;
    }

    .dex_bg:before {
        top: 34em;
        left: 2em;
    }

    .dex_bg:after {
        top: 38em;
    }

    .dex_bg01 {
        top: -35em;
    }

    .dex_bg02 {
        top: -32em;
    }

    .dex_bg03 {
        top: -6em;
    }

    .dex .item {
        height: 70vh;
    }
	.dex:before {
    top: 7%;
    right: 25%;
}
}

@media screen and (max-width: 991px) {
    .dex_bg {
        height: 60vh;
    }

    .dex .item {
        height: 53vh;
    }

    .dex_bg01 {
        top: -16em;
    width: 80%;
    left: -10em;
    }

    .dex_bg02 {
        top: -16em;
        width: 80%;
    }

    .dex_bg03 {
        top: -30em;
        width: 76%
    }

    .dex_bg:before {
        top: 28em;
        left: 2em;
    }

    .dex_bg:after {
        top: 33em;
    }
	.dex:before {
    background-size: 80%;
    top: -2%;
    right: 30%;
}
}

@media screen and (max-width: 850px) {
    .dex_bg {
        height: 51vh;
    }

    .dex {
        background-size: 80%;
    }

    .dex .item {
        height: 46vh;
    }

    .dex_bg:before {
        top: 22em;
        left: 0;
        background-size: 70%;

    }

    .dex_bg:after {
        top: 24em;
        right: -2em;
        background-size: 70%;
    }

    .dex:before {
        background-size: 70%;
    }
	.dex:before {
    background-size: 70%;
    top: -8%;
    right: 22%;
}
}

@media screen and (max-width: 450px) {
    .dex {
    background-size: 80%;
}
    .dex_bg {
        height: 30vh;
    }

    .dex .item {
        height: 29vh;
    }

    .dex_bg01 {
            top: -8em;
    left: -6em;
    }

    .dex_bg02 {
        top: -8em;
        right: -5em;
    }

    .dex_bg03 {
            top: -13em;
    right: -2em;
    }

    .dex:before {
    background-size: 45%;
    top: -29%;
    right: 11%;
}

    .dex_bg:before {
            top: 10em;
    background-size: 45%;
    left: 1em;
    }

    .dex_bg:after {
            top: 10.4em;
    right: -6em;
    background-size: 45%;
    }
}

@media screen and (max-width: 390px) {
    .dex_bg {
        height: 27vh;
    }
.dex_bg01 {
        top: -8em;
    left: -4em;
}
.dex_bg02 {
    top: -9em;
}
.dex_bg03 {
    top: -13em;
    right: -1em;
}
    .dex .item {
        height: 24vh;
    }

    .dex_bg:before {
        top: 9em;
    }

    .dex_bg:after {
        top: 9em;
    }

    .dex:before {
       background-size: 35%;
    top: -40%;
    right: 10%;
}
}

/*ilogo*/
.ilogo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}


/*scroll*/
.scroll {
    position: absolute;
    bottom: 6em;
    left: 29em;
    width: 10%;
    z-index: 2;
}

.scroll img {
    display: block;
    margin: 0 auto;
    max-width: 20%;
    -webkit-filter: drop-shadow(2px 5px 1px rgba(99, 99, 99, 0.3));
    filter: drop-shadow(2px 5px 1px rgba(99, 99, 99, 0.3));
    animation: move 1.2s infinite alternate ease-in-out;
}

@keyframes move {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 1;
    }
}

@media screen and (max-width: 1200px) {
    .ilogo {
        width: 30%;
    }

    .scroll {
        bottom: 4em;
        left: 24em;
    }
}

@media screen and (max-width: 991px) {
    .scroll {
        bottom: 5em;
        left: 24em;
    }
}

@media screen and (max-width: 850px) {
    .ilogo img {
        max-width: 60%;
    }

    .scroll {
        bottom: 3em;
        left: 14em;

    }
}

@media screen and (max-width: 450px) {
    .scroll {
            bottom: 0em;
    left: 5em;
    width: 30%;
    }

    .ilogo {
        width: 50%;
    }
}

/*---nav-----------------------------------------------------------------------------------------------------------------------------------*/
nav {
    position: relative;
}

.inav:after {}

/*navlogo*/
.navlogo {
    position: fixed;
    top: .5em;
    left: 3em;
    z-index: 40;
}

/***navbar***/
.navbar {
    min-height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 121px;
    text-align: right;
    z-index: 50;
    color: #fff;
    display: inline-block;
    float: right;
    text-align: right;
    position: absolute;
    right: 0;
	opacity:0
}
.navbar3 {
    min-height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 121px;
    text-align: right;
    z-index: 50;
    color: #fff;
    display: inline-block;
    float: right;
    text-align: right;
    position: fixed;
    top: 0;
    z-index: 90;
    margin-top: 1em;
	right:0;
}
.ilogo2 {
    position: absolute;
    left: 0;
    transition: .3s linear;
    z-index: 30;
	opacity:0;
}

.ilogo2 img {
    max-width: 100%;
}

/**top**/
.navtop,
.ontop {
    position: fixed;
    top: 0;
    z-index: 90;
    margin-top: 1em;
	opacity:1;
}

.navtop2,
.ontop2 {
    position: fixed;
    top: 0;
    z-index: 20;
    margin-top: 0;
	opacity:1;
}
.navtop.menulogo {
    left: 0;
    background: rgba(255, 255, 255, .9);
    opacity: 1;
}

.navtop.navbar {
    right: 0;
    z-index: 100;
}

.ontop.navbar {
    right: 0;
}

.ontop.menulogo {
    left: 0;
    opacity: 1;
}

.btn1 {
    text-align: right;
    mix-blend-mode: difference;
}

.btn1 a {
    padding: .5em 0;
    transition: .3s ease all;
}

.btn1 a:hover {
    transform: scale(0.95);
}

/***mobile ibutton***/
.mibutton {
    z-index: 30;
    cursor: pointer;
    width: 121px;
    height: 92px;
    display: inline-block;
    position: relative;
    text-align: right;
    mix-blend-mode: difference;
}

.mibutton_ani {
    background: url(../../images/menubt1.png) top right no-repeat;

}

.mibutton_ani img {
    display: none;
}

@media screen and (max-width:1200px) {
    .ilogo2 {
        width: 28%;
    }
}

@media screen and (max-width:991px) {
    .ilogo2 {
        width: 40%;
    }
}

@media screen and (max-width:767px) {
    .ilogo2 {
        width: 50%;
    }
}

@media screen and (max-width:450px) {
    .mibutton {
        height: 60px;
    }

    .mibutton img {
        max-width: 60%;
    }

    .btn1 img {
        max-width: 60%;
    }

    .mibutton_ani {
        background-size: 60%;
    }
}

/***nav_inner***/
.nav_inner {
    background: url(../../images/menubg.png) top left no-repeat;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    transition: 1s ease-in-out;
    z-index: -1;
}

.nav_on {
    opacity: 1;
    overflow: visible;
    z-index: 48;
    width: 100%;
    left: inherit;
    right: 0;
}

.wrap0 {
    margin: 0 auto;
    max-width: 1347px;
    padding: 5em 0 2em;
    position: fixed;
    top: 0;
    left: 14%;
    opacity: 0;
    transition: 1s ease-in-out;
    max-height: 95vh;
}

.nav_on .wrap0 {
    opacity: 1;
    transition-delay: .8s;
}

.stop {
    overflow: hidden;
}

/*logo*/
.logo {
    margin-bottom: 10em;
}

.logo a {
    display: inline-block;
    transition: .2s ease-in-out;
}

.logo img {
    max-width: 100%;
}

.logo a:hover {
    opacity: .5;
}

img.imgmenu {
    max-width: 30%;
    padding: 3em 0;
}

/*ibutton*/
.ibutton {
    position: relative;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    padding: 2em 1em;
}
.ibutton li:nth-of-type(11) {
	display:none;
    
}
.ibutton a {
    position: relative;
    transition: all .3s;
}

.ibutton img {
    max-width: 100%;
}

.ibutton:before {
    content: '';
    background: url(../../images/ibutton_deco.png) top left no-repeat;
    top: -1em;
    right: 7em;
    width: 121px;
    height: 23px;
    position: absolute;
    transition: 1s ease-in-out;
}

.ibutton .menu_font {
    margin-top: 8em;
}

@media screen and (max-width: 1400px) {
    .wrap0 {
        left: 0;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 991px) {
    .nav_inner {
    background: url(../../images/menu_mobile.png) top left no-repeat;
}
	.ibutton:before {
        top: -4em;
        right: 12em;
    }

    .ibutton li {
        width: 32.33%;
    }

    .ibutton li:nth-of-type(5) {
        display: none;
    }

    .ibutton .menu_font {
        margin-top: 3em;
    }
	.ibutton li:nth-of-type(11) {
	display:inline-block;
    
}
}
@media screen and (max-width: 768px){
.wrap0 {
    overflow-y: scroll;
}
    .ibutton li {
    width: 38.33%;
}
}
@media screen and (max-width: 450px){
    .ibutton li {
    width: 49%;
    padding: 0.5em 0;
}
}
@media screen and (max-width:430px) {
    img.imgmenu {
        padding: 2em 0;
    }

    .ibutton:before {
        top: -4em;
        right: 1em;
    }

    .ibutton:after {
        width: 2px;
    }

    .ibutton .menu_font {
        margin-top: 4em;
        width: 84%;
    }

    .wrap0 {
        padding: 11vh 0 2em;
        max-height: 100vh;
        overflow-y: scroll;
    }
}

/*--main----------------------------------------------------------------------------------------------------------------------------------*/
#main {
    position: relative;
    margin-top: 5em;
}

#main2 {
    position: relative;
    margin-top: 5em;
    margin-bottom: -4em;
}

#main3 {
    position: relative;
    margin-top: 7em;
}
@media screen and (max-width: 450px) {
    #main2 {
        margin-top: 1em;
    }
    #main3 {
    margin-top: 4em;
}
}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
    list-style: none;
}

.icons li {
    margin: 5px 5px;
    display: inline-block;
    vertical-align: top;
    width: 12%;
    background: rgba(255, 255, 255, .3);
    border-radius: 7px;
    padding: 5px 0 8px;
    text-align: center;
    border: solid 1px #ada5a0;
}

.icons li img {
    padding: 0 7px;
    margin: 0 auto;
}

.icons li span {
    display: block;
    font-size: 18px;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    .icons li {
        width: 10%;
    }
}

@media screen and (max-width:900px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .icons li {
        width: 13%;
    }
}

@media screen and (max-width:600px) {
    .icons li {
        width: 17%;
    }
}

@media screen and (max-width:500px) {
    .icons li {
        width: 21%;
    }
}

@media screen and (max-width:430px) {
    .icons li {
        width: 27%;
        margin: 5px 8px;
        padding: 5px 4px 8px;
    }

    .icons li span {
        font-size: 13px;
    }
}

@media screen and (max-width:360px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}


/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/

.r_icons {
    padding-bottom: 0;
    text-align: left;
}

.r_icons ul {
    list-style: none;
}

.r_icons li {
    float: left;
}

table.fac {
    padding: 0 0 3% 2%;
    display: block;
}

table.fac td {
    vertical-align: top;
}

@media screen and (max-width:991px) {
    .r_icons li {
        width: 15%;
    }
}

@media screen and (max-width:815px) {
    .r_icons li {
        width: 17%;
    }
}

@media screen and (max-width:765px) {
    .r_icons li {
        width: 20%;
    }
}

@media screen and (max-width: 765px) {
    .r_icons li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .r_icons li {
        width: 21%;
    }
}

@media screen and (max-width:480px) {
    .r_icons li {
        width: 22%;
    }
}

@media screen and (max-width:440px) {
    .r_icons li {
        width: 31%;
        margin: 5px 3px;
        padding: 5px;
    }
}


/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/

.note_icon {
    padding: 0;
    text-align: left;
    padding: 1% 0;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
}

.note_icon li img {
    padding-bottom: 5px;
    max-width: 100%;
}

@media screen and (max-width:1220px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:1080px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:760px) {
    .note_icon li {
        width: 14%;
    }
}

@media screen and (max-width:700px) {
    .note_icon li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .note_icon li {
        width: 19%;
        margin: 5px 0;
    }
}

@media screen and (max-width:505px) {
    .note_icon li {
        width: 23%;
        padding: 7px;
    }

    .note_icon li img {
        width: 100%;
    }
}

@media screen and (max-width:453px) {
    .note_icon li {
        width: 23.66666%;
        padding: 3px;
    }

    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:400px) {
    .note_icon li {
        width: 32%;
        padding: 6px;
    }
}

@media screen and (max-width:330px) {
    .note_icon li {
        width: 31%;
        padding: 1px;
    }
}



/*rb_tit*/
.rb_tit {
    padding-bottom: 2em;
}

.rb_tit img {
    max-width: 100%;
}

@media screen and (max-width:1400px) {
    .rmright {
        margin-top: -13em;
    }

    .rm {
        margin-top: 9em;
        padding: 2em 1em 2em 1em;
    }

    .rmleft {
        padding: 3em 1em 0 2em;
    }
}

@media screen and (max-width:1200px) {
    .rm {
        margin-top: 3em;
        padding: 2em;
    }

    .rmleft {
        padding: 1em 0em 0 2em;
        width: 100%;
    }

    .number {
        padding: 2em 0;
    }

    .rmright {
        margin-top: 2em;
        width: 100%;
    }

    .rmslide {
        width: 86%;
    }

    .rmdeco {
        width: 10%;
    }

    .roomc {
        padding: 0 3em 3em;
    }

    .roomc1 {
        padding: 2em 0 0 0;
    }
}

@media screen and (max-width:900px) {
    .rmtitle {
        padding: 11em 4em 0;
    }

    .rm {
        margin-top: 2em;
        padding: 1em;
    }

    .other {
        padding-top: .5em;
    }

    .roomc {
        padding: 0 1em 3em;
    }
}

@media screen and (max-width:700px) {
    .rmtitle {
        padding: 10em 2em 0;
    }

    .rmleft {
        padding: 1em 0em 0 1em;
    }

    .rmleft img {
        width: 150px;
    }

    .number img {
        width: 120px;
    }

    img.rmtext {
        width: auto;
    }

    .other img {
        width: auto;
    }

    .rmdeco,
    .rmright:after {
        display: none;
    }

    .rmslide {
        width: 100%;
    }

    .rb_tit {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:500px) {
    .rmtitle {
        padding: 7em 2em 0;
    }

    .rmleft img {
        width: 140px;
    }

    .number img {
        width: 100px;
    }

    img.rmtext {
        width: 225px;
    }

    .other img {
        width: 215px;
    }

    .number {
        padding: 1em 0;
    }

    .roomc {
        padding: 0 0em 3em;
    }
}

@media screen and (max-width:430px) {
    .rb_tit img {
        width: 190px;
    }

    #wowslider-container1 .ws_bullets {
        bottom: 0;
    }

    #wowslider-container1 .ws_bullets a {
        padding: 7px;
    }
}

/***inews***/
.inews {
    background: rgba(217, 217, 217, .93);
    text-align: center;
    padding: 3em 2em;
    position: relative;
}

.inews:after {
    content: '';
    background: url(../../images/inews_bg.png) right center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
}

/*inews_tit*/
.inews_tit {
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 0 1em 0 1em;
    font-size: 42px;
    text-align: left;
    line-height: 1.2;
    z-index: 3;
}

.inews_tit:before {
    content: '';
    background: #004c77;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.inews_tit p {
    font-size: 25px;
}

/*inews_list*/
.inews_list {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 3;
}

.inews_list .page_num {
    display: none;
}

.page_num a {
    display: inline-block;
}

.inews_list .newslist_rwd {
    width: 40%;
    padding: 0em 0 0;
    margin-right: 4em;
}

/*morebtn*/
.morebtn {
    position: relative;
    z-index: 3;
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
    text-align: right;
}

.morebtn a {
    display: inline-block;
    letter-spacing: 0;
    transition: .3s linear;
    font-size: 14px;
}

.morebtn a:hover {
    letter-spacing: 3px;
}

@media screen and (max-width:1080px) {
    .ispace {
        background: url(../../images/ibg1.jpg) top center no-repeat;
        background-size: cover;
        min-height: 550px;
    }
}

@media screen and (max-width:800px) {
    .inews_list {
        margin: 0;
        max-width: 80%;
    }
    .inews_list .newslist_rwd {
    width: 34%;
    padding: 0;
    position: relative;
    left: 8em;
    margin: 1em 6em;
    top: -6em;
}
}

@media screen and (max-width:700px) {
    .ispace {
        min-height: 480px;
    }

    .menulogo {
        padding: .5em 1em .5em 1em;
        width: 34vw;
    }

    .inews_tit {
        font-size: 36px;
        white-space: nowrap;
    }

    .inews:after {
        width: 60%;
        opacity: .5;
    }
}

@media screen and (max-width:600px) {
    .ispace {
        min-height: 340px;
    }

    .menulogo {
        width: 200px;
        padding: .1em 1em .1em 1em;
    }

    .inews_tit {
        font-size: 36px;
        white-space: nowrap;
    }

    .inews:after {
        opacity: .5;
    }

    .menu_btn {
        width: 80px;
    }

    .navbar_block {
        width: 300px;
        transform: translateX(220px);
    }

    .ibutton {
        width: 100%;
    }

    .ibutton a {
        padding: 1em;
    }

    .mibutton b,
    .mibutton span {
        right: 1em;
    }

    .inews_tit {
        font-size: 30px;
    }

    .inews_tit p {
        font-size: 22px;
    }

    .inews {
        padding: 2em 2em 1em 2em;
    }

    .navbar_block {
        margin-top: 1em;
        position: fixed;
        top: 0;
        z-index: -1;
    }

    .ontop {
        z-index: 90;
    }

    .morebtn {
        text-align: center;
    }
    .inews_list .newslist_rwd {
    left: 1em;
    top: -4em;
}
}

@media screen and (max-width:450px) {
    .ispace {
        min-height: 240px;
    }

    .inews:after {
        width: 70%;
    }

    .btn1 span {
        font-size: 12px;
    }

    .inews_tit:before {
        width: 10px;
    }

    .inews_tit {
        padding: 0 0em 0 .6em;
        font-size: 26px;
    }

    .inews_tit p {
        font-size: 20px;
    }

    .mibutton b {
        font-size: 13px;
        bottom: .2em;
    }

    .menu_btn {
        width: 70px;
    }

    .mibutton {
        height: 65px;
    }

    .navbar_block {
        width: 290px;
        margin-top: 1em;
    }

    .ibutton {
        padding: 1em 0;
    }

    .ibutton a {
        padding: .5em 1em;
    }

    .scroll a:before {
        width: 15px;
    }

    .mibutton span:nth-child(1) {
        top: 1.4em;
    }

    .mibutton span:nth-child(2) {
        top: 1.65em;
    }

    .mibutton span:nth-child(3) {
        top: 1.9em;
    }

    .inews_list {
        max-width: 100%;
    }
    .inews_list .newslist_rwd {
    left: -10em;
    top: -4em;
    width: 32%;
    margin: 1em 7em;
}
}
@media screen and (max-width: 414px){
    .inews_list .newslist_rwd {
    left: -12em;
    top: -4em;
    width: 28%;
        margin: 1em 9em 1em 9.6em;
}
}
@media screen and (max-width:380px) {
    .inews_list {
        min-height: 100px;
    }

    .ispace {
        min-height: 180px;
    }
}

@media screen and (max-width:350px) {
    .inews_list {
        min-height: 100px;
    }

    .ibutton {
        max-height: 90vh;
        overflow-y: scroll;
    }

    .inews {
        padding: 1em 1em 1em 1em;
    }
}

/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
    text-align: left;
    margin: 5em auto;
    max-width: 90%;
    width: 1200px;
    padding-bottom: 3em;
    position: relative;
    z-index: 10;
}

.newstable table {
    width: 100%;
}

.newstable a {
    display: inline-block;
}

.newstable img {
    max-width: 100%;
}

.newstable .newslist_rwd {
    width: 35%;
    margin-right: 3em;
}

/******************************************/
.npic div {
    background: no-repeat center center;
}

.newslist_rwd .ntitle p {
    font-size: 24px;
    color: #292929;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}

.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #292929;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
    color: #a64d4d;
    text-align: right;
}

.nbox {
    margin: 0;
    padding: 0;
}

.nbox div {
    display: inline-block;
    float: left;
}

.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    padding: 0 1em;
    transition: .2s ease all;
    background: url(../../images/inews_bg.png) top center repeat;
    border-radius: 37px;
}

.newslist_rwd:hover {
    opacity: .5;
}

.newslist_rwd a {
    display: inline-block;
}

.newslist_rwd td {
    vertical-align: top
}

.newslist_rwd .npic {
    width: 35%;
}

.newslist_rwd .ntext {
    width: 65%;
    padding: 1em;
}

.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom: 1em;
    display: block;
    width: 100%;
}

.newslist_rwd .npicimg {
    min-width: 170px;
    min-height: 170px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    left: -3em;
}

.page_num table {
    position: relative;
    top: 4em;
}

@media screen and (max-width:1400px) {
    img.inews_title {
        width: 25%;
    }

    .newslist_rwd {
        width: 45%;
    }

    .inews {
        padding: 2em 1em;
    }

    .newstable .newslist_rwd {
        width: 33%;
    }
}

@media screen and (max-width:1200px) {
    .newslist_rwd {
        width: 45%;
    }

    .newstable .newslist_rwd {
        width: 32%;
    }
}

@media screen and (max-width:970px) {
    .newslist_rwd {
        width: 48%;
    }

    .inews_list {
        width: 70%;
    }
}

@media screen and (max-width:900px) {
    .newstable .newslist_rwd {
        width: 48%;
        margin-bottom: 3em;
    }
}

@media screen and (max-width:800px) {
    .inews_list {
        width: 100%;
    }

    img.inews_title {
        width: auto;
        max-width: 35%;
        padding-bottom: 2em;
    }

    .inews {
        padding: 2em 1em 1em;
    }
}

@media screen and (max-width:600px) {
    .newslist_rwd .npicimg {
        
    }

    .newslist_rwd .ntitle p {
        font-size: 22px;
    }

    .newslist_rwd .ntitle,
    .newslist_rwd .ninfo {
        padding-bottom: .5em;
    }

    .newslist_rwd .ntext {
        padding: 1em 0;
    }
}

@media screen and (max-width:430px) {
    img.inews_title {
        max-width: 55%;
    }

    .newslist_rwd .npicimg {
        min-height: 130px;
    min-width: 130px;
    top: 0.3em;
    }

    .newslist_rwd .ntitle p {
        font-size: 18px;
    }

    .newstable .newslist_rwd {
        width: 100%;
        margin-bottom: 2em;
        margin-left: 1em;
    }
    
}

@media screen and (max-width:380px) {
    .newslist_rwd .npicimg {
        
    }

    .newslist_rwd .ntitle,
    .newslist_rwd .ninfo {
        padding-bottom: 0;
    }
}

/*************************
********services_sce******
**************************/
#services_sce {
    padding-top: 0px;
    padding-bottom: 60px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
}

.scebtn h2 {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height: 24px;
}

.scebtn h2.scebtn1 {
    background: #d85a51;
}

.scebtn h2.scebtn2 {
    background: #80a076;
}

.scebtn h2.scebtn3 {
    background: #89b5cb;
}

.scebtn h2.scebtn4 {
    background: #8dcfca;
}

.scebtn h2.scebtn5 {
    background: #b7ad6f;
}

.scebtn h2.scebtn6 {
    background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
    background: #fff;
    border: #7e6b5a 3px solid;
    color: #656565;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
    .scebtn {
        padding: 0 120px;
    }
}

@media (max-width:600px) {
    .scebtn {
        padding: 0 100px;
    }
}

@media (max-width:550px) {
    .scebtn {
        padding: 0 60px;
    }
}

@media (max-width:480px) {
    .scebtn {
        padding: 0 10px;
    }
}

@media (max-width:400px) {
    .scebtn {
        padding: 0 5px;
    }

    .scebtn {
        margin-bottom: 10px;
    }
}

@media (max-width:350px) {
    .scebtn {
        padding: 0 0px;
    }
}

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

.scebox {
    border: #c3c3c3 1px solid;
    border-radius: 5px;
    box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
    padding: 0 10px 10px 10px;
}

.mount .sceimg {
    background-color: #80a076;
}

.sea .sceimg {
    background-color: #89b5cb;
}

.farm .sceimg {
    background-color: #8dcfca;
}

.city .sceimg {
    background-color: #b7ad6f;
}

.hot .sceimg {
    background-color: #d85a51;
}

.scebox:hover {
    cursor: pointer;
}

.scebox:hover .sceimg img {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(0.95);
    overflow: hidden;
}

.scebox_hot {
    padding: 0 80px;
}

.scebox_hot .scebox {
    display: inline-block;
    float: left;
    width: 23%;
    margin: 0 10px;
}

.scetag {
    float: right;
    color: #fff;
    padding: 4px 20px;
    margin-left: 5px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scetag1 {
    background: #d85a51;
}

.scetag2 {
    background: #80a076;
}

.scetag3 {
    background: #89b5cb;
}

.scetag4 {
    background: #8dcfca;
}

.scetag5 {
    background: #b7ad6f;
}

.scet h3 {
    clear: both;
    color: #3d3d3d;
    font-size: 23px;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }
}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

    .sea .sceimg {
        background-color: #89b5cb;
    }

    .farm .sceimg {
        background-color: #8dcfca;

    }

    .city .sceimg {
        background-color: #b7ad6f;
    }

    .hot .sceimg {
        background-color: #d85a51;
    }
}

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


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

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 19%;
    text-align: left;
    height: auto !important;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }

    .scecontainer .item {
        width: 19%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}

/***rmb***/
.rmb {
    width: 1430px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    padding: 2em 0;
}

.rmfac {
    margin-bottom: 1em;
}

.rmb_tit {
    position: relative;
    padding: 2em 0;
}

.rmb_tit sup {
    font-size: 20px;
    top: 0;
    display: block;
    position: relative;
    line-height: 1;
}

.rmb_tit p {
    color: #9fcbd8;
    position: relative;
    font-size: 38px;
}

.rmb_tit p:before {
    content: '';
    background: #000;
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}

.rmb_tit p:after {
    content: '';
    background: #000;
    width: 30%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}

@media screen and (max-width:1500px) {
    .rmtitle {
        width: 50%;
    }

    .wrap_rm:before {
        width: 65vw;
        background: url(../../images/blue_deco.png) right top no-repeat;
        background-size: cover;
    }

    .rmtitle p:after {
        width: 35%;
    }
}

@media screen and (max-width:1270px) {
    .rmtitle {
        padding: 0 2em 1em 0;
    }
}

@media screen and (max-width:1100px) {
    .rm_top {
        padding: 12em 0 0;
    }

    .rmbtn {
        width: 45%;
    }

    .rmtitle p {
        font-size: 20px;
    }

    .rmb_tit {
        padding: 0.5em 0 1em;
    }
	.rmb_tit img{
		width:29%;
	}
	.rmb_tit2 {
        padding: 2em 0 1em;
    }
}

@media screen and (max-width:990px) {
    .rm_top {
        padding: 9em 0 0;
    }

    .wrap_rm:before {
        top: 7em;
    }

    .rmtitle {
        padding: 0 0em 1em 0;
        width: 500px;
        display: block;
        max-width: 100%;
    }

    .rmbtn {
        width: 520px;
        display: block;
        padding: 0 0 2em;
    }

    .rmb_tit p:before,
    .rmb_tit p:after {
        width: 24%;
    }

    .r_icons ul {
        padding-left: 1em;
    }

    .rmb {
        padding: 2em;
    }

    .rmfac {
        margin-bottom: 5em;
    }
}

@media screen and (max-width:700px) {
    .wrap_rm:before {
        width: 90vw;
        height: 50%;
    }

    .rmtitle h6 {
        font-size: 45px;
    }

    .rmtitle p:before {
        width: 15%;
    }

    .rmtitle p {
        font-size: 18px;
    }

    .rmtitle span {
        font-size: 18px;
    }

    .rmb_tit p:before,
    .rmb_tit p:after {
        width: 20%;
    }

    .rmb_tit {
        padding: 1em 0 1em;
    }

    .r_icons ul {
        padding-left: 1em;
    }

    .rmb_tit p {
        font-size: 32px;
    }

    .rmb_tit sup {
        font-size: 18px;
    }
}

@media screen and (max-width:580px) {
    .rmtitle {
        max-width: 85%;
    }

    .rmbtn {
        max-width: 90%;
    }

    .rmbtn li {
        padding: 0 .1em;
    }

    .wrap_rm:before {
        width: 90vw;
        height: 45vh;
    }

    .rmb_tit {
        padding: 1em 0 0em;
    }

    .rmprice .rmb_tit {
    padding: 0.3em 0 1em;
}
	.rmprice .rmb_tit2 {
        padding: 1em 0 1em;
    }

    .rmb {
        padding: 2em 1em 1em;
    }

    .rmfac {
        margin-bottom: 4em;
    }

    .rmb_tit p {
        font-size: 30px;
    }
}

@media screen and (max-width:500px) {
    .rmtitle h6 {
        font-size: 40px;
        padding-left: 1em;
    }

    .rmtitle p {
        font-size: 16px;
        padding: 0 0 0 3em;
    }

    .rmtitle p:before {
        width: 9%;
    }

    .rmtitle p:after {
        width: 47%;
    }

    .rmbtn {
        max-width: 86%;
    }

    .rm_btm {
        padding: 1em 0;
    }
}

@media screen and (max-width:450px) {
    .rmtitle p:after {
        width: 35%;
    }

    .rmtitle h6 {
        font-size: 35px;
    }

    .r_icons ul {
        padding-left: 0em;
    }
.rmb {
    padding: 3em 1em 1em;
}
.rmprice .rmb_tit {
    padding: 0em 0 1em;
}
.rmb_tit img {
    width: 45%;
    position: relative;
    top: -11px;
}
    .rmb_tit sup {
        font-size: 16px;
    }

    .rmb_tit p {
        font-size: 28px;
        line-height: 1.5;
    }

    .rmb_tit p:before,
    .rmb_tit p:after {
        width: 15%;
    }

    .rm_top {
        padding: 6em 0 0;
    }

    .wrap_rm:before {
        top: 5em;
    }

    .rmbtn a {
        font-size: 15px;
    }
}

@media screen and (max-width:380px) {
    .rmtitle h6 {
        font-size: 30px;
    }

    .rmtitle span {
        font-size: 15px;
    }

    .rmtitle {
        max-width: 80%;
    }

    .rmtitle p {
        font-size: 15px;
    }

    .rmtitle p:after {
        width: 32%;
    }

    .rmbtn {
        max-width: 83%;
    }

    .rmb_tit p {
        font-size: 26px;
    }

    .rmb_tit p:before,
    .rmb_tit p:after {
        width: 12%;
    }

    .rmfac {
        margin-bottom: 3em;
    }
}

@media screen and (max-width:350px) {
    .rmtitle p {
        padding: 0 0 0 2em;
    }

    .rmtitle p:after {
        width: 29%;
    }

    .rmtitle h6 {
        font-size: 28px;
    }

    .rmbtn a {
        font-size: 13px;
    }

    .rmbtn {
        padding: 0 0 1em;
    }

    .rmb_tit p:before,
    .rmb_tit p:after {
        width: 8%;
    }
}

/*rinfo*/
.rinfo {
    text-align: left;
    padding: 3%;
    width: 100%;
    margin: 0 auto;
    letter-spacing: 1px;
}

.rinfo li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo li span:nth-of-type(2) {
    width: 75%;
}

/***price***/
.modal-dialog {
    width: 1196px;
    max-width: 90%;
    margin: 5vh auto 0;
}

.close {
    font-size: 45px;
    font-weight: normal;
    color: #6f6357;
    opacity: 1;
    position: absolute;
    top: .1em;
    right: .3em;
    z-index: 10;
}

.rmprice {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
    max-width: 100%;
}

.rmprice .rmb_tit {
	background:url(../../images/rmprice_deco_01.png) top right no-repeat;
	background-size: contain;
	text-align: right;
}
.rmprice .rmb_tit2 {
	
}
.modal-dialog {
    height: 74vh;
    overflow-y: scroll;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.modal-content {
    border: 0;
    border-radius: 0;
	background: url(../../images/rmprice_bg.jpg) top center repeat;
}

.rmprice td {
    vertical-align: middle;
    line-height: 1.3;
    padding: 5px 0;
    font-size: 18px;
    letter-spacing: 1px;
}

table.rmtable tr:nth-of-type(2n) {
    
}

@media screen and (max-width:380px) {
    .rmprice {
        font-size: 14px;
        letter-spacing: 0;
    }

    .rinfo li span:nth-of-type(2) {
        width: 73%;
    }
}

/**footer**/
footer {
    position: relative;
    width: 100%;
    z-index: 20;
    margin: 0 auto;
    text-align: center;
}

.ft_top {
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
}

.ft_left {
    display: inline-block;
    width: 60%;
    text-align: left;

}

.ft_right {
    display: inline-block;
    width: 38%;
    vertical-align: bottom;
    text-align: right;
}

.ft_icon {
    text-align: right;
    width: 35%;
    margin-top: 1em;
    float: right;
}

.ft_icon .ftmark {
    padding: 0.2em;
    background-color: #fff;
    border-radius: 19px;
    text-align: center;
    font-weight: 600;
}

.ft_inner {
    display: inline-block;
}

.ftinfo {
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    margin-left: 2em;
    font-weight: 600;
}

.ftinfo ul {}

.ftinfo ul li {}

.ftinfo img {
    margin-right: .5em;
}

.ftbtn {}

.ftbtn a {
    transition: .3s all;
}

.ftbtn a:hover {
    transform: scale(.95);
    opacity: 0.9;
}

.ftbtn ul {}

.ftbtn ul li {
    display: inline-block;
    margin-right: 1em;
}

.ft_bottom {
    border-top: 1px solid #fff;
    margin-top: 1em;
    padding: 1em 0;
}

.ft_bottom2 {
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
}

.ft_bottom .copyright {
    display: inline-block;
    width: 60%;
    color: #fff;
    text-align: left;
}

.ft_bottom .copyright a {
    display: inline-block;
    color: #fff;
    transition: .2s all;
}

.ft_bottom .copyright a:hover {
    color: #172d61;
}

.ft_bottom .icon {
    display: inline-block;
    width: 38%;
    color: #fff;
    vertical-align: bottom;
    text-align: right;
}

.ft_bottom .icon a {
    display: inline-block;
    transition: .2s all;
}

.ft_bottom .icon a:hover {
    filter: invert(1) opacity(.2);

}

/***waves***/
#waves {
    position: relative;
    height: 40px;
    transform: rotateX(0deg);
    opacity: .8;
}

.wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 20;
}

footer .wrap {
    background: #acd5e3;
    padding: 3em 0 0;
}

@media screen and (max-width: 1400px) {
    .ft_icon {
        width: 42%;
    }
}

@media screen and (max-width: 1200px) {
    .ft_icon {
        width: 49%;
    }

}

@media screen and (max-width: 991px) {
    .ft_icon {
        width: 60%;
    }
}

@media screen and (max-width: 850px) {
    footer .wrap {
        padding: 3em 0 0;
    }

    .ft_inner {
        margin-left: 1em;
    }

    .ftinfo {
        margin-left: 0;
        margin-top: 1em;
    }

    .ft_right {
        width: 35%;
        margin-right: 1em;
    }

    .ft_icon {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .ft_left {
        width: 90%;
        text-align: center;
    }

    .ftinfo {
        margin: 2em 0;
    }

    .ft_right {
        width: 90%;
        margin-right: 1em;
        text-align: center;
    }

    .ft_icon {
        text-align: center;
        width: 60%;
        float: none;
        margin: 1em 5em;
    }

    .ft_bottom .copyright {
        width: 90%;
        text-align: center;
    }

    .ft_bottom .icon {
        width: 90%;
        text-align: center;
        margin-top: .5em;
    }
}
@media screen and (max-width: 390px){
.ft_inner {
    margin-left: 0;
}
.ft_icon {
    width: 66%;
    margin: 1em 3em;
}
.ft_bottom .copyright {
    width: 98%;
}
}
/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*about*/

#about {}

/*ab1*/
.ab1 {
    position: relative;
}

.ab1_deco {
    position: relative;
    overflow: hidden;
}

.block_page1 {
    position: absolute;
    top: 4em;
    right: -33em;
    background-size: contain;
    animation: bubble4 8s linear infinite;
    transition: .5s all;
    z-index: -1;
}

@keyframes bubble4 {
    0% {
        transform: translate3d(2px, 10px, 20px);
    }

    30% {
        transform: translate3d(5px, 30px, 30px);
    }

    60% {
        transform: translate3d(10px, 60px, 40px);
    }

    80% {
        transform: translate3d(15px, 90px, 50px);
    }

    100% {
        transform: translate3d(2px, 10px, 20px);
    }
}

.overlay {
    position: absolute;
    height: 199px;
    width: 100%;
    z-index: -1;
}

.one {
    margin-top: 71px;
    margin-left: 2463px;
    width: 100%;
}

.warp1 {
    width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
}

.ab1_content {
    position: relative;
}

.ab1_text {
    display: inline-block;
    width: 40%;
    position: relative;
    top: 18em;
    text-align: left;

}

.ab1_font {
    text-align: left;
    padding: 1em 1em 1em 8.2em;
    margin: 0 auto;
    position: relative;
}

.ab1_font:before {
    content: '';
    position: absolute;
    background: url(../../images/ab1_deco01.png);
    width: 10px;
    height: 225px;
    top: 1em;
    left: 7em;
}

.ab1_img01 {
    display: inline-block;
    position: relative;
}

.ab1_img01:before {
    content: '';
    position: absolute;
    background: url(../../images/ab1_deco02.png) bottom left no-repeat;
    width: 239px;
    height: 199px;
    bottom: 4em;
    left: -15em;
    animation: swing;
    animation: swing 2.5s linear infinite;
    background-size: 75%;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(25deg);
    }

    100% {
        transform: rotate(0deg);
    }

}

.warp2 {
    width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.warp2:before {
    content: '';
    position: absolute;
    background: url(../../images/ab1_bg01.png) bottom right no-repeat;
    width: 709px;
    height: 797px;
    bottom: -23em;
    right: -14em;
    z-index: -1;
}

.ab1_img02 {
    margin-top: -3em;
    display: inline-block;
    text-align: left;
}

.ab1_img02 ul li {
    display: inline-block;
    padding: 2em;
    width: 31.33%;
}

.ab1_img02 ul li:nth-of-type(2) {
    position: relative;
    top: 7em;
}

.ab1_img02 ul li:nth-of-type(3) {
    position: relative;
    top: 4em;
}

/*inews*/
.warp3 {
    width: 1400px;
    margin: 4em auto 13em;
    text-align: left;
    position: relative;
}

.warp3:before {
    content: '';
    background: url(../../images/inews_deco02.png) bottom right no-repeat;
    position: absolute;
    width: 260px;
    height: 96px;
    bottom: -11em;
    right: -15em;

}

.inews_title {
    display: inline-block;
    width: 30%;
    text-align: center;
}

.inews_content {
    display: inline-block;
    width: 65%;
    position: relative;
    top: 11em;
    left: 3em;
}

.inews_content img {
    display: inline-block;
    width: 100%;
    margin: 0 4em 0 0;
}

.inews_content img:nth-of-type(2) {
    position: relative;
    top: 2em;
}

/*ab2*/
.ab2 {
    position: relative;
}

.ab2_deco {
    position: relative;
    overflow: hidden;
}

.block_page2 {
    position: absolute;
    top: -5em;
    left: -33em;
    background-size: contain;
    animation: bubble4 8s linear infinite;
    transition: .5s all;
    z-index: -1;
}

@keyframes bubble4 {
    0% {
        transform: translate3d(2px, 10px, 20px);
    }

    30% {
        transform: translate3d(5px, 30px, 30px);
    }

    60% {
        transform: translate3d(10px, 60px, 40px);
    }

    80% {
        transform: translate3d(15px, 90px, 50px);
    }

    100% {
        transform: translate3d(2px, 10px, 20px);
    }
}

.ab2_01 {
    width: 100%;
    text-align: left;
    position: relative;
    padding-top: 5em;

}

.ab2_01:before {
    content: '';
    background: url(../../images/ab2_bg01.png) bottom left no-repeat;
    position: absolute;
    width: 1075px;
    height: 407px;
    bottom: -16em;
    left: 0;

}

.ab2_deco01 {
    position: absolute;
    max-width: 463px;
    height: 60%;
    top: -16em;
    left: 0;

}

.ab2_img02 {
    width: 52%;
    position: absolute;
    bottom: -7em;
    right: 0;
}

.ab2_img01 {
    width: 70%;
}

.ab2_02 {
    width: 100%;
    position: relative;
    margin-top: 14em;
}

.ab2_deco02 {
    position: absolute;
    top: -14em;
    right: 0;
}

.ab2_din {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.ab2_din01 {
    display: inline-block;
    width: 68%;
    background: url(../../images/ab2_bg02.png) center center no-repeat;
    vertical-align: top;
    height: 488px;
    background-size: 53%;
    background-position-x: 64%;
    text-align: left;
}

.ab2_din01 img {
    display: inline-block;
    width: 46%;
    margin-left: 2em;
}

.ab2_din01 img:nth-of-type(2) {
    position: relative;
    top: 4em;
}

.ab2_din02 {
    display: inline-block;
    width: 30%;
    background: url(../../images/ab2_img04.png) top right no-repeat;
    height: 942px;
}

.ab2_din02 p {
    padding: 36em 3em 1em;
    text-align: right;
    font-size: 18px;
    color: #fff;	
}

/*ab3*/
.ab3 {
    position: relative;
    height: 820px;
}

.ab3_bg {
    background: url(../../images/ab3_bg01.jpg) top left fixed;
    width: 100%;
    height: 1470px;
    position: absolute;
    top: -39em;
    z-index: -1;
}

.ab3_content {
	width:100%;
    position: relative;
    background: url(../../images/ab3_maskbg.jpg) top left repeat;
}

.ab3_left {
    position: relative;
    top: -21.92em;
    left: 17em;
    width: 741px;
    height: 253px;
    background-position-y: 1em;
}

.ab3_left img {
    position: relative;
    top: 5em;

}

.ab3_right {
    position: absolute;
    top: -39em;
    right: 4em;
}

@media screen and (max-width: 1400px) {
    .block_page1 {
        top: 27em;
        right: -33em;
        max-width: 135%;
    }

    .warp1 {
        margin-bottom: -18em;
    }

    .one {
        width: 165%;
    }

    .ab1_content {
        position: relative;
        top: -18em;
    }

    .ab1_text {
        width: 97%;
        top: 32em;
    }

    .ab1_img01:before {
        bottom: 4em;
        left: -16em;
    }

    .warp2:before {
        bottom: -16em;
        right: 5em;
        background-size: 66%;
    }

    .ab1_img02 {
        width: 80%;
        margin: 0 auto;
    }

    .warp3:before {
        bottom: -8em;
        right: 1em;
        background-size: 61%;
    }

    .ab2_deco01 {
        top: -10em;
    }

    .block_page2 {
        top: -2em;
        left: -21em;
        max-width: 115%;
    }

    .ab2_02 {
        margin-top: 11em;
    }

    .ab2_deco02 {
        top: -9em;
        width: 38%;
    }

    .ab2_din02 {
        background-size: 94%;
    }

    .ab2_din02 p {
        padding: 30em 3em 1em;
    }

    .ab3 {
        height: 445px;
    }

    .ab3_bg {
        height: 1088px;
    }

    .ab3_left {
        top: -18.5em;
        left: 8em;
    }

    .ab3_right {
        position: absolute;
        top: -28em;
        right: 1em;
        width: 39%;
    }
}

@media screen and (max-width: 1200px) {
    .block_page1 {
        top: 39em;
        right: -29em;
        max-width: 140%;
    }

    .ab1_img01 {
        width: 60%;
    }

    .ab1_img01:before {
        bottom: 0em;
        left: -16em;
    }

    .ab1_text {
        width: 97%;
        top: 29em;
    }

    .ab1_img02 {
        margin: 0 1em;
    }

    .ab1_img02 ul li {
        width: 26.33%;
    }

    .warp2:before {
        bottom: -20em;
        right: 18em;
        background-size: 66%;
    }

    .inews_title {
        text-align: left;
        padding-left: 1em;
    }

    .inews_content {
        left: -3em;
    }

    .ab2_deco01 {
        top: -4em;
        height: 46%;
    }

    .ab2_din01 img {
        width: 47%;
        margin-left: 1em;
    }

    .ab2_din02 {
        background-position: top left;
    }

    .ab2_din02 p {
        padding: 24em 3em 1em 0;
    }

    .ab3 {
        height: 285px;
    }

    .ab3_bg {
        height: 928px;
    }

    .ab3_left {
        top: -16.1em;
        left: 11em;
        background-size: 65%;
    }

    .ab3_left img {
        top: 4em;
        width: 67%;
    }

    .ab3_right {
        top: -24em;
        right: 3em;
        width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .block_page1 {
        top: 9em;
        right: -30em;
        max-width: 134%;
    }

    .ab1_img01 img {
        max-width: 80%;
    }

    .ab1_text img {
        max-width: 48%;
    }

    .ab1_font {
        padding: 1em 1em 1em 4.2em;
    }

    .ab1_font:before {
        left: 3em;
    }

    .ab1_img01:before {
        bottom: -2em;
        left: -4em;
        background-size: 80%;
    }

    .ab1_img02 {
        margin: 0;
    }

    .ab1_img02 ul li {
        width: 23%;
    }

    .warp2:before {
        bottom: -20em;
        right: 36em;
        background-size: 54%;
    }

    .inews_title img {
        max-width: 60%;
    }

    .inews_content {
        left: -6em;
        width: 100%;
        top: 3em;
    }

    .ab2_01:before {
        bottom: -10em;
        background-size: 58%;
    }

    .ab2_img02 {
        bottom: -2em;
    }

    .ab2_02 {
        margin-top: 7em;
    }

    .ab2_din01 {
        width: 66%;
    }

    .ab2_din01 img {
        margin-left: 0.6em;
    }

    .ab2_din02 {
        background-size: 97%;
        background-position-x: 0.3em;
        height: 630px;
    }

    .ab2_din02 p {
        padding: 21em 2em 1em 0;
    }

    .ab3 {
        height: 453px;
    }

    .ab3_bg {
        height: 799px;
        margin-top: 19em;
    }

    .ab3_left {
            top: -12.9em;
    left: 4em;
        background-size: 57%;
    }

    .ab3_right {
        top: -19em;
        right: 2em;
        width: 35%;
    }
}

@media screen and (max-width: 991px) {
    .block_page1 {
        top: 11em;
        right: -30em;
        max-width: 154%;
    }

    .one {
        margin-left: 32px;
        width: 210%;
    }

    .ab1_img01 {
        top: 8em;
    }

    .ab1_img01:before {
        bottom: -6em;
        left: 0;
        background-size: 63%;
    }

    .ab1_img02 {
        margin: 9em 0 0;
        text-align: left;
    }

    .ab1_img02 ul li {
        width: 19.5%;
        padding: 1em;
    }

    .warp2 {
        text-align: left;
    }

    .warp2:before {
        bottom: -18em;
        right: 46em;
        background-size: 42%;
    }

    .inews_title {
        width: 90%;
    }

    .inews_title img {
        max-width: 19%;
    }

    .inews_content {
        left: 0;
        margin: 1em 0 1em;
        top: 3em;
    }
    .ab2 {
    margin-top: -16em;
}

    .ab2_deco01 {
        top: -4em;
        height: 34%;
    }

    .block_page2 {
        top: -2em;
        left: -21em;
        max-width: 136%;
    }

    .ab2_din01 {
        background-size: 41%;
        background-position-x: 50%;
        background-position-y: 18%;
    }

    .ab2_din02 p {
        padding: 18em 1.5em 1em 0;
        font-size: 16px;
        line-height: 1.2;
        color: #6c6c6c;
    }
    

    .ab3 {
        height: 465px;
    }

    .ab3_bg {
        height: 480px;
        margin-top: 30em;
    }

    .ab3_left {
        top: -8.1em;
    left: 6em;
    background-size: 89%;
    width: 50%;
    }

    .ab3_left img {
            top: 2em;
    width: 87%;
    }

    .ab3_right {
        top: -10em;
    }

}

@media screen and (max-width: 767px) {
    .overlay {
        height: 140px;
    }

    .one {
        margin-top: 30px;
        margin-left: 0px;
    }

    .warp3:before {
        display: none;
    }

    .ab2_img01 {
        width: 100%;
    }

    .ab2_img02 {
        bottom: 0em;
        position: relative;
        width: 100%;
    }

    .ab2_01:before {
        bottom: -4em;
    }

    .ab2_02 {
        margin-top: 6em;
    }

    .ab2_deco01 {
        height: 26%;
    }

    .ab2_deco02 {
        top: -6em;
        width: 38%;
    }

    .ab2_din01 {
        width: 100%;
        text-align: center;
        background-size: 71%;
        background-position-x: 50%;
        background-position-y: 100%;
    }

    .ab2_din01 img {
        width: 76%;
        margin: 0;
    }

    .ab2_din02 {
        width: 76%;
        margin-top: 16em;
        background-size: 99%;
        background-position-x: 0;
        height: 1040px;
    }

    .ab2_din02 p {
        padding: 32em 5.5em 1em 0;
        font-size: 18px;
        line-height: 1.8;
    }

    .ab3 {
        height: 0;
    }

    .ab3_bg {
        position: relative;
        background-attachment: inherit;
        background-position: center;
		height: 367px;
    }
	.ab3_left img {
    top: 4em;
    width: 87%;
    left: -3em;
}
.ab3_right {
    top: -10em;
    width: 40%;
}
}

@media screen and (max-width: 450px) {
    .block_page1 {
        top: 30em;
        right: -30em;
        max-width: 190%;
    }

    .one {
        margin-left: 32px;
        width: 260%;
    }

    .warp1 {
        margin-bottom: 0em;
    }

    .ab1_text {
        width: 100%;
    }

    .ab1_text img {
        max-width: 74%;
    }

    .ab1_img01 {
        width: 100%;
        top: 29em;
    }

    .ab1_img01 img {
        max-width: 100%;
    }

    .ab1_img01:before {
        bottom: 17em;
        left: 1em;
    }

    .warp2:before {
        display: none;
    }

    .ab1_img02 {
        margin: 12em 0 0;
    }

    .ab1_img02 ul li {
        width: 35%;
        margin: 0;
        display: block;
    }

    .ab1_img02 ul li:nth-of-type(2) {
        top: 0em;
    }

    .ab1_img02 ul li:nth-of-type(3) {
        top: 0em;
    }

    .warp3 {
        margin: 1em auto 9em;
    }

    .inews_content img {
    width: 88%;
}

    .inews_title img {
        max-width: 30%;
    }

    .ab2_din02 {
        margin-top: 7em;
        height: 704px;
    }

    .ab2_din02 p {
        padding: 30em 2.5em 1em 0;
    }

    .ab2_deco02 {
        width: 70%;
    }

    .ab3 {
        height: 150px;
        margin-bottom: -8em;
    }

    .ab3_bg {
        margin-top: 39em;
        background-size: contain;
    }

    .ab3_left {
        top: -3.7em;
        left: 4em;
        background: transparent;
        width: 75%;
    }

    .ab3_left img {
        top: 3em;
        width: 100%;
    }

    .ab3_right {
        margin: 0 auto;
        top: -9em;
        position: relative;
        width: 96%;
        right: 0;
    }
}

@media screen and (max-width: 414px) {
    .ab1_img01:before {
        bottom: 12em;
        left: 1em;
        background-size: 56%;
    }

    .block_page2 {
        top: -3em;
        left: -15em;
        max-width: 136%;
    }
.ab2 {
    margin-top: -11em;
}
    .ab2_01 {
        padding-top: 0;
    }

    .ab1_img02 {
        width: 100%;
    }
    .ab1_img02 ul li {
    width: 26%;
}

    .ab2_deco01 {
        height: 9%;
    }

    .block_page2 {
        max-width: 140%;
    }

    .ab2_din01 {
        background-position-y: 60%;
    }

    .ab2_din01 img {
        width: 90%;
    }

    .ab2_din01 img:nth-of-type(2) {
        top: 2em;
    }

    .ab2_din02 {
        width: 90%;
        margin-top: 8em;
        height: 760px;
    }

    .ab2_din02 p {
        padding: 28em 2.8em 1em 0;
        line-height: 1.5;
    }
    .ab3_bg {
    height: 300px;
}
}

@media screen and (max-width: 390px) {
    .ab2_din02 {
        margin-top: 6em;
    }

    .ab2_din02 p {
        padding: 26.8em 2.8em 1em 0;
    }

    .ab1_img02 ul li {
        width: 24%;
    }
}

/*intitle*/
.intitle {
    position: relative;
}

.intitle_deco2 {
    position: relative;
    overflow: hidden;
    height: 741px;
}

.block_page4 {
    position: absolute;
    top: 3em;
    right: -7em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 90%;
}

@keyframes bubble5 {
    0% {
        transform: rotate(2.5deg);
    }

    30% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(2.5deg);
    }

    80% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(2.5deg);
    }
}

.inbanner {
    background-size: cover;
    width: 100%;
    height: 614px;
}

.inbanner_sce {
    background: url(../../images/inbanner_sce.png) top left no-repeat;

}

.inbanner_note {
    background: url(../../images/inbanner_note.png) top left no-repeat;

}

.inbanner_loc {
    background: url(../../images/inbanner_loc.png) top left no-repeat;

}

.inbanner_news {
    background: url(../../images/inbanner_news.png) top left no-repeat;

}

.inbanner_rooma {
    background: url(../../images/inbanner_rooma.png) top left no-repeat;

}

.inbanner_roomb {
    background: url(../../images/inbanner_roomb.png) top left no-repeat;

}

.inbanner_roomc {
    background: url(../../images/inbanner_roomc.png) top left no-repeat;

}

.inbanner_roomd {
    background: url(../../images/inbanner_roomd.png) top left no-repeat;

}

/*inall*/
.inall {
    position: relative;
}

.all_deco {
    position: relative;
    overflow: hidden;
}

.block_page5 {
    position: absolute;
    top: 3em;
    left: -69em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 90%;
}

.block_page6 {
    position: absolute;
    top: 3em;
    right: -67em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 90%;
}

.inbottom {
    max-width: 1322px;
    text-align: right;
    margin: 4em auto 6em;
}

@media screen and (max-width: 1400px) {
    .block_page4 {
        top: 9em;
        right: -10em;
        width: 100%;
    }

    .block_page5 {
        top: 3em;
        left: -43em;
        width: 96%;
    }

    .block_page6 {
        top: 3em;
        right: -37em;
        width: 96%;
    }
}

@media screen and (max-width: 1200px) {
    .block_page4 {
        top: 9em;
        right: -10em;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .intitle_deco2 {
        height: 351px;
    }

    .block_page4 {
        top: 4em;
        right: -4em;
        width: 100%;
    }

    .inbanner {
        background-size: 122%;
        height: 310px;
    }

    .block_page5 {
        top: 3em;
        left: -13em;
        width: 96%;
    }

    .block_page6 {
        top: 3em;
        right: -24em;
        width: 96%;
    }
}

@media screen and (max-width: 767px) {
    .block_page4 {
        top: 9em;
        right: -10em;
        width: 100%;
    }

}

@media screen and (max-width: 450px) {
    .intitle_deco2 {
        height: 200px;
    }

    .inbanner {
        background-size: 128%;
        background-position-x: -36px;
        height: 212px;
    }

    .block_page4 {
        top: 2em;
        right: -3em;
    }

    .block_page5 {
        top: 3em;
        left: -9em;
        width: 100%;
    }

    .block_page6 {
        top: 18em;
        right: -17em;
        width: 100%;
    }
}

@media screen and (max-width: 414px) {
    .block_page4 {
        top: 1.6em;
        right: -1em;
    }
}

@media screen and (max-width: 390px) {
    .block_page4 {
        top: 2em;
        right: -1em;
    }
}

/**loc**/
.loc {
    max-width: 1350px;
    text-align: center;
    margin: 0 auto;
    padding: 1em;
}

.loc p:nth-of-type(1) {
    text-align: right;

}

.loc p:nth-of-type(2) {
    text-align: left;

}

/***map***/
.map {
    position: relative;
    overflow: hidden;
    width: 1350px;
    margin: 1em auto 1em;
    max-width: 100%;
    min-height: 836px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    border: 24px solid transparent;
    background: url(../../images/loc_bg.jpg);
    border-radius: 20px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:900px) {
    .map {
        margin: 2em auto 6em;
        min-height: 520px;
    }
}

@media screen and (max-width:650px) {
    .map {
        min-height: 480px;
    }
}

@media screen and (max-width:500px) {
    .map {
        margin: 0 auto;
        min-height: 400px;
    }
}

@media screen and (max-width:430px) {
    .map {
        min-height: 350px;
    }
}

@media screen and (max-width:350px) {
    .map {
        min-height: 300px;
    }
}

/*---service_note-------------------------------------------------------------------------------------------------------------------------------*/
.service_note {
    text-align: center;
    border-radius: 20px;
    width: 1600px;
    margin: 0 auto;
    max-width: 90%;
    padding: 2em 0 3em;
    position: relative;
    z-index: 8;
}

/*note*/
.note {
    position: relative;
    z-index: 3;
    padding-bottom: 1em;
}

.note ul {}

.note li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px;
}

.note li a {
    z-index: 30;
}
}

.note li img {
    pointer-events: none;
}

img.nt {
    max-width: 100%;
    transition: .2s linear;
}

img.nt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

.note li.active img.nt {
    opacity: 0;
}

.note li.active img.nt1 {
    opacity: 1;
}

/*hover*/
.note li a:hover img.nt {
    opacity: 0;
}

.note li a:hover img.nt1 {
    opacity: 1;
}

/*tab-content*/
.tab-content {
    border-radius: 10px;
    padding: 3em 2em;
    min-height: 500px;
}

.note_bg {
    border-radius: 16px;

}

.note1_bg {
    background: url(../../images/note_bg01.jpg) top center repeat;


}

.note2_bg {
    background: url(../../images/note_bg02.jpg) top center repeat;

}

.note3_bg {
    background: url(../../images/note_bg03.jpg) top center repeat;

}

/*note_info*/
.note_info {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 1em;
}

@media screen and (max-width:820px) {
    .service_note {
        padding: 1em 0 3em;
    }

    .tab-content {
        min-height: 600px;
        padding: 2em;
    }
}

@media screen and (max-width:600px) {
    .note {
        padding-bottom: 1em;
    }

    .note li {
        width: 25%;
        margin: 0;
    }

    .note li img {
        padding: 2%;
    }

    .service_note .title {
        padding: 2em 0;
    }

    .note {
        padding-bottom: 0em;
    }

    .tab-content {
        padding: 1em;
    }
}

@media screen and (max-width:500px) {
    .service_note {
        max-width: 100%;
    }

    .note,
    .tab-content {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:430px) {
    .note li {
        width: 28%;
        margin: 0.2em 0;
    }
}

@media screen and (max-width:350px) {
    .service_note .title {
        padding: 1em 0 1em;
    }

    .note li {
        width: 30%;
    }
}

/*roomall*/
.block_page7 {
    position: absolute;
    top: -26em;
    right: -2em;
    background-size: contain;
    animation: bubble7 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 100%;
}

@keyframes bubble7 {
    0% {
        transform: rotate(-5deg) scale(1.1);
    }

    30% {
        transform: scale(1.0);
    }

    60% {
        transform: rotate(-5deg) scale(1.1);
    }

    80% {
        transform: scale(1.0);
    }

    100% {
        transform: rotate(-5deg) scale(1.1);
    }
}

/*rooma*/

.rooma1 {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.rooma1:before {
    content: '';
    position: absolute;
    background: url(../../images/rooma_bg01.png)top right no-repeat;
    width: 1493px;
    height: 1025px;
    top: 43em;
    right: -10em;
    z-index: -1;

}

.rooma1:after {
    content: '';
    position: absolute;
    background: url(../../images/rooma_bg02.png)top right no-repeat;
    width: 1688px;
    height: 142px;
    top: 102em;
    left: -10em;
    z-index: -1;
}

.rma1_01 {
    margin: 0 auto;
    text-align: center;
}

.rma1_01 .left {
    display: inline-block;
    width: 55%;
}

.rma1_text {
    display: inline-block;
}

.rma1_text p {
    font-size: 22px;
    color: #2f416d;
    display: inline-block;
    letter-spacing: 6px;
}

.rma1_01 .right {
    width: 43%;
    display: inline-block;
    position: relative;
    top: 7em;
}

.rma1_02 {
    text-align: left;
    margin: 0 auto;
    margin-top: 4em;
}

.rma_bubble01 {
    position: absolute;
    top: 0em;
    right: -4em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 70%;
}

.rma_bubble02 {
    position: absolute;
    bottom: 143em;
    left: -35em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 95%;
}

.rma1_03 {
    display: inline-block;
    margin-top: 5.5em;
}

.rma1_03 .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.rma1_03 .right {
    display: inline-block;
    width: 45%;
    text-align: left;
}

.rma1_03 .right .right_top {
    display: inline-block;
    text-align: center;

}

.rma1_03 .right .right_top a {
    display: inline-block;
    transition: .5s all;
}

.rma1_03 .right .right_top a:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.rma1_03 .right .right_bot {
    background: url(../../images/rooma_otherbg.png) bottom left no-repeat;
    background-position-x: 1em;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.rma1_03 .right .right_bot a {
    transition: .5s all;
}

.rma1_03 .right .right_bot ul li {
    display: inline-block;
    width: 21.33%;
}

.rma1_04 {
    max-width: 1332px;
    margin: 2em auto;
    text-align: center;
    background: url(../../images/rooma_deco02.jpg)top center repeat;
    border-radius: 50px;
    padding: 3em 0;
}

.rma1_04 p {
    text-align: right;
}
.rma1_04 p:nth-of-type(1) {
	background:url(../../images/rooma_deco01_01.png) top left no-repeat;
	background-size:contain;
	width:100%;
	height:90px;
	background-position-x: 3em;
}

/*rooma_fac*/
.rma1_fac01 {
    background: url(../../images/room_mask.png) top center no-repeat, url(../../images/rooma_bg03.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    height: 1376px;
    margin-bottom: 20em;
    position: relative;
    text-align: right;
}

.rma_fac01_top {
    position: relative;
    top: 4em;
    right: 0;
    text-align: right;
    margin-bottom: -5em;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-start;
}

.rma_fac01_top .fac01_text {
    display: inline-block;
    width: 28%;
    vertical-align: bottom;
    margin-bottom: 14em;
    top: 32em;
    position: relative;
    text-align: center;
}

.rma_fac01_top .fac01_text p {
    text-align: left;
    padding: 1em 0 0 10em;
    position: relative;

}

.rma_fac01_top .fac01_text p:before {
    content: '';
    position: absolute;
    background: url(../../images/rooma_deco03.png) top left no-repeat;
    width: 6px;
    height: 217px;
    top: 1em;
    left: 9em;
}

.rma_fac01_top .fac01_fac {
    display: inline-block;
    width: 70%;
	order: 1;
}

.rma_fac01_top .fac01_game {
    position: absolute;
    top: 6em;
    left: 19em;
}

.rma1_fac01 .fac01_bottom {
    position: absolute;
    bottom: -14em;
    left: 14em;
}

@media screen and (max-width: 1400px) {
    .block_page7 {
        top: -11em;
        right: -8em;
    }

    .rooma1:before {
        top: 39em;
    }

    .rooma1:after {
        left: -20em;
        top: 98em;
    }

    .rma1_02 {
        margin-top: 6em;
    }

    .rma1_03 .right .right_bot {
        padding-left: 2em;
        background-size: 30%;
    }
   .rma_fac01_top .fac01_fac {
    width: 65%;
}
    .rma_fac01_top .fac01_text {
        top: 11em;
		width: 35%;
    }

    .rma_fac01_top .fac01_text p {
        padding: 1em 0 0 9em;
    }

    .rma_fac01_top .fac01_text p:before {
        top: 1em;
    left: 8em;
    }
   
    .rma_fac01_top .fac01_game {
        top: 11em;
    left: 30em;
    width: 34%;
    }

    .rma1_fac01 .fac01_bottom {
        right: 5em;
    }
}

@media screen and (max-width: 1200px) {
    .block_page7 {
        top: -5em;
        right: -9em;
    }

    .rooma1:before {
        top: 35em;
        background-size: 86%;
    }

    .rooma1:after {
        left: -34em;
        top: 84em;
    }

    .rma1_fac01 {
        margin-bottom: 18em;
    }

    .rma_fac01_top {
       
    }

    .rma1_03 .left {
        width: 45%;
    }

    .rma1_03 .right {
        width: 52%;
    }

    .rma_fac01_top .fac01_text p {
        padding: 1em 0 0 7em;
    }

    .rma_fac01_top .fac01_text p:before {
        top: 1em;
        left: 6em;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
    .block_page7 {
        top: 0em;
        right: -5em;
    }

    .rooma1:before {
        top: 33em;
        background-size: 77%;
    }

    .rooma1:after {
        left: -44em;
        top: 76em;
        background-size: 92%;
    }

    .rma1_03 {
        margin-top: 2.5em;
    }

    .rma_fac01_top .fac01_text {
        top: 10em;
        left: 2em;
    }

    .rma_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rma_fac01_top .fac01_text p:before {
            top: 1em;
    left: 4em;
    }

    .rma1_fac01 {
        margin-bottom: 15em;
    }

    .rma_fac01_top {
       
    }
	.rma_fac01_top .fac01_game {
    top: 10em;
    left: 26em;
    width: 34%;
}
}

@media screen and (max-width: 991px) {
    .block_page7 {
        top: -8em;
        right: -5em;
    }

    .rooma1:before {
        top: 28em;
        background-size: 55%;
    }

    .rooma1:after {
        left: -58em;
        top: 60em;
        background-size: 53%;
    }

    .rma1_03 .left {
        width: 90%;
    }

    .rma1_03 .right {
        width: 90%;
    }

    .rma1_fac01 {
        margin-bottom: 15em;
        background-attachment: initial;
		height: 837px;
    }
.rma_fac01_top {
    margin-bottom: 10em;
}
.rma1_fac01 .fac01_top {
        top: -86em;
    }
    .rma_fac01_top .fac01_fac {
        display: inline-block;
        width: 100%;
    }

    .rma_fac01_top .fac01_text {
    top: 4em;
    left: 0em;
    float: none;
    width: 90%;
    order: 2;
    margin: 0 auto;
}
.rma_fac01_top .fac01_text p {
    padding: 1em 0 0 15em;
}
.rma_fac01_top .fac01_text p:before {
    top: 1em;
    left: 14em;
}

    

    .rma_fac01_top .fac01_game {
    top: 6em;
    left: -1.8em;
    width: 90%;
    position: relative;
    order: 3;
}

    .rma1_fac01 .fac01_bottom {
        right: 0;
    position: relative;
    bottom: -47em;
    left: 1em;
    width: 95%;
    }
	
}

@media screen and (max-width: 767px) {
    .rma_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .rooma1 {
        margin-top: 1em;
    }

    .rooma1:before {
        top: 59em;
        background-size: 36%;
        right: -6em;
    }

    .rooma1:after {
        left: -70em;
        top: 80em;
        background-size: 45%;
    }

    .rma1_01 .left {
        width: 90%;
    }

    .rma1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rma1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rma1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rma1_03 .right .right_bot {
        padding-left: 5em;
        background-size: 30%;
    }

    .rma1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rma1_fac01 {
        height: 500px;
        margin-bottom: 13em;
    }

    .rma_fac01_top {
    }

    .rma_fac01_top .fac01_text {
        top: 4em;
    left: 0em;
    text-align: center;
    }

    .rma_fac01_top .fac01_text p {
            padding: 1em 0 0 10em;
    }

    .rma_fac01_top .fac01_text p:before {
        top: 1em;
        left: 9em;
    }

    .rma1_fac01 .fac01_bottom {
        bottom: -28em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
	
	.rma1_04 p:nth-of-type(1) {
	height:28px;
}
.rma1_04 p:nth-of-type(1) img {
	position: relative;
    top: -1em;
    width: 39%;
}
}

@media screen and (max-width: 450px) {
    
    .rma_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .rooma1 {
        margin-top: 2em;
    }

    .rooma1:before {
        top: 44em;
        background-size: 28%;
        right: -4em;
    }

    .rooma1:after {
        left: -80em;
        top: 59em;
        background-size: 40%;
    }

    .rma1_01 .left {
        width: 90%;
    }

    .rma1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rma1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rma1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rma1_03 .right .right_bot {
        padding-left: 5em;
        background-size: 30%;
    }

    .rma1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rma1_fac01 {
    margin-bottom: 12em;
    height: 306px;
}
    .rma_fac01_top {
       
    }

    .rma_fac01_top .fac01_text {
        top: 4em;
        left: 0em;
        width: 95%;
    }
.rma_fac01_top .fac01_text p:before {
    top: 1em;
    left: 6em;
}
    .rma_fac01_top .fac01_text p {
        padding: 1em 0 0 7em;
    }

    .rma1_fac01 .fac01_bottom {
        bottom: -20em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
	.rma1_04 {
    width: 95%;
}
.rma1_04 p:nth-of-type(1) {
    height: 28px;
}
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 390px) {
    .block_page7 {
        top: -3em;
        right: -2em;
    }

    .rooma1:before {
        top: 42em;
        background-size: 26%;
        right: -4em;
    }

    .rooma1:after {
        left: -81.5em;
        top: 56em;
        background-size: 35%;
    }

    .rma1_fac01 {
       
    }

    .rma_fac01_top {
       
    }

    .rma_fac01_top .fac01_text {
        top: 4em;
    }

    .rma_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rma_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }

}

/*roomb*/

.roomb1 {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.roomb1:before {
    content: '';
    position: absolute;
    background: url(../../images/rooma_bg01.png)top right no-repeat;
    width: 1493px;
    height: 1025px;
    top: 43em;
    right: -10em;
    z-index: -1;

}

.roomb1:after {
    content: '';
    position: absolute;
    background: url(../../images/roomb_bg02.png)top right no-repeat;
    width: 1688px;
    height: 142px;
    top: 102em;
    left: -10em;
    z-index: -1;
}

.rmb1_01 {
    margin: 0 auto;
    text-align: center;
}

.rmb1_01 .left {
    display: inline-block;
    width: 55%;
}

.rmb1_text {
    display: inline-block;
}

.rmb1_text p {
    font-size: 22px;
    color: #77391a;
    display: inline-block;
    letter-spacing: 6px;
}

.rmb1_01 .right {
    width: 43%;
    display: inline-block;
    position: relative;
    top: 7em;
}

.rmb1_02 {
    text-align: left;
    margin: 0 auto;
    margin-top: 4em;
}

.rmb_bubble01 {
    position: absolute;
    top: 0em;
    right: -8em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 70%;
}

.rmb_bubble02 {
    position: absolute;
    bottom: 143em;
    left: -35em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 95%;
}

.rmb1_03 {
    display: inline-block;
    margin-top: 5.5em;
}

.rmb1_03 .left {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.rmb1_03 .right {
    display: inline-block;
    width: 45%;
    text-align: left;
}

.rmb1_03 .right .right_top {
    display: inline-block;
    text-align: center;

}

.rmb1_03 .right .right_top a {
    display: inline-block;
    transition: .5s all;
}

.rmb1_03 .right .right_top a:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.rmb1_03 .right .right_bot {
    background: url(../../images/rooma_otherbg.png) bottom left no-repeat;
    background-position-x: 1em;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.rmb1_03 .right .right_bot a {
    transition: .5s all;
}

.rmb1_03 .right .right_bot ul li {
    display: inline-block;
    width: 21.33%;
}

.rmb1_04 {
    max-width: 1332px;
    margin: 2em auto;
    text-align: center;
    background: url(../../images/rooma_deco02.jpg)top center repeat;
    border-radius: 50px;
    padding: 3em 0;
}

.rmb1_04 p {
    text-align: right;
}
.rmb1_04 p:nth-of-type(1) {
	background:url(../../images/rooma_deco01_01.png) top left no-repeat;
	background-size:contain;
	width:100%;
	height:90px;
	background-position-x: 3em;
}
/*roomb_fac*/
.rmb1_fac01 {
    background: url(../../images/room_mask.png) top center no-repeat, url(../../images/roomb_bg03.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    height: 1376px;
    margin-bottom: 20em;
    position: relative;
    text-align: right;
}

.rmb1_fac01_top {
    position: relative;
    top: 13em;
    right: 0;
    text-align: right;
    margin-bottom: -5em;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-content: flex-start;
}

.rmb1_fac01_top .fac01_text {
    display: inline-block;
    width: 28%;
    vertical-align: bottom;
    margin-bottom: 14em;
    top: 0;
    position: relative;
    left: 20em;
	order:1;
}

.rmb1_fac01_top .fac01_text:before {
    content: '';
    position: absolute;
    background: url(../../images/roomb_titleenv.png) top left no-repeat;
    width: 796px;
    height: 186px;
    top: -13em;
    left: -23em;
}

.rmb1_fac01_top .fac01_text p {
    text-align: left;
    padding: 1em 0 0 6em;
    position: relative;

}

.rmb1_fac01_top .fac01_text p:before {
    content: '';
    position: absolute;
    background: url(../../images/roomb_deco03.png) top left no-repeat;
    width: 6px;
    height: 277px;
    top: 1em;
    left: 5em;
}

.rmb1_fac01_top .fac01_fac {
    display: inline-block;
    width: 70%;
	order:2;
}

.rmb1_fac01_top .fac02_fac {
    position: absolute;
    top: -7em;
    right: 0;
    z-index: 1;
}

.rmb1_fac01_top .fac01_game {
    position: absolute;
    top: 11em;
    left: 10em;
}

.rmb1_fac01 .fac01_bottom {
    position: absolute;
    bottom: -14em;
    left: 14em;
}

@media screen and (max-width: 1400px) {
    .block_page7 {
        top: -11em;
        right: -8em;
    }

    .roomb1:before {
        top: 39em;
    }

    .roomb1:after {
        left: -20em;
        top: 98em;
    }

    .rmb1_02 {
        margin-top: 6em;
    }

    .rmb1_03 .right .right_bot {
        padding-left: 2em;
        background-size: 30%;
    }
.rmb1_fac01_top .fac01_fac {
    width: 65%;
}
    .rmb1_fac01_top .fac02_fac {
        right: 0;
        width: 50%;
        top: -5em;
    }

    .rmb1_fac01_top .fac01_text {
        
        left: 5em;
    }

    .rmb1_fac01_top .fac01_text:before {
        top: -10em;
        left: -18em;
        background-size: 80%;
    }

    .rmb1_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rmb1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }

    .rmb1_fac01_top .fac01_game {
        top: 16em;
        left: 5em;
        width: 23%;
        transform: rotate(-28deg);
    }

    .rmb1_fac01 .fac01_bottom {
        right: 5em;
    }
}

@media screen and (max-width: 1200px) {
    .block_page7 {
        top: -5em;
        right: -9em;
    }

    .roomb1:before {
        top: 35em;
        background-size: 86%;
    }

    .roomb1:after {
        left: -34em;
        top: 84em;
    }

    .rmb1_fac01 {
        margin-bottom: 18em;
    }

    .rmb1_fac01_top {
        top: 4em;
    }

    .rmb1_fac01_top .fac01_fac {
        display: inline-block;
        width: 75%;
    }

    .rmb1_fac01_top .fac02_fac {
        right: 0;
        width: 50%;
        top: -1em;
    }

    .rmb1_03 .left {
        width: 45%;
    }

    .rmb1_03 .right {
        width: 52%;
    }

    .rmb1_fac01_top .fac01_text {
        top: 6em;
    left: 2em;
        width: 25%;
    }

    .rmb1_fac01_top .fac01_text:before {
        top: -10em;
        left: -17em;
        background-size: 71%;
    }

    .rmb1_fac01_top .fac01_text p {
        padding: 1em 0 0 3em;
    }

    .rmb1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 2em;
    }
	.rmb1_fac01_top .fac01_game {
    top: 24em;
    left: 5em;
}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
    .block_page7 {
        top: 0em;
        right: -5em;
    }

    .roomb1:before {
        top: 33em;
        background-size: 77%;
    }

    .roomb1:after {
        left: -44em;
        top: 76em;
        background-size: 92%;
    }

    .rmb1_03 {
        margin-top: 2.5em;
    }

    .rmb1_fac01_top .fac01_text {
        top: 4em;
        left: 2em;
    }

    .rmb1_fac01_top .fac01_text:before {
        top: -8em;
        left: -20em;
        background-size: 71%;
    }

    .rmb1_fac01_top .fac01_text p {
        padding: 1em 0 0 1em;
    }

    .rmb1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 0em;
    }

    .rmb1_fac01 {
       
        margin-bottom: 15em;
    height: 752px;
    }

    .rmb1_fac01_top {
       
    }

    .rmb1_fac01_top .fac01_game {
            top: 22em;
    left: 4em;
    width: 19%;
    }
}

@media screen and (max-width: 991px) {
    .block_page7 {
        top: -8em;
        right: -5em;
    }

    .roomb1:before {
        top: 28em;
        background-size: 55%;
    }

    .rmb1_03 .left {
        width: 90%;
    }

    .rmb1_03 .right {
        width: 90%;
    }

    .rmb1_fac01 {
        
        margin-bottom: 15em;
        background-attachment: initial;
    }

    .rmb1_fac01_top .fac01_fac {
        display: inline-block;
        width: 100%;
		order: 2;
    }

    .rmb1_fac01_top .fac01_text {
        top: 7em;
        left: -8em;
        float: none;
        width: 50%;
		    order: 1;
    }

    .rmb1_fac01_top {
        
    }

    .rmb1_fac01_top .fac02_fac {
        right: 0;
        width: 70%;
        top: 29em;
    }

    .rmb1_fac01_top .fac01_game {
        top: -5em;
    left: -6.8em;
    width: 42%;
    position: relative;
    order: 3;
    }

    .rmb1_fac01 .fac01_bottom {
        right: 0;
        position: relative;
        bottom: -83em;
        left: 1em;
        width: 95%;
    }
	.rmb1_04 {
    width: 95%;
}
}

@media screen and (max-width: 767px) {
    .rmb_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .roomb1 {
        margin-top: 1em;
    }

    .roomb1:before {
        top: 59em;
        background-size: 37%;
        right: -6em;
    }

    .roomb1:after {
        left: -70em;
        top: 80em;
        background-size: 42%;
    }

    .rmb1_01 .left {
        width: 90%;
    }

    .rmb1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rmb1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rmb1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rmb1_03 .right .right_bot {
        padding-left: 5em;
        background-size: 30%;
    }

    .rmb1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rmb1_fac01 {
        
        height: 500px;
        margin-bottom: 13em;
    }

    .rmb1_fac01_top {
    margin-bottom: -16em;
}

    .rmb1_fac01_top .fac01_text {
        top: 7em;
        left: -6em;
        width: 65%;
        text-align: left;
    }

    .rmb1_fac01_top .fac01_text:before {
        top: -8em;
        left: -15em;
        background-size: 71%;
    }

    .rmb1_fac01_top .fac01_text p {
        padding: 1em 0 0 6em;
    }

    .rmb1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 5em;
    }

    .rmb1_fac01_top .fac01_game {
            top: -9em;
    left: -15.8em;
    width: 50%;
    }

    .rmb1_fac01 .fac01_bottom {
        bottom: -28em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
	.rmb1_04 p:nth-of-type(1) img {
    position: relative;
    top: -1em;
    width: 39%;
}
.rmb1_04 p:nth-of-type(1) {
	height:28px;
}
}

@media screen and (max-width: 450px) {
    .rmb_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .roomb1 {
        margin-top: 2em;
    }

    .roomb1:before {
        top: 44em;
        background-size: 27%;
        right: -4em;
    }

    .roomb1:after {
        left: -80em;
        top: 59em;
        background-size: 34%;
    }

    .rmb1_01 .left {
        width: 90%;
    }

    .rmb1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rmb1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rmb1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rmb1_03 .right .right_bot {
        background-size: 30%;
    }

    .rmb1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rmb1_fac01 {
        margin-bottom: 7em;
		height: 340px;
    }

    .rmb1_fac01_top {
    margin-bottom: -3em;
}

    .rmb1_fac01_top .fac01_text {
        top: 6em;
        left: 1em;
        width: 95%;
    }

    .rmb1_fac01_top .fac01_text p {
        padding: 1em 0 0 7em;
    }

    .rmb1_fac01_top .fac01_game {
            top: -6em;
    left: -11.8em;
    width: 51%;
    }

    .rmb1_fac01 .fac01_bottom {
        bottom: -18em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px) {
	.rmb1_fac01_top {
    top: 0em;
}
	}

@media screen and (max-width: 390px) {
    .block_page7 {
        top: -3em;
        right: -2em;
    }

    .roomb1:before {
        background-size: 25%;
        top: 42em;
    }

    .roomb1:after {
        top: 56em;
        left: -81.5em;
        background-size: 30%;
    }

    .rmb1_fac01 {
        
    }

    .rmb1_fac01_top {
    margin-bottom: -7em;
}

    .rmb1_fac01_top .fac01_text {
        top: 6em;
        left: -2em;
        width: 90%;
		margin-bottom: 7em;
    }
.rmb1_fac01_top .fac02_fac {
    top: 24em;
}
    .rmb1_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rmb1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }
}

/**roomc**/

.roomc1 {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.roomc1:before {
    content: '';
    position: absolute;
    background: url(../../images/rooma_bg01.png)top right no-repeat;
    width: 1493px;
    height: 1025px;
    top: 43em;
    right: -10em;
    z-index: -1;

}

.roomc1:after {
    content: '';
    position: absolute;
    background: url(../../images/roomc_bg02.png)top right no-repeat;
    width: 1688px;
    height: 142px;
    top: 101em;
    left: -10em;
    z-index: -1;
}

.rmc1_01 {
    margin: 0 auto;
    text-align: center;
}

.rmc1_01 .left {
    display: inline-block;
    width: 55%;
}

.rmc1_text {
    display: inline-block;
}

.rmc1_text p {
    font-size: 22px;
    color: #cb520a;
    display: inline-block;
    letter-spacing: 6px;
}

.rmc1_01 .right {
    width: 43%;
    display: inline-block;
    position: relative;
    top: 7em;
}

.rmc1_02 {
    text-align: left;
    margin: 0 auto;
    margin-top: 4em;
}

.rmc_bubble01 {
    position: absolute;
    top: 0em;
    right: -8em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 70%;
}

.rmc_bubble02 {
    position: absolute;
    bottom: 119em;
    left: -35em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 95%;
}

.rmc1_03 {
    display: inline-block;
    margin-top: 3.5em;
}

.rmc1_03 .left {
    display: inline-block;
    width: 42%;
    vertical-align: top;
}

.rmc1_03 .right {
    display: inline-block;
    width: 45%;
    text-align: left;
}

.rmc1_03 .right .right_top {
    display: inline-block;
    text-align: center;

}

.rmc1_03 .right .right_top a {
    display: inline-block;
    transition: .5s all;
}

.rmc1_03 .right .right_top a:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.rmc1_03 .right .right_bot {
    background: url(../../images/rooma_otherbg.png) bottom left no-repeat;
    background-position-x: 1em;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.rmc1_03 .right .right_bot a {
    transition: .5s all;
}

.rmc1_03 .right .right_bot ul li {
    display: inline-block;
    width: 21.33%;
}

.rmc1_04 {
    max-width: 1332px;
    margin: 2em auto;
    text-align: center;
    background: url(../../images/rooma_deco02.jpg)top center repeat;
    border-radius: 50px;
    padding: 3em 0;
}

.rmc1_04 p {
    text-align: right;
}
.rmc1_04 p:nth-of-type(1) {
	background:url(../../images/rooma_deco01_01.png) top left no-repeat;
	background-size:contain;
	width:100%;
	height:90px;
	background-position-x: 3em;
}
/*roomc_fac*/
.rmc1_fac01 {
    background: url(../../images/room_mask.png) top center no-repeat, url(../../images/roomc_bg03.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    height: 1376px;
    margin-bottom: 20em;
    position: relative;
    text-align: left;
}

.rmc1_fac01_top {
            position: relative;
    top: 5em;
    left: 0;
    text-align: left;
    margin-bottom: -5em;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.rmc1_fac01_top .fac01_text {
    display: inline-block;
    width: 23%;
    vertical-align: bottom;
    margin-bottom: 14em;
    top: 18em;
    position: relative;
    right: 14em;
    order: 2;
}

.rmc1_fac01_top .fac01_text:before {
    content: '';
    position: absolute;
    background: url(../../images/roomc_titleenv.png) top left no-repeat;
    width: 772px;
    height: 186px;
    top: -9em;
    right: -23em;
}

.rmc1_fac01_top .fac01_text p {
    text-align: left;
    padding: 1em 0 0 6em;
    position: relative;

}

.rmc1_fac01_top .fac01_text p:before {
    content: '';
    position: absolute;
    background: url(../../images/roomc_deco03.png) top left no-repeat;
    width: 6px;
    height: 277px;
    top: 1em;
    left: 5em;
}

.rmc1_fac01_top .fac01_fac {
    display: inline-block;
    width: 70%;
}

.rmc1_fac01 .fac01_bottom {
    position: absolute;
    bottom: -14em;
    left: 14em;
}

.rmc1_05 {
    position: relative;
    margin-top: 3em;
}

.rmc1_05:before {
    content: '';
    position: absolute;
    background: url(../../images/roomc_deco04.png) top left no-repeat;
    width: 1099px;
    height: 807px;
    top: -26em;
    left: -10em;
    z-index: -1;
}

@media screen and (max-width: 1400px) {
    .block_page7 {
        top: -11em;
        right: -8em;
    }

    .roomc1:before {
        top: 39em;
    }

    .roomc1:after {
        left: -20em;
        top: 98em;
    }

    .rmc1_02 {
        margin-top: 6em;
    }

    .rmc1_03 .right .right_bot {
        padding-left: 2em;
        background-size: 30%;
    }

    .rmc1_fac01_top .fac01_text {
        top: 11em;
        right: 1em;
		width: 27%;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -6em;
    right: -27em;
    background-size: 60%;
    }

    .rmc1_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rmc1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }

    .rmc1_fac01 .fac01_bottom {
        right: 5em;
    }
}

@media screen and (max-width: 1200px) {
    .block_page7 {
        top: -5em;
        right: -9em;
    }

    .roomc1:before {
        top: 35em;
        background-size: 86%;
    }

    .roomc1:after {
        left: -34em;
        top: 84em;
    }

    .rmc1_fac01 {
        margin-bottom: 18em;
		    height: 870px;
    }

    .rmc1_fac01_top {
       display: inline-block; 
	   margin-bottom: -17em;
    }

    .rmc1_fac01_top .fac01_fac {
        display: inline-block;
        width: 75%;
		position: relative;
    top: -24em;
    }

    .rmc1_03 .left {
        width: 48%;
    }

    .rmc1_03 .right {
        width: 47%;
    }

    .rmc1_03 .right .right_top a {
        margin-top: 0.5em;
    }

    .rmc1_fac01_top .fac01_text {
        top: 11em;
    right: -52em;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -7em;
        right: -17em;
        background-size: 71%;
    }

    .rmc1_fac01_top .fac01_text p {
        padding: 1em 0 0 3em;
    }

    .rmc1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 2em;
    }

    .rmc1_05 {
        margin-top: 1em;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
    .block_page7 {
        top: 0em;
        right: -5em;
    }

    .roomc1:before {
        top: 33em;
        background-size: 77%;
    }

    .roomc1:after {
        left: -44em;
        top: 76em;
        background-size: 92%;
    }

    .rmc1_03 {
        margin-top: 2.5em;
    }

    .rmc1_fac01_top .fac01_fac {
        width: 65%;
    }

    .rmc1_fac01_top .fac01_text {
        top: 10em;
    right: -43em;
    width: 35%;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -5em;
        right: -19em;
        background-size: 59%;
    }

    .rmc1_fac01_top .fac01_text p {
        padding: 1em 0 0 1em;
    }

    .rmc1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 0em;
    }

    .rmc1_fac01 {
        margin-bottom: 15em;
        height: 838px;
    }

    .rmc1_fac01_top {
       
    }
}

@media screen and (max-width: 991px) {
    .rmc_bubble02 {
        bottom: 94em;
    }

    .block_page7 {
        top: -8em;
        right: -5em;
    }

    .roomc1:before {
        top: 28em;
        background-size: 55%;
    }

    .rmc1_03 .left {
        width: 90%;
    }

    .rmc1_03 .right {
        width: 90%;
        margin-top: 1em;
        padding: 1em;
    }

    .rmc1_fac01 {
        margin-bottom: 15em;
        background-attachment: initial;
		height: 737px;
    }

    .rmc1_fac01_top .fac01_fac {
        display: inline-block;
        width: 100%;
    }

    .rmc1_fac01_top .fac01_text {
        top: 7em;
    right: -18em;
    width: 58%;
    margin-bottom: 28em;
    }

    .rmc1_fac01_top {
       
    }

    .rmc1_fac01 .fac01_bottom {
        right: 0;
        position: relative;
        bottom: -48em;
        left: 1em;
        width: 95%;
    }

    .rmc1_05:before {
        top: -13em;
        left: -7em;
        background-size: 55%;
    }
	
}

@media screen and (max-width: 767px) {
    .rmc_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .roomc1 {
        margin-top: 1em;
    }

    .roomc1:before {
        top: 61em;
        background-size: 36%;
        right: -4em;
    }

    .roomc1:after {
        left: -70em;
        top: 81em;
        background-size: 52%;
    }

    .rmc1_01 .left {
        width: 90%;
    }

    .rmc1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rmc1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rmc1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rmc1_03 .right .right_bot {
        padding-left: 5em;
        background-size: 30%;
    }

    .rmc1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rmc1_fac01 {
        height: 500px;
        margin-bottom: 13em;
    }

    .rmc1_fac01_top {
        
    }

    .rmc1_fac01_top .fac01_text {
        top: 5em;
        right: -6em;
        width: 90%;
        text-align: left;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -6em;
        right: -15em;
        background-size: 65%;
    }

    .rmc1_fac01_top .fac01_text p {
        padding: 1em 0 0 6em;
    }

    .rmc1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 5em;
    }

    .rmc1_fac01 .fac01_bottom {
        bottom: -28em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
	.rmc1_04 p:nth-of-type(1) {
	height:28px;
}
.rmc1_04 p:nth-of-type(1) img {
	position: relative;
    top: -1em;
    width: 39%;
}
}

@media screen and (max-width: 450px) {
    .rmc_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .roomc1 {
        margin-top: 2em;
    }

    .roomc1:before {
        top: 50em;
        background-size: 28%;
        right: -4em;
    }

    .roomc1:after {
        left: -78em;
        top: 66em;
        background-size: 35%;
    }

    .rmc1_01 .left {
        width: 90%;
    }

    .rmc1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rmc1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rmc1_03 .right {
        padding: 0;
    }

    .rmc1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rmc1_03 .right .right_bot {
        padding-left: 4em;
        background-size: 30%;
        margin-top: 0;
    }

    .rmc1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rmc1_fac01 {
        margin-bottom: 7em;
        height: 322px;
    }

    .rmc1_fac01_top {
       margin-bottom: 9em;
	   top: 1em;
    }

    .rmc1_fac01_top .fac01_fac {
       margin-top: 2em;
    top: 3em;
    }

    .rmc1_fac01_top .fac01_text {
        top: 6em;
    right: 1em;
    width: 95%;
    margin-bottom: 1em;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -6em;
        right: -23em;
        background-size: 60%;
    }

    .rmc1_fac01_top .fac01_text p {
        padding: 1em 0 0 7em;
    }

    .rmc1_fac01 .fac01_bottom {
        bottom: -18em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px) {
    .block_page7 {
        top: -3em;
        right: -2em;
    }

    .roomc1:before {
        top: 44.5em;
        background-size: 25%;
        right: -2em;
    }

    .roomc1:after {
        left: -80em;
        top: 59em;
        background-size: 35%;
    }

    .rmc1_02 {
        margin-top: 2em;
        width: 90%;
    }
.rmc1_fac01_top {
    margin-bottom: 4em;
    top: 1em;
}
    .rmc1_fac01_top .fac01_text {
        left: -1em;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -5em;
        right: -27em;
        background-size: 49%;
    }
}

@media screen and (max-width: 390px) {
    .block_page7 {
        top: -3em;
        right: -2em;
    }

    .roomc1:before {
        background-size: 25%;
        top: 42em;
    }

    .roomc1:after {
        top: 56em;
        left: -81.8em;
    }

    .rmc1_fac01 {
        
    }

    .rmc1_fac01_top {
        
    }
.rmc1_fac01_top .fac01_fac {
    margin-top: 4em;
    top: 3em;
}
    .rmc1_fac01_top .fac01_text {
        top: 6em;
        left: -2em;
        width: 90%;
    }

    .rmc1_fac01_top .fac01_text:before {
        top: -5em;
        right: -29em;
    }

    .rmc1_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rmc1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }
}

/**roomd**/

.roomd1 {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.roomd2 {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.roomd1:before {
    content: '';
    position: absolute;
    background: url(../../images/rooma_bg01.png)top right no-repeat;
    width: 1493px;
    height: 1025px;
    top: 43em;
    right: -10em;
    z-index: -1;

}

.roomd1:after {
    content: '';
    position: absolute;
    background: url(../../images/roomd_bg02.png)top right no-repeat;
    width: 1688px;
    height: 142px;
    top: 101em;
    left: -10em;
    z-index: -1;
}

.rmd1_01 {
    margin: 0 auto;
    text-align: center;
}

.rmd1_01 .left {
    display: inline-block;
    width: 55%;
}

.rmd1_text {
    display: inline-block;
}

.rmd1_text p {
    font-size: 22px;
    color: #727c1d;
    display: inline-block;
    letter-spacing: 6px;
}

.rmd1_01 .right {
    width: 43%;
    display: inline-block;
    position: relative;
    top: 7em;
}

.rmd1_02 {
    text-align: left;
    margin: 0 auto;
    margin-top: 4em;
}

.rmd_bubble01 {
    position: absolute;
    top: 0em;
    right: -8em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 70%;
}

.rmd_bubble02 {
    position: absolute;
    bottom: 119em;
    left: -35em;
    background-size: contain;
    animation: bubble5 8s linear infinite;
    transition: .5s all;
    z-index: -1;
    width: 100%;
}

.rmd1_03 {
    display: inline-block;
    margin-top: 3.5em;
}

.rmd1_03 .left {
    display: inline-block;
    width: 42%;
    vertical-align: top;
}

.rmd1_03 .right {
    display: inline-block;
    width: 45%;
    text-align: left;
}

.rmd1_03 .right .right_top {
    display: inline-block;
    text-align: center;

}

.rmd1_03 .right .right_top a {
    display: inline-block;
    transition: .5s all;
}

.rmd1_03 .right .right_top a:hover {
    transform: scale(0.95);
    opacity: 0.8;
}

.rmd1_03 .right .right_bot {
    background: url(../../images/rooma_otherbg.png) bottom left no-repeat;
    background-position-x: 1em;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.rmd1_03 .right .right_bot a {
    transition: .5s all;
}

.rmd1_03 .right .right_bot ul li {
    display: inline-block;
    width: 21.33%;
}

.rmd1_04 {
    max-width: 1332px;
    margin: 2em auto;
    text-align: center;
    background: url(../../images/rooma_deco02.jpg)top center repeat;
    border-radius: 50px;
    padding: 3em 0;
}

.rmd1_04 p {
    text-align: right;
}
.rmd1_04 p:nth-of-type(1) {
	background:url(../../images/rooma_deco01_01.png) top left no-repeat;
	background-size:contain;
	width:100%;
	height:90px;
	background-position-x: 3em;
}
/*roomd_fac*/
.rmd1_fac01 {
    background: url(../../images/room_mask.png) top center no-repeat, url(../../images/roomd_bg03.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    height: 1376px;
    margin-bottom: 20em;
    position: relative;
    text-align: left;
}

.rmd1_fac01_top {
            position: relative;
    top: 5em;
    right: 0;
    text-align: right;
    margin-bottom: 0em;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.rmd1_fac01_top .fac01_text {
    display: inline-block;
    width: 23%;
    vertical-align: bottom;
    margin-bottom: 14em;
    top: 18em;
    position: relative;
    right: 14em;
    order: 2;
}

.rmd1_fac01_top .fac01_text:before {
    content: '';
    position: absolute;
    background: url(../../images/roomd_titleenv.png) top left no-repeat;
    width: 772px;
    height: 186px;
    top: -9em;
    right: -29em;
}

.rmd1_fac01_top .fac01_text p {
    text-align: left;
    padding: 1em 0 0 6em;
    position: relative;

}

.rmd1_fac01_top .fac01_text p:before {
    content: '';
    position: absolute;
    background: url(../../images/roomd_deco03.png) top left no-repeat;
    width: 9px;
    height: 305px;
    top: 1em;
    left: 5em;
}

.rmd1_fac01_top .fac01_fac {
    display: inline-block;
    width: 65%;
    position: relative;
    top: 9.5em;
    right: 15em;
}

.rmd1_fac01 .fac01_bottom {
    position: absolute;
    bottom: -14em;
    left: 14em;
}

.rmd1_05 {
    position: relative;
    margin-top: 3em;
}

@media screen and (max-width: 1400px) {
    .block_page7 {
        top: -11em;
        right: -8em;
    }

    .roomd1:before {
        top: 39em;
    }

    .roomd1:after {
        left: -20em;
        top: 98em;
    }

    .rmd1_02 {
        margin-top: 6em;
    }

    .rmd1_03 .right .right_bot {
        padding-left: 2em;
        background-size: 30%;
    }

    .rmd1_fac01_top {
            top: 16em;
    right: 7em;
    }

    .rmd1_fac01_top .fac01_text {
        top: -4em;
    right: -3em;
    }

    .rmd1_fac01_top .fac01_text:before {
        top: -7em;
        right: -25em;
        background-size: 67%;
    }
.rmd1_fac01_top .fac01_fac {
    top: -10.5em;
    right: 0em;
}
    .rmd1_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rmd1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }

    .rmd1_fac01 .fac01_bottom {
        right: 5em;
    }
}

@media screen and (max-width: 1200px) {
    .block_page7 {
        top: -5em;
        right: -9em;
    }

    .roomd1:before {
        top: 35em;
        background-size: 86%;
    }

    .roomd1:after {
        left: -34em;
        top: 84em;
    }

    .rmd1_fac01 {
       
        margin-bottom: 18em;
        height: 920px;
    }

    .rmd1_fac01_top {
        top: -4em;
    right: 4em;
    }

    .rmd1_fac01_top .fac01_fac {
        display: inline-block;
        width: 60%;
        top: 6em;
        right: -5em;
    }

    .rmd1_03 .left {
        width: 48%;
    }

    .rmd1_03 .right {
        width: 47%;
    }

    .rmd1_03 .right .right_top a {
        margin-top: 0.5em;
    }

    .rmd1_fac01_top .fac01_text {
            top: 14em;
    right: -9em;
    }

    .rmd1_fac01_top .fac01_text:before {
        top: -6em;
        right: -27em;
        background-size: 65%;
    }

    .rmd1_fac01_top .fac01_text p {
        padding: 1em 0 0 3em;
    }

    .rmd1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 2em;
    }

    .rmd1_05 {
        margin-top: 1em;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
    .block_page7 {
        top: 0em;
        right: -5em;
    }

    .roomd1:before {
        top: 33em;
        background-size: 77%;
    }

    .roomd1:after {
        left: -44em;
        top: 76em;
        background-size: 92%;
    }

    .rmd1_03 {
        margin-top: 2.5em;
    }

    .rmd1_fac01_top .fac01_fac {
        width: 60%;
    }

    .rmd1_fac01_top .fac01_text {
        top: 13em;
    right: -8em;
    width: 29%;
    }

    .rmd1_fac01_top .fac01_text:before {
    top: -6em;
    right: -23em;
    background-size: 70%;
}

    .rmd1_fac01_top .fac01_text p {
        padding: 1em 0 0 1em;
        line-height: 1.6;
    }

    .rmd1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 0em;
        background-size: 85%;
    }

    .rmd1_fac01 {
        
        margin-bottom: 15em;
        height: 743px;
    }

    .rmd1_fac01_top {
       top: -4em;
    right: 4em;
    }
	.rmd1_fac01 .fac01_bottom {
    width: 86%;
    left: 5em;
}
}

@media screen and (max-width: 991px) {
    .rmd_bubble02 {
        bottom: 94em;
    }

    .block_page7 {
        top: -8em;
        right: -5em;
    }

    .roomd1:before {
        top: 28em;
        background-size: 55%;
    }

    .rmd1_03 .left {
        width: 90%;
    }

    .rmd1_03 .right {
        width: 90%;
        margin-top: 1em;
        padding: 1em;
    }

    .rmd1_fac01 {
        
        margin-bottom: 15em;
        background-attachment: initial;
        height: 573px;
    }

    .rmd1_fac01_top .fac01_fac {
            display: inline-block;
    width: 92%;
    right: -3em;
    }

    .rmd1_fac01_top .fac01_text {
        top: 8em;
    right: 5em;
    width: 50%;
    margin-bottom: 5em;
    }

    .rmd1_fac01_top {
        display: inline-block;
		margin-top: 4em;
    }

    .rmd1_fac01 .fac01_bottom {
        right: 0;
        position: relative;
        bottom: -34em;
        left: 1em;
        width: 95%;
    }
	
}

@media screen and (max-width: 767px) {
    .block_page7 {
        top: -5em;
        right: -3em;
    }

    .rmd_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .roomd1 {
        margin-top: 1em;
    }

    .roomd1:before {
        top: 58em;
        background-size: 36%;
        right: -4em;
    }

    .roomd1:after {
        left: -70em;
        top: 78em;
        background-size: 52%;
    }

    .rmd1_01 .left {
        width: 90%;
    }

    .rmd1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rmd1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rmd1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rmd1_03 .right .right_bot {
        padding-left: 5em;
        background-size: 30%;
    }

    .rmd1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rmd1_fac01 {
        
        height: 500px;
        margin-bottom: 13em;
    }

    .rmd1_fac01_top {
        
    }

    .rmd1_fac01_top .fac01_text {
            top: 8em;
    right: -6em;
    width: 90%;
    text-align: left;
    }

    .rmd1_fac01_top .fac01_text:before {
        top: -6em;
    right: -19em;
    }

    .rmd1_fac01_top .fac01_text p {
        padding: 1em 0 0 6em;
    }

    .rmd1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 5em;
    }

    .rmd1_fac01 .fac01_bottom {
        bottom: -28em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
	.rmd1_04 p:nth-of-type(1) {
	height:28px;
}
.rmd1_04 p:nth-of-type(1) img {
    position: relative;
    top: -1em;
    width: 39%;
}
}

@media screen and (max-width: 450px) {
    .rmd_bubble01 {
        top: 14em;
        right: 0em;
        width: 100%;
    }

    .roomd1 {
        margin-top: 2em;
    }

    .roomd1:before {
        top: 47em;
        background-size: 30%;
        right: -4em;
    }

    .roomd1:after {
        left: -80em;
        top: 57em;
        background-size: 35%;
    }

    .rmd1_01 .left {
        width: 90%;
    }

    .rmd1_01 .right {
        width: 90%;
        top: 1em;
    }

    .rmd1_02 {
        margin-top: 4em;
        width: 90%;
    }

    .rmd1_03 .right {
        padding: 0;
    }

    .rmd1_03 .right .right_top a {
        margin: 1em 0;
    }

    .rmd1_03 .right .right_bot {
        padding-left: 4em;
        background-size: 30%;
        margin-top: 0;
    }

    .rmd1_03 .right .right_bot ul li {
        width: 30%;
    }

    .rmd1_fac01 {
        
        margin-bottom: 7em;
        height: 322px;
    }

    .rmd1_fac01_top {
       margin-bottom: 2em; 
    }

    .rmd1_fac01_top .fac01_fac {
            margin-top: 2em;
    width: 95%;
    top: 5em;
    right: -3.5em;
    }

    .rmd1_fac01_top .fac01_text {
        top: 6em;
    right: -3em;
    width: 100%;
    margin-bottom: 2em;
    }

    .rmd1_fac01_top .fac01_text:before {
        top: -6em;
        right: -23em;
        background-size: 60%;
    }

    .rmd1_fac01_top .fac01_text p {
        padding: 1em 0 0 7em;
    }

    .rmd1_fac01 .fac01_bottom {
        bottom: -18em;
        width: 95%;
        left: 0;
        margin: 0 auto;
    }
	.rmd1_04 p:nth-of-type(1) img {
    top: -1em;
    width: 39%;
}
}

@media screen and (max-width: 414px) {
    .block_page7 {
        top: -3em;
        right: -2em;
    }

    .roomd1:before {
        top: 42em;
        background-size: 28%;
        right: -4em;
    }

    .rmd1_02 {
        margin-top: 2em;
        width: 90%;
    }

    .rmd1_fac01_top .fac01_text {
        margin: 0 auto;
    }

    .rmd1_fac01_top .fac01_text:before {
        top: -5em;
        right: -27em;
        background-size: 49%;
    }
}

@media screen and (max-width: 390px) {
    .block_page7 {
        top: -3em;
        right: -2em;
    }

    .roomd1:before {
        background-size: 26%;
        top: 40em;
    }

    .roomd1:after {
        top: 54em;
        left: -83em;
        background-size: 38%;
    }

    .rmd1_fac01 {
        
        margin-bottom: 9em;
    }

    .rmd1_fac01_top {
        
    }

    .rmd1_fac01_top .fac01_text {
        
    }

    .rmd1_fac01_top .fac01_text p {
        padding: 1em 0 0 5em;
    }

    .rmd1_fac01_top .fac01_text p:before {
        top: 1em;
        left: 4em;
    }

    .rmd1_fac01_top .fac01_fac {
        
    }
}

.footer-wave {
  max-width: 102%;
  width: 100%;
  height: 76px;
  left: 0;
  z-index: 1;
  bottom: -67px;
  background: url(../../images/footer-wave.png)
    repeat-x;
  animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
}

@keyframes wave {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1440px;
  }
}