﻿@charset "utf-8";

/*====================================================================================================

  Layout

    1.  Header
    2.  Navigation
    3.  Contents
    4.  Footer

====================================================================================================*/


/*----------------------------------------------------------------------------------------------------

  1. Header
  
----------------------------------------------------------------------------------------------------*/

header {
  width: 100%;
  max-width: 1780px;
  margin: 0 auto;
}

.l-hd {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.l-gNav-wrap-box{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.l-hd-conad {
  line-height: 1.5;
}

.l-hd-tel, .l-hd-accessBtn {
  display: inline-block;
  vertical-align: middle;
}

.l-hd-tel, .l-hd-tel:visited, .l-hd-tel:hover {
  text-decoration: none;
}

.l-hd-accessBtn {
  margin-top: 4px;
  margin-left: 16px;
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

@media print, screen and (min-width:641px) {
  header {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 100;
  }
  .l-hd {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-hd-tel {
    font-size: 1.66em;
    margin-right: 20px;
  }
}

.l-hd .p-siteTtl {width:100%;max-width: 300px;}

/*@media print, screen and (min-width:641px)and (max-width:900px) {
  header {
    padding-left: 40px;
    padding-right: 40px;
  }
}*/

@media screen and (max-width:640px) {
  html.is-gNavOpen header {
    position: fixed;
    top: 0;
  }
  header {
    position: relative;
    z-index: 100;
  }
  .l-hd {
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-hd .p-siteTtl {background-color: var(--color-white)}
  .l-hd .p-siteTtl a:before {
    width: 38px;
    height: 40px;
  }
  .l-hd-tel {
    display: none;
  }
  .l-hd-conad address, .l-hd-accessBtn {
    display: none;
  }
}


/*--------------------------------------------------------------------------------
  SP Nav button
--------------------------------------------------------------------------------*/

@media print, screen and (min-width:1481px) {
  .l-gNavBtn {
    display: none;
  }
}

/*@media screen and (min-width:641px) and (max-width:1640px) {*/
@media print, screen and (max-width:1480px) {
  .l-gNavBtn {
    background-color: var(--color-green01);
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0px;
    right: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
  }
}

/*@media print, screen and (min-width:641px)and (max-width:900px) {
  .l-gNavBtn {
    background-color: var(--color-green01);
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0px;
    right: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
  }
}

@media screen and (max-width:640px) {
  .l-gNavBtn {
    background-color: #ff686b;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
  }
}*/

.l-gNavBtn__icon, .l-gNavBtn__icon span, .l-gNavBtn__icon span:before, .l-gNavBtn__icon span:after {
  display: inline-block;
}

.l-gNavBtn__icon {
  position: relative;
  width: 26px;
  height: 24px;
}

.l-gNavBtn__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.l-gNavBtn__icon span:nth-of-type(1) {
  top: 0;
}

.l-gNavBtn__icon span:nth-of-type(2) {
  top: 10px;
}

.l-gNavBtn__icon span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width:640px) {
  .l-gNavBtn {
	right: 0px;
    width: 60px;
    height: 60px;
  }
  .l-gNavBtn__icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px!important;
    background-color: #fff;
  }
  .l-gNavBtn__icon span:nth-of-type(2) {
    top: 10px;
  }
  .l-gNavBtn__icon {
    position: relative;
    width: 26px;
    height: 24px;
  }
}

.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(1) {
  -webkit-animation: navBtn01 0.4s forwards;
  animation: navBtn01 0.4s forwards;
}

.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(2) {
  transition: opacity 0.2s 0.2s;
  opacity: 1;
}

.l-gNavBtn.is-aniSet .l-gNavBtn__icon span:nth-of-type(3) {
  -webkit-animation: navBtn02 0.4s forwards;
  animation: navBtn02 0.4s forwards;
}

.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(1) {
  -webkit-animation: active-navBtn01 0.4s forwards;
  animation: active-navBtn01 0.4s forwards;
}

.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(2) {
  opacity: 0;
}

.l-gNavBtn.is-close .l-gNavBtn__icon span:nth-of-type(3) {
  -webkit-animation: active-navBtn03 0.4s forwards;
  animation: active-navBtn03 0.4s forwards;
}

@-webkit-keyframes navBtn01 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes navBtn01 {
  0% {
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes navBtn02 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes navBtn02 {
  0% {
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-navBtn01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-navBtn01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

@-webkit-keyframes active-navBtn03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}

@keyframes active-navBtn03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-10px) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(-45deg);
  }
}


/*----------------------------------------------------------------------------------------------------

  2. Navigation
  
----------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
  Global navigation
--------------------------------------------------------------------------------*/

.l-gNav a, .l-gNav a:visited, .l-gNav a:hover {
  text-decoration: none;
}

.l-gNavList {
  list-style: none;
}

.l-gNav-wrap{
  background-color:#fff;
}
.l-gNav__item{
	
}

.l-gNav__item>a>span {
  display: block;
  font-weight: 400;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
/*  transform: rotate(0.05deg);*/
}

@media print, screen and (min-width:1481px) {
  .l-gNav-wrap, .l-gNav {
    display: block !important;

  }
  .l-gNav {}
  .l-gNav__item>a, .l-gNav__item>a:visited {
    color: #50403b;
  }
  .ua-pc .l-gNav__item>a:hover {
    color: #eb5f73
  }
  .l-gNav {
    text-align: center;
    overflow: hidden;
  }
  .l-gNavList {
    position: relative;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }
  .l-gNav__item {
    /*width: 168px;*/
    vertical-align: middle;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    align-self: center;
  }
  .l-gNav__item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 10px 20px 5px;;
  }
  /*.l-gNav__item>a>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
  }*/
  .l-gNavList .l-gNav__item:not(:last-child)>a:before {
    content: "";
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .l-gNav__item.active>a:after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: var(--color-yellow);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
  }
  .l-gNav-access {
    display: none;
  }
  .l-gNav-conad {
    display: none;
  }
}

.l-gNavList.ft-nav {
  margin-bottom: 60px;
}


/*@media screen and (max-width:1640px){*/

.l-gNavList.ft-nav {
  position: relative;
  width: 100%;
  width: 900px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
}




/*}*/

@media screen and (max-width:900px) {
  .l-gNavList.ft-nav {
    display: none;
  }
}

@media screen and (max-width:1480px) {
  html.is-gNavOpen {
    overflow-y: hidden;
  }
  html.is-gNavOpen .l-gNav-wrap {
    display: block;
  }
  .l-gNavList a, .l-gNavList a:visited, .l-gNavList a:hover {
    color: var(--color-normal);
	  display: block;
  }
  .l-gNav-wrap {
		    
    display: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
/*    background-image: url("../image/body-back.gif");*/
    padding-top: 100px;
    /* headerの分 */
  }
	
	.l-gNavList{
		margin-bottom: 30px;
	}
  .l-gNav {
	padding-top: 2em;
	text-align: center;
	background-color: rgba(255,255,255,1);
    display: none;
    pointer-events: auto;
    padding-left: -webkit-calc(40 / 760 * 100vw);
    padding-right: -webkit-calc(40 / 760 * 100vw);
    padding-left: calc(40 / 760 * 100vw);
    padding-right: calc(40 / 760 * 100vw);
    height: 100%;
    pointer-events: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
	
	.l-hd .l-gNav__item{
		border-bottom: 1px solid var(--color-green04);
	}
	
	.l-hd .l-gNav__item a{
		padding: 0.5em 0 1em;
	}
	
	.l-hd .l-gNav__item:not(:last-child){
		margin-bottom: 20px;
		
	}
	
  .l-gNav-conad {
    padding-bottom: 2em;
    text-align: center;
  }
  .l-gNav-conad address {
    line-height: 1.7;
    display: block;
    padding-bottom: 0.8em;
  }
  .l-gNav-tel {
    font-size: 2.2em;
  }
  .l-hd-reserve {
    display: none;
  }
}

@media screen and (max-width:1480px) {
	  .l-gNav-wrap {
    padding-top: 100px;
    /* headerの分 */
  }
}
@media screen and (max-width:640px) {
	  .l-gNav-wrap {
    padding-top: 60px;
    /* headerの分 */
  }
}

/*--------------------------------------------------------------------------------
  Dropdown
--------------------------------------------------------------------------------*/

.l-gNav-parent {
  overflow: visible;
}

.l-gNav-child-wrap {
  min-width: calc(100%/7);
}

.l-gNav-child {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  /*-ms-flex-wrap:wrap;
  flex-wrap:wrap;*/
  flex-flow: column;
}

.l-gNav-child li a {
  display: block;
}

@media print, screen and (min-width:641px) {
  .l-gNav-parent.is-active>a {
    color: #E3485E;
  }
  .l-gNav-child-wrap {
    display: none;
    position: absolute;

    top: 100%;
    /*left:50%;
	  transform:translateX(-50%);*/
    z-index: 90;
    -webkit-transition: padding 0.3s ease-out;
    transition: padding 0.3s ease-out;
  }
  .l-gNav-child-wrap.is-active {
    display: block;
    padding-top: 1.5em;
  }
  .l-gNav-child a, .l-gNav-child a:visited {
    color: #50403b;
  }
  .ua-pc .l-gNav-child a:hover {
    color: #FF96A5;
  }
  .l-gNav-child {
    border: 2px solid #FFEDEF;
    background-color: #fff;
    font-weight: 300;
    padding: 1em;
    box-sizing: border-box;
  }
  .l-gNav-child li {
    width: 100%;
  }
  .l-gNav-child li a {
    padding: 0.5em 0;
    box-sizing: border-box;
  }
}

@media screen and (max-width:640px) {
  .l-gNav-parent>a {
    padding-top: 0.8em;
    padding-bottom: 0.4em;
    border-bottom: 0;
    cursor: inherit;
  }
  .l-gNav-child a, .l-gNav-child a:visited, .l-gNav-child a:hover {
    color: #eb5f73;
  }
  .l-gNav-child-wrap {
    display: block;
  }
  .l-gNav-child {
    font-weight: 400;
    padding-left: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dee1e2;
  }
  .l-gNav-child li {
    width: 50%;
  }
  .l-gNav-child li a {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 1.4em;
    display: block;
    position: relative;
  }
  .l-gNav-child li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.5em solid #eb5f73;
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
    padding-right: 0.25em;
    vertical-align: 1px;
  }
}


/*----------------------------------------------------------------------------------------------------

  3. Contents
  
----------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
  Container
--------------------------------------------------------------------------------*/

.l-cnt, .l-cnt--pc {
  max-width: 1570px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width:641px) {
  .l-cnt, .l-cnt--pc {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width:640px) {
  .l-cnt, .l-cnt--sp {
    padding-left: -webkit-calc(40 / 760 * 100vw);
    padding-right: -webkit-calc(40 / 760 * 100vw);
    padding-left: calc(40 / 760 * 100vw);
    padding-right: calc(40 / 760 * 100vw);
  }
}

.m-cnt, .m-cnt--pc {
  max-width: 1280px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width:641px) {
  .m-cnt, .m-cnt--pc {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width:640px) {
  .m-cnt, .m-cnt--sp {
    padding-left: -webkit-calc(40 / 760 * 100vw);
    padding-right: -webkit-calc(40 / 760 * 100vw);
    padding-left: calc(40 / 760 * 100vw);
    padding-right: calc(40 / 760 * 100vw);
  }
}


/*--------------------------------------------------------------------------------
  Page title
--------------------------------------------------------------------------------*/
.l-pgTtl {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../image/l-pgTtl-back.jpg");
	/*background-color:var(--color-green04);*/
  border-top: 4px solid var(--color-green04);
  border-bottom: 4px solid var(--color-green04);
  box-sizing: border-box;
}



.l-pgTtl h1 {
  position: absolute;
  width: 100%;
 
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  line-height: 1.4;
  text-align: center;
  color: #ffa69e;
	color:var(--color-green01);
	font-weight: 500;
	z-index: 1;
	

}

.l-pgTtl h1 span {
	position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color:var(--color-yellow);
}

.l-pgTtl h1 span.jp-ttl::after {
  display: none;
}

@media print, screen and (min-width:641px) {
  .l-pgTtl {
    height: 220px;
  }
}

/*@media print, screen and (min-width:641px) and (max-width:1180px) {
  .l-pgTtl h1 {
    padding-left: 40px;
    padding-right: 40px;
  }
}*/

@media screen and (max-width:640px) {
  .l-pgTtl {
    height: 180px;
  }
  .l-pgTtl h1 span.jp-ttl {
    font-size: 14px;
  }
}


/*@media screen and (max-width:560px) {
  .l-pgTtl {
    height:-webkit-calc(200 / 560 * 100vw);
    height:calc(200 / 560 * 100vw);
  }
  
  .l-pgTtl h2 {
    height:-webkit-calc(180 / 560 * 100vw);
    height:calc(180 / 560 * 100vw);
  }
}

@media screen and (max-width:480px) {
  .l-pgTtl h2 { font-size:1.88em; }
}

@-webkit-keyframes pgTtl {
  0% {
    letter-spacing:2em;
    opacity:0;
  }
  
  100% {
    letter-spacing:0.05em;
    opacity:1;
  }
}

@keyframes pgTtl {
  0% {
    letter-spacing:2em;
    opacity:0;
  }
  
  100% {
    letter-spacing:0.05em;
    opacity:1;
  }
}*/


/*--------------------------------------------------------------------------------
  パンくず
--------------------------------------------------------------------------------*/

.l-pan {
  margin-top: 0.5em;
  margin-bottom: 56px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 300;
}

.l-pan ul {
  text-align: left;
  font-size: 0.85em;
}

.l-pan li {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
}

.l-pan li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0.25em;
  background-color: rgba(33, 53, 62, 0.6);
}

.l-pan li:first-child {
  padding-left: 0;
}

.l-pan li:first-child:before {
  display: none;
}

@media screen and (max-width:640px) {
  .l-pan {
    margin-bottom: 1.5em;
  }
  .ua-tab .l-pan, .ua-sp .l-pan {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
  .ua-tab .l-pan ul, .ua-sp .l-pan ul {
    white-space: nowrap;
  }
  .ua-tab .l-pan::-webkit-scrollbar, .ua-sp .l-pan::-webkit-scrollbar {
    height: 2px;
  }
  .ua-tab .l-pan::-webkit-scrollbar-track, .ua-sp .l-pan::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1px;
  }
  .ua-tab .l-pan::-webkit-scrollbar-thumb, .ua-sp .l-pan::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #ccc;
  }
}


/*----------------------------------------------------------------------------------------------------

  3. Footer
  
----------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------
  Back to top
--------------------------------------------------------------------------------*/

.l-backtoTop {
  /*display: none;*/
  width: 56px;
  height: 56px;
  /*border-radius: 100%;*/
  background-color: var(--color-green01);
  border: 1px solid var(--color-green04);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
@media screen and (min-width:641px) {
	.l-backtoTop {
  display: none;
}
}

.ua-pc .l-backtoTop:hover {
  background-color: var(--color-green02);
}

/*.l-backtoTop__icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.l-backtoTop__icon:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 37px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)translateY(-50%)rotate(-90deg);
  background-image: url("../image/icon/ar_white_right_dots.png");
}*/


.l-backtoTop__icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-backtoTop__icon:after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.2em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width:640px) {
  .l-backtoTop {
    /*width: 2.6em;
    height: 2.6em;*/
	  border: 0px;
	  border-left: 1px solid var(--color-green04);
	  width: 60px;
    height: 60px;
   /* right: 1em;
    bottom: 1em;*/
	 right: 0;
    bottom: 0; 
  }
  .l-backtoTop__icon:after {
    width: 0.7em;
    height: 0.7em;
  }
}


/*--------------------------------------------------------------------------------
 
--------------------------------------------------------------------------------*/

.l-ft {
  position: relative;
  height: 100%;
	z-index: 1;
}

.ft-txt {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}

.ft-hdline {
	max-width: 378px;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 30px;
  
}

footer, footer a, footer a span {
  /*color: #fff!important;*/
}

footer a span {
  text-shadow: none!important;
}

footer {
  background-color: var(--color-white);
}


/**/

.l-ft a {
  /*color: var(--color-green01);*/
  text-decoration: none;
}

.l-ft {
  text-align: center;
}


/*
.l-ftNavList {
  list-style: none;
  text-align: left;
  width: 100%;
}

.l-ftNav-child {
  list-style: none;
  text-align: left;
}

.l-ftNav-child li a::before {
  content: "_";
  padding-right: 5px;
}
*/

.l-ft-copy {
  /*max-width: 900px;*/
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
	background-color: var(--color-green02);
	color: var(--color-white);
	border-bottom: 1px solid var(--color-green04);
}

@media print, screen and (min-width:641px) {
  footer {
    padding-top: 80px;
    /*padding-bottom: 80px;*/
  }
  .l-ft .p-siteTtl {
    padding-bottom: 0.2em;
/*    width: 280px;
    margin-right: 60px;
    margin-bottom: 100px;*/
  }
  .l-ftNavList {
    display: flex;
    justify-content: space-between;
    max-width: 790px;
  }
  .l-ftNav__item>a {
    font-size: 0.88em;
  }
  .l-ftNav__item>div:not(:first-of-type) {
    margin-top: 24px;
  }
  .l-ftNav-child {
    margin-top: 20px;
  }
  .l-ftNav-child a {
    font-size: 0.77em;
  }
  .l-ft-copy {
    text-align: center;
    font-size: 0.77em;
  }
  /*  .ft-txt{
    padding-left: 175px;
  }*/
}

@media print, screen and (max-width:640px) {
  footer {
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: center;
  }
  .l-ft {
    justify-content: center;
  }
  .l-ft .p-siteTtl {
    padding-bottom: 0.2em;
    width: 280px;
	height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
/*  .l-ft .p-siteTtl>a {
    font-size: 1.22em;
  }*/
  .l-ft-copy {
    font-size: 0.88em;
    margin-top: 5px;
  }
  .ft-txt {
    transform: translateY(-50%) translateX(-50%) scale(0.8, 0.8);
  }
  /*  .ft-txt::before{
    transform: scale(0.8,0.8);
    bottom: -10px;
    left: -75px;	
  }*/
}

.col2_fl {
  display: flex;
}

.col2_fl .img-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.col2_fl .txt-box {
  width: 100%;
}

.col2_fl .img-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width:961px) {
  .col2_fl .txt-box {
    max-width: 600px;
  }
  .col2_fl .img-box {
    max-width: 540px;
    padding-top: 33.75%;
  }
  .col2_fl>div:nth-child(1) {
    margin-right: 60px;
  }
}

@media print, screen and (max-width:960px) {
  .col2_fl {
    flex-wrap: wrap;
  }
  .col2_fl>div:nth-child(1) {
    margin-bottom: 20px;
  }
  .col2_fl .img-box {
    max-width: 800px;
    padding-top: 75%;
  }
}

@media print, screen and (max-width:640px) {
  .col2_fl {}
}

.col2_gr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (max-width:800px) {
  .col2_gr {
    grid-template-columns: repeat(1, 1fr);
  }
}

.col3_gr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media print, screen and (max-width:960px) {
  .col3_gr {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (max-width:640px) {
  .col3_gr {
    grid-template-columns: repeat(1, 1fr);
  }
}


/*--------------------------
----------------------------*/

.intro {
  margin-bottom: 90px;
}

@media print, screen and (max-width:640px) {
  .intro {
    margin-bottom: 60px;
  }
}