@charset "UTF-8";
header {
  overflow: hidden;
}

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

.header_img .img_box {
  position: absolute;
  right: 15%;
  bottom: -30px;
  width: 153px;
}

@media screen and (max-width: 768px) {
  .header_img .img_box {
    right: 10px;
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .slick_slider li img.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .slick_slider li img.sp {
    display: none;
  }
}

@media print {
  .slick_slider li img.sp {
    display: none;
  }
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  background: rgba(128, 128, 128, 0.5);
  width: 40px;
  height: 5px;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 30px;
  }
}

.slick-dots li.slick-active {
  background: #C8A032;
}

.ico_info {
  margin: 95px auto 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ico_info {
    margin: 28px auto 20px;
  }
}

.news_list {
  margin: 115px 0 130px;
}

@media screen and (max-width: 768px) {
  .news_list {
    margin: 55px 0 65px;
  }
}

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

.news_list li {
  border-bottom: solid 1px #E6E6E6;
  display: inline-block;
  padding: 23px 0;
  width: 560px;
}

@media screen and (max-width: 1170px) {
  .news_list li {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .news_list li {
    width: 100%;
  }
}

.news_list li:nth-child(1), .news_list li:nth-child(2) {
  border-top: solid 1px #E6E6E6;
}

.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .news_list li a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

.news_list li .img_box {
  padding: 0 23px 0 0;
  width: 130px;
  height: auto;
}

.news_list li .img_box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news_list li .img_box {
    padding: 0 4% 0 0;
  }
}

.news_list li .txt_box {
  width: calc(100% - 153px);
}

@media screen and (max-width: 768px) {
  .news_list li .txt_box {
    width: 100%;
  }
}

.news_list li .txt_box .date {
  line-height: 1.5;
  position: relative;
  margin: 0 0 18px;
}

@media screen and (max-width: 768px) {
  .news_list li .txt_box .date {
    font-size: 12px;
  }
}

.news_list li .txt_box .date::before {
  content: "";
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 15px;
  height: 1px;
}

.news_list li .txt_box .title {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .news_list li .txt_box .title {
    font-size: 12px;
  }
}

