@charset "UTF-8";

/*clearfix*/
.cf {
	zoom: 1;
	clear: both;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

.pc-only {
	display: none!important;
}

/*-------------
全デバイスとスマホ向け
-------------*/
html,body {
	width:100%;
	height:100%;
}
p {
	background-image: url(../images/clear.gif);
	max-height: 999999px;
	line-height: 1.6;
}
img {
	vertical-align: bottom;
	max-width:100%;
	height: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*body*/
body {
	width: 100%;
	background: #ffffff;
	font-family: 'Noto Sans Japanese', sans-serif, 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', 'Osaka‐等幅';
	color: #333333;
	font-size: 1.0em;
}
a {
	color: #2b1c1c;
}
a:hover {
	color: #2b1c1c;
	text-decoration: none;
}

/*header*/
#header {
	width: 100%;
	background: #fff;
}
#header h2 {
	width: 12%;
	display: inline-block;
	vertical-align: middle;
}
#header h1 {
	width: 42%;
	display: inline-block;
	vertical-align: middle;
	font-size: 3vw;
	line-height: 1.8;
	margin-right: 10%;
}
#header h1 a {
	text-decoration: none;
}
#btn-seikyu {
	width: 33%;
	display: inline-block;
	vertical-align: middle;
	font-size: 3.8vw;
	font-weight: bold;
	text-align: center;
}
#btn-seikyu a {
	display: block;
	background: #d40000;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 7px 5%;
}
#btn-seikyu a:hover {
	background: #e83428;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*メイン*/
#main {
	/*background: #2b1c1c;*/
	background-image: url(../images/bg_main_cafe3.jpg);
	background-size: cover;
	background-position: center center;
	padding: 210px 5%;
	position: relative;
}
#main::before{
    background-color: rgba(0,0,0,0.35);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	content: ' ';
	z-index: 1;
}
.main-message {
	position: absolute;
	top: 8%;
	left: 4%;
	z-index: 999;
	width: 92%;
	transform:rotate(-2deg);
}
.topimg {
	box-shadow: 3px 3px 3px #333;
}
.topimg img {
	border-radius: 5px;
}
.topimg01 {
	width: 38%;
	position: absolute;
	top: 25%;
	left: 4%;
	z-index: 999;
}
.topimg02 {
	width: 37%;
	position: absolute;
	top: 21%;
	right: 5%;
	z-index: 999;
}
.topimg03 {
	width: 33%;
	position: absolute;
	top: 40%;
	left: 34%;
	z-index: 999;
}
.topimg05 {
	width: 34%;
	position: absolute;
	top: 60%;
	left: 9%;
	z-index: 999;
}
/*.topimg04 {
	width: 28%;
	position: absolute;
	top: 54%;
	right: 6%;
	z-index: 999;
}*/

/*スクール紹介*/
#school {
	width: 92%;
	background: #fff;
	padding: 20px 4%;
	text-align: center;
}
#school h2 {
	color: #2b1c1c;
	font-size: 4.4vw;
	margin-bottom: 7px;
}
#school h3 {
	color: #333;
	font-size: 3.8vw;
}
#school h3 span {
	background: #fff7a6;
}

/*メイン-フォーム*/
#main-contents {
	background: #2b1c1c;
	padding: 30px 5%;
}
#main-contents h2 {
	font-size: 6vw;
	color: #fff;
	text-align: center;
}

.count-top {
	width: 100%;
	background: #cda711;
	padding: 10px 0;
}
.count-img {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}

.why-top {
	background: #fff7a6;
	padding: 15px 0;
}
.infoterm {
	text-align: center;
	font-size: 5.1vw;
	font-weight: bold;
	margin-bottom: 15px;
}
.why-top-logo {
	width: 50%;
	margin: 0 auto;
}

/*なぜカフェ*/
#why {
	background: #fff;
	padding: 30px 5%;
}
.why-msg {
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
	margin-bottom: 10px;
}
#why h2 {
	text-align: center;
	font-size: 5vw;
	margin-bottom: 15px;
}
#why h2 span {
	font-size: 9vw;
}
#why ul {
	margin-left: 5%;
	list-style-type: none;
}
#why ul li {
	font-size: 3.5vw;
	margin-bottom: 10px;
	padding-left: 1.3em;
	background-image: url(../images/whylist.png);
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: left center;
}
.bgstrong {
	background: #fff7a6;
	padding: 2px 1px;
}

