@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  line-height: 2.2;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}

body * {
  box-sizing: border-box;
}
.overlay {
  opacity: 0;
  transition: all 2.0s; /* 背景色の変化をアニメーション化 */
}

.overlay.loaded {
  opacity: 1;
}


.sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  border-style: none;

}

*:focus {
  outline: none;
}

.red {
  color: #ff0033;
}


/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #211815;
  text-decoration: none;
}

a:visited {
  color: #211815;
  text-decoration: none;
}

a:hover {
  color: #90278c;
  text-decoration: none;
}

a:active {
  color: #90278c;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}


p {
  margin-bottom: 1em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.br_480 {
  display: none;
}

.br_420 {
  display: none;
}

.br_480_over {
  display: inline;
}

.sp_480_over {
  display: block;
}

.sp_480_under {
  display: none;
}

.sp_contact {
  display: none;
}

#anc_concept,
#anc_location,
#anc_map,
#anc_detail {
  padding-top: 80px;
  margin-top: -90px;
  pointer-events: none;
  display: block;
}



/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 ** 共通
---------------------------------------------*/

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up {
  opacity: 0;
  transform: translateY(30px)
    /*スクロールアップする距離*/
  ;
  transition: all 4s
    /*処理にかかる時間*/
  ;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
}

.btn a {
  display: inline-block;
  background: #013b64;
  color: #fff;
  padding: 0 5%;
  box-sizing: border-box;
}

.btn a i.fa-file-alt {
  font-size: 280%;
  vertical-align: -1px;
  padding-right: 2px;
}

.btn a:hover {
  background: #33719d;
}

.btn_tri {
  height: 65px;
  line-height: 65px;
  text-align: center;
  outline: none;
  font-size: 110%;
}

.btn_tri a {
  display: inline-block;
  background: #013b64;
  color: #fff;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 8px;
}

.btn_tri a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 8px;
}

.btn_tri a:hover {
  background: #33719d;
}

#side_btn {
  width: 58px;
  position: absolute;
  right: 18px;
  top: 30px;
  z-index: 3;
  line-height: 1.4;
  z-index: 99;
  transition: all 0.5s;
}

.header_fixed #side_btn {
  position: fixed;
}

#side_btn a:nth-of-type(1) {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.5rem;
  display: block;
  padding: 35px 20px;
  font-size: 160%;  transition: all 0.5s;
  background: #ffa6dc!important;
  margin-bottom: 20px;
  color:#000;
}

#side_btn a:nth-of-type(2) {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.5rem;
  display: block;
  padding: 35px 20px;
  font-size: 160%;
  transition: all 0.5s;
  background: #69cdff;
  color:#000;
}

#side_btn a:nth-of-type(1):hover,
#side_btn a:nth-of-type(2):hover {
  padding: 60px 20px;
  opacity: 0.9;
  color:#000;
}

@media screen and (max-width: 1200px) {

  #side_btn {
    width: 50px;
    right: 13px;
  }

  #side_btn a:nth-of-type(1),
  #side_btn a:nth-of-type(2) {
    padding: 30px 15px;
    font-size: 140%;
  }

  #side_btn a:nth-of-type(1):hover,
  #side_btn a:nth-of-type(2):hover {
    padding: 60px 15px;
  }
}



.white_slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.white_slide img {
  opacity: 0;
}

.white_slide.white_slide_on img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  animation: apper_img 2s forwards;
  animation-delay: 0;
}

#newstage .white_slide.white_slide_on img {
  width: 90%;
}


.white_slide.white_slide_on::before {
  animation: apper_left 2s forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 0;
  transform: translateX(100%);
}



