/*
Theme Name: 
Description: 
Theme URI: 
Version: 1.0
License: miyoshian
License URI: 
*/

@charset "UTF-8";

/****************************************

          リセットCSSここから

*****************************************/

html {
  box-sizing: border-box;
  font-size:62.5%; /*1em=10px */
  font-size: 14px;
  color: #333333;
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}


body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "メイリオ", Meiryo, "小塚ゴシック Pr6N", "游ゴシック Medium",
    "游ゴシック体", "Yu Gothic Medium", YuGothic, "Noto Sans JP",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック",
    "MS PGothic", Lato, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 0.5px;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

          body設定(主に書式)

*****************************************/
body {
  color: #000000;
  font-size: 12px;
}

/****************************************

          ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }

  #wrapperPage {
    width: 100%;
    min-width: 0;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    background: url(images/page_body_bg.jpg) center top 80px no-repeat;
    background-size: contain;
  }
}

/****************************************

          フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
}

h1 {
  color: #333333;
  font-weight: bold;
  font-size: 2.6em;
}
h2 {
  line-height: 1;
  font-size: 32px;
  color: #333333;
  letter-spacing: 1.5px;
  font-weight: bold;
}
h3 {
  //    font-size: 1.6em;
  //    color: #503E26;
  //	font-family: "游明朝", YuMincho,"Times New Roman","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","メイリオ", Meiryo, serif;
  font-size: 2.4em;
  font-weight: bold;
}
h4 {
  font-size: 18px;
  font-weight: bold;
}
h5 {
  font-size: 1.4em;
  color: #585858;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  /*h4.hyoutanyama_lunch_headline01{*/
  h1,
  h2,
  h3,
  h4 {
    padding: 0.2em 0.2em 0.1em;
  }
}

@media screen and (max-width: 767px) {

li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.5rem;
}
}



/****************************************

          リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #e99313;
  text-decoration: none;
}
a:hover,
a:active {
  font-weight: normal;
  color: #e99313;
  text-decoration: underline;
}
/****************************************

         オンマウス時のアクション

*****************************************/

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}
a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_opacity0 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
a img.img_opacity0 {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

/****************************************

pcヘッダー

*****************************************/
@media screen and (min-width: 768px) {
  #spHeader01,
  #spHeader02,
  #spNavi,
  #toggle {
    display: none;
  }
}

.top_bg01 {
  background: url(images/top_bg01.png) center top repeat-x;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
}
.top_bg02 {
  background: url(images/top_bg02.png) center top repeat-x;
  width: 100%;
  height: 900px;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
}
.bottom_bg01 {
  background: url(images/bottom_bg01.jpg) center bottom no-repeat;
  width: 100%;
  height: 430px;
  margin: 0 auto;
  bottom: 0;
  position: absolute;
  z-index: 0;
}

.pcHeaderBox01 {
  width: 940px;
  height: 110px;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  background: url(images/header_bg01.jpg) center top no-repeat;
  z-index: 10;
}
.logo {
  width: 388px;
  position: absolute;
  top: 30px;
  left: 50px;
}
.header_description {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0px;
  top: 0px;
  left: 30px;
}
.header_description p {
  color: #8c400c;
  font-size: 9px;
  line-height: 12px;
  heifht: 12px;
}
.header_info {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0px;
  top: 35px;
  right: 40px;
}
.header_info p {
  color: #000000;
  font-size: 12px;
  text-align: right;
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #pcHeader,
  #pcHeader,
  #pcHeaderPage {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }

  #spHeader01 {
    width: 100%;
    padding-top: 110px;
    position: relative;
    margin: 0 auto 0px;
    box-sizing: border-box;
    text-align: center;
    background: url(images/header_bg01.jpg) left top no-repeat;
    position: relative;
  }
  .spLogo01 {
    width: 388px;
    box-sizing: border-box;
    top: 30px;
    margin-left: 50px;
    z-index: 11;
    position: absolute;
  }

  #toggle {
    position: absolute; /*bodyに対しての絶対位置指定です*/
    right: 30px;
    top: 30px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background: #666666;
    border: #fff 1px solid;
  }
  #toggle div {
    position: relative;
  } /*spanの絶対位置指定の親にします*/
  #toggle span {
    display: block;
    position: absolute; /*#navToggle div に対して*/
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }

  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #spNavi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #spNavi {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  #spNavi .menu {
    padding-top: 110px;
    text-align: center;
  }

  #spNavi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: #cccccc 1px solid;
    cursor: pointer;
    color: #333333;
    margin: 0 auto;
    font-size: 14px;
    box-sizing: border-box;
  }

  #spNavi .menu-item a,
  #spNavi .menu-item span {
    display: block;
    padding: 20px 0 20px;
      font-size: 1.8rem;
  }

  #spNavi .menu-item a:link,
  #spNavi .menu-item a:visited,
  #spNavi .menu-item a:hover,
  #spNavi .menu-item a:active,
  #spNavi .sub-menu li a:link,
  #spNavi .sub-menu li a:visited,
  #spNavi .sub-menu li a:hover,
  #spNavi .sub-menu li a:active {
    color: #333333;
    text-decoration: none;
  }

  #spNavi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #spNavi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #cccccc 1px solid;
  }

  #spNavi .sub-menu li a {
    display: block;
    padding: 20px 0 20px;
    color: #333333;
    font-size: 1.8rem;
    background: #f0f0f0;
    color: #333333 !important;
  }
  #spNavi .sub-menu li a:hover {
    color: #333333 !important;
    background: #f0f0f0;
  }

  .menu-item-has-children {
    position: relative;
  }

  .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#gNavi01 {
  position: absolute;
  top: 110px;
  right: 40px;
  width: 520px;
  height: 56px;
  background: url(images/navi_bg01.png) center top repeat-y;
  z-index: 9999;
  box-sizing: border-box;
  padding-top: 16px;
  padding-left: 16px;
}
#gNavi01 .menu {
  *zoom: 1;
  list-style-type: none;
  margin: 0 auto;
}
#gNavi01 .menu:before,
#gNavi .menu:after {
  content: "";
  display: table;
}
#gNavi01 .menu:after {
  clear: both;
}
#gNavi01 .menu li {
  position: relative;
  width: auto;
  float: left;
  text-align: center;
  line-height: 0;
  margin-right: 0px;
}
#gNavi01 .menu li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 50px;
  margin: 0;
}
#gNavi01 .menu li ul {
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 100%;
  left: 0px;
  margin: 0;
  padding: 0;
}

