@charset "utf-8";

/*
Theme Name: UMIOS HOKKAIDO株式会社 2022-04-01
Theme URI:
Description:
Version: 1.1
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: url(images/bg.png);
    color: #777;
    font-size: 15px;
    /* 2 */
    font-family: メイリオ, Meiryo, Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    /* font-family: sans-serif; */
    margin: 0;
    padding: 0;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
div {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background: url(images/header_top.png) repeat-x;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
    color: #999;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    overflow: hidden;
    margin: 0.67em 0 5px 0;
    font-size: 2em;
}
h1.main_logo {
	overflow: hidden;
    margin: 0.67em 0 5px 0;
    font-size: 2em;
	width:400px;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}

h3 {
    margin: 1em 0;
    font-size: 1.17em;
}

h4 {
    margin: 1.33em 0;
    font-size: 1em;
}

h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}

h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong,
.strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    /* margin: 1em 0; */
    margin: 0;
    padding: 0;
}

dd {
    margin: 0;
    padding: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    margin: 0;
    padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
    /* 1 */
    padding: 0;
    border: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    font-size: 100%;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    /* 2 */
    cursor: pointer;
    -webkit-appearance: button;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    /* 1 */
    /* 2 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    color: #333;
}

a img:hover {
    color: #333 !important;
    text-decoration: none !important;
    opacity: 0.7;
}

li {
    list-style: none;
}

.container {
    margin: 0 auto;
}

img.centered {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

img.alignright {
    display: inline;
    margin: 0 0 2px 7px;
    padding: 4px;
}

img.alignleft {
    display: inline;
    margin: 0 7px 2px 0;
    padding: 4px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}

.container {
    padding: 0 3%;
}

/* ==========================================================================
   　header
   ========================================================================== */
header {
    position: relative;
    margin: 0;
    padding: 0;
}

header h1 img {
    text-align: left;
}

#header_link {
    float: right;
    margin: 1em 0;
    height: 70px;
}

#header_link li {
    display: inline-block;
    /*
    margin-right: 30px;
    padding-left: 35px;
*/
    font-size: 0.8em;
    line-height: 70px;
}

#header_link img {
    max-width: 100%;
    height: auto;
}

#header_link .link01 {
    background: url(images/linkmark01.png) no-repeat 0 50%;
}

#header_link .link02 {
    background: url(images/linkmark02.png) no-repeat 0 50%;
}

#header_link .link03 {
    background: url(images/linkmark03.png) no-repeat 0 50%;
}

#header_link .link04 {
    background: url(images/linkmark04.png) no-repeat 0 50%;
}

#header_link .link_btn {
    margin: auto 2px;
    width: 180px;
}

#main_nav_outer {
    /*    background: url(images/nav_bg.png) repeat-x;*/
    /*   height:41px;*/
    /* margin-top:-15px; */
}

#main_nav_outer .container {
    padding: 0 2%;
}

#main_nav {
    padding: 5px 0;
    width: 100%;
    /* margin-left:10px; */
}

/*
#menu01 {
    border-left: 1px solid #CCC;
}
*/
#main_nav li a {
    margin: 0;
    padding: 6px 10px;
    width: 180px;
    border: 3px solid #e73e41;
}

#main_nav li:nth-of-type(4) a,
#main_nav li:nth-of-type(5) a,
#main_nav li:nth-of-type(6) a {
    border: 3px solid #e19f65;
}

#main_nav img {
    max-width: 100%;
    height: auto;
}

.navbar-nav > li > a {
    border-right: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:visited,
.navbar-nav > li > a:focus {
    background: #DFDFDF !important;
}

/*new*/
.nav-new {
    position: relative;
}

.icon-new {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 50px;
}

.dropdown-menu {
    width: 100%;
}

#main_nav li .dropdown-menu > li > a {
    display: block;
    clear: both;
    padding: 10px 20px;
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px dotted #DDD;
    border-left: 0;
    color: #606060;
    white-space: nowrap;
    font-weight: normal;
    line-height: 1.42857143;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #FdFdfd;
    color: #ffffff;
    text-decoration: none;
}

/* ==========================================================================
   　Home
   ========================================================================== */
/* :: TOPクロスフェード*/
#teazer {
    position: relative;
    display: none;
    margin: 10px auto;
    width: 100%;
    -webkit-box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
}

.fig_slider_elem_mark {
    display: none;
}

.crossfadewrap {
    margin-bottom: 50px;
    padding-top: 5px;
    height: 450px;
    background: url(images/teazer_back.png) no-repeat 50% 0;
}

#outer_container2 {
    margin: 0 0 20px 0;
    padding: 30px 0;
    min-height: 400px;
    width: 100%;
    background: url(images/recipe_bg.png);
}

#osusume_recipe {
    position: relative;
}

#osusume_recipe h1 {
    /*   width:1200px;*/
    height: 86px;
    background: url(images/osusume_recipe_index.png) no-repeat 0 0;
    text-indent: -9999px;
}

.to_recipe_list {
    position: absolute;
    top: 50px;
    right: 4%;
    z-index: 100;
    display: block;
    width: 165px;
    height: 26px;
}

.to_recipe_list a {
    display: block;
    width: 165px;
    height: 26px;
    background: url(images/to_recipe_list.png) no-repeat 0 0;
    text-indent: -9999px;
}

.a_recipe {
    position: relative;
    margin: 0 auto;
    padding: 10px 10px 30px 10px;
    width: 98%;
    height: 400px;
    background: url(images/a_recipe_back.png);
}

.a_recipe_in_list {
    margin-bottom: 50px;
}

.recipe_fig_pin {
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 100;
    display: block;
    margin-left: -15px;
    width: 30px;
    height: 30px;
}

.a_recipe_img_outer {
    display: block;
    padding: 5px 5px 20px 5px;
    background: #FFF;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.a_recipe_img {
    position: relative;
    display: block;
    margin: 5px auto;
    padding-top: 20px;
    width: 95%;
    height: 160px;
}

.a_recipe_img a {
    display: block;
    width: 100%;
    height: 160px;
}

.a_recipe_img:hover {
    opacity: 0.7;
}

.a_recipe h2 {
    margin-bottom: 5px;
    margin-left: -10px;
    padding-left: 30px;
    width: 112%;
    height: 35px;
    background: url(images/a_recipe_title.png) no-repeat 0 50%;
    background-size: cover;
    color: #804d03;
    font-size: 0.8em;
    line-height: 35px;
}

.a_recipe_comment {
    display: block;
    padding: 10px;
    font-size: 0.9em;
}

.a_recipe_link {
    position: absolute;
    right: 10px;
    bottom: 15px;
    display: block;
    width: 102px;
    height: 20px;
}

.a_recipe_link2 {
    position: absolute;
    right: 10px;
    bottom: -40px;
    display: block;
    width: 102px;
    height: 20px;
}

.to_lunchbox_list {
    position: absolute;
    bottom: 15px;
    /*    left: 60px;*/
    display: block;
    width: 114px;
    height: 20px;
}

#recipe_search_box h2 {
    margin-top: -70px;
    margin-left: -30px;
    width: 320px;
    height: 90px;
    background: url(wp/images/recipe_search_index.png) no-repeat 0 50%;
    text-indent: -9999px;
}

#recipe_search_box {
    margin: 60px auto;
    padding: 20px;
    background: #FFF;
}

#recipe_search_box_inner {
    margin-top: -20px;
    min-height: 60px;
    border: 2px dotted #F00;
    border-radius: 20px;
}

.recipe_sep {
    width: 100%;
    height: 10px;
    border: none;
    background: url(images/hr_type01.png) no-repeat 50% 50%;
}

.cat_list {
    padding: 20px 60px 20px 100px;
    -webkit-column-count: 3;
    column-count: 3;
    -ms-column-count: 3;
}

.cat_list li {
    height: 3em;
    line-height: 3em;
    break-inside: avoid-column;
    -moz-break-inside: avoid-column;
    -webkit-break-inside: avoid-column;
    -o-break-inside: avoid-column;
    -webkit-column-break-inside: avoid;
}

.cat_list li a {
    display: block;
    padding-left: 65px;
    color: #b86666;
    font-weight: bold;
}

/** ハム **/
.recipe_cat_hum_recipe a {
    background: url(images/recipe_cat_back01.png) no-repeat 0 50%;
}
/** ソーセージ **/
.recipe_cat_sausage_recipe a {
    background: url(images/recipe_cat_back02.png) no-repeat 0 50%;
}
/** ベーコンを使ったレシピ **/
.recipe_cat_bacon_recipe a {
    background: url(images/recipe_cat_back03.png) no-repeat 0 50%;
}

/** 調理加工品を使ったレシピ **/
.recipe_cat_processed_recipe a {
    background: url(images/recipe_cat_back04.png) no-repeat 0 50%;
}
/** 味付け肉を使ったレシピ **/
.recipe_cat_seasoned_meat_recipe a {
    background: url(images/recipe_cat_back05.png) no-repeat 0 50%;
}
/** ごはん類のレシピ **/
.recipe_cat_rice_recipe a {
    background: url(images/recipe_cat_back06.png) no-repeat 0 50%;
}

/** パン類のレシピ **/
.recipe_cat_bread_recipe a {
    background: url(images/recipe_cat_back07.png) no-repeat 0 50%;
}
/** おかずのレシピ **/
.recipe_cat_side_dishes_recipe a {
    background: url(images/recipe_cat_back09.png) no-repeat 0 50%;
}
/** スープのレシピ **/
.recipe_cat_soup_recipe a {
    background: url(images/recipe_cat_back10.png) no-repeat 0 50%;
}
/** 時短レシピ **/
.recipe_cat_time_saving_recipe a {
    background: url(images/recipe_cat_back11.png) no-repeat 0 50%;
}
/** お弁当にぴったり **/
.recipe_cat_lunch_recipe a {
    background: url(images/recipe_cat_back12.png) no-repeat 0 50%;
}
/** 1人でも美味しく **/
.recipe_cat_single_recipe {
    background: url(images/recipe_cat_back14.png) no-repeat 0 50%;	
}
/** 家族で楽しく **/
.recipe_cat_family_recipe a {
    background: url(images/recipe_cat_back13.png) no-repeat 0 50%;
}

.sepline01 {
    margin-top: -40px;
    width: 100%;
    height: 20px;
    background: url(images/sepline01.png) repeat-x;
}

.sepline02 {
    margin-top: -40px;
    width: 100%;
    height: 20px;
    background: url(images/sepline02.png) repeat-x;
}

#products_info_div {
    /* min-height:500px; */
    /*   padding:30px 0;*/
}

.a_product_info {
    text-align: center;
}

.a_product_info img {
    width: 90%;
    height: auto;
}

.osususme_product {
    /* margin: 50px auto 70px auto; */
    margin: 50px auto;
}

.osususme_product h2 {
    position: relative;
    margin: 0;
    padding-left: 90px;
    height: 90px;
    background: url(images/osusume_product_index.png) no-repeat 0 0;
    color: #f85858;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 102px;
}

.to_detail_bt {
    position: absolute;
    right: 50px;
    bottom: 60px;
    display: block;
    width: 102px;
    height: 20px;
}

.to_detail_bt_left {
    position: absolute;
	top: 62px;
    right: 50px;
    bottom: 60px;
    display: block;
    width: 102px;
    height: 20px;
}


.to_detail_bt2 {
    position: absolute;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 102px;
    height: 20px;
}

.osusume_product_content {
    margin: 0;
    padding: 20px 20px 20px 20px;
    min-height: 340px;
    background: url(images/osusume_product_content_bg.png) no-repeat 0 100%;
    line-height: 1.8em;
}

.osusume_product_content p {
    padding-left: 2%;
}

.hum_kobo_banner a {
    display: block;
    margin: 0 auto;
    width: 95%;
    height: auto;
    text-align: center;
}

.hum_kobo_banner a img {
    width: 100%;
    height: auto;
}

.osusume_product_content img {
    display: block;
    margin: 0 5% auto 5%;
    max-height: 287px;
    /*
    width: 85%;
    height: auto;
*/
}

#top_banners_outer {
    margin-top: -5px;
    /* min-height: 500px; */
    width: 100%;
    background: url(images/banners_bg.png);
}

#top_banners_outer {
    padding: 40px 0;
}

#top_banners li {
    margin: 20px 7%;
    width: 86%;
}

#top_banners li img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

#top_banners li img:hover {
    opacity: 0.7;
}

.sepline03 {
    width: 100%;
    height: 40px;
    background: url(images/sepline03.png) repeat-x;
}

#information_div_outer {
    background: url(images/info_bg.png);
}

#information_div {
    position: relative;
    /*   padding:50px 0;*/
}

#information_div h1 {
    position: absolute;
    z-index: 100;
    /*   top:20px;
   left:2px;*/
}

#info_list_body {
    margin: 20px auto;
    width: 95%;
    background: url(images/info_list_bg.png) no-repeat 50% 0;
    background-size: cover;
    /*    min-height: 500px;*/
}

#info_list_body ul {
    margin: 70px auto 20px auto;
    width: 90%;
}

#info_list_body ul li {
    overflow: hidden;
    height: 36px;
    /*
    line-height: 40px;
    height: 40px;
*/
    line-height: 36px;
}

#info_list_body ul li span {
    margin: 0 8px;
}

/* ==========================================================================
   　footer
   ========================================================================== */
footer {
    background: url(images/info_bg.png);
    color: #555555;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
}

#footer_img {
    min-height: 270px;
    width: 100%;
    background: url(images/footer_img.png) 50% 100%;
    background-size: cover;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_links {
    margin-left: 40px;
}

.footer_links li {
    display: inline-block;
    margin: 0 10px;
    padding-left: 15px;
    height: 60px;
    background: url(images/footer_listmark.png) no-repeat 0 50%;
    /*    font-size: 0.8em;*/
    line-height: 60px;
}

#footer_content {
    padding: 30px 0;
}

#footer_content .row {
    position: relative;
}

/*******************************
/* topへ戻る
*******************************/
.pagetop {
    position: fixed;
    right: 5%;
    bottom: 10%;
    display: none;
}

.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #d7000f;
    color: #F4F2F0;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    opacity: 0.6;
    -ms-filter: "alpha( opacity=60 )";
    filter: alpha(opacity=60);
}

#to_top_bt {
    position: absolute;
    top: -30px;
    right: 0;
    width: 120px;
    height: 23px;
}

address {
    height: 2em;
    background: #F00;
    color: #FFF;
    text-align: center;
    font-size: 0.9em;
    line-height: 2em;
}

address a {
    color: #FFF;
}

.teazer_h1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 180px;
    text-indent: -9999px;
}

.page_num {
    display: inline-block;
    float: right;
    margin-right: 30px;
    color: #666;
    text-align: right;
    font-size: 0.8em;
}

#page_section .page_title {
    padding-left: 40px;
    height: 52px;
    background: url(images/page_index_h2.png) no-repeat 0 50%;
    color: #FFF;
    text-shadow: -0.5px 0.5px 0 rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 52px;
}

#page_section .a_page_title {
    padding-left: 60px;
    height: 60px;
    background: url(images/a_recipe_title_bg.png) no-repeat 0 50%;
    color: #804d03;
    font-size: 1.3em;
    line-height: 60px;
}

#paginator ul {
    display: block;
    margin: 20px auto;
}

#paginator ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #CCC;
    text-align: center;
    line-height: 20px;
}

.page_active {
    font-weight: bold;
}

#paginator ul li a {
    color: #f85858;
}

.a_recipe_main_img_wrap {
    margin: 0 auto;
    padding: 12px;
    width: 280px;
    height: 186px;
    border: 12px #FFF solid;
    border-bottom: 25px #FFF solid;
    -webkit-box-shadow: 8px 8px 16px #CCC;
    box-shadow: 8px 8px 16px #CCC;
}

.a_recipe_main_comment {
    padding: 25px;
    border: 1px dotted #CCC;
    border-radius: 8px;
    background: #FFF;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.a_recipe_ingredient {
    padding: 0 2%;
}

.a_recipe_ingredient h3 {
    margin: 0 auto 10px auto;
    height: 30px;
    border-bottom: 1px #CCC dotted;
    line-height: 30px;
}

.a_recipe_ingredient dl {
    margin-left: 20px;
}

.a_recipe_ingredient dl dt {
    /*       width:80%;*/
    width: 60%;
    height: 2.2em;
    border-bottom: 1px #CCC dotted;
    text-align: left;
    font-weight: normal;
    line-height: 2.2em;
}

.a_recipe_ingredient dl dd {
    /*       margin-left:80%;*/
    margin-left: 60%;
    /*       width:20%;*/
    width: 40%;
    height: 2.2em;
    border-bottom: 1px #CCC dotted;
    text-align: right;
    font-weight: normal;
    line-height: 2.2em;
}

.a_recipestep_div {
    margin: 5px;
    padding: 20px;
    min-height: 180px;
    border: 1px dotted #CCC;
    border-radius: 6px;
    background: #FFF;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

#recipe_step_section h3 {
    margin-top: 50px;
    border-bottom: 1px dotted #CCC;
    color: #999;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 40px;
}