@keyframes apper_img {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apper_right {
  40% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes apper_left {
  40% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

/* ジャンプする動き */
.jump {
  opacity: 0;
}

.jump_on {
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 0;
}

@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }

  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }

  30% {
    transform: scale(1.02, 1.0) translate(0, 12px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }

  70% {
    transform: scale(1.0, 0.9) translate(0, 8px);
  }

  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

/* テキスト1文字ずつフェードイン */



.textup_anime {
  margin-bottom: 0;
  background: none !important;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}

.textup_anime>div {
  opacity: 0;
}

.textup_anime_on>div {
  opacity: 1;
}


.textup_anime div p {
  display: inline-block;
  transform-origin: center center;
  transform: translate3d(0, 100px, 0);
  margin-bottom: 0 !important;
}

.textup_anime div p span {
  transform-origin: center center;
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
  font-size: 100% !important;
}

.textup_anime_on p:nth-child(1) {
  transition: transform 0.8s ease 0.1s;
}

.textup_anime_on p:nth-child(1) span {
  transition: transform 0.8s ease 0.1s, opacity 0.8s ease 0.1s;
}

.textup_anime_on p:nth-child(2) {
  transition: transform 0.8s ease 0.2s;
}

.textup_anime_on p:nth-child(2) span {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
}

.textup_anime_on p:nth-child(3) {
  transition: transform 0.8s ease 0.3s;
}

.textup_anime_on p:nth-child(3) span {
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}

.textup_anime_on p:nth-child(4) {
  transition: transform 0.8s ease 0.4s;
}

.textup_anime_on p:nth-child(4) span {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}

.textup_anime_on p:nth-child(5) {
  transition: transform 0.8s ease 0.5s;
}

.textup_anime_on p:nth-child(5) span {
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}

.textup_anime_on p:nth-child(6) {
  transition: transform 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(6) span {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(7) {
  transition: transform 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(7) span {
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(8) {
  transition: transform 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(8) span {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(9) {
  transition: transform 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(9) span {
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(10) {
  transition: transform 0.8s ease 1.0s;
}

.textup_anime_on p:nth-child(10) span {
  transition: transform 0.8s ease 1.0s, opacity 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(11) {
  transition: transform 0.8s ease 1.1s;
}

.textup_anime_on p:nth-child(11) span {
  transition: transform 0.8s ease 1.1s, opacity 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(12) {
  transition: transform 0.8s ease 1.2s;
}

.textup_anime_on p:nth-child(12) span {
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(13) {
  transition: transform 0.8s ease 1.3s;
}

.textup_anime_on p:nth-child(13) span {
  transition: transform 0.8s ease 1.3s, opacity 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(14) {
  transition: transform 0.8s ease 1.5s;
}

.textup_anime_on p:nth-child(14) span {
  transition: transform 0.8s ease 1.5s, opacity 0.8s ease 1.0s;
}

.textup_anime_on p {
  transform: translate3d(0, 0, 0) !important;
}

.textup_anime_on p span {
  display: block !important;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}

.textup_anime p {
  display: inline-block;
  transform-origin: center center;
  transform: translate3d(0, 40px, 0);
  margin-bottom: 0 !important;
}

.textup_anime p span {
  transform-origin: center center;
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
  font-size: 100% !important;
}

.textup_anime_on p:nth-child(1) {
  transition: transform 0.8s ease 0.1s;
}

.textup_anime_on p:nth-child(1) span {
  transition: transform 0.8s ease 0.1s, opacity 0.8s ease 0.1s;
}

.textup_anime_on p:nth-child(2) {
  transition: transform 0.8s ease 0.2s;
}

.textup_anime_on p:nth-child(2) span {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
}

.textup_anime_on p:nth-child(3) {
  transition: transform 0.8s ease 0.3s;
}

.textup_anime_on p:nth-child(3) span {
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}

.textup_anime_on p:nth-child(4) {
  transition: transform 0.8s ease 0.4s;
}

.textup_anime_on p:nth-child(4) span {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}

.textup_anime_on p:nth-child(5) {
  transition: transform 0.8s ease 0.5s;
}

.textup_anime_on p:nth-child(5) span {
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}

.textup_anime_on p:nth-child(6) {
  transition: transform 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(6) span {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(7) {
  transition: transform 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(7) span {
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(8) {
  transition: transform 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(8) span {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(9) {
  transition: transform 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(9) span {
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(10) {
  transition: transform 0.8s ease 1s;
}

.textup_anime_on p:nth-child(10) span {
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
}

.textup_anime_on p:nth-child(11) {
  transition: transform 0.8s ease 1.1s;
}

.textup_anime_on p:nth-child(11) span {
  transition: transform 0.8s ease 1.1s, opacity 0.8s ease 1.1s;
}

.textup_anime_on>p {
  transform: translate3d(0, 0, 0) !important;
}

.textup_anime_on>p span {
  display: block !important;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}




header {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  background: #fff;
}

.header_fixed {
  height:100px;
  position: fixed;
  background: #ffffffeb;
  animation-name: header-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: 0 0px 5px #bbb;
}

@keyframes header-animation {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#header_in {
  width: 95%;
  height: 140px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top:10px;
  left:0;
  right:0;
  transition: all 0.3s;
}


#header_in_sp {
  display: none;
}

#header_in h1 {
  width: 350px;
  padding-top: 10px;
}

.header_fixed #header_in {
  height: 110px;
}

.header_fixed #header_in h1 {
  width: 270px;
  padding-top: 10px;
}


header #nav_pc {
  width: 760px;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  right: 8%;
}

header #nav_pc>div {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}

header #nav_pc>div>ul {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  justify-content: space-between;
}

header #nav_pc>div>ul>li {
  position: relative;
  display: block;
  text-align: center;
}

header #nav_pc>div>ul>li a {
  padding: 5px 40px 5px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  position: relative;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}



header #nav_pc>div>ul>li:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #211815;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

header #nav_pc>div>ul>li:first-child:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #211815;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#nav_pc #global_nav ul {
  display: none;
  position: absolute;
  top: 60px;
}

#nav_pc #global_nav ul li {
  width: 100%;
  margin: 0 0;
}

header #nav_pc div div {
  width: 220px;
  color: #fff !important;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  display: block;
  margin-top: 18px;
  position: absolute;
  top: -50px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#nav_pc li {
  position: relative;
}


header #nav_pc li a:hover {
  color: #211815 !important;
}

header #nav_pc div div a::after {
  content: '';
  display: inline-block;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #211815;
  border-right: 1px solid #211815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0 auto auto;
}

header #nav_pc>div>div>a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#header_in>img {
  width: 260px;
  position: absolute;
  top: 12px;
  right: 190px;
}

.slide-line {
  position: absolute;
  width: 0;
  bottom: -10px;
  height: 4px;
  background-color: #27bced;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

#nav_pc li:hover .slide-line {
  margin-left: -35px;
}

header #nav_pc>div>ul>li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #a12d3a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}

.sub_nav {
  width: 300px;
  position: absolute;
  right: 130px;
  top: 0;
  display: flex;
  justify-content: right;
  align-items: flex-start;
  font-size:80%;
}

.sub_nav li {
  width: 40%;
  margin-left: 5%;
  padding-right: 20px;
  text-align: right;
}

.sub_nav li a {
  display: inline-block;
  position: relative;
  line-height: 1.0;
}


.sub_nav li a:before {
  content: '';
  top: 3px;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  vertical-align: middle;
  transition: all 0.5s;
}

.sub_nav li a:hover:before {
  right: -20px;
  border-top: 1px solid #90278c;
  border-right: 1px solid #90278c;
}


.mm-page {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  #header_in h1 {
    width: 300px;
  }
  header #nav_pc {
    bottom: 10px;
  }
}

/*---------------------------------------------
 ** トップページ
---------------------------------------------*/


#main {
  z-index: 2;
  height:calc(100vh - 360px);
  position:relative;
}
#main_catch{
  width:70%;
  max-width:750px;
  position:relative;
  margin:0 auto;
  z-index:1;
  margin-top:180px;
}

#main_icon{
  width:22%;
  display: block;
  position:absolute;
  bottom:-13%;
  left:6%;
  animation: rotateAnimation 2s ease-out forwards; /* 5秒かけて10回回転 */
}
@keyframes rotateAnimation {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(1800deg); /* 10回回転するために3600度まで回転 */
  }
}


#main .slide{
  width:100%;
  min-height: 90vh;
  position:fixed;
  top:0;
  left:0;
  z-index:0;
}

/* 追記 */
.slide_sp,
.slide_tab{
  display: none!important;
}

#main .slide img {
  min-height: 90vh;
  object-fit: cover;
}
#main .slide li:nth-of-type(2) img {
  object-position: 70% top;
}


