@charset "utf-8";
/* reset css
---------------------- */
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
html {
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  padding: 0;
  margin: 0;
}
address,
caption,
em,
strong,
th {
  font-style: normal;
}
caption,
th {
  text-align: left;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ol,
ul {
  list-style: none;
}
#contents table,
#contents ol,
#contents ul,
#contents dl,
#contents blockquote,
#contents pre {
  margin-bottom: 0px;
}
#contents table {
  border-collapse: collapse;
  border-spacing: 0;
}
#contents p {
  margin-bottom: 12px;
}
a img,
fieldset {
  border: none;
}
body {
  color: #431f0f;
  font-size: 95%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  text-shadow: 0.3px 0.3px #431f0f;
  height: 100%;
  min-width: 1040px;
  background: #fff;
}
a:visited {
  text-decoration: none;
}
/* LAYOUT
---------------------- */
#page {
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
/* header */
#header {
  text-align: center;
  padding: 35px 0 13px;
  min-width: 1020px;
  background: url(img/background-ptn01.jpg) repeat;
  position: relative;
}
#header:before {
  height: 5px;
  width: 100%;
  background: url(img/background-ptn04.jpg) repeat top center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#gnavi_open {
  display: none;
}
/* navigation */
#gnavi {
  text-align: center;
  padding: 0 0 7px;
  min-width: 1040px;
  background: url(img/background-ptn01.jpg) repeat;
}
#gnavi > ul > li {
  display: inline;
}
#gnavi > ul > li > a {
  color: #431f0f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 10px 40px 7px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#gnavi > ul > li > a:after {
  border-radius: 50px;
  height: 0;
  width: 0;
  background: rgba(218, 153, 56, 0.5);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: -1;
}
#gnavi > ul > li:hover a:after {
  height: 65%;
  width: 90%;
}
#gnavi > ul > li.navi_slide {
  cursor: pointer;
  position: relative;
}
#gnavi > ul > li.navi_slide:hover ul {
  display: block;
}
#gnavi > ul > li.navi_slide > a {
  cursor: default;
}
#gnavi > ul > li.navi_slide ul {
  box-sizing: border-box;
  padding: 25px 0;
  height: inherit;
  width: 2000%;
  display: none;
  position: absolute;
  overflow: hidden;
  z-index: 5000;
  background: #da9938;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#gnavi > ul > li.navi_slide > ul li {
  text-align: center;
  margin: 0 30px 0 0;
  width: auto;
  display: inline;
  float: none;
}
#gnavi > ul > li.navi_slide > ul li:last-child {
  border: 0px;
  margin: 0;
}
#gnavi > ul > li.navi_slide > ul li a {
  color: #2f1509;
  font-size: 0.95rem;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  box-shadow: none;
  margin: 0 auto;
  padding: 13px 0 7px;
  background: none;
  position: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
#gnavi > ul > li.navi_slide > ul li a:after,
#gnavi > ul > li.navi_slide > ul li a:before {
  border: 0px;
  content: " ";
}
#gnavi li.navi_slide > ul li a:hover {
  color: #fff;
  box-shadow: inherit;
}
#gnavi li.navi_slide > ul li a:hover:before {
  box-shadow: inherit;
  background: none;
}
#gnavi + #visual {
  border-bottom: 0px;
}
#contents {
  background: url(img/background-ptn02.jpg) repeat;
}
#contents .contents_header {
  padding: 80px 0 63px;
  background: url(img/s-title-pc.jpg) no-repeat top center #3b2c1d;
}
#contents .contents_header .head_inner > .title {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 3px;
  text-align: center;
}
/* contents */
#visual {
  min-width: 1020px;
  background: url(img/background-ptn01.jpg) repeat;
  overflow: hidden;
}
#visual .visual {
  margin: 0 auto;
  width: 1020px;
  position: relative;
}
#visual .visual_text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
  z-index: 1000;
}
#visual .visual_text img {
  display: block;
}
#visual .visual li:focus {
  outline: none;
}
#visual .visual li:nth-child(n + 2) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#visual .visual li img {
  width: 100%;
  display: block;
}
.section {
  padding: 80px 0 40px;
}
#contents .section:nth-child(even) {
  background: url(img/background-ptn01.jpg) repeat;
}
#contents .section:last-child {
  padding-bottom: 100px;
}
#contents2 .section:nth-child(even) {
  background: none;
}
#contents2 .section:last-child {
  background: url(img/background-ptn01.jpg) repeat;
}
#contents4 .section#nothing {
  display: none;
}
#contents4 .section#nothing p {
  text-align: center;
  font-size: 1.2rem;
}
#contents4 .breadcrumbs + .section#nothing:last-child {
  display: block;
}
#contents .section > .section_title {
  font-size: 1.9rem;
  text-align: center;
  margin: 0 0 70px;
  padding: 55px 0 11px;
  background: url(img/midashi-pc.png) no-repeat top center;
  position: relative;
}

#contents .section > .section_title.limited span {
  margin-left: 20px;
}