.a_recipestep_div img {
    display: block;
    margin: 0 auto 0 0;
    max-width: 96%;
    max-height: 140px;
    width: auto;
}

#recipe_step_section h4 {
    margin-bottom: 0px;
    padding-left: 20px;
    color: #999;
    font-weight: bold;
    font-size: 1.4em;
}

.a_recipe_outer_wrap {
    margin: 20px 0 0 0;
    padding: 30px 0;
    min-height: 400px;
    width: 100%;
    background: url(images/recipe_bg.png);
}

#glayLayer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

#large_img_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 102;
    display: none;
    margin: -360px auto 10px -512px;
    width: 1024px;
    height: 720px;
}

#large_img_wrap img {
    display: block;
    margin: 30px auto;
}

.sepline01_2 {
    width: 100%;
    height: 50px;
    background-image: url(images/sepline01.png), url(images/info_bg.png);
    background-position: bottom, 50%;
    background-repeat: repeat-x, repeat-x;
}

#products_info_div {
    margin-bottom: 0;
}

.sepline02_2 {
    width: 100%;
    height: 20px;
    background-image: url(images/sepline02.png), url(images/info_bg.png);
    background-repeat: repeat-x, repeat-x;
}

.product_img_banner {
    padding: 10px 10px 30px 10px;
    background: #FFF;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.product_img_banner a img {
    width: 100%;
    height: auto;
}

.product_info_div {
    margin-bottom: 40px;
}

.product_info_content {
    padding: 0 50px;
}

.product_info_content h3 {
    margin-bottom: 5px;
    color: #333;
    letter-spacing: 2px;
    font-size: 1.4em;
}

.product_info_content h4 {
    margin: 30px auto;
    margin-top: 5px;
    padding: 20px;
    border: 1px dotted #CCC;
    border-radius: 8px;
}

.a_product_info_div {
    margin-bottom: 100px;
    padding: 0 2%;
}

.a_product_info_div h5 {
    margin: 0;
    border-bottom: 1px dotted #ec6941;
    color: #ec6941;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 40px;
}

.a_product_info_div h5 a {
    color: #ec6941;
    font-weight: bold;
    font-size: 1.1em;
}

.product_main_img_thm img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    width: 180px;
    /*   height:150px;*/
    height: auto;
    border: 6px solid #FFF;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.product_main_img_thm img:hover {
    opacity: 0.7;
}

#page_section .page_title2 {
    padding-left: 40px;
    height: 52px;
    background: url(images/page_index_h2_2.png) no-repeat 0 50%;
    color: #FFF;
    text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 56px;
}

.product_main_img_thm2 img {
    display: block;
    margin: 0 auto 50px auto;
    /*   width:auto; 18-08-17 変更*/
    width: 245px;
    height: auto;
    border: 6px solid #FFF;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.a_product_post h3 {
    /*line-height:95px;*/
    padding-top: 32px;
    padding-left: 48px;
    height: 95px;
    background: url(images/index_type_product.png) no-repeat 0 50%;
    color: #f85858;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.3em;
}

.a_product_post_content {
    padding: 1em;
    background: url(images/banners_bg.png);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}

.a_product_post_comment {
    padding: 1.8em 1em 1em 1em;
    line-height: 1.8em;
}

.a_product_post {
    margin-bottom: 50px;
}

.heating_time {
    border-spacing: 1px;
    border-collapse: separate;
    background: transparent;
    font-size: 0.8em;
}

.table-02,
.table-01 {
    width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
    background: transparent;
    font-size: 0.8em;
}

.table-02 td,
.table-01 td,
.heating_time td {
    margin: 0.5px;
    padding: 8px;
    border: 1px dotted #CCC;
    background: transparent;
    text-align: center;
}

.table-02 th,
.table-01 th,
.heating_time th {
    padding: 8px;
    border: 1px dotted #CCC;
    background: transparent;
    text-align: center;
    font-weight: normal;
}

.a_nikushiki_post {
    position: relative;
}

.page_title3 {
    position: absolute;
    left: -40px;
    z-index: 10;
    margin-top: 40px;
    padding-left: 48px;
    height: 95px;
    background: url(images/index_type_product.png) no-repeat 0 50%;
    color: #f85858;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 95px;
}

.post_content {
    position: relative;
    clear: both;
    margin-top: 105px;
    margin-bottom: 0;
    padding: 40px;
    border: 1px dotted #CCC;
    background: url(images/banners_bg.png);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}

.post_content p {
    padding: 30px;
    line-height: 1.8em;
}

#gallery-1 img {
    /*   border:none !important;
   height:150px !important;
   width:auto !important;*/
}

.nikushiki_list li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCC;
    list-style: circle;
}

.nikushiki_list {
    margin: 50px auto;
    width: 65%;
}

.page_title4 {
    margin-right: 60px;
    border-bottom: 4px double #f85858;
    color: #ec6941;
    font-weight: bold;
    font-size: 1.4em;
}

#nikushiki_outer {
    padding-bottom: 50px;
}

.textalignright {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.textalignright2 {
    display: inline-block;
    padding-right: 10%;
    padding-bottom: 40px;
    width: 100%;
    text-align: right;
    letter-spacing: 4px;
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.date {
    float: right;
    color: #666;
    text-align: right;
    text-shadow: none;
    font-weight: normal;
    font-size: 0.8em;
}

body.date {
    float: none;
    text-align: left;
}

#a_post_content {
    margin-bottom: 40px;
    padding: 40px;
    background: url(images/banners_bg.png);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.8em;
}

.a_page_content {
    padding: 20px;
    line-height: 2.0em;
}

.a_page_content_img {
    padding: 20px;
    text-align: center;
}

.a_page_content_img img {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: auto;
    border: 6px #FFF solid;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

#page_contact_outer {
    min-height: 600px;
    background: url(images/info_bg.png);
}

.contact_title_mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
}