.slide .item img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 15s linear 0s normal both;
}

#spe_ban {
  width:25%;
  max-width:400px;
  position:absolute;
  bottom:0;
  right:3%;
}
#spe_ban_sp {
  display: none;
}


.top_life_img01{
  width:35%;
  position:absolute;
  bottom:50px;
  left:-20px;
}
.top_life_img02{
  width:28%;
  position:absolute;
  top:100px;
  right:50px;
}
.top_life_img03{
  width:13%;
  position:absolute;
  bottom:-60px;
  right:10px;
}

@media screen and (max-width: 1600px) {
  #main{
    height: 600px;
  }
  
  #main .slide img {
    min-height: 90vh;
    object-fit: cover;
  }
  
  #main .slide{
    min-height: 800px;
  }
  
  #main .slide img {
    min-height: 800px;
  }
}

@media screen and (max-width: 1300px) {
  #main{
    height: 600px;
  }
  
  #main .slide img {
    min-height: 90vh;
    object-fit: cover;
  }
  
  #main .slide{
    min-height: 800px;
  }
  
  #main .slide img {
    min-height: 800px;
  }
}
@media screen and (max-width: 1100px) {
/* 追記 */
 .slide_tab{
    display: block!important;
  }

/*   .slide_sp{
    display: block!important;
  } */

  .slide_pc{
    display: none!important;
  }
  #main .slide li:nth-of-type(2) img{
    width:100%;
    object-position: 90% bottom;
  }
}

/* 追記 */
@media screen and (max-width: 767px) {
 .slide_tab{
    display: none!important;
  }
 .slide_sp{
    display: block!important;
  }

#main .slide{
  top:auto;
  bottom:0 !important;
  z-index:0;
}

}



body#home #content{
  background:#fff;
  position:relative;
  z-index:3;
}

#top_new_life{
  background:#27bced;
  padding:8% 0;
}
#top_new_life>div{
  width:90%;
  max-width:1580px;
  margin:0 auto;
  position:relative;
}
#top_new_life>div h2{
  width:500px;
  margin:0 auto 4%;
  font-size:500%;
}
.top_new_life_text p{
  text-align: center;
  font-size:100%;
  margin-bottom:40px;
  letter-spacing: 0.3rem;
}

#top_info{
  padding:8% 0;
  text-align: center;
}
#top_info .yokoku{
  width:95%;
  max-width:650px;
  border:1px solid #584096;
  color:#584096;
  padding:15px 3%;
  display: inline-block;
  margin:0 auto 8%;
  font-size:80%;
  line-height:1.6;
}
#top_info .yokoku p{
  margin-bottom:0;
}
#top_info .yokoku span{
  display: block;
  margin-bottom:1%;
  font-size:110%;
  letter-spacing: 0.3rem;
}

#top_info h2{
  display: block;
  position:relative;
  margin:0 auto 3%;
}
#top_info h2::before{
  content:'';
  width:70px;
  height:1px;
  background: #000d1c;
  display: block;
  position:absolute;
  bottom:-20px;
  right:0;
  left:0;
  margin:0 auto;
}
#top_info h2 div{
  font-size:200%;
  letter-spacing: 0.4rem;
}
#top_info h2 span{
  font-size:80%;
}

