/* =====================================
reset
------------------------------------- */
* {
  margin: 0;
  padding: 0;
  border: none;
}

#header .nav-global-list > li > ul li a::before, #footer .footer-inner-01 .footer-box .list li::after, .pagetop .pagetop-link a::before, .breadcrumb > ol > li::after, .hdg-l1::before {
  position: absolute;
  display: block;
  content: '';
}

/* =====================================
base
------------------------------------- */
*, *:before, *:after {
  box-sizing: inherit;
}

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

html {
  position: relative;
  overflow-y: scroll;
  box-sizing: border-box;
  background-color: #fff;
  color: #444;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', verdana, Osaka, 'MS PGothic', sans-serif;

  text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
  letter-spacing: -.00001em;
  font-size: 1.6em;
  line-height: 1.6;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  text-shadow: inherit;
  font: inherit;
}

input[type='submit'], input[type='button'], input[type='image'], input[type='reset'], input[type='radio'], input[type='checkbox'], button, select, option, label {
  cursor: pointer;
}

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

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

table {
  word-break: break-all;
}

table img {
  max-width: inherit;
}

strong, em, b, i {
  font-style: normal;
}

strong, em, b {
  font-weight: bold;
}

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

a {
  color: #00c;
  text-decoration: underline;
  transition: .2s;
}

a:visited {
  color: #810081;
}

a:hover, a:active, a:focus {
  color: #ff6800;
}

.icon {
  margin: -2px 1px 0 0;
  vertical-align: middle;
}

/* =====================================
structure
------------------------------------- */
.open-menu #page {
  position: fixed;
  top: 0;
  transform: translate3d(-80%, 0, 0);
}

/* ===========================
page
--------------------------- */
#page {
  padding: 0 10px;
  transition: transform .4s;
}

@media only screen and (max-width: 750px) {
  #page {
    padding: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  transform: translate3d(-80%, 0, 0);
}

.overlay.open-menu {
  display: block;
}

/* ===========================
header
--------------------------- */
#header .header-inner {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  margin: 19px auto 0;
  max-width: 970px;
}

#header .header-logo {
  margin-right: 20px;
}

#header .header-logo .narrow {
  display: none;
}

#header .header-link-area {
  margin-top: -8px;
}

#header .header-link-01 {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: end;
}

#header .header-link-01 li {
  margin: 0 12px 0 5px;
}

#header .header-link-01 li a {
  font-size: 1.1rem;
}

#header .header-link-02 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding: 4px 6px 8px;
  border: 1px solid #ffddc2;
  background: #fff2e9;
}

#header .header-link-02 li {
  padding: 0 17px 0 20px;
  background: transparent url(/resources_info/rwd/images/icon-arrow-01.png) no-repeat 4px 5px;
  line-height: 1;
}

#header .header-link-02 li:last-child {
  padding-right: 0;
}

#header .header-link-02 li a {
  font-size: 1.2rem;
}

#header .nav-global {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  margin: 10px auto 0;
  padding-bottom: 32px;
  max-width: 970px;
  border-top: 3px solid #369ef0;
}

#header .nav-global-list {
  display: -ms-flexbox;
  display: flex;
}

#header .nav-global-list > li {
  border-right: 1px solid #d6d6d6;
}

#header .nav-global-list > li > a {
  display: block;
  padding: 9px 25px;
  height: 100%;
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.4rem;
}

#header .nav-global-list > li > a.current {
  background: #f7f7f7;
}

#header .nav-global-list > li > a:hover, #header .nav-global-list > li > a:active, #header .nav-global-list > li > a:focus {
  color: #ff6800;
}

#header .nav-global-list > li > ul {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 7px 2px;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  background: #f7f7f7;
}

#header .nav-global-list > li > ul li a {
  position: relative;
  padding: 0 26px 0 7px;
  color: #000;
  font-weight: bold;
  font-size: 1.3rem;
}

#header .nav-global-list > li > ul li a::before {
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #f83543;
}

#header .nav-global-list > li > ul li a:hover, #header .nav-global-list > li > ul li a:active, #header .nav-global-list > li > ul li a:focus {
  color: #ff6800;
}

#header .nav-sub-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 12px;
}

#header .nav-sub-list > li {
  margin-left: 12px;
}

#header .nav-sub-list > li:first-child {
  margin-left: 0;
}

#header .nav-sub-list > li a {
  display: block;
  padding: 2px 25px;
  border-bottom: 3px solid #b3bdc9;
  background: #e2ebf8;
  color: #505050;
  font-weight: bold;
  font-size: 1.3rem;
}

