/*
Theme Name: haha-gocoro
Theme URI: https://haha-gocoro.jp
Author: haha-gocoro
Author URI: https://haha-gocoro.jp
Description: haha-gocoro
*/

@charset "utf-8";
/*-------------------------------------------
	基本スタイル
--------------------------------------------*/

/* html,bodyタグの設定 */
html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
}


body {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
}

		* {
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

* html body{  
    overflow: hidden;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

html {
	overflow-y:scroll;
	height:100%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*-----position: relative;-------*/
}

/*--------------------------------------------
	リンクスタイル
--------------------------------------------*/
a:link {
	color: #0068b7;
	text-decoration: none;
}
a:visited {
	color: #0068b7;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #0068b7;
}
/*--------------------------------------------
	clear
--------------------------------------------*/

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------------
	コンテンツ
--------------------------------------------*/


/* pagetop --------------------- */
#pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 50px;
	width: 80px;
	margin-top: -80px;
	padding-top: 80px;
	z-index:9999999999;
}
#pagetop img {
	width: 100%;
	height: auto;
	
}


/*-------------------------------------------
　side-menu-btn
--------------------------------------------*/

.side-menu-btn {
	position: static;
	top: 0;
	z-index: 999999;
	right: 0;
	cursor: pointer;
}
.close-menu-btn {
	cursor: pointer;
	text-align: right;
}
.side-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 20px;
	text-align: left;
	font-size: 13px;
	background: rgba(51,51,51,0.9);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	box-sizing: border-box;
	overflow: auto;
	text-align: right;
	text-align: left;
	z-index: 999999;
}
.side-menu nav {
	padding: 20px 0 0 20px;
}
.side-menu a:hover {
	color: #ccc;
}
.side-menu .fnt18 {
	font-size: 18px;
	line-height: 1.0em;
}
.side-open .side-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	z-index: 3;
}
.side-open .overlay {
	visibility: visible;
}
#toggle {
	display: none;
}
.head_menu_btn {
	display: none;
}
.form_set {
	padding: 20px;
	background-color: #ececec;
}


/*--------------------------------------------
	スライダー
--------------------------------------------*/

.slider_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    
}

#slider-1 {
	position: static; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 31.33%;
	min-height: 450px;
	height: 450px;
	display: table;
	float: left;
    margin: 0 1%;
		}
		.slider-inner-content {
			position: relative; /* if position is not set, the script will set it to 'relative'. */
			z-index: 2; /* if z-index is not set, the script will set it to '2'. */
			margin: 180px auto;
			font-size: 1.5em;
			display: table-cell;
            padding: 50px 0 0 0;
			
		}
	
	.slider-inner-content .fv_copy{
		display:inline-block;
	background: rgba(0,0,0,0.3);
	padding:30px 100px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:40px;
	line-height:1.4em;
	color:#FFF;
text-shadow: 0px 0px 3px #000;
text-shadow: 0px 0px 3px #000;	
	}
	
	.fv_copy02{
	position:absolute;
	bottom:30px;
	right:30px;
	z-index:9999999999;
	
	}
	
	.slider-inner-content img{
		max-width:100%;
		height:auto;
		}
		.slider-inner-content h1 {
			font-size: 2.5em;
			margin: 0;
		}



/*--------------------------------------------
	inviewfadeInUp
--------------------------------------------*/
	
.inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .8s;
}

.inviewfadeInUp2 {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .50s;
}

.inviewfadeInUp3 {
    opacity: 0;
    transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transition: .20s;
}


/* fadeInUp */ 

.fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


/* fadeInUp2 */

/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

header{
	width: 100%;
	background-image: url(../../../img/top_bg01.png);
	background-repeat:repeat;
    background-position: left top;
    right: 0;
    left: 0;
    padding: 0 0 0 0;
   
    }

.header_top{
    height: 580px;
   
    }

h1{
    float: left;
    margin: 0;
    padding: 50px;
    font-weight: normal; /* 太字を解除 */
}

/*--------------------------------------------
	ナビゲーション
--------------------------------------------*/

nav{
    width: 550px;
    float: right;
    padding: 50px 215px 50px 0;
}