#gNavi01 .menu li ul li {
  width: 100%;
}
#gNavi01 .menu li ul li a {
  width: 166px !important;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px dotted #cccccc;
  font-size: 12px;
  background: #fff;
  color: #333333 !important;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
}
#gNavi01 .menu li ul li a {
  width: 166px !important;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px dotted #cccccc;
  font-size: 12px;
  background: #fff;
  color: #333333 !important;
  text-align: center;
  box-sizing: border-box;
  font-weight: normal;
}

#gNavi01 .menu li ul li a:hover {
  background: #f0f0f0;
  color: #333333 !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#gNavi01 .menu li ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
#gNavi01 .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}
#gNavi01 .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#gNavi01 .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}
/****************************************

          ティーザー

*****************************************/
.teaser01 {
  width: 940px;
  height: 310px;
  margin: 0px auto;
  z-index: 100;
  padding: 4px 26px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background: #666666;
  z-index: 0;
}

.teaser02 {
  width: 940px;
  height: 250px;
  margin: 0 auto;
  z-index: 1;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  #spTeaser01 {
    width: 100%;
    height: auto;
    padding: 4px 26px;
    text-align: center;
    box-sizing: border-box;
    background: #666666;
    z-index: 0;
  }

  #spTeaser02 {
    width: 100%;
    z-index: 1;
    text-align: left;
    position: relative;
    box-sizing: border-box;
  }
  #spTeaser02 img {
    width: 100%;
    height: auto;
  }
}

/****************************************

          content 共通設定

*****************************************/
main {
  width: 100%;
  margin: 0 auto;
  background: url(images/main_bg.png) center top repeat-y;
}
.page_main {
  width: 1000px;
  margin: 0 auto;
}
.link_box01 {
  max-width: 1090px;
  margin: 0 auto;
  text-align: center;
}
.link_box01 img {
  max-width: 100%;
  float: left;
}
.link_box01 img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.breadcrumb {
  text-align: left;
  color: #333333 !important;
  margin-bottom: 10px;
  box-sizing: border-box;
  z-index: 1;
}
.breadcrumb p {
  color: #333333;
  font-weight: normal !important;
  font-size: 12px;
}
.breadcrumb a {
  color: #333333;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.wp-pagenavi span {
  background: #000000;
  color: #fff;
}
.wp-pagenavi a {
  //background:#47484B;
  color: #000000;
}
/*
.ghost img{
    background: none;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}
.ghost img:hover{
    background: #444;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}*/
.padding20 {
  padding: 20px;
}
.padding30 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}