#contents .section > .section_title:after {
  height: 2px;
  width: 70px;
  background: #431f0f;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
}
.section .section_inner {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 1020px;
}
.child_content_section {
  margin-bottom: 80px;
}
#contents .child_content_section:last-child {
  margin-bottom: 0;
}
#contents .child_content_section > .section_title {
  font-size: 1.4rem;
  text-align: center;
  border-top: 1px solid rgba(67, 31, 15, 0.3);
  border-bottom: 1px solid rgba(67, 31, 15, 0.3);
  margin: 0 0 40px;
  padding: 9px 0 7px;
  background: rgba(171, 102, 0, 0.1);
  position: relative;
}
.child_content_section > .section_inner {
  box-sizing: border-box;
  padding: 0 10px 15px;
}
/* .in_content */
.in_content {
  padding: 12px 5px 20px;
}
.in_content > .title {
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 12px;
  padding: 10px 15px;
  background: #f1f1f1;
}
.in_content > .in_content_inner {
  padding: 10px 5px;
}
/* #fixed_btn */
#fixed_btn {
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(67, 31, 15, 0.6);
  position: fixed;
  transition: 0.8s;
  right: -170px;
  bottom: 50%;
  z-index: 100;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.fixed_btn li {
  left: 0;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  transition: left 0.5s;
}
.fixed_btn li:not(:last-child) {
  border-bottom: 1px solid #e0ceab;
}
.fixed_btn li a {
  display: block;
}
.fixed_btn li img {
  display: block;
}
/* footer */
.footer {
  color: #fff;
  min-width: 1020px;
  background: url(img/background-ptn04.jpg) repeat;
}
.footer a {
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer_banner_list {
  padding: 20px 0;
  background: #e8ccb5;
}

#index .footer_banner_list {
  background: url(img/background-ptn02.jpg) repeat;
}
.footer_banner_list ul {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
  letter-spacing: -0.5em;
}
.footer_banner_list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
.footer_banner_list li:nth-child(3n),
.footer_banner_list li:last-child {
  margin-right: 0;
}
.footer_banner_list li:nth-child(n + 4) {
  margin-top: 10px;
}
.footer_banner_list li:nth-child(1):nth-last-child(4),
.footer_banner_list li:nth-child(2):nth-last-child(3),
.footer_banner_list li:nth-child(3):nth-last-child(2) {
  margin-right: 20px;
}
.footer_banner_list li:nth-child(4):nth-last-child(1) {
  margin-top: 0;
}
.footer_banner_list li a,
.footer_banner_list li img {
  display: block;
}

/* .footer_info */
.footer_info {
  padding: 70px 0 80px;
  background: url(img/background-ptn01.jpg) repeat;
  color: #431f0f;
}

.footer_info a:hover {
  text-decoration: none;
}

.footer_info_inner {
  margin: 0 auto;
  width: 1020px;
}
.footer_info_inner:after {
  content: "";
  display: block;
  clear: both;
}
.footer_info_image {
  width: 510px;
  float: right;
}
.footer_info_contents {
  float: left;
}
.footer_info_logo {
  margin: 0 0 20px;
}
.footer_info_list {
  font-size: 0.95rem;
  padding: 0 0 40px;
}
.footer_info_list:after {
  content: "";
  display: block;
  clear: both;
}
.footer_info_list dt {
  font-weight: bold;
  padding: 15px 0 13px 3px;
  width: 120px;
  float: left;
}
.footer_info_list dd {
  border-bottom: 1px solid #431f0f;
  padding: 15px 3px 13px 0;
}

.footer_inner {
  margin: 0 auto;
  padding: 80px 0 50px;
  width: 1020px;
}
.footer_navi_block {
  display: flex;
  justify-content: space-between;
}
.footer_navi_set {
  width: 160px;
}
.footer_navi_set_title {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin: 0 0 19px;
  padding: 0 0 1px;
}
.footer_navi_set_list li {
  margin: 0 0 13px;
}
.footer_navi_set_list li:before {
  font-size: 0.6rem;
  margin-right: 7px;
  content: "―";
  position: relative;
  bottom: 1px;
}
.copy {
  font-size: 0.75rem;
  text-align: center;
  padding: 17px 0 13px;
  background: #362e2b;
}
.copy img {
  vertical-align: bottom;
  position: relative;
  top: -4px;
  left: 14px;
}
.copy a {
  text-decoration: none;
}
/* 汎用スタイル */
.clear {
  clear: both;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.fcRed {
  color: #ff0000;
}

/* 各固定ページ用
---------------------- */
/* access.html */
.access_map {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.access_map .map_set {
  border: 1px dotted #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 470px;
  width: 530px;
}
.access_map .access_data {
  width: 450px;
}
.access_map .access_data .map_illust {
  margin: 0 0 23px;
}
.access_map .access_data .map_illust img {
  width: 100%;
}
.access_map .access_data dl {
  padding: 0 15px;
  overflow: hidden;
}
.access_map .access_data dl:after {
  content: " ";
  display: table;
  clear: both;
}
.access_map .access_data dl dt {
  color: #da9938;
  font-weight: bold;
  padding: 0 0 7px;
  float: left;
}
.access_map .access_data dl dd {
  padding: 0 0 7px 80px;
}
/* privacy.html */
.privacy_section {
  padding: 50px 0 70px;
}
.privacy_section_inner {
  margin: 0 auto;
  width: 1020px;
}
.privacy_set {
  margin-bottom: 20px;
}
#contents .privacy_set_title {
  font-size: 1rem;
  border-left: 6px solid #431f0f;
  margin-bottom: 30px;
  padding: 10px 15px;
  background: rgba(171, 102, 0, 0.1);
}
.privacy_set_inner {
  box-sizing: border-box;
  padding: 0 10px 15px;
}
#contents ul.privacy_list li {
  margin-bottom: 10px;
}
#contents dl.privacy_item dt {
  margin-bottom: 4px;
}
#contents dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}
/* inquiry.html */
.inquiry_everywhere_block {
  text-align: center;
  padding: 80px 0 60px;
}
.inquiry_info {
  text-align: center;
}
.inquiry_info .no {
  margin-bottom: 17px;
}
.inquiry_info .no a {
  color: #431f0f;
  font-size: 3rem;
  letter-spacing: -1px;
  line-height: 1;
  text-decoration: none;
}
.inquiry_info .no span {
  font-size: 75%;
  padding: 0 7px 0 0;
}
#contents .inquiry_info .time {
  margin-bottom: 0;
}
.attent_block {
  margin-bottom: 20px;
}
.attent_block .title {
  font-size: 1rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}
