@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #333;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
    background-image: linear-gradient(180deg, rgba(5, 121, 59, 1), rgba(141, 194, 31, 1) 50%, rgba(5, 121, 59, 1));
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; margin: 0; padding: 0; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:1.8rem;
	max-width: 750px;
	box-shadow: 0 0 20px #000;
}

.for_pc{
	display:block;
	margin:0 auto;
}

.for_sp{
	display:none;
	margin:0 auto;
}

.note{
	font-size: 1.4rem;
}

/* sp */
@media screen and (max-width: 750px){

	body {
		font-size:1.5rem;
	}
	.for_pc{
		display:none;
		margin:0 auto;
	}
	.for_sp{
		display:block;
		margin:0 auto;
	}
}

/* =========================================================
ヘッダー
========================================================= */
header{
	text-align: left;
    padding: 1rem 2rem;
    background-color: #fff;
}

header img{
    max-width: 40%;
    margin: 0 auto;
}

@media screen and (max-width: 750px){
    header img{
    max-width: 50%;
    margin: 0 auto;
}
}

/* =========================================================
メインビジュアル
========================================================= */
main{
	background-image: url("../img/bg_washi.webp");
    background-size: cover;
}

.main_bg{
    background-image: url("../img/main_bg01.webp"), url("../img/main_bg02.webp");
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 4rem;
}

.main_majica{
    background-color: #000;
    color: #FFF;
    font-weight: 800;
    font-size: 2.4rem;
    padding: 1rem;
}

