@charset "utf-8";

/* -----------------
    ナナちゃん
----------------- */

:root {
  --line-gray: #e8e8e8;
  --site-color: #345994;
  --min-width: min(95%,1100px);
  --unit-space-lg: 50px;
  --unit-space-md: 30px;
  --unit-space-sm: 15px;
  --separator-lg: 50px;
  --separator-md: 30px;
  --separator-sm: 15px;
}

@media screen and (min-width: 768px) {

  :root {
    --unit-space-lg: 100px;
    --unit-space-md: 60px;
    --unit-space-sm: 30px;
    --separator-lg: 100px;
    --separator-md: 60px;
    --separator-sm: 30px;
  }

}

a:link {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

a:visited {
	border: none;
	color: #333;
	text-decoration: none;
}

a:active {
	border: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	border: none;
	color: #333;
	text-decoration: none;
	transition: all 0.1s ease;
}

:focus:not(:focus-visible) {
	outline: none;
}

@media screen and (min-width: 768px) {

	.alpha a:hover {
		filter: alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
		transition: opacity 0.25s ease 0s;
	}

	.alpha a {
		-webkit-transition: all 0.1s ease 0s;
		-moz-transition: all 0.1s ease 0s;
		transition: opacity 0.25s ease 0s;
	}

}

figure {
	margin: 0;
	padding: 0;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

a[href^="tel:"] {
    text-decoration: none !important;
}

img.fit {
	width: 100%;
	height: auto;
}

img.trim_center {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a[href^="no_large"] {
    pointer-events: none;
}

.wrapper {
	position: relative;
	font-family: "PT Sans", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}

.ft_pt {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#contents.nana_main h1,
#contents.nana_main h2,
#contents.nana_main h3,
#contents.nana_main h4,
#contents.nana_main h5,
#contents.nana_main h6 {
	font-family: "PT Sans", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
}

#contents.nana_main {
	padding-bottom: 55px;
	width: auto;
	font-family: "PT Sans", "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1;
	color: #333;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	font-optical-sizing: auto;
}

@media screen and (min-width: 768px) {

	#contents.nana_main {
		padding-bottom: 130px;
	}

}

.header_nana {
  margin: 40px 0 60px;
}

.header_nana h1 {
  color: #f05b83;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}

.header_nana .sub_jp {
  margin: 0 0 10px;
  color: #f06b43;
  font-size: 16px;
}

.header_nana .sub_en {
  margin: 8px auto 0;
  width: 230px;
}

@media screen and (min-width: 768px) {

  .header_nana {
    margin: 60px 0 80px;
  }

  .header_nana h1 {
    font-size: 50px;
  }

  .header_nana .sub_jp {
    margin: 0 0 15px;
    font-size: 30px;
  }

  .header_nana .sub_en {
    margin: 12px auto 0;
    width: 395px;
  }

}

.navi_nana {
  margin: 0 20px 40px;
}

.navi_nana ul {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
}

.navi_nana li {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}

.navi_nana li a {
  padding: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.navi_nana li a.stay {
  font-weight: 500;
}

.navi_nana li a.stay::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 12px;
  height: 7.5px;
}

.navi_nana li.navi_nana_archive {
  padding: 5px;
  border-radius: 10px;
  position: relative;
}

.navi_nana li.navi_nana_archive span {
  padding-right: 15px;
}

.navi_nana li.navi_nana_archive select {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 400;
  padding: 14px 25px 14px 5px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(126, 150, 165, 0.28);
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(../images/nana/btn_select.png) no-repeat right 10px center / 7px auto;
  max-width: 75px;
}

@media screen and (min-width: 768px) {

  .navi_nana {
    margin: 0 auto 50px;
    width: var(--min-width);
  }

  .navi_nana ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) 365px;
  }

  .navi_nana li {
    text-align: center;
    font-size: 16px;
  }
/*
  .navi_nana li.navi_nana_archive {
    width: 365px;
  }
*/
  .navi_nana li a {
    padding: 20px;
    text-align: center;
    display: block;
	height: auto;
  }

  .navi_nana li.navi_nana_archive {
    padding: 5px 5px 5px 15px;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .navi_nana li.navi_nana_archive select {
    margin: 0;
    font-size: 16px;
    padding: 14px 50px 14px 10px;
    max-width: inherit;
  }

}

.navi_nana li.navi_nana_today a {
  background: #fff3f9;
  border: 3px solid #fce6f1;
}

.navi_nana li.navi_nana_today a.stay {
  color: #e069a7;
  border: 3px solid #f5c4dd;
}

.navi_nana li.navi_nana_today a.stay::before {
  background: url(../images/nana/arrow_pink.png) no-repeat 0 bottom / 100% auto;
}

.navi_nana li.navi_nana_about a {
  background: #fff9ec;
  border: 3px solid #f7edd7;
}

.navi_nana li.navi_nana_about a.stay {
  color: #e67700;
  border: 3px solid #f7cfa6;
}

.navi_nana li.navi_nana_about a.stay::before {
  background: url(../images/nana/arrow_yellow.png) no-repeat 0 bottom / 100% auto;
}

.navi_nana li.navi_nana_mina a {
  background: #f1f9e4;
  border: 3px solid #e3efcf;
}

.navi_nana li.navi_nana_mina a.stay {
  color: #729b2d;
  border: 3px solid #c6dda0;
}

.navi_nana li.navi_nana_mina a.stay::before {
  background: url(../images/nana/arrow_green.png) no-repeat 0 bottom / 100% auto;
}

.navi_nana li.navi_nana_archive {
  background: #ecf8ff;
  border: 3px solid #ecf8ff;
}

.navi_nana li.navi_nana_archive.stay {
  color: #1070a8;
  border: 3px solid #c5dfee;
}

.navi_nana li.navi_nana_archive.stay::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 12px;
  height: 7.5px;
  background: url(../images/nana/arrow_blue.png) no-repeat 0 bottom / 100% auto;
}

