/* Scss Document */
.sp {
	display: none !important;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 30%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.bx-wrapper .bx-controls-direction a {
	color: #000;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	transform: scale(0.6);
}
.bx-wrapper .bx-controls-direction a.bx-prev{
	left: -2%;
}
.bx-prev::after {
	content: url(../img/shared/icon_prev.png);
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: url(../img/shared/icon_next.png);
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #292725;
	border-radius: 55px;
	display: block;
	height: 15px;
	margin: 0 8px;
	outline: 0 none;
	text-indent: -9999px;
	width: 15px;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #2ca1c3 none repeat scroll 0 0;
	
}
.sl_vertical .bx-pager {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	left: auto;
	width: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sl_vertical .bx-pager-item {
	display: block;
	margin: 5px 0;
}
p.fixed_btn {
	position: fixed;
	background: #fff;
	right: 0;
	top: 0;
 width: calc(100% - (50% + 700px));
	height: 150px;
	z-index: 99;
	color: #fff;
	font-size: 18px;
	text-align: center;
	min-width: 250px;
}
p.fixed_btn a{
	    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.fixed_btn:after{
	
	    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #2ba0c3;
	z-index: 0;
}
p.fixed_btn:hover:after{
	    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}
p.fixed_btn:hover:before{
	content: url(../img/shared/fixed_btn_arrow_on.png);
	left: auto;
	  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
p.fixed_btn:hover a{
	color: #2ba0c3;
}
p.fixed_btn:before {
	position: absolute;
	content: url(../img/index/fixed_btn_arrow.png);
	bottom: 10px;
	left: 50%;
	z-index: 9;
}
p.fixed_btn a {
	display: block;
}
p.fixed_btn span {
	font-size: 21px;
}
#key {
	position: relative;
	/*min-height: 903px;*/
}
.originTop{
	    visibility: visible;
    -webkit-transform: translateY(-20px) scale(0.9);
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.originTop.animated{
	visibility: visible;
    -webkit-transform: translateY(0) scale(1);
    opacity: 1;
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
@keyframes scrollup2 {
	0% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
	15% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	30% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	45% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
}

@keyframes scrolldown2 {
	0% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	55% {
		transform: scale(1, 1); 
		transform-origin: 100% 100%;
	}
	70% {
		transform: scale(1, 0); 
		transform-origin: 100% 100%;
	}
	85% {
		transform: scale(1, 0); 
		transform-origin: 0 0;
	}
	100% {
		transform: scale(1, 1); 
		transform-origin: 0 0;
	}
}
#key:after {
	position: absolute;
	background: #292725;
	right: 0;
	top: 0;
 width: calc(100% - (50% + 700px));
	bottom: -103px;
	min-width: 250px;
	content: '';
}
#key p.scroll{
	    color: #736f6b;
    top: 100px;
    transform: translateX(-50%);
    right: 78px;
    z-index: 10;
    position: fixed;
    height: 390px;
}
#key p.scroll a.sroll {
	    display: block;
	height: 80%;
	cursor: pointer;
	   
}
#key p.scroll a{
	 transition: .2s cubic-bezier(.95, .05, .795, .035);
}
#key p.scroll span {
	   cursor: pointer;
}
#key p.scroll.pagetop a.sroll{
	    -ms-transform: translateY(104px);
    transform: translateY(104px);
	opacity: 0;
	visibility: hidden;
}
#key p.scroll a#pagetop{
	opacity: 0;
	visibility: hidden;
	    display: block;
}
#key p.scroll.pagetop a#pagetop{
	    opacity: 1;
    visibility: visible;
    display: block;
    height: 100%;
    
	width: 36px;
	    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
}
#key p.scroll:before {
	position: absolute;
	top: 133px;
	left: 16px;
	background: #736f6b;
	width: 1px;
	height: 150px;
	content: '';
	    transition: .3s cubic-bezier(.95, .05, .795, .035);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
	       -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    animation: scrolldown2 2s 1s infinite cubic-bezier(.645, .045, .355, 1);
	
}
#key p.scroll.pagetop:before{
	-ms-transform: scale(1, 1);
    transform: scale(1, 1);
    animation: scrollup2 2s 1s infinite cubic-bezier(.645, .045, .355, 1);
}
#key:before {
	position: absolute;
	/*content: url(../img/index/header_pc_img.png);*/
	bottom: 0px;
	width: 900px;
	/*height: 500px;
	left: 50%;*/
	margin-left: -200px;
}
#key .group {
	width: 1200px;
	max-width: 100%;
	    margin: 0 auto 35px;
}
#key .btn {
	border: 4px solid #2ba0c3;
	border-radius: 50px;
	background: #2ba0c3;
	width: 450px;
	margin-bottom: -43px;
	margin: 0 auto -43px;
	position: relative;
	max-width: 100%;
}
#key .btn:after{
	border-radius: 50px;
	    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
	z-index: 0;
}
#key .btn:hover:after{
	    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}
#key .btn:hover a{
	color: #fff;
}
#key .btn:before {
	position: absolute;
	content: url(../img/index/icon_arrow.png);
	width: 16px;
	height: 23px;
	right: 53px;
	top: 46%;
	transform: translateY(-50%);
	z-index: 5;
}
#key .btn:hover:before{
	content: url(../img/shared/f_btn_arrow.png);
	right: 30px;
	  -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#key .btn a {
	display: block;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	color: #2ca1c3;
	font-size: 24px;
	z-index: 2;
	position: relative;
	    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#key p.txt2 {
	text-align: right;
	margin-top: 30px;
	color: #fff;
	margin-right: 180px;
	letter-spacing: 1px;
	font-size: 90%;
}
#key .box {
	border: 10px solid #fff;
	border-radius: 15px;
	width: 569px;
	padding: 15px 30px 0;
	box-sizing: border-box;
	position: relative;
	margin-top: -386px;
	margin-left: -200px;
}
#key .box h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	background: #f7f4e8;
	margin-top: -43px;
	letter-spacing: 3px;
	width: 373px;
	margin-left: 51px;
	padding-left: 10px;
}
#key .box h4 {
	color: #d4b45e;
	line-height: 60px;
	margin-bottom: 19px;
	padding: 10px 23px 0 64px;
	letter-spacing: 6.5px;
}
#key .box h4 span.t1 {
	font-size: 26px;
	display: block;
}
#key .box h4 span.t2 {
	font-size: 60px;
	font-weight: bold;
}
#key .box h4 span.t2 span {
	font-size: 70px;
}
#key .box p.price {
	position: absolute;
	top: -58px;
	right: -73px;
	color: #fff;
	line-height: 35px;
	letter-spacing: 0px;
}
#key .box p.price span.t1 {
	font-size: 25px;
}
#key .box p.price span.t2 {
	font-size: 35px;
}
#key .box p.price span.t2 span {
	font-size: 22px;
}
#key .box p.price span.t3 {
	font-size: 16px;
}
#key .box p.price > span {
	line-height: 35px;
	position: absolute;
	top: 19px;
	z-index: 3;
	left: 50%;
	transform: translateX(-50%);
	width: 108px;
	text-align: center;
}
h1 {
	background: #292725;
	margin-left: -198px;
	margin-right: -202px;
	color: #8f8f8f;
	padding: 32px 0 35px 69px;
	font-size: 14px !important;
}
#breadcrumbs {
	/*background: #292725;*/
	margin-left: -198px;
	margin-right: -202px;
	color: #8f8f8f;
	padding: 10px 0 35px 69px;
	font-size: 14px !important;
}
.header_fixed_pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 99;
	background: url(../img/shared/header_bg.png) repeat;
}
.header_fixed_pc h1 {
	width: 50%;
	float: left;
	margin-top: 20px;
	font-size: 13px;
	padding-left: 39px;
	max-width: 539px;
}
.header_fixed_pc .tel {
	float: right;
	width: 40%;
	margin-top: 12px;
	margin-right: 4px;
}
.header_sp {
	position: fixed;
	top: 0;
	right: 0;
	height: 65px;
	background: url(../img/shared/header_bg.png) repeat;
	z-index: 999;
	width: 100%;
}
.hamburger_btn {
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 120px;
	right: 51px;
	transform: scale(0.6);
	top: 6px;
}
#key_sp {
	position: relative;
	margin-top: 65px;
}
#key_sp .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
#key_sp .bx-wrapper {
	z-index: 2;
	position: relative;
}
#key_sp .bx-wrapper img {
	width: 100%;
}
#sec1 {
	/*background: url(../img/index/sec1_bg.jpg) no-repeat center top;
	background-size: cover;
	max-width: 100%;
	color: #fff;
	padding: 80px 0 115px;
	position: relative;
	border: 50px solid #fff;
	border-bottom: none;*/
	padding: 80px 0 115px;
}
#sec1 h2 {
	font-size: 32px;
	text-align: center;
	line-height: 63px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 6px;
	margin-bottom: 20px;
}
#sec1 h2 span {
	font-size: 50px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 5px;
    margin-left: 5px;
}
#sec1 h2.title{
	font-size: 26px !important;
	line-height: 50px !important;
	margin-bottom: 0 !important;
	background-color:  #f7f7f7;
	padding: 10px 0;
}
#sec1 h2.title2{
	font-size: 26px !important;
	line-height: 50px !important;
	margin-bottom: 30px !important;
	background-color:  #f7f7f7;
	padding: 10px 0;
}
#sec1 p.photo {
	text-align: center;
	margin-bottom: 10px;
}
#sec1 h3 {
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 50px;
	/*width: 800px;*/
    margin: 30px auto 20px;
    max-width: 100%;
	border-bottom: 2px solid #000;
}
#sec1 h4{
	margin-top: 50px;
}
#sec1 a{
	color: #d4b45e;
	text-decoration: underline;
}
#sec1 ol li{
	margin-left: 3em;
	list-style: none inside;
	text-indent: -3em;
}
#sec1 p{
	margin-top: 1em;
}

