@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: 16px; 
	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;
}
.br-sp { 
  display:none;
}
.br-tb { 
  display:none;
}
.spmenu{
	display:none!important;
}


.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: 20px 0;
}


/* ヘッダー */


.container{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
 	overflow: hidden;
}


/* ナビゲーション */
#head_wrap01{
	background-color: #FBF4E7;
	width:100%;
	transition: all ease .6s;
	position: fixed;
	height: 150px;
	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{
	height: 6px;
	width: 100%;
	background-color: #E8373D;
}

.sp_navi_menu{
	display:none;
}
.head_wrap{
	width:1000px;	
	margin: 0 auto;
}
.g_navi{
}
.head_wrap{
}
.header_logo_pc{
	width:287px;
	margin: 0 auto;
	padding: 15px;
}
.header_logo_pc img{
	width:100%;
}

#menu {
	padding: 0px 0 0;
	vertical-align: bottom;	
	margin: 0 auto;
	width:900px;
}
#menu li{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700 ;
	font-size: 16px;
	float: left;
	display: block;
	margin: 20px 30px;
}
#menu li a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color:  #282828;
	display: block;
	text-decoration: none;
	position: relative;
  display: inline-block;
  text-decoration: none;
}
#menu li 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;
}

	
#menu li.m_home a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color: #E8373D;
	display: block;
	text-decoration: none;
	position: relative;
  display: inline-block;
  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: 150px;
	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: 645px;
	position: relative;
}

.top_sec01_ttl{
	width: 296px;
	position: absolute;
  top: 50%;/*背景画像の上下中央*/
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	margin: 0;
}

/* メインビジュアル */
/* sec01 */


/* top_sec02 */
.top_sec02{
	max-width:100%;
	margin: 52px auto;
}
.top_sec02_ttl{
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color:#E8373D;
	text-align: center;
	line-height: 2.3;
}


/* top_sec03 */
.top_sec03{
	max-width:100%;
	padding: 44px 0;
	background-color: #FDF9F3;
}
.top_sec03_wrap{
	display: flex;
	flex-wrap: nowrap;
	width:100%;
}
.top_sec03_bnr{
	width:45%;
	margin: 20px;
}


/* top_sec04 */
.top_sec04{
	max-width:100%;
	margin: 50px 0;
}
.top_sec04_wrap{
	display: flex;
	flex-wrap: nowrap;
	width:100%;
}
.top_sec04_bnr01 {
	width: 48%;
	margin-right: 20px;
}
.top_sec04_bnr02 {
	width: 48%;
	margin-left: 20px;
}

/* top_sec05 */
.top_sec05{
	max-width:100%;
	margin:50px 0 0;
}
.common_ttl{
	width: 39%;
	margin:54px auto 30px;
	text-align: center;
}
.top_sec05_bnr{
	margin:40px 0;
}


/* menu_sec01 */
.menu_sec01{
	max-width:100%;
	margin: 150px 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: 36px;
	letter-spacing: 6px;
	color:#E8373D;
	padding-bottom: 10px;
	border-bottom:3px solid #E8373D;
	display: inline;
}

.menu_sec01_wrap01{
	margin: 54px 0 0;	
}
.menu_sec01_left{
	float:left;
	width:48%;
	margin-right: 20px;
}
.menu_ttl{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color:#E8373D;
	width:100%;
	height: 129px;
	background-image: url("../img/menu_sec01_ttl_back_pc.png");
	background-repeat: no-repeat;
	padding: 27px 0;	
}
.menu_sec01_right{
	float:right;
	width:48%;
	margin-left: 20px;
}
.menu_sec01_right img{
	padding: 40px;
}
.menu_sec01_tel_bnr{
	background-color: #E8373D;
	border-radius: 20px;
	padding: 15px 0 20px;
	width: 100%;
	margin: 20px 0 100px;

}
.menu_sec01_txt01{
	color:#fff;
	font-size: 26px;
	font-weight: 700;
	margin: 0;
	text-align: center;
line-height: 1.5;

}
.menu_sec01_txt02{
	color:#fff;
	font-size: 32px;
	font-weight: 900;
	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:60%;
	margin: 45px auto 0;
}
.menu_sec01_wrap03{
	width:100%;
	margin: 90px auto;
}

