@charset "UTF-8";
/* common css */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Regular.woff2") format("woff2"),
       url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Regular.woff") format("woff"),
       url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Medium.woff2") format("woff2"),
       url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Medium.woff") format("woff"),
       url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Bold.woff2") format("woff2"),
       url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Bold.woff") format("woff"),
       url("https://pro2-pip-s3-webcontents.s3.ap-northeast-1.amazonaws.com/referrer/NotoSansJP-Bold.otf") format("opentype");
}


body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #1d1d1d;
  font-size: 13px;
  position: relative;
}

/* skeleton
 * ---------------------------------- */
.skeleton {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: skeleton-loading 1s linear infinite alternate;
  z-index: 5;
}

@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}

/* ==============================================
 Reset
=============================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

span {
  vertical-align: baseline;
}

/* ==============================================
 Common
=============================================== */
*, *: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;
}

html, body {
  min-width: 1180px;
}

@media (max-width: 767px) {
  html, body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  margin: 0;
  width: 100%;
}

body {
  background: #fff;
  color: #1d1d1d;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #1d1d1d;
  outline: medium none;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a::before, a::after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:visited {
  outline: medium none;
}

a:focus {
  outline: medium none;
}

a:active, a:hover {
  outline: medium none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: none repeat scroll 0 0 #FFFF00;
  color: #000000;
}

p {
  line-height: 1.6;
  margin: 0 0 24px;
  max-height: 100%;
}

code, kbd, pre, samp {
  -moz-hyphens: none;
  font-family: monospace,serif;
  font-size: 14px;
}

pre {
  background: none repeat scroll 0 0 #F5F5F5;
  color: #666666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote, q {
  -moz-hyphens: none;
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite, blockquote small {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}

blockquote em, blockquote i {
  font-style: normal;
  font-weight: 300;
}

blockquote strong, blockquote b {
  font-weight: 400;
}

small {
  font-size: 13px;
  font-size: 1.3rem;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0;
}

dt {
  line-height: 1.8;
  font-weight: bold;
  font-weight: 600;
  margin: 0;
}

dd {
  line-height: 1.8;
  margin: 0;
}

menu, ol, ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  line-height: 1.8;
}

th {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.6em;
}

td {
  line-height: 1.6em;
}

img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

/* ==============================================
 Loading
=============================================== */
.loader {
  color: #e34002;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  border-radius: 50%;
  position: fixed;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==============================================
 fade Animation
=============================================== */
.fade-animation {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .8s;
  -ms-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: fade-animation;
  -ms-animation-name: fade-animation;
  animation-name: fade-animation;
  visibility: visible !important;
}

@-webkit-keyframes fade-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fade-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ==============================================
 Font
=============================================== */
/* Font size
----------------------------------------------- */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

/* Font color
----------------------------------------------- */
.fc-red {
  color: #d54514;
}

/* Font family
----------------------------------------------- */
.ff-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ff-en {
  font-family: "Roboto", sans-serif;
}

/* Text align
----------------------------------------------- */
.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

/* Text indent
----------------------------------------------- */
.indent-1 {
  text-indent: 1em;
}

/* ==============================================
 Layout
=============================================== */
/* Common
----------------------------------------------- */
.wrapper {
  overflow: hidden;
  display: none;
  padding-top: 70px;
}

@media (max-width: 1039px) {
  .wrapper {
    padding-top: 40px;
  }
}

.section {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 1039px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.container {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

/* Float
----------------------------------------------- */
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* Table
----------------------------------------------- */
.table {
  display: table;
  width: 100%;
}

.table > * {
  display: table-cell;
  vertical-align: middle;
}

/* Micro Clearfix
----------------------------------------------- */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ==============================================
 Header
=============================================== */
#header {
  background: #fff;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
}

@media (max-width: 1039px) {
  #header {
    height: 40px;
  }
}

#header .container {
  padding-right: 0;
}

#header .header-left {
  float: left;
}

#header .header-left .corp-logo {
  float: left;
  margin-right: 26px;
}

@media (max-width: 1039px) {
  #header .header-left .corp-logo {
    margin-right: 10px;
  }
}

#header .header-left .logo {
  float: left;
}

#header .header-right {
  float: right;
}

#header .header-right a {
  background-color: #e34002;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 17px;
  font-weight: bold;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: block;
  height: 70px;
  line-height: 67px;
  text-align: center;
  width: 180px;
}

@media (min-width: 1040px) {
  #header .header-right a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1039px) {
  #header .header-right a {
    font-size: 14px;
    height: 40px;
    line-height: 39px;
    width: 150px;
  }
}

@media (max-width: 767px) {
  #header .header-right a {
    font-size: 12px;
    width: 100px;
  }
}