.news_list .read_more {
  margin: 10px 0 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .news_list .read_more {
    max-width: 320px;
    width: 60%;
    margin: 25px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .news_list .read_more img {
    width: 100%;
    height: auto;
  }
}

.news_list .read_more a {
  color: #C8A032;
}

@media screen and (min-width: 768px) {
  .news_list .read_more a:hover {
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

p {
  color: #4D4D4D;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 2.0;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

.red {
  color: #C83C32;
  cursor: pointer;
}

.history_block .bg_history_block_top {
  background: url(../img/yusyukan/bg_yusyukan01.jpg) center top;
  background-size: cover;
  height: 440px;
}

@media screen and (max-width: 768px) {
  .history_block .bg_history_block_top {
    height: 220px;
  }
}

.history_block .history_bottom_block {
  background: url(../img/yusyukan/bg_yusyukan02.jpg) center top;
  background-size: cover;
  padding: 0 0 160px;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block {
    padding: 0 0 80px;
  }
}

.history_block .history_bottom_block h2 {
  padding: 150px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block h2 {
    padding: 75px 0;
  }
  .history_block .history_bottom_block h2 img {
    width: 100%;
    height: auto;
  }
}

.history_block .history_bottom_block h3 {
  color: #C83C32;
  font-size: 40px;
  font-weight: normal;
  display: inline-block;
  margin: 50px 0 40px 15px;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block h3 {
    background: none;
    font-size: 24px;
  }
}

.history_block .history_bottom_block h3 img {
  vertical-align: -10px;
  padding: 0 10px 0 0;
}

.history_block .history_bottom_block h3 span {
  background: url(../img/common/pt_red.png) 0 28px repeat-x;
  background-size: 6px 16px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block h3 span {
    background: url(../img/common/pt_red.png) 0 15px repeat-x;
    background-size: 6px 16px;
  }
}

.history_block .history_bottom_block .history_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 70px;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block .history_box {
    display: block;
  }
}

.history_block .history_bottom_block .history_box h3 {
  margin: 0 0 40px 15px;
}

.history_block .history_bottom_block figcaption {
  color: #4D4D4D;
  font-size: 16px;
  margin: 5px 0 0;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block figcaption {
    font-size: 14px;
  }
}

.history_block .history_bottom_block .left {
  width: 58%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block .left {
    width: 100%;
  }
}

.history_block .history_bottom_block .right {
  margin: 0;
  width: 37%;
}

@media screen and (max-width: 768px) {
  .history_block .history_bottom_block .right {
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
  }
  .history_block .history_bottom_block .right img {
    max-width: 100%;
  }
}

.history_block .history_bottom_block .stamp {
  display: inline-block;
  margin: 30px 0 0;
  vertical-align: top;
}

.history_block .history_bottom_block em {
  color: #4D4D4D;
  display: inline-block;
  margin: 30px 0 0 15px;
  vertical-align: top;
}

.display_block {
  background: url(../img/yusyukan/bg_yusyukan03.jpg) center top;
  background-size: cover;
  text-align: center;
  padding: 0 0 70px;
}

@media screen and (max-width: 768px) {
  .display_block {
    padding: 0 0 35px;
  }
}

.display_block h2 {
  padding: 120px 0 60px;
}

@media screen and (max-width: 768px) {
  .display_block h2 {
    padding: 60px 0 30px;
  }
  .display_block h2 img {
    width: 100%;
    height: auto;
  }
}

.display_block .lead {
  color: #fff;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .display_block .lead {
    text-align: left;
    margin-bottom: 30px;
  }
}

.display_block .white_box {
  background: rgba(255, 255, 255, 0.85);
  text-align: left;
  padding: 55px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .display_block .white_box {
    padding: 25px 15px;
  }
}

.display_block .txt_box {
  background: #fff;
  border: solid 1px #4D4D4D;
  color: #4D4D4D;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .display_block .txt_box {
    position: static;
  }
}

.display_block h3 {
  color: #C83C32;
  font-size: 40px;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .display_block h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

.display_block h3 img {
  vertical-align: -10px;
  padding: 0 10px 0 0;
}

.display_block h3 span {
  background: url(../img/common/pt_red.png) 0 28px repeat-x;
  background-size: 6px 16px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .display_block h3 span {
    background: url(../img/common/pt_red.png) 0 15px repeat-x;
    background-size: 6px 16px;
  }
}

.display_block ul {
  margin-left: 40px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .display_block ul {
    margin: 0;
    width: 100%;
  }
}

.display_block ul:first-child {
  margin: 60px 0 0 40px;
}

@media screen and (max-width: 768px) {
  .display_block ul:first-child {
    margin: 20px 0 0;
  }
}

.display_block li {
  font-size: 18px;
  line-height: 2.0;
  width: 340px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .display_block li {
    font-size: 14px;
    padding: 0 0 0 15px;
    width: 100%;
  }
}

.display_block .red {
  display: inline-block;
  position: relative;
  width: 105px;
}

.display_block .red::before {
  background: url(../img/yusyukan/ico_arrow_right_red.png) no-repeat;
  background-size: 100%;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 11px;
}

.display_block .list_box {
  display: block;
}

.display_block .img_box {
  margin: -90px 0 0 30px;
}

.display_block .img_box img {
  max-width: 931px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .display_block .img_box {
    margin: 0 0 15px;
  }
}

.display_block .img_box2 {
  margin: -40px 0 0 30px;
}

.display_block .img_box2 img {
  max-width: 931px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .display_block .img_box2 {
    margin: 0 0 15px;
  }
}

.display_block .white_box + .white_box {
  margin: 25px 0 0;
}

.display_block .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .display_block .btn_box {
    display: block;
  }
}

.display_block .btn_box a {
  display: block;
}

.display_block .btn_box a:first-child {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .display_block .btn_box a:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .display_block .btn_box a img {
    max-width: 440px;
    width: 100%;
    height: auto;
  }
}

.display_block .btn_box a + a {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .display_block .btn_box a + a {
    margin: 15px 0 0;
  }
}

.movie_block {
  padding: 0 0 150px;
}

@media screen and (max-width: 768px) {
  .movie_block {
    padding: 0 0 75px;
  }
}

.movie_block h2 {
  padding: 120px 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .movie_block h2 {
    padding: 60px 0 30px;
  }
  .movie_block h2 img {
    width: 100%;
    height: auto;
  }
}

.movie_block h3 {
  color: #C83C32;
  font-size: 40px;
  font-weight: normal;
  display: block;
  margin: 0 0 60px 0;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .movie_block h3 {
    background: none;
    font-size: 24px;
  }
}

.movie_block h3 img {
  vertical-align: -10px;
  padding: 0 10px 0 0;
}

.movie_block h3 span {
  background: url(../img/common/pt_red.png) 0 28px repeat-x;
  background-size: 6px 16px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .movie_block h3 span {
    background: url(../img/common/pt_red.png) 0 15px repeat-x;
    background-size: 6px 16px;
  }
}

.movie_block .genre {
  color: #C83C32;
  font-size: 25px;
}

.movie_block .info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block {
    display: block;
  }
}