.entry_start{
  font-size:260%;
  letter-spacing: 0.5rem;
  margin-bottom:1%;
}

a.btn_request{
  display: inline-block;
  padding:10px 20px;
  min-width:250px;
  text-align: center;
  color: #000!important;
  background:#ffa6dc;
  position:relative;
  transition: all 0.5s;
}
a.btn_request:hover{
  background:#ffc3e7;
  min-width:280px;
}
a.btn_request::after{
  content:'';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
  bottom:0;
	right: 10px;
	margin: auto;
	box-sizing: border-box;
	border: 7px solid transparent;
	border-left: 10px solid #000;
  transition: all 0.5s;
}

a.btn_request:hover::after{
  right: 5px;
}

#top_btn div{
  width:100%;
  height:600px;
  overflow: hidden;
  margin:0 auto;
  display: flex;
  position:relative;
  border-bottom:5px solid #fff;
}
#top_btn div > div{
  width:65.2%;
  transform: skew(-20deg);
  overflow: hidden;
  z-index:1;
}
#top_btn div > div:has(>a:hover){
  z-index:2;
}


#top_btn div > div a{
  width:100%;
  height:600px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index:1;
  transform: skew(20deg);
  transition: all 0.5s;
  overflow: hidden;
}
#top_btn div > div a:hover{
  z-index:2;
  opacity: 0.8;
}
#top_btn div a img{
  width:20%;
  max-width:200px;
  min-width:160px;
  display: block;
  transition: all 0.5s;
}
#top_btn div a:hover img{
  transform: scale(1.2);
}
#top_btn #top_btn_about{
  position:absolute;
  left:-8.4%;
  top:0;
}

#top_btn #top_btn_location{
  position:absolute;
  right:-8.4%;
  top:0;
}
#top_btn #top_btn_life{
  position:absolute;
  left:-8.4%;
  top:0;
}
#top_btn #top_btn_plan{
  position:absolute;
  right:-8.4%;
  top:0;
}

#top_btn #top_btn_about a{
  background:url(../img/top_ban01.png) no-repeat right top;
  background-size:cover;
}

#top_btn #top_btn_location a{
  background:url(../img/top_ban02.png) no-repeat left top;
  background-size:cover;

}
#top_btn #top_btn_life a{
  background:url(../img/top_ban03.png) no-repeat right top;
  background-size:cover;

}
#top_btn #top_btn_plan a{
  background:url(../img/top_ban04.png) no-repeat left top;
  background-size:cover;
}
@media screen and (max-width: 1420px) {
  #top_btn div{
    height:500px;
  }
  #top_btn div > div a{
    height:500px;
  }
}
@media screen and (max-width: 1200px) {
  #top_btn div{
    height:400px;
    border-bottom:3px solid #fff;
  }
  #top_btn div > div a{
    height:400px;
  }
}
@media screen and (max-width: 950px) {
  #top_btn div{
    height:300px;
    border-bottom:3px solid #fff;
  }
  #top_btn div > div a{
    height:300px;
  }
}


footer {
  z-index: 2;
  position: relative;
  background: #27bced;
}

#footer01 {
  background: #fff;
  padding: 4% 0 4%;
  position: relative;
}

#footer01>div:nth-child(1) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#footer01>div p:first-child {
  font-size: 110%;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}


#footer01>div a {
  width: 60%;
  max-width: 450px;
  display: block;
  margin: 2% auto 3%;
}

#footer02>div:nth-child(1) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#footer02>div:nth-child(1) a {
  width: 170px;
  display: block;
  margin: 5% auto 2%;
}


#footer_fixed {
  display: none;
}


#copy {
  transform: scale(0.8);
  text-align: center;
  font-size: 80%;
  padding: 8px 0;
  margin: 0 0 0;
  color:#fff;
}


#pageTop {
  position: absolute;
  top: 18%;
  right: 5%;
  z-index: 1;
}

#pageTop a {
  display: block;
  width: 45px !important;
  height: 45px !important;
  background: url(../img/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}


/*---------------------------------------------
 ** 下層ページ
---------------------------------------------*/

#main_lower {
  width:90%;
  max-width:1200px;
  height:460px;
  margin:100px auto 0;
  z-index:2;
  padding-left:450px;
  font-size:300%;
  display: flex;
  align-items: center;
  line-height:1.6;
}
#home #main_lower{
  margin:50px auto 0;
  position:fixed;
  top:80px;
  left:0;
  right:0;
}

body:not(#home) #content{
  margin-top:-25px;
  background:#fff;
  position:relative;
  z-index:3;
}

#about #main_lower {
  background:url(../img/about/main_img.png) no-repeat center left;
  background-size:400px auto;
}
#location #main_lower {
  background:url(../img/location/main_img.png) no-repeat center left;
  background-size:400px auto;
}
#life #main_lower {
  background:url(../img/life/main_img.png) no-repeat center left;
  background-size:400px auto;
}
#plan #main_lower {
  background:url(../img/plan/main_img.png) no-repeat center left;
  background-size:400px auto;
}
#outline #main_lower {
  padding-left: 0;
}