nav ul{
list-style: none;
padding: 0;
}

nav li{
    float: left;
    padding: 0 10px;
    
}

nav li a:link {
	color: #fff;
	text-decoration: none;
}
nav li a:visited {
	color: #fff;
	text-decoration: none;
}
nav li a:hover {
	color: #fff468;
}
nav li a:active {
	color: #fff;
}

/*--------------------------------------------
	フロート
--------------------------------------------*/

.float_nav{
    width: 174px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
}

/*--------------------------------------------
	フッター商品一覧
--------------------------------------------*/

.foot_product{
    background-image: url(../../../img/top_bg06.png);
	background-repeat:repeat;
    padding: 40px 0;
}

.h3_mds01{
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    letter-spacing: 0.3em;
}

.h3_mds01_sub{
    font-size: 16px;
    text-align: center;
    color: #e6b459;
    letter-spacing: 0.1em;
    
}

.foot_product_wrap{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0 50px;
    
}

.foot_product_set{
    width: 245px;
	text-align: center;
    display: inline-block;
    padding: 0 0 30px 0;
	vertical-align: top;
    
}

.foot_product_set_img{
    width: 200px;
    height: auto;
    padding: 0 10px 5px 10px;
	margin: 0 auto;
}

.foot_product_set_img img{
    max-width: 100%;
    height: auto;
}


.foot_product_set_copy{
    text-align: center;
    color: fff;
    font-size: 0.9em;
    
}

.foot_product_set_copy a:link {
	color: #fff;
	text-decoration: none;
}
.foot_product_set_copy a:visited {
	color: #fff;
	text-decoration: none;
}
.foot_product_set_copy a:hover {
	color: #fff468;
}
.foot_product_set_copy a:active {
	color: #fff;
}

/*--------------------------------------------
	フッターイベント
--------------------------------------------*/

.foot_event_wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 50px;
    
}

.foot_event_wrap a:link {
	color: #000;
	text-decoration: none;
}
.foot_event_wrap a:visited {
	color: #000;
	text-decoration: none;
}
.foot_event_wrap a:hover {
	color: #0068b7;
    background-color: #f1f1f1;
}
.foot_event_wrap a:active {
	color: #000;
}

.h3_mds02{
    font-size: 26px;
    color: #8b0000;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    letter-spacing: 0.3em;
}

.h3_mds02_sub{
    font-size: 16px;
    text-align: center;
    color: #e6b459;
    letter-spacing: 0.1em;
    padding: 0 0 20px 0;
    
}

.foot_event_set{
    width: 370px;
    float: left;
    padding: 10px;
    margin: 10px 0;
    
}

.foot_event_wrap a:hover .foot_event_set{
	color: #0068b7;
    background-color: #f1f1f1;
}

.foot_event_set_photo{
    width: 120px;
    float: left;
    padding: 0 10px 0 0;
    
}

.foot_event_set_right{
    width: 230px;
    float: left;
    text-align: left;
    
}

.foot_event_set_date{
    padding: 0 0 4px 0;
    line-height: 1.3em;
}

.foot_event_set_mds{
    font-size: 16px;
    font-weight: bold;
    padding: 0;
margin: 0;
	line-height: 1.4em;
}

.foot_event_set_copy{
    padding: 2px;
    line-height: 1.3em;
}

/*--------------------------------------------
	トップページ
--------------------------------------------*/

.top_sec01{
    background-image: url(../../../img/top_bg02.png);
	background-repeat:repeat;
    padding: 60px 0;
    background-size: cover;
}

.top_sec01_wrap{
    width: 1100px;
    margin: 0 auto;
    
}

.top_sec01_mds02{
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    letter-spacing: 0.1em;
}

.top_sec01_mds02_sub{
    font-size: 16px;
    text-align: center;
    color: #e6b459;
    letter-spacing: 0.1em;
    padding: 0 0 50px 0;
    
}

.top_sec01_left01{
    width: 45%;
    float: left;
    color: #fff;
    padding: 30px 0 0 0;
    
    
}

.top_sec01_right01{
    width: 50%;
    float: right;
    color: #fff;
    text-align: right;
}