.padding_bottom10 {
  padding-bottom: 10px;
}
.padding_bottom15 {
  padding-bottom: 15px;
}
.padding_bottom20 {
  padding-bottom: 20px;
}
.padding_bottom30 {
  padding-bottom: 30px;
}
.padding_bottom40 {
  padding-bottom: 40px;
}
.padding_bottom50 {
  padding-bottom: 50px;
}
.padding_bottom60 {
  padding-bottom: 60px;
}
.padding_top10 {
  padding-top: 10px;
}
.padding_top20 {
  padding-top: 20px;
}
.padding_top30 {
  padding-top: 30px;
}
.padding_top40 {
  padding-top: 40px;
}
.padding_top50 {
  padding-top: 50px;
}
.padding_top60 {
  padding-top: 60px;
}
.padding_top70 {
  padding-top: 70px;
}
.padding_top80 {
  padding-top: 80px;
}
.padding_top100 {
  padding-top: 100px;
}
.padding_left00 {
  padding-right: 0px;
  float: left;
}
.padding_left07 {
  padding-right: 7px;
  float: left;
}
.padding_left10 {
  padding-right: 10px;
  float: left;
}
.padding_left20 {
  padding-right: 20px;
  float: left;
}
.padding_left30 {
  padding-right: 30px;
  float: left;
}
.padding_left40 {
  padding-right: 40px;
  float: left;
}
.padding_left50 {
  padding-right: 50px;
  float: left;
}
.padding_left55 {
  padding-right: 55px;
  float: left;
}
.padding_left80 {
  padding-right: 80px;
  float: left;
}
.padding_left80 {
  padding-right: 110px;
  float: left;
}
.padding_right00 {
  float: right;
}
.padding_right10 {
  padding-left: 10px;
  float: right;
}
.padding_right20 {
  padding-left: 20px;
  float: right;
}
.padding_right30 {
  padding-left: 30px;
  float: right;
}
.padding_right40 {
  padding-left: 40px;
  float: right;
}
.padding_right50 {
  padding-left: 50px;
  float: right;
}
.padding_right55 {
  padding-left: 55px;
  float: right;
}
.padding_right60 {
  padding-left: 60px;
  float: right;
}
.padding_right70 {
  padding-left: 70px;
  float: right;
}
.margin_top30 {
  margin-top: 30px;
}
.margin_top50 {
  margin-top: 50px;
}
.margin_top70 {
  margin-top: 70px;
}
.margin_top80 {
  margin-top: 80px;
}
.margin_left15 {
  float: left;
  margin-right: 15px;
}
.margin_left20 {
  float: left;
  margin-right: 20px;
}
.margin_left30 {
  float: left;
  margin-right: 30px;
}
.margin_left40 {
  float: left;
  margin-right: 40px;
}
.margin_left45 {
  float: left;
  margin-right: 45px;
}
.margin_left50 {
  float: left;
  margin-right: 50px;
}
.margin_left55 {
  float: left;
  margin-right: 55px;
}
.margin_left60 {
  float: left;
  margin-right: 60px;
}
.margin_left70 {
  float: left;
  margin-right: 70px;
}
.margin_left80 {
  float: left;
  margin-right: 80px;
}
.margin_left110 {
  float: left;
  margin-right: 110px;
}
.margin_right00 {
  float: right;
}
.margin_right20 {
  float: right;
  margin-left: 20px;
}
.margin_right30 {
  float: right;
  margin-left: 30px;
}
.margin_right40 {
  float: right;
  margin-left: 40px;
}
.margin_right20 {
  float: right;
  margin-right: 20px;
}
.margin_right70 {
  float: right;
  margin-left: 70px;
}
.margin_right50 {
  float: right;
  margin-left: 50px;
}
.margin_right55 {
  float: right;
  margin-left: 55px;
}
.margin_right60 {
  float: right;
  margin-left: 60px;
}
.margin_bottom05 {
  margin-bottom: 5px;
}
.margin_bottom10 {
  margin-bottom: 10px;
}
.margin_bottom15 {
  margin-bottom: 15px;
}
.margin_bottom20 {
  margin-bottom: 20px;
}
.margin_bottom30 {
  margin-bottom: 30px;
}
.margin_bottom40 {
  margin-bottom: 40px;
}
.margin_bottom50 {
  margin-bottom: 50px;
}
.margin_bottom55 {
  margin-bottom: 55px;
}
.margin_bottom60 {
  margin-bottom: 60px;
}
.margin_bottom70 {
  margin-bottom: 70px;
}
.margin_bottom80 {
  margin-bottom: 80px;
}
.margin_bottom90 {
  margin-bottom: 90px;
}
.margin_bottom100 {
  margin-bottom: 100px;
}
.margin_bottom120 {
  margin-bottom: 120px;
}
.margin_bottom130 {
  margin-bottom: 130px;
}
.margin_bottom140 {
  margin-bottom: 140px;
}
.margin_bottom200 {
  margin-bottom: 200px;
}
.font_center {
  text-align: center !important;
}
.font_center2 {
  text-align: center !important;
}
.font_left {
  text-align: left !important;
}