/*長く愛されるカフェには*/
#howto {
	background: #2b1c1c;
	padding: 30px 5%;
}
.howto-msg {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 15px;
}
.howto-msg span {
	background: #fff;
	padding: 3px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#howto h2 {
	text-align: center;
	font-size: 4.5vw;
	color: #fff;
	margin-bottom: 30px;
}
#howto h3 {
	text-align: center;
	font-size: 4vw;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff7a6;
	padding-bottom: -12px;
}
.howto-ctg {
	background: #fff7a6;
	padding: 3px 15px;
}
.howto-ctgt {
	font-size: 6vw;
	background: #fff7a6;
	padding: 2px 8px;
}
#howto ul {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 15px;
}
#howto ul li {
	width: 25%;
	background: #fff;
	padding: 10px 3%;
}
#howto ul li h4 {
	font-size: 3.5vw;
	margin-bottom: 6px;
}
#howto ul li p {
	font-size: 3vw;
}
.cafemarket {
	background: #fff7a6;
	padding: 15px 5%;
	margin-bottom: 10px;
}
.cafemarket h5 {
	text-align: center;
	font-size: 4vw;
	margin-bottom: 15px;
}
.cafemarket h5 span {
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	padding: 1px 7px;
	background: #fff;
}
.cafemarket h6 {
	font-size: 4vw;
	margin-bottom: 5px;
}
.cafemarket p {
	font-size: 3vw;
}
.cm01 {
	margin-bottom: 15px;
}
.cm02 {
	margin-bottom: 10px;
}
.cafeslife-nara {
	background: #fff;
	padding: 15px 5%;
	margin-bottom: 10px;
}
.cafeslife-nara h5 {
	text-align: center;
	font-size: 4vw;
	margin-bottom: 15px;
}
.cafeslife-nara h5 span {
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	padding: 1px 7px;
	background: #fff7a6;
}
.cafeslife-nara h6 {
	font-size: 4vw;
	margin-bottom: 5px;
}
.cafeslife-nara p {
	font-size: 3vw;
}
.cafe-shikaku {
	border: 2px solid #fff;
	padding: 15px 5%;
	color: #fff;
}
.cafe-shikaku h5 {
	text-align: center;
	font-size: 4vw;
	margin-bottom: 20px;
}
.cafe-shikaku h5 span {
	padding-bottom: 6px;
	border-bottom: 6px ridge rgba(205,167,17,0.6);
}
.cafe-shikaku h6 {
	font-size: 3.8vw;
	margin-bottom: 10px;
}
.cafe-shikaku p {
	font-size: 3vw;
}

/*請求ボタン*/
#bnr-seikyu {
	background: #fff7a6;
	padding: 20px 5%;
}
#bnr-seikyu h4 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 4.5vw;
}
#bnr-seikyu-btn {
	display: block;
	text-align: center;
	font-size: 4.5vw;
	font-weight: bold;
}
#bnr-seikyu-btn a {
	display: block;
	padding: 10px;
	background: #fff;
	text-decoration: none;
	border: 3px solid #000;
}
#bnr-seikyu-btn a:hover {
	background: #f8f8f8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.cv-btn {
	width: 100%;
}
#bnr-seikyu img {
	width: 100%;
	box-shadow: 3px 3px #333;
}
.cv-btn-txt {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.7;
}
.cv-btn-txt span {
	border-bottom: 3px solid #005628;
}

