@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
    font-family: "dotfont";
    src: url("../../font/BestTen-DOT.otf") format("opentype"); 
    font-display: swap; 
  }
  
  
 body{
    font-size: 50px;
	font-family:'Zen Kaku Gothic New', sans-serif;
  }


body{
}

ul li, ol li{
line-height: 1.5;
}

a {
	color: #000000;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}

.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_wrap_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}

.flex_wrap_center {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.flex_wrap_end {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.center{
text-align: center;
}

.sp{
display: none;
}


/********************************
MV
********************************/
.mv{
background: url("../img/minecraft_mv.jpg") center center no-repeat;
background-size: 100% auto;
padding: 20px 0 120px;
}

.mv .logo{
max-width: 1000px;
margin: 0 auto;
}

/********************************
main
********************************/
.main_contents{
background: url("../img/grass_bg.png")
}

.main_contents .yellow{
max-width:1240px;
margin: 0 auto;
padding: 50px;
background:#f2d62f;
}

.main_contents .yellow .about{
width: 48%;
}

.main_contents .yellow .about p{
font-size:18px;
margin-bottom: 40px;
line-height: 1.8;
letter-spacing: 1px;
font-family: "dotfont",sans-serif;
}

.main_contents .yellow .about .ct{
display:none;
}

.main_contents .yellow .create{
width: 48%;
}

.ttl{
border: 4px solid #000000;
background: #FFFFFF;
text-align: center;
padding: 10px;
margin-bottom: 30px;
line-height: 0;
}

ol li{
font-size:20px;
font-family: "dotfont",sans-serif;
margin-bottom: 30px;
}

ol li span{
padding:10px 10px 15px 40px;
background:#FFFFFF url("../img/num01.png") 10px center no-repeat;
line-height: 1;
border-radius: 30px;
}

ol li:nth-child(2) span{
background:#FFFFFF url("../img/num02.png") 10px center no-repeat;
}

ol li:nth-child(3) span{
background:#FFFFFF url("../img/num03.png") 10px center no-repeat;
}

ol li:nth-child(4) span{
background:#FFFFFF url("../img/num04.png") 10px center no-repeat;
}

ol li:nth-child(5) span{
background:#FFFFFF url("../img/num05.png") 10px center no-repeat;
}

ol li:nth-child(6) span{
background:#FFFFFF url("../img/num06.png") 10px center no-repeat;
}

.main_contents .yellow .create .condition{
background: #FFFFFF;
position: relative;
margin: -5px 0 0;
padding: 20px;
}

.main_contents .yellow .create .condition .ttl2{
position: absolute;
top:-54px;
right: 0;
width: 280px;
background: #000000;
border-radius: 10px 10px 0 0;
padding:0 0 5px;
text-align: center;
}

.main_contents .yellow .create .condition p{
font-size: 14px;
line-height: 1.5;
padding-left: 1em;
text-indent: -1em;
}

.main_contents .yellow .create .condition p:before{
content: "■";
}

.main_contents .yellow .create .condition ul li{
font-size: 14px;
line-height: 1.5;
padding-left: 1em;
text-indent: -1em;
}

.main_contents .yellow .create .condition ul li:before{
content: "※";
}

.main_contents .yellow .info{
margin: 40px 0 20px;
}

.main_contents .workshop{
max-width:1240px;
margin: 0 auto;
padding: 50px;
background:#FFFFFF;
}

.main_contents .workshop .beginer{
background: #000000;
padding: 5px;
text-align: center;
border-radius: 10px;
margin-bottom: 40px;
position: relative;
}

.main_contents .workshop .beginer .harf{
position: absolute;
left:10px;
top:-99px;
}

.main_contents .workshop .beginer span{
position: absolute;
right:0;
bottom:-25px;
background: #f2d62f;
padding: 3px 25px 3px 15px;
border-radius: 5px;
line-height: 0;
}

.main_contents .workshop .beginer .mark{
position: absolute;
right:-35px;
bottom:-40px;
}



.main_contents .workshop .beginer .pricefree{
position: absolute;
right:-10px;
top:-65px;
}



.main_contents .workshop .beginer span .mark{
position: absolute;
top:-15px;
left: 0
}

.table_area{
position: relative
}

.table_dl dt{
width: 120px;
margin-bottom: 20px;
}

.table_dl dt span{
display: block;
background: #000000;
padding: 10px;
text-align:center;
color: #FFFFFF;
font-size:20px;
font-family:'Zen Kaku Gothic New', sans-serif;
font-weight:900;
}

.table_dl dd{
width:calc(100% - 120px);
margin-bottom: 20px;
font-size:18px;
line-height: 1.5;
font-family:'Zen Kaku Gothic New', sans-serif;
padding:0 15px;
text-align: left;
}

.table_dl dd.w50{
width:calc(43% - 120px);
padding:0 15px;
}

.table_dl dd .red{
background: #d9342b;
padding:2px 5px;
border-radius: 3px;
color: #FFFFFF;
font-size:14px;
}

.table_dl dd .btn{
margin-top:15px;
margin-bottom: 15px;
display: block;
}

.table_dl dd .btn a{
background: #f39800;
padding: 10px 20px;
border-radius: 5px;
color: #FFFFFF;
text-decoration: none;
font-weight:900;
font-family:'Zen Kaku Gothic New', sans-serif;
font-size:20px;
}

.table_dl dd .btn a:hover{
background: #000000;
}

.table_area .pricefree{
position: absolute;
bottom:20px;
right: 0;
}

.caution{
background: url("../img/icon_caution.png") left center no-repeat;
padding: 10px 10px 10px 50px;
}

.caution li{
font-size:16px;
line-height: 1.5;
padding-left: 1em;
text-indent: -1em;
}

.caution li:before{
content:"・";
}

.main_contents .workshop .ex{
background: #000000;
padding:8px 5px 5px;
text-align: center;
border-radius: 10px;
margin:100px 0 40px;
position: relative;
}

.main_contents .workshop .ex .harf{
position: absolute;
left:10px;
top:-99px;
}

.main_contents .workshop .ex p{
position: absolute;
right:20px;
bottom:25px;
color: #FFFFFF;
font-size:16px;
font-family:'Zen Kaku Gothic New', sans-serif;
font-weight:900;
}

.main_contents .workshop .ex_place div{
width: 48%;
text-align: center;
}

.main_contents .workshop .ex_place div{
width: 48%;
text-align: center;
}

.main_contents .workshop .ex_place div p{
margin-top: -40px;
margin-bottom: 20px;
}

.main_contents .special{
margin: 50px 0 0;
padding-bottom: 50px;
background: url("../img/illust01.png") 95% bottom no-repeat;
}

.main_contents .special .ttl2{
background: #000000;
padding: 5px;
text-align: center;
border-radius: 10px;
margin-bottom: 40px;
position: relative;
}

.main_contents .special .ttl2 span{
position: absolute;
right:10px;
top:-28px;
background: #f2d62f;
padding: 3px 15px 3px;
border-radius: 5px;
line-height: 0;
}


.main_contents .special .catch{
color: #000000;
font-size:28px;
font-family:'Zen Kaku Gothic New', sans-serif;
font-weight:900;
margin-bottom: 20px;
line-height: 1.5;
padding: 0 15px;
}

.main_contents .special p{
color: #000000;
font-size:16px;
font-family:'Zen Kaku Gothic New', sans-serif;
line-height: 1.5;
padding: 0 20px;
}

.main_contents .form p{
text-align: center;
font-size:20px;
font-family:'Zen Kaku Gothic New', sans-serif;
line-height: 1.5;
}

.main_contents .form .btn{
text-align: center;
margin:20px auto;
font-size:24px;
max-width: 320px;
}

.main_contents .form .btn a{
display: block;
background: #f39800;
padding: 15px 20px;
border-radius: 5px;
color: #FFFFFF;
text-decoration: none;
font-weight:900;
font-family:'Zen Kaku Gothic New', sans-serif;
}

.main_contents .form .btn a:hover{
background: #000000;
}

footer{
background:#f2d62f;
}

.footer_cnt{
max-width: 1240px;
margin: 0 auto;
}

.footer_cnt .address{
width: 50%;
padding: 0 0 0 20px;
}

.footer_cnt .address .ttl2{
margin-top: -30px;
}

.footer_cnt .address .logo{
margin-top: 25px;
padding:0 0 10px;
font-size:16px;
font-family:'Zen Kaku Gothic New', sans-serif;
font-weight:900;
}

.footer_cnt .address p{
font-size:18px;
}

.footer_cnt .contact{
padding: 30px 20px 30px 0;
width: 50%;
}

.footer_cnt .contact p{
font-size:20px;
font-family:'Zen Kaku Gothic New', sans-serif;
}

.footer_cnt .contact .tel{
padding: 20px 0 0;
font-size:18px;
vertical-align: baseline
}

.footer_cnt .contact .mail{
margin-bottom: 20px;
}

.footer_img div{
width: 25%;
line-height: 0;
}

.copyright{
background:#f2d62f;
color: #000000;
padding: 10px;
text-align: center;
font-size: 12px;
font-family: "dotfont",sans-serif;
}

/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	 a[href^="tel:"] {
		 pointer-events: none;
		 cursor: default;
	}
}

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

/********************************
main
********************************/
.ttl img{
height: 25px;
}

.main_contents .yellow{
max-width:100%;
padding:30px 3%;
}

.main_contents .yellow .about p{
font-size:16px;
}

ol li{
font-size:16px;
}

.main_contents .workshop{
max-width:100%;
padding:40px 3%;
}

.main_contents .workshop .beginer{
line-height: 0;
}

.main_contents .workshop .beginer img{
height: 40px;
}

.main_contents .workshop .beginer .harf{
height: 99px;
}

.main_contents .workshop .beginer span img{
height: 25px;
}

.main_contents .workshop .beginer .mark {
height: 60px;
}

.main_contents .workshop .beginer span{
padding: 3px 35px 3px 15px;
}

.main_contents .workshop .beginer .mark{
position: absolute;
right:-25px;
bottom:-40px;
}

.table_dl dd.w25{
width:calc(50% - 120px);
padding:0 0 0 15px;
}

.table_dl dd.w50{
width:calc(100% - 120px);
padding:0 10px;
}

.main_contents .workshop .ex{
line-height: 0;
}

.main_contents .workshop .ex img{
height: 40px;
}

.main_contents .workshop .ex .harf{
height: 99px;
}

.main_contents .workshop .ex p {
bottom: 22px;
}

.main_contents .special p{
padding: 0 180px 0 20px;
}

.main_contents .special .ttl2 {
line-height: 0
}

.main_contents .special .ttl2 img{
height: 45px
}

.main_contents .special .ttl2 span img{
height: 25px
}


.footer_cnt{
max-width:100%;
}

.footer_cnt .address .tel a{
display: block;
margin-bottom: 5px;
}

.footer_cnt .qr{
padding: 30px 20px 30px 0;
}


.footer_cnt .qr p{
font-size:16px;
}
}

