@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*初期アニメーション*/
#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 background-color:#fff;
  z-index:1000;
	animation:op_back 3s both;
}
 @keyframes op_back {
0% {
	background-color: #000000;
}
	 50% {
background-color: #ffffff;
}
100% {
background-color: #ffffff;
}
}
 
#opening .op_img{
  position: absolute;
top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 1100;
	max-width: 350px;
}
#opening .op_img svg{
	width: 100%;
}
/*メインビジュアル*/
#main_img{
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
}
#main_img h2{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	animation: fadeIn 1s linear;
}
#main_img h3{
    position: absolute;
    bottom: 10%;
    left: 20%;
}
.main_link01{
	content: "";
	width: 120px;
	height: 120px;
	background:rgba(255,255,255,0.00);
	position: absolute;
	right: 33%;
	top: 55%;
	display: block;
	
}
.main_link02{
	content: "";
	width: 160px;
	height: 150px;
	background:rgba(255,255,255,0.00);
	position: absolute;
	right: 31%;
	bottom: 5%;
	display: block;
	
}
.main_link03{
	content: "";
	width: 160px;
	height: 180px;
	background:rgba(255,255,255,0.00);
	position: absolute;
	left: 3%;
	bottom: 25%;
	display: block;
	
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@media screen and (max-width: 1000px) {
	#main_img h2{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#main_img h3{
	display: none;
}	
}
@media screen and (max-width: 768px) {
.main_link01{
	width: 60px;
	height: 60px;
	right: 33%;
	top: 55%;
}
.main_link02{
	width: 100px;
	height: 100px;
	right: 31%;
	bottom: 5%;
}
.main_link03{
	width: 100px;
	height: 100px;
	left: 3%;
	bottom: 25%;
	
}
}
@media screen and (max-width: 550px) {
.main_link01{
	width: 60px;
	height: 40px;
	right: 33%;
	top: 55%;
}
}
/*共通*/
.ttl{
	margin-bottom: 20px;
}
.ttl span{
	font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
.ttl{
	font-size: 1.8rem;
}
}

/* トップ　read */
@media screen and (min-width: 1001px) {
	#top_read {
	display: none;
}
}
@media screen and (max-width: 1000px) {
#top_read {
	padding-top: 20px;
	display: block;
}

#top_read h2 {
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	font-size: 2.4rem;
}
#top_read h2 span{
	font-weight: 700;
	color: #e95d54;
}
}
/* トップ　news */
#top_news{
	position: relative;

}
@media screen and (max-width: 768px) {
#top_news{

}
}
@media screen and (max-width: 550px) {	

}
/*----- works -----*/
#top_works{
	border-top: 1px solid #000000;
}


/*----- CM -----*/
#top_media{
	border-top: 1px solid #000000;
}
.movie_wrap{
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
	position: relative;
}
.movie_wrap video{
	width: 100%;
	height: 100%;
}
/* トップ　about */
#top_about{
	position: relative;
	border-top: 1px solid #000000;
}
ul.about_list .base_box{
position: relative;
	max-width: 500px;
	margin: 0 auto;
}
ul.about_list .base_box{

}
ul.about_list .base_box span{
	position: absolute;
	top: -30px;
	right: 10px;
	font-size: 5.0rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	line-height: 1;
	z-index: 1;
}
ul.about_list .base_box h3{
	margin-top: 10px;
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 700;
}
ul.about_list .base_box p{
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
ul.about_list .base_box span{
	font-size: 4.0rem;
	top: -20px;
	right: 10px;
}
}
@media screen and (max-width: 550px) {	
ul.about_list .base_box{
	width: 80%;
	margin: 0 auto;
}
ul.about_list .base_box span{
	right: 20px;
}	
}
/* トップ　product */
#top_product{
	position: relative;
	background: #faf7f3;
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {	

}
/* トップ　instagram */
#instagram{
	background: #1a7482;
	color: #FFFFFF;
}

#instagram h2{
	text-align: center;
	margin-bottom: 20px;
}  


/* トップ　banner */
#top_banner{
	position: relative;

}
ul.ban_list{
	display: flex;
	justify-content:space-between;
	max-width: 800px;
	margin: 0 auto;
}
ul.ban_list li{
	width: 49%;
}
ul.ban_list li a{
	background: #1a7482;
	height: 80px;
	display: flex;
	padding: 20px 20px;
}

