<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 繧ｫ繧ｹ繧ｿ繝槭う繧ｺ逕ｨCSS */
@charset "utf-8";

/* fullscreen.overlay.effects */

@media screen and (max-width: 1040px) {
  /* Overlay hamburger button */
  header .navToggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    padding: 15px 12px;
    cursor: pointer;
    z-index: 9999;
  }
  header .navToggle div {
    position: relative;
    z-index: 9999;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8c8c8c;
    left: 0;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 9px;
  }
  header .navToggle span:nth-child(3) {
    top: 18px;
  }
  /* 蛻�ｊ譖ｿ縺医い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
  header.open .navToggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  header.open .navToggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }

  /* Overlay style */
  header .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(32, 97, 162, 0.9);
    z-index: 9000;
  }
  header .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9000;
  }

  /* Menu style */
  /*header .overlay nav.global-navigation { text-align: center; position: relative; top: 10%; transform: translateY(-40%); padding: 0 20px;}*/
  header .overlay nav.global-navigation {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
  }
  header .sp-nav nav.global-navigation &gt; ul {
    display: block;
  }
  header .sp-nav nav.global-navigation &gt; ul {
    display: flex;
  }
  header .sp-nav nav.global-navigation &gt; ul &gt; li &gt; a,
  header .sp-nav nav.global-navigation &gt; ul &gt; li &gt; p {
    display: inline-block;
    padding: 14px 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  header .sp-nav nav.global-navigation li {
    overflow: hidden;
    font-size: 16px;

    width: 100%;
    /*width:50%;*/
  }
  /*header .sp-nav nav.global-navigation li.sphome{	width: 100%;}*/

  header .sp-nav nav.global-navigation li:last-child {
    border-bottom: none;
  }
  header .sp-nav nav.global-navigation li a {
    display: block;
    color: #fff;
  }

  /* Effects */
  header .overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  }
  header .overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
  }

  /*
.htel {
	position:absolute;
		float:none;
		width:100%;
	text-align:center;
	margin:20px auto 0;

	color:#fff;
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
	
	letter-spacing:0.1em;
}	
	.htel span {font-size:18px;}
	.htel a {
		display:block;
		color:#fff;
		padding-bottom:10px;
		background:none;
	}
*/
}

/* layout */
/*=================================
	Initialization of style
===================================*/

::selection {
  /*
    background: #ffa95c;*/
  background: #fbc799;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;

  background: none;
  color: #333333;

  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;

  line-height: 150%;
  width: 100%;
  min-width: 1020px;
}

a:link,
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover,
a:active {
  text-decoration: none;
  color: #aaaaaa;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0;
  padding: 0;
}
img,
a img {
  border: none;
  vertical-align: bottom;
}

a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/*.pn{ display:none;}*/

/* List_group */
ul,
ol,
li {
  list-style: none;
}

/* inline-style */

/* table */

/* table td input,
select,
textarea {
  border: none;
  background: #f5f5f6;
  font-size: 16px;
  padding: 14px 20px;
  font-family: inherit;
  width: 100%;
} */
table td textarea {
  width: 100%;
}

.btn-center p {
  margin-top: 2rem;
}

.btn-small {
  padding: 8px 0;
  max-width: 235px;
}

table .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  background: #f5f5f6;
  line-height: 1.7;
}

/* .subcon table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}
.subcon table p {
  margin-top: 0;
}
.subcon table ul {
  margin-top: 0;
}
.subcon table ul li:first-child {
  margin-top: 0;
}
.subcon table th,
.subcon table td {
  padding: 20px;
  border-top: 1px dotted #dcdcdc;
  border-bottom: 1px dotted #dcdcdc;
  text-align: left;
}
.subcon table th {
  width: 26%;
} */

.contact_btn input {
  color: #fff;
  border: none;
  padding: 20px;
  width: 100%;
  cursor: pointer;
  margin: 1em 0 0;
  display: block;
  text-decoration: none;
  color: #ffffff;
  transition: 0.4s;
  text-align: center;
  font-size: 1.15em;
  font-weight: 400;
  background-color: #003789;
}
.contact_btn input:hover {
  background-color: #000;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*=============================
	Layout-Base
===============================*/

/* site-header
-------------------------*/
.site-header {
  /* position: fixed; */
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 9999;
  position: absolute;
}

.site-header.hide {
  transform: translateY(-100%);
}

/* header
-------------------------*/
.clearfix:after {
  display: block;
  content: " ";
  clear: both;
}
header {
  width: 100%;
  margin: 0 auto;

  /* min-height: 120px;  */
  /*
    font-family: 'Noto Sans JP', sans-serif;*/
}

#header {
  /*	padding-left:1%;*/
  height: auto;

  /* position: fixed; */
  /*z-index:10;*/
  z-index: 8888;

  transition: 0.3s ease-in-out;
  /*        padding-bottom: 20px;*/
  /* min-height: 127px;  */
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}
#header.sticky {
}

/* blockgroup */
#header h1 {
  font-size: 11px;
  text-align: left;
  padding-top: 30px;
  padding-left: 1%;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;

  /*visibility: hidden;*/
  /*display: none;*/
  max-width: calc(100% - 10px);
  line-height: 16px;
}

.siteTitle {
  margin: 0 auto;
  margin-top: 75px;
  margin-left: 1%;
  text-align: left;
  position: absolute;
  top: 0px;
  transition: 0.4s;
}

.h_info {
}
.hour {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.005em;
}

/* global-navigation
-------------------------*/
.pc-nav {
  /*	float:right;*/
}
.pc-nav ul {
  margin-right: 10px;
  /* position: relative; */
}
.pc-nav li {
  /*		display:inline;*/
  /*		margin-right:3em;*/
  margin-left: 0em;
  margin-top: 40px;
  line-height: 20px;
  letter-spacing: 0.05em;

  position: relative;
}

.pc-nav li a {
  display: block;
  margin: 0px 0 0 40px;
  padding-bottom: 10px;
  line-height: 150%;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}
.pc-nav li span {
  display: block;
}

.pc-nav li span.pcnaven {
  font-size: 1.35em;
  /*
                color: none;*/
  padding-bottom: 5px;
}

.pc-nav li a:link,
.pc-nav li a:visited {
  color: #fff;
}
.pc-nav li a:hover,
.pc-nav li a:active {
  color: #999999;
  text-decoration: none;
  /*background:rgba(255,255,255,0);*/
  background: url("../img/common/pc_nav_bar.png") no-repeat center bottom;
}

.pc-nav .current a {
  color: #999999;
  text-decoration: none;
  /*background:rgba(255,255,255,0);*/
  background: url("../img/common/pc_nav_bar.png") no-repeat center bottom;
}

/* btn-contact -------------------------*/
.contact-list {
  position: relative;
  width: 475px;
  margin-left: auto;
}
.pc-nav li.btn-contact {
  background: #3d8f3a;
  position: absolute;
  top: -16px;
  right: 0;
  margin-top: 0px;
  margin-right: 25px;
  width: 190px;
  height: 50px;
  transition: 0.4s;
  border-radius: 5px;
}

