@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/*/▼帯バナー削除用CSS▼//*/

#beltbnr {
   display: none;
}
.h_bar{
   display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
    letter-spacing: 0;
    line-height: 2;
    overflow: hidden;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
}
#mainArea div {
    font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
    font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
    width: 900px;
    margin: 0 auto;
    display: block;
}
section {
    width: 860px;
    margin: 7em auto 10em;	
	position: relative;	
}
.f-f {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.1rem;
    font-size: 1.28rem;
    letter-spacing: 0.5px;		
}
.under_ {
    margin: 5% auto 4% auto;
	clear: both;
}
.back-b {
    background: #d9ad68;
}
.lead {
    background: #d9ad68;    
    width: 100%;
    margin: 0 auto -2em;
    position: relative;
}
.lead p {
	padding: 4em 0 2em 0;
    font-family: 'Noto Sans JP', sans-serif;  
	font-size: 1.4rem;
	font-weight: 400;	
    font-style: normal;    
	line-height: 1.9;
    text-align: center;
}

/*///*/
#about {
	position: relative;
	width: 95%;
    margin: 9% auto;
	padding: 2% 0;
}
#about .main_img {
	width: 40%;
    margin: 0 auto;
}
.main_ttl {
    margin: 0 auto;
    width: 60%;
    text-align: center;
}
.main_ttl p {
    margin: 5% auto;
    font-size: 1.4rem;
}
h2 {
    font-size: 1.9rem;	
    font-family: 'Times New Roman', Times, 'serif';
    font-family: "Noto Serif JP", serif;    
    font-weight: 400;
    font-style: normal;	
	letter-spacing: 1px;
	line-height: 1.5;
    margin-bottom: 1%;
    border: #0f0f0f 1px solid;
    display: inline;
    padding: 0 0.5%;
}

.marker-text {
  text-align: left;
  display: inline-block;
  margin-top: 5%;
}
.marker-text p {
  font-size: 1.9rem;	
  font-family: "Noto Serif JP", serif !important;  
  font-style: italic;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.marker-text .line {
  display: inline-block;
  position: relative;
  color: white;
  opacity: 0;
  margin: 0;
}
.marker-text .line2 {
  margin-left: 3em;
  display: block;
  position: relative;  
  margin-top: 1%;
}

.marker-text .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.05em;
  width: 0;
  height: 1.5em;
  background: black;
  z-index: -1;
  transition: width 0.5s ease;
}

.marker-text .line.show {
  opacity: 1;
  transition: opacity 0.2s ease;
}

.marker-text .line.show::before {
  width: 100%;
}

.marker {
    position: relative;
    z-index: 1;
    display: inline-block;
}
.marker::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2em;
    height: 70%;
    width: 0%;
    background: #fcd4a7;
    z-index: -1;
    transition: width 1.3s ease;
}
.marker.marker-animate::before {
    width: 100%;
}

#about .about_credit {
  display: flex;
  width: 60%;
  margin: 0 auto;  
}
#about .about_credit img {
  width: 40%;
  margin: 8% 5% 0 13%;
}
#about .about_creditArea {
  z-index: 1;
  margin: 8% 0 0 0;
}
#about .about_creditArea ul li {
  display: grid;
  grid-template-columns: 11px 145px auto; 
  column-gap: 1em;
  padding: 3% 0;
  margin: 0 -3% 0 0;  
}
#about .about_creditArea ul li span,
#about .about_creditArea ul li a {
  font-family: 'Times New Roman', Times, 'serif';
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  text-align: left;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
  align-self: start;  
}
#about .about_creditArea ul li span.number {
  font-weight: 600;
}
#about .about_creditArea ul li a {
  background: #0f0f0f;
  border: 1px solid #0f0f0f;  
  color: #fff;
  font-size: 1.15em;  
  align-self: center;
  padding: 3% 0;
  text-align: center;
}
#about .about_creditArea ul li a:hover {
  background: none;
  border: 1px solid #0f0f0f;
  color: #0f0f0f !important;
  transition: .3s;
}