@media screen and (max-width: 768px) {

}
@media screen and (max-width: 550px) {	
	ul.ban_list{
	flex-direction: column;
}
ul.ban_list li{
	margin-bottom: 20px;
	width: 100%;
}
	ul.ban_list li:last-child{
	margin-bottom: 0;
}
}
/*-------------------------------------*/
/*	下層ページ関連	*/
/*-------------------------------------*/
.read {

}
.img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
/*table*/
.gaiyo{
	width: 100%;
	line-height: 1.7;
	border-collapse: separate;  /* 表の線と線の間を空ける */
    border-spacing: 2px;  
}
.gaiyo th,.gaiyo td{
	padding: 1em;
}
.gaiyo th{
	background-color: #ebebeb;
	font-weight: 500;
}
.gaiyo td{
		background-color: #f5f5f5;
}
.gaiyo td a{
		color: #0071bc;
	text-decoration: underline;
}
.gaiyo td a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.sns_link li{
	margin-bottom: 5px;
	line-height: 1.5;
}
.sns_link li:last-child{
	margin-bottom: 0;
}
/*LINK*/
.page_wrap p a,.page_wrap ul a,.page_wrap ol a,.page_wrap table a{
	color: #0071bc;
	text-decoration: underline;
}
.page_wrap p a:hover,.page_wrap ul a:hover,.page_wrap ol a:hover,.page_wrap table a:hover{
	text-decoration:none;
	opacity: 0.7;
}
/* list */
ul.base_list > li{
	margin-bottom: 40px;
}
	ul.base_listt > li:last-child{
	margin-bottom: 0;
}
/* page link */
#page_link{
	margin-bottom: 40px;

}
#page_link ul{
	text-align: center;
}
#page_link ul li{
	display: inline-block;
	margin-right:10px;
	letter-spacing: 0.1em;
	font-family:'M PLUS Rounded 1c','Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",sans-serif;
	transform: rotate(0.05deg);
}
#page_link ul li:last-child{
	margin-right: 0;
}
#page_link ul li a{
	font-size: 1.8rem;
	display: block;
	color: #fff;
	background: #a49070;
	padding: 0.5em 1.5em;
	border: 3px solid #a49070;
	border-radius: 50px;
	margin: 10px;
}
#page_link ul li a span{
	vertical-align: baseline;
	font-weight: 500;
	font-size: 2.4rem;
}
#page_link ul li a:hover,#page_link ul li.current a{
	color: #a49070;
	background: #fff;
	border: 3px solid #a49070;
}
#page_link ul li a::after{
	content: "\f13a";
	 font-family: FontAwesome;
	margin-left: 5px;
}
@media(max-width: 768px){	
	.gaiyo{
}	
.gaiyo th,.gaiyo td{
	border: none;
	padding: 1em;
	width: 100%;
	display: block;
}
}
@media(max-width: 550px){
	

#page_link ul{
	text-align: center;
}	
#page_link ul li{
	display: block;
	margin:0 auto;
}
#page_link ul li a{
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 1.4rem;
}
#page_link ul li a span{
	font-size: 1.8rem;
}	
}
/*--------------------------------
	固定ページ共通　サブイメージ
*/
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
#sub_ttl{
	width: 100%;
	position: relative;
	background: #1a7482;
	padding-top: 250px;
	padding-bottom: 60px;
}
#sub_ttl h2{
	animation: fadeIn 0.5s linear;
  animation-fill-mode: both;
	line-height: 1.5;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	position: relative;
}
#sub_ttl h2 span{
	font-size: 2.4rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	display: block;
	margin-top: 5px;
	text-transform: uppercase;
	color: #fff;
}
@media screen and (max-width: 1000px){
	#sub_ttl{
	padding-top: 30px;
	padding-bottom: 30px;
}
}

