/*
Theme Name: Nishiizu Template vol.1
Theme URI:　
Version: 1.01
*/

/*######################################################################

		Reset CSS

************************************************************************/

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


/*######################################################################

		General

************************************************************************/

* {
  box-sizing: border-box;
}

body {
  color: #111;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.61;
  background-color: #E6E6E6;
}

@media not all and (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

/* wordpress */

.sticky {
  display: block;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  text-align: center;
  margin: 10px;
  padding: 4px 0 0 0;
}

.wp-caption img {
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 1.4;
}

/*
 link
/////////////////////////////////////////////////////////*/

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
  transition: 0.3s ease;
}

a:hover img {
  opacity: 0.7;
}

/*######################################################################

		Header

************************************************************************/
/*
	header-area
/////////////////////////////////////////////////////////*/

.header__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0;
  width: 1200px;
}

@media not all and (min-width: 1260px){
  .header__wrap {
    padding: 30px 10px;
    width: 100%;
  }
}

@media not all and (min-width: 768px){
  .header__wrap {
    padding: 20px 10px;
  }
}

.header__logo img {
  display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media not all and (min-width: 768px){
  .header__logo {
    width: 63px;
  }
}

.header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}

.header__nav a {
  font-size: 18px;
  text-align: center;
}


.header__nav span {
  display: block;
  color: #D99E19;
  font-size: 13px;
}


/*  header-general */

.header-menu__btn,
.sp-nav {
  display: none;
}

@media not all and (min-width: 768px) {
  .header__nav {
    display: none;
  }

  .header-menu__btn {
    display: block;
  }

  .c_button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

  .header-menu__btn button {
    position: relative;
    width: 25px;
    height: 30px;
    margin: auto;
    box-shadow: 0 0 20px transparent;
    outline: none;
    transition: all 0.3s ease-in-out;
    z-index: 150;
  }

  .header-menu__btn button:hover,
  .header-menu__btn button:focus {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
  }

  .header-menu__btn .line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    transition: all 0.3s ease-in-out;
  }

  .header-menu__btn .line::before,
  .header-menu__btn .line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #111;
    content: "";
    transition: all 0.3s ease-in-out;
  }

  .header-menu__btn .line::before {
    top: -5px;
  }

  .header-menu__btn .line::after {
    top: 5px;
  }

  .header-menu__btn button[aria-expanded="true"] .line::before,
  .header-menu__btn button[aria-expanded="true"] .line::after {
    top: 0;
    background-color: #111;
  }

  .header-menu__btn button[aria-expanded="true"] .line::before {
    transform: rotate(45deg);
  }

  .header-menu__btn button[aria-expanded="true"] .line::after {
    transform: rotate(-45deg);
  }

  .header-menu__btn .text {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }

  .sp-nav {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    color: #fff;
    background-color: #f6f6f6;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    touch-action: none;
    z-index: 120;
  }

  .no_scroll {
    overflow: hidden;
    touch-action: none;
  }

  .sp-nav_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .sp-nav__list li {
    font-size: 20px;
    font-weight: 500;
  }

  .sp-nav__list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .sp-nav__list li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}

/*######################################################################

		Contents

************************************************************************/

/*
	general
/////////////////////////////////////////////////////////*/

.page-contents {
  margin-top: 30px;
}

.section {
  margin-bottom: 100px;
}

@media not all and (min-width: 768px) {
  .section {
    margin-bottom: 50px;
  }
}

.section-area {
  margin: 0 auto;
  width: 1200px;
}

@media not all and (min-width: 1200px) {
  .section-area {
    padding: 0 10px;
    width: 100%;
  }
}

.section-area__min {
  margin: 0 auto;
  width: 800px;
}

@media not all and (min-width: 800px) {
  .section-area__min {
    padding: 0 10px;
    width: 100%;
  }
}

.section_title {
  text-align: center;
}

.more_btn {
  text-align: center;
}

.more_btn a {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  width: 350px;
  color: #fff;
  text-align: center;
  background-color: #333;
}

.more_btn a:after {
  content: "\f105";
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "FontAwesome";
}

.more_btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media not all and (min-width: 568px) {
  .more_btn a {
    padding: 10px 0;
    width: 90%;
    font-size: 15px;
  }

  .more_btn a:after {
    top: 10px;
  }
}

.page-mv__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-mv__image {
  width: 170px;
}

