/* ---------------------------------------------------------
common
----------------------------------------------------------*/

#sumai_bmenu {
	z-index:1000;
}

.mod_headerbar.fixed {
 z-index:1000;
}

a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
}

/* arrow
-----------------------------------------*/
.arrow{
  line-height: 1.3;
}
.arrow a:link    {color:#333; 	text-decoration: underline;}
.arrow a:visited {color:#333;}
.arrow a:hover   {color:#333; 	text-decoration: underline;}
.arrow a:active  {color:#333;}

.arrow a:after {
  padding: 0 5px 0 0;
  color: #666;
  content: " \f105";
  font-family: FontAwesome;
}

/* ex_opacity
-----------------------------------------*/ 
.ex_opacity a:link    {}
.ex_opacity a:visited {}
.ex_opacity a:focus   {opacity:0.8;}
.ex_opacity a:hover   {opacity:0.8;}
.ex_opacity a:active  {opacity:0.8;}
/* IE用 */
.ex_opacity a:hover img {-ms-filter: "alpha( opacity=80 )";}
.ex_opacity a:hover img {filter:alpha(opacity=80);}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_clearfix
-----------------------------------------*/ 
#sectionContents .ex_marginB0{
 margin-bottom:0px!important;
}
#sectionContents .ex_marginBS{
 margin-bottom:10px!important;
}
#sectionContents .ex_marginBM{
 margin-bottom:20px!important;
}
#sectionContents .ex_marginT0{
 margin-top:0px!important;
}
#sectionContents .ex_marginTSS{
 margin-top:5px!important;
}
#sectionContents .ex_marginTS{
 margin-top:10px!important;
}
#sectionContents .ex_marginTM{
 margin-top:20px!important;
}
#sectionContents .ex_marginTL{
 margin-top:30px!important;
}
#sectionContents .ex_marginTLL{
 margin-top:50px!important;
}

/* btn ----------------------- */
.btn a {
	background: #f4f4f4;
}

/* btn ----------------------- */
.b-btn {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.b-btn a {
	display: block;
	position: relative;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: relative;
	line-height: 1.6;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	padding: 10px 16px 10px 10px;
	border-radius: 30px;
}

.b-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #FFF;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

@media only screen and (max-width:640px) and (max-device-width:1280px){
.b-btn a {
	padding: 4px;
	text-align: center;
}

.b-btn a:after {
	position: absolute;
	right: 5px;
	top: 50%;
}

}

/* layout(grid) ----------------------- */
.ratio-grid.column-3 .column {
	width: 306px;
	margin: 0 24px 20px 0;
}
.ratio-grid.column-3 .column:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px) {
.ratio-grid.column-3 .column {
	width: 100%;
	margin: 0 0 30px 0;
}

.ratio-grid.column-3 .column:nth-child(3n) {
	margin-bottom: 0;
}
.ratio-grid.column-3 .column img {
	width: 100%;
}
}

.headerbarTitle em {
	line-height: 1.18;
	margin: 0 0 6px 0;
	padding: 0 0 0 20px;
	color: #F00;
	font-size: 0.8em;
	font-weight: bold;
}
 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.headerbarTitle em {
	padding: 0 0 0 0;
}
}


/* layout
-----------------------------------------*/

/* item_block ----------------------- */

.item_block{
	padding: 100px 0 0;
	margin: 0;
	background: url(../img/bg_item.png) no-repeat;
}

.item_block h2 {
	font-size: 125%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.8;
	margin-bottom: 30px;
	font-weight: bold;
}

.item_block h2 span {
	font-size: 125%;
	display: block;
}

.item_block h2 img {
	width: 380px;
	display: block;
	margin: 14px auto 0;
}

.item_block h3 {
	font-size: 125%;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	margin: 0 0 10px;
	line-height:1.8;
	font-weight: bold;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.item_block {
	padding: 60px 0 20px;
	margin: 0;
	text-align: center;
	background: url(../img/bg_item_sp.png) no-repeat;
	background-size:100%;
}

.item_block h2  {
	font-size: 4vw;
	margin-bottom: 20px;
}

.item_block h2 span {
	font-size: 4.4vw;
	display: block;
}

.item_block h2 img {
	width: 70vw !important;
	margin: 10px auto 0!important;
}

.item_block h3  {
	font-size: 4.8vw;
	margin: 0 0 10px;
}

.item_block p  {
	text-align: left;
}


.item_block img {
	width: 80vw !important;
	margin: 0 auto!important;
}

}


/* recommended_block ----------------------- */

.recommended_block{
	padding: 60px 0;
}

.recommended_block h2 {
	overflow: hidden;
	font-size: 250%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.2;
	margin-bottom: 30px;
	font-weight: bold;
}
.recommended_block h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.6em;
  text-align: left;
}
.recommended_block h2 span::before,
.recommended_block h2 span::after {
  position: absolute;
  top: 40%;
  content: '';
  width: 400%;
  background: url(../img/bg_line.png) repeat-x;
  height: 9px;
}
.recommended_block h2 span::before {
  right: 100%;
}
.recommended_block h2 span::after {
  left: 100%;
}

.recommended_block h3 {
	font-size: 125%;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	margin: 0 0 10px;
	line-height:1.8;
	font-weight: bold;
}

.recommended_block p {
	text-align: center;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.recommended_block {
	padding: 30px 0;
	text-align: center;
}

.recommended_block h2  {
	font-size: 7vw;
	margin-bottom: 20px;
}

.recommended_block h2 span {
  margin: 0 0em;
  padding: 0 0.2em;
}

.recommended_block h3  {
	font-size: 4.8vw;
	margin: 0 0 10px;
}

.recommended_block img {
	width: 70vw !important;
	margin: 0 auto!important;
}

.recommended_block p {
	text-align: left;
}

}

/* movie_block ----------------------- */

.movie_block{
	padding: 60px 0 0;
	background: url(../img/bg_line.png) repeat-x;
}

.movie_block h2 {
	font-size: 150%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.2;
	margin-bottom: 30px;
	font-weight: bold;
}

.movie_block h2 img {
	display: block;
	margin: 20px auto 0;
}

.movie_block h3 {
	font-size: 200%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	margin-bottom: 30px;
	line-height:1.5;
}

.recipe {
	margin-bottom: 1.6em;
	display: flex;
	flex-wrap: wrap;
}

.recipe .column {
	width: 48%;
	margin-bottom: 2.8em;
}

.recipe .column:nth-child(odd){
	margin-right: 4%;
}

.recipe .column .column_inner {
	background: #f6f1e1;
	text-align: center;
	padding: 30px 0 20px;
}

.recipe .column .column_inner h4 img {
	width: 100px;
	margin: 0 auto;
}

.recipe .column .column_inner a img {
	width: 420px;
	margin: -24px auto 20px;
}

.recipe .column .column_inner p {
	font-size: 100%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	margin: 0 0 10px;
	line-height:1.5;
}

.recipe .column .column_inner span {
	font-size: 200%;
	display: block;
}


 @media only screen and (max-width:640px) and (max-device-width:1280px) {
	 
.movie_block h2 {
	font-size: 6vw;
}

.movie_block h2 span {
	display: none;
}

.movie_block h3 {
	font-size: 4.4vw;
}

.recipe .column {
	width: 100%;
	font-size: 4vw;
	line-height: 1.4;
	margin-bottom: 2em;
}

.recipe .column:nth-child(odd){
	margin-right: 0%;
}

.recipe .column .column_inner {
	padding: 20px 0 10px;
}


.recipe .column .column_inner h4 img {
	width: 30vw;
	margin: 0 auto;
}

.recipe .column .column_inner a img {
	width: 80vw;
	margin: -14px auto 10px;
}

.recipe .column .column_inner p {
	font-size: 3.6vw;
}

.recipe .column .column_inner span {
	font-size: 6vw;
}

}


/* coordinate_block ----------------------- */

.coordinate_block{
	padding: 0 0 60px;
}

.coordinate_block h2 {
	font-size: 200%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.2;
	margin-bottom: 20px;
	font-weight: bold;
}

.coordinate_bnr {
	background: url(../img/bg_coordinate.png) repeat-y;
	background-size: 100%;
}

.coordinate_bnr::before {
	content:"";
	display:block;
	background: url(../img/bg_coordinate_top.png) no-repeat;
	height: 29px;
	background-size: 100%;
}

.coordinate_bnr::after {
	content:"";
	display:block;
	background: url(../img/bg_coordinate_bottom.png) no-repeat #FFF;
	height: 38px;
	background-size: 100%;
}

.coordinate_bnr_img{
	float: left;
	padding: 10px 0 10px 50px;
}

.coordinate_bnr_img img{
	width: 450px;
}

.coordinate_bnr_text{
	float: right;
	width: 360px;
	padding: 10px 54px 10px 0;
}

.coordinate_bnr_text img{
	width: 360px;
	margin: 10px 0 16px;
}

.coordinate_bnr_text h3 {
	font-size: 112%;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.6;
	font-weight: bold;
}

 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.coordinate_block{
	padding: 0 0 30px;
}

.coordinate_block h2 {
	font-size: 6vw;
}

.coordinate_block h2 span {
	display: none;
}

.coordinate_bnr_img{
	width: 80vw;
	float: none;
	padding: 0;
	margin: 0 auto;
}

.coordinate_bnr_img img{
	width: 100%;
	margin: 0 0 16px;
}

.coordinate_bnr_text{
	width: 80vw;
	float: none;
	padding: 0;
	margin: 0 auto;
}

.coordinate_bnr_text img{
	width: 100%;
	margin: 10px 0 16px;
}

.coordinate_bnr_text h3 {
	font-size: 4vw;
}


}

/* check_block ----------------------- */

.check_block{
	padding: 0 0 60px;
}

.check_block h2 {
	font-size: 200%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.2;
	margin-bottom: 20px;
	font-weight: bold;
}

.check_block .bnr {
	background:#f7f3e4;
}

.check_block .bnr_img {
	float: right;
}

.check_block .bnr_text {
	float: left;
	padding: 24px;
	width: 384px;
}

.check_block h3 {
	font-size: 112%;
	text-align: center;
	font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
	color: #000;
	line-height:1.6;
	margin: 16px 0;
	font-weight: bold;
}



 @media only screen and (max-width:640px) and (max-device-width:1280px) {
.check_block{
	padding: 0 0 30px;
}
 
.check_block h2 {
	font-size: 6vw;
	margin-bottom: 10px;
}

.check_block .bnr_img {
	width: 100%;
	float: none;
}

.check_block .bnr_text {
	width: auto;
	float: none;
	padding: 0 24px 14px;
}

.check_block h3 {
	font-size: 4.4vw;
}


}
