@charset "utf-8";

/*
========================================
    基本設定
=========================================
 */

html{
	font-size: 100%;
}

body {
    font-family: 'Rounded Mplus 1c', sans-serif;
	color: black;
}

img{
	max-width: 100%;
	height: auto;
}

h1{
	font-size: 52px;
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-weight: 600;
	text-align:center; 
	line-height: 0;
}

h2{
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-size: 40px;	
	font-weight: 700;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 2px;
}

h3{
	font-family: 'Rounded Mplus 1c', sans-serif;
	font-size: 24px;	
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
}

p{
	font-size: 16px;	
	font-family: 'Rounded Mplus 1c', sans-serif;
	line-height: 2.2;
	font-weight: 400;
	margin-bottom: 16px;
}

a {
    color: #434343;
    text-decoration: none;
}

a:hover {
    color: #f6ac4d;
}

.container{
	padding: 0 60px;
}


/* スマートフォン用のスタイル */
@media (max-width: 768px) {
	h2{font-size: 28px;	
	}
	.container{padding: 0 20px;
	}
	
	h3{
		line-height:1.2;
	}
	
	p{
	line-height: 1.6;
	margin-bottom: 8px;
	}
}



/*
========================================
    header / hero
=========================================
*/
header {
  background-image: url("");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

/* hero */
.sec_hero{
height: 750px;
margin-top: 40px;
position: relative;
}

sec_hero container{	
}

/* 絶対配置 */
.bxslider{
	height: 750px;
	overflow: hidden;
	border-radius: 25px;
}

.bxslider img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  border-radius: 25px;
}

h1 img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hero_copy_c{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hero_copy_l{
	position: absolute;
      width: 100%;	
    top: 15%;
    left: 8%;
      transform: translate(0%, 0%);
}

.hero_copy_r{
	position: absolute;
      width: 100%;
    top: 15%;
    left: 92%;
      transform: translate(0%, 0%);
}

.hero_logo{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

nav {
	position: absolute;
	width: 70%;
    bottom: -25px;
    left: 50%;
	transform: translate(-50%, 0);
}

nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
}

li.nav-i01{
	margin-left: 20px
}


li.nav-i02{

}

li.nav-i03{
	margin-left: 40%;
}

.gnav a.btn-usual,span.btn-usual {
	width: 120px;
	box-shadow: 0 2px 0 4px #d1bf29;
	display: block;
	text-align: center;
	color: #3d3914!important;
	background-color: #f6e871!important;
	border-radius: 25px;
	border: none;
	line-height: 1.3;
	padding: 1.2em 1.5em;
	letter-spacing: 1px;
	position:relative
}

.gnav a.btn-usual:hover {
	box-shadow: 0 2px 0px 4px rgba(217, 201, 66, 0.7);
	display: block;
	text-align: center;
	color: #3d3914!important;
	background-color: #e6d32e!important;
}

.gnav a.bnn-usual {
    transition: all .3s;
	position:relative;
}

.gnav a.bnn-usual:hover {
	top:-3px;
}
.list-btn > li > a,
.btn-block {
	display: block;
}

/* スマートフォン用のスタイル */
@media (max-width: 768px) {

.sec_hero{
 height: 600px;
margin-top: 40px
}
	
.bxslider{
	position: relative;
	height: 250px;
	overflow: hidden;
}

.bxslider img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 25px;
}

h1 img{
	width:60%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hero_copy_c{
	width:50%;
	position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.hero_logo{
	width:40%;
	position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gnav .col_row {
		display: flex;
		justify-content: center;
		align-items: center;
}
	
.gnav a.btn-usual,span.btn-usual {
	width: 270px;
	box-shadow:none;
	display: block;
	text-align: center;
	color: #3d3914!important;
	background-color: #f6e871!important;
	border-radius: 0;
	border-bottom: 2px solid #3d3914;
	line-height: 1;
	padding: 0 auto;
	letter-spacing: 1px;
	position:relative;
}	

  .gnav nav ul {
  list-style-type: none;
  padding: 0;
  display: flex;
   flex-direction: column; /* グループを折り返し配置 */
  justify-content: center; /* 横方向中央揃え */
	align-items: center; /* 横方向中央揃え */
  margin: 0; /* マージンをリセット */
	margin-top: 80px;
    }

   .gnav nav li {
  flex: 1; /* 各項目を均等に配置 */
  text-align: center; /* テキストを中央揃え */
  padding: 0px; /* 項目の内側の余白 */
  margin-right: 0;
    }
	
	li.nav-i01{
		margin-left: 0;
	}
	li.nav-i02{
	}
	li.nav-i03{
		margin-left: 0;
	}
}

@media (max-width: 768px) and (min-width: 431px) {
	.hero_logo{
		width:27%;
		position: absolute;
		top: 52%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}



/*
 ========================================
    info
=========================================
*/

#sec_info{
	margin-top: 100px;
	background-color: white;
	background-image: url("../common/images/sec_info/bg_lineart.jpg");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	/*background-size: cover;*/

}

.star_img{
	padding-top: 24px;
	padding-bottom: 15px;
	text-align: center;
}

.list_info{
	padding-bottom: 336px;
	padding-left: 180px;
}

.list_info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 中央揃え */
}

/* 用語項目のスタイル */
.list_info dt {
	flex: 0 0 18%; /* dt要素の幅設定 */
	font-size: 16px;
	margin-bottom: 10px;
}

/* 説明項目のスタイル */
.list_info dd {
	flex: 0 0 82%; /* dd要素の幅設定 */
	font-size: 16px;
	margin-bottom: 10px;
}


@media (max-width: 750px) {
	
	.list_info{
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.list_info dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start; /* 中央揃え */
}
	
	.list_info dt {
		background-color: rgba(137, 200, 194, 0.2);
		color: #111;
		padding: 3px 3px;
		margin:20px 0 10px 0;
		text-align: left;
	}
	.list_info dd {
		flex: 0 0 100%; /* dd要素の幅を設定 */
	}
}


/*
 ========================================
    greeting
=========================================
*/
#sec_greeting{
	background-color: #f4fbff;
	background-image: url("../common/images/sec_greeting/bg_greeting_top.png"),url("../common/images/sec_greeting/bg_greeting_bottom.jpg");
	background-size: contain,contain;
	background-position: top,bottom;
	background-repeat: repeat-x, no-repeat;
	padding-top: 72px;
	padding-bottom: 324px;
}

#sec_greeting h2{
	margin-bottom: 38px;
}