#about_line{
  width:90%;
  max-width:1400px;
  height: 1620px;
  margin:0 auto;
  position: relative;
  background: url(../img/about/line.png) no-repeat top 10px left 77% #fff;
  background-size: auto 85%;
}

.about_data{
  max-width:1200px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.about_data01{
  flex-direction: row-reverse;
  position:absolute;
  top:2%;
  left:0;
  right:0;
}
.about_data01>img{
  width:42%;
}
.about_data01>div{
  width:38%;
  position:relative;
}
.about_data01>div::after{
  content:'';
  width:180px;
  height:250px;
  background:url(../img/about/about_img02.png) no-repeat bottom right;
  background-size:100% auto;
  display: block;
  position:absolute;
  bottom:-100px;
  right:-10px;
}
.about_data01>div>img{
  width: 140px;
  position:absolute;
  top:0;
  left:-130px;
}

.about_data02{
  justify-content: space-between;
  position:absolute;
  top: 32%;
  left:0;
  right:0;
}
.about_data02>img{
  width:42%;
}
.about_data02>div{
  width:27%;
  position:relative;
  margin-left:9%
}
.about_data02>div>img{
  width: 140px;
  position:absolute;
  top:0;
  right:-130px;
}

.about_data03{
  width:100%;
  max-width:1200px;
  flex-direction: row-reverse;
  position:absolute;
  top: 56%;
  left:0;
  right:0;
  margin:0 auto;
}
.about_data03>img{
  width:42%;
}
.about_data03>div{
  width:39%;
  position:relative;
}
.about_data03>div>img{
  width: 140px;
  position:absolute;
  top:0;
  left:-130px;
}

.about_data04{
  justify-content: space-between;
  position:absolute;
  bottom: 0;
  left:0;
  right:0;
}
.about_data04>img{
  width: 52%;
}
.about_data04>div{
  width:27%;
  position:relative;
  margin-left:8%
}
.about_data04>div>img{
  width: 140px;
  position:absolute;
  top:0;
  right:-130px;
}
.about_icon_on{
  animation: rotateAnimation2 2s ease-out forwards; /
}
@keyframes rotateAnimation2 {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(900deg); 
  }
}

.about_data h3{
  font-size:290%;
  line-height:1.4;
  margin-bottom:3%;
  letter-spacing: 0.05rem;
}
.about_data h3 span{
  font-weight: 600;
}
.about_data01 h3{
  color:#185fad;
}
.about_data02 h3{
  color:#584096;
  text-align: right;
  padding-right:3%;
}
.about_data03 h3{
  color:#883890;
}
.about_data04 h3{
  color:#27bced;
  text-align: right;
  padding-right:3%;
}
.about_data ul li{
  background:url(../img/about/icon01.png) no-repeat left center;
  background-size:20px auto;
  padding:5px 0 5px 30px;
  line-height:1.4;
  margin-bottom:2%;
  font-size:90%;
  letter-spacing: -0.01rem;
}

@media screen and (max-width: 1460px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 80%;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1400px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 85%;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1320px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 90%;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1250px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 96%;
    background-size: auto 86%;
  }
}
@media screen and (max-width: 1250px) {
  .about_data h3{
    font-size:250%;
  }
  .about_data01>div::after {
    width: 170px;
    bottom: -220px;
    right: 80px;
  }
}
@media screen and (max-width: 1250px) {
  #about_line {
    height: 1560px;
  }
  .about_data h3{
    font-size:250%;
  }
  .about_data01>div::after {
    width: 140px;
    bottom: -130px;
    right: -30px;
  }
  .about_data02>div{
    width:32%;
    position:relative;
    margin-left:0;
  }
  .about_data03>div {
    width: 36%;
  }
}
@media screen and (max-width: 1200px) {
  #main_lower {
    height: 400px;
    padding-left: 370px;
    font-size: 220%;
    box-sizing: border-box;
  }
  body:not(#home) #content{
    margin-top:-40px;
  }
  #about #main_lower {
    background: url(../img/about/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }  
  #location #main_lower {
    background: url(../img/location/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }
  #life #main_lower {
    background: url(../img/life/main_img.png) no-repeat center left;
    background-size: 330px auto;
  } 
  #plan #main_lower {
    background: url(../img/plan/main_img.png) no-repeat center left;
    background-size: 330px auto;
  } 



  .about_data04>div {
    width: 29%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 1100px) {
  #about_line {
    height: 1465px;
  }
  .about_data04>div {
    width: 32%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 1050px) {
  #about_line {
    height: 1395px;
  }
}
@media screen and (max-width: 1000px) {
  #about_line {
    height: 1300px;
  }
}
@media screen and (max-width: 950px) {
  #about_line {
    height: 1240px;
  }
}


#loca_map>div{
  background:url(../img/location/loca_map_access_bg.jpg) no-repeat center center;
  padding:10px 0 0;
  text-align: center;
  margin-bottom:5%;
}
#loca_map>div img{
  width:75%;
  max-width:600px;
  margin:0 auto;
}

#location .read{
  text-align: center;
  padding-top:1%;
}

