
body {
  background-color: #FFFFFF;
  font-family: 'Zen Kaku Gothic New', 'Noto Serif JP', serif;
  color: #1c2120;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
p {
    font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #000;
	line-height: 1.75;
	font-size: 10px;
}
/*=================================================================
  Basic Setup
==================================================================*/
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #217ec3;
}

::selection {
  color: #fff;
  background: #217ec3;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #6CB670;
}
.w-100{
	width: 100%;
}
.w-70{
	width: 70%;
	margin: 0 15%;
}
.w-50{
	width: 50%;
	margin: 0 25%;
}
.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all 0.3s ease-in 0s;
}
.btn:focus {
  color: #ddd;
  box-shadow: none;
}
.form-control {
  background-color: #2f383d;
  border-radius: 0;
  padding: 5px 10px;
  border: 0 none;
  color: #ddd;
}
.form-control:focus {
  box-shadow: 0 0 0;
}
.form-control::-webkit-input-placeholder {
  /*  Chrome, Safari, Opera  */
  color: #ddd;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}
.form-control:-ms-input-placeholder {
  /*  Internet Explorer  */
  color: #ddd;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.inline-block {
  display: inline-block;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure {
  margin: 0;
}
a {
  transition: all 0.2s ease-in 0s;
}
iframe {
  border: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
a:focus,
a:hover {
  color: #217ec3;
}
.btn-main {
  color: #050d18;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  /*padding: 10px 65px;*/
  text-transform: uppercase;
  border: 1px solid #5b8374;
  margin-top: 15px;
  margin-bottom: 15px;
}
.btn-main:hover {
	background: #5b8374;
  	color: #fff;
}
.btn-sub {
  background: #878889;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}
.btn-sub:hover {
	background: #606060;
  color: #fff;
}

.section {
  padding: 100px 0;
}
@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}
.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 50px 0;
}
.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.preloader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: rgb(235, 229, 248);
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.title {
  padding-bottom: 60px;
}
.section-bg {
  background-color: #fbf9f0;
}
.section-bg-lightyellow {
  background-color: #fffae7;
}
.section-bg2 {
  background: #ce9647;
}
.section-TOPbg {
 background: rgb(229, 247, 248);
}
.p-0 {
  padding: 0;
}
.p-10{
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.p-20{
	padding-top: 20px;
	padding-bottom: 20px;
}
.p-30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.p-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-80{
	padding-top: 80px;
	padding-bottom: 80px;
}
.p-200{
	padding-top: 200px;
	padding-bottom: 200px;
}
.m-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pb-20{
	padding-bottom: 20px !important;
}
.pb-30{
	padding-bottom: 30px !important;
}
.pb-40{
	padding-bottom: 40px !important;
}
.pb-50{
	padding-bottom: 50px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mt-100{
	margin-top: 100px;
}
.pt-20{
	padding-top: 20px;
}
.pt-30{
	padding-top: 30px;
}
.pt-40{
	padding-top: 40px;
}
.pt-50{
	padding-top: 50px !important;
}
.pt-60{
	padding-top: 60px !important;
}
.pt-70{
	padding-top: 70px;
}
.pt-100{
	padding-top: 100px;
}
.pb-15{
	padding-bottom: 15px;
}
.pb-50{
	padding-bottom: 50px;
}
.pb-100{
	padding-bottom: 100px;
}
.pb-130{
	padding-bottom: 130px;
}
.border-dotted{
	border-bottom: 3px dotted #c3c3c3 !important;
}
.letter-spacing{
	letter-spacing: 0.100em;
}
.font-gothic{
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.font-serif{
	font-family: "DM Serif Display", serif;
	letter-spacing: 0.05em;
}
.font-Oswald{
	font-family: "Oswald", sans-serif;
}
.font-bold, .font-weight{
    font-weight: 600 !important;
}
.font-gold{
	color: #ce9647;
}
.font-red{
	color: #d96039;
}
.font-small80{
	font-size: 80%;
}
.font-small90{
	font-size: 90%;
}
.font-14{
	font-size: 14px
}
h2.sub-title{
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.120em;
    color: #fff;
    font-size: 50px;
	line-height: 1;
	margin-top: 30px;
}
h3.sub-title{
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
    color: #fff;
    font-size: 50px;
	line-height: 1;
	margin-top: 30px;
}
h4.traintrip{
	color: #ce9647;
	font-size: 15px;
	font-weight: 500;
	font-family: "Satisfy", cursive;
	font-style: normal;
}
.WhiteBOX{
	background-color: #FFF;
	border-radius: 15px;
	padding: 50px 20px;
}
@media (max-width: 767px) {
	.WhiteBOX {
    	padding: 30px 20px;
	}
}
.WhiteBOX .inside{
	width: 90%;
    margin: 0 auto;
}
.WhiteBOX h3{
	font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.150em;
    line-height: 1.5;
	margin-bottom: 10px;
}
.WhiteBOX h3.JP{
	font-size: 25px;
}
@media (max-width: 767px) {
	.WhiteBOX h3 {
    	line-height: 1.3;
	}
}
.WhiteBOX h4{
	font-size: 16px;
    letter-spacing: 0.20em;
    font-weight: 600;
}
.WhiteBOX p{
	font-size: 13px;
}
.WhiteBOX-link .link a{
	font-size: 13px;
}
@media (max-width: 575px) {
	.WhiteBOX-link .link{
		width: 50%;
		margin: 0 auto;
		text-align: left;
	}
}
@media (max-width: 551px) {
	.WhiteBOX-link .link{
		width: 60%;
	}
}
@media (max-width: 466px) {
	.WhiteBOX-link .link{
		width: 70%;
	}
}
@media (max-width: 405px) {
	.WhiteBOX-link .link{
		width: 80%;
	}
}
@media (max-width: 346px) {
	.WhiteBOX-link .link{
		width: 90%;
	}
}
.link a{
	color: #ce9647;
    font-weight: 600;
    border-bottom: 1px solid;
}
.link-addimage a{
	margin: 0 auto;
}
.link-addimage p{
	background-color: #f4de9e;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 60px;
    padding-left: 120px;
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 16px;
	line-height: 1.25;
}
.link-addimage a{
	position: relative; 
	padding-top: 40px;
}
.link-addimage img{
	position: absolute;
    left: 35px;
    top: 10px;
}
@media (max-width: 503px) {
	.link-addimage img{
    top: 20px;
}
}
@media (max-width: 351px) {
	.link-addimage p {
    	padding-right: 30px;
    	padding-left: 100px;
	}
	.link-addimage img{
    	left: 30px;
}
}
.link-addimage-passport div{
	margin: 0 auto;
	position: relative;
}
.link-addimage-passport p{
	background-color: #f9f4e9;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 30px;
    padding-left: 120px;
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    font-size: 16px;
    letter-spacing: 0.12em;
	margin-top: 60px;
	line-height: 1.25;
}
@media (max-width: 404px) {
	.link-addimage-passport p {
    	padding-left: 100px;
		padding-right: 15px;
	}
}
@media (max-width: 379px) {
	.link-addimage-passport p {
    	padding-left: 100px;
	}
}
.link-addimage-passport img.img-arrow_circle{
	position: absolute;
	top: 62px !important;
    left: -8px !important;
}
.link-addimage-passport img.img-boardingpass{
	position: absolute;
	top: 25px !important;
    left: 25px !important;
}
@media (max-width: 529px) {
	.link-addimage-passport img.img-arrow_circle{
		top: 73px !important;
	}
	.link-addimage-passport img.img-boardingpass{
		top: 33px !important;
	}
}
@media (max-width: 347px) {
	.link-addimage-passport p {
		padding-left: 85px;
    	padding-right: 5px;
	}
	.link-addimage-passport img.img-boardingpass {
		top: 46px !important;
		width: 25%;
	}
}
.link-addimage_yellow{
	margin-top: 60px;
	position: relative;
}
.link-addimage_yellow p{
	background-color: #f9f4e9;
	padding: 10px 10px 10px 100px;
	font-size: 13px;
}
.link-addimage_yellow img {
    position: absolute;
    left: 20px;
    top: -22px;
}
@media (max-width: 1162px) {
	.link-addimage_yellow img {
   		 top: -13px;
	}.link-addimage_yellow p{
		line-height: 1.5;
	}
}

@media (max-width: 837px) {
	.link-addimage_yellow p{
		padding: 10px 5px 10px 75px;
	}
	.link-addimage_yellow img {
		top: -16px;
    	left: 0px;
	}
}
@media (max-width: 772px) {
	/*.link-addimage_yellow img {
   		width: 25%;
		top: -7px;
	}*/
	
}
@media (max-width: 684px) {
	.link-addimage_yellow img {
   		top: -7px;
	}
}
@media (max-width: 575px) {
	.link-addimage_yellow img {
		top: -15px;
	}
}
@media (max-width: 537px) {
	.link-addimage_yellow img {
		    left: 0;
	}
}
@media (max-width: 386px) {
	.link-addimage_yellow p {
		padding: 10px 5px 10px 60px;
	}
	.link-addimage_yellow img {
   		width: 25%;
    	top: -8px;
	}
}
@media (max-width: 349px) {
	.link-addimage_yellow p {
		padding: 10px 5px 10px 35px;
	}
	.link-addimage_yellow img {
   		width: 22%;
    	top: 0px;
	}
}
.link-addimage-passport-after h4{
	color: #ce9647;
    margin: 0 auto;
    padding-top: 20px;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.bg-red{
	background-color: #fbebea;
	padding: 10px 5px 7px;
}
.bg-yellow{
	background-color: #f9f4e9;
	padding: 10px 5px 7px;
}
/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #332252;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  /*padding: 10px 0;*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.ml-auto, .mx-auto {
    margin: 0 auto!important;
}
.nav-bar-title{
	float: inline-end;
    padding: 5px 0 0 15px;
	color: #FFF;
}

.navbar-light .navbar-toggler {
    border: none !important;
}
.navbar-header .navbar-light button:focus {
    outline: none;
}
.navigation .navigation-menu li a.active {
  color: #000 !important;
}
.navigation .navigation-menu a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 16px;
  color: #FFF;
}
.navigation .navigation-menu a:hover, .navigation .navigation-menu a:focus {
  background: transparent;
  color: #fff !important;
  background-color: #332252;	
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navigation .navigation-menu li a {
  padding-bottom: 5px;
  position: relative;
  background-color: #332252;	
}
.navbar-dark .navbar-nav .nav-link {
    font-family: "DM Serif Display", serif;
	letter-spacing: 0.05em;
}
.navbar-dark .navbar-toggler {
    border: none;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark button:focus {
    outline: none;
    outline: none -webkit-focus-ring-color;
}
.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle span {
  background: #fff;
}
/*== ボタン共通設定 */
.nav-link {
    position: relative;
}
/*== NAVドロップダウン */
.navbar-nav .dropdown-menu {
    background-color: inherit;
    border: none;
}
.navigation .navigation-menu li .dropdown-menu a::before {
  background: #217ec3;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 0);
  transition: transform 0s;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*=================================================================
flash-img INDEX
==================================================================*/
.index-1{
	position: inherit;
	z-index: 20;
}
.header, #footer{
	position: relative;
}
.header{
	background-image: url(../images/bg_header.png);
	background-size: cover;
    background-position: center;
}
#footer{
	background-image: url("../images/bg_footer.png");
	background-size: cover;
    background-position: center;
}
#footer .section .maple_blue01 {
    position: absolute;
    left: 3%;
    width: 20%;
    float: inherit;
    top: -0%;
    margin-left: inherit;
	opacity: 0.8;
}

/*=================================================================
flash-img INDEX以外
==================================================================*/
.header2{
	position: relative;
}
.header2{
	background-image: url(../images/bg_header2.png);
	background-size: cover;
    background-position: center;
}
.border-top{
	border-top: 1px solid #a6a6a6 !important;
}
.border-top-mb10{
	border-top: 1px solid #a6a6a6 !important;
	margin-bottom: 10px;
}
.OTHERpage-title{
}
hr{
	margin-top: 10px;
}
/*=================================================================
header　Index
==================================================================*/
.header .TOP-area {
  background-size: cover;
  /*height: 80vh;*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding-top: 100px;
}
.header .TOP-area .block {
  text-align: center;
  z-index: 99;
}
.header .TOP-area .block h1 {
	font-family: "DM Serif Display", serif;
    font-size: 5em;
    text-transform: capitalize;
    margin-bottom: 30px;
	color: #fff;
	letter-spacing: 0.05em;
}
.header .TOP-area h2 {
    margin-bottom: 75px;
    font-size: 1rem;
	color: #fff;
	font-family: "Oswald", sans-serif;
	letter-spacing: 0.05em;
}

.header .TOP-area h3 {
	color: #fff;
    margin-bottom: 40px;
	margin-top: 160px;
	letter-spacing: 0.394em;
	font-size: 21px;
	font-weight: 500;
}
.header .TOP-area p {
	color: #a6a6a6;
	font-size: 15px;
	margin-bottom: 100px;
	font-family: "Satisfy", cursive;
	font-weight: 500;
}

.header .TOP-area .block h4 {
	letter-spacing: 0.1em;
	color: #524f63;
	font-size: 1em;
	margin: 0 auto;
	margin-bottom: 150px;
    margin-top: 30px;
    font-weight: 700;
	font-family: "Oswald", sans-serif;
}
.header .TOP-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
/*=================================================================
header　Index以外
==================================================================*/
.header2 h4 {
	color: #a6a6a6;
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 30px;
	letter-spacing: 0.125em;
	left: 5%;
	font-family: "Oswald", sans-serif;
}
.header2 h1 {
    font-family: "DM Serif Display", serif;
	letter-spacing: 0.05em;
    text-transform: capitalize;
    font-weight: 700;
	font-size: 35px;
    margin-bottom: 0px;
	color: #8a6948;
}
.header2 h2 {
	font-weight: 600;
	font-size: 12px;
    margin: 10px;
	color: #8a6948;
    font-family: "Oswald", sans-serif;
}
/*.header2 h3 {
	font-size: 12px;
	color: #1c2120;
    margin: 10px;
	letter-spacing: 0.394em;
}*/

/*=================================================================
Index
==================================================================*/
.index-1 h2{
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.150em;
    font-size: 34px;
	margin-bottom: 50px;
}
.index-1 h3{
	font-weight: 600;
    font-size: 50px;
	line-height: 1;
	padding-bottom: 15px;
	letter-spacing: 0.05em;
}
.index-1-contentbox{
	padding: 0;
}
.index-2{
	background: rgb(248, 247, 238);
}
.index-2 h3{
	font-weight: 700;
    font-size: 65px;
	line-height: 0.75;
	padding-bottom: 15px;
}
.index-3 h3{
	font-weight: 600;
    font-size: 60px;
	line-height: 1;
	padding-bottom: 15px;
	padding-left: 15px;
}
.index-3 h3 span{
	display: inline-block;
}
.index-2 h3.small{
	font-size: 50px;
}
.index-3 h3{
	color:#f0ebe1;
}
.index-1 .index-1-box{
	align-items: flex-end;
}
.index-1 .btn-readmore div .btn-main{
	padding: 10px 65px;
}
.index-1-contentbox p{
	margin-bottom: 0;
}
.index-1 h4{
	font-size: 17px;
    margin: 40px 0;
	letter-spacing: 0.09em;
	line-height: 1.75;
	font-weight: 500;
}
.index-1-imgbox .img-future{
	width: 50% !important;
    margin-left: 30% !important;
}
@media (max-width:2200px){
	.index-1-imgbox .img-future{
		width: 60% !important;
		margin-left: 20% !important;
	}
}
@media (max-width:1880px){
	.index-1-imgbox .img-future{
		width: 65% !important;
		margin-left: 20% !important;
	}
}
@media (max-width:1750px){
	.index-1-imgbox .img-future{
		width: 70% !important;
    	margin-left: 10% !important;
	}
}
@media (max-width: 1550px){
	.index-1-imgbox .img-future {
		width: 75% !important;
		margin-left: 10% !important;
	}
}
@media (max-width: 1200px){
	.index-1-imgbox .img-future {
		width: 100% !important;
		margin-left: 0% !important;
	}
}
@media (max-width: 1190px){
	.index-1-imgbox .img-future {
		width: 80% !important;
		margin-left: 0% !important;
		padding-top: 0px;
	}
	.index-1-contentbox{
		width: 80%;
    	margin: 0 auto;
		padding-right: 15px;
    	padding-left: 15px;
	}
	.index-1 h3, .index-2 h3 {
	    font-size: 40px;
	}
	.index-2 h3.small {
	    font-size: 32.5px;
	}
}
@media (max-width: 550px){
	.index-1-imgbox .img-future {
		width: 100% !important;
		margin-left: 0% !important;
		padding-top: 0px;
	}
	.index-1-contentbox{
		width: 100%;
    	margin: 0 auto;
	}
}
.index-2 div .Bookmarks-box-inner{
	width: 90%;
	margin: 0 auto;
}
.index-2 div div .Bookmarks-img{
	margin-bottom: 30px;
}
.index-3 h4{
	font-size: 21px;
    margin: 40px 0;
	letter-spacing: 0.35em;
	padding-left: 15px;
	font-weight: 500;
}
.index-3 h4, .index-3 p{
	color: #FFF;
}
 .index-3 p {
    font-size: 12px;
	line-height: 1.5;	 
	padding-left: 15px;
}
.index-2 .title h2{
	padding-top: 120px;
}

.index-2 h4{
	letter-spacing: 0.05em;
    margin-top: 25px;
    font-size: 21px;
	font-weight: 600;
}
.index-2 h5{
	color: #a6a6a6;
    font-size: 1.15rem;
	min-height: 65px;
}
.index-2 h6 {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
}
.index-2 p{
	line-height: 1.4;
    font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
@media (min-width:992px) {
	.index-2 p {
		min-height: 100px;
	}
}
.index-3 .btn-main {
    /*position: relative;
    bottom: -40px;*/
	border: 1px solid #FFF;
	color: #FFF;
}
@media (max-width: 991px) {
	.index-2 h5{
		min-height: inherit;
		margin-bottom: 1rem;
	}
  .index-3 .btn-main {
	  position: inherit;
	  margin-top: 30px;
	}
}
.index-3{
	background: #ce9647 url("../images/HowAreYouFeelingNow.png") no-repeat center top;
}
.index-4, .index-5{
	background: rgb(235, 229, 248);
}
.index-4 h3{
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 5px;
}
.index-4 h3 span{
	font-size: 21px;
}
.index-4 h4 {
    font-size: 16px;
	margin-bottom: 40px;
	color: rgb(165, 158, 198);
}
.index-4 h5{
	color: rgb(70, 48, 173);
	display: inline-block;
	line-height: 0.75;
	font-size: 13px;
	margin-top: 30px;
	border-bottom: 1px solid;
}
.index-4 h6{
	color: rgb(70, 48, 173);
	display: inline-block;
	line-height: 0.75;
	font-size: 13px;
	margin-top: 20px;
}
.index-4 p{
	font-family: 'Noto Serif JP', serif;
    font-size: 11px;
    line-height: 1.8;
	letter-spacing: 0.09em;
}
.index-4 img.img-kaede {
    /*width: 90%;*/
    margin: 0 auto;
    padding-top: 150px;
}
.index-4 img.maple_blue01 {
    position: absolute;
    right: 2.5%;
    width: 20%;
    top: 67%;
    opacity: 0.5;
}
.index-4 img.maple_blue02 {
    position: absolute;
    left: 2.5%;
    width: 20%;
    /*top: 67%;*/
    opacity: 0.5;
}
.index-5 h5{
	color: #ce9647;
	font-size: 15px;
}

/*=================================================================
Concept page
==================================================================*/
.concept-2-inside{
	padding-top:40px; 
}
@media (max-width: 767px) {
  	.concept-2-inside{
		padding-top:20px; 
	}
}
.concept-2 p{
	font-family: 'EB Garamond', 'Noto Serif JP', serif;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.09em;
}
.concept-2 p.font-bold-big{
	font-size: 17px;
	font-weight: 600;
}
.concept-3 .container table.green, .concept-3 .container table.red{
	width: 100%;
}
.concept-3 .container table.green th{
	background-color: #ebf3ed;
	color: #79ad88;
}
.concept-3 .container table.red th{
	background-color: #fbebea;
	color: #de6d61;
}
.concept-3 .container table.green th, .concept-3 .container table.red th{
	text-align: center;
	letter-spacing: 0.3em;
	padding: 10px 0 7px;
	font-weight: 600;
	display: block;
	font-size: 16px;
}
.concept-3 .container table.green td, .concept-3 .container table.red td{
	background-color: #fbf9f0;
	padding: 10px;
}
.concept-3 .container table.green td p, .concept-3 .container table.red td p{
	margin: 0 auto;
	font-size: 11px;
}
@media (max-width: 767px) {
  	.concept-3 .container table.green td p, .concept-3 .container table.red td p, .WhiteBOX h4{
		text-align: left;
	}
}
.concept-3 h4{
	font-size: 14px;
}
.concept-3 .illustration-explanation .col-6{
	float: left;
}
.concept-3 .box-red{
	background-color: #fbebea;
	border-top: 10px solid #f8f5e6;
}
.concept-3 .box-red h4{
	font-size: 16px;
	color: #de6d61;
	letter-spacing: 0.200em;
	font-weight: 700;
}
.concept-3 .box-red p{
	font-size: 12px;
	letter-spacing: 0.100em;
	margin-bottom: 0;
}
.concept-4{
	clear: left;
}
.concept-4 h4{
	font-weight: 700;
	font-size: 23px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 20px;
}
.concept-4 h5{
	font-weight: 600;
	font-size: 17px;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
	padding-top: 15px;
}
 .concept-4 p{
	font-size: 13px;
	letter-spacing: 0.100em;
	line-height: 2; 
}
.img-90{
	max-width: 90%;
    height: auto;
}

p.font-12{
	font-size: 12px;
}
p.font-13{
	font-size: 13px;
}

/*=================================================================
law
==================================================================*/
.law-2 .row{
	padding: 20px 0;
	border-bottom: 1px dashed #dee2e6;
}
@media (max-width: 767px) {
	.law-2 .row .col-sm-4{
		padding-bottom: 10px;
	}
}
.law-2-td, .law-2-dd{
	font-size: 14px;
	letter-spacing: 0.1em;
}

/*=================================================================
privacy
==================================================================*/	
.privacy-2-inside{
	padding-top: 50px;
}
@media (max-width: 767px) {
	.privacy-2-inside{
		padding-top: 20px;
	}
}
.privacy-2-title{
	font-weight: 800;
    border-bottom: 1px solid #000;
    font-size: 14px;
}
.privacy-2-title::after{
 content:"\A";
 white-space:pre;
}
.privacy-2 p{
	font-size: 12px;
	line-height: 1.75;
	font-family: 'Noto Sans JP', serif;
	font-weight: 600;
}
.privacy-3 p{
	font-weight: 500;
}
.privacy-3 p.subtitle{
	font-size: 12px;
	line-height: 1.75;
	margin-top: 10px;
}
.privacy-3 p.link{
	border-bottom: 1px solid;
	display: inline-block;
}
.privacy-3 div div .col-sm-12{
	background: rgb(229, 247, 248);
	padding: 15px;
}
.privacy-3 .link-passport img{
	position: relative;
	top: 40%;
    left: -35%;
}


/*=================================================================
 Contact
==================================================================*/
.Contact-1{
	padding-top: 50px;
	font-weight: 500;
}
.Contact-1 p{
	font-family: 'Noto Sans JP', serif;
	font-weight: 600;
}
.Contact-2{
	font-weight: 500;
}
@media (max-width: 767px) {
	.Contact-1{
		padding-top: 20px;
	}
}
.link-addimage-contact{
	margin: 0 auto;
	position: relative;
}
.link-addimage-contact button{
	background: rgb(229, 247, 248);
	color: #000;
	font-size: 13px;
	padding: 5px 50px 5px 150px;
    height: 35px;
	font-weight: 500;
}
.link-addimage-contact img{
	position: absolute;
	left: 20px;
    top: -25px;
}
@media (max-width: 815px) {
	.link-addimage-contact button{
		height: inherit;
	}
}
@media (max-width: 767px) {
	.link-addimage-contact button{
		padding: 5px 20px 5px 120px;
	}
}
@media (max-width: 536px) {
	.link-addimage-contact img {
		top: -18px;
	}
}
@media (max-width: 320px) {
	.link-addimage-contact button{
		padding: 5px 15px 5px 95px;
	}
	.link-addimage-contact img {
		left: 10px;
		top: -13px;
		width: 30%;
	}
}
.contact-form {
	margin-bottom: 60px;
}
.contact-form-title{
	font-size: 14px;
}
.contact-form .row {
    padding-bottom: 25px;
}
.contact-form .form-control {
	background-color: transparent;
	border: 1px solid #0000002b;
	color: #000;
}
.contact-form .form-control option{
	color: #000000;
}
.contact-form .form-control:focus {
	color: #000;
}
.contact-form textarea.form-control {
	padding: 10px;
	height: 120px;
}
.contact-form #text_msg{
	height: 7em;
    margin-bottom: 20px;	
}
.contact-form input:hover,
.contact-form textarea:hover{
	background: rgb(229 247 248 / 35%);
}
.mail-title{
	font-weight: 600;
    font-size: 63px;
    line-height: 0.8;
    padding-bottom: 15px;
    color: #1f1e4e;
    font-family: 'EB Garamond', 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

/*=================================================================
  Footer section
==================================================================*/
#footer h5{
	font-size: 22px;
    margin-bottom: 0;
}
#footer h6{
	font-size: 13px;
}
#footer h5, #footer h6{
	color: #ce9647;
    font-weight: 600;
	line-height: 0.8;
    padding-bottom: 10px;
	
}
#footer h4{
	font-size: 1.25em;
	clear: left;
    margin-top: 20px;
	font-weight: 600;
}
#footer .footer_menu{
	margin: 0 1%;
	display: inline-block;
}
#footer a{
	color: #fff;
    font-size: 12px;
	font-weight: 500;
}
#footer .insta h7{
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
.copyright {
	color: #fff;
    font-size: 12px;
}

