/*--
Theme Name: 辺銀食堂PC
Theme URI: https://penshoku.com
Version: 1.0
Author: Works-Yui
Author URL: https://works-yui.com
--*/

@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
em,
img,
q,
s,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  width: 100%;
}

body {
  font-family: "Folk Regular", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.616;
  background: #fff;
  color: #000000;
}
h1,
h2,
h3,
.entry-title {
  font-family: "Folk Bold", serif;
}
body a {
  color: #000;
  text-decoration: none;
}
body a:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
body strong {
  font-weight: bold;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.footer_bg {
  margin-top: auto;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  /*for responsive*/
  height: auto;
  /*for responsive*/
}

.pc-original {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc-original {
    display: none;
  }
}

.pc-none {
  display: none;
}
.sp-original {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-original {
    display: block;
  }
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.float_n {
  float: none;
}

.f_left_pc {
  float: left;
}
@media only screen and (max-width: 640px) {
  .f_left_pc {
    float: none;
  }
}

.f_right_pc {
  float: right;
}
@media only screen and (max-width: 640px) {
  .f_right_pc {
    float: none;
  }
}

.sp_block {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_block {
    display: block;
  }
}

.al_right {
  text-align: right;
}

.al_center {
  text-align: center;
}

.al_left {
  text-align: left;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.none {
  display: none;
}

@media only screen and (max-width: 640px) {
  .sp_n {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .sp_d {
    display: block !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#breadcrumbs {
  font-size: 12px;
  width: 1040px;
  margin: 2em auto 0;
  color: #231815;
}

/*/////////////////////////////////////
/header
/////////////////////////////////////*/
.header {
  width: 100%;
  background: #fff;
}

.header .header_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 990px;
  height: 170px;
  margin: 0 auto;
  padding: 0px 0 30px;
  box-sizing: border-box;
}

.header a.logo {
  display: block;
  flex: 0 208px;
  height: auto;
}
.header a.logo img {
  width: 108px;
  height: auto;
}

.menu {
  flex: 0 655px;
  position: relative;
  height: 60px;
  margin: 0 0 8px;
  display: flex;
}

.menu > li {
  background: #ffffff;
}

.menu > li.menu__single > a {
  display: block;
  color: #000;
  width: 153px;
  height: 75px;
}
.menu > li.menu__single > a img {
  height: 57px;
}

.menu > li a:hover {
  color: #fff;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.menu > li:hover {
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu__second-level li {
  border-top: 1px solid #fff;
}

.menu > li.menu__single {
  position: relative;
}
.menu > li.menu__single:nth-of-type(2) {
  margin: 0 60px 0 70px;
}
.menu > li.menu__single:nth-of-type(2) img {
  height: 56px;
}
.menu > li.menu__single:nth-of-type(3) img {
  height: 53px;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 68px;
  left: 60px;
  width: 143px;
  font-size: 15px;
  background: #f7f8f8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
li.menu__single ul.menu__second-level li a {
  color: #000;
  padding: 8px 10px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
li.menu__single ul.menu__second-level li a:hover {
  background: #6d3f00;
  color: #fff;
}

li.menu__single:hover ul.menu__second-level {
  left: 60px;
  visibility: visible;
  opacity: 1;
}

.translate {
  margin: 0 0 15px;
}

/*/////////////////////////////////////
/footer
/////////////////////////////////////*/
.footer {
  position: relative;
  width: 990px;
  padding: 35px 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.footer ul.sns {
  justify-content: space-evenly;
  align-items: center;
  width: 85%;
}
.footer ul.sns li {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  margin: 0 15px;
}
.footer ul.sns li a {
  display: flex;
  align-items: center;
}
.footer ul.sns li a img {
  width: 30px;
  height: auto;
}
.footer ul.sns li a span {
  margin: 0 0 0 8px;
  vertical-align: super;
}
.footer_bg {
  text-align: center;
}
.footer_bg .homebutton {
  display: table;
  margin: 0 auto 1.5em;
}
.footer_bg .homebutton li {
  display: table-cell;
  padding: 0 12px;
  text-align: right;
}
.footer_bg .homebutton li:last-child {
  text-align: left;
}
.footer_bg .homebutton li a img {
  width: auto;
  height: 30px;
}
.footer_bg .homebutton li:last-child a img {
  height: 32px;
}

.copyright small {
  width: 100%;
  background: #231815;
  color: #eee;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 13px;
  font-family: "Folk Regular", sans-serif;
}

/*/////////////////////////////////////
/common
/////////////////////////////////////*/
body {
  background: url(img/bg_paper2.jpg) repeat;
}

#contents {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.subpage {
  padding: 80px 45px 70px 75px;
  box-sizing: border-box;
}
.subpage p a {
  color: #182987;
  text-decoration: underline;
}

.bar {
  border-left: 5px solid #000;
  line-height: 1.4;
  margin: 0 0 16px 5px;
  padding: 0 0 0 10px;
}

.tomap {
  margin: 5px 0 0;
}

.map iframe {
  max-width: 100%;
  width: 100%;
}

/*/////////////////////////////////////
/toppage
/////////////////////////////////////*/
div.toppage {
  position: relative;
  width: 1050px;
  height: 810px;
  margin: 0 auto;
  background: url(img/top_mainvisual.png) no-repeat 0 25px;
  background-size: contain;
}
div.toppage .top_news {
  padding: 270px 0 0;
  width: 690px;
  margin: 0 auto;
  font-weight: 600;
}
div.toppage .top_news h3 {
  font-size: 14px;
}
div.toppage .top_news {
  font-size: 14px !important;
}
div.toppage .top_news dt {
  font-size: 12px !important;
}
div.whatsnew dl {
  margin-top: 0.2em !important;
}
.top_onlineshop {
  position: absolute;
  right: 130px;
  bottom: 130px;
}
.top_onlineshop_open {
  position: absolute;
  width: 60px;
  height: auto;
  top: 25px;
  right: 160px;
}
.open_zoom {
  animation: zoom 2s infinite;
}
@keyframes zoom {
  0%,
  40%,
  80%,
  100% {
    transform: scale(1);
  }
  20%,
  60% {
    transform: scale(1.1);
  }
}
/*/////////////////////////////////////
/1-1 /rest-about
/////////////////////////////////////*/
.rest-about {
}
.rest-about-namul {
  float: right;
}
.rest-about .intro,
.rest-about .chef_profile {
  position: relative;
  line-height: 1.8;
}
.rest-about .intro p:not(:last-of-type),
.rest-about .chef_profile p:not(:last-of-type) {
  margin: 0 0 40px;
}
.rest-about .chef_profile {
  width: 700px;
  margin: 65px 0 0;
}
.rest-about .chef_profile img {
  float: left;
  width: 180px;
  height: auto;
  margin: 10px 25px 0 0;
}
.rest-about .chef_profile h2 {
  line-height: 2;
  margin: 0 0 5px;
}
table.address a {
  color: #182987;
  text-decoration: underline;
}
.rest-about .address_container {
  margin: 120px 0 0;
  display: flex;
}
.rest-about .address_container address {
  flex: calc(1080px - 545px);
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.rest-about .address_container address table.address tr > th {
  padding: 2px 35px 2px 0;
  text-align: left;
}
.rest-about .address_container address .map iframe {
  height: 370px;
}
.rest-about .address_container address .bicycle {
  margin: 70px 0 50px;
}
.rest-about .address_container .calendar {
  width: 545px;
}
.rest-about .address_container .calendar p:not(:last-of-type) {
  margin: 0 0 35px;
}
.wpsbc-container {
  margin-top: 0.5em;
}
ul.calendar_txt {
  margin: 0.2em 0 0 2em;
  list-style: disc;
  font-size: 0.9em;
}

/*/////////////////////////////////////
/1-2 /rest-menu
/////////////////////////////////////*/
.rest-menu .tab_wrap {
  width: 800px;
  margin: 0 auto;
}
.rest-menu .tab_area {
  display: flex;
  font-size: 0;
}
.rest-menu .tab_area a {
  flex-shrink: 0;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  font-size: 13px;
  font-family: "Folk Regular", sans-serif;
}
.rest-menu .tab_area .times {
  width: 33.33%;
  height: 73px;
  font-size: 34px;
  font-weight: normal;
}
.rest-menu .tab_area .times h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.rest-menu .tab_area .lunch {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/rest_lunch.svg)
    no-repeat 50%;
  background-size: contain;
}
.rest-menu .tab_area .lunch.rest-menu-lunch-on {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/rest_lunch_on.svg)
    no-repeat 50%;
  background-size: contain;
}
.rest-menu .tab_area .dinner {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/rest_dinner.svg)
    no-repeat 50%;
  background-size: contain;
  height: 65px;
}
.rest-menu .tab_area .dinner.rest-menu-dinner-on {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/rest_dinner_on.svg)
    no-repeat 50%;
  background-size: contain;
  height: 65px;
}
.rest-menu .tab_area .drinks {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/rest_drinks.svg)
    no-repeat 50%;
  background-size: contain;
  height: 65px;
}
.rest-menu .tab_area .drinks.rest-menu-drinks-on {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/rest_drinks_on.svg)
    no-repeat 50%;
  background-size: contain;
  height: 65px;
}
.rest-menu .tab_area .lang {
  width: 16.66%;
  font-size: 24px;
}
.rest-menu .tab_area .lang_2 {
  width: 33.33%;
  font-size: 24px;
}
.rest-menu .tab_area .eng {
  text-align: right;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.rest-menu .tab_area .chi {
  text-align: left;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.rest-menu .slick-slide img {
  max-width: 800px !important;
}
.rest-menu .panel_area {
  margin: 40px 0 0;
}
.rest-menu .panel_area p.img {
  width: 850px;
  margin: 0 0 0 -20px;
}
.rest-menu .tab_area label:hover {
  opacity: 0.5;
}

.lunch_list_1 {
  width: 800px;
  margin: 75px 0 0;
  background: url(img/lunch_menu_line.png) no-repeat 50% 100%;
  background-size: contain;
}
.lunch_list_1 dt {
  display: inline-block;
  width: 300px;
  margin: 0 0 50px;
}
.lunch_list_1 dd {
  position: relative;
  display: inline-block;
  width: 490px;
  padding: 50px 0 0 40px;
  box-sizing: border-box;
  vertical-align: top;
}
.lunch_list_1 dd h2 {
  font-size: 18px;
}
.lunch_list_1 dd h2 img.karasa {
  height: 17px;
  vertical-align: baseline;
  margin-left: 3px;
}
.lunch_list_1 dd .subtitle {
  position: absolute;
  font-size: 32px;
  width: 100%;
  border-bottom: 3px solid #d0ac73;
  color: #734512;
  padding-bottom: 5px;
}
.lunch_list_1 dd .subtitle span {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.subtitle_men {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/lunch_menu_men.png)
    no-repeat;
  height: 60px;
}
.subtitle_gohan {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/lunch_menu_gohan.png)
    no-repeat;
  height: 60px;
}
.subtitle_mai {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/lunch_menu_mai.png)
    no-repeat;
  height: 45px;
}
.subtitle_mai:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 34px;
  display: block;
  background: url(img/lunch_menu_mai_orikousan.png) no-repeat;
  background-size: contain;
  bottom: -43px;
  right: 164px;
}
.subtitle_tan {
  background: url(https://penshoku.com/wp/wp-content/themes/pc/img/lunch_menu_tan.png)
    no-repeat;
  height: 32px;
}
.lunch_list_1 dd .subtitle_tan span {
  left: 52px;
}
.lunch_list_1 dd .st1 {
  top: -50px;
}
.lunch_list_1 dd .st2 {
  top: -30px;
}
.lunch_list_1 dd .st3 {
  top: -28px;
}
.lunch_list_1 dd .st4 {
  top: -10px;
}
.subtitle_mini {
  font-size: 28px;
  color: #734512;
  margin-bottom: 0.6em;
}
.subtitle_mini span {
  font-size: 18px;
  margin-left: 1em;
}
.lunch_list_2 {
  background: url(img/lunch_menu_line.png) no-repeat 50% 100%;
  background-size: contain;
  padding: 30px 0;
}
.lunch_list_2 dt h2 {
  font-size: 18px;
}
.lunch_list_2 dd:not(:last-child) {
  margin: 0 0 35px;
}

.lunch_list_3 {
  padding: 30px 0 50px;
  margin: 0 0 20px;
  background: url(img/lunch_menu_line.png) no-repeat 50% 100%;
  background-size: contain;
}
.lunch_list_3 .subtitle {
  width: 675px;
  margin: 0 0 50px;
}
.lunch_list_3 ul li {
  display: inline-block;
  margin: 0 40px 0 0;
}
.lunch_list_3 ul li h2 {
  font-size: 18px;
  margin: 20px 0 0;
}

.red {
  color: #e50012;
}
.subtitle_drink {
  font-size: 24px;
  width: 100%;
  border-bottom: 3px solid #d0ac73;
  color: #734512;
  margin-bottom: 10px;
}
.kyusu {
  margin-right: 2.7em;
}
.drinks_wrap {
  display: flex;
}
.drinks_wrap .leftside {
  width: 460px;
}
.drinks_wrap .leftside h2 {
  margin: 0 0 10px;
}
.drinks_wrap .leftside h2:nth-of-type(2) {
  margin: 40px 0 10px;
}
.drinks_wrap .rightside {
  width: 410px;
  padding: 0 0 0 80px;
}
.drinks_wrap .rightside h2 {
  margin: 0 0 10px;
}
.drinks_wrap .rightside h4 {
  margin: 50px 0 0;
}
.drinks_wrap .rightside .original {
  width: 100px;
  margin: -25px 0 65px;
}
.drinks_wrap .rightside p {
  margin: 0 0 15px;
}
.drinks_wrap table.drinks {
  position: relative;
  width: 100%;
}
.drinks_wrap table.drinks tr th {
  text-align: left;
  width: 85%;
  clear: both;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  vertical-align: top;
}
.drinks_wrap table.drinks tr th span {
  float: right;
  clear: both;
}
.drinks_wrap table.drinks tr td {
  width: 15%;
  vertical-align: top;
}
.drinks_wrap hr {
  background: url(img/drinks_menu_line.png) no-repeat;
  background-size: cover;
  height: 2px;
  border: 0;
  margin: 15px 0;
}

/*/////////////////////////////////////
/1-3 /rest-reserve
/////////////////////////////////////*/
.rest-reserve {
  position: relative;
  background: url(img/rest-reserve.png) no-repeat 660px 50px;
  background-size: 511px auto;
}
.rest-reserve div {
  position: relative;
  width: 610px;
  font-size: 16px;
}
.rest-reserve div h1 {
  font-size: 18px;
  margin: 0 0 40px;
}
.rest-reserve div h2.bar {
  border-left: 5px solid #000;
  line-height: 1;
  margin: 0 0 5px 5px;
  padding: 0 0 0 10px;
}
.rest-reserve div p {
  margin: 0 0 25px;
}
.rest-reserve div ul li {
  list-style: outside;
  margin: 0 0 0 20px;
}

/*/////////////////////////////////////
/1-4 /qa /rest-qa
/////////////////////////////////////*/
.qa h1 {
  margin: 0 0 45px;
  font-size: 18px;
}
.qa h2 {
  margin: 0 0 20px;
  font-size: 18px;
}
.qa h3,
.qa dd {
  font-size: 16px;
}
.qa dl {
  width: 905px;
}
.qa dt {
  background: url(img/qa_line.png) no-repeat 100% 100%;
  padding: 0 0 7px;
  cursor: pointer;
}
.qa dt:hover {
  opacity: 80%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.qa dt:not(:first-of-type) {
  margin: 35px 0 0;
}
.qa dd {
  display: none;
  position: relative;
  margin: 0;
  padding: 7px 0 0 28px;
  box-sizing: border-box;
}
.qa dd table tr th {
  width: 75px;
  text-align: left;
}
.qa dd .mapleft {
  width: 470px;
  min-height: 434px;
}
.qa dd .map {
  position: absolute;
  width: 385px;
  right: 0;
  bottom: 0;
}
.qa dd .map iframe {
  height: 355px;
}
.qa dd .map a {
  margin: 5px 0 0;
  display: block;
}

/*/////////////////////////////////////
/2-1 /items-about
/////////////////////////////////////*/
.items-about {
  font-size: 16px;
}
.items-about h1 {
  font-size: 18px;
  margin: 0 0 35px;
}
.items-about h2 {
  font-size: 16px;
}
.items-about h2.bar {
  border-left: 5px solid #000;
  line-height: 1;
  margin: 0 0 5px 5px;
  padding: 0 0 0 10px;
}
.items-about .about {
  position: relative;
  width: 730px;
}
.items-about .about p:not(:last-of-type) {
  margin: 0 0 35px;
}
.items-about .about:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 476px;
  display: block;
  background: url(img/items-about.png) no-repeat;
  background-size: contain;
  top: -30px;
  right: -240px;
}
p.to_trans {
  display: inline-block;
}
.items-about .about .txt_line {
  position: absolute;
  right: -225px;
  bottom: -35px;
  text-align: center;
  font-size: 12px;
}

.items-about .chili_oil {
  margin: 100px 0 90px;
}
.items-about .chili_oil ul.list {
  display: table;
}
.items-about .chili_oil ul.list li {
  display: inline-block;
  text-align: center;
  margin: 0 2.9% 40px;
  width: 27%;
}
.items-about .chili_oil ul.list li .img {
  flex: auto;
  margin: 0 0 10px;
}
.items-about .chili_oil ul.list li p {
  text-align: left;
  padding-top: 0.7em;
  display: table-cell;
}
.items-about .chili_oil ul.l1 {
  margin: 80px auto 0;
}
.items-about .chili_oil ul.l2 {
  padding: 0 100px;
  margin: 70px 0 30px;
}
.items-about .chili_oil ul.l2 img {
  height: 100px;
  width: auto;
}
.items-about .chili_oil ul.l2 img.min {
  height: 80px;
  width: auto;
}
.items-about .chili_oil ul.l2 img.min2 {
  height: 90px;
  width: auto;
}
.items-about .tohowto a.tohowto {
  color: #036eb7;
  position: relative;
}
.items-about .tohowto a.tohowto:after {
  content: "";
  width: 50px;
  height: 57px;
  background: url(img/tohowto.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -32px;
  margin: 0 0 0 15px;
}
.items-about .tohowto ul {
  display: flex;
  width: 850px;
  margin: 45px auto 80px;
  justify-content: space-between;
}
.items-about .tohowto ul li {
  width: 195px;
}
.items-about .howtoeat {
  display: flex;
}
.items-about .howtoeat .left {
  flex: 0 415px;
}
.items-about .howtoeat .left ul {
  margin: 50px 0 0;
}
.items-about .howtoeat .right {
  flex: 0 785px;
}
.items-about .howtoeat .right ul.slider {
  width: 500px;
}
.items-about .howtoeat .right ul.slider li {
  background: url(img/howtoeat.jpg) no-repeat;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 25px 25px 20px;
}
.items-about .howtoeat .right ul.slider li .info {
  flex: 0 230px;
  box-sizing: border-box;
}
.items-about .howtoeat .right ul.slider li .img {
  flex: 0 200px;
  height: auto;
  border: 10px solid #fff;
}
.items-about .howtoeat .right ul.slider li .txt {
  flex: 0 485px;
}
.items-about .howtoeat .right .slick-dots {
  display: none !important;
}
.items-about .howtoeat .right .slick-prev,
.items-about .howtoeat .right .slick-next {
  width: 40px;
  height: 40px;
}
.items-about .howtoeat .right .slick-prev {
  left: -60px;
  background-size: 40px;
}
.items-about .howtoeat .right .slick-next {
  right: -60px;
  background-size: 40px;
}
.items-about .products h2 {
  margin: 0 0 20px;
}
.items-about .products h3 {
  font-size: 18px;
}
.items-about .products h3 span {
  font-size: 16px;
}
.items-about .products .prods_1 .prod {
  display: flex;
  align-items: flex-start;
}
.items-about .products .prods_1 .prod .img {
  flex: 0 220px;
  text-align: center;
}
.items-about .products .prods_1 .prod .txt {
  flex: 0 680px;
  position: relative;
  padding-left: 16px;
  box-sizing: border-box;
}
.items-about .products ul.meijiya {
  display: flex;
  flex-wrap: nowrap;
  margin: 60px 0 20px;
}
.items-about .products ul.meijiya li .img {
  width: 160px;
  margin: 0 0 23px;
}
.items-about .products ul.meijiya li:first-child {
  flex: 0 440px;
  margin: 0 70px 0 0;
}
.items-about .products ul.meijiya li:last-child {
  flex: 0 460px;
  position: relative;
}
.items-about .products ul.meijiya p.attention {
  position: absolute;
  width: 335px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
  top: 58px;
  right: -80px;
}
.items-about .products ul.meijiya p.attention span {
  margin: 0 0 0 -20px;
}
.items-about .products .prods_2 .prod {
  display: flex;
  align-items: center;
  margin: 75px 0 0;
}
.items-about .products .prods_2 .prod .img {
  flex: 0 230px;
  text-align: right;
}
.items-about .products .prods_2 .prod .txt {
  flex: 0 610px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
.items-about .products .prods_2 .toshop {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.items-about .products .prods_2 .toshop a {
  display: block;
  padding: 20px 40px;
  font-size: 18px;
  color: #182987;
  text-decoration: underline;
}
.items-about .products .books {
  margin: 115px 0 0;
}
.items-about .products .books .prod {
  display: flex;
  margin: 0 0 60px;
  align-items: center;
}
.items-about .products .books .prod .txt {
  flex: 0 730px;
}
.items-about .products .books .prod .img {
  flex: 0 155px;
  padding: 0 0 0 100px;
  text-align: center;
}
.items-about .products .books .prod .img img {
  box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.4);
}
.prod_img2 {
  text-align: center;
  width: 220px;
  margin-bottom: 30px;
}
.prod_img2 img {
  width: 160px;
}
.prod_img {
  margin: 40px 0;
}

/*/////////////////////////////////////
/2-2 /items-store
/////////////////////////////////////*/
.items-store {
  font-size: 16px;
}
.items-store h1 {
  font-size: 18px;
}
.items-store h2 {
  font-size: 16px;
}
.items-store p.vis {
  margin: 40px 0 50px;
}
.items-store .address {
  margin: 20px 0 70px;
}
.items-store table {
  margin: 0 0 30px;
}
.items-store table tr th {
  width: 100px;
  text-align: left;
}
.items-store table + p {
  margin: 0 0 35px;
}
.items-store p.storepic {
  margin: 0 0 60px;
}
.items-store strong {
  font-size: 40px;
  letter-spacing: 1px;
  color: #cc1515;
}
.items-store h3 + p {
  margin: 0 0 35px;
}
.items-store ul.kome li {
  margin: 0 0 0 15px;
  box-sizing: border-box;
}
.items-store ul.kome li span {
  margin: 0 0px 0 -16px;
}
.items-store iframe {
  width: 500px;
  height: 370px;
}
ul.items-store_ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.map_margin {
  margin-bottom: 50px;
}
.map_icon {
  display: inline-block;
  margin: 4px 4px 2px 4px;
  vertical-align: top;
  left: 0 !important;
  right: 0 !important;
  z-index: 9 !important;
  overflow: hidden;
  color: #fff;
  position: absolute;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-position: -22px -23px;
  background: url(//www.gstatic.com/gmeviewer/images/viewer-icons001.png);
  width: 21px;
  height: 21px;
  -webkit-user-select: none;
}

/*/////////////////////////////////////
/2-3 /items-order
/////////////////////////////////////*/
.items-order {
  font-size: 16px;
}
.items-order h1 {
  font-size: 18px;
  margin: 0 0 40px;
}
.items-order h2,
.items-order h3 {
  font-size: 16px;
}
.items-order h2 {
  margin: 0 0 30px;
}
.items-order h4 {
  margin: 0 0 0.5em;
}
.items-order .line {
  background: url(img/qa_line_2.png) no-repeat 0% 100%;
  background-size: initial;
  padding: 0 0 8px;
  width: 250px;
}
.items-order .order1,
.items-order .order2 {
  position: relative;
  margin: 0 0 35px;
  width: 780px;
  line-height: 1.8;
}
.items-order .order1 p.img,
.items-order .order2 p.img {
  float: right;
}
.items-order .order1 p.img {
}
.items-order .order1:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 140px;
  top: 60px;
  right: 270px;
  background: url(img/items_plusone.png) no-repeat;
  background-size: contain;
}
.items-order table tr th {
  text-align: left;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
.items-order h4 + p {
  margin: 0 0 70px;
}
.items-order p.fax + p {
  margin: 0 0 70px;
}

table.send {
  margin: 10px 0 10px;
}

table.send,
table.send th,
table.send td {
  border-collapse: collapse;
  border: 1px solid #231815;
}

table.send th,
table.send td {
  padding: 10px 20px;
  box-sizing: border-box;
}
.souryou_bg {
  margin: 30px auto 0;
  width: ;
}
table.send.yupack {
  width: 780px;
}
table.send.send.yupack th,
table.send.send.yupack td {
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}

.fax {
  margin: 0 0 0.5em;
}
.fax a {
  color: #e60012 !important;
}

.shouryou {
  margin: 0 0 40px;
}

/*/////////////////////////////////////
/2-4 /items-storelist
/////////////////////////////////////*/
.items-storelist {
  font-size: 16px;
}
.items-storelist h1 {
  font-size: 18px;
  margin: 0 0 40px;
}
.items-storelist a {
  color: #182987;
  text-decoration: underline;
}
.items-storelist .wrap1 {
  display: flex;
  position: relative;
}
.items-storelist div.area {
  width: 300px;
  font-size: 14px;
  flex-shrink: 0;
  position: absolute;
}
.items-storelist div.area h3 {
  font-size: 16px;
  margin: 30px 0 0;
}
.items-storelist div.area table tr th {
  width: 100px;
  text-align: left;
  padding: 7px 0;
}
.items-storelist .fixed {
  position: fixed !important;
  top: 0;
}
.items-storelist .rightside {
  right: 0;
  top: 0;
  width: 780px;
  padding: 0 0 0 300px;
}
.items-storelist .storelist {
  margin: 30px 0 0;
}
.items-storelist .storelist ul li {
  margin: 0 0 80px;
  width: 100%;
  display: flex;
}
.items-storelist .storelist ul li h3 {
  display: block;
  width: 180px;
  flex-shrink: 0;
  padding: 30px 0 0;
  text-align: center;
}
.items-storelist .storelist ul li .wrap {
  display: flex;
  flex-direction: column;
}
.items-storelist .storelist ul li .wrap dl {
  margin: 0 0 80px;
}
.items-storelist .storelist ul li .wrap dl dt h4 {
  border-bottom: 1px solid #000;
  padding: 30px 0 3px;
  margin: 0 0 5px;
}
.items-storelist .storelist ul li .wrap dl dd {
  margin: 0 0 40px;
}
.items-storelist .storelist ul li .wrap dl dd address {
  font-size: 16px;
}
.items-storelist .storelist ul li .wrap dl dd address .address,
.items-storelist .storelist ul li .wrap dl dd address .tel {
  font-size: 13px;
}
.to_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.to_top img {
  width: auto;
  height: 30px;
}

/*/////////////////////////////////////
/2-5 /items-original
/////////////////////////////////////*/
.items-original {
  font-size: 16px;
}
.items-original h1 {
  font-size: 16px;
  width: 800px;
}
.items-original table tr th {
  text-align: left;
}
.items-original .original {
  position: relative;
  margin: 40px 0 80px;
}
.items-original .original .series {
  margin: 20px 0 5px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  width: 450px;
}
.items-original-ul01 {
  width: 580px;
}
.items-original .original .series img {
  display: block;
  margin: 0 0 5px;
}
.items-original .original:after {
  content: "";
  position: absolute;
  display: block;
  width: 436px;
  height: 430px;
  background: url(img/items-original_1.png) no-repeat;
  top: -110px;
  right: 0px;
}
.items-original .original:before {
  content: "";
  position: absolute;
  display: block;
  width: 110px;
  height: 142px;
  background: url(img/items_plusone.png) no-repeat;
  background-size: contain;
  top: 13px;
  left: 390px;
}
.items-original .shopbag {
  display: flex;
  margin: 0 0 65px;
}
.items-original .shopbag .img {
  flex: 0 330px;
}
.items-original .shopbag .txt {
  flex: 0 500px;
  padding: 0 0 0 25px;
}
.items-original .shopbag .txt .kome {
  margin: 0 0 0 20px;
}
.items-original .shopbag .txt .kome span {
  margin: 0 0 0 -20px;
}
.items-original .order h2 {
  margin: 40px 0 5px;
}
.items-original .order h2.bar {
  margin: 40px 0 10px;
}
.items-original .order p.fax {
  margin: 40px 0 0;
}
.items-original h2.line {
  background: url(img/qa_line_2.png) no-repeat 0% 100%;
  background-size: initial;
  width: 220px;
  padding: 0 0 5px;
  margin-bottom: 15px;
}

/*/////////////////////////////////////
/2-6 /items-qa
/////////////////////////////////////*/
/*/////////////////////////////////////
/3-1 /info-company
/////////////////////////////////////*/
.info-company {
  font-size: 16px;
}
.info-company h1 {
  font-size: 18px;
  margin: 0 0 40px;
}
.info-company .container {
  width: 100%;
}
.info-company .container .about {
  width: 545px;
  flex-shrink: 0;
  padding: 0 40px 50px 0;
  float: left;
}
.info-company .container .about .history p:not(:last-of-type) {
  margin: 0 0 40px;
}
.info-company .container .about .company {
  margin: 195px 0 0;
}
.info-company .container .about .company table tr th {
  text-align: left;
  padding: 0 20px 0 0;
}
.info-company .container .about .company ul {
  margin: 65px 0 0;
  padding: 0 0 0;
  box-sizing: border-box;
}
.info-company .container .about .company ul li:not(:last-of-type) {
  margin: 0 0 35px;
}
.info-company .container .img {
  margin: -25px 0 0;
  width: 495px;
  float: left;
}
.info-company .container .img p {
  margin: 0 0 35px;
  text-align: center;
}
.info-company .container .img ul {
  display: flex;
  justify-content: space-between;
}
.info-company .container .img ul li {
  width: 230px;
  text-align: center;
}
.info-company .sea {
  margin: 40px 0 0;
}

/*/////////////////////////////////////
/3-2 /info-media
/////////////////////////////////////*/
.info-media {
  font-size: 16px;
}
.info-media h1 {
  font-size: 18px;
  margin: 0 0 35px;
}
.info-media a {
  color: #182987;
  text-decoration: underline;
}
.info-media p {
  margin: 0 0 35px;
  width: 800px;
}
.info-media ul {
  margin: 0 0 65px;
}
.info-media ul li {
  display: inline-block;
}
.info-media .banner {
  margin: 0 0 120px;
}
.info-media .introduce {
  margin: 0 0 100px;
}
.info-media .pengin {
  margin: 0 0 65px;
}

/*/////////////////////////////////////
/3-3 /info-staff
/////////////////////////////////////*/
.info-staff {
  font-size: 16px;
}
.info-staff h1 {
  font-size: 18px;
}
.info-staff ul {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.info-staff ul li {
  width: 340px;
  font-size: 12px;
  text-align: center;
}
.info-staff ul li img {
  height: 185px;
}
.info-staff table {
  width: 100%;
  margin: 10px 0 30px;
}
.info-staff table,
.info-staff table th,
.info-staff table td {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.info-staff table th {
  padding: 0.2em 0 0.5em;
  background: #eadac0;
  font-weight: 800;
}
.info-staff table td {
  padding: 0.2em 1em 0.5em;
  background: #ffffff57;
}

/*/////////////////////////////////////
/3-4 /info-qa
/////////////////////////////////////*/
.info-qa {
  font-size: 16px;
}
.info-qa h1 {
  font-size: 18px;
}
.info-qa div:nth-of-type(2) {
  margin: 100px 0 0px;
}

/*/////////////////////////////////////
/3-5 /info-contact
/////////////////////////////////////*/
.info-contact {
  font-size: 16px;
}
.info-contact h1 {
  font-size: 18px;
}
.contact_hed {
  width: 500px;
  margin: 0 auto 45px;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  padding: 0.5em 0 0.7em;
  font-size: 0.9em;
}
.contact_hed a {
  text-decoration: underline;
}

/*/////////////////////////////////////
/3-5 /info-recipe
/////////////////////////////////////*/
.info-recipe .recipe_inner {
  width: 850px;
  margin: 0 auto;
}
.info-recipe .recipe_inner h2 {
  position: relative;
  background: url(img/recipe_line.png) no-repeat bottom right;
  height: 91px;
  padding: 30px 0 0 130px;
}
.info-recipe .recipe_inner h2:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 120px;
  background: url(https://penshoku.com/wp/wp-content/themes/sp/img/recipe_intro.svg)
    no-repeat;
  background-size: contain;
  top: 0px;
  left: 0;
}
.bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}

div.slider {
  width: 850px;
  display: block;
  margin: 40px auto 0;
}

ul.bxslider01 li {
  /*メインスライダー*/
  display: block;
  width: 850px;
}

ul.bxslider01 li img {
  display: block;
  width: 850px;
  height: auto;
}

ul.bxslider02 li a {
  /*サムネイル*/
  display: block;
  width: 195px;
  height: 195px;
}

ul.bxslider02 li a img {
  /*サムネイルの画像*/
  display: block;
  width: 195px;
  height: auto;
}

div.controlWrap {
  width: 850px;
  display: block;
  position: relative;
  margin: 50px auto 70px;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}
#bx-pager li {
  width: 195px !important;
  margin-right: 22px !important;
}

.controlWrap .bx-wrapper {
  max-width: 850px !important;
  margin: 0 0 30px;
}
.controlWrap .bx-wrapper li p {
  text-align: center;
  font-size: 16px;
  margin: 5px 0 0;
}

div.controlWrap p#PrevIcon a {
  /*矢印画像（前へ）*/
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(img/arrow_left.svg) left center no-repeat;
  color: #fff;
  top: 85px;
  left: -50px;
  text-indent: -9999px;
}

div.controlWrap p#NextIcon a {
  /*矢印画像（次へ）*/
  display: block;
  width: 37px;
  height: 37px;
  position: absolute;
  background: url(img/arrow_right.svg) left center no-repeat;
  color: #fff;
  top: 85px;
  right: -50px;
  text-indent: -9999px;
}

.slide .recipe {
  display: flex;
  margin: 0 0 55px;
}
.slide .recipe .leftside {
  width: 380px;
}
.slide .recipe .rightside {
  width: 440px;
  padding: 0 0 0 35px;
  box-sizing: border-box;
}
.slide .recipe .rightside h3 {
  margin: 0 0 20px;
}
.slide .recipe .rightside h4 {
  margin: 0 0 20px;
}
.slide h3 + ul {
  margin: 0 0 30px;
}

.toshop {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
}
.toshop.pc-none {
  display: none;
}
.toshop a {
  display: block;
  padding: 20px 40px;
  font-size: 18px;
  color: #182987;
  text-decoration: underline;
}

.instagram {
  padding: 0 0 0 40px;
  margin: 30px 0 0;
}
.instagram h3 {
  position: relative;
}
.instagram h3:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(img/footer_sns_instagram.svg) no-repeat;
  background-size: contain;
  left: -35px;
}
.instagram a {
  color: #182987;
  text-decoration: underline;
}

/*/////////////////////////////////////
news
/////////////////////////////////////*/
.box_blog_page {
  margin: 2em 0 0;
}
h2.blog_h2 {
  font-size: 16px;
  line-height: 48px;
  background-image: url(img/qa_line.png);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 0.5em;
}
.box_blog .date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 1em;
}
.alignnone {
  display: block;
}
.box_blog {
  margin-bottom: 5em;
}
.blog_bg {
}
.blog_bg table,
.blog_bg td,
.blog_bg th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
.blog_bg td,
.blog_bg th {
  padding: 3px;
}
#next {
  text-align: center;
}