#header .header-right a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  #header .header-right a::after {
    width: 7px;
    height: 7px;
    right: 8px;
  }
}

/* logo
 * ---------------------------------- */
/* Idemitsu logo */
#header-logo_idemitsu {
  padding: 20px 0 0;
  display: block;
}

@media (max-width: 1039px) {
  #header-logo_idemitsu {
    padding-top: 9px;
    width: 90px;
  }
}

@media (max-width: 360px) {
  #header-logo_idemitsu {
    width: 80px;
  }
}

/* pitin+ logo */
#header-logo {
  display: block;
  padding: 20px 0 0;
}

@media (max-width: 1039px) {
  #header-logo {
    padding-top: 10px;
    width: 100px;
  }
}

@media (max-width: 360px) {
  #header-logo {
    width: 90px;
  }
}

/* ==============================================
 Main
=============================================== */

/* button
----------------------------------------------- */
.btn-area {
  clear: both;
  text-align: center;
}

.btn-area .btn {
  background-color: #e34002;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
  padding: 18px 20px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .btn-area .btn {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.btn-area .btn-primary {
  position: relative;
  padding: 20px 10px;
  width: 500px;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  -webkit-box-shadow: 0 3px 0 #b0370d;
  -moz-box-shadow: 0 3px 0 #b0370d;
  -ms-box-shadow: 0 3px 0 #b0370d;
  box-shadow: 0 3px 0 #b0370d;
}

@media (min-width: 1040px) {
  .btn-area .btn-primary:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  .btn-area .btn-primary {
    padding: 12px 25px;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
}

@media (max-width: 360px) {
  .btn-area .btn-primary {
    font-size: 14px;
  }
  .btn-area .btn-primary br {
    display: none;
  }
}

.btn-area .btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .btn-area .btn-primary::after {
    right: 15px;
    margin-top: -3px;
    height: 7px;
    width: 7px;
  }
}

.r-btn {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  padding: 12px 16px;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

.r-btn:focus, .r-btn:hover, .r-btn.active {
  text-decoration: none;
}

@media (min-width: 1040px) {
  .r-btn-hover-opacity:hover {
    opacity: .7;
  }
}

/* heading
----------------------------------------------- */
.heading-2 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .heading-2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media (max-width: 360px) {
  .heading-2 {
    font-size: 21px;
  }
}

.heading-2::after {
  background-color: #e34002;
  content: "";
  bottom: -30px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

@media (max-width: 767px) {
  .heading-2::after {
    bottom: -16px;
    margin-left: -15px;
    width: 30px;
  }
}

/* mainvisual
----------------------------------------------- */
#mainvisual {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

#mainvisual picture, #mainvisual img {
  display: block;
  width: 100%;
}

/* about
----------------------------------------------- */
#section-about {
  padding: 90px 0 120px;
}

@media (max-width: 767px) {
  #section-about {
    padding: 30px 0 50px;
  }
}

#section-about .heading-2 {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #section-about .heading-2 {
    margin-bottom: 50px;
  }
  #section-about .heading-2 img {
    width: 250px;
  }
}

#section-about p {
  text-align: center;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  #section-about p {
    margin-bottom: 30px;
  }
}

#section-about .img {
  text-align: center;
}

@media (max-width: 767px) {
  #section-about .img img {
    width: 300px;
  }
}

/* merit
----------------------------------------------- */
#section-merit {
  background-color: #fef9f7;
}

@media (max-width: 767px) {
  #section-merit .heading-2 img {
    width: 260px;
  }
}

#section-merit .copy {
  text-align: center;
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  #section-merit .copy {
    margin-bottom: 40px;
  }
  #section-merit .copy img {
    width: 320px;
  }
}

#section-merit .block {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 80px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  #section-merit .block {
    display: block;
    margin-bottom: 40px;
  }
}

#section-merit .block .img {
  margin-right: 5%;
  position: relative;
  width: 61%;
}

@media (max-width: 767px) {
  #section-merit .block .img {
    margin-right: auto;
    margin-bottom: 15px;
    width: auto;
  }
  #section-merit .block .img img {
    width: 100%;
  }
}

#section-merit .block .img .num {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 1;
}

@media (max-width: 767px) {
  #section-merit .block .img .num {
    left: -2px;
    top: -2px;
  }
  #section-merit .block .img .num img {
    width: 60px;
  }
}

#section-merit .block .txt {
  flex: 1;
}

#section-merit .block .txt p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #section-merit .block .txt p {
    font-size: 14px;
  }
}

#section-merit .block .txt .large {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 16px;
}

#section-merit .block .txt .large span {
  display: inline-block;
}

@media (max-width: 767px) {
  #section-merit .block .txt .large {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

#section-merit .block.even {
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  #section-merit .block.even {
    margin-bottom: 30px;
  }
}

