@charset "UTF-8";
/* No CSS */
/*
Theme Name: cafecochi-2018
Description: 
Theme URI: https://www.cafecochi-2018.com/
Version: 1.0
License: cafecochi-2018
License URI: https://www.cafecochi-2018.com/
*/
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSerifJP-Regular.woff") format("woff"), url("font/NotoSerifJP-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("font/NotoSerifJP-SemiBold.woff") format("woff"), url("font/NotoSerifJP-SemiBold.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("font/NotoSansCJKjp-Regular.woff") format("woff"), url("font/NotoSansCJKjp-Regular.eot") format("eot");
  font-display: swap;
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("font/NotoSansCJKjp-Bold.woff") format("woff"), url("font/NotoSansCJKjp-Bold.eot") format("eot");
  font-display: swap;
}

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

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media screen and (max-width: 767px) {
  /* section img{
		width: auto;
		height: auto;
	} */
}

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;
}

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

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

a {
  text-decoration: none;
}

ol,
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: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

body設定(主に書式)

*****************************************/
body {
  font-family: "NotoSansCJKjp", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  line-height: 1.8;
  min-width: 1260px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
  body {
    min-width: initial;
  }
}

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

ページ共通

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

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

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inner01 {
  max-width: 1400px;
  margin: 0 auto;
}

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

.row {
  padding: 130px 0 50px 0;
}

.row1 {
  padding: 80px 0 78px 0;
}

.row2 {
  padding: 60px 0 80px 0;
}

.row3 {
  padding: 30px 0 80px 0;
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: 1.6rem;
}

h1 {
  color: #333;
  font-weight: bold;
  font-size: 3rem;
}

h2 {
  color: #231800;
  font-weight: nomal;
  font-size: 2.6rem;
}

h3 {
  font-size: 2.2rem;
}

.mincho {
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.5rem;
  }
  h1 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

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

リンク指定

*****************************************/
a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

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

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

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

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

pcヘッダー

*****************************************/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 70px 20px;
}

header .header_content .header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header_content .header_info .tel {
  font-size: 1.2rem;
  margin-right: 20px;
  text-align: center;
  line-height: 1.5;
}

header .header_content .header_info .tel span {
  font-size: 2.5rem;
  color: #5d4d3f;
  padding-left: 30px;
  background: url(images/tel_icon.jpg) left center no-repeat;
  font-weight: bold;
}

header .header_content .header_info .access a {
  font-size: 1.2rem;
  color: #ffffff;
  background: url(images/access_icon.jpg) left 27px center no-repeat #5d4d3f;
  width: 128px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  padding-left: 10px;
  margin-right: 15px;
}

header .header_content .header_info .contact a {
  font-size: 1.2rem;
  color: #ffffff;
  background: url(images/contact_icon.jpg) left 15px center no-repeat #d96d00;
  width: 128px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  padding-left: 10px;
  margin-right: 15px;
}

header .header_content .header_info .instagram {
  margin-right: 10px;
}

header .header_content #g_navi {
  width: 637px;
}

header .header_content #g_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_content #g_navi ul > li a {
  font-weight: bold;
  color: #5d4d3f;
}

header .header_content #g_navi ul > li ul {
  left: -30px;
}

@media screen and (max-width: 767px) {
  header {
    padding: 0 0 0 10px;
  }
  header .header_logo {
    width: 200px;
  }
  header .header_content {
    display: none;
  }
}

/*max-width:767px*/
#slider {
  width: 100%;
  position: relative;
  padding-left: 300px;
}

#slider .copy {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.2rem;
  color: #5d4d3f;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  letter-spacing: 0.1rem;
}

#slider .txt {
  position: absolute;
  left: 200px;
  top: 25%;
}

#slider .pic {
  position: absolute;
  left: 200px;
  top: 53%;
}

@media screen and (max-width: 767px) {
  #slider {
    padding-left: 0;
  }
  #slider .copy {
    display: none;
  }
  #slider .txt {
    left: 3%;
    top: 10%;
    width: 300px;
  }
  #slider .pic {
    position: absolute;
    left: 3%;
    top: 200px;
    width: 180px;
  }
}

/*max-width:767px*/
.master-slider-parent {
  margin-left: 0;
  margin-right: 30px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .master-slider-parent {
    margin-left: 0;
    margin-right: 0;
  }
}

/*max-width:767px*/
.ms-thumbs-cont {
  left: 0 !important;
  right: 0;
  margin-left: auto;
}

.ms-nav-prev,
.ms-nav-next {
  display: none;
}

.ms-thumb-list {
  width: 430px !important;
  margin-left: auto;
  text-align: center;
  padding: 10px;
  position: absolute !important;
  bottom: -50px;
  right: 10px;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .ms-thumb-list {
    display: none;
  }
}

/*max-width:767px*/
.ms-thumb-frame {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #slider .slides {
    width: 100%;
    overflow: hidden;
  }
  #slider .slides img {
    width: 180%;
    margin: -5% 0 -8% -40%;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .main_slider {
    height: 300px !important;
  }
  .main_slider .ms-view {
    height: 300px !important;
  }
  .main_slider .ms-view .ms-slide {
    height: 300px !important;
  }
  .main_slider .ms-view .ms-slide img {
    height: auto !important;
    width: 160% !important;
    margin-top: 0 !important;
    margin-left: -130px !important;
  }
}

/*max-width:767px*/
/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width: 767px) {
  header #g_navi {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  header {
    display: block;
    width: 100%;
  }
  .header_logo_area {
    width: 50%;
    margin: 20px auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 20px;
    width: 50px;
    height: 45px;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    background-color: #666;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    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:first-of-type {
    -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);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(93, 77, 63, 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;
    display: block;
  }
  .open_navi #sp_navi {
    -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-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-bottom: #fff 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: #fff 1px solid;
    background-color: rgba(89, 79, 71, 0.9);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fff;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
    #sp_navi .sub-menu li a:hover {
        color: #333;
        background: none;
    }
*/
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: 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;
  }
  #sp_navi .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用 横ナビ

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

#g_navi .menu:before,
#g_navi .menu:after {
  content: "";
  display: table;
}

#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 15px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
#g_navi .menu li ul li{
    width: 100%;
    border-left: none !important;
    padding: 0;
}
*/
#g_navi .menu li a:hover {
  color: #6a6260;
}

#g_navi .menu li ul li a {
  width: 130px;
  padding: 13px 2px;
  border-top: 1px solid #fcf9f3;
  font-size: 1.2rem;
  line-height: 1.5;
  background: #5d4d3f;
  font-weight: normal;
  text-align: center;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

#g_navi .menu li ul li a:hover {
  background: #73675c;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #ffffff;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

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

ティーザー

*****************************************/
.menu_teaser {
  background: url(images/menu_main_img.jpg) top center no-repeat;
  width: 100%;
  height: 345px;
  position: relative;
}

