@charset "UTF-8";


/***********************************
 	トップページ
************************************/
/* 右上まる背景
---------------------*/
#main-wrap.page-index {
	position: relative;
	overflow: hidden;
}
#main-wrap.page-index:before {
	position: absolute;
	right: -30px;
	top: -30px;
	display: block;
	content:"";
	width: 200px;
	height: 200px;
	background: url("../img/top/bg_circle_top.png") no-repeat 0 0;
	background-size: cover;
	opacity: .6;
}
@media (min-width:768px){
	#main-wrap.page-index:before {
		right: -50px;
		top: -50px;
		width: 320px;
		height: 320px;
		opacity: .6;
	}
}
@media (min-width:1000px){
	#main-wrap.page-index:before {
		right: -120px;
		top: -120px;
		width: 475px;
		height: 475px;
		opacity: .9;
	}
}

/* mainvisual
---------------------*/
.top-visual-sec {
	position: relative;
	padding-top: 30px;
}
.top-visual-sec .m-inner {
	padding-right: 0;
	padding-left: 2%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-visual-sec .note {
	width: 25%;
}
.top-visual-sec .note .copy {
	margin-top: 10px;
	position: relative;
	z-index: 100;
}
.top-visual-sec .note .copy:before {/*コピー横雲*/
	z-index: -1;
	position: absolute;
	left: -80px;
	top: 20px;
	display: block;
	content:"";
	width: 117.8px;/*589*0.2*/
	height: 67.4px;/*337*0.2*/
	background: url("../img/top/bg_cloud_01.png") no-repeat 0 0;
	background-size: cover;
	opacity: 1;
}
.top-visual-sec .note .copy:after {/*小さい丸*/
	z-index: -1;
	position: absolute;
	left: -60px;
	bottom: -60px;
	display: block;
	content:"";
	width: 120px;
	height: 120px;
	background: url("../img/top/bg_circle_mdl.png") no-repeat 0 0;
	background-size: cover;
	opacity: 1;
}
.top-visual-sec .photo {
	width: 72%;
	position: relative;
}
.top-visual-sec .photo img {
	border-radius: 20px 0 0 20px;
}
.top-visual-sec .photo:after {/*写真下雲*/
	z-index: -1;
	position: absolute;
	right: -50px;
	bottom: -50px;
	display: block;
	content:"";
	width: 211.8px;/*706*0.3*/
	height: 144px;/*480*0.3*/
	background: url("../img/top/bg_cloud_02.png") no-repeat 0 0;
	background-size: cover;
	opacity: 1;
}
@media (min-width:768px){
	.top-visual-sec {
		position: relative;
		padding-top: 30px;
	}
	.top-visual-sec .m-inner {
		padding-right: 5%;
		padding-left: 5%;
	}
	.top-visual-sec .note {
		width: 19%;
	}
	.top-visual-sec .note .copy {
		margin-top: 5px;
		padding-left: 10px;
	}
	.top-visual-sec .note .copy:before {/*コピー横雲*/
		left: -200px;
		top: 20px;
		width: 294.5px;/*589*0.5*/
		height: 168.5px;/*337*0.5*/
	}
	.top-visual-sec .note .copy:after {/*小さい丸*/
		left: -100px;
		bottom: -80px;
		width: 180px;
		height: 180px;
		opacity: 1;
	}
	.top-visual-sec .photo {
		width: 75%;
	}
	.top-visual-sec .photo img {
		border-radius: 30px;
	}
	.top-visual-sec .photo:after {/*写真下雲*/
		right: -50px;
		bottom: -40px;
		width: 353px;/*706*0.5*/
		height: 240px;/*480*0.5*/
	}
}
@media (min-width:1110px){
	.top-visual-sec {
		position: relative;
		padding-top: 20px;
	}
	.top-visual-sec .m-inner {
		padding-right: 0;
		padding-left: 0;
	}
	.top-visual-sec .note {
		width: 17%;
	}
	.top-visual-sec .note .copy {
		margin-top: 5px;
		padding-left: 10px;
	}
	.top-visual-sec .note .copy:before {/*コピー横雲*/
		left: -220px;
		top: 40px;
		width: 294.5px;/*589*0.5*/
		height: 168.5px;/*337*0.5*/
	}
	.top-visual-sec .note .copy:after {/*小さい丸*/
		left: -170px;
		bottom: -100px;
		width: 260px;
		height: 260px;
		opacity: 1;
	}
	.top-visual-sec .photo {
		width: 77%;
	}
	.top-visual-sec .photo img {
		border-radius: 40px;
	}
	.top-visual-sec .photo:after {/*写真下雲*/
		right: -90px;
		bottom: -60px;
		width: 353px;/*706*0.5*/
		height: 240px;/*480*0.5*/
	}
}

/* concept
------------------------------*/
.top-concept-sec {
	padding: 40px 0 120px 0;
	position: relative;
}
.top-concept-sec:before {/*コピー横雲*/
	z-index: -1;
	position: absolute;
	right: -70px;
	bottom: 150px;
	display: block;
	content:"";
	width: 260.4px;/*651*0.4*/
	height: 149.2px;/*373*0.4*/
	background: url("../img/top/bg_cloud_03.png") no-repeat 0 0;
	background-size: cover;
	opacity: 1;
}
.top-concept-sec .photo {
	position: relative;
	padding: 0 3%;
}
.top-concept-sec .photo .img-01 img {
	border-radius: 30px;
}
.top-concept-sec .photo .img-02 {
	width: 120px;
	height: auto;
	position: absolute;
	bottom: -30px;
	left: -10px;
}
.top-concept-sec .photo .img-02 img {
	border-radius: 20px;
}
.top-concept-sec .note {
	position: relative;
	padding: 0 5%;
	padding-top: 50px;
}
.top-concept-sec .note .copy-main {
	font-size: 1.3em;
	line-height: 1.5;
	letter-spacing: 3px;
}
.top-concept-sec .note .copy-sub {
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: 1px;
	margin-top: .8em;
}
@media (min-width:768px){
	.top-concept-sec {
		padding: 30px 0 130px 0;
	}
	.top-concept-sec:before {/*コピー横雲*/
		right: -70px;
		bottom: 60px;
		width: 260.4px;/*651*0.4*/
		height: 149.2px;/*373*0.4*/
	}
	.top-concept-sec .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items:flex-start;
	}
	.top-concept-sec .photo {
		width: 45%;
		padding: 0 0;
	}
	.top-concept-sec .photo .img-01 img {
		border-radius: 40px;
	}
	.top-concept-sec .photo .img-02 {
		width: 130px;
		bottom: -30px;
		left: -15px;
	}
	.top-concept-sec .photo .img-02 img {
		border-radius: 30px;
	}
	.top-concept-sec .note {
		width: 50%;
		padding: 0 0;
		padding-top: 10px;
	}
	.top-concept-sec .note .copy-main {
		font-size: 1.3em;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	.top-concept-sec .note .copy-sub {
		font-size: .9em;
	}
	.top-concept-sec .note .m-btn {
		margin-left: 0;
	}
}
@media (min-width:1000px){
	.top-concept-sec {
		padding: 50px 0 240px 0;
	}
	.top-concept-sec:before {/*コピー横雲*/
		right: -80px;
		bottom: 180px;
		width: 325.5px;/*651*0.5*/
		height: 186.5px;/*373*0.5*/
	}
	.top-concept-sec .photo {
		width: 47%;
	}
	.top-concept-sec .photo .img-02 {
		width: 180px;
		bottom: -40px;
		left: -40px;
	}
	.top-concept-sec .note {
		width: 50%;
		padding: 0 0;
		padding-top: 40px;
	}
	.top-concept-sec .note .copy-main {
		font-size: 1.5em;
		line-height: 1.5;
		letter-spacing: 3px;
	}
	.top-concept-sec .note .copy-sub {
		font-size: 1em;
		line-height: 2;
	}
	.top-concept-sec .note .m-btn {
		margin-left: 0;
	}
}

/* bnr
------------------------------*/
.top-bnr-sec {
	background-color: #fff;
	position: relative;
	padding: 20px 0 40px 0;
}
.top-bnr-sec:before {
	position: absolute;
	left: 0;
	top: -30px;
	display: block;
	content:"";
	width: 100%;
	height: 30px;
	background: url("../img/top/bnr_bg_top.png")no-repeat center top;
	background-size: 100% 100%;
	z-index: -1;
}
.top-bnr-sec .illust {
	text-align: center;
	margin-top: -100px;
}
.top-bnr-sec .illust img {
	width: 40vw;
}
.top-bnr-sec .list {
	padding: 0 8%;
	margin-top: 1em;
}
.top-bnr-sec .list-item {
	margin-bottom: 1.5em;
}
.top-bnr-sec .list-item:last-child {
	margin-bottom: 0; 
}
.top-bnr-sec .list-link {
	display: block;
}
.top-bnr-sec .list-link .photo img {
	border-radius: 20px 20px 0 0;
}
.top-bnr-sec .list-link .name {
	text-align: center;
	position: relative;
	border-radius: 0 0 20px 20px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 12px 0;
}
.top-bnr-sec .list-link .name:after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content:"";
	width: 17.6px;/*44*/
	height: 8.4px;/*21*/
	background: url("../img/common/btn_arrow_white.png") no-repeat 0 0;
	background-size: cover;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.top-bnr-sec .list-link .name.works {
	background-color: #FDB89C;
}
.top-bnr-sec .list-link .name.info {
	background-color: #FDCD60;
}
@media (min-width:768px){
	.top-bnr-sec {
		padding: 20px 0 40px 0;
	}
	.top-bnr-sec:before {
		left: 0;
		top: -40px;
		width: 100%;
		height: 40px;
	}
	.top-bnr-sec .illust {
		text-align: center;
		margin-top: -120px;
	}
	.top-bnr-sec .illust img {
		width: 22vw;
		max-width: 211px;
	}
	.top-bnr-sec .list {
		padding: 0 0;
		margin-top: 1em;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-bnr-sec .list-item {
		width: 47%;
		margin-bottom: 0;
	}
	.top-bnr-sec .list-link {
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s eease-in-out;
	}
	.top-bnr-sec .list-link:hover {
		opacity: .85;
	}
	.top-bnr-sec .list-link .photo img {
		border-radius: 30px 30px 0 0;
	}
	.top-bnr-sec .list-link .name {
		border-radius: 0 0 30px 30px;
		font-size: 1.1em;
		padding: 15px 0;
	}
	.top-bnr-sec .list-link .name:after {
		right: 15px;
		top: 50%;
		margin-top: -5px;
		width: 22px;/*44*/
		height: 10.5px;/*21*/
		transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-webkit-transition: 0.25s ease-in-out;
		-o-transition: 0.25s eease-in-out;
	}
	.top-bnr-sec .list-link:hover .name:after {
		right: 10px;
	}
}
@media (min-width:1000px){
	.top-bnr-sec {
		padding: 20px 0 70px 0;
	}
	.top-bnr-sec:before {
		left: 0;
		top: -80px;
		width: 100%;
		height: 80px;
	}
	.top-bnr-sec .illust {
		margin-top: -180px;
	}
	.top-bnr-sec .illust img {
		width: 211px;
	}
	.top-bnr-sec .list {
		padding: 0 0;
		margin-top: 1em;
	}
	.top-bnr-sec .list-link .photo img {
		border-radius: 40px 40px 0 0;
	}
	.top-bnr-sec .list-link .name {
		border-radius: 0 0 40px 40px;
		font-size: 1.3em;
		padding: 20px 0;
	}
	.top-bnr-sec .list-link .name:after {
		right: 20px;
		top: 50%;
		margin-top: -5px;
		width: 22px;/*44*/
		height: 10.5px;/*21*/
	}
	.top-bnr-sec .list-link:hover .name:after {
		right: 15px;
	}
}



/* instagram
---------------------*/
.top-insta-sec #insta-box .list {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.top-insta-sec #insta-box .list-item {
	position: relative;
	width: 48%;
	height: 48%;
	margin: 0 4% 4% 0;
}
.top-insta-sec #insta-box .list-item:nth-child(2n) {
	margin: 0 0 4% 0;
}
.top-insta-sec #insta-box .list-item:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.top-insta-sec #insta-box .list-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
.top-insta-sec #insta-box .list-item a:hover img {
	opacity: 0.7;
}
@media (min-width:768px){
	.top-insta-sec #insta-box .list-item {
		width: 23%;
		height: 23%;
		margin: 0 2.666% 2.666% 0;
	}
	.top-insta-sec #insta-box .list-item:nth-child(2n) {
		margin: 0 2.666% 2.666% 0;
	}
	.top-insta-sec #insta-box .list-item:nth-child(4n) {
		margin: 0 0 2.666% 0;
	}
	.top-insta-sec .link-all {
		margin: 0 0 0 0;
	}	
}
@media (min-width:1000px){
	
}

