charset "UTF-8";
/* CSS Document */
/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
	color: #333;
	display: block;
	font-family: 'Noto Sans JP', sans-serif,"Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
    margin: 0;
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	/* a:link {}
	a:visited {} */
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul {
	list-style: none;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}
em {font-style: normal;}
.fade-in {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
	transition-timing-function:ease-in-out;
}
img { width: 100%;}
.sp { display: none;}

/*----------------------------
    mv
----------------------------*/
#mv {
	background-image: url(../../src/img/mv_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#mv .inner {
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#mv .center {
	width: 50%;
	z-index: 2;
	text-align: center;
}
#mv .center p {
    color: #fff;
    font-size: 14px;
}

#mv .left, #mv .right {
    width: 25%;
}

#mv .right {
    right: -5%;
    top: 7%;
}
#mv .more_pdf {
	background-color: #fff;
	border: #5327d0 3px solid;
	color: #5327d0;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 0.8rem;
	position: relative;
	z-index: 50;
	width: 50%;
	display: inline-block;
	border-radius: 100px;
	margin-top: 1rem;
}

#mv .more_pdf:after, a.sp:after, .sonodagreeting a:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #5327d0;
    border-right: 3px solid #5327d0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mv .more_pdf span {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 40px;
}

/*----------------------------
    stage
----------------------------*/
#container {
    position: relative;
    z-index: 0;
}
#container:before, .prezent_area:before {
	content: '';
	position: absolute;
	top: -75px;
	left: 0;
	background-image: url(../../src/img/stage_bg_top.png);
	background-size: 50%;
	width: 100%;
	height: 157px;
	background-repeat: repeat-x;
}

#container:after {
	content: '';
	position: absolute;
	top: -150px;
	left: 0;
	background-image: url(../../src/img/illust04.png);
	background-size: 100%;
	width: 20%;
	height: 320px;
	background-repeat: no-repeat;
	z-index: 10;
}

