@charset "UTF-8";
/*menu*/
.menu_block01 {
  margin-bottom: 40px;
}

.menu_block01 .container {
  padding-top: 0;
}

.menu_block {
  margin-bottom: 40px;
}

.menu_block .container {
  padding-top: 0;
  min-height: 450px;
}

.menu_block .bg {
  height: 400px;
}

@media screen and (max-width: 897px) {
  .menu_block .container {
    min-height: auto;
  }
  .menu_block .bg {
    margin-bottom: 40px;
    height: 200px;
  }
}

.menu_title {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 897px) {
  .menu_title {
    font-size: 1.4375rem;
    margin-bottom: 20px;
  }
}

.menu_list {
  overflow: hidden;
  margin-bottom: 25px;
  line-height: 1.5;
}

.menu_list .name {
  position: relative;
  padding-left: 35px;
  float: left;
  width: calc(100% - 180px);
  font-size: 1.25rem;
  font-weight: bold;
}

.menu_list .name::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 8px;
}

.menu_list .price {
  float: right;
  width: 180px;
  font-weight: bold;
  font-size: 1.0625rem;
  text-align: right;
}

.menu_list .price span {
  font-size: 1.375rem;
  margin-right: 10px;
}

@media screen and (max-width: 897px) {
  .menu_list {
    margin-bottom: 21px;
  }
  .menu_list .name {
    padding-left: 25px;
    width: auto;
    font-size: 1.1875rem;
  }
  .menu_list .name::before {
    content: "";
    width: 15px;
    height: 3px;
    top: 7px;
  }
  .menu_list .price {
    width: auto;
    padding-left: 35px;
    font-size: 1rem;
  }
  .menu_list .price span {
    font-size: 1.25rem;
  }
}

.menu_text {
  font-size: 0.875rem;
  margin-bottom: 60px;
}

/*about*/
.about_block01 {
  overflow: hidden;
}

.about_block01 .container {
  padding-top: 20px;
}

