@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  word-spacing: normal;
  color: #111;
  font-size: 15px;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

body,
input,
button,
textarea,
select {
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

a {
  color: #1b4f98;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}

address {
  font-style: normal;
}

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

i {
  font-style: italic;
}

main {
  display: block;
}

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

dd,
dt,
dl {
  margin: 0px;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

th,
td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

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

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

@media screen and (min-width: 768px) {
  .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 20px 0;
  }

  .hd_logo_logo {
    width: 600px;
    height: auto;
  }

  .globalnav {
    background: #51919b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    z-index: 100;
  }

  .globalnav_body {
    width: 1080px;
  }

  .globalnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .globalnav_item {
    width: 100%;
    position: relative;
  }

  .globalnav_item::after {
    content: "";
    border-left: 1px solid #fff;
    height: 30px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 20px;
  }

  .globalnav_item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }

  .globalnav_item_link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .globalnav_item_link.-reservation {
    background-color: #cc1f00;
  }

  .globalnav_item_link:hover.-reservation {
    background-color: rgba(204, 31, 0, 0.8);
  }

  .globalnav_item_label {
    color: yellow;
    font-size: 12px;
  }

  .globalnav_list > li:hover .globalnav_childlist {
    display: block;
    -webkit-animation: nav_active 1s ease 0s 1 alternate;
    animation: nav_active 1s ease 0s 1 alternate;
  }

  .globalnav_childlist {
    background-color: #447a82;
    display: none;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .globalnav_childitem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    position: relative;
  }

  .globalnav_childlink {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }

  .globalnav_childlink:hover,
.globalnav_childlink.current {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .con_bg {
    background: url(../images/con_bg.png) no-repeat;
  }

  .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 30px 0;
  }

  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
    width: 230px;
  }

  .side h3 {
    background-color: #eee;
    color: #111;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 8px;
    text-align: center;
  }

  .side_nav_list li a {
    background: url(../images/icon_arrow_gray.png) no-repeat left center;
    border-bottom: 1px solid #ccc;
    color: #111;
    display: block;
    padding: 12px 10px;
    text-decoration: none;
  }

  .side_nav_list li a:hover,
.side_nav_list li a.current {
    text-decoration: underline;
  }

  .ft {
    background-color: #51919b;
    border-top: 10px solid #492a16;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .ftspecialnav {
    padding-top: 60px;
  }

  .ftspecialnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .ftspecialnav_item + .ftspecialnav_item {
    margin-left: 60px;
  }

  .ftspecialnav_link {
    color: #492a16;
    display: block;
    font-weight: bold;
    font-size: 18px;
    position: relative;
  }

  .ftspecialnav_link i {
    position: absolute;
    font-size: 30px;
    top: -40px;
    left: 50%;
    margin-left: -15px;
  }

  .ftnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px 30px 0;
    margin-top: 30px;
    border-top: 1px solid #492a16;
  }

  .ftnav_item + .ftnav_item {
    margin-left: 40px;
  }

  .ftnav_title {
    margin-left: -8px;
  }

  .ftnav_title .ftnav_link {
    font-size: 14px;
    color: #361f10;
  }

  .ftnav_link {
    color: #492a16;
    display: block;
    font-weight: bold;
    font-size: 12px;
    position: relative;
  }

  .ftnav_link:hover {
    text-decoration: underline;
  }

  .ftcopyright {
    color: #492a16;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 30px;
  }

  .pagetop {
    border-radius: 50%;
    background-color: #492a16;
    bottom: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 60px;
    right: 30px;
    position: fixed;
    width: 60px;
    z-index: 100;
  }

  .pagetop:hover {
    opacity: 0.6;
  }

  .pagetop_btn {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
  }

  .pagetop_btn::before,
.pagetop_btn::after {
    background-color: #fff;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
  }

  .pagetop_btn::before {
    width: 7px;
    bottom: 0;
  }

  .pagetop_btn::after {
    height: 7px;
    right: 0;
  }

  .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    min-width: 200px;
  }

  .card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .card:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }

  .card_thumnail img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .card_detail {
    padding: 10px;
  }

  .card_detail {
    padding: 10px;
  }

  .card_title {
    color: #447a82;
    text-align: center;
    font-size: 16px;
  }

  .card_description {
    color: #333;
    font-size: 12px;
    margin-top: 5px;
  }

  .card_date i {
    margin-right: 5px;
  }

  .stick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    color: #111;
  }

  .stick_date {
    width: 130px;
  }

  .stick_title {
    width: calc(100% - 130px);
  }

  .stick_title:hover {
    text-decoration: underline;
  }

  .font_color_special {
    color: #447a82;
  }

  .text_underline {
    border-bottom: solid 3px #faff31;
  }

  .cmn_topage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 30px;
  }

  .cmn_topage .btn {
    background-color: #447a82;
    color: #fff;
    height: 60px;
    padding: 20px;
  }

  .cmn_topage .btn:hover {
    background-color: #41747c;
  }
}
@media screen and (min-width: 768px) {
  .homeslider {
    width: 100%;
  }

  .homeslider_sns {
    background: #51919b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 10px;
  }

  .homeslider_sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .homeslider_sns_item + .homeslider_sns_item {
    margin-left: 10px;
  }

  .homeslider_sns_link {
    color: #fff;
    font-size: 26px;
  }

  .homeslider_sns_link:hover {
    opacity: 0.8;
  }

  .homeabout {
    width: 1080px;
    margin-top: 60px;
  }

  .homeabout_heading {
    font-size: 30px;
    text-align: center;
    color: #447a82;
  }

  .homeabout_importantdescription {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
  }

  .homeabout_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .homeabout_listitem {
    width: 240px;
    margin-top: 30px;
  }

  .homeabout_listitem .card {
    display: block;
    height: 100%;
  }

  .homeabout_listitem + .homeabout_listitem {
    margin-left: 30px;
  }

  .homeabout_list .card_thumnail img {
    height: 140px;
    width: 100%;
  }

  .homenew {
    background-color: rgba(81, 145, 155, 0.2);
    width: 100%;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 60px 0;
  }

  .homenew_body {
    width: 700px;
  }

  .homenew_heading {
    font-size: 30px;
    text-align: center;
    color: #447a82;
  }

  .homenew_listitem {
    border-bottom: 1px dotted #447a82;
  }

  .hometopics {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 60px 0;
  }

  .hometopics_body {
    width: 1080px;
  }

  .hometopics_heading {
    font-size: 30px;
    text-align: center;
    color: #447a82;
  }

  .hometopics_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .hometopics_listitem {
    width: 240px;
    margin-top: 30px;
  }

  .hometopics_listitem .card {
    color: #111;
    display: block;
    height: 100%;
  }

  .hometopics_listitem .card_thumnail img {
    height: 140px;
    width: 100%;
  }

  .hometopics_listitem .card_title {
    text-align: left;
  }

  .homeinstagram {
    background-color: #eee;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 60px 0;
  }

  .homeinstagram_body {
    width: 1080px;
  }

  .homeinstagram_heading {
    font-size: 30px;
    text-align: center;
    color: #447a82;
  }

  .homeinstagram_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 30px;
  }

  .homeinstagram_group_inner {
    width: 400px;
    margin: 0 30px;
    text-align: center;
  }

  .homeinstagram_group_title {
    color: #447a82;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .pageemain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 0 0 60px;
  }

  .pageslider {
    width: 100%;
    position: relative;
  }

  .pageslider_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .pageslider_title p {
    border: 5px solid #fff;
    border-left-width: 10px;
    border-right-width: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 10px 2em 5px;
    font-weight: bold;
    color: #fff;
  }

  .pageslider_title .pageslider_title_jp {
    font-size: 12px;
  }

  .pageslider_title .pageslider_title_en {
    font-family: "DM Serif Text", serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }

  .pageslider_title .pageslider_title_img img {
    width: auto;
    height: 10vw;
  }

  .pagecontent {
    width: 100%;
    padding-top: 60px;
  }

  .pagecontent_section {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .pagecontent_body {
    width: 1080px;
    margin: 0 auto;
    display: block !important;
  }

  .pagecontent_body_mainheading,
.pagecontent_section_heading_border {
    position: relative;
    color: black;
    margin: 0 0 30px;
    padding: 20px 15px;
    font-size: 24px;
    line-height: 1.4;
    border-top: 5px solid #746b33;
    border-bottom: solid 3px #746b33;
    text-align: center;
  }

  .pagecontent_body_mainheading::after,
.pagecontent_section_heading_border::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #50919c;
    border-top: 5px solid #50919c;
    bottom: -3px;
    top: -5px;
    width: 50%;
    left: 0;
  }

  .pagecontent_section_heading {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #50919c;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .pagecontent_section_heading::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 45px);
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: rgba(204, 31, 0, 0.7);
  }

  .page_readtext_first {
    text-align: center;
    font-weight: 20px;
  }

  .page_readtext_first + .pagecontent_section_heading {
    margin-top: 60px;
  }

  .page_eycatchyoutube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 60px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #51919b), to(#51919b));
    background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #51919b 50%, #51919b 100%);
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #51919b 50%, #51919b 100%);
  }

  .page_eycatchyoutube_title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #51919b;
  }

  .page_catch {
    margin: 30px 0 20px;
    font-size: 26px;
    text-align: center;
  }

  .page_catch .ff_en {
    color: #447a82;
    font-size: 26px;
    font-weight: bold;
  }

  .pagecontent_section_heading02 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #50919c;
    margin: 30px 0 20px;
  }

  .pagecontent_section_heading02::before,
.pagecontent_section_heading02::after {
    width: 40px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: rgba(204, 31, 0, 0.7);
  }

  .pagecontent_section_heading02::before {
    margin-right: 10px;
  }

  .pagecontent_section_heading02::after {
    margin-left: 10px;
  }

  .page_eycatchyoutube_movie {
    height: 394px;
    width: 700px;
    z-index: 10;
  }

  .page_eycatchyoutube_movie iframe {
    height: 100%;
    width: 100%;
  }

  .page_eycatchyoutube_movie img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .page_eycatchyoutube_content {
    width: 400px;
    padding: 20px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-left: -10px;
    font-size: 16px;
    z-index: 0;
  }

  .page_eycatchyoutube_content .page_eycatchyoutube_head {
    font-size: 30px;
    color: #447a82;
    line-height: 1.2em;
    margin-bottom: 10px;
  }

  .page_eycatchyoutube_content p + p {
    margin-top: 10px;
  }

  .page_caution {
    font-weight: bold;
    padding: 30px;
    text-align: center;
    background-color: #efefef;
  }

  .page_content_topage {
    margin-top: 60px;
  }

  .page_content_topage a.btn {
    font-weight: bold;
    border: 3px solid #447a82;
    border-radius: 8px;
    text-decoration: none;
    color: #447a82;
    padding: 10px 30px;
  }

  .page_content_topage a.btn:hover {
    background-color: #447a82;
    color: #fff;
  }

  .singlemain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 60px 0;
  }

  .singlecontent {
    font-size: 15px;
    width: 700px;
    line-height: 2.6;
  }

  .singlenav {
    width: 270px;
    margin-left: 40px;
  }

  .singlecontent h1 {
    position: relative;
    color: black;
    margin: 0 0 30px;
    padding: 20px 15px;
    font-size: 24px;
    line-height: 1.4;
    border-top: 5px solid #746b33;
    border-bottom: solid 3px #746b33;
  }

  .singlecontent h1::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #50919c;
    border-top: 5px solid #50919c;
    bottom: -3px;
    top: -5px;
    width: 50%;
    left: 0;
  }

  .singlenav_heading {
    background-color: #72adb6;
    border-radius: 8px;
    color: #447a82;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }

  .singlenav_list + .singlenav_heading {
    margin-top: 20px;
  }

  .singlenav_list li {
    border-bottom: 1px double #ccc;
  }

  .singlenav_list a {
    color: #111;
    display: block;
    text-decoration: none;
    padding: 10px 10px;
  }

  .singlenav_list a:hover {
    background-color: #72adb6;
  }

  .spucourse_table {
    border: 3px solid #51919b;
    margin-top: 20px;
    width: 1080px;
    font-size: 18px;
  }

  .spucourse_table td,
.spucourse_table th {
    padding: 10px 10px;
    width: 25%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }

  .spucourse_table .course {
    background-color: #51919b;
    color: #fff;
  }

  .spucourse_table .holiday {
    background-color: rgba(81, 145, 155, 0.2);
  }

  .spucourse_table .specialprice {
    background-color: #f7fbdb;
  }

  .spucourse_table .specialprice.-first-child {
    border-top: 3px solid #51919b;
  }

  .spucourse_table .specialprice th {
    color: #cc1f00;
  }

  .spucourse_caution {
    margin-top: 20px;
  }

  .spucourse_pray {
    background: url("../images/photo_3peace.jpeg") center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    padding: 60px 0;
  }

  .spucourse_pray_content {
    width: 500px;
  }

  .spucourse_pray_nav {
    margin-left: 30px;
    width: 300px;
  }

  .spucourse_pray_nav a {
    display: block;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    border: 3px solid #cc1f00;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    padding: 10px 0;
  }

  .spucourse_pray_nav a:first-child {
    margin-bottom: 20px;
  }

  .spucourse_pray_list li {
    color: #fff;
    position: relative;
    padding-left: 20px;
  }

  .spucourse_pray_list li::before {
    content: "";
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background-color: yellow;
    position: absolute;
    top: 4px;
    left: 0;
  }

  .spucourse_pray_list li + li {
    margin-top: 10px;
  }

  .supservice {
    background: url("../images/photo_kikagaku.jpg") bottom center no-repeat;
    background-size: contain;
  }

  .supservice_contentlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    padding: 60px 0 0;
  }

  .supservice_item {
    width: 300px;
  }

  .supservice_item .card_description {
    padding: 10px 20px;
    font-size: 13px;
  }

  .supservice_item p {
    margin-top: 5px;
  }

  .supservice_item + .supservice_item {
    margin-left: 30px;
  }

  .suptimeschedule {
    background-color: #efefef;
  }

  .suptimeschedule_schedule {
    margin-top: 30px;
  }

  .supreason_readtext {
    margin-top: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #51919b;
  }

  .supreason_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 900px;
    margin-top: 60px;
  }

  .supreason_item.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .supreason_item > p {
    display: none;
  }

  .supreason_thumnail {
    width: 470px;
  }

  .supreason_thumnail img {
    height: auto;
    width: 100%;
  }

  .supreason_content {
    width: 400px;
  }

  .supreason_content h3 {
    color: #447a82;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .access_address_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .access_address_layout .access_address_img {
    width: 590px;
  }

  .access_address_layout .access_address_img img {
    width: 100%;
  }

  .access_address_layout .access_address_tbl {
    margin-left: 30px;
    font-size: 18px;
  }

  .access_address_layout .access_address_tbl th {
    width: 80px;
    padding: 5px 0;
    color: #447a82;
  }

  .access_googlemap {
    margin-top: 40px;
  }

  .access_googlemap iframe {
    width: 100%;
    height: 500px;
  }

  .access_googlemap_topage {
    margin-top: 10px;
  }

  .page_timeschedule_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .page_timeschedule_box {
    width: 300px;
  }

  .page_timeschedule_box + .page_timeschedule_box {
    margin-left: 60px;
  }

  .page_timeschedule_heading {
    background-color: #51919b;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 300px;
    padding: 5px 10px;
  }

  .page_timeschedule_timeseries {
    border-left: 3px solid #333;
    margin-top: 30px;
    font-size: 18px;
  }

  .page_timeschedule_timeseries_item {
    margin-left: 20px;
    position: relative;
  }

  .page_timeschedule_timeseries_item::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #111;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -28px;
  }

  .page_timeschedule_timeseries_item + .page_timeschedule_timeseries_item {
    margin-top: 20px;
  }

  .page_timeschedule_timeseries_time {
    line-height: 14px;
    font-weight: bold;
    font-size: 20px;
    color: #447a82;
  }

  .page_timeschedule_timeseries_caption {
    margin-top: 10px;
    font-size: 16px;
  }

  .page_timeschedule_timeseries_img {
    margin-top: 10px;
  }

  .page_timeschedule_timeseries_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 150px;
    width: 150px;
    border-radius: 50%;
  }

  .page_dayflow_dayflow_layout {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .page_dayflow_dayflow_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .page_dayflow_dayflow_icon_arrow {
    margin-top: 60px;
    position: relative;
  }

  .page_dayflow_dayflow_icon_arrow::after {
    content: "";
    height: 30px;
    width: 30px;
    background: url("../images/icon_arrow_circle.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: -60px;
    left: 400px;
  }

  .page_dayflow_dayflow_thumnail {
    width: 400px;
  }

  .page_dayflow_dayflow_thumnail img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page_dayflow_dayflow_con {
    width: 400px;
    padding: 30px;
  }

  .page_dayflow_dayflow_heading {
    font-size: 22px;
    color: #447a82;
    margin-bottom: 10px;
  }

  .page_dayflow_belongings {
    border-radius: 10px;
    border: 2px solid rgba(68, 122, 130, 0.4);
    padding: 20px;
    text-align: center;
    width: 800px;
    margin: 40px auto 0;
    position: relative;
  }

  .page_dayflow_belongings_heading {
    position: absolute;
    top: -1em;
    left: calc(50% - 1.5em);
    color: #447a82;
    font-size: 20px;
    background-color: #fff;
    padding: 0 0.5em;
  }

  .page_option_gallery_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
  }

  .page_option_gallery_item {
    width: 253.3333333333px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .page_option_gallery_item img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page_option_gallery_item:nth-child(3n) {
    margin-right: 0;
  }

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

  .riversup_twoactibity {
    background-color: rgba(81, 145, 155, 0.2);
    padding: 60px 10px;
    margin: 0 -10px 20px;
  }

  .riversup_twoactibity h2 {
    font-size: 30px;
    color: #447a82;
    text-align: center;
  }

  .riversup_twoactibity_point {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .riversup_twoactibity_point_item {
    width: 460px;
  }

  .riversup_twoactibity_point_item.-firstchild {
    margin-right: 30px;
  }

  .riversup_twoactibity_point_thum img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .riversup_twoactibity_point_con {
    margin-top: 10px;
  }

  .riversup_twoactibity_point_con h3 {
    color: #447a82;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .rental_catch_glry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rental_catch_glry > div {
    margin: 0 10px;
  }

  .rental_catch_glry img {
    height: auto;
  }

  .link_bnr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
  }

  .link_bnr_box img {
    width: 200px;
    height: auto;
  }

  .link_bnr_box figcaption {
    width: calc(100% - 230px);
  }

  .page_question_box {
    margin-top: 30px;
    border: solid gray 1px;
  }

  .page_question_title {
    background: #51919b;
    padding: 10px 0 10px 10px;
    color: #fff;
  }

  .page_question_box p {
    padding: 10px 10px 10px 50px;
    text-indent: -17px;
    font-size: 14px;
  }

  .page_question_color {
    color: #bf2408;
    font-weight: bold;
    padding-right: 5px;
  }

  .onewheel_qa_section_body {
    width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 1080px;
    margin: 0 auto;
  }

  .test_page_img {
    height: auto;
    width: 100%;
    max-width: 1600px;
    display: block;
    margin: 0 auto;
  }

  .test_page_seisakuchu {
    padding-top: 60px;
    text-align: center;
    width: 1080px;
    margin: 0 auto;
  }

  .test_page_seisakuchu h1 {
    position: relative;
    color: black;
    margin: 0 0 30px;
    padding: 20px 15px;
    font-size: 24px;
    line-height: 1.4;
    border-top: 5px solid #746b33;
    border-bottom: solid 3px #746b33;
  }

  .test_page_seisakuchu h1::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #50919c;
    border-top: 5px solid #50919c;
    bottom: -3px;
    top: -5px;
    width: 50%;
    left: 0;
  }

  .about_inner {
    width: 1120px;
    margin: 0 auto;
  }

  .about_hero {
    position: relative;
    background: url(.././images/slideshow/ãƒ¢ãƒ³ã‚¹ã‚¿ãƒ¼SUPãƒ•ã‚©ãƒˆ.jpg) top 20% center/cover no-repeat;
    height: 600px;
  }

  .about_hero_message {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 5px solid rgba(255, 255, 255, 0.77);
    border-bottom: 5px solid rgba(255, 255, 255, 0.77);
    border-left: 14px solid rgba(255, 255, 255, 0.77);
    border-right: 14px solid rgba(255, 255, 255, 0.77);
    letter-spacing: 2.5px;
  }

  .about_hero_message h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding: 0 25px;
  }

  .about_breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #50919c;
  }

  .bread_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 40px;
  }

  .about_breadcrumb li {
    list-style: none;
    font-weight: bold;
  }

  .about_breadcrumb li:after {
    content: ">";
    padding: 0 0.2em;
    color: #fff;
  }

  .about_breadcrumb li:last-child:after {
    content: "";
  }

  .about_breadcrumb li a {
    text-decoration: none;
    color: #fff;
  }

  .about_breadcrumb li a:hover {
    text-decoration: underline;
  }

  .crew_area01 {
    margin-top: 120px;
  }

  .crew_area_message {
    margin-top: 40px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .crew_area_message h1 {
    font-size: 18px;
    color: #5f9ea0;
  }

  .about_section_title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #50919c;
  }

  .about_section_title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 45px);
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: rgba(204, 31, 0, 0.7);
  }

  .about_profile_area01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .about_profile_picture01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    -webkit-flex: 0 0 500px;
            flex: 0 0 500px;
  }

  .about_profile_card01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 650px;
    -webkit-flex: 0 1 650px;
            flex: 0 1 650px;
    margin-left: 70px;
    -webkit-box-shadow: 0px 2px 8px #9e9e9e;
    box-shadow: 0px 2px 8px #9e9e9e;
    padding: 2rem;
  }

  .about_profile_card01 h3 {
    margin-bottom: 32px;
    font-size: 24px;
    color: #333;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
    border-left: 10px solid #cc1f00;
    padding-left: 8px;
    height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .about_profile_card01 h3 span {
    font-size: 24px;
    color: #333;
    font-family: "Oswald", sans-serif;
  }

  .about_profile_card_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .about_profile_title01 {
    margin-right: 10px;
    line-height: 28px;
    background: #50919c;
    display: inline-block;
    border-radius: 14px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    font-size: 14px;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
  }

  .about_profile_title {
    margin-bottom: 6px;
  }

  .about_profile_text01 {
    color: #333;
    font-size: 14px;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
  }

  .about_crew_message {
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
  }

  .about_crew_qualification_item {
    color: #333;
    font-size: 12px;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
  }

  .crew_area02 {
    margin-top: 120px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #50919c), color-stop(80%, #50919c), color-stop(80%, transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 50%, #50919c 50%, #50919c 80%, transparent 80%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, #50919c 50%, #50919c 80%, transparent 80%, transparent 100%);
  }

  .about_sub_title_wrapper {
    text-align: center;
  }

  .about_sub_title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #50919c;
    display: inline-block;
    padding: 0 55px;
  }

  .about_sub_title:before,
