@charset "UTF-8";

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
a {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1000px;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-weight: 500;
  /*-webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";*/
}

/* frame */
#redZone-head {
  background: url(../img/common/bg_red_texture_top.png) top no-repeat;
  background-size: 100% 136px;
  width: 100%;
  height: 134px;
  margin-top: -45px;
}

#redZone-top {
  background: url(../img/index/bg_red.jpg) top no-repeat #e60012;
  background-size: 100% 1780px;
}

#redZone {
  background: url(../img/common/bg_red_texture.jpg);
}

#whiteZone-head {
  background: url(../img/common/bg_white.png) top no-repeat;
  background-size: 100% 136px;
  width: 100%;
  height: 134px;
  margin-top: -45px;
}

#whiteZone {
  background: #fff;
}

#blackZone-head {
  background: url(../img/common/bg_black.png) top no-repeat;
  background-size: 100% 136px;
  width: 100%;
  height: 134px;
  margin-top: -45px;
}

#blackZone-head-red {
  background: url(../img/common/bg_black-red.png) top no-repeat;
  background-size: 100% 136px;
  width: 100%;
  height: 134px;
  margin-top: -45px;
}

footer {
  background: #000;
}

/* style */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.red {
  color: #e60012;
}

.yellow {
  color: #fae527;
}

.small {
  font-size: .8125em;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.MT40 {
  margin-top: 40px !important;
}

.MB15 {
  margin-bottom: 15px !important;
}

.MB20 {
  margin-bottom: 20px !important;
}

.MB30 {
  margin-bottom: 30px !important;
}

.MB40 {
  margin-bottom: 40px !important;
}

.MB50 {
  margin-bottom: 50px !important;
}

.MB55 {
  margin-bottom: 55px !important;
}

.PB100 {
  padding-bottom: 100px !important;
}

#index > header {
  background-color: #000;
  padding-bottom: 30px;
}
#index > header nav {
  /*padding-bottom: 30px;
  position: relative;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 788px;
}
#index > header h1 {
  margin: 0 63px;
}
#index > header h1 img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 252px;
  height: 265px;
}
#index > header .keymsg {
  /*position: relative;
  top: -208px;
  left:0 ;
  right: 0;
  margin-bottom: -208px;*/
  position: absolute;
  top: 658px;
  width: 100%;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  padding: 40px 0;
}
#index > header .keymsg svg {
  width: 594px;
  height: 44px;
}
#index > header .keymsg .cls-1 {
  fill: #fff;
}
#index > header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #000;
  padding-bottom: 0;
  margin-top: 0;
}
#index > header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index > header li {
  padding: 20px 30px;
}
#index > header li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#index > header li img:hover {
  -webkit-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
#index > header .cls-1 {
  fill: #e60012;
}
#index > header .cls-2 {
  fill: #fff;
}

#detail > header {
  background: url(../img/common/key.jpg) no-repeat #000;
  background-size: 100% auto;
}
#detail > header h1 {
  margin-right: auto;
  margin-top: 12px;
  margin-left: 40px;
}
#detail > header h1 svg {
  width: 100px;
  height: 48px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
#detail > header h1 svg:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
#detail > header #gNav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #000;
}
#detail > header #gNav .st1 {
  fill: #fff;
}
#detail > header #gNav .cls-1 {
  fill: #fff;
}
#detail > header #gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#detail > header #gNav ul li img {
  border-bottom: 4px solid #000;
  padding: 18px 22px 12px;
  display: block;
}
#detail > header #gNav ul li:hover, #detail > header #gNav ul li.current {
  border-bottom: 4px solid #e60012;
}
#detail > header #gNav ul li:last-child {
  margin-right: 17px;
}
#detail .key {
  margin-top: 65px;
  text-align: center;
}
#detail .key .cls-1 {
  fill: #fff;
}
#detail .key h2 {
  margin-bottom: 50px;
}
#detail .key p {
  padding-bottom: 75px;
}
#detail .keyarea .logo {
  padding-top: 49px;
  margin-bottom: 95px;
}
#detail .keyarea .logo img {
  width: 374px;
  height: auto;
}
#detail .keyarea .title {
  padding-top: 90px;
  padding-bottom: 73px;
}

main h2 {
  text-align: center;
  margin-bottom: 65px;
}
main h2 .cls-1 {
  fill: #231815;
}
main .bnr {
  text-align: center;
  padding-bottom: 100px;
}
main .bnr li {
  margin-bottom: 1rem;
}
main .bnr img {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
main .bnr img:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
main .btn a {
  background-color: #000;
  border-radius: 6px;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  padding: 19px 0 16px;
  display: block;
}
main .btn a:hover {
  background-color: #d9aa00;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
main .btn i {
  color: #fff;
  margin-left: 20px;
  font-size: 22px;
}

footer {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 10px;
}
footer li {
  margin: 0 20px 20px;
}
footer .garden {
  text-align: center;
  margin-bottom: 20px;
}
footer .garden:hover a {
  opacity: .66;
}
footer .copy {
  text-align: center;
  font-size: 11px;
  padding-bottom: 65px;
}

#pageTopBtn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  color: rgba(89, 87, 87, 0.8);
}
#pageTopBtn i {
  font-size: 50px;
}

.index_key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_key figure {
  padding-right: -184px;
  overflow: hidden;
}

.concept {
  margin-bottom: 118px;
}
.concept h3 {
  text-align: center;
  margin-bottom: 58px;
}
.concept h3 .cls-1 {
  fill: #231815;
}
.concept p {
  text-align: center;
  margin-bottom: 43px;
}
.concept p .cls-1 {
  fill: #231815;
}

.menu {
  padding-bottom: 96px;
}