/*オンラインスクールリンク*/
#link-ols {
	padding: 25px 0;
	background: #005628;
}
.link-ols-copy {
	text-align: center;
	font-size: 3.8vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 12px;
}
.link-ols-name {
	text-align: center;
	margin-bottom: 20px;
}
.link-ols-logo {
	width: 60%;
	margin: 0 auto 10px;
}
.link-ols-type {
	font-size: 3.5vw;
	color: #fff;
}
ul.ols-point {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	margin: 0 auto 10px;
	gap: 4%;
}
ul.ols-point li {
	width: 48%;
	margin-bottom: 10px;
}
ul.ols-detail {
	list-style-type: none;
	width: 90%;
	margin: 0 auto 14px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
ul.ols-detail li {
	display: block;
	width: 47%;
	text-align: center;
	color: #fff;
	font-size: 4vw;
	margin-bottom: 10px;
	padding: 3px 0;
	border: solid #fff;
	border-width: 1px;
	border-radius: 3px;
}
.link-ols-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.link-ols-btn a {
	display: block;
}

/*カフェズライフとは*/
#about {
	background: #fff;
	padding: 30px 5%;	
}
#about h3 {
	font-size: 4.5vw;
	line-height: 1.5;
	margin-bottom: 6px;
}
#about h3 span {
	background: #fff7a6;
	padding: 2px 1px;
}
#about h2 {
	margin-bottom: 15px;
}
.about-catch {
	font-size: 4.5vw;
	font-weight: bold;
	margin-bottom: 15px;
}
.about-copy {
	font-size: 3.3vw;
	line-height: 1.7;
	margin-bottom: 20px;
}
.about-ttl {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 5px 0;
	margin-bottom: 15px;
}
.about-nmb {
	width: 15%;
	font-size: 12vw;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
	color: #fff7a6;
}
.about-ttltxt {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
.about-ttl p {
	font-size: 2.7vw;
	margin-bottom: 1px;
}
#about h4 {
	font-size: 4.4vw;
	line-height: 1.5;
}
.attic-photo {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
ul.aboutlist1 {
	list-style-type: none;
	margin-bottom: 30px;
}
ul.aboutlist1 li {
	clear: both;
	margin-bottom: 10px;
}
.aboutlist1photo {
	width: 35%;
	float: right;
	margin-top: 3px;
	margin-left: 4%;
	margin-bottom: 20px;
}
#about h5 {
	font-size: 3.8vw;
	line-height: 1.5;
	margin-bottom: 5px;
}
ul.aboutlist1 li p {
	font-size: 3vw;
	margin-bottom: 20px;
}
.hikaku {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-top: 15px;
	margin-bottom: 15px;
}
.hikaku p {
	width: 31%;
	font-size: 3vw;
}
.aboutlist2photo {
	width: 65%;
}
#about h6 {
	position: relative;
	padding: 10px 5%;
	border-radius: 10px;
	background: #eee;
	font-size: 4vw;
	line-height: 1.5;
	margin-bottom: 5px;
}
#about h6:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 15px 0 15px;
	border-style: solid;
	border-color: #eee transparent transparent transparent;
}
.cafesbook {
	margin-bottom: 30px;
}
ul.aboutlist2 {
	list-style-type: none;
	margin-bottom: 30px;
	margin-top: 20px;
}
ul.aboutlist2 li {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 1px;
}
ul.aboutlist2 li:last-child {
	border-bottom: none;
}
.course-photo {
	width: 46%;
	float: right;
	margin-left: 4%;
	margin-bottom: 20px;
}
.course-name {
	width: 50%;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom: 7px solid #fff7a6;
}
ul.aboutlist2 li p {
	font-size: 3vw;
	margin-bottom: 20px;
}
ul.aboutlist3 {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
ul.aboutlist3 li {
	width: 48%;
	text-align: center;
}
ul.aboutlist3 li h5 {
	margin-bottom: 3px!important;
}
ul.aboutlist3 li p {
	font-size: 4vw;
}
.aboutlist3photo {
	margin-bottom: 6px;
}

/*卒業生動画*/
.obog-movie {
	width: 90%;
	margin: 0 auto 50px;
	border-bottom: 1px solid #666;
}
.obog-movie h5 {
	font-size: 4.5vw;
	color: #804c39;
	margin-bottom: 6px;
}
.obog-movie h6 {
	font-size: 4vw;
	font-weight: normal;
	text-align: right;
	margin-bottom: 15px;
}

/*卒業生*/
#report {
	padding: 30px 0;
	border-bottom: 1px solid #eee;
}
#report h3 {
	font-family: 'Arvo', serif;
	font-weight: normal;
	font-size: 7vw;
	margin-bottom: 10px;
	text-align: center;
}
#report h4 {
	font-size: 3.8vw;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}