.contact_caption {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-height: 269px;
    width: 85%;
    border: 1px #CCC solid;
    border-radius: 20px;
    background: url(images/banners_bg.png);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact_index01 {
    color: #48caf9;
    text-align: center;
    font-weight: bolder;
    font-size: 1.3em;
}

.contact_subindex01 {
    margin: 0 auto;
    width: 60%;
    color: #48caf9;
    text-align: left;
    font-weight: bolder;
    font-size: 1.3em;
}

.enlarge {
    font-size: 1.5em;
}

.contact_index02 {
    color: #e16666;
    text-align: center;
    font-weight: bolder;
    font-size: 1.3em;
}

.contact_subindex02 {
    margin: 0 auto;
    width: 66%;
    color: #e16666;
    text-align: left;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 2em;
}

.contact_caption02 {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    min-height: 269px;
    width: 93%;
    border: 1px #CCC solid;
    border-radius: 20px;
    background: url(images/banners_bg.png);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact_index03 {
    padding-left: 100px;
    color: #f2bc39;
    text-align: left;
    font-weight: bolder;
    font-size: 1.3em;
}

.contact_caption02 ul li {
    list-style: circle;
    text-align: left;
    line-height: 1.8em;
}

.contact_caption02 ul {
    margin: 0 auto;
    width: 86%;
}

#to_privacy_policy_bt {
    position: absolute;
    top: 90px;
    right: 100px;
    width: 171px;
    height: 26px;
}

/**
   お問い合わせ用
*/
.row_b {
    border: 1px solid #DDD;
    border-bottom: none;
    background: #fff8e6;
}

.row_c {
    border: 1px solid #DDD;
    background: #fff8e6;
}

.copy_string2 {
    padding-top: 15px;
    padding-right: 20px;
    text-align: right;
}

.sub_items {
    padding-top: 16px;
    padding-bottom: 16px;
    border-left: 1px solid #DDD;
    background: #fefdfa;
}

.caption_list li {
    margin: 0 10%;
    list-style: circle;
    font-size: 0.9em;
    line-height: 30px;
}

.input_content {
    padding: 10px;
    min-height: 60px;
    border-left: 1px solid #DDD;
    background: #fefdfa;
}

.input_content2 {
    padding: 10px;
    min-height: 60px;
    background: #fefdfa;
}

.input_content input,
.input_content textarea,
.input_content select,
.input_content2 input,
.input_content2 textarea,
.input_content2 select {
    padding: 3px 8px;
    border-radius: 3px;
}

.sub_items {
    min-height: 60px;
    text-align: right;
    font-size: 0.9em;
}

.mail_form_wrap {
    margin: 30px 6%;
    width: 88%;
}

.mw_wp_form {
    margin-bottom: 40px;
}

.mail_form_comment {
    margin: 20px auto;
    padding: 15px 0;
    width: 80%;
    line-height: 1.6em;
}

.row_submit {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.form_bt input[type='submit'] {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 15px 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #88cea9;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #88cea9), to(#43b778));
    background: linear-gradient(to bottom, #88cea9 1%, #43b778 100%);
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    /* IE6-9 */
    text-shadow: 1px 1px 1px #444;
    white-space: nowrap;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.42857143;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88cea9', endColorstr='#43b778', GradientType=0);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form_bt2 input[name='submitBack'] {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: auto;
    padding: 15px 50px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #606c88;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#606c88), to(#3f4c6b));
    background: linear-gradient(to bottom, #606c88 0%, #3f4c6b 100%);
    background-image: none;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    /* IE6-9 */
    text-shadow: 1px 1px 1px #444;
    white-space: nowrap;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.42857143;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606c88', endColorstr='#3f4c6b', GradientType=0);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mw_wp_form_confirm .input_content {}

.required_item {
    margin-left: 8px;
    padding: 2px 4px;
    border-radius: 3px;
    background: #ff3019;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3019), to(#cf0404));
    background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
    color: #FFF;
    /* IE6-9 */
    text-shadow: 1px 1px 1px #444;
    font-size: 0.8em;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
}

.inquiry_comment dl {
    clear: both;
    /* margin-bottom:30px; */
}

.inquiry_comment dl dt {
    float: left;
    width: 25%;
    height: 40px;
    color: #EA6948;
    text-align: right;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 40px;
}

.inquiry_comment dl dd {
    float: right;
    width: 70%;
    height: 40px;
    color: #3C6AC4;
    font-weight: bold;
    font-size: 1.8em;
    font-family: 'Candal', sans-serif;
    line-height: 40px;
}

.inquiry_comment dl dd::after {
    clear: both;
}

.inquiry_comment div {
    text-align: center;
}

.page_content_p {
    padding: 0px 80px 40px 80px;
}

.page_content_h3 {
    margin: 10px 50px;
    border-bottom: 1px dotted #CCC;
    font-weight: bold;
    line-height: 2em;
}

.page_content_ul {
    margin: 30px auto 60px auto;
    width: 60%;
}

.page_content_ul li {
    list-style: disc;
    line-height: 2.0em;
}

.page_content_span {
    margin: 0 auto 50px auto;
    padding: 20px;
    width: 50%;
    border: 1px dotted #CCC;
    border-radius: 20px;
    text-align: left;
}

.wp-pagenavi {
    text-align: center;
}

#category_links {
    margin-top: 15px;
    margin-right: 20px;
}

#category_links li a {
    display: block;
    margin: 0 2% 10px 2%;
    margin-bottom: 10px;
    padding: 5px 10px 5px 70px;
    width: 96%;
    border: 1px solid #CCC;
    border-radius: 6px;
    color: #AAA;
    vertical-align: middle;
    font-size: 1.0em;
    line-height: 35px;
}

.cat_link_none a {
    background: url(images/all_mark.png) no-repeat 10px 50%, rgba(255, 255, 255, 0.5);
}

.cat_link_info a {
    background: url(images/info_mark.png) no-repeat 10px 50%, rgba(255, 255, 255, 0.5);
}

.cat_link_cat_recipe a {
    background: url(images/recipe_mark.png) no-repeat 10px 50%, rgba(255, 255, 255, 0.5);
}

.cat_link_new_product a {
    background: url(images/product_mark.png) no-repeat 10px 50%, rgba(255, 255, 255, 0.5);
}

.cat_link_none_select_cat a {
    background: url(images/all_mark.png) no-repeat 10px 50%, rgba(238, 95, 91, 0.11);
}

.cat_link_info_select_cat a {
    background: url(images/info_mark.png) no-repeat 10px 50%, rgba(238, 95, 91, 0.11);
}

.cat_link_cat_recipe_select_cat a {
    background: url(images/recipe_mark.png) no-repeat 10px 50%, rgba(238, 95, 91, 0.11);
}

.cat_link_new_product_select_cat a {
    background: url(images/product_mark.png) no-repeat 10px 50%, rgba(238, 95, 91, 0.11);
}

.companyinfo_content01 {
    padding-left: 5%;
}

.companyinfo_content02 {
    padding-right: 5%;
}

.page_content_h3_2 {
    margin: 10px 50px;
    border-bottom: 3px double #999;
    font-weight: bold;
    line-height: 2em;
}

.normal_content_p {
    margin: 0 auto 50px auto;
    padding: 15px;
    width: 80%;
}

.normal_content_p_2 {
    margin: 0 auto 50px auto;
    padding: 15px 3%;
    width: 80%;
}

.page_content_h4 {
    margin: 10px 50px;
    border-bottom: 1px dotted #CCC;
    text-align: left;
    font-weight: normal;
    line-height: 2em;
}

.dl-horizontal {
    margin: 0 auto 30px auto;
    width: 90%;
}

.dl-horizontal dt,
.dl-horizontal dd {
    margin-bottom: 5px;
    line-height: 1.6em;
}

.dl-horizontal dt {
    padding-left: 50px;
    text-align: left;
}

.dl-horizontal2 dt {
    padding-left: 10px !important;
    text-align: left;
}

.map1_div img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    height: auto;
}

.map1_div2 img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    height: auto;
    border: 6px solid #FFF;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.fig_caption {
    margin-bottom: 30px;
    text-align: center;
}

#google_map {
    margin-bottom: 50px;
}

.rinen_outer {
    margin: 30px auto 50px auto;
    width: 86%;
}

.rinen_title_h2 {
    margin-left: 40px;
    padding-left: 48px;
    height: 95px;
    background: url(images/index_type_product.png) no-repeat 0 50%;
    color: #f85858;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 95px;
}

.rinen_outer p {
    padding: 20px 10% 40px 10%;
}

.rinen_outer ul {
    margin: 10px auto;
    width: 80%;
}

.rinen_outer ul li {
    list-style: none;
    font-size: 1.1em;
    line-height: 2em;
}

.sitemap_ul {
    margin: 0 auto 50px auto;
    width: 70%;
}

.sitemap_ul li {
    line-height: 2em;
}

.sitemap_ul li a {
    padding-left: 20px;
    background: url(images/list_mark01.png) no-repeat 0 50%;
}

img.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
}

p.aligncenter {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
    text-align: center;
}

p.aligncenter2 {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
    text-align: left;
}

.contact_table {
    margin: 0 auto 50px auto;
    width: 60%;
}

.contact_table th {
    width: 30%;
    font-size: 1.3em;
}

.contact_table td {
    width: 40%;
    font-size: 1.3em;
}

.smapho_br2 {
    display: none;
}

#gallery-1 img {
    border: 1px solid #ddd !important;
    background: #FFF;
}

#a_post_content img {
    max-width: 100% !important;
    height: auto !important;
}

/*******************************
 18.10.05 お知らせ　アーカイブ年度別の指定
*******************************/
#information_div_outer .navi_btn01 span::before {
    /*    font-family: FontAwesome;*/
    color: #990;
    content: "● ";
}

#information_div_outer .navi_btn01 {
    margin-right: 20px;
}

#information_div_outer a:visited {
    color: #333;
}

#information_div_outer div.infonavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1% 5% 2%;
}

#page_section h2.archive01 {
    border-bottom: 5px solid #ccc;
}

#page_section h3.archive02 {
    /*    margin: 1% 0;*/
}

hr.hr01 {
    clear: both;
    margin: 0% 2%;
    border-top: dotted 1px #ccc;
}

#page_section .news_category_info,
#page_section .news_category_s_info,
#page_section .news_category_product {
    display: inline-block;
    padding: 0.8% 2% 0;
}

#page_section div#date {
    float: left;
    margin: 1% 0;
}

/*******************************
 splash 19-06-21
*******************************/
.opening {
    /*    display: none;*/
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: #fff;
}

