@charset "UTF-8";
/*******************************
Reset CSS (exclude "sup")
*******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

img {
  vertical-align: middle; }

@font-face {
  font-family: sawarabi;
  src: url("../webfonts/SawarabiMincho-Regular-subset.woff") format("woff");
  font-display: swap;
  font-weight: 400; }
/* normal */
@font-face {
  font-family: Noto Sans Japanese;
  src: url("../webfonts/NotoSansJP-Regular-subset.woff") format("woff");
  font-display: swap; }
/* bold */
@font-face {
  font-family: Noto Sans Japanese;
  src: url("../webfonts/NotoSansJP-Medium-subset.woff") format("woff");
  font-display: swap;
  font-weight: 600; }
/*******************************
Default Style
*******************************/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  font-size: 1.8rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-weight: 400;
  color: #2E2E2E;
  line-height: 1.6;
  overflow-x: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.6rem; } }

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0; }

input, button, textarea, select {
  color: #2E2E2E;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.6rem; }

textarea {
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa; }

*:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wrapper {
  max-width: 1110px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1110px) {
    .wrapper {
      width: 100%;
      padding: 0 15px; } }

.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrap {
      width: 100%;
      padding: 0 15px; } }

.center {
  text-align: center; }

.hoverImg {
  transition: .3s; }
  @media only screen and (min-width: 769px) {
    .hoverImg:hover {
      opacity: 0.7; } }

.hoverTxt {
  text-decoration: none;
  color: inherit; }
  .hoverTxt:hover {
    text-decoration: underline; }

.tCenter {
  text-align: center; }

@media only screen and (max-width: 768px) {
  .pcView {
    display: none; } }
.mB20 {
  margin-bottom: 20px; }

.mB40 {
  margin-bottom: 40px; }

.mB80 {
  margin-bottom: 80px !important; }

.mB100 {
  margin-bottom: 100px !important; }

.mB120 {
  margin-bottom: 120px; }

.mB160 {
  margin-bottom: 160px; }

@media only screen and (max-width: 768px) {
  .mB40 {
    margin-bottom: 20px; }

  .mB80 {
    margin-bottom: 40px !important; }

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

  .mB120 {
    margin-bottom: 60px; }

  .mB160 {
    margin-bottom: 80px; } }
.main {
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .main {
      margin-bottom: 60px; } }

.btn_more {
  text-align: center; }
  .btn_more a {
    display: inline-block;
    width: 380px;
    background: #ECCF1B;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px 24px 13px 10px;
    font-size: 21px;
    line-height: 1em;
    transition: .3s; }
    @media only screen and (max-width: 768px) {
      .btn_more a {
        width: 80%; } }
    .btn_more a:hover {
      color: #fff !important;
      background-color: #34586B; }

.top_more {
  text-align: center; }
  .top_more a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: #34586B !important;
    text-decoration: none !important;
    font-size: 21px;
    line-height: 1em;
    transition: .3s; }
    @media only screen and (max-width: 768px) {
      .top_more a {
        width: auto; } }
    .top_more a:hover {
      color: #fff !important;
      background-color: #34586B; }

.top_more {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 99;
  right: 0;
  margin: auto; }
  .top_more a {
    padding: 20px 50px; }
    @media only screen and (max-width: 768px) {
      .top_more a {
        width: auto;
        padding: 10px 40px;
        font-size: 18px; } }

.fadeIn {
  opacity: 0;
  transition: .6s; }

.is-fadeIn {
  opacity: 1; }

.fadeUpIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: .3s; }

.is-fadeUpIn {
  opacity: 1;
  transform: translate(0, 0); }

.fadeLeftIn {
  opacity: 0;
  transform: translate(50px, 0);
  transition: .3s; }

.is-fadeLeftIn {
  opacity: 1;
  transform: translate(0, 0); }

.delay_10 {
  transition-delay: .1s; }

.delay_20 {
  transition-delay: .2s; }

.delay_30 {
  transition-delay: .3s; }

/*---------------------------
HEADER
----------------------------*/
.headInner {
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: relative;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-weight: 600; }
  @media only screen and (max-width: 1200px) {
    .headInner {
      height: auto; } }

.logo {
  width: 460px;
  text-align: center;
  padding-top: 5px;
  position: relative; }
  @media screen and (max-width: 1700px) {
    .logo {
      width: 280px; } }
  @media only screen and (max-width: 1200px) {
    .logo {
      flex: 1;
      display: flex;
      padding-top: 5px;
      padding-left: 20px; }
      .logo img {
        height: 50px; } }

.naviArea {
  margin-left: 100px; }
  @media screen and (max-width: 1700px) {
    .naviArea {
      margin-left: 0; } }
  @media only screen and (max-width: 1110px) {
    .naviArea {
      display: none; } }

