/*
Title: 子どもアートプロジェクト
Last Updated: 2025-06-27
Author: Ryu
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
a{
	color:#f18d54;
	transition: all 0.4s;
}
a:hover{
	color:#ff7e35;
	transition: all 0.4s;
}


/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_orange{ color: #f18d54; }
.text_16{ font-size: 1.6rem; }
.text_18{ font-size: 1.8rem; }
.text_24{ font-size: 2.4rem; }
.text_30{ font-size: 3.0rem; }

@media screen and (max-width: 1039px){

	.text_16{ font-size: max(1.53vw, 1.5rem); }
	.text_18{ font-size: max(1.73vw, 1.7rem); }
	.text_24{ font-size: max(2.3vw, 1.8rem); }
	.text_30{ font-size: max(2.88vw, 2rem); }

}/*END*/

@media screen and (max-width: 599px){

	p{ line-height: 1.8; }

}/*END*/


/*----------------------------------------
	共通
----------------------------------------*/

#container{
	overflow: hidden;
	position: relative;
}
.inner_frame{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	max-width: 1080px;
	width: 100%;
}
.ttl_600{
	max-width: 600px;
	width: 80%;
}

@media screen and (max-width: 599px){

	.ttl_600{
		width: 90%;
	}

}/*END*/

@media screen and (max-width: 479px){

	.ttl_600{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding-right: 3.33%;
	padding-left: 3.33%;
	z-index: 10;
}
.head_inner{
	max-width: 1260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
header h1{
	float: left;
	width: calc((195/1260)*100%);
}

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

	.drawer{
		float: right;
		width: calc((1030/1260)*100%);
		background: #fff;
		border-radius: 50px;
		margin-top: 15px;
	}
	.drawer li{
		position: relative;
		float: left;
		padding-top: 32px;
		margin-left: 2.5%;
		font-size: 1.6rem;
		font-weight: 500;
	}
	.drawer li a{
		color: #000;
		text-decoration: none;
	}
	.drawer li:last-child{
		float: right;
		padding-top: 0;
		width: calc((200/1030)*100%);
	}
	.drawer li:last-child img{
		transition: all 0.4s;
	}
	.drawer li:hover:last-child img{
		opacity: 0.7;
	}
	.drawer li a:after{
		content: "";
		width: 0;
		height: 3px;
		border-radius: 5px;
		background: #f39864;
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.4s;
	}
	.drawer li a:hover:after{
		width: 100%;
	}
	.drawer li:last-child a:after{
		content: none;
	}
	.sp_entry{
		display: none;
	}
	.btn_menu{
		display: none;
	}
	.drawer_entry{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 1349px){

	header{
		position: fixed;
		background: #fff;
		top: 0;
		left: 0;
		padding: 7px 30px 12px 20px;
	}
	.head_inner{
		max-width: inherit;
	}
	header h1{
		width: 180px;
	}
	.drawer{
		margin-top: 10px;
		width: 85%;
	}
	.drawer li:last-child{
		width: 200px;
	}
	.drawer li{
		margin-left: 2%;
	}

}/*END*/

@media screen and (max-width: 1249px){

	header h1{
		width: 160px;
	}
	.drawer li:last-child{
		width: 180px;
	}
	.drawer li{
		padding-top: 28px;
		font-size: 1.5rem;
	}

}/*END*/

@media screen and (max-width: 1149px){

	header h1{
		width: 140px;
	}
	.drawer li:last-child{
		width: 160px;
	}
	.drawer li{
		padding-top: 26px;
		font-size: 1.4rem;
	}

}/*END*/

@media screen and (max-width: 1049px){

	header{
		padding: 12px 0 18px 3%;
	}
	header h1{
		float: none;
		width: 140px;
	}
	.drawer{
		display: none;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		background-size: cover;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		color: #fff;
		display: flex;
		justify-content: center;
		visibility: hidden;
		transform: translateY(-100%);
		transition: 0.5s ease-in-out;
		z-index: 50;
		margin-top: 0;
	}
	.drawer nav{
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.open .drawer{
		visibility: visible;
		transform: translateX(0);
	}
	.open .drawer ul li{
		transform: translateX(0);
	}
	.drawer a{
		color: #fff;
		text-decoration: none;
		font-size: 1.8rem;
	}
	.drawer ul li{
		padding-top: 0;
		margin-bottom: 30px;
	}
	.drawer li:last-child{
		display: none;
	}
	.btn_menu{
		position: fixed;
		width: 70px;
		height: 70px;
		right: 25px;
		top: 30px;
		background: #a12e2a;
		cursor: pointer;
		transition: all 0.5s;
		z-index: 51;
		border-radius: 50%;
	}
	.btn_menu span{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 3px;
		width: 40%;
		border-radius: 3px;
		background: #fff;
		transition: all 0.4s;
	}
	.btn_menu span:nth-child(1){
		top: 24px;
	}
	.btn_menu span:nth-child(2){
		top: 50%;
		margin-top: -2px;
	}
	.btn_menu span:nth-child(3){
		bottom: 25px;
	}
	.open .btn_menu span:nth-child(1){
		transform: rotate(45deg);
		top: 33px;
		margin-left: -13px;
	}
	.open .btn_menu span:nth-child(2){
		opacity: 0;
	}
	.open .btn_menu span:nth-child(3){
		transform: rotate(-45deg);
		top: 33px;
		margin-left: -13px;
	}
	.btn_menu{
		position: absolute;
		top: 18px;
		right: 3%;
		transform: scale(0.8);
	}
	.sp_entry{
		position: absolute;
		display: block;
		width: 210px;
		top: 25px;
		right: 120px;
	}

}/*END*/

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

	.sp_entry{
		right: 100px;
	}

}/*END*/

@media screen and (max-width: 479px){

	header{
		padding: 10px 0 16px 3%;
	}
	header h1{
		width: 120px;
	}
	.drawer a{
		font-size: 1.6rem;
	}
	.btn_menu{
		top: 12px;
		right: 2.5%;
		transform: scale(0.7);
	}
	.sp_entry{
		width: 180px;
		top: 22px;
		right: 85px;
	}

}/*END*/

@media screen and (max-width: 399px){

	header{
		padding: 8px 0 14px 2.5%;
	}
	header h1{
		width: 100px;
	}
	.btn_menu{
		top: 6px;
		right: 1%;
		transform: scale(0.6);
	}
	.sp_entry{
		width: 160px;
		top: 19px;
		right: 75px;
	}

}/*END*/


/*----------------------------------------
	MV
----------------------------------------*/

.mv{
	position: relative;
}
.mv_deco{
	position: fixed;
	width: calc((659/1350)*100%);
	max-width: 659px;
	right: 0;
	bottom: -20%;
	z-index: 2;
}
.mv_fukidashi{
	animation: mv_fukidashi 5s ease-in-out infinite;
}
.copy1350{
	position: absolute;
	bottom: 0;
	left: 12%;
}
@keyframes mv_fukidashi{
	0%{
		transform: translateY(0);
	}
	25%{
		transform: translateY(-10px);
	}
	50%{
		transform: translateY(0);
	}
	75%{
		transform: translateY(-10px);
	}
	100%{
		transform: translateY(0);
	}
}

@media print, screen and (min-width: 1350px){

	.mv_tb,
	.mv_sp{
		display: none;
	}
	.mv_fukidashi_other{
		display: none;
	}
	.mv_fukidashi_pc{
		position: absolute;
		max-width: 223px;
		width: calc((223/1350)*100%);
		left: 35%;
		top: 43%;
	}
	.copy1349{
		display: none;
	}

}/*END*/

@media print, screen and (min-width: 600px) and ( max-width: 1349px){

	.mv_sp,
	.mv_pc{
		display: none;
	}
	.mv_fukidashi_other{
		position: absolute;
		width: calc((220/1350)*100%);
		left: 22%;
		top: 64%;
	}
	.copy1349{
		position: relative;
		bottom: inherit;
		padding-left: 33%;
		background: #fffcf6;
		font-size: 1.6rem !important;
	}

}/*END*/

@media screen and (max-width: 1349px){

	.mv_fukidashi_pc{
		display: none;
	}
	.copy1350{
		display: none;
	}

}/*END*/

@media screen and (max-width: 1249px){

	.mv_deco{
		bottom: -18%;
	}

}/*END*/

@media screen and (max-width: 1049px){

	.mv_deco{
		bottom: -15%;
	}

}/*END*/

@media screen and (max-width: 849px){

	.mv_deco{
		bottom: -13%;
	}

}/*END*/

@media screen and (max-width: 699px){

	.mv_deco{
		bottom: -10%;
	}

}/*END*/

@media screen and (max-width: 599px){

	.mv_tb,
	.mv_pc{
		display: none;
	}
	.mv_fukidashi_other{
		position: absolute;
		width: calc((220/800)*100%);
		left: -1.5%;
		top: 61%;
	}
	.copy1349{
		position: relative;
		bottom: inherit;
		padding-left: 20%;
		background: #fffcf6;
		font-size: 1.4rem !important;
	}

}/*END*/

@media screen and (max-width: 549px){

	.mv_deco{
		bottom: -8%;
		width: 50%;
	}

}/*END*/

@media screen and (max-width: 479px){

	.mv_deco{
		bottom: -8%;
		width: 58%;
	}

}/*END*/


/*----------------------------------------
	intro
----------------------------------------*/

#intro{
	background: url("../images/intro_bg.gif") center bottom no-repeat #fffcf6;
	background-size: 100%;
	padding-bottom: 140px;
}


/*----------------------------------------
	news
----------------------------------------*/

#news{
	background: url("../images/news_bg.gif") center bottom no-repeat;
	background-size: 100%;
}
#news ul{
	border-top: 1px solid #e5e5e5;
	line-height: 1.8;
}
#news li{
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
}
.news_date{
	display: inline-block;
	width: 140px;
}
.new{
	background: #f39800;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	margin-left: 10px;
	vertical-align: middle;
}

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

	.news_date{
		width: 100%;
		display: block;
	}

}/*END*/


