@charset "UTF-8";

.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;
}
.wrapper {
  height: 100%;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 270px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}
p {
	line-height: 1.5em;
	font-size: 1.0em;
}
.c1{
	color: #ffffff;
}

/*------------------- ヘッダー -------------------*/
.main_visual {
	text-align: center;
	background: url(../img/land_top.jpg);
	background-size: cover;
	height: 450px;
}
.main_visual_innner {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0 auto;
}
.mvi_text {
	position: absolute;
  color: #121312;
	font-size: 3em;
	top: 150px;
	left: 150px;
	background-color: #f2f2f2;
  opacity: 0.7;
	font-weight: bold;
}
header {
	background-color: #ffffff;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}
header .h_container {
	display: flex;
	align-items: center;
	background-color: #4e4e4a;
}
.h_flex1 {
	width: 20%;
}
.h_flex2 {
	flex: 1;
  margin-right: 100px;
}
.h_flex3 {
	width: 20%;
}
header .h_container ul {
	display: flex;
	justify-content: flex-end;
}
header .h_container ul li {
	padding: 15px;
  font-weight: bold;
}
header .h_container ul li a {
	text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 0.9em;
}

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

}
.bcgc1 {
	background-color: #ffffff;
}
.bcgc2 {
	background-color: #e8dcc0;
}
.bcgc3 {
	background-color: #d2d2d2;
}
.bcgcftr {
	background-color: beige;
}

/*------------------- コンテナ -------------------*/
.container {
	width: 100%;
	margin: 0 auto;
}

/*------------------- アーティクル ----------------*/
article {
	width: 800px;
	margin: 0 auto;
	padding: 20px;
}
article .box {
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	border-radius: 10px;
  margin-bottom: 25px;
}
article .box .maru {
    z-index: 100;
}
article .box .maru p {
	color: #ffffff;
    background-color: #f87f0c;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 2.3em;
    text-align: center;
    margin: 0 auto;
}
article .fbox {
	display: flex;
}
article .flex1 {
	flex: 50%;
	text-align: center;
}
article .flex2 {
	flex: 1;
}
article .flex3 {
	flex: 33%;
	text-align: center;
}
article .text1 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 40px;
}
article .text2 {
	text-align: center;
	font-size: 2.3em;
	font-weight: bold;
  line-height: 2.5em;
}
article .text2 span {
	font-size: 2.2em;
	font-weight: bold;
	color: #f87f0c;
}
article .text3 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #f87f0c;
	padding: 30px 0;
  cursor: pointer;
  text-decoration: underline;
}
article .text4 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.6em;
  margin-top: 20px;
}

/*-------------------EC、カルーセル----------------*/

.multiple {
	padding: 0;
	width: 1000px;
	margin: 0 auto;
}
.multiple img {
	width: 75%;
}
.multiple div {
	margin: 0 30px;
}
.multiple .slick-next {
	right: 17px;�@z-index: 100;
}
.multiple .slick-prev {
	left: 23px; z-index: 100;
}

/*------------------- フッター -------------------*/
footer {
  width: 100%;
	/* background-color: #e8e8e6; */
	text-align: center;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
}
footer .fbox {
	display: flex;
}
footer .flex1 {
	flex: 25%;
	text-align: center;
	padding: 20px;
}
footer .flex2 {
	flex: 1;
}
footer ul li {
	font-size: 0.9em;
  font-weight: bold;
}
footer ul li a {
	text-decoration: none;
  color: #121312;
  cursor: pointer;
}
footer a {
  color: #121312;
  cursor: pointer;
}
.ft_text {
  font-size: 2em;
  color: #121312;
  font-weight: bold;
  text-align: left;
}
.copyrt {
	font-size: 0.9em;
	padding: 10px;
}

/*------------------- トップへ戻る、小窓 -------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 0;
}
#page-top a:hover {
	opacity: 0.9;
}
/*------------------- テキスト区切り線 -------------------*/
.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;
}

/*-----------------------アコーディオン-----------------------*/
/* reset */
button {
	background:transparent;
	border:none;
	cursor:pointer;
	outline:none;
	padding:0;
	appearance:none;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
li,p {
	margin: 0;
}
/* reset */

.acord {
	margin: 20px auto;
	width: 800px;
}
.acord button {
  display: block;
  cursor: pointer;
  background-color: darkturquoise;
  text-align: center;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
}
.acord ul > li {
  background-color: paleturquoise;
  text-align: center;
  width: 300px;
  /* ���Ă������� */
  border-top: 0 white solid;
  padding-top: 0;
  padding-bottom: 0;
  /* �����A�j���[�V���� */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
  margin: 0 auto;
  visibility: hidden;
}
.acord ul.is-open > li {
  /* �J���Ă������� */
  border-top: 1px white solid;
  padding-top: 13px;
  padding-bottom: 13px;
  /* �J���A�j���[�V���� */
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
  visibility: visible;
}
.acord ul > li > p {
  /* ���Ă������� */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  /* �����A�j���[�V���� */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
.acord ul.is-open > li > p {
  /* �J���Ă������� */
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
  /* �J���A�j���[�V���� */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

/*-----------------------モーダル------------------------*/
.modal {
	margin: 20px auto;
	width: 800px;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
.mod_btn {
	width: 300px;
	background-color: lavender;
	margin: 0 auto 50px;
	text-align: center;
    padding: 13px 0;
	cursor: pointer;
}