/***********************************
 	にちりんの想い concept
************************************/
/* メッセージ
---------------------*/
.page-concept .message-sec .wrap {
	padding: 0 3%;
}
.page-concept .message-sec .note .copy-main {
	font-size: 1.3em;
	line-height: 1.5;
	letter-spacing: 3px;
}
.page-concept .message-sec .note .copy-sub {
	font-size: 1em;
	line-height: 1.7;
	letter-spacing: 1px;
}
.page-concept .message-sec .photo {
	margin-top: 1em;
}
.page-concept .message-sec .photo img {
	border-radius: 30px;
}
.page-concept .message-sec .photo .name {
	text-align: right;
	font-size: 1em;
	margin-top: 10px;
}
@media (min-width:768px){
	.page-concept .message-sec .wrap {
		padding: 0 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.page-concept .message-sec .note {
		width: 60%;
	}
	.page-concept .message-sec .note .copy-sub {
		font-size: .9em;
	}
	.page-concept .message-sec .photo {
		width: 36%;
		margin-top: 0;
	}
	.page-concept .message-sec .photo img {
		border-radius: 40px;
	}
	.page-concept .message-sec .photo .name {
		font-size: .9em;
		margin-top: 10px;
	}
}
@media (min-width:1000px){
	.page-concept .message-sec .note .copy-main {
		font-size: 1.5em;
	}
	.page-concept .message-sec .note .copy-sub {
		font-size: 1em;
	}
	.page-concept .message-sec .photo .name {
		font-size: 1.1em;
		margin-top: 10px;
	}
}


/***********************************
 	作業について works
************************************/
/* 1日
---------------------*/
.page-works .day-sec .list-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
	font-size: 1em;
}
.page-works .day-sec .list-item:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #A26802;
}
.page-works .day-sec .list-item:last-child {
	margin-bottom: 0;
}
.page-works .day-sec .list-item:last-child:after {
	display: none;
}
.page-works .day-sec .list-item .time {
	width: 40%;
	background-color: #F4EBE1;
	border-radius: 10px 0 0 10px;
	padding: 12px 10px;
	text-align: center;
	font-weight: 700;
}
.page-works .day-sec .list-item .note {
	width: 60%;
	background-color: #FFF;
	border-radius: 0 10px 10px 0;
	padding: 12px 10px;
	font-weight: 500;
}
@media (min-width:768px){
	.page-works .day-sec .list-item {
		margin-bottom: 35px;
		font-size: 1.1em;
	}
	.page-works .day-sec .list-item:after {
		bottom: -25px;
		margin-left: -14px;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 12px solid #A26802;
	}
	.page-works .day-sec .list-item .time {
		width: 30%;
		padding: 15px 30px;
	}
	.page-works .day-sec .list-item .note {
		width: 70%;
		padding: 15px 30px;
	}
}
@media (min-width:1000px){
}