.page-mv__textarea {
  margin-left: 50px;
  flex: 1;
}

.page-mv__image img {
  display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.page-mv__textarea h1 {
  margin-bottom: 30px;
  font-size: 56px;
}

.page-mv__textarea h1 span {
  display: block;
  font-size: 20px;
}

.page-mv__textarea p {
  margin-bottom: 30px;
}

@media not all and (min-width: 668px){
  .page-mv__image {
    margin-bottom: 30px;
    width: 100%;
  }

  .page-mv__image img {
    max-height: 200px;
  }

  .page-mv__textarea {
    margin-left: 0;
    flex: auto;
    width: 100%;
  }

  .page-mv__textarea h1 {
    margin-bottom: 20px;
    font-size: 36px;
    text-align: center;
  }

  .page-mv__textarea h1 span {
    font-size: 18px;
  }

  .page-mv__textarea p {
    margin-bottom: 20px;
  }
}




/*
	top
/////////////////////////////////////////////////////////*/

.top-mv {
  margin-right: -50px;
  margin-left: -50px;
}

.top-mv img {
  display: block;
	width: 100%;
	height: auto;
  border: 8px solid #ccc;
  border-radius: 30px;
}

@media not all and (min-width: 1340px){
  .top-mv {
    margin-right: 0;
    margin-left: 0;
  }
}

@media not all and (min-width: 768px){
  .top-mv {
    display: none;
  }
}

.top-contents {
  margin-bottom: 150px;
}

@media not all and (min-width: 768px) {
  .top-contents {
    margin-bottom: 70px;
  }
}

@media not all and (min-width: 568px) {
  .top-contents {
    margin-bottom: 30px;
  }
}

.top-contents__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-contents:nth-child(even) .top-contents__wrap {
  flex-direction: row-reverse;
}

@media not all and (min-width: 768px){
  .top-contents:nth-child(even) .top-contents__wrap {
    flex-direction: row;
  }
}

.top-contents__image {
  position: relative;
  width: 50%;
}

.top-contents__textarea {
  padding-left: 50px;
  width: 50%;
}

.top-contents:nth-child(even) .top-contents__textarea {
  padding-right: 50px;
  padding-left: 0;
}

@media not all and (min-width: 768px){
  .top-contents__textarea {
    padding-left: 30px;
  }

  .top-contents:nth-child(even) .top-contents__textarea {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media not all and (min-width: 468px){
  .top-contents__textarea {
    padding-left: 20px;
  }

  .top-contents:nth-child(even) .top-contents__textarea {
    padding-left: 20px;
  }
}

@media not all and (min-width: 568px){
  .top-contents__image {
    width: 35%;
  }

  .top-contents__textarea {
    width: 65%;
  }
}

.top-contents__image > img {
  display: block;
	max-width: 100%;
	height: auto;
  object-fit: cover;
  border: 8px solid #ccc;
  border-radius: 30px;
}

@media not all and (min-width: 568px){
  .top-contents__image > img {
    border: 4px solid #ccc;
    border-radius: 20px;
  }
}

.top-contents__image span {
  position: absolute;
  top: 70%;
}

.top-contents:nth-child(even) .top-contents__image span {
  right: 0;
}

@media not all and (min-width: 768px){
  .top-contents__image span {
    top: auto;
    right: 0;
    bottom: -20px;
  }
}

.top-contents__image span > img {
  display: block;
	max-width: 100%;
	height: auto;
}

@media not all and (min-width: 768px){
  .top-contents__image span > img {
    margin-left: auto;
    max-width: 50%;
  }
}

@media not all and (min-width: 468px){
  .top-contents__image span > img {
    max-height: 180px;
  }
}

.top-contents__subtitle {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 400;
}

.top-contents__subtitle span {
  display: block;
  font-size: 20px;
}

@media not all and (min-width: 768px){
  .top-contents__subtitle {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .top-contents__subtitle span {
    font-size: 16px;
  }
}

@media not all and (min-width: 768px){
  .top-contents__subtitle {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .top-contents__subtitle span {
    font-size: 14px;
  }
}

.top-contents__text p {
  margin-bottom: 30px;
}

@media not all and (min-width: 768px){
  .top-contents__text {
    display: none;
  }
}

.top-contents__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  width: 300px;
  font-size: 18px;
  background-color: #D99E19;
  border-radius: 50vh;
}

.top-contents__btn a::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.top-contents__btn a:hover {
  text-decoration: none;
  background-color: #f1bc45;
}

@media not all and (min-width: 768px){
  .top-contents__btn a {
    padding: 15px;
    width: 100%;
    font-size: 16px;
  }
}

@media not all and (min-width: 568px){
  .top-contents__btn a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .top-contents__btn a::after {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

@media not all and (min-width: 368px){
  .top-contents__btn a {
    padding: 7px 12px;
    font-size: 12px;
  }

  .top-contents__btn a::after {
    width: 12px;
    height: 12px;
  }
}


/*
	spot
/////////////////////////////////////////////////////////*/

.spot-section {
  margin-bottom: 60px;
}

.spot-contents__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.spot-contents__image {
  width: 350px;
}

.spot-contents__textarea {
  margin-left: 50px;
  flex: 1;
}

@media not all and (min-width: 968px){
  .spot-contents__textarea {
    margin-left: 30px;
  }
}

@media not all and (min-width: 668px){
  .spot-contents__image {
    margin-bottom: 30px;
    width: 100%;
  }

  .spot-contents__textarea {
    margin-left: 0;
    flex: auto;
    width: 100%;
  }
}

.spot-contents__subtitle {
  margin-bottom: 30px;
  font-size: 36px;
}

.spot-contents__subtitle span {
  display: block;
  font-size: 20px;
}

.spot-contents__text p {
  margin-bottom: 30px;
}

@media not all and (min-width: 668px){
  .spot-contents__subtitle {
    margin-bottom: 20px;
    font-size: 21px;
  }

  .spot-contents__subtitle span {
    font-size: 14px;
  }

  .spot-contents__text p {
    margin-bottom: 20px;
  }
}

.spot-contents__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 350px;
  font-size: 18px;
  background-color: #D99E19;
  border-radius: 50vh;
}

.spot-contents__btn a::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(./images/icon-externallink.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.spot-contents__btn a:hover {
  text-decoration: none;
  background-color: #f1bc45;
}

@media not all and (min-width: 768px){
  .spot-contents__btn a {
    padding: 15px;
    width: 100%;
    font-size: 16px;
  }
}

@media not all and (min-width: 568px){
  .spot-contents__btn a {
    padding: 10px 15px;
    font-size: 14px;
  }

  .spot-contents__btn a::after {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

@media not all and (min-width: 368px){
  .spot-contents__btn a {
    padding: 7px 12px;
    font-size: 12px;
  }

  .spot-contents__btn a::after {
    width: 12px;
    height: 12px;
  }
}

.spot-contents__image img {
  display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 100%;
  object-fit: cover;
  border: 8px solid #ccc;
  border-radius: 30px;
}

@media not all and (min-width: 568px){
  .spot-contents__image img {
    height: auto;
    object-fit: cover;
    border: 4px solid #ccc;
    border-radius: 20px;
  }
}



/*
	map-archive
/////////////////////////////////////////////////////////*/

.map-main iframe {
  width: 100%;
  height: 100%;
}

.mapp-wrapper {
  height: 568px!important;
}

.mapp-sidebar-open .mapp-sidebar {
  width: 200px!important;
}

@media not all and (min-width: 768px){
  .mapp-wrapper {
    height: 468px!important;
  }
}

@media not all and (min-width: 568px){
  .mapp-wrapper {
    height: 368px!important;
  }

  .mapp-sidebar-open .mapp-sidebar {
    width: 150px!important;
  }

  .mapp-list .mapp-item {
    padding: 0!important;
  }
}

.map-archive__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.map-archive__item {
  width: 49%;
  border-bottom: 3px solid #ccc;
}

.map-archive__item:nth-child(1),
.map-archive__item:nth-child(2) {
  border-top: 3px solid #ccc;
}

@media not all and (min-width: 768px){
  .map-archive__item {
    width: 100%;
  }

  .map-archive__item:nth-child(2) {
    border-top: 0;
  }
}

.map-archive__item a {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
}

.map-archive__item a:hover {
  text-decoration: none;
  background-color: #ddd;
}

.map-archive__image {
  width: 150px;
}

.map-archive__textarea {
  margin-left: 30px;
  flex: 1;
}

.map-archive__image img {
  display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.map-archive__title {
  font-size: 20px;
}

.map-archive__subtitle {
  margin-bottom: 10px;
  font-size: 18px;
}

@media not all and (min-width: 468px){
  .map-archive__image {
    width: 100px;
  }

  .map-archive__textarea {
    margin-left: 20px;
  }

  .map-archive__title {
    font-size: 16px;
  }

  .map-archive__subtitle {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .map-archive__text {
    font-size: 14px;
  }
}


/*
	single
/////////////////////////////////////////////////////////*/

.hotspring-single__wrap {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hotspring-single__data {
  width: 49%;
}

.hotspring-single__map {
  width: 49%;
  aspect-ratio: 16/9;
}

@media not all and (min-width: 768px){
  .hotspring-single__data {
    margin-bottom: 50px;
    width: 100%;
  }

  .hotspring-single__map {
    width: 100%;
  }
}

@media not all and (min-width: 468px){
  .hotspring-single__map {
    aspect-ratio: 1/1;
  }
}

.hotspring-single__data h2 {
  margin-bottom: 20px;
  font-size: 26px;
}

.hotspring-single__data dl {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 3px solid #ccc;
}

.hotspring-single__data dt {
  width: 120px;
}

.hotspring-single__data dd {
  flex: 1;
}

.hotspring-single__data a {
  color: #D99E19;
  text-decoration: underline;
}

.hotspring-single__data a:hover {
  text-decoration: none;
}

.hotspring-single__map iframe {
  width: 100%;
  height: 100%;
}

.hotspring-single__images {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  gap: 30px 0;
}

.hotspring-single__image {
  width: 49%;
}

.hotspring-single__image img {
  display: block;
	width: 100%;
	height: auto;
  border: 8px solid #ccc;
  border-radius: 30px;
}

@media not all and (min-width: 768px){
  .hotspring-single__image {
    width: 100%;
  }

  .hotspring-single__image img {
    border: 4px solid #ccc;
    border-radius: 20px;
  }
}


/*
	page footer
/////////////////////////////////////////////////////////*/

.page-footer__nav {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin-top: 200px;
  border-left: 8px solid #ccc;
}

.page-footer__item {
  display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  padding: 30px 20px;
  width: 50%;
  border-right: 8px solid #ccc;
}

@media not all and (min-width: 768px){
  .page-footer__nav {
    margin-top: 70px;
    border-top: 4px solid #ccc;
    border-left: 0;
  }

  .page-footer__item {
    padding: 20px;
    width: 100%;
    border-right: 0;
    border-bottom: 4px solid #ccc;
  }
}

.page-footer__textarea {
  width: 65%;
}

.page-footer__image {
  width: 30%;
}

.page-footer__title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
}

.page-footer__title span {
  display: block;
  font-size: 20px;
}

@media not all and (min-width: 768px){
  .page-footer__title {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .page-footer__title span {
    font-size: 16px;
  }
}

.page-footer__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 300px;
  font-size: 18px;
  background-color: #D99E19;
  border-radius: 50vh;
}

.page-footer__btn a::after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  background-image: url(./images/icon-arrow.svg);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.page-footer__btn a:hover {
  text-decoration: none;
  background-color: #f1bc45;
}

@media not all and (min-width: 968px){
  .page-footer__btn a {
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
  }
}

@media not all and (min-width: 568px){
  .page-footer__btn a {
    font-size: 14px;
  }

  .page-footer__btn a::after {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

@media not all and (min-width: 368px){
  .page-footer__btn a {
    padding: 7px 12px;
    font-size: 12px;
  }

  .page-footer__btn a::after {
    width: 12px;
    height: 12px;
  }
}

.page-footer__image img {
  display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media not all and (min-width: 768px){
  .page-footer__image img {
    max-width: 100%;
    max-height: 80%;
    object-fit: cover;
  }
}



/*######################################################################

		Footer

************************************************************************/

.footer__section {
  padding: 80px 10px;
  border-top: 8px solid #ccc;
}

.footer__title img {
  display: block;
	margin: 0 auto 50px;
	max-width: 100%;
	height: auto;
}

.footer__nav {
  display: flex;
	justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

.copyright {
  text-align: center;
}

@media not all and (min-width: 768px){
  .footer__section {
    padding: 30px 10px;
  }

  .footer__title {
    display: none;
  }

  .footer__nav {
    display: none;
  }
}