.font_right {
  text-align: right !important;
}
.font_right2 {
  text-align: right !important;
}
.spview {
  display: none;
}
.view {
  display: block;
}
@media screen and (max-width: 767px) {
  .page_main {
    width: 100%;
    margin: 0 auto;
  }
  .img_normal img {
    width: auto;
    max-width: 100%;
  }
  .sp_center {
    text-align: center;
  }
  .font_center2 {
    text-align: left !important;
  }
  .br:before {
    content: "\A";
    white-space: pre;
  }
  .br_break br {
    display: none;
  }

  .div_break {
    display: none;
  }
  .spview {
    display: block;
  }
  .view {
    display: none;
  }
  .padding_top40 {
    padding-top: 0px;
  }
  .margin_top50,
  .margin_top70,
  .margin_top80 {
    margin-top: 20px;
  }
  .padding30 {
    padding: 0 30px 30px;
  }
  .padding40 {
    padding: 40px;
  }
  .margin_left15 {
    margin-bottom: 20px;
    float: none;
  }
  .margin_bottom00,
  .margin_bottom15,
  .margin_bottom20,
  .margin_bottom30,
  .margin_bottom40,
  .margin_bottom50,
  .margin_bottom60,
  .margin_bottom70,
  .margin_bottom80,
  .margin_bottom90,
  .margin_bottom100,
  .margin_bottom120 {
    //margin-bottom:30px;
  }

  .padding_bottom15,
  .padding_bottom20,
  .padding_bottom30,
  .padding_bottom40 {
    padding-bottom: 30px;
  }

  .padding_left00,
  .padding_left10,
  .padding_left20,
  .padding_left30,
  .padding_left40,
  .padding_left50,
  .padding_left55,
  .padding_left80,
  .margin_left15,
  .margin_left20,
  .margin_left30,
  .margin_left40,
  .margin_left45,
  .margin_left50,
  .margin_left55,
  .margin_left60,
  .margin_left70,
  .margin_left80,
  .margin_left110 {
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 20px;
    float: none;
  }
  .margin_right00,
  .margin_right20,
  .margin_right30,
  .margin_right40,
  .margin_right50,
  .margin_right55,
  .margin_right60,
  .margin_right70,
  .padding_right00,
  .padding_right10,
  .padding_right20,
  .padding_right30,
  .padding_right40,
  .padding_right50,
  .padding_right55,
  .padding_right60,
  .padding_right70 {
    padding-left: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    float: none;
  }

  .breadcrumb_area {
    width: auto;
    height: auto;
    margin: 10px auto 35px;
    padding: 0 10px;
  }
  .breadcrumb {
    width: 100%;
    margin: 0 auto;
    text-align: right;
  }

  .link_box01 {
    width: auto;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .link_box01 img {
    width: auto;
    max-width: 100%;
    float: none;
  }

  .img_normal img {
    width: auto;
    max-width: 100%;
  }
  .img_50 {
    width: 50%;
    max-width: 545px;
    margin: 0 auto;
  }
  .img_50 img {
    //width:50%;
    max-width: 100%;
  }
  .font_right {
    text-align: center !important;
  }
}

/****************************************

          contentトップ用

*****************************************/
.index_box01 {
  width: 100%;
  background: #fffeef;
  border: 4px solid #c8c8c8;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 6px 6px 6px 30px;
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.index_box01 img.tit {
  position: absolute;
  top: -60px;
  left: 0px;
}
.index_box01 p {
  float: left;
}
.index_box01 img.btn {
  float: right;
}

@media screen and (max-width: 767px) {
  .index_box01 {
    width: 100%;
    padding: 6px 30px 10px;
  }
  .index_box01 p {
    float: none;
    margin-bottom: 10px;
  }
  .index_box01 img.btn {
    float: none;
    margin: 0 auto;
  }
}
/****************************************

news トップ用

*****************************************/
.news_box {
  width: 100%;
  background: #fff7ea;
  box-sizing: border-box;
  padding: 5px 20px 20px;
  box-sizing: border-box;
  overflow: scroll;
  height: 150px;
}
.news_box p {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .news_box {
    width: 100%;
    float: none;
  }
  .news_label {
    margin-right: 30px;
    display: block;
  }
  .news_tit {
    width: 100%;
  }
    
    .news_box p {
  font-size: 1.4rem;
}
}
/****************************************

          content下層用

*****************************************/
.page_box01 {
  width: 660px;
  margin: 0 auto;
  position: relative;
}
.page_box02 {
  width: 100%;
  margin-bottom: 10px;
}
.page_box02 div h4 {
  font-size: 16px;
  color: #019a01;
  font-weight: bold;
}
.page_box03 div.left {
  float: left;
}
.page_box03 div.right {
  float: right;
  width: 420px !important;
  margin: 0;
  padding: 0;
}
.page_box02 div.box01 {
  background: #fef6e9;
  padding: 5px 10px 5px 5px;
  box-sizing: border-box;
}
.page_box03 .box {
  margin-left: 50px;
  width: 370px;
  height: 80px;
  padding-top: 34px;
  padding-left: 181px;
  background: url(images/page_bg01.png) no-repeat top left;
  box-sizing: border-box;
}
.page_line01 {
  border-top: dotted 1px #999999;
  margin-bottom: 10px;
}

.content_box01 {
  width: 940px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
.content_box01 .right {
  float: right;
  width: 660px !important;
}
h2.page_headline01 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 50px;
  padding-left: 10px;
  padding-top: 3px;
  color: #000000;
  background: url(images/page_tit01.png) no-repeat top left;
  box-sizing: border-box;
}

h2.page_headline02 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  height: 65px;
  line-height: 47px;
  padding-top: 3px;
  padding-left: 10px;
  color: #f76602;
  background: url(images/page_tit02.png) no-repeat top left;
  box-sizing: border-box;
}

h2.page_headline03 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 50px;
  padding-left: 10px;
  padding-top: 3px;
  margin-bottom: 5px;
  color: #000000;
  letter-spacing: 0px;
  background: url(images/page_tit03.jpg) no-repeat top left;
  box-sizing: border-box;
}
h2.page_headline04 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 50px;
  padding-left: 10px;
  padding-top: 3px;
  margin-bottom: 5px;
  color: #ffffff;
  letter-spacing: 0px;
  background: url(images/page_tit04.jpg) no-repeat top left;
  box-sizing: border-box;
}
h4.page_headline05 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-top: 0px;
  margin-bottom: 5px;
  color: #000000;
  letter-spacing: 0px;
  background: url(images/page_tit05.jpg) no-repeat top left;
  box-sizing: border-box;
}
h4.page_headline06 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-top: 0px;
  color: #000000;
  letter-spacing: 0px;
  background: url(images/page_tit06.jpg) no-repeat top left;
  box-sizing: border-box;
}
h4.page_headline07 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-top: 0px;
  color: #000000;
  letter-spacing: 0px;
  background: url(images/page_tit07.jpg) no-repeat top left;
  box-sizing: border-box;
}
h5.page_headline08 {
  max-width: 664px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  height: 60px;
  line-height: 37px;
  padding-left: 10px;
  padding-top: 0px;
  color: #000000;
  letter-spacing: 0px;
  background: url(images/page_tit08.png) no-repeat top left;
  box-sizing: border-box;
}

