@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html,
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,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-size: 15px;
  font-family: "Cardo", serif, "メイリオ", Meiryo, sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

#contents {
  width: 1024px;
  margin: 0 auto;
  padding-bottom: 10em;
}

header + #contents {
  padding-top: 50px;
}

.inner {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
}

a {
  color: #043771;
}

a:hover {
  color: lightblue;
}

h1 {
  font-size: 28px;
}

h2 {
  margin-top: 5em;
  margin-bottom: 1em;
  font-size: 45px;
  color: #333;
  text-align: center;
  line-height: 1;
  font-family: "Niconne", serif;
}

h2 span {
  position: relative;
  font-size: 14px;
}

h2 span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  content: "";
  display: block;
  width: 1em;
  margin-top: -1px;
  border-top: 1px solid #333;
}

h2 span:after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  content: "";
  display: block;
  width: 1em;
  margin-top: -1px;
  border-top: 1px solid #333;
}

h3 {
  font-family: "Cardo", serif;
  margin-bottom: 0.8em;
  font-size: 22px;
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #ccc;
}

h4 {
  font-family: "Cardo", serif;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  font-size: 18px;
  padding: 0.8em 0.5em;
  text-align: center;
}

h5 {
  font-family: "Cardo", serif;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
  font-size: 18px;
  padding: 0.8em 0.5em;
  text-align: center;
}

h6 {
  margin-bottom: 0.25em;
  padding-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

p {
  margin: 0 0 0.8em 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-size: 16px;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul,
ol,
dl {
  margin: 0 0 1em 0;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

dd {
  margin-bottom: 1em;
}

table {
  width: 90%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 16px;
}

th {
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}

td {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.ma_03 {
  margin-top: 20px;
}

.ma_01 {
  margin-top: 50px;
}

.ma_02 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .ma_02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  td {
    width: 100%;
    display: block;
    text-align: center;
  }
  th {
    width: 100%;
    display: block;
  }
}
.cancell {
  width: 550px;
  margin: 0 auto 15px;
}

.cancell .t {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cancell {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 13px;
  }
  .cancell .t {
    font-size: 14px;
    font-weight: bold;
  }
}
.l-font {
  font-size: 1.3em;
  font-weight: 600;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
  text-align: center;
}

/* 左寄せ */
.left {
  text-align: left;
}

/* 右寄せ */
.right {
  text-align: right;
}

/* 写真中央寄せ */
.imgC {
  clear: both;
  overflow: hidden;
  margin: 0 auto 50px auto;
  margin-bottom: 50px;
  text-align: center;
}

.imgC img {
  margin-bottom: 10px;
}

/* 写真左寄せ */
.imgL {
  clear: both;
  overflow: hidden;
}

.imgL img {
  float: left;
  margin: 0 15px 0 0;
}

.birth_photo img {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .imgL img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 10px 0;
  }
}
/* 写真右寄せ */
.imgR {
  clear: both;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}

.imgR img {
  float: right;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 767px) {
  .imgR {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .imgR img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 10px 0;
  }
}
/* 写真ズーム */
.zoom {
  overflow: hidden;
}

.zoom img {
  display: block;
  transition: transform 0.8s linear;
}

.zoom img:hover {
  transform: scale(1.05);
}

.zoom img {
  margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
  position: relative;
}

.overlay::after {
  background: rgba(0, 0, 0, 0.5);
  content: "　";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.overlay:hover::after {
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-out;
}

.overlay img {
  margin-bottom: 0;
}

/* ボタン */
.btn a {
  position: relative;
  display: inline-block;
  padding: 8px 40px 8px 40px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  z-index: 1;
  background: #000;
}

.btn a:hover {
  color: #fff;
  background: #333;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.twoCol .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 48.98%;
  width: 46.875%;
  height: auto;
  margin: 0px 13px 10px;
}

.twoCol .inner div:nth-child(2n+1) {
  clear: both;
}

.twoCol .inner h4 {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: #B89F70 double 0.2em;
}

.twoCol .inner p {
  width: 100%;
  margin-bottom: 0;
  text-align: justify;
}

.twoCol .inner .image {
  width: 100%;
  min-height: 0%;
}

.twoCol .inner img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .twoCol .inner {
    margin: 0px 10px 10px;
  }
}
@media screen and (max-width: 820px) {
  .twoCol {
    display: block;
    margin-bottom: 20px;
  }
  .twoCol .inner {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.threeCol .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 32.14%;
  width: 30.76171875%;
  margin: 0 0 20px 0;
}

.threeCol .inner:nth-child(3n+1) {
  clear: both;
}

.fourCol .inner h3 {
  size: 18px;
  width: 100%;
  margin-top: 0.2em;
  padding: 0.2em 0;
  text-align: center;
  border-bottom: #B89F70 double 0.2em;
}

.threeCol .inner p {
  width: 100%;
  margin-bottom: 0;
  text-align: justify;
}

.threeCol .inner .image {
  width: 100%;
  min-height: 0%;
}

.threeCol .inner img {
  width: 100%;
}

.threeCol .inner .btn {
  margin-top: auto;
  padding-top: 20px;
}

.threeCol .inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}

.threeCol-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 5em;
}

.threeCol-top .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 32.14%;
  width: 30.76171875%;
  margin: 0 0 20px 0;
}