.top_sec01_right02{
    width: 45%;
    float: right;
    color: #fff;
    padding: 60px 0 0 0;
    
}

.top_sec01_left02{
    width: 50%;
    float: left;
    color: #fff;
    padding: 30px 0 0 0;
    
}

/*--------------------------------------------
	フッターお知らせ
--------------------------------------------*/

.foot_news{
    background-color: #fef7e9;
     padding: 40px 0 50px;
    
}

.foot_news_wrap{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    
}

.h3_mds_news{
    font-size: 26px;
    color: #8b0000;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    letter-spacing: 0.3em;
}

.h3_mds_sub_news{
    font-size: 16px;
    text-align: center;
    color: #dd960f;
    letter-spacing: 0.1em;
    padding: 0 0 20px 0;
    
}

.foot_news_wrap a:link {
	color: #000;
	text-decoration: none;
}
.foot_news_wrap a:visited {
	color: #000;
	text-decoration: none;
}
.foot_news_wrap a:hover {
	color: #0068b7;
}
.foot_news_wrap a:active {
	color: #000;
}

.foot_news_wrap a:hover .foot_event_set{
	color: #0068b7;
    background-color: #fff;
}

/*--------------------------------------------
	フッターアクセス
--------------------------------------------*/

.foot_access{
    background-image: url(../../../img/top_bg06.png);
	background-repeat:repeat;
    padding: 40px 0;
}

.foot_access_wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
    
}

.foot_access_left{
    width: 460px;
    float: left;
    padding: 40px 0 0 60px;
    color: #fff;
    
}

.foot_access_copy01{
    width: 30%;
    float: left;
    color: #fff;
    text-align: center;
}

.foot_access_copy02{
    width: 70%;
    float: left;
    color: #fff;
    
}

.foot_access_map iframe{
    width: 600px;
    height: 250px;
    
}

/*--------------------------------------------
	フッターコンテンツ
--------------------------------------------*/

.foot_con{
    background: url("../../../img/top_bg05.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    
}

.foot_con_wrap{
    width: 1000px;
    margin: 0 auto;
    
}

.foot_con_bnr{
    text-align: center;
    width: 33.33%;
    float: left;
    text-align: center;
    
}

.foot_con_bnr img{
    max-width: 90%;
    height: auto;
    
}

footer{
    background-image: url(../../../img/top_bg06.png);
	background-repeat:repeat;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    
}

/*--------------------------------------------
	サブページタイトル
--------------------------------------------*/

.subtittle_bar_wrap{
    padding: 0 0 15px 0;

    
}

.subtittle_bar{
  position:absolute;
  z-index: 10;
  width: 100%;
  color: #fff;
}

.subtittle_bar_bg{
  position:relative;
  z-index: 9;
  width: 100%;
  height: 80px;
  top: 0;
  background-color: #a83710;
  mix-blend-mode: multiply;
    
    
}

.subtittle_bar_contents{
    width: 100%;
    padding: 30px 0;
  justify-content: space-between;
  align-items: center;
    font-size: 18px;
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    text-align: center;
    letter-spacing: 0.3em;
}

/*--------------------------------------------
	ごあいさつ
--------------------------------------------*/

.concept_sec01{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    
}

.concept_mds01{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    text-align: center;
    color: #660a0a;
    padding: 0 0 20px 0;
}

.concept_copy01
    padding: 8px 0;
    
}

.concept_copy02{
    padding: 8px 0;
    color: #660a0a;
    text-align: right;
    
}

.concept_sec02{
    background-color: #fef7e9;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    
}

.concept_sec02_innr{
    width: 1100px;
    margin: 0 auto;
    
}

.concept_sec02_left{
    width: 560px;
    float: left;
    padding: 80px 0 0 0;
    
}

.concept_sec02_right{
    width: 472px;
    float: right;
    text-align: right;
    
}

.concept_sec03{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    
}

.concept_sec03_left01{
    width: 471px;
    float: left;
    padding: 0 0 30px 0;
    
}

.concept_sec03_left01 img{
    max-width: 100%;
    height: auto;
    
}