.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}
.important_text {
  color: #5a4727;
  line-height: 1.4;
  margin-bottom: 27px;
}
#inquiry .inquiry_inset {
  margin-bottom: 25px;
}
.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}
.thanks_msg {
  font-size: 105%;
  text-align: center;
  line-height: 2;
}
#contents .thanks_msg > p {
  margin-bottom: 20px;
}
#MailForm span.required,
#MailForm span.any {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}
#MailForm span.required {
  background: #9b0000;
}
#MailForm span.any {
  background: #999;
}
#MailForm table {
  border: 2px solid #999;
  border-collapse: collapse;
  margin: 5px auto 25px;
  width: 100%;
  background: #fff;
}
#MailForm th,
#MailForm td {
  color: #111;
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px;
}
#MailForm th {
  padding-left: 75px;
  width: 25%;
  background: #f2f2f2;
  position: relative;
}
#MailForm th span {
  position: absolute;
  left: 25px;
}
#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 0.9rem;
  font-family: "メイリオ";
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  margin: 2px 0;
  padding: 9px;
  width: 310px;
}
#MailForm select {
  font-size: 0.9rem;
  border: 1px solid #e1e1e1;
  padding: 3px 27px 3px 13px;
  background: url(img/select-arrow.png) no-repeat center right 7px / 9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#MailForm label {
  padding: 2px 0;
  cursor: pointer;
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form5 {
  vertical-align: middle;
  width: 5%;
}
#MailForm .form25 {
  width: 25%;
}
#MailForm .form45 {
  width: 45%;
}
#MailForm .form60 {
  width: 60%;
}
#MailForm .form90 {
  width: 93%;
}
#MailForm .attent {
  color: #666;
  font-size: 90%;
}
#MailForm .attent2 {
  color: #4d3a20;
  font-size: 90%;
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm02 .focus {
  background: #ffe7e0;
}
.confirm_txt {
  text-align: center;
}
.send_btn_inner {
  text-align: center;
  padding: 15px 0 20px;
}
.send_btn {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-size: 1.2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #da9938;
  margin: 0 auto;
  padding: 17px 0 13px;
  background: url(img/arrow01-pc.png) no-repeat center right 25px #da9938;
  display: block;
  transition: 0.5s;
}
.send_btn:hover {
  color: #da9938;
  background: url(img/arrow02-pc.png) no-repeat center right 25px rgba(255, 255, 255, 0.5);
}
.submit_btn {
  width: 50%;
}
.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}
#thanks p {
  line-height: 300px;
  text-align: center;
}
#contents .inquiry-info {
  margin: 0px;
  overflow: hidden;
}
.inquiry-info li {
  margin-right: 15px;
  float: left;
}
/* formmail.cgi */
.send_inner {
  padding: 12px 0 20px;
}
.send_inner .send_step_msg {
  font-size: 140%;
  text-align: center;
  margin-bottom: 15px;
}
/* formmail.cgi:send base */
.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}
.send_inner .send_btn_inner {
  text-align: center;
}
.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 130%;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0px;
  margin: 0 10px;
  padding: 15px 30px;
  background: #ff9900;
  display: inline-block;
}
.send_inner .send_btn_inner .btn_return {
  background-color: #797979;
}
.send_inner .send_btn_inner .btn_return {
  background-color: #797979;
}
/* formmail.cgi:send confirm */
.send_confirm_table {
  padding: 17px 0 30px;
}
.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}
.send_confirm_table table th,
.send_confirm_table table td {
  font-size: 110%;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}