.movie_block .info_block h4 {
  color: #C83C32;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: normal;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block h4 {
    font-size: 22px;
  }
}

.movie_block .info_block h4 span {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block h4 span {
    font-size: 18px;
  }
}

.movie_block .info_block h4 .detail {
  font-size: 20px;
  display: block;
  margin: 0;
}

.movie_block .info_block > p {
  border-bottom: dotted 2px #000;
  padding: 0 0 40px;
  margin: 0 0 30px;
}

.movie_block .info_block .img_box {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block .img_box {
    text-align: center;
    margin: 0;
  }
}

.movie_block .info_block .txt_box {
  margin-left: 80px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block .txt_box {
    margin-left: 0;
  }
}

.movie_block .info_block .txt_box2 {
  width: 760px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block .txt_box2 {
    width: 100%;
  }
}

.movie_block .info_block .txt_box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 760px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block .txt_box3 {
    display: block;
    width: 100%;
  }
}

.movie_block .info_block .txt_box3 h4 {
  color: #4D4D4D;
}

.movie_block .info_block .txt_box3 .btn_box {
  margin: 0;
}

.movie_block .info_block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block dl {
    display: block;
  }
}

.movie_block .info_block dt {
  color: #C83C32;
  font-size: 18px;
  width: 120px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block dt {
    font-size: 14px;
  }
}

.movie_block .info_block dd {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 2;
  width: calc(100% - 120px);
}

@media screen and (max-width: 768px) {
  .movie_block .info_block dd {
    font-size: 14px;
    width: 100%;
  }
}

.movie_block .info_block dd .caution {
  font-size: 15px;
  display: inline-block;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 10px 0 0;
}

.movie_block .info_block .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 30px 0 0;
}

.movie_block .info_block .btn_box a {
  display: block;
}

.movie_block .info_block2 {
  margin: -15px 0 0;
}

.movie_block .info_block2 dl {
  border-bottom: dotted 2px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block2 dl {
    display: block;
  }
}

.movie_block .info_block2 dt {
  border-right: solid 2px #C83C32;
  color: #C83C32;
  font-size: 18px;
  width: 135px;
  line-height: 2;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .movie_block .info_block2 dt {
    border-right: 0;
    font-size: 14px;
  }
}

.movie_block .info_block2 dd {
  color: #4D4D4D;
  font-size: 18px;
  line-height: 2;
  width: calc(100% - 165px);
}

@media screen and (max-width: 768px) {
  .movie_block .info_block2 dd {
    font-size: 14px;
    width: 100%;
  }
}