#loca_hazard{
  width:90%;
  max-width:1200px;
  margin:5% auto;
  background:#ece2da;
  padding:3% 0 2.5%;
}
#loca_hazard>dl{
  width:90%;
  max-width:660px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#loca_hazard>dl dt{
  width:44%;
  border-top:1px solid #231815;
  border-bottom:1px solid #231815;
  padding:4.5% 3.5%;
  font-size:90%;
  line-height:2.2;
}
#loca_hazard>dl dd{
  width:50%;
}

#loca_place{
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
#loca_place > div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom:5%;
}
#loca_place .place01{
  flex-direction: row-reverse;
}

#loca_place .white_slide{
  width:calc(95% - 410px)!important;
}
.loca_place_text{
  width: 410px;
  padding-top:2%;
}
.loca_place_text h3{
  font-size:180%;
  font-weight: 500;
  text-align: center;
  margin-bottom:3%;
  letter-spacing: 0;
}
.loca_place_text_time{
  font-size:180%;
  font-weight: 500;
  text-align: center;
  margin-bottom:50px;
  line-height:1.6;
  letter-spacing: 0.3rem;
}
.loca_place_text_time strong{
  font-weight: 500;
  font-size:120%;
}
.loca_place_text_time span{
  font-size:48%;
  font-weight: 400;
  display: block;
  letter-spacing: 0.05rem;
}
.loca_place_text_time p{
  font-size:95%;
  line-height:2.0;
}

.place_small{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:0;
}

.place_small>div{
  width:47.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
  margin-bottom:3%;
  padding-bottom:0!important;
}
.place_small_text{
  width:320px;
}
.place_small_text h3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
  margin-bottom:3%;
}
.place_small_text h3 span:nth-of-type(1){
  font-size:110%;
  display: inline-block;
  letter-spacing: 0.1rem;

}
.place_small_text h3 span:nth-of-type(2){
  font-size:75%;
  display: inline-block;
  position:relative;
  line-height:1.2;
}
.place_small_text h3 span:nth-of-type(2):after{
  content:'';
  width:50px;
  height:1px;
  display: block;
  background:#211815;
  transform: rotate(-60deg) scale(0.8);
  position:absolute;
  left:-45px;
  top:0;
  bottom:0;
  margin:auto;
}

.place_small_text p{
  font-size:90%;
  line-height:1.8;
  margin-bottom:0;
}
.place_small_text p img{
  display: none;
}
#loca_place .white_slide.place_small_img{
  width:calc(98% - 340px)!important;
}

#loca_child{
  background:#f8fde2;
  padding:5% 0 2%;
  margin-bottom:5%;
}
#loca_child>div{
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
#loca_child>div h3{
  width:90%;
  margin:0 auto 5%;
  background:#edf8b9;
  padding:8px 10px 10px;
  text-align: center;
  font-size:220%;
  letter-spacing: -0.1rem;
}
#loca_child>div h3 br{
  display: none;
}
#loca_child>div h3>span{
  display: inline-block;
  position:relative;
}
#loca_child>div h3>span::before{
  content:'';
  width:180px;
  height:180px;
  background:url(../img/location/child_img01.png) no-repeat center right;
  background-size:100% auto;
  display: block;
  position:absolute;
  top:-50px;
  left:-200px;
}
#loca_child>div h3>span::after{
  content:'';
  width:170px;
  height:300px;
  background:url(../img/location/child_img02.png) no-repeat center left;
  background-size:100% auto;
  display: block;
  position:absolute;
  top:-150px;
  right:-200px;
}
#loca_child>div h3 .child_h3{
  font-weight: 600;
  color:#584096;
}
#loca_child>div h3 b{
  font-weight: 600;
}
#loca_child>div h3 small{
  font-size:18px;
  display: inline-block;
  position:absolute;
  bottom:-15px;
  right:0;
}
#loca_child>div>div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#loca_child>div>div>dl{
  width:22%;
  margin-bottom:5%;
}
#loca_child>div>div>dl dt{
  color:#185fad;
  font-size:140%;
  text-align: center;
  font-weight: 600;
  line-height:1.5;
  margin-bottom:5%;
}
#loca_child>div>div>dl dt img{
  width:90px;
  margin:0 auto 5px;
  display: block;
}
#loca_child>div>div>dl dd{
  line-height:1.6;
}
#loca_child>div>div>dl dd small{
  display: block;
  padding-top:8px;
}

@media screen and (max-width: 1200px) {
  .loca_place_text h3{
    font-size:160%;
  }
  .loca_place_text_time{
    font-size:160%;
  }
  #loca_place .white_slide{
    width:calc(95% - 350px)!important;
  }
  .loca_place_text{
    width: 350px;
    padding-top:2%;
  }
  

  .place_small_text{
    width:100%;
    position:relative;
  }
  .loca_place_text>p{
    font-size:90%;
  }
  #loca_place .white_slide.place_small_img{
    display: none;
  }
  .place_small_text p img{
    width:200px;
    display: inline-block;
    float:right;
    margin:0 0 10px 20px;
  }

  #loca_child>div>div{
    max-width:900px;
    margin:0 auto;
  }
  #loca_child>div>div>dl{
    width:47%;
  }
  #loca_child>div h3{
    font-size:200%;
  }
}
@media screen and (max-width: 1080px) {
  #loca_child>div h3{
    width:100%;
    line-height:1.4;
    padding:20px 10px;
  }
  #loca_child>div h3 br{
    display: inline;
  }
  #loca_child>div h3 small{
    bottom:10px;
    right:0;
  }
  #loca_child>div h3>span::before{
    width:170px;
    top:-20px;
    left:-220px;
  }
  #loca_child>div h3>span::after{
    top:-110px;
    right:-220px;
  }
}