ul.report-list {
	width: 90%;
	margin: 0 auto;
}
ul.report-list li {
	display: -webkit-block;
	display: block;
	-webkit-justify-content: normal;
	justify-content: block;
	margin-bottom: 30px;
}
.report-photo {
	width: 85%;
	margin: 0 auto 15px;
}
.report-txt {
	width: 100%;
	margin-bottom: 15px;
}
.report-txt h5 {
	font-size: 4.5vw;
	color: #804c39;
	margin-bottom: 6px;
}
.report-txt h6 {
	font-size: 4vw;
	font-weight: normal;
	text-align: right;
	margin-bottom: 15px;
}
.report-txt p {
	font-size: 13px;
	margin-bottom: 0;
}
.report-spec {
	width: 100%;
}
.report-spec p {
	font-size: 13px;
	background: #eee;
	padding: 15px 5%;
	margin-bottom: 0;
}

/*受講生の声*/
#voice {
	background: #2b1c1c;
	padding: 30px 5%;
}
#voice h2 {
	width: 75%;
	margin: 0 auto 10px;
}
#voice ul {
	list-style-type: none;
}
#voice ul li {
	color: #fff;
	margin-bottom: 15px;
}
#voice ul li:last-child {
	margin-bottom: 0;
}
.voice-d {
	position: relative;
	padding: 0.75rem 5%;
	border: 3px solid #d8d8d8;
	border-radius: 10px;
	margin-bottom: 10px;
	font-size: 3vw;
}
.voice-d:before {
	position: absolute;
	bottom: -14px;
	right: 3em;
	width: 0;
	height: 0;
	content: '';
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #d8d8d8 transparent transparent transparent;
}
.voice-sign {
	font-size: 3vw;
	text-align: right;
}

/*よくある質問*/
#faq {
	background: #fff;
	padding: 30px 5%;
}
#faq h2 {
	font-size: 4vw;
	text-align: center;
	margin-bottom: 30px;
}
#faq h2 span {
	border-bottom: 6px solid #fff7a6;
	padding-bottom: 6px;
}
#faq dl {
	font-size: 3.5vw;
	line-height: 1.5;
}
#faq dl dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#faq dl dd {
	background: #eee;
	border-radius: 5px;
	padding: 7px 15px;
	margin-bottom: 15px;
}

/*アクセス*/
#access {
	background: #2b1c1c;
	padding: 30px 5%;
}
#access h2 {
	font-size: 4vw;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
#access h2 span {
	border-bottom: 6px solid #fff7a6;
	padding-bottom: 6px;
}
.access-copy {
	font-size: 4.5vw;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	margin-bottom: 20px;
}
#access h3 {
	font-size: 3.5vw;
	color: #fff;
	margin-bottom: 8px;
}
#access iframe {
	margin-bottom: 6px;
}
#access p {
	color: #fff;
	font-size: 3vw;
}
.tokyoinfo {
	margin-bottom: 15px;
}

/*資料請求フォーム*/
#guideform {
	
}
#guideform h2 {
	font-size: 18px;
	text-align: center;
	background: url(../images/bg_kentei.jpg);
	padding-top: 5px;
	padding-bottom: 5px;
}
#contents-form {
	width: 80%;
	margin: 10px auto;
}
.event-lead {
	margin-bottom: 15px;
}
.contact-form {
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
}
.contact-form dt,
.contact-form dd {
	padding: 10px 20px;
	font-size: 100%;
}
.contact-form dt {
	background-color: #f4f4f4;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.contact-form dd {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ffffff;
}
.contact-form dd textarea {
	width: 100%;
}
.contact-form .w300 {
	font-size: 12px;
	width: 100%;
	height: 24px;
	margin-bottom: 5px;
}
.contact-form .w70 {
	font-size: 12px;
	width: 60px;
	height: 24px;
	margin-bottom: 5px;
}
#consent {
	margin-top: 10px;
	text-align: center;
}
.dd-address {
	line-height: 1.7;
}
.contact-form img {
	width: 15%;
	max-width: 100px;
}
.header_rmesg {
	font-size: 3.5vw!important;
}

/*footer*/
footer {
	width: 100%;
	background: #4c3314;
	padding-top: 15px;
}
.footlogo {
	width: 12%;
	margin-left: auto;
	margin-right: auto;
}
.footlogo img {
	width: 100%;
	max-width: 897px;
}
.schoolinfo {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 70%;
	line-height: 1.7;
	margin-top: 10px;
	color: #fff;
}
address {
	font-size: 50%;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 110px;
	color: #fff;
}

#seikyu {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#message {
	width: 95%;
	margin: 20px auto;
}

#footbtn {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.footline {
	width: 72%;
	margin: 0 2% 7px auto;
}
#footbtn ul {
	list-style-type: none;
}
#footbtn ul li {
	text-align: center;
	width: 50%;
	float: left;
}
#footbtn ul li p {
	font-size: 13px;
	line-height: 1.4;
}
#footbtn ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
#footbtn ul li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#btn-pamph a {
	background: #d40000;
	color: #fff;
}
#btn-bevent a {
	background: #544622;
	color: #fff;
}
#footbtn ul li a {
	display: block;
	text-decoration: none;
}
#footbtn .icon-book {
	font-size: 30px;
}
.icon-coffee {
	font-size: 30px;
}



/*-------------
PC向け（800px以上）
-------------*/
@media only screen and (min-width: 800px) {

.rollover a:hover img {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

	.pc-only {
		display: block!important;
	}
.sp-only {
	display: none!important;
}

/*body*/
body {
	font-size: 1.0em;
}
/*header*/
#header {
	position: relative;
}
#header h2 {
	width: 90px;
	margin-right: 20px;
}
#header h1 {
	width: 250px;
	font-size: 15px;
	line-height: 2.2;
	margin-right: 0;
}
#header h1 a {
	text-decoration: none;
}
#btn-seikyu {
	width: 180px;
	display: block;
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 35px;
}
#btn-seikyu a {
	padding: 12px 30px;
}
#btn-seikyu a:hover {
}

/*メイン*/
#main {
	padding: 70px 0 550px;
}
#main-inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.main-message {
	position: absolute;
	top: 8%;
	left: 4%;
	z-index: 999;
	width: 710px;
	transform:rotate(-2deg);
}
.topimg {
	box-shadow: 4px 4px 4px #333;
}
.topimg img {
	border-radius: 5px;
}
.topimg01 {
	width: 300px;
	position: absolute;
	top: 27%;
	left: 80px;
	z-index: 999;
}
.topimg02 {
	width: 330px;
	position: absolute;
	top: 18%;
	right: 50px;
	z-index: 999;
}
.topimg03 {
	width: 300px;
	position: absolute;
	top: 25%;
	left: 360px;
	z-index: 999;
}
.topimg05 {
	width: 300px;
	position: absolute;
	top: 33%;
	left: 620px;
	z-index: 999;
}
/*.topimg05 {
	width: 280px;
	position: absolute;
	top: 12%;
	right: 320px;
	z-index: 999;
}*/

/*スクール紹介*/
#school {
	width: 100%;
	padding: 25px 0;
}
#school h2 {
	font-size: 33px;
	margin-bottom: 12px;
}
#school h3 {
	font-size: 24px;
}

/*メイン-フォーム*/
#main-contents {
	padding: 30px 5%;
}
#main-contents h2 {
	font-size: 18px;
	}
	
	.count-top {
		padding: 15px 0;
	}
	.count-img {
		width: 1050px;
		margin: 0 auto;
	}
	