.shop_name {
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.shop_list li {
  border-top: 1px solid #000000;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 1.125rem;
  display: block;
}

.shop_list li:nth-of-type(1) {
  border-top: 0;
}

.shop_list li dl {
  overflow: hidden;
}

.shop_list li dl dt {
  float: left;
  width: 150px;
}

.shop_list li dl dd {
  float: right;
  width: calc(100% - 150px);
}

.shop_list li dl dd .s {
  display: inline-block;
  margin-right: 15px;
}

@media screen and (max-width: 897px) {
  .shop_list li {
    font-size: 1rem;
  }
  .shop_list li dl dt {
    float: none;
    width: 100%;
    font-weight: bold;
    line-height: 1.5;
  }
  .shop_list li dl dd {
    float: none;
    width: 100%;
  }
  .shop_list li dl dd .s {
    display: block;
    margin-right: 0;
  }
}

.about_block02 .container {
  padding-bottom: 0;
}

@media screen and (max-width: 897px) {
  .about_block02 .container {
    padding-bottom: 50px;
  }
}

.about_block03 {
  margin-bottom: 200px;
}

.about_block03 .container {
  padding-bottom: 40px;
}

.about_block03 .wrap_map {
  width: 100%;
  height: 600px;
  margin-bottom: 50px;
}

.about_block03 .wrap_map iframe {
  width: 100%;
  height: 100%;
}

.about_block03 .wrap_btn {
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 897px) {
  .about_block03 {
    margin-bottom: 150px;
  }
  .about_block03 .wrap_map {
    margin-bottom: 20px;
  }
}

.shopping_block01 .container {
  padding-top: 10px;
}

.cart_side {
  background-color: #f5f5f5;
}

.cart_side dt {
  font-weight: bold;
  background-color: #eeeeee;
  padding: 20px 25px 10px;
  overflow: hidden;
  line-height: 1.8;
}

.cart_side dt .name {
  float: left;
  padding-top: 3px;
  display: inline-block;
}

.cart_side dt .num {
  float: right;
}

.cart_side dt .num span {
  font-size: 1.1875rem;
  padding-right: 5px;
}

.cart_side dd {
  font-weight: bold;
  padding: 10px 25px 5px;
  overflow: hidden;
  line-height: 1.8;
}

.cart_side dd .t {
  float: left;
  display: inline-block;
  padding-top: 10px;
}

.cart_side dd .p {
  float: right;
}

.cart_side dd .p span {
  font-size: 1.5rem;
}

/*woocommerce*/
.woocommerce .woocommerce-breadcrumb a {
  text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: none;
}

.woocommerce input, .woocommerce select {
  border-radius: 0 !important;
}

.woocommerce .submit {
  width: 100px;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
  color: #000000 !important;
}

.woocommerce .submit:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.woocommerce .woocommerce-notice {
  border-top-color: #000000;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  padding-right: 0 !important;
  font-size: 1.1875rem !important;
  padding-bottom: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 897px) {
  .woocommerce .woocommerce-notice {
    font-size: 1.0625rem !important;
  }
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-top-color: #000000;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  padding-right: 0 !important;
  font-size: 1.125rem !important;
}

.woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before {
  color: #000000;
}

@media screen and (max-width: 897px) {
  .woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
    position: relative;
    padding-bottom: 70px;
    font-size: 1.0625rem !important;
  }
  .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.woocommerce .button {
  border-radius: 0 !important;
  border: 1px solid #000000 !important;
  background: transparent !important;
  display: inline-block;
  color: #000000 !important;
  font-size: 0.9375rem !important;
  line-height: 1 !important;
  width: 180px;
  padding-top: 13px !important;
  padding-bottom: 12px !important;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.woocommerce .button::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: right bottom;
  transition: transform 300ms;
  z-index: -1;
}

.woocommerce .button.wc-forward {
  float: right !important;
  padding-right: 40px !important;
  font-size: 0.875rem !important;
}

.woocommerce .button.wc-forward::after {
  content: "";
  visibility: visible;
  display: block;
  position: absolute;
  top: 9px;
  right: 15px;
  width: 20px;
  height: 21px;
  background: url(../images/common/icon_cart_black.png) no-repeat center center;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.woocommerce .button.wc-forward:hover::after {
  background-image: url(../images/common/icon_cart.png);
}

@media screen and (max-width: 897px) {
  .woocommerce .button.wc-forward {
    font-size: 1rem !important;
    padding-top: 16px !important;
    padding-bottom: 15px !important;
  }
}

.woocommerce .button.single_add_to_cart_button, .woocommerce .button.add_to_cart_button {
  float: right !important;
  padding-right: 40px !important;
}

.woocommerce .button.single_add_to_cart_button::after, .woocommerce .button.add_to_cart_button::after {
  content: "";
  visibility: visible;
  display: block;
  position: absolute;
  top: 11px;
  right: 10px;
  width: 20px;
  height: 21px;
  background: url(../images/common/icon_cart_black.png) no-repeat center center;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.woocommerce .button.single_add_to_cart_button:hover::after, .woocommerce .button.add_to_cart_button:hover::after {
  background-image: url(../images/common/icon_cart.png);
}

.woocommerce .button.single_add_to_cart_button.added::after, .woocommerce .button.single_add_to_cart_button.loading::after, .woocommerce .button.add_to_cart_button.added::after, .woocommerce .button.add_to_cart_button.loading::after {
  background-image: none;
  width: auto !important;
  height: auto !important;
}

@media screen and (max-width: 897px) {
  .woocommerce .button.single_add_to_cart_button {
    width: calc(100% - 135px);
  }
}

.woocommerce .button:hover {
  color: #ffffff !important;
}

.woocommerce .button:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}

.woocommerce #place_order {
  background-color: #ffffff !important;
  margin-top: 25px;
  float: none !important;
}

.woocommerce #place_order:hover {
  background-color: #000000 !important;
}

.woocommerce .place-order {
  text-align: center;
}

.woocommerce .product .product_title {
  font-size: 1.75rem;
}

.woocommerce .product .images, .woocommerce .product #wooswipe {
  width: 480px !important;
}

.woocommerce .product .summary {
  width: 385px !important;
}

.woocommerce .product .price {
  color: #000000 !important;
  font-weight: bold;
  margin-bottom: 20px !important;
  font-size: 2rem !important;
}

.woocommerce .product .price .woocommerce-Price-currencySymbol {
  font-size: 1.5rem;
  padding-left: 5px;
}