.threeCol-top .inner:nth-child(3n+1) {
  clear: both;
}

.threeCol-top .inner .image {
  width: 100%;
  min-height: 0%;
}

.threeCol-top .inner img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .threeCol {
    display: block;
    margin-bottom: 20px;
  }
  .threeCol .inner {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .threeCol-top {
    display: block;
    margin-bottom: 20px;
    margin-top: 3em;
  }
  .threeCol-top .inner {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.fourCol .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 23.46%;
  width: 22.4609375%;
  margin: 0 0 20px 0;
}

.fourCol .inner .image {
  width: 100%;
  min-height: 0%;
}

.fourCol .inner img {
  width: 100%;
}

/* 4カラム（スマートフォンでは2カラム) indexバナー用*/
.fourCol-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 10em;
}

.fourCol-top .inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 23.46%;
  width: 22.4609375%;
  margin: 0 0 20px 0;
}

.fourCol-top .inner .image {
  width: 100%;
  min-height: 0%;
}

.fourCol-top .inner img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fourCol {
    display: block;
    margin-bottom: 20px;
  }
  .fourCol .inner {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
  }
  .fourCol .inner:nth-child(odd) {
    clear: both;
    float: left;
    padding: 0 10px 15px 0;
  }
  .fourCol .inner:nth-child(even) {
    float: right;
    padding: 0 0 15px 10px;
  }
  .fourCol-top {
    display: block;
    margin-bottom: 20px;
    margin-top: 3em;
  }
  .fourCol-top .inner {
    box-sizing: border-box;
    width: 50%;
    margin: 0;
  }
  .fourCol-top .inner:nth-child(odd) {
    clear: both;
    float: left;
    padding: 0 10px 15px 0;
  }
  .fourCol-top .inner:nth-child(even) {
    float: right;
    padding: 0 0 15px 10px;
  }
}
/* お知らせ */
.information {
  margin-bottom: 60px;
}

.information dt {
  clear: both;
  float: left;
  margin: 0;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: none;
}

.information dd {
  margin: 0;
  padding: 10px 0 10px 8em;
  vertical-align: top;
  border-bottom: 1px dotted #333;
}

@media screen and (max-width: 767px) {
  .information {
    margin-bottom: 40px;
  }
  .information dt {
    float: none;
    margin: 0;
    padding: 10px 0 0 0;
    vertical-align: top;
    border-bottom: none;
  }
  .information dd {
    margin: 0;
    padding: 0 0 10px 0;
    vertical-align: top;
    border-bottom: 1px dotted #333;
  }
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0;
  background: #FFF;
  z-index: 100;
}

header:after {
  content: "";
  display: block;
  clear: both;
}

header h1 {
  height: auto;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding-bottom: 20px;
}