#contents .send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}
/* formmail.cgi:send error */
.send_inner .send_error {
  padding: 15px 0 30px;
}
.send_inner .send_error li {
  font-size: 110%;
  padding: 5px 0;
}
.send_inner .send_error li:before {
  color: #c2c2c2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "\0025cf";
}
.send_inner .send_error li span {
  color: #ff3333;
  margin-right: 5px;
  display: inline-block;
}
/* base styles
---------------------- */
.table_base {
  padding: 0 0 25px;
}
.table_base table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 90%;
}
.table_base table th,
.table_base table td {
  font-weight: normal;
  border-bottom: 1px solid rgba(67, 31, 15, 0.5);
  padding: 25px 16px;
}
.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.table_base table td span.map_jump a {
  color: #fff;
  font-size: 85%;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #da9938;
  display: inline-block;
}
.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}
.table_base table tbody th {
  text-align: center;
  width: 30%;
}
.table_base table tbody td {
  padding-left: 40px;
}
.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.table_base table dd:last-child {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px;
}
.content_inner {
  padding: 10px 0 25px;
}
.content_inner:after {
  content: " ";
  display: table;
  clear: both;
}
.content_inner .images_r {
  float: right;
}
.content_inner .images_l {
  float: left;
}
.content_inner .msg_l {
  float: left;
}
.content_inner .msg_r {
  float: right;
}
.content_inner img {
  width: 100%;
}
.w_margin320 .images_r,
.w_margin320 .images_l {
  width: 320px;
}
.w_margin320 .msg_l,
.w_margin320 .msg_r {
  width: 630px;
}
.w_margin450 .images_r,
.w_margin450 .images_l {
  width: 450px;
}
.w_margin450 .msg_l,
.w_margin450 .msg_r {
  width: 500px;
}
#contents .pick_text {
  color: #6699cc;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.breadcrumbs {
  padding: 5px 0;
  background: #d0af91;
}
.breadcrumbs ul {
  margin: 0 auto;
  width: 1020px;
}
.breadcrumbs ul:after {
  content: " ";
  display: table;
  clear: both;
}
.breadcrumbs ul li {
  font-size: 0.7rem;
  margin-right: 5px;
  float: left;
}
.breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}
.breadcrumbs ul li a:hover {
  text-decoration: none;
}
/* .image_list */
.image_list:after {
  content: " ";
  display: table;
  clear: both;
}
.image_list li {
  float: left;
}
.image_list li img {
  width: 100%;
}
.image_list li span {
  padding: 15px 0 0;
  display: block;
}
.two_image li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%;
}
.two_image li:nth-child(2n) {
  margin-right: 0;
}
.three_image li {
  width: 31%;
}
.three_image li:nth-child(-n + 2) {
  margin-right: 3%;
}
/* .pdf_list */
.pdf_list li a {
  padding-left: 30px;
  display: inline-block;
  background: url(img/pdf.png) no-repeat left center;
  height: 20px;
  line-height: 20px;
  background-size: 20px;
}
/* 各ページ用スタイル
---------------------- */
/* -------------------
汎用指定 */
.only_pc {
  display: block;
}
.only_sp {
  display: none;
}
.tel a {
  color: #431f0f;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}
.fade_hover a {
  transition: 0.8s;
}
.fade_hover a:hover {
  opacity: 0.7;
}
.btn_base {
  margin: 0 auto;
  width: 400px;
}
.btn_base a {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #da9938;
  padding: 17px 0 13px;
  background: url(img/arrow01-pc.png) no-repeat center right 25px #da9938;
  display: block;
  transition: 0.5s;
}
.btn_base a:hover {
  color: #da9938;
  background: url(img/arrow02-pc.png) no-repeat center right 25px rgba(255, 255, 255, 0.5);
}
.everywhere_block {
  text-align: center;
  line-height: 2.2;
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 0 60px;
  width: 1020px;
}
/* -------------------
index.html */
/* .top_concept */
.top_concept {
  padding: 80px 0 70px;
  background: url(img/top-concept-bg-pc.png) no-repeat center, url(img/background-ptn01.jpg) repeat;
}
.top_concept_title {
  font-size: 1.9rem;
  text-align: center;
  margin: 0 0 27px;
}
.top_concept_contents {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.5;
  text-align: center;
  margin: 0 0 65px;
}
/* .top_menu */
.top_menu {
  padding: 100px 0 90px;
  background: url(img/background-ptn02.jpg) repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top_menu:before {
  height: 200px;
  width: 100%;
  background: url(img/background-ptn05.jpg);
  position: absolute;
  content: "";
  right: 0;
  bottom: 130px;
  z-index: -2;
  content: none;
}
.top_menu.animate:after {
  height: 200px;
  width: 100%;
  background: url(img/background-ptn02.jpg) repeat;
  position: absolute;
  content: "";
  left: 0;
  bottom: 130px;
  z-index: -1;
  transition: 5s;
}
.top_menu.animate.effect:after {
  width: 0;
}
.top_menu_inner {
  height: 580px;
  position: relative;
  z-index: 0;
}
.top_menu_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
  z-index: -1;
}
.top_menu_contents {
  margin: 0 auto;
  width: 1020px;
}
.top_menu_contents_inner {
  box-sizing: border-box;
  padding: 65px 45px;
  width: 545px;
  background: #fff;
  position: relative;
  top: 40px;
}
.top_menu_title {
  font-size: 1.9rem;
  border-bottom: 2px solid #431f0f;
  margin: 0 0 35px;
  display: inline-block;
  position: relative;
}
.top_menu_title:after {
  content: url(img/midashi-pc.png);
  position: absolute;
  right: -63px;
  top: -5px;
}
.top_menu_text {
  font-size: 1rem;
  margin: 0 0 50px;
}

/* .top_news */
.top_news {
  padding: 0 0 60px;
  background: url(img/background-ptn03.jpg) repeat;
}
.top_news_inner {
  margin: 0 auto;
  padding: 70px 0 0;
  width: 1020px;
  background: url(img/background-mark01.png) no-repeat top 35px right;
}
.top_news_title {
  font-size: 1.9rem;
  border-bottom: 2px solid #431f0f;
  margin: 0 0 40px;
  display: inline-block;
  position: relative;
}
.top_news_title:after {
  content: url(img/midashi-pc.png);
  position: absolute;
  right: -70px;
  top: -5px;
}
.top_news_list {
  box-sizing: border-box;
  padding: 40px 40px 27px;
  height: 600px;
  background: #fff;
  overflow-y: scroll;
}
.top_news_list::-webkit-scrollbar {
  width: 12px;
}
.top_news_list::-webkit-scrollbar-track {
  background: #d9d9d9;
  border: none;
  border-radius: 10px;
}
.top_news_list::-webkit-scrollbar-thumb {
  background: #da9938;
  border-radius: 10px;
  box-shadow: none;
}
.top_news_list > li {
  border-bottom: 1px solid #431f0f;
  margin: 0 0 20px;
  padding: 0 0 17px;
  width: 100%;
  display: table;
}
.top_news_list > li:last-child {
  border-bottom: 0px;
  margin: 0;
  padding: 0;
}
.top_news_list_date,
.top_news_list_contents {
  display: table-cell;
  vertical-align: top;
}
.top_news_list_date {
  color: #da9938;
  font-size: 0.85rem;
  width: 170px;
}
.top_news_list_title {
  font-weight: bold;
  margin: 0 0 10px;
}

.top_news_list_detail:not(:last-child) {
  margin-bottom: 30px;
}
.top_news_list_detail a {
  color: #e67368;
}
.top_news_list_detail a:hover {
  text-decoration: none;
}
#contents .top_news_list_detail .time_list {
  margin-bottom: 12px;
}
.top_news_list_detail span.attent {
  padding: 7px 0;
  text-indent: -16px;
  padding-left: 16px;
  display: block;
}
.top_news_list_detail span.pick {
  font-weight: bold;
}
.top_news_list_detail span.new {
  color: #fff;
  background: #ff0000;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 1px 6px 0px 5px;
  font-size: 85%;
  position: relative;
  top: -1px;
  margin: 0 5px;
}

.top_news_list_detail span.title_text {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.top_news_list_detail span.title_text:before {
  content: "・";
}
.top_news_list_detail .note li {
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.3;
  margin-bottom: 5px;
}

p.top_news_list_image {
  padding: 10px 0 0;
  margin: 0 auto 12px;
  width: 400px;
  display: block;
}
p.top_news_list_image.portrait {
  width: 250px;
}
span.top_news_list_image {
  margin: 12px auto 30px;
}
ul.top_news_list_image {
  text-align: center;
  padding: 12px 0;
}
ul.top_news_list_image li {
  display: inline-block;
  vertical-align: top;
}
ul.top_news_list_image li:nth-child(n + 2) {
  margin-left: 30px;
}
ul.top_news_list_image li img {
  width: auto;
  height: 250px;
}
ul.top_news_list_image li.landscape {
  margin: 30px 0 0 0;
}
ul.top_news_list_image li.landscape img {
  height: 200px;
}
.top_news_list_image a {
  position: relative;
  transition: 0.5s;
  display: block;
}
.top_news_list_image a:hover {
  opacity: 0.7;
}
.top_news_list_image a:after {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #000;
  content: "\00ff0b";
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.top_news_list_image img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.top_news_list_inner:nth-child(n + 2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #ccc;
}
#contents .top_news_list_schedule {
  margin-bottom: 20px;
}
#contents .top_news_list_schedule:last-child {
  margin-bottom: 12px;
}
.top_news_list_schedule li {
  margin-bottom: 10px;
}
.top_news_list_schedule li:last-child {
  margin-bottom: 0;
}
.top_news_list_schedule li .msg {
  padding: 5px 0;
  display: block;
  font-size: 95%;
}
.top_news_list_inner .top_news_list_schedule:after {
  content: " ";
  display: table;
  clear: both;
}
.top_news_list_inner .top_news_list_schedule li {
  float: left;
  min-width: 33%;
}
.top_news_list_inner .top_news_list_schedule li:nth-child(n + 4) {
  margin-top: 10px;
}
#contents .top_news_lists_menu {
  margin-bottom: 12px;
}
.top_news_lists_menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.top_news_lists_menu > li > ul {
  padding-top: 5px;
}
.top_news_list_detail .shop_info {
  padding: 10px 0;
}
.top_news_list_detail .shop_info dl {
  display: flex;
  flex-wrap: wrap;
}
.top_news_list_detail .shop_info dt {
  width: 18%;
}
.top_news_list_detail .shop_info dd {
  width: 82%;
  margin-bottom: 5px;
}

