@charset "utf-8";

/* 個別設定
  ############################################################################################# */
body {
	background: #000023;
}
#wrap {
	opacity: 0;
	transition: opacity 1s;
}
@media all and (-ms-high-contrast: none) {
 #wrap{
   opacity: 1;/* IE10 以降にのみ適用される */
 }
}
body.ready #wrap {
	opacity: 1;
}
#main {
	font-size: 15px;
	line-height: 28px;
}

@media only screen and (max-width:640px) {
	#main {
		font-size: calc(100vw * 16 / 640);
		line-height: calc(30 / 16);
	}
}

/* ========================================================================== */

.mainVisual .wrap {
	width: 1200px;
	height: 460px;
	padding: 0;
	position: relative;
	background: url("../imgs/bg-mv.jpg") 50% 0 no-repeat;
	opacity: 0;
	transition: opacity 1s;
}
@media all and (-ms-high-contrast: none) {
 .mainVisual .wrap{
   opacity: 1;/* IE10 以降にのみ適用される */
 }
}
body.ready .mainVisual .wrap {
	opacity: 1;
}
.mainVisual .scene {
	position: absolute;
	opacity: 0;
	transition: opacity 2s;
}
@-ms-keyframes iefadein {
	100%{
		opacity: 1;
	}
}

@media all and (-ms-high-contrast: none) {
 .mainVisual .scene{
   opacity: 0;/* IE10 以降にのみ適用される */
   transition: opacity 2s;
 }
}

body.ready .mainVisual .scene {
	opacity: 1;
}
.mainVisual .scene01 {
	top: 66px;
	left: 118px;
	transition-delay: 1s;
}
@media all and (-ms-high-contrast: none) {
	.mainVisual .scene01 {
	top: 66px;
	left: 118px;
	animation-name: iefadein;
    animation-duration: 2s;
    animation-delay: 1s;
	animation-fill-mode: forwards;	
	}	
}
.mainVisual .scene02 {
	top: 0;
	right: 0;
	transition-delay: 2s;
}
@media all and (-ms-high-contrast: none) {
	.mainVisual .scene02 {
	top: 0;
	right: 0;
	animation-name: iefadein;
    animation-duration: 2s;
    animation-delay: 2s;
	animation-fill-mode: forwards;	
	}
}
.mainVisual .scene02 .caption {
	position: absolute;
	right: 110px;
	bottom: 30px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
.mainVisual .scene03 {
	bottom: 30px;
	left: 128px;
	transition-delay: 3s;
}
@media all and (-ms-high-contrast: none) {
	.mainVisual .scene03 {
	bottom: 30px;
	left: 128px;
	animation-name: iefadein;
    animation-duration: 2s;
    animation-delay: 3s;
	animation-fill-mode: forwards;
	}
}
.mainVisual .scene04 {
	left: 128px;
	bottom: 0;
	transition-delay: 3.5s;
}
@media all and (-ms-high-contrast: none) {
	.mainVisual .scene04 {
	left: 128px;
	bottom: 0;
	animation-name: iefadein;
    animation-duration: 2s;
    animation-delay: 3.5s;
	animation-fill-mode: forwards;
	}	
}
.mainVisual .scene04 .caption {
	left: 10px;
	bottom: 13px;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}
@media only screen and (max-width:640px) {
	.mainVisual .wrap {
		width: 100vw;
		height: calc(100vw * 990 / 640);
		background-image: url("../imgs/bg-mv_sp.jpg");
		background-size: cover;
		padding-bottom: 5%;
	}
	.mainVisual .scene01 {
		width: calc(100vw * 502.5 / 640);
		top: calc(100vw * 5.5 / 640);
		left: calc(100vw * 68.75 / 640);
	}
	.mainVisual .scene02 {
		width: calc(100vw * 360 / 640);
		top: calc(100vw * 400 / 640);
		bottom: calc(100vw * 0 / 640);
	}
	.mainVisual .scene02 .caption {
		right: calc(100vw * 25 / 640);
		bottom: calc(100vw * 130 / 640);
		font-size: calc(100vw * 17 / 640);
	}
	.mainVisual .scene03 {
		width: calc(100vw * 255.5 / 640);
		bottom: calc(100vw * 100 / 640);
		left: calc(100vw * 30 / 640);
	}
	.mainVisual .scene04 {
		width: calc(100vw * 640 / 640);
		left: calc(100vw * 30 / 640);
		bottom: calc(100vw * 15 / 640);
		transition-delay: 3.5s;
		line-height: 1;
	}
	.mainVisual .scene04 .caption {
		line-height: 0.5;
		font-size: calc(100vw * 12 / 640);
	}
}

/* ========================================================================== */

.contact {
	padding: 22px 0;
	background: #fff;
}
.contact .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.contact .ci {
	padding: 0 0 0 28px;
	white-space: nowrap;
}
body.ipad .contact .ci {
	padding: 0;
}
.contact .ci span {
	display: inline-block;
	padding: 11px 1.1em 0 0;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .1em;
	vertical-align: top;
}
.contact .phone {
	display: flex;
	align-items: center;
}
.contact .phone .label {
	width: 4em;
	border: 1px solid #000;
	padding: 3px 1px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	white-space: inherit!important;
	-webkit-white-space: inherit!important;
	-ms-white-space: inherit!important;
	-moz-white-space: inherit!important;
	color: #000;
	border-radius: inherit!important;
}
.contact .phone a {
	display: block;
	margin: 0 0 0 10px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
body.ipad .contact .phone a {
	font-size: 36px;
}
/*@media all and (-ms-high-contrast:none) {*/
	.contact .phone a {
		font-size: 30px;
	}
/*}*/
.contact .phone .time {
	margin: 0 0 0 18px;
	font-size: 12px;
	line-height: 17px;
	white-space: nowrap;
}
.contact .phone .time .line01 {
	padding: 0 0 0 0;
}
.contact .phone .time .line02 {
	text-align: right;
}

@media only screen and (max-width:640px) {
	.contact {
		padding: calc(100vw * 30 / 640) 0 calc(100vw * 40 / 640);
	}
	.contact .wrap {
		display: block;
		text-align: center;
	}
	.contact .ci {
		padding: 0 calc(100vw * 5 / 640);
		align-items: center;
		justify-content: space-between;
	}
	.contact .ci a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contact .ci span {
		padding: 0;
		font-size: calc(100vw * 19 / 640);
		letter-spacing: 0;
	}
	.contact .ci img {
		width: calc(100vw * 510 / 640);
	}
	.contact .phone {
		margin: calc(100vw * 15 / 640) 0 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact .phone .label {
		width: auto;
		border-style: solid none;
		padding: calc(100vw * 4 / 640) calc(100vw * 8 / 640);
		font-size: calc(100vw * 19 / 640);;
		line-height: 1;
	}
	.contact .phone a {
		margin: 0 0 0 calc(100vw * 10 / 640);
		font-size: calc(100vw * 42 / 640);
	}
	.contact .phone .time {
		width: 100%;
		margin: calc(100vw * 15 / 640) 0 0;
		font-size: calc(100vw * 19 / 640);
		line-height: 1;
	}
	.contact .phone .time .line01 {
		display: inline;
		padding: 0;
	}
	.contact .phone .time .line02 {
		display: inline;
		text-align: inherit;
	}
}

/* ========================================================================== */

#main > .note {
	border-top: 1px solid #A99535;
	padding: 14px 0;
	background: #D9D9D9;
}
#main > .note .line01 {
	font-size: 12px;
	line-height: 18px;
}
#main > .note .line01 .label {
	width: 98px;
	margin: 0 8px 0 0;
	border: 1px solid #000;
	float: left;
	font-size: 21px;
	line-height: 33px;
	text-align: center;
}
#main > .note .line02 {
	padding: 5px 0 0;
	clear: both;
	font-size: 11px;
	line-height: 17px;
}
@media only screen and (max-width:640px) {
	#main > .note {
		border-top: none;
		padding: calc(100vw * 40 / 640) 0 calc(100vw * 25 / 640);
	}
	#main > .note .line01 {
		font-size: calc(100vw * 16 / 640);
		line-height: calc(100vw * 21 / 640);
	}
	#main > .note .line01 .label {
		width: calc(100vw * 98 / 640);
		margin: 0 calc(100vw * 8 / 640) 0 0;
		font-size: calc(100vw * 21 / 640);
		line-height: calc(100vw * 53 / 640);
	}
	#main > .note .line02 {
		padding: calc(100vw * 10 / 640) 0 0;
		font-size: calc(100vw * 16 / 640);
		line-height: calc(100vw * 21 / 640);
	}
}
/* ========================================================================== */
/*#information{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 100px;		
}*/
#main .info .wrap .inner .text a{
	color:blue;
}
#main .info .wrap .inner .text a:hover{
	border-bottom:1px solid;
}
/* ========================================================================== */