/*=================================================================
  レスポンシブ
==================================================================*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 60%;
    margin: 0 auto;
}
@media (max-width: 1100px) {
	#navigation .container{
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.border70{
		border-top: 1px solid #a6a6a6 !important;
		width: 80%;
	}
}
@media (max-width: 374px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 83%;
		margin: 0 auto;
	}
	.border70{
		border-top: 1px solid #a6a6a6 !important;
		width: 83%;
	}
}

/*=================================================================
  SIZE laptop L
==================================================================*/
@media (max-width: 1024px) {
	.feelingnow-title h2{
		font-size: 2.225rem !important;
		line-height: 1 !important;
	}	
}
@media (min-width: 1024px) {
	.nowrap-PC{
		white-space:nowrap; 
	}
}
@media (max-width: 1100px) {
	.header{
		background-image: url("../images/bg_header_Tablet.png");
		background-size: cover;
		background-position: center;
	}
	.header .TOP-area .block h4{
		font-size: 14px;
		margin-bottom: 100px;
	}
  .header .TOP-area .block h1 {
    font-size: 4em;
	}
	/*.header .TOP-area h2 {
    font-size: 0.75em;
	}*/
	.header .TOP-area h3 {
    font-size: 1.4em;
	margin-top: 100px;
	}
	.header .TOP-area p {
	font-size: 0.95em;
	}
	.header2 h4 {
    	font-size: 0.7rem;
	}
	.btn-main {
    	padding: 8px 50px;
	}
	
	#footer .section .flash06 {
		bottom: 30%;
	}
	h2.sub-title, .feelingnow-1 h2.sub-title {
	    font-size: 2.25rem;
	}
	.header2 img.flash01{
		top: -60%;
	}    
	.header2 img.flash02{
		top: -70%;
	}
}

