@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

.pd{ display: block;}
.sd{ display: none;}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
.int0 {
	text-indent: 0 !important;
}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9�����O */
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrapper {
  min-height: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
}
p {
	line-height: 1.5em;
	font-size: 1.0em;
}
.font_prata {
	font-family: 'Prata', sans-serif;
	font-weight: 400;
}
.font_arsenal {
  font-family: 'Arsenal', sans-serif;
  font-weight: 400;
}
/*------------------- ナビ -------------------*/
nav {
  display: flex;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  opacity: 0.9;
  z-index: 500;
}
nav .n_box1 {
  width: 200px;
}
nav .n_box2 {
  flex: 1;
  margin-right: 50px;
}
nav .n_box1 .logo {
  font-size: 1.8em;
  padding: 8px 8px 8px 20px;
}
nav .n_box1 .logo::after {
  content: url(../img/cuuri.png);
  margin-left: 5px;
}
.my-parts {
  margin: 12px 0 0 150px;
}
.my-parts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my-parts ul::after {
  content: "";
  display: block;
  clear: both;
}
.my-parts ul > li {
  float: left;
  position: relative;
  width: 18%;
  font-weight: bold;
  box-sizing: border-box;
}
.my-parts ul li a {
  display: block;
  padding: .4em .8em;
  text-decoration: none;
  color: #333;
  background: #fff;
  text-align: center;
  font-size: 1em;
}
.my-parts ul li a:hover {
  background: #c9c9c9;
}
.my-parts ul > li ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
}
.my-parts ul > li li {
  float: none;
  width: 100%;
}
.my-parts ul li:hover ul {
  display: block;
}

/*------------------- ヘッダー -------------------*/
.main_visual {
  width: 100%; /*幅いっぱい!の時は100%*/
  height: 100vh;/*画面に対しての高さ*/
  background: url(../img/hero3.jpg) no-repeat center/cover;
  /* position: relative; */
}
.main_visual_innner {
	margin: 0 auto;
}
.mv_moji1 {
  position: absolute;
  color: #ffffff;
  font-size: 5em;
  top: 150px;
  left: 100px;
}
.mv_moji2 {
  position: absolute;
  color: #ffffff;
  font-size: 5em;
  top: 300px;
  left: 100px;
}
.mv_moji3 {
  position: absolute;
  color: #ffffff;
  font-size: 5em;
  top: 450px;
  left: 100px;
}

/*------------------- セクション -----------------*/
section {

}
.bgc1 {
  background-color: #d9c7a3;
}
.bgc2 {
  background-color: #3c3b3b;
}

/*------------------- コンテナ -------------------*/
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.container h1 {
  padding: 50px 0;
  font-size: 2.4em;
}
.container h2 {
  padding: 10px 0;
  font-size: 1.6em;
}
.container h3 {
  padding: 10px 0;
  font-size: 1.0em;
}
.shadow_button {
    text-align: center;
    padding: 15px 40px;
    border-radius: 50px;
    width: 250px;
    background-color: #528b4f;
    margin: 60px auto;
    color: white;
/*    font-weight: bold;*/
    font-size: 1.0em;
    cursor: pointer;
    box-shadow: 2px 2px 4px gray;
    border: 1px solid #ccc;
}
.shadow_button a {
    text-decoration-line: none;
    color: #ffffff;
}
.shadow_button a::after {
    font-family: "Font Awesome 5 Free";
    content: '\f1c1';
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
}
.shadow_button:active {
  transition: 0.2s;
  transform: translate3d(0,4px,0);
  box-shadow: none;
}
.menu_box {
  display: flex;
  width: 1000px;
  justify-content: center;
  flex-wrap: wrap;
}
.menu_img {
  padding: 15px;
  box-sizing: border-box;
  position: relative;
}
.bd1 {
  border: 1px solid #ffffff;
}
.menu_img p {
  position: absolute;
  color: white;
  font-weight: bold; 
  font-size: 3.5em;
  font-family: 'Arsenal', sans-serif;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }
/*メニュー部分*/
.box {
  display: flex;
  padding: 20px;
}
.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box img {
  margin: 0 20px 0 0;
}
.box:nth-child(even) img {
  margin: 0 0 0 20px;
}
h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

/*------------------- イラスト ----------------*/
.illust1 {
    position: absolute;
    top: 60px;
    left: -20px;
    transform: rotate(350deg);
}
.illust2 {
    position: absolute;
    top: 80px;
    right: -90px;
    transform: rotate(15deg);
}
.illust3 {
    position: absolute;
    top: 70px;
    right: -180px;
    transform: rotate(15deg);
}
.illust5 {
    position: absolute;
    top: -20px;
    left: 250px;
    transform: rotate(350deg);
}
.illust11 {
    position: absolute;
    top: 10px;
    right: 150px;
    transform: rotate(5deg);
}
.illust12 {
    position: absolute;
    top: 20px;
    left: 250px;
    transform: rotate(350deg);
}
/*-------------------EC、カルーセル----------------*/
.multiple {
    padding: 0;
    width: 100%;
    margin: 40px auto !important;
}
.c_img {
    width: 80%;
}
/*------------------- フッター -------------------*/
footer {
  margin-top: auto;
  padding: 30px 0;
  background: #7e8a90;
  color: #fff;
  text-align: center;
}
.ft_box {
  margin: 20px;
}
.copyrt {
  font-size: 0.9em;
  padding-top: 30px;
}
.f_icon a {
   color: #ffffff;
}

/*------------------- テキスト区切り線 -------------------*/
.text-divider {
  display: flex;
  align-items: center;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: 1rem;
}
.text-divider::after {
  margin-left: 1rem;
}

/*-----------------------スクロールで戻るボタン------------------------*/
#gotop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	display: block;
}
.mado {
	position: fixed;
	width: 130px;
	height: 170px;
	background-color: #f1bb5e;
	bottom: 20px;
	right: 20px;
	display: block;
	text-align: center;
}
.mado p {
	padding-top: 5px;
	line-height: 1.2em;
}
.closebtn {
	position: relative;
}
#closebtn {
	position: absolute;
	top: -10px;
	bottom: 10px;
	left: -10px;
}
/*-----------------------ふわっとスクロール------------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/*-----------------------横からスクロール------------------------*/
#wrap {
  position: relative;
  overflow: hidden;
  width: 800px;
  margin: 0 auto
}
.slideConts {
  width: 800px;
  height: 500px;
  margin: 40px auto;
  transition: .5s
}
.slideContsL {
  background-color: #e8dcc0;
  transform: translate(-800px, 0)
}
.slideContsR {
  background-color: #d2d2d2;
  transform: translate(800px, 0)
}
.slideContsL.show {
  transform: translate(0, 0)!important;
}
.slideContsR.show {
  transform: translate(0, 0)!important;
}

/*-----------------------アコーディオン-----------------------*/
.section {
  margin: 80px auto 100px;
  width: 800px;
}
.s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background-color: #528b4f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #70a26d;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #8db48b;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
/*  border: 1px solid #fff;*/
  margin-top: -20px;
  box-sizing: border-box;
  transform: rotate(45deg);
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #528b4f;
  border-right: 2px solid #528b4f;
  border-bottom: 2px solid #528b4f;
  box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #70a26d;
  border-right: 2px solid #70a26d;
  border-bottom: 2px solid #70a26d;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #8db48b;
  border-right: 2px solid #8db48b;
  border-bottom: 2px solid #8db48b;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: 100%;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*-----------------------モーダル------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #111111;
  color: #4c4833;
  width: 350px;
  height: 80px;
  font-weight: bold;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 40px auto;
}
.btn a {
  text-decoration: none;
  color: #111111;
}
.btn:hover {
  background: #b4b1a0;
  color: #ffffff;
}
/*-----------------------モーダル------------------------*/
.fontawsome {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    padding: 0 5px;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 200;
    }