@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	font-size: 15px; 
	color: #282828;
	line-height: 2;
	letter-spacing: 1px;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale; 
}
a{
  color:#E8373D;
  text-decoration: underline;
 }
a:hover {
  color:#E8373D;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}
a img { 
	transition: opacity 0.2s linear; 
}
a:hover img { 
	opacity: 0.8;
}
img{
	vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.br-pc { 
  display:none;
}
.pcmenu{
	display:none!important;
}
.br-tb { 
  display:none;
}


.mb5 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px!important;
}
.mt5 {
	margin-top:5px !important;
}
.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.al_left{
	text-align: left;
}
.al_right{
	text-align: right;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

img{
	width:100%;
}
p{
	margin: 15px 0;
}

/* ヘッダー */


.container{
	max-width: 95%;
	margin: 0 auto;
	padding: 0 ;
  overflow: hidden;
}



/* ナビゲーション */
#head_wrap01{
	background-color: #FBF4E7;
	transition: all ease .6s;
	position: fixed;
	height: 70px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0px 0px 12px -5px #333;

}
.nav_red_bar01{
	height: 8px;
	width: 100%;
  background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
}
.nav_red_bar02{
	display: none;
}
.nav_red_bar02_sp{
	height: 4px;
	width: 100%;
	background-color: #E8373D;
}

.sp_navi_menu{
	height: 62px;
}
.sp_navi_menu_wrap{
	display:inline-block;
}
.header_logo_sp{
	width: 200px;
	position: absolute;
	top: 22px;
	left: 0;
  right: 0;
  margin: auto;
	z-index: 3;
}
#toggle{
	position: absolute;
	width:34px;
	top: 20px;
	right: 15px;
}

.head_wrap{
	width:100%;
	margin: 0 auto;
}
.g_navi{
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.3);
}
.header_logo_pc{
	display: none;
}

#menu {
	display: none;
}
#menu li{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700 ;
	font-size: 16px;
	display: block;
	float: none;
	margin: 0px;
	margin:0;
	border-bottom:1px solid #E8373D;
}
#menu li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color:  #282828;
	display: block;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 14px;
}
#menu li a img {
	width: auto;
	width:97px;
}

#menu li a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
 }


#menu li.m_home a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color: #E8373D;
	display: block;
	text-decoration: none;

  text-decoration: underline;
}
#menu li.m_home a:hover {
	color: #282828;
	-webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
}


/* top_sec01 */