.why-top {
	padding: 15px 0;
}
.infoterm {
		font-size: 36px;
		letter-spacing: 2px;
		margin-bottom: 25px;
}
.why-top-logo {
	width: 20%;
}
/*なぜカフェ*/
#why {
	padding: 50px 5%;
}
.why-msg {
	font-size: 20px;
	margin-bottom: 15px;
}
#why h2 {
	font-size: 20px;
	margin-bottom: 25px;
}
#why h2 span {
	font-size: 40px;
}
#why ul {
	margin-left: 30px;
	width: 490px;
	margin: 0 auto;
}
#why ul li {
	font-size: 20px;
	margin-bottom: 20px;
}
.bgstrong {
	padding: 2px 2px;
}
.why-img {
	background: #2f1b0c;
	text-align: center;
}
.why-img img {
	width: 1000px;
}

/*長く愛されるカフェには*/
#howto {
	padding: 50px 5%;
}
.howto-msg {
	font-size: 20px;
	margin-bottom: 25px;
}
.howto-msg span {
	padding: 5px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#howto h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
#howto h3 {
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #fff7a6;
	padding-bottom: -12px;
}
.howto-ctg {
	padding: 3px 15px;
}
.howto-ctgt {
	font-size: 40px;
	padding: 2px 8px;
}
#howto ul {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}
#howto ul li {
	width: 25%;
	background: #fff;
	padding: 10px 3%;
}
#howto ul li h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
#howto ul li p {
	font-size: 18px
}
.cafemarket {
	width: 930px;
	margin: 0 auto 20px;
	padding: 25px 35px;
}
.cafemarket h5 {
	font-size: 24px;
	margin-bottom: 20px;
}
.cafemarket h5 span {
	border-left: 3px solid #333;
	border-right: 3px solid #333;
	padding: 3px 15px;
}
.cafemarket h6 {
	font-size: 22px;
	margin-bottom: 10px;
}
.cafemarket p {
	font-size: 18px;
}
.cm01 {
	margin-bottom: 25px;
}
.cm02 {
	width: 700px;
	margin-bottom: 20px;
		}
		.cafeslife-nara {
			width: 930px;
			margin: 0 auto 20px;
			padding: 25px 35px;
		}
		.cafeslife-nara h5 {
			font-size: 24px;
			margin-bottom: 20px;
		}
		.cafeslife-nara h5 span {
			border-left: 3px solid #333;
			border-right: 3px solid #333;
			padding: 3px 15px;
		}
		.cafeslife-nara h6 {
			font-size: 22px;
			margin-bottom: 10px;
		}
		.cafeslife-nara p {
			font-size: 18px;
		}
		
		.cafe-shikaku {
			width: 930px;
			margin: 0 auto 20px;
			border: 2px solid #fff;
			padding: 25px 35px;
		}
		.cafe-shikaku h5 {
			font-size: 24px;
			margin-bottom: 30px;
		}
		.cafe-shikaku h5 span {
			padding-bottom: 6px;
			border-bottom: 6px ridge rgba(205,167,17,0.6);
		}
		.cafe-shikaku h6 {
			font-size: 22px;
			margin-bottom: 10px;
		}
		.cafe-shikaku p {
			font-size: 18px;
		}

/*請求ボタン*/
#bnr-seikyu {
	padding: 30px 0;
		}
		#bnr-seikyu h4 {
		margin-bottom: 15px;
	font-size: 30px;
	letter-spacing: 2px;
	}
#bnr-seikyu-btn {
	width: 1000px;
	margin: 0 auto;
	font-size: 36px;
}
#bnr-seikyu-btn a {
	display: block;
	padding: 15px 30px;
	border: 3px solid #000;
}
#bnr-seikyu-btn a:hover {
		}
		.cv-btn {
			width: 1100px;
			margin: 0 auto;
		}
		#bnr-seikyu img:hover {
			box-shadow: 1px 1px #333;
		}
		.cv-btn-txt {
			width: 1100px;
			margin: 16px auto 0;
			text-align: center;
			font-size: 16px;
			line-height: 1.8;
		}
		
		/*オンラインスクールリンク*/
		#link-ols {
			padding: 25px 0;
		}
		.link-ols-copy {
			font-size: 22px;
			margin-bottom: 15px;
		}
		.link-ols-name {
			width: 700px;
			margin: 0 auto 15px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			align-items: center;
		}
		.link-ols-logo {
			width: 39%;
			margin: 0 auto 10px;
		}
		.link-ols-type {
			width: 58%;
			text-align: center;
			font-size: 18px;
		}
		ul.ols-point {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			flex-wrap: nowrap;
			width: 880px;
			margin: 0 auto 30px;
			gap: auto;
		}
		ul.ols-point li {
			width: 24.2%;
			margin-bottom: 0;
		}
		ul.ols-detail {
			width: 800px;
			margin: 0 auto 20px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		ul.ols-detail li {
			display: block;
			width: 32%;
			font-size: 18px;
			margin-bottom: 0;
			padding: 8px 0;
		}
		.link-ols-btn {
			width: 500px;
			margin: 0 auto;
		}
		
/*カフェズライフとは*/
#about {
	padding: 50px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}