.box-greeting{
	background-color: rgba(252, 254, 255, 0.9);
	border-radius: 25px;
	padding: 68px;
	margin-top: 18px;
}

.greeting-wri{
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0.5em 0;
	line-height: 1.4;
	margin-top: 40px;
	text-align: right!important;
}


@media (max-width: 750px) {
	#sec_greeting{
			padding-bottom: 100px;
	}
	
	.greeting-wri{
		font-size: 18px;
		text-align: left!important;
	}
}

/*
 ========================================
    project
=========================================
*/
#sec_project{
	background-color: #937048;
	padding-bottom: 75px;
	
	
}

#sec_project h2{
	padding-bottom: 52px;
	color: white;
}

#sec_project h3{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	background-color: #f6e871;
}

#sec_project h3.project-sche{
	background-color:#FFF7BA;	
}

.project_text-new {
    color: red; /* 文字色を赤に */
    font-size: 15px; /* フォントサイズを15pxに */
    margin-left: 20px; /* 左側に20pxの余白 */
    display: inline-flex; /* Flexboxを使用 */
    align-items: center; /* 垂直方向の中央に配置 */
}

.box_project{
	background-color: white;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 25px;
	margin-bottom: 40px;
}

.box_project p{
	text-align: left;
	color: #3d3914;
	font-size: 16px;
	margin-bottom: 40px;
}

.sam_photogallery{
	width: 80%;
	margin-bottom: 10px;
}

.project-date{
	font-size: 12px;
	padding: 0px 10px;
	background-color: #f2f1e6;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px!important;
}

#sec_project a.btn-usual, #sec_project span.btn-usual {
    width: 80%;
	font-size: 16px;
    box-shadow: 0 2px 0 4px #d1bf29;
    display: block;
    text-align: center;
    color: #3d3914!important;
    background-color: #fff!important;
    border-radius: 10px; /* 角丸を小さく設定 */
    border: none;
    line-height: 1.3;
    padding: 0.8em 1.5em;
    letter-spacing: 1px;
    position: relative;
    transition: all .3s; /* トランジションを追加 */
	margin:3% auto 10% auto;
}