/* メインビジュアル */
.top_sec01{
	margin-top:70px;
	max-width:100%;
  background-image: url("../img/top_mainvisual.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:50% 50%;
  z-index: 0;
  overflow: hidden;
	height: 369px;
	position: relative;
}

.top_sec01_ttl{
	width: 190px;
	position: absolute;
  top: 50%;/*背景画像の上下中央*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	margin: 0;
}

/* メインビジュアル */
/* sec01 */


/* top_maintenance */
.top_maintenance{
	max-width:100%;
	background-color: #f5f5f5;
	height:100vh!important;
}
.top_maintenance p{
	text-align: center;
	width: 85%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}



/* top_sec02 */
.top_sec02{
	max-width:100%;
	margin: 35px auto;
}
.top_sec02_ttl{
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color:#E8373D;
	text-align: center;
	line-height: 2;
}


/* top_sec03 */
.top_sec03{
	max-width:100%;
	padding: 38px 0 0;
	background-color: #FDF9F3;
}
.top_sec03_wrap{
	width:95%;
	margin: 0 auto;
}
.top_sec03_bnr{
	width:100%;
	margin: 0 0 40px;
}

/* top_sec04 */
.top_sec04{
	max-width:100%;
	margin: 10px 0;
}
.top_sec04_wrap{
	width:100%;
}
.top_sec04_bnr01 {
	width: 100%;
	margin: 35px 0;
}
.top_sec04_bnr02 {
	width: 100%;
	margin: 30px 0;
}

/* top_sec05 */
.top_sec05{
	max-width:100%;
	margin:20px 0 0;
}
.common_ttl{
	width: 90%;
	margin:28px auto 24px;
	text-align: center;
}
.top_sec05_bnr{
	margin:40px 0 20px;
}

/* menu_sec01 */
.menu_sec01{
	max-width:100%;
	margin: 70px auto 0;
}
.common_b_ttl_wrap{
	text-align: center;
	margin: 40px 0 54px;
}
.common_b_ttl{
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
	color:#E8373D;
	padding-bottom: 10px;
	border-bottom:3px solid #E8373D;
	display: inline;
}

.menu_sec01_wrap01{
	margin: 40px 0 0;	
}
.menu_sec01_left{
	float:none;
	width:100%;
	margin: 45px 0px 0;
}
.menu_ttl{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	color:#E8373D;
	width:100%;
	height: 102px;
	background-image: url("../img/menu_sec01_ttl_back_sp.png");
	background-repeat: no-repeat;
	padding: 22px 0;	
}
.menu_sec01_right{
	float:none;
	width:100%;
	margin: 45px 0px 0;
}
.menu_sec01_right img{
	padding: 0 30px 45px;
	
}
.menu_sec01_tel_bnr{
	background-color: #E8373D;
	border-radius: 20px;
	padding: 15px 0 20px;
	width: 100%;
	margin: 0 0 60px;

}
.menu_sec01_txt01{
	color:#fff;
	font-size: 17px;
	font-weight: 900;
	margin: 0;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;

}
.menu_sec01_txt02{
	color:#fff;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	text-align: center;
	line-height: 1.5;
}
.menu_sec01_txt02 a{
	color:#fff;
	font-size: 32px;
	font-weight: 900;
	margin: 0;
	text-align: center;
	line-height: 1;
}
.menu_sec01_wrap02{
	width:80%;
	margin: 45px auto 0;
}
.menu_sec01_wrap03{
	width:100%;
	margin: 50px auto 100px;
}

/* kodawari_sec01 */
.kodawari_sec01{
	max-width:100%;
	margin: 70px auto 70px;
}
.gp_area{
	width: 100%;
   height: 0;
	 /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 33.89830508%;
	background-image: url("../img/kodawari_sec01_kazarikei_sp.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
		position: relative;
}
.gp_area ul{
	position: absolute;
	top: 50%;/*背景画像の上下中央*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width:250px;
	margin: 0 auto;
}

.gp_area li{
	display: inline-block;
	vertical-align: middle;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-left: 0px;
	line-height: 1.3;
	
}
.gp_area li img{
	width:70px;
	height: auto;
}

.kodawari_sec01_1{
	margin: 0px 0 0;
}
.kodawari_sec01_left{
	float:none;
	width:100%;
	margin: 40px auto 0;	
}
.common_ttl02{
	width: 55%;
	margin:0 auto 20px;
}
.kodawari_ttl{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}
.kodawari_sec01_right{
	float:none;
	width:100%;
	margin: 40px auto 0;	
}
.kodawari_sec01_left img{
	padding: 0 30px;
}
.kodawari_sec01_right img{
	padding: 0 30px;
}

.kodawari_sec02{
	margin:0 0 70px;
	max-width:100%;
  background-image: url("../img/kodawari_sec02_back.jpg");
	background-repeat: no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
	background-position:20% 50%;
  z-index: 0;
  overflow: hidden;
	height: 540px;
	position: relative;
}
.red_line01{
	height: 8px;
	width: 95%;
  background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
	position: absolute;
	top:20px;
}
.red_line02{
	height: 8px;
	width: 95%;
  background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
	position: absolute;
	bottom:20px;
}
.kodawari_sec02_wrap{
	width:85%;
	padding: 20px;
	background-color: rgba( 255, 255, 255, 0.4 );
	z-index: 1;
	position: absolute;
  top: 50%;/*背景画像の上下中央*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	margin: 0;
	color: #000;
}
.kodawari_sec02_ttl{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 2;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0;
	margin: 0;
}

/* yakikata_sec01 */
.yakikata_sec01{
	max-width:100%;
	margin: 70px auto 80px;
}
.yakikata_recipe_area{
	width:100%;
	margin: 0 auto;
}

.yakikata_recipe_area02{
	width:100%;
	margin: 0 auto 40px;
	background-color: #FBF4E7;
	border:3px solid #E8373D;
	border-radius: 20px;
}
.yakikata_recipe_area02 ul{
	width:100%;
	margin: 0 auto;
	padding: 5px 0;
}
.yakikata_recipe_area02 li{
	display: block;
	vertical-align: middle;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-left: 14px;
	color: #E8373D;
	line-height: 1.3;
	letter-spacing: 0;
	padding: 10px 0;

}
.yakikata_recipe_area02 li img{
	width:220px;
	height: auto;
}


.yakikata_recipe_ttl{
	font-weight: 700;
	font-size: 20px;
}
table.yakikata_recipe{
	width:100%;
	margin: 0 0 50px;
}
table.yakikata_recipe tr{
	border-bottom: 1px solid #ccc;
}
table.yakikata_recipe th,td{
	width:50%;
	padding: 20px 0;
	font-weight: 700;
}
.yakikata_sec01_1{
	margin: 40px 0 0;
}
.yakikata_sec01_wrap{
	width: 85%;
	margin: 0 auto;
}
.yakikata_sec01_left{
	float:none;
	width: 100%;
}
.yakikata_sec01_right{
	float:none;
	width: 100%;
	margin: 20px 0 0;
}
.yakikata_sec01_right p{
	margin: 0;
}
.yakikata_red{
	color:#E8373D;
	font-weight:700;
}



/* footer01 */
.footer01{
	padding: 20px 0 0;
	max-width:100%;
}
.footer02{
	padding: 20px 0 0;
	max-width:100%;
	background-color: #E8373D;
}
.foot_wrap{
	width:100%;
	margin: 35px 0;
}
.foot_left{
	float:none;
	width:100%;
}

.top_foot_ttl{
	font-size: 22px;
	font-weight:700;
	color: #E8373D;
	text-align: center;
}
.kasou_foot_ttl{
	font-size: 22px;
	font-weight:700;
	color: #fff;
	text-align: center;
}
.red_line{
	height: 8px;
	width: 100%;
  background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
}
.white_line{
	height: 8px;
	width: 100%;
  background-image: url("../img/white_line.png");
	background-repeat: repeat-x;
}
.top_foot_txt{
	line-height: 1.8;
	margin: 0 20px;
}
.kasou_foot_txt{
	color:#fff;
	line-height: 1.8;
	margin: 0 20px;
}
.kasou_foot_txt a{
	color:#fff;
	line-height: 1.8;
	text-decoration: underline;
}
.top_indent {
	line-height: 1.8;
	padding-left:5.2em;
	text-indent:-5.2em;
	margin: 0 20px;
}
.kasou_indent {
	line-height: 1.8;
	padding-left:5.2em;
	text-indent:-5.2em;
	margin: 0 20px;
	color:#fff;
}
.foot_right{
	float:none;
	width:70%;
	margin: 40px auto 0;
}
ul.foot_sns{
	margin: 30px 20px;
}
.foot_sns li{
	color:#fff;
	width: 48px;
	display: inline-block;
	margin-right:40px;	
}
.top_foot_line_bnr{
	width: 100%;
   height: 0;
	 /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 72.67605634%;
		background-image: url("../img/top_line_baner_sp.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
		position: relative;
	margin: 40px 0 50px;
}
.top_foot_line_btn{
	position: absolute;
	top: 82%;/*背景画像の上下中央*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width:138px;
	height: 44px;
	margin: 0 auto;
}
.top_foot_gglmap{
	margin: 0;
	width:100%;
	height: 650px;
}

.footer_copy{
	background-color: #E8373D;
	width:100%;
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	padding: 10px;
	text-align:center;
	margin: 0;
	letter-spacing: 0;
	line-height: 1.2;
}

/* pagetop */

#pagetop {
	width:55px;
    position: fixed;
    bottom: 25px;
    right: 10px;
    margin: 0;
}