#header .nav-sub-list > li a:hover, #header .nav-sub-list > li a:active, #header .nav-sub-list > li a:focus {
  color: #ff6800;
}

#header .nav-menu {
  display: none;
}

@media only screen and (max-width: 1000px) {
  #header .nav-global-list > li > a {
    padding: 8px;
  }
  #header .nav-sub-list > li a {
    padding: 2px 8px;
  }
}

@media only screen and (max-width: 750px) {
  #header {
    padding: 0 10px;
    border-bottom: 3px solid #369ef0;
  }
  #header .header-inner {
    margin: 0;
    padding: 18px 0 8px;
  }
  #header .header-logo {
    margin-right: 0;
  }
  #header .header-logo .wide {
    display: none;
  }
  #header .header-logo .narrow {
    display: block;
    width: 114px;
  }
  #header .header-link-area {
    display: none;
  }
  #header .nav-sub-list {
    display: none;
  }
  #header .nav-global {
    position: fixed;
    top: 0;
    right: -80%;
    z-index: 2;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    padding: 0 0 100px;
    width: 80%;
    height: 100vh;

    overflow-scrolling: touch;
  }
  #header .nav-global-list {
    display: block;
    background: #fff;
  }
  #header .nav-global-list > li {
    border-right: 0;
    border-bottom: 1px solid #ededed;
  }
  #header .nav-global-list > li:first-child {
    border-bottom: 0;
  }
  #header .nav-global-list > li > a {
    position: relative;
    padding: 15px 22px;
  }
  #header .nav-global-list > li > a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    content: '';
    transform: rotate(45deg);
  }
  #header .nav-global-list > li > a.current {
    background: #fff;
  }
  #header .nav-global-list > li > ul {
    position: relative;
    display: block;
    padding: 20px 22px;
    border-bottom: 0;
  }
  #header .nav-global-list > li > ul li {
    margin-top: 5px;
  }
  #header .nav-global-list > li > ul li:first-child {
    margin-top: 0;
  }
  #header .nav-global-list > li > ul li a {
    padding: 0 0 0 12px;
    font-size: 1.2rem;
  }
  #header .nav-menu {
    position: absolute;
    top: 11px;
    right: 12px;
    display: block;
    width: 32px;
    height: 32px;
    background: none;
  }
  #header .nav-menu span {
    position: relative;
    color: transparent;
    font-size: 0;
  }
  #header .nav-menu span:before, #header .nav-menu span:after {
    position: absolute;
    right: -11px;
    display: block;
    width: 22px;
    border-bottom: 3px solid #369ef0;
    content: '';
  }
  #header .nav-menu span::before {
    top: -15px;
    height: 10px;
    border-top: 3px solid #369ef0;
  }
  #header .nav-menu span::after {
    top: -1px;
    height: 3px;
  }
  #header .nav-menu.open-menu span::before {
    top: -13px;
    right: -14px;
    border-top: none;
    transform: rotate(54deg);
  }
  #header .nav-menu.open-menu span::after {
    top: -7px;
    transform: rotate(-54deg);
  }
}

.no-js #header .nav-global {
  position: relative;
  right: 0;
  display: block;
  overflow-y: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

/* ===========================
footer
--------------------------- */
#footer {
  margin-top: 16px;
}

#footer .footer-inner-01 {
  margin: 0 auto;
  max-width: 970px;
}

#footer .footer-inner-01 .footer-box {
  padding: 8px 20px 4px;
  background: #ededed;
}

#footer .footer-inner-01 .footer-box .hdg {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.2;
}

#footer .footer-inner-01 .footer-box .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .footer-inner-01 .footer-box .list li {
  position: relative;
  margin-right: 12px;
}

#footer .footer-inner-01 .footer-box .list li::after {
  top: 8px;
  right: -6px;
  width: 1px;
  height: 12px;
  background: #666;
}

#footer .footer-inner-01 .footer-box .list li:last-child {
  margin-right: 0;
}

#footer .footer-inner-01 .footer-box .list li:last-child::after {
  display: none;
}

#footer .footer-inner-01 .footer-box .list li a {
  font-size: 1.3rem;
}

#footer .footer-inner-01 .footer-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

#footer .footer-inner-01 .footer-list li {
  margin-right: 28px;
}

#footer .footer-inner-01 .footer-list li:last-child {
  margin-right: 0;
}

#footer .footer-inner-01 .footer-list li a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
}

#footer .footer-inner-01 .footer-list li a:hover, #footer .footer-inner-01 .footer-list li a:active, #footer .footer-inner-01 .footer-list li a:focus {
  color: #ff6800;
}