/* 作業内容
---------------------*/
.page-works .det-sec .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-works .det-sec .list-item {
	width: 47%;
	margin-bottom: 20px;
}
.page-works .det-sec .list-item img {
	border-radius: 15px;
}
.page-works .det-sec .list-item .ttl {
	text-align: center;
	font-size: .9em;
	line-height: 1.5;
	margin-top: 5px;
}
@media (min-width:768px){
	.page-works .det-sec .list-item {
		margin-bottom: 40px;
	}
	.page-works .det-sec .list-item img {
		border-radius: 40px;
	}
	.page-works .det-sec .list-item .ttl {
		font-size: 1.1em;
		margin-top: 10px;
	}
}
@media (min-width:1000px){
	.page-works .det-sec .list-item .ttl {
		font-size: 1.3em;
	}
}

/* 流れ
---------------------*/
.page-works .flow-sec .list-item {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	margin-top: 60px;
	padding: 30px 30px;
}
.page-works .flow-sec .list-item:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #A26802;
}
.page-works .flow-sec .list-item:last-child {
	margin-bottom: 0;
}
.page-works .flow-sec .list-item:last-child:after {
	display: none;
}
.page-works .flow-sec .list-item .num {
	position: absolute;
	top: -30px;
	left: 46%;
	text-align: center;
	color: #A26802;
	font-size: 2em;
	line-height: 1;
}
.page-works .flow-sec .list-item .num span {
	border-bottom: 1px solid #A26802;
	line-height: 1;
}
.page-works .flow-sec .list-item .ill {
	text-align: center;
}
.page-works .flow-sec .list-item .ill img {
	width: 25vw;
	max-width: 130px;
}
.page-works .flow-sec .list-item .ttl {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5;
	margin-top: .8em;
}
.page-works .flow-sec .list-item .copy {
	margin-top: .5em;
	line-height: 1.5;
}
.page-works .flow-sec .list-item .copy a {
	text-decoration: underline;
}
.page-works .flow-sec .list-item .copy a:hover {
	text-decoration: none;
}
@media (min-width:768px){
	.page-works .flow-sec .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
        margin-top: 50px;
	}
	.page-works .flow-sec .list-item {
		width: 31%;
		margin-top: 0;
		padding: 30px 15px;
	}
	.page-works .flow-sec .list-item:after {
		bottom: 50%;
		left: auto;
		right: -25px;
		margin-left: auto;
		border-right: none;
		
		border-top: 14px solid transparent;
		border-bottom: 14px solid transparent;
		border-left: 14px solid #A26802;
	}
	.page-works .flow-sec .list-item:last-child {
		margin-bottom: 0;
	}
	.page-works .flow-sec .list-item:last-child:after {
		display: none;
	}
	.page-works .flow-sec .list-item .num {
		top: -20px;
		left: 45%;
		font-size: 1.8em;
		line-height: 1;
	}
	.page-works .flow-sec .list-item .ill {
		margin-top: .8em;
	}
	.page-works .flow-sec .list-item .ill img {
		width: 60%;
		max-width: 130px;
	}
	.page-works .flow-sec .list-item .ttl {
		font-size: 1.3em;
		line-height: 1.5;
		margin-top: .8em;
	}
	.page-works .flow-sec .list-item .copy {
		margin-top: .8em;
		font-size: .9em;
		line-height: 1.5;
	}
}
@media (min-width:1000px){
}