@media screen and (max-width: 768px){
#sub_ttl h2 span{
	font-size: 1.8rem;
}
}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	concept	*/
/*-------------------------------------*/
#concept{
	background-image: url("../images/page/bg_concept.jpg");
	padding: 300px 0;
	background-size: cover;
	background-position: bottom;
}
#concept h2{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 8.0rem;
	text-align: center;
	margin-bottom: 40px;
}
#concept p{
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	margin-bottom: 50px;
	line-height: 3;
}
@media screen and (max-width: 768px){
	
}
@media screen and (max-width: 767px){
#concept h2{
	font-size: 4.0rem;
}
#concept p{
	font-size: 1.6rem;
	text-align: center;
}
#concept .bt{
	text-align: center;
}
}
@media screen and (max-width: 550px){
#concept{
	padding: 100px 0;
}
}
/*-------------------------------------*/
/*	about	*/
/*-------------------------------------*/
#about{
	padding-top: 60px;
}
#about h2{
	color: #1a7482;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.about_box{
	display: flex;
}
.about_box.ab_rev{
	flex-direction: row-reverse;
}
.about_box li{
	width: 50%;
}
.about_box li.about_img img{
	width: 100%;
}
.about_box li.about_txt{
	align-items: center;
	display: flex;
	background: #faf7f3;
}
.about_box li.about_txt .about_inner{
	max-width: 500px;
	margin: 0 auto;
	width: 80%;
}
.about_inner h3{
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.about_inner h3 span{
	font-weight: 300;
	font-size: 5.5rem;
	font-family: 'Oswald', sans-serif;
	margin-right: 10px;
	line-height: 1;
	vertical-align: bottom;
}
@media screen and (max-width: 991px){
	.about_box{
	display: flex;
		flex-direction: column;
}
.about_box.ab_rev{
	flex-direction: column;
}
.about_box li{
	width: 100%;
}
.about_box li.about_txt .about_inner{
	max-width: 500px;
	margin: 0 auto;
	width: 80%;
	padding: 50px 0;
}
.about_box li.about_txt .about_inner p{
	font-size: 1.4rem;
}	
.about_inner h3{
	font-size: 2.0rem;
}
.about_inner h3 span{
	font-size: 5rem;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}	
}
@media screen and (max-width: 550px){
#about h2{
	font-size: 2.4rem;
}	
.about_box li.about_txt .about_inner{
	width: 90%;
}
}
/*-------------------------------------*/
/*	recruit	*/
/*-------------------------------------*/
#message{
	background-image: url("../images/page/bg_recruit.jpg");
		background-size: cover;
	padding: 150px 0;
}
.message_box{
	max-width: 640px;
	margin: 0 auto;
	background-color:rgba(255,255,255,0.90);
	padding: 40px;
	width: 100%;
}
.message_box h2{
	text-align: center;
	margin-bottom: 30px;
}
.message_box p{
	line-height: 2;
}
#staff{
	background: #faf7f3;
}
.staff_box{
	border: 2px solid #000000;
	padding: 40px;
	background-color: #FFFFFF;
	border-radius: 30px;
	margin-bottom: 40px;
}
.staff_box:last-of-type{
	margin-bottom: 0;
}
.staff_box h3{
	margin-bottom: 20px;
	font-size: 3.8rem;
	font-weight: 700;
	margin-top: 30px;
}
.staff_box h3 span{
	font-size: 1.6rem;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	vertical-align: baseline;
	margin-left: 10px;
	letter-spacing: 0.1em;
}
.staff_box p{
	line-height: 2;
}
@media screen and (max-width: 767px) {
#message{
	background-image: url("../images/page/bg_recruit.jpg");
	padding: 100px 0;
}
.message_box{
	padding: 40px 20px;
}
.staff_box h3{
	font-size: 2.8rem;
}
.staff_box h3 span{
	font-size: 1.2rem;
}	
}
@media screen and (max-width: 550px){
.staff_box img{
	width: 70%;

}
}
/*-------------------------------------*/
/*	exterior	*/
/*-------------------------------------*/
#exterior01{
	background-image: url("../images/page/bg_exterior.png");
		background-size: cover;
	padding: 150px 0;
}
.exterior_box{
	max-width: 670px;
	margin: 0 auto;
	width: 100%;
}
.exterior_box h2{
	text-align: center;
	margin-bottom: 30px;
}
.exterior_box p{
	line-height: 2;
	font-size: 2.0rem;
	font-weight: 500;
}
#exterior02{

}
ul.check_list li{
	position: relative;
	padding-left: 30px;
	line-height: 2.5;
	font-weight: 500;
}
ul.check_list li::before{
	content: url("../images/ico_check.svg");
	position: absolute;
	left: 0;
	top: 0.2em;
	
}
#exterior02 ul.service_list{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content:center;
	 gap: 20px 20px;
	margin-bottom: 60px;
}
#exterior02 ul.service_list li{
	  width: calc(100% / 4 - 20px);
}
#exterior02 ul.service_list li img{
	display: block;
	margin-bottom: 10px;
}
.haconiwa_cta {
	border: 2px solid #1a7482;
	padding: 30px;
}
.haconiwa_cta a.tel {
	color: #000!important;
}
.haconiwa_cta a.tel span{
	font-size: 1.2rem;
	display: block;
	color: #000;
}
.haconiwa_ttl{
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.5;
}
.haconiwa_ttl span{
	font-weight: 700;
	font-size: 2.1rem;
	vertical-align: baseline;
	color: #e95d54;
}
.haconiwa_cta a.tel::before{
	content: url("../images/ico_tel-p.svg");
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
#message{
	background-image: url("../images/page/bg_recruit.jpg");
	padding: 100px 0;
}
.exterior_box p{
	font-size: 1.8rem;
}	
.haconiwa_ttl{
	font-size: 1.8rem;
}	
.message_box{
	padding: 40px 20px;
}
#exterior02 ul.service_list{
	 gap: 20px 10px;
}
#exterior02 ul.service_list li{
	  font-size: 1.2rem;
	 width: calc(100% / 4 - 10px);
}
.haconiwa_cta a.tel {
	margin-top: 20px;
}	
}
@media screen and (max-width: 550px){

}
/*-------------------------------------*/
/*	商品一覧　*/
/*-------------------------------------*/
.product_list li .base_box h3{
	margin-top: 10px;
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 700;
}
.product_list li .base_box .img_wrap{
	border: 3px solid #c7c7c7;
}
.product_list li .base_box{
	position: relative;
}
.product_list li .base_box .bt_more{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	z-index: 1;
}
.tag_list li {
	display: inline-block;
}
.tag_list li a{
	display: block;
	padding: 5px 5px 5px 0;
	color: #999;
	font-size: 1.4rem;
}
.tag_list li a:hover{
	color: #1a7482;
}
.tag_list li a::before{
	content:url("../images/ico_hash.png");
	margin-right: 2px;
	color: #1a7482;
}
/*詳細*/
.catchcopy{
	color: #1a7482;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.type_list{
	margin-bottom: 30px;
}
.type_list li{
	display: inline-block;
	font-size: 1.4rem;
	padding:0.7em  1em;
	background: #f9dd67;
	line-height: 1;
	border-radius: 50px;
	margin-right: 10px;
}
.sld_area{
	position: relative;
	 overflow: hidden;
	width: 100%;
}
.sld_bg{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.thm{
	display: block;
	position: relative;
}
.price{
	font-weight: 700;
	font-size: 2.4rem;
	vertical-align: bottom;
}
.item_box{
	border: 3px solid #c5c5c5;
	padding: 30px;
	margin-bottom: 40px;
}
.item_box h4{
	font-size: 2.4rem;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
}
ul.speck_list li{
	padding: 20px 0;
	border-bottom: 1px dotted #000;
}
.thm .zoom_mark{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
}
.price_box{
	background: #1a7482;
	color: #fff;
	text-align: center;
	padding: 1em 20px;
	
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 768px) {
ul.speck_list{
	margin-bottom: 30px;
}
.price{
	font-size:2.0rem;
}
.item_box h4{
	font-size: 2.0rem;
}	
}


/*-------------------------------------*/
/*	新着情報　*/
/*-------------------------------------*/
/*一覧*/

/* カテゴリーラベル */
a.cat {
  letter-spacing: 0.05em;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.7em;;
  font-size: 1.2rem;
  line-height: 1;
	background:#000000;
}
a.cat:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
a.cat {
  letter-spacing: 0.05em;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.5em;;
  font-size: 1.1rem;
  line-height: 1;
}
}
/*-------------------------------------*/
/*	news　*/
/*-------------------------------------*/
/*ドロップダウン*/
.archive_cat {
  margin-bottom: 40px;
}
.btn-cat {
  color: #9fa0a0;
  background-color:#F2F2EE;
  border-color: none;
}
.archive_cat .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 1em 0 1em;
  font-size: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  line-height: 41px;
  height: 41px;
  width: 100%;
  border-radius: 0;
}
.archive_cat .btn::after {
  content: url("../images/select_down.png");
  position: absolute;
  top: -1px;
  right: 0;
  width: 40px;
  height: 40px;
}