#about h3 {
	font-size: 24px;
	margin-bottom: 10px;
}
#about h3 span {
	padding: 5px 15px;
}
#about h2 {
	width: 700px;
	margin-bottom: 20px;
}
.about-catch {
	font-size: 33px;
	margin-bottom: 20px;
}
.about-copy {
	font-size: 18px;
	margin-bottom: 30px;
}
.about-ttl {
	clear: both;
	padding: 5px 0;
	margin-bottom: 25px;
}
.about-nmb {
	width: 8%;
	font-size: 60px;
	margin-right: 15px;
}
.about-ttltxt {
	width: 90%;
}
.about-ttl p {
	font-size: 18px;
	margin-bottom: 1px;
}
#about h4 {
	font-size: 33px;
}
.attic-photo {
	margin-bottom: 30px;
}
ul.aboutlist1 {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
ul.aboutlist1 li {
	width: 48%;
	margin-bottom: 20px;
	margin-right: 4%;
}
ul.aboutlist1 li:nth-child(even) {
	margin-right: 0;
}
.aboutlist1photo {
	width: 300px;
	float: none;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#about h5 {
	font-size: 28px;
	margin-bottom: 15px;
}
ul.aboutlist1 li p {
	font-size: 18px;
	margin-bottom: 30px;
}
.hikaku {
	margin-top: 25px;
	margin-bottom: 25px;
}
.hikaku p {
	width: 55%;
	font-size: 18px;
		}
		.txt-img {
			width: 600px;
			margin-bottom: 15px;
		}
.aboutlist2photo {
	width: 35%;
}
#about h6 {
	position: relative;
	padding: 10px 5%;
	border-radius: 10px;
	background: #eee;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 5px;
}
#about h6:after {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 15px 0 15px;
	border-style: solid;
	border-color: #eee transparent transparent transparent;
}
.cafesbook {
	margin-bottom: 30px;
}
ul.aboutlist2 {
	margin-bottom: 30px;
	margin-top: 30px;
}
ul.aboutlist2 li {
	margin-bottom: 30px;
	padding-bottom: 1px;
	overflow: hidden;
}
ul.aboutlist2 li:last-child {
}
.course-photo {
	width: 400px;
	margin-left: 40px;
	margin-bottom: 30px;
}
.course-name {
	width: 500px;
	font-size: 24px;
	margin-bottom: 15px;
	border-bottom: 7px solid #fff7a6;
}
ul.aboutlist2 li p {
	font-size: 18px;
	margin-bottom: 0;
}
ul.aboutlist1-left {
	width: 460px!important;
	float: left;
}
ul.aboutlist1-left p {
	width: 460px!important;
}
ul.aboutlist3 {
	width: 520px;
	float: right;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
ul.aboutlist3 li {
	width: 48%;
	text-align: center;
}
ul.aboutlist3 li h5 {
	font-size: 20px!important;
	margin-bottom: 1px!important;
}
ul.aboutlist3 li p {
	font-size: 18px;
}
.aboutlist3photo {
	margin-bottom: 6px;
		}
		
		/*卒業生動画*/
		.obog-movie {
			width: 1000px;
			margin: 0 auto 50px;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
		}
		.obog-movie-inner {
			width: 48%;
		}
		.obog-movie h5 {
			font-size: 20px;
			margin-bottom: 6px;
		}
		.obog-movie h6 {
			font-size: 16px;
			margin-bottom: 15px;
		}
		
		/*卒業生*/
		#report {
			padding: 50px 0;
		}
		#report h3 {
			font-size: 40px;
			margin-bottom: 10px;
		}
		#report h4 {
			font-size: 22px;
			margin-bottom: 30px;
		}
		ul.report-list {
			width: 1000px;
			margin: 0 auto;
		}
		ul.report-list li {
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			margin-bottom: 30px;
		}
		.report-photo {
			width: 300px;
			margin: 0;
		}
		.report-txt {
			width: 350px;
			margin-bottom: 0;
		}
		.report-txt h5 {
			font-size: 20px;
			margin-bottom: 6px;
		}
		.report-txt h6 {
			font-size: 16px;
			margin-bottom: 15px;
		}
		.report-txt p {
			font-size: 14px;
			margin-bottom: 0;
		}
		.report-spec {
			width: 260px;
		}
		.report-spec p {
			font-size: 14px;
			padding: 20px;
			margin-bottom: 0;
		}

