/**$txt:#333;
$txt2: #3e5059;**/
#location .img .cap.out {
  display: block;
  position: inherit;
  width: 100%;
  margin-top: 0.5em;
  bottom: inherit; }

.main-master .page-name {
  color: #fff;
  text-shadow: 0 0 15px black, 0 0 15px black, 0 0 15px black; }

.inner {
  font-size: 10px; }
  @media screen and (max-width: 600px) {
    .inner {
      font-size: 8px; } }

.lead.center {
  text-align: center; }

.sec1-obi {
  background: linear-gradient(to right, #346d71, #152c2e);
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 0.4em; }
  @media screen and (max-width: 600px) {
    .sec1-obi {
      font-size: 22px; } }

.loc-sec01 {
  display: flex;
  justify-content: space-between;
  width: 88%;
  max-width: 1000px;
  margin: auto;
  font-size: 10px;
  padding-bottom: 6em; }
  .loc-sec01 li {
    width: 47%;
    box-sizing: border-box; }
    .loc-sec01 li .lead {
      font-size: 1.7em;
      margin-top: 1.2em; }
  @media screen and (max-width: 600px) {
    .loc-sec01 {
      display: block;
      width: 100%; }
      .loc-sec01 li {
        width: 100%; }
        .loc-sec01 li .img {
          width: 88%;
          margin: auto;
          margin-top: 0em; }
        .loc-sec01 li .lead {
          width: 88%;
          margin: auto;
          margin-top: 1.5em; }
        .loc-sec01 li:nth-child(2) {
          margin-top: 4em; } }

.copy-body {
  font-size: 10px;
  padding-bottom: 9em;
  padding-top: 1em;
  position: relative; }
  .copy-body:before {
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, #cfc1a6, #fff, #cfc1a6);
    position: absolute;
    top: 0;
    bottom: 0; }
  .copy-body .copy-l {
    position: absolute;
    top: 0;
    font-size: 4.2em;
    line-height: 1;
    color: #12475d;
    writing-mode: vertical-rl;
    font-feature-settings: normal; }
  .copy-body .copy-m {
    font-size: 2.8em;
    letter-spacing: 12%;
    color: #000;
    margin-top: 0.5em; }
  .copy-body .lead {
    font-size: 1.8em;
    margin-top: 1em;
    color: #000; }
  .copy-body .copy-under-en {
    position: absolute;
    width: 40%;
    max-width: 300px;
    border-bottom: 2px solid #cfc1a6;
    font-family: "minion-pro", "times-new-roman", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-feature-settings: 'palt';
    color: #94acb6;
    bottom: 3em;
    display: flex;
    padding-bottom: 1em;
    box-sizing: border-box;
    font-size: 1.4em; }
  .copy-body.right-copy {
    padding-right: 14em; }
    .copy-body.right-copy .copy-l {
      right: 0; }
    .copy-body.right-copy .copy-under-en {
      right: 0;
      padding-right: 4.5em;
      writing-mode: vertical-rl; }
    .copy-body.right-copy:before {
      right: 5.5em; }
  .copy-body.left-copy {
    padding-left: 14em; }
    .copy-body.left-copy .copy-l {
      left: 0; }
    .copy-body.left-copy .copy-under-en {
      left: 0;
      padding-left: 4.5em;
      writing-mode: vertical-lr; }
    .copy-body.left-copy:before {
      left: 5.5em; }
  @media screen and (max-width: 600px) {
    .copy-body {
      font-size: 8px; } }

.wide-photo {
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
  margin: auto;
  margin-top: 36px; }
  .wide-photo .copy {
    position: absolute;
    top: 0;
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 1rem; }
    .wide-photo .copy .kana {
      writing-mode: vertical-rl;
      margin: auto;
      display: block;
      font-feature-settings: normal;
      font-size: 42px; }
    .wide-photo .copy .en {
      writing-mode: vertical-rl;
      margin: auto;
      display: block;
      margin-top: 25px;
      font-size: 14px;
      color: #3e3a39; }
  .wide-photo.right-p {
    padding-left: 100px; }
    .wide-photo.right-p .img-div {
      padding-right: 40%; }
    .wide-photo.right-p .copy {
      left: 0; }
  .wide-photo.left-p {
    padding-right: 100px; }
    .wide-photo.left-p .img-div {
      padding-left: 40%; }
    .wide-photo.left-p .copy {
      right: 0; }
  @media screen and (max-width: 834px) {
    .wide-photo.right-p .img-div {
      padding-right: 0%; }
    .wide-photo.left-p .img-div {
      padding-left: 0%; } }
  @media screen and (max-width: 600px) {
    .wide-photo .copy {
      width: 70px;
      padding: 0 0.5rem; }
      .wide-photo .copy .kana {
        font-size: 32px; }
      .wide-photo .copy .en {
        margin-top: 25px;
        font-size: 10px; }
    .wide-photo.right-p {
      padding-left: 70px;
      padding-right: 0%; }
    .wide-photo.left-p {
      padding-right: 70px;
      padding-left: 0%; } }

.loc-sec02-img01 {
  margin: auto;
  margin-top: 2.5em;
  max-width: 800px; }

.sec-midashi {
  font-size: 2.8em;
  color: #000;
  margin-top: 0.5em; }
  .sec-midashi.right {
    text-align: right; }
  .sec-midashi.blue {
    color: #0a3e64; }

.loc-s3-list2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2em 0% 3em 0%; }
  .loc-s3-list2 li:nth-child(1) {
    width: 40%; }
  .loc-s3-list2 li:nth-child(2) {
    width: 50%;
    margin-right: 8%; }
  @media screen and (max-width: 834px) {
    .loc-s3-list2 {
      margin: 2em 0% 3em 0%; }
      .loc-s3-list2 li:nth-child(2) {
        width: 50%;
        margin-right: 8%; } }

.loc-s4-list2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2em 0% 3em 0%; }
  .loc-s4-list2 li:nth-child(1) {
    width: 50%;
    margin-left: 8%; }
  .loc-s4-list2 li:nth-child(2) {
    width: 40%; }
    .loc-s4-list2 li:nth-child(2) .img:nth-child(2) {
      width: 75%;
      margin-top: 3em; }
  @media screen and (max-width: 834px) {
    .loc-s4-list2 {
      margin: 2em 0% 3em 0%; }
      .loc-s4-list2 li:nth-child(1) {
        width: 58%;
        margin-left: 0%; } }

.inner.loc-sec03-02 .lead, .inner.loc-sec04-02 .lead {
  font-size: 1.6em;
  margin-top: 2em; }
.inner.loc-sec03-02 {
  margin-top: 0 !important;
  display: flex;
  align-items: flex-start; }
  .inner.loc-sec03-02 .txt-box {
    order: 1;
    width: 40%;
    margin-right: 4%; }
  .inner.loc-sec03-02 ul {
    order: 2;
    width: 56%; }
.inner.loc-sec04-02 {
  margin-top: 0 !important;
  display: flex;
  align-items: flex-start; }
  .inner.loc-sec04-02 .txt-box {
    order: 2;
    width: 40%;
    margin-left: 4%; }
    .inner.loc-sec04-02 .txt-box .lead {
      text-align: right; }
  .inner.loc-sec04-02 ul {
    order: 1;
    width: 56%; }
@media screen and (max-width: 834px) {
  .inner.loc-sec03-02 .lead, .inner.loc-sec04-02 .lead {
    font-size: 1.9em; }
  .inner.loc-sec03-02 {
    display: block; }
    .inner.loc-sec03-02 .txt-box {
      width: 100%;
      margin-right: 0%; }
    .inner.loc-sec03-02 ul {
      width: 100%; }
  .inner.loc-sec04-02 {
    display: block; }
    .inner.loc-sec04-02 .txt-box {
      width: 100%;
      margin-left: 0%; }
    .inner.loc-sec04-02 ul {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .txt-box .lead {
    text-align: left !important; }
    .txt-box .lead .aw {
      display: inline !important; }
    .txt-box .lead br {
      display: none !important; } }

.loc-sec02 .inner {
  max-width: 1000px;
  margin-top: 6em;
  width: 86%; }

.loc-sec03 {
  padding-bottom: 3em; }
  .loc-sec03 .inner {
    max-width: 1000px;
    margin-top: 6em;
    width: 86%; }
  .loc-sec03 .wide-photo .copy .kana {
    color: #ad7075; }

.loc-sec04 {
  background: #e5eced;
  padding-top: 1em;
  padding-bottom: 5em; }
  .loc-sec04 .inner {
    max-width: 1000px;
    margin-top: 6em;
    width: 86%; }
  .loc-sec04 .wide-photo .copy .kana {
    color: #41769c; }

.loc-sec05 .inner {
  max-width: 1000px;
  margin-top: 6em;
  width: 86%; }
.loc-sec05 .wide-photo .copy .kana {
  color: #477872; }

.sec04-column {
  border: 2px solid #00575b;
  box-sizing: border-box;
  font-size: 10px;
  padding: 3em 3em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
  margin-top: 2em;
  max-width: 1000px;
  width: 90%; }
  .sec04-column .ttl {
    background: #00575b;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0.5em;
    color: #fff;
    font-size: 2.4em;
    line-height: 1.4; }
  .sec04-column .photo {
    width: 52%;
    margin-right: 3%;
    margin-top: 2em; }
    .sec04-column .photo .lead {
      font-size: 1.5em;
      margin: 1em 0; }
  .sec04-column .copy {
    width: 45%;
    margin-top: 2em; }
    .sec04-column .copy ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 1em; }
      .sec04-column .copy ul li {
        width: 48.5%;
        margin-top: 1em; }
        .sec04-column .copy ul li:nth-child(1) {
          width: 100%; }
  @media screen and (max-width: 834px) {
    .sec04-column {
      font-size: 9px; }
      .sec04-column .ttl {
        color: #fff;
        font-size: 2em; }
      .sec04-column .photo {
        width: 100%;
        margin-right: 0%; }
      .sec04-column .copy {
        width: 100%; } }

.gaikan {
  padding-bottom: 50px; }
  .gaikan .arrow {
    margin: auto;
    width: 25%;
    margin-bottom: 3%;
    margin-top: 3%;
    position: relative;
    z-index: 3;
    max-width: 160px; }
    @media screen and (max-width: 600px) {
      .gaikan .arrow {
        margin-top: 10%;
        margin-bottom: 8%; } }

.sec2-obi {
  background: linear-gradient(to right, #346d71, #152c2e);
  text-align: center;
  color: #fff;
  padding: 1em;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 3; }
  .sec2-obi img {
    width: 80%;
    height: auto;
    max-width: 560px; }
  @media screen and (max-width: 600px) {
    .sec2-obi {
      margin-bottom: -3%; } }

.loc-sec06 {
  margin: auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  padding: 2em 0 4em; }
  .loc-sec06 li {
    margin-top: 1.5em;
    /**&:nth-child(3){
    	width: 18%;
    }**/ }
    .loc-sec06 li:nth-child(1) {
      width: 43%; }
    .loc-sec06 li:nth-child(2) {
      width: 50%;
      margin-left: 5%;
      /**margin-right: 2.5%;**/ }
      .loc-sec06 li:nth-child(2) .sec-midashi {
        font-size: 1.6em;
        margin-top: 0; }
      .loc-sec06 li:nth-child(2) .lead {
        font-size: 1em;
        margin-top: 1em; }
      .loc-sec06 li:nth-child(2) .img {
        width: 55%;
        margin-left: 45%;
        margin-top: 1em; }
  @media screen and (max-width: 834px) {
    .loc-sec06 li {
      /**&:nth-child(3){
      	width: 41%;
      }**/ }
      .loc-sec06 li:nth-child(1) {
        width: 93%;
        margin-left: 7%; }
      .loc-sec06 li:nth-child(2) {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%; }
        .loc-sec06 li:nth-child(2) .img {
          width: 75%;
          margin-left: 25%; } }

.loc-sec07 {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1000px;
  width: 90%; }
  .loc-sec07 li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 4em; }
    .loc-sec07 li .list-ttl .sec7-ttl {
      color: #0a3e64;
      margin-top: 1em;
      font-size: 1.25em;
      border-bottom: 1px solid #0a3e64;
      display: block;
      padding-bottom: 0.5em; }
    .loc-sec07 li .list-copy .lead {
      font-size: 1em;
      margin-top: 0.5em; }
    .loc-sec07 li .list-cap .note {
      margin-top: 0.5em; }
    .loc-sec07 li:nth-child(1) .photo .img:nth-child(2) {
      width: 70%;
      margin-left: 30%;
      margin-top: 5%; }
    .loc-sec07 li:last-child {
      margin-right: 0; }
  @media screen and (max-width: 834px) {
    .loc-sec07 {
      width: 100%;
      display: block; }
      .loc-sec07 li {
        width: 100%;
        display: grid;
        align-items: flex-start;
        grid-template-columns: 48% 52%;
        grid-template-rows: auto auto auto; }
        .loc-sec07 li .photo {
          grid-column: 1 / 2;
          grid-row: 1 / 4; }
        .loc-sec07 li .list-ttl {
          grid-column: 2 / 3;
          grid-row: 1 / 2;
          box-sizing: border-box;
          padding: 0 10%; }
        .loc-sec07 li .list-copy {
          grid-column: 2 / 3;
          grid-row: 2 / 3;
          box-sizing: border-box;
          padding: 0 10%; }
          .loc-sec07 li .list-copy .sec7-ttl {
            margin-top: 0; }
        .loc-sec07 li .list-cap {
          grid-column: 2 / 3;
          grid-row: 3 / 4;
          box-sizing: border-box;
          padding: 0 10%; }
        .loc-sec07 li:nth-child(2) {
          grid-template-columns: 52% 48%;
          grid-template-rows: auto auto; }
          .loc-sec07 li:nth-child(2) .photo {
            grid-column: 2 / 3;
            grid-row: 1 / 4; }
          .loc-sec07 li:nth-child(2) .list-ttl {
            grid-column: 1 / 2;
            grid-row: 1 / 2; }
          .loc-sec07 li:nth-child(2) .list-copy {
            grid-column: 1 / 2;
            grid-row: 2 / 3; }
          .loc-sec07 li:nth-child(2) .list-cap {
            grid-column: 1 / 2;
            grid-row: 3 / 4; } }
  @media screen and (max-width: 500px) {
    .loc-sec07 li {
      margin-bottom: 2em; }
      .loc-sec07 li .photo {
        grid-column: 1 / 2;
        grid-row: 2 / 3; }
      .loc-sec07 li .list-ttl {
        grid-column: 1 / 3;
        grid-row: 1 / 2;
        padding: 0 5%;
        margin-bottom: 1.5rem; }
      .loc-sec07 li .list-copy {
        grid-column: 2 / 3;
        grid-row: 2 / 3; }
        .loc-sec07 li .list-copy .lead {
          margin-top: 0; }
      .loc-sec07 li .list-cap {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
        padding: 0 5%;
        margin-top: 0.5rem; }
      .loc-sec07 li:nth-child(2) {
        grid-template-columns: 52% 48%;
        grid-template-rows: auto auto; }
        .loc-sec07 li:nth-child(2) .photo {
          grid-column: 2 / 3;
          grid-row: 2 / 3; }
        .loc-sec07 li:nth-child(2) .list-ttl {
          grid-column: 1 / 3;
          grid-row: 1 / 2; }
        .loc-sec07 li:nth-child(2) .list-copy {
          grid-column: 1 / 2;
          grid-row: 2 / 3; }
        .loc-sec07 li:nth-child(2) .list-cap {
          grid-column: 1 / 3;
          grid-row: 3 / 4; } }

.sec7-obi {
  background: linear-gradient(to right, #346d71, #152c2e);
  text-align: center;
  color: #fff;
  padding: 0.3em;
  max-width: 1000px;
  width: 90%;
  margin: auto;
  margin-bottom: 4rem;
  font-size: 2rem;
  line-height: 1.4; }
  .sec7-obi img {
    width: 80%;
    height: auto;
    max-width: 560px; }
  @media screen and (max-width: 600px) {
    .sec7-obi {
      font-size: 1.4rem; } }
  @media screen and (max-width: 500px) {
    .sec7-obi {
      margin-bottom: 2rem; } }

.cont-top-btn {
  font-size: 10px;
  padding: 2em 0 6em; }
  .cont-top-btn a {
    display: block;
    border: 3px solid #006165;
    background: #fff;
    position: relative;
    overflow: hidden;
    width: 90%;
    height: 5.5em;
    max-width: 36em;
    margin: auto;
    box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.4);
    transition: 0.5s; }
    .cont-top-btn a .b-txt {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #006165;
      font-size: 2em;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      white-space: nowrap;
      line-height: 1; }
      .cont-top-btn a .b-txt .arrow {
        display: block;
        height: 1px;
        width: 1.6em;
        margin-left: 0.5em;
        position: relative;
        background: #006165;
        transition: transform 0.5s; }
        .cont-top-btn a .b-txt .arrow:after {
          content: "";
          width: 0.6em;
          background: #006165;
          height: 1px;
          position: absolute;
          transform: translate(10%, -300%) rotate(35deg);
          top: 0;
          right: 0; }
    .cont-top-btn a:hover {
      background: #006165;
      box-shadow: 0 0 2em rgba(0, 0, 0, 0); }
      .cont-top-btn a:hover .b-txt {
        color: #fff; }
        .cont-top-btn a:hover .b-txt .arrow {
          background: #fff;
          transform: translateX(60%); }
          .cont-top-btn a:hover .b-txt .arrow:after {
            background: #fff; }
  @media screen and (max-width: 600px) {
    .cont-top-btn {
      font-size: 8px; }
      .cont-top-btn a {
        background: #006165; }
        .cont-top-btn a .b-txt {
          color: #fff; }
          .cont-top-btn a .b-txt .arrow {
            background: #fff; }
            .cont-top-btn a .b-txt .arrow:after {
              background: #fff; } }