/*----------------------------------------
	award
----------------------------------------*/

#award{
	background: #fffcf6;
}
#award ul{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
#award li .photo_frame{
	position: relative;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 10px;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin-bottom: 20px;
}
#award li:nth-child(1) .photo_frame{
	border-color: #c8bb9b;
	background: #262626;
}
#award li:nth-child(2) .photo_frame{
	border-color: #908874;
	background: #fff;
}
#award li:nth-child(3) .photo_frame{
	border-color: #262626;
	background: #fff;
}
#award li:nth-child(4) .photo_frame{
	border-color: #d0c96c;
	background: #262626;
}
#award li:nth-child(5) .photo_frame{
	border-color: #7e6b5a;
	background: #fff;
}
#award li .photo_box{
	width: calc((400/500)*100%);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.award_name{
	background: #fff;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	padding: 20px 22px;
	width: 320px;
}

@media screen and (max-width: 849px){

	.award_name{
		box-sizing: border-box;
		width: 100%;
	}

}/*END*/

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

	.award_name a{
		line-height: 1.4;
	}

}/*END*/

@media screen and (max-width: 599px){

	#award ul{
		gap: 30px;
	}
	.award_name{
		line-height: 1.3;
		padding-left: 15px;
		padding-right: 15px;
	}

}/*END*/