/*=================================================================
  SIZE tablet
==================================================================*/
@media (max-width: 992px) {
	
	.index-1 h4 {
    	margin: 20px 0;
		line-height: 1.5;
	}
	.index-1 div div .col-lg-6{
		padding: 0;
	}
	.index-2 h4 {
    	margin-top: 20px;
	}
	.index-2 p {
    	min-height: inherit;
	}
	
	.index-2 div div .title{
		padding-bottom: 20px;
	}
	.index-2 div div .Bookmarks-img{
		margin-bottom: 15px;
	}
	.index-3{
		background: #ce9647 url("../images/HowAreYouFeelingNow_tablet.png") no-repeat center top;
	}
	.index-4 img.maple_blue01 {
        width: 30%;
		top: 62.5%;
	}
	.index-4 img.maple_blue02 {
        width: 30%;
	}
	.btn-main {
	  margin-bottom: 30px;
	}
	.header2 img.flash02 {
		top: -50%;
	}
	.header2 h4{
		text-align: center;
		position: inherit;
		left: inherit;
	}
	.nowrap-tablet{
		white-space:nowrap !important; 
	}
	.music-area {
		width: 100%;
	}
	.tree-img{
		width: 90%;
		margin: 0 5%;
	}
}

/*=================================================================
  SIZE Mobile
==================================================================*/
@media (max-width: 767px) {
	.header{
		background-image: url("../images/bg_header_Mobile.png");
		background-size: cover;
		background-position: center;
	}
	.header .TOP-area .block h1 {
		font-size: 3.25em;
	  }
	.header .TOP-area h3 {
    	font-size: 1.0em;
        letter-spacing: 0.2em;
	}
	.header .TOP-area .block h4 {
    	font-size: 0.6em;
    	letter-spacing: 0.15em;
	}
	.header2 h4 {
		font-size: 0.6rem;
		text-align: center;
	}
	.index-1 h3 {
    	font-size: 52px;
	}
	.index-1 h2 {
		letter-spacing: 0.10em;
    	font-size: 30px;
	}
	.index-1 .btn-readmore .mt-50{
		margin-top: 25px;
	}
	.index-2 h3 {
		font-size: 45px;
		padding-bottom: 0px;
		line-height: 0.9;
	}
	.index-2 h3.small{
		font-size: 2rem;
	}
	.index-2 h4 {
		margin-top: 20px;
	}
	.index-3{
		background: #ce9647 url("../images/HowAreYouFeelingNow_mobile.png") no-repeat center top;
	}
	
	.index-4 img.maple_blue01 {
    	top: 65%;
        width: 40%;
	}
	.index-4 img.maple_blue02 {
        width: 40%;
		left: 0;
	}
	.index-5 .container .row .col-lg-12{
		padding-left: 0px;
   		padding-right: 0px;
	}
	.index-5 h5 {
		font-size: 14px;
	}
	h2.sub-title, .feelingnow-1 h2.sub-title{
		font-size: 2rem;
		line-height: 1.25;
	}
	h3.sub-title {
		font-size: 2rem;
		line-height: 1.2;
	}
	.concept-3 .container table.green th, .concept-3 .container table.red th {
    	letter-spacing: 0em;
	}
	.concept-3 .container table.green td p, .concept-3 .container table.red td p {
		line-height: 1.3;
	}
	.concept-3 .box-red p {
    	line-height: 1.5;
		text-align: left;
	}
	.WhiteBOX h4 {
    	margin-top: 0px;
		line-height: 1.5;
	}
	.law-2-td{
		font-weight: 700;
	}
	.nowrap-mobileM{
		white-space:nowrap !important; 
	}
	.nowrap-tablet{
		white-space:inherit;  
	}
	.concept-4 .container .img-area .col-12{
		padding-left: 0;
		padding-right: 0;
	}
	.concept-4 .container .concept-4-title .col-12{
		padding-left: 10px;
		padding-right: 10px;
	}
	.concept-4 h5 {
		padding-top: 0px;
		line-height: 2;
		letter-spacing: 0.0395em;
	}
	.concept-4 .img-90 {
		margin-top: 8px;
	}
	.img-90 {
		max-width: 100%;
	}
	.feelingnow-title .container .pb-50{
		padding-bottom: 40px !important;
	}
	.feelingnow-2 .container .mt-40{
		margin-top: 30px !important;
	}
	.feelingnow-2 {
		padding-bottom: 5px !important;
	}
	.music-area, .tree-img{
		width: 100%;
		margin: inherit;
	}
	.music-area .col-6{
		margin-bottom: 30px;
	}
	.tree-img .img-fluid {
		width: 80%;
	}
	#treeA, #treeB, #treeC, #treeD {
		margin-bottom: 0px;
	}
	#treeA img, #treeB img, #treeC img, #treeD img {
		width: 55%;
	}
	#footer .section .maple_blue01 {
		width: 35%;
		bottom: 72.5%;
		left: -3%;
	}
	#footer .section .flash06 {
   		width: 40%;
    	bottom: 20%;
		right: 0%;
	}
	#footer h5{
		line-height: 1;
	}
	#footer .insta h7 {
		white-space: nowrap;
		font-size: 14px;
	}
}

