@charset "UTF-8";
/* style.scss��ɋL�� */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

.gHeader_cols {
    align-items: flex-start !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}

.mt40 {
	margin-top:40px !important;
}

.mb40 {
	margin-bottom:40px !important;
}
.sky_gNav {
	display:none;
}

.sky_body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../image/bg.png);
	background-repeat: repeat-y;
	background-size: 100%;
	padding-bottom: 3em;
}

.sky_best {
	margin:0;
}

.u-inner-w1080 {
	width:100%;
	max-width:1080px;
	margin-left: auto;
	margin-right: auto;
}
.footer_sky {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.footer_left_sky { grid-area: 1 / 1 / 2 / 2; }
.footer_right_sky { grid-area: 1 / 2 / 2 / 3; }

.footer_sky li, .footer_sky dd {
    list-style-type: none;
}


.top_title {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 20px 5px;
}

.title_text {
	margin-top: 3em;
	margin-bottom: 3em;
}

.m_box01 {
    padding-top: 15px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
	display: inline-block;
    margin: 0;
    line-height: 1;
    box-sizing: border-box;
    border-left: 1px solid #000000;
	text-align: center;
}
.m_box01:last-child {
    border-right: 1px solid #000000;
}
.m_box01 img {
	height:16px;
}

.m_box02 {
	float: right;
	padding: 15px 20px;
	width: 40%;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	line-height: 1;
}

.clear {
	clear: both;
}

.menu {
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 1em;
	margin-bottom: 1em;
}

.t_box {
	background-color: #fff;
	padding: 20px 10px;
	width: 45%;
	border: solid 1px #000;

}
.b_box p {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.b_box {
	width: 100%;
	padding-bottom: 3em;
}
.r_bt {
	padding-left: 10px;
	padding-right: 10px;
}
.r_bt a {
    background: #000;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 320px;
    padding: 10px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size:16px;
}
.r_bt a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  
}
.r_bt a:hover {
  opacity: 0.5;
  color: #FFF;
}
.r_bt a:hover:after {
  right: 1.4rem;
}


.fL {
	float: left;
}

.fR {
	float: right;
}
.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.bosyu_area {
	width: 100%;
	display:table;
}

.b_icon {
	margin-top: 4em;
	width:15%;
	
}

.bosyu_btn {
	display: table;
	width: 70%;
}

.p_story {
	background-color: #e3ddce;
	padding-top: 5em;
	padding-bottom: 3em;
	padding-left: 10px;
	padding-right: 10px;
}

.p_story_text01 {
	width: 50%;
}

.p_story_text02 {
	width: 40%;
	padding: 10px 5%;
	
}

.p_story_text {
	width: 100%;

}

.story01 {
	width: 100%;
 	background-color: #fff;
	border-radius: 10px;

}

.story_text {
	width: 50%;

}
.story_text p {
	padding-left: 10px;
	padding-right: 10px;
}
.pic_box {
	width: 50%;

}

.bg_white {
	background-color: #fff;
}

.buyer {
	padding-top: 2em;
}

.buyer p {
	padding-left: 10px;
	padding-right: 10px;
}

.pic_boder {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.report {
	width: 33.3333%;
	float:left;
	padding-left:8px;
	padding-right: 8px;
}

.buyer_box {
	width: 100%;
	margin-top: 3em;
	margin-bottom: 3em;

}
.buyer_box p {
	font-weight: bold;
}

.text_inner {
	padding: 30px 15px;
}
.story_box h1{
	text-align: center;
	
}

.s_logo {
	/*max-width: 200px;*/
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.s_text {
	border-bottom: solid 1px #ba9e58;
	border-top: solid 1px #ba9e58;
	padding: 10px 15px;
	margin-top: 2em;
}

.s_box h1{
  padding: 0px 0.5em;
  background: transparent;
  border-left: solid 5px #ba9e58;
	margin-top: 30px;

}

.s_box {
	margin-top: 40px;
}

.s_box dt{
	font-weight: bold;
	font-size: 110%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.buyer_needs_box h1{
  padding: 0px 0.5em;
  background: transparent;
  border-left: solid 7px #ba9e58;
  margin-top: 30px;
font-size: 170%;
}
.buyer_needs_box dt {
	font-weight: bold;
	font-size: 120%;
	margin-top: 2em;
	margin-bottom: 10px;	
	text-indent: -1.4em;
	padding-left: 1.4em;
}

.buyer_needs_box {
	padding:0.5em;
	list-style-type:none;
}
.buyer_needs_box h4 {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
	font-size: 110%;
	margin-top: 2em;
}

.buyer_needs_box ul {
	padding-left: 2em;
}


.buyer_needs_box .suq h4 {
    position: relative;
    padding: 0.2em 0 0.2em 1.2em;
	font-size: 110%;
}
.buyer_needs_box .suq h4:before {
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 0.3em;
    height: 0.15em;
    background: #000;
    content: "";

}
.buyer_needs_box h4:before {
	position:absolute;
	content:'';
	top: 0.6em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
}

 .square h4 {
      border-bottom: 1px solid #000;
      font-size: 110% !important;
      font-weight: bold;
      padding-bottom: 5px;
      position: relative;
}

 .square h4:before {
        background: #000;
        content: "";
        height: 8px;
        width: 8px;
        left: 0;
        position: absolute;
        top: 6px;
}
.sche_box h2{
	color: #81001e;
	margin-bottom: 10px;
}


.inner {
    width: 93%;
    max-width: 1320px;
    margin: auto auto;
	
}
.bnr_flex {
	 display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.bnr__item {
    margin: 0 16px;
	background-color: #fff;
}
.bnr {
	padding-top: 10px;
	padding-bottom: 10px;
	 max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
	

.t_box_text {
	padding: 20px;
}

.sp_pic{
	display:none;
}

.sk_w100p {
	width:100%;
}

.buyer_box >.report > a {
	color:#333;
	text-decoration:none;
}

.report_time {
	font-size:90%;
	text-align:right;
}

.buyer_box >.report > a:hover {
	color:#333;
	text-decoration:underline;
}

.buyer_box >.report > a:visited  {
	color:#333;
}

.footer-update .container {
	max-width: 1228px;
    width: 100%;
}

.taC {
	text-align: center;
}

.fd_parent {
    display: flex;
	flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	width:100%;
	margin-top:40px;
	padding-left:5px;
	padding-right:5px;
	box-sizing:border-box;
}

.fd_parent > div {
  flex-basis:calc((100% - 60px) / 3);
  max-width:calc((100% - 60px) / 3);
  margin-top:30px; 
}

.fd_parent > div:nth-of-type(1),
.fd_parent > div:nth-of-type(2),
.fd_parent > div:nth-of-type(3){
  margin-top:0;
}

.fd_parent > div:nth-of-type(3n-1),
.fd_parent > div:nth-last-of-type(1){
  margin-right:auto;
  margin-left:30px;
}

.fd_parent > div > a > img { width:100%; }

.fd_parent a {
	color:#000;
	text-decoration:none;
}

.fd_parent a:hover {
	color:#333;
	text-decoration:underline;
}

.fd_maker {
	color:#555;
	font-size:15px;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-top:5px !important;
	margin-bottom:0px !important;
	padding-left: 0px !important;
    padding-right: 0px !important;
	font-size:16px;
}

.fd_name {
	clear:both;
	color:#000;
	font-size:16px;
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.fd_label1 {
    float: left;
    margin-right: 10px;
    color: #7c9c4e;
    font-size: 13px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-radius: 1em;
    border: 1px solid #7c9c4e;
}
.mt80 {
	margin-top: 80px !important;
}

.ind01 {
	padding-left: 1em;
	text-indent: -1em;
}

.mt05 {
	margin-top: 5px !important;
}

.best_inner {
	position:static;
}

.menu {
    position: relative;

    /*width: 100%;
    height: 50px;
    max-width: 1000px;*/

}

.menu > li {
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
}

.menu > li a {
    display: block;
    color: #333;
	text-decoration: none;
}

.menu > li a:hover {
    color: #999;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #333;
}

.menu__third-level li {
    border-top: 1px solid #333;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* ����� */
.init-bottom:after {
/*
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
*/
}

/* float�N���A */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #eee;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

.menu__single img {
    height: 16px;
	padding-right: 30px;
	padding-left: 30px;
}

.menu__single {
	padding-top: 17px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 17px;
	display: inline-block;
	margin: 0;
	line-height: 1;
	box-sizing: border-box;
	border-left: 1px solid #000000;
	text-align: center;
}

.menu__single:last-child {
    border-right: 1px solid #000000;
}

.menu__second-level li {
	list-style:none;
}

.gNav_list_second {

}

.gNav_list_second > li {
	height: 50px;
	padding: 0 20px;
	list-style:none;
	display: flex !important;
    align-items: center;
}

.gNav_list_second li {

}

.gNav_list_second li a {
	text-decoration: none;
	color: inherit;
	padding-left:1em;
}

	
.b_name {
	font-size: 18px;
	font-weight: bold;
}

.b_w70p {
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

.b_w50p {
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

.b_que {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #004A7F;
}

.mb30 {
	margin-bottom: 30px !important;
}

.b_ans {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 18px;
    
}

.kome {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 90%;
	line-height: 1.3em;
	margin-top: 8px;
}

.taR {
	text-align: right;
}
.container{
  padding: 0px;
}

.slider {
    position:relative;
  	z-index: 1;
}

.slider-item {
    width: 100%;/*�e�X���C�_�[�S�̂̉������ʂ̍��������ς��i100%�j�ɂ���*/
}

.slider-item:hover{
	opacity: 0.7;
}

/*�߂�A���֖��̈ʒu*/
.slick-prev, 
.slick-next {
	position: absolute;
    z-index: 3;
    top: 45%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.slick-prev {/*�߂���̈ʒu�ƌ`��*/
    left:1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*���֖��̈ʒu�ƌ`��*/
    right:1.5%;
    transform: rotate(45deg);
}

/*�h�b�g�i�r�Q�[�V�����̐ݒ�*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots li button {
    color: transparent;
    outline: none;
    width:1px;/*�h�b�g�{�^���̃T�C�Y*/
    height:1px;/*�h�b�g�{�^���̃T�C�Y*/
    display:block;
    border-radius:50%;
    background:#ccc;/*�h�b�g�{�^���̐F*/
	border: 3px solid transparent;	
}

.slick-dots > li.slick-active >  button{
    background:#333;/*�h�b�g�{�^���̌��ݒn�\���̐F*/
}

.wrapper{
  	position: relative;
 	margin-bottom: 2em;
	height: max-content;
}


.p1 a{
    margin-bottom: 2em;
    text-decoration: none;
    padding: 5px 10px;
    border: solid 1px #000;
    color: #000;
    background-color: #fff;
    font-weight: bold;
    display: table;
    float: right;
}

.p1 a:hover{
	opacity: 0.5;
}

.n_pic {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
}
.s_text02 {
	padding: 10px 1em;
	border: dashed 1px #ba9e58;
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

.r_text {
	background-color: #fbf5e9;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
}

.r_text  p{
	padding: 10px;
}

.r_text h1 {
	text-align: center;
	margin-bottom: 1em;
}
.r_text h2 {
	color: #81001e;
	text-align: center;
	margin-bottom: 1em;
}
.r_picbox {
	width: 24%;
	float: left;
	padding: 3px;
}

.pic_area {
	width: 100%;
	display: flex;
    justify-content: center;
}


.p_area {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 130%;
    display: table;
	padding: 1em;
}
.p_area a {
	color: #0292c4;
}
.profile {
	width: 100%;
}

.p_picbox {
	width: 40%;
	float: left;
}

.p_textbox {
	width: 58%;
	float: left;
	padding-left: 2%;
}

.p_textbox h3{
	font-size: 140%;
	margin-top: 0.5em;
}
.p_textbox a {
	color: #000;
}
.program h1{
	text-align: center;
	padding-right: 5px;
    padding-left: 5px;
	color: #0292c4;
}

.program {
	margin-top: 2em;
}

.program p{
	padding-left: 10px;
	padding-right: 10px;
}

.program h2{
	padding-left: 10px;
	padding-right: 10px;
}

.program_picbox {
	width: 47%;
	padding: 10px;
	float: left;
}
.program_picbox p {
	margin-top: 10px;
}
.p_text {
	background-color: #fbf5e9;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;
}

.program_pic2 {
	max-width: 900px;
	margin-left:auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.table01 {
  border-collapse: collapse;
  width: 100%;
  max-width: 900px;
  margin-left:auto;
  margin-right: auto;
	margin-top: 2em;
 margin-bottom: 3em;
}
.table01 th, .table01 td {
  border: 2px solid #eee;
  background-color: #fff;
  padding:5px 10px;
}
.table01 th {
  background-color: #fbf5e9;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}

.p01{
	color: #81001e;
	margin-bottom: 1em;
}

.sp_br{
	display:none;
}
.event_bnr {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.program h2 {
	font-size: 20px;
	border-bottom: solid 3px #81001e;
	color: #81001e;
}
.prog_area {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.prog_picbox {
	width: 40%;
	float: left;
	padding-top: 0.5em;
}

.prog_textbox {
    width: 58%;
    float: left;
    padding-left: 1%;
    padding-right: 1%;

}

.menu_box .box5-4{
	margin: 1em auto; 
	background-color: #fafafa; 
	padding:3em 2em 2em; 
	position:relative; 
	border: 1px solid #bfaa6f;
}
.menu_box .box5-4 .box-title {
	background-color:#bfaa6f;
	font-size: 20px;
	font-weight: bold;
	color: #000 ; 
	padding: 7px 10px;
	line-height: 1.3;
	position:absolute;
	top: -10px; 
	left: 20px;
}

.talk {
margin-bottom: 20px;
}

.talk figure img {
    width: 100%;
    margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 10px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
color: #81001e;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

.talk-Limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 60px;
}

.talk-Ltxt {
	color: #444;
    position: relative;
    margin-left: 100px;
    padding: 0.5em 1em;
    border: 3px solid #81001e;
    background-color: #fff;
    border-radius: 5px;
}

.talk-Ltxt:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #81001e;
    top: 15px;
    left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -16px;
}
.menu_box {
	padding-left: 10px;
	padding-right: 10px;
}

.p1 {
	float: right;
}


img.image-2024-w520{
	width: 100%;
    max-width: 520px;
    margin: 40px auto;
    display: block;
}

img.image-2024-w700{
	width: 100%;
    max-width: 700px;
    margin: 40px auto;
    display: block;
}

.profilebox{
	border: solid 1px #ccc;
    border-radius: 0.25em;
    padding: 1.5em;
}

.profilebox .flexwrap{
	display: flex;
    gap: 40px;
}

.profilebox .flexwrap span{
font-size:13px;
}

.profilebox .history span{
    font-size: 13px;
    display: block;
    margin: 30px 0 0;
	}
	

	@media (max-width: 430px) {
		.profilebox .flexwrap{
			display: block;
		}
	  }

.icon-flex{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.news {
    background: rgba(255, 255, 255, 0.65); /* 白色, 80% 不透明 = 20% 透過 */
    padding: 40px 20px;
}

.news h2{
	text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 2px;
}

.news .news-content {
max-width: 600px;
    margin: 10px auto;
    width: 100%;
}

.news .news-content span.date{
    display: inline-block;
margin-right: 30px;
    font-weight: 600;
}

	@media (max-width: 430px) {
.news .news-content span.date{
    display: block;
}
	  }

.s_box p.caption{
    font-weight: 300;
    font-size: 12px;
    color: #ba9e58;
}

.s_box .story-flexwrap{
	display: flex;
    gap: 40px;
}

	@media (max-width: 430px) {
.s_box .story-flexwrap{
    flex-direction: column;
}
	  }