@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
* ress.css • v1.0.1
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
/**
* 1. All browsers without overlaying scrollbars
* 2. iOS 8+

* 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
* 2. iOS 8+
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
* 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

* 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
*/
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit; }

/**
* 1. Set `background-repeat: no-repeat` to all elements
* 2. Reset `padding` and `margin` of all elements

* 1. すべての要素に、「background-repeat: no-repeat;」を指定。
* 2. すべての要素に、「padding」と「margin」をリセット。
*/
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/**
* Add the correct display in iOS 4-7.

* iOS 4-7に、正しいdisplayを設定。
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* 1. Show the overflow in Edge and IE

* 1. EdgeとIEに、「overflow: visible;」を定義。
*/
hr {
  overflow: visible;
  /* 1 */ }

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11

* IE8/9に、displayプロパティを定義。
* IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
* IE11のmain要素に、displayプロパティを定義。
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Set font-size to 80% in `small` elements

* 1. small要素に、フォントサイズ「80%」を定義。
*/
small {
  font-size: 80%;
  /* 1 */ }

/**
* 1. Add the correct display in IE

* 1. IEに、displayプロパティを定義。
*/
[hidden],
template {
  display: none;
  /* 1 */ }

/**
* 1. Add a bordered underline effect in all browsers
* 2. Remove text decoration in Firefox 40+

* 1. すべてのブラウザに、点線を定義。
* 2. Firefox40+に、テキストの装飾を削除。
*/
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
* 1. Remove the gray background on active links in IE 10
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+

* 1. IE10に、アクティブリンクのグレーの背景を削除。
* 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* 1. Remove the outline when hovering in all browsers

* 1. すべてのブラウザに、ホバー時のアウトラインを削除。
*/
a:active,
a:hover {
  outline-width: 0;
  /* 1 */ }

/**
* 1. Specify the font family of code elements

* 1. コード要素に、フォントファミリーを指定。
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
* 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

* 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
*/
b,
strong {
  font-weight: bolder;
  /* 1 */ }

/**
* 1. Address styling not present in Safari and Chrome

* 1. SafariとChromeに、定義。
*/
dfn {
  font-style: italic;
  /* 1 */ }

/**
* Address styling not present in IE 8/9

* 1. IE8/9に、定義。
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* https://gist.github.com/unruthless/413930
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/**
* 1. Firefox 36+

* 1. Firefox 36+
*/
[type="number"] {
  width: auto;
  /* 1 */ }

/**
* 1. Safari 8+

* 1. Safari 8+
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
* 1. Safari 8

* 1. Safari 8
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
* 1. Internet Explorer 11+
* 2. Specify textarea resizability

* 1. Internet Explorer 11+
* 2. textarea要素に、垂直方向のリサイズを指定。
*/
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
* 1. Specify font inheritance of form elements

* 1. フォーム要素に、フォントの継承を指定。
*/
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
* 1. Restore the font weight unset by the previous rule.

* 1. 前の指定により、フォントのウェイトを再定義。
*/
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
* 1. Address `overflow` set to `hidden` in IE 8/9/10/11

* 1. IE8/9/10/11に、overflow時にhiddenを設定。
*/
button {
  overflow: visible;
  /* 1 */ }

/**
* Remove inner padding and border in Firefox 4+

* Firefox4+に、内側のpaddingとborderを削除。
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
* Replace focus style removed in the border reset above

* 1. フォーカス時のスタイルを定義。
*/
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
* 2. Correct the inability to style clickable types in iOS

* 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
* 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* 1. Firefox 40+, Internet Explorer 11-

* 1. Firefox 40+, Internet Explorer 11-
*/
button,
select {
  text-transform: none;
  /* 1 */ }

/**
* Remove the default button styling in all browsers

* すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
*/
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
* Style select like a standard input
* 1. Firefox 36+
* 2. Chrome 41+

* 標準的なinput要素のスタイルを選択。
* 1. Firefox 36+
* 2. Chrome 41+
*/
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11
* 2. Correct the color inheritance from `fieldset` elements in IE
* 3. Correct the text wrapping in Edge and IE
* 4. Correct the text wrapping in Edge and IE
* 5. Correct the text wrapping in Edge and IE

* 1. IE 8/9/10/11に、カラーの継承を定義。
* 2. IEに、fieldset要素からカラーを継承するように定義。
* 3. EdgeとIEに、テキストのラッピングを修正。
* 4. EdgeとIEに、テキストのラッピングを修正。
* 5. EdgeとIEに、テキストのラッピングを修正。
*/
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
* 1. Correct the inability to style clickable types in iOS and Safari
* 2. Change font properties to `inherit` in Chrome and Safari

* 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
* 2. ChromeとSafariに、フォントプロパティの継承を変更。
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari

* Chrome, Edge, Safariに、テキストのスタイルを修正。
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
* 1. Correct the odd appearance in Chrome and Safari
* 2. Correct the outline style in Safari

* 1. ChromeとSafariに、アピアランスを修正。
* 2. Safariに、アウトラインを修正。
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
/**
* 1. Remove border when inside `a` element in IE 8/9/10

* 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
*/
img {
  border-style: none;
  /* 1 */ }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera

* 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
*/
progress {
  vertical-align: baseline; }

/**
* 1. Internet Explorer 11-

* 1. Internet Explorer 11-
*/
svg:not(:root) {
  overflow: hidden;
  /* 1 */ }

/**
* 1. Internet Explorer 11+, Windows Phone 8.1+

* 1. Internet Explorer 11+, Windows Phone 8.1+
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */ }

/* # =================================================================
# Acessibility
# ================================================================= */
/**
* Hide content from screens but not screenreaders

* コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
*/
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/**
* Specify the progress cursor of updating elements

* アップデート中の要素のプログレスのカーソルを指定。
*/
/* */
[aria-busy="true"] {
  cursor: progress; }

/**
* Specify the pointer cursor of trigger elements

* トリガー要素のポインターのカーソルを指定。
*/
[aria-controls] {
  cursor: pointer; }

/**
* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

* 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
*/
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/**
* Specify text selection background color and omit drop shadow

* テキスト選択時の背景色を指定し、ドロップシャドウを削除。
*/
/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

img {
  width: 100%;
  vertical-align: bottom; }

iframe {
  width: 100%;
  vertical-align: bottom; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
th,
td,
li {
  font-family: "M PLUS Rounded 1c", "M PLUS 1p", BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

article {
  width: 100%; }
  article section {
    width: 100%;
    margin-bottom: 30px; }
    article section:first-child {
      padding-top: 30px; }
    article section:last-child {
      margin-bottom: 0;
      padding-bottom: 30px; }
    article section > div {
      width: 100%;
      max-width: 1024px;
      overflow: hidden;
      margin: 0 auto;
      padding: 0 10px; }

.ttl {
  font-size: 20px;
  line-height: 40px; }

.sub_ttl_l {
  font-size: 18px;
  line-height: 30px; }

.sub_ttl_m {
  font-size: 17px;
  line-height: 25px; }

.sub_ttl_s {
  font-size: 16px;
  line-height: 25px; }

.txt {
  font-size: 14px;
  line-height: 20px; }

.sp_br::before {
  content: "\A";
  white-space: pre; }

@media screen and (min-width: 768px) {
  article section {
    margin-bottom: 50px; }
    article section:first-child {
      padding-top: 50px; }
    article section:last-child {
      margin-bottom: 0;
      padding-bottom: 50px; }
    article section > div {
      width: 100%;
      max-width: 1024px;
      margin: 0 auto; }
  .ttl {
    font-size: 22px;
    line-height: 40px; }
  .sub_ttl_l {
    font-size: 20px;
    line-height: 35px; }
  .sub_ttl_m {
    font-size: 18px;
    line-height: 30px; }
  .sub_ttl_s {
    font-size: 18px;
    line-height: 30px; }
  .txt {
    font-size: 16px;
    line-height: 25px; }
  .sp_br::before {
    content: ""; }
  .pc_br::before {
    content: "\A";
    white-space: pre; } }

@media screen and (min-width: 1024px) {
  article section > div {
    padding: 0; }
  .ttl {
    font-size: 24px;
    line-height: 50px; }
  .sub_ttl_l {
    font-size: 21px;
    line-height: 45px; }
  .sub_ttl_m {
    font-size: 20px;
    line-height: 40px; }
  .sub_ttl_s {
    line-height: 40px; }
  .txt {
    line-height: 35px; } }

.nav_btn {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #ff4200;
  width: 60px;
  height: 60px; }
  .nav_btn span {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 40px;
    margin: 10px 10px 0 10px; }
    .nav_btn span:last-child {
      margin-bottom: 10px; }

.nav_btn span.active:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-675deg);
  -ms-transform: translateY(12px) rotate(-675deg);
  transform: translateY(12px) rotate(-675deg); }

