@charset "utf-8";

html {
	color:#000;
	background:#fff;
	overflow-y: scroll;
}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	word-wrap:break-word;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,
q:before,q:after {
	content: '';
	content: none;
}
input,textarea {
	margin: 0;
	padding: 0;
}
ol,ul{
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
}
legend {
	color:#000;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:focus {
	outline:none;
}
a:hover {
	opacity:0.7;
}

/**
 *
 * 
 *
 */

body {
	font-family: "Zen Maru Gothic", serif;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}
.content{
	max-width: 950px;
	margin: auto;
	padding: 0 20px;
}
.content02{
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
}

.btn {
	text-align: center;
}
.txt_normarl{
	font-weight: 600;
	 line-height: 1.8;
	text-align: center;
	 font-size: 1.4em;
}
.txt_middle{
	font-weight: 600;
	 line-height: 1.8;
	text-align: center;
	 font-size: 1.6em;
}
	
.txt_large{
	font-weight: 900;
	 line-height: 1.8;
	text-align: center;
	 font-size: 2.6em;
}
@media screen and (max-width: 950px) {
.txt_normarl {
	font-size: 1.2em;
}
.txt_large{
	font-size: 2.4em;
}
.txt_middle{
	font-size: 1.4em;
	line-height: 1.6;
}
}
@media screen and (max-width: 768px) {
.txt_large {
	font-size: 2em;
}
.txt_middle{
	font-size: 1.2em;
	line-height: 1.6;
}
}
@media screen and (max-width: 599px){
.txt_normarl {
	font-size: 1em;
}
.txt_large {
	font-size: 1.8em;
	line-height: 1.4;
}
}
@media screen and (max-width: 400px){
.txt_normarl {
	font-size: .8em;
	line-height: 1.6;
}
.txt_large {
    	font-size: 1.4em;
}
.txt_middle {
	font-size: 1em;
}
}

	
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width: 599px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

/* header */


/* footer */
footer{
	background: #000;
	color:#fff;
	padding: 50px 0;
}
.footer_link_btnarea{
	max-width: 450px;
	margin: auto;
	text-align: center;
}
.footer_txt{
	font-weight: bold;
	padding-bottom: 5px;
}
.footer_link_btn01{
	padding-bottom: 35px;
}
.footer_sns_area{
	display: flex;
	justify-content: space-around;
	margin: 70px auto 50px;
	width: 15%;
}
.footer_sns_x{
	margin-right: 15px;
}
.footer_copy_area{
	border-top: solid 1px;
	padding-top: 20px;
}
.footer_nav{
	line-height: 1.6;
    	font-family: "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}	
.footer_nav_list{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
}	
.footer_nav_item + .footer_nav_item{
	margin-left: 20px;
}
.footer_copy{
	font-size: 0.8em;
	padding-top: 15px;
}


@media screen and (max-width: 768px) {
footer{
	padding: 50px 0 10px;
}
.footer_link_btnarea{
	width: 50%;
}
.footer_sns_area{
	margin: 40px auto 50px;
}
.footer_nav_list{
	flex-direction: column;
	text-align: center;
	line-height: 3em;
}
.footer_nav_item + .footer_nav_item {
    margin-left: 0;
}
.footer_copy{
	text-align: center;
	font-size: 0.8em;
	padding-top: 15px;
}

}
@media screen and (max-width: 599px) {
.footer_link_btnarea {
	width: 75%;
}
.footer_link_btn01 {
	padding-bottom: 25px;
}
.footer_sns_area {
	width: 25%;
}
}
/* top */
#top{
	max-width: 1100px;
	margin: auto;
}
.top_img{
	text-align: center;
}	


/* main */
.main {
	background: #fff;
	padding-bottom: 70px;
}	

/* grass_menu */
#grass_menu {
	max-width: 1100px;
	margin: 30px auto;
}
.anchors_outer {
	width: 100%;
}
.anchors {
	display: flex;
	justify-content: center;
	background: #fff;
	border-radius: 50px;
	padding: 12px 0;
	margin: auto;
	border: solid 1px;
}
.anchors_item {
	border-right: 5px solid #000;
	padding: 0 10px;
	flex-grow: 1;
	text-align: center;
	font-weight: bold;
}
.anchors_link {
	height: 100%;
	font-size: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -1px;
}
.anchors_item:last-child {
	border-right: none;
}
.anchors_title {
	font-weight: bold;
	line-height: 25px;
}
.menubr{
	display: none !important;
}
@media screen and (max-width: 1100px) {
#grass_menu{
	margin: 30px 15px;
}
}