.nana_today {
}

.header_nana_today,
.header_nana_about,
.header_nana_mina,
.header_nana_index {
  margin: 0 0 0 30px;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 0 0 0 45px;
}

.header_nana_today {
  background: url(../images/nana/nana_pink.png) no-repeat 0 center / auto 100%;
}

.header_nana_about {
  background: url(../images/nana/nana_orange.png) no-repeat 0 center / auto 100%;
}

.header_nana_mina {
  background: url(../images/nana/nana_green.png) no-repeat 0 center / auto 100%;
}

.header_nana_index {
  background: url(../images/nana/nana_blue.png) no-repeat 0 center / auto 100%;
}

.header_nana_today h2,
.header_nana_about h2,
.header_nana_mina h2,
.header_nana_index h2 {
  font-size: 24px;
  font-weight: 300;
}

.header_nana_today h2 span,
.header_nana_about h2 span,
.header_nana_mina h2 span,
.header_nana_index h2 span {
  margin: 0 0 7px;
  display: block;
  font-weight: bold;
  font-size: 10px;
}

.header_nana_today h2 span {
  color: #e069a7;
}

.header_nana_about h2 span {
  color: #e67700;
}

.header_nana_mina h2 span {
  color: #729b2d;
}

.header_nana_index h2 span {
  color: #0393c9;
}

@media screen and (min-width: 768px) {

  .nana_today {
    margin: 0 auto;
    width: var(--min-width);
  }

  .header_nana_today,
  .header_nana_about,
  .header_nana_mina,
  .header_nana_index {
    margin: 0 0 0 60px;
    height: 128px;
    padding: 0 0 0 75px;
  }

  .header_nana_today h2,
  .header_nana_about h2,
  .header_nana_mina h2,
  .header_nana_index h2 {
    font-size: 40px;
  }

  .header_nana_today h2 span,
  .header_nana_about h2 span,
  .header_nana_mina h2 span,
  .header_nana_index h2 span {
    font-size: 14px;
  }

}