.woocommerce .product .woocommerce-product-rating {
  margin-bottom: 10px !important;
}

.woocommerce .product .woocommerce-product-gallery__image a img {
  width: 100% !important;
  height: auto !important;
}

.woocommerce .product .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}

@media screen and (max-width: 897px) {
  .woocommerce .product .product_title {
    font-size: 1.625rem;
  }
  .woocommerce .product .images, .woocommerce .product #wooswipe {
    width: 100% !important;
  }
  .woocommerce .product .summary {
    width: 100% !important;
  }
}

.woocommerce a.remove {
  color: #c7393f !important;
  line-height: 1.1 !important;
}

.woocommerce a.remove:hover {
  background-color: #d41717 !important;
}

.woocommerce ul.products li a .woocommerce-loop-product__title {
  font-size: 1.3125rem !important;
  padding-top: 5px !important;
  padding-right: 30px !important;
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.woocommerce ul.products li a .woocommerce-loop-product__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.woocommerce ul.products li a .woocommerce-loop-product__title:hover::before {
  right: 5px;
}

.woocommerce ul.products li .star-rating {
  font-size: 1.125rem !important;
  margin-bottom: 15px;
}

.woocommerce ul.products li .price {
  line-height: 1.5;
}

.woocommerce ul.products li .price .woocommerce-Price-amount {
  font-weight: bold;
  font-size: 1.875rem !important;
}

.woocommerce ul.products li .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.375rem !important;
}

.woocommerce ul.products li .button {
  width: 100%;
}

@media screen and (max-width: 897px) {
  .woocommerce ul.products li a .woocommerce-loop-product__title {
    font-size: 1.0625rem !important;
    transition: all 0.2s ease-in-out 0s;
    backface-visibility: hidden;
  }
  .woocommerce ul.products li a .woocommerce-loop-product__title:hover::before {
    right: 5px;
  }
  .woocommerce ul.products li .star-rating {
    font-size: 1.125rem !important;
  }
  .woocommerce ul.products li .price .woocommerce-Price-amount {
    font-size: 1.5rem !important;
  }
  .woocommerce ul.products li .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 1.1875rem !important;
  }
}

@media screen and (max-width: 897px) and (max-width: 897px) {
  .woocommerce ul.products li .button {
    width: 100%;
    padding-top: 13px !important;
    padding-bottom: 12px !important;
    font-size: 0.9375rem !important;
    text-align: left;
  }
  .woocommerce ul.products li .button.single_add_to_cart_button, .woocommerce ul.products li .button.add_to_cart_button {
    padding-right: 30px !important;
  }
  .woocommerce ul.products li .button.single_add_to_cart_button::after, .woocommerce ul.products li .button.add_to_cart_button::after {
    top: 11px;
    right: 10px;
    width: 18px;
    height: 19px;
  }
}

.woocommerce .woocommerce-price-suffix {
  font-size: 1.1875rem !important;
}

.woocommerce .woocommerce-result-count {
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (max-width: 897px) {
  .woocommerce .woocommerce-result-count {
    font-size: 1.125rem;
  }
}

.woocommerce .orderby {
  font-size: 1.125rem;
  border-color: #000000;
  padding: 5px 5px 6px;
}

@media screen and (max-width: 897px) {
  .woocommerce .orderby {
    font-size: 1rem;
  }
}

.woocommerce .related.products, .woocommerce .woocommerce-tabs.products {
  clear: both;
}

.woocommerce .related h2, .woocommerce .woocommerce-tabs h2 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.375rem !important;
}

.woocommerce .related ul.products li a .woocommerce-loop-product__title, .woocommerce .woocommerce-tabs ul.products li a .woocommerce-loop-product__title {
  font-size: 1.125rem !important;
  font-weight: normal;
}

.woocommerce .related ul.products li a .price .woocommerce-Price-amount, .woocommerce .woocommerce-tabs ul.products li a .price .woocommerce-Price-amount {
  font-size: 1.5625rem !important;
}

.woocommerce .related ul.products li a .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol, .woocommerce .woocommerce-tabs ul.products li a .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.1875rem !important;
}