/* kodawari_sec01 */
.kodawari_sec01{
	max-width:100%;
	margin: 150px auto 80px;
}
.gp_area{
	width:85%;
	height: 150px;
	background-image: url("../img/kodawari_sec01_kazarikei_pc.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 25px;
}
.gp_area ul{
	width:720px;
	margin: 0 auto;
}

.gp_area li{
	display: inline-block;
	vertical-align: middle;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-left: 14px;
	
}
.gp_area li img{
	width:100px;
	height: auto;
}

.kodawari_sec01_1{
	margin: 54px 0 0;
}
.kodawari_sec01_left{
	float:left;
	width:47%;
	margin-right: 25px;	
}
.common_ttl02{
	width: 36%;
	margin:0 0 30px;
}
.kodawari_ttl{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0;
}
.kodawari_sec01_right{
	float:right;
	width:47%;
	margin-left: 25px;	
}


.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:50% 50%;
  z-index: 0;
  overflow: hidden;
	height: 640px;
	position: relative;
}
.red_line01{
	height: 8px;
	width: 1000px;
  background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
	position: absolute;
	top:30px;
}
.red_line02{
	height: 8px;
	width: 1000px;
  background-image: url("../img/red_line.png");
	background-repeat: repeat-x;
	position: absolute;
	bottom:30px;
}
.kodawari_sec02_wrap{
	padding: 74px 60px;
	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.3;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0;
	margin: 0;
}

/* yakikata_sec01 */
.yakikata_sec01{
	max-width:100%;
	margin: 150px auto 80px;
}
.yakikata_recipe_area{
	width:50%;
	margin: 0 auto;
}

.yakikata_recipe_area02{
	width:100%;
	margin: 0 auto 90px;
	background-color: #FBF4E7;
	border:3px solid #E8373D;
	border-radius: 20px;
}
.yakikata_recipe_area02 ul{
	width:930px;
	margin: 0 auto;
	padding: 10px;
}

.yakikata_recipe_area02 li{
	display: inline-block;
	vertical-align: middle;
	font-family: 'RocknRoll One', sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-left: 14px;
	color: #E8373D;
	line-height: 1.3;
}
.yakikata_recipe_area02 li img{
	width:298px;
	height: auto;
}


.yakikata_recipe_ttl{
	font-weight: 700;
	font-size: 20px;
}
table.yakikata_recipe{
	width:100%;
	margin: 0 0 60px;
}
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: 50px 0 0;
}
.yakikata_sec01_wrap{
	width: 85%;
	margin: 0 auto;
}
.yakikata_sec01_left{
	float:left;
	width: 42%;
}
.yakikata_sec01_right{
	float:right;
	width: 54%;
}
.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: 50px 0;
}
.foot_left{
	float:left;
	width:55%;
}

.top_foot_ttl{
	font-size: 26px;
	font-weight:700;
	color: #E8373D;
}
.kasou_foot_ttl{
	font-size: 26px;
	font-weight:700;
	color: #fff;
}
.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;
}
.kasou_foot_txt{
	color:#fff;
	line-height: 1.8;
	margin: 0;
}
.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;
}
.kasou_indent {
	line-height: 1.8;
	padding-left:5.2em;
	text-indent:-5.2em;
	margin: 0;
	color:#fff;
}
.foot_right{
	float:right;
	width:34%;
}
ul.foot_sns{
	margin:30px 0 0;	
}
.foot_sns li{
	color:#fff;
	width: 48px;
	display: inline-block;
	margin-right:40px;	
}
.top_foot_line_bnr{
	width: 100%;
  height: 0;
	 /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 13%;
	background-image: url("../img/top_line_baner_pc.png");
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
		position: relative;
		margin: 55px 0 60px;
}
.top_foot_line_btn{
	position: absolute;
	top: 50%;/*背景画像の上下中央*/
  left: 71%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width:182px;
	height: 57px;
	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;
}

/* pagetop */

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0;
}