.section {
	padding: 25px 0;
}
.section .inner {
	padding: 25px 60px 0;
	background: #F2F2F2;
}
.section .title01 {
	border-bottom: 2px solid #A99535;
	padding: 0 0 11px;
	position: relative;
	color: #A99535;
	font-size: 23px;
	font-weight: bold;
	line-height: 1;
}
.section .title01::after {
	content: '';
	display: block;
	width: 2px;
	height: 90px;
	position: absolute;
	top: 100%;
	right: 0;
	background: #A99535;
}

@media only screen and (max-width:640px) {
	.section {
		padding: calc(100vw * 25 / 640) 0;
	}
	.section .inner {
		padding: calc(100vw * 32 / 640) calc(100vw * 36 / 640) 0 calc(100vw * 42 / 640);
	}
	.section .title01 {
		border-bottom-width: 1px;
		padding: 0 0 calc(100vw * 5 / 640);
		font-size: calc(100vw * 23 / 640);
	}
	.section .title01::after {
		width: 1px;
		height: calc(100vw * 30 / 640);
	}
}

/* ========================================================================== */

.info .inner {
	padding-bottom: 45px;
}
.info ul {
	min-height: 82px;
	padding: 8px 0 0;
	font-size: 16px;
	line-height: 24px;
}
.info li {
	display: flex;
	margin: 15px 0 0;
}
.info .date {
	display: inline-block;
	width: 130px;
	font-size: 22px;
	color: #A99535;
}

@media only screen and (max-width:640px) {
	.info .inner {
		padding-bottom: calc(100vw * 100 / 640);
	}
	.info ul {
		min-height: 0;
		padding: calc(100vw * 6 / 640) 0 0;
		font-size: calc(100vw * 16 / 640);
		line-height: 1.5;
	}
	.info li {
		margin: calc(100vw * 10 / 640) 0 0;
	}
	.info .date {
		width: calc(100vw * 130 / 640);
		font-size: calc(100vw * 16 / 640);
	}
	.info .text {
		text-align: left;
		width: calc(100vw * 350 / 640);
	}
}

/* ========================================================================== */
.access {
	background: url("../imgs/bg01.jpg") 50% 0 / cover no-repeat;
}
.access .inner {
	padding-bottom: 35px;
}
.access .block01 {
	display: flex;
	margin: 30px 0 0;
	padding: 0 30px 0 0;
	justify-content: space-between;
}
.access .block01 .text {
	width: 380px;
}
.access .block01 .catch {
	color: #A99535;
	font-size: 34px;
	line-height: 54px;
}
.access .block01 p {
	margin: 8px 0 0;
}
.access .block01 .image {
	width: 380px;
}
.access .block01 .image .caption {
	margin: 5px 0 0;
	font-size: 11px;
	line-height: 1;
	text-align: right;
}
.access .block02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.access .block02 .image {
	width: 590px;
}
.access .block02 .data {
	width: 225px;
	padding: 50px 0 0;
}
.access .block02 .data dt {
	padding: 20px .5em 0 0;
	float: left;
	background: #F2F2F2;
	font-size: 27px;
	line-height: 1;
}
.access .block02 .data dt span {
	font-size: 19px;
}
.access .block02 .data .time {
	padding: 20px 0 0;
	background: url("../imgs/blt01.png") 0 32px repeat-x;
	font-size: 25px;
	line-height: 27px;
	text-align: right;
}
.access .block02 .data .time span {
	padding: 0 0 0 .1em;
	background: #F2F2F2;
}
.access .block02 .data .time strong {
	color: #D70000;
	font-weight: normal;
}
.access .block02 .data .note {
	clear: both;
	font-size: 11px;
	line-height: 1;
}
.access .block02 > .note {
	width: 100%;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
}