@media screen and (max-width: 479px){

	#award ul{
		gap: 20px;
	}

}/*END*/


/*----------------------------------------
	entry
----------------------------------------*/

#entry{
	background: url("../images/entry_bg.gif") center bottom no-repeat #fffcf6;
	background-size: 100%;
}
ul.js-accordion{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}
.js-accordion a{
	display: block;
	color: #000;
	text-decoration: none;
	transition: all 0.4s;
}
.js-accordion a:hover{
	opacity: 0.6;
}
.js-accordion a p{
	line-height: 1.5;
}
.js-btn-close,
.js-btn-more{
	width: 300px;
	box-sizing: border-box;
	background: #7e6b5a;
	color: #fff;
	border-radius: 50px;
	position: relative;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.js-btn-close span,
.js-btn-more span{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
	right: 20px;
	transition: all 0.4s;
}
.js-btn-close:hover span,
.js-btn-more:hover span{
	background: #f19059;
}
.js-btn-close span:before,
.js-btn-more span:before,
.js-btn-close span:after,
.js-btn-more span:after{
	content: "";
	background: #f19059;
	width: 8px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.js-btn-close:hover span:before,
.js-btn-more:hover span:before,
.js-btn-close:hover span:after,
.js-btn-more:hover span:after{
	background: #fff;
}
.js-btn-more span:before{
	transform: rotate(45deg);
	margin-left: -6px;
}
.js-btn-more span:after{
	transform: rotate(-45deg);
	margin-left: -1px;
}
.js-btn-close span:before{
	transform: rotate(45deg);
	margin-left: -1px;
}
.js-btn-close span:after{
	transform: rotate(-45deg);
	margin-left: -6px;
}

@media screen and (max-width: 599px){

	ul.js-accordion{
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}

}/*END*/

@media screen and (max-width: 479px){

	ul.js-accordion{
		gap: 20px;
	}

}/*END*/


/*----------------------------------------
	youkou
----------------------------------------*/

#youkou table{
	width: 100%;
	line-height: 1.6;
	border-top: 1px solid #e5e5e5;
}
#youkou th,
#youkou td{
	padding: 16px 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}