/* ブログ 追加　WordPress用
----------------------------------*/
.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 0.5em;
}
.alignleft {
  float: left;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
.alignnone {
  display: block;
  text-align: left;
  margin: 0 0 0.5em;
}
.wp-caption {
  background-color: #eee;
  padding: 10px 0;
  margin-bottom: 1em;
}
.wp-caption-text {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
}

/* カレンダー
----------------------------------*/
.wpsbc-container {
  width: 525px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em 10px 0;
}
.wpsbc-legend {
  margin-top: 36px;
}

/* お問い合わせフォーム
----------------------------------*/
.contact {
  margin: 0 30px;
}
.contact h1 {
  font-size: 1.2em;
}
form#mailformpro dl dt {
  width: 230px !important;
  font-size: 16px !important;
  border-top: solid 1px #ad9e99 !important;
}
form#mailformpro dl dd {
  border-top: solid 1px #ad9e99 !important;
  margin: 0px;
  padding: 10px 5px 20px 260px !important;
  font-size: 16px !important;
}
.mfp_achroma {
  background: none !important;
}
.mfp_colored {
  background: none !important;
}
.contact textarea,
.text_form100 {
  width: 100% !important;
  box-sizing: border-box;
}
.mfp_element_submit,
.mfp_element_reset,
.mfp_element_button,
button.mfp_next,
button.mfp_prev {
  background: gradient(
    linear,
    center top,
    center bottom,
    from(#756e6c),
    to(#231815)
  ) !important;
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(#756e6c),
    to(#231815)
  ) !important;
  background: -moz-linear-gradient(top, #756e6c, #231815) !important;
  background: -ms-linear-gradient(top, #756e6c 0%, #231815 100%) !important;
  text-shadow: none !important;
  color: #fff !important;
  font-size: 14px !important;
}
.mfp_element_reset {
  color: #fff !important;
}
/* 追加修正 - addition
----------------------------------*/
img.add_rsv_button {
  width: 100px;
}
.omakase {
  color: #800000;
  font-size: 28px;
}
.omakase img {
  width: 100px;
  margin-left: 15px;
}

/* プライバシーポリシー 190701
----------------------------------*/
.privacy-policy {
}
.privacy-policy h1 {
  font-size: 22px;
  margin-bottom: 1em;
}
.privacy-policy .intro {
  margin-bottom: 1em;
}
.privacy-policy h2 {
  margin-top: 2em;
}
.privacy-policy h3 {
  margin-left: 1em;
  margin-top: 1em;
}
.privacy-policy h3 + p {
  margin-left: 1em;
}
.privacy-policy ul > li {
  margin-left: 1em;
}
.privacy-policy .date {
  margin-top: 2em;
  text-align: right;
}
.copy_wrap {
  width: 100%;
  background-color: #040202;
  padding: 15px 0;
}
.copy_wrap .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  font-size: 13px;
  font-family: "Folk Regular", sans-serif;
  color: #fff;
  padding: 0.5em 2em;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 45px 0 75px;
  text-align: center;
}
.copy_wrap .pp a {
  color: #fff;
}
body.toppage .copy_wrap .inner {
  padding: 0;
  max-width: 990px;
}

/* 商品のご紹介 190927
----------------------------------*/
.acd-check {
  display: none;
}
.acd-label {
  background: #800000;
  color: #fff;
  display: inline-block;
  margin-bottom: 1px;
  padding: 5px 10px 9px;
  line-height: 1;
  margin-top: 15px;
  cursor: pointer;
}
.acd-content {
  height: 0;
  opacity: 0;
  padding: 13px 30px;
  box-sizing: border-box;
  transition: 0.2s;
  visibility: hidden;
  font-size: 14px;
  background: #feeac5;
  border: 1px dashed #800000;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.items-about .products .prods_1 .prod {
  margin-bottom: 35px;
}
.items-about .products .prods_1 .prod h4 {
  color: #800000;
  margin-bottom: 8px;
}
.items-about .products .prods_1 .prod .img img {
  max-height: 230px;
}
.acd-content table {
}
.acd-content table tr {
}
.acd-content table tr th {
  width: 120px;
  text-align: right;
  font-weight: bold;
}
.acd-content table tr td {
  padding-left: 8px;
}
.acd-content .img2 {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.acd-content .img2 img {
  max-width: 350px;
}

/* ラー油の移し方 191923
----------------------------------*/
.pre {
  margin: auto;
}
.pre_intro {
  margin: 10px 0 50px;
}
ul.trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 110px;
}

ul.trans li {
  width: 240px;
  position: relative;
  margin-bottom: 100px;
}

ul.trans li .num {
  position: absolute;
  background: #000;
  color: #fff;
  /* padding: 20px; */
  border-radius: 100px;
  line-height: 1;
  background: url(img/trans_num.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  top: -9px;
  left: -9px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

ul.trans li .img {
  margin-bottom: 10px;
}

ul.trans li .date {
  position: absolute;
  background: #39cfff;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  display: inline-block;
  top: 16px;
}

ul.trans li h3 {
  font-size: 15px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  color: #c5403d;
  margin-bottom: 10px;
}

ul.trans li p {
  font-size: 14px;
}

ul.trans li:nth-child(-n + 3) .date {
  padding-right: 20px;
}

ul.trans li:nth-child(-n + 3) .date:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #39cfff;
  right: -10px;
  top: 0;
}

ul.trans li:nth-child(n + 4) .date {
  padding-right: 10px;
  padding-left: 20px;
  right: 0;
}

ul.trans li:nth-child(n + 4) .date:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 12px 10px 12px 0;
  border-color: transparent #fb3faf transparent transparent;
  left: -10px;
  top: 0;
}

ul.trans li:nth-child(2):before,
ul.trans li:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 40px;
  background: url(img/arrow_trans_1.png) no-repeat;
  background-size: contain;
  top: -55px;
  left: -90px;
}

ul.trans li:nth-child(6):before,
ul.trans li:nth-child(5):before {
  content: "";
  display: block;
  position: absolute;
  width: 124px;
  height: 40px;
  background: url(img/arrow_trans_3.png) no-repeat;
  background-size: contain;
  top: -55px;
  right: -90px;
}

ul.trans li:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 124px;
  background: url(img/arrow_trans_2.png) no-repeat;
  background-size: contain;
  top: -155px;
  right: -46px;
}

ul.trans li:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 124px;
  background: url(img/arrow_trans_4.png) no-repeat;
  background-size: contain;
  top: -115px;
  left: -60px;
}

ul.trans li {
  margin-right: 54px;
}

ul.trans li:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

ul.trans li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

ul.trans li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 0;
}