.about_sub_title:after {
    top: 50%;
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    display: inline-block;
    background-color: rgba(204, 31, 0, 0.7);
  }

  .about_sub_title:before {
    left: 0;
  }

  .about_sub_title:after {
    right: 0;
  }

  .other_crew_group {
    width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 70px auto 220px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }

  .about_profile_area02 {
    width: 250px;
  }

  .about_profile_picture02 {
    width: 100%;
    height: 140px;
  }

  .about_profile_picture02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about_profile_card02 {
    padding: 30px 16px 16px;
    -webkit-box-shadow: 0px 2px 8px #9e9e9e;
    box-shadow: 0px 2px 8px #9e9e9e;
    background: #fff;
  }

  .about_profile_card02 h3 {
    color: #333;
    font-size: 14px;
    border-left: 7px solid #cc1f00;
    padding-left: 5px;
    height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
  }

  .about_profile_card02 span {
    font-size: 14px;
    color: #333;
    font-family: "Oswald", sans-serif;
  }

  .about_profile_title02 {
    margin-right: 10px;
    line-height: 25px;
    background: #50919c;
    display: inline-block;
    border-radius: 12.5px;
    color: #fff;
    padding: 0 5px;
    font-weight: bold;
    font-size: 10px;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
    min-width: 30px;
  }

  .about_profile_title {
    margin-bottom: 6px;
  }

  .about_profile_text02 {
    color: #333;
    font-size: 14px;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
  }

  .about_crew_message02 {
    font-weight: 600;
    color: #333;
    font-size: 12px;
    font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "Osaka", sans-serif;
  }

  .page-id-55 .globalnav {
    background-color: #a5cad7;
  }

  .page-id-55 .globalnav_item_link {
    color: #21282b;
  }

  .page-id-55 .globalnav_item_link.-reservation {
    background-color: #d6b2a5;
  }

  .page-id-55 .globalnav_item_label {
    color: #660a4e;
  }

  .page-id-55 .ft {
    background-color: #a5cad7;
  }

  .sale_area {
    margin-top: 60px;
    padding: 60px 0;
    background: url(../images/sale_area_bg.png) center center/cover fixed;
  }

  .sale_area.mobilesales- {
    background-image: url("../images/bg_event_calorful.jpg");
    margin-bottom: 100px;
  }

  .sale_section_title {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #21282b;
  }

  .sale_section_title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 45px);
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: #660a4e;
  }

  .sale_area_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 100px;
  }

  .sale_area_item {
    width: 330px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px #9e9e9e;
    box-shadow: 0px 2px 8px #9e9e9e;
  }

  .sale_area_item_nofirst {
    margin-left: 60px;
  }

  .sale_area_item_picture {
    width: 330px;
    height: 180px;
    position: relative;
  }

  .sale_area_item_picture img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sale_area_item_text {
    padding: 15px;
  }

  .sale_area_item_text p {
    font-size: 16px;
    color: #21282b;
  }

  .ribbon-content {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: url(../images/robbon.png);
    background-repeat: no-repeat;
  }

  .ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: 15px;
    top: 46px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    text-shadow: 0 2px 2px #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-3045deg);
    transform: rotate(-30deg);
  }

  .cafe_profile_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 260px;
  }

  .cafe_profile_picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    -webkit-flex: 0 0 60%;
            flex: 0 0 60%;
  }

  .cafe_profile_picture img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }

  .cafe_profile_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
            flex: 0 0 45%;
    position: relative;
    left: -30px;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px #9e9e9e;
    box-shadow: 0px 2px 8px #9e9e9e;
    padding: 2rem;
  }

  .cafe_profile_card p {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
  }

  .sale_area_bottom {
    position: relative;
  }

  .sale_area_bottom::before {
    position: absolute;
    content: "";
    top: -230px;
    bottom: 0;
    width: 100%;
    left: -10px;
    height: auto;
    background: url(../images/kanban.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }

  .sale_area_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    position: relative;
    z-index: 10;
  }

  .sale_area_bottom ul li {
    padding: 1.5rem;
  }

  .sale_area_bottom ul a:hover {
    opacity: 0.6;
  }

  .menu_area {
    margin-top: 120px;
  }

  .menu_area_container {
    margin-top: 60px;
    background: rgba(165, 202, 215, 0.7);
    padding: 60px 0;
  }

  .menu_area_message {
    margin-bottom: 3rem;
  }

  .menu_area_message p {
    font-size: 18px;
    line-height: 1.888;
    letter-spacing: 0.2px;
    font-weight: bold;
  }

  .menu_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .menu_group_item {
    width: 240px;
    height: 220px;
    margin: 15px;
    padding: 10px;
    background: #fff;
  }

  .menu_group_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news_area {
    margin-top: 120px;
  }

  .news_time {
    margin-bottom: 18px;
    display: inline-block;
    color: #21282b;
  }

  .sale_area_item a {
    text-decoration: none;
  }

  .greeting_area {
    margin-top: 120px;
  }

  .greeting_area_inner {
    margin-top: 60px;
    background: rgba(165, 202, 215, 0.7);
    padding: 60px 0;
  }

  .greeting_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .greeting_message_picture {
    width: 400px;
  }

  .greeting_message_text {
    width: calc(100% - 500px);
  }

  .greeting_message_picture img {
    border-radius: 100%;
    border: solid 10px #d6b2a5;
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greeting_message_text p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .business_hours {
    margin-top: 120px;
  }

  .business_hours_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .business_hours_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: solid 1px #707070;
  }

  .business_hours_table dt,
.business_hours_table dd {
    font-size: 20px;
    color: #21282b;
    line-height: 1.4;
  }

  .business_hours_table dt {
    background: #c0dae3;
    padding: 10px;
    font-weight: bold;
  }

  .business_hours_table dd {
    background: fff;
    padding: 10px;
    font-weight: bold;
  }

  .business_hours_bottom {
    margin-top: 60px;
    margin-bottom: 120px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.45;
    color: #21282b;
  }

  .business_hours_bottom a {
    text-decoration: none;
    color: #660a4e;
  }

  .pageonewheel_course_texbox {
    text-align: center;
    font-size: 1.7rem;
    color: #51919b;
    padding-top: 5rem;
  }

  .pageonewheel_course_under {
    display: inline-block;
    position: relative;
  }

  .pageonewheel_course_under:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 55px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #bf2408;
  }

  .pageonewheel_course_textitle {
    text-align: center;
    font-size: 1.7rem;
    color: #51919b;
    padding: 4rem 4rem 0.5rem 4rem;
  }

  .pageonewheel_course_boxinbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 auto;
  }

  .pageonewheel_course_pimgtitle {
    width: 600px;
    margin-right: 30px;
  }

  .pageonewheel_course_pimgtitle p {
    font-size: 1.2rem;
  }

  .pageonewheel_course_pimgtitle p + p {
    margin-top: 30px;
  }

  .pageonewheel_course_round img {
    border: 5px solid #51919b;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pageonewheel_course_boxin {
    margin-top: 30px;
  }

  .pageonewheel_card {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 60px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .pageonewheel_card_textbox {
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .pageonewheel_card_textbox > * + * {
    margin-top: 10px;
    font-size: 10px;
  }

  .pageonewheel_card_titletext {
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
  }

  .pageonewheel_card_overviewtext {
    font-size: 12px;
    line-height: 150%;
  }

  .pageonewheel_card_imgframe {
    width: 300px;
  }

  .pageonewheel_card_imgframe img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pageonewheel_card_boxs {
    margin: 0 30px 0 30px;
    -webkit-box-shadow: 0 0 8px grey;
    box-shadow: 0 0 8px grey;
  }

  .pageonewheel_logo_logo {
    padding-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 500px;
  }

  .pageonewheel_logo_color {
    text-align: center;
    color: red;
  }

  strong {
    font-weight: 900;
    color: black;
  }

  .pageonewheel_logo_attention {
    text-align: center;
    font-size: 12px;
    color: rgba(10, 10, 10, 0.7);
    padding-top: 10px;
  }

  .pageonewheel_natural {
    font-size: 20px;
    padding: 50px 200px 50px 200px;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
  }

  .pageonewheel_onewheel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 50px;
  }

  .pageonewheel_onewheel_box {
    font-size: 16px;
    background: #51919b;
    color: #fff;
    padding: 25px;
  }

  .pageonewheel_onewheel_box h1 {
    text-align: center;
  }

  .pageonewheel_onewheel_box2 {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: solid gray 1px;
    padding: 10px;
    width: 300px;
    padding: 8px 60px 0px 75px;
    font-size: 18px;
    background: #fbf3cf;
  }

  .pageonewheel_onewheel_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .pageonewheel_onewheel_size {
    text-align: center;
  }

  .pageonewheel_onewheel_size h1 {
    font-weight: 900;
  }

  .pageonewheel_onewheel_size span {
    font-weight: 500;
  }

  .pageonewheel_onewheel_top {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 781px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** Wordpress 独自クラス
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== align ==== */
  div.aligncenter,
p.aligncenter {
    text-align: center;
  }

  div.alignright,
p.alignleft {
    text-align: left;
  }

  div.alignright,
p.alignright {
    text-align: right;
  }

  img.aligncenter {
    display: block;
    margin: 1em auto;
  }

  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }

  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }

  table.aligncenter {
    margin: 1em auto;
  }

  /* ==== code ==== */
  code {
    background-color: #e7e7e7;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding: 2rem;
    margin: 3rem 2rem;
    position: relative;
  }

  /* ==== 引用 ==== */
  blockquote {
    border: 1px solid rgb(153, 153, 153);
    background-color: rgba(153, 153, 153, 0.4);
    border-radius: 5px;
    margin: 1em auto;
    padding: 1em;
  }

  /* ==== キャプション ==== */
  .wp-caption {
    background: none;
    border: none;
    display: block;
  }

  .wp-caption.aligncenter {
    margin: 1em auto;
  }

  .wp-caption.alignleft {
    float: left;
    margin: 0 1em 0 0;
  }

  .wp-caption.alignright {
    float: right;
    margin: 0 0 0 1em;
  }

  .wp-caption-text {
    font-size: 0.8em;
    margin-bottom: 0 !important;
    padding: 5px 0;
    text-align: center;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** Wordpress プラグイン
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== メタスライダー === */
  .metaslider,
.flexslider {
    margin-bottom: 0 !important;
  }

  /* ==== コンタクトフォーム === */
  .contact_form p {
    display: none;
  }

  .contact_form_item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 8px;
  }

  .contact_form_item_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
  }

  .contact_form_btn_submit {
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    background: #003166;
    color: #fff;
    padding: 6px 40px;
    display: inline-block;
  }

  .contact_form_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 3em;
    width: 16em;
    position: relative;
  }

  .contact_form_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 16em);
  }

  .contact_form_required {
    background-color: #0dbccd;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 2px 5px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
  }

  .contact_form_seiname_text,