.title::before{
    content: ""; 
    display: inline-block;
    vertical-align: middle;
    background-image: url("../img/majica_icon.webp");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

h2{
    color: #FFF;
    font-weight: 700;
    font-size: 2rem;
    padding-top: 2rem;
}

h1{
    padding: 1rem 0 3rem;
}

.schedule_box{
    position: relative;
    border-radius: 100px;
    background-color: #fff;
    padding: 2rem 0 1rem;
    margin: 0 3rem;
}

.schedule_ttl{
    position: absolute;
    top:-1.5rem;
    right: 0;
    left: 0;
}

.schedule{
    font-weight: 800;
    font-size: 3.4rem;
}

.schedule span{
    font-size: 2.6rem;
}

.sunday{
    color: #e50012;
}

@media screen and (max-width: 750px){
.main_bg{
    background-image: url("../img/main_bg01.webp"), url("../img/main_bg02.webp");
    background-size: 50%, 60%;
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
    padding-bottom: 4rem;
}
.main_majica{
    font-size: 2rem;
    padding: 1rem;
}
    
.title::before{
    width: 30px;
    height: 30px;
    margin-right: 1rem;
}
    h2{
       font-size: 1.6rem; 
    }
    .schedule_box{
    padding: 2rem 0 1rem;
    margin: 0 1rem;
    }
    .schedule{
    font-weight: 800;
    font-size: 2.8rem;
}
.schedule span{
    font-size: 2rem;
}
    .schedule_ttl{
            position: absolute;
    top:-1rem;
    right: 0;
    left: 0;
        margin: 0 2rem;
    }
}

/* =========================================================
内容
========================================================= */
article{
    background-image: linear-gradient(180deg, rgba(5, 121, 59, 1), rgba(141, 194, 31, 1) 50%, rgba(5, 121, 59, 1));
}

.yagasuri{
    background-image: url("../img/yagasuri.webp");
    background-size: 50%;
    padding: 4rem 0;
}

.cp_inner{
    max-width: 90%;
    margin: 0 auto;
}

h3{
color: #00763c;
font-weight: 800;
font-size: 2.6rem;
padding-bottom: 1rem;
}

h4{
color: #00763c;
font-weight: 800;
font-size: 2.2rem;
padding: 3rem 0 1rem;
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #00763c;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

#outline{
  padding: 0 0 3rem;  
}

.outline_txt{
    color: #FFF;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.8;
}

.kingaku{
    display:inline-block;
    color:#e50012;
    background-color: #fff000;
    font-weight: 800;
    font-size: 2.2rem;
    padding: 0 3rem 0.5rem;
    margin: 1rem 0;
}

.kingaku span{
    font-weight: 900;
    font-size: 3.4rem;
}

.contents_box{
    border: solid 6px #eacc5d;
    background-image: linear-gradient(180deg, rgba(255, 246, 233, 1), rgba(255, 255, 255, 1) 50%, rgba(255, 246, 233, 1));
    margin-bottom: 4rem;
}

.contents_box_bg{
    background-image: url("../img/contents_bg01.webp"), url("../img/contents_bg02.webp");
    background-position: top center, bottom center;
    background-repeat: no-repeat;
}

.cp_ttl{
    padding: 2rem 0;
}

.contents_inner{
    padding: 3rem;
}

.contents_txt{
	font-weight: 700;
	font-size:2.4rem;
	line-height: 1.2;
}

.tousen{
color: #e50012;
}

.tousen span, .plan{
font-weight: 900;
font-size: 4rem;
}

.time, .address span, .rice span{
font-size: 1.8rem;
}

.saturday{
	color: #009CFF;
}

.contents_box .attention{
	font-weight: 500;
	font-size:1.4rem;
	padding-top:0.5rem;
}

.contents_box .note{
    border-top: solid 2px #00763c;
    padding-top: 1rem;
    margin-top: 4rem;
    text-align: left;
}

.tousen_container{
	display: flex;
	flex-wrap:nowrap;
	column-gap:2rem;
	place-content:center;
	margin: 1rem 0;
}

.tousen_sec{
	padding:0.5rem 2.5rem;
	color: #FFF;
	font-weight: 700;
	font-size: 2.2rem;
}

.tousen_txt{
	place-content:center;
	font-weight: 800;
	font-size: 2.2rem;
}

.ichiji{
	background-color: #05793b;
}

.niji{
	background-color: #8dc21f;
}

.entry_container{
    padding: 4rem 0;
}

.entry_btn a{
	display:block;
	background-color: #fff000;
	padding: 2rem 0.5rem;
	max-width: 80%;
	border-radius: 100px;
	margin: 0 auto;
	color: #000;
	font-size: 2.6rem;
	font-weight: 700;
	text-decoration: none;
    box-shadow: 4px 6px 0 rgba(5,121,59,0.7);
}

.entry_btn a:hover{
opacity: 0.8;
}

.entry_container .note{
font-weight: 500;
color: #FFF;
padding: 1rem 0 4rem;
}

@media screen and (max-width: 750px){
.yagasuri{
    background-size: 60%;
}
    h3{
font-size: 2rem;
padding: 1.5rem 0;
line-height: 1.2;
}

h3 span{
font-size: 1.6rem;
}   
    
    h4{
font-size: 1.8rem;
padding: 3rem 0 1rem;
}
.head-border:before,
.head-border:after {
    content: "";
    height: 1.5px;
    flex-grow: 1;
    background-color: #00763c;
}
    .outline_txt{
    color: #FFF;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6;
}
    .kingaku{
    font-size: 2rem;
    padding: 0 3rem 0.5rem;
    margin: 1rem 0;
}

.kingaku span{
    font-weight: 900;
    font-size: 3rem;
}
    .contents_inner{
    padding: 1.5rem;
}
    .contents_txt{
	font-weight: 700;
	font-size:2rem;
	line-height: 1.2;
}
    .contents_box .attention{
	font-size:1.4rem;
	padding-top:1rem;
}
    .tousen span, .plan{
font-weight: 900;
font-size: 3rem;
}
    .time, .address span, .rice span{
font-size: 1.6rem;
}
    .tousen_sec{
	padding:0.5rem 2.5rem;
	font-size: 2rem;
}
    
    .tousen_container{
	column-gap:　0.5rem;
	place-content:center;
	margin: 1rem 0;
}

.tousen_txt{
	font-size: 2rem;
}
    .entry_btn a{
        max-width: 100%;
        font-size: 2.2rem;
    }
}

/* =========================================================
店舗リスト
========================================================= */
.areaname{
	padding-top: 2.6rem;
	margin-bottom: 0.5rem;
	font-weight: 700;
    font-size: 2.4rem;
	color: #05793b;
}

.areaname_sub{
	padding-top: 1.8rem;
	font-weight: 600;
	text-align: left;
	margin-left:2rem;
	color: #05793b;
}

.shoplist{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
	max-width: 90%;
	margin: 2rem auto;
}

.shop a{
	display: block;
	place-content: center;
	padding: 2rem 1.5rem; 
	border: solid 1.5px #05793b;
	background-color: #FFF;
	text-decoration: none;
	color: #05793b;
	font-weight: 700;
	font-size: 1.6rem;
}

.shop a:hover{
	background-color: #05793b;
	color: #FFF;
}

@media screen and (max-width: 750px){
    .areaname_sub{
        margin-left: 0;
    }
    .areaname{
        font-size: 1.8rem;
        margin-bottom: 0;
    }
    .shoplist{
        max-width: 100%;
        grid-gap: 0.5rem;
    }
    .shop{
        display: grid;
    }
    .shop a{
        font-size: 1.4rem;
        padding: 1.5rem 0.5rem; 
    }
}
/* =========================================================
イベント情報
========================================================= */

.event_bnr{
	padding: 2rem;
}

.event_bnr a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 750px){
    .event_bnr{
	padding: 2rem 0;
}
}

/* =========================================================
majica_ucs
========================================================= */
.majica_ucs_bg{
	padding: 4rem 0;
	background-color: #fef4e3;
}
#majica_ucs ul {
  list-style: none!important;
}
#majica_ucs a{
	text-decoration: none;
  color: #fff;
}
body #majica_ucs{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:1.6em;
}

#majica_ucs{
	color: #333;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%!important;
	line-height:1.5!important;
}

/* hover */
#box_m a:hover,
#box_u a:hover{
  opacity: 0.5;
  transition: 0.3s;
}

/* majica */
#box_m{
  display: block; 
  grid-template-columns: 0; 
  width: calc(100% - 3em);
  max-width: 680px;
  margin: 0 auto 0.5em auto;
  background: #fff;
  border: 5px solid #E60011;
  border-radius: 15px;
}

.title_m{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0 0.3em 0;
  width: calc(100% - 3em);
 max-width: 650px;
  margin: 0 auto;
}

.h2logo_m{
  width: calc(20% - 0.6em);
  margin: 0.7em 0.6em 0.1em 0; 
}

.img_title_m{
  padding-top: 1.2em;
  width: 80%;
  height: 80%;
}

.h2logo_m img,
.img_title_m img{
  width: 100%;
  height: 100%;
}
.img_main_m img,
.img_main_m_smf img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img_main_m_smf{
  display: block;
  width: 100%;
  height: 100%;
}
.a_boxm01{
  position: relative;
  display: block;
  width: calc(100% - 2em);
  max-width: 320px;
  margin: 1.5em auto;
  padding: 13px 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 1px;
background: rgb(230,0,17);
background: linear-gradient(40deg, rgba(230,0,17,1) 0%, rgba(231,0,49,1) 71%, rgba(255,120,127,1) 100%);
  border-radius: 50px;
}