.opening > figure {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 558px;
    max-height: 311px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opening > figure.logo01 {
    z-index: 1000;
}

.opening > figure img {
    max-width: 100%;
    height: auto;
}

/*******************************
 company_info 19-10-02
*******************************/
.represent {
    margin: 0 0 0 auto;
    max-width: 200px;
    text-align: center;
}

/*******************************
 ハム工房　21-07-08
*******************************/
.white-block {
    color: #fff;
}

/*******************************
 PC
*******************************/
@media screen and (min-width: 1200px) {
    .smapho_br {
        display: none;
    }

    .smapho_br2 {
        display: inline-block;
    }
}

/*******************************
 タブレット 横
 *******************************/
@media screen and (min-width:960px) and (max-width:1200px) {
    .crossfadewrap {
        margin-bottom: 50px;
        padding-top: 5px;
        height: 450px;
        background: url(images/teazer_back.png) no-repeat 50% 0;
    }

    #osusume_recipe h1 {
        width: 100%;
        height: 86px;
        background: url(images/osusume_recipe_index.png) no-repeat 0 0;
        text-indent: -9999px;
    }

    #main_nav_outer {
        /*        background: url(images/nav_bg.png) repeat-x;*/
        /*       height: 82px;*/
    }

    /*
    #main_nav li a {
        margin: 0 0 10px 0;
        padding: 0;
        height: 31px;
        color: #444;
        text-align: center;
        font-size: 0.9em;
        line-height: 31px;
    }
*/
    #main_nav li a {
        width: 98%;
    }

    #outer_container {
        /*margin-left:-10px;*/
    }

    h1 {
        overflow: hidden;
    }

    .cat_list {
        padding: 20px 2% 20px 2%;
        -webkit-column-count: 2;
        column-count: 2;
        -ms-column-count: 2;
    }

    .osusume_product_content img {
        display: block;
        margin: 0 auto;
        width: 90%;
        height: auto;
    }

    .osusume_product_content {
        margin: 0;
        padding: 20px 60px 20px 20px;
        min-height: 340px;
        background: none;
        line-height: 1.8em;
    }

    .a_recipe_ingredient {
        margin-top: 30px;
    }

    .a_recipe_ingredient .dl-horizontal {
        margin: 0 auto;
    }

    .page_title3 {
        position: absolute;
        left: -40px;
        z-index: 10;
        margin-top: 40px;
        padding-left: 48px;
        height: 95px;
        background: url(images/index_type_product.png) no-repeat 0 50%;
        color: #f85858;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 95px;
    }

    .page_title3 {
        position: relative;
        z-index: 10;
        margin-top: 40px;
        margin-bottom: 0px;
        padding-top: 35px;
        padding-left: 48px;
        height: 95px;
        background: url(images/index_type_product.png) no-repeat 0 50%;
        color: #f85858;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.0em;
        line-height: 25px;
    }

    .post_content {
        position: relative;
        clear: both;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 40px 40px 40px;
        border: 1px dotted #CCC;
        background: url(images/banners_bg.png);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    }

    .gallery-item img {
        width: 100%;
        height: auto;
    }

    .osusume_product_content {
        margin: 0;
        padding: 20px 0px 20px 20px;
        min-height: inherit;
        background: none;
        line-height: 1.8em;
    }

    .to_detail_bt {
        position: absolute;
        right: 50px;
        bottom: 50px;
        display: block;
        width: 102px;
        height: 20px;
    }

    .a_recipe {
        position: relative;
        margin: 0 auto;
        padding: 10px 10px 30px 10px;
        width: 96%;
        height: 400px;
        background: url(images/a_recipe_back.png);
    }

    .a_recipe h2 {
        margin-bottom: 5px;
        margin-left: -10px;
        padding-left: 30px;
        width: 109%;
        height: 35px;
        background: url(images/a_recipe_title.png) no-repeat 0 50%;
        color: #804d03;
        font-size: 0.8em;
        line-height: 35px;
    }

    .product_main_img_thm2 img {
        display: block;
        margin: 0 auto 50px auto;
        width: 96%;
        height: auto;
        border: 6px solid #FFF;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    }

    .smapho_br2 {
        display: inline-block;
    }

    /*  追加  */
    .container {
        padding: 0;
        width: 96%;
    }
}

/*******************************
// Medium devices (tablets, less than 992px)
*******************************/
@media(max-width:991.98px) {
    .container {
        padding: 0;
        width: 96%;
    }

    #main_nav_outer {
        background-repeat: repeat;
    }

    .navbar-nav > li:nth-of-type(4) > a {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }

    .a_recipe_img {
        height: 29vw;
    }

    .a_recipe_img a {
        height: 100%;
    }

    .a_recipe {
        max-height: 428px;
        height: 100%;
    }

    .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*******************************
 タブレット 縦
 *******************************/
@media screen and (min-width:480px) and (max-width:960px) {
    .teazer_h1 {
        margin: 0;
        padding: 0;
        padding-top: 45px;
        padding-left: 30px;
        width: 100%;
        height: 120px;
        background: none;
        background: url(images/smaph_bg.png) no-repeat 0 0;
        color: #444;
        text-shadow: -0.5px -0.5px 0.1px rgba(255, 255, 255, 0.7);
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.3em;
    }

    .crossfadewrap {
        margin-bottom: 50px;
        padding-top: 5px;
        height: 288px;
        background: url(images/teazer_back.png) no-repeat 50% 0;
    }

    #main_nav_outer {
        background-position: center;
        /*        background: none;*/
        background-size: cover;
    }

    #main_nav li a {
        margin: 0;
        padding: 2%;
        height: auto;
        color: #444;
        text-align: center;
        font-size: 0.9em;
        /*        line-height: 31px;*/
    }

    /*
    .nav > li {
        background: url(images/nav_bg.png) repeat-x;
        background-size: contain;
    }
*/
    #header_link .link_btn {
        max-width: 150px;
    }

    #main_nav li.col-sm-4 {
        width: 16.4%
    }

    #main_nav li a {
        width: 95%;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-top: 3px;
        margin-right: 15px;
        margin-bottom: 8px;
        padding: 9px 10px;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: transparent;
        background-image: none;
    }

    #outer_container {
        display: none !important;
    }

    h1 {
        overflow: hidden;
    }

    .osusume_product_content {
        margin: 0;
        padding: 20px 60px 20px 20px;
        min-height: 340px;
        background: none;
        line-height: 1.8em;
    }

    .osusume_product_content p {
        padding-left: 2%;
    }

    .osusume_product_content img {
        display: block;
        margin: 0 auto;
        width: auto !important;
        height: 280px !important;
    }

    .cat_list {
        padding: 20px 2% 20px 2%;
        -webkit-column-count: 2;
        column-count: 2;
        -ms-column-count: 2;
    }

    .a_recipe_ingredient {
        margin-top: 30px;
    }

    .a_recipe_ingredient .dl-horizontal {
        margin: 0 auto;
    }

    .smapho_br2 {
        display: none;
    }

    .page_title3 {
        position: absolute;
        left: -40px;
        z-index: 10;
        margin-top: 40px;
        padding-left: 48px;
        height: 95px;
        background: url(images/index_type_product.png) no-repeat 0 50%;
        color: #f85858;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 95px;
    }

    .page_title3 {
        position: relative;
        z-index: 10;
        margin-top: 40px;
        padding-top: 35px;
        padding-left: 48px;
        height: 95px;
        background: url(images/index_type_product.png) no-repeat 0 50%;
        color: #f85858;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.0em;
        line-height: 25px;
    }

    .post_content {
        position: relative;
        clear: both;
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px;
        border: 1px dotted #CCC;
        background: url(images/banners_bg.png);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    }

    .gallery-item img {
        width: 100%;
        height: auto;
    }

    .osusume_product_content img {
        display: block;
        /*    width: 100%;*/
        margin: 0 auto;
        height: auto;
    }

    .to_detail_bt {
        position: absolute;
        right: 50px;
        bottom: 50px;
        display: block;
        width: 102px;
        height: 20px;
    }

    .dl-horizontal {
        margin: 0 auto 30px auto;
        width: 90%;
    }

    .dl-horizontal dt,
    .dl-horizontal dd {
        margin-bottom: 5px;
        padding-left: 120px;
        line-height: 1.6em;
    }

    .dl-horizontal dt {
        padding-left: 70px;
        text-align: left;
    }

    .product_main_img_thm2 img {
        display: block;
        margin: 0 auto 50px auto;
        width: 65%;
        height: auto;
        border: 6px solid #FFF;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    }

    .footer_logo img {
        display: block;
        margin: 5px auto;
        width: 90%;
        height: auto;
    }

    .a_recipe_ingredient dl dd {
        margin-left: 30%;
        width: 70%;
        height: 2.2em;
        border-bottom: 1px #CCC dotted;
        text-align: right;
        font-weight: normal;
        line-height: 2.2em;
    }
}

/*******************************
// Medium devices (tablets, less than 880px)
*******************************/
@media(max-width:880px) {
    header h1 img {
        width: 100%;
        height: auto;
    }

    #main_nav_outer {
        background-image: none;
    }

    #main_nav li a {
        margin: 10px 0;
        height: auto;
    }

    .d-flex .col-sm-6 {
        width: 49%;
    }

    .flex-center {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .icon-new {
        width: 28%;
    }
}

/*******************************
// Small devices (landscape phones, less than 768px)
*******************************/
@media(max-width:767.98px) {

    /*
    body {
        overflow: hidden;
    }
*/
    #information_div_outer div.infonavi {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .d-flex .col-sm-6 {
        width: 100%;
    }

    .a_recipe_img {
        height: 59vw;
    }

    #header_link .link01,
    #header_link .link02,
    #header_link .link03,
    #header_link .link04 {
        background-size: 25%;
    }

    #header_link {
        float: none;
    }

    .opening > figure {
        padding: 0 4%;
    }

    #information_div h1 {
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
    }

    #main_nav {
        padding: 0;
    }

    #menu01 {
        border-left: 0;
    }

    .navbar-nav > li > a,
    .navbar-nav > li:nth-of-type(4) > a {
        border-right: 0;
        border-bottom: dotted 1px #ccc;
        border-left: 0;
    }

    #main_nav li a {
        /*        padding: 20px 0 15px;*/
        margin: 0 0 4%;
    }

    #page_section .a_page_title {
        width: 106%;
    }
}

/*******************************
 スマホ
 *******************************/
@media screen and (max-width:480px) {
    .crossfadewrap {
        margin-bottom: 50px;
        padding-top: 5px;
        height: 180px;
        background: url(images/teazer_back.png) no-repeat 50% 0;
    }

    header h1 img {
        width: 96%;
        height: auto;
        text-align: left;
    }

    .teazer_h1 {
        margin: 0;
        padding: 0;
        padding-top: 45px;
        padding-left: 30px;
        width: 100%;
        height: 120px;
        background: none;
        background: url(images/smaph_bg.png) no-repeat 0 0;
        color: #444;
        text-shadow: -0.5px -0.5px 0.1px rgba(255, 255, 255, 0.7);
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.3em;
    }

    #header_link {
        margin: 1em 0;
        height: auto;
    }

    #header_link li {
        display: inline-block;
        /*
        margin-right: 15px;
        padding-left: 27px;
        font-size: 0.8em;
*/
        line-height: 0;
    }

    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }

    #outer_container {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-top: 3px;
        margin-right: 15px;
        margin-bottom: 8px;
        padding: 9px 10px;
        border: 1px solid transparent;
        border-radius: 4px;
        background-color: transparent;
        background-image: none;
    }

    /*
    .navbar-nav > li > a {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
*/
    #main_nav_outer {
        /*min-height: 41px;*/
        height: auto;
        background: url(images/nav_bg.png) repeat-x;
    }

    /*
    .nav > li {
        background: url(images/nav_bg.png) repeat-x;
        background-size: contain;
    }
*/
    #header_link .link_btn {
        width: calc(100% / 3 - 10px);
    }

    #main_nav li a {
        max-width: 97%;
    }

    .a_recipe {
        margin-bottom: 30px;
    }

    .cat_list {
        padding: 20px 2% 20px 2%;
        -webkit-column-count: 1;
        column-count: 1;
        -ms-column-count: 1;
    }

    #osusume_recipe h1 {
        margin-bottom: 50px;
        width: 96%;
        height: 60px;
        background: url(images/osusume_recipe_index.png) no-repeat 0 0;
        background-size: cover;
        text-indent: -9999px;
    }

    .to_recipe_list {
        position: absolute;
        top: 85px;
        z-index: 100;
        display: block;
        float: none;
        width: 165px;
        height: 26px;
    }

    .to_detail_bt {
        position: absolute;
        top: 20px;
        right: 50px;
        bottom: 60px;
        display: block;
        width: 102px;
        height: 20px;
    }

    .osusume_product_content img {
        display: block;
        margin: 0 auto;
        width: auto;
        height: 280px;
    }

    .osusume_product_content {
        margin: 0;
        padding: 20px 60px 20px 20px;
        min-height: 340px;
        background: none;
        line-height: 1.8em;
    }

    h1 {
        overflow: hidden;
    }

    #info_list_body ul li {
        overflow: hidden;
        height: 80px;
        line-height: 35px;
    }

    .news_date {
        display: block;
    }

    #info_list_body ul li {
        overflow: hidden;
        height: auto;
        line-height: 35px;
    }

    #info_list_body ul li span {
        margin: 0;
    }

    address {
        height: auto;
        background: #F00;
        color: #FFF;
        text-align: center;
        font-size: 0.9em;
        line-height: 2em;
    }

    #page_section .page_title2 {
        padding-left: 40px;
        background: url(images/page_index_h2_2.png);
        color: #FFF;
        text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.7);
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 25px;
    }

    section {
        margin: 0 auto;
        width: 96%;
    }

    .page_num {
        display: none;
    }

    .page_content_span {
        margin: 0 auto 50px auto;
        padding: 10px;
        width: 96%;
        border: 1px dotted #CCC;
        border-radius: 20px;
        text-align: center;
    }

    .page_content_h3_2 {
        margin: 10px;
        border-bottom: 1px dotted #CCC;
        text-align: center;
        font-weight: normal;
        line-height: 2em;
    }

    .rinen_title_h2 {
        margin-left: 10px;
        padding-top: 20px;
        padding-left: 48px;
        height: 95px;
        background: url(images/index_type_product.png) no-repeat 0 50%;
        color: #f85858;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.3em;
        line-height: 30px;
    }

    .rinen_outer {
        margin: 30px auto 50px auto;
        width: 96%;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:visited,
    .navbar-nav > li > a:focus {
        background: #DFDFDF !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #FdFdfd;
        color: #ffffff;
    }

    .contact_title_mark {
        position: absolute;
        top: -30px;
        left: 0;
        width: 60px;
        height: 60px;
    }

    .contact_title_mark img {
        width: 60px;
        height: 60px;
    }

    .contact_index03 {
        padding-left: 40px;
        color: #f2bc39;
        text-align: left;
        font-weight: bolder;
        font-size: 1.3em;
    }

    #to_privacy_policy_bt {
        position: absolute;
        top: 65px;
        right: 100px;
        width: 171px;
        height: 26px;
    }

    .row_b {
        border: 1px solid #DDD;
        border-bottom: none;
        background: #fefdfa;
    }

    .copy_string2 {
        padding-top: 15px;
        padding-left: 20px;
        text-align: left;
    }

    .sub_items {
        padding-left: 40px;
        min-height: 60px;
        text-align: left;
        font-size: 0.9em;
    }

    .row_c {
        border: 1px solid #DDD;
        background: #fefdfa;
    }

    input,
    textarea {
        max-width: 100% !important;
    }

    .gallery-item img {
        width: 100%;
        height: auto;
    }

    img.aligncenter {
        display: block;
        margin: 0 auto 30px auto;
        width: 96%;
        height: auto;
    }

    .smapho_br {
        display: inline-block;
    }

    .page_title3 {
        position: relative;
        z-index: 10;
        margin-top: 40px;
        padding-top: 35px;
        padding-left: 48px;
        height: 95px;
        background: url(images/index_type_product.png) no-repeat 0 50%;
        color: #f85858;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 1.0em;
        line-height: 25px;
    }

    .post_content {
        position: relative;
        clear: both;
        margin-top: 0;
        margin-bottom: 0;
        padding: 40px;
        border: 1px dotted #CCC;
        background: url(images/banners_bg.png);
        -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    }

    .a_recipe_ingredient dl {
        margin-left: 20px;
    }

    .a_recipe_ingredient dl dt {
        width: 96%;
        height: 2.2em;
        border-bottom: 1px #CCC dotted;
        text-align: left;
        font-weight: normal;
        line-height: 2.2em;
    }

    .a_recipe_ingredient dl dd {
        width: 96%;
        height: 2.2em;
        border-bottom: 1px #CCC dotted;
        text-align: right;
        font-weight: normal;
        line-height: 2.2em;
    }

    #page_section .a_page_title {
        padding-top: 10px;
        padding-right: 4%;
        padding-left: 4%;
        height: 60px;
        background: url(images/a_recipe_title_bg.png) no-repeat 50% 50%;
        color: #804d03;
        font-size: 1.2em;
        line-height: 20px;
    }

    .dl-horizontal {
        margin: 0 auto 30px auto;
        width: 90%;
    }

    .dl-horizontal dt,
    .dl-horizontal dd {
        margin-bottom: 5px;
        padding-left: 120px;
        line-height: 1.6em;
    }

    .dl-horizontal dt {
        padding-left: 70px;
        text-align: left;
    }

    .product_main_img_thm2 img {
        display: block;
        margin: 0 auto 50px auto;
        width: 65%;
        height: auto;
        border: 6px solid #FFF;
        -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    }

    .footer_logo img {
        display: block;
        margin: 5px auto;
        width: 90%;
        height: auto;
    }

    .a_recipe_ingredient dl dd {
        margin-left: 30%;
        width: 70%;
        height: 2.2em;
        border-bottom: 1px #CCC dotted;
        text-align: right;
        font-weight: normal;
        line-height: 2.2em;
    }

    .smapho_br2 {
        display: inline-block;
    }
}

/*******************************
 21-05-31
*******************************/
.mb-5 {
    margin-bottom: 5rem;
}

/*******************************
 さっぽろ西町ハム工房用　スタイル
*******************************/
#hamkobo_body {
    color: #FFF;
    font-size: 14pt;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 2.3em;
}

#section01 {
    background: url(images/hamkobo/section01_bg.png) no-repeat 50% 50%;
    background-size: cover;
}

#section02 {
    background: url(images/hamkobo/section02_bg.png) no-repeat 50% 50%;
    background-size: cover;
}

#section03 {
    background: url(images/hamkobo/section03_bg.png) no-repeat 50% 50%;
    background-size: cover;
}

#section04 {
    background: url(images/hamkobo/section04_bg.png) no-repeat 50% 50%;
    background-size: cover;
}

#section05 {
    background: url(images/hamkobo/section05_bg.png) repeat-y;
}

#hamkobo_header {
    position: relative;
    overflow: hidden;
    min-height: 964px;
    background: url(images/hamkobo/teazer_bg.png) no-repeat 50% 50%;
    background-size: cover;
}

#hamkobo_teazer {
    overflow: hidden;
    width: 100%;
}

#hamkobo_teazer img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 5;
    margin-left: -1000px;
    width: 2000px;
    height: auto;
}

#hamkobo_logo {
    width: 600px;
    height: 150px;
    background: url(images/hamkobo/logo.png) no-repeat 50% 50%;
    text-indent: -9999px;
}

#inner_header {
    position: absolute;
    top: 920px;
    left: 50%;
    margin: -220px auto 0 auto;
    margin-left: -600px;
    width: 1200px;
}

#hamkobo_outer_nav {
    position: absolute;
    top: 880px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 84px;
    background: url(images/hamkobo/nav_bg.png) no-repeat 50% 0;
}

#hamkobo_nav {
    position: absolute;
    top: 880px;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
    height: 84px;
}

#hamkobo_links {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 6;
    margin-left: -600px;
    padding: 25px 0;
    width: 100%;
    width: 1200px;
    height: 34px;
}

#hamkobo_links li {
    z-index: 7;
    display: inline-block;
    width: 18%;
    border-right: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    line-height: 34px;
}

#hamkobo_links li:last-child {
    border-right: none;
}

#hamkobo_links li a {
    color: #FFF;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.9);
    font-size: 0.7em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#hamkobo_links li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.hamkobo_section h1 {
    width: 1040px;
    height: 65px;
    background: url(images/hamkobo/index_bg.png) no-repeat 50% 50%;
    font-size: 18pt;
    line-height: 65px;
}

.hamkobo_section .container {
    margin: 0 auto;
    padding: 100px 0;
    width: 1040px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}

.hamkobo_content {
    position: relative;
    margin: 0 auto;
    padding: 30px 80px;
}

.hamkobo_section h3 {
    margin: 0 -50px 0 0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    font-size: 18pt;
}

.hamkobo_section p {
    margin: 0;
    padding: 0 40px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}

#hamkobo_footer {
    padding: 50px 0;
    min-height: 535px;
    background: url(images/hamkobo/footer_bg.png) no-repeat 0 50%;
    background-size: cover;
}

#hamkobo_footer .container {
    position: relative;
}

#hamkobo_address {
    background: none;
    font-size: 11px;
    line-height: 80px;
}

#hamkobo_footer h3 {
    letter-spacing: 3px;
    font-size: 18pt;
}

#hamkobo_footer h4 {
    margin: 10px auto;
    letter-spacing: 1px;
    font-size: 14pt;
    line-height: 18pt;
}

#hamkobo_footer h5 {
    margin: 0px auto;
    letter-spacing: 1px;
    font-size: 12pt;
    line-height: 14pt;
}

.footer_banners {
    text-align: center;
}

#to_top_bt2 {
    position: absolute;
    top: -87px;
    right: 0;
    cursor: pointer;
}

h4.hamkobo_product_name {
    font-size: 16pt;
}

.hamkobo_section .hamkobo_product_comment {
    padding: 0 0 0 20px;
    font-size: 13pt;
    line-height: 1.6em;
}

.a_hamkobo_product {
    margin: 60px auto 100px auto;
    height: 420px;
}

.a_hamkobo_product_hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #999;
}

.hamkobo_product_url {
    float: right;
    padding-right: 20px;
    color: #FFF;
    text-align: right;
    font-size: 12pt;
}

/*******************************
 PC
*******************************/
@media screen and (min-width: 1200px) {
    #hamkobo_teazer {
        overflow: hidden;
    }
}

/*******************************
 タブレット 横
 *******************************/
@media screen and (min-width:768px) and (max-width:1200px) {
    #hamkobo_body {
        width: 100%;
        line-height: 1.8em;
    }

    #hamkobo_header {
        overflow: hidden;
        width: 100%;
    }

    #hamkobo_teazer {
        overflow: hidden;
        width: 100%;
    }

    #hamkobo_teazer img {
        position: relative;
        top: 0;
        left: 50%;
        z-index: 5;
        display: block;
        margin-left: -990px;
        width: 1980px;
        height: auto;
    }

    #inner_header {
        position: absolute;
        top: 260px;
        left: 50%;
        z-index: 5;
        margin: -20px auto 0 auto;
        margin-left: -50%;
        width: 100%;
    }

    #hamkobo_outer_nav {
        position: absolute;
        top: 500px;
        left: 0;
        z-index: 4;
        width: 100%;
        height: 84px;
        background: none;
    }

    #hamkobo_nav {
        top: 320px;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 84px;
    }

    #hamkobo_links {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 84px;
    }

    #hamkobo_links li {
        z-index: 7;
        display: inline-block;
        margin: 0;
        width: 100%;
        border: none;
        color: #FFF;
        text-align: center;
        font-size: 1.2em;
        line-height: 25px;
    }

    #hamkobo_links li a {
        color: #FFF;
        text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.9);
        font-size: 0.7em;
    }

    #hamkobo_links li a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    #hamkobo_logo {
        width: 600px;
        height: 150px;
        background: url(images/hamkobo/logo.png) no-repeat 50% 50%;
        background-size: 100%;
        text-indent: -9999px;
    }

    #inner_header {
        position: absolute;
        top: 680px;
        left: 50%;
        z-index: 5;
        margin: -20px auto 0 auto;
        margin-left: -50%;
        width: 100%;
    }

    #hamkobo_outer_nav {
        position: absolute;
        top: 350px;
        left: 0;
        z-index: 4;
        width: 100%;
        height: 84px;
        background: none;
    }

    #hamkobo_nav {
        top: 820px;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 84px;
    }

    #hamkobo_links {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 84px;
    }

    #hamkobo_links li {
        z-index: 7;
        display: inline-block;
        margin: 0;
        width: 30%;
        border: none;
        color: #FFF;
        text-align: center;
        font-size: 1.2em;
        line-height: 25px;
    }

    #hamkobo_links li a {
        color: #FFF;
        text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.9);
        font-size: 0.7em;
    }

    #hamkobo_links li a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .hamkobo_section {
        width: 100%;
    }

    .hamkobo_section h1 {
        width: 100%;
        height: 65px;
        background: url(images/hamkobo/index_bg.png) no-repeat 50% 50%;
        font-size: 14pt;
        line-height: 65px;
    }

    .hamkobo_section .container {
        margin: 0 auto;
        padding: 50px 0;
        width: 96%;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    }

    .hamkobo_content {
        margin: 0 auto;
        padding: 30px 10px;
        font-size: 0.9em;
    }

    .hamkobo_section h3 {
        margin: 0 -50px 0 0;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
        font-size: 18pt;
    }

    .hamkobo_section p {
        margin: 0;
        padding: 0 40px;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    }

    .hamkobo_section .alignright {
        margin: 0 auto;
        width: 50%;
        height: auto;
        text-align: center;
    }

    #hamkobo_footer {
        padding: 50px 0;
        min-height: 500px;
        background: url(images/hamkobo/footer_bg.png) no-repeat 0 50%;
        background-size: cover;
    }

    #hamkobo_footer .container {
        position: relative;
    }

    #hamkobo_footer .container img::not('#to_top_bt2') {
        display: block;
        margin: 0 auto;
        width: 96%;
        height: auto;
    }

    .footer_banners img {
        width: 96%;
        height: auto;
    }

    #hamkobo_address {
        background: none;
        font-size: 12px;
        line-height: 1.4em;
    }

    #hamkobo_footer h3 {
        letter-spacing: 3px;
        font-size: 18pt;
    }

    #hamkobo_footer h4 {
        margin: 10px auto;
        letter-spacing: 1px;
        font-size: 14pt;
        line-height: 18pt;
    }

    #hamkobo_footer h5 {
        margin: 0px auto;
        letter-spacing: 1px;
        font-size: 12pt;
        line-height: 14pt;
    }

    .footer_banners {
        text-align: center;
    }

    #to_top_bt2 {
        position: absolute;
        top: -87px;
        right: 0;
        cursor: pointer;
    }

    h4.hamkobo_product_name {
        font-size: 16pt;
    }

    .hamkobo_section .hamkobo_product_comment {
        padding: 0 10px;
        font-size: 12pt;
        line-height: 1.4em;
    }

    .a_hamkobo_product {
        margin: 60px auto 100px auto;
        height: auto;
    }

    .a_hamkobo_product_hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #999;
    }

    .hamkobo_product_url {
        float: right;
        padding-right: 0;
        color: #FFF;
        text-align: right;
        font-size: 12pt;
    }

    .a_hamkobo_product img {
        display: block;
        margin: 0 auto;
        width: 50%;
        height: auto;
    }
}