.yusyukan.detail .movie_block p {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.yusyukan .youtube_block {
  padding: 100px 0 150px;
  background: url(../img/yusyukan/bg_yusyukan02.jpg) center top;
  background-size: cover;
}

.yusyukan .youtube_block p {
  margin: 0 0 60px;
}

.voice_block .bg_voice_block_top {
  background: url(../img/yusyukan/bg_yusyukan04.jpg) center top;
  background-size: cover;
  height: 440px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .voice_block .bg_voice_block_top {
    height: 220px;
  }
}

.voice_block .bg_voice_block_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1170px) {
  .voice_block .bg_voice_block_top ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    margin: auto;
    width: 575px;
  }
}

@media screen and (max-width: 768px) {
  .voice_block .bg_voice_block_top ul {
    width: 100%;
  }
}

.voice_block .bg_voice_block_top li {
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 64px;
  margin-right: 28px;
  width: 176px;
  height: 64px;
}

.voice_block .bg_voice_block_top li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1170px) {
  .voice_block .bg_voice_block_top li {
    margin-right: 20px;
  }
  .voice_block .bg_voice_block_top li:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .voice_block .bg_voice_block_top li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .voice_block .bg_voice_block_top li {
    font-size: 15px;
    width: 135px;
    line-height: 50px;
    height: 50px;
  }
  .voice_block .bg_voice_block_top li:nth-child(3n) {
    margin-right: 22px;
    margin-bottom: 0;
  }
  .voice_block .bg_voice_block_top li:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .voice_block .bg_voice_block_top li:last-child {
    margin-bottom: 0;
  }
}

.voice_block .bg_voice_block_top li a {
  display: block;
}

.voice_block .voice_bottom_block {
  background: url(../img/yusyukan/bg_yusyukan02.jpg) center top;
  background-size: cover;
  padding: 0 0 160px;
}

@media screen and (max-width: 768px) {
  .voice_block .voice_bottom_block {
    padding: 0 0 80px;
  }
}

.voice_block h2 {
  padding: 160px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .voice_block h2 {
    padding: 80px 0;
  }
  .voice_block h2 img {
    width: 100%;
    height: auto;
  }
}

.voice_block dl {
  border-top: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  width: 48%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .voice_block dl {
    display: block;
    width: 100%;
  }
}

.voice_block dl:last-child {
  border-bottom: solid 1px #fff;
}

.voice_block dt {
  width: 150px;
}

.voice_block dd {
  color: #C83C32;
}

.info_block {
  margin: 0 0 110px;
}

@media screen and (max-width: 768px) {
  .info_block {
    margin: 50px 0 0px;
  }
}

.info_block .inner {
  background: #fff;
  padding: 1px 55px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .info_block .inner {
    padding: 1px 15px;
  }
}

.info_block h2 {
  text-align: center;
  margin: 110px 0 140px;
}

@media screen and (max-width: 768px) {
  .info_block h2 {
    margin: 55px 0 70px;
  }
  .info_block h2 img {
    width: 100%;
    height: auto;
  }
}

.info_block li {
  border-bottom: dotted 2px #000;
  font-size: 0px;
  padding: 15px 0;
}

.info_block li:last-child {
  border-bottom: 0;
}

.info_block li .title {
  color: #C83C32;
  font-size: 17px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .info_block li .title {
    font-size: 15px;
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
}

.info_block li .content {
  border-left: solid 2px #C83C32;
  color: #4D4D4D;
  display: inline-block;
  font-size: 17px;
  padding-left: 25px;
  letter-spacing: normal;
  vertical-align: top;
  width: calc(100% - 175px);
}

@media screen and (max-width: 768px) {
  .info_block li .content {
    font-size: 14px;
    display: block;
    padding-left: 15px;
    width: 100%;
  }
}

.info_block li .person {
  display: inline-block;
  width: 130px;
}

.info_block li .line {
  display: inline-block;
  position: relative;
  width: 360px;
}

@media screen and (max-width: 768px) {
  .info_block li .line {
    width: 100%;
  }
}

.info_block li .line::before {
  border-bottom: dotted 2px #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 98%;
  height: 2px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .info_block li .line::before {
    border-bottom: 0;
  }
}

.info_block li .line .in {
  background: #fff;
  display: inline;
  padding-right: 5px;
  position: relative;
  z-index: 1;
}

.yusyukan_popup .mfp-auto-cursor .mfp-content {
  width: 720px;
}

.yusyukan_popup {
  background: #fff;
  padding: 40px;
  position: relative;
  width: 720px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup {
    padding: 10px 3%;
    width: 100%;
  }
}

.yusyukan_popup .img_box {
  overflow: scroll;
}

.yusyukan_popup .img_box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup .img_box2 img {
    width: 100%;
    height: auto;
  }
}

