@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
img {
  vertical-align: bottom
}
/* ===============================================
# common
=============================================== */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
} /* 10px */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ÓÎ¥´¥·¥Ã¥¯Ìå", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;
  animation: PageIn 1.3s ease 0s 1 normal;
  line-height: 1.875;
  -webkit-text-size-adjust: 100%;
}
@keyframes PageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes PageIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
main {
  display: block;
}
main .inner {
  width: 96%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}
.inner {
  position: relative;
}
.inner.wide {
  max-width: 1360px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
a, a:visited {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
img[src*=".svg"] {
  width: 100%;
  height: auto;
}
.for_pc {
  display: block;
}
.for_sp {
  display: none;
}
span.for_pc, br.for_pc, img.for_pc {
  display: inline;
}
span.for_sp, br.for_sp, img.for_sp {
  display: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
@media print, screen and (min-width :769px) {
  .tellink {
    pointer-events: none;
  }
  .flex_pc {
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
}
@media screen and (max-width :768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.538;
  }
  .inner.wide {
    width: 94.6%;
    padding-right: 0;
    padding-left: 0;
  }
  img {
    width: 100%;
    height: auto;
  }
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  span.for_pc, br.for_pc, img.for_pc {
    display: none;
  }
  span.for_sp, br.for_sp, img.for_sp {
    display: inline;
  }
}
/*
 ¥Þ¥¦¥¹¥ª©`¥Ð©`
----------------------------------------------------------- */
.ov {
  display: block;
}
.over {
  display: block;
}
@media screen and (min-width : 769px) {
  .ov, .over {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .ov:hover {
    opacity: .6;
    text-decoration: none;
  }
}
/* ===============================================
# wrap_right
=============================================== */
.wrap_right {
  width: 100%;
  padding-top: 145px;
  overflow: hidden;
  flex: 1;
}
@media screen and (max-width :768px) {
  .wrap_right {
    padding: 0;
  }
}
/* ===============================================
# main
=============================================== */
.main {
  display: block;
  min-height: 100vh;
  padding-bottom: 100px;
}
.main .inner {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width :768px) {
  .main {
    padding-bottom: 60px;
    padding-bottom: 14.2vw;
  }
  .main .inner {
    width: 94.6%;
    padding-right: 0;
    padding-left: 0;
    max-width: inherit;
  }
  .main_contents {}
}
/* ===============================================
# footer
=============================================== */
#footer {
  position: relative;
  padding-bottom: 25px;
}
#footer .inner {
  width: 96%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  line-height: 1;
}
#footer .link li a:hover {
text-decoration-line: underline;
}
#footer .box_text .logo {
  width: 210px;
}
#footer .box_text .adr {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}
#footer .box_text .copyright {
  margin-top: 25px;
  font-size: 11px;
  font-size: 1.1rem;
}
#footer .box_link {
  margin-top: 8px;
  float: right;
}
#footer .box_link li {
  width: 127px;
}
#footer .box_link a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
}
#footer .box_link a img {
  width: 26px;
}
#footer .box_link a.fb {
  background-color: #3b5998;
}
#footer .box_link a.tw {
  background-color: #55acee;
}
#footer .box_link a.yt {
  background-color: #fe0000;
  padding: 12px 0;
}
#footer .box_link li:nth-child(n+2) {
  margin-left: 4px;
}
#footer .box_link .logo {
  margin-top: 10px;
}
#footer .box_link .logo a {
  width: 257px;
  margin: 0 0 0 auto;
}
#footer .box_link .logo a img {
  width: 257px;
}
#footer .box_text .area_adr {
  line-height: 1.3;
}
#footer .pagetop_fixed {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 500;
  width: 5.3%;
  height: auto;
  max-width: 70px;
}
#footer .pagetop_fixed.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#footer .pagetop_fixed a.request {
  background-color: #ec6d74;
}
#footer .pagetop_fixed a.top {
  background-color: #adadad;
}
@media screen and (min-width :769px) {
  #footer .pagetop_fixed a.request:hover {
    background-color: #d53d45;
    opacity: 1;
  }
  #footer .pagetop_fixed a.top:hover {
    background-color: #666666;
    opacity: 1;
  }
}
@media print, screen and (max-width :1260px) {
  #footer .box_text .logo {
    width: 18vw;
  }
  #footer .area_adr {
    margin: 8px 0 0 5px;
    line-height: 1;
    font-size: 13px;
  }
  #footer .box_text .copyright {
    font-size: 1.3rem;
    margin-left: 5px;
  }
  #footer .box_link li {
    width: 12.7vw;
  }
  #footer .box_link a.yt {
    padding: 9px 0;
  }
  #footer .box_link a img {
    width: 2.6vw;
  }
  #footer .box_link a.yt img {
    width: 3.3vw;
  }
  #footer .box_link li:nth-child(n+2) {
    margin-left: 0.4vw;
  }
}
@media screen and (max-width :768px) {
  #footer {
    padding-bottom: 20px;
  }
  #footer .inner {
    padding: 20px 0 0;
    width: 94.6%;
    margin: 0 auto;
  }
  #footer .box_text {
    margin-top: 23px;
  }
  #footer .box_text .logo {
    width: 38.5%;
  }
  #footer .box_text .adr {
    margin-top: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  #footer .box_text .area_adr .bold {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 2px;
  }
  #footer .box_text .copyright {
    margin-top: 10px;
    font-size: 9px;
    font-size: 0.9rem;
  }
  #footer .box_link {
    width: 100%;
    margin: 0 auto 10px;
    float: none;
  }
  #footer .box_link li {
    width: 24%;
  }
  #footer .box_link a {
    padding: 8px 0;
  }
  #footer .box_link a img {
    width: 18.9%;
  }
  #footer .box_link a.yt {
    padding: 8px 0;
  }
  #footer .box_link a.yt img {
    width: 26%;
  }
  #footer .box_link li:nth-child(n+2) {
    margin-left: 1.46%;
  }
  #footer .pagetop_fixed {
    width: 16%;
    bottom: 15px;
    max-width: 60px;
  }
}
/*¥µ¥¤¥È¥Þ¥Ã¥×*/
#footer .box_sitemap {
  background-color: #545454;
  background: linear-gradient(rgba(62, 62, 62, .9), rgba(62, 62, 62, .9)), url(/shi/img/img_promo01_pc.jpg) no-repeat #545454;
  background-position: center;
  filter: grayscale(1);
}
#footer .box_sitemap ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
}
#footer .box_sitemap a {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 33px;
  line-height: 1;
}