.top_news_list_line_pc {
  float: right;
  margin: 0 0 30px 30px;
}

.top_news_list_line_sp {
  display: none;
}

.top_news_list_line_pc img,
.top_news_list_line_sp img {
  display: block;
}

/* .top_notice */
.top_notice {
  padding: 0 0 60px;
}
.top_notice_inner {
  margin: 0 auto;
  padding: 70px 0 0;
  width: 1020px;
  background: url(img/background-mark01.png) no-repeat top 35px right;
}
.top_notice_title {
  font-size: 1.9rem;
  border-bottom: 2px solid #431f0f;
  margin: 0 0 40px;
  display: inline-block;
  position: relative;
}
.top_notice_title:after {
  content: url(img/midashi-pc.png);
  position: absolute;
  right: -70px;
  top: -5px;
}
.top_notice_list {
  box-sizing: border-box;
  padding: 40px 40px 27px;
  height: 600px;
  background: #fff;
  overflow-y: scroll;
}
.top_notice_list::-webkit-scrollbar {
  width: 12px;
}
.top_notice_list::-webkit-scrollbar-track {
  background: #d9d9d9;
  border: none;
  border-radius: 10px;
}
.top_notice_list::-webkit-scrollbar-thumb {
  background: #da9938;
  border-radius: 10px;
  box-shadow: none;
}
.top_notice_list > li {
  border-bottom: 1px solid #431f0f;
  margin: 0 0 20px;
  padding: 0 0 17px;
  width: 100%;
  display: table;
}
.top_notice_list > li:last-child {
  border-bottom: 0px;
  margin: 0;
  padding: 0;
}
.top_notice_list_date,
.top_notice_list_contents {
  display: table-cell;
  vertical-align: top;
}
.top_notice_list_date {
  color: #da9938;
  font-size: 0.85rem;
  width: 170px;
}
.top_notice_list_title {
  font-weight: bold;
  margin: 0 0 10px;
}

.top_notice_list_detail:not(:last-child) {
  margin-bottom: 30px;
}
.top_notice_list_detail a {
  color: #e67368;
}
.top_notice_list_detail a:hover {
  text-decoration: none;
}
#contents .top_notice_list_detail .time_list {
  margin-bottom: 12px;
}
.top_notice_list_detail span.attent {
  padding: 7px 0;
  text-indent: -16px;
  padding-left: 16px;
  display: block;
}
.top_notice_list_detail span.pick {
  font-weight: bold;
}
.top_notice_list_detail span.new {
  color: #fff;
  background: #ff0000;
  letter-spacing: -1px;
  font-weight: bold;
  padding: 1px 6px 0px 5px;
  font-size: 85%;
  position: relative;
  top: -1px;
  margin: 0 5px;
}

.top_notice_list_detail span.title_text {
  display: block;
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.top_notice_list_detail span.title_text:before {
  content: "・";
}
.top_notice_list_detail .note li {
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.top_notice_list_detail p.line {
  text-decoration: underline;
}

p.top_notice_list_image {
  padding: 10px 0 0;
  margin: 0 auto 12px;
  width: 400px;
  display: block;
}
p.top_notice_list_image.portrait {
  width: 200px;
}
span.top_notice_list_image {
  margin: 12px auto 30px;
}
ul.top_notice_list_image {
  text-align: center;
  padding: 12px 0;
}
ul.top_notice_list_image li {
  display: inline-block;
  vertical-align: top;
}
ul.top_notice_list_image li:nth-child(n + 2) {
  margin-left: 30px;
}
ul.top_notice_list_image li img {
  width: auto;
  height: 250px;
}
ul.top_notice_list_image li.landscape {
  margin: 30px 0 0 0;
}
ul.top_notice_list_image li.landscape img {
  height: 200px;
}
.top_notice_list_image a {
  position: relative;
  transition: 0.5s;
  display: block;
}
.top_notice_list_image a:hover {
  opacity: 0.7;
}
.top_notice_list_image a:after {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #000;
  content: "\00ff0b";
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.top_notice_list_image img {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.top_notice_list_inner:nth-child(n + 2) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #ccc;
}
#contents .top_notice_list_schedule {
  margin-bottom: 20px;
}
#contents .top_notice_list_schedule:last-child {
  margin-bottom: 12px;
}
.top_notice_list_schedule li {
  margin-bottom: 10px;
}
.top_notice_list_schedule li:last-child {
  margin-bottom: 0;
}
.top_notice_list_schedule li .msg {
  padding: 5px 0;
  display: block;
  font-size: 95%;
}
.top_notice_list_inner .top_notice_list_schedule:after {
  content: " ";
  display: table;
  clear: both;
}
.top_notice_list_inner .top_notice_list_schedule li {
  float: left;
  min-width: 33%;
}
.top_notice_list_inner .top_notice_list_schedule li:nth-child(n + 4) {
  margin-top: 10px;
}
#contents .top_notice_lists_menu {
  margin-bottom: 12px;
}
.top_notice_lists_menu > li:not(:last-child) {
  margin-bottom: 10px;
}
.top_notice_lists_menu > li > ul {
  padding-top: 5px;
}
.top_notice_list_detail .shop_info {
  padding: 10px 0;
}
.top_notice_list_detail .shop_info dl {
  display: flex;
  flex-wrap: wrap;
}
.top_notice_list_detail .shop_info dt {
  width: 18%;
}
.top_notice_list_detail .shop_info dd {
  width: 82%;
  margin-bottom: 5px;
}

