@charset "UTF-8";
body {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
#main {
	width: 750px;
	margin: 0 auto;
	position: relative;
	/*	padding-bottom: 300px;*/
}
.qlist li input {
	display: none;
}
.qlist li .btn {
	position: relative;
	display: block;
}
.qlist li .btn .on {
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
}
.qlist li input:checked + .btn .on {opacity:1;}
.qlist li .btn img {
	width: 100%;
	height: auto;
}
.q1_list.qlist li,.q2_list.qlist li,.q3_list.qlist li {
	margin-bottom: 1.5em;
}
.qlist {

	width: 88%;
	margin: 2em auto 0;
}


.end_conts .button {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.q3 {
	margin-bottom: 7em;
}
.qlist label {
	display: block;
	cursor: pointer;
}


footer {
margin-top: 6%;

}
footer ul {
	text-align: center;
	margin-bottom: 15px;
}


footer ul li, footer ul li a {
    display: inline-block;
	color: blue;
	font-size: 1.2rem;
}

footer small {
	display: block;
	text-align: center;
	padding: 15px 0;
	font-size: 1rem;
    color: #fff;
    background: #de580d;
}

div.q1,div.q2,div.q3 {
	background: url("img/bk.png") no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 5% 0;
}


section {
	width: 670px;
	margin: 0% auto;
	background: white;
	padding-bottom: 20%;
}

h2 {
	text-align: center;
	padding: 5px 0;
	background: #FFF0C8;
}
h2 img {
	width: 60%;
}

img.stage {
	display: block;
	margin: 5% auto;
	width: 10%;
}

section p {
	text-align: center;
}
section p img {
	width: 85%;
}

section div.pic {
	margin: 5% 0;
	text-align: center;
}


p.q_title {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-style: normal;
font-weight: 700;
    font-size: 2.5em;
    line-height: 1.5em;
color: #202020;
}

/**/
.popup {
	position: relative;
}

/*モーダルを開くボタン*/
.modal-open{
    position: absolute;
    width: 490px;
    height: 80px;
    bottom: 53px;
    left: 125px;
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close:nth-of-type(1){
position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.modal-close:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.to_form {
position: absolute;
display: block;
width: 80px;
cursor: pointer;
height:20px;
}
.area1 {
    bottom: 460px;
    left: 128px;
}
.area2 {
bottom: 260px;
    left: 180px;
}



/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active{
  opacity: 1;
  visibility: visible;
z-index: 3;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close2:nth-of-type(1){
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    padding: 10px 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    background:lightslategray;
}


.modal-close2:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.area3 {
    position: absolute;
    display: block;
    width: 405px;
    cursor: pointer;
    height: 85px;
    top: 311px;
    left: 45px;
}




article.diet {
	position: relative;
}

article.diet a {
    display: block;

    left: 0;
    right: 0;
    margin: auto;
}
/*
article.diet a.btn {
height: 105px;
bottom: 50px;
}
article.diet a.detail {
    position: absolute;
    height: 40px;
    bottom: 8%;
    width: 26%;
    right: 10%;
    left: auto;
}
*/

.q2_list.qlist li.rel {
	position: relative;
}
.q2_list.qlist li.rel .js-video {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 18%;
	width: 80%;
	overflow: hidden;
	border-radius: 15px;
	
}
.q2_list.qlist li.rel .js-video video {
	width: 100%;
}


@media screen and (max-width:750px){
	body{font-size:2.4vw;}
	#main {
		width: 100%;
	}
p.q_title {
    font-size: 2em;
    line-height: 1.5em;

}
section {
width: 90%;
margin: 0% auto;
background: white;
padding-bottom: 10%;
border: 3px solid #555853;
}
footer ul li, footer ul li a {

font-size: 0.8rem;
}

footer small {
display: block;
text-align: center;
padding: 10px 0;
font-size: 0.6rem;
color: #fff;
background: #de580d;
}


/*モーダルを開くボタン*/
.modal-open{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 5%;
    left: 0;
    cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding:0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close:nth-of-type(1){
position: absolute;
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}


.modal-close:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.to_form {
position: absolute;
display: block;
width: 80px;

height:20px;
}
.area1 {
    bottom: 19%;
    left: 23%;
}
.area2 {
    bottom: 10.5%;
    left: 30%;

}

article.diet a {
display: block;
width:70%;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
article.diet a.btn {
height: 10%;
    bottom: 3%;
}
article.diet a.detail {
    height: 7%;
    bottom: 8%;
	position: relative;
        width: 100%;
}


/*モーダルを開くボタン*/
.modal-open2{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 5%;
    left: 0;
    cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding:0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close2:nth-of-type(1){
    position: absolute;
    top: 0;
    right: 0px;
    width: 30px;
    padding: 5px 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}


.modal-close2:nth-of-type(2){
    position: absolute;
    /* top: 0; */
    /* right: -40px; */
    bottom: 20px;
    left: 35%;
    width: 150px;
    height: 45px;
    font-size: 40px;
    color: #fff;
cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
position: relative;
}
.area3 {
position: absolute;
    display: block;
    width: 80%;
    cursor: pointer;
    height: 60px;
    top: 13.5%;
    left: 10%;
}



}

  body#fade_action {
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    animation: fadeIn 1s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }


/*---カウントダウン----*/

section.fixbtn {
width:750px;
margin:0 auto 0;
background: linear-gradient(0deg, rgb(227, 98, 11), rgb(250, 141, 3));
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
position: fixed;
margin: auto;
bottom: 0;
left: 0;
right: 0;
  opacity: 0;
  transition: all 0.65s;
	padding-bottom: 0;
	border: none;
}

section.fixbtn.isActive {
  opacity: 1;
  transition: all 0.65s;
}

section.fixbtn h3 {
	margin: 0;
	text-align: center;
    margin-bottom: 1%;
}

section.fixbtn a img {
	display: block;
	margin: 0 auto;
}
section.fixbtn img {
	width: 70%;
}
section.fixbtn ul {
	text-align: center;
}

section.fixbtn li {
	color: white;
	display: inline-block;
	font-size: 26px;
	margin-right: 10px;
	font-weight: bold;
}
section.fixbtn li:first-of-type {
	padding-left: 5%;
}

section.fixbtn span.c_box {
    display: inline-block;
    background: white;
    border-radius: 5px;
    min-width: 55px;
    padding: 5px 10px;
    text-align: right;
    min-height: 30px;
    margin-right: 5px;
    box-shadow: 0px 4px 0px 0px #be5f06;
}
section.fixbtn span.c_box span {
	font-size: 30px;
	color: black;
}

section.fixbtn a {
margin-top: -20px;
	display: block;
}

@media screen and (max-width:750px){

	#main {
	/*	padding-bottom: 50%;*/
	}


section.fixbtn {
width:100%;
}


section.fixbtn h3 {
	margin: 0;
	text-align: center;
    margin-bottom: 1%;
}

section.fixbtn a img {
	display: block;
	margin: 0 auto;
}
section.fixbtn img {
	width: 100%;
}
section.fixbtn ul {
	text-align: center;
}

section.fixbtn li {
	color: white;
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	font-weight: bold;
}
section.fixbtn li:first-of-type {
	padding-left: 8%;
}

section.fixbtn span.c_box {
    display: inline-block;
    background: white;
    border-radius: 5px;
    min-width: 40px;
    padding: 3px 8px;
    text-align: right;
    min-height: 30px;
    margin-right: 5px;
    box-shadow: 0px 4px 0px 0px #be5f06;
}
section.fixbtn span.c_box span {
	font-size: 24px;
	color: black;
}

section.fixbtn a {
margin-top: -4%;
	display: block;
}
}



/*アコーディオン*/
.acd nav{ display: none; }

.nav-open{
background: url("img/acd_off.jpg") no-repeat;
	background-position: center;
	height: 70px;
	background-size: contain;
	cursor: pointer;
}
.nav-open.active {
background: url("img/acd_on.jpg") no-repeat;
	background-position: center;
		background-size: contain;
}
@media (max-width: 750px) {
	.nav-open {
		height: 0;
		padding: 6% 0;
	}
}

.pd {
	padding-top: 3%;
}