#section-merit .block.even .img {
  margin-right: auto;
  margin-left: 5%;
}

@media (max-width: 767px) {
  #section-merit .block.even .img {
    margin-left: auto;
  }
}

#section-merit .block.last {
  margin-bottom: 0;
}

#section-merit .oil-item-apollostation {
  margin: 70px auto 70px;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  #section-merit .oil-item-apollostation {
    display: block;
    margin: 40px auto;
  }
}

#section-merit .oil-item-apollostation .box {
  border-radius: 6px;
  background-color: #fff;
  padding: 40px 4.2%;
  display: flex;
  align-items: center;
  max-width: 900px;
  width: 100%;
}

@media (max-width: 767px) {
  #section-merit .oil-item-apollostation .box {
    display: block;
    padding: 26px;
    width: auto;
  }
}

#section-merit .oil-item-apollostation .box .img {
  text-align: center;
  margin-right: 6%;
  width: 44%;
}

@media (max-width: 767px) {
  #section-merit .oil-item-apollostation .box .img {
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  #section-merit .oil-item-apollostation .box .img img {
    width: 240px;
  }
}

#section-merit .oil-item-apollostation .box .txt {
  flex: 1;
  min-width: 0;
}

#section-merit .oil-item-apollostation .box .txt .name {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 26px;
  position: relative;
  padding-left: 22px;
}

@media (max-width: 767px) {
  #section-merit .oil-item-apollostation .box .txt .name {
    font-size: 18px;
    margin-bottom: 18px;
    padding-left: 20px;
  }
}

#section-merit .oil-item-apollostation .box .txt .name::before {
  background-color: #e34002;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  left: 0;
  top: .5em;
}

@media (max-width: 767px) {
  #section-merit .oil-item-apollostation .box .txt .name::before {
    height: 10px;
    width: 10px;
  }
}

#section-merit .oil-item-apollostation .box .txt .btn-area {
  margin: 0 auto;
}

#section-merit .oil-item-apollostation .box .txt .btn {
  background-color: #e60012;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 1.45;
  padding: 16px 20px;
  text-align: center;
  position: relative;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#section-merit .oil-item-apollostation .box .txt .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px;
}

#section-merit .oil-item-apollostation .box .txt .btn.btn-apollostation {
  background: #e30000;
  background: linear-gradient(90deg, yellow 0%, #e30000 75%);
}

@media (max-width: 767px) {
  #section-merit .oil-item-apollostation .box .txt .btn {
    font-size: 14px;
  }
}

/* advice
----------------------------------------------- */
#section-advice .heading-2 + p {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  #section-advice .heading-2 + p {
    margin-bottom: 30px;
  }
}

#section-advice .heading-2 + p span {
  display: inline-block;
}

#section-advice .col {
  width: 47.5%;
}

@media (max-width: 767px) {
  #section-advice .col {
    float: none;
    margin-bottom: 30px;
    width: auto;
  }
  #section-advice .col:last-child {
    margin-bottom: 0;
  }
}

#section-advice .col .img {
  text-align: center;
  margin-bottom: 16px;
}

#section-advice .col h3 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #section-advice .col h3 {
    font-size: 18px;
  }
}

#section-advice .col p {
  margin-bottom: 0;
}

/* service
----------------------------------------------- */
#section-service {
  background-color: #f2f9fb;
}

#section-service .heading-2 {
  margin-bottom: 110px;
}

@media (max-width: 767px) {
  #section-service .heading-2 {
    margin-bottom: 60px;
  }
}

#section-service ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  #section-service ul {
    display: block;
  }
}

#section-service ul li {
  background-color: #fff;
  margin-right: 1.5%;
  position: relative;
  padding: 60px 30px 30px;
  width: 32.333%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #section-service ul li {
    margin-right: auto;
    margin-bottom: 50px;
    padding: 46px 20px 22px;
    width: auto;
  }
}

@media (max-width: 360px) {
  #section-service ul li {
    padding: 42px 15px 18px;
  }
}

#section-service ul li:last-child {
  margin-right: auto;
}

@media (max-width: 767px) {
  #section-service ul li:last-child {
    margin-bottom: 0;
  }
}

#section-service ul li h3 {
  color: #e34002;
  position: absolute;
  left: 0;
  line-height: 1.3;
  top: -24px;
  text-align: center;
  padding: 0 30px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  #section-service ul li h3 {
    top: -20px;
    padding: 0 20px;
  }
}

#section-service ul li h3 span {
  background-color: #fff;
  border: 2px solid #e34002;
  display: block;
  font-size: 24px;
  letter-spacing: 0.02em;
  padding: 10px;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  #section-service ul li h3 span {
    font-size: 18px;
  }
}