#container line {
    display: flex;
	align-items: center;
}
.line span {
    width: 50%;
}
.stage {
	background-image: url(../../src/img/stage_bg.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 4rem 3rem 3rem;
	background-size: 50%;
	position: relative;
}

.line {
    display: flex;
    align-items: center;
    position: absolute;
    top: -100px;
    z-index: 1;
    left: 20%;
    width: 80%;
}

h2 {
    margin: 0 auto;
    width: 35%;
    position: relative;
}

.stage ul {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.stage ul li {
    width: 48%;
    margin: 1%;
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    padding: 1rem;
}
.stage ul li:first-child {
	background-image: url("../../src/img/stage01_bg.jpg");
}
.stage ul li:last-child {
	background-image: url("../../src/img/stage02_bg.jpg");
}
.stage ul li:first-child:before,
.stage ul li:last-child:before {
    top: 0;
    left: 0;
}
.stage ul li:first-child:after,
.stage ul li:last-child:after {
    bottom: 0;
    transform: rotate(180deg);
    left: 0;
}
.stage ul li .cap {
    padding: 0.5rem;
    font-size: 12px;
    font-weight: 600;
}
.stage ul li:before, .stage ul li:after {
    content: '';
    position: absolute;
    background-size: 100%;
    width: 100%;
    height: 31px;
    background-repeat: no-repeat;
}

.stage ul li:first-child:before,
.stage ul li:first-child:after {
    background-image: url(../../src/img/stage01_waku.jpg);
}

.stage ul li:last-child:before,
.stage ul li:last-child:after {
    background-image: url(../../src/img/stage02_waku.jpg);
}

.stage ul li .cap span {
    display: block;
    line-height: 1.3;
}

/*----------------------------
    workshop
----------------------------*/
.workshop {
    background-color: #eb6601;
    background-image: url(../../src/img/bg_line.png);
    background-repeat: repeat;
    background-size: 50%;
    padding: 3rem 0;
}
.workshop .hidden {
    overflow: hidden;
}

.workarea ul, .obake_area ul {
    display: flex;
    justify-content: center;
}

.workshop .title_box {
    width: 45%;
    position: relative;
}
.workshop .title_sub {
    display: flex;
    align-items: center;
}

.workshop .title_box:before, 
.workshop .title_box:after, 
.workarea .workbox02:before, 
.kitchin_list li:after, 
.access_area:after, 
.apri_box:after, 
.sonodagreeting .inner:before,
.sonodagreeting .inner:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
}

.workshop .title_box:before {
	background-image: url(../../src/img/illust01.png);
	width: 112px;
	height: 187px;
	bottom: 10px;
	left: -80px;
}

.workshop .title_box:after {
	background-image: url(../../src/img/illust02.png);
	width: 90px;
	height: 180px;
	bottom: 10px;
	right: -50px;
	background-position: center bottom;
}

.workshop .title_box ul {
    background-color: #fff;
    border-radius: 20px;
    border: #d1531b 5px solid;
    padding: 1rem;
    line-height: 1.5;
    font-size: 1.1rem;
    width: 70%;
    margin: 0 auto;
    color: #d1531b;
    font-weight: 600;
}

workshop .title_box li span {
    color: #f6a729;
    padding-right: 0.2rem;
}
.workarea h4 {
    width: 25%;
    margin: 0 auto 1rem;
}

.workarea {
   margin: 2rem auto 3rem;
}

.workarea ul {
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 50px;
}

.workbox {
  background-color: #8b00c2;
  background-image: radial-gradient(circle, #700aa0 2px, transparent 2px), radial-gradient(circle, #700aa0 2px, transparent 2px);
  background-position: 0 0, 8px 16px;
  background-size: 16px 32px;
}

.workbox02 {
    background-color: #eac764;
    background-image: radial-gradient(circle, #dcba5e 2px, transparent 2px), radial-gradient(circle, #dcba5e 2px, transparent 2px);
    background-position: 0 0, 8px 16px;
    background-size: 16px 32px;
}

.workarea ul li {
    width: 31%;
    background-color: #fff;
    margin: 1%;
    border-radius: 20px;
    position: relative;
	text-align: center;
}

.workarea ul li .img {
    width: 80%;
    margin: 1rem auto 0;
}

.workarea ul li .text {
    margin: 1rem;
    line-height: 1.2;
    font-weight: 600;
    font-size: 12px;
}

.workarea ul li span {
    background-color: #fff;
    border-radius: 100px;
    padding: 5px;
    font-size: 2rem;
    font-weight: 600;
    z-index: 1;
    position: absolute;
    line-height: 1;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
	font-family: "M PLUS Rounded 1c", sans-serif;
  	font-weight: 900;
}

.workarea .workbox span {
    border: #6c079b 3px solid;
    color: #6c079b;
}
.workarea .workbox02 {
    position: relative;
}
.workarea .workbox02:before {
	top: -120px;
	background-image: url(../../src/img/illust03.png);
	width: 90px;
	height: 140px;
	right: 50px;
}

.workarea .workbox02 span {
    border: #d4571e 3px solid;
    color: #d4571e;
}

.workarea ul li .ws_tl {
    width: 90%;
    margin: 0 auto;
}

.obake_area li span, 
.kitchin_car .tl_text p span {
	color: #fff000;
}
.workarea .workbox .text {
    color: #6c079b;
}
.workarea .workbox02 .text {
    color: #d4571e;
}


/*----------------------------
    obake_area
----------------------------*/
.obake_area {
    background-image: url(../../src/img/bg_obake.png);
    background-repeat: repeat;
    background-size: 50%;
    padding: 2rem;
    position: relative;
}
.obake_area:before, .obake_area:after {
	content: '';
	position: absolute;
	left: 0;
	background-image: url(../../src/img/bg_obake_top.png);
	height: 32px;
	background-repeat: repeat-x;
	width: 100%;
	background-size: 50%;
}
.obake_area:before {
    top: -15px;
}
.obake_area:after{
	bottom: -30px;
	transform: rotate(180deg);
	background-position: center bottom;
}

.obake_area li {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 33.333%;
    padding: 1rem;
}

/*----------------------------
    apri
----------------------------*/

.apri {
    background-color: #106f3a;
    background-image: repeating-linear-gradient(299deg, #1d7541, #1d7541 20px, transparent 20px, transparent 40px);
    padding: 4rem 0;
}

.apri .apri_box {
    background-color: #fff;
    border-radius: 20px;
    padding: 2rem;
    width: 60%;
    margin: 0 auto;
    position: relative;
}
.apri .apri_box:after {
    bottom: -10px;
    background-image: url(../../src/img/illust06.png);
    width: 180px;
    height: 130px;
    right: -20px;
}

.apri h2 {
    width: 60%;
}

.apri .apri_box .apri_rink {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.apri_box .dl_text {
    display: flex;
    background-color: #F7F6DA;
    border-radius: 20px;
    padding: 1rem;
    align-items: center;
}

.apri_box .dl_text li {
    width: 40%;
    margin: 0 5%;
}

.apri_dl {
    background-color: #00793d;
    border-radius: 20px;
    padding: 1rem;
    margin: 2rem 0;
}

.apri_dl h3 {
    margin-top: -5rem;
    width: 50%;
    margin: -3rem auto 0;
}

.apri_dl p {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin: 0.5rem 0;
}

.apri_dl .dl_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.apri_dl .dl_list .qr {
    width: 15%;
}

.apri_dl .dl_list .dl_btn {
    width: 30%;
}

.apri_dl .dl_list li {
    padding: 1%;
}

.apri_dl .dl_list .dl_btn a {
    widh: 100%;
}

.apri_dl span {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    display: block;
    font-weight: 300;
    margin-top: 0.5rem;
}

.apri_box .apri_link i {
    width: 15%;
    margin-right: 3%;
}

.apri_box .apri_link {
    width: 50%;
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    border-radius: 100px;
    position: relative;
}
.apri_box .apri_link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.apri_box .apri_link span {
    font-weight: 600;
}
/*----------------------------
    kitchin_car
----------------------------*/
.kitchin_car {
    background-color: #eb5109;
    background-image: radial-gradient(circle, #ec6728 2px, transparent 2px), radial-gradient(circle, #ec6728 2px, transparent 2px);
    background-position: 0 0, 7px 14px;
    background-size: 14px 28px;
    color: #fff;
    padding: 3rem 0 5rem;
}

.kitchin_car .inner {
    width: 1100px;
}
.kitchin_car .tl_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kitchin_car h2 {
    margin: 0;
    width: 50%;
}

.kitchin_car .tl_text {
    padding: 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    width: 50%;
}

.kitchin_list {
    display: flex;
    justify-content: space-between;
    height: auto;
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.kitchin_list li {
    width: 47%;
    margin: 0 1.5%;
    background-color: #fff;
    padding: 2rem;
    border-radius: 30px;
    border: #fff468 6px solid;
    box-sizing: border-box;
    background-image: repeating-linear-gradient(#fff7c7 , #fff7c7  5px, #FFF 5px, #FFF 10px);
    margin-bottom: 2rem;
	position: relative;
}


.kitchin_list li:nth-child(2):after, 
.kitchin_list li:nth-child(3):after, 
.kitchin_list li:nth-child(6):after, 
.kitchin_list li:nth-child(7):after,
.kitchin_list li:nth-child(10):after {
	background-image: url(../../src/img/bat.png);
	width: 90px;
	height: 40px;
}
.kitchin_list li:nth-child(2):after, 
.kitchin_list li:nth-child(6):after, 
.kitchin_list li:nth-child(10):after {
	bottom: -10px;
	right:-30px;
	background-position: right bottom;
}
.kitchin_list li:nth-child(3):after, 
.kitchin_list li:nth-child(7):after {
	bottom: 0;
	left: -10px;
	background-position: center bottom;
	transform: rotate(-20deg);
}

.kitchin_box h3 {
    width: 27%;
    margin: 0 auto 1rem;
}

.menu {
    margin-top: 1rem;
    font-weight: 600;
    color: #4a2013;
    flex-grow: 1;
}

.menu dt {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    color: #523287;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px;
}

.menu dd {
    margin: 0.2rem 0 0 0;
    line-height: 1.5;
}

.menu dd p {
    display: flex;
}
.menu dd em {
    font-style: normal;
    font-size: 12px;
    display: block;
}

.menu dd p span:first-child {
    width: 75%;
}

.menu dd p span:last-child {
    width: 25%;
    text-align: right;
	font-size: 1.1rem;
}

.menu dd .long span:first-child {
    width: 50%;
}

.menu dd .long span:last-child {
    width: 50%;
}

/*----------------------------
    prezent_area
----------------------------*/
.prezent_area {
    background-image: url(../../src/img/stage_bg.png);
    background-repeat: repeat;
    background-position: center top;
    padding: 0 3rem 3rem;
    background-size: 50%;
    position: relative;
}
.prezent_area .tl_box, 
.more_prezent .tl_box {
    padding: 1rem;
    line-height: 1.5;
    font-size: 1.1rem;
    width: 30%;
    margin: 0 auto;
    font-weight: 600;
}
.prezent_area .tl_box { color: #000;}
.prezent_area .tl_box span, 
.more_prezent .tl_box span {
    color: #fff204;
    margin-right: 5px;
}

.prezent_area .tl_box small {
    line-height: 1.5;
    display: block;
    margin-top: 0.5rem;
}

.prezent_area h2 {
    width: 50%;
}

.prezent_box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
}

.prezent_box ul li {
    width: 45%;
    margin: 0 2.5% 2%;
    padding: 0 1rem 0 0;
    border-radius: 30px;
    border: #6f3690 6px solid;
    box-sizing: border-box;
    background-color: #a282bc;
    background-image: radial-gradient(circle, #916daa 2.5px, transparent 2.5px), radial-gradient(circle, #916daa 2.5px, transparent 2.5px);
    background-position: 0 0, 12.5px 25px;
    background-size: 25px 50px;
}

.prezent_box .cap {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.2;
}

.prezent_box .cap br {display: none;}


/*----------------------------
    more_prezent
----------------------------*/
.more_prezent {
    background-color: #00479d;
    color: #fff;
    background-image: radial-gradient(circle, #3d62ad 2.5px, transparent 2.5px), radial-gradient(circle, #3d62ad 2.5px, transparent 2.5px);
    background-position: 0 0, 7.5px 15px;
    background-size: 15px 30px;
    padding-bottom: 1.5rem;
}
.more_prezent h2 {
    width: 70%;
    margin-top: -1rem;
}

.more_prezent .tl_box {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}
.more_prezent .tl_box li {
    width: 50%;
}
.more_prezent small {
    text-align: center;
    display: block;
}

/*----------------------------
    sonodagreeting
----------------------------*/
.sonodagreeting .inner { position: relative;}
.sonodagreeting {
    background-color: #71b440;
    padding: 1.5rem 0 2.5rem;
    text-align: center;
}

.sonodagreeting h2 {
    width: 55%;
    margin-bottom: 0.5rem;
}
.sonodagreeting p {
    font-weight: 600;
    color: #000;
    line-height: 1.7;
    font-size: 1.1rem;
}
.sonodagreeting .sub_title {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.sonodagreeting .sub_title span:first-child {
    width: 20%;
}

.sonodagreeting .sub_title span:last-child {
    width: 80%;
}

.sonodagreeting .inner:before {
	background-image: url("../../src/img/dashpayman.png");
	width: 100px;
	height: 220px;
	bottom: 0;
	left: 120px;
}

.sonodagreeting .inner:after {
	background-image: url(../../src/img/dashpaymon.png);
	width: 100px;
	height: 230px;
	bottom: 0;
	right: 120px;
}
.sonodagreeting a {
    background-color: #fff;
    border: #108e52 3px solid;
    color: #108e52;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem;
    position: relative;
    z-index: 50;
    width: 30%;
    display: inline-block;
    border-radius: 100px;
    margin-top: 1rem;
}

.sonodagreeting a:after {
    border-color: #108e52;
}
/*----------------------------
    access_area
----------------------------*/
.access_area {
    background-color: #fdea80;
    background-image: url("../../src/img/bg_line_yellow.png");
    background-repeat: repeat;
    background-size: 50%;
    padding: 5rem 0;
}
.access_area:after {
	background-image: url(../../src/img/illust05.png);
	width: 130px;
	height: 250px;
	bottom: -10px;
	left: 20px;
	background-position: center bottom;
	z-index: 1;
}
.access_area h2 {
    width: 70%;
	margin-bottom: 0.5rem;
}

.map, .access {
    width: 70%;
    margin: 0 auto 4rem;
}
.map p {
    width: 100%;
}
.access dl {
    text-align: center;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.access dl dt {
    font-size: 2rem;
}
.access dl dd {
    margin: 0;
    line-height: 1.5;
    font-size: 1.1rem;
}
.g_map {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
    /* 16:9のアスペクト比 */
   height: 0;
}
.g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------
    footer_area
----------------------------*/
#pagetop {
    background: url(../../src/img/page_top.png) no-repeat;
    background-size: 150px auto;
    background-position: 0 0;
    cursor: pointer;
    height: 170px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 150px;
    z-index: 100;
    bottom: 10px;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    -webkit-animation-name: fuwafuwa;
}

/* ---------------------------------------------------
	keyframes
--------------------------------------------------- */
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0); }
	50% {-webkit-transform:translate(0, -5px); }
	100% {-webkit-transform:translate(0, 0); }
}

.cap_box {
    background-color: #8d548c;
    padding: 3rem;
    position: relative;
    color: #fff;
    font-weight: 600;
    background-image: radial-gradient(circle, #956094 2px, transparent 2px), radial-gradient(circle, #956094 2px, transparent 2px);
    background-position: 0 0, 8px 16px;
    background-size: 16px 32px;
}
.cap_box:after {
	content: '';
	position: absolute;
	left: 0;
	background-image: url(../../src/img/bg_cp_btm.png);
	height: 32px;
	background-repeat: repeat-x;
	width: 100%;
	background-size: 50%;
	bottom: -30px;
	background-position: center top;
}
.sns_ico {
    display: flex;
    align-items: center;
    width: 25%;
}

.sns_ico li {
    width: 40%;
    margin: 5%;
}

.sns_area {
    padding: 3rem 0 2rem;
}

.sns_ico li span {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: block;
}

.cap_list {
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 1rem;
    padding: 0 1rem;
}

.cp {
    color: #fff;
    background-color: #eb5109;
    text-align: center;
    font-size: 14px;
    padding: 1rem 0;
}
/*----------------------------
    Media Queries
----------------------------*/
@media screen and (min-width: 1025px) {
	.apri_box .apri_link:hover, 
	#mv .more_pdf:hover, 
	.sonodagreeting a:hover {
		-webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px)
	}
}
@media screen and (min-width: 1600px) {
	.stage { padding-top: 6rem;}
}

@media screen and (max-width:1300px) {
	.inner {max-width: 100%;}
	.obake_area:before {top: -10px;}
	}
    

@media screen and (max-width:1024px) {
	#mv {
    	height: 550px;
  	}
	#mv .more_pdf span {
		right: 30px;
		width: 25px;
	}
	#mv .more_pdf {
		font-size: 1rem;
		width: 70%;
	}
	h2 {width: 45%;z-index: 2;}
	.stage {
		padding: 1rem;
	}
	
	#container:before {
    	top: -50px;
 }
	.workshop .title_box ul {
    	font-size: 1rem;
    	width: 90%;
 	}
	.workshop .title_box {
    	width: 50%;
	}
	.workshop .title_sub {
    	width: 80%;
    	margin: 0 auto;
	}
	.apri .apri_box {
		width: 70%;
	}

	.apri_dl .dl_list .qr {
		display: none;
	}

	.apri_dl .dl_list .dl_btn {
		width: 50%;
		padding: 2%;
	}

	.workarea ul {
		width: 80%;
	}
	.workshop .title_box:before {
		left: -120px;
	}

	.workshop .title_box:after {
		right: -100px;
	}

	.kitchin_car .tl_text {
		font-size: 1rem;
	}

	.kitchin_list {
		width: 90%;
	}

	.prezent_box ul {
		width: 90%;
	}
	.obake_area {
		padding: 1rem;
	}

	.obake_area li {
		font-size: 12px;
	}
	.prezent_area h2 {
    	width: 65%;
	}

	.prezent_area .tl_box, .more_prezent .tl_box {
		font-size: 1rem;
	}

	.prezent_area .tl_box {
		width: 40%;
	}
	.sonodagreeting p {
		width: 45%;
		margin: 0 auto;
		font-size: 0.95rem;
	}

	.sonodagreeting p br {
		display: none;
	}

	.sonodagreeting .inner:before,
	.sonodagreeting .inner:after {
		width: 70px;
	}

	.sonodagreeting .inner:before {
		height: 160px;
	}

	.sonodagreeting .inner:after {
		height: 160px;
	}

	.sonodagreeting a {
		font-size: 1rem;
	}

	.map, .access {
		width: 80%;
		margin-bottom: 2rem;
	}
	.prezent_area:before {
		top: -30px;
	}
	.more_prezent .tl_box {
		width: 70%;
	}
	.access_area:after {
		width: 100px;
	}
	.sns_ico {
		width: 30%;
	}
	
}


@media screen and (max-width:750px) {
.pc { display: none;}
.sp { display: block;}
#mv .center {
    width: 80%;
}
#mv .inner {
    justify-content: center;
}
#mv .left, #mv .right {
    display: none;
}

.line {
    top: -70px;
    width: 100%;
    left: 0;
}

#mv:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../../src/img/free.png);
	height: 120px;
	top: 0;
	width: 120px;
	right: 0;
	background-position: top;
	z-index: 2;
}
#container:after {
	content: none;
}
#container:before {
    top: -30px;
}
h2 {
    width: 70%;
}

.stage ul {
    width: 95%;
}

.stage ul li {
    width: 100%;
    margin: 1rem 0 1rem 0;
    padding: 0;
}

.stage {
    padding: 0 0 2rem;
}
.stage ul {
    display: block;
}
.stage ul li .cap {
    padding: 0 0 1.5rem 2rem;
}

.stage ul li .img {
    padding: 1rem 0 0;
}
.workshop {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.workshop .title_box {
    width: 85%;
}
.workshop .title_box ul {
    border-width: 3px;
}
.workshop .title_sub {
   width: 95%;
 }
.workshop .title_box:before, 
.workshop .title_box:after {
    content: none;
}
.workarea ul {
    padding: 1rem 0;
    width: 100%;
    border-radius: inherit;
}
.workarea ul li span {
    left: 0;
}
.workarea h4 {
    width: 45%;
}
.workarea ul li {
    width: 47%;
    margin: 1.5%;
}
.workarea .workbox02:before {
    right: 0;
    width: 70px;
    height: 100px;
    top: -90px;
}
.apri {
    padding: 2.5rem 0 3rem;
}
.apri h2 {
    width: 90%;
}
.apri .apri_box {
    width: 80%;
    padding: 1rem;
}
.apri_dl {
    margin-bottom: 1rem;
}

.apri_dl .dl_list .dl_btn {
    padding: 1%;
}
.apri_box .dl_text {
    display: block;
}

.apri_box .dl_text li {
    width: 70%;
    margin: 0 auto;
}

.apri_dl h3 {
    width: 80%;
}
.apri_dl p {
    font-size: 15px;
    text-align: left;
}
.apri_dl h3 {
    width: 80%;
}
.apri_dl p br {
    display: none;
}
.apri_dl span {
    font-size: 11px;
}
.apri .apri_box:after {
    content: none;
    height: 90px;
    bottom: -50px;
}

.apri_box .apri_link {
    width: 80%;
}
.obake_area:before {
    top: -5px;
}

.obake_area ul {
    display: block;
}

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

.obake_area li {
    width: 90%;
    margin: 0 auto;
}
a.sp {
    background-color: #fff;
    border: #72278b 3px solid;
    color: #72278b;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.7rem;
    position: relative;
    z-index: 50;
    width: 80%;
    display: inline-block;
    border-radius: 100px;
    margin-top: 0.5rem;
}
a.sp:after{border-color:#72278b;}
.kitchin_car {
	padding: 2rem 0;
}

.kitchin_list li {
    width: 95%;
    margin: 0 auto 2rem;
    padding: 2rem 1rem;
    border-width: 3px;
}

.kitchin_car .menu .img {
	width: 50%
	
}
.kitchin_car h2 {
    width: 90%;
    margin: 0 auto;
}

.kitchin_car h2 img {
    margin-left: -10px;
}

.kitchin_car .tl_box {
    display: block;
}

.kitchin_car .tl_text {
    width: 90%;
    margin: 1rem auto;
	font-size: 16px;
    text-align: center;
    padding: 0;
}

.kitchin_box h3 {
    width: 50%;
}

.kitchin_list {
    width: 95%;
}
.kitchin_list li:nth-child(2):after, 
.kitchin_list li:nth-child(6):after,
.kitchin_list li:nth-child(10):after {
    right: -10px;
}

.kitchin_list li:nth-child(2):after,
.kitchin_list li:nth-child(3):after,
.kitchin_list li:nth-child(6):after,
.kitchin_list li:nth-child(7):after,
.kitchin_list li:nth-child(10):after {
    bottom: -30px;
}

.prezent_area {
    padding: 0 2rem 2rem;
}

.prezent_area h2 {
    width: 100%;
}

.prezent_area:before {
    height: 50px;
    top: -20px;
}

.prezent_area .tl_box {
    width: 70%;
}

.prezent_box ul {
    display: block;
    width: 100%;
}

.prezent_box ul li {
    width: 100%;
    margin: 0 0 1rem;
    border-width: 4px;
}

.prezent_box .cap {
    font-size: 1rem;
}
.prezent_box .cap br {display: block;}
.more_prezent {
    padding-bottom: 1rem;
}
.more_prezent h2 {
    width: 100%;
}

.more_prezent .tl_box {
    display: block;
    width: 80%;
}

.more_prezent .tl_box li {
    width: 100%;
}
.sonodagreeting h2 {
    width: 85%;
}

.sonodagreeting .sub_title {
    width: 95%;
}
.sonodagreeting .sub_title span:first-child {
    width: 25%;
}

.sonodagreeting .sub_title span:last-child {
    width: 75%;
}

.sonodagreeting p {
    width: 70%;
    text-align: left;
}

.sonodagreeting a {
    width: 60%;
}

.sonodagreeting .inner:before {
    height: 150px;
    left: 10px;
}

.sonodagreeting .inner:before, 
.sonodagreeting .inner:after {
    width: 70px;
    bottom: -30px;
}

.sonodagreeting .inner:after {
    height: 160px;
    right: 10px;
}

.access_area {
    padding: 3rem 0 2rem;
}

.access dl dt {
    font-size: 1.3rem;
}

.access dl dd {
    font-size: 1rem;
}

.access_area h2 {
    width: 85%;
}
.access_area:after {
    content: none;
}

.map, .access {
    width: 90%;
}

.cap_box {
    padding: 1.5rem;
    font-size: 14px;
}

.sns_ico {
    width: 50%;
}

.sns_area {
    padding: 2rem 0 1rem;
}

.cap_list {
    font-size: 14px;
    text-align: left;
}

.cp {
    font-size: 12px;
}
#pagetop {
    width: 120px;
    background-size: 120px auto;
    height: 130px;
}

}

@media screen and (max-width: 480px) {
#mv {
	height: 450px;
	padding-bottom: 2rem;
}
#mv .center {
    width: 100%;
}

#mv .center h1 {
    margin-top: 40px;
}
.stage ul li .cap {
    font-size: 11px;
    padding: 0 0 1rem 1.5rem;
}
.apri_dl {
    padding: 1rem 0.5rem;
}
.sonodagreeting h2 {
    width: 95%;
}

.sonodagreeting p {
    width: 90%;
    line-height: 1.5;
}

.sonodagreeting .inner:before, .sonodagreeting .inner:after {
    bottom: -90px;
    width: 50px;
}

.sonodagreeting a {
    width: 55%;
}
.access dl dd {
    font-size: 14px;
}

.sns_ico {
    width: 60%;
}

.sns_ico li span {
    font-size: 12px;
}

}