@charset "UTF-8";

/* CSS Document */


/*----------------------------------
    index用のCSSです
----------------------------------*/
/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/


/*----------------------------------メインコンテンツ----------------------------------*/

.contents{
  width: 1024px;
  margin: 0 auto;
}

img {
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* .contents h1 {
  background: #333;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 100px;
} */

.ft-noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.ft-eb {
  font-family: 'EB Garamond', serif;
}

.seoarea {
  overflow: hidden;
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 0 20px;
}

p.seotxt {
  font-size: 14px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
  width: 660px;
  margin-top: 11px;
  color: #333;
}


/*start_snsボタン*/

.ss_snsArea {
  width: 288px;
  height: 38px;
  margin-top: 11px;
  float: right;
}

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

.ss_snsListItem {
  width: 38px;
  height: 38px;
  background: gray;
  border-radius: 50%;
  box-sizing: border-box;
  transition: .3s;
}

.ss_snsListItem:hover {
  opacity: .7;
}

.ss_link-sns {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ss_link-sns:hover {
  text-decoration: none;
}

.fab.ss_icn-sns {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 20px;
}

.fab.ss_icn-sns-line {
  color: #00b900;
  font-size: 32px;
}

.fa-hatena::before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold
}

.ss_snsFb {
  background: #1877F2;
}

.ss_snsTw {
  padding: 3px 0 0 3px;
  background: #1da1f2;
}

.ss_snsLn {
  position: relative;
  background: #00b900;
}

.ss_snsLn::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 0;
}

.fa-line::before {
  position: relative;
}

.ss_snsHb {
  font-size: 19px;
  padding-left: 2px;
  background: #0090e0;
}

.ss_snsPc {
  padding-top: 2px;
  background: #f35b6b;
}


/*end_snsボタン*/

.MainContBox h2 {
  background: #ccc;
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}

.MainContBox h3 {
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.MainContBox dl {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}

.MainContBox dl dt {
  width: 280px;
  height: 210px;
  background: #4c4c4c;
  color: #fff;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.MainContBox dl dd {
  width: 660px;
  height: auto;
  color: #333;
  font-size: 14px;
  display: table-cell;
  padding-left: 20px;
}


/*----------------------------------180327追加分----------------------------------*/

.containner {
  font-family: 'Noto Sans', sans-serif;
}

.containner * {
  font-family: inherit;
}

.containner .ft-noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.containner .ft-eb {
  font-family: 'EB Garamond', serif;
}


.parallax-banner {
  height: 475px;
  background: transparent;
  position: relative;
}

.mid-banner {
  height: 400px;
}

.banner-middle {
  margin-top: 100px;
}

.parallax-outer {
  margin-bottom: 40px;
}

.parallax-banner .inner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 40px;
}

.parallax-banner .title {
  margin-bottom: 15px;
}

.parallax-banner .title img {
  height: 99px;
}

.parallax-banner .text {
  letter-spacing: 0.15em;
  line-height: 2.0666666;
}

.parallax-banner .text span {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  background: url('/attending/osa-i/story/images/dot.png') repeat center / 3px;
  padding: 3px 10px;
  margin-bottom: 5px;
}

.google-map {
  margin-bottom: 75px;
}

.google-map .map {
  height: 300px;
}

.section-story .title {
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.17em;
  line-height: 1.2037037;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid;
}

.section-story .title span {
  font-size: 20px;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 15px;
}

.section-story .title small {
  font-size: 22px;
  margin-right: 15px;
}

.section-story .block-story {
  width: 800px;
  margin: 46px auto 80px;
  position: relative;
}

.section-story .block-story * {
  color: #333;
}

.section-story .block-story .order {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: -50px;
}

.section-story .block-story .order span {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.17em;
  font-size: 14px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 12px 0;
}

.section-story .block-story .order small {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.07em;
  margin-bottom: 3px;
}

.section-story .block-story .story-content {
  padding-top: 7px;
}

.section-story .block-story .story-content .small-title{
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.09em;
  margin-bottom: 25px;
}

.section-story .block-story .story-content p {
  letter-spacing: 0.09em;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  margin-bottom: 20px;
}

.section-story .story-images {
  position: relative;
  height: 1385px;
  width: 800px;
  margin: 0 auto; 
}

.section-story .story-images .image-absolute {
  position: absolute;
  overflow: hidden;
}

.section-story .story-images .image-absolute img {
  width: 100%;
  display: block;
}