.nana_box,
.nana_today_box {
  padding: 30px 30px 10px;
  border-radius: 25px;
  background: #f9f7f3;
}

.nana_today_box figure {
  margin: 0 0 15px;
  border-radius: 15px;
  overflow: hidden;
}

.nana_today_box p.date {
  margin: 0 0 15px;
  font-family: "Noto Sans JP", sans-serif;
}

.nana_box h3,
.nana_today_box h3 {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #edb1d0;
  font-size: 20px;
  line-height: 1.3;
  position: relative;
}

.nana_box h3::after,
.nana_today_box h3::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -4px;
  height: 7px;
  width: 50px;
  background: #edb1d0;
  border-radius: 2px;
}

.nana_today_box p {
  font-size: 16px;
}

.nana_today_box .entry_inner {
  padding: 0;
  background: none;
}

@media screen and (min-width: 768px) {

  .nana_box,
  .nana_today_box {
    padding: 60px;
    border-radius: 50px;
  }

  .nana_today_box figure {
    margin: 0 0 25px;
    border-radius: 30px;
  }

  .nana_today_box p.date {
    margin: 0 0 20px;
  }

  .nana_box h3,
  .nana_today_box h3 {
    margin: 0 0 25px;
    padding: 0 0 25px;
    font-size: 24px;
  }

}

.index_nana_list {
  margin: 0 20px;
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(2,1fr);
}

.index_nana_list li figure {
	margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.index_nana_list li figure .btn_zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  background: #fff;
  z-index: 2;
}

.index_nana_list li figure .btn_zoom::before,
.index_nana_list li figure .btn_zoom::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #333;
  z-index: 2;
}

.index_nana_list li figure .btn_zoom::after {
  transform: rotate(-90deg);
}

.index_nana_list li p {
  margin: 0;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}

.index_nana_list li h3 {
  font-weight: 300;
}

@media screen and (min-width: 768px) {

  .index_nana {
    margin: 0 auto;
    width: var(--min-width);
  }

  .index_nana_list {
    margin: 0;
    gap: 40px 50px;
    grid-template-columns: repeat(4,1fr);
  }

  .index_nana_list li figure {
    border-radius: 20px;
  }

  .index_nana_list li figure .btn_zoom {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  .index_nana_list li figure .btn_zoom::before,
  .index_nana_list li figure .btn_zoom::after {
    width: 15px;
    height: 2px;
  }

}

.nana_box {
  padding: 1px 30px 15px;
  background: #f9f7f3;
}

.nana_box h3 {
  margin-top: 40px;
}

.nana_about .nana_box h3 {
  border-color: #f7cfa6;
}

.nana_about .nana_box h3::after {
  background: #f7cfa6;
}

.nana_mina .nana_box h3 {
  border-color: #d2e2b7;
}

.nana_mina .nana_box h3::after {
  background: #d2e2b7;
}

.nana_box p {
  margin: 0 0 20px;
}

.nana_box p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .nana_box {
    padding: 10px 60px 50px;
  }

  .nana_box h3 {
    margin-top: 50px;
  }

  .nana_box p {
    margin: 0 0 25px;
  }

}

.nana_profile {
  margin: 40px 0 30px;
  display: flex;
  flex-direction: column;
}

.nana_profile figure {
  margin: 0 auto 20px;
  width: 123px;
  flex-shrink: 0;
  order: 2;
}

.nana_profile > div {
  display: contents;
}

.nana_profile h3 {
  margin: 0 20px 20px;
  font-size: 20px;
  order: 1;
}

.nana_profile h3 span {
  margin: 0 0 8px;
  display: block;
  color: #f26b30;
  font-size: 10px;
}

.nana_profile table {
  width: 100%;
  border-top: 1px solid #e9cec2;
  order: 3;
}

.nana_profile th,
.nana_profile td {
  padding: 12px 20px;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  border-bottom: 1px solid #e9cec2;
  font-family: "Noto Sans JP", sans-serif;
}

.nana_profile th {
  padding-right: 0;
}

.index_nana.nana_mina > p,
.index_nana.nana_about > p {
  margin: 0 20px;
}

@media screen and (min-width: 768px) {

  .nana_profile {
    margin: 60px 0 30px;
    display: flex;
    flex-direction: inherit;
  }

  .nana_profile figure {
    margin-right: 60px;
    width: 282px;
    order: inherit;
  }

  .nana_profile > div {
    width: calc(100% - 342px);
    display: block;
  }

  .nana_profile h3 {
    margin: 0 0 40px;
    font-size: 24px;
    order: inherit;
  }

  .nana_profile h3 span {
    font-size: 14px;
    order: inherit;
  }

  .nana_profile table {
    order: inherit;
  }

  .nana_profile th,
  .nana_profile td {
    padding: 15px 20px;
  }

  .nana_profile th {
    padding-right: 20px;
    width: 140px;
  }

  .index_nana.nana_mina > p,
  .index_nana.nana_about > p {
    margin: 0;
  }

}

.nana_box_2column {
  margin: 50px 0 10px;
  display: flex;
  align-items: center;
}

.nana_box_2column *:first-child {
  margin-top: 0;
}

.nana_box_2column_p {
  float: left;
  width: calc(100% - 80px);
}

.nana_box_2column figure {
  width: 75px;
  float: right;
  flex-shrink: 0;
}

.nana_mina .nana_profile h3 span {
  color: #729b2d;
}

.nana_mina .nana_profile table,
.nana_mina .nana_profile th,
.nana_mina .nana_profile td {
  border-color: #d2e2b7;
}

@media screen and (min-width: 768px) {

  .nana_box_2column {
    margin: 50px 0 10px;
  }

  .nana_box_2column_p {
    float: none;
    width: auto;
  }

  .nana_box_2column figure {
    margin-left: 60px;
    width: 120px;
    float: none;
  }

}

.index_pager {
	margin: 40px 20px 0;
}

.index_pager ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li {
  font-size: 16px;
  white-space: nowrap;
  border-left: 1px solid #e8e8e8;
}

.index_pager li span {
  display: inline-block;
}

.index_pager li a {
  padding: 5px 20px
}

.index_pager li.cur span {
  padding: 0 20px;
  color: var(--site-color);
  position: relative;
}

.index_pager li.cur span::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -6px;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #345994;
}

.index_pager li:nth-child(2),
.index_pager li.dot,
.index_pager li.dot + li,
.index_pager li.page_back,
.index_pager li.page_forward {
  border: none;
}

.index_pager li.page_back,
.index_pager li.page_forward {
  width: 45px;
}

.index_pager li.page_back {
  margin: 0 auto 0 0;
}

.index_pager li.page_forward {
  margin: 0 0 0 auto;
}

.index_pager li.page_back a,
.index_pager li.page_forward a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_pager li.page_back a {
  padding: 0 0 0 15px;
  background: url(../images/common/ico_link_left.svg) no-repeat 0 center / 6px auto;
}

.index_pager li.page_forward a {
  padding: 0 15px 0 0;
  background: url(../images/common/ico_link.svg) no-repeat right center / 6px auto;
}

@media screen and (min-width: 768px) {

	.index_pager {
		margin: 60px 0 0;
	}

  .index_pager li a {
    padding: 20px 32px
  }

  .index_pager li.cur span {
    padding: 0 32px;
  }

  .index_pager li.page_back,
  .index_pager li.page_forward {
    width: 50px;
  }

  .index_pager li.page_back {
    margin: 0 25px 0 0;
  }

  .index_pager li.page_forward {
    margin: 0 0 0 25px;
  }

}

.acms-box-medium {
	margin: 0 auto;
	width: var(--min-width);
}