#section-service ul li p {
  min-height: 5em;
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #section-service ul li p {
    min-height: inherit;
    margin-bottom: 10px;
  }
}

#section-service ul li .img {
  text-align: center;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  #section-service ul li .img {
    margin-bottom: 18px;
  }
  #section-service ul li .img img {
    width: 200px;
  }
}

#section-service ul li .btn {
  background: #e34002 url("../../../img/campaign/022302/icon_arrow01.png") no-repeat right 10px top 50%;
  background-size: 24px 24px;
  -webkit-box-shadow: 0 2px 0 #ab350d;
  -moz-box-shadow: 0 2px 0 #ab350d;
  -ms-box-shadow: 0 2px 0 #ab350d;
  box-shadow: 0 2px 0 #ab350d;
}

@media (min-width: 1040px) {
  #section-service ul li .btn:hover {
    opacity: 0.8;
  }
}

@media (max-width: 767px) {
  #section-service ul li .btn {
    background-size: 18px 18px;
    padding: 16px 25px;
  }
}

@media (max-width: 360px) {
  #section-service ul li .btn {
    font-size: 14px;
  }
}

/* flow
----------------------------------------------- */
#section-flow {
  background-color: #f2f9fb;
}

#section-flow .heading-2 {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #section-flow .heading-2 {
    margin-bottom: 40px;
  }
}

#section-flow ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #section-flow ul {
    display: block;
  }
}

#section-flow ul.flow-list-1 {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  #section-flow ul.flow-list-1 {
    margin-bottom: 0;
  }
  #section-flow ul.flow-list-1 li:last-child::after {
    content: "";
  }
}

#section-flow ul.flow-list-2 {
  max-width: 690px;
}

#section-flow ul.flow-list-2 li {
  width: 40%;
}

@media (max-width: 767px) {
  #section-flow ul.flow-list-2 li {
    width: auto;
  }
}

#section-flow ul.flow-list-2 li::after {
  right: -37%;
}

@media (max-width: 767px) {
  #section-flow ul.flow-list-2 li::after {
    right: 50%;
  }
}

@media (max-width: 767px) {
  #section-flow ul.flow-list-2 li:last-child {
    margin-bottom: 0;
  }
}

#section-flow ul li {
  position: relative;
  width: 28%;
}

@media (max-width: 767px) {
  #section-flow ul li {
    margin-bottom: 50px;
    width: auto;
  }
}

#section-flow ul li::after {
  content: "";
  background: url("../../../img/campaign/022302/flow_arrow.png") no-repeat 0 0;
  height: 38px;
  position: absolute;
  right: -23%;
  top: 25%;
  width: 45px;
}

@media (max-width: 767px) {
  #section-flow ul li::after {
    background-image: url("../../../img/campaign/022302/flow_arrow_sp.png");
    background-size: 24px 20px;
    right: 50%;
    top: auto;
    margin-right: -12px;
    bottom: -40px;
    height: 20px;
    width: 24px;
  }
}

#section-flow ul li:last-child::after {
  content: none;
}

#section-flow ul li .img {
  text-align: center;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  #section-flow ul li .img img {
    width: 220px;
  }
}

#section-flow ul li p {
  text-align: center;
}

#section-flow ul li .tit {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #section-flow ul li .tit {
    font-size: 17px;
  }
}

#section-flow ul li .tit span {
  display: inline-block;
  padding: 1px 0 1px 36px;
  position: relative;
}

@media (max-width: 767px) {
  #section-flow ul li .tit span {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#section-flow ul li .tit span img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  #section-flow ul li .tit span img {
    width: 28px;
  }
}

#section-flow ul li .fs-small {
  margin-top: 10px;
  font-size: 13px;
}

/* reserve
----------------------------------------------- */
#section-search {
  background-color: #ffea5e;
  padding-top: 80px;
}

@media (max-width: 767px) {
  #section-search {
    padding-top: 50px;
  }
}

#section-search h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  #section-search h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  #section-search h2 {
    font-size: 18px;
  }
}

#section-search h2 .tit-bg {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

@media (max-width: 767px) {
  #section-search h2 .tit-bg {
    padding: 0 20px;
  }
}

#section-search h2 .tit-bg span {
  display: inline-block;
}

#section-search h2 .tit-bg::before, #section-search h2 .tit-bg::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 38px;
  height: 38px;
  position: absolute;
  bottom: -3px;
  width: 20px;
}

@media (max-width: 767px) {
  #section-search h2 .tit-bg::before, #section-search h2 .tit-bg::after {
    background-size: 15px 28px;
    height: 28px;
    width: 15px;
    bottom: -1px;
  }
}

#section-search h2 .tit-bg::before {
  left: 0;
  background-image: url("../../../img/campaign/022302/search_tit_bg01.png");
}