@media only screen and (max-width:640px) {
	.access .inner {
		padding-bottom: calc(100vw * 40 / 640);
	}
	.access .block01 {
		display: block;
		margin: calc(100vw * 40 / 640) 0 0;
		padding: 0;
	}
	.access .block01 .text {
		width: auto;
		text-align: center;
	}
	.access .block01 .catch {
		font-size: calc(100vw * 34 / 640);
		line-height: calc(100vw * 54 / 640);
	}
	.access .block01 p {
		margin: calc(100vw * 24 / 640) 0 0;
	}
	.access .block01 .image {
		width: auto;
		margin: calc(100vw * 45 / 640) 0 0;
	}
	.access .block01 .image .caption {
		margin: calc(100vw * 5 / 640) 0 0;
		font-size: calc(100vw * 11 / 640);
	}
	.access .block02 {
		display: block;
		margin: calc(100vw * 50 / 640) 0 0;
	}
	.access .block02 .image {
		width: auto;
	}
	.access .block02 .data {
		width: auto;
		margin: calc(100vw * 15 / 640) 0 0;
		padding: 0 calc(100vw * 62 / 640) 0 calc(100vw * 56 / 640);
	}
	.access .block02 .data dt {
		padding: calc(100vw * 40 / 640) .5em 0 0;
		font-size: calc(100vw * 40 / 640);
	}
	.access .block02 .data dt span {
		font-size: calc(100vw * 28 / 640);
	}
	.access .block02 .data .time {
		padding: calc(100vw * 40 / 640) 0 0;
		background-position: 0  calc(100vw * 61 / 640);
		font-size: calc(100vw * 38 / 640);
		line-height: calc(100vw * 44 / 640);
	}
	.access .block02 .data .note {
		padding: calc(100vw * 10 / 640) 0 0;
		font-size: calc(100vw * 18 / 640);
	}
	.access .block02 > .note {
		margin: calc(100vw * 30 / 640) 0 0;
		font-size: calc(100vw * 11 / 640);
		line-height: 1.5;
		text-align: left;
	}
}

/* ========================================================================== */
.location {
	background: url("../imgs/bg02.jpg") 50% 0 / cover no-repeat;
}
.location .inner {
	padding-bottom: 10px;
}
.location .block01 {
	margin: 30px 0 0;
	padding: 0 30px 0 0;
}
.location .block02 {
	margin: 25px 0 0;
	position: relative;
}
.location .block02 .catch {
	color: #A99535;
	font-size: 34px;
	line-height: 54px;
}
.location .block02 p {
	margin: 20px 0 0;
}
.location .block02 .image {
	position: absolute;
	top: -100px;
	right: -42px;
}
.location .block03 {
	display: flex;
	margin: 35px 0 0;
	justify-content: space-between;
}
.location .block03 .image01 {
	width: 352px;
}
.location .block03 .image01 .caption{
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 1;
	text-align: right;
}

.location .block03 .image02 {
	display: flex;
	width: 459px;
}
.location .block03 .image02 .image {
	width: 153px;
}
.location .block03 .image02 .caption {
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 1;
	text-align: right;
}
.location .block04 {
	margin: 15px 0 0;
}
.location .block04 .title {
	border-top: 1px solid #A99535;
	border-bottom: 1px solid #A99535;
	color: #A99535;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.location .block04 .data {
	display: flex;
	margin: 10px 0 0;
	padding: 0 50px;
	justify-content: space-between;
}
.location .block04 dl {
	display: flex;
	width: 330px;
	font-size: 13px;
	line-height: 18px;
	flex-wrap: wrap;
}
.location .block04 dt {
	width: calc(100% - 6em);
	margin: 4px 0 0;
	background: url("../imgs/blt02.png") 6px 7px repeat-x;
}
.location .block04 dt span {
	padding: 0 0.5em 0 0;
	background: #F2F2F2;
}
.location .block04 dt span::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 5px 0 0;
	background: #A99535;
	border-radius: 50%;
	vertical-align: top;
}
.location .block04 dd {
	margin: 4px 0 0;
	width: 6em;
	text-align: right;
}
.location .block04 .note {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
}

