@charset "utf-8";
/*style_common*/
@import url( "reset.css");
/*@import url( "https://fonts.googleapis.com/css?family=Noto+Serif+JP|Noto+Sans+JP" );*/
@font-face { font-family:segoesc; font-style: normal; font-weight: normal; src: url("../fonts/segoesc.woff") format('woff'); }
body{
	font-family:
		"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
		"游ゴシック Medium", "Yu Gothic Medium",YuGothic,"Yu Gothic M","游ゴシック体",
		"メイリオ", Meiryo, Osaka,
		"ＭＳ Ｐゴシック", "MS PGothic",
		"sans-serif";
	font-size: 100%;
}

.family_serif{ font-family: YuMincho,"Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";}
.family_segoe{ font-family: "segoesc";}

.maxw{ width: 90%; max-width:1280px; margin: 0 auto 50px;}
.maxw1000{ width: 90%; max-width:1000px; margin: 0 auto 50px;}
.colum{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.columsb{ display: -webkit-box; display: -ms-flexbox; display: flex;justify-content: space-between}
.sp{ display: none;}
h1,h2.top{ font-size: 1.87rem; text-align: center; color: #000000; font-weight: bold; margin-bottom: 1em;}
h1 p,h2.top p{ font-size: 1rem; font-weight: normal; text-align: center;}
#page_hd{ padding: 25px 0; margin-bottom: 60px;}
#page_hd h1{ background-color: rgba(255,255,255,0.5); border: solid 1px #FFFFFF; width: 250px; height: 200px; display: flex; align-items: center; justify-content: center; text-align: center; margin: auto; }

@media screen and (max-width: 959px) {
	h2.top{ font-size: 1.625rem; }
	.maxw{ margin: 0 auto 30px;}
	.maxw1000{ margin: 0 auto 30px;}
}
@media screen and (max-width: 767px) {
	.colum{ display: block;}
	h1,h2.top{ font-size: 26px;}
	h1 p,h2.top p{ font-size: 14px; }
	#page_hd h1{ width: 250px; height: 150px; font-size: 21px;}
}
@media screen and (max-width: 479px) {
	body{ font-size: 14px;}
	p{line-height:1.6em;}
	.maxw{ margin: 0 auto 20px;}
	.maxw1000{ margin: 0 auto 20px;}
	.pc{ display: none;}
	.sp{ display: block;}
	h2.top{ font-size: 21px; }
	h1 p,h2.top p{ font-size: 12px; }
	#page_hd{ padding: 20px 0; margin-bottom: 25px;}
	#page_hd h1{ width: 250px; height: 80px; font-size: 20px;line-height:1.1em;}

}
/*FONTSIZE------------------
12px=0.75rem
14px=0.875rem
16px=1rem
18px=1.125rem
20px=1.25rem
21px=1.312rem
24px=1.5rem
26px=1.625rem
28px=1.75rem
-----------------------------*/

/*HEADER***************/
#header{ width:100%;}
.hd_between{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-pack: justify;	-ms-flex-pack: justify;	justify-content: space-between;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
}
.header_logo{ padding: 15px 30px;}
.header_logo h1{margin: 0; }
.header_logo h1 img{ display: block; }

/*文字サイズ変更*/
.f_size{
	display:-webkit-box; display:-ms-flexbox; display:flex;
	-webkit-box-align: center;	-ms-flex-align: center;	align-items: center;
	justify-content: flex-end;
	font-size: 1rem;
	padding-right: 7rem;
}
.size-button { background-color: #CCC; border: none; border-radius: 5px;cursor: pointer;font-size: 16px;line-height:16px;padding: 10px;margin-left: 5px;font-weight: bold;}
.size-button.big{ font-size: 18px;}
.size-button.active{ background-color: #f2b721;}

/*PCメニュー*/
.hd_middle{ padding-right: 230px;}
.navbarCollapse{ display: -webkit-box; display: -ms-flexbox; display: flex; }
.navbarCollapse li a{ font-size: 1rem; color: #000000; text-decoration: none; font-weight: 600; display: block; padding: 16px 0.75em; line-height: 20px; cursor: pointer; position: relative;}
.navbarCollapse li a::after { position: absolute; content: ''; bottom: 0; left: 0; width: 0; height: 2px; background: #f2b721; transition: all 0.3s ease 0s;}
.navbarCollapse li a:hover::after { width: 100%;}
.cl_nav{display: none;}
#gnavi{margin-right: 7rem;}

/*右上ボタン*/
.hd_right{display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute;top:-30px;right: 0;z-index: 2;}
.hd_right a{display: block; width: 100px; margin-right: 7px; padding: 50px 0 17px 0; box-sizing: border-box; color:#FFFFFF;font-weight: 600;text-decoration: none; border-radius: 16px;text-align: center;line-height: 1.4;font-size: 14px;}
.hd_right a.siryo{ background-color: #f2b721;}
.hd_right a.kengaku{ background-color: #181a70;}
.hd_right a.invoice{ background-color: #D94732;}

/*スクロール時に上から出てくるメニュー*/
.clone-nav {
    width: 100%;
    height: auto;
    transition: all 0.3s;
    transform: translateY(-100px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
    justify-content: flex-end;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}
.is-show { transform: translateY(0);}
.clone-nav .cl_nav{ display: block;}
.clone-nav .cl_nav.siryo{ background-color: #f2b721;}
.clone-nav .cl_nav.siryo a{ color: #fff;}
.clone-nav .cl_nav.siryo a:after{ content: none;}
.clone-nav .cl_nav.siryo a:hover{ background-color: #ffc941;}
.clone-nav .cl_nav.kengaku{ background-color: #181a70;}
.clone-nav .cl_nav.kengaku a{ color: #fff;}
.clone-nav .cl_nav.kengaku a:after{ content: none;}
.clone-nav .cl_nav.kengaku a:hover{ background-color: #2a2c89;}
.clone-nav .cl_nav.invoice{ background-color: #D94732;}
.clone-nav .cl_nav.invoice a{ color: #fff;}
.clone-nav .cl_nav.invoice a:after{ content: none;}
.clone-nav .cl_nav.invoice a:hover{ background-color: #DD5D50;}

#navArea{ display: none;}
@media screen and (max-width: 1280px) {
	.header_logo{ padding: 18px 15px;}
	.header_logo img{ width: 230px; height: auto;}
	.hd_middle{ padding-right: 190px;}
	.f_size{ padding-right: 4.5em;}
	.navbarCollapse li a{ padding: 16px 0.5em; font-size: 0.875rem; }
	.hd_right a{ width: 80px; margin-right: 3px; font-size: 12px; border-radius: 10px;}
	#gnavi{margin-right: 4.5rem;}
}
@media screen and (max-width: 1024px) {
	/*.hd_middle{ padding-right: 230px;}
	.navbarCollapse li a{ padding: 16px 0.25em;font-size: 0.6875rem; }
	.hd_right a{ width: 74px; font-size: 11px;}*/
}
@media screen and (max-width: 959px) {
/*ヘッダーロゴ*/
.header_logo{ padding: 16px 10px;}
.header_logo img{ width: 230px; height: auto;}
.hd_middle{ padding: 0 80px 0 0;}
.f_size{ font-size:0.75rem;}
	
	
/*右上ボタン*/
.hd_right{ top:10px; right:70px; }
.hd_right a{ width: 75px; height: 70px; margin-right: 3px; padding: 12px 0 0 0; border-radius: 8px;font-size: 11px;}
.hd_right a img{width: auto;height: 15px;}

	
/*PCメニュー非表示*/
#gnavi{ display: none;}
.clone-nav { display: none;}

/*スマホメニュー*/
#navArea{ display: block;}
#navArea nav { display: block; position: fixed; top: 0; left: -300px; bottom: 0; width: 300px; background: #f2b721; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transition: all .5s; z-index:999; opacity: 0;}
#navArea.open nav { left: 0; opacity: 1;}
#navArea nav .inner { padding: 0;}
#navArea nav .inner ul { list-style: none; margin: 0; padding: 0;}
#navArea nav .inner ul li { position: relative; margin: 0; border-bottom: 1px solid #FFF; padding-left: 2em; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 1em center; transition: all .3s ease-out;}
#navArea nav .inner ul li a { display: block; color: #000; font-size: 1rem; padding: 1em; text-decoration: none;  transition-duration: 0.2s;}
#navArea nav .inner ul li a:hover { background: #ff9900;}
/*.toggle_btn*/
.toggle_btn { display: block; position: fixed; top: 30px; right: 15px; width: 30px; height: 30px; transition: all .5s; cursor: pointer; z-index: 3;}
.toggle_btn span {  display: block;  position: absolute; left: 0; width: 30px; height: 2px; background-color: #333; border-radius: 4px; transition: all .5s;}
.toggle_btn span:nth-child(1) {  top: 4px;}
.toggle_btn span:nth-child(2) {  top: 14px;}
.toggle_btn span:nth-child(3) {  bottom: 4px;}
.open .toggle_btn span {  background-color: #fff;}
.open .toggle_btn span:nth-child(1) {  -webkit-transform: translateY(10px) rotate(-315deg);  transform: translateY(10px) rotate(-315deg);}
.open .toggle_btn span:nth-child(2) {  opacity: 0;}
.open .toggle_btn span:nth-child(3) {  -webkit-transform: translateY(-10px) rotate(315deg);  transform: translateY(-10px) rotate(315deg);}
/*#mask*/
#mask {  display: none;  transition: all .5s;}
.open #mask {  display: block;  position: fixed;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: #000;  opacity: .8;  z-index: 2;  cursor: pointer;}
}/*------end 959px------*/
@media screen and (max-width: 878px){
	.f_size {padding-right: 10em;}
}
@media screen and (max-width: 767px) {
	.toggle_btn { top: 25px; }
	.header_logo img{ width: 180px; height: auto;}
	#navArea nav { left: -260px; width: 260px;  }
	.hd_middle .f_size,.hd_middle #gnavi{ display: none;}
	.hd_right{top: 4px;}
}
@media screen and (max-width: 479px) {
	.toggle_btn { top: 18px; }
	.header_logo{ padding: 10px 10px;}
	.header_logo img{ width: 170px; height: auto;}
	/*右上ボタン*/
	.hd_right{ top:auto; bottom:0; left:0; right:0; position: fixed; width: 100%;}
	.hd_right a{ width: 50%; height: 44px; margin:0; padding: 0; font-size: 10px; border-radius: 0; display: flex; justify-content: center; align-items: center; }
	.hd_right a img{ width: 20px; height: auto; margin-right: 10px;}
}

/*MAIN top********************/
#mainvisual .mainimg { position: relative;  margin-bottom: 50px;}
#mainvisual .mainimg img{width: 100%; height: auto;  }
#mainvisual .mainimg h1.top{ font-size: 2.5rem; color: #FFF; text-shadow: 1px 1px 4px #000;margin-bottom: 0.5em; line-height: 1.5; font-weight:900;text-align: left;}
#mainvisual .mainimg p{ font-size: 1.25rem; color: #FFF;text-shadow: 1px 1px 4px #000;font-weight:700; }
#mainvisual .mainimg .maintxtflex{ position: absolute; display: flex; top: 0; left: 0; height: 100%; justify-content: center;  align-items: center;}
#mainvisual .mainimg .maintxtflex .txtgroup{padding: 50px 80px;}
.slide-prev,
.slide-next{ z-index:99;font-size: 0;line-height: 0; position: absolute; top: 50%; display: block; width: 16px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent;}
.slide-prev{left:10px;}
.slide-next{right:10px;}

@media screen and (max-width: 959px) {
	#mainvisual .mainimg h1.top{ font-size: 1.62rem;}
	#mainvisual .mainimg p{ font-size: 1rem;}
	#mainvisual .mainimg .maintxtflex .txtgroup{ padding: 40px;}
}
@media screen and (max-width: 759px) {
	#mainvisual .mainimg h1.top{ font-size: 1.31rem;}
	#mainvisual .mainimg p{ font-size: 0.87rem;}
	#mainvisual .mainimg .maintxtflex .txtgroup{ padding: 25px;}
}
@media screen and (max-width: 479px) {
	#mainvisual .mainimg h1.top{ font-size: 24px;text-align: center;line-height:1.2em;}
	#mainvisual .mainimg p{ font-size: 17px;line-height:1.2em;}
	#mainvisual .mainimg .maintxtflex{ width: 100%; top:auto; bottom: 25px; height: auto;}
	#mainvisual .mainimg .maintxtflex .txtgroup{ width: 100%; padding: 0; text-align: center;}
	.slide-prev,.slide-next{width:12px;}
}

/*SERVICE  top***************/
#top_service{margin-bottom: 75px;}
#top_service .top_lead{ font-size: 1.5rem; text-align: center; margin-bottom: 1em;}
#top_service .serviselist{
	display: -webkit-box; display: -ms-flexbox;display: flex;
	-ms-flex-wrap: wrap; flex-wrap: wrap;
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	width: 90%; max-width: 960px; margin: auto; }
#top_service .serviselist li{ width: 48%; margin-bottom: 20px; text-align: center;}
#top_service .serviselist li .dark{ position: relative; transition: all .2s ease-out;}
#top_service .serviselist li:nth-child(1) .dark{ background: url("../images/top_service1.jpg") no-repeat center center; background-size: 100%; }
#top_service .serviselist li:nth-child(2) .dark{ background: url("../images/top_service2.jpg") no-repeat center center; background-size: 100%; }
#top_service .serviselist li:nth-child(3) .dark{ background: url("../images/top_service3.jpg") no-repeat center center; background-size: 100%; }
#top_service .serviselist li:nth-child(4) .dark{ background: url("../images/top_service4.jpg") no-repeat center center; background-size: 100%; }
#top_service .serviselist li .dark img{ width: 100%; height: auto; display: block; opacity: 0;}
#top_service .serviselist li .dark:after{ content: ""; position: absolute; background-color: rgba(0,0,0,0.3); top:0; left:0; width: 100%; height: 100%; transition: all .2s ease-out;}
#top_service .serviselist li .dark h3{
	font-size: 42px; color: #FFFFFF; text-align: center;
	position: absolute; left: 30px; top: 30px; z-index: 1;
	width: calc(100% - 60px); height: calc(100% - 60px); 
	border: solid 1px rgba(255,255,255,0.7);
	display: -webkit-box; display: -ms-flexbox; display: flex;
	-webkit-box-align: center;	-ms-flex-align: center; align-items: center;
	-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
	box-sizing: border-box;
	transition: all .2s ease-out;}
#top_service .serviselist li a:hover .dark{ transition: all .4s ease-out; background-size: 110%;}
#top_service .serviselist li a:hover .dark:after { transition: all .4s ease-out; background-color: rgba(0,0,0,0); }
#top_service .serviselist li a:hover .dark h3{ transition: all .4s ease-out; border: solid 4px rgba(255,255,255,0.7); }
#top_service .serviselist li .more{ color: #757677; font-size: 16px; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 0px center; padding-left: 30px; transition: all .3s ease-out;}
#top_service .serviselist li .more:hover{ color: #000000; background-position: 8px center; transition: all .3s ease-out;}
@media screen and (max-width: 959px) {
	#top_service .top_lead{ font-size: 1.31rem; }
	#top_service .serviselist li .dark h3{ font-size: 34px; left: 20px; top: 20px; width: calc(100% - 40px); height: calc(100% - 40px); }
}
@media screen and (max-width: 759px) {
	#top_service{margin-bottom: 50px;}
	#top_service .top_lead{ font-size: 18px; }
	#top_service .serviselist li .dark h3{ font-size: 26px; left: 15px; top: 15px; width: calc(100% - 30px); height: calc(100% - 30px); }
}
@media screen and (max-width: 479px) {
	#top_service{margin-bottom: 35px;}
	#top_service .top_lead{ font-size: 16px; }
	#top_service .serviselist li .dark h3{ font-size: 18px; left: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
	#top_service .serviselist li .more{ font-size: 14px;}
}

/*RECRUIT  top***************/
#top_recruit{ margin-bottom: 75px;}
#top_recruit a{text-decoration:none;}
#top_recruit .recruit_title{ background: url("../images/top_recruit.jpg") no-repeat center center; background-size: cover;padding: 62px 0; position: relative; z-index: -2; margin-bottom: 20px;}
#top_recruit .recruit_title:after{ content:""; background-color: rgba(95,61,39,0.4); position: absolute; width: 100%; height: 100%; top: 0; z-index: -1;}
#top_recruit .recruit_title h2{ text-align: center; background: url("../images/recruit_titleborder.png") no-repeat center center; padding: 50px 0;}
#top_recruit .recruit_title h2 .titlesub1{ font-size: 2.5rem; color: #FFFFFF;font-weight:bold;}
#top_recruit .recruit_title h2 .titlesub2{ font-size: 1.5rem; color: #FFFFFF;}
#top_recruit .recruit_title h2 .titlemain{ font-size: 1.75rem; color: #ffdd00;}
#top_recruit .more{ display: block; padding: 0.5em; color: #666666; margin: auto; border: solid 1px #666666; width: 210px; box-sizing: border-box; text-align: center; font-size: 20px;}
#top_recruit .more:hover{ background-color: #000000; color: #FFFFFF; border: solid 1px #000000;text-decoration: none; transition-duration: 0.3s;}
@media screen and (max-width: 959px) {
	#top_recruit .recruit_title{ padding: 30px 0; }
	#top_recruit .recruit_title h2{ background-size:50%;}
	#top_recruit .recruit_title h2 .titlesub1{ font-size: 40px; }
	#top_recruit .recruit_title h2 .titlesub2{ font-size: 21px; }
	#top_recruit .recruit_title h2 .titlemain{ font-size: 28px; }
}
@media screen and (max-width: 759px) {
	#top_recruit{ margin-bottom: 50px;}
	#top_recruit .recruit_title{ padding: 20px 0; }
	#top_recruit .recruit_title h2{ background-size:50%;}
	#top_recruit .recruit_title h2 .titlesub1{ font-size: 32px; }
	#top_recruit .recruit_title h2 .titlesub2{ font-size: 18px; }
	#top_recruit .recruit_title h2 .titlemain{ font-size: 21px; }
}
@media screen and (max-width: 479px) {
	#top_recruit{ margin-bottom: 35px;}
	#top_recruit .recruit_title{ background: url("../images/top_recruitsp.jpg") no-repeat center center; background-size: cover;}
	#top_recruit .recruit_title h2{ background-size:50%;}
	#top_recruit .recruit_title h2 .titlesub1{ font-size: 21px;line-height:1.1em; }
	#top_recruit .recruit_title h2 .titlesub2{ font-size: 12px; }
	#top_recruit .recruit_title h2 .titlemain{ font-size: 14px; }
	#top_recruit .more{ font-size: 16px;}
}
@media screen and (max-width: 375px) {
	#top_recruit .recruit_title{padding: 0px;}
}

/*NEWS  top***************/
#top_news{ margin-bottom: 75px;}
#top_news .leftblock{ flex-basis: 60%; text-align: center;}
#top_news .rightblock{ flex-basis: 360px;}
#top_news ul{ width: 90%; margin-bottom: 30px; }
#top_news ul li{  border-bottom: solid 1px #CCCCCC; text-align: left; padding: 1em 0;}
#top_news ul li a{ text-decoration: none;color: #000000;}
#top_news ul li .topnews_category{ font-size: 14px; text-align: center; padding: 2px 1em; color: #000000; border-radius: 14px;}
#top_news ul li .topnews_date{ font-size: 1.125rem;margin-bottom:0.5em;}
#top_news ul li .topnews_title{ font-size: 1.125rem; font-weight: bold;line-height:1.6em; }
#top_news ul li a:hover .topnews_title{ color: rgba(92,62,18,1.00);}
#top_news .leftblock .more{ color: #757677; font-size: 1rem; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 0px center; padding-left: 30px; transition: all .3s ease-out;}
#top_news .leftblock .more:hover{ color: #000000; background-position: 8px center; transition: all .3s ease-out;}

/*CATEGORY*/
.cat_1{ background-color: #bbd8ce;}
.cat_2{ background-color: #abd0e4;}
.cat_3{ background-color: #e5c9e4;}
.cat_4{ background-color: #c9bbe9;}
.cat_5{ background-color: #fcd7b4;}
.cat_6{ background-color: #fccad8;}
.cat_7{ background-color: #e0d5a9;}
.cat_8{ background-color: #d0e99a;}
.cat_9{ background-color: #fdec8c;}

@media screen and (max-width: 959px) {
}
@media screen and (max-width: 759px) {
	#top_news{ margin-bottom: 50px;}
	#top_news ul li .topnews_date{ font-size: 16px; }
	#top_news ul li .topnews_title{ font-size: 16px; }
	#top_news .leftblock{ margin-bottom: 25px;}
	#top_news .rightblock{ width: 360px; margin: auto;}
	#top_news ul{ width: 100%; margin-bottom: 15px; }
}
@media screen and (max-width: 479px) {
	#top_news{ margin-bottom: 25px;}
	#top_news .rightblock{ width: 300px; }
	#top_news ul li .topnews_category{ font-size: 11px; padding: 2px 1em; border-radius: 11px;}
	#top_news ul li .topnews_date{ font-size: 14px; }
	#top_news ul li .topnews_title{ font-size: 14px; }
}


/*ボタンの矢印汎用*/
a.arrow:before { display: block; content: "";position: absolute; top: 50%;	right: 20px; width: 4px; height: 4px; margin-top: -4px;	transform: rotate(45deg); border: 2px solid transparent; border-top: 2px solid #fff;	border-right: 2px solid #fff;}
a.arrow:hover:before {	right: 15px;}
a.arrow_b:before {	display: block;	content: ""; position: absolute; top: 50%; right: 20px;	width: 4px;	height: 4px; margin-top: -4px; transform: rotate(45deg); border: 2px solid transparent;	border-top: 2px solid #000000;	border-right: 2px solid #000000;}
a.arrow_b:hover:before { right: 15px; border-top: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF;}

/*TOP SNS*/
#top_sns{ padding: 50px 0;}
#top_sns .snsicon{ display: flex; justify-content: center;}
#top_sns .snsicon li a{ padding: 0 30px; display: flex; align-items: center; color: #000000; text-decoration: none;}
#top_sns .snsicon li a:hover{ color: #333333;}
#top_sns .snsicon li img{ display: block;}
#top_sns .snsicon li p{ padding-left: 1em; font-family: 'Roboto Condensed', sans-serif; font-size: 18px;}
@media screen and (max-width: 767px) {
	#top_sns .snsicon li a{ padding: 0 15px;}
	#top_sns .snsicon li img{ width: 30px; height: auto;}
	#top_sns .snsicon li p{ font-size: 14px;}
}
@media screen and (max-width: 479px) {
	#top_sns .snsicon li a{ padding: 0 10px;}
	#top_sns .snsicon li img{ width: 25px; height: auto;}
	#top_sns .snsicon li p{ padding-left: 0.5em;font-size: 13px;}
}

/*TOP BANNER*/
#top_banner{ display:flex;width:90%;max-width:1000px;margin:0 auto 50px;justify-content:space-between;}
#top_banner li{ width:19%;}
#top_banner li img{ width:100%;height:auto;}
@media screen and (max-width: 479px) {
#top_banner{margin:0 auto 20px;flex-wrap:wrap;}
#top_banner li{ width:48%;}
}

/*TOP CONTACT*/
#top_contact{ background-color: #fffeee;padding: 50px 0;text-align: center; border-bottom: solid 1px #FFFFFF;}
#top_contact h2{ font-size: 20px;}
#top_contact .tel{ font-size: 50px;}
#top_contact .tel span{ font-size: 50%;}
@media screen and (max-width: 959px) {
	#top_contact h2{ font-size: 1.125rem;}
	#top_contact .tel{ font-size: 44px;}
}
@media screen and (max-width: 767px) {
	#top_contact{ padding: 35px 0;}
	#top_contact h2{ font-size: 16px;}
	#top_contact .tel{ font-size: 36px;}
}
@media screen and (max-width: 479px) {
	#top_contact{ padding: 25px 0;}
	#top_contact h2{ font-size: 14px;}
	#top_contact .tel{ font-size: 28px;}
}

/*FOOTER***************/
footer{ }
footer .footerInfo{ width: 100%; background-color: #FFFFFF; padding: 50px 5% 50px;border-top: solid 1px #CCCCCC;box-sizing: border-box;}
footer .footerInfo { text-align: center; color: #000000;}
footer .footerInfo h2.pagetitle{ width: 250px; margin: auto;}
footer .footerInfo h2.pagetitle img{ width: 100%; height: auto; }
footer .footerInfo .address{ font-size: 16px; line-height: 1.6em;}
footer .footerInfo .tel{ font-size: 16px; line-height: 1.6em;}
footer .copyright{ font-size: 12px; line-height: 3.0; padding-bottom: 1em; background-color: #211a1c; color: #FFFFFF; text-align: center;}
#page_top{ position: fixed; right: 30px; opacity: 0.8; z-index:9998; display: block; }
#page_top img{ display: block;}
#page_top:hover{ opacity: 1.0; cursor: pointer;}

@media screen and (max-width: 959px) {
	#page_top{ right: 5px; }
}
@media screen and (max-width: 767px) {
	footer .footerInfo{ padding: 35px 5% 35px;}
	footer .footerInfo .address{ font-size: 14px;}
	footer .footerInfo .tel{ font-size: 14px;}
}
@media screen and (max-width: 479px) {
	footer{margin-bottom: 43px;}
	footer .footerInfo{ padding: 25px 5% 25px;}
	footer .footerInfo h2.pagetitle{ width: 180px; margin: auto;}
	footer .footerInfo .address{ font-size: 12px;}
	footer .footerInfo .tel{ font-size: 12px;}	
	#page_top img{ width:35px; height: auto;}
}

/*PAGE COMMON***************/
#page_header{ background-size: cover; background-position: center center; padding: 190px 0;}
#page_header h1{ font-size: 30px; text-align: center; color: #FFFFFF; font-weight: bold; position: relative; letter-spacing: 0.2em;line-height: 2.0em;}
#page_header h1:after{ content:''; position: absolute; bottom: 0;left: calc(50% - 22px); background-color: #FFFFFF; height: 2px; width: 44px;}
@media screen and (max-width: 959px) {
	#page_header{padding: 150px 0;}
	#page_header h1{ font-size: 28px;}
}
@media screen and (max-width: 767px) {
	#page_header{padding: 120px 0;}
	#page_header h1{ font-size: 26px;}
}
@media screen and (max-width: 479px) {
	#page_header{padding: 70px 0;}
	#page_header h1{ font-size: 24px;}
}

/*ABOUT***************/
#page_hd{background: url("../images/pagehd_about.jpg") no-repeat center center; background-size: cover;}
#page_about{ padding-bottom:  75px;}
#page_about p{font-size: 1.125rem;}
#page_about h2{ font-size: 1.875rem; background-color: #f4f4f4; text-align: center; font-weight: bold; padding: 0.9em 0;margin-bottom: 50px;}
#page_about h3{ font-size: 1.375rem; font-weight: bold; margin-bottom: 0.5em;}
#page_about table{ margin-bottom: 50px;}
#page_about th,#page_about td{ font-size: 1.125rem; padding: 0.5em 0.7em; border-bottom: solid 1px #b1b2b2; box-sizing: border-box;}
#page_about th{ background-color: #f4f4f4; width: 17.5%;}
#page_about td{ width: 82.5%; text-align: justify;}
#page_about td .enkaku_flx{ display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;justify-content: space-between;}
#page_about td .enkaku_flx img{display: block;margin-left: 10px;}
#page_about .message{ }
#page_about .message p{font-size: 1.125rem;text-align: justify; margin: 0; }
#page_about .message .leftblock{ width: 30%;}
#page_about .message .rightblock{ width: 67%;}
#page_about .message .leftblock p span{ font-size: 14px;}
#page_about .message .leftblock img{ width: 100%;height: auto;}
.sdgs{ margin-bottom: 50px;}
.sdgs img{ display: block; margin: 0 auto 30px; width: 100%; height: auto; max-width: 1000px;}
.sdgs p{ font-size: 1.125rem; padding-top: 1em; border-top: solid 1px #CCCCCC; max-width: 1000px; margin: auto;text-align: justify;}

.kenkoukeiei a:hover{opacity: 0.5;}
.kenkoukeiei img{display: block; margin: 0 auto 30px;width: 70%;max-width: 394px;height: auto;}


#page_about .button{ background-color:#ffffcc;border:solid 1px #CCCCCC; border-radius:10px; padding:15px; margin-bottom:10px; color:#000; width:360px; text-align:center;display:block;box-sizing: border-box;}
#page_about .button:hover{ background-color:#f2b721; text-decoration:none;}
@media screen and (max-width: 960px) {
	#page_about{ padding-bottom:  50px;}
	#page_about h2{ font-size: 1.75rem;margin-bottom: 35px;}
	#page_about h3{ font-size: 1.125rem;}
	#page_about th,#page_about td{ font-size: 1.0rem;}
	#page_about th{ width: 20%;}
	#page_about td{ width: 80%;}
	#page_about .message p{font-size: 1.0rem; }
	#page_about p{font-size: 1.0rem; }
	.sdgs p{ font-size: 1.0rem;}
}
@media screen and (max-width: 767px) {
	#page_about{ padding-bottom:  40px;}
	#page_about h2{ font-size: 24px;margin-bottom: 25px;}
	#page_about h3{ font-size: 16px;}
	#page_about th,#page_about td{ font-size: 14px;}
	#page_about th{ width: 30%;}
	#page_about td{ width: 70%;}
    #page_about td .enkaku_flx{-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;}
    #page_about td .enkaku_flx img{margin: 5px auto 0;width: 200px;}
	#page_about .message p{font-size: 14px; }
	#page_about p{font-size: 14px; }
	.sdgs p{ font-size: 14px;}
}
@media screen and (max-width: 479px) {
	#page_about{ padding-bottom: 30px;}
	#page_about h2{ font-size: 18px;}
	#page_about h3{ font-size: 15px;}
	#page_about th,#page_about td{ font-size: 13px;padding: 0.5em 0.5em;line-height:1.6em; }
	#page_about .message{ display: flex; flex-direction: column-reverse;}
	#page_about .message .leftblock{ width: 100%; text-align: center;}
	#page_about .message .rightblock{ width: 100%;margin-bottom: 20px;}
	#page_about .message p{font-size: 13px; }
	#page_about .message .leftblock p{text-align: center;}
	.sdgs p{ font-size: 13px;}
	#page_about .button{width:100%;}
}

/*SERVICE***************/
#page_service .service_bg1{ background-color: #FFFFFF; padding: 50px 0 25px 0; }
#page_service .service_bg2{ background-color: #f4f4f4; padding: 50px 0 25px 0; }
#page_service h2{ font-size: 1.875rem; padding: 0.3em 1em; font-weight: bold; margin-bottom: 0.3em; }
#page_service h2.kaigo{ border-left: solid 1px #db4732; color: #db4732;}
#page_service h2.hoiku{ border-left: solid 1px #d8256e; color: #d8256e;}
#page_service h2.food{ border-left: solid 1px #229e38; color: #229e38;}
#page_service h2.bridal{ border-left: solid 1px #805e97; color: #805e97;}
#page_service .lead{ font-size: 1.125rem; margin-bottom: 1em;}
#page_service .service_col{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; justify-content: space-between; -ms-align-items: center; align-items: center;}
#page_service .colreverse{ -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
#page_service .service_img{ width: 48%;}
#page_service .service_img img{ box-shadow: -25px 25px 0px 0 rgb(215, 215, 215); width: 100%; height: auto; display: block;}
#page_service .colreverse .service_img img{ box-shadow: 25px 25px 0px 0 rgb(215, 215, 215);}
#page_service .service_link{ width: 48%; /*display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex;*/}
#page_service .service_link .sisetu_list li{margin-left: 1.5em;text-indent: -1.5em;margin-bottom: 10px;}
#page_service .service_link .sisetu_list li:last-child{margin-bottom: 0px;}
#page_service .service_link p{ color: #000; padding:0 1.5em; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: left center;}
#page_service .service_link a{ color: #000; padding:0 1.5em; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: left center;}
@media screen and (max-width: 1280px) {
	#page_service .service_link{ display: block; }
}
@media screen and (max-width: 960px) {
	#page_service .service_bg1{ background-color: #FFFFFF; padding: 30px 0 15px 0; }
	#page_service .service_bg2{ background-color: #f4f4f4; padding: 30px 0 15px 0; }
	#page_service h2{ font-size: 1.625rem; }
	#page_service .lead{ font-size: 1.0rem; }
	#page_service .service_link{ font-size: 1.0rem; }
	#page_service .service_img img{ box-shadow: -15px 15px 0px 0 rgb(215, 215, 215); }
	#page_service .colreverse .service_img img{ box-shadow: 15px 15px 0px 0 rgb(215, 215, 215);}
}
@media screen and (max-width: 767px) {
	#page_service h2{ font-size: 21px; }
	#page_service .lead{ font-size: 14px; }
	#page_service .service_link{ font-size: 14px; }
}
@media screen and (max-width: 479px) {
	#page_service .service_bg1{ background-color: #FFFFFF; padding: 25px 0 10px 0; }
	#page_service .service_bg2{ background-color: #f4f4f4; padding: 25px 0 10px 0; }
	#page_service h2{ font-size: 18px; }
	#page_service .lead{ font-size: 13px; }
	#page_service .service_link{ font-size: 13px; }
	#page_service .service_col{ -webkit-flex-direction: column;	-moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column;}
	#page_service .service_img{ width: 100%; margin-bottom: 20px;}
	#page_service .service_link{ width: 100%;  line-height: 2.0;}
	#page_service .service_link .sisetu_list li {margin-left: 0em;text-indent: 0em;}
	#page_service .service_link .sisetu_list li br:nth-child(1){display: none;}
	#page_service .service_link p{ background-color: rgb(235, 235, 235); border: solid 1px rgb(215, 215, 215); border-radius:3px;margin-bottom: 2px;padding: 0.5em 0.5em 0.5em 2.5em; box-sizing: border-box;width: 100%;display: block; background-position: 8px center;}
	#page_service .service_link a{ background-color: rgb(235, 235, 235); border: solid 1px rgb(215, 215, 215); border-radius:3px;margin-bottom: 2px;padding: 0.5em 0.5em 0.5em 2.5em; box-sizing: border-box;width: 100%;display: inline-block; background-position: 8px center;}
	#page_service .service_img img{ box-shadow: 5px 5px 0px 0 rgb(225, 225, 225); }
	#page_service .colreverse .service_img img{ box-shadow: 5px 5px 0px 0 rgb(225, 225, 225);}
}

/*SISETSU*************/
#page_sisetsu{ margin-bottom: 75px;}
#page_sisetsu h2{ font-size: 1.85rem; text-align: center; margin-bottom: 1em; font-weight: bold; color: #d94732;}
#page_sisetsu .sisetsu_bg{ background-color: #f2f2f2; padding: 30px 0; margin-bottom: 50px;}
#page_sisetsu .sisetsu_disc{ font-size: 1.125rem; width: 90%; max-width: 960px; margin: 0 auto 1em; text-align: justify;}
#page_sisetsu .sisetsu_disc p+p{margin-bottom:1em; }
#page_sisetsu .sisetsu_img{ display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex; justify-content: space-between;width: 90%;max-width:960px; margin: auto;}
#page_sisetsu .sisetsu_img li{ width: 33%;}
#page_sisetsu .sisetsu_img li img{ width:100%; height: auto;}
#page_sisetsu .sisetsu_gaiyou{ width: 90%; max-width:960px; margin: 0 auto 50px;}
#page_sisetsu .sisetsu_gaiyou table{ border-top: solid 1px #CCC;width: 100%;}
#page_sisetsu .sisetsu_gaiyou th,#page_sisetsu .sisetsu_gaiyou td{padding: 1em;border-bottom: solid 1px #CCC;box-sizing:border-box;}
#page_sisetsu .sisetsu_gaiyou th{ background-color: #f2f2f2;width:20%;}
#page_sisetsu .sisetsu_gaiyou td{ width:80%;}
#page_sisetsu .sisetsu_gaiyou td p+p{ margin-bottom:1em;}
#page_sisetsu .sisetsu_gaiyou td ol{margin:0 0 0 0.5em;padding-left:1em;}
#page_sisetsu .sisetsu_gaiyou td ol li{margin-bottom:1em;}
#page_sisetsu .sisetsu_gaiyou td ul{list-style-type:disc;margin:0 0 0 0.5em;padding-left:1em;}
#page_sisetsu .sisetsu_gaiyou td ul li{margin-bottom:0;}
#page_sisetsu .sisetsu_gaiyou td ol li ul{margin-left:1em;}
/*#page_sisetsu .backbtn{ font-size: 1.125rem;display: block; padding: 0.5em; color: #666666; margin: auto; border: solid 1px #666666; width: 210px; box-sizing: border-box; text-align: center; }
#page_sisetsu .backbtn:hover{ background-color: #000000; color: #FFFFFF; border: solid 1px #000000;text-decoration: none; transition-duration: 0.3s;}*/
#page_sisetsu ul.pagenation{ width: 1000px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; justify-content: space-between;align-items:center;margin: auto;max-width:90%; }
#page_sisetsu ul.pagenation li{ width: 33.3%; margin: 0; padding: 1em; box-sizing: border-box;text-align: center; border: none;}
#page_sisetsu ul.pagenation li+li{ border-left: solid 1px #ccc;}
#page_sisetsu ul.pagenation li a{ color: #400; display: block;font-size: 1.125rem;}
@media screen and (max-width: 959px) {
	#page_sisetsu{ margin-bottom: 50px;}
	#page_sisetsu h2{ font-size: 21px; }
	#page_sisetsu .sisetsu_bg{ margin-bottom: 40px;}
	#page_sisetsu .sisetsu_disc{ font-size: 1.0rem;}
	#page_sisetsu .sisetsu_gaiyou{ margin: 0 auto 40px;}
	#page_sisetsu .sisetsu_gaiyou th,#page_sisetsu .sisetsu_gaiyou td{font-size: 1.0rem;}
	#page_sisetsu .backbtn{ font-size: 1.0rem;}
}
@media screen and (max-width: 767px) {
	#page_sisetsu .sisetsu_disc{ font-size: 14px;}
	#page_sisetsu .sisetsu_gaiyou th,#page_sisetsu .sisetsu_gaiyou td{font-size: 14px;}
	#page_sisetsu .backbtn{ font-size: 14px;}
	#page_sisetsu ul.pagenation li{ padding: 0.5em; }
}
@media screen and (max-width: 479px) {
	#page_sisetsu{ margin-bottom: 35px;}
	#page_sisetsu h2{ font-size: 18px; }
	#page_sisetsu .sisetsu_bg{ padding: 20px 0; margin-bottom: 30px;}
	#page_sisetsu .sisetsu_disc{ font-size: 13px;}
	#page_sisetsu .sisetsu_img{-webkit-flex-wrap: wrap;	-moz-flex-wrap: wrap;	-ms-flex-wrap: wrap;	-o-flex-wrap: wrap;	flex-wrap: wrap;}
	#page_sisetsu .sisetsu_img li{ width: 49%;margin-bottom: 5px;}
	#page_sisetsu .sisetsu_gaiyou{ margin: 0 auto 30px;}
	#page_sisetsu .sisetsu_gaiyou th,#page_sisetsu .sisetsu_gaiyou td{padding: 0.5em;font-size: 13px;line-height:1.6em;}
	#page_sisetsu .backbtn{ font-size: 13px;}
	#page_sisetsu ul.pagenation li{ padding: 0.25em; font-size: 13px; }
	#page_sisetsu ul.pagenation li:nth-child(2){ }
	#page_sisetsu ul.pagenation li a{font-size: 13px;}
}

/*NEWS***************/
#page_hd.news{background: url("../images/f.jpg") no-repeat center center; background-size: cover;}
#page_news{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; justify-content: space-between;margin: 0 auto 75px; max-width: 1280px; width: 90%; }
#page_news .leftblock{ width: 67%; }
#page_news .rightblock{width: 28%;}
#page_news ul{ margin-bottom: 30px; }
#page_news ul li{ border-bottom: solid 1px #CCCCCC; text-align: left; padding: 1em 0;}
#page_news ul li a{ text-decoration: none;color: #000000;}
#page_news .news_category{ font-size: 0.875rem; text-align: center; padding: 2px 1em; color: #000000; border-radius: 14px;}
#page_news .news_category a{color:#000;text-decoration:none;}
#page_news .news_date{ font-size: 1.125rem;margin-bottom:0.5em;}
#page_news .news_title{ font-size: 1.125rem; font-weight: bold;line-height:1.6em; }
#page_news a:hover .news_title{ color: rgba(92,62,18,1.00);}
#page_news .rightblock h3{ font-size: 1.125rem;background-color: #440000; color: #FFF;text-align: center;padding: 0.5em;}
#page_news .rightblock ul li{ padding-left: 2em; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 0px center; transition: all .3s ease-out;}
#page_news .rightblock ul li:hover{ background-position: 8px center; transition: all .3s ease-out;}
#page_news .rightblock ul li .news_date{ font-size: 1.0rem;}
#page_news .rightblock ul li .news_title{ font-size: 1.0rem; font-weight: bold; }
#page_news  .wp-pagenavi{ display: flex; justify-content: center;margin: 0 auto 75px; }
#page_news  .wp-pagenavi span{ margin: 3px; background-color: #CCCCCC; padding: 5px 10px; border: solid 1px #999;}
#page_news  .wp-pagenavi a{ color: #400; display: block; margin: 3px; background-color: #FFFFFF; padding: 5px 10px; border: solid 1px #999;}

@media screen and (max-width: 959px) {
	#page_news .rightblock h3{ font-size: 1.0rem;}
}
@media screen and (max-width: 767px) {
	#page_news{ margin-bottom: 50px; display: block;}
	#page_news ul{ width: 100%; margin-bottom: 20px; }
	#page_news .news_date{ font-size: 16px; }
	#page_news .news_title{ font-size: 16px; }
	#page_news .leftblock{ width: 100%; margin-bottom: 35px;}
	#page_news .rightblock{ width: 100%; }
	#page_news .rightblock h3{ font-size: 16px;}
	#page_news .rightblock ul li .news_date{ font-size: 14px; }
	#page_news .rightblock ul li .news_title{ font-size: 16px; }
	#page_news  .wp-pagenavi{ margin: 0 auto 50px; }
}
@media screen and (max-width: 479px) {
	#page_news{ margin-bottom: 25px;}
	#page_news .news_category{ font-size: 11px; padding: 2px 1em; border-radius: 11px;}
	#page_news .news_date{ font-size: 13px; }
	#page_news .news_title{ font-size: 13px; }
	#page_news .rightblock h3{ font-size: 14px; }
	#page_news .rightblock ul li .news_date{ font-size: 12px; }
	#page_news .rightblock ul li .news_title{ font-size: 13px; }
}

/*NEWS single***************/
#page_hd.single{background: url("../images/f.jpg") no-repeat center center; background-size: cover;}
#page_news .single { margin-bottom: 75px;  border-bottom: solid 1px #400; }
#page_news .single h1.title{ font-size:1.5rem; margin-bottom:1em; border-bottom:solid 1px #400; padding:0.5em 0; font-weight:bold;text-align: left; }
#page_news .single h2{ font-size: 1.75rem; font-weight:bold; color: #000; margin-bottom: 1em; background-color: #f4f4f4; padding: 0.4em;text-align: center; }
#page_news .single h3{ font-size: 1.5rem; font-weight:bold; color: #400; margin-bottom: 1em; border-bottom:solid 1px #ccc; padding: 0.5em 0; }
#page_news .single h4{ font-size: 1.25rem; font-weight:bold; color: #400; border-left :solid 3px #400; padding-left: 0.5em; margin-bottom: 1em;}
#page_news .single h5{ font-size: 1.125rem; font-weight:bold; color: #400; margin-bottom: 1em;}
#page_news .single p{ margin-bottom: 1em; text-align: justify;}
#page_news .single img{height:auto;}
#page_news .alignleft{ float: left; margin-right: 1em; margin-bottom: 1em;}
#page_news .alignright{ float: right; margin-left: 1em; margin-bottom: 1em;}

#page_news  ul.pagenation{ width: 100%; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; justify-content: space-between;align-items:center;margin: 0; }
#page_news  ul.pagenation li{ width: 33.3%; margin: 0; padding: 1em; box-sizing: border-box;text-align: center; border: none;}
#page_news  ul.pagenation li+li{ border-left: solid 1px #ccc;}
#page_news  ul.pagenation li a{ color: #400; display: block;}

@media screen and (max-width: 767px) {
	#page_news .alignleft{ display: block; float:none; margin-left: auto; margin-right: auto; margin-bottom: 10px;}
	#page_news .alignright{ display: block; float:none; margin-left: auto; margin-right: auto; margin-bottom: 10px;}
	#page_news .single { margin-bottom: 50px; }
	#page_news .single h1.title{ font-size:21px; }
	#page_news .single h2{ font-size: 24px; }
	#page_news .single h3{ font-size: 20px; }
	#page_news .single h4{ font-size: 18px; }
	#page_news .single h5{ font-size: 16px; }
	#page_news .single p{ font-size: 14px;}
	#page_news  ul.pagenation li{ padding: 0.5em; }
}
@media screen and (max-width: 479px) {
	#page_news{ flex-direction: column;}
	#page_news .single { margin-bottom: 30px;}
	#page_news .single h1.title{ font-size:18px; }
	#page_news .single h2{ font-size: 21px; }
	#page_news .single h3{ font-size: 18px; }
	#page_news .single h4{ font-size: 16px; }
	#page_news .single h5{ font-size: 14px; }
	#page_news .single p{ font-size: 13px;}
	#page_news  ul.pagenation li{ padding: 0.25em; font-size: 13px; width: 40%; }
	#page_news  ul.pagenation li:nth-child(2){ width: 20%;}
}

/*CONTACT***************/
#page_contact h2{ font-size: 1.5rem; font-weight: bold; margin-bottom: 0.5em;padding-left: 1.5em;position: relative;}
#page_contact h2:before{ content:""; height: 1px; width: 1em; position: absolute; left:0;top:0.75em; background-color: #636363;}
#page_contact .contact_lead{ font-size: 1.125rem; margin-bottom: 1.0em;text-align: justify; }
#page_contact .kome{ font-size: 1.0rem; margin-bottom: 0.5em;text-align: justify; text-indent: -1em;padding-left: 1em; }
#page_contact .contact_info{ background-color:#FFFFFF; width:100%; padding: 25px; box-sizing: border-box; border:solid 1px #b1b2b2;}
#page_contact .contact_info .tel{ font-size: 40px; font-weight: bold; text-align: center; color: #b32e4c;}
#page_contact .contact_info .tel span{ font-size: 21px;}
#page_contact .contact_bg1{ background-color: #FFF; padding: 50px 0 1px 0;}
#page_contact .contact_bg2{ background-color: rgb(244,244,244); padding: 50px 0 1px 0;}
#page_contact .contact_bg2 .riyou{margin-bottom: 1em;}
#page_contact .contact_bg2 .riyou h3{font-weight: bold;font-size: 1.125rem;margin-bottom: 0.5em;}
#page_contact .contact_bg2 .riyou a{color: #000;text-decoration: underline;}
#page_contact dl{ display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: flex; flex-wrap: wrap; max-width: 700px; margin: auto;}
#page_contact dt{ width: 25%;font-size: 1.125rem; }
#page_contact dd{ width: 75%;font-size: 1.125rem; }


#page_contact a.competitor{color: #000;}
#page_contact a.competitor:hover{opacity: 0.6;text-decoration: none;}
#page_contact a.competitor .competitor_txt{text-align: center;font-size: 1.25rem;font-weight: bold;}
#page_contact a.competitor .competitor_w500{display: none;}
#page_contact a.competitor dl{max-width: 400px;}

/*
#page_contact  .mw_wp_form_input .contactform .step li.step1{ background-color: #D89F71; color: #FFFFFF;}
#page_contact  .mw_wp_form_confirm .contactform .step li.step2{ background-color: #D89F71; color: #FFFFFF;}
#page_contact  .mw_wp_form_complete .contactform .step li.step3{ background-color: #D89F71; color: #FFFFFF;}
*/

#page_contact table{ width: 100%; margin: 0 auto 35px;border-top: solid 1px #b1b2b2;}
#page_contact table th{ width: 23%;color: #000000; border-bottom: solid 1px #b1b2b2; padding: 1.0em; box-sizing: border-box; background-color: #f4f4f4;}
#page_contact table td{ border-bottom: solid 1px #b1b2b2; padding: 1.0em; box-sizing: border-box;}
#page_contact table td label{ margin-right: 20px;}
#page_contact table td .nitiji{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; -ms-align-items: center;align-items: center;margin-bottom: 0.5em;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#page_contact table td .nitiji li{padding:0.2em 1em 0.2em 0; box-sizing: border-box;}
#page_contact table td select,
#page_contact table td select option,
#page_contact table td input[type="text"],
#page_contact table td input[type="tel"],
#page_contact table td input[type="date"],
#page_contact table td input[type="email"]{ padding: 0.5em; font-size: 1.125rem; border: solid 1px #CCCCCC; border-radius: 5px; box-sizing: border-box;}
#page_contact table td input[type="text"]{ width: 50%;}
#page_contact table td input[type="email"]{ width: 100%;}
#page_contact table td .nitiji li input[type="text"]{ width: auto;}
#page_contact table td input.tel{ width: 150px;}
#page_contact table td input.formsonota{ width: 100%!important;}
#page_contact table td input::placeholder {font-size: 14px;}
#page_contact table td textarea{ padding: 0.5em; font-size: 1.125rem; border: solid 1px #CCCCCC; border-radius: 5px; width: 100%; box-sizing: border-box;}
#page_contact .hissu{ color:#c51e1e;}
#page_contact .mw_wp_form_confirm table th .hissu{display:none;}
#page_contact .confirmmes{ padding:2.0em 5%; color:#FF0000; font-weight:bold; text-align:center;}
#page_contact .compmes{ padding:2.0em 5%; color:#FF0000; font-weight:bold; width:90%;max-width:720px;margin:30px auto;border: solid 2px #DEE9F0;text-align:center;}
#page_contact input[type="submit"]{ background-color:#b32e4c; color: #FFFFFF; padding: 15px 40px; font-size: 21px; display: block; margin: 0 auto 50px; border: none; cursor: pointer;}
#page_contact input[type="submit"]:hover{ background-color: #000000;}
#page_contact .privacy{ text-align: center;}

@media screen and (max-width: 960px) {
	#page_contact .contact_bg1{ padding: 30px 0 1px 0;}
	#page_contact .contact_bg2{ padding: 30px 0 1px 0;}
	#page_contact .contact_lead{ font-size: 1.0rem; }
	#page_contact .kome{ font-size: 0.875rem;}
	#page_contact dt{ font-size: 1.0rem; }
	#page_contact dd{ font-size: 1.0rem; }
	#page_contact table{ margin: 0 auto 25px;}
	#page_contact table th{ width: 23%;}
	#page_contact table th p{ width: 75%;}
	#page_contact table td select,
	#page_contact table td input[type="text"],
	#page_contact table td input[type="tel"],
	#page_contact table td input[type="date"],
	#page_contact table td input[type="email"]{ font-size: 1rem;}
	#page_contact table td textarea{ padding: 7px; font-size: 1rem;}
	#page_contact input[type="submit"]{ padding: 12px 40px; font-size: 16px; margin: 0 auto 35px;}
}
@media screen and (max-width: 767px) {
	#page_contact h2{ font-size: 21px; }
	#page_contact .contact_lead{ font-size: 16px; }
	#page_contact .kome{ font-size: 13px;}
	#page_contact .contact_info .tel{ font-size: 32px; }
	#page_contact .contact_info p{ font-size: 14px;}
	#page_contact table{ margin: 0 auto 20px;}
	#page_contact table th{ font-size: 14px; width: 32%;}
	#page_contact table td{ font-size: 14px; }
	#page_contact table td .horizontal-item{ display: block;margin:0;}
	#page_contact table td label{ margin-right: 0; display: block;}
	#page_contact table td br{ display: none;}
	#page_contact table td .nitiji li:first-child{width: 100%;padding: 0;}
	#page_contact table td select,
	#page_contact table td input[type="text"],
	#page_contact table td input[type="tel"],
	#page_contact table td input[type="date"],
	#page_contact table td input[type="email"]{ font-size: 14px;}
	#page_contact table td textarea{ padding: 6px; font-size: 14px;}
	#page_contact input[type="submit"]{  font-size: 14px; }
}
@media screen and (max-width: 479px) {
	#page_contact h2,#page_contact .contact_bg2 .riyou h3{ font-size: 16px; }
	#page_contact .contact_bg1{ padding: 25px 0 1px 0;}
	#page_contact .contact_bg2{ padding: 25px 0 1px 0;}
	#page_contact .contact_lead,#page_contact .contact_bg2 .riyou{ font-size: 13px; }
	#page_contact .kome{ font-size: 12px;}
	#page_contact .contact_info{ padding: 13px;}
	#page_contact .contact_info .tel{ font-size: 24px; }
	#page_contact .contact_info p{ font-size: 13px;}
	#page_contact dt{ width: 25%;font-size: 13px; }
	#page_contact dd{ width: 75%;font-size: 13px; }
	
	#page_contact a.competitor .competitor_txt{font-size: 0.875rem;}
	#page_contact a.competitor .competitor_w500{display: block;}
	
	#page_contact table th,#page_contact table td{ display: block; width: 100%;}
	#page_contact table th{ border-bottom: solid 1px rgb(230,230,230); padding: 0.5em;}
	#page_contact table td{ font-size: 13px; line-height: 2.0;padding: 0.5em;}
	
	#page_contact table td input[type="text"]{ width: 100%;}
	#page_contact table td input.tel{ width: 30%;}
	#page_contact table td input::placeholder {font-size: 12px;}
	#page_contact input[type="submit"]{ width: 100%; box-sizing: border-box;}
}
@media screen and (max-width: 360px) {
	#page_contact table td input::placeholder {font-size: 10px;}
}

/*invoice***************/
a.web_button{
	display: block;
	font-size: 1.125rem;
    border: solid 1px #CCCCCC;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto 10px;
    color: #000;
    width: 100%;
	max-width: 500px;
    text-align: center;
    box-sizing: border-box;
	background: url("../images/web_icon.png") no-repeat center right 20px/20px;
	background-color: #ffffcc;
}
a.web_button:hover{background-color:#f2b721; text-decoration:none;}
@media screen and (max-width: 479px){
	a.web_button{background: url("../images/web_icon.png") no-repeat center right 20px/14px;background-color: #ffffcc;}
}



/*animate.css*/
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.animated.infinite {-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
@-webkit-keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
@-webkit-keyframes fadeInLeft {
from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInLeft {
from {opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft;}
@-webkit-keyframes fadeInRight {
from {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInRight {
from {opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight;}
@-webkit-keyframes fadeInUp {
from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes fadeInUp {
from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
to {opacity: 1;-webkit-transform: none;transform: none;}
}
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}