#section-search h2 .tit-bg::after {
  right: 0;
  background-image: url("../../../img/campaign/022302/search_tit_bg02.png");
}

#section-search .inner {
  max-width: 1000px;
}

#section-search .reserve-shop {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 20px 30px 30px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop {
    padding: 20px 20px 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
  }
}

#section-search .reserve-shop h3 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop h3 {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
}

#section-search .reserve-shop .message {
  position: relative;
  margin-top: -10px;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .message {
    margin-top: auto;
    margin-bottom: 16px;
  }
}

#section-search .reserve-shop .reserve-map {
  float: right;
  width: 47.8%;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-map {
    float: none;
    margin-bottom: 18px;
    width: auto;
  }
}

#section-search .reserve-shop .reserve-map .ggmap {
  position: relative;
  overflow: hidden;
}

#section-search .reserve-shop .reserve-map .ggmap #map {
  height: 350px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-map .ggmap #map {
    height: 320px !important;
  }
}

#section-search .reserve-shop .reserve-map .ggmap iframe,
#section-search .reserve-shop .reserve-map .ggmap object,
#section-search .reserve-shop .reserve-map .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#section-search .reserve-shop .reserve-shop {
  float: left;
  width: 47.8%;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop {
    float: none;
    width: auto;
  }
}

#section-search .reserve-shop .reserve-shop .shop-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-title {
    margin-bottom: 14px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-title .shop-logo {
  margin-right: 10px;
  margin-top: 2px;
  width: 40px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-title .shop-logo {
    margin-right: 6px;
    width: 32px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-title h4 {
  line-height: 1.4;
  letter-spacing: 0.04em;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

#section-search .reserve-shop .reserve-shop .shop-title .shop-company {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-title .shop-company {
    font-size: 12px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-title .shop-name {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-title .shop-name {
    font-size: 14px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-title .shop-name a {
  color: #1d1d1d;
}

#section-search .reserve-shop .reserve-shop .shop-imgs {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-imgs {
    margin-bottom: 12px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-imgs li {
  margin-right: 2.5%;
  width: 31.666%;
}

#section-search .reserve-shop .reserve-shop .shop-imgs li:last-child {
  margin-right: auto;
}

#section-search .reserve-shop .reserve-shop .shop-info {
  margin-bottom: 16px;
}

#section-search .reserve-shop .reserve-shop .shop-info dd {
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding-left: 21px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-info dd {
    font-size: 12px;
    padding-left: 18px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-info dd.shop-address {
  background: url("../../../img/campaign/022302/icon_mappin.png") no-repeat 1px 2px;
  background-size: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-info dd.shop-address {
    background-size: 10px 13px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-info dd.shop-address .address {
  margin-right: 2em;
}

#section-search .reserve-shop .reserve-shop .shop-info dd.shop-address .distance {
  margin-left: auto;
  font-size: 12px;
  padding-top: 0.1em;
  white-space: nowrap;
}

#section-search .reserve-shop .reserve-shop .shop-info dd.shop-open {
  background: url("../../../img/campaign/022302/icon_clock.png") no-repeat 0 2px;
  background-size: 15px 15px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-info dd.shop-open {
    background-size: 13px 13px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-service-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#section-search .reserve-shop .reserve-shop .shop-service-icons li {
  margin-right: 5px;
  width: 36px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .shop-service-icons li {
    width: 30px;
  }
}

#section-search .reserve-shop .reserve-shop .shop-service-icons li:last-child {
  margin-right: auto;
}

#section-search .reserve-shop .reserve-shop .btn-area {
  text-align: left;
  padding: 0;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .btn-area {
    text-align: center;
  }
}

#section-search .reserve-shop .reserve-shop .btn-area .r-btn {
  border: 1px solid #a7a7a7;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  margin: 0;
  width: 260px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  #section-search .reserve-shop .reserve-shop .btn-area .r-btn {
    font-size: 12px;
    width: 100%;
  }
}

#section-search .reserve-shop .reserve-shop .btn-area .r-btn::after {
  right: 20px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1d1d1d;
  border-right: 2px solid #1d1d1d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#section-search .reserve-search {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 30px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  width: 100%;
}

@media (max-width: 767px) {
  #section-search .reserve-search {
    display: block;
    margin-top: 10px;
    padding: 24px 20px 24px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
  }
}

#section-search .reserve-search h3 {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 0 20px 0 0;
  padding: 0;
  width: 240px;
}

@media (max-width: 767px) {
  #section-search .reserve-search h3 {
    font-size: 16px;
    margin: 0 auto 10px;
    width: auto;
  }
}

#section-search .reserve-search .form {
  flex: 1;
}

#section-search .reserve-search .form .col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  #section-search .reserve-search .form .col {
    display: block;
  }
}