.gNavi {
  width: 100%;
  height: 60px;
  margin: 20px 0 0; }
  .gNavi > ul {
    display: flex;
    height: 60px; }
    .gNavi > ul > li {
      position: relative;
      padding: 0 20px;
      text-align: center; }
      @media only screen and (max-width: 1512px) {
        .gNavi > ul > li {
          padding: 0 10px; } }
      .gNavi > ul > li > a {
        display: block;
        font-size: 16px;
        color: inherit;
        text-decoration: none;
        padding: 5px 0 28px;
        color: #34586B; }
        .gNavi > ul > li > a:hover {
          opacity: 0.8; }

.subNavi {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 100%;
  left: 0px;
  display: none; }
  .subNavi a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 5px; }
    .subNavi a:hover {
      opacity: 0.8; }

.language {
  padding: 5px 20px !important;
  text-decoration: none;
  background: #34586B;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  border-radius: 5px;
  display: inline !important; }

.nav_child01 a {
  background: #ECCF1B; }

.nav_child02 a {
  background: #47AC65; }

.nav_child03 a {
  background: #2D437D; }

.nav_child04 a {
  background: #EE9F00; }

/*------ ハンバーガー ------*/
.hmbArea {
  width: 80px;
  height: 80px;
  z-index: 9999;
  right: 20px;
  top: 0;
  position: relative; }
  @media only screen and (min-width: 1111px) {
    .hmbArea {
      display: none; } }
  @media only screen and (max-width: 1200px) {
    .hmbArea {
      width: 65px;
      height: 65px;
      right: 10px; } }

.hamburger {
  display: block;
  position: absolute;
  width: 60px;
  height: 42px;
  right: 10px;
  top: 15px;
  cursor: pointer;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .hamburger {
      right: 12px;
      top: 10px;
      width: 50px;
      height: 38px; } }
  .hamburger span {
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    left: 6px;
    background: #34586B;
    border-radius: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .hamburger span:nth-child(1) {
      top: 0; }
    .hamburger span:nth-child(2) {
      top: 20px; }
    .hamburger span:nth-child(3) {
      top: 40px; }
    @media only screen and (max-width: 1200px) {
      .hamburger span {
        width: 45px; }
        .hamburger span:nth-child(2) {
          top: 15px; }
        .hamburger span:nth-child(3) {
          top: 30px; } }

.hamburger.active {
  position: fixed;
  right: 28px;
  top: 20px; }
  .hamburger.active span {
    background: #fff; }

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.globalMenuSp {
  width: 100%;
  background: rgba(23, 39, 48, 0.8);
  padding: 200px 0;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  color: #2E2E2E;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease; }
  @media only screen and (min-width: 1111px) {
    nav.globalMenuSp {
      display: none; } }
  @media only screen and (max-width: 768px) {
    nav.globalMenuSp {
      padding: 120px 50px; } }

nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible; }

.hbNav {
  width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .hbNav {
      width: calc(100% - 100px); } }
  @media only screen and (max-width: 768px) {
    .hbNav {
      width: 100%; } }

.hbNav__col3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .hbNav__col3 {
      flex-wrap: wrap;
      margin-bottom: 20px; } }
  .hbNav__col3 li {
    width: calc(100% / 2 - 30px);
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .hbNav__col3 li {
        width: 100%;
        margin: 0 auto 20px; } }
    .hbNav__col3 li a {
      display: block;
      width: 100%;
      border: 3px solid #FFFFFF;
      color: #fff;
      font-weight: 600;
      font-size: 30px;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s; }
      @media only screen and (max-width: 1110px) {
        .hbNav__col3 li a {
          font-size: 24px;
          padding: 10px 4px; } }
      @media only screen and (max-width: 768px) {
        .hbNav__col3 li a {
          font-size: 18px; } }
      .hbNav__col3 li a:hover {
        background: rgba(255, 255, 255, 0.2); }

.hbNav__sub {
  width: 100%;
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 1200px) {
    .hbNav__sub {
      flex-wrap: wrap; } }
  .hbNav__sub li {
    margin-right: 80px; }
    @media only screen and (max-width: 1200px) {
      .hbNav__sub li {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .hbNav__sub li {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%; } }
    .hbNav__sub li a {
      padding: 5px 20px;
      text-decoration: none;
      background: #fff;
      text-align: center;
      color: #34586B;
      font-size: 18px;
      border-radius: 5px; }

/*---------------------------
FOOTER
----------------------------*/
.footer {
  position: relative; }

.footerBannerArea {
  height: 60px; }
  .footerBannerArea__inner {
    height: 60px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 200;
    transform: translate(0, 200px);
    transition: .4s;
    transition-delay: .2s; }
    .footerBannerArea__inner.is-show-banner {
      transform: translate(0, 0); }
  @media only screen and (max-width: 1512px) {
    .footerBannerArea {
      height: 60px; }
      .footerBannerArea__inner {
        height: 60px; } }
  @media only screen and (max-width: 768px) {
    .footerBannerArea {
      height: 40px; }
      .footerBannerArea__inner {
        height: 40px; } }

.footerBanner__list {
  display: flex; }
  .footerBanner__list li {
    flex: 1;
    height: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .footerBanner__list li:first-child a {
      border-right: 2px solid #fff; }
    @media only screen and (max-width: 768px) {
      .footerBanner__list li {
        height: 40px; } }
    .footerBanner__list li a {
      display: block;
      width: 100%;
      height: 60px;
      padding: 7px;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      background: #34586B; }
      .footerBanner__list li a:hover {
        opacity: 0.9; }
      @media only screen and (max-width: 768px) {
        .footerBanner__list li a {
          height: 40px;
          padding: 5px;
          font-size: 18px; } }
    @media only screen and (max-width: 768px) {
      .footerBanner__list li {
        height: 40px; } }

.footerBottom__wrap {
  width: 100%;
  padding: 80px 0 10px;
  background: url("../img/footer_bg.jpg") no-repeat bottom center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .footerBottom__wrap {
      padding: 40px 0 10px; } }

.footerInfo {
  width: 100%;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  border-bottom: 1px solid #fff; }
  @media only screen and (max-width: 768px) {
    .footerInfo {
      padding-bottom: 40px;
      flex-wrap: wrap;
      text-align: center; }
      .footerInfo > img {
        width: 40%;
        max-width: 200px;
        display: block;
        margin: 0 auto 10px; }
      .footerInfo__add {
        width: 100%;
        margin-bottom: 10px;
        text-align: center; } }

.copyRight {
  text-align: right;
  background: #34586B;
  color: #fff;
  font-size: 14px; }
  @media only screen and (max-width: 1512px) {
    .copyRight {
      text-align: center;
      padding-top: 0px; } }

.sideBtn {
  position: fixed;
  right: 18px;
  z-index: 1000;
  transform: translate(100px, 0);
  transition: transform .3s; }
  .sideBtn li {
    text-align: center;
    margin-bottom: 10px; }
  .sideBtn.is-show {
    transform: translate(0, 0); }
  @media only screen and (max-width: 768px) {
    .sideBtn {
      width: 12%;
      max-width: 61px; } }

/*---------------------------
TOP
----------------------------*/
/*------ h2 ------*/
h2.topEx {
  font-size: 54px; }
  @media only screen and (min-width: 1201px) {
    h2.topEx {
      color: #34586B;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      line-height: 1;
      margin-right: 20px; } }
  @media only screen and (max-width: 1200px) {
    h2.topEx {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 768px) {
    h2.topEx {
      margin-bottom: 40px;
      font-size: 1.5em; } }

.topEx__grn {
  color: #5ED962; }

.topEx__sub {
  display: block;
  font-size: 24px; }
  @media only screen and (min-width: 1201px) {
    .topEx__sub::after {
      content: '';
      width: 6px;
      height: 200px;
      background: #5ED962;
      display: block;
      margin-right: 10px; } }
  @media only screen and (max-width: 1200px) {
    .topEx__sub::after {
      content: '';
      width: 100px;
      height: 6px;
      background: #5ED962;
      display: block;
      margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .topEx__sub {
      font-size: 18px; } }

.topCenter {
  width: 100%;
  margin-bottom: 80px;
  font-size: 54px;
  text-align: center;
  color: #34586B;
  line-height: 1;
  position: relative; }
  .topCenter::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #34586B;
    z-index: 0; }
  @media only screen and (max-width: 768px) {
    .topCenter {
      margin-bottom: 40px;
      font-size: 1.5em; } }
  .topCenter__h2 {
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .topCenter__br {
    display: block;
    font-size: 24px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .topCenter__br {
        font-size: 18px; } }
  .topCenter__grn {
    color: #5ED962; }

.event .topCenter {
  font-size: 40px; }
  @media only screen and (max-width: 768px) {
    .event .topCenter {
      margin-bottom: 40px;
      font-size: 1.5em; } }
  .event .topCenter__br {
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .event .topCenter__br {
        font-size: 18px; } }

.topSpot .topCenter__h2 {
  background: #EEEEEE; }

.eventPick {
  width: 100%;
  margin-bottom: 10px;
  background: #EEEEEE;
  padding: 10px 10px; }
  .eventPick__thumb {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .eventPick__ttl {
    margin-bottom: 10px;
    text-align: center;
    position: relative; }
    .eventPick__ttl span {
      display: inline-block;
      padding: 0 10px;
      background: #eee;
      position: relative;
      z-index: 1; }
    .eventPick__ttl::after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #34586B;
      z-index: 0; }

.homeImage {
  height: calc(100vh - 80px);
  margin: 0 auto;
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .homeImage {
      height: 70vh; } }

.main_text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100; }
  @media only screen and (max-width: 1200px) {
    .main_text {
      width: 60%;
      max-width: 434px; } }

/*slider
---------------------------*/
.mainslider {
  position: absolute;
  z-index: 1;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .mainslider li {
      height: 100%; } }

.homeImage .bx-wrapper {
  width: 100%;
  position: relative;
  height: 100% !important; }

.homeImage .bx-viewport {
  height: 100% !important; }

.mainslider li {
  height: 100% !important; }

.mainslider li img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.homeImage .bx-pager {
  text-align: center;
  bottom: -30px;
  position: absolute;
  width: calc(25px - 14px);
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px; }
  @media only screen and (max-width: 768px) {
    .homeImage .bx-pager {
      width: calc(24px - 14px);
      left: -24px; } }

.homeImage .bx-pager-item,
.homeImage .bx-controls-auto-item {
  display: inline-block; }

.homeImage .bx-default-pager a {
  background: #34586B;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border: 2px solid #fff;
  outline: 0;
  border-radius: 50%; }

.homeImage .bx-default-pager a:hover,
.homeImage .bx-default-pager a.active {
  background: none;
  border: 2px solid #ECCF1B; }

/*------ topSpot ------*/
.topSpot {
  width: calc(100% - 160px);
  margin: 100px auto 0;
  padding: 160px 0 80px;
  background: #EEEEEE; }
  @media only screen and (max-width: 1512px) {
    .topSpot {
      width: calc(100% - 80px); } }
  @media only screen and (max-width: 1200px) {
    .topSpot {
      width: calc(100% - 40px); } }
  @media only screen and (max-width: 768px) {
    .topSpot {
      width: calc(100% - 20px);
      padding: 80px 0 40px; } }

.spotList {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .spotList li {
    width: calc(100% / 3 - 10px);
    margin: 0 0 80px;
    align-items: stretch; }
    @media only screen and (min-width: 769px) {
      .spotList li:nth-child(3n-1) {
        margin: 0 10px 80px; } }
    @media only screen and (max-width: 768px) {
      .spotList li {
        width: calc(100% / 2 - 10px);
        margin: 0 auto 40px; }
        .spotList li:nth-child(2n) {
          margin: 0 0 40px 10px; } }
    .spotList li a {
      text-decoration: none;
      color: #2E2E2E; }
      .spotList li a:hover img {
        transform: scale(1.1); }
  .spotList__box {
    background: #fff;
    height: 100%; }
  .spotList__img {
    width: 100%;
    height: 420px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .spotList__img {
        height: 200px; } }
    .spotList__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .spotList__info {
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .spotList__info {
        padding: 10px; } }
    .spotList__info p {
      width: 100%;
      padding: 0 20px; }
      @media only screen and (max-width: 768px) {
        .spotList__info p {
          padding: 0 10px;
          font-size: 14px; } }
  .spotList__ttl {
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    text-align: center;
    font-weight: bold;
    font-size: 21px; }
    @media only screen and (max-width: 768px) {
      .spotList__ttl {
        font-size: 16px;
        padding-bottom: 10px; } }

.container .spotList__box {
  background: #f7f7f7;
  height: 100%; }

/*------ topPhoto ------*/
.topPhoto {
  padding: 160px 0 0; }
  @media only screen and (max-width: 768px) {
    .topPhoto {
      padding: 80px 0 0; } }

.photoslide {
  width: 100%; }

.photo__thumb {
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .photo__thumb {
      width: 200px;
      height: 200px; } }
  .photo__thumb:hover img {
    transform: scale(1.1); }
  .photo__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s; }
.photo__count {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  font-size: 24px; }
  .photo__count::before {
    content: url("../img/photo_no.png");
    display: inline-block;
    margin-right: 5px;
    line-height: 24px;
    vertical-align: middle; }

.photoLink {
  margin-top: 80px;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .photoLink {
      margin-top: 40px; } }
  .photoLink a {
    color: #2E2E2E;
    font-size: 21px;
    text-decoration: underline; }
    .photoLink a::after {
      content: '';
      width: 45px;
      height: 45px;
      background: url("../img/top/photo_link.png") no-repeat;
      background-size: cover;
      display: inline-block;
      margin-left: 20px;
      vertical-align: middle; }

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