/*受講生の声*/
#voice {
	padding: 50px 5%;
}
#voice h2 {
	width: 400px;
	margin: 0 auto 20px;
}
#voice ul {
	width: 1000px;
	margin: 0 auto;
}
#voice ul li {
	margin-bottom: 25px;
}
#voice ul li:last-child {
}
.voice-d {
	padding: 1rem 30px;
	font-size: 18px;
}
.voice-d:before {
}
.voice-sign {
	font-size: 18px;
}

/*よくある質問*/
#faq {
	padding: 50px 0;
}
#faq h2 {
	font-size: 22px;
	margin-bottom: 30px;
}
#faq h2 span {
	border-bottom: 6px solid #fff7a6;
	padding-bottom: 6px;
}
#faq dl {
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
}
#faq dl dt {
	margin-bottom: 15px;
}
#faq dl dd {
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 25px;
}

/*アクセス*/
#access {
	padding: 50px 0;
}
#access h2 {
	font-size: 22px;
	margin-bottom: 30px;
}
#access h2 span {
	border-bottom: 6px solid #fff7a6;
	padding-bottom: 6px;
}
.access-copy {
	font-size: 20px;
	margin-bottom: 20px;
}
.access-inner {
	width: 1000px;
	margin: 0 auto;
}
#access h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#access iframe {
	margin-bottom: 10px;
}
#access p {
	font-size: 18px;
}
.tokyoinfo {
	margin-bottom: 25px;
}






/* ▽ボタンとマスク(グラデーション)を掲載するボックス */
.open {
	
	padding-top: 6.5em;	/* ボタンの上側でグラデーションを見せる距離(長さ) */
	margin-top: -2.5em;	/* ボックスを上側に重ねる距離(長さ) */
	position: relative;	/* ボックス全体を上に重ねるために必要 */
}
.open {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.close {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.open a {
	background-color: #003567;
	color: white;
	border-radius: 10px;
	padding: 0.5em 2.5em;
	display: inline-block;
	font-weight: bold;
	font-size: 100%;
}
.open a:hover {
	background-color: #0064c2;
}
.close a {
	background-color: #003567;
	color: white;
	border-radius: 10px;
	padding: 0.5em 2.5em;
	display: inline-block;
	font-weight: bold;
	font-size: 100%;
}
.close a:hover {
	background-color: #0064c2;
}
.header_rmesg {
	font-size: 18px!important;
}


/*footer*/
footer {
	padding-top: 50px;
}
.footlogo {
	width: 120px;
}
.footlogo img {
	width: 120px;
}
.schoolinfo {
	width: 980px;
	font-size: 90%;
	margin-top: 15px;
}
address {
	font-size: 50%;
	font-style: normal;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 70px;
}
#seikyu {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
		}
		.footline {
			width: 400px;
			margin: 0 30px 10px auto;
		}
.toEventBox {
width: 500px;
margin: 40px auto;
padding: 15px;
}
.btnTopEventBox {
width: 200px;
}
.btnTopEventBox a {
padding: 10px;
}

}