.archive_cat .dropdown-menu > li > a:hover {
  background: #2E6FB3;
  color: #FFFFFF;
}
.archive_cat .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border: none !important;
}
.archive_cat .dropdown-menu {
  min-width: 100%;
  box-shadow: none !important;
}
.dropdown-menu > li > a {
  color: #595757;
}
.archive_cat :focus {
  outline: none !important;
  box-shadow: none !important;
}
.base_box img{
	display: block;
}
.base_box .img_wrap{
	margin-bottom: 15px;
}
ul.news_info{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
ul.news_info li{
	width: 49%;
}
ul.news_info li span{
	font-size: 1.4rem;
}
ul.news_info li:last-child{
	text-align: right;
}
ul.news_list .base_box h3{
	font-weight: 500;
	line-height: 1.5;
}
ul.news_list h3 a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.news_list h3 a:hover{
	text-decoration: underline;
}

/*	ページナビ関連	*/
.wp-pagenavi {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 1.4rem;
}
.wp-pagenavi a{
	text-decoration: none!important;
	padding: 0.5em 0.8em!important;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#313131!important;
	border: 1px solid #1a7482;
	background:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wp-pagenavi span{
	color:#1a7482;;
}
.wp-pagenavi span.current {
	text-decoration: none!important;
	padding: 0.5em 0.8em;
	margin: 3px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	color:#FFFFFF;
	border: 1px solid #1a7482;
	background:#1a7482;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #1a7482!important;
}
.wp-pagenavi a:hover{
	border: 1px solid #1a7482!important;
	background: #1a7482;
	color: #FFFFFF!important;
	text-decoration: none!important;
}
.wp-pagenavi a:hover span{
	color:#FFFFFF;
}
/*詳細*/
.thumb{
	display: block;
	margin: 0 auto 40px auto;
	text-align: center;
}
.single .day{
color: #004098;
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.single_info{
	padding-top: 70px;
}
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
	font-size: 1.4rem;
}
/*ページャー*/
#pager{
	margin: 40px 0;
}
#pager li.prev{
	width: 50%;
	float: left;
}
#pager li.next{
	width: 50%;
	float: right;
	text-align: right;
}
#pager li a{
	display: block;
	padding: 1em 0;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform:capitalize;
}
#pager li a:hover{
	color:#2E6FB3;
}
#pager li.prev a::before{
	content: "\f104";
    font-family: FontAwesome;
	margin-right: 10px;
	color: #000;
}
#pager li.next a::after{
	content: "\f105";
    font-family: FontAwesome;
	margin-left: 10px;
	color: #000;
}