#life_main ul{
  width:calc(50% + 600px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left:calc(50% - 600px);
  margin-top:-250px;
}
#life_main li:nth-child(1){
  width:29.5%;
}
#life_main li:nth-child(2){
  width:23%;
}
#life_main li:nth-child(3){
  width:47.5%;
}
#life_main p{
  text-align: center;
  padding:5% 0;
}

#life #content{
  margin-top:0!important;
}

.life_block{
  padding:7% 0 5%;
}
.life_edu{
  background:#e8f1f4;
}
.life_shop{
  background:#fff;
}
.life_medi{
  background:#ecf5f3;
}
.life_block>div{
  width:90%;
  max-width:1200px;
  margin:0 auto;
}
.life_block h3{
  text-align: center;
}
.life_edu h3{
  color:#185fad;
}
.life_shop h3{
  color:#883890;
}
.life_medi h3{
  color:#39b14a;
}
.life_block h3 .cinzel{
  font-size:300%!important;
  font-weight: 500;
  line-height:2.2;
}
.life_block>div>p{
  text-align: center;
  margin:3% auto 5%;
}
.life_block>div>div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.life_block .col_2 dl{
  width:46%;
  margin-bottom:5%;
}
.life_block .col_2 dd{
  font-size:160%;
  text-align: center;
  padding:1% 0;
  line-height:2;
  line-height:1.6;
}
.life_block .col_2 dd span{
  display: block;
  font-size:50%;
}
.life_block .col_3 dl{
  width:30%;
  margin-bottom:5%;
}
.life_block .col_3 dd{
  font-size:120%;
  text-align: center;
  padding:1% 0;
  line-height:2;
  line-height:1.6;
}
.life_block .col_3 dd span{
  display: block;
  font-size:70%;
}

.medi_box01{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom:5%;
}
.medi_box01>img{
  width:54%;
}
.medi_box01>div{
  width:41%;
}
.medi_name{
  width:100%;
  font-size:160%;
  display: flex;
  align-items: center;
  line-height:1.4;
  margin-bottom:15px;
  line-height:1.6;
}
.medi_name span:nth-of-type(1){
  display: inline-block;
  margin-right:3%;
}
.medi_name span:nth-of-type(2){
  font-size:50%;
  display: inline-block;
}
.medi_box01>div>img{
  width:45%;
  max-width:220px;
  margin-bottom:2%;
}
.medi_box01>div .medi_center{
  font-size:80%;
  margin-left:1.5rem;
  margin-bottom:3%;
  position:relative;
  line-height:1.4;
  color:#4d4d4d;
}
.medi_box01>div .medi_center::before{
  content:'□';
  display: inline-block;
  position:absolute;
  top:0;
  left:-1.5rem;
}
.medi_box01>div>div{
  border:1px solid #4d4d4d;
  padding:3% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size:80%;
  line-height:1.8;
  color:#4d4d4d;
}
.medi_box01>div>div ul:nth-child(1){
  width:28%;
}
.medi_box01>div>div ul:nth-child(2){
  width:28%;
}
.medi_box01>div>div ul:nth-child(3){
  width:40%;
}
.medi_box01>div>div ul li::before{
  content:'●';
  font-size:70%;
  vertical-align: 2px;
  padding-right:3px;
}
.medi_box02{
  position:relative;
}
.medi_box02>div{
  width:38%;
}
.medi_box02>div>dl{
  width:100%!important;
}
.medi_box02>div>dl dd{
  font-size:130%!important;
  line-height:1.6;
}
.medi_box02>div>dl dd span{
  font-size:60%!important;
}

.medi_box02>dl{
  width:54%!important;
}
.medi_box02>dl dd {
  text-align: left!important;
}
.medi_box02>dl dd span{
  display: inline-block!important;
  padding-left:3%;
}
.medi_box02>p{
  font-size:80%;
  display: inline-block;
  position:absolute;
  bottom:50px;
  right:0;
}

@media screen and (max-width: 1400px) {
  #life_main ul{
    margin-top:-220px;
  }
}
@media screen and (max-width: 1200px) {
  #life_main ul{
    width:100%;
    margin-top:-210px;
    margin-left:0;
  }
}
@media screen and (max-width: 1100px) {
  #life_main ul{
    margin-top:-190px;
  }
}
@media screen and (max-width: 970px) {
  .medi_box01>img{
    width:46%;
  }
  .medi_box01>div{
    width:50%;
  }
}
@media screen and (max-width: 950px) {
  #life_main ul{
    margin-top:-170px;
  }
}

