@charset "utf-8";
/* ====================================================

	PC教室 poppo the catサイト(5.1)　second.css

==================================================== */

/* ************** header ************** */
#logo {
	float: left;
	margin: 15px 0px 0px 150px;
	width: 22%;
}
#logo img {
	width: 100%;
}

#contact {
	float: right;
	margin: 10px 150px 0px 0px;
}
#contact img {
	width: 160px;
}
#contact li {
	display: inline;
}

h1 {
	margin: 0px 0px 30px 0px;
	font-size: 180%;
	text-shadow: 4px 4px 3px #999;	/* (右距離) (下距離) (ぼかし具合) (影の色);*/

//	text-shadow: 2px  2px 3px #fff,
			-2px  2px 3px #fff,
			2px -2px 3px #fff,
			-2px -2px 3px #fff;
}

#breadcrumbs {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}

#breadcrumbs ol {
	color: #aaa;
	line-height: 30px;
	padding: 1px;
}
#breadcrumbs ol li {
	float: left;
}
#breadcrumbs ol li a {
	display: block;
	background: #f0f0f0;
	padding-right: 10px;
	height: 30px;
	margin-right: 31px;
	position: relative;
	color: #aaa;
}
#breadcrumbs ol li a:last-of-type { margin-right: 31px; }
#breadcrumbs ol li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -30px;
	border: 15px solid transparent;
	border-color: #f0f0f0;
	border-left-color: transparent;
}
#breadcrumbs ol li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: -30px;
	border: 15px solid transparent;
	border-left-color: #f0f0f0;
}
#breadcrumbs ol li:first-child a{ padding-left: 15px; }
#breadcrumbs ol li:first-child a:before{display:none;}
#breadcrumbs ol li a:hover {background: #E1E1E1;color: #fff;text-decoration: none;}
#breadcrumbs ol a:hover:before {border-color: #E1E1E1;border-left-color: transparent;}
#breadcrumbs ol li a:hover:after { border-left-color: #E1E1E1 }


#header-main {
	width: 100%;
	text-align: center;
}

/* ************** main ************** */
h2 {
	margin: 10px auto;
	font-size: 150%;
	line-height: 170%;
}

h3 {
	margin: 25px 0px 10px 20px;
	font-size: 120%;
	line-height: 150%;
}

.banner {
	text-align: center;
}
.banner img {
	width: 60%;
}

section.lnk2form h2 {
	margin-top: 30px;
	text-align: center;
}

/*
section#second_title {
	margin-bottom: 20px;
	text-align: center;
	overflow: auto;
}

h1.second_title01 {
	font-size: 160%;
	color: Green;
	line-height: 170%;
	border: none;
	border-bottom: 2px solid #999999;
}

h1.second_title02 {
	margin-bottom: 30px;
}

.example1 {
	margin-bottom: 20px;
	overflow: auto;
}


img.card_ex {
	width: 444px;
}

/* ************** schedule_fee ************** */

div.fee01 {
	margin: 0px 30px 20px 30px;
	width: 290px;
	display: inline-block;
}

table.payment_example {
//	width: 100%;
	margin-bottom: 5px;
	border-spacing: 0;
	border-left:1px solid #0070c0;
	border-top:1px solid #0070c0;
}

table.payment_example th {
    	font-weight: normal;
	padding: 8px 15px;
	background: #87CEEB;
	background: -moz-linear-gradient(rgba(135,206,235,0.7), rgba(135,206,235,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(135,206,235,0.7)), to(rgba(135,206,235,0.9)));
	border-spacing: 0;
	border-right: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	line-height: 120%;
    	letter-spacing: 1em;
}

/* 
table th:first-child {
	border-radius: 5px 0 0 0;
}

table th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
*/

table.payment_example td {
	padding: 8px 15px;
	border-spacing: 0;
	border-right: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	line-height: 120%;
}

table.payment_example tr:nth-child(5) {
	background: #ffffcc;
}

table.payment_example tr:nth-child(7) {
	background: #ffcccc;
}

.price {
    	text-align: right;
}

table.schedule {
    	font-weight: normal;
	margin: 0px 0px 20px 20px;
	border-spacing: 0;
	border-left: 1px solid #0070c0;
	border-top: 1px solid #0070c0;
}

table.schedule th {
    	font-weight: normal;
	padding: 8px 15px;
	border-spacing: 0;
	border-right: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	line-height: 120%;
}

table.schedule td {
	padding: 8px 15px;
	border-spacing: 0;
	border-right: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	line-height: 120%;
}

/* ************** access ************** */
.shop_info {
	float:left;
}
p.profile {
	display: inline-block;
	width: 75%;
}
img.inst {
	width: 18%;
}
.inst_comment {
	margin-top: 10px;
	padding: 10px 20px;
	border:1px solid #ccc;
}
.inst_comment img {
	width: 20%;
	height: auto;
	margin: 5px 0px 10px 30px;
}
img.map {
	max-width: 320px;
	border: 1px solid #ccc;
	margin-left: 1%;
}

/* ************** inquiry ************** */
.bn_tel img {
	width: 40%;
}