.yusyukan_popup h3 {
  color: #C83C32;
  font-size: 28px;
  font-weight: normal;
  margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup h3 {
    font-size: 20px;
  }
}

.yusyukan_popup h3 span {
  color: #4D4D4D;
  padding-left: 25px;
}

.yusyukan_popup h4 {
  border-bottom: dotted 2px #000;
  font-size: 15px;
  font-weight: normal;
  padding: 0 0 15px;
  margin: 20px 0 10px;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup h4 {
    font-size: 14px;
  }
}

.yusyukan_popup h4 span {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  width: 130px;
}

.yusyukan_popup h4 em {
  display: inline-block;
  width: calc(100% - 130px);
}

.yusyukan_popup p {
  font-family: "Helvetica Neue", "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup p {
    font-size: 14px;
  }
}

.yusyukan_popup a {
  color: #C83C32;
}

.yusyukan_popup .left_space {
  padding-left: 0.5em;
}

.yusyukan_popup button.mfp-arrow-right {
  background: url(../img/precincts/btn_popup_arrow_right.png) no-repeat;
  background-size: 100%;
  right: -50px;
  width: 37px;
  height: 70px;
}

.yusyukan_popup button.mfp-arrow-right::after, .yusyukan_popup button.mfp-arrow-right::before {
  border-left: 0;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup button.mfp-arrow-right {
    background-size: 80%;
    right: 10px;
    bottom: -80px;
  }
}

.yusyukan_popup button.mfp-arrow-left {
  background: url(../img/precincts/btn_popup_arrow_left.png) no-repeat;
  background-size: 100%;
  border: none;
  left: -50px;
  width: 37px;
  height: 70px;
}

.yusyukan_popup button.mfp-arrow-left::after, .yusyukan_popup button.mfp-arrow-left::before {
  border-right: 0;
}

@media screen and (max-width: 768px) {
  .yusyukan_popup button.mfp-arrow-left {
    background-size: 80%;
    left: 10px;
    bottom: -80px;
  }
}

button.mfp-arrow-right {
  background: url(../img/precincts/btn_popup_arrow_right.png) no-repeat;
  background-size: 100%;
  right: -50px;
  width: 37px;
  height: 70px;
}

button.mfp-arrow-right::after, button.mfp-arrow-right::before {
  border-left: 0;
}

@media screen and (max-width: 768px) {
  button.mfp-arrow-right {
    background-size: 80%;
    right: 10px;
    bottom: -80px;
  }
}

button.mfp-arrow-left {
  background: url(../img/precincts/btn_popup_arrow_left.png) no-repeat;
  background-size: 100%;
  border: none;
  left: -50px;
  width: 37px;
  height: 70px;
}

button.mfp-arrow-left::after, button.mfp-arrow-left::before {
  border-right: 0;
}

@media screen and (max-width: 768px) {
  button.mfp-arrow-left {
    background-size: 80%;
    left: 10px;
    bottom: -80px;
  }
}

.yusyukan .mfp-auto-cursor .mfp-content {
  width: 720px;
}

@media screen and (max-width: 768px) {
  .yusyukan .mfp-auto-cursor .mfp-content {
    width: 100%;
  }
}

/*# sourceMappingURL=yusyukan.css.map */