@charset "utf-8";

@media (min-width: 768px) {
br.sp {
    display: none; }

/* 基本 */

* {box-sizing: border-box; /* paddingとborderを幅と高さに含める */
letter-spacing: 0px; /* 文字間 */
word-break: break-all;} /* 表示範囲に合わせて改行 */

body {
font-family: sans-serif ;
font-size: 15px;
color: #1A1A1A; 
/* width:100%;
min-width: 1000px;
margin: 0 auto; */}

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

a {
color: inherit; /* 色は継承 */
text-decoration: none;}

a:hover { 
filter: brightness(90%) contrast(180%);} 

h1 {
color: #42af49;
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 44px;
font-weight: 500;
text-align: center;}

h2 {
font-size: 38px;
font-family: 'Zen Maru Gothic', sans-serif;}

h3 {font-size: 26px;
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 1px;}

h4 {font-size: 20px;
color: #42af49;}

h5 {font-size: 22px;
letter-spacing: 1;
line-height: 40px;
font-family: 'Zen Kaku Gothic New', sans-serif;
color: #1A1A1A;}

h6 {
color: #1A1A1A;
text-align: center;
font-family: 'Zen Maru Gothic', sans-serif;
font-weight: 300;
letter-spacing: 1px;
margin-bottom: 30px;
font-size: 26px;}

h7 {font-size: 30px;
font-family: 'Zen Kaku Gothic New', sans-serif;
letter-spacing: 2;
font-weight: 900;
color: #1A1A1A;}

p {
font-family: 'Zen Kaku Gothic New', sans-serif;
text-align: center;
line-height: 26px;}

.font_smaller{font-size: 70%;}
.font_bigger{font-size: 200%; font-weight: 500;}
.font_bigger_02{font-size: 140%;
font-weight: 700;}
.sp_kaigyou{display: none;}

.btn {
display: inline-block;
padding: 0.3em 1em;
text-decoration: none;
color: #1A1A1A;
border: solid 2px #1A1A1A;
margin-top: 10px;
transition: .4s;}

.btn:hover {
background: #f1ff88;
color: #1A1A1A;}

.centerline_box {
display: flex;
width: 1000px;
margin: 0 auto;
height: 80px;}

.centerline_box_blank01,.centerline_box_blank02 {
display: inline-block;
background-color: none;
width: 50%;
height: 80px;}

.centerline_box_line {
display: inline-block;
border-left: 1px solid #42af49;
height: 70%;}

/* ヘッダー */
.header {
height: 60px;
background-color: #ffffff;
position: fixed; /* 位置固定 */
width: 100%;
top: 0px;
z-index: 300;}

.header_container {
width: 900px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;}

.nav ul {
font-size: 13px;
display: flex;
gap: 40px;
color: #707070;} 

.nav a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 3px;
background: #f1ff88;
bottom: -2px;
visibility: hidden;}

.nav a:hover::after {
visibility: visible;}

.navbtn {
display: none;}

/* フッター */
footer {
width:100%;
min-width: 1000px;
margin: 0 auto;
margin:0; 
color: #fff;
padding-top: 200px;
padding-bottom: 50px;
background-image: url('img/footer_illustration_02@3x.png');
object-fit: cover;
background-position: top;
background-size:55%;
background-color: #2d2000;
background-repeat: repeat-x;}

.footer_box_info{
width: 430px;}

.footer_box_info_name{
display:flex;
justify-content: space-between; }

.footer_box_info_name img{
height: 50px;
padding-right: 40px;}

.footer_box_snsbox{
display: flex;
margin-top: 20px;}

.footer_box_snsbox img{
width: 30px; 
margin-right: 20px;}

.footer_box {
color: #fff;
display: flex;
padding:20px;
justify-content: space-between;
width: 1000px;
margin: 0 auto;
padding-top: 130px;}

footer p {
margin-top: 16px;
color: #fff;
line-height: 40px;
text-align: left;}

.footer_small {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 0;
  text-align: left;}

.footer_box_info_telandmail{
font-family: 'Zen Maru Gothic', sans-serif;
font-size:20px;
display: flex;
gap: 40px; 
justify-content:space-between;}

.footer_box_info_telnumber path{
content: '';
fill:#fff;
display: inline-block;
background-size: cover;
margin-right: 10px;}

.footer_box_info_mailto path{
content: '';
fill:#fff;
display: inline-block;
background-size: cover;
margin-right: 10px;}

.footer_copyright{
text-align: center;
font-size: 80%;
margin-top: 50px;}

.footer_map{
padding:0;}

footer a:hover { 
color: #f1ff88;} /* ホバー時のフィルター */
.footer_box_info_telnumber:hover path{ 
fill: #f1ff88;} /* ホバー時のフィルター */
.footer_box_info_mailto:hover path{ 
fill: #f1ff88;} /* ホバー時のフィルター */

/* ローディング画面 */

.loading-wrapper {
display:none;
width:100%;
height:100dvh;
min-height: 1800px;
position:fixed;
z-index:9999;
background-color:#42af49; }

.loading-wrappper {
width:100%;
height:100vh;
min-height: 1800px;
position:fixed;
z-index:9998;
background-color:#42af49;
opacity:1;}

.loading-wrapper.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 2s 1s ease;
}

.tracking-in-contract {
font-family: 'Zen Maru Gothic', sans-serif;
font-size:32px;
width:100%;
color:#ffffff;
text-align: center;
margin-top: 30px;
position: absolute;
top: 50vh;
left: 50%;
transform: translate(-50%, -50%);
-webkit-
animation: tracking-in-contract 2s cubic-bezier(0.645, 0.045, 0.355, 1.000)both ;
animation: tracking-in-contract 2s cubic-bezier(0.645, 0.045, 0.355, 1.000)both;}

@-webkit-keyframes tracking-in-contract {
0% {
letter-spacing: 2em;
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
letter-spacing: 0.5em;
opacity: 1;
}
}

/* ヒーロー */

.hero {
width: 100%;
min-width: 1000px;
height: 660px;
position: relative;
/*background-image: url(img/hero@3x.jpg);*/
background-position: center;
background-size: cover;}

.hero_container_logo{
margin-top: 100px;
width:350px;}

.hero_container {
display: grid;
justify-items: center;
align-content: center;
text-align: center;
height: 100%;
margin-bottom: 0px;
width: 100%;
max-width: 1000px;
margin: 0 auto;}

.hero_container p {
font-size: 16px;
font-family: 'Zen Maru Gothic', sans-serif;}

  
.illust01{
  width: 290px;
  height: 290px;
position: absolute;
top:0;left:0;
}

.illust02{
  width: 260px;
  height: 260px;
position: absolute;
top:0;right:0;
}

.illust03{
  width: 330px;
  height: 330px;
position: absolute;
bottom:-10px;left:0;
}

.illust04{
  width: 260px;
  height: 260px;
position: absolute;
bottom:0;right:0;
}


/* イベントバナー */

.top_bunners{
width: 810px;
margin: 0 auto;
text-align: center;
margin-top: 30px;
margin-bottom: 60px;
align-content: center;
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap: 1rem;}

.top_bunner{width: 400px;}

.top_bunners a:hover { 
filter: opacity(60%);}

/* 循環 */
.junkan {
width: 1000px;
margin: 0 auto;
text-align: center;
height: 100%;
margin-bottom: 50px;}

.junkan h5{
font-family: 'Zen Maru Gothic', sans-serif;
font-size:30px;
letter-spacing: 2;
margin-top: 30px;}

.junkan img {
max-width: 800px;
margin-left: auto; 
margin-right: auto;
height: auto;}

/* 事業 */
.jigyou-Illustration{
position: absolute;
top:10px; right:0;
width: 300px;}

.jigyou_box {
display: flex;
align-content: top;
margin-top: 40px;}

.jigyou_box_img {
margin-right: 40px;}

.jigyou_box_img img {
width: 460px;
height: 240px;
object-fit: cover;
border: 1px solid #ddd;
box-shadow: 2px 2px 4px #ddd;
padding: 10px;}

.jigyou_box_textbox{
width: 600px;}

.jigyou_box_textbox-Name {
margin-top: 18px;
margin-bottom: 30px;
text-decoration: underline solid #f1ff88 8px;}

.jigyou_box_textbox-Text p{
margin: 0;
padding: 0;
text-align: left;}

.jigyou_box a:hover { 
filter: opacity(60%);}


/* ●植える */
.plant {
border: 4px solid #a6db1d;
width: 1000px;
margin: 0 auto;
padding: 50px;
position: relative;
margin-bottom: 40px;}

.plant_title{
display: flex;
align-items: center;
margin-left: 20px;
margin-bottom: 20px;}

.plant_title-Circle img {
width: 150px; 
height: 150px;
line-height: 150px;}

.plant_title_textbox {
margin-left: 40px;}

.plant_title_textbox-Maincopy {
color: #a6db1d;
margin-bottom: 20px;}

.plant_title_textbox p {
text-align: left;
color: #a6db1d;}

/* ●育てる */
.grow {
border: 4px solid #55c449;
width: 1000px;
margin: 0 auto;
padding: 50px;
position: relative;
margin-bottom: 40px;}

.grow_title{
display: flex;
align-items: center;
margin-left: 20px;
margin-bottom: 20px;}

.grow_title-Circle img {
width: 150px;
height: 150px;
line-height: 150px;}

.grow_title_textbox {
margin-left: 40px;}

.grow_title_textbox-Maincopy {
margin-bottom: 20px;
color: #55c449;}

.grow_title_textbox p {
display: inline-block;
text-align: left;
color: #55c449;}

/* 「植栽管理」 */
.grow_maintenance_textbox_name{
display: block;
text-align: center;
padding-top: 30px;}

.container {
margin-top:40px;
margin-bottom:40px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 20px;}

.grid-item {
object-fit: cover;
position: relative;
max-width: 960px;
margin: 0 auto;}
	
.grid-item img{
width: 300px;
height:  200px;
object-fit: cover;
border: 1px solid #ddd;
box-shadow: 2px 2px 4px #ddd;
padding: 10px 10px 40px 10px;} 

.place-Name{
position: absolute;
bottom: 14px;
right: 20px;}

.grow_maintenance {
display: flex;
align-content: top;
margin:0;
padding:0;
margin-top: 20px;}

.grow_maintenance_textbox_name {
margin-top: 18px;
margin-bottom: 30px;
text-decoration: underline solid #f1ff88 8px;}

.grow_maintenance_textbox_text p{text-align: left;}

.grow_maintenance_textbox_text h4{
margin: 20px 0 10px 0;
list-style: disc;}

/* ●活かす */
.use {
border: 4px solid #36a63c;
width: 1000px;
margin: 0 auto;
padding: 50px;
position: relative;
margin-bottom: 40px;}

.use_title{
display: flex;
align-items: center;
margin-left: 20px;
margin-bottom: 20px;}

.use_title-Circle img {
width: 150px;
height: 150px;
line-height: 150px;}

.use_title_textbox {
margin-left: 40px;}

.use_title_textbox-Maincopy {
color: #36a63c;
margin-bottom: 20px;}

.use_title_textbox p {
text-align: left;
color: #36a63c;}


/* ●還す */
.return {
border: 4px solid #abac45;
width: 1000px;
margin: 0 auto;
padding: 50px;
position: relative;
margin-bottom: 40px;}

.return_title{
display: flex;
align-items: center;
margin-left: 20px;
margin-bottom: 20px;}

.return_title-Circle img {
width: 150px;
height: 150px;
line-height: 150px;}

.return_title_textbox {
margin-left: 40px;}

.return_title_textbox-Maincopy {
color: #abac45;
margin-bottom: 20px;}

.return_title_textbox p {
text-align: left;
color: #abac45;}

/* ●伝える */
.tell {
border: 4px solid #ffb300;
width: 1000px;
margin: 0 auto;
padding: 50px;
position: relative;
margin-bottom: 40px;}

.tell_title{
display: flex;
align-items: center;
margin-left: 20px;
margin-bottom: 20px;}

.tell_title-Circle img {
width: 150px;
height: 150px;
line-height: 150px;}

.tell_title_textbox {
margin-left: 40px;}

.tell_title_textbox-Maincopy {
color: #ffb300;
margin-bottom: 20px;}

.tell_title_textbox p {
text-align: left;
color: #ffb300;}


/* シモキタ園藝部とは */
.about {
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 130px;}

.about h1 {
margin-bottom: 40px;}

.about h4 {
font-family: 'Zen Kaku Gothic New', sans-serif;
font-size: 28px;
font-weight: 700;
line-height: 40px;
text-align: left;}

.about_inner{
margin: 40px;}

.about_inner_copy {
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 700;
position: relative;
margin: 6px;}

.about_inner_copy:before{
content: '';
position: absolute;
left: 50%;
bottom: -6px;
width: 0;
border-bottom: solid 10px #f1ff88;
transform: translateX(-50%);
animation: border_anim 3s linear forwards;
z-index: -2;}
@keyframes border_anim {
0%{width: 0%;}
100%{width: 56%;}}

.about_vision {
justify-content: space-between;
display: flex;
width: 760px;
margin: 0 auto;
margin-top: 80px;}

.about_vision_img {
width: 360px;
height: auto;}

.about_vision_img img {
object-fit: cover;}

.about_vision_textbox{
padding: 0;
width: 360px;}

.about_vision_textbox-Copy {
text-align: left;
margin-top: 18px;
margin-bottom: 30px;}

.about_vision_textbox-Text p{
margin: 0;
padding: 0;
text-align: left;}

.organization{
width: 900px;
height: 580px;
margin: 0 auto;
border: solid 1px #1A1A1A;
padding: 60px 0px 100px 0px;
margin-bottom: 80px;
margin-top: 80px;}

.organization img{
width: 600px;
height: auto;
margin: 0 auto;
margin-top: 20px;}

.about_logo {
background: #3bb149;
color: #ffffff;
width: 900px;
margin: 0 auto;
padding: 40px;
border-radius: 20px;}

.about_logo img{
margin-bottom: 20px;}
.box_about p{
color: #fff;}


/* Button 6d */
.btn-6d{border-radius: 20px;
background-color: #fff;
margin-top: }

.btn-6d:hover {
background-color: #fff;
opacity: 0.2;}

/* これまでの歩み */
.ayumi{
width: 1000px;
margin: 0 auto;
margin-top: 120px;}

.ayumi h1 {
margin-bottom: 40px;}

.ayumi h6{
margin-top: 100px;}

.story_frame{
width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: wrap; 
justify-content:space-between;
margin-bottom: 100px;}

.story_box{
width: 498px;
height: 440px;
border: solid 1px;
background: #ffffff;
position: relative;
margin-bottom: 6px;}

.story_box img{
width: 90%;
margin: 0 auto;
padding: 20px;}

.story_box_number{
position: absolute;
top:10px;
left: 10px;
height:30px;
width:30px;
border-radius:50%;
line-height:32px;
align-content: center;
text-align: center;
background: #1A1A1A;
color: #fff;}

.story_box_textbox{
position: absolute;
bottom:0;
padding:20px;}

.story_box_textbox p{
text-align: left;}

.enkaku {
color: #1A1A1A;
display: block;
width: 1000px;
margin: 0 auto;}

.enkaku_box {
display: flex;
width: 900px;
margin: 0 auto;
height: 60px;}

.enkaku_box_year{
display: inline-block;
position: relative;
width:10%;
padding-right: 20px;}

.enkaku_box_contents{
display: inline-block;
position: relative;
width: 90%;
padding-left: 40px;}

.enkaku_box h7{
font-size: 26px;
position: absolute;
bottom:50%;
letter-spacing: 2px;}

.enkaku_box h3{
font-size: 20px;
line-height: 
position: absolute;
bottom:58%;
letter-spacing: 0;}

.enkaku_box_line {
display: inline-block;
border-left: 3px solid #1A1A1A;}

.enkaku_box_year_bigger {
display: inline-block;
position: relative;
width:10%;
padding-right: 20px;
margin-top: 30px;
margin-bottom: 30px;}

.enkaku_box_contents_bigger{
display: inline-block;
position: relative;
width: 90%;
padding-left: 40px;
margin-bottom: 30px;}

.enkaku_box_contents_bigger h3{
text-decoration: underline solid #f1ff88 8px;}

.enkaku_box_year_smaller{
display: inline-block;
position: relative;
width:10%;
height: 300px;
padding-right: 20px;}

.enkaku_box_contents_smaller{
display: inline-block;
position: relative;
width: 90%;
padding-left: 40px;}

.enkaku_box_contents_smaller h3{
position: absolute;
top:0;
line-height: 50px;
letter-spacing: 0;}

.enkaku_box_contents_logo{
width:120px;
height:40px;
margin-top: 14px;
}



/* 法人概要 */
.corporate-info p{
text-align: left;}

.corporate-info li{
list-style:  none;
margin-bottom:16px; }


/* イベント申込フォーム */
.event {
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 130px;}

.event h1 {
margin-bottom: 40px;}

.event p{
margin-bottom: 10px;}

.event h5 {
color: #ffffff;
margin-bottom: 10px;}

.event_report{
width:700px;
margin: 0 auto;
padding:10px;
margin-top: 80px;
margin-bottom: 80px;}

.event_report a:hover { 
filter: opacity(60%);}

.btn_to_event-form{
margin: 0 auto;
text-align: center;
border-radius: 20px;
margin-top:30px;}

.event-btn {
width: 600px;
margin: 0 auto;
text-align: center;
display: inline-block;
padding: 50px;
background-color: #ffa500;
color: #ffffff;
margin-top: 30px;
margin-bottom: 80px;
box-shadow: 0px 10px #E59100;}

.event-btn:hover {
box-shadow: none;
position: relative;
top: 10px;}

.event-Form{
position: relative;}

.slash_inversion{
display: inline-block;
transform: rotate( 100deg ); }

.slash{
display: inline-block;
transform: rotate( -10deg ); }

.btn_to_event h4{
color: #1A1A1A;
text-align: center;
margin-top:10px;}

.btn_to_event:hover {
background-color: #1A1A1A;
color: #ffffff;}

.btn_to_event h4{
color: #ffffff;}

.instagram_widget_engeibu{
width: 800px;
height: 860px;
margin: 0 auto;
margin-top: 80px;
margin-bottom: 100px;}

.calander{
text-align: center;
margin-bottom: 80px;}





/* みどりMAP */

.section_map {
width: 100%;
margin: 0 auto;
position: relative;
}

.map01{
width: 1000px;
margin: 0 auto;
height: 4000px;
margin-top: 60px;
background-image: url(img/map0404_04@2x.png);
background-position: top;
background-repeat: no-repeat;
background-size: 90%;}

.map_comments{
width: 1000px;
margin: 0 auto;
display: block;
}

.map_comment_card01{
width:380px;
position: absolute;
margin-right: 60px;
top:0;right:0;
}

.map_comment_card02{
width:380px;
position: absolute;
margin-right: 60px;
top:700px;right:0;
}

.map_comment_card03{
width:380px;
position: absolute;
margin-left: 60px;
top:1300px;left:0;
}

.map_comment_card04{
width:380px;
margin-left: 60px;
position: absolute;
top:2000px;left:0;
}

.map_comment_card05{
width:380px;
margin-left: 60px;
position: absolute;
top:2700px;left:0;
}

.map_comment_card06{
width:380px;
margin-right: 60px;
position: absolute;
top:3200px;right:0;
}

.map_maintenance{
border: 4px solid #55c449;
max-width: 1000px;
margin: 0 auto;
padding: 50px;
position: relative;}
}




/* 園藝部の人びと */

.People_section{
width: 1000px;
margin: 0 auto;
margin-top: 130px;
margin-bottom: 130px;}

.People_section h1 {
margin-bottom: 60px;}

.People_section h4{
font-size: 18px;
line-height: normal;
margin-bottom: 18px;}

.People_section-Peoplecards{
width: 1000px;
margin: 0 auto;
margin-top: 40px;
display: flex;
flex-wrap: wrap; 
justify-content:space-between;}

.People_section-Peoplecards-Peoplecard {
width:480px;
height: 840px;
position: relative;
background: #fff;
border: 1px solid #1A1A1A;
box-shadow: 10px 10px #e1f3b2;
text-align:center;
margin-top: 40px;}

.People_section-Peoplecards-Peoplecard-Photo img{
position: relative;
padding: 30px;
object-fit: cover;
height: 300px;
width: 100%;}

.People_section-Peoplecards-Peoplecard-Ornaments{
position: absolute;
top:0; left:0;
width: 160px;
z-index: 30;}

.People_section-Peoplecards-Peoplecard-textarea-Hedding-Ornaments{
margin: 0 auto;
}

.People_section-Peoplecards-Peoplecard-Nameicon{
position: relative;
top:-100px; left:340px;
border-radius: 50%;
width:  120px;
line-height: 120px;
height: 120px;
background-color:#42af49;
color: #fff;
z-index: 30;}

.People_section-Peoplecards-Peoplecard-Nameicon p{
text-align: center;
font-size: 17px;
position: absolute;
width:100%;
top:50px; left:0px;}

.Peoplecard-Yomigana{
position: relative;
font-size: 10px;
-webkit-transform:scale(0.9);
position: absolute;
width:100%;
top:40px; left:0px;}

.People_section-Peoplecards-Peoplecard-textarea{
margin-top: -100px;}

.People_section-Peoplecards-Peoplecard-textarea img{
width:230px;}

.People_section-Peoplecards-Peoplecard-textarea p {
padding: 30px;
text-align: justify;
letter-spacing: -0.5px;}

.people_font_smaller{
font-size: 12px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
display: inline-block;
margin-bottom: 14px;}

.people_font_bigger{
font-size: 19px;
font-weight: 700;}

.honma p{
letter-spacing: -1.5pt;
}



/*入部フォーム*/

.member {
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 130px;}

.member_sub {
width: 1000px;
margin: 0 auto;
text-align: center;}

.member h1 ,.member_sub h1{
margin-bottom: 40px;}

.member h4,.member-whitepaper h4 ,.member_sub h4{
font-family: 'Zen Kaku Gothic new', sans-serif;
line-height: 30px;
font-size: 20px;
font-weight: 300;
margin-top: 10px;
text-align: center;
color: #1A1A1A;}

.member_recruiting-ad{
margin-top: 40px;
margin-bottom: 50px;
text-align: center;}

.member_recruiting-ad img{
padding:60px;}

.btn_to_member-form{
width: 600px; 
margin: 0 auto;
text-align: center;
border-radius: 20px;
margin-top:30px;}

.member-btn {
display: inline-block;
padding: 60px;
background-color: #ffa500;
color: #ffffff;
margin-top: 30px;
margin-bottom: 80px;
box-shadow: 0px 10px #E59100;}

.member-btn:hover {
box-shadow: none;
position: relative;
top: 10px;}

.member-whitepaper{
text-align:center;
padding:60px;
margin-top: 100px;}

.newmember_pdflink{
width:600px;
padding:20px 16px 28px 50px;
text-align: center;
display: inline-block;
background-color: #ffffff;
border: 1px solid #1A1A1A;
box-shadow: 0px 6px #1A1A1A;
margin-bottom: 80px;
position: relative;}

.fa-file-alt{position: absolute;
left:3em;
top:40%;}

.newmember_pdflink:hover {
box-shadow: none;
position: relative;
top: 6px;}

.fa-arrow-alt-circle-down{
width:300px;}

.QandA{
text-align: left;
display: block;
width:800px;
margin:0 auto;
margin-top: 30px;}

.QandA-box{
display: inline-block;
margin:30px;}

.QandA-box h5{
color: #42af49;
text-align: justify;
margin-bottom: 10px;
position: relative;
display: inline-block;
padding: 0 2em;
text-align: center;}

.Question:before {
font-family: 'Font Awesome 5 Free';
line-height: 1;
position: absolute;
left:0;
top: calc(52% - .5em);
color: #42af49;
content: '\f101';}

.QandA-box p{
text-align: justify;}

.member_link{
margin: 
font-size: 18px;
font-weight: 600;
border-bottom: solid 4px #f1ff88;
}

/*スライダー（swiper）*/
.swiper {
width: 820px;
height: 590px;
margin:0 auto;
margin-top: 60px;
margin-bottom: 60px;}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;}

.swiper {
margin-left: auto;
margin-right: auto;}

.atari_form {
display: block;
width: 800px;
margin: 0 auto;
text-align: center;
margin-top: 100px;}

.atari_form img{
display: block;
width: 80%;
margin: 0 auto;
text-align: center;
margin-top: 100px;}


/*問合せフォーム*/
.form {
width: 1000px;
margin: 0 auto;
text-align: center;
margin-top: 130px;}

.form h1 {
margin-bottom: 40px;}

.form p {
margin-bottom: 40px;}