.pc-nav li.btn-contact a {
  display: block;
  margin: 0 0px;
  padding: 0px 0px 0px;
  border: 0px solid #ffffff;
  font-size: 1.05em;
  font-weight: 500;
  transition: 0.4s;
  height: 100%;
}
.pc-nav li.btn-contact a:link,
.pc-nav li.btn-contact a:visited {
  color: rgba(255, 255, 255, 1);
}
.pc-nav li.btn-contact a:hover,
.pc-nav li.btn-contact a:active {
  text-decoration: none;
  background: #f1d162;
  border-radius: 5px;
}
.pc-nav li.btn-contact a span {
  background: url("../img/common/hd_icon_mail.png") no-repeat left top 3px;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 0px 0 0 30px;
  font-size: 1em;
  font-weight: bold;
  transition: 0.4s;
  font-family: Arial, Helvetica, "sans-serif";

  letter-spacing: 0.05em;
}
.pc-nav li.btn-contact a:hover span {
}

/* btn-tel -------------------------*/
.pc-nav li.btn-tel {
  /* width: 180px; */
  position: absolute;
  top: -26px;
  margin-top: 0px;
  min-height: 50px;
  font-size: 1.65em;
  font-weight: bold; /*font-family: 'Noto Serif JP', sans-serif;*/
  color: #333333;
  line-height: 16px;
  text-align: left;
}

.pc-nav li.btn-tel dl {
  margin-top: 10px;
}
.pc-nav li.btn-tel dl dd {
  margin-top: 8px;
}
.pc-nav li.btn-tel dl dd.hd-tel01 span:nth-of-type(1) {
  font-family: "Times New Roman", Times, serif;
  padding-left: 30px;
  font-size: 30px;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0.01em;
  padding-bottom: 0px;
  text-align: left;
  color: #fff;
}
.pc-nav li.btn-tel dl dd.hd-tel01 span:nth-of-type(1)::before {
  content: "TEL";
  font-size: 20px;
  padding-right: 10px;
}

/*
            .pc-nav li.btn-tel dl dd.hd-tel01 span:nth-of-type(2){ text-align: right; padding-right: 10px;}*/

/*
	        .pc-nav li.btn-tel span{ display: inline-block; margin: 0; padding: 5px 0 5px 30px; background: url("../img/common/hd_icon_tel.png") no-repeat left center; font-size: 2.55em; font-family: 'Noto Serif JP', sans-serif;}*/
.pc-nav li.btn-tel span a {
  padding: 0px 0px 0px;
  line-height: inherit;
  font-size: 1em;
  font-weight: bold;
  background: none;
} /* reset */
/*
	        .pc-nav li.btn-tel span.btn-tel-time{ display: inline-block;letter-spacing: 0.05em; margin-left: 1em;}*/

/* main-visual
-------------------------*/
.topmainbox-wrap {
  position: relative;
  /*margin: 134px 0 0;*/
  /*margin: 0px 0 0;*/
  /* margin-top: 127px;  */
}
.topmainbox {
  width: calc(100% - 0px);
  margin: 0 auto 0 auto;
  /*
    height: calc(100vh - 0px);*/
}

#slider {
}

#slider .flex-center {
  position: absolute;
  width: 100%;
  padding: 0 19%;
  bottom: 15%;
}

.topmainbox-wrap #slider li {
  height: calc(100vh - 0px);

  max-height: 1000px;
}
.topmainbox-wrap #slider li.main01 {
  background: url(../img/top/bg_visual01.jpg) no-repeat right top /*, #FFFFFF*/;
  background-size: cover;
  /* filter: brightness(0.8); */
}

.topmainbox-wrap .topmain-txt h2 {
  position: absolute;
  /*top: calc(40% - 45px);*/
  top: 25%;
  left: 50%;
  transform: translate(-50%);
  z-index: 5000;
}
.topmainbox-wrap .topmain-txt h2 img {
  width: 45vw;
}
.bx-wrapper .bx-pager {
  display: none;
}
/*
		.topmainbox-wrap .topmain-txt dt {}
		.topmainbox-wrap .topmain-txt dt h2{}*/
/*
		.topmainbox-wrap .topmain-txt dd {
    }*/

.maintext {
  position: absolute;
  font-size: 3vw;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #fff;
  top: -170px;
  left: 70px;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .maintext {
    font-size: 5vw;
    top: -190px;
    left: 20px;
  }
}

/* square_btn
-------------------------*/
.square_btn {
  margin: 1em 0 0;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #131313;

  background: /*url("../img/common/arw00.png") no-repeat right 10px center, */ none;
  border: 1px solid #131313;

  transition: 0.4s;
  text-align: center;
  font-size: 1.05em;
  font-weight: bold;
}
.square_btn:link,
.square_btn:visited {
  color: #131313;
  background: none;
}
.square_btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #131313;
}

.square_btn_blue {
  margin: 1em 0 0;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #ffffff;

  background: /*url("../img/common/arw02.png") no-repeat right 10px center, */ none;
  border-radius: 50px;
  border: 1px solid #29498a;

  transition: 0.4s;
  text-align: center;
  font-size: 1.05em;
  font-weight: bold;
}
.square_btn_blue:link,
.square_btn_blue:visited {
  color: #29498a;
  background: none;
}
.square_btn_blue:hover {
  color: #ffffff;
  text-decoration: none;
  background: #131313;
}

/* pagetop
-------------------------*/
/* js */
/* js */
/* js */

/* footer
-------------------------*/
footer {
  background: url(../img/common/ft_bg.jpg) no-repeat center center / cover;
  padding-bottom: 20px;
}
#footer {
  max-width: 1040px;
  width: 96%;
  margin: 0 auto;
  padding: 100px 0 56px;
}
.ft_logo {
  width: 28%;
  max-width: 250px;
}
.ft_btn_contact {
  line-height: 60px;
  height: 60px;
  letter-spacing: 0.075em;
  color: #fff;
  font-size: 12px;
  background: #ffe800;
  transition: 0.4s;
  max-width: 250px;
  margin: 40px auto 0;
}
.ft_btn_contact span {
  background: url(../img/common/ft_icon_mail.png) no-repeat left center;
  padding-left: 30px;
}
.ft_btn_contact a {
  color: #080807;
  text-decoration: none;
  display: block;
}
.ft_btn_contact:hover,
.ft_btn_contact:active {
  background: #fff;
}
.ft_location {
  width: 45%;
  max-width: 300px;
}
#footer h4 {
  border-top: 3px solid #777777;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.1em;
  padding-top: 10px;
  line-height: 1em;
  color: #777777;
}
.ft_location dl {
  text-align: left;
}
.ft_location dt {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
}
.ft_location .tel_link {
  font-size: 24px;
  background: url(../img/common/ft_icon_tel.png) no-repeat left center;
  padding-left: 24px;
  color: #ffe800;
}
.ft_location dd a {
  text-decoration: none;
}
.ft_location dd {
  margin-top: 5px;
}
.ft_nav {
  text-align: left;
  width: 55%;
}
.ft_nav ul {
  float: left;
  margin-top: 18px;
}
.ft_nav ul:nth-of-type(1),
.ft_nav ul:nth-of-type(2) {
  margin-right: 30px;
}
.ft_nav li {
  line-height: 36px;
  letter-spacing: 0.075em;
  font-size: 13px;
  margin-bottom: 20px;
}
.ft_nav li a {
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
}
.ft_nav li a:hover {
  opacity: 0.5;
}
.copyright {
}
.copyright address {
  line-height: 24px;
  color: #fff;
  text-align: center;
}

