@charset "UTF-8";
/*Scss Document*/
/*resetを読み込む*/
/* 全ての要素にbox-sizing:border-box
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

body {
  overflow-y: scroll;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 3vw;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

h2 {
  color: #fff;
  margin: 20px 20px 0px;
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

h3 {
  color: #fff;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}

p {
  font-size: 1.6rem;
  color: #fff;
}

main {
  color: #715858;
  font-family: 'Noto Selif JP', serif;
}

.mv {
  width: 100%;
  height: 31.25vw;
  background: url(../img/mv.jpg) no-repeat top center/contain;
  position: relative;
}

.mv .ramentype {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 15%;
  left: 2vw;
  font-size: 2vw;
  line-height: 1.2;
  color: #fff;
}

.mv h1 {
  position: absolute;
  top: 35%;
  left: 23%;
}

.mv .caption {
  position: absolute;
  color: #fff;
  font-size: 0.8vw;
  text-align: center;
}

.mv .cap-one {
  top: 4%;
  right: 32%;
}

.mv .cap-two {
  top: 30%;
  right: 19.5%;
}

.container {
  background: #ffdeb3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}

.wrapper {
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #cc3f3f;
  margin: auto;
  border: 4px solid #fff;
  padding: 40px 80px;
}

.contents {
  margin: 20px auto 120px;
}

.two-column {
  width: 50%;
}

.two-column img {
  padding: 20px;
  width: 100%;
}

.three-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.three-column .column {
  width: 33.333%;
}

.three-column .column img {
  padding: 20px;
  width: 100%;
}

.address {
  width: 200px;
  margin: 40px auto;
}

.btn {
  background: #e0d791;
  max-width: 250px;
  font-size: 18px;
  text-align: center;
  font-weight: 800;
  padding: 10px 0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
  margin: 20px auto 80px;
}

.btn:hover {
  background: #c7be80;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  margin-top: 23px;
}

.content-txt {
  margin: 20px;
}

.shop-txt {
  max-width: 700px;
  margin: 40px auto;
}

.point {
  width: 20%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.point img {
  width: 80%;
  display: block;
  margin: auto;
}

.fukidashi {
  width: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 20px 0;
  padding: 20px 40px;
  background: #fffc;
  color: #333;
  border-radius: 20px;
}

.policy {
  text-align: center;
  font-size: 14px;
}

.footer {
  width: 100%;
  background: #cc3f3f;
}

.footer p {
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: none;
  }
  .wrapper {
    padding: 40px 20px;
  }
  .two-column {
    width: 100%;
  }
  .three-column {
    display: block;
  }
  .three-column .column {
    width: 100%;
  }
  .three-column .column img {
    padding: 20px;
    width: 100%;
  }
  .fukidashi {
    margin: 40px auto;
    padding: 20px;
    width: 100%;
  }
  .point {
    width: 40%;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .point img {
    width: 80%;
    display: block;
    margin: auto;
  }
  .container {
    padding: 20px;
  }
  h1 {
    font-size: 22px;
    margin-left: -5%;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .caption {
    display: none;
  }
  .policy {
    margin-bottom: 20px;
  }
}

a {
  color: #715858;
}

.address a {
  color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .wrapper {
    padding: 40px;
  }
  .three-column .column {
    width: 50%;
  }
  .three-column .column img {
    padding: 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */