body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 2px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 200;
}

.headerInner {
	width: 90%;
	margin: 0 auto;
	-ms-flex-item-align: center;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.headerLogo {
	width: 250px;
	-ms-flex-item-align: center;
	align-self: center;
}

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

ul.headerMenu__btn {
	width: 30px;
	-ms-flex-item-align: center;
	align-self: center;
	position: relative;
	z-index: 200;
	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;
	height: 20px;
}

ul.headerMenu__btn li {
	width: 100%;
	height: 1px;
	background-color: #29aae1;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.headerMenu__btn li:nth-of-type(1) {
	-webkit-transform: translateY(-9px);
	transform: translateY(-9px);
}

ul.headerMenu__btn li:nth-of-type(3) {
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
}

header.open ul.headerMenu__btn li:nth-of-type(1) {
	-webkit-transform: translateY(2px) rotate(45deg);
	transform: translateY(2px) rotate(45deg);
}

header.open ul.headerMenu__btn li:nth-of-type(2) {
	opacity: 0;
}

header.open ul.headerMenu__btn li:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.headContent {
	width: 100%;
	height: auto;
}

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

.headContent img.pc_style{
	display: none;
}

.headerLogo img.pc_style{
	display: none;
}

.sectionCoating .notesMessage{
	padding: 0 10px;
}

.sectionCoating .notesMessage .sectionLink__blue{
	margin: 10px auto 60px;
	padding: 20px 30px;
}

.sectionCoating .notesMessage .sectionLink__blue p{
	line-height: 1.5em;
	text-align: left;
}


@media screen and (min-width: 768px) {

	header {
		height: 120px;
	}

	.headerInner {
		width: 95%;
	}

	.headerLogo {
		width: 400px;
	}

	ul.headerMenu__btn {
		width: 40px;
		height: 30px;
	}

	ul.headerMenu__btn li:nth-of-type(1) {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

	ul.headerMenu__btn li:nth-of-type(3) {
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	.headContent {
		width: 100%;
		height: auto;
	}

	.headContent img {
		width: 100%;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
	
	.headContent img.pc_style{
		display: block;
	}

	.headContent img.sp_style{
		display: none;
	}
	
	.headerLogo img.sp_style{
		display: none;
	}
	
	.headerLogo img.pc_style{
		display: block;
	}

	.sectionCoating .notesMessage .sectionLink__blue{
		padding: 20px 50px;
	}


}

.menuList__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;width: 100vw;
z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

header.open .menuList__wrapper {
	opacity: 1;
	pointer-events: all;
	background-color: rgba(255, 255, 255, 0.9);
}

.menuList__Block {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	-webkit-transition: 0.3s 0.5s;
	transition: 0.3s 0.5s;
}

header.open .menuList__Block {
	opacity: 1;
}



.menuList__Block--inner {
	width: 80%;
	-ms-flex-item-align: center;
	align-self: center;
}



.menuList li {
	font-size: 20px;
	letter-spacing: 3px;
	margin-bottom: 40px;
	text-align: center;
}

.menuList li a {
	color: #29aae1;
}

.menuList li p {
	display: inline-block;
	position: relative;
}

.menuList li p::after {
	content: "";
	display: block;
	width: calc(100% + 50px);
	height: 1px;
	background-color: #29aae1;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.menuList__Block .sectionLink__block {
	width: 80%;
	margin: 70px auto 0;
}

.menuList__Block .sectionLink__blue {
	width: 100%;
}

.sectionLink__blue p{
	font-size: 16px;
	font-weight: 700;
}

.menuList__Block .telNumber {
	margin: 15px 0 0;
}

.headerContact {
	display: none;
}

.headerRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-item-align: center;
	align-self: center;
}


@media screen and (min-width: 768px) {

	.menuList__Block .sectionLink__block {
		width: 250px;
		margin: 70px auto 0;
	}



}


@media screen and (min-width: 1050px) {

	.headerContact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 20px;
		color: #29aae1;
	}

	.headerContact__tel img {
		height: 24px;
		width: auto;
		margin-top: 5px;
	}

	a.headerContact__link {
		background-color: #fff;
		border: 1px solid #29aae1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 20px;
		border-radius: 5px;
		padding: 0 20px;
		margin-right: 20px;
		color: #29aae1;
	}

	.headerContact__link p {
		-ms-flex-item-align: center;
		align-self: center;
		font-size: 18px;
		letter-spacing: 2px;
		font-weight: 700;
	}
}

.container {
	padding-top: 80px;
}

section {
	width: 100%;
}

.sectionCoating {
	background-image: url(images/section_bg.svg);
	background-repeat: repeat space;
	background-size: contain;
}


.sectionCoating .sectionContent {
	width: 90%;
	margin: 20px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sectionMessage {
	text-align: center;
	color: #29aae1;
	letter-spacing: 2px;
}

.sectionMessage__sub {
	margin-bottom: 30px;
	line-height: 1.5em;
	text-align: center;
}

.sectionMessage__sub p{
	text-align: left;
	display: inline-block;
	border-bottom: 1px solid #29aae1;
	padding: 0 30px;
	padding-bottom: 5px;
}


.sectionMessage__main {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
}

.sectionMessage__main p {
	font-weight: 700;
	text-align: left;
	display: inline-block;
}

.sectionLink__block {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

@media screen and (min-width: 768px) {

	.container {
		padding-top: 120px;
	}

	.sectionMessage__main {
		font-size: 25px;
		letter-spacing: 4px;

	}

	.sectionMessage__main p {
		font-weight: 700;

	}

	.sectionMessage__sub {
		font-size: 18px;
		margin-bottom: 40px;
	}


}


.sectionCoating__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.sectionCoating__price--img {
	width: 80%;
	margin: 20px auto;
	position: relative;
}

.sectionCoating__price--img::before {
	content: "";
	display: block;
	padding-top: 25%;
}

.sectionCoating__price--img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}

.sectionMessage__article {
	text-align: justify;
	line-height: 1.8em;
	letter-spacing: 2px;
}

.sectionCoating__bannerBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
}

.sectionCoating__bannerBox {
	text-align: center;
	width: 90%;
	margin: 10px auto;
	padding: 20px 0;
	border: 2px solid #29aae1;
	border-radius: 10px;
}


.sectionCoating__bannerBox--main {
	font-size: 18px;
	color: #29aae1;
	letter-spacing: 3px;
	margin-bottom: 8px;
}

.sectionCoating__bannerBox--sub {
	font-size: 12px;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
}

.sectionMessage.areaCoating{
	width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.notesMessage{
	display: inline-block;
	text-align: center;
	margin: 10px auto;
}


@media screen and (min-width: 768px) {

	.sectionCoating .sectionContent {
		margin: 50px auto 0;
		width: 50%;
	}

	.sectionCoating__price {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 30px 0 60px;
	}

	.sectionCoating__price--img {
		width: 50%;
		margin: 0;
	}

	.sectionCoating__price--img:last-of-type img {
		-o-object-position: right center;
		object-position: right center;
	}

	.sectionCoating__bannerBox {
		width: calc(50% - 20px);
		margin: 0 0 15px;
	}

	.sectionCoating__bannerBlock::after {
		content: "";
		display: block;
		width: calc(50% - 20px);
	}
	
	.sectionMessage.areaCoating{
		margin-top: 0px;
	}
	
	.sectionMessage.areaCoating{
		width: 100%;
	}

}


@media screen and (min-width: 1300px) {

	.sectionCoating__bannerBox {
		width: calc(32%);
		margin: 0 0 15px;
	}

	.sectionCoating__bannerBlock::after {
		content: "";
		display: block;
		width: calc(32%);
	}

	.sectionCoating .sectionMessage__main {
		font-size: 35px;
		letter-spacing: 5px;
	}

}


/****************** presentation  ******************/

.sectionPresentation {
	background-image: url(images/presentation_bg_sp.svg);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.sectionPresentation .sectionContent {
	padding: 70px 0;
}

.presentation__img {
	margin: 0 auto 20px;
	width: 70%;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
}

.presentation__img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.presentation__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.presentation__textBlock {
	width: 80%;
	margin: 0 auto;
}


.presentation__textCaption p {
	font-size: 16px;
	color: #29aae1;
	font-weight: 700;
	line-height: 1.5em;
	display: inline;
}

.presentation__textCaption p:last-of-type{
	margin-left: -4px;
}

.presentation__textCaption p span {
	font-size: 10px;
}

.presentation__linkBlock {
	text-align: right;
	margin: 20px 0;
}

.presentation__link {
	background-color: #fff;
	padding: 15px 30px;
	text-align: center;
	border-radius: 10px;
	color: #29aae1;
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
}

.presentation__link::before {
	content: "";
	display: block;
	width: 75px;
	height: 8px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-75%);
	transform: translateY(-50%) translateX(-75%);
	background-image: url(images/link_arrow.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.presentation__link p {
	font-weight: 700;
	font-size: 16px;
}

.sectionMessage__article {
	margin: 10px 0;
}

.presentation__source {
	color: #29aae1;
}

@media screen and (min-width: 768px) {

	.sectionPresentation {
		background-size: 100% 100%;
		background-image: url(images/presentation_bg.svg);
	}

	.sectionPresentation .sectionContent {
		width: 60%;
		padding: 150px 0;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.presentation__img {
		width: 40%;
	}

	.presentation__textBlock {
		width: 50%;
	}

	.presentation__textCaption p {
		font-size: 22px;
		letter-spacing: 3px;
		display: inline-block;
	}

}


/****************** evidence  ******************/

.sectionEvidence {
	background-image: url(images/section_bg.svg);
	background-repeat: repeat space;
	background-size: contain;
}


.sectionEvidence .sectionContent {
	width: 80%;
	margin: 0 auto;
}


.evidence__chartBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin: 20px auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.evidence__chart {
	margin-bottom: 15px;
}

.noneBR p{
	border: none;
}

.textBK {
	color: #000;
}

@media screen and (min-width: 768px) {

	.sectionEvidence .sectionContent {
		width: 50%;
		padding: 80px 0;
	}

	.sectionEvidence .sectionMessage__main {
/*		margin-top: 40px;*/
	}


	.evidence__chart {
		width: calc(100% / 3 - 20px);
	}

	.evidence__chartBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin: 60px auto 50px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

}


/******************　Evidence　******************/

.exampleBlock {
	margin-bottom: 80px;
}

.exampleBlock .exampleBlock__box:first-of-type {
	margin-bottom: 80px;
	position: relative;
}

.exampleBlock .exampleBlock__box:first-of-type::after {
	position: absolute;
	content: "";
	display: block;
	border-style: solid;
	border-color: transparent;
	border-width: 15px;
	border-top-color: #29aae1;
	top: calc(100% + 40px);
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.exampleBlock__box--img {
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.exampleBlock__box--img::before {
	content: "";
	display: block;
	padding-top: 55%;
}

.exampleBlock__box--img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.exampleBlock__box--explain h3 {
	font-size: 18px;
	font-weight: 700;
	color: #29aae1;
	letter-spacing: 2px;
	margin: 10px 0;
}

.exampleBlock__box--explain p {
	letter-spacing: 3px;
	line-height: 1.6em;
}

.sectionLink__blue {
	padding: 20px 50px;
	display: inline-block;
	background-color: #29aae1;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 3px;

}


@media screen and (min-width: 768px) {

	.exampleBlock {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		margin: 0;
		margin-top: 20px
	}

	.exampleMessage {
		margin-bottom: 50px;
	}

	.exampleBlock__box--imgWrapper {
		position: relative;
	}

	.exampleBlock__box:first-of-type .exampleBlock__box--imgWrapper::before {
		position: absolute;
		top: 50%;
		left: 100%;
		content: "";
		display: block;
		border-style: solid;
		border-color: transparent;
		border-width: 15px;
		border-left-color: #29aae1;
		top: 50%;
		left: calc(100% + (100% * 2.5 * 0.2 / 2) + 7.5px);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}



	.exampleBlock .exampleBlock__box:first-of-type::after {
		display: none;
	}

	.sectionContent .exampleBlock .exampleBlock__box {
		width: 40%;
		margin-bottom: 30px;
	}



}

/******************　Disin　******************/
.sectionDisin {
	width: 80%;
	margin: 80px auto 40px;
}

.disinBlock__imgBlock {
	margin: 30px 0;
}

.disinBlock__img {
	width: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.disinBlock__img::before {
	content: "";
	display: block;
	padding-top: 55%;
}

.disinBlock__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (min-width: 768px) {

	.sectionDisin {
		width: 100%;
		margin: 40px 0;
	}

	.sectionDisin .sectionContent {
		width: 50%;
		margin: 0 auto;
	}

	.disinBlock__imgBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.disinBlock__img {
		width: calc(50% - 10px);
	}


}

/******************　Alcure　******************/


.sectionAlcure {
	margin: 90px 0 30px;
	position: relative;
}

.sectionAlcure__bgImg {
	position: relative;
	width: 100%;
}

.sectionAlcure__bgImg::before {
	content: "";
	display: block;
	padding-top: 17%;
}

.sectionAlcure__bgImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.sectionAlcure .sectionContent__wrapper {
	background-color: #eef9fd;
	padding-bottom: 30px;
}


.sectionAlcure .sectionContent {
	width: 80%;
	margin: 0 auto;
}

.alcuret__topBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.alcuret__topBlock--img {
	width: 50%;
	margin: 0 auto;
	position: relative;
}

.alcuret__topBlock--img::before {
	content: "";
	display: block;
	padding-top: 190%;
}

.alcuret__topBlock--img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.alcuret__infoBox--name {
	width: 70%;
	margin: 20px auto;
}

.alcuret__infoBox--message p {
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #29aae1;
	line-height: 1.8em;
	text-align: justify;
}

.alcuret__infoBox--explain {
	line-height: 2em;
	margin: 10px 0 30px;
	letter-spacing: 2px;
	text-align: justify;
}

.alcure__itemBlock--box{
	margin-top: 50px;
}

.alcure__itemBlock--box:nth-of-type(4){
	margin-bottom: 50px;
}

.alcure__itemBlock--img {
	width: 40%;
	margin: 0 auto;
	position: relative;
}

.alcure__itemBlock--img::before {
	content: "";
	display: block;
	padding-top: 100%;
}


.alcure__itemBlock--img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.alcure__itemBlock--textHeading {
	text-align: center;
	font-size: 16px;
	color: #29aae1;
	font-weight: 700;
	margin-top: 20px;
}

.alcure__itemBlock--textExplain {
	margin: 10px 0;
	line-height: 1.8em;
	text-align: justify;
}

.sectionAlcure__bgImg--bottom {
	width: 100%;
}

.sectionAlcure__bgImg--bottom img {
	width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) {

	
	

	.sectionAlcure .sectionContent {
		width: 50%;
		padding: 30px 0;
	}

	.alcuret__topBlock {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.alcuret__topBlock--img {
		width: 25%;
		margin: 0;
	}

	.alcuret__infoBox {
		width: 65%;
	}

	.alcuret__infoBox--message {
		font-size: 20px;
		letter-spacing: 3px;
		margin: 10px 0;
	}

	.alcuret__infoBox--name {
		margin: 0;
	}

	.alcure__itemBlock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 100px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	
	.alcure__itemBlock--box {
		width: calc(40%);
		margin: 0;
		margin-bottom: 30px;
	}

	.alcure__itemBlock {
		margin: 100px 0 0px;
	}

	.sectionAlcure .sectionLink__block {
		margin-top: 70px;
	}



}

/******************　Contact　******************/

.contactForm {
	width: 80%;
	margin: 0 auto;
}

.contactForm form {
	width: 100%;
}

.contactForm form > p {
	margin-bottom: 15px;
}

.contactForm form label {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	color: #29aae1;
}

.contactForm form input,
.contactForm textarea {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #29aae1;
	border-radius: 5px;
}

.contactForm form input#item3 {
	width: 40%;
}

.contactForm textarea {
	resize: none;
	height: 100px;
}

.contactForm form input.submitBtn {
	display: block;
	width: 40%;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background-color: #29aae1;
	font-weight: 700;
	margin-top: 40px;
}

.telnumberBlock .sectionContact {
	margin: 30px 0;
}

.telnumberBlock img {
	height: 25px;
	width: auto;
}

.sectionContact .sectionMessage {
	margin: 60px 0;
}

.sectionContact .telnumberBlock {
	margin: 20px 0;
}

.sectionContact .sectionMessage:last-of-type {
	margin: 60px auto;
}

.sectionMessage.contactMessage{
	width: 80%;
}

@media screen and (min-width: 768px) {

	.sectionContact {
		display: inline-block;
		margin: 80px 0;
	}

	.sectionContact .sectionContent {
		width: 50%;
		margin: 0 auto;
	}

	.contactForm {
		width: 100%;
	}

	.contactForm form > p {
		margin-bottom: 20px;
	}

	.contactForm form input,
	.contactForm textarea {
		font-size: 16px;
		padding: 10px 10px;
	}

	.contactForm textarea {
		height: 250px;
	}

	.contactForm form label {
		margin-bottom: 10px;
	}

	.sectionContact .sectionMessage:last-of-type {
		margin: 120px auto 0;
	}
	
	.sectionMessage.contactMessage{
		width: 100%;
	}
	
	.contactForm form input.submitBtn {
		width: 30%;
	}

}


/******************　sns　******************/

.sectionSns {
	margin: 30px 0 60px;
}


.sectionSns .sectionContent {
	width: 80%;
	margin: 0 auto;
}

.instgramBlock .block_title {
	font-size: 20px;
	color: #29aae1;
	border-bottom: 1px solid #333333;
	padding-bottom: 15px;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif;
}

.instgramBlock .block_title p{
	font-weight: 700;
}

.instgramBlock__box {
	margin: 0 auto;
	width: 100%;
	height: 500px;
	overflow-y: scroll;
}


.instgramBlock__plofileBox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 50px;
}

.instgramBlock__plofileBox--img {
	width: 20%;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	-ms-flex-item-align: center;
	align-self: center;
}

.instgramBlock__plofileBox--img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.instgramBlock__plofileBox--img img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.instgramBlock__plofileBox--text {
	width: 70%;
	margin: 0 auto;
}

.instgramBlock__plofileBox--text p:first-of-type {
	font-size: 16px;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}

.instgramBlock__plofileBox--text p:last-of-type {
	line-height: 1.5em;
}


@media screen and (min-width: 768px) {

	.sectionSns {
		margin: 80px 0;
	}

	.sectionSns .sectionContent {
		width: 50%;
		max-width: 800px;
	}


}

/******************　access　******************/

.sectionAccess .sectionContent {
	width: 80%;
	margin: 0 auto;
}

.accessBlock__info--logo {
	margin: 0 auto 15px;
	width: 80%;
}

.accessBlock__info--address {
	letter-spacing: 2px;
}

.accessBlock__info--tel {
	margin-top: 20px;
}

.accessBlock__info--tel img {
	height: 20px;
	width: auto;
}


.accessBlock__info--tel p {
	margin: 8px 0;
}

.accessBlock__map {
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}

.accessBlock__map::before {
	content: "";
	display: block;
	padding-top: 70%;
}

.accessBlock__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.copyrigt {
	text-align: center;
}


footer {
	padding: 30px 0;
}



@media screen and (min-width: 768px) {

	.sectionAccess .sectionContent {
		width: 90%;
	}

	.accessBlock {
		text-align: center;
	}

	.accessBlock__info {
		display: inline-block;
	}

	.accessBlock__map::before {
		padding-top: 30%;
	}

	.accessBlock__info--logo {
		margin: 0 auto 20px 0;
	}

	.accessBlock__info--address {
		text-align: left;
	}

	.accessBlock__info--tel img {
		display: inline-block;
	}

	.accessBlock__info--tel p {
		display: inline-block;
	}


}


section .sectionContent{
	max-width: 980px;
}