@media only screen and (max-width:640px) {
	.location .inner {
		padding-bottom: calc(100vw * 18 / 640);
	}
	.location .block01 {
		margin: calc(100vw * 50 / 640) 0 0;
		padding: 0;
	}
	.location .block02 {
		margin: 0;
	}
	.location .block02 .text {
		text-align: center;
	}
	.location .block02 .catch {
		font-size: calc(100vw * 34 / 640);
		line-height: calc(100vw * 54 / 640);
	}
	.location .block02 p {
		margin: calc(100vw * 15 / 640) 0 0;
	}
	.location .block02 .image {
		display: none;
	}
	.location .block03 {
		display: block;
		margin: calc(100vw * 15 / 640) 0 0;
	}
	.location .block03 .image01 {
		width: auto;
	}
	.location .block03 .image02 {
		width: auto;
		margin: calc(100vw * 35 / 640) 0 0;
	}
	.location .block03 .image02 .image {
		width: calc(100% / 3);
	}
	.location .block03 .image02 .caption {
		margin: calc(100vw * 5 / 640) 0 0;
		font-size: calc(100vw * 11 / 640);
	}
	.location .block04 {
		margin: calc(100vw * 30 / 640) 0 0;
	}
	.location .block04 .title {
		border-top: none;
		padding: 0 0 calc(100vw * 5 / 640);
		font-size: calc(100vw * 20 / 640);
		line-height: 1;
	}
	.location .block04 .data {
		display: block;
		margin: calc(100vw * 8 / 640) 0 0;
		padding: 0 calc(100vw * 10 / 640);
	}
	.location .block04 dl {
		width: auto;
		font-size: calc(100vw * 15 / 640);
		line-height: calc(22 / 15);
	}
	.location .block04 dt {
		width: calc(100% - 8em);
		box-sizing: border-box;
		margin: 0;
		padding: 0 0 0 calc(100vw * 5 / 640);
		background-position: calc(100vw * 10 / 640) calc(100vw * 5 / 640);
		text-indent: calc(100vw * -5 / 640);
	}
	.location .block04 dt span::before {
		width: calc(100vw * 5 / 640);
		height: calc(100vw * 5 / 640);
		margin: calc(100vw * 9 / 640) 0 0;
	}
	.location .block04 dd {
		width: 8em;
		margin: 0;
	}
	.location .block04 .note {
		margin: calc(100vw * 20 / 640) 0 0;
		font-size: calc(100vw * 11 / 640);
	}
}