#footer .footer-copyright {
  margin: 17px -10px 0;
  padding: 11px 20px;
  background: #e7f3f9;
}

#footer .footer-copyright .copyright {
  text-align: center;
  font-size: 1rem;
}

@media only screen and (max-width: 750px) {
  #footer {
    padding-bottom: 30px;
  }
  #footer .footer-inner-01 {
    padding: 0 10px;
  }
  #footer .footer-inner-01 .footer-box {
    margin: 0 -10px;
    padding: 12px 20px 11px;
  }
  #footer .footer-inner-01 .footer-box .list li {
    margin-right: 11px;
    line-height: 1.3;
  }
  #footer .footer-inner-01 .footer-box .list li::after {
    top: 10px;
    height: 10px;
  }
  #footer .footer-inner-01 .footer-box .list li a {
    font-size: 1.1rem;
  }
  #footer .footer-inner-01 .footer-list li {
    margin-right: 0;
    padding: 0 10px 5px 0;
    width: 50%;
  }
  #footer .footer-inner-01 .footer-list li a {
    font-size: 1.1rem;
  }
  #footer .footer-copyright {
    margin: 17px 0 0;
    padding: 6px 20px;
  }
}

.pagetop {
  margin: 15px auto 0;
  max-width: 970px;
}

.pagetop .pagetop-link {
  text-align: right;
}

.pagetop .pagetop-link a {
  position: relative;
  font-size: 1.2rem;
}

.pagetop .pagetop-link a::before {
  top: 6px;
  left: -13px;
  width: 0;
  height: 0;
  border-width: 0 4.5px 5px 4.5px;
  border-style: solid;
  border-color: transparent transparent #4972ed transparent;
}

@media only screen and (max-width: 750px) {
  .pagetop {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    background: rgba(54, 158, 240, .8);
  }
  .pagetop .pagetop-link {
    text-align: center;
  }
  .pagetop .pagetop-link a {
    display: block;
    padding: 7px 0 6px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
  }
  .pagetop .pagetop-link a::before {
    display: none;
  }
}

/* ===========================
content
--------------------------- */
.contents {
  margin: 10px auto 0;
  padding-bottom: 50px;
  max-width: 970px;
}

@media only screen and (max-width: 750px) {
  .contents {
    padding: 0 10px;
  }
}

.sub-contents {
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 5;
  width: 100%;
}

.sub-contents .sub-contents-inner {
  margin: 0 auto;
  max-width: 1060px;
}

.sub-contents .sub-contents-inner .list-bnr {
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sub-contents .sub-contents-inner .list-bnr li {
  padding: 0 0 5px 5px;
}

.sub-contents .sub-contents-inner .list-bnr li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 750px) {
  .sub-contents {
    position: relative;
    bottom: 0 !important;
    margin-top: 20px;
  }
  .sub-contents .sub-contents-inner .list-bnr {
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 0 5px;
  }
  .sub-contents .sub-contents-inner .list-bnr li {
    margin: 0;
    padding: 0 5px 5px;
    width: 50%;
    text-align: center;
  }
}

.breadcrumb > ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px 0;
  max-width: 970px;
}

.breadcrumb > ol > li {
  position: relative;
  padding: 0 13px 0 5px;
  font-size: 1rem;
}

.breadcrumb > ol > li::after {
  top: 50%;
  right: 2px;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  transform: rotate(45deg);
}

.breadcrumb > ol > li:last-child {
  padding-right: 0;
}

.breadcrumb > ol > li:last-child::after {
  content: none;
}

.breadcrumb > ol > li a {
  transition: .2s;
}

.breadcrumb > ol > li b {
  font-weight: normal;
}

@media only screen and (max-width: 750px) {
  .breadcrumb {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
  }
  .breadcrumb > ol {
    padding: 10px 5px 7px;
  }
}

.hdg-l1 {
  position: relative;
  padding: 3px 0 3px 16px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
}

.hdg-l1::before {
  top: 2px;
  left: 0;
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background: linear-gradient(#ff7b83 0%, #ff4d52 100%);
}

.hdg-l1.business::before {
  background: linear-gradient(#3535b5 0%, #242473 100%);
}

.hdg-l1.hotel::before {
  background: linear-gradient(#e0cd97 0%, #c8a15b 100%);
}

.hdg-l1.spa::before {
  background: linear-gradient(#d6c29d 0%, #b48e5e 100%);
}

.head-task {
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.head-task b {
  font-weight: normal;
}