.top_notice_list_line_pc {
  float: right;
  margin: 0 0 30px 30px;
}

.top_notice_list_line_sp {
  display: none;
}

.top_notice_list_line_pc img,
.top_notice_list_line_sp img {
  display: block;
}

/* .top_new_menu */
.top_new_menu {
  padding: 70px 0 0;
  background: url(img/top-new-menu-bg-pc.png) no-repeat center / cover, url(img/background-ptn01.jpg) repeat;
}
.top_new_menu_inner {
  margin: 0 auto;
  padding: 0 0 70px;
  width: 1020px;
  background: url(img/background-mark02.png) no-repeat bottom 40px right 80px;
}
.top_new_menu_title {
  font-size: 1.9rem;
  border-bottom: 2px solid #431f0f;
  margin: 0 0 40px;
  display: inline-block;
  position: relative;
}
.top_new_menu_title:after {
  content: url(img/midashi-pc.png);
  position: absolute;
  right: -70px;
  top: -5px;
}
.top_new_menu_list {
  padding: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}
.top_new_menu_list:after {
  content: "";
  display: block;
  clear: both;
}
.top_new_menu_list li {
  margin-right: 30px;
  width: 320px;
}
.top_new_menu_list li:only-child {
  width: 500px;
}
.top_new_menu_list li:nth-child(3),
.top_new_menu_list li:last-child {
  margin-right: 0;
}

.top_new_menu_list li:nth-child(n + 4) {
  margin-top: 30px;
}
.top_new_menu_list li a {
  color: #431f0f;
  text-decoration: none;
  display: block;
}
.top_new_menu_list_image {
  transition: 0.5s;
}
.top_new_menu_list_image img {
  display: block;
  width: 100%;
}
.top_new_menu_list li a:hover .top_new_menu_list_image {
  opacity: 0.7;
}
.top_new_menu_list_detail {
  padding: 14px 17px 0;
}
.top_new_menu_list_title {
  font-size: 0.95rem;
  font-weight: bold;
  margin: 0 0 4px;
  line-height: 1.5;
}
.top_new_menu_list li a:hover .top_new_menu_list_title {
  text-decoration: underline;
}
.top_new_menu_list_text {
  font-size: 0.85rem;
  line-height: 2;
}
/* .top_insta */
.top_insta {
  padding: 90px 0 70px;
  background: url(img/background-ptn03.jpg) repeat;
}
.top_insta_inner {
  margin: 0 auto;
  width: 1020px;
}
.top_insta_images:after {
  content: " ";
  display: table;
  clear: both;
}
#contents .top_insta_images {
  margin: 0 auto 40px;
  width: 700px;
  position: relative;
  z-index: 1;
}
.top_insta_images:before {
  height: 200px;
  width: 0;
  background: url(img/background-ptn05.jpg) repeat center right;
  position: absolute;
  content: "";
  right: 50%;
  margin-right: -50vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 5s;
}
.top_insta_images.effect:before {
  width: 100vw;
}
.top_insta_images li {
  width: 33%;
  height: 0;
  padding-top: 33%;
  margin-right: 0.5%;
  float: left;
  position: relative;
}
.top_insta_images li:nth-child(3n) {
  margin-right: 0;
}
.top_insta_images li:nth-child(n + 4) {
  margin-top: 0.5%;
}

.top_insta_images li a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
}

.top_insta_images li a[data-lightbox]:after {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #000;
  content: "\00ff0b";
  position: absolute;
  right: 1px;
  bottom: 1px;
}

.top_insta_images li img {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: 0.5s;
}

.top_insta_images li a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.top_insta .instagram {
  margin: 0 0 40px;
}
.top_insta .instagram iframe {
  vertical-align: bottom;
}
.top_insta .btn_base a {
  background: url(img/linkmark01-pc.png) no-repeat center right 25px #da9938;
}
.top_insta .btn_base a:hover {
  background: url(img/linkmark02-pc.png) no-repeat center right 25px #fff;
}