/***********************************
 	事業所案内 info
************************************/
/* 概要
---------------------*/
.page-info .outline-sec .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-bottom: 1px solid #D8D5D1;
	padding: 5px 0;
	line-height: 1.6;
	font-size: .9em;
}
.page-info .outline-sec .list-ttl {
	width: 30%;
	background-color: #F4EBE1;
	border-radius: 5px;
	padding: 10px 10px;
	font-weight: 700;
	text-align: center;
}
.page-info .outline-sec .list-date {
	width: 70%;
	padding: 10px 10px;
	font-weight: 500;
}
@media (min-width:768px){
	.page-info .outline-sec .list {
		padding: 8px 0;
		line-height: 1.6;
		font-size: .9em;
	}
	.page-info .outline-sec .list-ttl {
		width: 25%;
		border-radius: 10px;
		padding: 15px 20px;
	}
	.page-info .outline-sec .list-date {
		width: 75%;
		padding: 15px 20px;
	}	
}
@media (min-width:1000px){
	.page-info .outline-sec .list {
		font-size: 1.05em;
	}
	.page-info .outline-sec .list-ttl {
		padding: 15px 20px;
	}
	.page-info .outline-sec .list-date {
		padding: 15px 30px;
	}	
}

/* アクセス
---------------------*/
.page-info .access-sec .map-box {
	height: 260px;
	border-radius: 30px;
}
.page-info .access-sec .map-box iframe {
	width: 100%;
	height: 260px;
	border-radius: 30px;
}
@media (min-width:768px){
	.page-info .access-sec .map-box {
		height: 360px;
		border-radius: 40px;
	}
	.page-info .access-sec .map-box iframe {
		height: 360px;
		border-radius: 40px;
	}
}
@media (min-width:1000px){
	.page-info .access-sec .map-box {
		height: 500px;
	}
	.page-info .access-sec .map-box iframe {
		height: 500px;
	}
}


