@charset "utf-8";
/*
Theme Name: kyobusi
Text Domain: kyobusi
*/
		
* {
	box-sizing: border-box;
}
body {
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Segoe UI Symbol" !important;
	min-height: 100vh;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.contents {
	width: 705px;
	padding: 40px;/* border-radius: 15px; */
}

a:hover img{
	opacity:0.8;
}

.instabanner{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px 18px;
	text-align: center;
	margin: 40px auto;
}

@media screen and (max-width:768px) {
	body {
		width: 100%;
	}
	.contents {
		width: 100%;
		padding: 20px;
	}
}
.visible-pc {
}
.visible-sp {
	display: none !important;
}
@media screen and (max-width:768px) {
	.visible-pc {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
}
h1 {
	text-align: center;
	margin-top: 40px;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 1.4;
	margin-bottom: 55px;
	font-weight: bold;
	letter-spacing: 5px;
}
h1 span {
	font-size: 0.4em;
	display: block;
	line-height: 1.6;
	margin-bottom: 10px;
	letter-spacing: 0;
	font-weight: 500;
}
h1.top img{
	width: 625px;
}
h1.p2 img{
	width: 170px;
}
h2 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 40px;
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}
.cs {
	text-align: center;
	font-size: 15px;
	/* letter-spacing: 1px; */
	margin-bottom: 0;
	line-height: 28px;
	width: 650px;
	margin: 15px auto;
	text-align: left;
}

@media screen and (max-width:768px) {
	.cs {
		width: 100%;
	}

	h1.p2 img{
		width: 136px;
	}	
}
.site_url {
	margin-top: 0;
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	h1 {
		margin-top: 20px;
		font-size: 40px;
		line-height: 1.4;
		font-weight: bold;
		margin-bottom:30px;
	}
	h1 span {
		font-size: 13px;
		margin-bottom: 20px;
		display: block;
	}
	h1.top img{
		width: 95%;
	}
	h2 {
		font-size: 18px;
		margin-top: 40px;
		margin-bottom:15px;
		line-height: 35px;
	}
	.cs {
		font-size: 13px;
		letter-spacing: 0px;
		margin-bottom: 25px;
		margin-top: 25px;
		line-height: 24px;
	}
	.site_url {
		margin-bottom: 30px;
		font-size: 14px;
	}
}
table {
	margin-top: 40px;
	margin-bottom: 60px;
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
table table {
	margin: 0;
}
th, td {
	font-weight: normal;
	padding: 15px;
	vertical-align: top;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
th {
	text-align: center;
	width: 140px;
}
iframe {
	width: 100%;
	margin-top: 10px;
	border: solid 1px #ccc !important;
}

@media screen and (max-width:768px) {
	.desc img{
		width:100%;
	}
}

@media screen and (max-width:768px) {
	table {
		margin: 20px 0;
		font-size: 13px;
		line-height: 1.6;
	}
	th, td {
		padding: 10px;
		display: block;
		width: 100%;
	}
	th {
		border-bottom: none;
		padding-bottom: 0;
		text-align: left;
	}
	td {
		padding-top: 10px;
		border-top: none;
	}
	tr+tr th {
		border-top: none;
	}
}
.banners {
	margin: 90px auto;
	text-align:center;
}
.banner_links{
	text-align: center;
	width: 100%;
	display: block;
}
.banner_links a{
	text-decoration: none;
}
.copy {
	text-align: center;
	margin-top: 40px;
}

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

	.banners {
		margin: 60px auto 30px;
		text-align:center;
	}
	.copy {
		font-size: 14px;
		margin-top: 20px;
	}
}
.copy a {
	text-decoration: none;
}
.tac{
	text-align: center;
}
.open{
	font-size: 20px;
	margin-bottom: 30px;
   	text-align: center;
	font-weight:bold;
}
@media (max-width:768px){
    .open{
    	font-size: 0.8em;
    }
}

li+li{
	margin-top: 0.5em;
}

ul,
.desc p,
.banners p{
	font-size: 1.1em;
	line-height: 1.4;
}

p{
	font-weight:bold;
	letter-spacing: 0.05em;
}

.desc{
	text-align:center;
}
.desc p{
	line-height: 2.2;
	text-align:left;
}


@media (max-width:768px){
	ul,
	.desc p,
	.banners p{
		font-size: 14px;
	}
	
	img.menu{
		width:50%;
	}
}