/*=============================
	Common-class
===============================*/
/* float */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}

/* float-clear */
.clear {
  clear: both;
}
br.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* image-layout */
.imgleft {
  float: left;
}
.imgleft img {
  display: block;
}
.imgright {
  float: right;
}
.imgright img {
  display: block;
}

/* table-default-style */
table.def {
}
table.def tr,
th,
td {
}
table.def th {
}
table.def td {
}

/* Bread_crumb_List */
.bread_crumb_list {
  text-align: left;
  margin: 20px 0 28px 0;
}
.bread_crumb {
  max-width: 1040px;
  margin: 0 auto 0;
}
.bread_crumb li {
  display: inline;
  font-size: 13px;
}
.bread_crumb li:after {
  content: "\003e";
  padding-left: 0.35rem;
  margin-right: 0.075rem;
  color: #000;
}
.bread_crumb li:last-child:after {
  content: "";
}
.bread_crumb li a {
  color: #b1b15c;
}
.bread_crumb li a:hover {
  text-decoration: underline;
}
.bread_crumb li.current:after {
  content: "";
}

/*=============================
	TopPage setting
===============================*/
.xpn {
  display: none !important;
}
.xpn-inline {
  display: none !important;
}

#wrap-content {
}
#wrap-content.topcon {
  overflow: hidden;
}

#wrap-content.topcon h3 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}

#wrap-content.topcon h3 span:nth-of-type(1) {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0 0;
  padding-right: 10px;

  color: #9e272d;
}

#wrap-content.topcon p {
  margin-top: 2em;
  line-height: 250%;
  font-size: 1rem;
}
#wrap-content.topcon p.catch {
  font-family: "Times New Roman", Times, serif;
  font-size: 27px;
  line-height: 150%;
}

#wrap-content section {
  width: 1040px;
  margin: 0 auto;
}

#pagebody {
  position: relative;
}

/* tc00-news */
#tc00-news section {
  padding: 100px 0 0;
}

.ec-role {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ec-secHeading {
  display: none;
}


/* tc01-greeting */
#tc01-greeting section {
  padding: 100px 0;
}

/* tc03-3colum */
#tc03-3colum {
  position: relative;
}
#tc03-3colum::before {
  content: "";
  background-color: #b1b15c;
  width: 65%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: -1;
}
#tc03-3colum section {
  /* padding: 20px 0 80px; */
  margin: 100px auto;
  width: 1440px;
}
#tc03-3colum .newsList {
  padding: 100px 0;
}
#tc03-3colum h3 {
  float: left;
  text-align: left;
  width: 30%;
  color: #fff !important;
  margin-top: 40px;
}
#tc03-3colum h3::first-letter {
  color: #fff !important;
}
#tc03-3colum h3 span {
  font-size: 35px;
  color: #fff !important;
}
#tc03-3colum ul {
  width: 70%;
  float: right;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #tc03-3colum ul,
  #tc03-3colum h3 {
    float: none;
  }
}
#tc03-3colum li {
  overflow: hidden;
  width: 320px;
  height: 320px;
  position: relative;
  transition: 0.4s;
}
#tc03-3colum li:hover {
  box-shadow: 10px 10px 1px #333;
}
#tc03-3colum li a h4 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  z-index: 9;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-size: 18px;
}
#tc03-3colum li a h4 span {
  display: block;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0 0;
  padding-right: 10px;
  text-transform: uppercase;
}
#tc03-3colum li img {
  width: 100%;
  opacity: 1;
  filter: brightness(0.5);
}
#tc03-3colum li span {
}
#tc03-3colum li a {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.btn01 {
  background: #9e272d;
  margin-top: 0px;
  width: 320px;
  height: 70px;
  transition: 0.4s;
  margin: 0 auto;

  position: relative;
  line-height: 50px;
}
.btn01 a {
  display: block;
  padding: 0;
  transition: 0.4s;
  color: #fff;
  font-size: 1rem;
  line-height: 70px;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
.btn01 a::after {
  content: url(../img/common/arw.png);
  position: absolute;
  right: 20px;
  top: -5px;
}
.btn01:hover {
  background-color: #fff;
}
.btn01 a:hover {
  color: #9e272d;
}

.btn04 {
  background: #9e272d;
  margin-top: 0px;
  width: 320px;
  height: 70px;
  transition: 0.4s;
  margin: 0 auto;

  position: relative;
  line-height: 50px;
}
.btn04 a {
  display: block;
  padding: 0;
  transition: 0.4s;
  color: #fff;
  font-size: 1rem;
  line-height: 70px;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}
.btn04:hover {
  background-color: #fff;
}
.btn04 a:hover {
  color: #9e272d;
}

/* tc02-about */

#tc02-about {
  position: relative;
}
#tc02-about section {
  padding: 150px 0 100px;
}
#tc02-about::before {
  width: 80%;
  height: 90%;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  background: #f6f6f6;
  z-index: -1;
}

.tc02-about {
  padding: 80px;
}
.tc02-about .contentTxt {
  padding: 80px;
  width: 58%;
  margin-left: auto;
  background: #fff;
}
.tc02-about .contentTxt p {
  margin-top: 40px;
  text-align: left;
  margin-right: auto;
}
.tc02-about .contentImg {
  position: absolute;
  content: "";
  background: url("../img/top/ct01_bg.jpg") no-repeat left;
  display: block;
  left: 0;
  top: 0;
  width: 70%;
  height: 80%;
  z-index: -1;
  /* margin-top: -100px; */
}
.tc02-about .contentImg img {
  width: 100%;
}

#wrap-content.topcon #tc02-about h3 span:nth-of-type(1) {
  display: block;
}
#wrap-content.topcon #tc02-about h3 {
  text-align: center;
}

.btn02 {
  line-height: 50px;
  width: 100%;
  max-width: 300px;
  height: 40px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  transition: 0.4s;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0;
  margin-top: 40px;
  border: 1px solid #fff;
}
.btn02 a {
  color: #fff;
  display: block;
  padding: 0;
  transition: 0.4s;
  letter-spacing: 0.1em;
  line-height: 39px;
}

.btn02:hover {
  box-shadow: 10px 10px 1px #fff;
}