/***********************************
 	お問い合わせ contact
************************************/
/* イントロ
---------------------*/
.page-contact .intro-sec .copy {
	text-align: center;
	font-weight: 500;
	font-size: .95em;
}
.page-contact .intro-sec .tel-box {
	background-color: #fff;
	border-radius: 20px;
	color: #A26802;
	text-align: center;
	margin-top: 1em;
	padding: 1em 1em;
}
.page-contact .intro-sec .tel-box .box-ttl {
	font-weight: 700;
	line-height: 1.5;
	font-size: 1em;
	position: relative;
	margin-bottom: 5px;
}
.page-contact .intro-sec .tel-box .tel a {
	color: #A26802;
	font-weight: 900;
	line-height: 1;
	font-size: 2.2em;
	position: relative;
	padding-left: 30px;
}
.page-contact .intro-sec .tel-box .tel a:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	display: block;
	content:"";
	width: 25px;
	height: 25px;
	background: url("../img/common/icon_tel.png") no-repeat 0 0;
	background-size: cover;
}
.page-contact .intro-sec .tel-box .time {
	font-size: .9em;
	line-height: 1.5;
}
@media (min-width:768px){
	.page-contact .intro-sec .tel-box {
		width: 48%;
		margin: 1em auto 0 auto;
		border-radius: 30px;
		padding: 1em 1em;
	}
}
@media (min-width:1000px){
	.page-contact .intro-sec .copy {
		font-size: 1.2em;
	}
	.page-contact .intro-sec .tel-box {
		padding: 1.5em 1em;
	}
	.page-contact .intro-sec .tel-box .box-ttl {
		font-size: 1.3em;
		margin-bottom: 5px;
	}
	.page-contact .intro-sec .tel-box .tel a {
		font-size: 3em;
		padding-left: 45px;
	}
	.page-contact .intro-sec .tel-box .tel a:before {
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -9px;
		display: block;
		content:"";
		width: 35px;
		height: 35px;
	}
	.page-contact .intro-sec .tel-box .time {
		font-size: 1em;
	}
}

/*   フォーム内
-----------------------------------------------*/
.page-contact .contact-form th,
.page-contact .contact-form td {
	display: block;
	line-height: 1.5;
	font-size: 1em;
	vertical-align: top;
}
.page-contact .contact-form th {
	padding: 15px 10px;
	font-weight: 700;
}
.page-contact .contact-form .must-mark {
	display: inline-block;
	background-color: #A26802;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	padding: 2px 5px;
	margin-left: 5px;
}
.page-contact .contact-form td {
	padding: 0 10px 15px 10px;
	border-bottom: 1px dashed #BDBBB9;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
.page-contact .contact-form table.confirm {
	border-top: 1px dashed #BDBBB9;
	margin-top: 1em;
}
@media (min-width:768px){
	.page-contact .contact-form table th,
	.page-contact .contact-form table td {
		display: table-cell;
		font-size: 1.1em;
	}
	.page-contact .contact-form table th {
		border-bottom: 1px dashed #BDBBB9;
		width: 250px;
		padding: 20px 10px;
	}
	.page-contact .contact-form .must-mark {
		font-size: 12px;
	}
	.page-contact .contact-form table td {
		border-bottom: 1px dashed #BDBBB9;
		padding: 20px 10px;
	}
	.page-contact .contact-form table.confirm th,
	.page-contact .contact-form table.confirm td {
		padding: 20px 10px;
	}
}



/*   formパーツ
-----------------------------------------------*/

/* 初期表示 placeholder */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #D1D1CF;
	font-size: 1em;
    font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #D1D1CF;
	font-size: 1em;
    font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #D1D1CF;
	font-size: 1em;
    font-weight: normal;
}
@media (min-width:1000px){
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 1em;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 1em;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 1em;
	}
}