#youkou th{
	width: 300px;
}

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

	#youkou th{
		width: 200px;
	}

}/*END*/

@media screen and (max-width: 599px){

	#youkou th,
	#youkou td{
		width: 100%;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	#youkou th{
		font-weight: bold;
		border-bottom: none;
		padding-bottom: 0;
	}
	#youkou td{
		padding-top: 6px;
	}

}/*END*/


/*----------------------------------------
	about
----------------------------------------*/

#about{
	background: #fffcf6;
}
.about_point{
	max-width: 710px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 70px;
}
.machi{
	position: relative;
}
.machi_circle{
	position: absolute;
	right: 0;
	top: -40px;
	width: calc((220/1040)*100%);
}
.works{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 40px;
}
.btn_more{
	width: 300px;
	box-sizing: border-box;
	background: #7e6b5a;
	color: #fff;
	border-radius: 50px;
	position: relative;
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	display: block;
}
.btn_more:hover{
	color: #fff;
}
.btn_more span{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
	right: 20px;
	transition: all 0.4s;
}
.btn_more:hover span{
	background: #f19059;
}
.btn_more span:before,
.btn_more span:after{
	content: "";
	background: #f19059;
	width: 8px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.btn_more:hover span:before,
.btn_more:hover span:after{
	background: #fff;
}
.btn_more span:before{
	transform: rotate(45deg);
	margin-top: -4px;
	margin-left: -3px;
}
.btn_more span:after{
	transform: rotate(-45deg);
	margin-top: 1px;
	margin-left: -3px;
}
.bnr01{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
}
.bnr01 li{
	margin-bottom: 30px;
}
.bnr02{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
	width: 100%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}


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

	.about_point{
		gap: 40px;
		margin-bottom: 120px;
	}
	.machi_circle{
		top: -70px;
	}

}/*END*/

@media screen and (max-width: 599px){

	.about_point{
		gap: 20px;
		margin-bottom: 120px;
	}
	.works{
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}
	.bnr01,
	.bnr02{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 30px;
	}
	.machi_circle{
		width: 35%;
		top: -80px;
	}

}/*END*/

@media screen and (max-width: 479px){

	.about_point{
		gap: 0;
		margin-bottom: 120px;
	}
	.works{
		gap: 20px;
	}
	.bnr01,
	.bnr02{
		gap: 20px;
	}

}/*END*/


/*----------------------------------------
	modal
----------------------------------------*/