.a_boxm01:before{
  position: absolute;
  content: '';
  background-image: url("../img/next_boxm.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 10px;
}

.app_m{
  display: block;
}

.p_app_m{
  display: block;
  position: relative;
  background: #E60011;
  width: 100%;
  height: 45px;
  padding-top: 1.3em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m span{
  display: inline;
  padding-top: 0;
  font-size: 1.4em;
}

.p_app_m:before{
  position: absolute;
   content: none;
  top: 0;
   right: -30px;
  border-style:solid;
  border-width: 95px 0 95px 30px;
  border-color: transparent transparent transparent #E60011;
}

.app_inner_m{
  width: 100%;
  background: #f2f2f2;
  padding: 0.5em 1.5em 1.1em 1.5em;
  border-radius: 0 0 10px 10px;
}

.app_inner_m ul{
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 1em 0 1.1em 0px;
}

.app_inner_m ul li img{
  width: 100%;
  max-height: 70px;
}

.app_inner_m ul li:first-child{
  margin-right: 1em;
}

.p_note_m{
　display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  text-align: left;
}

.app_m02{
  display: none;
  grid-column: 1 / 3;
}

.p_app_m02{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #E60011;
  width: 25%;
  height: 100%;
  min-height: 160px;
  padding: 4em 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p_app_m02 span{
  width: 300px;
  display: block;
  padding-top: 0.5em;
  letter-spacing: 1px;
  font-size:1.8em;
}
.p_app_m02:before{
  position: absolute;
  content: '';
  top: 0;
  right: -45px;
  border-style:solid;
  border-width: 80px 0 80px 45px;
  border-color: transparent transparent transparent #E60011;
}
.app_inner_m02{
  width: 75%;
  background: #f2f2f2;
  border-radius: 0 0 10px 0;
}
.app_inner_m02 ul{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.7em 0 1.5em 3em;
}
.app_inner_m02 ul li img{
  width: 100%;
  max-height: 60px;
}
.app_inner_m02 ul li:first-child{
  margin-right: 2em;
}
.p_note_m02{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  text-align: left;
}

.box_r_m{
  display: none;
}
.img_main_m{
  display: none;   
}

/* ucs */
#box_u{
  display: block; 
  grid-template-columns: 0; 
  width: calc(100% - 3em);
  max-width: 680px;
  margin: 3.5em auto 0 auto;
  background: #fff;
  border: 5px solid #E85504;
  border-radius: 15px;
}

.box_r_u{
  background: #f2f2f2;
  border-radius: 0 0 11px 11px;
}

.title_u{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 3em);
  margin: 0 auto;
  max-width: 540px;
  padding: 1em 0 0.7em 0;
}

.h2logo_u{
  width: calc(18% - 0.6em);
  margin: 0 0.6em 0 0; 
}

.img_title_u{
  padding-top: 0.8em;
  width: 82%;
  height: 82%;
　margin: 0 0 0.3em 0; 
}

.main_u{
  width: 100%;
}
.img_main_u{
　display: none;
}

.img_main_u_smf{
  display: block;
  width: 100%;
  height: 100%;
}

.a_boxu01,
.a_boxu02{
  position: relative;
  display: block;
  width: calc(100% - 2em);
  max-width: 390px;
  margin: 1.5em auto;
  padding: 13px 0;
  font-size: 1.3em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
background: rgb(233,85,4);
background: linear-gradient(40deg, rgba(233,85,4,1) 0%, rgba(233,85,4,1) 59%, rgba(239,151,0,1) 94%);
  border-radius: 50px;
}

.a_boxu01{
  max-width: 320px;
  padding: 8px 0;
}

.a_boxu02{
　max-width: 320px;
  margin: 1.1em auto 1.2em auto;
}

.a_boxu01:before,
.a_boxu02:before{
  position: absolute;
  content: '';
  background-image: url("../img/next_boxm.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  right: 10px;
}

.h3_campaign_u{
  position: relative;
  padding: 0.5em 0.5em 0 0.5em;
  font-weight: 700;
  font-size: 1.6em;
  color: #E85504;
}

.span01_h3u,
.span02_h3u{
  position: relative;
  display: inline-block;
  padding: 0.3em 0.2em 0.2em 1em;
  background: #f2f2f2;
  z-index: 999;
}
.span02_h3u{
　　display: block;
  font-size: 0.7em;
  padding: 0.4em 1em 0.4em 0;
}

.h3_campaign_u:before{
  position: absolute;
  content: '';
  width: calc(100% + 1.4em);
  background: #E85504;
  height: 2px;
  top: 1.2em;
  left: -0.6em;
}

.campaign_u{
  width: 100%;
  padding: 0.6em 0.8em 0.1em 0.8em;
}

.campaign_u ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.campaign_u ul li{
  width: calc(50% - 0.4em);
  margin-top: 0.6em;
  margin-right: 0.6em;
}

.campaign_u ul li:nth-child(2n){
  margin-right: 0;
}

.h2logo_u img{
  max-height: 70px; 
}

.span01_h3u{
  padding: 0 1em 0 1em;
}

.a_boxu01 span{
  display: block;
}

/* =========================================================
ページトップ リンク
========================================================= */

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#006934;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

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

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
}

@media screen and (max-width: 750px){
	#page-top {
	right: 20px;
}
}


/*---------------------------------------------
フッター
---------------------------------------------*/

footer{
	width: 100%;
	padding: 20px 0;
	font: Arial, Helvetica, sans-serif;
	background: #2b2b2b;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer address{
	color: #fff;
}

/* sp */
@media screen and (max-width: 520px){
	footer{
		padding:10px 0;
	}
	
	#page-top a{
	margin: 0 -10px 0 0;
	}
}