input,select,textarea {
	background-color: #fff;
	border: 1px solid #DEDDDD;
	border-radius: 10px;
	font-size: 1em;
	padding: 15px;
	width: 100%;
}



/* チェックボックス */
.checkbox input[type=checkbox].check-btn-item{
	display: none;
}
.checkbox label {
	display: inline-block;
	margin-right: 10px;
}
.checkbox .check-btn-item + span {
	padding-left: 25px;
	display: inline-block;
	position: relative;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: .5em;
}
.checkbox .check-btn-item + span::after,
.checkbox .check-btn-item + span::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
}
.checkbox .check-btn-item + span::before {
	border: 1px solid #DEDDDD;
	background-color: #fff;
	border-radius: 4px;
	left: 0;
	height: 20px;
	width: 20px;
}
.checkbox .check-btn-item + span::after{
	border: none;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	height: 15px;
	left: 5px;
	opacity: 0;
	top: 0;
	transform: rotate(45deg);
	width: 10px;
}
.checkbox .check-btn-item:checked + span::before {
	border: 1px solid #FA9E0B;
	background-color: #FA9E0B;
}
.checkbox .check-btn-item:checked + span::after {
	opacity: 1;
}
.checkbox .error {
	font-size: 1em;
	margin-top: 0.5em;
}
@media (min-width:768px){
	.checkbox label {
		margin-right: 30px;
	}
}

/*   formパーツ ボタン
-----------------------------------------------*/
.contact-btn-wrap {
	margin: 2em 0 0 0;
}
.contact-btn-wrap .list-item {
	margin: 0 0 1em 0;
}
.contact-btn-wrap .list-item:last-child {
	margin: 0 0 0 0;
}
.contact-btn-wrap .contact-btn {
	position: relative;
	display: block;
	width: 230px;
	margin: 0 auto;
	padding: 15px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #fff;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-btn-wrap .contact-btn.orange {
	background-color: #FA9E0B;
	border: 2px solid #FA9E0B;
}
.contact-btn-wrap .contact-btn.gray {
	background-color: #bcbdc1;
	border: 2px solid #bcbdc1;
}
.contact-btn-wrap .contact-btn:hover {
	opacity: 0.8;
}
@media (min-width:768px){
	.contact-btn-wrap {
		margin: 2em 0 0 0;
	}
	.contact-btn-wrap .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.contact-btn-wrap .list-item {
		margin: 0 20px;
	}
	.contact-btn-wrap .contact-btn {
		width: 240px;
		padding: 17px 3px;
	}
}



/*   確認画面
-----------------------------------------------*/
.contact-form .contact-btn-wrap .confirm-txt {
	font-size: 1em;
	padding: 10px 0 20px 0;
}
.contact-form .error-box {
	width: 100%;
	margin: 10px auto 20px auto;
	border-top: 2px dotted #f00;
	border-bottom: 2px dotted #f00;
	padding: 20px 0;
	color: #f00;
	font-size: 1em;
	font-weight: bold;
}
.contact-form .copy-error,
.contact-form .copy-thanks {
	text-align: center;
	font-weight: 500;
	font-size: .95em;
}
@media (min-width:768px){
	.contact-form .contact-btn-wrap .confirm-txt {
		text-align: center;
	}
	.contact-form .error-box {
		text-align: center;
	}
	.contact-form .copy-error,
	.contact-form .copy-thanks {
		text-align: center;
		font-size: 1.2em;
	}
}