#section-search .reserve-search .form .form-field {
  margin-right: 35px;
  margin-bottom: 0.5em;
  flex: 1;
}

@media (max-width: 767px) {
  #section-search .reserve-search .form .form-field {
    margin: 0 auto 18px;
  }
}

#section-search .reserve-search .form .form-field .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s;
  background: url("../../../img/campaign/022302/icon_form_mappin.png") no-repeat 0 52%;
  background-size: 12px 16px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  font-size: 15px;
  line-height: 1;
  padding: 14px 0 14px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

#section-search .reserve-search .form .form-field .form-control:focus {
  border-bottom-color: #0e7bac;
}

@media (max-width: 767px) {
  #section-search .reserve-search .form .form-field .form-control {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

#section-search .reserve-search .form .form-btn {
  text-align: center;
}

#section-search .reserve-search .form .form-btn .r-btn {
  background: #e34002;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.04em;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  width: 260px;
  text-align: center;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

@media (max-width: 767px) {
  #section-search .reserve-search .form .form-btn .r-btn {
    font-size: 12px;
    width: 100%;
  }
}

#section-search .reserve-search .form .form-btn .r-btn .btn-inner {
  display: block;
  padding: 14px;
  position: relative;
}

#section-search .reserve-search .form .form-btn .r-btn .btn-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 16px;
}

/* 20241225 ここから修正 */
/* map
 * ---------------------------------- */
#map {
  width: 100%;
  height: 400px;
  margin-bottom: 0;
}

#map .gm-style-iw-t::before {
  content: "";
  position: absolute;
  background: url("../../../img/campaign/022302/gmap-marker-check.png") no-repeat 0 0/62px 62px;
  top: 100%;
  left: -1px;
  margin-top: 34px;
  height: 62px;
  width: 62px;
  transform: translate(-50%, -50%);
}

#map .gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
}

#map .gm-style-iw-chr button {
  height: auto !important;
  width: auto !important;
}

#map .gm-style-iw-chr button span {
  margin: 3px !important;
}

#map .gm-style-iw-c {
  padding: 8px 8px 8px 12px;
  border-radius: 4px;
}

#map .gm-style-iw span.tel {
  font-size: 16px;
}

#map .gm-style-iw p {
  width: 100%;
  margin: 8px 0 0;
}

#map .gm-style-iw h4 {
  font-size: 15px;
  margin: 10px 0 4px;
  line-height: 1.4;
}

#map .gm-style-iw .btn {
  font-size: 13px;
  transition: none;
  text-decoration: none;
  opacity: 1;
}

#map .gm-style-iw .price {
  color: #d54514;
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
}

#map .gm-style-iw .service-icons {
  margin: 5px auto 10px;
  display: flex;
}

#map .gm-style-iw .service-icons li {
  margin-right: 4px;
}

#map .gm-style-iw .service-icons li:last-child {
  margin-right: auto;
}

#map .gm-style-iw .service-icons li img {
  width: 30px;
}

@media (max-width: 767px) {
  #map .gm-style-iw .service-icons li img {
    width: 27px;
  }
}

#map .gm-style-iw span.tel {
  font-size: 16px;
}

#map .gm-style-iw p {
  width: 100%;
  margin: 8px 0 0;
}

#map .gm-style-iw p .btn {
  background-image: none;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 2px;
  background: #e34002;
  color: #fff;
  padding: 5px 12px;
  border-radius: 6px;
}

/* 20241225 ここまで修正 */
/* column
----------------------------------------------- */
#section-column {
  background: url("../../../img/campaign/022302/column_bg.png") repeat 0 0;
}

#section-column .heading-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  #section-column .heading-2 {
    margin-bottom: 50px;
  }
}

#section-column .column-archive-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #section-column .column-archive-list {
    display: block;
  }
}

#section-column .column-archive-list li {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 50px;
  width: 31.333%;
}

@media (max-width: 767px) {
  #section-column .column-archive-list li {
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}

#section-column .column-archive-list li .post-thumbnail a {
  display: block;
  position: relative;
  text-decoration: none;
}

#section-column .column-archive-list li .post-thumbnail a:hover img {
  opacity: 0.8;
}

#section-column .column-archive-list li .post-thumbnail a img {
  width: 100%;
}

#section-column .column-archive-list li .post-thumbnail a .post-category {
  background-color: #3eb370;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 10px;
  z-index: 1;
}

#section-column .column-archive-list li .post-thumbnail a .post-category.category-other {
  background-color: #777777;
}

#section-column .column-archive-list li .post-data {
  padding: 20px 25px 25px;
}

#section-column .column-archive-list li .post-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
  min-height: 4em;
}

@media (max-width: 767px) {
  #section-column .column-archive-list li .post-title {
    min-height: inherit;
  }
}