ul.page_3column01 li {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.page_3column01 li:nth-child(3n) {
  margin-right: 0px;
}

.page_tbl01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.page_tbl01 th {
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.page_tbl01 th img {
  width: 100%;
  height: auto;
}
.page_tbl02 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.page_tbl02 th {
  width: 33.333%;
  padding: 5px;
  box-sizing: border-box;
}
.page_tbl02 th img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 3px solid #f5c53a;
}
.page_tbl02 th p {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}

.page_tbl03 {
  width: 410px;
  border-collapse: collapse;
  margin: 0 auto 10px !important;
  display: inline-table;
}
.page_tbl03 th:nth-child(1) {
  width: 150px;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_tbl03 th:nth-child(2) {
  width: 60px;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_tbl03 th:nth-child(3) {
  width: 200px;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_tbl03 th img {
  width: 100%;
  height: auto;
}
.page_tbl03 th img.orange {
  box-sizing: border-box;
  border: 3px solid #f5c53a;
}
.page_tbl03 th p {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.page_tbl04 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.page_tbl04 th {
  width: 33.333%;
  padding: 5px;
  box-sizing: border-box;
}
.page_tbl04 th img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.page_tbl04 th p {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
}
.price_box01 {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.price_box01 h4 {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  background: #666666;
  font-weight: normal;
}
.price_box01 p {
  overflow: auto;
  line-height: 1.5;
}
.flow_box01 {
  background: #fff7ea;
  padding: 0 20px 10px;
  margin-bottom: 10px;
  text-align: left;
}
.faq_box01 {
  padding: 0 20px 10px;
  margin-bottom: 30px;
  text-align: left;
}


/*
.greeting_tbl01{
width:100%;
	border-collapse: collapse; 
	margin-bottom:20px;	

}

.greeting_tbl01 th{
	vertical-align: top;
	width:390px;
	min-width:200px;
	padding-right:30px;
	box-sizing:border-box;
	font-weight:normal;
	text-align:left;
	vertical-align:top;

}
.greeting_tbl01 td{
	vertical-align:middle;
	text-align:left;
	font-weight:normal;

	
}
.merit_box01{
	width:100%;
	background:#F0F0F0;
	padding:18px;
	box-sizing:border-box;
	margin-bottom:10px;
}
h4.merit_headline01{
	color:#7B8CC1;
	font-size:18px;
	padding-bottom:3px;
	border-bottom:1px solid #cccccc;
	margin-bottom:3px;
}
.merit_box02{
	width:100%;
	background: url(images/merit_bg01.png) no-repeat center left;
	box-sizing: border-box;
	padding:12px 12px 12px 120px;
	border:1px solid #FFA200;
	min-height:50px;
		
}
.outline_3column01{
	width:100%;
	height:auto;
	margin:0 auto;
}
.outline_3column01 li{
	width:220px;
	box-sizing:border-box;
	float:left;
	margin-right:30px;
}
.outline_3column01 li:nth-child(3n){
	margin-right:0px;
}
h4.flow_headline01{
	width:100%;
	background: url(images/flow_tit01.png) no-repeat top left;
	padding-left:18px;
	height:40px;
	line-height:40px;
	box-sizing: border-box;
	margin-bottom:10px;
	color:#fff;
	text-align:left;
	font-size:18px;
}
.flow_tbl01{
width:100%;
	border-collapse: collapse; 
	margin-bottom:50px;	

}

.flow_tbl01 th{
	vertical-align: top;
	width:100px;
	padding:5px;
	box-sizing:border-box;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border:1px #ccc solid;
	background:#F0F0F0;
}
.flow_tbl01 td{
	padding:10px;
	border:1px #ccc solid;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;

	
}
.voice_box01{
	width:100%;
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:20px;
}
.voice_box01 h4{
	color:#60609D;
	font-size:18px;
	margin-bottom:10px;
}
h4.faq_headline01{
	width:100%;
	background: url(images/faq_tit01.png) no-repeat top left;
	padding-left:40px;
	padding-top:3px;
	min-height:40px;
	box-sizing: border-box;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:2px solid #ccc;
	color:#687ab2;
	text-align:left;
	font-size:20px;
}
p.faq_headline02{
	width:100%;
	background: url(images/faq_tit02.png) no-repeat top left;
	padding-left:40px;
	padding-top:8px;
	min-height:40px;
	box-sizing: border-box;
	margin-bottom:40px;
	text-align:left;
}
.topics_box01{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
.topics_box01 img.topics{
	width:200px;
	height:auto;
}
.topics_box01 h4{
	color:#007BBB;
	margin-bottom:10px;
}
.information_tbl01{
width:100%;
	border-collapse: collapse; 

}

.information_tbl01 th{
	vertical-align: top;
	width:150px;
	padding:5px;
	box-sizing:border-box;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border:1px #333 solid;
	background:#F0F0F0;
}
.information_tbl01 td{
	padding:5px;
	border:1px #333 solid;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;

	
}








p.page_headline05{
	text-align:left;
	box-sizing: border-box;
	font-size:12px;
	min-height:20px;
	//line-height:1.2;
	padding-top:2px;
	margin-bottom:25px;
	font-weight:normal;
	padding-left:15px;
	background: url(images/page_tit05.jpg) no-repeat top left;
	box-sizing: border-box;
	color:#333333;
}
h4.greeting_headline01{
	width:100%;
   	height:40px;
	font-size:0px;
	margin-bottom:10px;
	background-image:url(images/greeting_tit03.jpg);
	background-position:top left;	
	background-repeat:no-repeat;	

}
.greeting_box01{
	height:290px;
	padding-left:20px;
	padding-top:45px;
	padding-bottom:20px;
	margin-bottom:20px;
	box-sizing:border-box;
	background-image:url(images/greeting_bg01.jpg);
	background-color:#FFF6D9;
	background-position:top left;	
	background-repeat:no-repeat;	

}
.event_box01{
	width:100%;
	padding:20px 20px 0px;
	width:100%;
	box-sizing:border-box;
	background-image:url(images/event_bg01.jpg);
	background-repeat:repeat;
	border:1px solid #E09190;
}
p.blog_headline01{
   	height:25px;
	line-height:25px;
	padding-left:30px;
	box-sizing:border-box;
	margin-bottom:10px;
	text-decoration:underline;
	text-align:left;
	background-image:url(images/blog_tit01.jpg);
	background-position:top left;	
	background-repeat:no-repeat;	

}
h4.contact_headline01{
	width:360px;
   	height:40px;
	line-height:40px;
	text-align:left;
	font-size:16px;
	color:#fff;
	padding-left:40px;
	margin-bottom:10px;
	box-sizing:border-box;
	background-image:url(images/contact_tit02.jpg);
	background-position:top left;	
	background-repeat:no-repeat;	

}
ul.page_3column001{
	letter-spacing: -0.5em;
	font-size:0;
}
ul.page_3column001 li{
	width:25%;
	display:inline-block;
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
	vertical-align:top;
}
ul.page_3column001 li img{ 
	width:100%;
	height:auto;
}









/*
h2.page_headline01{
	height:140px;
	line-height:1.2;
	margin:0 auto;
	color:#2B2619;
	font-size:26px;
	padding-top:58px;
	letter-spacing:4px;
	text-align:center;
	font-weight:bold;
	background: url(images/page_tit01.png) no-repeat top center;
	box-sizing: border-box;
}

h4.page_headline02{
	width:100%;
	padding:15px 20px;
	box-sizing: border-box;
	margin-bottom:30px;
	color:#fff;
	font-size:22px;
	background: url(images/page_tit02.jpg) no-repeat left top;
	letter-spacing:2px;
	text-align:left;
	font-weight:normal;
}

h4.page_headline03{
	font-size:22px;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:left;
	letter-spacing:1px;
	border-bottom:1px #000000 solid;
	overflow:auto;
}
h4.page_headline04{
    display: flex;
    align-items: center;
  color:#2B2619;
	margin-bottom:20px;
	font-size:24px;
	letter-spacing:2px;
}
h4.page_headline04:after {
    border-top: 1px #2B261A solid;
    content: "";
    display: inline; 
    flex-grow: 1;
}*/
/*
h4.page_headline04:after {
    margin-left: 0.5em;
}
h4.page_headline05{
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC dotted;
	padding-top:5px;
	padding-left:50px;
	box-sizing: border-box;
	color:#DF7B00;
	font-size:18px;
	background: url(images/page_tit05.png) no-repeat left top;
	letter-spacing:1.8px;
	line-height:1.3;
	text-align:left;
	font-weight:bold;
}
h4.page_headline06{
	text-align:left;
	background-image:url(images/page_tit06.png);
	background-position:top left;
	padding-left:30px;
	font-size:22px;
	color:#DF7B00;
	background-repeat:no-repeat;
	box-sizing:border-box;
	margin-bottom:15px;
	letter-spacing:3px;
	line-height:1;
	padding-top:2px;
}

.page_box01{
	width:700px;
	margin:0 auto;
	position:relative;
}
.content_box01{
	width:1000px;
	margin:0 auto;
	position:relative;
}
.content_box01 .left{
	float:left;
	width:700px !important;
}
*/

.page_box01 p {
  //	overflow:auto;
}
.page_box01 ul {
  overflow: auto;
}
.page_box01 div {
  //	overflow:auto;
}

/*

.page_tbl01{
	width:100%;
	border-collapse: collapse; 
	margin-bottom:20px;
}
.page_tbl01 th{
	vertical-align: top;
	width:400px;
	min-width:200px;
	padding:10px 20px;
	background:#EAE3D5;
	border:1px #A58A53 solid;
	box-sizing:border-box;
	font-weight:normal;
	font-size:12px;
	color:#14130C;
	text-align:left;
	vertical-align:top;
	
}
.page_tbl01 td{
	vertical-align:middle;
	padding:10px 20px;
	font-size:12x;
	color:#14130C;
	text-align:left;
	background:#ffffff;
	font-weight:normal;
	border:1px solid #A58A53;
	
}*/
/*
.page_tbl02{
	width:100%;
	border-collapse: collapse; 
	margin-bottom:20px;
}
.page_tbl02 th{
	vertical-align: top;
	width:200px;
	min-width:200px;
	padding:20px 20px;
	background:#EAE3D5;
	border:1px #A58A53 solid;
	box-sizing:border-box;
	font-weight:normal;
	font-size:12px;
	color:#14130C;
	text-align:left;
	vertical-align:top;
	
}
.page_tbl02 td{
	vertical-align:middle;
	padding:20px 20px;
	font-size:12x;
	color:#14130C;
	text-align:left;
	background:#ffffff;
	font-weight:normal;
	border:1px solid #A58A53;
	
}*/

/*
ul.page_3column01 li.about h4{
	height:30px;
	line-height:30px;
	padding-left:10px;
	margin-bottom:10px;
	font-size:18px;
	color:#DF7B00;
	text-align:left;
	background: url(images/gallery_tit01.png) no-repeat left top;
}
ul.page_3column01 li p{
	letter-spacing:1px;
}
ul.page_3column01 li:nth-child(3n){
	margin-right:0px;
}*/

/*
h4.faq_headline01{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px #CCCCCC dotted;
	padding-left:30px;
	line-height:1.2;
	font-size:18px;
	color:#DF7B00;
	text-align:left;
	background: url(images/faq_tit01.png) no-repeat left top;
}

h4.contents_headline01{
	height:70px;
	line-height:45px;
	margin-bottom:20px;
	padding-left:20px;
	font-size:18px;
	color:#fff;
	text-align:left;
	letter-spacing:0;
	background: url(images/contents_tit01.png) no-repeat left top;
}
*/

/*ul.page_3column01 li{
	float:left;
	width:320px;
	box-sizing: border-box;
	margin-right:30px;
}
/*ul.page_3column01 li img{
	width:320px;
	height:auto;
}*/
/*
ul.page_3column01 li:nth-child(3n){
	margin-right:0px;
}
*/ /*
.maintenance_1column01 li{
	height:50px;
	line-height:50px;
	background-image: url(images/maintenance_tit01.png);
	background-repeat:no-repeat;
	background-position:top left;	
	border-bottom:1px #000000 solid;	
	font-size:20px;
	color:#000000;
	text-align:left;
	font-weight:bold;
	padding-left:35px;
}

*/

/*



.page_4column01{
	letter-spacing: -0.5em;
	font-size:0;
}
.page_4column01 li{
	width:240px;
	display:inline-block;
	padding:0;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
	vertical-align:top;
}
.page_4column01 li p{
padding-top:10px;
padding-bottom:10px;
font-size:15px;
color:#000000;
text-align:left;
box-sizing:border-box;
}

*/

.form_box01 {
  max-width: 600px;
  margin: 0 auto;
}

.post_img01 {
  width: 280px;
  height: auto;
}
.post_img02 {
  width: 400px;
  height: auto;
}

/*

.page_bg01{
	width:100%;
	background:#FEF8E7;
	padding:25px;
	box-sizing:border-box;
}
h4.concept_headline01{
	width:100%;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	text-indent:100%;
	overflow:hidden;
	text-align:right;
	background-image: url(images/concept_tit01.png);
	background-repeat:no-repeat;
	background-position:top left;	
}
h4.concept_headline02{
	width:100%;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	text-indent:100%;
	overflow:hidden;
	text-align:right;
	background-image: url(images/concept_tit02.png);
	background-repeat:no-repeat;
	background-position:top left;	
}
h4.concept_headline03{
	width:100%;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	text-indent:100%;
	overflow:hidden;
	text-align:right;
	background-image: url(images/concept_tit03.png);
	background-repeat:no-repeat;
	background-position:top left;	
}
.concept_2column01 li{
	text-align:left;
	float:left;
	width:540px;
	box-sizing:border-box;
}
.concept_2column01 li:nth-child(2){
	width:500px;
	box-siziong:border-box;
	background:#F5F5F5;
	padding:0 20px 10px;
}
.concept_tbl01 th{
	font-size:16px;
	font-weight:normal;
	text-align:left;
	width:300px;
	padding-top:20px;
	padding-bottom:10px;
	box-siziong:border-box;
	border-bottom:1px dotted #cccccc	
}
.concept_tbl01 td{
	font-size:16px;
	font-weight:normal;
	text-align:right;
	width:160px;
	padding-top:20px;
	padding-bottom:10px;
	box-siziong:border-box;
	border-bottom:1px dotted #cccccc	
}

.production_tbl01{
	width:100%;
	border-collapse: collapse; 
	
}
.production_tbl01 tr:nth-child(1) th{
	background:#F5AB3C !important;
	color:#fff !important;
}
.production_tbl01 tr:nth-child(1) td{
	background:#F5AB3C !important;
	color:#fff !important;
}
	

.production_tbl01 th{
	vertical-align: top;
	max-width:300px;
	min-width:200px;
	padding:15px 20px;
	background:#FCEACD;
	border:1px #F29406 solid;
	box-sizing:border-box;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	vertical-align:middle;
	
}
.production_tbl01 td{
	padding:15px 20px;
	font-size:16px;
	text-align:left;
	background:#fff;
	font-weight:normal;
	border:1px solid #F29406;
	vertical-align:middle;
	
}
h4.work_headline01{
	font-size:20px;
	color:#F29206;
	line-height:40px;
	text-align:left;
	margin-bottom:10px;
}
h4.work_headline01 .maru{
	float:left;
	width:80px;
	height:40px;
	background:#F29206;
	margin-right:10px;
	border-radius:20px;
	text-align:center;
	font-size:16px;
	color:#fff;
}
h4.work_headline02{
	display:flex;
	align-items:center;
	text-align:left;
	font-size:20px;
	margin-bottom:20px;
}
h4.work_headline02:after{
	border-top:1px #CCCCCC dotted;
	content:"";
	display:inline;
	flex-grow:1;	
}
h4.work_headline02:after{
	margin-left:1.5em;
}





*/

.blog_box01 {
  overflow: hidden;
  border: #d0d0d0 1px solid;
  padding: 15px;
  box-sizing: border-box;
}

.blog_box01 p {
  overflow: auto;
}
.blog_box01 img {
  width: 400px;
  height: auto;
}
.blog_box01 .btn {
  width: 220px;
  height: auto;
  float: right;
}
.blog_tbl01 {
  width: 100%;
  border-collapse: collapse;
}
.blog_tbl01 th {
  width: 15%;
  text-align: left;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  color: #000000;
  letter-spacing: 0px;
  background: url(images/page_tit09.gif) no-repeat top left;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.blod_tbl01 td {
  width: 85%;
  padding-bottom: 5px;
}
.blog_tbl01 tr {
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}

/*
.page_2column01 li{
	float:left;
	width:450px;
	margin-right:100px;

}

ul.page_2column01 li:nth-child(2n){
	margin-right:0px;
}*/

@media screen and (max-width: 767px) {
  .post_img01 {
    width: 100%;
    height: auto;
  }
  .content_box01 {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    position: relative;
  }
  .content_box01 .right {
    float: none;
    width: 100% !important;
    max-width: 660px;
  }

  .page_box01 {
    width: auto;
    padding: 0px;
  }
  .page_box03 div.left {
    float: none;
    margin-bottom: 10px;
  }
  .page_box03 div.right {
    float: none;
    width: 420px !important;
    margin: 0;
    padding: 0;
  }
  .page_box03 .box {
    margin-left: 0px;
  }
  ul.page_3column01 li {
    width: 33%;
    padding: 10px;
    box-sizing: border-box;
    margin-right: 0px;
  }
  ul.page_3column01 img {
    width: auto;
    height: auto;
  }

  .outline_3column01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .outline_3column01 li {
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin: 0 0 20px;
  }
  .outline_3column01 li:nth-child(3n) {
    margin: 0 0 20px;
  }

  /*
.page_box01 .left{
	float:none;
	width:100% !important;
}
.page_box01 .right{
	float:none;
	width:100%;
	margin-bottom:50px;
}

ul.page_2column01 li{
	float:none;
	width:100%;
	box-sizing: border-box;
	margin-right:0px;
	margin-bottom:30px;
	overflow:hidden;
}

/*
.concept_2column01 li{
	width:500px;
	float:none;
	margin:0 auto 30px;
}
.concept_2column01 li:nth-child(2){
	margin:0 auto;
}
*/

  /*

.page_tbl01 th{
	vertical-align: top;
	width:auto;
	padding:15px 20px;
}*/
  .form_box01 {
    margin: 0 auto;
  }
}

/****************************************

         contact
		 
*****************************************/

ul.contact_list01 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 10px;
  border-collapse: collapse;
  display: block;
}
ul.contact_list01 li {
  width: 100%;
  vertical-align: top;
  padding: 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px dotted #31180b;
}
ul.contact_list01 li br {
  line-height: 1;
}

ul.contact_list01 li p {
  font-size: 12px;
}
p.contact_tit {
  width: 200px;
  margin-bottom: 0px;
  float: left;
}

@media screen and (max-width: 767px) {
  .sp_nodisplay {
    display: none !important;
  }

  p.contact_tit {
    width: 100%;
    margin-bottom: 10px;
    float: none;
  }
}

/****************************************

         single.php

*****************************************/

.single_box {
  width: 1020px;
  margin: 0 auto;
}

.single_text {
  width: 100%;
}

.pager {
  clear: both;
  text-align: center;
  padding: 30px 0;
}

a.page-numbers,
.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}
.pager .current {
  background: rgba(0, 0, 0, 1);
  border: solid 1px rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}
.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: auto;
    padding: 0 10px;
  }
}

/****************************************

pcFooter

*****************************************/
@media screen and (min-width: 768px) {
  /*  #spFooter{
        display: none;
    }*/
}
#pcFooter {
  width: 100%;
  height: 207px;
  box-sizing: border-box;
  position: relative;
  background: url(images/footer_bg01.jpg) bottom center no-repeat;
  max-width: 950px;
  padding-top: 125px;
  margin: 0 auto;
}
.pagetop {
  position: absolute;
  text-align: right;
  top: 15px;
  right: 20px;
}

#pcFooter p {
  color: #000000;
  font-size: 12px;
}

/****************************************

spFooter

*****************************************/

@media screen and (max-width: 767px) {
  .pagetop {
    //	display:none !important;
  }

  #pcFooter p {
    color: #000000;
    font-size: 8px;
  }
}