@media screen and (max-width: 768px){
ul.news_info li a.cat{
	font-size: 1.1rem;
}	
	.archive_cat > li:first-child {
  margin-bottom: 20px;

}
.single .day{
color: #004098;
	margin-bottom: 20px;
	font-size: 103%;
	letter-spacing: 0.1em;
}
.single_info{
	padding-top: 50px;
}
}
/*-------------------------------------*/
/*	works　*/
/*-------------------------------------*/
.works_tagbox{
	display: flex;
	margin-bottom: 60px;
	border:1px solid #333;
	align-items: center;
}
.works_tagbox dt{
	width: 20%;
	max-width: 200px;
	text-align: center;
	padding: 0.5em;
	font-size: 2.4rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
.works_tagbox dd{
	padding: 0.5em;
}
.works_tagbox dd a{
	display: inline-block;
	font-size: 1.6rem;
	padding: 0.5em 1em;
	background: #F6F3EF;
	line-height: 1;
	margin: 5px;
	border-radius: 50px;
}
.works_tagbox dd a:hover,.works_tagbox dd a.current{
	color: #FFFFFF;
	background: #1a7482;
}
@media screen and (max-width: 768px){
.works_tagbox dt{
	width: 30%;
}	
.works_tagbox dd a{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 550px){
.works_tagbox{
	flex-direction: column;
}
.works_tagbox dt{
	width: 100%;
	max-width: 500px;
	text-align: center;
	padding: 0.5em 1.5em;
	font-size: 2.4rem;
	display: block;
	cursor: pointer;
	position: relative;
}
	.works_tagbox dt::before{
  content: "\f13a";
    position:absolute;
    top:50%;
    right:8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
    font-family: FontAwesome;
}
	.submenu{
		display: none;
	}
}

/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area h4{
	margin-top: 40px;
}
.submit_btn_wrap{
	position:relative;
	width:200px;
	margin:0 auto;
}
ul.submit2_btn_wrap{
	position:relative;
	width:50%;
	margin:0 auto;
	text-align: center;
}
ul.submit2_btn_wrap li{
	display: inline-block;
	width:200px;
	margin-left: 5px;
}
.submit_btn{
	width: 100%;
	padding: 0.7em 1.5em;
	display:inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size:2.0rem;
	text-align:center;
	border: 3px solid #1a7482;
 background: #1a7482;
	color: #fff;
	border-radius: 10px;
	font-weight: 500;
}
.submit_btn:hover{
	 background: #fff;
	text-decoration:none;
	color: #1a7482;
}
.back_btn{
		width: 100%;
	height: 35px;
	position:relative;
	display:inline-block;
	border:1px solid #AAAAAA;
	font-size:88%;
	text-align:center;
	background:#AAAAAA;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	line-height: 35px;
}

.back_btn:hover{
	color:#AAAAAA;
	background:#FFFFFF;
	text-decoration:none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder{
	color: #989898;
}
input:-ms-input-placeholder{
	color: #989898;
}
input::-ms-input-placeholder{
	color: #989898;
}
input::placeholder{
	color: #989898;
}

.must{
	position:absolute;
	margin:0 0 0 10px;
	padding:0.2em 1.5em;
	display:inline-block;
	color:#fff;
	font-size:1.2rem;
	font-weight: 400;
	border-radius: 3px;
	background: #333;
}

.privacy_box {
    border: 1px solid #000000;
	margin-bottom: 20px;
}

.privacy_inner {
    width: auto;
    height: 200px;
    overflow-y: scroll;
    padding: 22px;
	font-size: 1.4rem;
}

.consent_check_wrap{
	padding: 20px;
	margin-bottom: 40px;
	text-align: center;
	border: 3px solid #e8d6ae;
	border-radius: 20px;
}
.consent_check_wrap p a{
	text-decoration: underline;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}

.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	border: 2px solid #b3b3b3;
	font-family: inherit;
	font-size:1.6rem;
	padding: 0.7em;
	margin:0;
	background-color: #F2F2F2;
	border-radius: 0;
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
	max-width:100%;
}
.form_area input[type="text"],
.form_area input[type="email"],
.form_area input[type="tel"],
.form_area textarea, .form_area radio, .form_area select {
	margin-bottom: 0;
}

.form_area input[type="text"].text_fomr_01,.form_area input[type="email"].text_fomr_01,.form_area input[type="tel"].text_fomr_01 { width:70%; }
.form_area input[type="text"].text_fomr_02,.form_area input[type="email"].text_fomr_02,.form_area input[type="tel"].text_fomr_02{ width:50%; }
.form_area input[type="text"].text_fomr_03,.form_area input[type="email"].text_fomr_03,.form_area input[type="tel"].text_fomr_03{ width:40%; margin:0 0 0 5px }
.form_area input[type="text"].text_fomr_04,.form_area input[type="email"].text_fomr_04,.form_area input[type="tel"].text_fomr_04{ width:100%;}
.form_area textarea.form_txtarea_01{ width:100%;}

.form_area input[type="checkbox"] {
    height: 15px;
    width: 15px;
   margin: 5px;
    vertical-align: middle;
}
.form_area input[type="radio"] {
    vertical-align: middle;
	margin: 0 3px 0 0;
}
label {
	margin-right: 20px;
	font-weight: normal!important;
	font-size: 1.8rem;
	 padding: 5px;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0.5em!important;
}
@media screen and (max-width: 768px){
	.tel_list{
	display: block;
}
.tel_list div{
margin-right: 0;	
}
	.privacy_inner {
    padding: 10px;
}
		.privacy_inner p{
    font-size: 1.2rem!important;
}
	.submit_btn_wrap{
		width:80%;
		margin: 0 auto;
	}
	.submit_btn{
		width:100%;
	}
	ul.submit2_btn_wrap li{
		margin-bottom: 20px;
	}
	input[type="text"].text_fomr_01,input[type="email"].text_fomr_01,input[type="tel"].text_fomr_01{ width:100%!important; }
	input[type="text"].text_fomr_02,input[type="email"].text_fomr_02,input[type="tel"].text_fomr_02{ width:100%!important; }
	ul.input_list li{
		margin-bottom: 20px;
	}
	ul.input_list li:last-child{
		margin-bottom: 0;
	}
	label {
	font-size: 1.6rem;
}
	}