/*******************************
 スマホ
 *******************************/
@media screen and (max-width:480px) {
    #hamkobo_body {
        line-height: 1.8em;
    }

    #hamkobo_header {
        position: relative;
        min-height: 550px;
        background: url(images/hamkobo/teazer_bg.png) no-repeat 50% 50%;
        background-size: cover;
    }

    #hamkobo_teazer {
        overflow: hidden;
        width: 100%;
    }

    #hamkobo_teazer img {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 3;
        margin-left: -90%;
        width: 200%;
        height: auto;
    }

    #hamkobo_logo {
        width: 70%;
        height: 75px;
        background: url(images/hamkobo/logo.png) no-repeat 50% 50%;
        background-size: 100%;
        text-indent: -9999px;
    }

    #inner_header {
        position: absolute;
        top: 260px;
        left: 50%;
        z-index: 5;
        margin: -20px auto 0 auto;
        margin-left: -50%;
        width: 100%;
    }

    #hamkobo_outer_nav {
        position: absolute;
        top: 350px;
        left: 0;
        z-index: 4;
        width: 100%;
        height: 84px;
        background: none;
    }

    #hamkobo_nav {
        top: 320px;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 84px;
    }

    #hamkobo_links {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        height: 84px;
    }

    #hamkobo_links li {
        z-index: 7;
        display: inline-block;
        margin: 0;
        width: 100%;
        border: none;
        color: #FFF;
        text-align: center;
        font-size: 1.2em;
        line-height: 25px;
    }

    #hamkobo_links li a {
        color: #FFF;
        text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.9);
        font-size: 0.7em;
    }

    #hamkobo_links li a:hover {
        text-decoration: none;
        opacity: 0.8;
    }

    .hamkobo_section {
        width: 100%;
    }

    .hamkobo_section h1 {
        width: 100%;
        height: 65px;
        background: url(images/hamkobo/index_bg.png) no-repeat 50% 50%;
        font-size: 14pt;
        line-height: 65px;
    }

    .hamkobo_section .container {
        margin: 0 auto;
        padding: 50px 0;
        width: 96%;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    }

    .hamkobo_content {
        margin: 0 auto;
        padding: 30px 10px;
        font-size: 0.9em;
    }

    .hamkobo_section h3 {
        margin: 0 -50px 0 0;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
        font-size: 18pt;
    }

    .hamkobo_section p {
        margin: 0;
        padding: 0 40px;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    }

    .hamkobo_section .alignright {
        margin: 0 auto;
        width: 96%;
        height: auto;
        text-align: center;
    }

    #hamkobo_footer {
        padding: 50px 0;
        min-height: 500px;
        background: url(images/hamkobo/footer_bg.png) no-repeat 0 50%;
        background-size: cover;
    }

    #hamkobo_footer .container {
        position: relative;
    }

    #hamkobo_footer .container img::not('#to_top_bt2') {
        display: block;
        margin: 0 auto;
        width: 96%;
        height: auto;
    }

    .footer_banners img {
        width: 96%;
        height: auto;
    }

    #hamkobo_address {
        background: none;
        font-size: 12px;
        line-height: 1.4em;
    }

    #hamkobo_footer h3 {
        letter-spacing: 3px;
        font-size: 18pt;
    }

    #hamkobo_footer h4 {
        margin: 10px auto;
        letter-spacing: 1px;
        font-size: 14pt;
        line-height: 18pt;
    }

    #hamkobo_footer h5 {
        margin: 0px auto;
        letter-spacing: 1px;
        font-size: 12pt;
        line-height: 14pt;
    }

    .footer_banners {
        text-align: center;
    }

    #to_top_bt2 {
        position: absolute;
        top: -87px;
        right: 0;
        cursor: pointer;
    }

    h4.hamkobo_product_name {
        font-size: 16pt;
    }

    .hamkobo_section .hamkobo_product_comment {
        padding: 0 10px;
        font-size: 12pt;
        line-height: 1.4em;
    }

    .a_hamkobo_product {
        margin: 60px auto 100px auto;
        height: auto;
    }

    .a_hamkobo_product_hr {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #999;
    }

    .hamkobo_product_url {
        float: right;
        padding-right: 0;
        color: #FFF;
        text-align: right;
        font-size: 12pt;
    }

    .a_hamkobo_product img {
        display: block;
        margin: 0 auto;
        width: 50%;
        height: auto;
    }
}

#recipe_step_section div:nth-of-type(3n+1) {
    display: block;
    clear: both;
    content: " ";
}

.pagenate {
    clear:both;
    max-width:1030px;
    margin:0 auto 50px;
    width:100%;
    text-align:center;
    padding:20px 0 0;
}
.pagenate .page-numbers {
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 2px;
    background: #00a0e9;
    color: #fff;
}
.pagenate .current {
    display: block;
    float: left;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    margin: 0 2px;
    background: #ccc !important;
    color: #fff;
}
.pagenate {
  position: relative;
  overflow: hidden;
}
 
.pagenate .pagebox {
  position: relative;
  left: 50%;
  float: left;
}
 
.pagenate .pagebox .page-numbers {
  position: relative;
  left: -50%;
  float: left;
}

.contact_block_title {
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    /*background-image: linear-gradient(109.6deg, rgba(255, 0, 0) 21.2%, rgba(144, 0, 0, 0.5) 81.1%);*/
    background-image: linear-gradient(to right, #f85858, #FFF);
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: bottom;
    color: #353535;
    font-weight: bold;
    font-size: 26px;
}

.contact_block_title h2 {
    font-size: 1.2em;
    margin: 0 auto;
}

.agree_text {
   font-size: 1.3em;
}

.agree_text a {
   color: #d70c18;
}

.columnBlock {
    padding: 40px;
    background: #f7fafc;
    border: 1px #c3d8e6 solid;
    margin-bottom: 50px;
}

.columnBlock p {
    margin-bottom: 1.5em;
}

.columnBlock p:last-child {
    margin-bottom: 0;
}

.columnBlock ol {
    counter-reset: regular;
}

.columnBlock ol li {
    list-style: none;
    position: relative;
    margin-bottom: 0.5em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.columnBlock ol li::before {
    counter-increment: regular;
    content: counter(regular) ".";
    display: inline-block;
    width: 1.5em;
    font-weight: bold;
    color: #d70c18;
    text-indent: 0;
}

.signature {
    text-align: right;
    line-height: 1.5;
}

.note {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 14px;
}

.formBtns {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.formBtns button {
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgb(0 0 0 / 20%);
    background-image: none;
    border: none;
    margin: 0 20px;
    min-width: 240px;
    padding: 12px 20px 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}

.formBtns .submit_btn {
    border-radius: 10px;
    box-shadow: 0 3px 7px 0px rgb(0 0 0 / 20%);
    background-image: none;
    border: none;
    margin: 0 20px;
    min-width: 240px;
    padding: 12px 20px 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
}

.submit_fwd {
    background: #d70c18;
    color: #fff;
}

.submit_bkwd {
    background: #fff;
}

.formBtns button.fwd {
    background: #d70c18;
    color: #fff;
}

.formBtns button.bkwd {
    background: #fff;
}

.formBtns button.fwd_span {
    background: #d70c18;
    color: #fff;
}

.formBtns button.bkwd_span {
    background: #fff;
}

.subtitle_h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 50px 0 30px;
    line-height: 1.5;
    color: #d70c18;
}

.contact_table_a {
    color: #1a0dab;
    text-decoration:underline;
}