.contact_form_naname_text {
    margin-right: 0.5em;
    width: 100px;
  }

  .contact_form_message {
    display: block;
    width: 100%;
  }

  .contact_form_address_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.2em;
    width: 100%;
  }

  .contact_form_address_title {
    font-size: 12px;
    font-weight: bold;
    margin-right: 0.5em;
    width: 7em;
  }

  .contact_form_expl_txt {
    color: #999;
    font-size: 12px;
    margin: 5px 10px;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** パンくずリスト
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .breadcrumb_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .breadcrumb_list li {
    font-size: 1.1rem;
    margin-right: 20px;
    position: relative;
  }

  .breadcrumb_list li:before {
    content: ">";
    position: absolute;
    left: -1.2em;
    top: -0.1em;
  }

  .breadcrumb_list li:first-child:before {
    content: "" !important;
    display: none !important;
  }

  .breadcrumb_list a {
    color: #111;
    text-decoration: none;
  }

  .breadcrumb_list a:hover {
    text-decoration: underline;
  }

  .breadcrumb_list .icon-home {
    background: url(../images/icon-home.png) no-repeat center left;
    padding-left: 16px;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** ページャー
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .pager {
    margin: 20px 0;
  }

  .pager_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page-numbers {
    border: 1px solid #111;
    border-radius: 5px;
    color: #111 !important;
    display: block;
    font-size: 1rem;
    margin: 0 2px;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    width: 2.4rem;
  }

  .page-numbers:not(.dots):hover,
.page-numbers.current {
    background: rgba(0, 0, 0, 0.9);
    color: #fff !important;
  }

  .page-numbers.dots {
    border-color: rgba(0, 0, 0, 0);
  }
}
/******************************************************************************
******************************************************************************
**
** utility.sc.cssにおいて ( var.3.1.4 )
** -- alignではtext-align/vertical-alignのCSS指定
** -- buttonではボタンのCSS指定
** -- colorでは文字色のCSS指定
** -- clearではグローバルナビのCSS指定
** -- fontでは文字の大きさのCSS指定
** -- iconではアイコンのCSS指定
** -- imgではhoverセレクタやスタイルのCSS指定
** -- marginのCSS指定
** -- messageのCSS指定
** -- paddingのCSS指定
** -- tableでは表のCSS指定
** -- text indentではテキストインデントのCSS指定
** -- ul,olではリストのCSS指定
** -- widthではwidthのCSS指定
**
** PCスタイル設定 / SPスタイル設定
** -- boxではレイアウト用のCSS指定
** -- displayでは非表示のCSS指定
** -- galleryでは複数の画像のレイアウト用のCSS指定
** -- imgでは画像スタイルのCSS指定
** -- serifではセリフスタイルのCSS指定
** -- tiではテキストインデントスタイルのCSS指定
** -- tableではSP用のCSS指定(SPスタイルのみ)
** -- widthでは横幅スタイルのCSS指定
**
** 注意事項
** -- CSSの命名規則はオリジナルの命名規則を採用しています。
**    指定単位は[ px ][ em ]を使用。
** -- 行間は1.6にリセットしています。
**    単位は不要です。(スタイル崩れする可能性有)
**
******************************************************************************
******************************************************************************/
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** 共通スタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** align
******************************************************************************
----------------------------------------------------------------------------*/
.ta_c {
  text-align: center !important;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.va_top {
  vertical-align: top !important;
}

.va_mdl {
  vertical-align: middle !important;
}

.va_btm {
  vertical-align: bottom !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** border
******************************************************************************
----------------------------------------------------------------------------*/
.bdr_sol_all_gray {
  border: 1px solid rgba(153, 153, 153, 0.4) !important;
}

.bdr_sol_top {
  border-top: 1px solid rgba(153, 153, 153, 0.4) !important;
}

.bdr_sol_r {
  border-right: 1px solid rgba(153, 153, 153, 0.4) !important;
}

.bdr_sol_btm {
  border-bottom: 1px solid rgba(153, 153, 153, 0.4) !important;
}

.bdr_sol_l {
  border-left: 1px solid rgba(153, 153, 153, 0.4) !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** button
******************************************************************************
----------------------------------------------------------------------------*/
.btn_bg_black,
.btn_bg_blue,
.btn_bg_gray,
.btn_bg_green,
.btn_bg_orange,
.btn_bg_red,
.btn_bdr_black,
.btn_bdr_blue,
.btn_bdr_gray,
.btn_bdr_green,
.btn_bdr_orange,
.btn_bdr_red {
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1.1;
  padding: 0.9em 1em 0.7em;
  position: relative;
  text-align: center;
}

.btn_bg_black {
  background-color: rgba(17, 17, 17, 0.9);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_black:hover,
.btn_bg_black.active {
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_blue {
  background-color: rgba(20, 50, 160, 0.9);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_blue:hover,
.btn_bg_blue.active {
  background-color: rgb(20, 50, 160);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: rgb(17, 17, 17) !important;
}

.btn_bg_gray:hover,
.btn_bg_gray.active {
  background-color: rgba(153, 153, 153, 0.5);
  color: rgb(17, 17, 17) !important;
}

.btn_bg_green {
  background-color: rgba(57, 118, 52, 0.9);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_green:hover,
.btn_bg_green.active {
  background-color: rgb(57, 118, 52);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_orange {
  background-color: rgba(220, 150, 30, 0.9);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_orange:hover,
.btn_bg_orange.active {
  background-color: rgb(220, 150, 30);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_red {
  background-color: rgba(165, 39, 39, 0.9);
  color: rgb(255, 255, 255) !important;
}

.btn_bg_red:hover,
.btn_bg_red.active {
  background-color: rgb(165, 39, 39);
  color: rgb(255, 255, 255) !important;
}

.btn_bdr_black {
  border: 1px solid rgb(17, 17, 17);
  color: rgb(17, 17, 17) !important;
}

.btn_bdr_black:hover,
.btn_bdr_black.active {
  background-color: rgb(17, 17, 17);
  color: rgb(255, 255, 255) !important;
}

.btn_bdr_blue {
  border: 1px solid rgb(20, 50, 160);
  color: rgb(20, 50, 160) !important;
}

.btn_bdr_blue:hover,
.btn_bdr_blue.active {
  background-color: rgb(20, 50, 160);
  color: rgb(255, 255, 255) !important;
}

.btn_bdr_gray {
  border: 1px solid rgb(153, 153, 153);
  color: rgb(153, 153, 153) !important;
}

.btn_bdr_gray:hover,
.btn_bdr_gray.active {
  background-color: rgb(153, 153, 153);
  color: rgb(255, 255, 255) !important;
}

.btn_bdr_green {
  border: 1px solid rgb(57, 118, 52);
  color: rgb(57, 118, 52) !important;
}

.btn_bdr_green:hover,
.btn_bdr_green.active {
  background-color: rgb(57, 118, 52);
  color: rgb(255, 255, 255) !important;
}

.btn_bdr_orange {
  border: 1px solid rgb(220, 150, 30);
  color: rgb(220, 150, 30) !important;
}

.btn_bdr_orange:hover,
.btn_bdr_orange.active {
  background-color: rgb(220, 150, 30);
  color: rgb(255, 255, 255) !important;
}

.btn_bdr_red {
  border: 1px solid rgb(165, 39, 39);
  color: rgb(165, 39, 39) !important;
}

.btn_bdr_red:hover,
.btn_bdr_red.active {
  background-color: rgb(165, 39, 39);
  color: rgb(255, 255, 255) !important;
}

.btn_block {
  display: block;
}

.btn_l {
  font-size: 1.2em;
}

.btn_xl {
  font-size: 1.35em;
}

.btn_xxl {
  font-size: 1.5em;
}

.btn_s {
  font-size: 0.9em;
}

.btn_xs {
  font-size: 0.8em;
}

.btn_xxs {
  font-size: 0.7em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** color
******************************************************************************
----------------------------------------------------------------------------*/
.c_black {
  color: rgb(17, 17, 17) !important;
}

.c_blue {
  color: rgb(20, 50, 160) !important;
}

.c_gray {
  color: rgb(153, 153, 153) !important;
}

.c_green {
  color: rgb(57, 118, 52) !important;
}

.c_orange {
  color: rgb(220, 150, 30) !important;
}

.c_red {
  color: rgb(165, 39, 39) !important;
}

.c_yellow {
  color: rgb(255, 255, 0) !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** clear
******************************************************************************
----------------------------------------------------------------------------*/
.clearfix:after,
.crr:after,
.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------------------------------------------------------------------------
******************************************************************************
** font
******************************************************************************
----------------------------------------------------------------------------*/
.fs_s {
  font-size: 0.9em !important;
  line-height: 1.4 !important;
}

.fs_xs {
  font-size: 0.8em !important;
  line-height: 1.4 !important;
}

.fs_xxs {
  font-size: 0.7em !important;
  line-height: 1.4 !important;
}

.fs_l {
  font-size: 1.1em !important;
  line-height: 1.4 !important;
}

.fs_xl {
  font-size: 1.2em !important;
  line-height: 1.4 !important;
}

.fs_xxl {
  font-size: 1.3em !important;
  line-height: 1.4 !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** icon
******************************************************************************
----------------------------------------------------------------------------*/
.icon_bg_black,
.icon_bg_blue,
.icon_bg_gray,
.icon_bg_green,
.icon_bg_orange,
.icon_bg_red,
.icon_bdr_black,
.icon_bdr_blue,
.icon_bdr_gray,
.icon_bdr_green,
.icon_bdr_orange,
.icon_bdr_red {
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.1;
  padding: 0.4em 0.6em;
  position: relative;
  text-align: center;
}

.icon_bg_black {
  background-color: rgba(17, 17, 17, 0.9);
  color: rgb(255, 255, 255) !important;
}

.icon_bg_blue {
  background-color: rgba(20, 50, 160, 0.9);
  color: rgb(255, 255, 255) !important;
}

.icon_bg_gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: rgb(17, 17, 17) !important;
}

.icon_bg_green {
  background-color: rgba(57, 118, 52, 0.9);
  color: rgb(255, 255, 255) !important;
}

.icon_bg_orange {
  background-color: rgba(220, 150, 30, 0.9);
  color: rgb(255, 255, 255) !important;
}

.icon_bg_red {
  background-color: rgba(165, 39, 39, 0.9);
  color: rgb(255, 255, 255) !important;
}

.icon_bdr_black {
  border: 1px solid rgb(17, 17, 17);
  color: rgb(17, 17, 17) !important;
}

.icon_bdr_blue {
  border: 1px solid rgb(20, 50, 160);
  color: rgb(20, 50, 160) !important;
}

.icon_bdr_gray {
  border: 1px solid rgb(153, 153, 153);
  color: rgb(153, 153, 153) !important;
}

.icon_bdr_green {
  border: 1px solid rgb(57, 118, 52);
  color: rgb(57, 118, 52) !important;
}

.icon_bdr_orange {
  border: 1px solid rgb(220, 150, 30);
  color: rgb(220, 150, 30) !important;
}

.icon_bdr_red {
  border: 1px solid rgb(165, 39, 39);
  color: rgb(165, 39, 39) !important;
}

.icon_block {
  display: block;
}

.icon_l {
  font-size: 1.2em;
}

.icon_xl {
  font-size: 1.35em;
}

.icon_xxl {
  font-size: 1.5em;
}

.icon_s {
  font-size: 0.9em;
}

.icon_xs {
  font-size: 0.8em;
}

.icon_xxs {
  font-size: 0.7em;
}

/*----------------------------------------------------------------------------
******************************************************************************
** img
******************************************************************************
----------------------------------------------------------------------------*/
.img_hover a:hover img,
a.img_hover:hover img,
img.img_hover:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img_bdr_black {
  border: 3px solid rgba(17, 17, 17, 0.4);
}

.img_bdr_blue {
  border: 3px solid rgba(20, 50, 160, 0.4);
}

.img_bdr_gray {
  border: 3px solid rgba(153, 153, 153, 0.4);
}

.img_bdr_green {
  border: 3px solid rgba(57, 118, 52, 0.4);
}

.img_bdr_orange {
  border: 3px solid rgba(220, 150, 30, 0.4);
}

.img_bdr_red {
  border: 3px solid rgba(165, 39, 39, 0.4);
}

.img_ph_black,
.img_ph_blue,
.img_ph_gray,
.img_ph_green,
.img_ph_orange,
.img_ph_red {
  border: 1px solid;
  padding: 2px;
}

.img_ph_black {
  border-color: rgba(17, 17, 17, 0.6);
}

.img_ph_blue {
  border-color: rgba(20, 50, 160, 0.6);
}

.img_ph_gray {
  border-color: rgba(153, 153, 153, 0.6);
}

.img_ph_green {
  border-color: rgba(57, 118, 52, 0.6);
}

.img_ph_orange {
  border-color: rgba(220, 150, 30, 0.6);
}

.img_ph_red {
  border-color: rgba(165, 39, 39, 0.6);
}

/*----------------------------------------------------------------------------
******************************************************************************
** list
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== ul === */
ul.list {
  margin-top: 1.2em;
  margin-bottom: 0.7em;
}

ul.list li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

ul.list_ctn {
  margin: 1.2em 0 0.8em;
  padding: 0;
}

ul.list_ctn li {
  list-style: none;
  margin: 0 0 0.4em 1.5em;
  text-indent: -1.5em;
}

ul.list_ctn li:before {
  content: "※ ";
}

ul.list_il {
  line-height: 1.6;
  margin: 1.2em 0 0.4em;
  padding: 0;
}

ul.list_il li {
  display: inline-block;
  list-style: none;
  margin: 0 0.8em 0.8em 0;
}

ul.list_bdr_dot,
ul.list_bdr_sol {
  margin: 1.2em 0 0.2em;
  padding: 0;
}

ul.list_bdr_dot li,
ul.list_bdr_sol li {
  border-bottom: 1px dotted #999;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 0.5em 0.6em 0.5em;
}

ul.list_bdr_sol li {
  border-bottom-style: solid;
}

ul.list_none li {
  list-style: none;
  padding: 0;
  margin: 0 0 0.3em 0;
}

/* ==== ol === */
ol.list li {
  margin-left: 1.5em;
  margin-bottom: 0.5em;
}

ol.list_ctn {
  counter-reset: int;
  margin: 1.2em 0 0.8em;
  padding: 0;
}

ol.list_ctn li {
  list-style: none;
  margin: 0 0 0.4em 2.5em;
  text-indent: -2.5em;
}

ol.list_ctn li:before {
  counter-increment: int;
  content: "※" counter(int) ". ";
}

ol.list_il {
  counter-reset: int;
  margin: 1.4em 0 0.4em;
  padding: 0;
}

ol.list_il li {
  display: inline-block;
  margin: 0 1em 1em 0;
}

ol.list_il li:before {
  counter-increment: int;
  content: counter(int) ". ";
}

ol.list_bdr_dot,
ol.list_bdr_sol {
  counter-reset: int;
  margin: 1.4em 0;
  padding: 0;
}

ol.list_bdr_dot li,
ol.list_bdr_sol li {
  margin: 0 0 1em 1.8em;
  padding: 0 0 0.5em 0;
  position: relative;
}

ol.list_bdr_dot li:before,
ol.list_bdr_sol li:before {
  border-bottom: 1px dotted #999;
  bottom: 0;
  content: "";
  left: -1.8em;
  right: 0;
  position: absolute;
}

ol.list_bdr_sol li:before {
  border-bottom-style: solid;
}

/*----------------------------------------------------------------------------
******************************************************************************
** message
******************************************************************************
----------------------------------------------------------------------------*/
.msg_bg_black,
.msg_bg_blue,
.msg_bg_gray,
.msg_bg_green,
.msg_bg_orange,
.msg_bg_red {
  border-style: solid;
  border-width: 1px;
  padding: 1em;
}

.msg_bg_black {
  background-color: rgba(17, 17, 17, 0.2);
  border-color: rgba(17, 17, 17, 0.1);
}

.msg_bg_blue {
  background-color: rgba(20, 50, 160, 0.2);
  border-color: rgba(20, 50, 160, 0.1);
}

.msg_bg_gray {
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.1);
}

.msg_bg_green {
  background-color: rgba(57, 118, 52, 0.2);
  border-color: rgba(57, 118, 52, 0.1);
}

.msg_bg_orange {
  background-color: rgba(220, 150, 30, 0.2);
  border-color: rgba(220, 150, 30, 0.1);
}

.msg_bg_red {
  background-color: rgba(165, 39, 39, 0.2);
  border-color: rgba(165, 39, 39, 0.1);
}

.msg_bg_ttl {
  border-bottom: 1px solid;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
}

.msg_bg_black .msg_bg_ttl {
  border-color: rgb(17, 17, 17);
  color: rgb(17, 17, 17);
}

.msg_bg_blue .msg_bg_ttl {
  border-color: rgb(20, 50, 160);
  color: rgb(20, 50, 160);
}

.msg_bg_gray .msg_bg_ttl {
  border-color: rgb(153, 153, 153);
  color: rgb(153, 153, 153);
}

.msg_bg_green .msg_bg_ttl {
  border-color: rgb(57, 118, 52);
  color: rgb(57, 118, 52);
}

.msg_bg_orange .msg_bg_ttl {
  border-color: rgb(220, 150, 30);
  color: rgb(220, 150, 30);
}

.msg_bg_red .msg_bg_ttl {
  border-color: rgb(165, 39, 39);
  color: rgb(165, 39, 39);
}

.msg_bg_black,
.msg_pnl_blue,
.msg_pnl_gray,
.msg_pnl_green,
.msg_pnl_orange,
.msg_pnl_red {
  border-style: solid;
  border-width: 1px;
  padding: 14px;
}

.msg_ctn_black,
.msg_ctn_blue,
.msg_ctn_gray,
.msg_ctn_green,
.msg_ctn_orange,
.msg_ctn_red {
  border-style: solid;
  border-width: 1px;
  color: rgb(255, 255, 255);
  padding: 0.6em 1em;
}

.msg_ctn_black {
  background-color: rgba(17, 17, 17, 0.9);
  border-color: rgb(17, 17, 17);
}

.msg_ctn_blue {
  background-color: rgba(20, 50, 160, 0.9);
  border-color: rgb(20, 50, 160);
}

.msg_ctn_gray {
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgb(153, 153, 153);
  color: rgb(17, 17, 17);
}

.msg_ctn_green {
  background-color: rgba(57, 118, 52, 0.9);
  border-color: rgb(57, 118, 52);
}

.msg_ctn_orange {
  background-color: rgba(220, 150, 30, 0.9);
  border-color: rgb(220, 150, 30);
}

.msg_ctn_red {
  background-color: rgba(165, 39, 39, 0.9);
  border-color: rgb(165, 39, 39);
}

.msg_bdr_black,
.msg_bdr_blue,
.msg_bdr_gray,
.msg_bdr_green,
.msg_bdr_orange,
.msg_bdr_red {
  border-style: solid;
  border-width: 3px;
  position: relative;
  margin-top: 0.5em;
  padding: 1em 1em 0.6em;
}

.msg_bdr_black {
  border-color: rgb(17, 17, 17);
}

.msg_bdr_blue {
  border-color: rgb(20, 50, 160);
}

.msg_bdr_gray {
  border-color: rgb(153, 153, 153);
}

.msg_bdr_green {
  border-color: rgb(57, 118, 52);
}

.msg_bdr_orange {
  border-color: rgb(220, 150, 30);
}

.msg_bdr_red {
  border-color: rgb(165, 39, 39);
}

.msg_bdr_ttl {
  background-color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  left: 0.6em;
  max-width: calc(100% - 1.2em);
  padding: 0 0.5em;
  position: absolute;
  top: -0.8em;
}

.msg_bdr_black .msg_bdr_ttl {
  color: rgb(17, 17, 17);
}

.msg_bdr_blue .msg_bdr_ttl {
  color: rgb(20, 50, 160);
}

.msg_bdr_gray .msg_bdr_ttl {
  color: rgb(153, 153, 153);
}

.msg_bdr_green .msg_bdr_ttl {
  color: rgb(57, 118, 52);
}

.msg_bdr_orange .msg_bdr_ttl {
  color: rgb(220, 150, 30);
}

.msg_bdr_red .msg_bdr_ttl {
  color: rgb(165, 39, 39);
}

.msg_pnl_black,
.msg_pnl_blue,
.msg_pnl_gray,
.msg_pnl_green,
.msg_pnl_orange,
.msg_pnl_red {
  border-style: solid;
  border-width: 1px;
  padding: 14px;
}

.msg_pnl_black {
  border-color: rgb(17, 17, 17);
}

.msg_pnl_blue {
  border-color: rgb(20, 50, 160);
}

.msg_pnl_gray {
  border-color: rgb(153, 153, 153);
}

.msg_pnl_green {
  border-color: rgb(57, 118, 52);
}

.msg_pnl_orange {
  border-color: rgb(220, 150, 30);
}

.msg_pnl_red {
  border-color: rgb(165, 39, 39);
}

.msg_pnl_ttl {
  color: rgb(255, 255, 255);
  font-size: 0.9em;
  font-weight: bold;
  margin: -14px -14px 14px;
  padding: 0.4em 1em;
  text-align: center;
}

.msg_pnl_black .msg_pnl_ttl {
  background-color: rgb(17, 17, 17);
}

.msg_pnl_blue .msg_pnl_ttl {
  background-color: rgb(20, 50, 160);
}

.msg_pnl_gray .msg_pnl_ttl {
  background-color: rgb(153, 153, 153);
}

.msg_pnl_green .msg_pnl_ttl {
  background-color: rgb(57, 118, 52);
}

.msg_pnl_orange .msg_pnl_ttl {
  background-color: rgb(220, 150, 30);
}

.msg_pnl_red .msg_pnl_ttl {
  background-color: rgb(165, 39, 39);
}

.msg_rad {
  border-radius: 8px;
}

.msg_rad .msg_pnl_ttl {
  border-radius: 6px 6px 0 0;
}

/*----------------------------------------------------------------------------
******************************************************************************
** margin
******************************************************************************
----------------------------------------------------------------------------*/
.mt_m100 {
  margin-top: -100px !important;
}

.mt_m90 {
  margin-top: -90px !important;
}

.mt_m80 {
  margin-top: -80px !important;
}

.mt_m70 {
  margin-top: -70px !important;
}

.mt_m60 {
  margin-top: -60px !important;
}

.mt_m50 {
  margin-top: -50px !important;
}

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

.mt_m30 {
  margin-top: -30px !important;
}

.mt_m20 {
  margin-top: -20px !important;
}

.mt_m10 {
  margin-top: -10px !important;
}

.mt_m05 {
  margin-top: -5px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mt_05 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

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

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_m100 {
  margin-right: -100px !important;
}

.mr_m90 {
  margin-right: -90px !important;
}

.mr_m80 {
  margin-right: -80px !important;
}

.mr_m70 {
  margin-right: -70px !important;
}

.mr_m60 {
  margin-right: -60px !important;
}

.mr_m50 {
  margin-right: -50px !important;
}

.mr_m40 {
  margin-right: -40px !important;
}

.mr_m30 {
  margin-right: -30px !important;
}

.mr_m20 {
  margin-right: -20px !important;
}

.mr_m10 {
  margin-right: -10px !important;
}

.mr_m05 {
  margin-right: -5px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mr_05 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_m100 {
  margin-bottom: -100px !important;
}

.mb_m90 {
  margin-bottom: -90px !important;
}

.mb_m80 {
  margin-bottom: -80px !important;
}

.mb_m70 {
  margin-bottom: -70px !important;
}

.mb_m60 {
  margin-bottom: -60px !important;
}

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

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

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

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

.mb_m10 {
  margin-bottom: -10px !important;
}

.mb_m05 {
  margin-bottom: -5px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mb_05 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_m100 {
  margin-left: -100px !important;
}

.ml_m90 {
  margin-left: -90px !important;
}

.ml_m80 {
  margin-left: -80px !important;
}

.ml_m70 {
  margin-left: -70px !important;
}

.ml_m60 {
  margin-left: -60px !important;
}

.ml_m50 {
  margin-left: -50px !important;
}

.ml_m40 {
  margin-left: -40px !important;
}

.ml_m30 {
  margin-left: -30px !important;
}

.ml_m20 {
  margin-left: -20px !important;
}

.ml_m10 {
  margin-left: -10px !important;
}

.ml_m05 {
  margin-left: -5px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.ml_05 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mrl_auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mrl_0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mrl_05 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mrl_10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mrl_15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mrl_20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mrl_30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mrl_40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mrl_50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mrl_60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mrl_70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mrl_80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mrl_90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mrl_100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.mrl_10per {
  margin-left: 10% !important;
  margin-right: 10% !important;
}

.mrl_15per {
  margin-left: 15% !important;
  margin-right: 15% !important;
}

.mrl_20per {
  margin-left: 20% !important;
  margin-right: 20% !important;
}

.mrl_25per {
  margin-left: 25% !important;
  margin-right: 25% !important;
}

.mrl_30per {
  margin-left: 30% !important;
  margin-right: 30% !important;
}

.mrl_35per {
  margin-left: 35% !important;
  margin-right: 35% !important;
}

.mrl_40per {
  margin-left: 40% !important;
  margin-right: 40% !important;
}

.mrl_45per {
  margin-left: 45% !important;
  margin-right: 45% !important;
}

.mtb_0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mtb_05 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mtb_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

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

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

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

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

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

.mtb_60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mtb_70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.mtb_80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mtb_90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.mtb_100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mrbl_0 {
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mrbl_05 {
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mrbl_10 {
  margin-bottom: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mrbl_20 {
  margin-bottom: 20px !important;
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mrbl_30 {
  margin-bottom: 30px !important;
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mrbl_40 {
  margin-bottom: 40px !important;
  margin-right: px !important;
  margin-left: px !important;
}

.mrbl_50 {
  margin-bottom: 50px !important;
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mrbl_60 {
  margin-bottom: 60px !important;
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mrbl_70 {
  margin-bottom: 70px !important;
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mrbl_80 {
  margin-bottom: 80px !important;
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mrbl_90 {
  margin-bottom: 90px !important;
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mrbl_100 {
  margin-bottom: 100px !important;
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.mtrl_0 {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mtrl_05 {
  margin-top: 5px !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mtrl_10 {
  margin-top: 10px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mtrl_20 {
  margin-top: 20px !important;
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mtrl_30 {
  margin-top: 30px !important;
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mtrl_40 {
  margin-top: 40px !important;
  margin-right: px !important;
  margin-left: px !important;
}

.mtrl_50 {
  margin-top: 50px !important;
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mtrl_60 {
  margin-top: 60px !important;
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mtrl_70 {
  margin-top: 70px !important;
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.mtrl_80 {
  margin-top: 80px !important;
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.mtrl_90 {
  margin-top: 90px !important;
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.mtrl_100 {
  margin-top: 100px !important;
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.ma_0 {
  margin: 0px !important;
}

.ma_05 {
  margin: 5px !important;
}

.ma_10 {
  margin: 10px !important;
}

.ma_15 {
  margin: 15px !important;
}

.ma_20 {
  margin: 20px !important;
}

.ma_30 {
  margin: 30px !important;
}

.ma_40 {
  margin: 40px !important;
}

.ma_50 {
  margin: 50px !important;
}

.ma_60 {
  margin: 60px !important;
}

.ma_70 {
  margin: 70px !important;
}

.ma_80 {
  margin: 80px !important;
}

.ma_90 {
  margin: 90px !important;
}

.ma_100 {
  margin: 100px !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** padding
******************************************************************************
----------------------------------------------------------------------------*/
.padt_0 {
  padding-top: 0px !important;
}

.padt_05 {
  padding-top: 5px !important;
}

.padt_10 {
  padding-top: 10px !important;
}

.padt_15 {
  padding-top: 15px !important;
}

.padt_20 {
  padding-top: 20px !important;
}

.padt_30 {
  padding-top: 30px !important;
}

.padt_40 {
  padding-top: 40px !important;
}

.padt_50 {
  padding-top: 50px !important;
}

.padt_60 {
  padding-top: 60px !important;
}

.padt_70 {
  padding-top: 70px !important;
}

.padt_80 {
  padding-top: 80px !important;
}

.padt_90 {
  padding-top: 90px !important;
}

.padt_100 {
  padding-top: 100px !important;
}

.padr_0 {
  padding-right: 0px !important;
}

.padr_05 {
  padding-right: 5px !important;
}

.padr_10 {
  padding-right: 10px !important;
}

.padr_15 {
  padding-right: 15px !important;
}

.padr_20 {
  padding-right: 20px !important;
}

.padr_30 {
  padding-right: 30px !important;
}

.padr_40 {
  padding-right: 40px !important;
}

.padr_50 {
  padding-right: 50px !important;
}

.padr_60 {
  padding-right: 60px !important;
}

.padr_70 {
  padding-right: 70px !important;
}

.padr_80 {
  padding-right: 80px !important;
}

.padr_90 {
  padding-right: 90px !important;
}

.padr_100 {
  padding-right: 100px !important;
}

.padb_0 {
  padding-bottom: 0px !important;
}

.padb_05 {
  padding-bottom: 5px !important;
}

.padb_10 {
  padding-bottom: 10px !important;
}

.padb_15 {
  padding-bottom: 15px !important;
}

.padb_20 {
  padding-bottom: 20px !important;
}

.padb_30 {
  padding-bottom: 30px !important;
}

.padb_40 {
  padding-bottom: 40px !important;
}

.padb_50 {
  padding-bottom: 50px !important;
}

.padb_60 {
  padding-bottom: 60px !important;
}

.padb_70 {
  padding-bottom: 70px !important;
}

.padb_80 {
  padding-bottom: 80px !important;
}

.padb_90 {
  padding-bottom: 90px !important;
}

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

.padl_0 {
  padding-left: 0px !important;
}

.padl_05 {
  padding-left: 5px !important;
}

.padl_10 {
  padding-left: 10px !important;
}

.padl_15 {
  padding-left: 15px !important;
}

.padl_20 {
  padding-left: 20px !important;
}

.padl_30 {
  padding-left: 30px !important;
}

.padl_40 {
  padding-left: 40px !important;
}

.padl_50 {
  padding-left: 50px !important;
}

.padl_60 {
  padding-left: 60px !important;
}

.padl_70 {
  padding-left: 70px !important;
}

.padl_80 {
  padding-left: 80px !important;
}

.padl_90 {
  padding-left: 90px !important;
}

.padl_100 {
  padding-left: 100px !important;
}

.pada_0 {
  padding: 0px !important;
}

.pada_05 {
  padding: 5px !important;
}

.pada_10 {
  padding: 10px !important;
}

.pada_15 {
  padding: 15px !important;
}

.pada_20 {
  padding: 20px !important;
}

.pada_30 {
  padding: 30px !important;
}

.pada_40 {
  padding: 40px !important;
}

.pada_50 {
  padding: 50px !important;
}

.pada_60 {
  padding: 60px !important;
}

.pada_70 {
  padding: 70px !important;
}

.pada_80 {
  padding: 80px !important;
}

.pada_90 {
  padding: 90px !important;
}

.pada_100 {
  padding: 100px !important;
}

/*----------------------------------------------------------------------------
******************************************************************************
** slide panel
******************************************************************************
----------------------------------------------------------------------------*/
.sld_pnl {
  display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** tab panel
******************************************************************************
----------------------------------------------------------------------------*/
.tab_pnl {
  display: none;
}

.tab_pnl.active {
  display: block;
}

/*----------------------------------------------------------------------------
******************************************************************************
** table
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== tbl_bdr === */
.tbl_bdr {
  border-top: 1px solid rgb(153, 153, 153);
  border-left: 1px solid rgb(153, 153, 153);
  margin: 1.4em 0;
}

.tbl_bdr td {
  border-right: 1px solid rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
  padding: 0.6em 0.5em;
}

.tbl_bdr th {
  border-right: 1px solid rgb(153, 153, 153);
  border-bottom: 1px solid rgb(153, 153, 153);
  background-color: rgba(153, 153, 153, 0.2);
  font-weight: bold;
  padding: 0.6em 0.5em;
  text-align: center;
}

/* tbl_bdr_btm align */
.tbl_bdr.ta_c td,
.tbl_bdr.ta_c th,
.tbl_bdr tr.ta_c td,
.tbl_bdr tr.ta_c th {
  text-align: center;
}

.tbl_bdr.ta_l td,
.tbl_bdr.ta_l th,
.tbl_bdr tr.ta_l td,
.tbl_bdr tr.ta_l th {
  text-align: left;
}

.tbl_bdr.ta_r td,
.tbl_bdr.ta_r th,
.tbl_bdr tr.ta_r td,
.tbl_bdr tr.ta_r th {
  text-align: right;
}

.tbl_bdr.va_top td,
.tbl_bdr.va_top th,
.tbl_bdr tr.va_top td,
.tbl_bdr tr.va_top th {
  vertical-align: top;
}

.tbl_bdr.va_mdl td,
.tbl_bdr.va_mdl th,
.tbl_bdr tr.va_mdl td,
.tbl_bdr tr.va_mdl th {
  vertical-align: middle;
}

.tbl_bdr.va_btm td,
.tbl_bdr.va_btm th,
.tbl_bdr tr.va_btm td,
.tbl_bdr tr.va_btm th {
  vertical-align: bottom;
}

/* tbl_bdr bg color */
.tbl_bdr tr.bg_black,
.tbl_bdr td.bg_black,
.tbl_bdr th.bg_black {
  background-color: rgba(17, 17, 17, 0.2);
}

.tbl_bdr tr.bg_blue,
.tbl_bdr td.bg_blue,
.tbl_bdr th.bg_blue {
  background-color: rgba(20, 50, 160, 0.2);
}

.tbl_bdr tr.bg_gray,
.tbl_bdr td.bg_gray,
.tbl_bdr th.bg_gray {
  background-color: rgba(153, 153, 153, 0.2);
}

.tbl_bdr tr.bg_green,
.tbl_bdr td.bg_green,
.tbl_bdr th.bg_green {
  background-color: rgba(57, 118, 52, 0.2);
}

.tbl_bdr tr.bg_orange,
.tbl_bdr td.bg_orange,
.tbl_bdr th.bg_orange {
  background-color: rgba(220, 150, 30, 0.2);
}

.tbl_bdr tr.bg_red,
.tbl_bdr td.bg_red,
.tbl_bdr th.bg_red {
  background-color: rgba(165, 39, 39, 0.2);
}

/* ==== tbl_bdr_btm === */
.tbl_bdr_btm {
  border-top: 1px dotted rgb(153, 153, 153);
  margin: 1.4em 0;
}

.tbl_bdr_btm tr {
  border-bottom: 1px dotted rgb(153, 153, 153);
}

.tbl_bdr_btm td {
  padding: 0.6em 0.5em;
  vertical-align: top;
}

.tbl_bdr_btm th {
  font-weight: bold;
  padding: 0.6em 0.5em;
  text-align: left;
  vertical-align: top;
}

/* tbl_bdr_btm align */
.tbl_bdr_btm.ta_c td,
.tbl_bdr_btm.ta_c th,
.tbl_bdr_btm tr.ta_c td,
.tbl_bdr_btm tr.ta_c th {
  text-align: center;
}

.tbl_bdr_btm.ta_l td,
.tbl_bdr_btm.ta_l th,
.tbl_bdr_btm tr.ta_l td,
.tbl_bdr_btm tr.ta_l th {
  text-align: left;
}

.tbl_bdr_btm.ta_r td,
.tbl_bdr_btm.ta_r th,
.tbl_bdr_btm tr.ta_r td,
.tbl_bdr_btm tr.ta_r th {
  text-align: right;
}

.tbl_bdr_btm.va_top td,
.tbl_bdr_btm.va_top th,
.tbl_bdr_btm tr.va_top td,
.tbl_bdr_btm tr.va_top th {
  vertical-align: top;
}

.tbl_bdr_btm.va_mdl td,
.tbl_bdr_btm.va_mdl th,
.tbl_bdr_btm tr.va_mdl td,
.tbl_bdr_btm tr.va_mdl th {
  vertical-align: middle;
}

.tbl_bdr_btm.va_btm td,
.tbl_bdr_btm.va_btm th,
.tbl_bdr_btm tr.va_btm td,
.tbl_bdr_btm tr.va_btm th {
  vertical-align: bottom;
}

/* tbl_bdr_btm bg color */
.tbl_bdr_btm tr.bg_black,
.tbl_bdr_btm td.bg_black,
.tbl_bdr_btm th.bg_black {
  background-color: rgba(17, 17, 17, 0.2);
}

.tbl_bdr_btm tr.bg_blue,
.tbl_bdr_btm td.bg_blue,
.tbl_bdr_btm th.bg_blue {
  background-color: rgba(20, 50, 160, 0.2);
}

.tbl_bdr_btm tr.bg_gray,
.tbl_bdr_btm td.bg_gray,
.tbl_bdr_btm th.bg_gray {
  background-color: rgba(153, 153, 153, 0.2);
}

.tbl_bdr_btm tr.bg_green,
.tbl_bdr_btm td.bg_green,
.tbl_bdr_btm th.bg_green {
  background-color: rgba(57, 118, 52, 0.2);
}

.tbl_bdr_btm tr.bg_orange,
.tbl_bdr_btm td.bg_orange,
.tbl_bdr_btm th.bg_orange {
  background-color: rgba(220, 150, 30, 0.2);
}

.tbl_bdr_btm tr.bg_red,
.tbl_bdr_btm td.bg_red,
.tbl_bdr_btm th.bg_red {
  background-color: rgba(165, 39, 39, 0.2);
}

/* ==== tbl_nml === */
.tbl_nml {
  border: none;
  margin: 0;
  padding: 0;
}

.tbl_nml tr,
.tbl_nml tr th,
.tbl_nml td {
  background: none;
  border: none;
  margin: 0;
  padding: 0 0.1em;
}

/* tbl_nml align */
.tbl_nml.ta_c td,
.tbl_nml.ta_c th,
.tbl_nml tr.ta_c td,
.tbl_nml tr.ta_c th {
  text-align: center;
}

.tbl_nml.ta_l td,
.tbl_nml.ta_l th,
.tbl_nml tr.ta_l td,
.tbl_nml tr.ta_l th {
  text-align: left;
}

.tbl_nml.ta_r td,
.tbl_nml.ta_r th,
.tbl_nml tr.ta_r td,
.tbl_nml tr.ta_r th {
  text-align: right;
}

.tbl_nml.va_top td,
.tbl_nml.va_top th,
.tbl_nml tr.va_top td,
.tbl_nml tr.va_top th {
  vertical-align: top;
}

.tbl_nml.va_mdl td,
.tbl_nml.va_mdl th,
.tbl_nml tr.va_mdl td,
.tbl_nml tr.va_mdl th {
  vertical-align: middle;
}

.tbl_nml.va_btm td,
.tbl_nml.va_btm th,
.tbl_nml tr.va_btm td,
.tbl_nml tr.va_btm th {
  vertical-align: bottom;
}

/*----------------------------------------------------------------------------
******************************************************************************
** text indent
******************************************************************************
----------------------------------------------------------------------------*/
.ti_0 {
  text-indent: 0em;
}

.ti_01 {
  text-indent: 0.5em;
}

.ti_02 {
  text-indent: 1em;
}

.ti_03 {
  text-indent: 1.5em;
}

.ti_04 {
  text-indent: 2em;
}

.ti_05 {
  text-indent: 2.5em;
}

.ti_06 {
  text-indent: 3em;
}

.ti_07 {
  text-indent: 3.5em;
}

.ti_08 {
  text-indent: 4em;
}

.ti_09 {
  text-indent: 4.5em;
}

.ti_10 {
  text-indent: 5em;
}

.ti_11 {
  text-indent: 5.5em;
}

.ti_12 {
  text-indent: 6em;
}

.ti_13 {
  text-indent: 6.5em;
}

.ti_14 {
  text-indent: 7em;
}

.ti_15 {
  text-indent: 7.5em;
}

.ti_16 {
  text-indent: 8em;
}

.ti_17 {
  text-indent: 8.5em;
}

.ti_18 {
  text-indent: 9em;
}

.ti_19 {
  text-indent: 9.5em;
}

.ti_20 {
  text-indent: 10em;
}

.ti_21 {
  text-indent: 10.5em;
}

.ti_22 {
  text-indent: 11em;
}

.ti_23 {
  text-indent: 11.5em;
}

.ti_24 {
  text-indent: 12em;
}

.ti_25 {
  text-indent: 12.5em;
}

.ti_26 {
  text-indent: 13em;
}

.ti_27 {
  text-indent: 13.5em;
}

.ti_28 {
  text-indent: 14em;
}

.ti_29 {
  text-indent: 14.5em;
}

.ti_30 {
  text-indent: 15em;
}

.ti_31 {
  text-indent: 15.5em;
}

.ti_32 {
  text-indent: 16em;
}

.ti_33 {
  text-indent: 16.5em;
}

.ti_34 {
  text-indent: 17em;
}

.ti_35 {
  text-indent: 17.5em;
}

.ti_36 {
  text-indent: 18em;
}

.ti_37 {
  text-indent: 18.5em;
}

.ti_38 {
  text-indent: 19em;
}

.ti_39 {
  text-indent: 19.5em;
}

.ti_40 {
  text-indent: 20em;
}

.ti_m00 {
  text-indent: 0 !important;
  margin-left: 0 !important;
}

.ti_m01 {
  text-indent: -0.5em !important;
  margin-left: 0.5em !important;
}

.ti_m02 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ti_m03 {
  text-indent: -1.5em !important;
  margin-left: 1.5em !important;
}

.ti_m04 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ti_m05 {
  text-indent: -2.5em !important;
  margin-left: 2.5em !important;
}

.ti_m06 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ti_m07 {
  text-indent: -3.5em !important;
  margin-left: 3.5em !important;
}

.ti_m08 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.ti_m09 {
  text-indent: -4.5em !important;
  margin-left: 4.5em !important;
}

.ti_m10 {
  text-indent: -5em !important;
  margin-left: 5em !important;
}

.ti_m11 {
  text-indent: -5.5em !important;
  margin-left: 5.5em !important;
}

.ti_m12 {
  text-indent: -6em !important;
  margin-left: 6em !important;
}

.ti_m13 {
  text-indent: -6.5em !important;
  margin-left: 6.5em !important;
}

.ti_m14 {
  text-indent: -7em !important;
  margin-left: 7em !important;
}

.ti_m15 {
  text-indent: -7.5em !important;
  margin-left: 7.5em !important;
}

.ti_m16 {
  text-indent: -8em !important;
  margin-left: 8em !important;
}

.ti_m17 {
  text-indent: -8.5em !important;
  margin-left: 8.5em !important;
}

.ti_m18 {
  text-indent: -9em !important;
  margin-left: 9em !important;
}

.ti_m19 {
  text-indent: -9.5em !important;
  margin-left: 9.5em !important;
}

.ti_m20 {
  text-indent: -10em !important;
  margin-left: 10em !important;
}

.ti_m21 {
  text-indent: -10.5em !important;
  margin-left: 10.5em !important;
}

.ti_m22 {
  text-indent: -11em !important;
  margin-left: 11em !important;
}

.ti_m23 {
  text-indent: -11.5em !important;
  margin-left: 11.5em !important;
}

.ti_m24 {
  text-indent: -12em !important;
  margin-left: 12em !important;
}

.ti_m25 {
  text-indent: -12.5em !important;
  margin-left: 12.5em !important;
}

.ti_m26 {
  text-indent: -13em !important;
  margin-left: 13em !important;
}

.ti_m27 {
  text-indent: -13.5em !important;
  margin-left: 13.5em !important;
}

.ti_m28 {
  text-indent: -14em !important;
  margin-left: 14em !important;
}

.ti_m29 {
  text-indent: -14.5em !important;
  margin-left: 14.5em !important;
}

.ti_m30 {
  text-indent: -15em !important;
  margin-left: 15em !important;
}

.ti_m31 {
  text-indent: -15.5em !important;
  margin-left: 15.5em !important;
}

.ti_m32 {
  text-indent: -16em !important;
  margin-left: 16em !important;
}

.ti_m33 {
  text-indent: -16.5em !important;
  margin-left: 16.5em !important;
}

.ti_m34 {
  text-indent: -17em !important;
  margin-left: 17em !important;
}

.ti_m35 {
  text-indent: -17.5em !important;
  margin-left: 17.5em !important;
}

.ti_m36 {
  text-indent: -18em !important;
  margin-left: 18em !important;
}

.ti_m37 {
  text-indent: -18.5em !important;
  margin-left: 18.5em !important;
}

.ti_m38 {
  text-indent: -19em !important;
  margin-left: 19em !important;
}

.ti_m39 {
  text-indent: -19.5em !important;
  margin-left: 19.5em !important;
}

.ti_m40 {
  text-indent: -20em !important;
  margin-left: 20em !important;
}

span[class^=ti_],
strong[class^=ti_] {
  display: inline-block;
}

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 770px), print {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** box
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== box === */
  .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .box.box_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .box.box_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .box.box_mdl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .box.box_stc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .box_ord_01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .box_ord_02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .box_ord_03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .box_ord_04 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .box_ord_05 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .box_ord_06 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .box_ord_07 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .box_ord_08 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .box_ord_09 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .box_ord_10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  /* ==== box_col === */
  .box_col_02,
.box_col_03,
.box_col_04,
.box_col_05,
.box_col_06,
.box_col_07,
.box_col_08,
.box_col_09,
.box_col_10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  ul[class^=box_col_] {
    margin: 1em 0 0 0;
  }

  .box_col_02 > *,
.box_col_03 > *,
.box_col_04 > *,
.box_col_05 > *,
.box_col_06 > *,
.box_col_07 > *,
.box_col_08 > *,
.box_col_09 > *,
.box_col_10 > * {
    margin: 0 1em 1em 0 !important;
  }

  .box_col_02 > *:nth-child(2n),
.box_col_03 > *:nth-child(3n),
.box_col_04 > *:nth-child(4n),
.box_col_05 > *:nth-child(5n),
.box_col_06 > *:nth-child(6n),
.box_col_07 > *:nth-child(7n),
.box_col_08 > *:nth-child(8n),
.box_col_09 > *:nth-child(9n),
.box_col_10 > *:nth-child(10n) {
    margin-right: 0 !important;
  }

  .box_col_02 > * {
    width: calc((100% - 1em - 1px) / 2);
  }

  .box_col_03 > * {
    width: calc((100% - 2em - 1px) / 3);
  }

  .box_col_04 > * {
    width: calc((100% - 3em - 1px) / 4);
  }

  .box_col_05 > * {
    width: calc((100% - 4em - 1px) / 5);
  }

  .box_col_06 > * {
    width: calc((100% - 5em - 1px) / 6);
  }

  .box_col_07 > * {
    width: calc((100% - 6em - 1px) / 7);
  }

  .box_col_08 > * {
    width: calc((100% - 7em - 1px) / 8);
  }

  .box_col_09 > * {
    width: calc((100% - 8em - 1px) / 9);
  }

  .box_col_10 > * {
    width: calc((100% - 9em - 1px) / 10);
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** display
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .pc_dn {
    display: none !important;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** gallery
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .glry_col_01 {
    margin-top: 1.4em;
    margin-bottom: 0.4em;
  }

  .glry_col_01,
.glry_col_02,
.glry_col_03,
.glry_col_04,
.glry_col_05,
.glry_col_06,
.glry_col_07,
.glry_col_08,
.glry_col_09,
.glry_col_10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 0.8em;
    position: relative;
    text-align: center;
  }

  .glry_col_01 > div {
    margin-bottom: 1em;
    width: 100%;
  }

  .glry_col_02 > div,
.glry_col_03 > div,
.glry_col_04 > div,
.glry_col_05 > div,
.glry_col_06 > div,
.glry_col_07 > div,
.glry_col_08 > div,
.glry_col_09 > div,
.glry_col_10 > div {
    margin: 0 1em 1em 0;
    text-align: center;
  }

  .glry_col_02 > div:nth-child(2n),
.glry_col_03 > div:nth-child(3n),
.glry_col_04 > div:nth-child(4n),
.glry_col_05 > div:nth-child(5n),
.glry_col_06 > div:nth-child(6n),
.glry_col_07 > div:nth-child(7n),
.glry_col_08 > div:nth-child(8n),
.glry_col_09 > div:nth-child(9n),
.glry_col_10 > div:nth-child(10n) {
    margin-right: 0 !important;
  }

  .glry_col_02 > div {
    width: calc((100% - 1em - 1px) / 2);
  }

  .glry_col_03 > div {
    width: calc((100% - 2em - 1px) / 3);
  }

  .glry_col_04 > div {
    width: calc((100% - 3em - 1px) / 4);
  }

  .glry_col_05 > div {
    width: calc((100% - 4em - 1px) / 5);
  }

  .glry_col_06 > div {
    width: calc((100% - 5em - 1px) / 6);
  }

  .glry_col_07 > div {
    width: calc((100% - 6em - 1px) / 7);
  }

  .glry_col_08 > div {
    width: calc((100% - 7em - 1px) / 8);
  }

  .glry_col_09 > div {
    width: calc((100% - 8em - 1px) / 9);
  }

  .glry_col_10 > div {
    width: calc((100% - 9em - 1px) / 10);
  }

  .glry_col_01 figcaption,
.glry_col_02 figcaption,
.glry_col_03 figcaption,
.glry_col_04 figcaption,
.glry_col_05 figcaption,
.glry_col_06 figcaption,
.glry_col_07 figcaption,
.glry_col_08 figcaption,
.glry_col_09 figcaption,
.glry_col_10 figcaption {
    margin-top: 0.5em;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** img
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .img_c {
    display: block;
    font-size: 1em;
    margin: 1em auto;
  }

  .img_l {
    font-size: 1em;
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1.4em;
  }

  .img_r {
    float: right;
    font-size: 1em;
    margin-bottom: 0.5em;
    margin-left: 1.4em;
  }

  div.img_c,
div.img_l,
div.img_r,
p.img_c,
p.img_l,
p.img_r {
    font-size: 0.8em;
    text-align: center;
  }

  div.img_c img,
div.img_l img,
div.img_r img,
p.img_c img,
p.img_l img,
p.img_r img {
    display: inline-block;
    margin-bottom: 1em;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** serif
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .srf_bdr_black_l,
.srf_bdr_black_r,
.srf_bdr_blue_l,
.srf_bdr_blue_r,
.srf_bdr_gray_l,
.srf_bdr_gray_r,
.srf_bdr_green_l,
.srf_bdr_green_r,
.srf_bdr_orange_l,
.srf_bdr_orange_r,
.srf_bdr_red_l,
.srf_bdr_red_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 2em 0;
  }

  .srf_bdr_black_r,
.srf_bdr_blue_r,
.srf_bdr_gray_r,
.srf_bdr_green_r,
.srf_bdr_orange_r,
.srf_bdr_red_r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .srf_bdr_icon {
    border-radius: 50%;
    height: 80px !important;
    overflow: hidden;
    width: 80px !important;
  }

  .srf_bdr_black_l .srf_bdr_icon,
.srf_bdr_black_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.6);
            box-shadow: 0 0 10px rgba(17, 17, 17, 0.6);
  }

  .srf_bdr_blue_l .srf_bdr_icon,
.srf_bdr_blue_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(20, 50, 160, 0.6);
            box-shadow: 0 0 10px rgba(20, 50, 160, 0.6);
  }

  .srf_bdr_gray_l .srf_bdr_icon,
.srf_bdr_gray_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
            box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
  }

  .srf_bdr_green_l .srf_bdr_icon,
.srf_bdr_green_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(57, 118, 52, 0.6);
            box-shadow: 0 0 10px rgba(57, 118, 52, 0.6);
  }

  .srf_bdr_orange_l .srf_bdr_icon,
.srf_bdr_orange_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(220, 150, 30, 0.6);
            box-shadow: 0 0 10px rgba(220, 150, 30, 0.6);
  }

  .srf_bdr_red_l .srf_bdr_icon,
.srf_bdr_red_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(165, 39, 39, 0.6);
            box-shadow: 0 0 10px rgba(165, 39, 39, 0.6);
  }

  .srf_bdr_inr {
    border: 2px solid;
    background-color: #fff;
    border-radius: 10px;
    font-size: 0.9em;
    line-height: 1.6;
    position: relative;
    padding: 1em 1.4em;
    max-width: calc(100% - 100px);
  }

  .srf_bdr_black_l .srf_bdr_inr,
.srf_bdr_black_r .srf_bdr_inr {
    border-color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_l .srf_bdr_inr,
.srf_bdr_blue_r .srf_bdr_inr {
    border-color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_l .srf_bdr_inr,
.srf_bdr_gray_r .srf_bdr_inr {
    border-color: rgb(153, 153, 153);
  }

  .srf_bdr_green_l .srf_bdr_inr,
.srf_bdr_green_r .srf_bdr_inr {
    border-color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_l .srf_bdr_inr,
.srf_bdr_orange_r .srf_bdr_inr {
    border-color: rgb(220, 150, 30);
  }

  .srf_bdr_red_l .srf_bdr_inr,
.srf_bdr_red_r .srf_bdr_inr {
    border-color: rgb(165, 39, 39);
  }

  .srf_bdr_inr:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    border: 12px solid transparent;
    z-index: 2;
  }

  .srf_bdr_black_l .srf_bdr_inr:before,
.srf_bdr_blue_l .srf_bdr_inr:before,
.srf_bdr_gray_l .srf_bdr_inr:before,
.srf_bdr_green_l .srf_bdr_inr:before,
.srf_bdr_orange_l .srf_bdr_inr:before,
.srf_bdr_red_l .srf_bdr_inr:before {
    left: -24px;
    border-right: 12px solid #fff;
  }

  .srf_bdr_black_r .srf_bdr_inr:before,
.srf_bdr_blue_r .srf_bdr_inr:before,
.srf_bdr_gray_r .srf_bdr_inr:before,
.srf_bdr_green_r .srf_bdr_inr:before,
.srf_bdr_orange_r .srf_bdr_inr:before,
.srf_bdr_red_r .srf_bdr_inr:before {
    right: -24px;
    border-left: 12px solid #fff;
  }

  .srf_bdr_inr:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    border: 14px solid transparent;
    z-index: 1;
  }

  .srf_bdr_black_l .srf_bdr_inr:after,
.srf_bdr_blue_l .srf_bdr_inr:after,
.srf_bdr_gray_l .srf_bdr_inr:after,
.srf_bdr_green_l .srf_bdr_inr:after,
.srf_bdr_orange_l .srf_bdr_inr:after,
.srf_bdr_red_l .srf_bdr_inr:after {
    left: -29px;
  }

  .srf_bdr_black_l .srf_bdr_inr:after {
    border-right-color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_l .srf_bdr_inr:after {
    border-right-color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_l .srf_bdr_inr:after {
    border-right-color: rgb(153, 153, 153);
  }

  .srf_bdr_green_l .srf_bdr_inr:after {
    border-right-color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_l .srf_bdr_inr:after {
    border-right-color: rgb(220, 150, 30);
  }

  .srf_bdr_red_l .srf_bdr_inr:after {
    border-right-color: rgb(165, 39, 39);
  }

  .srf_bdr_black_r .srf_bdr_inr:after,
.srf_bdr_blue_r .srf_bdr_inr:after,
.srf_bdr_gray_r .srf_bdr_inr:after,
.srf_bdr_green_r .srf_bdr_inr:after,
.srf_bdr_orange_r .srf_bdr_inr:after,
.srf_bdr_red_r .srf_bdr_inr:after {
    right: -29px;
  }

  .srf_bdr_black_r .srf_bdr_inr:after {
    border-left-color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_r .srf_bdr_inr:after {
    border-left-color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_r .srf_bdr_inr:after {
    border-left-color: rgb(153, 153, 153);
  }

  .srf_bdr_green_r .srf_bdr_inr:after {
    border-left-color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_r .srf_bdr_inr:after {
    border-left-color: rgb(220, 150, 30);
  }

  .srf_bdr_red_r .srf_bdr_inr:after {
    border-left-color: rgb(165, 39, 39);
  }

  .srf_bdr_ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.1em 0 !important;
    padding: 0;
  }

  .srf_bdr_black_l .srf_bdr_ttl,
.srf_bdr_black_r .srf_bdr_ttl {
    color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_l .srf_bdr_ttl,
.srf_bdr_blue_r .srf_bdr_ttl {
    color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_l .srf_bdr_ttl,
.srf_bdr_gray_r .srf_bdr_ttl {
    color: rgb(17, 17, 17);
  }

  .srf_bdr_green_l .srf_bdr_ttl,
.srf_bdr_green_r .srf_bdr_ttl {
    color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_l .srf_bdr_ttl,
.srf_bdr_orange_r .srf_bdr_ttl {
    color: rgb(220, 150, 30);
  }

  .srf_bdr_red_l .srf_bdr_ttl,
.srf_bdr_red_r .srf_bdr_ttl {
    color: rgb(165, 39, 39);
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** width
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .w_01 {
    width: 1% !important;
  }

  .w_02 {
    width: 2% !important;
  }

  .w_03 {
    width: 3% !important;
  }

  .w_04 {
    width: 4% !important;
  }

  .w_05 {
    width: 5% !important;
  }

  .w_06 {
    width: 6% !important;
  }

  .w_07 {
    width: 7% !important;
  }

  .w_08 {
    width: 8% !important;
  }

  .w_09 {
    width: 9% !important;
  }

  .w_10 {
    width: 10% !important;
  }

  .w_11 {
    width: 11% !important;
  }

  .w_12 {
    width: 12% !important;
  }

  .w_13 {
    width: 13% !important;
  }

  .w_14 {
    width: 14% !important;
  }

  .w_15 {
    width: 15% !important;
  }

  .w_16 {
    width: 16% !important;
  }

  .w_17 {
    width: 17% !important;
  }

  .w_18 {
    width: 18% !important;
  }

  .w_19 {
    width: 19% !important;
  }

  .w_20 {
    width: 20% !important;
  }

  .w_21 {
    width: 21% !important;
  }

  .w_22 {
    width: 22% !important;
  }

  .w_23 {
    width: 23% !important;
  }

  .w_24 {
    width: 24% !important;
  }

  .w_25 {
    width: 25% !important;
  }

  .w_26 {
    width: 26% !important;
  }

  .w_27 {
    width: 27% !important;
  }

  .w_28 {
    width: 28% !important;
  }

  .w_29 {
    width: 29% !important;
  }

  .w_30 {
    width: 30% !important;
  }

  .w_31 {
    width: 31% !important;
  }

  .w_32 {
    width: 32% !important;
  }

  .w_33 {
    width: 33% !important;
  }

  .w_34 {
    width: 34% !important;
  }

  .w_35 {
    width: 35% !important;
  }

  .w_36 {
    width: 36% !important;
  }

  .w_37 {
    width: 37% !important;
  }

  .w_38 {
    width: 38% !important;
  }

  .w_39 {
    width: 39% !important;
  }

  .w_40 {
    width: 40% !important;
  }

  .w_41 {
    width: 41% !important;
  }

  .w_42 {
    width: 42% !important;
  }

  .w_43 {
    width: 43% !important;
  }

  .w_44 {
    width: 44% !important;
  }

  .w_45 {
    width: 45% !important;
  }

  .w_46 {
    width: 46% !important;
  }

  .w_47 {
    width: 47% !important;
  }

  .w_48 {
    width: 48% !important;
  }

  .w_49 {
    width: 49% !important;
  }

  .w_50 {
    width: 50% !important;
  }

  .w_51 {
    width: 51% !important;
  }

  .w_52 {
    width: 52% !important;
  }

  .w_53 {
    width: 53% !important;
  }

  .w_54 {
    width: 54% !important;
  }

  .w_55 {
    width: 55% !important;
  }

  .w_56 {
    width: 56% !important;
  }

  .w_57 {
    width: 57% !important;
  }

  .w_58 {
    width: 58% !important;
  }

  .w_59 {
    width: 59% !important;
  }

  .w_60 {
    width: 60% !important;
  }

  .w_61 {
    width: 61% !important;
  }

  .w_62 {
    width: 62% !important;
  }

  .w_63 {
    width: 63% !important;
  }

  .w_64 {
    width: 64% !important;
  }

  .w_65 {
    width: 65% !important;
  }

  .w_66 {
    width: 66% !important;
  }

  .w_67 {
    width: 67% !important;
  }

  .w_68 {
    width: 68% !important;
  }

  .w_69 {
    width: 69% !important;
  }

  .w_70 {
    width: 70% !important;
  }

  .w_71 {
    width: 71% !important;
  }

  .w_72 {
    width: 72% !important;
  }

  .w_73 {
    width: 73% !important;
  }

  .w_74 {
    width: 74% !important;
  }

  .w_75 {
    width: 75% !important;
  }

  .w_76 {
    width: 76% !important;
  }

  .w_77 {
    width: 77% !important;
  }

  .w_78 {
    width: 78% !important;
  }

  .w_79 {
    width: 79% !important;
  }

  .w_80 {
    width: 80% !important;
  }

  .w_81 {
    width: 81% !important;
  }

  .w_82 {
    width: 82% !important;
  }

  .w_83 {
    width: 83% !important;
  }

  .w_84 {
    width: 84% !important;
  }

  .w_85 {
    width: 85% !important;
  }

  .w_86 {
    width: 86% !important;
  }

  .w_87 {
    width: 87% !important;
  }

  .w_88 {
    width: 88% !important;
  }

  .w_89 {
    width: 89% !important;
  }

  .w_90 {
    width: 90% !important;
  }

  .w_91 {
    width: 91% !important;
  }

  .w_92 {
    width: 92% !important;
  }

  .w_93 {
    width: 93% !important;
  }

  .w_94 {
    width: 94% !important;
  }

  .w_95 {
    width: 95% !important;
  }

  .w_96 {
    width: 96% !important;
  }

  .w_97 {
    width: 97% !important;
  }

  .w_98 {
    width: 98% !important;
  }

  .w_99 {
    width: 99% !important;
  }

  .w_100 {
    width: 100% !important;
  }

  img[class^=w_] {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px 10px;
  }

  .hd_logo_logo {
    max-width: 600px;
    width: 100%;
    height: auto;
    padding-right: 60px;
  }

  .globalnav {
    background: #51919b;
    height: calc(100% + 500px);
    padding-bottom: 500px;
    z-index: 100;
    width: 70%;
    overflow-x: none;
    overflow-y: auto;
    top: 0px;
    right: -70%;
    position: fixed;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
  }

  .globalnav_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }

  .globalnav_item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
  }

  .globalnav_item_link:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .globalnav_item_link.-reservation {
    background-color: #cc1f00;
  }

  .globalnav_item_link:hover.-reservation {
    background-color: rgba(204, 31, 0, 0.8);
  }

  .globalnav_item_label {
    color: yellow;
    font-size: 12px;
  }

  .globalnav_childlist {
    background-color: #447a82;
  }

  .globalnav_childitem {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    position: relative;
  }

  .globalnav_childlink {
    color: #fff;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
  }

  .globalnav_childlink:hover,
.globalnav_childlink.current {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sp_nav_open {
    right: 0 !important;
  }

  .sp_nav_trigger {
    cursor: pointer;
    z-index: 1000;
    position: fixed !important;
    top: 25px;
    right: 15px;
    margin-top: -5px;
    width: 36px;
    height: 24px;
  }

  .sp_nav_trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #447a82;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sp_nav_trigger span:nth-of-type(1) {
    top: 0;
  }

  .sp_nav_trigger span:nth-of-type(2) {
    top: 10px;
  }

  .sp_nav_trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .sp_nav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "MENU";
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #447a82;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .sp_nav_trigger.sp_active::after {
    content: "CLOSE";
    bottom: -25px;
    color: #fff;
  }

  .sp_nav_trigger.sp_active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background: #fff;
  }

  .sp_nav_trigger.sp_active span:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }

  .sp_nav_trigger.sp_active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background: #fff;
  }

  .con_bg {
    background: url(../images/con_bg.png) no-repeat;
  }

  .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 30px 0;
  }

  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
            order: 2;
    width: 230px;
  }

  .side h3 {
    background-color: #eee;
    color: #111;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 8px;
    text-align: center;
  }

  .side_nav_list li a {
    background: url(../images/icon_arrow_gray.png) no-repeat left center;
    border-bottom: 1px solid #ccc;
    color: #111;
    display: block;
    padding: 12px 10px;
    text-decoration: none;
  }

  .side_nav_list li a:hover,
.side_nav_list li a.current {
    text-decoration: underline;
  }

  .ft {
    background-color: #51919b;
    border-top: 5px solid #492a16;
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

  .ftspecialnav {
    padding-top: 30px;
  }

  .ftspecialnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .ftspecialnav_item + .ftspecialnav_item {
    margin-left: 20px;
  }

  .ftspecialnav_link {
    color: #492a16;
    display: block;
    font-weight: bold;
    font-size: 8px;
    position: relative;
  }

  .ftspecialnav_link i {
    position: absolute;
    font-size: 30px;
    top: -40px;
    left: 50%;
    margin-left: -15px;
  }

  .ftnav {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #492a16;
    width: 100%;
  }

  .ftnav_item + .ftnav_item {
    margin-top: 10px;
  }

  .ftnav_title .ftnav_link {
    font-size: 14px;
    color: #361f10;
  }

  .ftnav_list li {
    border-bottom: 1px dotted #492a16;
  }

  .ftnav_list li.ftnav_title {
    border-bottom: 2px solid #492a16;
  }

  .ftnav_link {
    color: #492a16;
    display: block;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    padding: 5px;
  }

  .ftnav_link:hover {
    text-decoration: underline;
  }

  .ftcopyright {
    color: #492a16;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 10px;
  }

  .pagetop {
    border-radius: 50%;
    background-color: #492a16;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    height: 40px;
    right: 10px;
    position: fixed;
    width: 40px;
    z-index: 100;
  }

  .pagetop:hover {
    opacity: 0.6;
  }

  .pagetop_btn {
    cursor: pointer;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
  }

  .pagetop_btn::before,
.pagetop_btn::after {
    background-color: #fff;
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
  }

  .pagetop_btn::before {
    width: 5px;
    bottom: 0;
  }

  .pagetop_btn::after {
    height: 5px;
    right: 0;
  }

  .card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .card:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }

  .card_thumnail img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: 100%;
  }

  .card_detail {
    padding: 10px;
  }

  .card_detail {
    padding: 10px;
  }

  .card_title {
    color: #447a82;
    text-align: center;
    font-size: 16px;
  }

  .card_description {
    color: #333;
    font-size: 12px;
    margin-top: 5px;
  }

  .card_date i {
    margin-right: 5px;
  }

  .text_underline {
    border-bottom: solid 3px #faff31;
  }

  .font_color_special {
    color: #cc1f00;
  }
}
@media screen and (max-width: 767px) {
  .homeslider {
    width: 100%;
  }

  .homeslider_sns {
    background: #51919b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 5px;
  }

  .homeslider_sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .homeslider_sns_item + .homeslider_sns_item {
    margin-left: 20px;
  }

  .homeslider_sns_link {
    color: #fff;
    font-size: 26px;
  }

  .homeslider_sns_link:hover {
    opacity: 0.8;
  }

  .homeabout {
    padding: 30px 10px;
  }

  .homeabout_heading {
    font-size: 6vw;
    text-align: center;
    color: #447a82;
  }

  .homeabout_importantdescription {
    text-align: center;
    font-size: 4vw;
    margin-top: 30px;
  }

  .homeabout_listitem {
    margin-top: 30px;
  }

  .homeabout_listitem .card {
    display: block;
    height: 100%;
  }

  .homeabout_list .card_thumnail img {
    height: 40vw;
    width: 100%;
  }

  .homenew {
    background-color: rgba(81, 145, 155, 0.2);
    width: 100%;
    padding: 30px 10px;
  }

  .homenew_heading {
    font-size: 6vw;
    text-align: center;
    color: #447a82;
  }

  .homenew_listitem {
    border-bottom: 1px solid #ccc;
  }

  .homenew_listitem a.stick {
    display: block;
    color: #111;
    padding: 10px 0;
    text-decoration: none;
    font-size: 13px;
  }

  .homenew_listitem time {
    font-size: 11px;
  }

  .hometopics {
    width: 100%;
    padding: 30px 10px;
  }

  .hometopics_heading {
    font-size: 6vw;
    text-align: center;
    color: #447a82;
  }

  .hometopics_listitem {
    margin-top: 30px;
  }

  .hometopics_listitem .card {
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .hometopics_listitem .card time {
    font-size: 11px;
  }

  .hometopics_listitem .card_thumnail {
    height: 100px;
    width: 140px;
  }

  .hometopics_listitem .card_thumnail img {
    height: 100%;
    width: 100%;
  }

  .hometopics_listitem .card_detail {
    width: calc(100% - 140px);
  }

  .hometopics_listitem .card_title {
    text-align: left;
    font-size: 14px;
  }

  .homeinstagram {
    background-color: #eee;
    padding: 30px 10px;
    width: 100%;
  }

  .homeinstagram_heading {
    font-size: 6vw;
    text-align: center;
    color: #447a82;
  }

  .homeinstagram_group_inner {
    margin-top: 20px;
  }

  .homeinstagram_group_title {
    color: #447a82;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .pageslider {
    position: relative;
    margin-bottom: 30px;
  }

  .pageslider_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .pageslider_title p {
    border: 5px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 10px 2em 5px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .pageslider_title .pageslider_title_jp {
    font-size: 4vw;
  }

  .pageslider_title .pageslider_title_en {
    font-family: "DM Serif Text", serif;
    font-size: 7vw;
    letter-spacing: 0.1em;
    line-height: 1.2em;
  }

  .pageslider_title .pageslider_title_img img {
    width: 50vw;
    height: auto;
  }

  .pagecontent {
    padding: 0 10px;
  }

  .pagecontent_body {
    padding-bottom: 30px;
  }

  .page_main_section + .page_main_section {
    margin-top: 20px;
  }

  .pagecontent_section {
    padding: 0 0 20px;
  }

  .pagecontent_body_mainheading,
.pagecontent_section_heading_border {
    position: relative;
    color: black;
    margin: 0 0 20px;
    padding: 16px 10px;
    font-size: 20px;
    line-height: 1.4;
    border-top: 5px solid #746b33;
    border-bottom: solid 3px #746b33;
    text-align: center;
  }

  .pagecontent_body_mainheading::after,
.pagecontent_section_heading_border::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #50919c;
    border-top: 5px solid #50919c;
    bottom: -3px;
    top: -5px;
    width: 50%;
    left: 0;
  }

  .pagecontent_section_heading {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #50919c;
    margin-bottom: 30px;
  }

  .pagecontent_section_heading::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 45px);
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: rgba(204, 31, 0, 0.7);
  }

  .pagecontent_section_heading02 {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    color: #50919c;
    margin: 30px 0 20px;
  }

  .pagecontent_section_heading02::before,
.pagecontent_section_heading02::after {
    width: 40px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: rgba(204, 31, 0, 0.7);
  }

  .pagecontent_section_heading02::before {
    margin-right: 10px;
  }

  .pagecontent_section_heading02::after {
    margin-left: 10px;
  }

  .pagecontent_section_heading span.ff_jp {
    display: block;
    font-size: 0.7em;
  }

  .pagecontent_section_heading_border_btm {
    font-size: 16px;
    color: #50919c;
    padding-bottom: 0.3em;
    border-bottom: solid 3px #50919c;
    margin: 20px 0 10px;
  }

  .page_content_topage {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
  }

  .page_content_topage .btn {
    background: #51919b;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px 20px;
    max-width: 400px;
    text-align: center;
  }

  .page_content_topage .btn:hover {
    background: #41747c;
    opacity: 0.8;
  }

  .page_eycatchyoutube_movie iframe {
    height: 53.5vw;
    width: 100%;
  }

  .page_eycatchyoutube_title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #51919b;
  }

  .page_eycatchyoutube_content {
    margin-top: 20px;
  }

  .page_eycatchyoutube_content .page_eycatchyoutube_head {
    font-size: 20px;
    color: #447a82;
    text-align: center;
    margin-bottom: 10px;
  }

  .page_eycatchyoutube_content p + p {
    margin-top: 10px;
  }

  .page_caution {
    font-weight: bold;
    padding: 20px;
    margin: 0 -10px 20px;
    text-align: center;
    background-color: #efefef;
    margin-top: 20px;
  }

  .spucourse_table {
    border: 3px solid #51919b;
    margin-top: 20px;
    width: 100%;
  }

  .spucourse_table td,
.spucourse_table th {
    padding: 5px;
    width: 25%;
    text-align: center;
    font-weight: bold;
  }

  .spucourse_table .course {
    background-color: #51919b;
    color: #fff;
  }

  .spucourse_table .holiday {
    background-color: rgba(81, 145, 155, 0.2);
  }

  .spucourse_table .specialprice {
    background-color: #f7fbdb;
  }

  .spucourse_table .specialprice.-first-child {
    border-top: 3px solid #51919b;
  }

  .spucourse_table .specialprice th {
    color: #cc1f00;
  }

  .spucourse_caution {
    margin-top: 20px;
    font-size: 10px;
  }

  .spucourse_pray {
    margin-top: 20px;
  }

  .spucourse_pray_nav {
    margin-top: 20px;
  }

  .spucourse_pray_nav a {
    display: block;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    border: 3px solid #cc1f00;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    padding: 10px 0;
  }

  .spucourse_pray_nav a:first-child {
    margin-bottom: 20px;
  }

  .supservice .supservice_contentlist {
    margin-top: 20px;
  }

  .supservice_item {
    width: 100%;
    margin-top: 30px;
  }

  .supservice_item .card_description {
    padding: 10px 20px;
  }

  .supservice_item p {
    margin-top: 5px;
  }

  .supservice_item span.btn {
    border: 1px solid #447a82;
    color: #447a82;
    border-radius: 20px;
    display: block;
    font-weight: bold;
    padding: 2px 0 1px;
    text-align: center;
  }

  .supservice_item span.btn:hover {
    background-color: #447a82;
    color: #fff;
  }

  .suptimeschedule {
    background-color: #efefef;
    margin: 0 -10px 30px;
    padding: 20px 10px;
  }

  .suptimeschedule_schedule {
    margin-top: 30px;
  }

  .supreason_readtext {
    margin-top: 40px;
    font-size: 12px;
    font-weight: bold;
    color: #51919b;
    text-align: center;
  }

  .supreason_item {
    margin-top: 30px;
  }

  .supreason_item.-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .supreason_item > p {
    display: none;
  }

  .supreason_thumnail img {
    width: 100%;
    height: auto;
  }

  .supreason_content {
    margin-top: 10px;
  }

  .supreason_content h3 {
    color: #447a82;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .supreason_content p {
    font-size: 12px;
  }

  .access_address_layout .access_address_img img {
    width: 100%;
    height: auto;
  }

  .access_address_layout .access_address_tbl {
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
  }

  .access_address_layout .access_address_tbl th {
    color: #447a82;
    width: 70px;
    vertical-align: top;
  }

  .access_address_layout .access_address_tbl th,
.access_address_layout .access_address_tbl td {
    border-bottom: 1px solid #ccc;
    padding: 5px;
  }

  .access_googlemap {
    margin-top: 20px;
  }

  .access_googlemap iframe {
    width: 100%;
    height: 30vh;
  }

  .access_googlemap_topage {
    margin-top: 10px;
    text-align: center;
  }

  .page_timeschedule_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    padding: 0 10px;
  }

  .page_timeschedule_box {
    width: calc(50% - 10px);
  }

  .page_timeschedule_heading {
    background-color: #51919b;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5px 10px;
  }

  .page_timeschedule_timeseries {
    border-left: 3px solid #333;
    margin-top: 30px;
    font-size: 18px;
    margin-left: 10px;
  }

  .page_timeschedule_timeseries_item {
    margin-left: 10px;
    position: relative;
  }

  .page_timeschedule_timeseries_item::after {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #111;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -18px;
  }

  .page_timeschedule_timeseries_item + .page_timeschedule_timeseries_item {
    margin-top: 20px;
  }

  .page_timeschedule_timeseries_time {
    line-height: 1.2;
    font-weight: bold;
    font-size: 18px;
    color: #447a82;
  }

  .page_timeschedule_timeseries_caption {
    margin-top: 10px;
    font-size: 14px;
  }

  .page_timeschedule_timeseries_img {
    margin-top: 10px;
  }

  .page_timeschedule_timeseries_img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 90px;
    width: 90px;
    border-radius: 50%;
  }

  .page_dayflow_dayflow_item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .page_dayflow_dayflow_icon_arrow {
    margin-top: 30px;
    position: relative;
  }

  .page_dayflow_dayflow_icon_arrow::after {
    content: "";
    height: 20px;
    width: 20px;
    background: url("../images/icon_arrow_circle.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: -35px;
    left: calc(50% - 10px);
  }

  .page_dayflow_dayflow_thumnail img {
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page_dayflow_dayflow_con {
    padding: 10px 15px;
    font-size: 12px;
  }

  .page_dayflow_dayflow_heading {
    font-size: 16px;
    color: #447a82;
    margin-bottom: 5px;
  }

  .page_dayflow_belongings {
    border-radius: 10px;
    border: 2px solid rgba(68, 122, 130, 0.4);
    padding: 20px;
    text-align: center;
    margin: 30px 0;
    position: relative;
  }

  .page_dayflow_belongings_heading {
    position: absolute;
    top: -1em;
    left: calc(50% - 2em);
    color: #447a82;
    font-size: 20px;
    background-color: #fff;
    padding: 0 0.5em;
  }

  .page_option_gallery_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0 auto;
  }

  .page_option_gallery_item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .page_option_gallery_item img {
    width: 100%;
    height: 30vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .page_option_gallery_item:nth-child(3n) {
    margin-right: 0;
  }

  .page_option_gallery_item figcaption {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
  }

  .page_question {
    max-width: 800px;
    margin: 60px auto 0;
  }

  .page_question_box {
    margin-top: 30px;
    border: solid gray 1px;
  }

  .page_question_title {
    background: #51919b;
    padding: 10px 0 5px 10px;
    color: #fff;
  }

  .page_question_box p {
    padding: 5px 20px 5px 50px;
    text-indent: -16px;
    font-size: 13px;
  }

  .page_question_color {
    color: #bf2408;
    font-weight: bold;
    padding-right: 5px;
  }

  .riversup_twoactibity {
    background-color: rgba(81, 145, 155, 0.2);
    padding: 30px 10px;
    margin: 20px -10px 20px;
  }

  .riversup_twoactibity h2 {
    font-size: 20px;
    color: #447a82;
    text-align: center;
  }

  .riversup_twoactibity_point {
    margin-top: 20px;
  }

  .riversup_twoactibity_point_item {
    margin-top: 20px;
  }

  .riversup_twoactibity_point_item.-firstchild {
    margin-top: 0;
  }

  .riversup_twoactibity_point_thum img {
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .riversup_twoactibity_point_con {
    margin-top: 10px;
  }

  .riversup_twoactibity_point_con h3 {
    color: #447a82;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: center;
  }

  .mcon div.aligncenter,
.mcon p.aligncenter {
    text-align: center;
  }

  .mcon div.alignright,
.mcon p.alignleft {
    text-align: left;
  }

  .mcon div.alignright,
.mcon p.alignright {
    text-align: right;
  }

  .mcon img.aligncenter,
.mcon img.alignleft,
.mcon img.alignright,
.mcon img[class*=wp-image-],
.mcon img[class*=attachment-] {
    display: block;
    margin: 1em auto;
  }

  .mcon table.aligncenter {
    margin: 1em auto;
  }

  .mcon code {
    background-color: #e7e7e7;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;
    padding: 2rem;
    margin: 3rem 2rem;
    position: relative;
  }

  .mcon blockquote {
    border: 1px solid #999;
    background-color: rgba(153, 153, 153, 0.4);
    border-radius: 5px;
    margin: 1em auto;
    padding: 1em;
  }

  .mcon .wp-caption {
    background: none;
    border: none;
    display: block;
    width: 100% !important;
  }

  .mcon .wp-caption.aligncenter,
.mcon .wp-caption.alignleft,
.mcon .wp-caption.alignright {
    margin: 1em auto;
  }

  .mcon .wp-caption-text {
    font-size: 0.8em;
    margin-bottom: 0 !important;
    padding: 5px 0;
    text-align: center;
  }

  .link_bnr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .link_bnr_box img {
    width: 80px;
    height: auto;
  }

  .link_bnr_box figcaption {
    width: calc(100% - 100px);
    font-size: 11px;
  }

  .page_eyecatch img {
    width: 100%;
    height: auto;
  }

  .page_catch {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }

  .page_catch .ff_en {
    color: #447a82;
    font-size: 26px;
    font-weight: bold;
  }

  .rental_catch_glry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .rental_catch_glry > div {
    margin: 0 10px;
  }

  .rental_catch_glry img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .test_page_img {
    height: auto;
    width: 100%;
  }

  .test_page_seisakuchu {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .test_page_seisakuchu h1 {
    position: relative;
    color: black;
    margin: 0 0 30px;
    padding: 20px 15px;
    font-size: 24px;
    line-height: 1.4;
    border-top: 5px solid #746b33;
    border-bottom: solid 3px #746b33;
  }

  .test_page_seisakuchu h1::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: solid 3px #50919c;
    border-top: 5px solid #50919c;
    bottom: -3px;
    top: -5px;
    width: 50%;
    left: 0;
  }

  .about_inner {
    width: 100%;
    margin: 0 auto;
  }

  .about_hero {
    position: relative;
    background: url(.././images/slideshow/モンスターSUPフォト.jpg) top 20% center/cover no-repeat;
    height: 600px;
  }

  .about_hero_message {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 5px solid rgba(255, 255, 255, 0.77);
    border-bottom: 5px solid rgba(255, 255, 255, 0.77);
    border-left: 14px solid rgba(255, 255, 255, 0.77);
    border-right: 14px solid rgba(255, 255, 255, 0.77);
    letter-spacing: 2.5px;
  }

  .about_hero_message h2 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding: 0 25px;
  }

  .about_breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #50919c;
  }

  .bread_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 40px;
  }

  .about_breadcrumb li {
    list-style: none;
    font-weight: bold;
  }

  .about_breadcrumb li:after {
    content: ">";
    padding: 0 0.2em;
    color: #fff;
  }

  .about_breadcrumb li:last-child:after {
    content: "";
  }

  .about_breadcrumb li a {
    text-decoration: none;
    color: #fff;
  }

  .about_breadcrumb li a:hover {
    text-decoration: underline;
  }

  .crew_area_message {
    margin-top: 30px;
    padding: 0 10px;
  }

  .crew_area_message h1 {
    color: #5f9ea0;
  }

  .crew_area_message h1 br {
    display: none;
  }

  .about_section_title {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #50919c;
  }

  .about_section_title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 45px);
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: rgba(204, 31, 0, 0.7);
  }

  .about_profile_area01 {
    margin-top: 30px;
  }

  .about_profile_card01 {
    padding: 20px 0;
  }

  .about_profile_card01 h3 {
    margin-bottom: 32px;
    font-size: 20px;
    color: #333;
    border-left: 10px solid #cc1f00;
    padding-left: 8px;
    height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .about_profile_card01 h3 span {
    font-size: 16px;
    color: #333;
    font-family: "Oswald", sans-serif;
  }

  .about_profile_card_item {
    margin-bottom: 10px;
  }

  .about_profile_title01 {
    margin-right: 10px;
    line-height: 28px;
    background: #50919c;
    display: inline-block;
    border-radius: 14px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
  }

  .about_profile_title {
    margin-bottom: 6px;
  }

  .about_profile_text01 {
    color: #333;
  }

  .about_crew_message {
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
  }

  .about_sub_title_wrapper {
    text-align: center;
  }

  .about_sub_title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #50919c;
    display: inline-block;
    padding: 0 55px;
  }

  .about_sub_title:before,
.about_sub_title:after {
    top: 50%;
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    display: inline-block;
    background-color: rgba(204, 31, 0, 0.7);
  }

  .about_sub_title:before {
    left: 0;
  }

  .about_sub_title:after {
    right: 0;
  }

  .about_profile_picture02 {
    width: 100%;
    height: 215px;
  }

  .about_profile_picture02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .about_profile_card02 {
    padding: 30px 0 16px;
    background: #fff;
  }

  .about_profile_card02 h3 {
    color: #333;
    font-size: 18px;
    border-left: 7px solid #cc1f00;
    padding-left: 5px;
    height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
  }

  .about_profile_card02 span {
    font-size: 18px;
    color: #333;
    font-family: "Oswald", sans-serif;
  }

  .about_profile_title02 {
    margin-right: 10px;
    line-height: 25px;
    background: #50919c;
    display: inline-block;
    border-radius: 12.5px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
  }

  .about_profile_title {
    margin-bottom: 6px;
  }

  .about_profile_text02 {
    color: #333;
  }

  .about_crew_message02 {
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
  }

  .page-id-55 .globalnav {
    background-color: #a5cad7;
  }

  .page-id-55 .globalnav_item_link {
    color: #21282b;
  }

  .page-id-55 .globalnav_item_link.-reservation {
    background-color: #d6b2a5;
  }

  .page-id-55 .globalnav_item_label {
    color: #660a4e;
  }

  .page-id-55 .ft {
    background-color: #a5cad7;
  }

  .sale_area {
    padding-bottom: 30px;
  }

  .sale_section_title {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #21282b;
  }

  .sale_section_title::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 45px);
    width: 90px;
    height: 5px;
    content: "";
    border-radius: 2.5px;
    background: #660a4e;
  }

  .sale_area_container {
    margin-top: 60px;
  }

  .sale_area_item {
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px #9e9e9e;
    box-shadow: 0px 2px 8px #9e9e9e;
  }

  .sale_area_item + .sale_area_item {
    margin-top: 30px;
  }

  .sale_area_item_picture {
    height: 40vw;
    position: relative;
  }

  .sale_area_item_picture img {
    width: 100%;
    height: 40vw;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .sale_area_item_text {
    padding: 15px;
  }

  .sale_area_item_text p {
    font-size: 12px;
    color: #21282b;
  }

  .ribbon-content {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: url(../images/robbon.png);
    background-repeat: no-repeat;
  }

  .ribbon {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    left: 15px;
    top: 46px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    text-shadow: 0 2px 2px #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(-3045deg);
    transform: rotate(-30deg);
  }

  .cafe_profile_area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 30px;
  }

  .cafe_profile_card {
    background: #fff;
    -webkit-box-shadow: 0px 2px 8px #9e9e9e;
    box-shadow: 0px 2px 8px #9e9e9e;
    padding: 15px;
  }

  .cafe_profile_card p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
  }

  .cafe_profile_picture img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
  }

  .sale_area_bottom {
    position: relative;
    background: url(../images/kanban.png) center no-repeat;
    background-size: contain;
    padding-top: 100px;
  }

  .sale_area_bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }

  .sale_area_bottom ul li {
    padding: 10px 5px 0;
  }

  .menu_area {
    margin-top: 30px;
  }

  .menu_area_container {
    background: rgba(165, 202, 215, 0.7);
    padding: 30px 10px;
    margin: 30px -10px 0;
  }

  .menu_area_message {
    margin-bottom: 20px;
  }

  .menu_area_message p {
    line-height: 1.888;
    letter-spacing: 0.2px;
    font-weight: bold;
  }

  .menu_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .menu_group_item {
    width: calc(50% - 5px);
    height: 40vw;
    margin-top: 10px;
    padding: 5px;
    background: #fff;
  }

  .menu_group_item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .news_area {
    margin-top: 120px;
  }

  .news_time {
    margin-bottom: 18px;
    display: inline-block;
    color: #21282b;
  }

  .sale_area_item a {
    text-decoration: none;
  }

  .greeting_area {
    margin-top: 30px;
  }

  .greeting_area_inner {
    margin: 30px -10px 0;
    background: rgba(165, 202, 215, 0.7);
    padding: 30px 10px;
  }

  .greeting_message_picture {
    width: 50vw;
    min-height: 50vw;
    margin: 0 auto;
  }

  .greeting_message_picture img {
    border-radius: 100%;
    border: solid 5px #d6b2a5;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .greeting_message_text p {
    line-height: 1.7;
    font-weight: bold;
    margin-bottom: 16px;
  }

  .business_hours {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .business_hours_container {
    margin-top: 30px;
  }

  .business_hours_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: solid 1px #707070;
  }

  .business_hours_table dt,
.business_hours_table dd {
    font-size: 12px;
    color: #21282b;
    line-height: 1.4;
  }

  .business_hours_table dt {
    background: #c0dae3;
    padding: 10px;
    font-weight: bold;
    width: 120px;
    text-align: center;
  }

  .business_hours_table dd {
    background: fff;
    padding: 10px;
    font-weight: bold;
    width: 100%;
  }

  .business_hours_bottom {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
  }

  .business_hours_bottom a {
    text-decoration: none;
    color: #660a4e;
  }

  .pageonewheel_course_texbox {
    text-align: center;
    font-size: 20px;
    color: #51919b;
    padding-top: 30px;
  }

  .pageonewheel_course_under {
    display: inline-block;
    position: relative;
  }

  .pageonewheel_course_under:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 55px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #bf2408;
  }

  .pageonewheel_course_textitle {
    text-align: center;
    font-size: 16px;
    color: #51919b;
    margin-top: 30px;
  }

  .pageonewheel_course_boxinbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .pageonewheel_course_pimgtitle {
    margin-top: 20px;
  }

  .pageonewheel_course_pimgtitle p + p {
    margin-top: 10px;
  }

  .pageonewheel_course_round {
    text-align: center;
  }

  .pageonewheel_course_round img {
    border: 5px solid #51919b;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pageonewheel_course_boxin {
    margin-top: 30px;
  }

  .pageonewheel_card {
    margin-top: 20px;
    background-color: #fff;
  }

  .pageonewheel_card_textbox {
    padding: 10px;
    text-align: center;
  }

  .pageonewheel_card_textbox > * + * {
    margin-top: 10px;
    font-size: 10px;
  }

  .pageonewheel_card_titletext {
    font-size: 14px;
    font-weight: bold;
    line-height: 125%;
  }

  .pageonewheel_card_overviewtext {
    font-size: 12px;
    line-height: 150%;
  }

  .pageonewheel_card_imgframe img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .pageonewheel_card_boxs {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 8px grey;
    box-shadow: 0 0 8px grey;
  }

  .pageonewheel_logo_logo {
    text-align: center;
    margin-top: 30px;
  }

  .pageonewheel_logo_color {
    text-align: center;
    color: red;
  }

  strong {
    font-weight: 900;
    color: black;
  }

  .pageonewheel_logo_attention {
    text-align: center;
    font-size: 12px;
    color: rgba(10, 10, 10, 0.7);
    padding-top: 10px;
  }

  .pageonewheel_natural {
    margin-top: 30px;
    text-align: center;
  }

  .pageonewheel_onewheel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 50px;
  }

  .pageonewheel_onewheel_box {
    font-size: 12px;
    background: #51919b;
    color: #fff;
    padding: 10px;
  }

  .pageonewheel_onewheel_box h1 {
    text-align: center;
  }

  .pageonewheel_onewheel_box2 {
    border: solid gray 1px;
    padding: 10px;
    font-size: 12px;
    background: #fbf3cf;
  }

  .pageonewheel_onewheel_all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .pageonewheel_onewheel_size {
    text-align: center;
  }

  .pageonewheel_onewheel_size h1 {
    font-weight: 900;
  }

  .pageonewheel_onewheel_size span {
    font-weight: 500;
  }

  .pageonewheel_onewheel_top {
    padding-bottom: 5px;
  }

  .pageonewheel_question {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .pageonewheel_question_box {
    padding-top: 20px;
  }

  .pageonewheel_question_box h1 {
    background: #51919b;
    padding: 10px 0 5px 10px;
    color: #fff;
  }

  .pageonewheel_question_box p {
    border: solid gray 1px;
    padding: 5px 20px;
    text-indent: -16px;
    font-size: 12px;
  }

  .pageonewheel_question_color {
    color: #bf2408;
    font-weight: bold;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** Wordpress プラグイン
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== メタスライダー === */
  .metaslider,
.flexslider {
    margin-bottom: 0 !important;
  }

  /* ==== コンタクトフォーム === */
  .contact_form p {
    display: none;
  }

  .contact_form_item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 16px 8px;
  }

  .contact_form_item_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0;
  }

  .contact_form_btn_submit {
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    background: #003166;
    color: #fff;
    padding: 6px 40px;
    display: inline-block;
  }

  .contact_form_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding-left: 3em;
    width: 16em;
    position: relative;
  }

  .contact_form_data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 16em);
  }

  .contact_form_required {
    background-color: #0dbccd;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    padding: 2px 5px;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
  }

  .contact_form_seiname_text,
.contact_form_naname_text {
    margin-right: 0.5em;
    width: 100px;
  }

  .contact_form_message {
    display: block;
    width: 100%;
  }

  .contact_form_address_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.2em;
    width: 100%;
  }

  .contact_form_address_title {
    font-size: 12px;
    font-weight: bold;
    margin-right: 0.5em;
    width: 7em;
  }

  .contact_form_expl_txt {
    color: #999;
    font-size: 12px;
    margin: 5px 10px;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** パンくずリスト
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .breadcrumb_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .breadcrumb_list li {
    font-size: 1rem;
    margin-right: 20px;
    margin-bottom: 2px;
    position: relative;
  }

  .breadcrumb_list li:before {
    content: ">";
    position: absolute;
    right: -1.2em;
    top: -0.1em;
  }

  .breadcrumb_list li:nth-last-of-type(1):before {
    content: "";
    display: none !important;
  }

  .breadcrumb_list a {
    color: #111;
    text-decoration: none;
  }

  .breadcrumb_list a:hover {
    text-decoration: underline;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** ページャー
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .pager {
    margin: 30px 0;
  }

  .pager_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page-numbers {
    display: none;
  }

  .page-numbers.prev,
.page-numbers.next {
    border: 1px solid #111;
    border-radius: 5px;
    color: #111;
    display: block;
    font-size: 1rem;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    width: 40%;
  }

  .page-numbers:hover {
    background: #111;
    color: #fff;
  }

  .page-numbers.prev,
.page-numbers.next {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** box
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== box === */
  .box > *,
.box_col_02 > *,
.box_col_03 > *,
.box_col_04 > *,
.box_col_05 > *,
.box_col_06 > *,
.box_col_07 > *,
.box_col_08 > *,
.box_col_09 > *,
.box_col_10 > * {
    margin: 1.4em 0;
  }

  .box_col_02 > *:nth-child(2n),
.box_col_03 > *:nth-child(3n),
.box_col_04 > *:nth-child(4n),
.box_col_05 > *:nth-child(5n),
.box_col_06 > *:nth-child(6n),
.box_col_07 > *:nth-child(7n),
.box_col_08 > *:nth-child(8n),
.box_col_09 > *:nth-child(9n),
.box_col_10 > *:nth-child(10n) {
    margin-right: 0;
  }

  /* ==== sp-box === */
  .sp_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sp_box_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sp_box_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .sp_box_mdl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sp_box_stc {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .sp_box_ord_01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .sp_box_ord_02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .sp_box_ord_03 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .sp_box_ord_04 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .sp_box_ord_05 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }

  .sp_box_ord_06 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }

  .sp_box_ord_07 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }

  .sp_box_ord_08 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }

  .sp_box_ord_09 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }

  .sp_box_ord_10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }

  /* ==== sp-box_col === */
  .sp_box_col_02,
.sp_box_col_03,
.sp_box_col_04,
.sp_box_col_05,
.sp_box_col_06,
.sp_box_col_07,
.sp_box_col_08,
.sp_box_col_09,
.sp_box_col_10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.4em;
    margin-top: 1.4em;
  }

  .sp_box_col_02 > *,
.sp_box_col_03 > *,
.sp_box_col_04 > *,
.sp_box_col_05 > *,
.sp_box_col_06 > *,
.sp_box_col_07 > *,
.sp_box_col_08 > *,
.sp_box_col_09 > *,
.sp_box_col_10 > * {
    margin: 0 1em 1em 0 !important;
  }

  .sp_box_col_02 > *:nth-child(2n),
.sp_box_col_03 > *:nth-child(3n),
.sp_box_col_04 > *:nth-child(4n),
.sp_box_col_05 > *:nth-child(5n),
.sp_box_col_06 > *:nth-child(6n),
.sp_box_col_07 > *:nth-child(7n),
.sp_box_col_08 > *:nth-child(8n),
.sp_box_col_09 > *:nth-child(9n),
.sp_box_col_10 > *:nth-child(10n) {
    margin-right: 0 !important;
  }

  .sp_box_col_02 > * {
    width: calc((100% - 1em - 1px) / 2);
  }

  .sp_box_col_03 > * {
    width: calc((100% - 2em - 1px) / 3);
  }

  .sp_box_col_04 > * {
    width: calc((100% - 3em - 1px) / 4);
  }

  .sp_box_col_05 > * {
    width: calc((100% - 4em - 1px) / 5);
  }

  .sp_box_col_06 > * {
    width: calc((100% - 5em - 1px) / 6);
  }

  .sp_box_col_07 > * {
    width: calc((100% - 6em - 1px) / 7);
  }

  .sp_box_col_08 > * {
    width: calc((100% - 7em - 1px) / 8);
  }

  .sp_box_col_09 > * {
    width: calc((100% - 8em - 1px) / 9);
  }

  .sp_box_col_10 > * {
    width: calc((100% - 9em - 1px) / 10);
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** display
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .sp_dn {
    display: none !important;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** gallery
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  /* ==== glry_col === */
  .glry_col_01 > div,
.glry_col_02 > div,
.glry_col_03 > div,
.glry_col_04 > div,
.glry_col_05 > div,
.glry_col_06 > div,
.glry_col_07 > div,
.glry_col_08 > div,
.glry_col_09 > div,
.glry_col_10 > div {
    font-size: 0.8em;
    margin: 1em 0;
    text-align: center;
  }

  .glry_col_01 figcaption,
.glry_col_02 figcaption,
.glry_col_03 figcaption,
.glry_col_04 figcaption,
.glry_col_05 figcaption,
.glry_col_06 figcaption,
.glry_col_07 figcaption,
.glry_col_08 figcaption,
.glry_col_09 figcaption,
.glry_col_10 figcaption {
    margin-top: 0.5em;
  }

  /* ==== sp-glry_col === */
  .sp_glry_col_02,
.sp_glry_col_03,
.sp_glry_col_04,
.sp_glry_col_05,
.sp_glry_col_06,
.sp_glry_col_07,
.sp_glry_col_08,
.sp_glry_col_09,
.sp_glry_col_10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.8em;
    margin-bottom: 0.5em;
    margin-top: 1em;
  }

  .sp_glry_col_01 > div:not(.glry_ttl_btm),
.sp_glry_col_02 > div:not(.glry_ttl_btm),
.sp_glry_col_03 > div:not(.glry_ttl_btm),
.sp_glry_col_04 > div:not(.glry_ttl_btm),
.sp_glry_col_05 > div:not(.glry_ttl_btm),
.sp_glry_col_06 > div:not(.glry_ttl_btm),
.sp_glry_col_07 > div:not(.glry_ttl_btm),
.sp_glry_col_08 > div:not(.glry_ttl_btm),
.sp_glry_col_09 > div:not(.glry_ttl_btm),
.sp_glry_col_10 > div:not(.glry_ttl_btm) {
    font-size: 0.8em;
  }

  .sp_glry_col_02 > div,
.sp_glry_col_03 > div,
.sp_glry_col_04 > div,
.sp_glry_col_05 > div,
.sp_glry_col_06 > div,
.sp_glry_col_07 > div,
.sp_glry_col_08 > div,
.sp_glry_col_09 > div,
.sp_glry_col_10 > div {
    margin: 0 1em 1em 0 !important;
    text-align: center;
  }

  .sp_glry_col_02 > div:nth-child(2n),
.sp_glry_col_03 > div:nth-child(3n),
.sp_glry_col_04 > div:nth-child(4n),
.sp_glry_col_05 > div:nth-child(5n),
.sp_glry_col_06 > div:nth-child(6n),
.sp_glry_col_07 > div:nth-child(7n),
.sp_glry_col_08 > div:nth-child(8n),
.sp_glry_col_09 > div:nth-child(9n),
.sp_glry_col_10 > div:nth-child(10n) {
    margin-right: 0 !important;
  }

  .sp_glry_col_02 > div {
    width: calc((100% - 1em - 1px) / 2);
  }

  .sp_glry_col_03 > div {
    width: calc((100% - 2em - 1px) / 3);
  }

  .sp_glry_col_04 > div {
    width: calc((100% - 3em - 1px) / 4);
  }

  .sp_glry_col_05 > div {
    width: calc((100% - 4em - 1px) / 5);
  }

  .sp_glry_col_06 > div {
    width: calc((100% - 5em - 1px) / 6);
  }

  .sp_glry_col_07 > div {
    width: calc((100% - 6em - 1px) / 7);
  }

  .sp_glry_col_08 > div {
    width: calc((100% - 7em - 1px) / 8);
  }

  .sp_glry_col_09 > div {
    width: calc((100% - 8em - 1px) / 9);
  }

  .sp_glry_col_10 > * {
    width: calc((100% - 9em - 1px) / 10);
  }

  .sp_glry_col_01 img,
.sp_glry_col_02 img,
.sp_glry_col_03 img,
.sp_glry_col_04 img,
.sp_glry_col_05 img,
.sp_glry_col_06 img,
.sp_glry_col_07 img,
.sp_glry_col_08 img,
.sp_glry_col_09 img,
.sp_glry_col_10 img {
    max-width: 100%;
  }

  .sp_glry_col_01 figcaption,
.sp_glry_col_02 figcaption,
.sp_glry_col_03 figcaption,
.sp_glry_col_04 figcaption,
.sp_glry_col_05 figcaption,
.sp_glry_col_06 figcaption,
.sp_glry_col_07 figcaption,
.sp_glry_col_08 figcaption,
.sp_glry_col_09 figcaption,
.sp_glry_col_10 figcaption {
    margin-top: 0.5em;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** img
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .img_c,
.img_l,
.img_r {
    display: block;
    font-size: 1em;
    margin: 1.4em auto;
  }

  div.img_c,
div.img_l,
div.img_r,
p.img_c,
p.img_l,
p.img_r {
    margin: 1.4em 0;
    font-size: 1em;
    text-align: center;
  }

  div.img_c img,
div.img_l img,
div.img_r img,
p.img_c img,
p.img_l img,
p.img_r img {
    margin-bottom: 1em;
    font-size: 1em;
  }

  /* ==== sp-img === */
  .sp_img_c {
    display: block;
    margin: 1.4em auto;
  }

  .sp_img_l {
    float: left;
    margin-bottom: 0.5em;
    margin-right: 1.4em;
  }

  .sp_img_r {
    float: right;
    margin-bottom: 0.5em;
    margin-left: 1.4em;
  }

  div.sp_img_c,
div.sp_img_l,
div.sp_img_r,
p.sp_img_c,
p.sp_img_l,
p.sp_img_r {
    font-size: 0.8em;
    text-align: center;
  }

  div.sp_img_c img,
div.sp_img_c img,
div.sp_img_r img,
p.sp_img_c img,
p.sp_img_l img,
p.sp_img_r img {
    display: inline-block;
    margin-bottom: 1em;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** margin
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .sp_mt_m100 {
    margin-top: -100px !important;
  }

  .sp_mt_m90 {
    margin-top: -90px !important;
  }

  .sp_mt_m80 {
    margin-top: -80px !important;
  }

  .sp_mt_m70 {
    margin-top: -70px !important;
  }

  .sp_mt_m60 {
    margin-top: -60px !important;
  }

  .sp_mt_m50 {
    margin-top: -50px !important;
  }

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

  .sp_mt_m30 {
    margin-top: -30px !important;
  }

  .sp_mt_m20 {
    margin-top: -20px !important;
  }

  .sp_mt_m10 {
    margin-top: -10px !important;
  }

  .sp_mt_0 {
    margin-top: 0px !important;
  }

  .sp_mt_05 {
    margin-top: 5px !important;
  }

  .sp_mt_10 {
    margin-top: 10px !important;
  }

  .sp_mt_15 {
    margin-top: 15px !important;
  }

  .sp_mt_20 {
    margin-top: 20px !important;
  }

  .sp_mt_30 {
    margin-top: 30px !important;
  }

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

  .sp_mt_50 {
    margin-top: 50px !important;
  }

  .sp_mt_60 {
    margin-top: 60px !important;
  }

  .sp_mt_70 {
    margin-top: 70px !important;
  }

  .sp_mt_80 {
    margin-top: 80px !important;
  }

  .sp_mt_90 {
    margin-top: 90px !important;
  }

  .sp_mt_100 {
    margin-top: 100px !important;
  }

  .sp_mr_m100 {
    margin-right: -100px !important;
  }

  .sp_mr_m90 {
    margin-right: -90px !important;
  }

  .sp_mr_m80 {
    margin-right: -80px !important;
  }

  .sp_mr_m70 {
    margin-right: -70px !important;
  }

  .sp_mr_m60 {
    margin-right: -60px !important;
  }

  .sp_mr_m50 {
    margin-right: -50px !important;
  }

  .sp_mr_m40 {
    margin-right: -40px !important;
  }

  .sp_mr_m30 {
    margin-right: -30px !important;
  }

  .sp_mr_m20 {
    margin-right: -20px !important;
  }

  .sp_mr_m10 {
    margin-right: -10px !important;
  }

  .sp_mr_0 {
    margin-right: 0px !important;
  }

  .sp_mr_05 {
    margin-right: 5px !important;
  }

  .sp_mr_10 {
    margin-right: 10px !important;
  }

  .sp_mr_15 {
    margin-right: 15px !important;
  }

  .sp_mr_20 {
    margin-right: 20px !important;
  }

  .sp_mr_30 {
    margin-right: 30px !important;
  }

  .sp_mr_40 {
    margin-right: 40px !important;
  }

  .sp_mr_50 {
    margin-right: 50px !important;
  }

  .sp_mr_60 {
    margin-right: 60px !important;
  }

  .sp_mr_70 {
    margin-right: 70px !important;
  }

  .sp_mr_80 {
    margin-right: 80px !important;
  }

  .sp_mr_90 {
    margin-right: 90px !important;
  }

  .sp_mr_100 {
    margin-right: 100px !important;
  }

  .sp_mb_m100 {
    margin-bottom: -100px !important;
  }

  .sp_mb_m90 {
    margin-bottom: -90px !important;
  }

  .sp_mb_m80 {
    margin-bottom: -80px !important;
  }

  .sp_mb_m70 {
    margin-bottom: -70px !important;
  }

  .sp_mb_m60 {
    margin-bottom: -60px !important;
  }

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

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

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

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

  .sp_mb_m10 {
    margin-bottom: -10px !important;
  }

  .sp_mb_0 {
    margin-bottom: 0px !important;
  }

  .sp_mb_05 {
    margin-bottom: 5px !important;
  }

  .sp_mb_10 {
    margin-bottom: 10px !important;
  }

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

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

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

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

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

  .sp_mb_60 {
    margin-bottom: 60px !important;
  }

  .sp_mb_70 {
    margin-bottom: 70px !important;
  }

  .sp_mb_80 {
    margin-bottom: 80px !important;
  }

  .sp_mb_90 {
    margin-bottom: 90px !important;
  }

  .sp_mb_100 {
    margin-bottom: 100px !important;
  }

  .sp_ml_m100 {
    margin-left: -100px !important;
  }

  .sp_ml_m90 {
    margin-left: -90px !important;
  }

  .sp_ml_m80 {
    margin-left: -80px !important;
  }

  .sp_ml_m70 {
    margin-left: -70px !important;
  }

  .sp_ml_m60 {
    margin-left: -60px !important;
  }

  .sp_ml_m50 {
    margin-left: -50px !important;
  }

  .sp_ml_m40 {
    margin-left: -40px !important;
  }

  .sp_ml_m30 {
    margin-left: -30px !important;
  }

  .sp_ml_m20 {
    margin-left: -20px !important;
  }

  .sp_ml_m10 {
    margin-left: -10px !important;
  }

  .sp_ml_0 {
    margin-left: 0px !important;
  }

  .sp_ml_05 {
    margin-left: 5px !important;
  }

  .sp_ml_10 {
    margin-left: 10px !important;
  }

  .sp_ml_15 {
    margin-left: 15px !important;
  }

  .sp_ml_20 {
    margin-left: 20px !important;
  }

  .sp_ml_30 {
    margin-left: 30px !important;
  }

  .sp_ml_40 {
    margin-left: 40px !important;
  }

  .sp_ml_50 {
    margin-left: 50px !important;
  }

  .sp_ml_60 {
    margin-left: 60px !important;
  }

  .sp_ml_70 {
    margin-left: 70px !important;
  }

  .sp_ml_80 {
    margin-left: 80px !important;
  }

  .sp_ml_90 {
    margin-left: 90px !important;
  }

  .sp_ml_100 {
    margin-left: 100px !important;
  }

  .sp_mrl_auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sp_mrl_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sp_mrl_05 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sp_mrl_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sp_mrl_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sp_mrl_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sp_mrl_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sp_mrl_40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }

  .sp_mrl_50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .sp_mrl_60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .sp_mrl_70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }

  .sp_mrl_80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }

  .sp_mrl_90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }

  .sp_mrl_100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }

  .sp_mrl_10per {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }

  .sp_mrl_15per {
    margin-left: 15% !important;
    margin-right: 15% !important;
  }

  .sp_mrl_20per {
    margin-left: 20% !important;
    margin-right: 20% !important;
  }

  .sp_mrl_25per {
    margin-left: 25% !important;
    margin-right: 25% !important;
  }

  .sp_mrl_30per {
    margin-left: 30% !important;
    margin-right: 30% !important;
  }

  .sp_mrl_35per {
    margin-left: 35% !important;
    margin-right: 35% !important;
  }

  .sp_mrl_40per {
    margin-left: 40% !important;
    margin-right: 40% !important;
  }

  .sp_mrl_45per {
    margin-left: 45% !important;
    margin-right: 45% !important;
  }

  .sp_mtb_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sp_mtb_05 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sp_mtb_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

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

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

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

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

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

  .sp_mtb_60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sp_mtb_70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }

  .sp_mtb_80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .sp_mtb_90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .sp_mtb_100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .sp_mrbl_0 {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .sp_mrbl_05 {
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .sp_mrbl_10 {
    margin-bottom: 10px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .sp_mrbl_15 {
    margin-bottom: 15px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .sp_mrbl_20 {
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .sp_mrbl_30 {
    margin-bottom: 30px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .sp_mrbl_40 {
    margin-bottom: 40px !important;
    margin-right: px !important;
    margin-left: px !important;
  }

  .sp_mrbl_50 {
    margin-bottom: 50px !important;
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .sp_mrbl_60 {
    margin-bottom: 60px !important;
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .sp_mrbl_70 {
    margin-bottom: 70px !important;
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .sp_mrbl_80 {
    margin-bottom: 80px !important;
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .sp_mrbl_90 {
    margin-bottom: 90px !important;
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .sp_mrbl_100 {
    margin-bottom: 100px !important;
    margin-right: 100px !important;
    margin-left: 0px !important;
  }

  .sp_mtrl_0 {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .sp_mtrl_05 {
    margin-top: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }

  .sp_mtrl_10 {
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .sp_mtrl_15 {
    margin-top: 15px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .sp_mtrl_20 {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .sp_mtrl_30 {
    margin-top: 30px !important;
    margin-right: 30px !important;
    margin-left: 30px !important;
  }

  .sp_mtrl_40 {
    margin-top: 40px !important;
    margin-right: px !important;
    margin-left: px !important;
  }

  .sp_mtrl_50 {
    margin-top: 50px !important;
    margin-right: 50px !important;
    margin-left: 50px !important;
  }

  .sp_mtrl_60 {
    margin-top: 60px !important;
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .sp_mtrl_70 {
    margin-top: 70px !important;
    margin-right: 70px !important;
    margin-left: 70px !important;
  }

  .sp_mtrl_80 {
    margin-top: 80px !important;
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .sp_mtrl_90 {
    margin-top: 90px !important;
    margin-right: 90px !important;
    margin-left: 90px !important;
  }

  .sp_mtrl_100 {
    margin-top: 100px !important;
    margin-right: 100px !important;
    margin-left: 0px !important;
  }

  .sp_ma_0 {
    margin: 0px !important;
  }

  .sp_ma_05 {
    margin: 5px !important;
  }

  .sp_ma_10 {
    margin: 10px !important;
  }

  .sp_ma_15 {
    margin: 15px !important;
  }

  .sp_ma_20 {
    margin: 20px !important;
  }

  .sp_ma_30 {
    margin: 30px !important;
  }

  .sp_ma_40 {
    margin: 40px !important;
  }

  .sp_ma_50 {
    margin: 50px !important;
  }

  .sp_ma_60 {
    margin: 60px !important;
  }

  .sp_ma_70 {
    margin: 70px !important;
  }

  .sp_ma_80 {
    margin: 80px !important;
  }

  .sp_ma_90 {
    margin: 90px !important;
  }

  .sp_ma_100 {
    margin: 100px !important;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** padding
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .sp_padt_0 {
    padding-top: 0px !important;
  }

  .sp_padt_05 {
    padding-top: 5px !important;
  }

  .sp_padt_10 {
    padding-top: 10px !important;
  }

  .sp_padt_15 {
    padding-top: 15px !important;
  }

  .sp_padt_20 {
    padding-top: 20px !important;
  }

  .sp_padt_30 {
    padding-top: 30px !important;
  }

  .sp_padt_40 {
    padding-top: 40px !important;
  }

  .sp_padt_50 {
    padding-top: 50px !important;
  }

  .sp_padt_60 {
    padding-top: 60px !important;
  }

  .sp_padt_70 {
    padding-top: 70px !important;
  }

  .sp_padt_80 {
    padding-top: 80px !important;
  }

  .sp_padt_90 {
    padding-top: 90px !important;
  }

  .sp_padt_100 {
    padding-top: 100px !important;
  }

  .sp_padr_0 {
    padding-right: 0px !important;
  }

  .sp_padr_05 {
    padding-right: 5px !important;
  }

  .sp_padr_10 {
    padding-right: 10px !important;
  }

  .sp_padr_15 {
    padding-right: 15px !important;
  }

  .sp_padr_20 {
    padding-right: 20px !important;
  }

  .sp_padr_30 {
    padding-right: 30px !important;
  }

  .sp_padr_40 {
    padding-right: 40px !important;
  }

  .sp_padr_50 {
    padding-right: 50px !important;
  }

  .sp_padr_60 {
    padding-right: 60px !important;
  }

  .sp_padr_70 {
    padding-right: 70px !important;
  }

  .sp_padr_80 {
    padding-right: 80px !important;
  }

  .sp_padr_90 {
    padding-right: 90px !important;
  }

  .sp_padr_100 {
    padding-right: 100px !important;
  }

  .sp_padb_0 {
    padding-bottom: 0px !important;
  }

  .sp_padb_05 {
    padding-bottom: 5px !important;
  }

  .sp_padb_10 {
    padding-bottom: 10px !important;
  }

  .sp_padb_15 {
    padding-bottom: 15px !important;
  }

  .sp_padb_20 {
    padding-bottom: 20px !important;
  }

  .sp_padb_30 {
    padding-bottom: 30px !important;
  }

  .sp_padb_40 {
    padding-bottom: 40px !important;
  }

  .sp_padb_50 {
    padding-bottom: 50px !important;
  }

  .sp_padb_60 {
    padding-bottom: 60px !important;
  }

  .sp_padb_70 {
    padding-bottom: 70px !important;
  }

  .sp_padb_80 {
    padding-bottom: 80px !important;
  }

  .sp_padb_90 {
    padding-bottom: 90px !important;
  }

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

  .sp_padl_0 {
    padding-left: 0px !important;
  }

  .sp_padl_05 {
    padding-left: 5px !important;
  }

  .sp_padl_10 {
    padding-left: 10px !important;
  }

  .sp_padl_15 {
    padding-left: 15px !important;
  }

  .sp_padl_20 {
    padding-left: 20px !important;
  }

  .sp_padl_30 {
    padding-left: 30px !important;
  }

  .sp_padl_40 {
    padding-left: 40px !important;
  }

  .sp_padl_50 {
    padding-left: 50px !important;
  }

  .sp_padl_60 {
    padding-left: 60px !important;
  }

  .sp_padl_70 {
    padding-left: 70px !important;
  }

  .sp_padl_80 {
    padding-left: 80px !important;
  }

  .sp_padl_90 {
    padding-left: 90px !important;
  }

  .sp_padl_100 {
    padding-left: 100px !important;
  }

  .sp_pada_0 {
    padding: 0px !important;
  }

  .sp_pada_05 {
    padding: 5px !important;
  }

  .sp_pada_10 {
    padding: 10px !important;
  }

  .sp_pada_15 {
    padding: 15px !important;
  }

  .sp_pada_20 {
    padding: 20px !important;
  }

  .sp_pada_30 {
    padding: 30px !important;
  }

  .sp_pada_40 {
    padding: 40px !important;
  }

  .sp_pada_50 {
    padding: 50px !important;
  }

  .sp_pada_60 {
    padding: 60px !important;
  }

  .sp_pada_70 {
    padding: 70px !important;
  }

  .sp_pada_80 {
    padding: 80px !important;
  }

  .sp_pada_90 {
    padding: 90px !important;
  }

  .sp_pada_100 {
    padding: 100px !important;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** serif
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .srf_bdr_black_l,
.srf_bdr_black_r,
.srf_bdr_blue_l,
.srf_bdr_blue_r,
.srf_bdr_gray_l,
.srf_bdr_gray_r,
.srf_bdr_green_l,
.srf_bdr_green_r,
.srf_bdr_orange_l,
.srf_bdr_orange_r,
.srf_bdr_red_l,
.srf_bdr_red_r {
    margin: 2em 0;
  }

  .srf_bdr_icon {
    border-radius: 50%;
    display: block;
    height: 80px !important;
    margin: 0 auto 1em;
    overflow: hidden;
    width: 80px !important;
  }

  .srf_bdr_black_l .srf_bdr_icon,
.srf_bdr_black_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(17, 17, 17, 0.6);
            box-shadow: 0 0 10px rgba(17, 17, 17, 0.6);
  }

  .srf_bdr_blue_l .srf_bdr_icon,
.srf_bdr_blue_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(20, 50, 160, 0.6);
            box-shadow: 0 0 10px rgba(20, 50, 160, 0.6);
  }

  .srf_bdr_gray_l .srf_bdr_icon,
.srf_bdr_gray_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
            box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
  }

  .srf_bdr_green_l .srf_bdr_icon,
.srf_bdr_green_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(57, 118, 52, 0.6);
            box-shadow: 0 0 10px rgba(57, 118, 52, 0.6);
  }

  .srf_bdr_orange_l .srf_bdr_icon,
.srf_bdr_orange_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(220, 150, 30, 0.6);
            box-shadow: 0 0 10px rgba(220, 150, 30, 0.6);
  }

  .srf_bdr_red_l .srf_bdr_icon,
.srf_bdr_red_r .srf_bdr_icon {
    -webkit-box-shadow: 0 0 10px rgba(165, 39, 39, 0.6);
            box-shadow: 0 0 10px rgba(165, 39, 39, 0.6);
  }

  .srf_bdr_inr {
    border: 2px solid;
    background-color: #fff;
    border-radius: 10px;
    font-size: 0.9em;
    line-height: 1.6;
    position: relative;
    padding: 1em 1.4em;
  }

  .srf_bdr_black_l .srf_bdr_inr,
.srf_bdr_black_r .srf_bdr_inr {
    border-color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_l .srf_bdr_inr,
.srf_bdr_blue_r .srf_bdr_inr {
    border-color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_l .srf_bdr_inr,
.srf_bdr_gray_r .srf_bdr_inr {
    border-color: rgb(153, 153, 153);
  }

  .srf_bdr_green_l .srf_bdr_inr,
.srf_bdr_green_r .srf_bdr_inr {
    border-color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_l .srf_bdr_inr,
.srf_bdr_orange_r .srf_bdr_inr {
    border-color: rgb(220, 150, 30);
  }

  .srf_bdr_red_l .srf_bdr_inr,
.srf_bdr_red_r .srf_bdr_inr {
    border-color: rgb(165, 39, 39);
  }

  .srf_bdr_inr:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    z-index: 2;
  }

  .srf_bdr_black_l .srf_bdr_inr:before,
.srf_bdr_blue_l .srf_bdr_inr:before,
.srf_bdr_gray_l .srf_bdr_inr:before,
.srf_bdr_green_l .srf_bdr_inr:before,
.srf_bdr_orange_l .srf_bdr_inr:before,
.srf_bdr_red_l .srf_bdr_inr:before,
.srf_bdr_black_r .srf_bdr_inr:before,
.srf_bdr_blue_r .srf_bdr_inr:before,
.srf_bdr_gray_r .srf_bdr_inr:before,
.srf_bdr_green_r .srf_bdr_inr:before,
.srf_bdr_orange_r .srf_bdr_inr:before,
.srf_bdr_red_r .srf_bdr_inr:before {
    border-bottom-color: #fff;
  }

  .srf_bdr_inr:after {
    border-right: 14px solid;
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
    z-index: 1;
  }

  .srf_bdr_black_l .srf_bdr_inr:after,
.srf_bdr_blue_l .srf_bdr_inr:after,
.srf_bdr_gray_l .srf_bdr_inr:after,
.srf_bdr_green_l .srf_bdr_inr:after,
.srf_bdr_orange_l .srf_bdr_inr:after,
.srf_bdr_red_l .srf_bdr_inr:after {
    left: -29px;
  }

  .srf_bdr_black_l .srf_bdr_inr:after {
    border-color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_l .srf_bdr_inr:after {
    border-color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_l .srf_bdr_inr:after {
    border-color: rgb(153, 153, 153);
  }

  .srf_bdr_green_l .srf_bdr_inr:after {
    border-color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_l .srf_bdr_inr:after {
    border-color: rgb(220, 150, 30);
  }

  .srf_bdr_red_l .srf_bdr_inr:after {
    border-color: rgb(165, 39, 39);
  }

  .srf_bdr_black_r .srf_bdr_inr:after {
    border-bottom-color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_r .srf_bdr_inr:after {
    border-bottom-color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_r .srf_bdr_inr:after {
    border-bottom-color: rgb(153, 153, 153);
  }

  .srf_bdr_green_r .srf_bdr_inr:after {
    border-bottom-color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_r .srf_bdr_inr:after {
    border-bottom-color: rgb(220, 150, 30);
  }

  .srf_bdr_red_r .srf_bdr_inr:after {
    border-bottom-color: rgb(165, 39, 39);
  }

  .srf_bdr_ttl {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 0.1em 0 !important;
    padding: 0;
  }

  .srf_bdr_black_l .srf_bdr_ttl,
.srf_bdr_black_r .srf_bdr_ttl {
    color: rgb(17, 17, 17);
  }

  .srf_bdr_blue_l .srf_bdr_ttl,
.srf_bdr_blue_r .srf_bdr_ttl {
    color: rgb(20, 50, 160);
  }

  .srf_bdr_gray_l .srf_bdr_ttl,
.srf_bdr_gray_r .srf_bdr_ttl {
    color: rgb(17, 17, 17);
  }

  .srf_bdr_green_l .srf_bdr_ttl,
.srf_bdr_green_r .srf_bdr_ttl {
    color: rgb(57, 118, 52);
  }

  .srf_bdr_orange_l .srf_bdr_ttl,
.srf_bdr_orange_r .srf_bdr_ttl {
    color: rgb(220, 150, 30);
  }

  .srf_bdr_red_l .srf_bdr_ttl,
.srf_bdr_red_r .srf_bdr_ttl {
    color: rgb(165, 39, 39);
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** table
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .sp_tbl_wrap {
    -webkit-box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2) inset;
            box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2) inset;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: auto;
  }

  .sp_tbl_wrap table {
    margin: 0 !important;
    min-width: 200%;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** text indent
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .sp_ti_0 {
    text-indent: 0em;
  }

  .sp_ti_01 {
    text-indent: 0.5em;
  }

  .sp_ti_02 {
    text-indent: 1em;
  }

  .sp_ti_03 {
    text-indent: 1.5em;
  }

  .sp_ti_04 {
    text-indent: 2em;
  }

  .sp_ti_05 {
    text-indent: 2.5em;
  }

  .sp_ti_06 {
    text-indent: 3em;
  }

  .sp_ti_07 {
    text-indent: 3.5em;
  }

  .sp_ti_08 {
    text-indent: 4em;
  }

  .sp_ti_09 {
    text-indent: 4.5em;
  }

  .sp_ti_10 {
    text-indent: 5em;
  }

  .sp_ti_11 {
    text-indent: 5.5em;
  }

  .sp_ti_12 {
    text-indent: 6em;
  }

  .sp_ti_13 {
    text-indent: 6.5em;
  }

  .sp_ti_14 {
    text-indent: 7em;
  }

  .sp_ti_15 {
    text-indent: 7.5em;
  }

  .sp_ti_16 {
    text-indent: 8em;
  }

  .sp_ti_17 {
    text-indent: 8.5em;
  }

  .sp_ti_18 {
    text-indent: 9em;
  }

  .sp_ti_19 {
    text-indent: 9.5em;
  }

  .sp_ti_20 {
    text-indent: 10em;
  }

  .sp_ti_21 {
    text-indent: 10.5em;
  }

  .sp_ti_22 {
    text-indent: 11em;
  }

  .sp_ti_23 {
    text-indent: 11.5em;
  }

  .sp_ti_24 {
    text-indent: 12em;
  }

  .sp_ti_25 {
    text-indent: 12.5em;
  }

  .sp_ti_26 {
    text-indent: 13em;
  }

  .sp_ti_27 {
    text-indent: 13.5em;
  }

  .sp_ti_28 {
    text-indent: 14em;
  }

  .sp_ti_29 {
    text-indent: 14.5em;
  }

  .sp_ti_30 {
    text-indent: 15em;
  }

  .sp_ti_31 {
    text-indent: 15.5em;
  }

  .sp_ti_32 {
    text-indent: 16em;
  }

  .sp_ti_33 {
    text-indent: 16.5em;
  }

  .sp_ti_34 {
    text-indent: 17em;
  }

  .sp_ti_35 {
    text-indent: 17.5em;
  }

  .sp_ti_36 {
    text-indent: 18em;
  }

  .sp_ti_37 {
    text-indent: 18.5em;
  }

  .sp_ti_38 {
    text-indent: 19em;
  }

  .sp_ti_39 {
    text-indent: 19.5em;
  }

  .sp_ti_40 {
    text-indent: 20em;
  }

  .sp_ti_m00 {
    text-indent: 0 !important;
    margin-left: 0 !important;
  }

  .sp_ti_m01 {
    text-indent: -0.5em !important;
    margin-left: 0.5em !important;
  }

  .sp_ti_m02 {
    text-indent: -1em !important;
    margin-left: 1em !important;
  }

  .sp_ti_m03 {
    text-indent: -1.5em !important;
    margin-left: 1.5em !important;
  }

  .sp_ti_m04 {
    text-indent: -2em !important;
    margin-left: 2em !important;
  }

  .sp_ti_m05 {
    text-indent: -2.5em !important;
    margin-left: 2.5em !important;
  }

  .sp_ti_m06 {
    text-indent: -3em !important;
    margin-left: 3em !important;
  }

  .sp_ti_m07 {
    text-indent: -3.5em !important;
    margin-left: 3.5em !important;
  }

  .sp_ti_m08 {
    text-indent: -4em !important;
    margin-left: 4em !important;
  }

  .sp_ti_m09 {
    text-indent: -4.5em !important;
    margin-left: 4.5em !important;
  }

  .sp_ti_m10 {
    text-indent: -5em !important;
    margin-left: 5em !important;
  }

  .sp_ti_m11 {
    text-indent: -5.5em !important;
    margin-left: 5.5em !important;
  }

  .sp_ti_m12 {
    text-indent: -6em !important;
    margin-left: 6em !important;
  }

  .sp_ti_m13 {
    text-indent: -6.5em !important;
    margin-left: 6.5em !important;
  }

  .sp_ti_m14 {
    text-indent: -7em !important;
    margin-left: 7em !important;
  }

  .sp_ti_m15 {
    text-indent: -7.5em !important;
    margin-left: 7.5em !important;
  }

  .sp_ti_m16 {
    text-indent: -8em !important;
    margin-left: 8em !important;
  }

  .sp_ti_m17 {
    text-indent: -8.5em !important;
    margin-left: 8.5em !important;
  }

  .sp_ti_m18 {
    text-indent: -9em !important;
    margin-left: 9em !important;
  }

  .sp_ti_m19 {
    text-indent: -9.5em !important;
    margin-left: 9.5em !important;
  }

  .sp_ti_m20 {
    text-indent: -10em !important;
    margin-left: 10em !important;
  }

  .sp_ti_m21 {
    text-indent: -10.5em !important;
    margin-left: 10.5em !important;
  }

  .sp_ti_m22 {
    text-indent: -11em !important;
    margin-left: 11em !important;
  }

  .sp_ti_m23 {
    text-indent: -11.5em !important;
    margin-left: 11.5em !important;
  }

  .sp_ti_m24 {
    text-indent: -12em !important;
    margin-left: 12em !important;
  }

  .sp_ti_m25 {
    text-indent: -12.5em !important;
    margin-left: 12.5em !important;
  }

  .sp_ti_m26 {
    text-indent: -13em !important;
    margin-left: 13em !important;
  }

  .sp_ti_m27 {
    text-indent: -13.5em !important;
    margin-left: 13.5em !important;
  }

  .sp_ti_m28 {
    text-indent: -14em !important;
    margin-left: 14em !important;
  }

  .sp_ti_m29 {
    text-indent: -14.5em !important;
    margin-left: 14.5em !important;
  }

  .sp_ti_m30 {
    text-indent: -15em !important;
    margin-left: 15em !important;
  }

  .sp_ti_m31 {
    text-indent: -15.5em !important;
    margin-left: 15.5em !important;
  }

  .sp_ti_m32 {
    text-indent: -16em !important;
    margin-left: 16em !important;
  }

  .sp_ti_m33 {
    text-indent: -16.5em !important;
    margin-left: 16.5em !important;
  }

  .sp_ti_m34 {
    text-indent: -17em !important;
    margin-left: 17em !important;
  }

  .sp_ti_m35 {
    text-indent: -17.5em !important;
    margin-left: 17.5em !important;
  }

  .sp_ti_m36 {
    text-indent: -18em !important;
    margin-left: 18em !important;
  }

  .sp_ti_m37 {
    text-indent: -18.5em !important;
    margin-left: 18.5em !important;
  }

  .sp_ti_m38 {
    text-indent: -19em !important;
    margin-left: 19em !important;
  }

  .sp_ti_m39 {
    text-indent: -19.5em !important;
    margin-left: 19.5em !important;
  }

  .sp_ti_m40 {
    text-indent: -20em !important;
    margin-left: 20em !important;
  }

  span[class^=ti_],
strong[class^=ti_] {
    display: inline-block;
  }

  /*----------------------------------------------------------------------------
  ******************************************************************************
  ** width
  ******************************************************************************
  ----------------------------------------------------------------------------*/
  .sp_w_01 {
    width: 1% !important;
  }

  .sp_w_02 {
    width: 2% !important;
  }

  .sp_w_03 {
    width: 3% !important;
  }

  .sp_w_04 {
    width: 4% !important;
  }

  .sp_w_05 {
    width: 5% !important;
  }

  .sp_w_06 {
    width: 6% !important;
  }

  .sp_w_07 {
    width: 7% !important;
  }

  .sp_w_08 {
    width: 8% !important;
  }

  .sp_w_09 {
    width: 9% !important;
  }

  .sp_w_10 {
    width: 10% !important;
  }

  .sp_w_11 {
    width: 11% !important;
  }

  .sp_w_12 {
    width: 12% !important;
  }

  .sp_w_13 {
    width: 13% !important;
  }

  .sp_w_14 {
    width: 14% !important;
  }

  .sp_w_15 {
    width: 15% !important;
  }

  .sp_w_16 {
    width: 16% !important;
  }

  .sp_w_17 {
    width: 17% !important;
  }

  .sp_w_18 {
    width: 18% !important;
  }

  .sp_w_19 {
    width: 19% !important;
  }

  .sp_w_20 {
    width: 20% !important;
  }

  .sp_w_21 {
    width: 21% !important;
  }

  .sp_w_22 {
    width: 22% !important;
  }

  .sp_w_23 {
    width: 23% !important;
  }

  .sp_w_24 {
    width: 24% !important;
  }

  .sp_w_25 {
    width: 25% !important;
  }

  .sp_w_26 {
    width: 26% !important;
  }

  .sp_w_27 {
    width: 27% !important;
  }

  .sp_w_28 {
    width: 28% !important;
  }

  .sp_w_29 {
    width: 29% !important;
  }

  .sp_w_30 {
    width: 30% !important;
  }

  .sp_w_31 {
    width: 31% !important;
  }

  .sp_w_32 {
    width: 32% !important;
  }

  .sp_w_33 {
    width: 33% !important;
  }

  .sp_w_34 {
    width: 34% !important;
  }

  .sp_w_35 {
    width: 35% !important;
  }

  .sp_w_36 {
    width: 36% !important;
  }

  .sp_w_37 {
    width: 37% !important;
  }

  .sp_w_38 {
    width: 38% !important;
  }

  .sp_w_39 {
    width: 39% !important;
  }

  .sp_w_40 {
    width: 40% !important;
  }

  .sp_w_41 {
    width: 41% !important;
  }

  .sp_w_42 {
    width: 42% !important;
  }

  .sp_w_43 {
    width: 43% !important;
  }

  .sp_w_44 {
    width: 44% !important;
  }

  .sp_w_45 {
    width: 45% !important;
  }

  .sp_w_46 {
    width: 46% !important;
  }

  .sp_w_47 {
    width: 47% !important;
  }

  .sp_w_48 {
    width: 48% !important;
  }

  .sp_w_49 {
    width: 49% !important;
  }

  .sp_w_50 {
    width: 50% !important;
  }

  .sp_w_51 {
    width: 51% !important;
  }

  .sp_w_52 {
    width: 52% !important;
  }

  .sp_w_53 {
    width: 53% !important;
  }

  .sp_w_54 {
    width: 54% !important;
  }

  .sp_w_55 {
    width: 55% !important;
  }

  .sp_w_56 {
    width: 56% !important;
  }

  .sp_w_57 {
    width: 57% !important;
  }

  .sp_w_58 {
    width: 58% !important;
  }

  .sp_w_59 {
    width: 59% !important;
  }

  .sp_w_60 {
    width: 60% !important;
  }

  .sp_w_61 {
    width: 61% !important;
  }

  .sp_w_62 {
    width: 62% !important;
  }

  .sp_w_63 {
    width: 63% !important;
  }

  .sp_w_64 {
    width: 64% !important;
  }

  .sp_w_65 {
    width: 65% !important;
  }

  .sp_w_66 {
    width: 66% !important;
  }

  .sp_w_67 {
    width: 67% !important;
  }

  .sp_w_68 {
    width: 68% !important;
  }

  .sp_w_69 {
    width: 69% !important;
  }

  .sp_w_70 {
    width: 70% !important;
  }

  .sp_w_71 {
    width: 71% !important;
  }

  .sp_w_72 {
    width: 72% !important;
  }

  .sp_w_73 {
    width: 73% !important;
  }

  .sp_w_74 {
    width: 74% !important;
  }

  .sp_w_75 {
    width: 75% !important;
  }

  .sp_w_76 {
    width: 76% !important;
  }

  .sp_w_77 {
    width: 77% !important;
  }

  .sp_w_78 {
    width: 78% !important;
  }

  .sp_w_79 {
    width: 79% !important;
  }

  .sp_w_80 {
    width: 80% !important;
  }

  .sp_w_81 {
    width: 81% !important;
  }

  .sp_w_82 {
    width: 82% !important;
  }

  .sp_w_83 {
    width: 83% !important;
  }

  .sp_w_84 {
    width: 84% !important;
  }

  .sp_w_85 {
    width: 85% !important;
  }

  .sp_w_86 {
    width: 86% !important;
  }

  .sp_w_87 {
    width: 87% !important;
  }

  .sp_w_88 {
    width: 88% !important;
  }

  .sp_w_89 {
    width: 89% !important;
  }

  .sp_w_90 {
    width: 90% !important;
  }

  .sp_w_91 {
    width: 91% !important;
  }

  .sp_w_92 {
    width: 92% !important;
  }

  .sp_w_93 {
    width: 93% !important;
  }

  .sp_w_94 {
    width: 94% !important;
  }

  .sp_w_95 {
    width: 95% !important;
  }

  .sp_w_96 {
    width: 96% !important;
  }

  .sp_w_97 {
    width: 97% !important;
  }

  .sp_w_98 {
    width: 98% !important;
  }

  .sp_w_99 {
    width: 99% !important;
  }

  .sp_w_100 {
    width: 100% !important;
  }

  img[class^=sp_w_] {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */