@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２．初期設定
タグに値を設定

タグ自体に設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body {
	-webkit-text-size-adjust: 100%;
	background: #fff;
	margin: 0;
  position: relative;
/*cursor: pointer;	*/
}
body, textarea {
  font-size: 14px;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


h2 , h3{
	 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

html,body {
  height:100%;
}
h1 {
	font-size:10px;
	font-weight:normal;
	line-height:100%;
}
a, a:link, a:visited {
	text-decoration:underline;
	color: #212121;
}
a:hover, a:active {
	text-decoration:underline;
	color:#757575;
}
a img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.mb_0 {
	margin-bottom: 0 !important;
}

.mincho {
	font-family :"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", YuMincho, '游明朝', serif;
	font-weight:bold;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■３．共通仕様

　※ここでの設定は、ＩＤ・ＣＬＡＳＳは固定名
　※設定する値は任意

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．フレーム
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-１．ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.site-wrapper {
  margin-top: 90px;
  position: relative;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-２．ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#header {
	color: #333;
	padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: #fff;
  z-index: 10000;
}

#seo h1 {
	width:1150px;
	margin:0 auto;
	padding:5px;
	font-size:10px;
}
#header .header{
	position:relative;
	width:1150px;
	margin:0 auto;
	line-height:1.5;
}
#header #logo {
  display: flex;
  float: left;
  align-items: center;
}
#header #logo img {
  max-width: 190px;
  height: auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-３．ナビゲーション（横型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#h_navi {
}
#h_navi ul {
	margin-top: 8px;
	border-right: 1px solid #ccc;
	
	
}
#h_navi ul li{
	float: left;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
	line-height: 1.4em;
}
#h_navi ul li a{
  text-decoration: none;
  font-size: 16px;
  padding: 5px 10px;
  border-left: 1px solid #ccc;
  display: block;
  min-width: 140px;
}
#h_navi ul li a .small{
	font-size: 11px;
}




#h_navi ul li a:hover{
	color: #33ae5a;
}

.head_right {
	/*float: right;*/
	width: 1150px;
}
.tel {
	float: right;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #21a32f;
	font-weight: bold;
}
.tel span{
	font-size: 12px;
}
.txt_sub {
	font-size: 18px;
}

.nav2 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;
}

.nav2 li{
	margin:0 20px;
}

.nav2 li a{
	text-decoration: none;
}

.nav2 li a:before{
	content: "▶︎";
	font-size: 10px;
	color: #21a32f;
	padding-right: 10px;
	
}


hr {
	background: #eee;
	border: none !important;
}

.border-gray {
  border-bottom: 1px solid #cecece;
}

.border-0 {
  border-left: none !important;
}

.box3 {
	margin: 30px auto;
	width: 1150px;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content:space-around;
	
}

.box3 li{
    box-shadow: 0 0 3px #eee;	
	border: 1px solid #eee;
	padding: 20px;
	margin: 0 10px;
	text-align: center;
	
}

.box3 li img{
	margin-bottom: 10px;

}
.box3 li p{
	text-align: left;
}

.title02 {
  font-size: 50px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}
.box01 {
  padding: 3rem 0;
  background: #33ae5a;
}
.box01.title02 {
  color: #fff;
  text-align: center;
  position: relative;
}
.box01.title02::after {
  content: "";
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  border: 15px solid transparent;
  border-top: 16px solid #33ae5a;
}

.title03 {
  font-size: 42px;
  margin: 0 auto 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  color: #33ae5a;
}
.title03 .small {
  font-size: 46%;
}


.tit_box {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center !important;
	color: #21a32f;
}

.fl_l li{
	float:left;
	margin-right: 20px;
}

.slide_wrap {
  margin-top: 85px;
	position: relative;
}
.copy {
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 40px;
  color: #161616;
  text-shadow: 1px 1px 2px #fff;
  z-index: 100;
  line-height: 1.5;
  background-color: #ffffffde;
  padding: 1rem;
}
.copy .small {
  font-size: 50%;
}

.banner_wrap {
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 100;
}
.banner_wrap img {
  max-width: 500px;
  height: auto;
  object-fit: cover;
}

.video_wrap video {
  width: 100%;
}

.txt_inner {
  font-size: 38px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
  text-shadow: 1px 1px 3px #555;
  font-family: 'Outfit', sans-serif;
  color: #fff;
  text-align: center;
}
.txt_inner h1 {
  font-size: 50px;
  margin-top: 40px;
}

.c-float-nav {
  max-width: 432px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background: #33ae5a;
  z-index: 100;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.c-float-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
}
.c-float-nav__item {
  background: #33ae5a;
  border-bottom: 2px solid #fff;
}
.c-float-nav__item:last-child {
  border-bottom: none;
}
a.c-float-nav__link {
  width: 50px;
  height: 175px;
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.25rem;
}
a.c-float-nav__link svg {
  margin-bottom: 0.5rem;
}

.back_img_wrap {
	background: #000;
	overflow: hidden;

}
.back_img_wrap a{
	color:#fff;
	font-size: 24px;
	display: block;
	padding: 70px 0;
	width: 100%;
	text-decoration: none;
	text-shadow: 0 0 5px #333;
	
}

.back_img_wrap a span{
	font-size: 14px;
}

.back_img_wrap a:hover{
	background: #21a32f;
	opacity: 0.9;
}



.back_01 {
	text-align: center;
	background: url("../images/main_2_01.jpg") no-repeat;
	background-attachment:fixed;
	background-blend-mode:hard-light;
}
.back_02 {
	text-align: center;

	background: url("../images/main_2_02.jpg") no-repeat;
	background-attachment:fixed;
}

.back_03 {
	text-align: center;
	background: url("../images/main_2_03.jpg") no-repeat;
	background-attachment:fixed;
}

.back_04 {
	text-align: center;
	background: url("../images/main_2_04.jpg") no-repeat;
	background-attachment:fixed;
}

.back_06 {
	text-align: center;
	background: url("../images/main_2_05.jpg") no-repeat;
	background-attachment:fixed;
}

.back_05 {
	padding: 100px 0;
	text-align: center;
	background: url("../images/main_02_1500.jpg") no-repeat;
	background-attachment:fixed;
	background-size: auto 1500px;
	font-size: 36px;
	text-shadow: 0 0 5px #ccc;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.back_tit {
font-size: 60px;
    font-weight: bold;
    text-align: center;
}

.marker {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.marker span{
	margin-left: 20px;
	
}


.dropdwn_menu{
    width: 151px;
    display: none;
    position: absolute;
    padding: 0;
    background: #21a32f;
	z-index: 110;
	margin-top: 0 !important;
	border-right: none  !important;
	
}
.dropdwn_menu.company-menu {
  width: 136px;
}
.dropdwn_menu li{
    width: 100%;
	border-bottom: 1px solid #840000 !important;
}

.dropdwn_menu li a{
    padding: 10px 0 !important;
	text-align: center;
    display: block;
    color: #fff;
	border-left: none  !important;
}

.dropdwn_menu li a:hover{
	opacity: 0.9;
    color: #fff !important;
	border-bottom: none !important;
}

.label-optional {
	font-size: 12px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-４．コンテンツ・ラッパー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#main {
	width:1150px;
	margin:0 auto 50px;
}
.container {
	width: 1150px;
	margin: 0 auto;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-５．コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#content {
	display:inline;
	width:1150px;
	padding:0 0 60px;
}

.content {
  position: relative;
  padding: 30px 0;
}
.bg-gray {
  background: #f8f8f8 !important;
}

.content .wrap {
  width: 1150px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-６．ナビゲーション（縦型）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side {
	display:inline;
	float:right;
	width:230px;
}
#side a:link, #side a:visited {
}
#side a:hover, #side a:active {
}
#side .side_bloc {
	margin:0 auto 20px;
}
#side .side_bloc p{
	padding:0 5px;
}
#side .head {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}
.btn a{
	position:relative;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	line-height:36px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn a:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .btn_login a {
	margin:0 20px 5px;
	background:#1c3c6f;
}
#side .btn_regist a {
	margin:0 20px;
	background: #D88B00;
}
#side .btn_contact a {
	margin:0 0 5px;
	background:#68a98b;
	font-size: 14px;
}
#side .btn_contact a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#side .bnr {
	margin:0 auto 35px;
}
#side .bnr ul li {
	margin:0 0 20px;
}
#side .bnr ul li:last-child {
	margin:0;
}
#side .bnr ul li img{
	vertical-align:top;
}
#side .side_content {
	margin:0 auto 20px;
}
#side .side_content ul  {
	padding:0 0 5px 0;
}
#side .side_content ul li {
	margin:0 5px 5px;
}
#side .side_content ul li a{
	position: relative;
	display:block;
	padding:7px 0 7px 15px;
	text-decoration:none;
	color:#212121; 
	border: 1px dotted #ccc;
}
#side .side_content ul li a::before{
	position: absolute;
	content: '';
	display: block;
	top: 15px;
	left: 5px;
	width: 5px;
	height: 5px;
	background: #1c3c6f;
}
#side .side_content ul li a:hover{
	background: #f4f4f4;
	color: #1c3c6f;
}

#side .side_bnr {
	margin:0 auto 30px;
}
#side .side_bnr ul  {
}
#side .side_bnr ul li {
	margin:0 0 5px;
}

#side .smenu {
	margin-bottom: 20px;
}
#side .smenu dl  {
	padding:10px;
	line-height: 1.5;
}
#side .smenu dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .smenu dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .smenu dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .smenu dl dd a{
	display:block;
	text-decoration:none;
}
#side .smenu dl dd a:hover {
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会員登録
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .side_regist {
	background:#e6f9ff;
	padding:20px 0;
}
#side .side_regist .head {
    border: none;
    text-align: center;
    font-size: 18px;
}
#side .side_regist .head_ttl{
	border:none;
	font-size:18px;
}
#side .side_regist .sub_ttl{
	padding: 10px;
	background:#f39800;
	margin:0 0 10px;
	text-align: center;
}
#side .side_regist .item_num {
	margin-bottom: 10px;
	padding: 0 20px;
	font-size: 12px;
}
#side .side_regist .item_num li {
	border-bottom: 1px solid #ccc;
}
#side .side_regist .item_num span {
	font-size: 15px;
	font-weight: bold;
	padding: 0 5px;
}
#side .side_regist .head::before {
	display:none;
}
#side .side_regist a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}


#side .side_blog {
	margin-bottom: 20px;
}
#side .side_blog dl  {
	padding:10px;
	line-height: 1.5;
}
#side .side_blog dl dt {
	position: relative;
	font-size: 12px;
	color: #1c3c6f;
	padding-left: 15px;
}
#side .side_blog dl dt::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #1c3c6f;
}
#side .side_blog dl dd {
	margin:0 5px 5px;
	border-bottom:1px dotted #ccc;
}
#side .side_blog dl dd a{
	display:block;
	text-decoration:none;
}
#side .side_blog dl dd a:hover {
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．リンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#side .link {
	margin:0 auto 10px;
}

#side .link a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

#side .link .head{
	font-size: 16px;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin:0 auto 5px;
}
#side .link ul{
	padding:0 0 0 0;
}
#side .link ul li{
	margin:0;
	border-bottom:1px dotted #ccc;
	text-align: center;
}
#side .link ul li.marker a{
	position: relative;
	display:block;
	padding:2px 0 2px 15px;
	text-decoration:none;
	text-align: left;
}
#side .link ul li.marker a::before{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #de7a10;
	
}
#side .link ul li.marker a:hover {
}

#side .link ul li img{
	max-width:280px;
	vertical-align:top;
	padding:2px 0 2px 0;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-５．会社情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
	margin:0 auto 30px;
	line-height:150%;
	padding: 10px;
	border: 1px solid #333;
}
#company_info .photo {
	margin:10px 0 10px;
	text-align:center;
}
#company_info .bottom {
	padding: 0 10px;
}
#company_info h3 {
	font-size:16px;
	margin:0 0 5px;
	border-bottom:1px solid #ccc;
}
#company_info h3 a{
}
#company_info .addr {
	margin:0 0 5px;
}
#company_info .side_tel {
	border: 1px solid #ddd;
	background: #fbfbfb;
	margin:0 0 10px;
	padding: 10px;
	color: #377f8e;	
}
#company_info .side_tel .tel_num {
	font-size: 21px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .fax_num {
	font-size: 16px;
	font-family:'Century Gothic', sans-serif;
	font-weight: bold;
}
#company_info .side_tel .tel_num span {
	font-size: 14px;
	color: #333;
}
#company_info .side_tel .fax_num span {
	font-size: 12px;
	color: #333;
}
#company_info .side_tel .acceptance {
	font-size: 13px;
	color: #333;
}
#company_info .btn {
	margin:0 0 5px;
	text-align:center;
}
#company_info .licence {
	font-size:11px;
	padding:0 0 0 10px;
}
 .facebook {
	 width:280px;
	margin:0 auto 10px;
}
 .facebook a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■２-６．お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#side_contact .tel{
	font-size: 26px;
	padding: 0  0 0 60px;
	font-family:"Times New Roman", serif;
	background:url(../images/free_number.png) no-repeat 20px center;
	background-size: 38px auto;
}

#side_contact .acceptance {
	font-size:14px;
	padding: 10px 0 0 55px;
	margin: 0 0 10px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

#crumb {
	margin-bottom: 10px;
}
#crumb ul {
	margin: 0 auto;
}
#crumb ul li {
	float: left;
	font-size: 12px;
}
#crumb ul li a {
	position: relative;
	margin-right: 2.5em;
	color: #dd3c4e;
}
#crumb ul li a::after {
	position: absolute;
	content: '';
	top: .5em;
	right: -1.5em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #4c4b49;
	border-bottom: 1px solid #4c4b49;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．ページトップ（クラス）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
div.page-up {
	padding:10px;
	text-align:right;
}
p.page-up {
	padding:10px 0;
	text-align:right;
}
.page-up a {
	font-size:12px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-８．フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#footer {

  background-image: linear-gradient(90deg, rgb(51, 174, 90, 1), rgb(47, 112, 176, 1));
	color:#fff;
	padding-top: 30px;
	position: absolute;
    width: 100%;
	 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	
}
#footer .footer {
	width: 1140px;
	margin: 0 auto;
}
#footer div.left ul li a {
	color:#fff;
	text-decoration: none;
}
#footer div.left ul li a:hover {
	text-decoration: underline;
}

#footer .f_company_info {
	width: 1140px;
	margin: 0 0 15px;
}

#footer .f_company_info .left {
	font-size: 13px;
	line-height: 24px;
}

#footer .f_company_info .left ul li a{
text-decoration: none;
}
#footer .f_company_info .left ul li a:hover{
text-decoration:underline;
}


#footer .f_company_info .right_side {
	width: 555px;
	float: right;
}

#footer .f_company_info .right_side .company_name{
	font-size: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #fff;
	margin-bottom: 13px;
}

#footer .f_company_info .right_side .addr{
	font-size: 13px;
	line-height: 24px;
}
#footer address {
	display:inline;
	float:right;
	text-align:right;
}
#footer2 address {
	display:inline;
	float:right;
	text-align:right;
}
#footer address a {
	color:#fff;
}
#footer address a:hover {
	color:#000;
}
#footer ul#ico li {
	display:inline;
	float:right;
	margin:0 0 0 5px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■４．対複数設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*赤字*/