.woocommerce .woocommerce-tabs {
  margin-bottom: 40px;
}

.woocommerce .woocommerce-tabs .comment-reply-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.125rem !important;
}

.woocommerce .woocommerce-tabs::before {
  border-color: #cccccc !important;
}

.woocommerce .woocommerce-tabs li {
  border-radius: 0 !important;
  background-color: #f5f5f5 !important;
  border-color: #cccccc !important;
}

.woocommerce .woocommerce-tabs li::after, .woocommerce .woocommerce-tabs li::before {
  display: none;
}

.woocommerce .woocommerce-tabs li.active {
  background-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

.woocommerce .woocommerce-tabs .required {
  color: #9e9191;
  font-weight: bold;
}

.woocommerce .woocommerce-tabs label {
  display: inline-block;
  font-weight: bold;
  padding-right: 5px;
  min-width: 90px;
}

.woocommerce .woocommerce-tabs .comment-form-cookies-consent label {
  display: inline;
  font-weight: normal;
}

.woocommerce .woocommerce-tabs textarea, .woocommerce .woocommerce-tabs input {
  border-color: #000000;
  padding: 8px;
}

@media screen and (max-width: 897px) {
  .woocommerce .woocommerce-tabs .form-submit {
    text-align: center;
  }
}

.woocommerce .commentlist li {
  background-color: transparent !important;
}

.woocommerce .commentlist li .comment-text {
  border-radius: 0 !important;
  border-color: #cccccc !important;
}

.woocommerce form.cart .quantity .qty {
  font-size: 1.875rem !important;
  border-color: #000000 !important;
  width: 95px !important;
  height: 50px !important;
}

.woocommerce .shop_table {
  border-radius: 0 !important;
}

.woocommerce .shop_table .cart_item .product-thumbnail img {
  width: 80px;
}

.woocommerce .shop_table .cart_item .product-quantity .quantity .qty {
  font-size: 1.25rem !important;
  width: 65px !important;
  height: auto !important;
  padding: 5px;
}

.woocommerce .cart-collaterals .wc-forward {
  padding-right: 40px !important;
  width: 210px;
  padding-top: 21px !important;
  padding-bottom: 20px !important;
}

.woocommerce .cart-collaterals .wc-forward::after {
  content: "";
  visibility: visible;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 27px;
  background: url(../images/common/icon_cart_black.png) no-repeat center center;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.woocommerce .cart-collaterals .wc-forward:hover::after {
  background-image: url(../images/common/icon_cart.png);
}

.woocommerce .entry-summary .single_add_to_cart_button, .woocommerce .entry-summary .add_to_cart_button {
  padding-right: 40px !important;
  width: 260px;
  padding-top: 21px !important;
  padding-bottom: 20px !important;
}

.woocommerce .entry-summary .single_add_to_cart_button::after, .woocommerce .entry-summary .add_to_cart_button::after {
  content: "";
  visibility: visible;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 27px;
  background: url(../images/common/icon_cart_black.png) no-repeat center center;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.woocommerce .entry-summary .single_add_to_cart_button:hover::after, .woocommerce .entry-summary .add_to_cart_button:hover::after {
  background-image: url(../images/common/icon_cart.png);
}

@media screen and (max-width: 897px) {
  .woocommerce .entry-summary .single_add_to_cart_button, .woocommerce .entry-summary .add_to_cart_button {
    width: calc(100% - 120px) !important;
  }
}

.woocommerce .added_to_cart {
  background-color: #eeeeee;
  font-size: 0.875rem !important;
  font-weight: bold;
  margin-top: 10px;
  padding: 3px 15px !important;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.woocommerce .added_to_cart:hover {
  background-color: #000000;
  color: #ffffff;
}

.woocommerce .cart_totals .shop_table {
  font-size: 1.1875rem;
}

.woocommerce .woocommerce-billing-fields, .woocommerce .woocommerce-additional-fields {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-billing-fields h3, .woocommerce .woocommerce-additional-fields h3 {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.woocommerce .input-text {
  font-size: 1.0625rem;
  padding: 3px 5px;
}

.woocommerce .select2-selection--single {
  font-size: 1.0625rem;
  border-radius: 0 !important;
}

.woocommerce #order_review_heading {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.woocommerce label {
  font-weight: bold;
}

.woocommerce .woocommerce-checkout-payment {
  border-radius: 0 !important;
  background-color: #f5f5f5 !important;
}

.woocommerce .login {
  border-radius: 0 !important;
}

.woocommerce .show-password-input {
  top: 0 !important;
}

.woocommerce #customer_details {
  margin-bottom: 25px;
}

.woocommerce .woocommerce-pagination .page-numbers {
  border-color: #000000 !important;
}

.woocommerce .woocommerce-pagination .page-numbers li {
  border-color: #000000 !important;
}

.woocommerce .woocommerce-pagination .page-numbers li a {
  color: #000000 !important;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
  font-weight: bold;
}

.woocommerce .woocommerce-pagination .page-numbers li a:hover {
  background: #f5f5f5 !important;
}

.woocommerce .woocommerce-pagination .page-numbers li span.current {
  background: #f5f5f5 !important;
  color: #000000 !important;
  font-weight: bold;
}

.woocommerce .onsale {
  background-color: #ff7300 !important;
}

/*takeout*/
.takeout_block .container {
  padding-top: 10px;
}

.takeout_block .container .title05 {
  text-align: center;
}

.takeout_block .row3 {
  width: calc(100% + 60px);
  margin-left: -60px;
}

.takeout_block .row3 .col {
  width: calc(33.333% - 60px);
  margin-left: 60px;
  margin-bottom: 60px;
}

.takeout_block .row3 .col .photo {
  margin-bottom: 25px;
}

.takeout_block .row3 .col .name {
  font-size: 1.3125rem;
  line-height: 1.5;
}

.takeout_block .row3 .col .price {
  font-weight: bold;
  font-size: 1.125rem;
}

.takeout_block .row3 .col .price span {
  font-size: 1.875rem;
  margin-right: 10px;
}

.takeout_block .row3 .col .num {
  width: 140px;
  float: left;
}

.takeout_block .row3 .col .num input {
  font-size: 1.875rem;
  border-color: #000000;
  width: 95px;
  height: 51px;
  text-align: center;
  margin-right: 5px;
}

.takeout_block .row3 .col .btn03 {
  width: calc(100% - 150px);
  float: right;
}

@media screen and (max-width: 897px) {
  .takeout_block .container {
    padding-top: 10px;
  }
  .takeout_block .container.small {
    padding-bottom: 20px;
  }
  .takeout_block .container .title05 {
    text-align: left;
  }
  .takeout_block .row3 {
    width: 100%;
    margin-left: 0;
  }
  .takeout_block .row3 .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .takeout_block .row3 .col .photo {
    margin-bottom: 25px;
  }
  .takeout_block .row3 .col .name {
    font-size: 1.1875rem;
  }
  .takeout_block .row3 .col .price {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .takeout_block .row3 .col .price span {
    font-size: 1.6875rem;
  }
  .takeout_block .row3 .col .num {
    width: 100px;
  }
  .takeout_block .row3 .col .num input {
    font-size: 1.6875rem;
    width: 70px;
    height: 46px;
  }
  .takeout_block .row3 .col .btn03 {
    width: calc(100% - 120px);
    font-size: 1.125rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.cta_block {
  width: 450px;
  overflow: hidden;
  margin: 0 auto 40px;
  text-align: center;
  border-bottom: 1px solid #111;
  padding-bottom: 25px;
}

.cta_block .title {
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.cta_block .title span {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.cta_block .title span::before, .cta_block .title span::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100px;
  height: 1px;
  background: #111;
}

.cta_block .title span::before {
  left: -120px;
}

.cta_block .title span::after {
  right: -120px;
}

.cta_block .tel {
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  font-weight: 900;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 2.375rem;
}

.cta_block .tel a {
  color: #000000 !important;
}

.cta_block .tel span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.cta_block .tel span::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url(../images/common/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}

.cta_block .info {
  display: block;
  text-align: center;
}

.cta_block .info li {
  display: inline-block;
  padding: 0 10px;
}

@media screen and (max-width: 897px) {
  .cta_block {
    width: 100%;
    margin: 0 auto 30px;
  }
  .cta_block .title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .cta_block .tel {
    font-size: 2rem;
  }
}

.form_block .text {
  margin-bottom: 40px;
}

.form_block .box {
  padding: 50px;
  background-color: #ffffff;
}

.form_block input, .form_block textarea, .form_block select {
  font-size: 1.0625rem;
  border-color: #cccccc;
  padding: 5px;
  box-sizing: border-box;
}

.form_block input {
  margin-right: 5px;
}

.form_block input.input_time01 {
  width: 250px;
}

.form_block textarea {
  width: 100%;
}

.form_block .wrap_btn {
  text-align: center;
}

.form_block .confirm_box {
  color: #c7393f;
  padding: 15px;
  text-align: center;
  background-color: #fcf1f1;
  font-size: 0.9375rem;
}

@media screen and (max-width: 897px) {
  .form_block .confirm_box {
    font-size: 0.875rem;
  }
  .form_block .confirm_box br {
    display: none;
  }
}

.form_block .confirm_box a {
  color: #c7393f;
  text-decoration: underline;
  font-weight: bold;
}

.form_block .confirm_box a:hover {
  text-decoration: none;
}

@media screen and (max-width: 897px) {
  .form_block .text {
    margin-bottom: 30px;
  }
  .form_block .box {
    padding: 30px;
  }
  .form_block input, .form_block textarea, .form_block select {
    font-size: 1rem;
    padding: 5px;
  }
  .form_block input {
    width: 100%;
  }
  .form_block input.input_time01 {
    width: calc(100% - 100px);
  }
}

.wpcf7 .wpcf7-not-valid {
  background: #ffeaed;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-weight: bold;
}

.wpcf7 .wpcf7-response-output, .wpcf7 .wpcf7-validation-errors {
  color: #c7393f;
  background-color: #fcf1f1;
  border: 1px solid #c7393f !important;
  margin-bottom: 20px;
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.wpcf7 .ajax-loader {
  display: block !important;
  margin: 10px auto !important;
}

.form_check {
  margin-top: 15px;
  text-align: center;
}

.form_check p {
  display: inline-block;
  position: relative;
  padding-right: 70px;
  font-weight: bold;
}

.form_check p .required {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #c7393f;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  padding: 1px 10px;
}

.form_check p input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 3px;
}

.form_check p .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 897px) {
  .form_check {
    text-align: right;
  }
  .form_check p {
    width: 100%;
  }
}

.contact_table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.contact_table tbody tr th {
  position: relative;
  text-align: left;
  width: 260px;
  padding: 20px 70px 20px 0;
  border-bottom: 1px solid #cccccc;
  vertical-align: top;
  font-weight: bold;
}

.contact_table tbody tr th .required {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #c7393f;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  padding: 1px 10px;
}

.contact_table tbody tr td {
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #cccccc;
}

.contact_table tbody tr td.time div {
  margin-bottom: 5px;
}

.contact_table tbody tr td.time br {
  display: none;
}

@media screen and (max-width: 897px) {
  .contact_table {
    display: block;
  }
  .contact_table tbody {
    display: block;
  }
  .contact_table tbody tr {
    display: block;
  }
  .contact_table tbody tr th {
    display: block;
    width: 100%;
    padding: 20px 70px 0 0;
    border-bottom: none;
    box-sizing: border-box;
  }
  .contact_table tbody tr th br {
    display: none;
  }
  .contact_table tbody tr td {
    display: block;
    width: 100%;
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
  }
  .contact_table tbody tr td.time div {
    margin-bottom: 5px;
  }
  .contact_table tbody tr td.time br {
    display: none;
  }
}

/*blog*/
.side_block {
  margin-bottom: 50px;
}

.side_nav01 li {
  display: block;
  margin-bottom: 3px;
}

.side_nav01 li a {
  font-size: 0.9375rem;
  position: relative;
  display: block;
  padding-left: 17px;
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.side_nav01 li a::before {
  content: "";
  position: absolute;
  line-height: 1.5;
  left: 0;
  top: 12px;
  width: 8px;
  height: 3px;
  background-color: #000000;
}

.side_nav01 li a:hover {
  opacity: 0.5;
}

.side_box01 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.side_box01 .photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
}

.side_box01 .content {
  width: calc(100% - 65px);
  line-height: 1;
  float: right;
}

.side_box01 .content .time {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
}

.side_box01 .content .title {
  display: block;
  position: relative;
  font-weight: bold;
  width: 100%;
  font-size: 0.9375rem;
}

.side_box01 .content .title p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.side_box01 a {
  transition: all 0.2s ease-in-out 0s;
  backface-visibility: hidden;
}

.side_box01 a:hover {
  opacity: 0.8;
}

.side_box01 a:hover .photo img {
  transform: scale(1.05);
}

.blog_block .container {
  padding-top: 10px;
}

.cat_list {
  display: block;
}

.cat_list li {
  float: left;
  margin-left: 15px;
  margin-bottom: 8px;
  color: #ffffff;
  display: block;
  padding: 3px 10px 2px;
  background-color: #cccccc;
  line-height: 1.5;
  font-size: 0.8125rem;
}

.cat_list li:nth-of-type(1) {
  margin-left: 0;
}

.cat_list li a {
  color: #ffffff;
}

.article_col {
  background-color: #ffffff;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.article_col a {
  display: block;
}

.article_col a .ph {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.article_col a .ph img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateY(-50%) translateX(-50%) scale(1);
}

.article_col a:hover .ph img {
  transform: translateY(-50%) translateX(-50%) scale(1.05);
}

.article_col a .content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 200px);
  padding-right: 20px;
  padding-left: 35px;
  padding-bottom: 45px;
}

.article_col a .content .time {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  display: block;
}

.article_col a .content .title {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.article_col a .content .text {
  line-height: 1.6;
}

.article_col a .content .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 897px) {
  .article_col {
    padding: 0;
  }
  .article_col a .ph {
    float: none;
    width: 100%;
    height: auto;
  }
  .article_col a .ph img {
    top: 0;
    left: 0;
    position: static;
    transform: translateY(0) translateX(0);
    width: 100%;
    height: auto;
  }
  .article_col a:hover .ph img {
    transform: scale(1.05) translateY(0) translateX(0);
  }
  .article_col a .content {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 65px;
  }
  .article_col a .content .cat_list {
    overflow: hidden;
  }
  .article_col a .content .time {
    font-size: 0.9375rem;
  }
  .article_col a .content .title {
    font-size: 1.125rem;
  }
  .article_col a .content .text {
    line-height: 1.6;
  }
  .article_col a .content .btn {
    right: 0;
    bottom: 15px;
  }
}

.single_block h1 {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

.single_block h2 {
  font-size: 1.75rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.single_block h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.single_block h4 {
  font-size: 1.3125rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.single_block p {
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.single_block p a {
  text-decoration: underline;
}

.single_block p a:hover {
  text-decoration: none;
}

.single_block.news h1 {
  padding-top: 0 !important;
}

.single_block.media {
  background-color: #f5f5f5;
  padding: 50px;
  margin-bottom: 50px;
}

.single_block.media h1 {
  margin-bottom: 15px;
}

.single_block.media .data_box {
  text-align: right;
  margin-bottom: 50px;
}

.single_block.media .data_box .time {
  float: right;
}

.single_block .data_box {
  margin-bottom: 15px;
}

.single_block .data_box .time {
  display: block;
  line-height: 1.5;
  float: left;
}

.single_block .data_box .cat_list {
  position: relative;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
}

.single_block .data_box .cat_list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: #000000;
}

@media screen and (max-width: 897px) {
  .single_block h1 {
    font-size: 1.75rem;
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .single_block h2 {
    font-size: 1.5rem;
  }
  .single_block h3 {
    font-size: 1.3125rem;
  }
  .single_block h4 {
    font-weight: bold;
    font-size: 1.1875rem;
    margin-bottom: 15px;
  }
  .single_block p {
    margin-bottom: 25px;
  }
  .single_block.media {
    padding: 25px;
  }
}

.wp-block-video {
  margin-bottom: 20px;
}

.wp-block-image {
  margin-bottom: 20px;
}

.wp-block-image .figcaption {
  font-size: 0.875rem;
}

.wp-block-embed-instagram,
.wp-block-embed-twitter {
  margin-bottom: 40px;
}

.wp-block-embed-youtube {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-quote {
  position: relative;
  padding: 20px 50px;
  color: #777777;
  background: #f5f5f5;
  margin-bottom: 40px;
}

.wp-block-quote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 8px;
  vertical-align: middle;
  content: "“";
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #cccccc;
  font-size: 3.125rem;
  line-height: 1;
}

.wp-block-quote:after {
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: 18px;
  vertical-align: middle;
  text-align: center;
  content: '”';
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #cccccc;
  font-size: 3.125rem;
  line-height: 1;
}

.wp-block-quote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 897px) {
  .wp-block-quote {
    padding: 20px 30px;
  }
}

/* font-family */
.block-editor-page .editor-post-title__input,
.block-editor-page .editor-block-list__block {
  font-family: "Hiragino Kaku Gothic Pro",Meiryo,sans-serif !important;
}

/* 標準 font-size(16px) を 14px にする */
.block-editor-page .editor-block-list__block {
  font-size: 0.875rem;
}

.block-editor-page .edit-post-visual-editor p:not(.wp-block-cover-text) {
  font-size: 0.875rem;
}

/* blockquote だけ font-size をGutenberg標準に戻す */
.block-editor-page .wp-block-pullquote blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]:before,
.block-editor-page .wp-block-pullquote blockquote > .editor-rich-text p {
  font-size: 1.5rem;
}

.block-editor-page .wp-block-pullquote__citation,
.block-editor-page .wp-block-pullquote cite,
.block-editor-page .wp-block-pullquote footer {
  font-size: 0.8125rem;
}

/* 投稿(固定ページ)タイトル  */
.block-editor-page .editor-post-title__block textarea {
  border-bottom: 1px dotted #cccccc !important;
  border-left: 3px solid #777777 !important;
  border-top: 1px dotted #cccccc !important;
  font-size: 1.375rem;
  margin: 0 0 20px !important;
  padding: 7px 0 7px 10px !important;
}

/* タイトル幅合わせ Fix Gutenberg4.0 */
.block-editor-page .edit-post-visual-editor .editor-post-title__block > div {
  margin-left: 13px;
  margin-right: 13px;
}

/* ブロック内 タイトル  */
.block-editor-page .editor-block-list__block h1,
.block-editor-page .editor-block-list__block h2,
.block-editor-page .editor-block-list__block h3 {
  border-bottom: 1px dotted #cccccc !important;
  border-left: 3px solid #777777 !important;
  border-top: 1px dotted #cccccc !important;
  font-size: 1.375rem;
  margin: 0 0 20px !important;
  padding: 7px 0 7px 10px !important;
}

/* 表示幅設定 */
/* 2カラム 最大幅 + 30 */
.block-editor-page .editor-post-title__block,
.block-editor-page .editor-default-block-appender,
.block-editor-page .editor-block-list__block {
  /* 730 + 30 */
  max-width: 760px !important;
}

/* 1カラム 最大幅 + 30 */
.block-editor-page.full-width-page .editor-post-title__block,
.block-editor-page.full-width-page .editor-default-block-appender,
.block-editor-page.full-width-page .editor-block-list__block {
  /* 1230 + 30 */
  max-width: 1230px !important;
}

/* 幅広 Fix */
.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="wide"] {
  /* 800 + 30 */
  max-width: 830px !important;
}

/* 全幅 Fix */
.block-editor-page .edit-post-visual-editor .editor-block-list__block[data-align="full"] {
  max-width: none !important;
}

/* line-height Fix 1.8->1.6 */
.block-editor-page .editor-rich-text__tinymce.mce-content-body {
  line-height: 1.6;
}

.wp-block-columns {
  margin-bottom: 60px;
}

.policy_block .box_title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
}

.policy_block .sub_title {
  font-weight: bold;
  font-size: 1.1875rem;
  margin-bottom: 15px;
}

.policy_block .sub_box {
  margin-bottom: 40px;
}

.policy_block .border_box {
  padding: 30px 20px;
  border: 5px solid #eee;
}

@media screen and (max-width: 897px) {
  .policy_block .box_title {
    font-size: 1.625rem;
  }
  .policy_block .sub_title {
    font-size: 1.125rem;
  }
  .policy_block .sub_box {
    margin-bottom: 30px;
  }
}
