@media print, screen and (min-width:811px) {
	main{
		padding-bottom: 130px;
	}
	main .inner{
		padding-top: 230px;
		position: relative;
	}
	main .inner::before{
		content: "";
		display: block;
		width: 100%;height: 300px;
		background: #fff url(../../common/img/title_bg.jpg) center top /cover no-repeat;
		position: absolute;
		left: 0;top: 0;
	}
	main h2{
		width: 120px;
		margin: 0 auto 20px;
		position: relative;
		z-index: 2;
	}
	main .title{
		text-align: center;
		font-size: 20px;
		letter-spacing: .1em;
	}
	main h3{
		text-align: center;
	}
	main h3 span{
		display: inline-block;
		border-bottom: 1px solid  #ccc;
		padding: 100px 0 10px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 18px;
	}




	/*================================
		Before After
	================================*/
	main .beforeafter{
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		width: 90%;
		max-width: 975px;
		margin: 0 auto;
		padding-top: 80px;
	}
	main .beforeafter.single{
		-webkit-justify-content: center;
		justify-content: center;
	}
	main .beforeafter>div {
		width: 48%;
	}
	main .beforeafter figcaption{
		margin-top: 20px;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 12px;
	}



	/*================================
		About
	================================*/
	main .about {
		width: 90%;
		max-width: 750px;
		margin: 120px auto 0;
	}
	main .about .title{
		display:flex;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
	main .about .title h4{
		width: calc(100% - 10em);
		text-align: left;
	}
	main .about .title h4 span{
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}
	main .about .title h4 em{
		display: inline-block;
		border-bottom: 1px solid  #ccc;
		padding-bottom: 10px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 16px;
		color: #AA9CAD;
	}
	main .about .title .more{
		width: 10em;
		padding-bottom: 10px;
	}
	main .about .title .more a{
		display: block;
		text-align: right;
		font-size: 12px;
		color: #AA9CAD;
	}
	main .about .title .more a::after{
		content: "";
		display: inline-block;
		width: 12px;height: 12px;
		background: url(../../common/img/icon_link_external.svg) center center /contain no-repeat;
		margin-left: 2px;
	}
	main .about .note{
		margin-top: 30px;
	}
	main .about .note p{
		font-size: 12px;
		line-height: 2;
	}



	/*================================
		Gallery
	================================*/
	main .gallery {
		width: 90%;
		max-width: 770px;
		margin: 0 auto;
		padding-top: 150px;
	}
	main .gallery .gallerylist img{
		max-height: 475px;
		width: auto;
		margin: 0 auto;
	}
	main .gallery .gallerylist li{
		text-align: center;
	}
	main .gallery .gallerylist li figcaption{
		font-size: 12px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		padding-top: 10px;
	}
	main .gallery .slidenav{
		width: 20px;height: 20px;
		position: absolute;
		top:50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	main .gallery .slidenav::before{
		content: "";
		display: block;
		width: 20px;height: 20px;
		position:absolute;
		left:50%;top:50%;
		-webkit-transform:translate(-50%,-50%) rotate(45deg);
		-moz-transform:translate(-50%,-50%) rotate(45deg);
		transform:translate(-50%,-50%) rotate(45deg);
	}
	main .gallery .slidenav.prev{
		left:0;
	}
	main .gallery .slidenav.prev::before{
		border-left: 1px solid  #AA9CAD;
		border-bottom: 1px solid  #AA9CAD;
	}
	main .gallery .slidenav.next{
		right: 0;
	}
	main .gallery .slidenav.next::before{
		right: 0;
		border-top: 1px solid  #AA9CAD;
		border-right: 1px solid  #AA9CAD;
	}




}


	

@media screen and (max-width:810px) {
	main{
		padding-bottom: 120px;
	}
	main .inner{
		padding-top: 135px;
		position: relative;
	}
	main .inner::before{
		content: "";
		display: block;
		width: 100%;height: 200px;
		background: #fff url(../../common/img/title_bg.jpg) center top /cover no-repeat;
		position: absolute;
		left: 0;top: 0;
	}
	main h2{
		width: 110px;
		margin: 0 auto 20px;
		position: relative;
		z-index: 2;
	}
	main .title{
		text-align: center;
		font-size: 14px;
		letter-spacing: .1em;
	}
	main h3{
		text-align: center;
	}
	main h3 span{
		display: inline-block;
		border-bottom: 1px solid  #ccc;
		padding: 80px 0 10px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 16px;
	}



	/*================================
		Before After
	================================*/
	main .beforeafter{
		width: 90%;
		margin: 0 auto;
		padding-top: 60px;
	}
	main .beforeafter figcaption{
		margin-top: 20px;
		text-align: center;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 12px;
	}
	main .before{
		margin-bottom: 50px;
	}



	/*================================
		About
	================================*/
	main .about {
		width: 90%;
		margin: 60px auto 0;
	}
	main .about .title{

	}
	main .about .title h4{
		text-align: center;
	}
	main .about .title h4 span{
		display: block;
		margin-bottom: 20px;
		font-size: 12px;
	}
	main .about .title h4 em{
		display: inline-block;
		border-bottom: 1px solid  #ccc;
		padding-bottom: 15px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 16px;
		color: #AA9CAD;
	}
	main .about .title .more{
		margin-top: 15px;
		text-align: center;
	}
	main .about .title .more a{
		font-size: 12px;
		color: #AA9CAD;
	}
	main .about .title .more a::after{
		content: "";
		display: inline-block;
		width: 12px;height: 12px;
		background: url(../../common/img/icon_link_external.svg) center center /contain no-repeat;
		margin-left: 2px;
	}
	main .about .note{
		margin-top: 30px;
	}
	main .about .note p{
		font-size: 12px;
		line-height: 2;
	}



	/*================================
		Gallery
	================================*/
	main .gallery {
		width: 90%;
		margin: 0 auto;
		padding-top: 60px;
	}
	main .gallery .gallerylist img{
		max-height: 230px;
		width: auto;
		margin: 0 auto;
	}
	main .gallery .gallerylist li{
		text-align: center;
	}
	main .gallery .gallerylist li figcaption{
		font-size: 12px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;
		padding-top: 10px;
	}
	main .gallery .slidenav{
		width: 20px;height: 20px;
		position: absolute;
		top:50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		transform:translateY(-50%);
	}
	main .gallery .slidenav::before{
		content: "";
		display: block;
		width: 20px;height: 20px;
		position:absolute;
		left:50%;top:50%;
		-webkit-transform:translate(-50%,-50%) rotate(45deg);
		-moz-transform:translate(-50%,-50%) rotate(45deg);
		transform:translate(-50%,-50%) rotate(45deg);
	}
	main .gallery .slidenav.prev{
		left:10px;
	}
	main .gallery .slidenav.prev::before{
		border-left: 1px solid  #AA9CAD;
		border-bottom: 1px solid  #AA9CAD;
	}
	main .gallery .slidenav.next{
		right: 5px;
	}
	main .gallery .slidenav.next::before{
		border-top: 1px solid  #AA9CAD;
		border-right: 1px solid  #AA9CAD;
	}



}