/* ************** inquiry(よくある質問) ************** */
.faq {
	border-top: 1px solid #1b2538;
}
.faq_actab input {
	display: none;
}
/*質問テキスト*/
.faq_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
//	color: #1b2538;
}
.faq_actab label {
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 1em;
	cursor: pointer;
	border-bottom: 1px solid #1b2538;
}
.faq_actab .faq_actab-content p {
	margin: 1em;
}
.faq_actab label:hover {
	color: #6495ED;
}
.faq_actab input:checked ~ label {
	color: #6495ED;
}
/*答えテキスト*/
.faq_actab .faq_actab-content {
	overflow: hidden;
	max-height: 0;
//	color: #ffffff;
	background: rgba(255, 254, 221, 0.5);
	transition: max-height 0.5s ease;
}
.faq_actab input:checked ~ .faq_actab-content {
	max-height: 40em;
}
/*▼アイコン*/
.faq_actab label::after {
	position: absolute;
	content: '';
	right: 10px;
	width: 15px;
	height: 10px;
	background: #1b2538;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	transition: all 0.5s ease;
}
.faq_actab label:hover::after {
	background: #6495ED;
}
.faq_actab input[type=checkbox]:checked + label::after {
	transform: rotateX(180deg);
	background: #6495ED;
}

/* ************** inquiry(cp・2カラム左に画像) ************** */
.column2 {
      display: flex;
//      gap: 20px;
      align-items: center;
      flex-wrap: wrap;
      border: 1px solid #ccc; /* ← これが枠線！ */
      border-radius: 10px;
      background-color: #fffff0; /* 背景色を薄くつけるのも◎ */
}
.column2in-L {
     flex: 1;
     min-width: 200px;
}
.column2in-L img {
      display: block;
      max-width: 100%;
      height: auto;
      border-radius: 10px;
}
.column2in-R {
  flex: 1;
  min-width: 300px;
}

/* ************** support ************** */
table.payment_support {
	width: 100%;
	margin-bottom: 5px;
	border-spacing: 0;
	border-left:1px solid #0070c0;
	border-top:1px solid #0070c0;
}

table.payment_support th {
    	font-weight: normal;
	padding: 8px 15px;
	background: #87CEEB;
	background: -moz-linear-gradient(rgba(135,206,235,0.7), rgba(135,206,235,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(135,206,235,0.7)), to(rgba(135,206,235,0.9)));
	border-spacing: 0;
	border-right: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	line-height: 120%;
    	letter-spacing: 1em;
}
table.payment_support td {
	padding: 8px 15px;
	border-spacing: 0;
	border-right: 1px solid #0070c0;
	border-bottom: 1px solid #0070c0;
	line-height: 120%;
}

/* ************** chart ************** */

section.entry {
	overflow: auto;
}

.chart01 {
	width: 150px;
	margin: 0px 0px 0px 10px;
	padding: 8px 0px;
	border: 1px solid #0070c0;
	text-align: center;
	float: left;
}

.chart02 {
	width: 550px;
	margin: 0px 0px 20px 10px;
	padding: 8px 0px 8px 10px;
	border: 1px solid #0070c0;
    	text-align: left;
	float: left;
}

.chart02-2 {
	background: LemonChiffon;
    	text-align: center;
}

.chart02-3 {
	margin: 0px auto 20px;
	float: none;
}

/*
.chart02 li {
	margin: 0px 0px 0px 20px;
	padding: 8px 15px;
	float: left;
}
*/

.chart03 {
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

.chart04 {
	text-align: center;
}

.chart05 {
	width: 300px;
	margin: 0px auto 40px;
	padding: 8px 0px;
	border: 1px solid #0070c0;
	text-align: center;
	clear: both;
}


/* ########## 640px 以下 ########## */
@media (max-width: 640px) {
img.card{
	width: 100%;
	height: auto;
}
/* ************** header ************** */
#logo {
	margin: 5px 0px 0px 5px;
	width: 52%;
}
#contact {
	margin: 5px 5px 0px 0px;
	width: 25%;
}
#contact img {
	width: 100%;
}
/* ************** main ************** */
img#shop-img {
	width: 100%;
}
img.card_ex {
	width: 100%;
}
.ft_nav {
	width: 100%;
}
.chart01 {
	margin: 0px;
	line-height: 120%;
}
.chart02 {
	width: 97%;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 8px 5px;
	clear: both;
}
.chart02 li {
	margin: 0px;
	padding: 8px 3px;
}
.chart03 {
	margin-bottom: 2px;
//	text-align: center;
}
.chart04 img {
	width: 97%;
}
.chart05 {
	max-width: 300px;
}
.banner img {
	width: 100%;
}
.bn_tel img {
	width: 60%;
}
table.payment_support th {
    	letter-spacing: 0;
}
table.payment_support td {
	padding: 8px 2px;
}
.shop_info p {
	margin-left: 0px;
	margin-right: 0px;
}
p.profile {
	margin: 20px 0px 10px 10px;
	width: 60%;
	font-size: 90%;
}
img.inst {
	width: 35%;
}
.inst_comment {
	margin-top: 10px;
	padding: 4px 8px;
	border:1px solid #ccc;
}
.inst_comment img {
	width: 30%;
}
/* ************** inquiry(cp・2カラム左に画像) ************** */
.column2 {
        flex-direction: column;
}
.column2in-L img {
       width: 100%;
}
}