.concept_sec03_left01_img{
    padding: 0 0 30px 0;
    
}

.concept_sec03_left01_img img{
    max-width: 100%;
    height: auto;
    
}

.concept_sec03_right01{
    width: 570px;
    float:right;
    padding: 60px 0 0 0;
    
}

.concept_sec03_right01 img{
    max-width: 100%;
    height: auto;
    
}

.concept_sec03_left02{
    width: 534px;
    float: left;
    padding: 15px 0;
    
}

.concept_sec03_left02 img{
    max-width: 100%;
    height: auto;
    
}

.concept_sec03_right02{
    width: 534px;
    float:right;
    padding: 15px 0;
    
}

.concept_sec03_right02 img{
    max-width: 100%;
    height: auto;
    
}

/*--------------------------------------------
	商品紹介
--------------------------------------------*/

.product_sec01{
    width: 100%;
    background-color: #fef7e9;
    padding: 50px 0 0;
    
}

.product_sec01_wrap{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    
}

.product_h3_mds01{
    font-size: 26px;
    color: #660a0a;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;  
    letter-spacing: 0.3em;
	padding: 0;
margin: 0;
}

.product_h3_mds01_sub{
    font-size: 16px;
    text-align: center;
    color: #9e1d45;
    letter-spacing: 0.1em;
	padding: 0;
margin: 0;
    
}


.product_set_copy{
    text-align: center;
    color: fff;
    font-size: 0.9em;
    
}

.product_set_copy a:link {
	color: #000;
	text-decoration: none;
}
.product_set_copy a:visited {
	color: #000;
	text-decoration: none;
}
.product_set_copy a:hover {
	color: #dd960f;
}
.product_set_copy a:active {
	color: #000;
}

/*--------------------------------------------
	商品詳細
--------------------------------------------*/


.product_entry_sec01{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    border-bottom: solid 1px #ccc;
    
}

.product_entry_left{
    width: 490px;
    float: left;
    
}

.product_entry_photo{
    width: 480px;
    margin: 0 auto;
}

.product_entry_photo img{
    max-width: 100%;
    height: auto;
    
}

.product_entry_btn{
    width: 380px;
    margin: 0 auto;
    padding: 30px 0;
    
}

.product_entry_btn img{
    max-width: 100%;
    height: auto;
    
}

.product_entry_right{
width: 700px;
    float: right;
    text-align: left;
    
}

.product_entry_shouhinmei{
    font-size: 30px;
    color: #9e1d45;
    padding: 20px 0;
    
}

.product_entry_kakaku{
    padding: 0 0;
    font-size: 18px;
}

.product_entry_naiyouryou{
    padding: 0 0;
    font-size: 18px;
}

.product_entry_gaiyou{
    padding: 0 0 0 0;
    
}

.product_entry_koumoku{
    width: 96px;
    float: left;
    padding: 1em 0 0 0;
}

.product_entry_naiyou{
    width: 570px;
    float: left;
    
}

.product_entry_btn_sp{
    display: none;
    
}

.product_entry_btn_sp img{
    max-width: 100%;
    height: auto;
    
}

.product_entry_sec02{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    
}

/*--------------------------------------------
	動画チャンネル
--------------------------------------------*/

.cm_sec01{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    
}

	
.movie_set{
	width:50%;
	float:left;
	text-align:center;
	padding:0 0 30px;
	}

.movie_set_inner{
	width:460px;
	padding:10px;
	margin:0 auto;
	background-color:#FFF;
	}

.movie_set_inner:hover{
	background-color:#ccc;
	}
	
	
.movie_youtube{
	width:100%;
	position: relative;
  padding-top: 56.25%;
	}

.movie_youtube iframe{
	width:100%;
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	}
	
.movie_set_copy01{
	text-align:left;
	padding:8px 5px 0;
	}

.movie_set_copy02{
	text-align:left;
	color:#666;
	padding:0 5px;
	}
	
.movie_set{
	width:50%;
	float:left;
	text-align:center;
	padding:0 0 30px;
	}

.movie_set_inner{
	width:460px;
	padding:10px;
	margin:0 auto;
	background-color:#FFF;
	}