.menu_teaser p {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .menu_teaser {
    background: url(images/menu_main_img.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .menu_teaser p {
    left: 0;
    width: 150px;
  }
}

/*max-width:767px*/
.about_teaser {
  background: url(images/about_main_img.jpg) top center no-repeat;
  width: 100%;
  height: 345px;
  position: relative;
}

.about_teaser p {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .about_teaser {
    background: url(images/about_main_img.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .about_teaser p {
    left: 0;
    width: 150px;
  }
}

/*max-width:767px*/
.news_teaser {
  background: url(images/news_main_img.jpg) top center no-repeat;
  width: 100%;
  height: 345px;
  position: relative;
}

.news_teaser p {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news_teaser {
    background: url(images/news_main_img.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .news_teaser p {
    left: 0;
    width: 150px;
  }
}

/*max-width:767px*/
.news_teaser {
  background: url(images/news_main_img.jpg) top center no-repeat;
  width: 100%;
  height: 345px;
  position: relative;
}

.news_teaser h1 {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .news_teaser {
    background: url(images/news_main_img.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .news_teaser h1 {
    left: 0;
    width: 150px;
  }
}

/*max-width:767px*/
.info_teaser {
  background: url(images/info_main_img.jpg) top center no-repeat;
  width: 100%;
  height: 345px;
  position: relative;
}

.info_teaser p {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .info_teaser {
    background: url(images/info_main_img.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .info_teaser p {
    left: 0;
    width: 150px;
  }
}

/*max-width:767px*/
.contact_teaser {
  background: url(images/contact_main_img.jpg) top center no-repeat;
  width: 100%;
  height: 345px;
  position: relative;
}

.contact_teaser p {
  position: absolute;
  left: 220px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact_teaser {
    background: url(images/contact_main_img.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .contact_teaser p {
    left: 0;
    width: 150px;
  }
}

/*max-width:767px*/
/* TOPキービジュアル */
@media screen and (max-width: 767px) {
  .contactform p {
    display: none;
  }
}

/* 下層キービジュアル*/
#teaser {
  max-width: 1920px;
}

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

content 共通設定

*****************************************/
#contents {
  width: 100%;
  margin: 0 auto;
}

main#top_main {
  width: 100%;
}

.breadcrumb_area {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}

.breadcrumb_area .breadcrumb {
  position: absolute;
  text-align: right;
  right: 110px;
  top: -120px;
  z-index: 100;
  background: #5d4d3f;
  padding: 5px 15px;
  border-radius: 30px;
}

.breadcrumb_area .breadcrumb p {
  color: #ffffff;
  font-size: 1.1rem;
}

.breadcrumb_area .breadcrumb p a {
  color: #ffffff;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    margin-bottom: 50px;
  }
  .breadcrumb_area .breadcrumb {
    right: 10px;
    top: -100px;
    z-index: 100;
  }
}

/*max-width:767px*/
.breadcrumb p {
  color: #333333;
  font-size: 1.4rem;
}

.breadcrumb p a:link,
.breadcrumb p a:visited {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb p a:hover,
.breadcrumb p a:active {
  opacity: 0.7;
  text-decoration: underline;
}

/* ===================================================
ボタン
=======================================================*/
.btn_box01 a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #5d4d3f;
  width: 260px;
  line-height: 52px;
  color: #ffffff;
  border-radius: 50px;
  font-size: 1.4rem;
  margin: 50px auto 0 auto;
  position: relative;
}

.btn_box01 a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 25px;
  width: 30px;
  height: 1px;
  background: #ffffff;
}

.btn_box01 a::after {
  position: absolute;
  content: "";
  right: 19px;
  width: 6px;
  top: 22px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn_box01 a {
    margin-top: 30px;
  }
}

/*max-width:767px*/
.btn_box02 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.btn_box03 a {
  display: block;
  width: 250px;
  text-decoration: none;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background-color: #b90f06;
  margin-top: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

.btn_box04 a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #b90f06;
  position: relative;
  font-size: 1.4rem;
}

.btn_box01 a:hover {
  opacity: 0.7;
}

.btn_box02 a:hover {
  opacity: 0.7;
}

.btn_box03 a:hover {
  opacity: 0.7;
}

.btn_box04 a:hover {
  opacity: 0.7;
}

.btn_box05 a:hover {
  opacity: 0.7;
}

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

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

contentトップ用

*****************************************/
/*1カラム*/
.top_box01 {
  padding: 80px 10px;
  max-width: 1420px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_box01 figure {
  margin-right: 20px;
}

.top_box01 .top_box01_content {
  width: 700px;
}

.top_box01 .top_box01_content .top_box01_tit {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.top_box01 .top_box01_content .top_box01_tit::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #5d4d3f;
  bottom: 0;
}

.top_box01 .top_box01_content .top_box01_btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_box01 .top_box01_content .top_box01_btn li a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #5d4d3f;
  width: 250px;
  line-height: 52px;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
}

.top_box01 .top_box01_content .top_box01_btn li a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 25px;
  width: 30px;
  height: 1px;
  background: #ffffff;
}

.top_box01 .top_box01_content .top_box01_btn li a::after {
  position: absolute;
  content: "";
  right: 19px;
  width: 6px;
  top: 22px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_box01 .top_box01_content .top_box01_btn li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 10px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box01 figure {
    max-width: 372px;
    margin: 0 auto 20px auto;
  }
  .top_box01 .top_box01_content {
    width: 100%;
  }
  .top_box01 .top_box01_content .top_box01_tit {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .top_box01 .top_box01_content .top_box01_btn {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box01 .top_box01_content .top_box01_btn li a {
    margin: 0 auto;
  }
  .top_box01 .top_box01_content .top_box01_btn li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*2カラム*/
.top_box02 {
  padding: 80px 10px;
  background-color: #eae8e6;
}

.top_box02 .top_box02_inner {
  max-width: 1750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_box02 .top_box02_inner li {
  margin-bottom: 30px;
  width: 49%;
}

.top_box02 .top_box02_inner li a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 50px 10px;
  }
  .top_box02 .top_box02_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box02 .top_box02_inner li {
    margin-bottom: 20px;
    width: 100%;
  }
  .top_box02 .top_box02_inner li:last-child {
    margin-bottom: 0;
  }
}

/*max-width:767px*/
/*3カラム*/
.top_box03 {
  padding: 80px 0 50px;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}

.top_box03::after {
  position: absolute;
  content: "";
  width: 234px;
  height: 149px;
  background: url(images/top_img02.png) no-repeat;
  top: -30px;
  right: -100px;
}

.top_box03 .top_box03_tit {
  text-align: center;
  margin-bottom: 50px;
}

.top_box03 .top_box03_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box03 .top_box03_content .news_article {
  max-width: 265px;
}

.top_box03 .top_box03_content .news_article figure {
  margin-bottom: 10px;
  width: 265px;
  border-radius: 10px;
  overflow: hidden;
}

.top_box03 .top_box03_content .news_article figure a {
  position: relative;
  display: block;
  width: 100%;
}

.top_box03 .top_box03_content .news_article figure a::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.top_box03 .top_box03_content .news_article figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
  border-radius: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px;
  overflow: hidden;
}

.top_box03 .top_box03_content .news_article figure a:hover {
  opacity: 1;
}

.top_box03 .top_box03_content .news_article figure a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  opacity: 1;
}

.top_box03 .top_box03_content .news_article time {
  color: #666666;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.top_box03 .top_box03_content .news_article .news_txt a {
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: 0s all;
  transition: 0s all;
}

.top_box03 .top_box03_content .news_article .news_txt a p {
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-transition: 0s all;
  transition: 0s all;
}

.top_box03 .top_box03_content .news_article .news_txt a:hover {
  color: #d96d00;
}

.top_box03 .top_box03_content .news_article .news_txt a:hover p {
  text-decoration: underline;
  -webkit-text-decoration-color: #d96d00;
          text-decoration-color: #d96d00;
}

@media screen and (min-width: 768px) {
  .top_box03 .top_box03_content::before {
    content: "";
    display: block;
    width: 265px;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_box03 .top_box03_content::after {
    content: "";
    display: block;
    width: 265px;
    height: 0;
  }
}

/*min-width:768px*/
@media screen and (max-width: 767px) {
  .top_box03 {
    padding: 50px 10px;
  }
  .top_box03::after {
    width: 0;
    height: 0;
    background: none;
  }
  .top_box03 .top_box03_tit {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .top_box03_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box03_content .news_article {
    max-width: 265px;
    margin: 0 auto 20px auto;
  }
  .top_box03_content .news_article:last-child {
    margin-bottom: 0;
  }
}

/*max-width:767px*/
/*4カラム*/
.top_box04 {
  padding: 60px 10px;
  background-color: #eae8e6;
  position: relative;
}

.top_box04::after {
  position: absolute;
  content: "";
  width: 236px;
  height: 181px;
  background: url(images/top_img03.png) no-repeat;
  top: -90px;
  left: 70px;
}

.top_box04 .top_box04_inner {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_box04 .top_box04_inner .top_box04_left {
  margin-right: 30px;
}

.top_box04 .top_box04_inner .top_box04_left .top_box04_left_tit {
  text-align: center;
}

.top_box04 .top_box04_inner .top_box04_left .jr-insta-thumb ul.thumbnails {
  width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_box04 .top_box04_inner .top_box04_left .jr-insta-thumb ul.thumbnails li {
  width: 160px !important;
  margin: 0 0 4px 4px;
}

.top_box04 .top_box04_inner .top_box04_right {
  width: 100%;
}

.top_box04 .top_box04_inner .top_box04_right .top_box04_left_tit {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 10px;
  }
  .top_box04::after {
    background: none;
  }
  .top_box04 .top_box04_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box04 .top_box04_inner .top_box04_left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .top_box04 .top_box04_inner .top_box04_left .top_box04_left_tit {
    max-width: 150px;
    margin: 0 auto 20px auto;
  }
  .top_box04 .top_box04_inner .top_box04_left .top_box04_left_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .top_box04 .top_box04_inner .top_box04_left .top_box04_left_content li {
    margin-bottom: 5px;
  }
  .top_box04 .top_box04_inner .top_box04_right {
    max-width: 300px;
    margin: 0 auto;
  }
  .top_box04 .top_box04_inner .top_box04_right .top_box04_left_tit {
    max-width: 150px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*5カラム*/
.top_box05 {
  padding: 50px 0 80px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.top_box05::after {
  position: absolute;
  content: "";
  width: 209px;
  height: 208px;
  background: url(images/top_img04.png) no-repeat;
  top: 80px;
  right: 0;
}

.top_box05 .top_box05_tit {
  text-align: center;
  margin-bottom: 40px;
}

.top_box05 .top_box05_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_box05 .top_box05_inner .top_box05_content {
  width: 570px;
}

.top_box05 .top_box05_inner .top_box05_content h3 {
  margin-bottom: 5px;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_info .address {
  margin-bottom: 3px;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_info p {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #5d4d3f;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_info .tel {
  font-size: 2.5rem;
  padding-left: 30px;
  background: url(images/tel_icon02.jpg) left center no-repeat;
  font-weight: bold;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_btn li a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #5d4d3f;
  width: 220px;
  line-height: 52px;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_btn li a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 25px;
  width: 25px;
  height: 1px;
  background: #ffffff;
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_btn li a::after {
  position: absolute;
  content: "";
  right: 19px;
  width: 6px;
  top: 22px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top_box05 .top_box05_inner .top_box05_content .top_box05_btn li:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .top_box05 {
    padding: 50px 10px;
  }
  .top_box05::after {
    background: none;
  }
  .top_box05 .top_box05_tit {
    max-width: 150px;
    margin: 0 auto 20px auto;
  }
  .top_box05 .top_box05_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box05 .top_box05_inner .top_box05_content {
    width: 100%;
  }
  .top_box05 .top_box05_inner .top_box05_content h3 {
    max-width: 250px;
  }
  .top_box05 .top_box05_inner .top_box05_content .top_box05_btn {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top_box05 .top_box05_inner .top_box05_content .top_box05_btn li a {
    margin: 0 auto;
  }
  .top_box05 .top_box05_inner .top_box05_content .top_box05_btn li:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
/*6カラム*/
.top_box06 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(45%, #f2f1f0));
  background: linear-gradient(to bottom, #ffffff 55%, #f2f1f0 45%);
}

.top_box06 .top_box06_inner {
  max-width: 990px;
  margin: 0 auto;
  background-color: #5d4d3f;
  padding: 40px 0 50px;
  border-radius: 10px;
}

.top_box06 .top_box06_inner .top_box06_tit {
  text-align: center;
  margin-bottom: 20px;
}

.top_box06 .top_box06_inner .top_box06_txt {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.top_box06 .top_box06_inner .top_box06_btn a {
  display: block;
  color: #ffffff;
  width: 400px;
  line-height: 50px;
  text-align: center;
  background: url(images/contact_icon02.jpg) left 100px center no-repeat #d96d00;
  text-decoration: none;
  font-size: 1.5rem;
  margin: 0 auto;
  border-radius: 50px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .top_box06 {
    background: #f2f1f0;
    padding: 10px;
  }
  .top_box06 .top_box06_inner {
    width: 100%;
    padding: 20px 10px 20px;
    border-radius: 10px;
  }
  .top_box06 .top_box06_inner .top_box06_tit {
    max-width: 150px;
    margin: 0 auto 20px auto;
  }
  .top_box06 .top_box06_inner .top_box06_txt {
    text-align: left;
  }
  .top_box06 .top_box06_inner .top_box06_btn a {
    width: 250px;
    background: url(images/contact_icon02.jpg) left 20px center no-repeat #d96d00;
  }
}

/*max-width:767px*/
/****************************************

content下層用

*****************************************/
/* 全ページ共通　フレックスボックス*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

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

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txt480 {
  width: 480px;
}

.txt500 {
  width: 500px;
}

.txt510 {
  width: 510px;
}

.txt530 {
  width: 530px;
}

.txt580 {
  width: 580px;
}

.txt600 {
  width: 600px;
}

.txt730 {
  width: 730px;
}

.green_bg {
  padding: 40px;
  background-color: #f2f5f2;
}

@media screen and (max-width: 767px) {
  .flex,
  .flex_r,
  .flex_n,
  .flex_c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*==============================================================
ランチメニュー
==================================================================*/
.lunch_box01 {
  margin-bottom: 30px;
}

/*max-width:767px*/
.menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}

.menu_content figure {
  width: 400px;
}

.menu_content figure span {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
}

.menu_content figure span::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.menu_content figure span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

.menu_content .txt730 h3 {
  font-size: 2.2rem;
  color: #5d4d3f;
  background-color: #eeeeee;
  line-height: 1;
  padding: 15px;
  width: 100%;
  text-align: left;
  display: inline-block;
}

.menu_content .txt730 h3::first-letter {
  color: #ffffff;
  font-size: 2rem;
  padding: 10px 20px;
  background: url(images/bg.jpg) left 9px center no-repeat;
}

.menu_content .txt730 .post_txt {
  font-size: 1.6px;
  margin-bottom: 30px;
}

.menu_content .txt730 .price {
  text-align: right;
  font-size: 3.4rem;
  color: #5d4d3f;
}

.menu_content .txt730 .price .icon {
  font-size: 2.4rem;
}

.menu_content .txt730 .price .tax {
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .menu_content {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu_content figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .menu_content .txt730 h3 {
    line-height: 1.5;
  }
  .menu_content .txt730 .post_txt {
    font-size: 1.6px;
    margin-bottom: 10px;
  }
  .menu_content .txt730 .price {
    text-align: right;
    font-size: 2.5rem;
    color: #5d4d3f;
  }
  .menu_content .txt730 .price .icon {
    font-size: 2rem;
  }
  .menu_content .txt730 .price .tax {
    font-size: 1.4rem;
    color: #333333;
  }
}

/*max-width:767px*/
/*==============================================================
ディナーメニュー
==================================================================*/
.dinner_box01 {
  margin-bottom: 30px;
  border: 1px solid #5d4d3f;
  padding: 0 0 30px 0;
}

.dinner_box01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.dinner_box01 ul li:nth-child(2) {
  margin: 0 10px;
}

.dinner_box01 .dinner_box01_content {
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #db6d00;
  margin-bottom: 10px;
}

.dinner_box01 .dinner_box01_content h3 {
  background-color: #db6d00;
  line-height: 1;
  padding: 10px 0 10px 30px;
  color: #ffffff;
  font-size: 2.2rem;
}

.dinner_box01 .dinner_box01_content .dinner_box02_content_inner {
  padding: 20px 30px;
}

.dinner_box01 .dinner_box01_content .dinner_box02_content_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}

.dinner_box01 .dinner_box01_content .dinner_box02_content_inner ul li {
  width: 220px;
  color: #ffffff;
  text-align: center;
  font-size: 2.7rem;
  line-height: 57px;
  background-color: #db6d00;
  border-radius: 10px;
}

.dinner_box01 .dinner_box01_content .dinner_box02_content_inner ul li span {
  font-size: 2rem;
}

.dinner_box01 .dinner_box01_content .dinner_box02_content_inner p {
  font-size: 1.3rem;
}

.dinner_box01 .txt {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .dinner_box01 {
    padding: 0 10px 30px;
    border: none;
  }
  .dinner_box01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dinner_box01 ul li {
    margin: 0 auto 20px auto;
  }
  .dinner_box01 ul li:nth-child(2) {
    margin: 0 auto 20px auto;
  }
  .dinner_box01 .dinner_box01_content {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #db6d00;
    margin-bottom: 10px;
  }
  .dinner_box01 .dinner_box01_content h3 {
    background-color: #db6d00;
    line-height: 1;
    padding: 10px 0 10px 0;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
  }
  .dinner_box01 .dinner_box01_content .dinner_box02_content_inner {
    padding: 20px 30px;
  }
  .dinner_box01 .dinner_box01_content .dinner_box02_content_inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 10px;
  }
  .dinner_box01 .dinner_box01_content .dinner_box02_content_inner ul li {
    width: 220px;
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .dinner_box01 .dinner_box01_content .dinner_box02_content_inner p {
    text-align: center;
  }
  .dinner_box01 .txt {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

/*max-width:767px*/
.dinner_box02 {
  margin-bottom: 30px;
  border: 1px solid #5d4d3f;
  padding: 0 0 30px 0;
}

.dinner_box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.dinner_box02 ul li:nth-child(2) {
  margin: 0 10px;
}

.dinner_box02 ul li:last-child {
  margin-bottom: 0;
}

.dinner_box02 .dinner_box02_content {
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #db6d00;
  margin-bottom: 10px;
}

.dinner_box02 .dinner_box02_content h3 {
  background-color: #db6d00;
  line-height: 1;
  padding: 10px 0 10px 30px;
  color: #ffffff;
  font-size: 2.2rem;
}

.dinner_box02 .dinner_box02_content p {
  padding: 20px 30px;
}

.dinner_box02 .txt {
  font-size: 1.5rem;
  text-align: center;
  color: #b20000;
}

@media screen and (max-width: 767px) {
  .dinner_box02 {
    margin-bottom: 30px;
    border: none;
    padding: 0 10px 30px;
  }
  .dinner_box02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dinner_box02 ul li {
    margin: 0 auto 20px auto;
  }
  .dinner_box02 ul li:nth-child(2) {
    margin: 0 auto 20px auto;
  }
  .dinner_box02 ul li:last-child {
    margin-bottom: 0;
  }
  .dinner_box02 .dinner_box02_content {
    margin-bottom: 10px;
  }
  .dinner_box02 .dinner_box02_content h3 {
    padding: 10px 0 10px 0;
    font-size: 1.6rem;
  }
  .dinner_box02 .dinner_box02_content p {
    padding: 20px 30px;
  }
  .dinner_box02 .txt {
    font-size: 1.3rem;
  }
}

/*max-width:767px*/
.dinner_box03 {
  margin-bottom: 30px;
  border: 1px solid #5d4d3f;
  padding: 0 0 30px 0;
}

.dinner_box03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.dinner_box03 ul li {
  margin: 0 10px;
  background-color: #db6d00;
  text-align: center;
  width: 520px;
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 10px;
  line-height: 1.3;
  padding: 10px 0;
}

.dinner_box03 ul li span {
  font-size: 2.7rem;
}

.dinner_box03 ul li span span {
  font-size: 1.4rem;
}

.dinner_box03 .txt {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.dinner_box03 .btn a {
  text-decoration: none;
  background-color: #db6d00;
  display: block;
  color: #ffffff;
  width: 360px;
  line-height: 42px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .dinner_box03 {
    margin-bottom: 30px;
    border: none;
    padding: 0 10px 30px;
  }
  .dinner_box03 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dinner_box03 ul li {
    margin: 0 auto 10px auto;
    width: 100%;
  }
  .dinner_box03 ul li span {
    font-size: 2.4rem;
  }
  .dinner_box03 ul li span span {
    font-size: 1.4rem;
  }
  .dinner_box03 .btn a {
    width: 300px;
    font-size: 1.3rem;
  }
}

/*max-width:767px*/
.dinner_box04 {
  margin-bottom: 30px;
}

/*==============================================================
テイクアウトメニュー
==================================================================*/
.takeout_box01 .txt {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.takeout_box01 .takeout_box01_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.takeout_box01 .takeout_box01_content li img {
  margin-bottom: 10px;
}

.takeout_box01 .takeout_box01_content li dl dt {
  font-size: 2rem;
  color: #5d4d3f;
  line-height: 1.2;
}

.takeout_box01 .takeout_box01_content li dl dd {
  font-size: 1.2rem;
  color: #5d4d3f;
}

.takeout_box01 .takeout_box01_content li dl dd span {
  font-size: 1.8rem;
}

.takeout_box01 .takeout_box01_content li dl dd span span {
  font-size: 2.4rem;
}

.takeout_box01 .takeout_box01_aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #5d4d3f;
}

.takeout_box01 .takeout_box01_aside h3 {
  color: #ffffff;
  font-size: 1.8rem;
  width: 280px;
  text-align: center;
  background-color: #5d4d3f;
  line-height: 127px;
}

.takeout_box01 .takeout_box01_aside .takeout_box01_aside_content {
  width: 100%;
  padding: 20px 30px 10px 50px;
}

.takeout_box01 .takeout_box01_aside .takeout_box01_aside_content .takeout_box01_aside_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.takeout_box01 .takeout_box01_aside .takeout_box01_aside_content .takeout_box01_aside_content_list ul {
  margin-right: 80px;
}

.takeout_box01 .takeout_box01_aside .takeout_box01_aside_content .takeout_box01_aside_content_list ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}

.takeout_box01 .takeout_box01_aside .takeout_box01_aside_content p {
  text-align: right;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .takeout_box01 .txt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .takeout_box01 .takeout_box01_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .takeout_box01 .takeout_box01_content li {
    max-width: 280px;
    margin: 0 auto 20px auto;
  }
  .takeout_box01 .takeout_box01_aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .takeout_box01 .takeout_box01_aside h3 {
    font-size: 1.6rem;
    width: 100%;
    line-height: 60px;
  }
  .takeout_box01 .takeout_box01_aside .takeout_box01_aside_content {
    width: 100%;
    padding: 20px 10px;
  }
  .takeout_box01 .takeout_box01_aside .takeout_box01_aside_content .takeout_box01_aside_content_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .takeout_box01 .takeout_box01_aside .takeout_box01_aside_content .takeout_box01_aside_content_list ul {
    margin-right: 0;
  }
  .takeout_box01 .takeout_box01_aside .takeout_box01_aside_content .takeout_box01_aside_content_list ul li {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .takeout_box01 .takeout_box01_aside .takeout_box01_aside_content p {
    text-align: right;
    line-height: 1;
  }
}

/*max-width:767px*/
/*==============================================================
カフェメニュー
==================================================================*/
.cafe_box01 {
  margin-bottom: 30px;
}

.cafe_box01 .cafe_box01_content01 {
  margin-bottom: 50px;
}

.cafe_box01 .cafe_box01_content02 .subhead02 {
  margin-bottom: 50px;
}

.cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner .txt730 .coffee {
  margin-bottom: 30px;
}

.cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner .txt730 .coffee h4 {
  font-size: 2rem;
  color: #5d4d3f;
}

.cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner .txt730 .coffee h4 span {
  font-size: 1.5rem;
  color: #333333;
  margin-left: 5px;
}

.cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner .txt730 .tea h4 {
  font-size: 2rem;
  color: #5d4d3f;
}

.cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner .txt730 .tea h4 span {
  font-size: 1.5rem;
  color: #333333;
  margin-left: 5px;
}

.cafe_box01 .cafe_box01_content02 .txt {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .cafe_box01 {
    margin-bottom: 30px;
  }
  .cafe_box01 .cafe_box01_content01 {
    margin-bottom: 30px;
  }
  .cafe_box01 .cafe_box01_content02 .subhead02 {
    margin-bottom: 30px;
  }
  .cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cafe_box01 .cafe_box01_content02 .cafe_box01_content02_inner figure {
    margin: 0 auto 20px auto;
  }
  .cafe_box01 .cafe_box01_content02 .txt {
    text-align: center;
    margin-top: 20px;
  }
}

/*max-width:767px*/
.cafe_box02 .cafe_box02_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.cafe_box02 .cafe_box02_content .cafe_box02_content_left {
  width: 48%;
}

.cafe_box02 .cafe_box02_content .cafe_box02_content_right {
  width: 48%;
}

.cafe_box02 .cafe_box02_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cafe_box02 .cafe_box02_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cafe_box02 .cafe_box02_content .cafe_box02_content_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .cafe_box02 .cafe_box02_content .cafe_box02_content_right {
    width: 100%;
  }
  .cafe_box02 .cafe_box02_pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cafe_box02 .cafe_box02_pic li {
    margin-bottom: 20px;
  }
  .cafe_box02 .cafe_box02_pic li:last-child {
    margin-bottom: 0;
  }
}

/*max-width:767px*/
.cafe_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #cccccc;
}

.cafe_content figure {
  width: 400px;
}

.cafe_content figure span {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
}

.cafe_content figure span::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.cafe_content figure span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
  border-radius: 20px;
}

.cafe_content .txt730 {
  margin-top: 10px;
}

.cafe_content .txt730 h3 {
  font-size: 2.2rem;
  color: #5d4d3f;
  background-color: #eeeeee;
  line-height: 1;
  padding: 15px;
  width: 100%;
  text-align: left;
  display: inline-block;
}

.cafe_content .txt730 .post_txt {
  font-size: 1.6px;
  margin-bottom: 30px;
}

.cafe_content .txt730 .price {
  text-align: right;
  font-size: 3.4rem;
  color: #5d4d3f;
}

.cafe_content .txt730 .price .txt {
  font-size: 2rem;
  margin-right: 5px;
}

.cafe_content .txt730 .price .icon {
  font-size: 2.4rem;
}

.cafe_content .txt730 .price .tax {
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cafe_content {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cafe_content figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
  .cafe_content .txt730 h3 {
    line-height: 1.5;
  }
  .cafe_content .txt730 .post_txt {
    font-size: 1.6px;
    margin-bottom: 10px;
  }
  .cafe_content .txt730 .price {
    text-align: right;
    font-size: 2.5rem;
    color: #5d4d3f;
  }
  .cafe_content .txt730 .price .icon {
    font-size: 2rem;
  }
  .cafe_content .txt730 .price .tax {
    font-size: 1.4rem;
    color: #333333;
  }
}

/*max-width:767px*/
/*==============================================================
店主あいさつ
==================================================================*/
.greeting_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.greeting_box01 figure img {
  margin-bottom: 10px;
}

.greeting_box01 figure figcaption {
  font-size: 2rem;
  color: #5d4d3f;
  text-align: center;
}

.greeting_box01 .txt730 h2 {
  color: #5d4d3f;
  font-size: 2rem;
  margin-bottom: 10px;
}

.greeting_box01 .txt730 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
}

.greeting_box01 .txt730 dl:first-of-type {
  border-top: 1px solid #cccccc;
}

.greeting_box01 .txt730 dl dt {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .greeting_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting_box01 .txt730 h2 {
    color: #5d4d3f;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .greeting_box01 .txt730 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .greeting_box01 .txt730 dl:first-of-type {
    border-top: 1px solid #cccccc;
  }
  .greeting_box01 .txt730 dl dt {
    width: 30%;
  }
  .greeting_box01 .txt730 dl dd {
    width: 70%;
  }
}

/*max-width:767px*/
/*==============================================================
食材へのこだわり
==================================================================*/
.commitment_box01 {
  max-width: 1000px;
  margin: 0 auto 30px auto;
}

.commitment_box01 .commitment_box01_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .commitment_box01 {
    padding: 0 10px;
  }
  .commitment_box01 .commitment_box01_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .commitment_box01 .commitment_box01_content figure {
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
.commitment_box02 {
  max-width: 1000px;
  margin: 0 auto;
}

.commitment_box02 .commitment_box02_pic {
  margin-bottom: 30px;
}

.commitment_box02 .commitment_box02_content {
  position: relative;
}

.commitment_box02 .commitment_box02_content figure {
  position: absolute;
  top: -120px;
  left: 50px;
  border-radius: 10px;
  overflow: hidden;
}

.commitment_box02 .commitment_box02_content .txt580 {
  margin-left: 420px;
}

.commitment_box02 .commitment_box02_content .txt580 h3 {
  color: #5d4d3f;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.commitment_box02 .commitment_box02_content .txt580 p {
  margin-bottom: 30px;
}

.commitment_box02 .commitment_box02_content .txt580 .btn a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
  background-color: #5d4d3f;
  width: 260px;
  line-height: 44px;
  border-radius: 30px;
  position: relative;
}

.commitment_box02 .commitment_box02_content .txt580 .btn a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  width: 30px;
  height: 1px;
  background: #ffffff;
}

.commitment_box02 .commitment_box02_content .txt580 .btn a::after {
  position: absolute;
  content: "";
  right: 19px;
  width: 6px;
  top: 17px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .commitment_box02 {
    padding: 0 10px;
  }
  .commitment_box02 .commitment_box02_content {
    position: relative;
  }
  .commitment_box02 .commitment_box02_content figure {
    position: static;
    max-width: 308px;
    margin: 0 auto 20px auto;
  }
  .commitment_box02 .commitment_box02_content .txt580 {
    margin-left: 0;
  }
  .commitment_box02 .commitment_box02_content .txt580 h3 {
    color: #5d4d3f;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .commitment_box02 .commitment_box02_content .txt580 p {
    margin-bottom: 30px;
  }
  .commitment_box02 .commitment_box02_content .txt580 .btn a {
    margin: 0 auto;
  }
}

/*max-width:767px*/
/*==============================================================
お知らせ
==================================================================*/
.news_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
}

.news_box::before {
  content: "";
  display: block;
  width: 265px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news_box::after {
  content: "";
  display: block;
  width: 265px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news_box .news_post_parts {
  max-width: 265px;
  margin-bottom: 60px;
}

.news_box .news_post_parts figure {
  margin-bottom: 10px;
  width: 265px;
  border-radius: 10px;
  overflow: hidden;
}

.news_box .news_post_parts figure a {
  position: relative;
  display: block;
  width: 100%;
}

.news_box .news_post_parts figure a::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.news_box .news_post_parts figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
  border-radius: 10px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border-radius: 10px;
  overflow: hidden;
}

.news_box .news_post_parts figure a:hover {
  opacity: 1;
}

.news_box .news_post_parts figure a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  opacity: 1;
}

.news_box .news_post_parts time {
  color: #666666;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.news_box .news_post_parts .news_txt a {
  text-decoration: none;
  font-size: 1.4rem;
  -webkit-transition: 0s all;
  transition: 0s all;
}

.news_box .news_post_parts .news_txt a p {
  font-size: 1.3rem;
  line-height: 1.5;
  -webkit-transition: 0s all;
  transition: 0s all;
}

.news_box .news_post_parts .news_txt a:hover {
  color: #d96d00;
}

.news_box .news_post_parts .news_txt a:hover p {
  text-decoration: underline;
  -webkit-text-decoration-color: #d96d00;
          text-decoration-color: #d96d00;
}

@media screen and (max-width: 767px) {
  .news_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
  .news_box .news_post_parts {
    max-width: 265px;
    margin: 0 auto 20px auto;
  }
  .news_box .news_post_parts:last-of-type {
    margin-bottom: 0;
  }
}

/*max-width:767px*/
/*==============================================================
店舗概要
==================================================================*/
.overview_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .overview_box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
  .overview_box01 figure {
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
.overview_box02 {
  padding: 50px 0;
  background-color: #f2f1f0;
  margin-bottom: 50px;
}

.overview_box02 .overview_box02_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.overview_box02 .overview_box02_inner .overview_box02_txt {
  text-align: center;
  color: #5d4d3f;
  font-size: 2.2rem;
  width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1;
  padding: 25px 0 25px 60px;
  background: url(images/icon01.jpg) left 130px center no-repeat #ffffff;
}

.overview_box02 .overview_box02_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .overview_box02 {
    margin-bottom: 30px;
  }
  .overview_box02 .overview_box02_inner {
    padding: 0 10px;
  }
  .overview_box02 .overview_box02_inner .overview_box02_txt {
    text-align: left;
    color: #5d4d3f;
    font-size: 1.8rem;
    width: 100%;
    margin: 0 auto 30px auto;
    line-height: 1.2;
    padding: 15px 5px 15px 60px;
    background: url(images/icon01.jpg) left 10px center no-repeat #ffffff;
  }
  .overview_box02 .overview_box02_inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .overview_box02 .overview_box02_inner ul li {
    margin: 0 auto 20px auto;
  }
  .overview_box02 .overview_box02_inner ul li:last-child {
    margin-bottom: 0;
  }
}

/*max-width:767px*/
.overview_box03 iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media screen and (max-width: 767px) {
  .overview_box03 iframe {
    height: 300px;
  }
}

/*max-width:767px*/
/*==============================================================
店舗ギャラリー
==================================================================*/
.gallery_txt {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.gallery_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery_content::before {
  content: "";
  display: block;
  width: 230px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.gallery_content::after {
  content: "";
  display: block;
  width: 230px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.gallery_content figure {
  width: 230px;
  margin: 0 10px 10px 0;
}

.gallery_content figure p {
  position: relative;
  display: block;
  width: 100%;
}

.gallery_content figure p::after {
  display: block;
  content: "";
  padding-top: 100%;
}

.gallery_content figure p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

@media screen and (max-width: 767px) {
  .gallery_content {
    padding: 0 20px;
  }
  .gallery_content::before {
    width: 0;
    height: 0;
  }
  .gallery_content::after {
    width: 170px;
  }
  .gallery_content figure {
    width: 150px;
    margin: 0 auto 20px auto;
  }
}

/*max-width:767px*/
/*==============================================================
お問い合わせ
==================================================================*/
.contact_txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact_txt {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}

/*max-width:767px*/
.contact_btn a {
  width: 400px;
  display: block;
  text-align: center;
  color: #5d4d3f;
  font-size: 1.3rem;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid #5d4d3f;
  margin: 0 auto 30px auto;
  padding: 10px 0;
}

.contact_btn a span {
  font-size: 2.5rem;
  padding-left: 30px;
  background: url(images/icon02.jpg) left center no-repeat;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contact_btn a {
    width: 300px;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.contact_content {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

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

/*max-width:767px*/
/*==============================================================
bottom_content
==================================================================*/
.bottom_content {
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

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

.bottom_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .bottom_content {
    margin-top: 50px;
  }
  .bottom_content h2 {
    max-width: 120px;
    margin: 0 auto 20px auto;
  }
  .bottom_content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bottom_content ul li {
    max-width: 280px;
    margin: 0 auto 20px auto;
  }
  .bottom_content ul li:last-child {
    margin-bottom: 0;
  }
}

/*max-width:767px*/
.contact_box {
  margin-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #ffffff), color-stop(45%, #f2f1f0));
  background: linear-gradient(to bottom, #ffffff 55%, #f2f1f0 45%);
}

.contact_box .contact_box_inner {
  max-width: 990px;
  margin: 0 auto;
  background-color: #5d4d3f;
  padding: 40px 0 50px;
  border-radius: 10px;
}

.contact_box .contact_box_inner .contact_box_tit {
  text-align: center;
  margin-bottom: 20px;
}

.contact_box .contact_box_inner .contact_box_txt {
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.contact_box .contact_box_inner .contact_box_btn a {
  display: block;
  color: #ffffff;
  width: 400px;
  line-height: 50px;
  text-align: center;
  background: url(images/contact_icon02.jpg) left 100px center no-repeat #d96d00;
  text-decoration: none;
  font-size: 1.5rem;
  margin: 0 auto;
  border-radius: 50px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .contact_box {
    margin-top: 50px;
    background: #f2f1f0;
    padding: 10px;
  }
  .contact_box .contact_box_inner {
    width: 100%;
    padding: 20px 10px 20px;
    border-radius: 10px;
  }
  .contact_box .contact_box_inner .contact_box_tit {
    max-width: 150px;
    margin: 0 auto 20px auto;
  }
  .contact_box .contact_box_inner .contact_box_txt {
    text-align: left;
  }
  .contact_box .contact_box_inner .contact_box_btn a {
    width: 250px;
    background: url(images/contact_icon02.jpg) left 20px center no-repeat #d96d00;
  }
}

/*max-width:767px*/
/*==============================================================
ブログページ
==================================================================*/
.blog_post_parts figure {
  width: 400px;
  margin-right: 30px;
  overflow: hidden;
}

.blog_post_parts figure a {
  position: relative;
  display: block;
  width: 100%;
}

.blog_post_parts figure a::after {
  content: "";
  display: block;
  padding-top: 75%;
}

.blog_post_parts figure a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /* IE・Edge対応 */
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    width: 100%;
    position: relative;
  }
  .blog_post_parts figure img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*max-width:767px*/
.blog_post_parts h2 {
  font-size: 2.2rem;
}

.blog_post_parts h2 {
  font-size: 2.2rem;
}

/* 投稿 */
/*==============================================================
blogページ
==================================================================*/
.blog_btn .btn_box01 a {
  text-decoration: none !important;
  margin: 0;
  margin-left: auto !important;
  display: block !important;
}

.blog_btn .btn_box01 a:hover {
  opacity: 0.7;
}

.position_relative {
  position: relative;
}

.post_banner {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  right: 0;
}

.voice_post_parts .subhead01 {
  text-align: left;
  background: url(images/subheadlinebar.jpg) bottom left no-repeat;
}

/* 3列投稿 */
.three_column_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.three_column_list {
  width: 320px;
  height: auto;
  margin: 0 40px 40px 0;
  overflow: hidden;
}

/* 投稿 */
.blog_post_parts {
  margin-bottom: 40px;
}

/* 3列投稿 */
.three_column_post .three_column_list:nth-child(3n) {
  margin-right: 0;
}

.three_column_post .three_column_list:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.three_column_list figure {
  position: relative;
  width: 100%;
  height: 234px;
  margin-bottom: 15px;
  background-color: #fff;
  overflow: hidden;
}

.three_column_list figure img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .blog_post_parts figure {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .txt480,
  .txt500,
  .txt530,
  .txt510,
  .txt580,
  .txt600,
  .txt730 {
    width: 100%;
  }
  .green_bg {
    padding: 20px;
  }
  .mb20_sp {
    margin-bottom: 20px;
  }
  .small_img {
    width: 40%;
    height: auto;
    margin: 0 auto;
  }
  .blog_post_parts figure img {
    width: 100%;
    height: auto;
  }
  .blog_post_parts figure {
    width: 80%;
    margin: 0 auto;
  }
}

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

single.php

*****************************************/
h1.single_headline {
  padding-bottom: 15px;
  margin-bottom: 45px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

#single_box {
  padding-bottom: 30px;
  border-bottom: 1px solid #bbbbbb;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

#single_box h1 {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}

#single_box figure {
  margin-bottom: 20px;
}

#single_box figure img {
  max-width: 900px;
  height: auto;
}

#single_box time {
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #5d4d3f;
  color: #ffffff;
  width: 100px;
  text-align: center;
  font-size: 1.2rem;
  display: block;
}

#single_box .single_box_txt {
  font-size: 1.4rem;
}

.another_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.nav_below p a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #5d4d3f;
  width: 250px;
  line-height: 52px;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  margin: -30px auto 0 auto;
}

.nav_below p a::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 25px;
  width: 30px;
  height: 1px;
  background: #ffffff;
}

.nav_below p a::after {
  position: absolute;
  content: "";
  right: 19px;
  width: 6px;
  top: 22px;
  height: 6px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #single_box {
    padding: 10px;
  }
  #single_box h1 {
    font-size: 2rem;
    text-align: left;
  }
  .another_article {
    padding: 10px;
  }
  .nav_below p a {
    display: block;
    text-decoration: none;
    text-align: left;
    padding-left: 25px;
    background-color: #5d4d3f;
    width: 150px;
    line-height: 30px;
    color: #ffffff;
    font-size: 1.4rem;
  }
  .nav_below p a::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 16px;
    width: 20px;
    height: 1px;
    background: #ffffff;
  }
  .nav_below p a::after {
    position: absolute;
    content: "";
    right: 9px;
    width: 6px;
    top: 13px;
    height: 6px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  #single_box h1 {
    font-size: 2.2rem;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .another_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  .another_article p {
    padding: 0 2px;
    font-size: 1.4rem;
  }
}

/*max-width:767px*/
@media screen and (max-width: 767px) {
  h1.single_headline {
    margin-bottom: 30px;
  }
  #single_box img {
    width: 100%;
    height: auto;
  }
}

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

投稿　pager設定

*****************************************/
.pager {
  clear: both;
  text-align: center;
  padding: 20px 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: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: Fmediapx) {
  .pager {
    padding: 30px 0;
  }
}

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

sp_footer

*****************************************/
@media screen and (max-width: 767px) {
  #pc_footer {
    display: none;
  }
  .sp_bana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }
  .sp_bana div {
    position: relative;
    width: calc(100% / 4);
    background: #5d4d3f;
    border-top: 1px solid #fff;
  }
  .sp_bana div:nth-child(3) img {
    width: 30px;
  }
  .sp_bana div:nth-child(4) {
    background-color: #5d4d3f;
  }
  .sp_bana div:nth-child(4) a img {
    width: 30px;
  }
  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_bana div img {
    width: auto;
    margin-bottom: 7px;
  }
  .sp_bana div p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
  }
  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
  }
  .sp_footer_content {
    margin: 30px 0;
    padding: 30px 10px 0;
    border-top: 1px dotted #999;
  }
  footer#sp_footer {
    border-top: none;
    padding-bottom: 60px;
  }
}

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

pc_footer

*****************************************/
footer {
  background: #f2f1f0;
  padding: 40px 0 0;
}

footer .footer_inner {
  max-width: 1780px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 10px;
}

footer .footer_inner .footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 550px;
  margin-left: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footer_inner .footer_left address {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

footer .footer_inner .footer_left p {
  font-size: 1.3rem;
}

footer .footer_inner .footer_right {
  width: 730px;
}

footer .footer_inner .footer_right .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

footer .footer_inner .footer_right .footer_nav li {
  font-size: 1.5rem;
  font-weight: bold;
}

footer .footer_inner .footer_right .footer_nav li a {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: normal;
}

footer .footer_inner .footer_right .footer_nav li a::before {
  content: "＞";
  margin-right: 3px;
}

footer .footer_inner .footer_right .footer_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footer_inner .footer_right .footer_icon li {
  margin-left: 10px;
}

footer .copy {
  background-color: #5d4d3f;
  padding: 3px 0;
  text-align: center;
}

footer .copy small {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 0;
  }
  footer .footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px;
  }
  footer .footer_inner .footer_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  footer .footer_inner .footer_left .footer_logo {
    width: 180px;
    margin: 0 auto 20px auto;
  }
  footer .footer_inner .footer_right {
    width: 100%;
  }
  footer .footer_inner .footer_right .footer_nav {
    display: none;
  }
  footer .footer_inner .footer_right .footer_icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_inner .footer_right .footer_icon li {
    margin-left: 10px;
  }
  footer .copy {
    background-color: #5d4d3f;
    padding: 3px 0;
    text-align: center;
  }
  footer .copy small {
    font-size: 1.2rem;
  }
}

/*max-width:767px*/
.to_top {
  position: fixed;
  bottom: 50px;
  right: 70px;
}

.to_top a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.to_top a:hover {
  opacity: 1;
}

.to_top a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.footer_address {
  font-weight: normal;
}

address {
  font-style: normal;
  font-size: 1.4rem;
}

.copy small {
  color: #fff;
  font-size: 1.2rem;
}

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

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

タイトル

*****************************************/
/* 下層ページ共通見出し */
.headline {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .headline {
    height: 50px;
    margin: 0 auto 30px auto;
  }
  .headline img {
    height: 100%;
    width: auto;
  }
}

/*max-width:767px*/
.headline span {
  color: #b80e06;
}

.subhead01 {
  font-size: 2.2rem;
  color: #ffffff;
  background-color: #5d4d3f;
  width: 100%;
  padding: 15px 0 15px 20px;
  line-height: 1;
  margin-bottom: 30px;
}

.subhead01 span {
  font-size: 1.6rem;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .subhead01 {
    font-size: 2rem;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.subhead02 {
  font-size: 1.8rem;
  border: 1px solid #5d4d3f;
  color: #5d4d3f;
  line-height: 1.5;
  margin-bottom: 20px;
}

.subhead02 span {
  background-color: #5d4d3f;
  color: #ffffff;
  width: 242px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .subhead02 {
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 10px;
    line-height: 2.5;
  }
  .subhead02 span {
    background-color: #5d4d3f;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    margin-right: 0;
  }
}

/*max-width:767px*/
.subhead03 {
  color: #5d4d3f;
  font-size: 2.2rem;
  line-height: 1;
  padding: 10px 0 10px 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #5d4d3f;
  border-top: 1px solid #5d4d3f;
}

@media screen and (max-width: 767px) {
  .subhead03 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

/*max-width:767px*/
.subhead04 {
  font-size: 2rem;
  color: #ffffff;
  width: 360px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

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

共通div

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb150 {
  margin-bottom: 150px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.fs01 {
  font-size: 1.3rem;
}

.fs02 {
  font-size: 1.8rem;
}

.fs03 {
  font-size: 1.5rem;
}

.fw_b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .pt20 {
    padding-top: 0;
  }
}

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

テーブル

*****************************************/
/* 会社情報 */
.overview_table {
  width: 700px;
  border-collapse: collapse;
  position: relative;
}

.overview_table::before {
  position: absolute;
  content: "";
  width: 217px;
  height: 2px;
  background: #5d4d3f;
  top: 0;
  left: 0;
}

.overview_table::after {
  position: absolute;
  content: "";
  width: 217px;
  height: 2px;
  background: #5d4d3f;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .overview_table {
    width: 100%;
  }
}

/*max-width:767px*/
.overview_table th,
.overview_table td {
  border-bottom: 1px solid #cccccc;
}

.overview_table_top {
  border-top: 2px solid #cccccc;
}

.overview_table_under {
  border-bottom: 2px solid #cccccc;
}

.overview_table th {
  width: 30%;
  padding: 10px 0 10px 20px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  vertical-align: text-top;
  font-weight: bold;
}

.overview_table td {
  width: 77%;
  padding: 10px 0 10px 20px;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: normal;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}

@media print, screen and (min-width: 768px) {
  #sp_footer {
    display: none;
  }
  #pc_footer {
    position: relative;
    width: 100%;
  }
  .pagetop {
    position: absolute;
    z-index: 4;
    right: calc(50% - 43px);
    bottom: 540px;
  }
}

@media screen and (max-width: 767px) {
  .overview_table th {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
  }
}

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

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 36px;
}

@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 20px;
  }
}

/*max-width:767px*/
.line_break02 {
  padding-top: 16px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* 強調*/
.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.red {
  color: #b80c06;
}

@media screen and (max-width: 767px) {
  .txt_center {
    text-align: left;
  }
}

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

Contact Form7

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

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #aaa;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row .last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.tc {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}

.tc input[type="submit"] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #aaa;
  border-radius: 8px;
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
}

.wpcf7 .tc input[type="submit"]:hover {
  background-color: #ccc;
  color: #333;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 20px 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
}

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

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 */
/****************************************

追加用

*****************************************/
.side_banner {
  position: fixed;
  top: 200px;
  right: 0;
}

.side_banner li {
  margin-bottom: 20px;
}

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

.facebook-wrapper {
  max-width: 500px;
  /* Facebook Page Plugin の最大幅 */
  margin: 0 auto;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}
/*# sourceMappingURL=style.css.map */