/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  width: 100%;
  min-width: 980px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

a {
  color: #339933;
  text-decoration: none;
}
a:visited {
  color: #339933;
  text-decoration: none;
}
a:hover {
  color: #339933;
  text-decoration: underline;
}
a:active {
  color: #339933;
  text-decoration: underline;
}

.inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .inner {
    width: auto;
    padding: 0 10px;
  }
}

.indent-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.clear {
  *zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

ul {
  list-style: none;
}

.red {
  color: #df3042;
}

.purple {
  color: #7e308e;
}

.note {
  margin: 0 0 30px 20px;
}
.note span {
  margin-left: -20px;
}

.center {
  text-align: center;
}

a:hover{
  opacity: .7;
}



/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/

.mainvisual {
  position: relative;
  margin: 0;
  min-height: 850px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    min-height: 0;
  }
}

.main img {
  position: absolute;
  top:400px;
  margin: 0 auto;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .main img {
    top:180px;
    width: 50%;
  }
}

h1.title {
  text-align: center;
  margin:0;
  padding:0;
}
h2 {
  font-size:24px;
  margin-bottom:20px;
  text-align: center;
  color: #003300;
}
h2 img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  h1.title {
    margin-top: 20px;
  }
  h2 {
    margin-top:20px;
  }
  .inner h2 img {
    width: 30px;
  }
}

h3 {
  font-size:18px;
  margin-bottom:20px;
  text-align: center;
}




/*-------------------------------------------------------
  contents
-------------------------------------------------------*/


.business {
  margin: 80px 0;
}
.business h2 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
}

.business-list {
  overflow: hidden;
}

ul.business-list {
  margin-left: 20px;
}

.business-list li {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .business-list li {
    width: 100%;
    margin: 0 0 5%;
  }
}

.business-img {
  width: 100%;
}
.business-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business-img img {
    padding-right: 20px;
  }
}
.business-txt {
}
@media screen and (max-width: 768px) {
  .business-txt  {
    margin-right: 8%;
  }
}
.business-txt p {
  font-weight: 16px;
  margin-bottom: 10px;
}

.business-txt p.midashi {
  text-align: center;
  font-weight: bold;
}
.business-txt p.details {
  text-align: left;
  margin-bottom: 30px;
}


.jirei-list {
  overflow: hidden;
}

ul.jirei-list {
  margin-left: 30px;
}

.jirei-list li {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .jirei-list li {
    width:100%;
    margin: 0 0 5%;
  }
}

.jirei-waku {
  border-top: 1px solid #666666;
  padding: 30px;
}
.last-waku {
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  .jirei-waku {
    padding: 30px 0 0 0;
  }
}

.koe {
  margin-left: 20px;
  margin-top: 20px;
}
.koe-list {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .koe {
    margin: 0 10px;
  }
  .koe-list{
    width: 100%;
    margin: 0 0 5%;
  }
}

.koe-list td {
  border: 1px solid #666666;
  padding: 10px;
}

.koe-user01 {
  text-align: center;
  font-weight: bold;
  background-color: #003300;
  color: #ffffff;
}
.koe-user02 {
  text-align: center;
}


.plan {
  background: #003300;
  padding:50px 0;
  margin-bottom: 50px;
  color: #ffffff;
}
.plan h2 {
  color: #ffffff;
}
.plan p {
  padding:0 20px;
}
.plan-photo {
  float: right;
  width: 30%;
}
.plan-txt {
  float:right;
  width: 70%;
}
.plan-photo img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .plan-photo {
    float: none;
    width:90%;
    margin:0 auto;
  }
  .plan-txt {
    float: none;
    width:100%;
    margin-bottom: 20px;
  }
}


.profile {
	background: #eeeeee;
	padding:50px 0;
}
.profile h3 {
	margin-bottom:20px;
}
.profile p {
  margin-bottom:20px;
  padding:0 10px;
}
.profile-name {
  float:right;
}
.profile-photo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .profile-photo {
    width: 90%;
    margin: 0 auto;
  }
  .profile-photo img{
    width: 100%;
  }
}


.profile02 {
	background: #fff;
	padding:50px 0;
}
.profile02 dl{
  border-bottom: 1px solid #666666;
}
.profile02 dt{
	width:30%;
	display: inline-block;
  border-top: 1px solid #666666;
  padding:10px;
  vertical-align: top;
}
.profile02 dd{
  width:70%;
	display: inline-block;
  border-top: 1px solid #666666;
  padding:10px;
}
@media screen and (max-width: 768px) {
	.profile02 dt {
		display: block;
    width:100%;
	}
	.profile02 dd {
		display: block;
		margin-bottom: 20px;
    width:100%;
	}
}


.btn a{
    width:250px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:10px;
    color:#fff;
    background-color:#0099ff;
    border-radius:25px;
    margin:100px auto;
}

.shopbtn img{
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.shopbtn img{
		width: 80%;
	}
}


.fadein1 {
  opacity: 0;
  transform : translate(0, 20px);
  transition : all 1000ms;
}
.fadein2 {
  opacity: 0;
  transform : translate(0, 40px);
  transition : all 1000ms;
}
.fadein3 {
  opacity: 0;
  transform : translate(0, 60px);
  transition : all 1000ms;
}
.fadein4 {
  opacity: 0;
  transform : translate(0, 80px);
  transition : all 1000ms;
}
.fadein1.scrollin, .fadein2.scrollin, .fadein3.scrollin, .fadein4.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


footer {
  background-image: url("../images/foot-bg.png");
  height: 170px;
}
footer .copy {
  text-align: center;
  padding-top: 0px;
  font-size: 14px;
}


#page_top{
  width: 45px;
  height: 50px;
  position: fixed;
  bottom: -100px;
  background: #000;
  opacity: 0.3;
  right: 20px;
  border-radius:7px;
}
#page_top a{
  position: relative;
  display: block;
  width: 45px;
  height: 50px;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
  text-align: center;
}

/*
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f106";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
*/






.cp_cont {
  position: relative;
  z-index: 10;
}
.cp_offcm01 {
  position: fixed;
  top: 5px;
  right: 20px;
  display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 250px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
          transition: 0.53s transform;
  -webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
          transition-timing-function: cubic-bezier(.38,.52,.23,.99);
  background-color: #ffffff;
  z-index: 11;
  opacity: 1;
}
.cp_offcm01 .cp_menu ul {
  margin: 0;
  padding: 0;
}
.cp_offcm01 .cp_menu li {
  list-style: none;
}
.cp_offcm01 .cp_menu li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.cp_offcm01 #cp_toggle01 {
  position: absolute;
  display: none;
  opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
          transition: 0.5s transform;
  -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
          transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
  text-align: center;
  color: #000000;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
  font-family: 'FontAwesome';
  content: '\f0c9';
  font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
  content: '\f00d';
}