/* -------------------
greeting.html */
/* .gallery_list */
.gallery_list:after {
  content: "";
  display: block;
  clear: both;
}
.gallery_list li {
  margin: 0 13px 13px 0;
  width: 245px;
  float: left;
}
.gallery_list li:nth-child(4n) {
  margin-right: 0;
}
.gallery_list a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.gallery_list a:hover {
  opacity: 0.7;
}
.gallery_list a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.gallery_list a:after {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #000;
  content: "\00ff0b";
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.gallery_list img {
  height: 100%;
  width: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.gallery_list li.tate img {
  width: 100%;
}
/* .access_parking */
.access_parking {
  padding: 40px 0 0;
}
.access_parking ul:after {
  content: "";
  display: block;
  clear: both;
}
.access_parking li {
  margin-right: 3%;
  width: 31.33%;
  float: left;
}
.access_parking li:nth-child(3) {
  margin-right: 0;
}
.access_parking li a {
  box-sizing: border-box;
  border: 1px solid #eee;
  display: block;
  transition: 0.3s;
  position: relative;
}
.access_parking li a:after {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #000;
  content: "\00ff0b";
  position: absolute;
  right: 1px;
  bottom: 1px;
}
.access_parking li a:hover {
  opacity: 0.7;
}
.access_parking li span {
  text-align: center;
  padding: 3px 0 0;
  display: block;
}
.access_parking li img {
  width: 100%;
  display: block;
}
.lb-data .lb-caption {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1em;
}
/* -------------------
contents1.html */
.menu_navi_block {
  padding: 70px 0 60px;
  height: 47px;
}
/* .menu_navi */
.menu_navi {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
.menu_navi li {
  width: 180px;
}
.menu_navi li a {
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  text-align: center;
  border: 1px solid #da9938;
  box-sizing: border-box;
  padding: 4px 0;
  background: #da9938;
  display: block;
  transition: 0.5s;
}
.menu_navi li a:hover {
  color: #da9938;
  background: #fff;
}
/* .fixed */
#menu_navi.fixed {
  margin: 0 auto;
  padding: 10px 0 0;
  width: 1000px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%, -50%);
  -ms-transform: translateX(-50%, -50%);
  transition: top 0.7s;
  z-index: 1;
}
/* .image_menu */
.image_menu {
  margin: 0 0 25px;
}
.image_menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.image_menu li {
  margin: 0 3% 25px 0;
  width: 31.33%;
  float: left;
}
.image_menu li:nth-child(3n) {
  margin-right: 0;
}
.image_menu li img {
  width: 100%;
}
.image_menu .menu_detail {
  line-height: 1.5;
  padding: 3px 7px 0;
  display: flex;
  justify-content: space-between;
}
.image_menu .menu_detail .name span {
  font-size: 0.8rem;
  display: block;
}
/* .other_menu */
.other_menu {
  margin: 0 0 20px;
}
.other_menu ul {
  display: flex;
  flex-wrap: wrap;
}
.other_menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.other_menu li {
  border-bottom: 1px solid #431f0f;
  box-sizing: border-box;
  margin: 0 0 17px;
  padding: 0 10px 7px;
  width: 48%;
  float: left;
}
.other_menu li:nth-child(odd) {
  margin-right: 4%;
}
.other_menu li:after {
  content: "";
  display: block;
  clear: both;
}
.other_menu li .name {
  float: left;
}
.other_menu li .name span {
  font-size: 0.8rem;
}
.other_menu li .price {
  float: right;
}
/* .info_text */
.info_text {
  font-size: 0.85rem;
  text-align: right;
}
/* .coffee_ticket */
.coffee_ticket {
  box-sizing: border-box;
  margin: 0 0 40px;
  padding: 30px 40px 40px;
  background: url(img/coffee-ticket-img.png) no-repeat center right / 40% rgba(218, 153, 56, 0.2);
}
.coffee_ticket .main_contents {
  display: table;
}
.coffee_ticket .title,
.coffee_ticket .price {
  display: table-cell;
  vertical-align: middle;
}
.coffee_ticket .title {
  font-size: 1.5rem;
  padding: 0 27px 0 0;
}
.coffee_ticket .price {
  font-size: 1rem;
}
.coffee_ticket .price .en {
  font-size: 2.5rem;
  padding: 0 5px 0 0;
}
.menu_msg {
  margin: 0 0 40px;
}
.menu_msg li {
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.4;
  margin-bottom: 7px;
}

/* #takeout */
.takeout_list {
  display: flex;
  flex-wrap: wrap;
}
.takeout_list li {
  margin: 0 13px 13px 0;
  width: 245px;
}
.takeout_list li a img {
  max-width: 100%;
}

/* -------------------
contents2.html */
/* .warabimochi_concept */
.warabimochi_concept {
  text-align: center;
  padding: 100px 0 60px;
}
.warabimochi_concept_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
  margin: 0 0 35px;
}
.warabimochi_concept_contents {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 2.4;
  text-shadow: 1px 1px #fff;
}
/* .warabimochi */
.warabimochi {
  display: flex;
}
.warabimochi_contents,
.warabimochi_image {
  width: 50%;
}
.warabimochi_contents {
  box-sizing: border-box;
  padding: 0 40px;
  height: 340px;
  display: flex;
  align-items: center;
  position: relative;
}
.warabimochi_contents_point {
  color: rgba(67, 31, 15, 0.1);
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
  text-shadow: none;
  position: absolute;
  top: -35px;
  right: 50px;
}
.warabimochi:nth-child(even) .warabimochi_contents_point {
  right: auto;
  left: 50px;
}
.warabimochi_contents_text {
  line-height: 2;
}
.warabimochi_image {
  position: relative;
}
.warabimochi:nth-child(even) .warabimochi_image {
  order: 1;
}
.warabimochi_image img {
  width: 100%;
  display: block;
}
.warabimochi_image span {
  color: #fff;
  text-shadow: 1px 1px #000;
  position: absolute;
  bottom: 5px;
  right: 13px;
}
/* .media_contents */
.media_contents_text {
  margin: 0 0 35px;
}
.media_contents_inner:after {
  content: "";
  display: block;
  clear: both;
}
.media_contents_image {
  float: right;
}
.media_contents_list {
  box-sizing: border-box;
  padding: 30px 27px;
  width: 470px;
  background: #fefdf8;
  float: left;
}
.media_contents_list li:not(:last-child) {
  margin: 0 0 7px;
}
/* .takeout_menu */
.takeout_menu {
  background: url(img/background-mark02.png) no-repeat right bottom;
}
.takeout_menu.no_bg {
  background: none;
}
.takeout_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.takeout_text {
  text-align: center;
  margin-bottom: 35px;
}

.takeout_menu > .image {
  width: 48%;
  float: left;
}
.takeout_menu > .image img {
  width: 100%;
  display: block;
}
#takeout_images {
  position: relative;
}
#takeout_images li {
  display: inline-block;
  vertical-align: top;
}
#takeout_images li:focus {
  outline: none;
}
#takeout_images img {
  width: 100%;
  display: block;
}
#takeout_images .slick-list {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}
#takeout_images .slick-dots {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
#takeout_images .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #da9938;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  vertical-align: top;
}
#takeout_images .slick-dots li.slick-active {
  background: #da9938;
}
#takeout_images .slick-dots li:last-child {
  margin-right: 0;
}
#takeout_images .slick-dots li button {
  display: none;
}
.takeout_menu > .info {
  width: 48%;
  float: left;
  clear: left;
}
#contents .takeout_menu > .info p {
  margin-bottom: 20px;
}
#contents .takeout_menu .price {
  display: inline-block;
  width: 48%;
  margin-left: 4%;
}