@media screen and (max-width: 950px) {
.menubr{
	display: block !important;
}
.anchors {
	padding: 10px 0;
}
.anchors_title{
	line-height: 1.4;
}
}

@media screen and (max-width: 767px){
.menu_wrap{
	margin: 0 auto;
	padding: 0;
}
.anchors {
	flex-wrap: wrap;
	padding: 10px;
	
}
.anchors_item {
	width: 45%;
}
.anchors_item:nth-child(2n) {
	border-right: none;
}
.anchors_item:nth-child(n+3) {
	margin-top: 1.4rem;
}
}
@media screen and (max-width: 599px){
.anchors_item {
	width: 40%;
	border-right: 3px solid #000;
	padding: 0 5px;
}
.anchors {
	border-radius: 40px;
}
.anchors_link {
	font-size: .9em;
	line-height: 1.6;
}
.anchors_item:nth-child(n+3) {
	margin-top: 1rem;
}
}
@media screen and (max-width: 400px){
.anchors_title{
	font-size: .7em;
	line-height: 1.6;
}
}

/* what_sugupa_camp */
#what_sugupa_camp{
	padding: 50px 0 0;
}
.what_sugupa_camp_ttl{
	max-width: 800px;
	margin: auto;
	text-align: center;
}
.what_sugupa_camp_txtarea{
	padding: 20px 0 25px;
	position: relative;
}
.what_sugupa_camp_icon{
	position: absolute;
	bottom: 20px;
}
.green_back_imgarea{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 15px 0 30px;
}
.green_back_img01{
	width: 32%;
}
.green_back_img02{
	width: 62%;
}
.green_back_txt{
	line-height: 1.4;
}
.what_btn_area{
	padding: 60px 0 35px;
	text-align: center;
	max-width: 850px;
	margin: auto;
	position: relative;
}
.sans_txt{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 2em;
	margin-bottom:5px;
}	
.what_btn{
	filter: drop-shadow(3px 6px 0px #b6b6b6);
}
.what_btn:active {
	filter: none;
	position: relative;
	top: 3px;
}
.kami{
	width: 20%;
	vertical-align: middle;
	
}
.kami_img{
	margin-right: -40px;
}
.what_sugupa_camp_icon02{
	text-align: right;
	margin: 0 0 0 auto;
	position: absolute;
	top: 40px;
	right: -50px;
}

@media screen and (max-width: 950px) {
#what_sugupa_camp {
	padding: 30px 0 0;
}
.what_sugupa_camp_ttl{
	width: 70%;
}
.what_sugupa_camp_icon img{
	width: 80%;
}
}
@media screen and (max-width: 850px) {
.what_sugupa_camp_icon02{
	right: 0px;
}
.what_btnarea{
	width: 75%;
    margin: auto;
}
}
@media screen and (max-width: 768px) {
.sans_txt{
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 1.6em;
}
.what_sugupa_camp_icon02 img{
	width: 85%;
}
}
@media screen and (max-width: 599px){
#what_sugupa_camp {
	padding: 10px 0 0;
}
.what_sugupa_camp_ttl {
	width: 100%;
}
.what_sugupa_camp_icon{	
	width: 10%;
	top: 10px;
	bottom: 0;
}
.what_btn_area {
	padding: 40px 0 35px;
}
.what_btnarea{
	width: 95%;
	margin: auto;
}
.sans_txt{
	font-size: 1.3em;
	margin-bottom: 5px;
}
.what_sugupa_camp_icon02{
	top: 20px;
}
.what_sugupa_camp_icon02 img {
	width: 50%;
}
.green_back_imgarea{
	flex-direction: column;
}
.green_back_img01{
	width: 70%;
	margin-bottom: 20px;
}
.green_back_img02{
	width: 85%;
}
}
@media screen and (max-width: 420px){
.sans_txt {
	font-size: 1em;
	margin-bottom: 5px;
}
}