footer nav > a + a:before{
	content: '';
}
footer nav a:hover{
	color: #2ba0c3;
}

/*original*/
#contact .btn{
	position: relative;
	width: 504px;
	margin: 30px auto 0px;
	max-width: 100%;
}
#contact .btn:hover a{
	 border: 1px solid #2ba0c3;
	color: #2ba0c3 !important;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background-color: #fff;
}
#contact .btn:hover:before{
	content: url(../img/shared/f_btn_arrow_on.png);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#contact .btn:before{
	position: absolute;
	content: url(../img/shared/f_btn_arrow.png);
	width: 17px;
	height: 23px;
	top: 24px;
    right: 52px;
	
}
#contact .btn a{
	display: block;
    border: 1px solid #2ba0c3;
	background-color: #2ba0c3;
    border-radius: 40px;
        padding: 18px 0 18px 52px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
	text-decoration: none;
	color: #fff !important;
}

@media screen and (max-width: 999px){
	#contact .btn:before{
		    top: 20px;
    right: 13px;
		transform: scale(0.7);
	}
	#contact .btn a{
		    font-size: 15px;
    padding: 15px 0;
    text-align: center;
	}
}


@media screen and (max-width: 1368px) and (min-width: 1000px) {
	#sec1 p.photo2 img{
		width: 100%;
		height: auto;
	}
	#sec1 p.photo2{
	right: -150px;
		
	}
	#sec1 h3{
		font-size: 20px;
	}
	#sec1 h3 span.t1{
		font-size: 22px;
	}
	#sec1 h3 span.t2{
		font-size: 25px;
	}
	#sec2 #rmbxSlider .group dl dd{
		font-size: 33px;
	}
	#sec2 #rmbxSlider .group dl dd span{
		font-size: 46px;
	}
	#key .group{
		width: 1000px;
		max-width: 100%;
		
	}
	#key:after{
		display: none;
	}
	#key .box{
		margin-left: 0;
		width: 450px;
		    margin-top: -358px;
	}
	#key .box h4{
		    padding: 10px 23px 0 14px;
		
	}
	#key .box h4 span.t2 span{
		font-size: 60px;
	}
	#key .box h3{
		margin-left: -4px;
		font-size: 20px;
		letter-spacing: 3px;
		text-align: left;
	}
	h1{
		    margin-left: -31px;
    margin-right: -180px;
	}
	#key p.scroll.pagetop a#pagetop span{
		width: 36px;
		height: 80px;
		align-self: center;
	}
}

@media screen and (max-width: 999px) {
	.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
.txt-vertical {
	writing-mode: inherit;
	-o-writing-mode: inherit;
	-ms-writing-mode: inherit;
	-moz-writing-mode: inherit;
}
.txt-vertical .txt-latin {
	writing-mode: inherit;
	-o-writing-mode: inherit;
	-ms-writing-mode: inherit;
	-moz-writing-mode: inherit;
}
#key:after {
	display: none;
}
body {
	line-height: 28px;
	font-size: 14px;
}
	
.txt-vertical .txt-latin {
	direction: inherit;
	-webkit-writing-mode: inherit;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
	
#pagetop {
	width: 50px;
}
#key h1 {
	margin-left: -3%;
	margin-right: -3%;
	width: 100%;
}
p.fixed_btn {
	    bottom: 0;
    left: 0;
    width: 100%;
    top: inherit;
    height: 59px;
    padding: 6px;
	font-size: 13px;
    letter-spacing: 1px;
}
	p.fixed_btn:before{
		    right: 17px;
    width: 34px;
    left: auto;
    top: 25px;
    bottom: auto;
	}
