@charset "UTF-8";
/* CSS Document */


h1.title {
	font-size: 40px;
	font-weight: 400;
	color: #444;
	padding-top: 70px;
	letter-spacing: 0.3px;
}

span.yokotatokyo {
	letter-spacing: 1px;
}

/* News */

.news{
	margin-left: 10%;
	margin-right: 10%;
}
/*
h1.title_news {
	font-size: 38px;
	font-weight: 500;
	color: #000;
	padding-top: 70px;
	margin-bottom: 60px;
	margin-left: 15%;
	letter-spacing: 0px;
}*/

.item-list {
	margin-top:75px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 290px);
	column-gap: 70px;
	grid-row-gap: 70px;
	justify-content: center;
}

.item-list h4 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
	line-height: 1.5;
}

.news_genre{
	font-size: 14px;
	margin-top: 30px;
}

.news_title{
	font-size: 14px;
	font-weight: 400;
	margin-top: 8px;
	line-height: 1.6;

}

.period {
	font-size: 13px;
	font-weight: 300;
	margin-top:20px;
	letter-spacing: 0.8px;
}

.place {
	font-size: 13px;
	font-weight: 300;
	margin-top: 7px;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.ex {
	font-size: 12px;
	font-weight: 300;
	margin-top:18px;
	line-height: 1.6;
}

.link-button-area {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 100px;
}

.link-button {
	color: #fff;
	background-color: #000;
	display: inline-block;
	min-width: 120px;
	line-height: 38px;
	border-radius: 8px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 14px;
}

.link-button:hover {
	background-color: #000;
}

/* News おわり */


/* About */

.about {
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 100px;
	/*background-color: #efefef;*/
	background-color: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
	
p.aboutus {
	margin-top: 60px;
	margin-bottom: 80px;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: -0.3px;
	}

.contact {
	margin-left: 20%;
	margin-right: 20%;
}

.item-list-contact {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 270px);
	grid-template-rows: 230px;
	column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: center;
}


.about h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

/*
.contact p {
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 1px;
}*/

.address {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.tel img {
	width: 13px;
}

.tel {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.fax img {
	width: 13px;
}

.fax {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.email img {
	width: 13px;
}

.email {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.googlemap {
	font-size: 12px;
	margin-top: 30px;
	font-weight: 300;
}

/* Contactおわり */


/*========= ページトップのためのCSS ===============*/

#page-top a{
	background-color: #777;
	color:#fff;
	text-align: center;
	display: block;
	text-decoration: none;
	padding:20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.8rem;
	transition: all 0.3s;
}

#page-top a:hover{
	background: #ccc;
}



/*　パソコン 1280px;　*/
@media (max-width: 1280px) {
	
	h1.title {
	font-size: 38px;
	font-weight: 400;
	color: #777;
	padding-top: 70px;
	letter-spacing: 0px;
}

/* News パソコン 1280px;　*/


.news{
	margin-left: 8%;
	margin-right: 8%;
}
	
.item-list {
	margin-top:75px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 250px);
	column-gap: 80px;
	grid-row-gap: 70px;
	justify-content: center;
}


.item-list h4 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
	line-height: 1.5;
}

.news_title{
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;
	line-height: 1.6;

}

.period {
	font-size: 13px;
	font-weight: 300;
	margin-top:20px;
	letter-spacing: 0.8px;
}

.place {
	font-size: 13px;
	font-weight: 300;
	margin-top: 7px;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.ex {
	font-size: 12px;
	font-weight: 300;
	margin-top: 18px;
	line-height: 1.6;
}

.link-button-area {
	text-align: center;
	margin-top:60px;
	margin-bottom: 80px;
}

.link-button {
	color: #fff;
	background-color: #000;
	display: inline-block;
	min-width: 160px;
	line-height: 42px;
	border-radius: 21px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 18px;
}

.link-button:hover {
	background-color: #000;
}
/* News パソコン 1280px おわり */


/* About パソコン 1280px  */
	
.about {
	padding-bottom: 80px;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #efefef;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
	
p.aboutus {
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 15%;
	margin-right: 15%;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	text-align: justify;
	letter-spacing: -0.3px;
	}
	
.contact {
	margin-left: 15%;
	margin-right: 15%;
}

.item-list-contact {
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 250px);
	grid-template-rows: 230px;
	column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: center;
}

.about h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

	/*
.contact p {
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 1px;
}*/

.address {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.tel img {
	width: 13px;
}

.tel {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.fax img {
	width: 13px;
}

.fax {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.email img {
	width: 13px;
}

.email {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.googlemap {
	font-size: 12px;
	margin-top: 20px;
	font-weight: 300;
}
/* Contact パソコン 1280px  おわり */
	
}


/*　パソコン 1000px */

@media (max-width: 1000px) {

h1.title {
	font-size: 38px;
	font-weight: 400;
	color: #777;
	padding-top: 70px;
	margin-bottom: 60px;
	letter-spacing: 0px;
}
/* News パソコン 1000px; */

/*h1.title_news {
	font-size: 38px;
	font-weight: 500;
	color: #000;
	margin-top: 50px;
	margin-bottom: 60px;
	margin-left: 10%;
	letter-spacing: 0px;
}*/
	
.news{
	margin-left: 5%;
	margin-right: 5%;
}
	
.item-list {
	margin-top:75px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 270px);
	column-gap: 60px;
	grid-row-gap: 70px;
	justify-content: center;
}

.item-list h4 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.2px;
	margin-top: 25px;
	line-height: 1.5;
}

.news_title{
	font-size: 13px;
	font-weight: 400;
	margin-top: 6px;

}

.period {
	font-size: 13px;
	font-weight: 300;
	margin-top:20px;
	letter-spacing: 0.8px;
}

.place {
	font-size: 13px;
	font-weight: 300;
	margin-top: 7px;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.ex {
	font-size: 11px;
	font-weight: 300;
	margin-top: 18px;
	line-height: 1.6;
}

.link-button-area {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 80px;
}

.link-button {
	color: #fff;
	background-color: #000;
	display: inline-block;
	min-width: 160px;
	line-height: 42px;
	border-radius: 21px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 18px;
}

.link-button:hover {
	background-color: #000;
}
/* News パソコン　1000pxおわり */
	

/* About パソコン 1000px */
	
.about {
	padding-bottom: 80px;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #efefef;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
		
p.aboutus {
	margin-top: 50px;
	margin-bottom: 80px;	
	margin-left: 12%;
	margin-right: 12%;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
	text-align: justify;
	letter-spacing: -0.3px;
	}
	
.contact {
	margin-left: 12%;
	margin-right: 12%;	
	}
	
.item-list-contact {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 250px);
	grid-template-rows: 230px;
	column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: center;
}

.about h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

/*
.contact p {
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 1;
}*/

.address {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.tel img {
	width: 17px;
}

.tel {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.fax img {
	width: 13px;
}

.fax {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
}

.email img {
	width: 13px;
}

.email {
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 14px;
}

.googlemap {
	font-size: 13px;
	line-height: 1.3;
	margin-top: 30px;
	font-weight: 300;
}
/* Contact パソコン 1000pxおわり */
	
}
/*　パソコン 1000pxおわり　*/
	

/*　タブレット */
@media (max-width: 768px) {
	
/*　全体タブレット */
h1.title {
	font-size: 38px;
	font-weight: 400;
	color: #777;
	padding-top: 70px;
	letter-spacing: 0px;
}
	

/* News タブレット*/
	
/*h1.title_news {
	font-size: 38px;
	font-weight: 500;
	color: #000;
	margin-top: 100px;
	margin-bottom: 60px;
	margin-left:5%;
	margin-right: 5%;
	letter-spacing: 0px;
}*/
	
.news{
	margin-left: 5%;
	margin-right: 5%;
}
	
.item-list {
	margin-top:75px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 240px);
	column-gap: 50px;
	grid-row-gap:50px;
	justify-content: center;
}

.item-list h4 {
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
	line-height: 1.5;
	letter-spacing: 0.2px;
}

.news_title{
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;

}

.period {
	font-size: 13px;
	font-weight: 300;
	margin-top:20px;
	letter-spacing: 0.8px;
}

.place {
	font-size: 13px;
	font-weight: 300;
	margin-top: 7px;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.ex {
	font-size: 11px;
	font-weight: 300;
	margin-top:18px;
	line-height: 1.6;
}

.link-button-area {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link-button {
	color: #fff;
	background-color: #000;
	display: inline-block;
	min-width: 160px;
	line-height: 42px;
	border-radius: 21px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 18px;
}

.link-button:hover {
	background-color: #000;
}
	
/* News タブレットおわり */


/* Contact タブレット*/
	
.about{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 60px;
	background-color: #efefef;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
	
p.aboutus {
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 8%;
	margin-right: 8%;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: -0.6px;
	}
	
.contact{
	margin-left: 8%;
	margin-right: 8%;	
	}

.item-list-contact {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 250px);
	grid-template-rows: 230px;
	column-gap: 50px;
	grid-row-gap: 40px;
	justify-content: center;

}

.about h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.address {
	font-size: 14px;
	font-weight: 300;
	margin-left: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
}

.tel img {
	width: 13px;
	margin-left: 10px;
}

.tel {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
}

.fax img {
	width: 13px;
	margin-left: 10px;
}

.fax {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
}

.email img {
	width: 13px;
	margin-left: 10px;
}

.email {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.3;
}

.googlemap {
	font-size: 14px;
	font-weight: 300;
	margin-top: 20px;
	margin-left: 10px;
	line-height: 1.3;
}

/* Contactタブレットおわり */
}

/*　タブレットおわり */


/* スマホ　*/
@media (max-width: 400px) {

/* 全体スマホ */
	
h1.title {
	font-size: 38px;
	font-weight: 400;
	color: #777;
	padding-top: 70px;
	letter-spacing: 0px;
}
	
/* 全体スマホ */
	
	
/* Newsスマホ */
	
/*h1.title_news {
	font-size: 38px;
	font-weight: 500;
	color: #000;
	margin-top: 100px;
	margin-bottom: 60px;
	margin-left: 5%;
	margin-right: 5%;
	letter-spacing: 0px;
}*/
	
.news{
	margin-left: 5%;
	margin-right: 5%;
}
	
.item-list {
	margin-top:75px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 280px);
	column-gap: 50px;
	grid-row-gap: 50px;
	justify-content: center;
}

.item-list h4 {
	font-size: 17px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.5;
}

.news_title{
	font-size: 14px;
	font-weight: 400;
	margin-top: 6px;

}

.period {
	font-size: 13px;
	font-weight: 300;
	margin-top:20px;
	letter-spacing: 0.8px;
}

.place {
	font-size: 13px;
	font-weight: 300;
	margin-top: 7px;
	letter-spacing: 0.6px;
	line-height: 1.7;
}

.ex {
	font-size: 12px;
	font-weight: 300;
	margin-top:18px;
	line-height: 1.6;
}

.link-button-area {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.link-button {
	color: #fff;
	background-color: #000;
	display: inline-block;
	min-width: 160px;
	line-height: 42px;
	border-radius: 21px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 18px;
}

.link-button:hover {
	background-color: #000;
}

/* Newsスマホ おわり */
	
	
/* Contact スマホ */

.about {
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
	background-color: #efefef;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.item-list-contact {
	margin-top:30px;
	display: grid;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: repeat(auto-fit, 250px);
	grid-template-rows: 230px;
	column-gap: 40px;
	grid-row-gap: 40px;
	justify-content: center;
	}
	
.about h3 {
	font-size: 22px;
	font-weight: 400;
	margin-top:40px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

p.aboutus {
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 7%;
	margin-right: 7%;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	text-align: justify;
	letter-spacing: -0.5px;
	}

.contact{
	margin-left: 7%;
	margin-right: 7%;
	}
	
.address {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 5px;
}

.tel img {
	width: 13px;
}

.tel {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
}

.fax img {
	width: 13px;
}

.fax {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
}

.email img {
	width: 13px;
}

.email {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
}

.googlemap {
	font-size: 14px;
	margin-top: 20px;
	font-weight: 300;
	line-height: 1.3;
}
}
/* Contact スマホおわり */