#section-column .column-archive-list li .post-title a {
  color: #333;
}

#section-column .column-archive-list li .post-date {
  color: #a0a0a0;
  display: block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

#section-column .column-archive-list li .post-tags a {
  background-color: #f2f6f7;
  color: #44c5e5;
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

#section-column .column-archive-list li .post-tags a:hover {
  opacity: 0.7;
}

#section-column .btn-area .btn {
  background-color: #e34002;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  position: relative;
  width: 240px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}

@media (max-width: 767px) {
  #section-column .btn-area .btn {
    font-size: 14px;
  }
}

#section-column .btn-area .btn span {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

#section-column .btn-area .btn span::after {
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==============================================
 Footer
=============================================== */
/* Common
----------------------------------------------- */
#footer {
  padding: 0 0 40px;
}

#footer .inner {
  max-width: 1000px;
}

#footer .footer-logo {
  padding-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

/* footer nav
----------------------------------------------- */
.footer-nav {
  text-align: center;
}

.footer-nav ul li {
  border-right: 1px solid #cccccc;
  display: inline-block;
  margin: 0 8px 10px 0;
  padding-right: 12px;
  line-height: 1;
  vertical-align: baseline;
}

.footer-nav ul li:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.footer-nav ul li a {
  font-size: 13px;
  line-height: 1;
}

/* footer service menu
----------------------------------------------- */
.footer-service-menu {
  border-bottom: 1px solid #ededed;
  background-color: #f2f9fa;
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .footer-service-menu {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.footer-service-menu .inner {
  max-width: 1000px;
}

.footer-service-menu h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .footer-service-menu h2 {
    font-size: 18px;
    margin-bottom: 50px;
  }
}

.footer-service-menu .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list {
    display: block;
  }
}

.footer-service-menu .service-list > li {
  background-color: #fff;
  border: 1px solid #ededed;
  margin-right: 4%;
  margin-bottom: 40px;
  padding: 22px 30px 30px;
  position: relative;
  width: 48%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li {
    margin-right: auto;
    margin-bottom: 20px;
    padding: 22px 20px 22px;
    width: auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
  }
}

.footer-service-menu .service-list > li:nth-child(even) {
  margin-right: auto;
}

.footer-service-menu .service-list > li h3 {
  margin-top: 0;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li h3 {
    margin-bottom: 10px;
  }
}

.footer-service-menu .service-list > li h3 .ja {
  display: block;
  font-size: 20px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li h3 .ja {
    font-size: 16px;
  }
}

.footer-service-menu .service-list > li h3 .en {
  color: #1eb5c5;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li h3 .en {
    font-size: 12px;
  }
}

.footer-service-menu .service-list > li .illust {
  top: -50px;
  right: 33px;
  position: absolute;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li .illust-1 {
    right: 22px;
    top: -38px;
    width: 114px;
  }
}

.footer-service-menu .service-list > li .illust-2 {
  right: 47px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li .illust-2 {
    right: 32px;
    top: -15px;
    width: 80px;
  }
}

.footer-service-menu .service-list > li .illust-3 {
  top: -32px;
  right: 35px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li .illust-3 {
    right: 30px;
    top: -12px;
    width: 79px;
  }
}

.footer-service-menu .service-list > li .illust-4 {
  top: -30px;
  right: 32px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li .illust-4 {
    right: 20px;
    top: -10px;
    width: 108px;
  }
}

.footer-service-menu .service-list > li .illust-5 {
  top: -26px;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li .illust-5 {
    right: 23px;
    top: -7px;
    width: 94px;
  }
}

.footer-service-menu .service-list > li ul {
  position: relative;
  z-index: 1;
}

.footer-service-menu .service-list > li ul li {
  margin-bottom: 15px;
}

.footer-service-menu .service-list > li ul li:last-child {
  margin-bottom: auto;
}

.footer-service-menu .service-list > li ul li a {
  background-color: #fff;
  border: 1px solid #1eb5c5;
  color: #1eb5c5;
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 12px 20px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
}

@media (max-width: 767px) {
  .footer-service-menu .service-list > li ul li a {
    font-size: 12px;
  }
}