/* campaign */
#campaign{
	padding: 50px 0 0;
}
.campaign_subttl{
	max-width: 750px;
	margin: auto;
	padding: 70px 0 40px;
}
.campaign_txt{
	line-height: 1.4;
}
.campaign_img{
	padding-top: 70px;
}
.campaign_summaryback{
	padding: 50px 20px;
	background: rgba(201,201,200,0.5);
	margin-top: -1px;
	border-bottom-right-radius: 60px;
}
.campaign_oubo_ttl{
	max-width: 500px;
	margin: auto;
}
.campaign_mtxt{
	font-size: 1.8em;
}
.campaign_quiz_img{
	text-align: center;
}
.campaign_btnarea{
	max-width: 600px;
	margin: auto;
}
.campaign_btn{
	filter: drop-shadow(3px 6px 0px #b6b6b6);
}
.campaign_btn:active {
	filter: none;
	position: relative;
	top: 3px;
}
.campaign_mtxt{
	padding: 30px 0;
	line-height: 1.4;
}
.campaign_mtxt02{
	padding: 10px 0 40px;
	line-height: 1.4;
}
@media screen and (max-width: 950px) {
.campaign_subttl{
	width: 75%;
	padding: 60px 0 30px;
}
.campaign_txt {
	line-height: 1.6;
}
}
@media screen and (max-width: 768px) {
.campaign_btnarea{
	width: 65%;
}
.campaign_mtxt{
	font-size: 1.6em;
}	
}
@media screen and (max-width: 599px){
.campaign_subttl {
	width: 90%;
	padding: 40px 0 20px;
}
.campaign_summaryback {
	padding: 40px 0;
	border-bottom-right-radius: 25px;
}
.campaign_summaryarea{
	padding: 0 10px;
}
.campaign_oubo_ttl{
	width: 80%;
}
.campaign_quiz_img {
	margin: 0 5px;
}
.campaign_btnarea {
	width: 85%;
}
.campaign_mtxt {
    font-size: 1.2em;
}
}


/* first_present */
#first_present{
	padding: 80px 0 0;
}
.first_present_ttl{
	text-align: center;
	font-size: 1.4em;
	background: #231815;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.first_present_place{
	display: flex;
	align-items: center;
	padding: 30px 20px;
	justify-content: center;
}
.first_present_place_logo{
	width: 45%;
	margin-right: 5px;
}
.first_present_day{
	width: 50%;
	padding-top: 50px;
}
.tokuten_ttl{
	padding: 30px 0;
}
.event_btnarea{
	max-width: 450px;
	margin: auto;
}
.event_btn_txt{
	padding-top: 70px;
}
@media screen and (max-width: 768px) {
.event_btnarea{
	width: 50%;
}
.first_present_ttl{
	padding: 5px;
}
}

@media screen and (max-width: 599px){
#first_present {
	padding: 40px 0 0;
}
.first_present_ttl{
	font-size: 1.2em;
}
.first_present_place{
	padding: 20px 0;
}
.event_btn_txt {
	padding-top: 40px;
	font-size: 1.4em;
	padding-bottom: 10px;
}
.event_btnarea {
	width: 75%;
}
}
@media screen and (max-width: 400px){
.first_present_ttl {
	font-size: .8em;
}
.first_present_place {
	padding: 5px 0;
}
}
/* camp_eat */
#camp_eat{
	padding: 100px 0 0;
}
.camp_eat_subttl{
	padding: 50px 0 30px;
}
.camp_eat_txt{
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}
.camp_eat_icon{
	margin: -30px -50px 0 auto;
	text-align: right;
}
.top_camp_recipe_name{
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	line-height: 1.2;
}
.top_camp_recipe_right{
	max-width: 1200px;
	margin: 0 0 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 70px;
}
.top_camp_recipe_left{
	max-width: 1200px;
	margin: 0 auto 0 0;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 70px;
}
.recipe_link_btnarea{
	max-width: 600px;
	margin: auto;
}
.recipe_link_btn{
	filter: drop-shadow(3px 6px 0px #b6b6b6);
}
.recipe_link_btn:active {
	filter: none;
	position: relative;
	top: 3px;
}

@media screen and (max-width: 950px) {
.camp_eat_subttl{
	width: 90%;
	margin: auto;
}
}
@media screen and (max-width: 768px) {
.camp_eat_txt {
	font-size: 1.4em;
}
.camp_eat_icon{
	margin: 5px 0 0 auto;
}
.camp_eat_icon img{
	width: 13%;
}
.top_camp_recipe_name {
	font-size: 2.2em;
}
.recipe_link_btnarea{
	width: 65%;
}
}
@media screen and (max-width: 599px){
#camp_eat {
	padding: 70px 0 0;
}
.camp_eat_subttl {
	padding: 25px 0 25px;
	width: 95%;
}
.camp_eat_txt {
	font-size: 1em;
}
.camp_eat_icon {
	margin: -5px 0 10px auto;
}
.camp_eat_icon img {
	width: 20%;
}
.top_camp_recipe_name {
	font-size: 1.6em;
}
.top_camp_recipe_right,.top_camp_recipe_left{
	padding-bottom: 50px;
}
.recipe_link_btnarea {
	width: 75%;
}
}
@media screen and (max-width: 400px){
#camp_eat {
	padding: 50px 0 0;
}
.top_camp_recipe_name {
	font-size: 1.4em;
}
}

