@charset "UTF-8";
/*--------------------- reset ---------------------*/
html { font-size: 62.5%; /* sets the base font to 10px for easier math */ }
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}
body {
	color: #222;
	font-family: YuGothic, '游ゴシック', Meiryo, メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
}
body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #222;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
ul, ol, li { list-style-type: none; }
::selection {
	background-color: #222;
	color: #fff; /* Safari */
}
::-moz-selection {
  background-color: #222;
  color: #fff; /* Firefox */
}
img {
  border: none;
  line-height: 0;
}
/*--------------------- reset_end ---------------------*/

/*--------------------- .mv ---------------------*/
.header {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.1);
  padding: 5px 20px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.headInr {
  position: relative;
  overflow: hidden;
}
.headLogo img {
  vertical-align: middle;
  text-align: left;
  width: 4.5%;
}
.gnav {
  margin-top: -14px;
  position: absolute;
  top: 50%;
  right: 0;
}
.gnav li {
  font-size: 1.6rem;
  font-weight: bold;
  float: left;
  margin-left: 40px;
  position: relative;
}
.gnav li a {
  color: #222;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.gnav a:hover { border-bottom: 3px solid #a2110e; }

.gnav li.c_btn a {
  background-color: #a2110e;
  border: 3px solid transparent;
  color: #fff;
  padding: 20px 35px;
}
.gnav li.c_btn a:hover {
  background-color: #fff;
  border-color: #a2110e;
  color: #a2110e;
}
.gnav li.blank a::after {
  content: "\f08e";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: 0;
  left: auto;
}

.headLogo a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.headLogo a:hover { opacity: 0.5; }

.hambur { display: none; }


/*--------------------- .wrap ---------------------*/
.wrap { position: relative; }

/*--------------------- .section ---------------------*/
.section01 {
  background: url("../img/bg_sec01.jpg") no-repeat;
  background-size: cover;
  margin-top: -50px;
  position: relative;
}
.section01::before {
  background: url("../img/o_ornament_03.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40%;
  width: 60%;
}
.section02 {
  background: url("../img/img_greeting_bg.jpg") left center no-repeat;
  background-size: cover;
}
.section02 .greeting_txt {
  padding-right: 30px;
  padding-bottom: 100px;
}
/*.section03 { background: url("../img/bg_pattern_img_02.png") repeat; }*/
.section03 {
  background-image: linear-gradient(
    -45deg,
    #a81a17 25%,
    #a23d37 25%, #a23d37 50%,
    #a81a17 50%, #a81a17 75%,
    #a23d37 75%, #a23d37
  );
  background-size: 10px 10px;
}

.section04 {
  overflow: hidden;
  position: relative;
}
.section04::before {
  background: url("../img/o_ornament_01.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 12%;
  right: -40%;
  width: 50%;
}

/*.section05 { background: url("../img/bg_pattern_img_01.jpg") top left / 50% auto repeat, url("../img/bg_sec05.jpg") top right / contain no-repeat; }*/
.section05 {
  background: url("../img/bg_pattern_img_01.jpg") top left repeat;
  position: relative;
}
.section06 { position: relative; }
.section06::before {
  background: url("../img/o_ornament_02.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: -25%;
  left: -20%;
  width: 30%;
}


/*--------------------- .inr ---------------------*/
.inr {
	margin: 0 auto;
	padding: 110px 20px;
	max-width: 100%;
	width: 1100px;
}
.inr.inr_g { padding: 80px 0 0; }
.inr.inr_s { width: 970px; }
.inr_a {
  width: 505px;
}


/*--------------------- .mv ---------------------*/
.mv {
  background: url("../img/mv.jpg") top right / 100% auto no-repeat;
  background-size: contain;
  padding-bottom: 55%;
  min-width: 100%;
  position: relative;
  top: 0;
  z-index: -1;
}


/*--------------------- .head ---------------------*/
.head01 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*.head01 img {
  max-width: 400px;
  width: 100%;
}*/
.head02 {
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	margin-bottom: 70px;
	position: relative;
	text-align: center;
}
.head02::before {
	background-color: #a2110e;
	content: "";
	display: inline-block;
	height: 5px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
}

.head03 {
  overflow: hidden;
  text-align: center;
}
.head03 span {
	color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  margin: 0 2.5em;
  padding: 0 1em;
	position: relative;
  text-align: left;
}
.head03 span::before,
.head03 span::after {
	background-color: #fff;
	content: '';
	height: 1px;
  position: absolute;
  top: 50%;
	width: 450%;
}
.head03 span::before { right: 100%; }
.head03 span::after { left: 100%; }

.head04 {
	color: #fff;
	font-weight: normal;
	margin-bottom: 15px;
}
.head04 span {
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 20px;
}
.head04 span snall { vertical-align: middle; }

.head05 {
  font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.head05 span { font-size: 2.0rem; }

/*--------------------- .head_other ---------------------*/
.head_l { text-align: left; }
.head_r { text-align: right; }
.head_l.head02::before {
	display: inline-block;
	left: 6%;
}
.head_w { color: #fff; }
.head_w.head02 { color: #fff; }
.head_w.head02::before { background-color: #fff; }


/*--------------------- .philosophy_box ---------------------*/
.philosophy_box {
	border: 3px solid #fff;
	margin: 0 auto;
	padding: 65px;
	width: 60%;
}
.philosophy_txt {
	color: #fff;
  font-size: 1.6rem;
	text-align: center;
}
.philosophy_txt strong {
	font-size: 4.5rem;
	letter-spacing: 0.1em;
}


/*--------------------- .flt ---------------------*/
.flt_box { overflow: hidden; }
.flt_l {
	float: left;
	width: 50%;
}
.flt_r {
	float: right;
	width: 50%;
}
.flt_img { line-height: 0; }
.flt_l img, .flt_r img { width: 100%; }

.greeting_txt { margin-top: 40px; }
.greeting_txt p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.greeting_name { margin-top: 20px; }
.greeting_name b {
	font-size: 2.0rem;
	margin-left: 40px;
}


/*--------------------- .shop ---------------------*/
.shop_img {
	display: block;
	line-height: 0;
	text-align: right;
  width: 48%;
}
.shop_box { margin: -50px 0; }
.shop_list {
	color: #fff;
	padding: 50px 0;
}
.shop_list .shop_address { font-size: 2.0rem; }
.shop_list p { font-size: 1.6rem; }

/*--------------------- .tel_txt ---------------------*/
p.tel_txt {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.tel_txt::before {
	content: "\f095";
  font-family: FontAwesome;
	margin-right: 10px;
}
.sp_tel {
	color: #fff;
	pointer-events: none;
}


/*--------------------- .recruit_txt ---------------------*/
.recruit_txt {
  margin-top: 75px;
  width: 48%;
}


/*--------------------- .btn ---------------------*/
.btn {
  position: relative;
	margin: 5px 0 20px;
  width: 60%;
}
.btn a {
	background-color: #fff;
	border: 1px solid #222;
  color: #222;
  display: block;
  padding: 10px 30px 10px 50px;
  text-align: center;
	-webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn a:hover {
	background-color: #222;
	color: #fff;
}
.btn a::after {
  content: "\f041";
  font-family: FontAwesome;
	font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 22%;
  margin-top: -22px;
}


/*--------------------- table ---------------------*/
.basic_tbl { margin-top: 70px; }
.basic_tbl table, td, th { border: 1px solid #222; }
.basic_tbl td, th { padding: 15px 10px; }
.basic_tbl table {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
}
.basic_tbl th { background-color: #f2f2f2; }
.basic_tbl th.head {
	background-color: #a2110e;
	color: #fff;
}
.basic_tbl td { vertical-align: top; }


/*--------------------- .other ---------------------*/
.about_box {
  padding-right: 30px;
  width: 50%;
}
.about_box::after {
  background: url("../img/bg_sec05.jpg") top right no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}


/*--------------------- .about_list ---------------------*/
dl.about_list {
  margin: 0 auto;
  overflow: hidden;
}
.about_list dt {
  float: left;
  font-weight: bold;
  padding: 10px 0;
  width: 25%;
}
.about_list dd {
  border-left: 1px solid #222;
  float: left;
  padding: 10px 0 10px 40px;
  width: 75%;
}
.about_list.first dt, .about_list.first dd { padding-top: 0; }
.about_list.last dt, .about_list.last dd { padding-bottom: 0; }


/*--------------------- .other ---------------------*/
.pc_br { display: block; }
.sp_br { display: none; }
.center { text-align: center; }




/*--------------------- .qs_wrap__form ---------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

.qs_wrap__form input ,
.qs_wrap__form button ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  border: 1px solid #aaa; }

.qs_wrap__form input[type="button"],
.qs_wrap__form input[type="submit"],
.qs_wrap__form button[type="button"],
.qs_wrap__form button[type="submit"] {
  border: none; }
.qs_wrap__form input[type="button"]:focus,
.qs_wrap__form input[type="submit"]:focus,
.qs_wrap__form button[type="button"]:focus,
.qs_wrap__form button[type="submit"]:focus {
  outline: 0; }

.qs_wrap__form input ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  padding: 0.6em;
  border-radius: 2px;
  vertical-align: middle; }

.qs_wrap__form input {
  height: 3em;
  line-height: 2em;
  font-size: 1.4rem; }

.qs_wrap__form select {
  width: 100%; }
.qs_wrap__form select:focus {
  outline: 0; }

.qs_wrap__form input[type="text"],
.qs_wrap__form textarea {
  width: 100%; }

.qs_wrap__form [type="radio"] {
  border-radius: 50%; }

.qs_wrap__form input[type="number"] {
  -moz-appearance: textfield; }

.qs_wrap__form input[type="number"]::-webkit-outer-spin-button,
.qs_wrap__form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.qs_wrap__form input[type="checkbox"],
.qs_wrap__form input[type="radio"] {
  position: relative;
  margin-right: 0.35em; }

.qs_wrap__form ::-webkit-input-placeholder {
  color: #aaa; }

.qs_wrap__form :-ms-input-placeholder {
  color: #aaa; }

.qs_wrap__form ::-moz-placeholder {
  color: #aaa; }

.qs_wrap__form ::-placeholder {
  color: #aaa; }

.qs_wrap__form .qs_must {
  font-size: 12px;
  line-height: 1;
  margin-left: 1.5em;
  padding: 0.1em 0.3em;
  background-color: #a2110e;
  color: #fff;
  font-weight: 500; }

.qs_wrap__form input[type="text"]#qs_zip {
  width: 7em;
  margin-left: 0.5em; }

.qs_wrap__form #qs_addr {
  margin-top: 10px; }

.qs_wrap__form .qs_wrap__select {
  position: relative;
  display: inline-block; }
.qs_wrap__form .qs_wrap__select:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.qs_wrap__form .qs_wrap__select._multiple:after {
  display: none; }
.qs_wrap__form .qs_wrap__select._multiple select {
  margin-right: 10px;
  padding-right: 0; }
.qs_wrap__form .qs_wrap__select select {
  padding-right: 25px;
  min-height: 2em;
  line-height: 2em; }

.qs_wrap__form .qs_select__inline {
  zoom: 1;
  margin-top: -0.4em; }
.qs_wrap__form .qs_select__inline:after {
  display: block;
  content: "";
  clear: both; }
.qs_wrap__form .qs_select__inline li {
  display: inline; }
.qs_wrap__form .qs_select__inline li label {
  display: inline-block;
  margin: 0.4em 0.8em 0 0; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_select__inline li label {
    margin: 0.4em 1.2em 0 0; } }
.qs_wrap__form .qs_select__inline li:last-child label {
  margin-right: 0; }

.qs_wrap__form._style01 table {
  width: 100%;
  border-collapse: collapse; }
.qs_wrap__form._style01 table th,
.qs_wrap__form._style01 table td {
  padding: 0 2em;
  border: 1px solid #222; }
.qs_wrap__form._style01 table th {
  width: 25%;
  color: #fff;
  background-color: #f5f5f5;
  text-align: left;
  white-space: nowrap;
  color: #222; }
.qs_wrap__form._style01 table td {
  background-color: #fff;
  padding: 1em 2em; }
.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"] {
  width: 100%; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table input[type="tel"] {
    min-width: 10em;
    width: auto; } }
.qs_wrap__form._style01 table .qs_notes {
  font-size: 13px;
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: #999; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table .qs_notes {
    margin: 0 0 0 1em; } }
.qs_wrap__form._style01 table #qs_zip + .qs_notes {
  margin: 0 0 0 1em; }
@media only screen and (max-width: 767px) {
  .qs_wrap__form._style01 table tr,
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    display: block;
    width: auto;
    white-space: normal !important; }
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    padding: 0.5em 1em; }
  .qs_wrap__form._style01 table th {
    padding: 0.5em 1em; }
  .qs_wrap__form._style01 table td {
    padding: 1em 1em;
    border-top-width: 0;
    border-bottom-width: 0; }
  .qs_wrap__form._style01 table tr:last-child td {
    margin-bottom: 0;
    border-bottom-width: 1px; } }
.qs_wrap__form._style01 table input[type="text"],
.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"],
.qs_wrap__form._style01 table textarea {
  background-color: #fff; }

.qs_wrap__form._style02 table {
  width: 100%; }
.qs_wrap__form._style02 table th,
.qs_wrap__form._style02 table td {
  display: block;
  text-align: left; }
.qs_wrap__form._style02 table th {
  padding-bottom: 0.8em;
  font-weight: 700; }
.qs_wrap__form._style02 table td {
  margin-bottom: 2em;
  background-color: #fff; }
.qs_wrap__form._style02 table td.wrap__input {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table tr:last-child td {
  margin-bottom: 0; }
.qs_wrap__form._style02 table .qs_select__inline {
  margin-top: 0;
  padding-top: 0.4em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table .qs_select {
  padding-top: 0.8em;
  border-top: 1px solid #ddd; }
.qs_wrap__form._style02 table .qs_notes {
  font-size: 13px;
  color: #999;
  display: inline;
  margin: 0 0 0 1.5em; }
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"] {
  width: 100%; }
.qs_wrap__form._style02 table input[type="text"],
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"],
.qs_wrap__form._style02 table textarea {
  background-color: #fff; }

.qs_wrap__form .btn__submit a,
.qs_wrap__form .btn__submit input,
.qs_wrap__form .btn__submit button {
  padding: 0.5em 1em;
  background-color: #333;
  color: #fff; }

.qs_wrap__form .btn__submit a:hover {
  text-decoration: none; }

.qs_wrap__form .btn__reset a,
.qs_wrap__form .btn__reset input,
.qs_wrap__form .btn__reset button {
  padding: 0.5em 1em;
  background-color: #fff;
  color: #333;
  border: none; }

.qs_wrap__form .btn__reset a:hover {
  text-decoration: none; }

.qs_wrap__form .qs_wrap__btn {
  margin-top: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.qs_wrap__form .qs_btn__action {
  margin: 0 1%;
  width: 48%;
  border: solid 1px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_btn__action {
    margin: 0 10px;
    width: 17.36111%; } }
.qs_wrap__form .qs_btn__action a {
  display: inline-block;
  text-align: center; }
.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input,
.qs_wrap__form .qs_btn__action button {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 16px;
  padding: 0.5em;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%; }
.qs_wrap__form .qs_btn__action a:hover,
.qs_wrap__form .qs_btn__action input:hover,
.qs_wrap__form .qs_btn__action button:hover {
  opacity: 0.8; }
.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input:not([type="reset"]),
.qs_wrap__form .qs_btn__action button:not([type="reset"]) {
  min-width: 6em; }

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form input[type="checkbox"],
  .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .qs_wrap__form input[type="checkbox"], .qs_wrap__form input[type="radio"] {
    top: -0.15em; } }

.privacy_policy_attention {
  margin-bottom: 12px; }

.privacy_policy_head {
  margin-bottom: 5px;
  font-weight: bold; }

.privacy_policy_txt {
  border: solid 1px #bfbfbf;
  height: 170px;
  margin-bottom: 20px;
  overflow-y: scroll;
  padding: 2rem; }
.privacy_policy_txt .head {
  font-weight: bold;
  margin-top: 1rem; }


#pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999; }
  @media only screen and (min-width: 768px), print {
    #pagetop {
      bottom: 5rem; } }
  #pagetop a {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #555; }
    #pagetop a:after {
      content: "";
      display: block;
      position: absolute;
      top: 17px;
      right: 0;
      bottom: auto;
      left: 0;
      margin: auto;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #fff;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }
      @media only screen and (min-width: 768px), print {
        #pagetop a:after {
          top: 20px;
          width: 16px;
          height: 16px; } }

@media only screen and (min-width: 768px), print {
  #pagetop a {
    width: 46px;
    height: 46px; } }
.copyright {
  color: #fff;
  background-color: #000;
  padding: 14px 0 12px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }


/*--------------------- .back_btn ---------------------*/
.back_btn {
  margin: 0 auto;
  width: 30%;
}
.back_btn a {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  display: block;
  margin-top: 50px;
  padding: 10px 50px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back_btn a:hover {
	background-color: #222;
	color: #fff;
}


/*--------------------- .footer ---------------------*/
.footer {
  background-color: #222;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  text-align: center;
}