.sub_ttl {
    width: 70%;
    margin: 13% auto 0 auto;
}
.sub_ttl_wrap {
    border: #cb4448 2px solid;
    padding: 2% 3%;
}
.sub_ttl p.month_ttl {
    font-size: 1.3rem;	
    font-family: 'Times New Roman', Times, 'serif' !important;
    font-family: "Noto Serif JP", serif !important;    
    font-weight: 400;
    font-style: normal;	
	letter-spacing: 1px;
	line-height: 1.5;
    color: #fff;
    background: #cb4448;
    display: inline-block;
    margin: 0;
    padding: 0 1%;    
}
.sub_ttl h3 {
    font-size: 1.7rem;	
    font-family: 'Noto Sans JP', sans-serif;    
    font-weight: 400;
    font-style: normal;	
	letter-spacing: 1px;
	line-height: 1.5;
    margin: 1% 0 2% 0;
    color: #cb4448;
}
.sub_ttl p {
    font-size: 1.35rem;	
    font-family: "Noto Serif JP", serif;    
    font-weight: 400;
    font-style: normal;	
	letter-spacing: 1px;
	line-height: 1.7;
    margin-bottom: 1%;
    color: #cb4448;
}
h4 {
    font-size: 1.75rem;	
    font-family: "Noto Serif JP", serif;    
    font-weight: 400;
    font-style: normal;	
	line-height: 1.5;
    color: #0f0f0f;
}

#ideas {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

/* slide */
.slider {
    width: 100%;
    margin: 0 auto;
}
.slider img {
    width: 100%;
    height: auto;
}
.slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	margin: 0 2px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}
.slick-dots li button:before {
    font-size: 12px;
    top: 6px;
}
.ld_img {
    z-index: 3;	
}
.ld_img img {
	width: 100%;
	height: auto;	
}

/*///*/
.comment_ {
	font-size: 1.35rem;
	font-weight: 400;	
	line-height: 2.0;
    margin: 1.3em auto 2em auto;
}

/*///*/
.main_creditArea {
	padding: 0;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.main_creditArea table td.txt {
    width: 80%;
    padding: 0;
	height: 45px;
}
.main_creditArea table td.btn {
	width: 20%;
}

/*////*/
.button_crdit {
    width: 73%;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    font-size: 1.2rem;
}
.button_bl {
    font-family: 'Noto Sans JP', sans-serif;  
    font-weight: 400;
    font-style: normal;	
    display: block;
    width: 90%;
    height: 37px;
    line-height: 34px;
    border-radius: 50%;
    border: 1.2px solid #0f0f0f;
    background: none;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    color: #0f0f0f;
    font-size: 1.25rem;
    letter-spacing: 1px;
    text-decoration: none;
	margin: 0 auto;
}
.button_bl:hover {
    background: #0f0f0f;
    border: 1.2px solid #0f0f0f;
    color: #fff !important;
    transition: .3s;
}

/*////*/
.button_all {
    font-family: 'Noto Sans JP', sans-serif;  
    font-weight: 400;    
    width: 600px;
    height: 48px;
    border: solid 1.2px #202020;
    background: #202020;
    text-align: center;
    transition: 1s;
    vertical-align: middle;
    display: block;
    color: #fff;
    line-height: 46px;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
}
.button_all:hover {
    background: none;
    border: solid 1.2px #202020;
    color: #202020 !important;
    transition: .3s;
}

/*////*/
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}
.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

.item_1 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 6% auto 0 auto;
}
.item_1 .ld_img,
.item_3 .ld_img,
.item_4 .ld_img,
.item_6 .ld_img {
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
.item_1 .item_Text,
.item_3 .item_Text,
.item_4 .item_Text,
.item_6 .item_Text {
    width: 370px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 5%;
	padding: 0;
}
.item_2,
.item_3,
.item_5,
.item_6 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 6% auto 0 auto;
}
.item_2 .ld_img,
.item_5 .ld_img {
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 6%;
}
.item_2 .item_Text,
.item_5 .item_Text {
    width: 370px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 0;
	padding: 0;
}
.item_4 {
	position: relative;
    padding: 0 0 4% 0;
	width: 100%;
    margin: 6% auto 0 auto;
}
