@charset "utf-8";


.addLP {
	margin: 0;
	background: #eee;
	font-size: 15px;
	font-family: RodinPro-M, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #333;
}
.addLP img {
	width: 100%;
	vertical-align: bottom;
}
.addLP .container {
	width: 100%;
	overflow: hidden;
}
.addLP br.pc,
.addLP span.pc {
	display: none;
}

@media (min-width: 768px) {
	.addLP br.sp {
		display: none;
	}
	.addLP br.pc,
	.addLP span.pc {
		display: inline-block;
	}
}


	#gNav.fixed {
		display: none;
	}




/*------------------------*/
/*	anchor
/*------------------------*/
.anchor {
	padding: 1rem 0;
}
.anchor a {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .5) url("../imgs/index/icon_arrow.png") center no-repeat;
	background-size: 60%;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.anchor a:hover {
	background-color: rgba(0, 0, 0, .4);
}
@media (min-width: 769px) {
	.anchor {
		padding: 2rem 0;
	}
	.anchor a {
		width: 33px;
		height: 33px;
	}
}

/*------------------------*/
/*	bread
/*------------------------*/
.pankuzuArea {
    width: 100%;
    margin: 10px auto 0;
    padding-left: 100px;
    padding-bottom: 10px;
    font-size: 12px;
    font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
}
.pankuzuArea p {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1300px){
	.pankuzuArea {
	    display: block;
	}
}
@media only screen and (max-width:640px) {
	.pankuzuArea {
		display: none;
	}
}

@media only screen and (max-width:460px) {
	.mainArea h3 {font-size: 16px;}
	.contentsBlock .ttl {
		padding-top: 10px;
	}
	.contentsBlock .text {
		padding-bottom: 10px;
		font-size: 1.5em;
	}
}
@media only screen and (max-width:350px) {
	.sp {display: none;}
	.mainArea .contentsBlock .inner .btn {
		margin-top: 7%;
	}
}

/*------------------------*/
/*	section
/*------------------------*/
.section {
	padding: 0;
	-webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 -10px 10px rgba(0, 0, 0, .2);
}
.section_header {
	position: relative;
	height: 300px;
	background: url("../imgs/index/section01_photo.jpg") center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}
.section_title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: .75rem 0;
	line-height: 1.7;
	text-align: center;
	letter-spacing: .2rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, .8);
	font-size: 4.25vw;
	font-weight: normal;
	color: white;
	background-color: rgba(0, 0, 0, .5);
}
.section_contents {
	background: url("../imgs/index/section01_bg.jpg") center repeat-y;
	background-size: cover;
}
@media (min-width: 415px) {
	.section_title {
		font-size: 3vw;
	}
}
@media (min-width: 768px) {
	.section_header {
		height: 320px;
	}
}
@media (min-width: 769px) {
	.section_header {
		height: 460px;
	}
	.section_title {
		padding: 1.1rem 0;
		line-height: 1.4;
		font-size: 1.8rem;
	}
}