.btn03 {
  font-size: 1rem;
  background: none;
  transition: 0.4s;
  margin: 0 auto;
  position: relative;
  padding: 0;
  margin-top: 20px;
  border-radius: 5px;
  box-sizing: content-box;
  background: url(../img/common/line.png) no-repeat center left;
  padding-left: 90px;
  width: 30%;
}

.btn03 a {
}
.btn03:hover {
  background-position-x: -10%;
}

.gmap iframe {
  width: 100%;
}

/*=============================
	Sub(Lower)Page setting
===============================*/
/* reCAPTCHA */
/* ========================= */
div.wpcf7-mail-sent-ok {
  display: none !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
/* =========================  */
.alignL {
  text-align: left !important;
}
.alignC {
  text-align: center !important;
}
.alignR {
  text-align: right !important;
}
.mr0 {
  margin-right: 0;
}
.ml0 {
  margin-left: 0;
}
.bg-w {
  background-color: white;
}
.bg-g {
  background-color: #3d8f3a;
  color: #fff !important;
}
.bg-g section {
  padding: 3rem 0;
}
.bg-g h3,
.bg-g h3::first-letter {
  color: #fff !important;
  margin-top: 0 !important;
}
.bg-lg {
  padding: 40px;
  background-color: #eef8ed;
}
.subcon .bg-lg h3 {
  margin-top: 0;
  text-align: center;
}
.subcon .bg-lg p {
  text-align: center;
}
.pl-1rem {
  padding-left: 1rem;
}
.m0a {
  margin: 0 auto;
}
.w_20 {
  width: 20%;
}
.w_25 {
  width: 25%;
}
.w_25 img {
  padding: 10px;
}
.w_30 {
  width: 30%;
}
.w_30 img {
  width: 100%;
}
.w_40 {
  width: 38%;
}

.w_50 {
  width: 48%;
}
.w_50 img {
  width: 100%;
}
.w_60 {
  width: 58%;
}
.w_70 {
  width: 65%;
}
.w_90 {
  width: 90%;
}
.w_100 {
  width: 100% !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1rem {
  margin-top: 1rem !important;
}
.mt2rem {
  margin-top: 2rem !important;
}
.mt5rem {
  margin-top: 5rem !important;
}
.over-h {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.bg-gray {
  background-color: #f8f8f8;
  padding: 0 2rem 2rem;
  margin-top: 2rem;
}
.bg-blue {
  background-color: #eaf2f8;
  margin-top: 6rem;
  padding: 1px 0 6rem;
}

/*=============================
	Sub(Lower)Page setting
===============================*/
#wrap-content.subcon {
}

#wrap-content.subcon img {
  width: 100%;
}
.submainbox-wrap {
  height: 350px;
  background: url(../img/top/bg_visual01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.submainbox-wrap h2 {
  position: relative;
  top: 60%;
  transform: translateY(-50%);
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 6px #000;
}
#wrap-content.subcon section {
  padding-bottom: 80px;
}

/* 笆ｽ繝��繝悶Ν */

.defTable01 {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  margin: 50px auto 0px auto;
}
.defTable01 tr:first-child th,
.defTable01 tr:first-child td {
  border-top: 1px solid #bdbdbd;
}
.defTable01 th,
.defTable01 td {
  padding: 24px;
  border-bottom: 1px solid #bdbdbd;
}
.defTable01 th {
  width: 24%;
  background: #f3f3f3;
  /* color: #fff; */
}
.defTable01 td {
  text-align: left;
}

.defTable02 {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.defTable02 th,
.defTable02 td {
  padding: 10px;
  border: 1px solid #bdbdbd;
}
.defTable02 th {
  width: 40%;
  background: #f3f3f3;
}

/* 笆ｲ繝��繝悶Ν */

#wrap-content.subcon h3.wc_h3_01 {
  text-align: center;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #333333;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  margin-top: 70px;
}
#wrap-content.subcon h3.wc_h3_01 span {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.05em;
  margin: 0 0;
  padding-right: 10px;
  color: #9e272d;
  display: block;
}
#wrap-content.subcon h3.wc_h3_02 {
  font-size: 28px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  padding: 0.5rem 1.5rem;
  position: relative;
  color: #9e272d;
  margin-top: 50px;
}
#wrap-content.subcon h3.wc_h3_02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 5px;
  background: #9e272d;
}
/* #wrap-content.subcon p{
  line-height: 2;
} */
#wrap-content.subcon .wc_h4_01 {
  text-align: center;
  line-height: 1.4;
  font-size: 30px;
  margin-top: 60px;
  font-weight: normal;
}
#wrap-content.subcon .wc_h4_01::after {
  content: "";
  margin-top: 1em;
  width: 3.3em;
  height: 4px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  background: linear-gradient(to right, #9e272d 0%, #9e272d 50%, #b1b15c 50%, #b1b15c 100%);
}
#wrap-content.subcon .wc_h5_01 {
  font-size: 18px;
  margin-top: 50px;
  line-height: 1.7;
}

/* privacy
-----------------------*/

.pri-txt {
  margin-top: 15px;
  line-height: 2;
}
.ulbox01 {
  margin-top: 20px;
}
.ulbox01 li {
  list-style: inside;
  margin-top: 5px;
  line-height: 2;
}

/* sitemap
-----------------------*/
.sitemap_list li {
  width: 31%;
  margin-top: 30px;
}
.sitemap_list li a {
  text-align: center;
  display: block;
  background: #9e272d;
  border: 1px solid #9e272d;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.4s;
  font-weight: normal;
}
.sitemap_list li a:hover {
  background: #fff;
  color: #9e272d;
}

/* faq
-----------------------*/
.answer-list {
  display: flex;
  align-items: baseline;
  margin-top: 40px;
}
.question {
  color: #9e272d;
}
.list-q {
  font-size: 20px;
  color: #9e272d;
}
.q {
  color: #fff;
  background-color: #9e272d;
  border-radius: 50%;
  padding: 10px 17px;
  font-weight: bold;
  margin-right: 20px;
  font-size: 20px;
}
.answer {
  color: #67615b;
  /* padding: 0 0 30px 40px; */
  padding-left: 2px;
}
.a {
  color: #fff;
  background-color: #b1b15c;
  border-radius: 50%;
  padding: 10px 18px;
  font-weight: bold;
  margin-right: 20px;
  font-size: 18px;
}
.answer-info {
  font-size: 1.125rem;
  letter-spacing: 2px;
}

.answer-info a {
  color: #9e272d;
}

.answer-info a:hover {
  text-decoration: underline;
}

.detail {
  padding: 10px 0 0px 67px;
  letter-spacing: 2px;
  line-height: 30px;
}
.faq-box {
  border-bottom: solid 2px #67615b;
  padding-bottom: 30px;
}

/* feature
-----------------------*/