#plan #main_lower{
  position:relative;
  z-index:0;
}
#plan #main_lower::after{
  content:'';
  width:50%;
  height:600px;
  background:url(../img/plan/main_bg.png) no-repeat top right;
  background-size:100% auto;
  position:absolute;
  top:8%;
  right:-5%;
  z-index:-1;
}
#plan #plan_main{
  position:relative;
  z-index:1;
}
#plan #content{
  margin-top:0!important;
}
#plan_main img{
  height:600px;
  object-fit: cover;
  object-position:center bottom;
}

#land_plan{
  padding:5% 0;
}
#plan h3 .cinzel {
  font-size: 300%!important;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  color:#584096;
}

#plan h3+p{
  text-align: center;
  margin-bottom:5%;
}

#park{
  width:calc(50% + 600px);
  padding:3% 0;
  position:relative;
  margin-left:calc(50% - 600px);
  background:#def0f5;
}
#park dl{                         
  width:100%;
  max-width:1200px;
  position:relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#park dl dt{
  width:calc(100% - 380px);
}
#park dl dd{
  width:380px;
}
#park dl dd span{
  font-size:150%;
  font-weight: 500;
  display: block;
  margin-bottom:2%;                 
}
#plan_illust03{
  width:50px;
  position:absolute;
  top:50px;
  left:-5%;
}
#plan_illust02{
  width:70px;
  position:absolute;
  top:-30px;
  left:2%;
}
#plan_illust01{
  width:75px;
  position:absolute;
  top:-30px;
  right:calc(50% - 500px);
}
#plan_illust04{
  width:40px;
  position:absolute;
  bottom:50px;
  right:calc(50% - 500px);
}

#plan_map{
  width:90%;
  max-width:1200px;
  margin:5% auto 5%;
  position:relative;
}
#plan_map>img{
  width:100%;
  margin:0 auto;
}
#family01{
  width:15%;
  max-width:170px;
  position:absolute;
  top:30px;
  left:100px;
}
#family02{
  width:18%;
  max-width:220px;
  position:absolute;
  top:43%;
  right:-20px;
}
#plan_map>div>p{
  font-size:80%;
  line-height:1.6;
  position:absolute;
  bottom:3%;
  left:20%;
}

#model_plan{
  background:url(../img/plan/model_bg.jpg) repeat-y top left;
  background-size:100% auto;
  padding:8% 0;
  position:relative;
}
#model_plan::before{
  content:'';
  width:40%;
  height:600px;
  background:url(../img/plan/model_img.png) no-repeat top left;
  background-size:100% auto;
  background-blend-mode: multiply;
  position:absolute;
  top:-80px;
  left:-3%;
  mix-blend-mode: multiply;
}
#onlyone{
  width:calc(50% + 500px);
  padding:3% 0;
  position:relative;
  margin-left:calc(50% - 500px);
  background:url(../img/plan/model_bg.jpg) repeat-y top left;
  background-size:100% auto;
  border:1px solid #883890;
  border-right:none;
}
#onlyone>div{                         
  width:90%;
  max-width:900px;
  margin-left:5%;
}
#onlyone>div h4{
  background:url(../img/plan/free_design.png) no-repeat top left 150px;
  background-size:320px auto;
  padding:3% 0 1% 0;
  font-size:200%;
  line-height:1.4;
}
#onlyone>div div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#onlyone>div div p{
  width:55%;
  padding-top:3%;
  line-height:2.0;
}
#onlyone>div div img{
  width:40%;
}

#plan_case{
  width:90%;
  max-width:960px;
  margin:0 auto;
  padding:2% 0 2%;
}
#plan_case p{
  font-size:90%;
  text-align: center;
  margin-bottom:8%;
}

#plan_case ul{
  border-top:1px solid #8c7f9f;
}
#plan_case ul li{
  padding:5% 0;
  display: block;
  border-bottom:1px solid #8c7f9f;
  text-align: center;
}
#plan_case ul li img{
  width:95%;
  margin:0 auto;
}

@media screen and (max-width:1300px) {
  #park{
    width:100%;
    margin-left:0;
  }
  #park dl{
    width:85%;
    margin:0 auto;
  }
  #plan_illust01{
    right:7%;
  }
  #plan_illust02 {
    left: 10%;
  }
  #plan_illust03 {
    left: 2%;
  }
  #plan_illust04 {
    bottom: 20px;
    right:5%;
  }
}
@media screen and (max-width:1100px) {
  #onlyone{
    width:95%;
    margin-left:5%;
  }
}
#outline #main_lower{
  height:auto;
}
#outline #main_lower h2{
  width:50%;
  max-width:450px;
  margin:8% auto 5%;
}

#outline_tbl{
  width:90%;
  max-width:1000px;
  margin:0 auto;
  padding-bottom:5%;
}
#outline_tbl h4{
  color:#883890;
  font-size:130%;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #883890;
  padding:0 0 0.5% 1%;
}
#outline_tbl dl{
  border-bottom: 1px solid #883890;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height:1.6;
}
#outline_tbl dl dt{
  width:180px;
  padding:2% 1.5%;
  font-weight: 500;
}
#outline_tbl dl dd{
  width:calc(100% - 180px);
  padding:2% 1%;
}