/*=================================================================
  SIZE MobileM
==================================================================*/
@media (max-width: 401px) {
	.nav-bar-title h6{
		font-size:0.9rem;
	}
	.index-1 h3 {
    	font-size: 48px;
	}
	.index-2 h4 {
    	letter-spacing: 0.25em;
	}
	.concept-2 p, .concept-4 p, .feelingnow-1 p, .feelingnow-2 p, .feelingnow-3 h5, .feelingnow-3 p {
	    letter-spacing: 0.0395em;
	}
}

/*=================================================================
  SIZE MobileS
==================================================================*/
@media (max-width: 371px) {
	.index-1 h3 {
    	font-size: 42px;
	}
	.nav-bar-title h6{
		font-size: 0.7rem;
    	margin-top: 5px;
	}
	.index-2 h3, .index-3 h3 {
	    font-size: 2.5rem;
	}
	.TOTONOIpassport h5 b {
		font-size: 13px;
	}
	.btn-main {
		padding: 8px 30px;
	}
	.nowrap-mobileS{
		white-space:nowrap !important;; 
	}
	.concept-2 p, .feelingnow-1 p, .feelingnow-2 p, .feelingnow-3 h5, .feelingnow-3 p {
	    letter-spacing: 0.09em;
	}
	#footer .insta h7 {
		white-space: nowrap;
		font-size: 13px;
	}
}