.policy-box li {
  width: 48%;
  margin-top: 60px;
}
.policy-box__figure {
  position: relative;
  z-index: 2;
  width: calc(100% - 10px);
}
.policy-box__figure:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: -1;
  line-height: 1.75;
}
.policy-box__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #9e272d;
}
.policy-box__text {
  margin-top: 15px;
  text-align: left;
}
.shop-wrap .blc {
  width: 48%;
  margin-top: 3em;
  /* margin-right: 3%; */
  border: 1px solid #e2e2e2;
  padding: 35px 40px 20px;
}
.shop-wrap .blc .inner .s_ttl {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
.shop-wrap .blc .inner .s_ttl a {
  text-align: center;
  display: block;
  background: #9e272d;
  border: 1px solid #9e272d;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.4s;
  font-weight: normal;
}
.shop-wrap .blc .inner .s_ttl a:hover {
  background: #fff;
  color: #9e272d;
}
.shop-wrap .blc .inner .s_txt {
  margin-top: 15px;
}

/* about
-----------------------*/

.content-box-inner,
.content-box-inner02 {
  margin-top: 50px;
  text-align: left;
}
.content-box__figure {
  width: 42%;
}
.content-box-inner .content-box__text {
  margin-left: 30px;
  flex: 1;
}
.content-box .content-box__senntene {
  margin-top: 10px;
  text-align: left;
  line-height: 2;
}
.content-box .content-box__titl {
  font-size: 22px;
  font-weight: 500;
  color: #5a5858;
  line-height: 1.5;
}
.content-box-inner02 .content-box__text {
  margin-right: 30px;
  flex: 1;
}
.content-box .content-box__titl.red-cl {
  color: #9e272d;
}
.cap-txt {
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}
.about-menu li {
  width: 23.5%;
  margin-right: 20px;
  margin-top: 40px;
}
.about-menu li:nth-of-type(4n) {
  margin-right: 0px;
}
.about-menu li p {
  margin-top: 10px;
  font-size: 18px;
}

/* takeout
-----------------------*/

.content-box__senntene .tel_link {
  font-size: 20px;
  /* color: #9e272d; */
}
.content-box__text ul li {
  line-height: 1.8;
}
.menu-list01 dl {
  align-items: center;
  font-size: 15px;
  margin-top: 20px;
}
.menu-list01 dl dt,
.menu-list dl dd {
  padding: 5px;
  font-weight: 600;
  text-align: left;
}
.menu-list01 dl dd {
  order: 1;
  padding-left: 10px;
}
.menu-list01 dl::after {
  content: "";
  border-top: 2px dotted #afaeaa;
  flex: auto;
}
.oomori {
  text-align: right;
  margin-top: 10px;
}
.menu-img-list li {
  width: 31%;
  margin-top: 40px;
}
.menu-img-list li p {
  font-size: 18px;
}
.menu-wrap .menu-list01 {
  width: 45%;
}
.menu-wrap .oomori {
  text-align: left;
}
.menu-cate {
  background: #b1b15c;
  color: #fff;
  padding: 10px 0px 10px 10px;
  font-size: 20px;
  margin-top: 50px;
}
.menu-img-list.flex-center li {
  margin-right: 20px;
}
.setmenu-list-1 {
  width: 31%;
  line-height: 2;
  margin-top: 30px;
  font-size: 18px;
}
.setmenu-list-a {
  width: 15%;
  line-height: 2;
  margin-top: 30px;
  font-size: 18px;
}
.setmenu-list-1 li {
  list-style: decimal;
}
.setmenu-list-a li {
  list-style: upper-alpha;
}
.flex-cen {
  display: flex;
  justify-content: center;
}
.bg-on {
  background: #b1b15c;
  padding: 10px;
  color: #fff;
}
.menu-list01 .bg-on dt {
  font-weight: normal;
}
.menu-list01 dl.bg-on::after {
  border-top: 2px dotted #fff;
}
.mori-menu .inner {
  width: 48%;
}
.mori-menu .inner ul {
  border: 1px solid #b1b15c;
  padding: 0px 20px 10px;
}
.mori-menu .inner ul li {
  list-style: inside;
  line-height: 2;
  margin-top: 10px;
}
.menu-set-img {
  width: 80%;
  margin: 40px auto 0px;
}
.mori-menu .inner.inner3 {
  width: 29%;
}

/* shop
-----------------------*/

.access-box {
  width: 48%;
  margin-top: 40px;
}
.access-box iframe {
  max-height: 399px;
  width: 100%;
}
.access-txt {
  width: 100%;
  line-height: 1.8;
}

/* product
-----------------------*/

/* .ec-searchnavRole{
  margin-bottom: 0;
  padding: 0;
} */

.ec-topicpath {
  letter-spacing: -0.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  border-bottom: 1px solid #ccc;
  /* border-bottom: 1px dotted #ccc; */
  padding-bottom: 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092c4;
}
.ec-topicpath .ec-topicpath__item,
.ec-topicpath .ec-topicpath__divider,
.ec-topicpath .ec-topicpath__item--active {
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: relative;
  letter-spacing: normal;
}
.ec-topicpath .ec-topicpath__item a {
  color: inherit;
  text-decoration: none;
  font-size: 18px;
}
.ec-searchnavRole .ec-searchnavRole__infos {
  margin: 0 auto;
  /* padding-left: 20px;
  padding-right: 20px; */
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  border-top: 0;
  margin-bottom: 16px;
  padding-top: 5px;
  /* flex-direction: column; */
}
.ec-searchnavRole .ec-searchnavRole__counter {
  margin-bottom: 16px;
  width: 100%;
}
.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos *::before,
.ec-searchnavRole .ec-searchnavRole__infos *::after {
  box-sizing: inherit;
}
.ec-searchnavRole .ec-searchnavRole__actions {
  text-align: right;
  width: 100%;
}
.ec-select {
  margin-bottom: 16px;
}
.ec-select select {
  display: inline-block;
  width: auto;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  /* padding: 2% 1%; */
  border-radius: 3px;
}
.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-birth select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-searchnavRole .ec-searchnavRole__infos:after {
  clear: both;
  content: " ";
  display: table;
}
.ec-shelfRole {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-shelfGrid {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 36px;
  width: 24%;
  display: flex;
  flex-direction: column;
  margin-right: 13px;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(4n) {
  margin-right: 0px;
}
.ec-shelfGrid a {
  color: inherit;
  text-decoration: none;
}
.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}
/* .ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-top: 15px;
} */
.ec-blockBtn--action {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #9e272d;
  border-color: #9e272d;
  display: block;
  width: 100%;
  height: 56px;
  max-width: 300px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.4s;
}
.ec-blockBtn--action:hover {
  background: #fff;
  color: #9e272d;
}
.ec-font-bold {
  font-weight: bold;
}
.ec-numberInput input {
  padding: 2%;
}
.ec-shelfGrid__item-image + p,
.price02-default {
  line-height: 1.8;
}
.ec-pager {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}
.ec-pager .ec-pager__item--active {
  background: #f3f3f3;
}
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  color: inherit;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}
.ec-pager .ec-pager__item:hover {
  background: #f3f3f3;
}

/* product/detail
-----------------------*/

.ec-layoutRole .ec-layoutRole__contents {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-wrap: nowrap;
}
.ec-layoutRole .ec-layoutRole__main {
  width: 100%;
}
.ec-productRole {
  margin: 50px auto 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-grid2 {
  display: flex;
}
.ec-grid2 .ec-grid2__cell {
  width: 50%;
  position: relative;
  min-height: 1px;
}
.ec-sliderItemRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}
.slick-slider {
  margin-bottom: 30px;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-initialized .slick-slide {
  display: block;
}
.ec-sliderItemRole .item_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.ec-sliderItemRole .slideThumb {
  margin-top: 25px;
  width: 33%;
  opacity: 0.8;
  cursor: pointer;
}
.ec-sliderItemRole .slideThumb img {
  width: 80%;
}
.ec-productRole .ec-productRole__profile {
  margin-left: 16px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 32px;
}
.ec-productRole .ec-productRole__tags {
  margin-top: 16px;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__tag {
  display: inline-block;
  padding: 2px 5px;
  list-style: none;
  font-size: 80%;
  color: #525263;
  border: solid 1px #d7dadd;
  border-radius: 3px;
  background-color: #f5f7f8;
}
.ec-productRole .ec-productRole__price {
  color: #9e272d;
  font-size: 28px;
  padding: 0;
  border-bottom: 0;
}
.ec-productRole .ec-productRole__price {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__category {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .ec-productRole__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ec-productRole .ec-productRole__category a {
  color: #33a8d0;
}
.ec-productRole .ec-productRole__actions {
  padding: 14px 0;
}
.ec-numberInput input[type="number"] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}
.ec-productRole .ec-productRole__btn {
  width: 60%;
  margin-bottom: 16px;
  min-width: 350px;
}
/* .ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
} */

/* cart
-----------------------*/

.ec-cartRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ec-cartRole .ec-cartRole__progress {
  width: 100%;
  text-align: center;
}
.ec-progress {
  margin: 30px auto 0px;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  list-style: none;
}
.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
.ec-progress .ec-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 42px;
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.ec-progress .is-complete .ec-progress__number {
  background: #5cb1b1;
}
.ec-progress .is-complete .ec-progress__label {
  color: #5cb1b1;
}
.ec-progress .ec-progress__label {
  font-size: 12px;
}
.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #525263;
  width: 100%;
  height: 0.25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}
.ec-progress .ec-progress__item:last-of-type::after {
  content: none;
}
.ec-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-off3Grid .ec-off3Grid__cell {
  position: relative;
  min-height: 1px;
  margin: 30px 0px 0px 25%;
  width: 50%;
}
.ec-alert-warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #b1b15c;
  margin-bottom: 20px;
}
.ec-alert-warning .ec-alert-warning__icon {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}
.ec-alert-warning .ec-alert-warning__text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

/* operation
-----------------------*/

/* voice
-----------------------*/

.voice-wrap {
  border-top: 1px solid #bdbdbd;
  margin-top: 50px;
}
.voice-img {
  width: 25%;
  margin: 20px 20px 0px 0px;
}
.voice-txt {
  flex: 1;
  margin-top: 20px;
}
.voice-txt .titl {
  font-size: 20px;
}
.voice-txt .senntene {
  margin-top: 20px;
  line-height: 1.8;
}
.voice-txt .titl span {
  background: #b1b15c;
  color: #fff;
  padding: 0 1%;
  margin-right: 20px;
  font-size: 16px;
}

/* shipping
-----------------------*/

.bg-wrap {
  background: #f6f6f6;
}
#wrap-content.subcon .bg-wrap h3.wc_h3_01 {
  margin-top: 0;
  padding-top: 70px;
}
.shipping-txt {
  margin-top: 10px;
  letter-spacing: 1px;
  line-height: 1.7;
}
.shipping-list dl {
  border-bottom: 1px solid #bdbdbd;
  margin-top: 20px;
  padding-bottom: 5px;
}

/* guide
-----------------------*/

.ec-off1Grid .ec-off1Grid__cell {
  position: relative;
  min-height: 1px;
  margin-left: 8.33333%;
}
.ec-borderedDefs {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin-bottom: 16px;
  margin-top: 40px;
}
.ec-borderedDefs dl {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 10px 0 10px;
  flex-wrap: wrap;
}
.ec-borderedDefs dt {
  padding-top: 14px;
  width: 28%;
}
.ec-label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.ec-required {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: 2px;
  color: #de5d50;
  font-size: 12px;
  font-weight: normal;
}
.ec-borderedDefs dd {
  width: 70%;
  line-height: 3;
}
.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
  width: 45%;
  padding: 1.5%;
  margin-right: 10px;
}
.ec-zipInput span {
  display: inline-block;
  padding: 0 5px 0 3px;
  margin-left: 5px;
}
.ec-zipInput input {
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 8em;
  font-size: 16px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  /* top: -6px; */
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 0px;
  top: 3px;
}
.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  color: #0092c4;
  vertical-align: 3px;
}
.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  vertical-align: baseline;
  line-height: 0;
}
.ec-zipInput + .ec-select select {
  padding: 1%;
}
.ec-zipInput + .ec-select {
  margin-bottom: 0px;
  margin-top: 5px;
}
.ec-input input {
  width: 100%;
  margin-top: 10px;
}
.ec-birth select {
  display: inline-block;
  width: auto;
  margin: 0 0 10px;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.ec-off4Grid .ec-off4Grid__cell {
  position: relative;
  min-height: 1px;
  margin-left: 33.33333%;
}
.ec-birth span {
  margin-left: 5px;
}
.ec-birth select {
  margin: 0 8px 10px;
}
.ec-blockBtn--cancel {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff !important;
  background-color: #525263;
  border-color: #525263;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
a.ec-link {
  color: #0092c4;
  text-decoration: none;
  cursor: pointer;
}

/* tablet */
/*-------------------------*/
/* 繧ｿ繝悶Ξ繝�ヨ逕ｨ繝ｬ繧､繧｢繧ｦ繝� 1300px*/
/*-------------------------*/
@media screen and (max-width: 1300px) {
  /*
	.pc-nav ul { margin-right: 400px;}
*/
  .pc-nav li {
    letter-spacing: 0em;
  }
  .pc-nav li a {
    padding: 0px 20px 20px;
  }

  .siteTitle img {
    max-width: 250px;
  }
}

/*-------------------------*/
/* 繧ｿ繝悶Ξ繝�ヨ逕ｨ繝ｬ繧､繧｢繧ｦ繝� 1040px*/
/*-------------------------*/
@media screen and (max-width: 1040px) {
  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  body {
    width: 100%;
    min-width: 100% !important;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
  }
  img {
    max-width: 100%;
    height: auto;
  }

  /*section { width: 100%;}*/

  /*=============================
	Layout-Base
===============================*/
  /* header
-------------------------*/

  .h-telicon {
    position: absolute;
    right: 56px;
    top: 25px;
  }
  .h-telicon span {
    display: inline-block;
    padding: 0 0 0 5px;
    font-family: "Times New Roman", Times, serif;
    color: #fff;
    font-size: 1.65em;
    font-weight: normal;
    line-height: 0.75em;
  }

  .h-telicon span a:link,
  .h-telicon span a:visited {
    color: #fff;
  }
  .h-telicon span a:hover,
  .h-telicon span a:active {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  .h-telicon span img {
    filter: grayscale(0);
  }

  header {
    min-height: 70px; /*------*/
  }

  header .navToggle {
    margin-top: 10px;
  }
  header .navToggle span {
    background: #fff;
  }

  #header {
    /*position:static;*/
    position: fixed;
    min-height: auto;
    width: 100%;
  }
  #header.sticky {
    background: rgba(0, 0, 0, 0.5);
  }

  .siteTitle {
    width: 100%;
    position: static;
    margin: 10px auto 0 2%;
    padding: 0em 0 10px;
    text-align: left;
  }
  .siteTitle img {
    max-width: 190px;
  }

  .pc-nav li a {
    display: block;
    padding: 20px 10px;
  }

  .sp-nav li span.pcnaven {
    font-size: 0.7em;
    display: none;
  }

  .sp-nav li.btn-tel {
    color: #ffffff;
    padding-top: 10px;
    font-size: 1.5em !important;
  }

  /* main-visual
-------------------------*/
  .topmainbox-wrap {
    margin: 0px 0 0;
  }
  .topmainbox {
    width: calc(100% - 0px);
    margin: 0 auto;
    height: auto;
  }

  .topmainbox-wrap #slider li {
    height: 30vh;
    min-height: 490px;
  }

  .topmainbox-wrap .topmain-txt h2 {
    position: absolute;
    z-index: 5000;

    text-align: center;
  }
  .topmainbox-wrap .topmain-txt h2 img {
  }

  #slider .flex-center {
    padding: 0 5%;
    bottom: 10%;
  }

  /* footer
-------------------------*/
  #footer {
    width: 90%;
  }
  .ft_logo {
    width: 100%;
  }
  .ft_location {
    width: 35%;
  }
  .ft_nav {
    width: 60%;
  }
  .ft_nav ul:nth-of-type(1),
  .ft_nav ul:nth-of-type(2) {
    margin-right: 10px;
  }
  .ft_nav li a {
    font-size: 12px;
  }
  /*=============================
	TopPage setting
===============================*/
  .xpn {
    display: block !important;
  }
  .xpn-inline {
    display: inline !important;
  }
  .xtn {
    display: none !important;
  }

  #pagebody {
  }

  #wrap-content section {
    width: 90%;
    margin: 0 auto;
  }

  /* tc02-about */
  .tc02-about .contentTxt {
    width: 85%;
  }
  #tc02-about::before {
    width: 85%;
  }
  .tc02-about .contentImg {
    background-position: top;
  }

  /* tc03-3colum */
  #tc03-3colum::before {
    width: 100%;
  }
  #tc03-3colum ul,
  #tc03-3colum h3 {
    width: 100%;
  }
  #tc03-3colum li {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #tc03-3colum .flex {
    display: block;
    margin-top: 40px;
  }

  /* sub
-------------------------*/
  .t_w100 {
    width: 100% !important;
  }

  /*=============================
	Sub(Lower)Page setting
===============================*/
  #wrap-content.subcon {
  }

  /* sitemap
-----------------------*/
  .sitemap_list li {
    width: 48%;
  }

  /* feature
-----------------------*/
  .shop-wrap .blc {
    padding: 25px 10px 20px;
  }

  /* about
-----------------------*/
  .about-menu li {
    width: 48%;
  }
  .about-menu li:nth-of-type(2n) {
    margin-right: 0px;
  }

  /* product
-----------------------*/

  .ec-shelfGrid .ec-shelfGrid__item {
    width: 49%;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(4n) {
    margin-right: unset;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n) {
    margin-right: 0px;
  }
  /* voice
-----------------------*/

  .voice-txt .titl span {
    margin-right: 10px;
  }
  .voice-txt .titl {
    font-size: 18px;
  }
  /* shop
-----------------------*/
  .access-box iframe {
    max-height: 327px;
  }
}