ul.trans li:nth-child(4) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-right: 0;
}

ul.trans li:nth-child(5) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

ul.trans li:nth-child(6) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

h3.pre_title {
  background: url(img/trans_title.png) no-repeat center;
  background-size: contain;
  color: #fff;
  display: inline-block;
  padding: 5px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 10px;
}

.pre_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 690px;
  border: 1px solid #c95150;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(201, 81, 80, 0.1);
}

.pre_wrap .txt ul {
  list-style-type: disc;
  margin-left: 50px;
}

.pre_wrap .txt ul li span {
  font-size: 80%;
}
p.to_trans a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c95150;
  padding: 7px 18px;
  background: rgba(201, 81, 80, 0.1);
  border-radius: 10px;
  color: #800000;
}
p.to_trans a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(img/arrow_right.png) no-repeat center;
  background-size: contain;
}
p.to_trans img {
  margin-left: 10px;
}
.important_info {
	margin: 2em 0;
    border: 1px solid #ea5413;
    overflow: auto;
    color: #ea5413;
    padding: .5em 1em;
	width:auto!important;
}
.rest-about .intro .important_info p, .important_info p {
	margin: 0 0 .5em;
}
.important_info h5 {
    font-size: 14pt;
    font-weight: bold;
}
.rest-reserve div.important_info {
	margin-right:2em;
}