#contents .takeout_menu .price .list {
  padding: 25px 20px;
  background: url(img/background-ptn02.jpg);
  border-image: url(img/background-ptn03.jpg) 5 round;
  border-style: solid;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.takeout_menu .price .list li {
  padding: 0 5px 30px 16px;
  position: relative;
  line-height: 1.6;
}

.takeout_menu .price .list li:last-child {
  padding-bottom: 0;
}

.takeout_menu .price .list li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #431f0f;
  position: absolute;
  left: 2px;
  top: 8px;
}

.takeout_menu .price .list ul:nth-child(n + 2) {
  border-top: 1px solid #431f0f;
  padding-top: 25px;
  margin-top: 25px;
}

.takeout_menu .price .list li .hosoku {
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 10px 0 0 5px;
  margin-top: 8px;
  border-top: 1px dashed #ccc;
}

/*
#contents .takeout_menu .price dl {
  padding: 25px 20px;
  background: url(img/background-ptn02.jpg);
  border-image: url(img/background-ptn03.jpg) 5 round;
  border-style: solid;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.takeout_menu .price dl dt:before {
  content: "\25c6";
  margin-right: 5px;
}
.takeout_menu .price dl dt {
  margin-bottom: 7px;
  padding: 0 5px;
}
.takeout_menu .price dl dd {
  padding: 0 5px 7px;
  line-height: 1.6;
}
.takeout_menu .price dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.takeout_menu .price dl dd + dt {
  border-top: 1px solid #431f0f;
  padding-top: 15px;
  margin-top: 15px;
}
.takeout_menu .price dl dd span.num {
  float: right;
}
.takeout_menu .price dl > *.new:after {
  content: "\4e\45\57";
  color: #fff;
  background: #ff0000;
  border-radius: 5px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 5px 0px;
  letter-spacing: 0;
  text-shadow: 0.3px 0 0 #fff;
  font-size: 0.7rem;
}
*/

.takeout_menu .price .attent {
  padding-left: 15px;
  text-indent: -15px;
}
/* -------------------
contents3.html */
/* .recruit_concept */
.recruit_concept {
  text-align: center;
  padding: 100px 0 80px;
}
.recruit_concept_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 45px;
}
.recruit_concept_text {
  font-size: 1rem;
  line-height: 2.4;
  margin: 0 0 30px;
}
.btn_list li {
  width: 400px;
  display: inline-block;
}
.btn_list li:first-child {
  margin-right: 25px;
}
.btn_list a {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #da9938;
  padding: 17px 0 13px;
  background: url(img/arrow01-pc.png) no-repeat center right 25px #da9938;
  display: block;
  transition: 0.5s;
}
.btn_list a:hover {
  color: #da9938;
  background: url(img/arrow02-pc.png) no-repeat center right 25px rgba(255, 255, 255, 0.5);
}
/* .job_type */
.job_type {
  margin: 0 0 40px;
}
.job_type:after {
  content: "";
  display: block;
  clear: both;
}
.job_type .full_time,
.job_type .part_time,
.job_type .event_staff {
  width: 48%;
}
.job_type .full_time {
  float: left;
  margin-bottom: 40px;
}
.job_type .part_time {
  float: right;
}
.job_type .event_staff {
  float: left;
}
.job_type .event_staff .msg {
  background: url(img/background-ptn02.jpg) repeat;
  border: 1px solid rgba(67, 31, 15, 0.5);
  padding: 25px;
}
.job_type h3 {
  color: #fff;
  text-align: center;
  padding: 7px 0;
  background: #431f0f;
}
.job_type .table_base {
  padding: 0;
  background: url(img/background-ptn02.jpg) repeat;
}
.job_type table {
  border: 1px solid rgba(67, 31, 15, 0.5);
  width: 100%;
}
.job_type table tbody th {
  border-right: 1px solid rgba(67, 31, 15, 0.5);
}
.offer_content {
  text-align: center;
}
/* .staff_interview */
.staff_interview:after {
  content: "";
  display: block;
  clear: both;
}
.staff_introduce {
  width: 55%;
  float: right;
}
.staff_introduce .name {
  margin: 0 0 17px;
}
.staff_introduce .name span {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 17px 0 0;
}
.staff_introduce .midashi {
  font-size: 1.2em;
  font-weight: bold;
}
.staff_images {
  width: 40%;
}
.staff_images li:focus {
  outline: none;
}
.staff_images img {
  width: 100%;
  display: block;
}
#staff_images_main {
  margin: 0 0 8px;
}
#staff_images_main {
  padding: 0 0 10px;
}
#staff_images_thumnail .slick-track {
  width: 100% !important;
}
#staff_images_thumnail li {
  margin: 0 2% 0 0;
  width: 23.5% !important;
}
#staff_images_thumnail li:nth-child(4n) {
  margin-right: 0;
}

.video_box {
  text-align: center;
}

.video_box video {
  display: inline-block;
  vertical-align: bottom;
  outline: none;
}

/* -------------------
contents4.html */
/* .new_menu */
.new_menu {
  text-align: center;
}
.new_menu_comment {
  margin: 0 0 25px;
}
.new_menu_price {
  /*
  margin: 0 auto 25px;
  text-indent: -16px;
  padding-left: 16px;
  display: table;
  text-align: left;
  */
  text-align: center;
  margin-bottom: 25px;
}

.new_menu_image {
  text-align: center;
}

#contents .new_menu_image p {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: top;
}

#contents .new_menu_image p:last-child {
  margin-right: 0;
}

#contents .new_menu_image p:only-child {
  width: 350px;
}

#contents .new_menu_image p:only-child img {
  height: auto;
  width: 100%;
}

#contents .new_menu_image p.big {
  width: 600px;
}

.new_menu_image img {
  height: 350px;
  display: block;
}

.new_menu_image a {
  position: relative;
  transition: 0.5s;
  display: block;
}
.new_menu_image a:hover {
  opacity: 0.7;
}
.new_menu_image a:after {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px 2px 2px 3px;
  background: #000;
  content: "\00ff0b";
  position: absolute;
  right: 1px;
  bottom: 1px;
}

/* -------------------
contents5.html */
/* -------------------
contents6.html */
/* -------------------
inquiry.html */