.movie_set_inner:hover{
	background-color:#ccc;
	}
	
	
.movie_youtube{
	width:100%;
	position: relative;
  padding-top: 56.25%;
	}

.movie_youtube iframe{
	width:100%;
	position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	}
	
.movie_set_copy01{
	text-align:left;
	padding:8px 5px 0;
	}

.movie_set_copy02{
	text-align:left;
	color:#666;
	padding:0 5px;
	}

/*--------------------------------------------
	お知らせ
--------------------------------------------*/

.calm_left{
    width: 850px;
    float: left;
    
}

.calm_right{
    width: 300px;
    margin: 0 auto;
    float:right;
    
}

.archive_ttl{
    text-align: center;
    font-size: 24px;
    padding: 10px 0 20px 0;
    color: #9e1d45;
}

.news_sec01_wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.news_side_ttl{
    color: #fff;
    background-color: #9e1d45;
    text-align: center;
    padding: 6px 20px;
    color: #fff;
    margin: 0 0 0 0;
    border-radius: 4px;
}

.news_side_li ul{
    padding: 20px;
    
}

.news_side_li li{
    background: url("../../../img/news_side_icon.png");
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0 0 5px 26px;
    list-style: none;
}

.news_sec01_date{
    width: 190px;
    float: left;
    padding: 10px 0;
    
}

.news_sec01_mds{
    width: 660px;
    float: right;
    text-align: left;
    padding: 10px 0;
}

/*--------------------------------------------
	お知らせ詳細
--------------------------------------------*/

.news_entry_set{
    width:auto;
    margin: 0 auto 30px;
    padding: 20px 20px 20px 20px;
    border: solid #9e1d45 1px;
    border-radius: 4px;
}

.news_entry_set_ttl{
    font-size: 22px;
    line-height: 1.5em;
    padding: 0 20px 10px 20px;
    
}

.news_entry_set_date{
    background-color: #9e1d45;
    color: #fff;
    padding: 6px 20px;
    margin: 0 0 10px 0;
    border-radius: 4px;
}

.news_entry_body{
    word-break: break-all;
    
}

.news_entry_body img{
    max-width: 100%;
    height: auto;
    
}

/*--------------------------------------------
	イベント情報
--------------------------------------------*/

.event_set{
    padding: 20px;
    border: solid #9e1d45 1px;
    margin: 0 0 30px 0;
    border-radius: 4px;
}

.event_set_photo{
    width: 230px;
    float: left;
}

.event_set_right{
    width: 550px;
    float: left;
    padding: 0 0 20px 20px;
}


.event_set_ttl{
    font-size: 20px;
    line-height: 1.5em;
    padding: 0 20px 10px 20px;
    
}

.event_set_date{
    background-color: #f1f1f1;
    color: #000;
    padding: 6px 20px;
    margin: 0 0 10px 0;
    border-radius: 4px;
}

.event_set_copy{
    padding: 0 0;
    
}

.event_set_btn{
    text-align: center;
    padding: 10px 0;
    
}

/*--------------------------------------------
	お客様の声
--------------------------------------------*/

.voice_sec01{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    
}


.voice_set{
    border: 1px solid #cccccc;
    padding: 20px;
    width: 900px;
    margin: 0 auto 30px;
    
}

.voice_set_photo{
    width: 200px;
    float: right;
    
}

.voice_set_photo img{
    max-width: 100%;
    height: auto;
    
}

.voice_set_left{
    width: 670px;
    float: left;
    
}

.voice_set_ttl{
    color: #9e1d45;
    font-size: 22px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 10px 10px;
}

.voice_set_shubetsu{
    background-color: #e6e6e6;
    font-size: 0.8em;
    padding: 4px 10px;
}

.voice_set_copy{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    
}

.voice_set_name{
    padding: 10px 10px 0;
    
}

.voice_set_cate_mds{
    font-size: 20px;
    text-align: center;
    color: #020aa6;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 10px 0;
    
}

/*--------------------------------------------
	おいしレシピ
--------------------------------------------*/

.recipe_sec01{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    
}