.white {
	color:#fff !important;
}
.red {
	color:#ff3232;
}
.blue {
	color:#36c;
}
.green {
	color:#33ae5a !important;
}
/*太字*/
.bold {
	font-weight:bold !important;
}

.text_r {
	text-align:right !important;
}
.center {
	text-align:center !important;
}

.bg_green {background-color: #55b072 !important;}
.bg_blue {background-color: #5585b0 !important;}
.bg_yellow {background-color: #fbf9eb !important;}

.tit_blue {
  border-left: 4px solid #36c !important;
}
.tit_green{
  border-left: 4px solid #55b072 !important;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■５．その他の設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*フロート・クリアーボックス*/
.clear {
	clear:both;
	display:block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.left {
	float:left;
	display:inline
}
.right {
	float:right;
	display:inline
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:10px;
}
.btn_r {
	text-align:right;
}
.f150 {
  font-size: 150%;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.fa{
	margin-right:5px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.box.row {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.nowrap {
  flex-wrap: nowrap;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.position-relative {
  position: relative !important;
}

.d-none {display: none !important;}
@media screen and (min-width: 992px) {
  .d-lg-block {display: block !important;}
}


/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin 
-------------------------------------------------- */ 
.m00 {
	margin: 0px !important;
}
.m05 {
	margin: 5px !important;
}
.m10 {
	margin: 10px !important;
}
.m15 {
	margin: 15px !important;
}
.m20 {
	margin: 20px !important;
}
.m25 {
	margin: 25px !important;
}
.m30 {
	margin: 30px !important;
}
.m35 {
	margin: 35px !important;
}
.m40 {
	margin: 40px !important;
}
.m45 {
	margin: 45px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt33 {
	margin-top: 33px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 30px !important;
}
.mt45 {
	margin-top: 35px !important;
}
.mt60 {
	margin-top:60px;
}
.mr00 {
	margin-right: 0px !important;
}
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr45 {
	margin-right: 45px !important;
}
.mb00 {
	margin-bottom: 0px !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb24 {
	margin-bottom:24px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.ml00 {
	margin-left: 0px !important;
}
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.ml45 {
	margin-left: 45px !important;
}

.mx-auto {margin: 0 auto !important;}
/* 
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 {
	padding-top: 0px !important;
}
.p05 {
	padding-top: 5px !important;
}
.p10 {
	padding-top: 10px !important;
}
.p15 {
	padding-top: 15px !important;
}
.p20 {
	padding-top: 20px !important;
}
.p25 {
	padding-top: 25px !important;
}
.p30 {
	padding-top: 30px !important;
}
.p35 {
	padding-top: 35px !important;
}
.p40 {
	padding-top: 40px !important;
}
.p45 {
	padding-top: 45px !important;
}
.pt00 {
	padding-top: 0px !important;
}
.pt05 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt35 {
	padding-top: 35px !important;
}
.pt40 {
	padding-top: 40px !important;
}
.pt45 {
	padding-top: 45px !important;
}
.pr00 {
	padding-right: 0px !important;
}
.pr05 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
.pr35 {
	padding-right: 35px !important;
}
.pr40 {
	padding-right: 40px !important;
}
.pr45 {
	padding-right: 45px !important;
}
.pb00 {
	padding-bottom: 0px !important;
}
.pb05 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pb35 {
	padding-bottom: 35px !important;
}
.pb40 {
	padding-bottom: 40px !important;
}
.pb45 {
	padding-bottom: 45px !important;
}
.pl00 {
	padding-left: 0px !important;
}
.pl05 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pl35 {
	padding-left: 35px !important;
}
.pl40 {
	padding-left: 40px !important;
}
.pl45 {
	padding-left: 45px !important;
}

/*--------------------------------------------------
	width
-------------------------------------------------- */
.w14 {
	width:14px !important;
}
.w21 {
	width:21px !important;
}
.w28 {
	width:28px !important;
}
.w35 {
	width:35%;
}
.w42 {
	width:42px !important;
}
.w49 {
	width:49px !important;
}
.w56 {
	width:56px !important;
}
.w63 {
	width:63px !important;
}
.w70 {
	width:70px !important;
}
.w77 {
	width:77px !important;
}
.w84 {
	width:84px !important;
}
.w91 {
	width:91px !important;
}
.w98 {
	width:98px !important;
}
.w100 {
	width:100%;
}
.w105 {
	width:105px !important;
}
.w15per {
	width: 15% !important;
}
.w20per {
	width: 20% !important;
}
.w40per {
  width: 40% !important;
}
.w45per {
  width: 45% !important;
  display: inline-block;
}
.w80per {
	width: 80% !important;
}

.h100per {
  height: 100% !important;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
●３-７．パン屑
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-crumb {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.c-crumb li {
  position: relative;
  margin-left: 2em;
  float: left;
}
.c-crumb li ::after {
  position: absolute;
  content: '';
  top: .5em;
  right: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #4c4b49;
  border-bottom: 1px solid #4c4b49;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-crumb li:first-child {
  font-weight: bold;
  margin-left: 0;
}
.c-crumb li:last-child::before {
  display: none;
}
.c-crumb li > a {
  text-decoration: none;
}
.c-crumb li > a:hover {
  text-decoration: underline;
}
.c-crumb ul li a::after {}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 70px;
  height: 70px;
}
.c-pagetop a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background-color: #ebbf73;
  color: #ffffff;
  border: 2px solid #fff;
  font-weight: bold;
}
.c-pagetop a::before {
  position: absolute;
  content: '';
  display: block;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
[class*="c-btn"] {
  text-align: center;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  /*border-radius: 5px;*/
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Noto Serif JP', serif;
}
[class*="c-btn"]:hover {
  opacity: 0.75;
}
.c-btn, .c-btn--arrow, .c-btn--arrow--before, .c-btn--arrow--after {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  cursor: pointer;
}
.c-btn--arrow--before::before {
  -webkit-transform: rotate(135deg);
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(135deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--arrow--after::after {
  -webkit-transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}
.c-btn--general {
  display: inline-block;
  padding: 2px 10px;
  background: #33ae5a;
  color: #fff;
  border: 1px solid #33ae5a;
}
.c-btn--login {
  width: 100%;
  height: 30px;
  background: #33ae5a;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #33ae5a;
  line-height: 26px;
}
.c-btn--regist {
  width: 100%;
  height: 30px;
  background: #FD0909;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #FD0909;
  line-height: 26px;
}
#font-en .c-btn--regist {
  font-size: 1.3rem;
}
.c-btn--submit {
  width: 200px;
  height: 40px;
  background: #33ae5a;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #33ae5a;
}
.c-btn--reset {
  width: 200px;
  height: 40px;
  background: #fff;
  color: #33ae5a;
  margin-left: 10px;
  border: 2px solid #33ae5a;
}
.c-btn--reset:hover {
  background: #85bcf0;
  color: #33ae5a;
}
#mfp_button_send,
.c-btn--submit {
  width: 200px;
  background: #33ae5a;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #33ae5a;
}
#mfp_button_send:hover,
.c-btn--submit:hover {
  background: #85bcf0;
}
#mfp_button_cancel,
.c-btn--reset {
  width: 200px;
  background: #fff;
  color: #33ae5a;
  margin-left: 10px;
  /*border: 2px solid #33ae5a;*/
}
#mfp_button_cancel:hover,
.c-btn--reset:hover {
  background:#85bcf0;
  color: #33ae5a;
}
.c-btn--reset:hover {
  background: #85bcf0;
  color: #33ae5a;
}
.c-btn--open {
  background-color: #ebbf73;
  font-size: 12px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
}
.c-btn--search {
  width: 100%;
  height: 40px;
  background: #33ae5a;
  color: #fff;
  margin-right: 10px;
  /*border: 2px solid #33ae5a;*/
}
.c-btn--detail {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #fff !important;
  background-color: #33ae5a;
  line-height: 36px;
  height: 36px;
  /* border-radius: 5px; */
  font-size: 14px;
  text-decoration: none !important;
}
.c-btn--detail::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #fff;
}
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #2c70b2;
	color: #2c70b2;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background: #2c70b2;
}
a.btn_02 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
	text-decoration: none;
	margin: auto;
	padding: 1.5rem 0.5rem;
	font-weight: bold;
	border: 2px solid #2c70b2;
	background: #2c70b2;
	color: #fff;
	transition: 0.5s;
}
a.btn_02:hover {
	color: #2c70b2;
	background: #fff;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ページネーション
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-pager {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　モーダル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.c-modal__content {
  background: #fff;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-modal--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.c-modal--close::before, .c-modal--close::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #333;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal--close::after {
  width: 2px;
  height: 24px;
}
.c-modal__lead {
  margin-bottom: 15px;
}
.c-modal__heading {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px !important;
  border-left: 4px solid #21a32f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　ラジオボタン・チェックボックス
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-checkbox, .c-radio {
  display: none;
}
.c-checkbox + label, .c-radio + label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #E8F1FD;
  padding: 5px 10px;
  border: 1px solid #1162d8;
  border-radius: 3px;
  cursor: pointer;
}
.c-checkbox + label::after, .c-radio + label::after {
  position: relative;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1162d8;
  border-right: 2px solid #1162d8;
  transform: rotate(45deg);
  margin-left: 5px;
}
.c-checkbox:checked + label, .c-radio:checked + label {
  background-color: #1162d8;
  color: #ffffff;
}
.c-checkbox:checked + label::after, .c-radio:checked + label::after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
コンポーネント　その他
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-jsng {
  margin: 0 0 10px;
  text-align: center;
  border: 5px solid #ffaaaa;
  padding: 10px;
}
.c-label {
  display: inline-block;
  text-align: center;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 3px;
	margin-left: 10px;
}

.label-must {
	color: #21a32f;
}

.bg_gray {
  background-color: #f8f8f8;
}

.mx-auto {
  margin: 0 auto;
}

.tit-message {
  font-size: 26px;
}

.btn_gr {
	display: block;
	background:#21a32f;
	border-radius: 5px;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px;
	text-align: center;
	width: 200px;
	margin: 6% auto;
}

.label-contracted {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  right: -30%;
  width: 120%;
  background-color: rgba(145, 20, 22, 0.85);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15%;
  color: #ffffff;
  font-weight: bold;
  transform: rotate(-30deg);
  text-align: center;
  font-size: 1.6rem;
}

.slider {
  height: 53vw;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 80vw;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.bg-fukidashi:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 280px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 0;
  background-image: url("../images/fukidashi.png");
}
.f16px {
  font-size: 16px;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■バナー

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.btn01 { background: url("../images/flow01.png") no-repeat 50% 50% / cover !important; position: relative;}
.btn02 { background: url("../images/flow02.png") no-repeat 50% 50% / cover !important; position: relative;}
.btn03 { background: url("../images/flow03.png") no-repeat 50% 50% / cover !important; position: relative;}
.btn04 { background: url("../images/flow04.png") no-repeat 50% 50% / cover !important; position: relative;}
.btn01:after,.btn02:after,.btn03:after,.btn04:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #0000005e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.btn01 span,.btn02 span,.btn03 span,.btn04 span, .btn01 svg,.btn02 svg,.btn03 svg,.btn04 svg {
  position: relative;
  z-index: 1;
}

.object-cover {
  object-fit: cover;
}
