@charset "UTF-8";

html, body {
  margin: 0;
  line-height: 1.8;
  background: #F5F5E1;
  font-family: 'Noto Sans JP', Meiryo, sans-selif !important;
  font-size: 1em;
  color: #333333;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #FF6600;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
@media print, screen and (min-width: 768px) {
  a:hover {
    color: #FF6600;
  }
}



/*-- HEADER -----------------------------------------------------------------*/
header {
  position: relative;
  max-width: 960px;
  margin: 20px 20px 0 20px;
  padding: 10px;
  background: url(../images/gss/header_border.png) repeat;
}
.ribbon {
  position: absolute;
  top: 0;
  left: 30px;
  height: 10%;
}
.header-inner {
  margin: 0;
  padding: 20px;
  background: url(../images/gss/header_image_sp.jpg) #F5F5E1 no-repeat;
  background-position: right bottom;
  background-size: 100%;
}
header h1 {
  margin:  10% 0 75% 0;
  line-height: 1.3;
  font-size: 5.5vw;
  font-weight: 700;
  color: #335872;
}
header h1 a {
  color: #335872;
}
header h1 a.link-fmy {
  font-size: 4vw;
  font-weight: 400;
}
header h1 a.link-fmy span {
  display: inline-block;
  text-indent: -0.5em;
  font-size: 5.5vw;
  font-weight: 700;
}
@media print, screen and (min-width: 700px) {
  header {
    margin: 80px 20px 0 20px;
    padding: 15px;
  }
  .ribbon {
    position: absolute;
    top: 0;
    left: 50px;
    height: 80px;
  }
  .header-inner {
    min-height: 35vw;
    padding: 30px;
    background: url(../images/gss/header_image.jpg) #F5F5E1 no-repeat;
    background-position: right bottom;
    background-size: cover;
  }
  header h1 {
    margin: 50px 0 2em 0;
    font-size: 3.5vw;
  }
  header h1 a {
    transition: all 0.5s ease-out;
  }
  header h1 a:hover {
    background-color: #EBEBC3;
    color: #335872;
  }
  header h1 a.link-fmy {
    margin: 0;
    font-size: 3vw;
    font-weight: 400;
  }
  header h1 a.link-fmy span {
    margin: 0;
    font-size: 3.5vw;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1040px) {
  header {
    margin: 80px auto 30px auto;
    padding: 20px;
  }
  .header-inner {
    height: 370px;
    min-height: 370px;
  }
  header h1 {
    font-size: 2.4em;
  }
  header h1 a.link-fmy {
    font-size: 0.8em;
    font-weight: 400;
  }
  header h1 a.link-fmy span {
    font-size: 1.2em;
    font-weight: 700;
  }
}



/*-- FOOTER -----------------------------------------------------------------*/
footer {
  margin: 40px 0 20px 0;
  text-align: center;
  font-size: 0.8em;
}



/*-- ITEM - BUBBLE TALK -----------------------------------------------------*/
.bubble-white, .bubble-yellow {
  margin: 0 0 1em 0;
  font-size: 0.8em;
}
.bubble-white::before, .bubble-yellow::before {
  content: '';
  position: relative;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.bubble-white p, .bubble-yellow p {
  position: relative;
  margin: 0 0 0 55px;
  padding: 10px;
  border-radius: 10px;
}
.bubble-white p {
  background: #fff;
}
.bubble-yellow p {
  background: #EBEBC3;
}
.bubble-white p::before, .bubble-yellow p::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -18px;
}
.bubble-white p::before {
  border: transparent solid 10px;
  border-right: #fff solid 10px;
}
.bubble-yellow p::before {
  border: transparent solid 10px;
  border-right: #EBEBC3 solid 10px;
}
.icon-gss {
  background: url(../images/gss/icon_gss.png) no-repeat;
  background-size: 40px;
}
.icon-kobayashi {
  background: url(../images/gss/icon_kobayashi.png) no-repeat;
  background-size: 40px;
}
@media print, screen and (min-width: 700px) {
  .bubble-white, .bubble-yellow {
    margin: 0 20px 1em 20px;
    font-size: 1em;
  }
  .bubble-white::before, .bubble-yellow::before {
    width: 55px;
    height: 55px;
  }
  .bubble-white p, .bubble-yellow p {
    margin: 0 0 0 70px;
    padding: 10px 20px;
    min-height: 35px;
  }
  .bubble-white p::before, .bubble-yellow p::before {
    top: 15px;
  }
  .icon-gss {
    background: url(../images/gss/icon_gss.png) no-repeat;
    background-size: 55px;
  }
  .icon-kobayashi {
    background: url(../images/gss/icon_kobayashi.png) no-repeat;
    background-size: 55px;
  }
}
@media print, screen and (min-width: 1040px) {
  .bubble-white, .bubble-yellow {
    font-size: 1.1em;
  }
}



/*-- ABOUT ------------------------------------------------------------------*/
.about {
  max-width: 960px;
  margin: 20px 20px 0 20px;
  padding: 10px 10px 20px 10px;
  background: #EBEBC3;
  border-radius: 10px;
  font-size: 0.8em;
}
.heading-about {
  padding: 35px 0 0 0;
  text-align: center;
  background: url(../images/gss/heading_about.png) no-repeat;
  background-size: 60px;
  background-position: top center;
  font-size: 1.3em;
  font-weight: 700;
  color: #335872;
}
.about p {
  margin: 1em 0;
}
.about .about-onair {
  margin: 0;
  padding: 10px;
  background: #335872;
  color: #fff;
}
@media print, screen and (min-width: 700px) {
  .about {
    margin: 30px 20px 0 20px;
    padding: 30px 20px 20px 20px;
    font-size: 1em;
  }
  .heading-about {
    height: 50px;
    margin: 0 0 0 20px;
    padding: 0 0 0 80px;
    text-align: left;
    line-height: 45px;
    background-size: 70px;
    background-position: top left;
    font-size: 1.6em;
  }
  .about p {
    margin: 10px 20px 20px 20px;
  }
  .about .about-onair {
    padding: 20px;
  }
}
@media print, screen and (min-width: 1040px) {
  .about {
    margin: 30px auto 0 auto;
    font-size: 1.1em;
  }
  .heading-about {
    height: 65px;
    padding: 0 0 0 100px;
    text-align: left;
    line-height: 60px;
    background-size: 90px;
    background-position: top left;
    font-size: 1.8em;
  }
}



/*-- GUEST ------------------------------------------------------------------*/
.guest {
  max-width: 960px;
  margin: 20px 20px 0 20px;
  padding: 10px;
  border: #B3B3B3 solid 2px;
  background: #fff;
  font-size: 0.8em;
}
.heading-guest {
  margin: 1em 0;
  padding: 55px 0 0 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3em;
  background: url(../images/gss/heading_guest.png) no-repeat;
  background-size: 60px;
  background-position: top center;
  font-size: 1.3em;
  font-weight: 700;
  color: #335872;
}
.heading-guest span {
  display: inline-block;
  height: 25px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  vertical-align: middle;
  border-left: #335872 solid 1px;
  font-size: 0.7em;
  font-weight: 400;
}
.guest-list dt {
  padding: 5px 10px;
  background: #ebebeb;
}
.guest-list dd {
  margin: 0 0 0 10vw;
  padding: 5px 10px;
}
@media print, screen and (min-width: 700px) {
  .guest {
    margin: 30px 20px 0 20px;
    padding: 30px 20px;
    font-size: 1em;
  }
  .heading-guest {
    height: 50px;
    margin: 0 0 0 20px;
    padding: 0 0 0 80px;
    text-align: left;
    line-height: 45px;
    background-size: 70px;
    background-position: top left;
    font-size: 1.6em;
  }
  .heading-guest span {
    height: 30px;
    line-height: 25px;
    font-size: 0.6em;
  }
  .guest-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 1em 20px 0 20px;
  }
  .guest-list dt {
    padding: 5px 20px;
    width: calc(50% - 40px);
    background: #fff;
  }
  .guest-list dd {
    margin: 0;
    padding: 5px 20px;
    width: calc(50% - 40px);
  }
  .guest-list dt:nth-of-type(odd), .guest-list dd:nth-of-type(odd) {
    background: #ebebeb;
  }
}
@media print, screen and (min-width: 840px) {
    .guest-list dt {
    width: calc(40% - 40px);
  }
  .guest-list dd {
    width: calc(60% - 40px);
  }
}
@media print, screen and (min-width: 1040px) {
  .guest {
    margin: 30px auto 0 auto;
    font-size: 1.1em;
  }
  .heading-guest {
    height: 65px;
    padding: 0 0 0 100px;
    line-height: 60px;
    background-size: 90px;
    background-position: top left;
    font-size: 1.8em;
  }
  .heading-guest span {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    height: 40px;
    line-height: 35px;
  }
  .guest-list dt {
    width: calc(35% - 40px);
  }
  .guest-list dd {
    width: calc(65% - 40px);
  }
}



/*-- TALK -------------------------------------------------------------------*/
.talk {
  max-width: 960px;
  margin: 20px 20px 0 20px;
  padding: 10px;
  border: #B3B3B3 solid 2px;
  background: #fff;
  font-size: 0.8em;
}
.heading-talk1 {
  margin: 10px 0;
  padding: 60px 0 0 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.1em;
  background: url(../images/gss/heading_talk1.jpg) no-repeat;
  background-size: 120px;
  background-position: top center;
  font-size: 1.1em;
  font-weight: 700;
  color: #335872;
}
.heading-talk1 span {
  display: inline-block;
  margin: 0;
  line-height: 1.1em;
  vertical-align: middle;
  font-size: 0.7em;
  font-weight: 400;
}
.talk-wrapper {
  margin: 2em 10px;
}
.heading-talk1 span:first-child {
  margin: 0 5px 0 0;
}
.talk-kobayashi, .talk-kimura {
  position: relative;
  margin: 0 0 0 3em;
}
.talk-kobayashi::before {
  content: '小林';
  position: absolute;
  top: 0;
  left: -3em;
}
.talk-kimura::before {
  content: '木村';
  position: absolute;
  top: 0;
  left: -3em;
}
.talk-note img {
  display: block;
  width: 60%;
  max-width: 207px;
  margin: 0 auto;
}
.talk-note p {
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
  font-size: 0.9em;
  color: #FF6600;
}
@media print, screen and (min-width: 700px) {
  .talk {
    margin: 30px 20px 0 20px;
    padding: 30px 20px;
    font-size: 1em;
  }
  .heading-talk1 {
    height: 60px;
    margin: 0 0 0 20px;
    padding: 0 0 0 170px;
    text-align: left;
    line-height: 60px;
    background-size: 150px;
    background-position: 0 0;
    font-size: 1.6em;
  }
  .heading-talk1 span {
    height: 25px;
    line-height: 25px;
    font-size: 0.6em;
  }
  .heading-talk1 span:first-child {
    margin: 0 5px 2px 0;
  }
  .talk-note {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: 400px;
    margin: 2em auto;
  }
  .talk-note img {
    width: 207px;
    margin: 0;
  }
  .talk-note p {
    width: 163px;
    margin: 0 0 0 30px;
    font-size: 0.9em;
  }
}
@media print, screen and (min-width: 1040px) {
  .talk {
    margin: 30px auto 0 auto;
    font-size: 1.1em;
  }
  .heading-talk1 {
    height: 75px;
    margin: 0;
    padding: 0 0 0 240px;
    text-align: left;
    line-height: 75px;
    background-size: 180px;
    background-position: 20px 0;
    font-size: 1.6em;
  }
  .talk-wrapper {
    margin: 2em 20px;
  }
}



/*-- GS ---------------------------------------------------------------------*/
.gs {
  max-width: 960px;
  margin: 20px 20px 0 20px;
  padding: 20px;
  background: #7892bd;
  border-radius: 10px;
}
.heading-gs {
  margin: 0 0 1em 0;
  padding: 35px 0 0 0;
  text-align: center;
  background: url(../images/gss/heading_gs.png) no-repeat;
  background-size: 70px;
  background-position: top center;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 700px) {
  .gs {
    margin: 30px 20px 0 20px;
  }
  .heading-gs {
    height: 50px;
    margin: 15px 0 5px 20px;
    padding: 0 0 0 80px;
    text-align: left;
    line-height: 30px;
    background-size: 70px;
    background-position: top left;
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1040px) {
  .gs {
    margin: 30px auto 0 auto;
  }
  .heading-gs {
    height: 65px;
    padding: 0 0 0 100px;
    text-align: left;
    line-height: 40px;
    background-size: 90px;
    background-position: top left;
    font-size: 1.8em;
  }
}



/*-- kobayashi -----------------------------------------------------------------*/
.kobayashi {
  max-width: 960px;
  margin: 20px 20px 0 20px;
  padding: 20px;
  background: #736357;
  border-radius: 10px;
}
.heading-kobayashi {
  margin: 0 0 1em 0;
  padding: 35px 0 0 0;
  text-align: center;
  background: url(../images/gss/heading_kobayashi.png) no-repeat;
  background-size: 60px;
  background-position: top center;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (min-width: 700px) {
  .kobayashi {
    margin: 30px 20px 0 20px;
  }
  .heading-kobayashi {
    height: 50px;
    margin: 10px 0 10px 20px;
    padding: 0 0 0 80px;
    text-align: left;
    line-height: 35px;
    background-size: 70px;
    background-position: top left;
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 1040px) {
  .kobayashi {
    margin: 30px auto 0 auto;
  }
  .heading-kobayashi {
    height: 65px;
    padding: 0 0 0 100px;
    text-align: left;
    line-height: 45px;
    background-size: 90px;
    background-position: top left;
    font-size: 1.8em;
  }
}



/*-- BOOK -------------------------------------------------------------------*/
.book {
  max-width: 960px;
  margin: 40px 20px 0 20px;
  font-size: 0.8em;
}
.heading-book {
  margin: 1em 0;
  padding: 55px 0 0 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3em;
  background: url(../images/gss/heading_book.png) no-repeat;
  background-size: 60px;
  background-position: top center;
  font-size: 1.3em;
  font-weight: 700;
  color: #335872;
}
.heading-book span {
  display: inline-block;
  height: 22px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  vertical-align: middle;
  border-left: #335872 solid 1px;
  font-size: 0.7em;
  font-weight: 400;
}
.book-list {
  max-width: 450px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  list-style: none;
}
.book-list li {
  margin: 0 0 40px 0;
}
.book-list li img {
  display: block;
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
}
.book-list li strong {
  display: block;
  text-align: center;
  font-size: 1.1em;
  font-weight: 400;
  color: #FF6600;
}
@media print, screen and (min-width: 700px) {
  .book {
    margin: 50px 20px 0 20px;
    font-size: 1em;
  }
  .heading-book {
    width: calc(6em + 70px);
    height: 55px;
    margin: 0 auto;
    padding: 0 0 0 80px;
    text-align: center;
    line-height: 55px;
    background-size: 70px;
    background-position: top left;
    font-size: 1.6em;
    white-space: nowrap;
  }
  .heading-book span {
    height: 30px;
    line-height: 25px;
    font-size: 0.6em;
  }
  .book-list {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 1000px;
    margin: 20px auto 0 auto;
    padding: 0;
  }
  .book-list li {
    max-width: 250px;
    margin: 0 25px;
    line-height: 1.5;
    font-size: 0.9em;
  }
  .book-list li img {
    width: 170px;
    transition: opacity 0.3s ease-out;
  }
  .book-list li img:hover {
    opacity: 0.5;
  }
  .book-list li strong {
    margin: 0 0 10px 0;
  }
}
@media print, screen and (min-width: 1040px) {
  .book {
    margin: 50px auto 0 auto;
    font-size: 1.1em;
  }
  .heading-book {
    width: calc(6em + 90px);
    height: 70px;
    padding: 0 0 0 100px;
    line-height: 65px;
    background-size: 90px;
    background-position: top left;
    font-size: 1.8em;
  }
  .heading-book span, .heading-profile span {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    height: 40px;
    line-height: 35px;
  }
}



/*-- PROFILE ----------------------------------------------------------------*/
.profile {
  max-width: 960px;
  margin: 40px 20px 0 20px;
  padding: 20px;
  background: #EBEBC3;
  border-radius: 10px;
  font-size: 0.8em;
}
.heading-profile {
  margin: 10px 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.6em;
  font-size: 1.6em;
  font-weight: 700;
  color: #335872;
}
.heading-profile span {
  display: inline-block;
  height: 25px;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  vertical-align: middle;
  line-height: 20px;
  border-left: #335872 solid 1px;
  font-size: 0.7em;
  font-weight: 400;
}
.profile img {
  display: block;
  width: 60%;
  max-width: 300px;
  margin: 0 auto;
}
@media print, screen and (min-width: 700px) {
  .profile {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    margin: 30px 20px 0 20px;
    font-size: 1em;
  }
  .heading-profile {
    height: 50px;
    margin: 0;
    text-align: left;
    line-height: 45px;
    font-size: 1.6em;
  }
  .heading-profile span {
    height: 30px;
    line-height: 25px;
    font-size: 0.6em;
  }
  .profile img {
    width: 300px;
    height: 200px;
  }
  .profile div {
    width: calc(100% - 300px);
    padding: 0 0 0 20px;
  }
  .profile div p {
    margin: 0;
  }
}
@media print, screen and (min-width: 1040px) {
  .profile {
    margin: 30px auto 0 auto;
    font-size: 1.1em;
  }
  .heading-profile {
    height: 65px;
    line-height: 60px;
    font-size: 1.8em;
  }
  .heading-profile span {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    height: 40px;
    line-height: 35px;
  }
}