#footer .box_sitemap ul li a:hover {
  color: #ccc;
}

#footer .box_sitemap li:nth-child(n+2) a {
  border-left: solid 1px #c3c3c3;
}
@media screen and (max-width :768px) {
    #footer .inner {
    padding-top: 20px;
    width: 94.6%;
    margin: 0 auto;
  }
  #footer .box_sitemap{
    background-size: 180%;
  }
  #footer .box_sitemap ul {
    padding: 30px 0;
    justify-content: space-around;
  }
  #footer .box_sitemap ul li {
    flex: 1;
  }
  #footer .box_sitemap a {
    color:#fff;
    display: block;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    padding: 0 5px;
  }
}
/* ===============================================
# ¥Ø¥Ã¥À©`—ÊË÷·™
=============================================== */
.modaal_header .ttl {
  padding-top: 45px;
  margin-bottom: 40px;
  background: url(/shi/common/img/ico_search.svg) no-repeat center top;
  background-size: 42px 43px;
  text-align: center;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  color: #464646;
}
.modaal_header .search_form {
  width: 100%;
}
.modaal_header .box_search {
  width: 79%;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  padding-left: 12px;
}
.modaal_header .gsc-search-button-v2 {
  width: 23%;
  height: 40px;
  cursor: pointer;
  border-radius: 21px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background: -moz-linear-gradient( 0deg, rgb(68,206,237) 0%, rgb(90,227,185) 100%);
  background: -webkit-linear-gradient( 0deg, rgb(68,206,237) 0%, rgb(90,227,185) 100%);
  background: -ms-linear-gradient( 0deg, rgb(68,206,237) 0%, rgb(90,227,185) 100%);
border: none;
}
.modaal_header .gsc-search-button-v2 svg {
  display: none;
}
.modaal_header .gsc-search-button-v2:hover {
  background-color: #f3959a;
  border-color: #f3959a;
}
.modaal_header .ttl_word {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: solid 1px #c9c9c9;
}
.modaal_header .list_word {}
.modaal_header .list_word a {
  display: inline-block;
  padding: 13px 22px;
  margin-right: 9px;
  margin-bottom: 10px;
  font-size: 14px;
  border: solid 1px #c9c9c9;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
}
.modaal_header .list_word a:hover {
  opacity: 1;
  background-color: #f7f5f5;
}
@media screen and (max-width :768px) {
  .modaal_header .ttl {
    padding-top: 35px;
    margin-bottom: 10px;
    background-size: 27px 27px;
    font-size: 29px;
    font-size: 2.9rem;
  }
  .modaal_header .search_form {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .modaal_header .box_search {
  width: 100%;
  height: 45px;
  margin-right: 0;
  padding-left: 13px;
}
.modaal_header .gsc-search-button-v2 {
  width: 65%;
  padding: 0 5px;
  border-radius: 31px;
  margin: 10px auto;
  font-size: 13px;
font-size: 1.3rem;
}
  .modaal_header .ttl_word {
    margin-top: 25px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  .modaal_header .list_word a {
    padding: 10px 15px;
    margin-right: 3px;
    margin-bottom: 5px;
    font-size: 13px;
    border-radius: 31px;
  }
}
/* ===============================================
# ¥Ø¥Ã¥À©`ÑÔÕZ
=============================================== */
.modaal_header .ttl {
  background-image: url(/shi/common/img/ico_language.svg);
  background-size: 34px 35px;
}
.modaal_header .link_language {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.modaal_header .link_language li {
  width: 44%;
}
.modaal_header .link_language a {
  display: block;
  padding: 17px 0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 40px;
  background-color: #ec6d74;
}
.modaal_header .link_language a.en {
  color: #341d1d;
  background-color: #fff;
  border: solid 1px #cccccc;
}
.modaal_header .link_language a:hover {
  opacity: 1;
  background-color: #f3959a;
}
.modaal_header .link_language a.en:hover {
  background-color: #fcf9ea;
}
/* ===============================================
# ¥¿¥ÖÇÐ“Q¤¨
=============================================== */
.tab_body .tab_body_contents {
  display: none;
}
.tab_body .tab_body_contents.active {
  display: block;
}