/* camp_idea */
#camp_idea{
	background: url(../img/camp_idea_back.png);
	margin-top: 100px;
	padding: 70px 0;
	background-size: cover;
}
.camp_idea_icon01{
	position: relative;
	top: 40px;
	left: 40px;
}
.camp_idea_subttl{
	max-width: 600px;
	margin: auto;
}
.camp_idea_icon02{
	margin: 0 0 0 auto;
	text-align: right;
}
.logo_supervision{
	max-width: 500px;
	margin: -70px auto 0;
}
.camp_idea_readarea{
	background: #231815;
	border-radius: 60px 0 60px 0; /* 左上、右上、右下、左下 */
	color:#fff;
	margin: 40px 0;
	padding: 20px;
}
.camp_idea_read_txt{
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8;
	letter-spacing: -1.1px;
	font-weight: bold;
}

.camp_idea01{
	padding-bottom: 80px;
	border-bottom: solid 8px;
}
.camp_idea_txtarea_posi{
	position: relative;
	padding-bottom: 120px;
}
.camp_idea_txtarea{
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.camp_idea_text{
	width: 45%;
	margin-right: 20px;
}	
.camp_idea_txt{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.5px;
}
.camp_idea_img{
	width: 55%;
}
.camp_idea_icon03{
	margin: 0 0 0 auto;
	padding: 10px 70px 0 0;
	text-align: right;
}
.camp_idea_icon04{
	position: absolute;
	right: -30px;
	bottom: 0;
}
.subcampmidasi01{
	margin-top: -50px;
}
.camp_idea_smalltxt{
	font-weight: bold;
	padding-top: 40px;
	font-size: .9em;
	line-height: 1.6;
}
.camp_idea02,.camp_idea03{
	padding-top: 20px;
	padding-bottom: 80px;
	border-bottom: solid 8px;
}
.camp_idea_contet_mtxt{
	font-weight: bold;
	font-size: 2.2em;
	line-height: 1.6;
}	
.mtxt01::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 40px;/*画像の幅*/
	height: 40px;/*画像の高さ*/
	background-image: url(../img/no01.png);
	background-size: contain;
	vertical-align: sub;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.camp_idea_area03,.camp_idea_area04,.camp_idea_area06,.camp_idea_area07{
	margin-top: 5px;
}
.mtxt02{
	padding-top: 40px;
}
.mtxt02::before {
	content: '';/*何も入れない*/
	display: inline-block;
	width: 40px;/*画像の幅*/
	height: 40px;/*画像の高さ*/
	background-image: url(../img/no02.png);
	background-size: contain;
	vertical-align: sub;
	padding-right: 10px;
	background-repeat: no-repeat;
}
.dast_tec{
	padding:70px 0;
}
.camp_idea_large_txt{
	text-align: center;
	font-weight: bold;
	font-size: 2.4em;
	letter-spacing: -1px;
}

.camp_idea_middle_txt{
	text-align: center;
	padding: 0 0 10px;
	font-size: 2.2em;
	font-weight: bold;
}
.camp_idea_middle_txt02{
	text-align: center;
	padding: 0 0 10px;
	font-size: 2.4em;
	font-weight: bold;
}
.camp_idea_middle_txt03{
	text-align: center;
	padding: 0 0 10px;
	font-size: 2em;
	font-weight: bold;
}


.camp_idea_large_txt02{
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -1px;
}
.camp_idea_icon05{
	padding: 30px 50px;
}
.camp_idea_icon06{
	margin: -90px 0 0 auto;
	text-align: right;
}
.camp_idea04 {
 	padding-top: 20px;
	padding-bottom: 120px;
	border-bottom: solid 8px;
}
.check_list{
	margin: 30px 0 40px;
	position: relative;
}
.check_list_area li{
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.1;
	padding-bottom: 25px;
}
.check_list_item_smalltxt{
	font-size: 0.6em;
	background: #000;
	color: #fff;
	padding: 0px 5px 4px 5px;
	display: inline-block;
	margin-left: 35px;
	line-height: 1.6;
	margin-top: 5px;
}

input[type="checkbox"] {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"] {
	position: relative;
	width: 30px;
	height: 30px;
	border: 4px solid #000;
	vertical-align: -4px;
}

input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 7px;
	transform: rotate(50deg);
	width: 5px;
	height: 15px;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	content: '';
}
label{
	font-weight: bold;
	margin-left: 10px;
}
.camp_idea_icon07{
	position: absolute;
	top: 0;
	right: 0;
}
.check_link_area{
	position: relative;
	margin-top: 30px;
}
.check_link_btnarea{
	max-width: 300px;
	margin: auto;
}
.camp_idea_icon08{
	position: absolute;
	top: 0;
	left: 0;
}
.camp_idea_icon09{
	position: absolute;
	top: 0;
	right: 0;
}
.other_link_area{
	padding: 40px 0 10px;
}
.other_link_btnarea{
	max-width: 450px;
	margin: 30px auto 0;
}
.other_link_btn01{
	padding-bottom:35px;
}