#sec_project a.btn-usual:hover {
    box-shadow: 0 2px 0px 4px rgba(217, 201, 66, 0.7);
    background-color: #e6d32e!important;
    top: -3px; /* ホバー時に少し上に移動 */
}

@media (max-width: 750px) {
	.box_project{
		padding-top: 30px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 20px;
		border-radius: 25px;
}
	
	.box_project .w-inner {
		margin: 0 auto;
		padding:0px 0px;
		box-sizing: border-box;
	}
	.sam_photogallery{
		display: block;
		margin: 10px auto;
	}
}


/* アーカイブ動画 */
.mv_container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
}

@media (max-width: 750px) {
    .mv_container {
        margin: 0 auto;
    }
}

#sec_project .mv_container h3 {
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
    background-color: #f6e871;
}

.youtube-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 アスペクト比 */
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
 ========================================
    donation
=========================================
*/
#sec_donation{
	padding-top: 130px;
}

#sec_donation h2{
	padding-bottom: 5px;
}

.box_donation{
	background-color: #f3f5e4;
	border-radius: 25px;
}

.donation-wri{
	font-weight: bold;
	font-size: 20px;
	padding: 0 0 0.5em 0;
	line-height: 1.4;
	text-align: right!important;
}

.box_donation{
	margin-top: 50px;
	padding: 50px;
}

.donation-price{
	background-color: white;
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 45px;
	border-radius: 25px;
}

.donation-price p{
	text-align:center;
	font-size: 24px;
}

.donation-text{
	font-weight: bold;
}

.donation-pay{
	font-weight: bold;
	text-align:center;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 60px;
}

.donation_list{
	background-color: white;
	margin-top: 30px;
	padding: 30px;
	border-radius: 25px;
}

#sec_donation a.btn-usual, #sec_donation span.btn-usual {
    width: 50%;
	font-size: 16px;
    box-shadow: 0 2px 0 4px #d1bf29;
    display: block;
    text-align: center;
    color: #3d3914!important;
    background-color: #f6e871!important;
    border-radius: 10px; /* 角丸を小さく設定 */
    border: none;
    line-height: 1.3;
    padding: 0.8em 1.5em;
    letter-spacing: 1px;
    position: relative;
    transition: all .3s; /* トランジションを追加 */
	margin:3% auto 3% auto;
}

#sec_donation a.btn-usual:hover {
    box-shadow: 0 2px 0px 4px rgba(217, 201, 66, 0.7);
    background-color: #e6d32e!important;
    top: -3px; /* ホバー時に少し上に移動 */
}


@media (max-width: 750px) {
	.donation-wri{
		font-size: 18px;
		text-align: left!important;
	}
	.box_donation{
		padding: 10px;
	}
	.donation-price{
		margin-top: 20px;
	}
	.donation-pay{
		text-align:left;
	}
	#sec_donation a.btn-usual, #sec_donation span.btn-usual {
		width: 80%;
	}
}


/*
 ========================================
    contact
=========================================
*/
#sec_contact{
	padding-top: 60px;
	margin-bottom: 50px;
}

.box-contact {
	border: 6px solid #dddddd;
	border-radius: 25px;
	padding-bottom: 20px;
}

.box-contact h2{
	margin-bottom: 10px;
}

.box-contact p{
	text-align: center;
	line-height: 1.8;
}

/*
 ========================================
    members
=========================================
*/


/*
 ========================================
    basicinfo
=========================================
*/
#sec_basicinfo{
	color: white;
	background-color: #3d3914;
	padding-top: 30px;
	padding-bottom: 20px;
}

#sec_basicinfo p{
	line-height: 1.4;
	margin-bottom: 10px;
}

#sec_basicinfo .heading-lead{
	margin-bottom: 20px;
}

@media (max-width: 750px) {
	#sec_basicinfo p{
		margin-bottom: 6px;
	}
}

/* ========================================
    footer
========================================= */


.box_link a{
	margin-left: 40px
}

@media (max-width: 750px) {
	.box_link{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.box_link a{
		margin-left: 15px;
	}
}

footer {
	color: white;
	text-align: center;
	background-color: #25230c;
}

footer p{
	line-height: 1.4;
	margin-bottom: 4px;
}