#key .box {
	margin-top: 0;
    max-width: 95%;
    margin-left: 0;
    margin: 0 auto;
    border: 7px solid #fff;
    padding: 3%;
}
	#key .box h3{
		    max-width: 74%;
    margin: -33px auto 0 4px;
		font-size: 13px;
	}
	#key .box h4{
		line-height: 33px;
		    padding: 5%;
		    padding-left: 15%;
	}
	#key .box h4 span.t1{
		font-size: 17px;
	}
	#key .box h4 span.t2{
		font-size: 29px;
	}
	#key .box h4 span.t2 span{
		font-size: 35px;
	}
	#key .box p.price{
		width: 95px;
		    top: -50px;
   		 right: -16px;
	}
	#key .box p.price > span{
		    line-height: 20px;
		    top: 14px;
			width: 87px;
	}
	#key .box p.price span.t1{
		font-size: 14px;
    letter-spacing: 4px;
	}
	#key .box p.price span.t2{
		    font-size: 19px;
	}
	#key .box p.price span.t3{
		font-size: 13px;
	}
	#key .box p.price span.t4{
		font-size: 11px;
    font-weight: normal;
	}
	#key .group{
		margin-bottom: 15%;
	}
	#key .btn{
		max-width: 85%;
		
	}
	#key .btn a{
		font-size: 16px;
		letter-spacing: 2px;
		    padding: 8px 0;
	}
	#key .btn:before{
		    transform: translateY(-50%) scale(0.7);
		right: 31px;
		    top: 50%;
	}
	#key p.txt2{
		margin-right: 0;
		margin-top: 10%;
		    font-size: 9px;
	}
	#key:before{
		    /*background: url(../img/shared/header_sp_img.png) no-repeat right bottom;*/
    width: 82%;
    height: 350px;
    margin-left: 0;
    right: 0;
    background-size: 100%;
    left: inherit;
		content: '';
		    bottom: -1px;
	}
#sec1 {
	border: 15px solid #fff;
	    padding: 10% 0 10%;
	border-bottom: none;
}
	#sec1 h2{
		font-size: 18px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	#sec1 h2 span{
		font-size: 30px;
	}
	#sec1 h3{
		    font-size: 14px;
    line-height: 28px;
    letter-spacing: 3px;
	}
	#sec1 dl dt{
		    font-size: 14px !important;
    line-height: 28px !important;
	}
	#sec1 h3 span.t1{
		font-size: 15px;
	}
	#sec1 h3 span.t2{
		font-size: 13px;
	}
	#sec1 p.photo{
		    width: 60%;
    margin: 0 auto 10px;
	}
	#sec1 p.txt{
		    line-height: 25px;
			font-size: 12px;
			letter-spacing: 1px;
	}
#sec1 p.photo2 {
	width: 85px;
	right: -15px;
	top: 348px;
}
	#rmbxSlider{
		visibility: visible !important;
	}
	#sec2{
		margin-bottom: 13%;
	}
	#sec2 h2{
		padding-top: 70px;
		letter-spacing: 3px;
		font-size: 19px;
		    line-height: 40px;
		margin-bottom: 17px;
	}
	#sec2 h2:before{
		height: 70px;
	}
	#sec2 h2 span{
		font-size: 35px;
	}
#sec2 #rmbxSlider .group p.photo {
	    width: 80%;
    margin: 0 auto;
	text-align: center;
	
}
	#sec2 #rmbxSlider .group p.photo img{
		margin: 0 auto;
	}
#sec2 #rmbxSlider .group dl {
	width: 100%;
	padding-left: 9px;
	padding-top: 15px;
}
	#sec2 #rmbxSlider .li03 .group dl{
		padding-top: 15px;
	}
	#sec2 #rmbxSlider .group dl dt{
		font-size: 16px;
		line-height: 20px;
	}
	#sec2 #rmbxSlider .group dl dt > span{
		margin-left: 3px;
	}
	#sec2 .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		position: relative;
		margin-top: 3%;
	}
	#sec2 #rmbxSlider .group dl dt > span:before{
		    height: 2px;
    left: -6px;
    width: 97px;
		bottom: 4px;
	}
	#sec2 #rmbxSlider .group dl dt span.num{
		font-size: 55px;
	}
	#sec2 #rmbxSlider .group dl dd{
		    font-size: 17px;
    line-height: 35px;
	}
	#sec2 #rmbxSlider .group dl dd span{
		font-size: 29px;
	}