/****************************************

         sidebar

*****************************************/

#sidebar {
  width: 200px;
  float: left;
  margin-bottom: 100px;
}
h4.sidebar_headline01 {
  font-size: 14px;
  text-align: left;
  line-height: 35px;
  font-weight: normal;
  height: 35px;
  padding-left: 30px;
  background: url(images/side_tit02.png) top left no-repeat;
  width: 260px;
}
.side_box01 {
  width: 200px;
  height: 225px;
  background: url(images/side_bg02.png) top left no-repeat;
  box-sizing: border-box;
  padding-top: 185px;
  padding-left: 10px;
  line-height: 1.5;
}
ul.side_1column01 {
  margin-bottom: 10px;
}
ul.side_1column01 li {
  width: 200px;
  height: 30px;
  background: url(images/side_bg01.png) top left no-repeat;
  color: #f88901;
  font-size: 14px;
  padding-left: 15px;
  line-height: 30px;
}
ul.side_1column01 li:hover {
  width: 200px;
  height: 30px;
  background: url(images/side_bg01on.png) top left no-repeat;
  text-decoration: none;
}
ul.side_1column01 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #sidebar {
    display: none;
  }
}

/****************************************

         P

*****************************************/
/* 改行 */
p.line_break {
  padding-top: 20px;
}
/* 改行 */
p.line_break02 {
  padding-top: 30px;
}
.line20 {
  line-height: 2;
}
.black {
  color: #000000;
}
/* 赤文字*/
.red {
  color: #ff0033;
}
.orange {
  color: #df7900;
}
.big_red {
  color: #f00;
  font-size: 1.8rem;
}
.brown {
  color: #392f05 !important;
}
/* 強調*/
.big_bold {
  font-size: 1.6rem;
  font-weight: bold;
}
.blue {
  color: #60609d;
}
.sky {
  color: #1e90ff;
}
.blue_line {
  color: #2c67a5;
  text-decoration: underline;
}
.bold {
  font-weight: bold;
}
.green {
  color: #019a01;
}
.green2 {
  color: #4c6038;
}
.pink {
  color: #c71585;
}
.white {
  color: #fff !important;
}
.mazenda {
  color: #ff5261;
}
/* 小文字*/
.small {
  font-size: 1em;
  font-weight: bold;
  color: #384c0e;
}
.big {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.size26 {
  font-size: 26px;
}
.size20 {
  font-size: 20px;
}
.size18 {
  font-size: 18px;
}
.size17 {
  font-size: 17px;
}
.size16 {
  font-size: 16px;
}
.size15 {
  font-size: 15px;
}
.size13 {
  font-size: 13px;
}
.size11 {
  font-size: 11px;
}

/****************************************

         Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  box-sizing: border-box;
  width: 100%; /*本文*/
  height: 200px;
}
.wpcf7-form .wpcf7-submit {
  width: 150px !important; /*送信ボタン*/
}
.wpcf7 p {
  line-height: 2; /*項目間の隙間*/
  padding-top: 3px;
}
.wpcf7-form input:text {
  width: 500px !important; /*ラジオボタン、チェックボタン*/
  margin-bottom: 0px;
}
.contact_p_strong {
  border-top: 1px dotted #999;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px !important;
}
.normal {
  font-weight: normal;
}
.wpcf7-submit {
  margin-top: 10px;
  padding: 0;
  margin: 0;
}

.wpcf7-response-output {
  font-size: 12px;
}
button {
  border: none; /*枠を消す*/
  background-color: #ffffff; /*背景色を白に*/
}
@media screen and (max-width: 767px) {
  textarea {
    width: 100% !important; /*本文*/
    height: 400px;
  }
}

/****************************************

         追加

*****************************************/

/****************************************

          clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* End Hack */