.recipe_set{
    border: 1px solid #cccccc;
    padding: 20px;
    width: 750px;
    margin: 0 auto 30px;
    
}

.recipe_set_photo{
    width: 200px;
    float:left;
    
}

.recipe_set_photo img{
    max-width: 100%;
    height: auto;
    
}

.recipe_set_left{
    width: 530px;
    float:right;
    
}

.recipe_set_ttl{
    color: #9e1d45;
    font-size: 22px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 10px 10px;
}

.recipe_set_shubetsu{
    background-color: #e6e6e6;
    font-size: 0.8em;
    padding: 4px 10px;
}

.recipe_set_copy{
    padding: 10px;
    
}

.recipe_set_name{
    padding: 10px 10px 0;
    
}

.recipe_set_cate_mds{
    font-size: 20px;
    text-align: center;
    color: #020aa6;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 10px 0;
    
}

.recipe_shousai_btn{
    padding: 10px 0;
    text-align: center;
    
}

/*--------------------------------------------
	おいしレシピ詳細ページ
--------------------------------------------*/

.recipe_entry_set{
    border: 1px solid #cccccc;
    padding: 20px;
    width:auto;
    margin: 0 auto 30px;
    
}

.recipe_entry_photo{
    width: 200px;
    float: left;
    padding: 0 20px 20px 0;
    
}

.recipe_entry_gaiyou{
    width:550px;
    float: right;
    
}

.recipe_entry_ttl{
    color: #9e1d45;
    font-size: 22px;
    padding: 0 0 4px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.recipe_entry_body{
    padding: 20px;
    word-break: break-all;
    
}

.recipe_entry_body img{
    max-width: 100%;
    height: auto;
    
}

/*--------------------------------------------
	お問い合わせ
--------------------------------------------*/
.contact_sec01{
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    
}

.contact_tbl table{
	border:none;
	border-collapse: collapse;
text-align:left;
padding:0 0;
background-color:#FFF;
width:800px;
margin:0 auto;

}

.contact_tbl th{
background-color:#FFF;
font-weight:normal;
border:none;
	padding:8px 8px;
	vertical-align:top;
	text-align:center;
    width: 35%;
}

.contact_tbl td{
border:none;
    background-color:#FFF;
	padding:8px 8px;
	
}

input[type="text"],
input[type="tel"],
input[type="email"]
{
padding:8px 0;
font-size:16px;
    width: 100%;
    border: 1px;
    border: 1px solid #ccc;
}

textarea{
    padding:4px 0;
font-size:16px;
    width: 100%;
    border: 1px;
    border: 1px solid #ccc;
    height: 200px;
}

span.wpcf7-list-item {
display: block;
}

span.wpcf7-list-item {
display: block!important;
}

.contact_form_btn{
	text-align:center;
	padding:30px 0;
	}

input.wpcf7-submit {
	padding: 5px 30px;/* ボタン内の余白 */
	background: #b91744;/* 背景色 */
	border-radius: 5px;/* 角を丸く*/
	color: #fff;/* 文字の色*/
	font-size: 16px;/* 文字の大きさ */
	font-weight: bold;/* 太字*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input.wpcf7-submit:hover {
opacity: 0.8;/* マウスオンで半透明に */
cursor:pointer;
}

.wpcf7-response-output{
	display: none !important;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    color: #FF0105;
    text-align: center;
    border: solid 1px #FF0105;
    
}

.wpcf7-not-valid-tip{
    color: #FF0105;
}

div.screen-reader-response{
  display: none;
}

div.screen-reader-response{
  display: none;
}

.hidden-fields-container {
    display: none !important;
}

.wpcf7-list-item-label{
   padding: 10px; 
	margin: 10px; 
}

.subtittle_bar h2 {
padding: 12px 0;
}

.event_set_right h3 {
padding: 0 10px 5px;
margin: 0;
}

.news_entry_set h3{
padding: 0 10px 10px;
margin: 0;
}

.voice_set_left h3{
padding: 0 10px 10px;
margin: 0;
}

.recipe_set_left h3{
padding: 10px 10px;
margin: 0;

}

.recipe_entry_gaiyou h3{
padding: 10px 10px;
margin: 0;

}