.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.modal__bg{
	background: #fffcf6;
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.modal__content{
	background: #fffcf6;
	left: 50%;
	padding: 60px 40px 40px 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	box-sizing: border-box;
	z-index: 101;
	height: 100%;
	overflow-y:scroll;
}
.modal_inner{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}
#modal01 .modal_inner,
#modal02 .modal_inner,
#modal03 .modal_inner,
#modal04 .modal_inner,
#modal05 .modal_inner{
	max-width: 850px;
}
.modal_photo img{
	max-width: 660px;
	margin-bottom: 15px;
}
.js-modal .photo_frame{
	position: relative;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 10px;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin-bottom: 20px;
}
#modal01.js-modal .photo_frame{
	border-color: #c8bb9b;
	background: #262626;
}
#modal02.js-modal .photo_frame{
	border-color: #908874;
	background: #fff;
}
#modal03.js-modal .photo_frame{
	border-color: #262626;
	background: #fff;
}
#modal04.js-modal .photo_frame{
	border-color: #d0c96c;
	background: #262626;
}
#modal05.js-modal .photo_frame{
	border-color: #7e6b5a;
	background: #fff;
}
.js-modal .photo_box{
	width: calc((800/900)*100%);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.js-modal-open h3{
	line-height: 1.3;
}
.js-modal-open p,.modal__content p{
	line-height: 1.6;
}
a.js-modal-open{
	color: #000;
}
.btn_close{
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 20px;
	color: #000;
	text-decoration: none;
	font-size: 1.6rem;
}
.btn_close span{
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.btn_close span:before,
.btn_close span:after{
	content: "";
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	transition: all 0.4s;
}
.btn_close span:before{
	transform: rotate(45deg);
	top: 0;
	left: 0;
}
.btn_close span:after{
	transform: rotate(-45deg);
	top: 0;
	left: 0;
}
.btn_close:hover span:before,
.btn_close:hover span:after{
	background: #f18d54;
}


/*----------------------------------------
	interview
----------------------------------------*/

.innet_view{
	background: #fffcf6;
}
.tenji{
	display: inline-block;
	color: #fff;
	background: #f18d54;
	line-height: 1.6;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.interview_img .photo_frame{
	position: relative;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
	border-style: solid;
	border-width: 10px;
	aspect-ratio: 1/1;
	overflow: hidden;
	margin-bottom: 20px;
}
#yoshino .interview_img .photo_frame{
	border-color: #c8bb9b;
	background: #262626;
}
#enjyoji .interview_img .photo_frame{
	border-color: #908874;
	background: #fff;
}
#ogawa .interview_img .photo_frame{
	border-color: #262626;
	background: #fff;
}
#kawagishi .interview_img .photo_frame{
	border-color: #d0c96c;
	background: #262626;
}
#miyanaka .interview_img .photo_frame{
	border-color: #7e6b5a;
	background: #fff;
}
.interview_img .photo_box{
	width: calc((400/500)*100%);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.interview_photo{
	margin-bottom: 40px;
}

@media print, screen and (min-width: 600px){

	.interview_text01{
		float: left;
		width: calc((600/1040)*100%);
	}
	.interview_photo{
		float: right;
		width: calc((420/1040)*100%);
	}
	.interview_text02{
		float: right;
		width: calc((500/1040)*100%);
	}
	.interview_img{
		float: left;
		width: calc((500/1040)*100%);
	}

}/*END*/

@media print, screen and (min-width: 1350px){

	.innet_view{
		background: #fffcf6;
		padding-top: 100px;
	}

}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/

.tel{
	display: block;
	width: 100%;
	max-width: calc((380/1040)*100%);
}
small{
	display: block;
	text-align: center;
	color: #c5beb8;
}

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

	.tel{
		width: 380px;
		max-width: inherit;
	}

}/*END*/

@media screen and (max-width: 599px){

	.tel{
		width: 80%;
		max-width: inherit;
	}

}/*END*/

@media screen and (max-width: 479px){

	.tel{
		width: 90%;
	}

}/*END*/