.footer-service-menu .service-list > li ul li a::after {
  -webkit-transition: all 0.14s ease-out;
  -moz-transition: all 0.14s ease-out;
  -ms-transition: all 0.14s ease-out;
  -o-transition: all 0.14s ease-out;
  transition: all 0.14s ease-out;
  right: 17px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1eb5c5;
  border-right: 2px solid #1eb5c5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1040px) {
  .footer-service-menu .service-list > li ul li a:hover {
    background-color: #1eb5c5;
    color: #fff;
  }
  .footer-service-menu .service-list > li ul li a:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.copyright {
  text-align: center;
  margin-bottom: 0;
  font-size: 13px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  #footer {
    padding: 0 0 40px;
  }
  #footer .footer-logo {
    margin-bottom: 10px;
    padding-top: 30px;
  }
  #footer .footer-logo img {
    width: 130px;
  }
  .footer-nav ul li {
    line-height: 1;
    margin-bottom: 5px;
    margin-right: 0;
    padding-right: 4px;
  }
  .footer-nav ul li a {
    font-size: 10px;
    font-weight: bold;
    font-weight: 600;
    line-height: 1;
  }
  .copyright {
    padding-top: 10px;
    font-size: 10px;
  }
}

/*  Pagetop
----------------------------------------------- */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
}

@media (max-width: 767px) {
  .pagetop {
    right: 15px;
    bottom: 20px;
    width: 30px;
  }
}

/*  Fixed button
----------------------------------------------- */
#fixed-btn {
  display: none;
  position: fixed;
  left: 40px;
  bottom: 60px;
  z-index: 100;
}

@media (max-width: 1039px) {
  #fixed-btn {
    left: 10px;
    bottom: 10px;
  }
  #fixed-btn img {
    width: 78px;
  }
}

/* Cookie Dialog
----------------------------------------------- */
#gdpr-cookie-message {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding: 20px 0 20px;
  z-index: 9999;
}

#gdpr-cookie-message .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1032px;
}

#gdpr-cookie-message h4 {
  display: none;
}

#gdpr-cookie-message h5 {
  display: none;
}

#gdpr-cookie-message p {
  line-height: 1.6;
  font-size: 80%;
  margin-bottom: 0;
  padding-right: 220px;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  padding-right: 0;
  text-align: right;
}

#gdpr-cookie-message a {
  color: #000;
  text-decoration: underline;
}

#gdpr-cookie-message a:hover {
  text-decoration: none;
}

#gdpr-cookie-message button#gdpr-cookie-accept {
  background-color: #000;
  color: #fff;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 90%;
  display: inline-block;
  padding: 12px 12px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 16px;
}

button#gdpr-cookie-advanced {
  display: none;
}

@media (max-width: 1039px) {
  #gdpr-cookie-message {
    padding: 20px 10px;
  }
  #gdpr-cookie-message p {
    padding-right: 0;
    margin-bottom: 6px;
  }
  #gdpr-cookie-message p:last-child {
    text-align: center;
    margin-top: 16px;
  }
  #gdpr-cookie-message button#gdpr-cookie-accept {
    position: static;
    top: auto;
    right: auto;
    padding: 8px;
    display: block;
    width: 100%;
  }
}

#gdpr-cookie-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  z-index: 9998;
}

/* ==============================================
 Media Queries
=============================================== */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}

/* column
----------------------------------------------- */
.col-lg-1 {
  width: 12%;
}

.col-lg-2 {
  width: 16.6666%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-lg-5 {
  width: 41.6666%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-7 {
  width: 57.0833%;
}

.col-lg-8 {
  width: 66.6667%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-10 {
  width: 83.3334%;
}

.col-lg-11 {
  width: 91.6666%;
}

.col-lg-12 {
  width: 100%;
}

/* pc min
----------------------------------------------- */
@media screen and (max-width: 1119px) {
  /* column
  ----------------------------------------------- */
  .col-md-1 {
    width: 12%;
  }
  .col-md-2 {
    width: 16.6666%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-5 {
    width: 41.6666%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 57.0833%;
  }
  .col-md-8 {
    width: 66.6667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3334%;
  }
  .col-md-11 {
    width: 91.6666%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* tablet
----------------------------------------------- */
@media screen and (max-width: 991px) {
  body.sp-nav-open {
    overflow: hidden !important;
  }
  /* ==============================================
     Layout
    =============================================== */
  /* column
    ----------------------------------------------- */
  .col-sm-1 {
    width: 12%;
  }
  .col-sm-2 {
    width: 16.6666%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333%;
  }
  .col-sm-5 {
    width: 41.6666%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 57.0833%;
  }
  .col-sm-8 {
    width: 66.6667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3334%;
  }
  .col-sm-11 {
    width: 91.6666%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

/* column
----------------------------------------------- */
@media screen and (max-width: 767px) {
  /* column
    ----------------------------------------------- */
  .col-xs-1 {
    width: 12%;
  }
  .col-xs-2 {
    width: 16.6666%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333%;
  }
  .col-xs-5 {
    width: 41.6666%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 57.0833%;
  }
  .col-xs-8 {
    width: 66.6667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3334%;
  }
  .col-xs-11 {
    width: 91.6666%;
  }
  .col-xs-12 {
    width: 100%;
  }
}

@media print {
  body {
    zoom: 75%;
  }
}