@media screen and (max-width: 768px) {
#camp_idea{
	margin-top: 70px;
	padding: 50px 0;
}
.camp_idea_subttl{
	width: 70%;
}
.camp_idea_icon01{
	width: 10%;
}
.camp_idea_icon02 img{
	width: 14%;
}
.logo_supervision {
	width: 50%;
	margin: -50px auto 0;
}
.camp_idea_txtarea_posi {
	padding-bottom: 120px;
}
.camp_idea_readarea {
	margin: 25px 0;
}
.camp_idea_read_txt{
	font-size: 1.4em;
	line-height: 1.7;
}

.camp_idea_text {
	width: 50%;
	margin-right: 15px;
}
.camp_idea_txt{
	font-size: 1em;
}
.camp_idea_img {
	width: 50%;
}
.camp_idea_icon03{
	margin: 5px 0 auto;
	padding: 0 40px 0 0;
}
.camp_idea_icon03 img{
	width: 20%;
}
.camp_idea_icon04{
	right: 0;
	bottom: 15px;
}
.camp_idea_contet_mtxt {
	font-size: 1.8em;
}
.camp_idea_large_txt {
	font-size: 1.8em;
}
.camp_idea_middle_txt{
	font-size: 1.8em;
}
.camp_idea_large_txt02{
	font-size: 2.2em;
}
.dast_tec {
	padding: 55px 0;
}
.camp_idea_icon05 img{
	width: 55%;
}
.camp_idea_icon06 {
	margin: -65px 0 0 auto;
}
.camp_idea_icon06 img{
	width: 12%;
}
.camp_idea_middle_txt02{
	font-size: 2em;
}
.check_list_area li{
	font-size: 1.6em;
}
.check_list_area{
	padding: 0 10px;
}
input[type="checkbox"]{
	width: 25px;
	height: 25px;
	border: 2px solid #000;
}
.camp_idea_icon07{
	width: 30%;
}
.check_link_btnarea {
	width: 38%;
}
.camp_idea_icon08{
	width: 8%;
}
.camp_idea_icon09 {
	width: 14%;
}
.camp_idea01,.camp_idea02,.camp_idea03,.camp_idea04{
	padding-bottom: 80px;
	border-bottom: solid 4px;
}
.camp_idea_middle_txt03 {
	font-size: 1.6em;
}
.other_link_btnarea{
	width: 50%;
}
}

@media screen and (max-width: 599px){
#camp_idea {
	margin-top: 60px;
	padding: 40px 0;
}
.camp_idea_subttl {
	width: 80%;
}
.camp_idea_icon01 {
	top: 15px;
	left: 0;
}
.logo_supervision {
	width: 55%;
	margin: -20px auto 0;
}
.camp_idea_readarea{
	border-radius: 25px 0 25px 0;
}
.camp_idea_read_txt {
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0;
}
.camp_idea_txtarea{
	flex-direction: column;
}
.camp_idea_text {
	width: 100%;
	margin-right: 0;
}
.camp_idea_icon03{
	padding: 0;
}
.camp_idea_icon03 img {
	width: 15%;
}
.camp_idea_img {
	width: 100%;
	padding-top: 15px;
}
.camp_idea_icon04{
	width: 15%;
	bottom: 38px;
}
.camp_idea_smalltxt{
	padding-top: 20px;
}
.camp_idea01, .camp_idea02, .camp_idea03, .camp_idea04{
	padding-bottom: 50px;
}
.camp_idea_contet_mtxt {
	font-size: 1.4em;
}
.mtxt01::before{
	width: 30px;
	height: 30px;
}
.mtxt02::before{
	width: 30px;
	height: 30px;
}
.camp_idea_large_txt {
	font-size: 1.4em;
}
.camp_idea_txtarea{
	margin-top: 20px;
}
.dast_tec {
	padding: 40px 0;
}

.camp_idea_middle_txt {
	font-size: 1.2em;
}
.camp_idea_large_txt02 {
	font-size: 1.6em;
}
.camp_idea_icon05 {
	padding: 0;
	text-align: right;
}
.camp_idea_icon05 img {
	width: 25%;
}
.camp_idea_icon06 {
	margin: -30px 0 0 auto;
}
.camp_idea_middle_txt02 {
	font-size: 1.4em;
}
.camp_idea_icon07{
	top: -40px;
}
.check_list_area li {
	font-size: 1.4em;
}
.check_link_btnarea {
	width: 50%;
}
.camp_idea_middle_txt03 {
	font-size: 1.2em;
}
.other_link_btnarea {
	 width: 75%;
}
.other_link_btn01 {
	padding-bottom: 25px;
}
}	
/* campaign02 */
#campaign02{
	padding-top: 70px;
}
.campaign_requirements{
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 50px;
	position: relative;
}
.requirements_ttl{
	text-align: center;
	font-weight: bold;
	font-size: 2.4em;
	letter-spacing: 8px;
}
.requirements_txt{
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 30px;
}
.camp_requirements_icon{
	position: absolute;
	top: 25px;
	right: 45px;
}
@media screen and (max-width: 768px) {
.requirements_ttl{
	font-size: 2em;
}
.requirements_txt {
	font-size: 1em;
	padding: 15px 30px;
}
.camp_requirements_icon{
	width: 15%;
}
}
@media screen and (max-width: 599px) {
#campaign02 {
	padding-top: 40px;
}
.campaign_requirements {
	margin-top: 30px;
}
.requirements_ttl {
	font-size: 1.4em;
}
.requirements_txt {
	font-size: .9em;
	padding: 15px 10px;
}
.camp_requirements_icon{
	right: 10px;
}
}

@media screen and (max-width: 400px) {
.camp_idea_read_txt {
	font-size: 1em;
}
.camp_idea_txt {
	font-size: .8em;
}
.camp_idea_smalltxt{
	font-size: .7em;
}
.camp_idea_contet_mtxt {
	font-size: 1.2em;
}
.mtxt01::before {
	width: 25px;
	height: 25px;
	padding-right: 5px;
}
.mtxt02::before {
	width: 25px;
	height: 25px;
	padding-right: 5px;
}
.check_list {
	margin: 30px 0 20px;
}
.check_list_area li {
	font-size: 1.2em;
}
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	border: 2px solid #000;
}
.camp_idea_large_txt02 {
	font-size: 1.2em;
}
}

/* レシピページ */
.recipe_hr{
	max-width: 1100px;
	margin: auto;
}

/* レシピTOP */
.hash_tag{
	text-align: right;
	font-weight: bold;
	font-size: 1.4em;
	margin-right: 25px;
	margin-top: -25px;
}
.recipe_ttlarea{
	text-align: center;
	padding: 50px 0 20px;
}
.recipe_ttl{
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1.2;
	padding-top: 20px;
}
.recipe_explanationarea{
	padding-top: 15px;
	display: flex;
	justify-content: space-between;

}
.recipe_explanationtxt{
	font-size: 1.6em;
	font-weight: bold;
}
.recipe_explanation_use_midasi{
	font-weight: bold;
	letter-spacing: 1.1px;
}
.recipe_explanation_use{
	width: 15%;
}
.recipe_explanation_use_txt{
	font-size: .6em;
	font-weight: bold;
}
.recipe_materialarea{
	margin-top: -50px;
}
.recipe_material_ttl,.recipe_makearea_ttl{
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
.recipe_material{
	display: flex;
	justify-content: space-between;
	max-width: 770px;
}
.recipe_material_listarea{
	width: 57%;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.5;
}

.recipe_material_detail{
	width: 27%;
}
.recipe_makearea{
	padding: 40px 0;
}
.recipe_makeitem{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;
}
.recipe_makelist{
	list-style: decimal;
	padding-left: 1.5em;
	margin-left: 0.5em;
}	
.material_list{
	font-weight: bold;
}

.recipe_supplement{
	padding-bottom: 50px;
}
.recipe_supplemenitem{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6;
}
.recipe_supplementlist{
	list-style: none;
	padding-left: 1.5em;
	margin-left: 0.5em;
}
.recipe_supplementlist li{
	 text-indent: -1.5em;
}
.recipe_supplementlist li:before{
	content: "※";
	margin-right: 0.5em;
}	

dd {
	margin: 0;
	
}
.material {
	display: flex;
	align-items: center;
}
.material::after {
	content: '';
	border-top: 3px dotted;
	flex: auto;
}
.materialb {
	display: flex;
	align-items: flex-end;
}

.materialb::after {
	content: '';
	border-top: 3px dotted;
	flex: auto;
	height: 10px;
}

.name{
	padding-right: 10px;
	font-weight: bold;
}
.quantity {
	order: 1;
	padding-left: 10px;
	font-weight: bold;
}
.material_detail02{
	display: flex;
	flex-direction: column;
}
.material_detail02b{
	width: 130%;
	margin-top: 20px;
}
@media screen and (max-width: 850px) {
.recipe_materialarea {
	margin-top: 0;
}
.recipe_explanation_use {
	width: 20%;
}
.material_detail02b{
	width: 100%;
}
.recipe_material_detail {
	width: 30%;
}
}
@media screen and (max-width: 768px) {
.hash_tag{
	margin-top: -10px;
}
}
@media screen and (max-width: 599px) {
.hash_tag{
	margin-top: 0px;
	font-size: 1.2em;
}
.recipe_ttlarea {
	padding: 40px 0 20px;
}
.recipe_no{
	width: 15%;
	margin: auto;
}
.recipe_ttl{
	font-size: 1.6em;
	line-height: 1.4;
}
.recipe_explanationarea{
	flex-direction: column;
}
.recipe_explanationtxtarea{
	margin-bottom: 10px;
}
.recipe_explanationtxt{
	font-size: 1.2em;
}
.recipe_explanation_use {
	width: 35%;
	margin: 10px auto;
}
.recipe_materialarea {
	margin-top: 15px;
}
.recipe_material_ttl, .recipe_makearea_ttl{
	font-size: 1.2em;
}
.recipe_material{
	flex-direction: column;
}
.recipe_material_listarea {
	width: 100%;
	margin-right: 0;
	line-height: 1.8;
	font-size: .8em;

}
.recipe_material_detail {
	width: 60%;
	margin: 30px auto 0;
}
.recipe_makeitem {
	font-size: .8em;
}
.recipe_supplementlist{
	margin-left: 0;
}
.recipe_supplemenitem {
	font-size: .8em;
}
.recipe_makelist{
	padding-left: 0.5em;
}
}
@media screen and (max-width: 400px) {
.recipe_ttl {
	font-size: 1.4em;
	line-height: 1.4;
	padding-top: 15px;
}
.recipe_explanationtxt {
	font-size: 1em;
}
.recipe_explanation_use_midasi {
	font-size: .8em;
	margin-top: 10px;
}
.recipe_material_ttl, .recipe_makearea_ttl{
	font-size: 1em;
}
}







/* 320px以下の指定 */
@media screen and (max-width: 320px) {
.content {
	padding: 0 10px;
}
#grass_menu {
	margin: 15px 10px;
}
.anchors{
	border-radius: 30px;
}
.anchors_item {
	border-right: 2px solid #000;
}
.anchors_title {
	font-size: .6em;
	line-height: 1.4;
}
.txt_normarl {
	font-size: .7em;
}
.txt_large {
	font-size: 1.2em;
}
.txt_middle {
	font-size: .8em;
}
.what_sugupa_camp_txtarea {
	padding: 20px 0 15px;
}
.sans_txt {
	font-size: .8em;
}
#campaign {
	padding: 20px 0 0;
}
.campaign_subttl {
	width: 100%;
	padding: 25px 0 20px;
}
.campaign_summaryback {
	margin-right: 6px;
	padding: 25px 0;
	border-bottom-right-radius: 20px;
}
.campaign_mtxt {
	padding: 20px 0;
}
.campaign_mtxt02 {
	padding: 10px 0 20px;
}
.campaign_btn {
	filter: drop-shadow(1px 3px 0px #b6b6b6);
}
.first_present_place {
	padding: 10px 0;
}
.first_present_day {
	padding-top: 25px;
}
.tokuten_ttl {
	padding: 20px 0;
}
.camp_eat_subttl {
	padding: 25px 0 20px;
}
.camp_eat_txt {
	font-size: .8em;
}
.top_camp_recipe_name {
	font-size: 1.1em;
}
.top_camp_recipe_right, .top_camp_recipe_left {
	padding-bottom: 30px;
}
#camp_idea {
	margin-top: 40px;
	padding: 25px 0;
}
.camp_idea_read_txt {
	font-size: .8em;
}
.camp_idea_txt {
	font-size: .7em;
}
.camp_idea_txtarea_posi {
	padding-bottom: 95px;
}
.camp_idea_smalltxt {
	font-size: .6em;
}
.camp_idea01, .camp_idea02, .camp_idea03, .camp_idea04{
	border-bottom: solid 2px;
}
.camp_idea_contet_mtxt {
	font-size: .9em;
}
.mtxt01::before {
 	width: 20px;
	height: 20px;
}
.mtxt02::before {
 	width: 20px;
	height: 20px;
}
.mtxt02 {
	padding-top: 20px;
}
.camp_idea_txtarea {
	margin-top: 5px;
}
.camp_idea_large_txt {
	font-size: 1em;
}
.camp_idea_middle_txt {
	font-size: 1em;
}
.dast_tec {
	padding: 30px 0;
}
.camp_idea_middle_txt02 {
	font-size: 1em;
}
.check_list_area li {
	font-size: 1em;
}
.check_list_item_smalltxt {
	margin-left: 30px;
}
.camp_idea_large_txt02 {
	font-size: 1em;
}
.check_link_btnarea {
	width: 55%;
}
.camp_idea_middle_txt03 {
	font-size: .9em;
}
.other_link_area {
	padding: 25px 0 10px;
}
.other_link_btnarea {
	margin: 20px auto 0;
}
#campaign02 {
	padding-top: 20px;
}
.requirements_ttl {
	font-size: 1.1em;
}
.requirements_txt {
	font-size: .7em;
	padding: 15px 0px;
}
footer {
	padding: 35px 0 10px;
}
.footer_txt{
	font-size: .8em;
}
.footer_sns_area {
	width: 30%;
	margin: 30px auto 40px;
}
.footer_nav_list{
	font-size: .6em;
}
.footer_copy{
	font-size: 0.5em;
}

.hash_tag{
	font-size: 1em;
}
.recipe_ttl{
	font-size: 1.1em;
}
.recipe_explanationtxt {
	font-size: .8em;
}
.recipe_explanation_use{
	width: 55%;
}
.recipe_material_ttl, .recipe_makearea_ttl{
	font-size: .9em;
}
.recipe_material_listarea,.recipe_makeitem,.recipe_supplemenitem{
	font-size: .6em;
}
.material::after{
	border-top: 2px dotted;
}
.recipe_makearea {
	padding: 25px 0;
}
.recipe_supplement {
	padding-bottom: 25px;
}
.materialb::after{
	height: 7px;
}
}