.news {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.news .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 960px;
  margin: 0 auto;
}
.news article {
  width: 304px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.news article img {
  vertical-align: bottom;
  width: 304px;
  height: auto;
}
.news article .text {
  padding: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.news article .text > p {
  margin-bottom: 40px;
}
.news article .flex {
  width: 264px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
}
.news article .time, .news article .tag {
  color: #9f9f9f;
  font-size: 12px;
}
.news article a {
  text-decoration: none;
  color: #333;
}
.news article a .time, .news article a .tag {
  color: #9f9f9f;
  font-size: 12px;
}
.news article a:hover img {
  opacity: .66;
}
.news article:not(:nth-child(3n)) {
  margin-right: 24px;
}
.news .link:hover {
  background-color: #fff;
}

.btn_language {
  position: absolute;
  right: 20px;
  top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_language li a {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 38px;
  width: 100px;
  height: 34px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_language li a:hover {
  background-color: #d9aa00;
  border: 1px solid #d9aa00;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.btn_language li + li {
  margin-left: 20px;
}

.taste {
  text-align: center;
}
.taste h3 {
  margin-bottom: 43px;
}
.taste h3 .cls-1 {
  fill: #000;
}
.taste figure {
  margin-left: -38px;
}
.taste p {
  margin: -58px 0 115px;
}
.taste p .cls-1 {
  fill: #000;
}

.history {
  text-align: center;
}
.history h2 {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 21px 0;
  width: calc(100% - 100px);
  margin: 0 auto 60px;
}
.history p {
  margin-bottom: 64px;
}
.history p .cls-1 {
  fill: #000;
}

.reason {
  text-align: center;
}
.reason h2 {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  padding: 21px 0;
  width: calc(100% - 100px);
  margin: 0 auto 60px;
}

.reason {
  text-align: center;
}
.reason p {
  margin-bottom: 87px;
}

.model h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #e60012;
  width: 500px;
  height: 100px;
  border: 1px solid #e60012;
  margin: 0 auto 56px;
  line-height: 1;
  padding: 25px 0 0 0;
}
.model h3 span {
  font-size: 16px;
}
.model table {
  max-width: 900px;
  margin: 0 auto 88px;
}
.model table .red {
  font-weight: bold;
}
.model table th {
  background: #e60012;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 13px 0;
}
.model table td {
  font-size: 14px;
  border-bottom: 1px solid #dedede;
  padding: 13px 10px;
  vertical-align: top;
  line-height: 1.6;
}
.model table th:not(:last-child), .model table td:not(:last-child) {
  border-right: 1px solid #dedede;
}
.model table th:first-child {
  width: 88px;
}
.model table th:nth-child(2) {
  width: 177px;
}
.model table th:nth-child(3) {
  width: 292px;
}
.model table th:nth-child(4) {
  width: 80px;
}
.model table th:nth-child(5) {
  width: 79px;
}
.model table th:last-child {
  width: 184px;
}
.model table td:first-child {
  border-left: 1px solid #dedede;
  text-align: center;
}
.model table td:last-child {
  border-right: 1px solid #dedede;
}
.model table .funding td {
  background-color: #e9ffec;
}
.model table .funding td:first-child {
  color: #01a918;
  font-weight: bold;
}
.model article figure {
  text-align: center;
  margin-bottom: 90px;
}

.overview {
  text-align: center;
}
.overview h3 {
  height: 86px;
  margin-bottom: 30px;
}
.overview .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.overview article {
  width: 420px;
  margin-bottom: 87px;
}
.overview article:last-child {
  margin-left: 60px;
}
.overview article:last-child h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 196px;
  margin: 0 auto 30px;
}
.overview table {
  text-align: left;
  line-height: 1.6;
  font-size: 14px;
}
.overview table tr {
  border-bottom: 1px solid #dedede;
}
.overview table tr:first-child {
  border-top: 1px solid #dedede;
}
.overview table th {
  /*width: 85px;*/
  padding: 10px 0 10px 5px;
  vertical-align: top;
}
.overview table td {
  padding: 10px 0;
  /*width: 330px;*/
}
.overview .noborder tr {
  border-bottom: none;
}
.overview .noborder tr:first-child {
  border-top: none;
}
.overview .noborder td {
  padding: 0;
}

.company h3 {
  text-align: center;
  color: #e60012;
  width: 500px;
  height: 60px;
  border: 1px solid #e60012;
  margin: 0 auto 52px;
  padding: 16px 0 0 0;
  display: block;
  cursor: pointer;
}
.company h3:hover {
  background: #e60012;
}
.company h3:hover .cls-1 {
  fill: #fff;
}
.company .textArea {
  display: none;
}
.company article {
  margin-bottom: 82px;
}
.company article figure {
  margin-bottom: 27px;
}
.company .flex {
  width: 900px;
  margin: 0 auto 82px;
}
.company .flex figure {
  margin-right: 44px;
}
.company h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.company p {
  font-size: 14px;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.company p strong {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}

.tabbnr {
  position: fixed;
  right: 0;
  bottom: 20px;
}
.tabbnr img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.aboutlist {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.aboutlist article {
  margin-bottom: 55px;
}
.aboutlist article p {
  color: #fff;
  line-height: 1.6;
}

.ramen {
  text-align: center;
  padding-bottom: 106px;
}

.chahan {
  text-align: center;
  margin-bottom: 46px;
}

.menulist {
  width: 900px;
  margin: 0 auto;
}
.menulist h2 {
  margin-bottom: 36px;
}
.menulist article {
  margin-bottom: 40px;
}
.menulist article .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menulist article .flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
  padding: 20px 10px 10px 10px;
}
.menulist article .space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menulist article .space-none .box:not(:nth-child(3n)) {
  margin-right: 18px;
}
.menulist .box {
  width: 288px;
  margin-bottom: 40px;
}
.menulist .box .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menulist .box img {
  width: 288px;
  height: auto;
}
.menulist .box:not(:nth-child(3n)) {
  margin-right: 18px;
}
.menulist .colum2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  margin-bottom: 40px;
}
.menulist .colum2 dl {
  width: 442px;
}
.menulist .colum2 dl:not(:nth-child(2n)) {
  margin-right: 16px;
}
.menulist .colum3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.menulist .colum3 dl {
  width: 288px;
}
.menulist .colum3 dl:not(:nth-child(3n)) {
  margin-right: 18px;
}
.menulist .name, .menulist .price {
  font-size: 18px;
  font-weight: bold;
}
.menulist .name {
  margin-left: 10px;
}
.menulist .price {
  margin-right: 6px;
}

.store {
  width: 960px;
  margin: 0 auto;
}
.store .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.store .area_list li a {
  width: 210px;
  height: 50px;
  border: 1px solid #929191;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #333;
  text-decoration: none;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.store .area_list li a:hover {
  color: #fff;
  background-color: #696767;
}
.store .area_list li + li {
  margin-left: 40px;
}
.store .area_list li:nth-child(5) {
  margin-left: 0;
}
.store #hokkaido, .store #kanto, .store #tokyo, .store #chubu, .store #kinki, .store #chugoku, .store #kyushu {
  margin-top: -69px;
  padding-top: 69px;
}
.store .area {
  margin-bottom: 46px;
}
.store .area h3 {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}
.store .area h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
.store .area h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.store .area .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store .area .box {
  width: 280px;
  margin: 0 20px 10px;
}

.store .area .box a {
  color: #000;
  text-decoration: none;
}
.store .area .box_new a {
  color: #000;
  text-decoration: none;
}
.store .area .box img {
  vertical-align: bottom;
  width: 280px;
  height: auto;
}
.store .area .box dl {
  padding: 18px 10px 0;
}
.store .area .box dt {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.store .area .box dd {
  font-size: 13px;
  padding-bottom: 10px;
  line-height: 1.6;
}
.store .area .btn_map {
  text-align: center;
  font-size: 14px;
  padding-bottom: 5px;
}

.store .area .uber {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}

.store .area .btn_map a {
  background-color: #fff;
  border: 1px solid #a7a7a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 171px;
  padding: 3.6px;
  margin: 0 auto;
}

.store .area .btn_map a:hover {
  opacity: 0.6;
}

.area .uber a img {
  background-color: #fff;
  border: 1px solid #a7a7a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  margin: 0 auto 10px;
}

.area .uber a img:hover {
opacity: 0.6;
}

.store .area .btn_map i {
  color: #f03f4d;
  margin-right: 8px;
  font-size: 20px;
}
.store .area .box:hover img {
  opacity: .66;
}
.store .area .box:hover dl, .store .area .box:hover .btn_map {
  background-color: rgba(0, 0, 0, 0.05);
}

.contact, .briefing {
  text-align: center;
}
.contact h3, .briefing h3 {
  margin-bottom: 50px;
}
.contact p, .briefing p {
  padding-bottom: 127px;
}

/* フォーム */
form {
  padding-bottom: 104px;
}
form .must {
  color: #e60012;
  font-size: 12px;
  margin-left: 5px;
}
form input[type="text"] {
  width: 400px;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  padding: 13px;
  indent: 1em;
}
form input[name="年齢"] {
  width: 80px;
}
form textarea {
  width: 400px;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  padding: 13px;
}
form input[type="radio"] {
  display: none;
}
form label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
form label::before,
form label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 100px;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
form label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #cccccc;
  border: 1px solid #ccc;
}
form label:hover::before {
  background: #fff;
}
form label::after {
  opacity: 0;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e60012;
  -webkit-transform: scale(2);
  transform: scale(2);
}
form input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #e60012;
}
form input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
form input[type="submit"], form input[type="button"] {
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  height: 54px;
  display: inline-block;
  cursor: pointer;
}
form input[type="submit"]:hover, form input[type="button"]:hover {
  background-color: #d9aa00;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.form {
  width: 593px;
}
.form th {
  width: 193px;
}
.form td {
  width: 400px;
}

.form_briefing {
  width: 793px;
}
.form_briefing th {
  width: 293px;
}
.form_briefing td, .form_briefing textarea, .form_briefing input[type="text"] {
  width: 500px;
}
.form_briefing input[type="text"].datepicker {
  width: 250px;
  margin-right: 20px;
}
.form_briefing select {
  width: 230px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  border-radius: 4px;
}
.form_briefing .hint {
  background-color: #efefef;
  padding: 15px 20px;
}

.form, .form_briefing {
  margin: 0 auto 57px;
}
.form th, .form_briefing th {
  font-size: 14px;
  vertical-align: top;
  padding-bottom: 13px;
}
.form td, .form_briefing td {
  padding-bottom: 13px;
}
.form input[type="button"], .form_briefing input[type="button"] {
  text-align: center;
  background-color: #000;
  border: none;
  border-radius: 10px;
  color: #fff;
  width: 300px;
  height: 54px;
  display: inline-block;
  cursor: pointer;
}
.form input[type="button"]:hover, .form_briefing input[type="button"]:hover {
  background-color: #d9aa00;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.hosoku {
  text-align: center;
  margin-bottom: 30px;
}

.msg {
  color: #e60012;
  font-size: 14px;
}

/* スクロール */
/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */
/* Container DIV */
.simply-scroll {
  width: 100%;
  height: 238px;
  margin-bottom: -1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100;
  height: 238px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left;
  /* Horizontal scroll only */
  width: 302px;
  height: 238px;
}

.simply-scroll figure {
  position: relative;
}
.simply-scroll figure:hover figcaption {
  display: block;
}
.simply-scroll figcaption {
  position: absolute;
  bottom: 0;
  left: 40px;
  border-radius: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  width: 220px;
  /* 吹き出しの幅 */
  padding: 10px;
  display: none;
}
.simply-scroll figcaption:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -20px;
  /* 三角形の高さを２倍した値 */
  left: 32px;
  border: 8px solid transparent;
  border-bottom: 12px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {
  .index_key figure img {
    width: 1144px;
    height: auto;
  }

  #index > header nav {
    top: 778px;
  }
  #index > header h1 {
    margin: 0 33px;
  }
}
@media screen and (max-width: 1100px) {
  .index_key figure img {
    width: 1000px;
    height: auto;
  }

  #index > header nav {
    top: 660px;
  }
  #index > header h1 {
    margin: 0 33px;
  }
}
@media screen and (max-width: 1000px) {
  .index_key figure img {
    width: 950px;
    height: auto;
  }

  #index > header nav {
    top: 626px;
  }
  #index > header h1 {
    margin: 0 33px;
  }
}
@media screen and (max-width: 760px) {
  /* style */
}