/* ========================================================================== */
/*#roomplan{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 100px;	
}*/
.roomplan {
	background: url("../imgs/bg03.jpg") 50% 0 / cover no-repeat;
}
.roomplan .resize{
	transition: 0.5s;
}
.roomplan .resize:hover{
	opacity: 0.5;
	transition:0.5s;
}
.roomplan .inner {
	padding-bottom: 10px;
}
.roomplan .block01 {
	margin:10px;
	padding: 10px;
}
.roomplan .block01 ul{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.roomplan .block01 ul li{
}
.roomplan .block01 ul li img{
	width: 100%;
}
.roomplan .block01 .note{
	margin: 10px 0 0;
	font-size: 11px;
    line-height: 17px;
    text-align: right;
}

@media only screen and (max-width:640px) {
	.roomplan .inner {
		padding-bottom: calc(100vw * 18 / 640);
	}
	.roomplan .block01 {
		padding: 0;
		text-align: center;
	}
	.roomplan .block01 ul{
		display: inline-block;
		width: auto;
	}
	.roomplan .block01 ul li{
		margin-bottom: calc(100vw * 40 / 640);
	}
	.roomplan .block01 .note{
		text-align: center;
		margin: 0 auto;
		font-size: calc(100vw * 11 / 640);
	}
}


/*========================================================================== */ 
/*#modelroom{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 100px;	
}*/
.modelroom{
	background: url("../imgs/bg04.jpg") 50% 0 / cover no-repeat;
}
.modelroom .inner{
	padding-bottom: 25px;
}
.modelroom .container{
	width: 100%;
	margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 20px;
}
.modelroom .slider_container{
	background:#f2f2f2;
}
.modelroom .bnr-box{
	width: 98%;
	/*margin-bottom: 25px;*/
	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.modelroom .carousel-control{
	width: 5%;
	top: 45%;
	left: inherit;
	background: none;
	position: absolute;
	opacity: 1;
}
.modelroom .carousel-control-left{
	left: 10px;
}

.modelroom .carousel-control-right{
	right: 10px;
}
.modelroom .cont-carousel-02 .carousel-control-right .ar_right{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.modelroom .cont-carousel-02 .carousel-control-left .ar_left{
}
.modelroom .col-md-12{
	max-width: 900px;
	width: 100%;
}


.modelroom .row{
	margin-left: 0;
	margin-right: 0;
}
.modelroom .carousel-thumb-nav2{
	position: relative;
	margin-top: 8px;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.modelroom .carousel-inner .item{
	perspective: none!important;
	-webkit-perspective: none!important;
	-ms-perspective: none!important;
	-moz-perspective: none!important;
} 
.modelroom .carousel-thumb-nav2 li{
	display: table;
	position: relative;
	max-width: calc((100% - 20px) / 10);
	width: 18%;
	height: 70px;
	list-style: none;
}
.modelroom .carousel-thumb-nav2 li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;	
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:first-child a{
	background:url("../imgs/cont-carousel-thumb_01.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(2) a{
	background:url("../imgs/cont-carousel-thumb_02.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(3) a{
	background:url("../imgs/cont-carousel-thumb_03.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(4) a{
	background:url("../imgs/cont-carousel-thumb_04.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(5) a{
	background:url("../imgs/cont-carousel-thumb_05.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(6) a{
	background:url("../imgs/cont-carousel-thumb_06.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(7) a{
	background:url("../imgs/cont-carousel-thumb_07.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(8) a{
	background:url("../imgs/cont-carousel-thumb_08.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(9) a{
	background:url("../imgs/cont-carousel-thumb_09.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .carousel-thumb-nav2 li:nth-child(10) a{
	background:url("../imgs/cont-carousel-thumb_10.png");
	background-size: cover;
	background-repeat: no-repeat;
}
.modelroom .inner .note{
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.modelroom .carousel-inner{
	margin-top: 20px;
}
@media only screen and (max-width:640px){
	/*.modelroom .container{
		padding-bottom: 25px;
	}*/
	.modelroom .bnr-box {
		display: block;
		text-align: center;
		padding: 0;
    	margin-top: 10px;
	}
	.modelroom .carousel-inner{
		height: calc(100vw * 350 / 678);
	}
	/*.modelroom .carousel-inner img{
		height: calc(100vw * 330 / 640);
	}*/
	.modelroom .container{
    padding-left: 0px;
    padding-right: 0px;
	}
	.modelroom .carousel-control{
	top: 33%;
	}
	.modelroom .inner .note{
	margin-top: -20px;
	font-size: calc(100vw * 11 / 640);
	text-align: left;	
	}
}
/*========================================================================== */ 
/*#equipment{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 100px;		
}*/

.equipment {
	background: url("../imgs/bg05.jpg") 50% 0 / cover no-repeat;
}
.equipment .inner {
	padding-bottom: 10px;
}
.equipment .block01 {
	margin: 30px 0 25px;
	padding: 0 30px 0 0;
}
.equipment .block02 .equipment_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.equipment .block02 .equipment_box .box{
	width: 23%;
}
.equipment .block02 .equipment_box .box img{
	width: 100%;
}
.equipment .block02 .eq_title{
	background: #a99535;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.equipment .block02 .name,
.equipment .block02 .text{
	text-align: left;
}
.equipment .block02 .name{
	font-size: 15px;
}
.equipment .block02 .text{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}
.equipment .block02 .note {
	margin: 10px 0 0;
	font-size: 11px;
	line-height: 17px;
	text-align: right;
}

@media only screen and (max-width:640px) {
	.equipment .inner {
		padding-bottom: calc(100vw * 18 / 640);
	}
	.equipment .block01 {
		margin: calc(100vw * 50 / 640) 0 0;
		padding: 0;
	}
	.equipment .block02 {
		margin: 10px;
	}
	.equipment .block02 .equipment_box .box{
		width: 100%;
		margin: 20px auto;
	}
	.equipment .block02 .note {
		margin: calc(100vw * 20 / 640) 0 0;
		font-size: calc(100vw * 11 / 640);
		line-height: 1.5;
		text-align: left;
	}
}

/*========================================================================== */
/*#outline{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 100px;
}*/
.outline .inner {
	padding-bottom: 35px;
}
.outline dl {
	display: flex;
	margin: 25px 0 0;
	padding: 0 30px 0 0;
	font-size: 13px;
	line-height: 19px;
	flex-wrap: wrap;
}
.outline dt {
	width: 145px;
	margin: 0 15px 0 0;
	text-align: right;
}
.outline dd {
	width: calc(100% - 160px);
	box-sizing: border-box;
	border-left: 1px solid #A99535;
	padding: 0 0 0 15px;
}

@media only screen and (max-width:640px) {
	.outline .inner {
		padding-bottom: calc(100vw * 18 / 640);
	}
	.outline dl {
		display: block;
		margin: calc(100vw * 35 / 640) 0 0;
		padding: 0;
		font-size: calc(100vw * 16 / 640);
		line-height: calc(100vw * 22 / 640);
	}
	.outline dt {
		width: auto;
		margin: calc(100vw * 30 / 640) 0 0;
		padding: 0 0 0 calc(100vw * 64 / 640);
		background: rgba(169,149,53,.32);
		text-align: inherit;
	}
	.outline dd {
		width: auto;
		border-left: none;
		padding: 0 0 0 calc(100vw * 64 / 640);
	}
}

/*========================================================================== */