header h1 img {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  header h1 {
    padding: 0 0 0 10px;
  }
  header h1 img {
    width: 80%;
  }
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width: 769px) {
  nav.gnav:after {
    content: "";
    display: block;
    clear: both;
  }
  nav.gnav {
    width: 100%;
    background-color: #FFF;
    border-bottom: 2px solid #B6DCF3;
    font-family: "Niconne", cursive;
  }
  nav.gnav span {
    margin: 0;
    font-size: 10px;
    display: block;
  }
  /* 共通 */
  nav.gnav ul {
    margin: 0;
    padding: 0;
  }
  nav.gnav ul li {
    position: relative;
    line-height: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav.gnav ul li a {
    display: block;
    color: #333;
    font-size: 24px;
    text-decoration: none;
  }
  nav.gnav ul li:hover > a {
    background: #FFF;
    color: #CCC;
  }
  /* 1段目 */
  nav.gnav > ul > li {
    position: relative;
    width: 150px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    line-height: 35px;
  }
  nav.gnav > ul > li.subnav a {
    padding-right: 20px;
  }
  nav.gnav > ul > li.subnav > a:after {
    position: absolute;
    content: "";
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -2.5px;
    margin-left: 10px;
    border: 5px solid transparent;
    border-top-color: #B6DCF3;
  }
  /* 2段目 */
  nav.gnav ul li ul {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 150px;
    margin: 0;
    padding: 0;
  }
  nav.gnav ul li ul li {
    overflow: hidden;
    height: 0;
    color: #fff;
    transition: 0.2s;
  }
  nav.gnav ul li ul li a {
    padding: 0 15px;
    text-align: left;
    background: #CCC;
    color: #333;
    font-weight: normal;
  }
  nav.gnav ul li ul li a:hover {
    background: #999;
    color: #333;
  }
  nav.gnav ul li:hover > ul > li {
    overflow: visible;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #555;
  }
  nav.gnav ul li:hover ul li:last-child {
    border-bottom: none;
  }
  nav.gnav > ul > li:last-child > ul {
    left: -60px;
  }
  nav.gnav ul li ul li ul:before {
    position: absolute;
    content: "";
    top: 17.5px;
    left: -20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #fff;
  }
  nav.gnav > ul > li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 17.5px;
    left: 200%;
    margin-left: -20px;
    border: 5px solid transparent;
    border-right-color: #fff;
  }
  /* 3段目 */
  nav.gnav ul li ul li ul {
    top: 0;
    left: 100%;
  }
  nav.gnav ul li ul li ul li {
    width: 100%;
  }
  nav.gnav ul li ul li:hover > ul > li {
    border-bottom: 1px solid #555;
  }
  nav.gnav > ul > li:last-child > ul li ul {
    left: -100%;
  }
  nav.gnav ul li ul li ul li a {
    background: #999;
  }
  nav.gnav ul li ul li ul li a:hover {
    background: #666;
  }
  /* 3段目 */
  nav.gnav > ul {
    display: block !important;
  }
  #spMenu {
    display: none;
  }
}
/* タブレット・スマートフォン用 */
@media screen and (max-width: 768px) {
  nav.gnav {
    display: none;
  }
  nav.gnav ul {
    margin: 0;
    padding: 0;
  }
  nav.gnav > ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: 88%;
    height: calc(100% - 50px);
  }
  nav.gnav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #333;
    background: #000;
  }
  nav.gnav li:first-child {
    border-top: 0;
  }
  nav.gnav li:last-child {
    border-bottom: 0;
  }
  nav.gnav li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: #000;
  }
  nav.gnav li a:hover {
    color: #fff;
    background: #666;
  }
  nav.gnav ul ul {
    display: none;
    position: relative;
  }
  nav.gnav li li a {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 30px 10px 34px;
    text-align: left;
  }
  nav.gnav li li li a {
    padding: 10px 20px 10px 48px;
  }
  nav.gnav .subnav > a:before {
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #f1f1f1;
  }
  nav.gnav .subnav > a:after {
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: #000;
  }
  nav.gnav .subnav a:hover:after {
    background: #666;
  }
  nav.gnav .subnav.active > a:before {
    margin-top: 0;
  }
  nav.gnav .subnav.active > a:after {
    margin-top: 5px;
  }
  .spMenuWrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    transition: all 1s;
    background: transparent;
  }
  #spMenu {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #spMenu:hover {
    cursor: pointer;
  }
  #navBtn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5%;
    background: #333;
  }
  #navBtnIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #f1f1f1;
    transition: 0.2s;
  }
  #navBtnIcon:before,
  #navBtnIcon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #f1f1f1;
    transition: 0.3s;
  }
  #navBtnIcon:before {
    margin-top: -6px;
  }
  #navBtnIcon:after {
    margin-top: 4px;
  }
  #navBtn .close {
    background: transparent;
  }
  #navBtn .close:before,
  #navBtn .close:after {
    margin-top: 0;
  }
  #navBtn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #navBtn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
/*================================================
 *  インフォメーションBOX
 ================================================*/