/*------------------------*/
/*	kv
/*------------------------*/
.kv {
	padding: 0;
}
.kv_title {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #231815;
	color: #858585;
}
.kv_title h1 {
	margin: 0;
	font-size: .5rem;
	font-weight: normal;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.kv .box {
	position: relative;
	height: 390px;
	margin-bottom: 1rem;
	background: url("../imgs/index/header_photo.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}
.kv_logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 109px;
	height: 129px;
	padding: 17px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .5);
}
.kv_description {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.kv_description p {
	margin: 0;
	padding: .75rem 0;
	line-height: 1.7;
	text-align: center;
	letter-spacing: .2rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, .8);
	font-size: 4vw;
	font-weight: normal;
	color: white;
	background-color: rgba(0, 0, 0, .5);
}
@media (min-width: 415px) {
	.kv_description p {
		font-size: 3vw;
	}
}
@media (min-width: 769px) {
	.kv .box {
		margin-bottom: 2.5rem;
		height: 690px;
	}
	.kv_logo {
		width: 218px;
		height: 258px;
		padding: 34px;
	}
	.kv_description p {
		padding: 1rem 0;
		font-size: 2rem;
		line-height: 1.6;
	}
}
@media screen and (max-width: 640px) {
	.kv .box {
		background: url("../imgs/index/header_photo_sp.jpg") no-repeat;
		background-size: cover;
		height: calc(270 / 375 * 100vw);
	}
}

/*------------------------*/
/*	main_description
/*------------------------*/
.main_description p {
	text-align: left;
	font-size: .75rem;
	line-height: 2;
	color: #444;
}
@media (min-width: 768px) {
	.main_description p {
		text-align: center;
		font-size: .95rem;
	}
}
@media (min-width: 769px) {
	.main_description p {
		text-align: center;
		font-size: 1rem;
		line-height: 2.4;
	}
}

/*------------------------*/
/*	section-01
/*------------------------*/
.section-01 .section_contents {
	padding-top: 1.25rem;
}
.section-01 .section_contents .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-01 .section_contents .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: auto;
	border: 1px solid #cac5a0;
	padding: .6rem;
	margin: .3rem;
}
.section-01 .section_contents .box {
	background-color: white;
	max-width: 15rem;
	margin: 0 auto;
	padding: .75rem 1rem;
	width: 250px;
	height: 120px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.section-01 .section_contents h3 {
	border-bottom: 1px solid #d9d6b3;
	padding-bottom: .6rem;
	letter-spacing: .3rem;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: .75rem;
	font-weight: normal;
	color: #817b2b;
}
.section-01 .section_contents p {
	font-size: .75rem;
	line-height: 1.5;
}
.section-01 .section_contents a {
	text-decoration: none;
	color: #333;
}
.section-01 .section_contents a:hover .box {
	opacity: .7;
}
@media (min-width: 769px) {
	.section-01 .section_contents .col {
		margin: 2.3rem 2.3rem 1rem;
	}
	.section-01 .section_contents .box {
		padding: 1rem;
		height: 190px;
	}
	.section-01 .section_contents h3 {
		margin-top: .3rem;
		font-size: 1.3rem;
	}
	.section-01 .section_contents p {
		font-size: 1.05rem;
		line-height: 1.8;
	}
}

/*------------------------*/
/*	section-02
/*------------------------*/
.section-02 .section_header {
	background-image: url("../imgs/index/section02_photo.jpg");
}
.section-02 .section_contents {
	padding-top: 2rem;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("../imgs/index/section02_bg.jpg");
	background-size: contain;
}
.section-02 .section_contents .row {
	margin: 0;
}
.section-02 .section_contents .box:nth-of-type(even) .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.section-02 .box {
	max-width: 960px;
	margin-bottom: 1rem;
	padding: 0 0 1rem;
	background: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.section-02 .box .col-md-9 {
	padding: 0;
}
.section-02 .box .col-md-3 {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-02 .box h3 {
	margin: 1rem 0 .5rem;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
}
.section-02 .box .dotte {
	display: none;
}
.section-02 .box p {
	margin: 0;
	font-size: .75rem;
	text-align: center;
	line-height: 1.8;
}
@media (min-width: 768px) {
	.section-02 .section_contents {
		padding-top: 3rem;
	}
	.section-02 .box {
		margin: 0 auto 3rem;
		padding: .6rem;
	}
	.section-02 .section_contents .box:nth-of-type(even) .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: inherit;
		flex-direction: inherit;
	}
	.section-02 .box .col-md-9 {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		max-width: 70%;
	}
	.section-02 .box:nth-of-type(even) .col-md-9 {
		padding-left: 15px
	}
	.section-02 .box .col-md-3 {
		-ms-flex-preferred-size: 30%;
		flex-basis: 30%;
		max-width: 30%;
	}
	.section-02 .box h3 {
		margin: 0;
		line-height: 1.7;
		font-size: 1.2rem;
	}
	.section-02 .box .dotte {
		display: block;
		margin: 2.6rem 0;
		width: 100%;
		height: 8px;
		background: url("../imgs/index/icon_dotte.png") center no-repeat;
	}
	.section-02 .box p {
		line-height: 2.5;
	}
	.section-02 .box:nth-of-type(2) p {
		letter-spacing: -.11rem;
	}
}
/*------------------------*/
/*	link
/*------------------------*/
.link {
	text-align: center;
	margin: 2rem 0 .5rem;
}
.link a {
	position: relative;
	display: inline-block;
	padding: .5rem;
	font-size: .8rem;
	width: 100%;
	line-height: 1.5;
	text-decoration: none;
	color: white;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.link a::after {
	content: "→";
	position: absolute;
	top: 0;
	right: 0.8rem;
	line-height: 3.5rem;
}
.link a:hover {
	background-color: rgba(0, 0, 0, .4);
}
@media (min-width: 768px) {
	.link {
		margin-top: 4.5rem;
	}
	.link a {
		padding: 1rem 6rem;
		font-size: 1.1rem;
		width: inherit;
		line-height: inherit;
	}
	.link a::after {
		line-height: 3rem;
	}
}

/*------------------------*/
/*	section-03
/*------------------------*/
.section-03 .section_header {
	background-image: url("../imgs/index/section03_photo.jpg");
}
.section-03 .section_contents {
	padding: 1.75rem 15px 0;
	background-image: url("../imgs/index/section03_bg.jpg");
	background-size: contain;
}
.section-03 h3 {
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid #cdc9a5;
}
.section-03 .title {
	font-size: .8rem;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 1rem;
}
.section-03 .instagram {
	max-width: 630px;
	margin: 40px auto 55px;
}
.section-03 .instagram-btn {
	max-width: 590px;
	margin: 0 auto 60px;
	display: block;
	padding: 15px 0;
	background-color: #595757;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 18px;
}
.section-03 .instagram_inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(1050 / 630 * 100%);
}
.section-03 .instagram_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.section-03 .box {
	border: 5px solid white;
	padding: 1.4rem 10px;
	max-width: 940px;
	margin: 0 auto 1.75rem;
	background: #efeddf;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (min-width: 769px) {
	.section-03 .section_contents {
		padding: 3rem 7rem 0;
	}
	.section-03 h3 {
		font-size: 1.8rem;
		padding-bottom: 1rem;
	}
	.section-03 .title {
		font-size: 1.1rem;
		margin-bottom: 1.5rem;
	}
	.section-03 .box {
		padding-left: 2.45rem;
		padding-right: 2.45rem;
		margin-bottom: 4rem;
	}
}
@media (max-width: 768px) {
	.section-03 .instagram {
		margin: 0 auto 55px;
	}
	.section-03 .instagram-btn {
		margin: 0 auto 30px;
		font-size: 14px;
	}
}
.section-03 .box-01 .col,
.section-03 .box-02 .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-03 .box-01 .img,
.section-03 .box-02 .img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.section-03 .box-01 .stitle,
.section-03 .box-01 .img,
.section-03 .box-02 .stitle,
.section-03 .box-02 .img {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.section-03 .box-01 .text,
.section-03 .box-02 .text {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin-top: .5rem;
}
.section-03 .box-01 h4,
.section-03 .box-02 h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	text-align: center;
	font-weight: normal;
	background: white;
}
.section-03 .box-01 img,
.section-03 .box-02 img {
	max-width: 80%;
}
.section-03 .box-01 p,
.section-03 .box-02 p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80%;
	font-size: .75rem;
	line-height: 1.5;
}
.section-03 .caption {
	display: block;
	font-size: .5rem;
	text-align: right;
}
@media (min-width: 415px) {
	.section-03 .box-01 h4,
	.section-03 .box-02 h4 {
		width: 160px;
		height: 160px;
		margin-right: 0;
		font-size: 1.1rem;
	}
	.section-03 .box-01 img,
	.section-03 .box-02 img {
		max-width: 152px;
	}
}
@media (min-width: 768px) {
	.section-03 .box-01 .col,
	.section-03 .box-02 .col {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.section-03 .box-02 .col {
		padding: 0;
	}
	.section-03 .box-01 .stitle {
		-ms-flex-preferred-size: 170px;
		flex-basis: 170px;
		max-width: 170px;
	}
	.section-03 .box-01 .text {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
		max-width: 150px;
	}
	.section-03 .box-01 .img {
		-ms-flex-preferred-size: 220px;
		flex-basis: 220px;
		max-width: 220px;
	}
	.section-03 .box-01 .text {
		margin-top: 5rem;
	}
	.section-03 .box-02 .stitle,
	.section-03 .box-02 .img,
	.section-03 .box-02 .text {
		-ms-flex-preferred-size: 16%;
		flex-basis: 16%;
		max-width: 16%;
	}
	.section-03 .box-02 .text {
		margin-top: 5rem;
		padding: 0 .75rem;
	}
	.section-03 .box-02 h4 {
		width: 120px;
		height: 120px;
		font-size: 1rem;
	}
	.section-03 .box-02 img {
		max-width: 85%;
	}
	.section-03 .box-01 p,
	.section-03 .box-02 p {
		line-height: 1.8;
	}
	.section-03 .caption {
		padding-top: .6rem;
	}
}
.section-03 .box-03 h4 {
	margin: .5rem 0 1rem;
	line-height: 1.6;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
}
.section-03 .box-03 .stitle {
	font-size: .75rem;
	line-height: 1.8;
	padding: 0;
	margin-bottom: 1rem;
}
.section-03 .box-03-01 .row>div {
	padding: 0 20px 25px;
}
.section-03 .box-03-01,
.section-03 .box-03-02 {
	background: white;
	padding: 1.75rem 1rem 1rem;
	margin-bottom: 1.25rem;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.section-03 .box-03-02 {
	margin-bottom: 0;
}
.section-03 .box-03-02 .col {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding: 0 20px 10px;
	text-align: center;
}
.section-03 .box-03-02 .col img {
	width: auto;
	max-width: 100%;
}
.section-03 .box-03-02 .col:nth-of-type(even) img {
	max-width: 60%;
}
.section-03 .box-03-02 p {
	text-align: center;
	font-size: .9rem;
	margin-bottom: .6rem;
}
.section-03 .link-title {
	border-bottom: 0;
	font-size: 1rem;
	line-height: 1.6;
}
.section-03 .schedule {
	padding: 80px 0;
	/* background-color: #f1f1f1; */
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.section-03 .schedule img {
	width: auto;
	max-width: 100%;
}
.section-03 .schedule .wrap {
	max-width: 1160px;
	margin: 0 auto;
}
.section-03 .schedule .sttl {
	margin-bottom: 70px;
	padding: 0;
	text-align: center;
	border-bottom: none;
}
.section-03 .schedule .schedule__flow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 29px 35px;
	border: #dcdcdc solid 1px;
	background-color: #fff;
}
.section-03 .schedule .schedule__flow p {
	width: 48.64%;
}
.section-03 .schedule .schedule__flow .num02 {
	padding-top: 5.45%;
}
.section-03 .schedule .afterservice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 60px 0 50px;
	padding: 30px;
	background-color: #fff;
	border: #dcdcdc solid 1px;
}
.section-03 .schedule .afterservice .image {
	width: calc(200 / 1098 *100%);
	margin-right: calc(40 / 1098 * 100%);
}
.section-03 .schedule .afterservice .texts dt {
	margin: 0 0 13px;
	font-size: 22px;
	line-height: 1.5;
	color: #939163;
	font-weight: bold;
}
@media (min-width: 768px) {
	.section-03 .box-03 h4 {
		font-size: 1.25rem;
	}
	.section-03 .box-03 .stitle {
		font-size: .75rem;
		padding: 0 4rem;
		margin-bottom: 2rem;
	}
	.section-03 .box-03-01,
	.section-03 .box-03-02 {
		padding: 3rem 2.45rem .5rem;
	}
	.section-03 .box-03-01 {
		margin-bottom: 2.25rem;
	}
	.section-03 .box-03-01 .row>div {
		padding-bottom: 35px;
	}
	.section-03 .box-03-02 .col {
		padding-bottom: 25px;
	}
	.section-03 .box-03-02 .col:nth-of-type(odd) {
		-ms-flex-preferred-size: 61.9%;
		flex-basis: 61.9%;
		max-width: 61.9%;
	}
	.section-03 .box-03-02 .col:nth-of-type(even) {
		-ms-flex-preferred-size: 38.1%;
		flex-basis: 38.1%;
		max-width: 38.1%;
	}
	.section-03 .box-03-02 .col:nth-of-type(even) img {
		max-width: 100%;
	}
	.section-03 .link {
		margin-top: 3rem;
	}
	.section-03 .link-title {
		font-size: 1.5rem;
		border-bottom: 0;
		line-height: 2;
	}
}
@media (max-width: 768px) {
	.section-03 .schedule {
		padding: 40px 0;
	}
	.section-03 .schedule .wrap {
		width: auto;
		padding: 10px 0;
	}
	.section-03 .schedule .sttl {
		margin-bottom: 30px;
	}
	.section-03 .schedule .schedule__flow {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px 10px;
	}
	.section-03 .schedule .schedule__flow p {
		width: auto;
	}
	.section-03 .schedule .schedule__flow .num02 {
		padding-top: 10px;
	}
	.section-03 .schedule .afterservice {
		margin: 30px 0;
		padding: 10px;
	}
	.section-03 .schedule .afterservice .image {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.section-03 .schedule .afterservice .texts dt {
		font-size: 16px;
	}
	.section-03 .schedule .afterservice .texts dd {
		font-size: 12px;
	}
}
.inContact {
	padding: 35px 15px;
	font-size: 16px;
	background-color: #e4e4e4;
	text-align: center;
}
.inContact p+p {
	margin-top: 23px;
}
.inContact span {
	display: inline-block;
}
.inContact__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px 0;
}
.inContact__contact a {
	display: block;
	position: relative;
	margin: 0 20px;
	padding-left: 60px;
	text-align: center;
	cursor: default;
}
.inContact__contact a:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 28px;
	margin-top: -14px;
}
.inContact__contact .tel:before {
	width: 42px;
	background: url("../imgs/index/icn-tel.png") no-repeat;
}
.inContact__contact .mail {
	font-size: 20px;
	text-decoration: none;
	color: #333;
}
.inContact__contact .mail:before {
	width: 39px;
	background: url("../imgs/index/icn-mail.png") no-repeat;
}
@media only screen and (max-width:768px) {
	.inContact {
		padding: 15px 15px;
		font-size: 12px;
		background-color: #e4e4e4;
		text-align: center;
	}
	.inContact p+p {
		margin-top: 15px;
	}
	.inContact span {
		display: inline-block;
	}
	.inContact__contact {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.inContact__contact a {
		margin: 0;
		padding-left: 30px;
	}
	.inContact__contact a:before {
		height: 14px;
		margin-top: -7px;
	}
	.inContact__contact .tel:before {
		width: 21px;
		background-size: contain;
	}
	.inContact__contact .mail {
		margin-top: 20px;
		font-size: 15px;
		text-align: left;
		letter-spacing: normal;
	}
	.inContact__contact .mail:before {
		width: 20px;
		background-size: contain;
	}
}

/*------------------------*/
/*	section-04
/*------------------------*/
.section-04 .section_header {
	height: 360px;
	text-align: center;
	background-image: url("../imgs/index/section04_photo.jpg");
}
.section-04 .section_title_box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*padding:15px;*/
	/*max-width: 875px;*/
	padding: 15px 0;
	max-width: 1060px;
	width: 100%;
	margin: auto;
}
.section-04 .section_title_box h2 {
	margin: .5rem;
	font-size: 1rem;
	color: white;
	text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
.section-04 .section_title_box .row {
	position: absolute;
	bottom: 9%;
	/*margin: 2.25rem 1.75rem;*/
	margin: 2.25rem auto;
	padding: 0 1.75rem;
	right: 0;
	left: 0;
}
.section-04 .section_title_box .col {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	margin-bottom: .25rem;
	padding: 0 5px;
}
.section-04 .section_title_box img {
	max-width: 220px;
}
.section-04 .section_title_box .cv_link {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	/*display: block;*/
}
@media screen and (max-width: 640px) {
	.section-04 .section_title_box .cv_link {
		bottom: auto;
		top: 80px;
	}
}
.section-04 .section_title_box .cv_link img {
	width: 58%;
}
.section-04 .section_contents {
	background-image: url("../imgs/index/section04_bg.jpg");
	padding: 15px;
	text-align: center;
}
.section-04 .section_contents h3 {
	font-size: .9rem;
	line-height: 2;
	text-align: center;
	font-weight: normal;
	margin-top: .5rem;
}
.section-04 .section_contents img {
	width: auto;
	max-width: 100%;
	padding: 0 1rem .5rem;
}
.section-04 .caption {
	font-size: .6rem;
	text-align: right;
}
@media (min-width: 576px) {
	.section-04 .section_title_box .col {
		-ms-flex-preferred-size: 33.333333%;
		flex-basis: 33.333333%;
		max-width: 33.333333%;
	}
}
@media (min-width: 769px) {
	.section-04 .section_title_box .row {
		width: 85%;
	}
}
@media (min-width: 1000px) {
	.section-04 .section_header {
		height: 490px;
	}
	.section-04 .section_title_box h2 {
		margin-top: 2rem;
		font-size: 2rem;
	}
	.section-04 .section_title_box .row {
		bottom: 10px;
		margin-bottom: 0;
		width: 100%;
	}
	.section-04 .section_title_box .col {
		margin-bottom: .75rem;
	}
	.section-04 .section_title_box img {
		max-width: none;
	}
	.section-04 .section_title_box .cv_link img {
		width: inherit;
	}
	.section-04 .section_title_box .cv_link {
		top: 10rem;
		bottom: initial;
		text-align: right;
	}
	.section-04 .section_contents {
		padding: 2rem;
	}
	.section-04 .section_contents h3 {
		font-size: 1.5rem;
	}
	.section-04 .section_contents img {
		padding: 0 1.5rem;
	}
	.section-04 .caption {
		margin-top: .5rem;
		line-height: 1.8;
	}
}

/*------------------------*/
/*	banner
/*------------------------*/
.banner {
	max-width: 960px;
	margin: 2rem auto 1rem;
	text-align: center;
}
.banner a {
	display: inline-block;
	margin-bottom: 1rem;
	padding: 0 .2%;
}
.banner img {
	width: 100px;
	height: 55px;
	width: auto;
}