/* sp */
@media screen and (min-width: 769px) {
} /* END media screen and (min-width: 769px) */

/*-------------------------*/
/* SP繝ｬ繧､繧｢繧ｦ繝� 767px*/
/*-------------------------*/
@media screen and (max-width: 767px) {
  #topcontrol img {
    width: 50%;
  }

  /*=============================
	Layout-Base
===============================*/

  h1 {
    display: none;
  }

  /* header
-------------------------*/

  header {
    min-height: 70px; /*------*/
  }
  #header {
    /*
		position:fixed;*/
  }
  header .sp-nav nav.global-navigation li {
    width: 50%;
  }
  #slider .btn01 {
    margin-top: 10px;
  }

  /* main-visual
-------------------------*/
  .topmainbox-wrap {
  }
  .topmainbox {
    width: calc(100% - 0px);
    margin: 0 auto;
  }
  #slider {
  }
  .topmainbox-wrap .topmain-txt h2 {
    width: 300px;
    top: calc(40% - 75px);
  }
  .topmainbox-wrap .topmain-txt h2 img {
    width: 300px;
  }

  .topmainbox-wrap #slider li.main01 {
    background-size: 140%;
  }
  /* footer
-------------------------*/
  #footer {
    padding: 0 0 30px;
  }
  .ft_logo {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .ft_location {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .ft_logo {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .ft_nav {
    text-align: center;
    width: 100%;
    float: none;
    max-width: 100%;
    margin-top: 50px;
  }
  .ft_nav ul {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .ft_nav ul:nth-of-type(1) {
    margin: 20px auto 0;
  }
  .ft_nav li {
    line-height: 35px;
    height: 35px;
    color: #0f214e;
    display: block;
    width: 100%;
    background: #fff;
    margin: 8px 0 0;
    padding: 0;
  }
  .ft_nav li a {
    margin: 0;
    display: block;
    text-decoration: none;
    color: #080807;
    font-size: 14px;
  }

  /*=============================
	TopPage setting
===============================*/
  .xsn {
    display: none !important;
  }

  #wrap-content.topcon p.catch {
    font-size: 17px;
  }
  #wrap-content.topcon p {
    font-size: 14px;
  }

  #wrap-content.topcon h3 span:nth-of-type(1) {
    font-size: 40px;
  }

  /* #tc00-news */
  #tc00-news section {
    padding: 50px 0 0;
  }

  /* #tc01-greeting */
  #tc01-greeting section {
    padding: 50px 0;
  }

  /* tc03-3colum */

  #tc03-3colum h3 {
    float: none;
    width: 100%;
  }
  #tc03-3colum ul {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
  #tc03-3colum .newsList {
    margin-top: 0;
    padding: 50px 0;
  }
  #tc03-3colum li {
    overflow: hidden;
    line-height: 1.3em;
    height: auto;
  }
  #tc03-3colum li span {
  }
  #tc03-3colum li a {
    width: 100%;
    float: none;
    display: block;
  }
  #tc03-3colum h3 {
    margin: 0;
  }
  #wrap-content.topcon h3 {
    text-align: center;
  }
  /* tc02-about */
  .btn03 {
    width: 100%;
  }

  #tc02-about section {
    padding-bottom: 50px;
  }
  .tc02-about .contentTxt {
    width: 100%;
    margin-top: 80px;
    padding: 20px;
  }
  #tc02-about::before {
    width: 100%;
    height: 80%;
  }
  .tc02-about .contentImg {
    width: 100%;
    height: 36%;
    background-size: cover;
    background-position: bottom;
  }
  #tc02-about .flex {
    display: block;
  }

  #tc02-about .btn02 {
    max-width: 320px;
  }

  /* sub
-------------------------*/
  .s_w100 {
    width: 100% !important;
  }

  /*=============================
	Sub(Lower)Page setting
===============================*/
  #wrap-content.subcon {
  }
  .submainbox-wrap {
    height: 200px;
  }
  .submainbox-wrap h2 {
    font-size: 30px;
  }
  .bread_crumb {
    width: 96%;
  }
  #wrap-content.subcon h3.wc_h3_02 {
    font-size: 20px;
    padding: 5px 0px 10px 1.54rem;
  }
  #wrap-content.subcon h3.wc_h3_02:before {
    height: 70%;
  }
  #wrap-content.subcon h3.wc_h3_01 span {
    font-size: 45px;
  }
  #wrap-content.subcon section {
    padding-bottom: 40px;
  }
  .defTable01 th {
    width: 100%;
    display: block;
    border: none;
    text-align: left;
  }
  .defTable01 td {
    display: block;
    border: 1px solid #e6e6e6;
  }
  .defTable01 tr:first-child th,
  .defTable01 tr:first-child td {
    border-top: none;
  }
  #wrap-content.subcon .wc_h4_01 {
    font-size: 24px;
  }
  /* sitemap
-----------------------*/

  .sitemap_list li {
    width: 100%;
  }

  /* faq
-----------------------*/
  .list-q {
    font-size: 18px;
  }
  .answer-info {
    font-size: 16px;
  }
  .q {
    padding: 5px 12px;
    margin-right: 8px;
  }
  .a {
    padding: 5px 13px;
    margin-right: 8px;
  }
  .detail {
    padding: 10px 0 0px 48px;
  }
  .answer-list {
    margin-top: 20px;
  }

  /* feature
-----------------------*/
  .content-box__figure {
    width: 100%;
  }
  .content-box-inner .content-box__text {
    margin-left: 0;
  }
  .content-box .content-box__titl {
    margin-top: 20px;
  }
  .content-box-inner,
  .content-box-inner02 {
    margin-top: 35px;
  }
  .policy-box li {
    width: 100%;
  }
  .shop-wrap .blc {
    width: 100%;
  }
  .content-box-inner02 .content-box__text {
    margin-right: 0;
  }

  /* about
-----------------------*/
  .about-menu li {
    width: 100%;
    margin-right: 0;
  }

  /* takeout
-----------------------*/

  .menu-img-list li {
    width: 100%;
  }
  .menu-img-list.flex-center li {
    margin-right: 0px;
  }
  .setmenu-list-1 {
    width: 100%;
  }
  .setmenu-list-a {
    width: 100%;
  }
  .menu-wrap .menu-list01 {
    width: 100%;
  }
  .mori-menu .inner {
    width: 100%;
  }
  .mori-menu .inner.inner3 {
    width: 100%;
  }

  /* product
-----------------------*/
  .ec-shelfGrid .ec-shelfGrid__item {
    width: 100%;
    margin-right: 0px;
  }
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(2n) {
    margin-right: unset;
  }

  /* product/detail
-----------------------*/
  .ec-grid2 {
    display: block;
  }
  .ec-grid2 .ec-grid2__cell {
    width: 100%;
  }
  .ec-sliderItemRole {
    padding: 0;
  }
  .ec-productRole .ec-productRole__profile {
    margin-left: 0;
  }
  .ec-productRole .ec-productRole__btn {
    min-width: unset;
    width: 100%;
  }
  /* cart
-----------------------*/
  .ec-cartRole {
    padding: 0;
  }
  .ec-off3Grid .ec-off3Grid__cell {
    width: 100%;
    margin-left: 0;
  }

  /* shop
-----------------------*/

  .access-box {
    width: 100%;
  }
  .access-txt {
    margin-top: 10px;
  }
  .access-box iframe {
    max-height: 300px;
  }

  /* voice
-----------------------*/

  .voice-img {
    width: 100%;
    margin: 20px 0px 0px 0px;
  }
  .voice-txt .titl span {
    display: block;
    padding: 1%;
    margin-right: 0px;
    max-width: 75px;
  }
  .voice-txt .titl {
    line-height: 1.4;
  }
  .voice-wrap {
    margin-top: 30px;
  }

  /* shipping
-----------------------*/

  #wrap-content.subcon .wc_h5_01 {
    font-size: 16px;
  }
  #wrap-content.subcon .wc_h5_01 span {
    display: block;
  }
  #wrap-content.subcon .wc_h5_01.sp-font {
    font-size: 15px;
  }
  .shipping-list dl dt {
    width: 100%;
  }
  .shipping-list dl dd {
    margin-top: 10px;
  }

  /* guide
-----------------------*/

  .ec-borderedDefs dt {
    width: 100%;
  }
  .ec-borderedDefs dd {
    width: 100%;
  }
  .ec-input input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input,
  .ec-select input,
  .ec-birth input {
    padding: 3%;
  }
  .ec-zipInput + .ec-select select {
    padding: 3%;
  }
  .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    margin-left: 0px;
  }
  .ec-blockBtn--action,
  .ec-blockBtn--cancel {
    max-width: unset;
  }
}

/* flex */
.flex {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexno {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-end {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flexno-st {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-center-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-cen-cen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-around-cen {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-around {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.flex-direction01 {
  flex-direction: row-reverse;
}
.flex-direction02-column {
  flex-direction: column;
}

.flex-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sf-minitoolbar {
  display: none !important;
}

html {
  font-size: 16px !important;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100% !important;
}

.ec-blockTopBtn {
  background: none !important;
}

.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos *::before,
.ec-searchnavRole .ec-searchnavRole__infos *::after {
  height: 50px;
}

.ec-layoutRole__main {
  margin-bottom: 5rem;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  height: 150px;
}
@media screen and (max-width: 767px) {
  .ec-topicpath {
    width: 95%;
    margin: 0 auto;
  }
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
  }
  .ec-layoutRole__main {
    margin-bottom: 0rem;
  }
}

.youtube_box {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.youtube_box video {
  width: 70% !important;
  height: auto !important;
}

.ec-shelfGrid__item-image + p,
.price02-default {
  color: #9e272d;
}
</pre></body></html>