@charset "utf-8";
/* CSS Document */

body{
	width: 100%;
	margin: 0;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

p{
	margin: 0;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	cursor: pointer;
}


ul li{
	list-style: none;
}

/*リンク画像透明*/
a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70 )";
	background:#FFF;
}
/*リンク画像透明*/

/*リンク下線*/
a{text-decoration:underline;}
/*リンク下線*/

nav a{text-decoration:none;}

.showbox{
	width: 920px;
	margin: 0 auto;
}



/*header*/
header{	
	display: flex;
	justify-content: space-between;
}

h1{
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #be272d;
}

header .head1 p{
	margin-top: 10px;
}

header .head1 img{
	width: 220px;
	height: auto;
}

header .head2{
	margin-top: 15px;
}


header .head2 p{
	text-align: right;
}

header .head2 p:nth-child(2){
	background: no-repeat left top url(../images/header/head-tel.png);
	background-size: 27px auto;
	color: #be272c;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	padding-left: 35px;
}


/*navigation*/
nav{
	width: 100%;
	margin: 10px 0 10px 0;
}

nav ul{
	display: flex;
	justify-content: space-between;
	padding: 0;
}

nav ul li{
	width: calc(100% / 5);
	text-align: center;
	border-bottom: 2px solid #666;
	padding-bottom: 5px;
	margin-right: 10px;
}

nav ul li:last-child{
	margin-right: 0px;
}


nav ul li p:first-child{
	font-size: 14px;
	color: #be272d;
	font-weight: bold;
	margin-bottom: -5px;
}

nav ul li p:last-child{
	font-size: 11px;
	padding: 0;
}

nav ul li.current{
	background-color: #fef8fb;
	border-bottom: 2px solid #fef8fb;
}

nav ul li:hover{
	background-color: #fef8fb;
	border-bottom: 2px solid #fef8fb;
}


.navToggle {
    display: none;
    position: absolute;
    right: 13px;
    top: -18px;
    width: 120px;
    height: 50px;
    cursor: pointer;
    z-index: 7;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #968375;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 18px;
}
 
.navToggle span:nth-child(1) {
    top: 48px;
}
 
.navToggle span:nth-child(2) {
    top: 57px;
}
 
.navToggle span:nth-child(3) {
    top: 66px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}



/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 55px;
    left: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 55px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.navToggle p{
	display: inline-block;
	vertical-align: middle;
}

.button1{
	width: 50px;
	height: 50px;
	background-color: #968375;
	border-radius: 5px;
}

.button1 span{
	/*margin-top: 32px;*/
}







/*slider*/
#slickbox {
	width: 100% !important;
	overflow: hidden;
	min-width: 650px;
	height: 100%;
	margin: 20px 0;
}
#slickbox .item {
    position: absolute;
}
#slickbox .slick .item:first-child {
    z-index: 1;
}
#slickbox > .box > .slick.slick-slider .item {
    position: static;
    margin: 0 10px;
}
#slickbox > .box > .slick.slick-slider > .slick-list {
    overflow: visible;
}



/*main*/

.bread{
	margin-bottom: 20px;
}


.content{
	display: flex;
	justify-content: space-between;
}

.content .content_left{
	width: 645px;
}


.index1 img{
	width: 100%;
	height: auto;
}


.content .content_left h2{
	width: calc(100% - 50px);
	color: #fff;
	background-color: #c4af96;
	border-radius: 7px;
	position: relative;
	padding: 7px 0 7px 50px;
	margin: 30px 0 20px 0;
	font-size: 16px;
}

.content .content_left h2:before{
	content: "";
	position: absolute;
	background: left top no-repeat url(../images/index/title1.png);
	width: 25px;
	height: 65px;
	left: 12px;
	bottom: 0;
}

.index2{
	display: flex;
	justify-content: space-between;
}

.index2 .index2-left{
	width: 50%;
	font-size: 14px;
}

.index2 .index2-right{
	width: 45%;
}

.index2 .index2-right img{
	width: 100%;
}