#sec3 {
	border: none;
	min-height: inherit;
	padding: 15% 0 15%;
	
}
	#sec3 h2{
		font-size: 24px;
		margin-bottom: 40px;
	}
	#sec3 ul li:before{
		transform: scale(0.5);
    width: 31px;
    height: 30px;
	}
#sec3:before {
	display: none;
}
#sec3:after {
	display: none;
}
#sec3 ul li {
	font-size: 15px;
	    margin-bottom: 30px;
	    padding-bottom: 4px;
    border-bottom: 3px dotted #6a6867;
    line-height: 43px;
    letter-spacing: 5px;
	padding-left: 15%;
}
#sec4 {
	padding: 15% 0 12%;
}
	#sec4:before{
		    transform: scale(0.7) translate(-70%, -10px);
	}
#sec4 h3 {
	font-size: 30px;
	line-height: 150%;
	letter-spacing: 2px;
	    margin-bottom: 15px;
}
#sec4 h3 span {
	font-size: 20px;
}
#sec4 p.btn {
	font-size: 22px;
	margin-bottom: 15px;
}
#sec4 p.btn a {
	padding: 25px 0;
}
	#sec4 p.txt{
		font-size: 15px;
	}
	#sec4 p.btn:before{
		transform: scale(0.7) translate(61px, -18%);
	}
	footer .ttl_logo{
		font-family: 'Noto Serif JP', serif;
	}
	footer{
		padding: 15% 0 80px;
	}
	footer .logo{
		    width: 50%;
    margin: 4% auto;
	}
	footer nav a{
		font-size: 10px;
	}
	footer nav > a + a:before{
		content: '';
	}
	footer nav > a + a{
		padding-left: 5px;
	}
	footer nav > a + a:before{
		padding-right: 5px;
	}
	#socialbuttons{
		margin-bottom: 35px;
	}
	address{
		font-size: 10px;
		letter-spacing: 2px;
	}
	footer nav{
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 480px) and (max-width: 999px){
	#key .box h3{
		       max-width: 100%;
    margin: -45px auto 0 22px;
    font-size: 28px;
    width: 97%;
    text-align: left;
	}
	#key .btn{
		max-width: 85%;
		margin-bottom: -59px;
	}
	#key .btn a{
		padding: 13px 0;
		font-size: 20px;
	}
	#key .group{
		    margin-bottom: 11%;
    justify-content: center;
	}
	
	
}
@media screen and (min-width: 768px) and (max-width: 999px){
	header #key p.ttl{
		        font-size: 20px;
    line-height: 35px;
    margin-bottom: 11px;
	}
	header .logo{
	width: 240px;
    margin: 0 auto 10px;
	}
	header #key h2 span.t1{
		    font-size: 18px;
    margin: 0 auto 22px;
    max-width: 70%;
    padding: 5px;
	}
	header #key h2 span.t2{
	    font-size: 29px;
    line-height: 54px;
	}
	header #key h2 span.t2 span{
		font-size: 53px;
	}
	header .group .right .photo{
		width: 72%;
	}
	header #key{
		background-size: 54%;
	}
	#key .box h4{
		    line-height: 52px;
	}
	#key .box h4 span.t1{
		    font-size: 24px;
	}
	#key .box h4 span.t2{
		font-size:50px;
	}
	#key .box h4 span.t2 span{
		font-size: 58px;
	}
	#sec1 p.photo2{
		width: 150px;
		top: 271px;
	}
	.bx-controls-direction{
		top: 36%;
	}
	#key .box p.price{
		width: 113px;
    top: -53px;
    right: -32px;
	}
	#key .box p.price > span{
		    line-height: 26px;
    top: 15px;
    width: 130px;
	}
	#key .box p.price span.t1{
		font-size: 16px;
    letter-spacing: 4px;
	}
	#key .box p.price span.t2{
		font-size: 27px;
	}
	#key .box p.price span.t3{
		font-size: 16px;
	}
	#key .box p.price span.t4{
		font-size: 14px;
	}
	#sec1 h2{
		    font-size: 26px;
    line-height: 59px;
    margin-bottom: 15px;
	}
	#sec1 h2 span{
		font-size: 48px;
	}
	#sec1 h3{
		    font-size: 25px;
    line-height: 50px;
    letter-spacing: 3px;

	}
	#sec1 h3 span.t1{
		font-size: 26px;
	}
	#sec1 h3 span.t2{
		font-size: 30px;
	}
	#sec1 p.txt{
		    line-height: 35px;
    font-size: 18px;
    letter-spacing: 1px;
	}
	#sec1 p.txt br.sp{
		display: none !important;
	}
	#sec2 h2{
		padding-top: 70px;
    letter-spacing: 3px;
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 17px;
	}
	#sec2 h2 span{
		font-size: 50px;
	}
	#sec2 #rmbxSlider .group dl dt{
		font-size: 30px;
		line-height: 20px;
	}
	#sec2 #rmbxSlider .group dl dt > span:before{
		height: 2px;
    left: -6px;
    width: 118px;
    bottom: 8px;
	}
	#sec2 #rmbxSlider .group dl dt span.num{
		font-size: 69px;
	}
	#sec2 #rmbxSlider .group dl dd{
		    font-size: 35px;
    line-height: 60px;
	}
	#sec2 #rmbxSlider .group dl dd span{
		font-size: 50px;
	}
	#sec3 h2{
		    font-size: 40px;
    margin-bottom: 80px;
	}
	#sec3 ul li{
		    font-size: 35px;
    margin-bottom: 50px;
    padding-bottom: 22px;
    border-bottom: 3px dotted #6a6867;
    line-height: 43px;
    letter-spacing: 5px;
    padding-left: 15%;
	}
	#sec3 ul li:before{
		    transform: scale(0.8);
	}
	#sec4 h3{
		    font-size: 50px;
    line-height: 110%;
    letter-spacing: 2px;
    margin-bottom: 34px;
	}
	#sec4 h3 span{
		font-size: 30px;
	}
	#sec4 p.btn a{
		    padding: 60px 0;
    font-size: 47px;
	}
	#sec4 p.btn:before{
		    transform: scale(0.7) translate(61px, 7%);
    top: 43%;
	}
	#sec4 p.txt{
		font-size: 20px;
	}
	footer .ttl_logo{
		font-size: 18px;
		
    line-height: 36px;
	}
	footer p.btn a{
		    font-size: 20px;
    padding: 20px 0;
    text-align: center;
	}
	footer p.btn:before{
		    top: 24px;
    right: 13px;
    transform: scale(0.7);
	}
	footer nav a{
		font-size: 17px;
	}
	footer nav > a + a{
		    padding-left: 20px;
	}
	address{
		font-size: 13px;
	}
}
@media screen and (min-width: 480px) and (max-width: 600px) {
	#sec1 p.photo2{
		    width: 126px;
    top: 305px;
	}
	
}
@media screen and (min-width: 375px) and (max-width: 430px)
{
	header #key h2 span.t2{
		
		margin: 0 auto;
		    white-space: nowrap;
	}
	header #key h2{
	
	}
}
@media screen and (max-width: 320px) {
	header #key h2 span.t2{
		font-size: 14px;
		line-height: 26px;
		
	}
	header .group .left{
		padding-top: 10px;
	}
	header .logo{
		width: 120px;
	}
	header #key h2 span.t1{
		font-size: 11px;
	}
	header #key h2 span.t2{
		font-size: 11px;
		line-height: 26px;
	}
	header #key h2 span.t2 span{
		font-size: 26px;
	}
	#key .box h3{
		    max-width: 80%;
    margin: -33px auto 0 5px;
    font-size: 11px;
    text-align: left;
	}
	header .group .right .photo{
		margin: 12% auto 0;
	}
	#key .box h4{
		padding-left: 8%;
	}
	#sec1 h3{
		font-size: 13px;
	}
	#sec2 #rmbxSlider .group dl dt{
		font-size: 13px;
	}
	#sec3 ul li:before{
		    transform: scale(0.3) translateX(-83%) translateY(19%);
    width: 31px;
    height: 30px;
	}
	#sec3 ul li{
		font-size: 12px;
	}
	#sec4 p.btn{
		font-size: 18px;
	}
	#sec4 h3{
		font-size: 26px;
	}
	footer nav a{
		font-size: 9px;
	}
	#sec1 h3 span.t1{
		font-size: 14px;
	}
}

#sec1 dl{
	margin-bottom: 30px;
}
#sec1 dl dt{
	font-weight: 600;
	font-size: 18px;
	color: #2ba0c3;
}


#movie{
    padding: 20px 0 20px;
}
#movie h2 {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 4px;
}
#movie .youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

#movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}