.info-box {
  width: 90%;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.info-box01 {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.info-box01 .inner-box {
  padding: 0;
}

.info-box .inner-box {
  padding: 20px;
}

.info-box p {
  margin: 0px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .info-box {
    font-size: 13px;
  }
}
/*================================================
*  会社概要
================================================*/
@media screen and (max-width: 767px) {
  #c_left table tbody tr td {
    width: 100%;
    display: block;
    text-align: left !important;
  }
}
.td02 {
  text-align: center;
}

/*================================================
*  インフォメーションBOX-TOP
================================================*/
.info-box-top {
  width: 95%;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.info-box-top .inner-box {
  padding: 20px;
}

.midashi {
  font-size: 1.2em;
  border-bottom: 3px double #ccc;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .info-box {
    font-size: 13px;
  }
}
/*================================================
 *  コンセプト
 ================================================*/
#concept_bg {
  background: url(../images/bg01.jpg) center center/cover no-repeat fixed;
}

@media only screen and (max-width: 767px) {
  #concept_bg {
    background-image: url(../images/bg01-s.jpg);
  }
}
.concept-box {
  width: 80%;
  height: auto;
  border: 1px solid #845C1C;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 50px auto 80px;
  position: relative;
}

.concept-box .inner-box {
  padding: 50px 30px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .concept-box {
    width: 90%;
    margin: 80px auto;
  }
  .concept-box .inner-box {
    padding: 20px;
  }
}
/*================================================
 *  サービス
 ================================================*/
#survice_bg {
  background: url(../images/bg02.jpg) center center/cover no-repeat fixed;
}