/*# sourceMappingURL=style.css.map */

.text a.linkcolor{

  color: #23527c;
  text-decoration:underline;

}

.store-body .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.store-body .popup-wrap {
  padding: 20px 40px;
  position: relative;
}

.store-body .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.store-body .popup-inner img {
  width: 30px;
  height: auto;
}

.store-body .popup .inner-text {
  font-size: 16px;
  margin-left: 24px;
}

.store-body .popup .popup-color {
  color: #e60012;
  font-weight: bold;
}

.store-body .popup .popup-color2 a {
  color: #337ab7;
  font-weight: bold;
}

.store-body .popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.store-body .popup .close-btn img {
  width: 30px;
  height: 30px;
}

.store-body {
  margin: 0;
}

.store-body header {
  margin-top: 156px;
}

.store-body > header #gNav {
  top: 88px;
}

.store-body .key {
  margin-top: 156px;
}

/* 2024.01.11 */

@media screen and (min-width: 767px) and (max-width: 1000px) {
  #detail>header #gNav ul li img {
    padding: 18px 18px 12px;
  }
}

@media screen and (max-width: 1000px) {
  body {
    min-width: auto;
  }

  /* TOP */
  main .bnr li img {
    width: 100%;
  }

  .news {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  

  .news .flex {
    width: auto;
  }

  .news article {
    width: calc(100% / 3 - 16px);
  }

  .news article img {
    width: 100%;
  }

  .news article .flex {
    width: auto;
  }

  /* メニュー */
  .ramen img,
  .chahan img,
  .menulist h2 img,
  .MB15 img {
    width: 100%;
  }

  .MB15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menulist {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menulist .box {
    width: calc(100% / 3 - 16px);
  }

  .menulist .box img {
    width: 100%;
  }

  /* about */

  .aboutlist {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .aboutlist img {
    width: 100%;
  }

  /* 店舗情報 */
  .store {
    width: 100%;
  }

  .store .area_list {
    padding: 0 16px;
  }

  .store .area .flex {
    /* gap: 0 24px; */
  }

  .store .area .box_new {
    width: calc(100% / 3);
  }

  .store .area .box {
    width: auto;
  }

  .store .area .box img {
    width: 100%;
  }

  /* フランチャイズ */

  .key svg,
  .taste img,
  .history img,
  .history svg,
  .reason img,
  .model img {
    width: 90%;
  }
}

.overview article:last-child {
  margin-left: 0;
  width: 720px;
}

.overview article:last-child h3 {
  justify-content: center;
}

.overview table {
  margin: auto;
}




#detail > header.head_popup #gNav ul li {
  width: calc(100% / 5);
}

#detail > header.head_popup #gNav ul li.current {
  border-bottom: none;
}

#detail > header.head_popup #gNav ul li.current img {
  border-bottom: 4px solid #e60012;
}

#detail > header.head_popup #gNav ul li img {
  padding: 18px 16px 12px;
}

.store-body header {
  margin-top: 0;
}