.index3{
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.index3 p{
	width: 49%;
}

.index3 p img{
	width: 100%;
}

.index-title1{
	width: calc(100% - 50px);
	color: #736357;
	background: linear-gradient(180deg, #D3C5B4 0%, #C5BAAC 100%);
	border-radius: 7px;
	position: relative;
	padding: 7px 0 7px 50px;
	margin: 30px 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}

.index-title1:before{
	content: "";
	position: absolute;
	background: left top no-repeat url(../images/index/title1.png);
	width: 25px;
	height: 65px;
	left: 12px;
	bottom: 0;
}


.index-info{
	width: 100%;
	border-top: 1px dashed #969696;
	margin: 15px 0 50px 0;
}

.index-info dl{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #969696;
	padding-bottom: 10px;
	font-size: 14px;
}

.index-info dt{
	width: 20%;
	text-align: center;
	margin: 0;
}

.index-info dd{
	width: 80%;
	margin: 0;
}

.index-recommend{
	margin-bottom: 40px;
}

.index-recommend dl{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #969696;
	padding-bottom: 10px;
	font-size: 14px;
}

.index-recommend dt{
	width: 25%;
	text-align: center;
	margin: 0;
	color: #534741;
}


.index-recommend dt img{
	width: 100%;
	max-width: 120px;
}

.index-recommend dd{
	width: 70%;
	margin: 0;
	color: #968375;
}

.index-recommend dd p:first-child{
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0;
	color: #000000;
}


.index-design1{
	font-size: 18px;
	color: #be272c;
	background: no-repeat left top url(../images/index/insta_icon.png);
	background-size: 40px 40px;
	padding: 10px 0 5px 60px;
}

.index-design2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-design2 ul{
	width: 31.5%;
	padding: 0;
}

.index-design2 ul img{
	width: 100%;
}



.index-design3{
	display: flex;
	font-size: 16px;
	color: #be272c;
	font-weight: bold;
}

.index-design3 ul{
	display: flex;
	margin: 0;
  font-size: 16px;
}

.index-design3 ul li{
	padding: 0 9px;
	border-right: 2px solid #968375;	
}
.index-design3 ul li:last-child{
	border-right: none;
}

.index-design3 ul li a{
	color: #968375;
}
.index-design3 ul li a:link{
	color: #968375;
}
.index-design3 ul li a:visited{
	color: #968375;
}
.index-design3 ul li a:hover{
	color: #B39D8D;
}
.index-design3 ul li a:active{
	color: #968375;
}

.index-design4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 40px 0;
}

.index-design4 p{
	width: 32%;
	margin-bottom: 10px;
}

.index-design4 p img{
	width: 100%;
	height: auto;
}


.index-booking{
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.index-booking .booking-left{
	width: 32%;
	text-align: center;
}

.index-booking .booking-left img{
	width: 100%;
	max-width: 400px;
}


.index-booking .booking-right{
	width: 63%;
}

.index-booking .booking-right .book-right1{
	color: #fff;
	font-weight: bold;
	background-color: #C5BAAC;
	border-radius: 30px;
	font-size: 1vw;
	padding: 3px 0 3px 15px;
	margin-bottom: 10px;
}

.index-booking .booking-right .book-right2{
	color: #968375;
	padding-left: 15px;
}

.index-booking .booking-right .book-right2 a{
	font-weight: bold;
	color: #be272c;
}


.margin1{
	margin-top: 30px;
}
.margin2{
	margin-bottom: 30px;
}

.text-bold{
	font-weight: bold;
}
.text-red{
	color: #be272c;
}

.index-booking2{
	display: flex;
	justify-content: center;
}

.index-booking2 p:first-child{
	margin-right: 15px;
}


/*side*/
.content .content_right{
	width: 262px;
}

.content .content_right .side1{
	text-align: center;
	margin-bottom: 10px;
}

.content .content_right .side1 img{
	width: 100%;
	max-width: 262px;
	height: auto;
}

.content .content_right .side2{
	border: 1px solid #968375;
	border-radius: 10px;
	margin-bottom: 20px;
}


.bg1{
	background: no-repeat left 15px bottom url(../images/side/side6.png);
	background-size: 80%;
	padding-bottom: 60px;
}

.side2 .side-title1{
	font-weight: bold;
	color: #0071b9;
	font-size: 24px;
	background: no-repeat left 15px top 10px url(../images/side/side-tel.png);
	background-size: 40px 40px;
	padding: 13px 0 10px 65px;
}

.side2 ul{
	color: #968375;
	padding: 0;
	font-size: 14px;
	padding-left: 15px;	
}

.text-size1{font-size: 20px;}

.side2 ul li{
	line-height: 1.2;
}

.side2 .side-title2{
	background-color: #736357;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 18px;
	padding: 5px 0 5px 15px;
}

.side2 .shop-map{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.side2 .shop-map iflame{
	text-align: center;
}


.side2 .side-title3{
	background-color: #0433ff;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 18px;
	padding: 5px 0 5px 15px;
}


.side-text1{
	color: #0433ff;
	padding: 15px;
}



.side2 .side-title4{
	background-color: #07f900;
	color: #fff;
	border-radius: 10px 10px 0 0;
	font-size: 18px;
	padding: 5px 0 5px 15px;
}

.side2 .side-qr{
	width: 160px;
	margin: 25px auto;
}

.side2 .side-qr img{
	width: 100%;
	height: auto;
}



/*footer*/
footer{
	font-size: 14px;
	margin-top: 200px;
}

.footer1{
	width: 100%;
	background-color: #C5BAAC;
	color: #968375;
	padding: 30px 0;
}

.footer1 a, .footer2 a{color: #968375;}


.footer1 div:first-child{
	width: 90%;
	max-width: 500px;
	margin: 0 auto 20px auto;
	background: #fff no-repeat left 10px top 10px url(../images/footer/footer2.png);
	background-size: 60px 60px;
	padding: 10px 10px 10px 90px;
}

.footer1 div:first-child p:last-child{
	text-align: center;
	background-color: #ff9eff;
	border-radius: 5px;
	margin-top: 10px;
	line-height: 1.1;
}

.footer1 div:first-child p:last-child a{
	color: #fff;
}

.footer1 div:first-child p:last-child:before{
	content: "";
	display: inline-block;
	background: no-repeat left top url(../images/footer/footer1.png);
	width: 15px;
	height: 15px;
}

.footer1 div:nth-child(2){
	margin-bottom: 20px;
}


.footer1 div:nth-child(2),
.footer1 div:last-child{
	text-align: center;
}

.footer1 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

.footer1 ul li{
	border-right: 1px solid #968375;
	padding: 0 7px;
}


.footer2{
	width: 100%;
	background-color: #B39C7F;
	color: #FFFFFF;
	padding: 20px 0;
}
.footer2 a{
	color: #FFFFFF;
}

.footer2 ul{
	display: flex;
	justify-content: center;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

.footer2 ul li{
	border-right: 1px solid #968375;
	padding: 0 7px;
}

.footer2 p{
	text-align: center;
}


/*下層ページ*/
.content .content_left h2.page-title1,
.page-title1{
	width: calc(100% - 50px);
	color: #fff;
	background-color: #736357;
	border-radius: 7px;
	position: relative;
	padding: 7px 0 7px 50px;
	margin: 30px 0 20px 0;
	font-size: 16px;
}

.content .content_left h2:before,
.page-title1:before{
	content: "";
	position: absolute;
	background: left top no-repeat url(../images/index/title1.png);
	width: 25px;
	height: 65px;
	left: 12px;
	bottom: 0;
}

.page1{
	display: flex;
	justify-content: space-between;
	color: #988575;
	margin-bottom: 60px;
}

.page1 .page1-left{
	width: 58%;
	font-size: 14px;
}

.page1 .page1-right{
	width: 37%;
}

.page1 .page1-right img{
	width: 100%;
	max-width: 370px;
	height: auto;
}


.page2{
	margin-bottom: 80px;
}

.page2 ul{
    -ms-display: flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
	padding: 0;
}

.page2 ul li{
	width: 48%;
	margin-bottom: 20px;
}

.page2 ul li a{
	text-decoration: underline;
	color: #988575;
}

.page2 ul li img{
	width: 100%;
	max-width: 370px;
	height: auto;
}

.page3{
    -ms-display: flex;
	display: flex;
	justify-content: space-between;
	color: #988575;
	margin-bottom: 60px;
    font-size: 14px;
}

.page3 .page3-left{
	width: 50%;
	font-size: 14px;
    padding:10px;
}

.page3 .page3-right{
	width: 50%;
    padding:10px;
}

.page3 .page3-right img{
	width: 100%;
	max-width: 370px;
	height: auto;
}
.page3 .page3-right .inner {
    font-weight: bold;
    line-height: 1.8;
    color: #2e318c;
    margin-top: 15px;
}
.page4{
    -ms-display: flex;
	display: flex;
    -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
	justify-content: space-between;
	color: #988575;
	margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.8;
}
.page4 .page4-left{
	width: 40%;
	font-size: 14px;
}

.page4 .page4-right{
	width: 60%;
}
.page4 p{
	padding: 10px;
}
.page5{
    -ms-display: flex;
	display: flex;
	justify-content: space-between;
	color: #988575;
	margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
}
.page5 .page5-left{
	width: 20%;
	font-size: 14px;
    padding:10px;
}
.page5 .page5-right{
	width: 80%;
    padding:10px;
}
.page5 .page5-right img{
	width: 100%;
	max-width: 370px;
	height: auto;
}
.page6 {
    -ms-display: flex;
    display: flex;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    justify-content: space-around!important;
    color: #988575;
    margin-bottom: 60px;
    font-size: 14px;
}
.page6 .page6-inner{
	width: 30%;
	font-size: 14px;
    padding:10px;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #988575;
  font-size: 16px;
  background: #ddd;
}
.fukidashi:before {
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -120px;
  border: 120px solid transparent;
  border-top: 30px solid #ddd;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
.bg-gray {
    background: #ece5dc;
}
.color-red {
    color: #b9272d;
}
.border-gray{
    border: 1px solid #a9998b;
}
.border-red{
    border: 1px solid #b9272d;
}
.m-0{
    margin: 0!important;
}
.mt-0{
    margin-top: 0!important;
}
.mr-0{
    margin-right: 0!important;
}
.mb-0{
    margin-bottom: 0!important;
}
.mb-10{
    margin-bottom: 10px!important;
}
.ml-0{
    margin-left: 0!important;
}
.p-0{
    padding: 0 !important;
}
.p-30{
    padding: 30px!important;
}
.pt-0{
    padding-top: 0!important;
}
.pt-10{
    padding-top: 10px!important;
}
.pr-0{
    padding-right: 0!important;
}
.pb-0{
    padding-bottom: 0!important;
}
.pl-0{
    padding-left: 0!important;
}
.w-10{
    width: 10% !important;
}
.w-90{
    width: 90% !important;
}
.w-100{
    width: 100% !important;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.align-items-center{
    align-items: center;
}
.align-items-start{
    align-items: start;
}

@media screen and (max-width:768px){
	html,
	body{
		overflow-x: hidden;
	}
	
	.showbox{
		width: 100%;
	}
	
	
	
	/*header*/
	header{	
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	/*header .head1 img{
		margin-left: -50px;
	}*/
	

	header .head2 p{
		text-align: center;
	}
	
	

	/*navigation*/
	.button1{
		position: absolute;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		right: 0px;
		background: #fff;
	}

	.navToggle{
		display: block;		
		width: 100%;
		height: auto;
		top: 20px;
		right: 0;
	}

	.navToggle span {
	    display: block;
	    position: absolute;    /* .navToggleに対して */
	    width: 40px;
	    border-bottom: solid 3px #968375;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	    left: inherit;
	    right: 5px;
	}
	
	
	nav.globalMenuSp {
		flex-direction: column;
		flex-wrap: wrap;
		align-items: inherit;
	    transform: translateY(-1500%);
	    width: 100%;
	    height: 200px;
	    text-align: left;
	    position: absolute;
	    z-index: 5;
	}

	nav.globalMenuSp ul {
	    /*margin: 0 auto;*/
	    padding: 8px 0 0 0;
	    width: 100% !important;
	    flex-direction: column;
	    background-color: #fff;
	    border-top: 2px solid #666;
	}
	 
	nav.globalMenuSp ul li {
	    display: block;
	    margin-right: 0;
	    width: 100%;
	    padding: 0 10px;
	    margin-left: -10px;
	    /*background-color: #614c3f;
	    border-bottom: 1px solid #fff;*/
	}
	
	nav.globalMenuSp ul li a{
	    display: block;
	    padding: 10px;
	    /*color: #fff;*/
	}
	 
 
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
	    transform: translateY(-10px);
	}

	.navToggle span:nth-child(1) {
	    top: 8px;
	}
	 
	.navToggle span:nth-child(2) {
	    top: 19px;
	}
	 
	.navToggle span:nth-child(3) {
	    top: 30px;
	}
	 

	
	/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
	    top: 20px;
	    left: inherit;
	    right: : 18px;
	    -webkit-transform: rotate(-45deg);
	    -moz-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	 
	/* 2番目と3番目のspanを45度に */
	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
	    top: 20px;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    transform: rotate(45deg);
	}





	
	/* スライダー */
    #slickbox {
        margin: 6px 0;
        padding: 20px 0;
		min-width: inherit;
        /*border-bottom: 5px solid #6db82b;*/
        height: 0;
        padding: 42% 0 0 0;
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    #slickbox > .showbox {
        position: absolute;
        top: 0;
    }
    
    #slickbox > .showbox img{
		width: 100%;
	}
    
    #slickbox .slick-track {
        max-width: none;
    }
    #slickbox > .box > .slick.slick-slider .item {
        position: static;
        margin: 0;
    }
    
    
    .content{
		flex-direction: column;
	}
	
	.content .content_left{
		width: 100%;
	}
	
	
	.index2{
		flex-direction: column;
		align-items: center;
	}
	
	.index2 .index2-left{
		width: 95%;
	}
	
	.index2 .index2-right{
		width: 100%;
		text-align: center;
	}
	
	.index2 .index2-right img{
		max-width: 300px;
	}	
	

	.index3{
		flex-direction: column;
		align-items: center;
	}
	
	.index3 p{
		width: 95%;
	}


	.index-info dl{
		flex-direction: column;
	}
	
	.index-info dt{
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}
	
	.index-info dd{
		width: 100%;
		padding: 0 10px;
	}	
	
	.index-recommend dl{
		flex-direction: column;
		align-items: center;
	}
	
	.index-recommend dt{
		width: 100%;
	}
	
	.index-recommend dd{
		width: 95%;
	}

	.index-design1{
		padding: 0 0 5px 60px;
	}
	
	.index-design2 ul{
		width: 49%;
	}

	.index-design3{
		flex-direction: column;
	}
	.index-design3 ul{
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 0 auto;
		padding: 0;
	}
	.index-design3 ul li{
    margin: 0 0 2% 0;
		font-size: 3.5vw;
	}

	.index-design4 p{
		width: 49%;
	}

	.index-booking{
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.index-booking .booking-left{
		width: 100%;
		text-align: center;
	}
	
	.index-booking .booking-left img{
		width: 100%;
		max-width: 300px;
	}
	
	
	.index-booking .booking-right{
		width: 95%;
	}
	.index-booking .booking-right .book-right1{
		font-size: 1.1em;
	}
	
	.index-booking2{
		flex-direction: column;
		align-items: center;
	}
	.index-booking2 p:first-child{
		margin-right: 0px;
	}


	
	
	.content .content_right{
		width: 100%;
		margin-top: 50px;
	}
	
	
	.index-booking2{
		display: none;
	}
	
	
	
	/*side*/
	.bg1{
		background: no-repeat left 15px bottom url(../images/side/side6.png);
		background-size: 40%;
		padding-bottom: 90px;
	}

  

	.footer1 div:first-child{
		width: 90%;
		max-width: 500px;
		margin: 0 auto 20px auto;
		background: #fff no-repeat center top 10px url(../images/footer/footer2.png);
		background-size: 60px 60px;
		padding: 70px 10px 10px 10px;
	}
	
	.footer1 ul{
		width: 95%;
		margin-top: 15px;
	}
	
	.footer2 ul{
		width: 95%;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	
	
	
	/*下層ページ*/
	.page1{
		flex-direction: column;
		flex-wrap: wrap;
	}
	
	.page1 .page1-left{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.page1 .page1-right{
		width: 100%;
		text-align: center;
	}
	
	
	.page2 ul {
	    justify-content: center;
	    text-align: center;
	    padding: 0;
	}

	.page2 ul li {
	    width: 95%;
	    margin-bottom: 20px;
	}

	.page3 {
	    display: block;
	    padding: 10px;
	    margin: 0 auto;
	}

	.page3 .page3-left {
	    width: 100%;
	    padding: 0;

	}

	.page3 .page3-right {
	    width: 100%;
	    padding: 0;
	}

	.page3 .page3-left .map {
	    text-align: center;
	}

	.page4 {
	    display: block;
	    padding: 10px;
	    margin: 0 auto;
	}

	.page4 .page4-left {
	    width: 100%;
	    padding: 0;

	}

	.page4 .page4-right {
	    width: 100%;
	    padding: 0;
	}

	.page6 .page6-inner {
	    width: 100%;
	}

	.d-sp-flex {
	    -ms-display: flex!important;
	    display: flex!important;
	}



@media screen and (max-width:480px){
	/*side*/
	.bg1{
		background: no-repeat left 15px bottom url(../images/side/side6.png);
		background-size: 80%;
		padding-bottom: 70px;
	}
}