.survice_pt {
  text-align: center;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #survice_bg {
    background-image: url(../images/bg02-s.jpg);
  }
}
.inner-box {
  padding: 50px 30px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .inner-box {
    padding: 50px 20px 20px 20px;
  }
}
.survice-box {
  width: 90%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.survice-box:after {
  background-color: #d9ccb3;
  font-size: 20px;
  font-family: "Cardo", serif;
  content: "季節のフェア";
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 50px;
  color: #845C1C;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 30px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.survice-box2 {
  width: 90%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.survice-box2:after {
  background-color: #d9ccb3;
  font-size: 18px;
  font-family: "Cardo", serif;
  content: "接待";
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 50px;
  color: #845C1C;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 30px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.survice-box3 {
  width: 90%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.survice-box3:after {
  background-color: #d9ccb3;
  font-size: 18px;
  font-family: "Cardo", serif;
  content: "パーティー";
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 50px;
  color: #845C1C;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 30px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.s-t01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Cardo", serif;
  background-color: #ccc;
  padding: 5px;
  width: 250px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .s-t01 {
    width: 100%;
    margin-top: 15px;
  }
}
.s-t02 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Cardo", serif;
  background-color: #ccc;
  padding: 5px 20px;
  width: auto;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .s-t02 {
    width: auto;
    margin-top: 15px;
  }
}
.s-t03 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Cardo", serif;
  border-top: 3px double #ccc;
  border-bottom: 3px double #ccc;
  padding: 3px 10px;
  width: auto;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .s-t03 {
    width: auto;
    margin-top: 15px;
  }
}
.survice-box4 {
  width: 90%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.survice-box4:after {
  background-color: #d9ccb3;
  font-size: 18px;
  font-family: "Cardo", serif;
  content: "誕生日・記念日・接待";
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 50px;
  color: #845C1C;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 30px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

@media only screen and (max-width: 767px) {
  .survice-box {
    margin-top: 100px;
  }
  .survice-box2 {
    margin-top: 80px;
  }
  .survice-box3 {
    margin-top: 80px;
  }
  .survice-box4 {
    margin-top: 80px;
  }
}
.birth_big {
  font-size: 18px;
}

/*================================================
 *  メニュー
 ================================================*/
#menu_bg {
  background: url(../images/bg03.jpg) center center/cover no-repeat fixed;
}

.com h4 {
  font-family: "Cardo", serif;
  color: #444;
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .com h4 {
    font-size: 16px;
  }
}
.com h4:before,
.com h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.com h4:before {
  margin-right: 0.4em;
  background: linear-gradient(-90deg, #888, transparent);
}

.com h4:after {
  margin-left: 0.4em;
  background: linear-gradient(90deg, #888, transparent);
}

.menu-course {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.menu-course2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ma-little {
  margin-bottom: 10px;
}

.ma-no {
  margin-bottom: 0px;
}

.menu-course-sub {
  background-color: #CCC;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.menu-course-content {
  font-size: 1.1em;
  line-height: 1.6em;
  color: #ea5506;
}

@media only screen and (max-width: 767px) {
  .menu-course {
    font-size: 16px;
  }
  .menu-course2 {
    font-size: 16px;
  }
  .menu-course-sub {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #menu_bg {
    background-image: url(../images/bg03-s.jpg);
  }
}
.menu-box01 .inner-box {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .menu-box01 .inner-box {
    padding: 20px;
  }
}
.menu-box01 {
  width: 90%;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.menu-box01 h3 {
  font-family: "Niconne", serif;
  font-size: 45px;
  padding: 0.5em;
  text-align: center;
  border-bottom: #336699 double 3px;
  margin-bottom: 10px;
}

.menu-box01 h3 span {
  font-family: "Niconne", serif;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .menu-box01 h3 {
    font-size: 32px;
  }
  .menu-box01 h3 span {
    font-size: 20px;
  }
}
.menu-box01 h4 {
  font-family: "Niconne", serif;
  color: #444;
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .menu-box01 h4 {
    font-size: 16px;
  }
}
.menu-box01 h4:before,
.menu-box01 h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.menu-box01 h4:before {
  margin-right: 0.4em;
  background: linear-gradient(-90deg, #888, transparent);
}

.menu-box01 h4:after {
  margin-left: 0.4em;
  background: linear-gradient(90deg, #888, transparent);
}

.menu-box01-in {
  width: 95%;
  height: auto;
  border: 1px solid #336699;
  padding: 15px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.menu-box02 .inner-box {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .menu-box02 .inner-box {
    padding: 20px;
  }
  .menu-box01-in {
    font-size: 12px;
  }
}
.menu-box02 {
  width: 90%;
  height: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.menu-box02 h3 {
  font-family: "Niconne", serif;
  font-size: 45px;
  padding: 0.5em;
  text-align: center;
  border-bottom: #336699 double 3px;
  margin-bottom: 10px;
}

.menu-box02 h3 span {
  font-family: "Niconne", serif;
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  .menu-box02 h3 {
    font-size: 32px;
  }
  .menu-box02 h3 span {
    font-size: 20px;
  }
}
.menu-box02 h4 {
  font-family: "Niconne", serif;
  color: #444;
  font-size: 18px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .menu-box02 h4 {
    font-size: 16px;
  }
}
.menu-box02 h4:before,
.menu-box02 h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.menu-box02 h4:before {
  margin-right: 0.4em;
  background: linear-gradient(-90deg, #888, transparent);
}

.menu-box02 h4:after {
  margin-left: 0.4em;
  background: linear-gradient(90deg, #888, transparent);
}

.menu-box02-in {
  width: 95%;
  height: auto;
  border: 1px solid #900;
  padding: 15px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.menu-box03 .inner-box {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .menu-box03 .inner-box {
    padding: 20px;
  }
}
.menu-box03 {
  width: 90%;
  height: auto;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #660000;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.menu-box03 h3 {
  font-family: "Niconne", serif;
  font-size: 24px;
  padding: 0.5em;
  text-align: center;
  border-bottom: #660000 double 3px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .menu-box03 h3 {
    font-size: 22px;
  }
}
.menu-box03 h4 {
  font-family: "Niconne", serif;
  color: #444;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.menu-box03 h4:before,
.menu-box03 h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
}

.menu-box03 h4:before {
  margin-right: 0.4em;
  background: linear-gradient(-90deg, #888, transparent);
}

.menu-box03 h4:after {
  margin-left: 0.4em;
  background: linear-gradient(90deg, #888, transparent);
}

.menu-box03-in {
  width: 95%;
  height: auto;
  border: 1px solid #900;
  padding: 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .menu-box01 {
    margin-top: 80px;
  }
  .menu-box02 {
    margin-top: 80px;
  }
  .menu-box03 {
    margin-top: 80px;
  }
  .menu-box02 h4 {
    font-size: 16px;
  }
  .menu-box01 h4 {
    font-size: 16px;
  }
  .menu-box03 h4 {
    font-size: 16px;
  }
  .menu-box02-in {
    font-size: 12px;
  }
}
/*================================================
 *  アクセス
 ================================================*/
#access_bg {
  background: url(../images/bg04.jpg) center center/cover no-repeat fixed;
}

#access_bg .imgR {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  #access_bg {
    background-image: url(../images/bg04-s.jpg);
  }
  #access_bg .imgR {
    margin-top: 80px;
  }
}
/*================================================
 *  コンタクト
 ================================================*/
#contact_bg {
  background: url(../images/bg05.jpg) center center/cover no-repeat fixed;
}

.memo {
  width: 80%;
  text-align: center;
  margin: 50px auto 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.tel {
  font-size: 32px;
  width: 80%;
  text-align: center;
  margin: 50px auto 120px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  #contact_bg {
    background-image: url(../images/bg05-s.jpg);
  }
  .memo {
    margin: 30px auto 0;
  }
}
/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
  background-color: #000;
  text-align: center;
}

footer img {
  margin: 20px 10px;
}

.copyright {
  padding: 10px 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
  footer img {
    margin: 20px auto 10px;
    width: 60%;
  }
  .fnav {
    display: block;
    margin: 0;
  }
  .fnav > ul {
    width: 100%;
  }
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

.totop a {
  display: block;
  text-decoration: none;
}

.totop img {
  background: #000;
}

.totop img:hover {
  background: #666;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.slideInner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slideInner ul li {
  list-style: none;
}

.slideInner li {
  list-style: none;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.slideInner li img {
  width: 100%;
}

/*================================================
 *  フォームボタン
 ================================================*/
.submit_button {
  -webkit-appearance: none;
  padding: 0.5em;
  font-size: 1em;
  background-color: #FFF;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 250px;
  margin: 0.5em 1em;
  cursor: pointer;
}

.submit_button:hover {
  background-color: #ccc;
  opacity: 1;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width: 979px) {
  .inner {
    width: 100%;
  }
  #contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }
  h2 {
    margin-top: 2em;
    margin-bottom: 0.5em;
    font-size: 35px;
    color: #333;
    text-align: center;
    line-height: 1;
  }
  .lock {
    overflow: hidden;
  }
}
/* イメージの拡大用 */
.img_100 {
  width: 100%;
}

/*================================================
 *  求人情報
 ================================================*/
.recruit_blocks {
  margin-bottom: 40px;
  width: 90%;
  margin: 0 auto;
}
.recruit_blocks:nth-last-child(1) {
  margin-bottom: 0;
  margin-top: 65px;
}
.recruit_blocks .recruit_h3 {
  line-height: 1;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
  padding: 16px;
  background-color: #d9ccb3;
}
.recruit_blocks .recruit_text {
  margin: 24px 0 0;
}

.job-info-container {
  display: grid;
  grid-template-columns: 130px 1fr;
  margin: 24px auto 0px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
  .job-info-container {
    display: grid;
    grid-template-columns: 96px 1fr;
    margin: 24px auto 0px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.job-info-label {
  box-shadow: 0px 1px 0px 0px #ccc;
  padding: 16px;
  text-align: center;
  color: #845C1C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-info-value {
  padding: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 0px 0px #ccc;
}

/*================================================
 *  おせち
 ================================================*/
.survice-box5 {
  width: 90%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc;
  box-shadow: 1px 1px 6px 0px #ccc;
  -moz-box-shadow: 1px 1px 6px 0px #ccc;
  -webkit-box-shadow: 1px 1px 6px 0px #ccc;
  -o-box-shadow: 1px 1px 6px 0px #ccc;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}

.survice-box5:after {
  background-color: #d9ccb3;
  font-size: 18px;
  font-family: "Cardo", serif;
  content: "おせち";
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 50px;
  color: #845C1C;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 30px;
  transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}

.osechi_blocks {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .osechi_blocks {
    display: block;
  }
}
.osechi_blocks .osechi_photo {
  max-width: 800px;
  margin-right: 15px;
}
.osechi_blocks .osechi_photo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .osechi_blocks .osechi_photo {
    margin-right: 0px;
  }
}
.osechi_blocks .osechi_text .price {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0;
}
.osechi_blocks .osechi_text .rdbg {
  background-color: #d9ccb3;
  padding: 8px 16px;
  color: #845C1C;
}

.osechi_block02 {
  margin-top: 32px;
}
.osechi_block02 .rd {
  color: #845C1C;
  font-weight: bold;
}

.osechi_block03 {
  margin-top: 32px;
}
.osechi_block03 .osechi03_photo {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .osechi_block03 .osechi03_photo {
    display: block;
  }
}
.osechi_block03 .photos {
  max-width: 400px;
  margin-bottom: 24px;
}

.osechi-video video {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
  margin-bottom: 24px;
}/*# sourceMappingURL=style.css.map */