.nav_btn span.active:nth-child(2) {
  opacity: 0; }

.nav_btn span.active:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(675deg);
  -ms-transform: translateY(-12px) rotate(675deg);
  transform: translateY(-12px) rotate(675deg); }

.fa-arrow-circle-up {
  font-size: 60px;
  position: fixed;
  bottom: 30px;
  left: 80%;
  color: #ff4800; }

.back_btn {
  display: none; }

@media screen and (min-width: 768px) {
  .nav_btn {
    display: none; } }

.header {
  width: 100%;
  background-color: white;
  z-index: 10000; }

.top_header {
  display: block;
  width: calc(100% - 60px);
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }
  .top_header .txt {
    font-size: 12px; }

.header_inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  opacity: 0.9; }

.header_logo {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 10001; }
  .header_logo img {
    max-width: 60px; }

.site_ttl {
  width: 180px;
  height: 40px;
  position: absolute;
  top: 50px;
  margin-left: 60px;
  background-size: contain; }
  .site_ttl span {
    display: none; }

.header_txt {
  font-size: 20px;
  line-height: 40px; }
  .header_txt img {
    display: inline-block;
    width: 20px;
    padding-bottom: 10px;
    margin-right: 10px; }
  .header_txt a {
    color: #000; }

@media screen and (min-width: 568px) {
  .site_ttl {
    top: 30px; } }

@media screen and (min-width: 768px) {
  .header {
    top: 0;
    height: 120px; }
  .header_logo {
    top: 0; }
    .header_logo img {
      max-width: 130px; }
  .header_logo_block {
    float: left; }
  .site_ttl {
    margin-left: 140px;
    width: 180px;
    height: 40px; }
    .site_ttl span {
      display: none; }
  .header_contact {
    position: relative;
    width: calc(100% - 136px);
    overflow: hidden;
    margin-left: 136px;
    top: 60px; }
    .header_contact p {
      float: left; }
    .header_contact .header_tel_txt {
      width: calc(100% - 60px); }
    .header_contact .header_mail_txt {
      font-size: 10px;
      text-align: center;
      line-height: 12.5px;
      width: 60px;
      background-color: #ffff00; }
      .header_contact .header_mail_txt .header_mail {
        margin: 0 auto;
        display: block;
        width: 35px;
        padding-bottom: 0; }
  .header_txt {
    font-size: 26px;
    line-height: 60px; }
    .header_txt img {
      width: 30px;
      margin-bottom: 5px; } }

@media screen and (min-width: 1024px) {
  .header {
    height: 60px; }
  .header_logo {
    max-width: 60px; }
  .site_ttl {
    top: 40px;
    margin-left: 60px; }
  .header_contact {
    width: calc(100% - 400px);
    float: right;
    margin-left: 0;
    top: 0; }
    .header_contact .header_tel_txt {
      text-align: right;
      padding-right: 10px; } }

.nav {
  width: 100%; }
  .nav ul {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    overflow: hidden; }
    .nav ul li a {
      display: block; }

.header_nav {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  background-color: #ffd079; }
  .header_nav ul li {
    height: 60px;
    border-bottom: 1px solid #888; }
    .header_nav ul li a {
      line-height: 60px;
      color: #000;
      text-align: center; }
      .header_nav ul li a .home_icon {
        display: inline-block;
        width: 40px;
        padding-bottom: 10px; }
      .header_nav ul li a span {
        font-size: 12px; }

.footer_nav {
  padding-top: 30px;
  background-image: url(../images/foot_logo_bg.png);
  background-position: center center;
  background-size: contain; }
  .footer_nav ul li a {
    text-align: center;
    line-height: 30px;
    color: #ff4800; }

@media screen and (min-width: 768px) {
  .nav {
    display: block; }
  .header_nav {
    position: relative;
    opacity: 0.9; }
    .header_nav ul {
      padding: 10px 0; }
      .header_nav ul li {
        border-bottom: none;
        float: left; }
        .header_nav ul li:nth-child(1) {
          width: 7%; }
        .header_nav ul li:nth-child(2) {
          width: 17%; }
        .header_nav ul li:nth-child(3) {
          width: 14%; }
        .header_nav ul li:nth-child(4) {
          width: 13%; }
        .header_nav ul li:nth-child(5) {
          width: 14%; }
        .header_nav ul li:nth-child(6) {
          width: 14%; }
        .header_nav ul li:nth-child(7) {
          width: 21%; }
        .header_nav ul li a {
          line-height: 25px;
          font-size: 16px; }
          .header_nav ul li a .home_icon {
            padding-bottom: 0;
            width: 30px; }
          .header_nav ul li a span {
            line-height: 10px; }
  .nav_fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000; }
  .footer_nav {
    width: 230px;
    float: right;
    padding: 0 10px; }
    .footer_nav ul li a {
      text-align: right;
      font-size: 20px;
      line-height: 35px; } }

@media screen and (min-width: 1024px) {
  .header_nav ul li a {
    line-height: 30px;
    font-size: 20px; }
  .footer_nav {
    padding: 0; } }

.main {
  background-color: #fff;
  background-image: url(../images/c_bgi.png);
  background-position: center center;
  background-size: 90%;
  background-repeat: repeat-y; }

.t_main {
  background-image: url(../images/bgi.png); }

.pc_main {
  display: none !important; }

.origin {
  padding: 30px 10px;
  background-size: contain;
  background-position: center center;
  text-align: center; }
  .origin .ttl {
    color: #ff4200; }

.rinka_origin {
  background-image: url(../images/home/rinka_origin_bg.png); }

.premo_origin {
  background-image: url(../images/home/premo_origin_bg.png); }

.info_buisiness_block > div {
  -webkit-box-shadow: 3px 3px 10px rgba(255, 152, 6, 0.7);
  box-shadow: 3px 3px 10px rgba(255, 152, 6, 0.7); }

.info_block {
  background-color: #ff4200;
  padding: 1px 0; }
  .info_block > div {
    width: calc(100% - 20px);
    margin: 10px;
    border: solid 3px #fff;
    padding: 10px; }

.info_ttl {
  color: #fff; }
  .info_ttl span {
    color: #000; }

.info_wrap {
  width: 100%;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  border-top: 3px solid #fff; }
  .info_wrap li {
    color: #fff; }
    .info_wrap li a {
      color: #ffee00; }

.info_wrap::-webkit-scrollbar {
  width: 12px; }

.info_wrap::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px #f00;
  box-shadow: inset 0 0 2px #f00; }

.info_wrap::-webkit-scrollbar-thumb {
  background: #ffff00;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.business_hours_block {
  background-color: #eddc48;
  padding: 1px 0;
  margin-top: 30px;
  -webkit-box-shadow: 3px 3px 10px rgba(255, 152, 6, 0.7);
  box-shadow: 3px 3px 10px rgba(255, 152, 6, 0.7); }
  .business_hours_block > div {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 10px;
    border: solid 3px #fff; }

.business_hours_ttl {
  border-bottom: 3px solid #fff;
  color: #ff4200; }
  .business_hours_ttl span {
    color: #000; }

.business_hours_txt {
  color: #ff4200;
  padding-top: 10px; }

.buisiness_contents_block {
  width: 100%;
  max-width: 768px; }
  .buisiness_contents_block > div {
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
    background-color: #ffee2f;
    border-radius: 30px;
    -webkit-box-shadow: 3px 3px 10px rgba(255, 152, 6, 0.7);
    box-shadow: 3px 3px 10px rgba(255, 152, 6, 0.7); }
  .buisiness_contents_block h2 {
    color: #d61756;
    line-height: 20px;
    padding-top: 20px;
    text-align: center; }
    .buisiness_contents_block h2 span {
      font-size: 10px;
      color: #000; }
  .buisiness_contents_block img {
    max-width: 120px;
    display: block;
    margin: 30px auto; }

.more_btn {
  text-align: center;
  padding-bottom: 20px; }
  .more_btn a {
    color: #e67648;
    display: block; }

.note_txt {
  padding: 0 10px;
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  .origin {
    padding: 30px 0;
    text-align: center;
    width: 50%;
    float: left; }
  .info_buisiness_block > div {
    width: calc(50% - 10px);
    margin: 0 5px;
    float: left; }
  .origin_block02 {
    width: 100%;
    overflow: hidden; }
    .origin_block02 > div {
      width: 50%;
      float: right; }
  .premo_origin {
    padding: 0 10px; }
  .business_hours_block {
    margin-top: 0; }
  .business_hours_txt {
    font-size: 20px;
    line-height: 38px; }
  .buisiness_contents_block > div {
    width: calc(33.3% - 20px);
    margin: 10px; }
  .more_btn {
    font-size: 20px; } }

@media screen and (min-width: 1024px) {
  .pc_main {
    display: block !important; }
  .sp_main {
    display: none !important; }
  .origin .ttl span {
    font-size: 30px; } }

.c_main article section > div {
  max-width: 1366px !important;
  padding: 10px; }

.c_main .ttl {
  background: -webkit-gradient(linear, left top, right top, from(#ffff00), color-stop(10%), to(transparent));
  background: -webkit-linear-gradient(left, #ffff00, 10%, transparent);
  background: -o-linear-gradient(left, #ffff00, 10%, transparent);
  background: linear-gradient(to right, #ffff00, 10%, transparent);
  padding: 0 10px; }

.c_main .sub_ttl_l {
  padding: 5px 0 5px 10px;
  margin: 10px 0;
  background: transparent;
  border-left: solid 5px #fd923a; }

.c_main .sub_ttl_m {
  max-width: 380px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 255, 93, 0.3)));
  background: -webkit-linear-gradient(transparent 70%, rgba(255, 255, 93, 0.3) 70%);
  background: -o-linear-gradient(transparent 70%, rgba(255, 255, 93, 0.3) 70%);
  background: linear-gradient(transparent 70%, rgba(255, 255, 93, 0.3) 70%); }

/* お問合せフォーム */
.inquiry_table {
  width: 100%; }
  .inquiry_table tr {
    width: 100%;
    overflow: hidden; }
  .inquiry_table tr,
  .inquiry_table th {
    display: block;
    width: 100%;
    text-align-last: left;
    line-height: 30px; }
  .inquiry_table tr,
  .inquiry_table td {
    display: block;
    width: 100%; }
    .inquiry_table tr input,
    .inquiry_table td input {
      /* display: block; */
      width: 100%;
      max-width: 500px;
      height: 30px;
      background-color: #ffff00; }
    .inquiry_table tr textarea,
    .inquiry_table td textarea {
      width: 100%;
      height: 150px;
      background-color: #ffff00; }

.send_btn input {
  border-radius: 20px;
  height: 40px;
  width: 200px;
  background-color: #ffe659;
  -webkit-box-shadow: #ccc 5px 5px;
  box-shadow: #ccc 5px 5px;
  margin-bottom: 10px; }
  .send_btn input:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0.8; }

.contact_btn {
  width: 300px;
  height: 50px;
  margin: 30px auto 10px;
  background-color: #FF5A00;
  border-radius: 25px;
  -webkit-box-shadow: #ccc 5px 5px;
  box-shadow: #ccc 5px 5px; }
  .contact_btn a {
    display: block;
    color: #fff; }
  .contact_btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0.8; }

.fa-pencil-alt {
  font-size: 30px;
  color: #ffcf33;
  margin-right: 10px; }

.premo_txt {
  border: solid 2px #ffcf33;
  background-color: rgba(255, 221, 110, 0.4);
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px; }

.footer {
  width: 100%;
  padding: 30px 0 0;
  background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC778), to(#FFF));
  background: -o-linear-gradient(top, #FFC778, #FFF);
  background: linear-gradient(to bottom, #FFC778, #FFF); }

.inner_footer {
  width: 100%;
  max-width: 1366px;
  padding: 0 10px;
  margin: 0 auto; }
  .inner_footer p {
    color: #000; }

.top_footer {
  padding: 0 10px; }

.footer_ttl {
  display: block;
  font-size: 30px;
  line-height: 35px;
  margin-top: 30px; }
  .footer_ttl img {
    max-width: 300px; }

.footer_add {
  font-size: 20px;
  line-height: 40px; }
  .footer_add img {
    display: inline-block;
    width: 40px; }

.bottom_footer {
  margin-top: 50px; }

.copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 30px; }

@media screen and (min-width: 768px) {
  .footer {
    padding: 50px 0 20px; }
  .footer_ttl {
    font-size: 35px;
    line-height: 60px; }
  .footer_add {
    font-size: 24px;
    line-height: 40px; }
    .footer_add img {
      width: 40px; } }

@media screen and (min-width: 1024px) {
  .top_footer {
    padding: 0; }
  .footer_ttl {
    font-size: 40px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: -1;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    z-index: 4;
    display: block; } }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 10px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: 10px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