.section-story .story-images .image-absolute img {
  transition: all .5s;
}

.section-story .story-images .image-absolute:hover img {
  transform: scale(1.1, 1.1);
}

.section-story .story-images .img01 {
  width: 300px;
  top: 156px;
  left: -161px;
}

.section-story .story-images .img02 {
  width: 625px;
  top: 0;
  right: -107px;
}

.section-story .story-images .img03 {
  width: 555px;
  top: 534px;
  left: 82px;
}

.section-story .story-images .img04 {
  width: 285px;
  top: 711px;
  right: -83px;
  z-index: 1;
}

.section-story .story-images .img05 {
  width: 300px;
  top: 978px;
  left: 0;
}

.section-story .story-images .img06 {
  width: 300px;
  top: 1075px;
  right: 123px;
}

#lightboxOverlay { position: fixed !important; top: 0; left: 0; height: 100% !important; width: 100% !important; }
#lightbox { position: fixed !important; top: 50% !important; transform: translateY(-50%); }

.lb-nav a {
  opacity: 1 !important;
  width: 50px !important;
}

.lb-data .lb-caption {
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
  line-height: 1.4;
  display: inline-block;
}

.lb-outerContainer {
  background: transparent;
  border-radius: 0;
}

.lightbox .lb-image {
  border-radius: 0;
  border: none;
}

.lb-nav {
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 150px);
}

.lb-data .lb-number {
  display: none !important;
}

.lb-nav a.lb-prev {
  background: url('/attending/osa-i/story/images/button_prev.png') no-repeat center / 100%;
}

.lb-nav a.lb-next {
  background: url('/attending/osa-i/story/images/button_next.png') no-repeat center / 100%;
}

.lb-closeContainer {
  position: absolute;
  right: 0;
  top: -25px;
}

.lb-close {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/close.png) top right no-repeat;
  background-size: 100%;
  text-align: right;
  outline: 0;
  opacity: 1;
  transition: opacity .2s;
  cursor: pointer;
}

.lightboxOverlay {
  background: #152842;
  opacity: .9;
}

.section-story .block-story .training {
  display: flex;
  padding-top: 20px;
  border-top: 1px solid #000;
}

.section-story .block-story .training .small-title {
  width: 267px;
  line-height: 1.35294117;
  font-size: 17px;
}

.section-story .block-story .training p {
  flex: 1;
  font-size: 13px;
  letter-spacing: 0.09em;
  line-height: 1.961538;
  margin-bottom: 0;
}

.section-story .block-story .profile {
  display: flex;
  align-items: center;
  background: #f2f1eb;
  padding: 30px 35px 30px 40px;
}

.section-story .block-story .profile .img-profile {
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 22px;
}

.section-story .block-story .profile .img-profile img {
  width: 100%;
  display: block;
}

.section-story .block-story .profile .content-profile {
  flex: 1;
  padding-left: 50px;
}

.section-story .block-story .content-profile .small-title {
  font-weight: bold;
  letter-spacing: 0.09em;
  font-size: 15px;
  margin-bottom: 15px;
}

.section-story .block-story .content-profile p {
  line-height: 2;
  font-size: 14px;
  margin-bottom: 0;
}

.mt80 {
  margin-top: 80px;
}

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

.others-story * {
  color: #333;
}

.others-story {
  max-width: 800px;
  margin: 0 auto 100px;
}

.others-story .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 13px;
}

.others-story .inner {
  display: flex;
  flex-wrap: wrap;
}

.others-story .block-inner {
  width: 50%;
  display: flex;
}

.others-story .block-inner .img {
  width: 140px;
  overflow: hidden;
}

.others-story .block-inner .img img {
  display: block;
  width: 100%;
  transition: all .5s;
}

.others-story .block-inner .img:hover img {
  transform: scale(1.1, 1.1);
}

.others-story .block-inner .information {
  flex: 1;
  padding-left: 17px;
}

.others-story .information a {
  font-size: 15px;
  line-height: 1.633333;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 8px;
  transition: 0.26s ease;
}

.others-story .information a:hover {
  color: #333;
  text-decoration: underline;
  opacity: 0.8;
}

.others-story .information p {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.contents.FClear {
  width: 100%;
}
.gm-style .gm-style-iw-t{
	top:60px;
}
.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178,178,178,.4);
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top:-44px;
    transform: translate(-50%,-50%) rotate(130deg);
    width: 8px;
}

.gm-style .gm-style-iw-c {
	border-radius: 3px;
}