@media screen and (max-width: 1040px) {
/********************************
MV
********************************/
.mv .logo{
max-width: 94%;
}

.mv .logo img{
max-width: 55%;
}
}


@media screen and (max-width: 991px) {
/********************************
MV
********************************/
.mv .logo{
max-width: 94%;
}

.mv .logo img{
max-width: 55%;
}

/********************************
main
********************************/
.main_contents .yellow .about{
width: 100%;
text-align: center;
padding-bottom: 50px;
}

.main_contents .yellow .about .ct{
display: block;
}

.main_contents .yellow .create{
width: 100%;
}

.main_contents .workshop .beginer {
line-height: 0;
text-align: center;
}

.main_contents .workshop .beginer img{
height: 35px;
}

.main_contents .workshop .beginer .harf{
height: 70px;
top: -70px;
}

.main_contents .workshop .beginer .mark{
height: 72px;
}

.main_contents .workshop .beginer .pricefree{
height: 120px;
top: -35px;
}

.table_dl dt{
font-size:20px;
width:100px;
}

.table_dl dd{
font-size:16px;
width:calc(100% - 100px);
}

.main_contents .workshop .ex{
line-height: 0;
}

.main_contents .workshop .ex img{
height: 35px;
}

.main_contents .workshop .ex .harf{
height: 70px;
top: -70px;
}

.table_dl dt {
width: 90px;
}

.table_dl dt span {
font-size: 16px;
}

.table_dl dd{
width:calc(100% - 90px);
}

.table_dl dd.w25{
width:calc(100% - 90px);
padding:0 10px;
}

.table_dl dd.w50{
width:calc(100% - 90px);
padding:0 10px;
}

.main_contents .special .ttl2 {
padding: 5px 20px;
margin-bottom: 20px;
}

.main_contents .special .catch {
padding: 0;
}
}

@media screen and (max-width: 764px) {
.pc{
display: none;
}

.sp{
display: block;
}

.main_contents .workshop .beginer{
margin-top: 80px;
text-align: left;
padding: 10px 20px;
}

ol{
margin-bottom: 20px;
background: #FFFFFF;
border-radius: 20px;
padding: 20px 0 10px 0;
}

ol li{
font-size:15px;
margin-bottom: 10px;
}

ol li span{
background:url("../img/num01.png") 10px 12px no-repeat;
border-radius: 0;
display:block;
line-height: 1.5;
}

ol li:nth-child(2) span{
background:url("../img/num02.png") 10px 12px no-repeat;
}

ol li:nth-child(3) span{
background:url("../img/num03.png") 10px 12px no-repeat;
}

ol li:nth-child(4) span{
background:url("../img/num04.png") 10px 12px no-repeat;
}

ol li:nth-child(5) span{
background:url("../img/num05.png") 10px 12px no-repeat;
}

ol li:nth-child(6) span{
padding:10px 10px 0 40px;
background:url("../img/num06.png") 10px 12px no-repeat;
}


.table_dl dd span {
display:block;
}

.table_dl dd .red {
display:inline;
}

.main_contents .workshop .ex {
text-align: left;
padding:10px 20px;
	}

.main_contents .workshop .ex_place div{
width: 100%;
}

.main_contents .workshop .ex_place div{
width: 100%;
}

.main_contents .special .catch{
font-size:24px;
}

.footer_cnt .address{
width: 100%;
padding: 0 20px;
}

.footer_cnt .address p{
font-size:16px;
}

.footer_cnt .address .tel{
font-size:16px;
}

.footer_cnt .qr{
width: 100%;
padding: 0 0 30px;
text-align: center
}
}

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

/********************************
MV
********************************/
.mv{
padding: 20px 0 20px;
}

.mv .logo {
text-align: center;
}

.mv .logo img{
max-width: 85%;
}

/********************************
main
********************************/
.main_contents .yellow{
padding: 20px 3%;
}

.main_contents .yellow .about{
text-align:left;
}

.main_contents .yellow .about .ct{
display: none;
}

.main_contents .yellow .create .condition {
margin: 80px 0 0;
	}
	
.main_contents .yellow .create .condition .ttl2{
width: 100%;
}

.main_contents .yellow .info {
    margin: 10px 0;
}

.ttl {
line-height: 0;
margin-bottom: 20px;
}

.ttl img{
height:25px;
}

ol li {
font-size: 14px;
}

.main_contents .workshop .beginer{
margin-bottom: 50px;
}

.main_contents .workshop .beginer span {
padding:5px 10px;
line-height: 0;
bottom: -28px;
}

.main_contents .workshop .beginer span img {
height: 18px;
    }

.main_contents .workshop .beginer img {
height: 24px;
}

.main_contents .workshop .beginer .harf {
height: 70px;
top: -70px;
}

.main_contents .workshop .beginer .mark{
display:none;
    }

.main_contents .workshop .beginer .pricefree {
height: 75px;
top: -22px;
    }

.table_dl dt{
width:100%;
margin-bottom: 10px;
}

.table_dl dt span {
display: block;
font-size: 16px;
}

.table_dl dd {
width:100%;
font-size: 16px;
padding: 0 ;
}

.table_dl dd.w25{
width:100%;
padding:0;
}

.table_dl dd.w50{
width:100%;
padding:0;
}

.table_dl dd .red {
margin-top:5px;
text-align: center
}

.table_area .pricefree {
display: block;
position: relative;
width: 140px;
margin: 0 auto 0;
}

.caution li {
    font-size: 14px;
}

.main_contents .workshop .ex img{
height: 24px;
	}
	

.main_contents .workshop .ex .harf{
height: 70px;
top:-70px;
	}
	
.main_contents .workshop .ex p {
    right: 0;
    bottom: -20px;
    color: #000000;
	}
	
	
.main_contents .special .ttl2 {
padding: 5px;
margin-bottom: 20px;
line-height: 0;
    }
	
.main_contents .special .ttl2 img {
height: 30px;
}

.main_contents .special .ttl2 span img {
height: 15px;
    }
	
.main_contents .special .ttl2 span {
right: 0;
top: -25px;
}

.main_contents .special p {
padding: 0 0 150px;
    }
	
.caution {
background: url(../img/icon_caution.png) left 10px no-repeat;
}
	
.footer_cnt .address{
text-align: center;
}
	
.footer_cnt .address .ttl2 {
text-align: center;
}

.footer_cnt .address .mail {
    display: inline;
}

.footer_cnt .qr {
padding:30px 3%;
    }

.qrcode{
padding-top: 20px;
}

.footer_img div{
width: 50%;
}
	
	}