@charset "utf-8";
/* CSS Document */



/* ----------------------------------
　全体
----------------------------------*/

* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	background: #fff;
	color: #343434;
	-webkit-text-size-adjust: 100%;
	animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h3 {
	font-size: 131%;
	margin-bottom: .7em;
}

img{
	width: 100%;
	height: auto;
}

ul{
	list-style-type: none;
}

a{
	color: #343434;
}

a:hover{
	text-decoration: underline;
  color: #FBBC00;
}

/* clearfix */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	clear: both;
}

@media screen and (min-width: 1180px) {

	img{
		width:auto;
		height: auto;
	}
	
}


/* ----------------------------------
　ヘッダー カスタム
----------------------------------*/

#global-head {
	padding-top: 30px;
}

#global-head .left {
	float: left;
	width: 90px;
	margin-right: 7px;
}

#global-head .right {
	float: left;
}

#global-head .left img{
	width: 90px;
	height: auto;
}

#global-head .right small{
  font-size: 11px;
  display: block;
  text-align: left;
  margin-bottom: -4px;
}

#global-head .right strong{
	font-family: "Jun 501";
	font-size: 22px;
	color: #FBBC00;
	display: block;
	text-align: left;
	padding-top: 2px;
}

@media screen and (min-width: 1180px) {
	
	#global-head .left {
		float: none;
		width: 195px;
    margin: 0 auto -13px;
	}

	#global-head .right {
		float: none;
	}
	
	#global-head .left img{
		width: 195px;
		height: auto;
	}
	
	#global-head .right small{
		font-size: 16px;
		text-align: center;
		margin-bottom: -10px;
	}

	#global-head .right strong{
		text-align: center;
		}


	#global-head .right strong {
		font-size: 32px;	
	}
}


/* ----------------------------------
　グロナビカスタム
----------------------------------*/

#sidebar .telbox{
	padding: 25px 0;
  text-align: center;
  margin: 0 auto;
}

#sidebar .telbox img{
  display: block;
  width: 30px;
  margin: 0 auto;
}

#sidebar .telbox a{
	color: #343434;
  text-decoration: none;
  font-size: 28px;
}

#sidebar .telbox small{
	display: block;
  color: #3EA293;
  font-weight: bold;
}

#sidebar .sidebutton a{
  color: #343434;
  font-size: 14px;
	text-decoration: none;
  transition: background .3s ease-in-out;
  display: block;
  padding: 10px 0 10px 53px;
  width: 174px;
  box-shadow: 0px 0px 1px 0px #cccccc;
	border: 1px solid #666666;
	margin: 0 auto 40px;
	position:relative;
	text-align: left;
  font-weight: bold;
  line-height: 140%;
}

#sidebar .sidebutton svg{
	position: absolute;
	color: #85D0C5;
	font-size: 30px;
  top: 15px;
  left: 10px;
}

#sidebar .sidebutton a:hover{
	background: #FBBC00;
	color: #ffffff;
	border:1px solid #FBBC00;
}

#sidebar .sidebutton a:hover svg{
		color: #ffffff;
}

#sidebar .sidesubmenu{
	list-style-type: none;
	padding: 0 0 0 60px;
}

#sidebar .sidesubmenu li{
	margin-bottom: 15px;
	text-align: left;
}

#sidebar .sidesubmenu li a{
	text-decoration: none;
	color: #343434;
	font-size: 16px;
}

#sidebar .sidesubmenu li a:hover{
	text-decoration: underline;
	color: #FBBC00;
}

#sidebar .sidesubmenu li svg{
	color: #85D0C5;
	margin-right: 10px;
}

#global-nav{
	padding: 0;
}





@media screen and (min-width: 1180px) {

	#sidebar .sidesubmenu{
		padding: 0 0 0 42px;
	}
	
	#sidebar {
		border-left: 4px solid #4D847B;
		box-shadow: 0px 0px 5px 0px #cccccc;
	}
	
	#global-nav{
		padding-top: 110px;
	}
	
}




/* ----------------------------------
　メイン部 全ページ共通
----------------------------------*/
	
#main {
	background: url(images/body-back.png);
}

#main-in {
	padding-left: 0;
}

#main .inner {
	width: 94%;
  margin: 0 auto;
	padding: 60px 0;
}

#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}

@media screen and (min-width: 992px) {
	#main .inner {
		width: 80%;
	}
}

@media screen and (min-width: 1180px) {

	#main-in {
		padding-left: 260px;
	}
	
	#main p {
		margin-bottom: 1em;
		line-height: 1.9;
		font-size: 16px;
	}
	
	#main .inner {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		padding: 80px 0;
	}
}

@media screen and (min-width: 1380px) {
	#main .inner {
		width: 100%;
	}
}


/* ----------------------------------
　フッター上部
----------------------------------*/

.buttons ul{
	display: flex;
	flex-wrap: wrap;
}


.buttons ul li{
	width: 90%;
  margin: 0 auto 10px;
  position: relative;
}

.buttons ul li img{
	position: absolute;
	top: 8px;
	left: 15px;
	width: 33px;
}

.buttons ul li a{
	color: #ffffff;
  font-size: 14px;
  background: #C6D000;
  text-decoration: none;
  transition: background .3s ease-in-out;
  display: block;
  padding: 15px 0;
  box-shadow: 0px 1px 5px 0px #dddddd;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}

.buttons ul li a:hover{
	background: #A4AC00;
}



@media screen and (min-width: 992px) {
	.buttons ul li {
		width: 32%;
	}
	
	.buttons ul li a{
    padding: 20px 0;
		font-size: 16px;
	}
	
	.buttons ul li img {
		top:16px;
	}
	
}


/* ----------------------------------
　フッター
----------------------------------*/

#pageTop a{
  display: block;
  background: #4D847B;
  padding: 0 0 5px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

#pageTop a svg{
	font-size: 24px;
	margin-bottom: -10px;
}

#pageTop a span{
	display: block;
}

#footer img{
	width: 150px;
  display: block;
  margin: 0 auto;
}

#footer ul{
	width: 100%;
}

#footer ul li.leftbox{
	margin-bottom: 15px;
}

#footer ul li.rightbox{
	text-align: center;
}

#footer ul li.rightbox p{
	margin: 0;
	font-size: 13px;
}

#footer ul li.rightbox span{
	padding: 0 10px;
}

#footer .right small{
	text-align: center;
  display: block;
}

#footer .right strong{
	display: block;
  text-align: center;
	font-family: "Jun 501";
  font-size: 22px;
  color: #FBBC00;
}

#footer .copyright{
	text-align: center;
  margin-top: 15px;
	font-size: 11px;
}

@media screen and (min-width: 992px) {
	
	#pageTop a{
		margin-bottom: 2em;
	}
	
	
	#footer ul {
		width: 642px;
		margin: 0 auto;
	}
	
	#footer ul .leftbox{
		float: left;
		width: 360px;
	}
	
	#footer ul .leftbox .left{
		float: left;
		margin-right: 10px;
	}
	
	#footer ul .leftbox .right{
		float: left;
	}
	
	#footer ul .leftbox .right small {
		text-align: left;
		font-weight: bold;
	}
	
	#footer ul .leftbox .right strong {
		font-size:32px;
		margin-top: -5px;
	}
	
	#footer ul .rightbox{
		float: left;
		text-align: left;
	}
	
	#footer .copyright {
		font-size: 14px;
	}
}
	





/* ----------------------------------
　トップページ
----------------------------------*/

/* main-visual */
#main-visual {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(images/top-mainimg01.jpg) no-repeat;
  background-position: top right;
  background-size: cover;
	position: relative;
}

#main-visual h2 {
	font-size: 180%;
	color: #fff;
	position: absolute;
  left: 5%;
  top: 29%;
  line-height: 1.7;
}

.toppage .box01{
	margin-bottom: 60px;
}

.toppage .box01 h3{
	font-family: "Jun 501";
	color: #55938A;
	font-size: 20px;
	line-height: 1.5;
	padding-top: 0.5em;
}

.toppage .box02{
	margin-bottom: 60px;
  border: 3px solid #FFBF00;
  border-radius: 21px;
  padding: 1em;
	background: #ffffff;
}

.toppage .box02 h3 {
  font-family: "Jun 501";
  color: #D86C00;
  font-size: 20px;
  margin: 0 0 10px 0;
	text-align: center;
}

.toppage .box02 .right{
	margin-bottom: 10px;
}

.toppage .box02 .right img{
	width: 50%;
	display: block;
  margin: 0 auto;
}

.toppage .box03{
	margin-bottom: 60px;
}

.toppage .box03 > ul{
	display: flex;
	flex-wrap: wrap;
}

.toppage > .box03 > ul > li{
	margin-bottom: 25px;
}

.toppage .box03 h3{
	color: #D86C00;
}







@media screen and (min-width: 992px) {
	
	#main-visual {
		height: 600px;
	}
	
	#main-visual h2 {
		font-size: 360%;
    top: 20%;
  	writing-mode: vertical-rl;
	}

	.toppage .box01 h3 br{
		display: none;
	}
}
	

@media screen and (min-width: 1180px) {
	
	#main-visual h2 {
		font-size: 360%;
    top: 20%;
  	writing-mode: vertical-rl;
	}
	
	.toppage .box01{
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.toppage .box01 img{
		width: 100%;
		height: auto;
	}
		
	.toppage .box01 .right {
    width: 40%;
    margin-right: 2%;
    padding-bottom: 50px;
	}
	
		.toppage .box01 .left{
    	width: 58%;
		}

	.toppage .box01 h3{
		padding: 0 0 0.5em 0;
		font-size: 28px;		
	}
		
	.toppage .box02{
		margin-bottom: 80px;
		padding: 2em;
  	border: 6px solid #FFBF00;
		box-shadow: 1px 0px 10px 0px #cccccc;
	}
	
	.toppage .box02 h3{
		font-size: 24px;
		text-align: left;
	}
	
	.toppage .box02 .right{
		float: right;
		width: auto;
		margin-left: 45px;
	}
	
	.toppage .box02 .right img{
		width: 300px;
	}
	
	.toppage .box02 .left{
		width: auto;
	}
	
	.toppage .box03 {
		margin-bottom: 80px;
	}
	
	.toppage .box03 img{
		width: 100%;
		height: auto;
	}
	
	.toppage > .box03 > ul > li {
    width: 48%;
    margin: 0 1% 0;
    background: #ffffff;
    box-shadow: 1px 0px 5px 0px #eeeeee;
		display: flex;
		flex-wrap: wrap;
	}
	
	.toppage > .box03 > ul > li .left {
    width: 39%;
    margin: 0 1em -8px 0;
	}
	
	.toppage > .box03 > ul > li .right {
    padding: 1em 1em 1em 0;
    width: 56%;
    height: auto;
	}

}



/* ここから */
#global-head {
	position: fixed;
	color: #343434;
	width: 260px;
	text-align: center;
	padding-top: 60px;
	z-index: 100;
}

#sidebar {
	font-size: 15px;
	padding-top: 120px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #033560;
	background: #fff;
	text-align: center;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
  padding: 0 20px;
}

#global-nav > ul > li {
	position: relative;
  text-align: left;
}

#global-nav ul li{
	border-bottom: 1px solid #eeeeee;
}

#global-nav a svg{
	color: #85D0C5;
  margin-right: 10px;
}
	


#global-nav a {
	color: #343434;
	text-decoration: none;
	font-family: "Haruhi Gakuen";
	font-size: 16px;
	font-weight: bold;
	display: block;
  padding: 20px 0 20px 10px;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	background: #4D847B;
}

#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
	width: 230px;
}

/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #033560;
	border-right: 1px solid #033560;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* sub-menu */
#global-nav .sub-menu-nav {
	position: fixed;
	background: #033560;
	color: #fff;
	top: 0;
	padding-top: 90px;
	left: 260px;
	width: 0;
	height: 100%;
	overflow: hidden;

	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .sub-menu-nav a {
	color: #fff;
}
#global-nav .sub-menu-nav a:hover {
	color: #033560;
	background: #fff;
}


/* nav-toggle */
#nav-toggle {
	display: none;
	position: fixed;
	top: 20px;
	right: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #4D847B;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


#overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



@media screen and (max-width: 1179px) {

	#global-head {
		width: 100%;
		padding: 10px 10px 0 10px;
		background: #ffffff;
		display: -webkit-flex;
		display: flex;
	}

	#sidebar {
		/*display: none;*/
		position: fixed;
		right: -300px;
		top: 0;
		height: 100%;
		width: 300px;
		color: #333;
		background: #fff;
		-webkit-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		overflow: scroll;
	}

	/* サブメニューは開けない */
	#global-nav .sub-menu-head:after,
	#global-nav .sub-menu-nav {
		display: none;
	}
	#nav-toggle {
		display: block;
	}

	/* nav open */
	.open {
		overflow: hidden;
	}
	.open #overlay {
		display: block;
	}
	.open #sidebar  {
		-webkit-transform: translate3d(-300px,0,0);
		transform: translate3d(-300px,0,0);
		border-right: 4px solid #4D847B;
	}

	/* #nav-toggle close */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* z-index */
	#overlay {
		z-index: 200;
	}
	#sidebar {
		z-index: 300;
	}
	#nav-toggle {
		z-index: 400;
	}


}

@media screen and (max-width: 400px) {
	#sidebar {
		background: rgba(255,255,255,.9);
	}
}

/* ----------------------------------
　ぱんくず
----------------------------------*/

#pankuzu {
	font-size: 11px;
	padding: 10px;
}

@media screen and (min-width: 992px) {
	#pankuzu {
		font-size: 15px;
	}
}



/* ----------------------------------
　業務案内
----------------------------------*/

.gyoumuannai .sub-gyoumu{
	background: url(images/gyoumuannnai-mainback.jpg) no-repeat;
	height: 200px;
  background-position: 18% top;
 	background-size: cover;
	position: relative;
}

.gyoumuannai .sub-gyoumu h2{
	position: absolute;
  top: 56%;
  left: 15px;
  color: #ffffff;
}


.gyoumuannai .inner h2{
	color: #56948A;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.gyoumuannai .box01{
	margin-bottom: 60px;
}

.gyoumuannai .box01 h3{
	border: 3px solid #FBBC00;
  padding: 10px;
  text-align: center;
  color: #D86C00;
	font-size: 18px;
}



.gyoumuannai .box01 ul li{
	position: relative
}

.gyoumuannai .box01 ul li .obi {
  background: #E6AC00;
  color: #ffffff;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  padding: 10px;
  width: 50%;
  text-align: center;
  font-weight: bold;
}




@media screen and (min-width: 1180px) {

	.gyoumuannai .sub-gyoumu h2{
    font-size: 32px;
		top: 36%;
		left: 30px;
	}
	
	.gyoumuannai img{
		width: 100%;
		height: auto;
	}
	
	.gyoumuannai .inner h2 {
    font-size: 28px;
    margin-bottom: 30px;
	}
	
	.gyoumuannai .box01{
		margin-bottom: 80px;
	}

	
	.gyoumuannai .box01 ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	.gyoumuannai .box01 ul li{
		width: 48%;
		margin: 0 1% 15px;
	}
}


/* ----------------------------------
　行事・イベント
----------------------------------*/

.event .sub-event{
	background: url(images/event_mainback.jpg) no-repeat;
	height: 200px;
  background-position: 18% top;
 	background-size: cover;
	position: relative;
}

.event .sub-event h2{
	position: absolute;
  top: 56%;
  left: 15px;
  color: #ffffff;
}


.event .inner h2{
	color: #56948A;
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}

.event .inner br{
	display: none;
}

.event .box01{
	margin-bottom: 60px;
}

.event .box01 h3{
	color: #EBB200;
	margin: 0;
}

.event .box01 ul li{
  margin-bottom: 30px;
}


@media screen and (min-width: 1180px) {

	.event .sub-event h2{
    font-size: 32px;
		top: 36%;
		left: 30px;
	}
	
	.event img{
		width: 100%;
		height: auto;
	}
	
	.event .inner h2{
		font-size: 26px;
	}
	
	.event .inner br{
		display: block;
	}
	
	.event .box01 ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	.event .box01 ul li{
		width: 48%;
		margin: 0 1% 30px;
	}
	
}

/* ----------------------------------
　プライバシーポリシー
----------------------------------*/

.privacy .sub-privacy{
	background: url(images/common-mainback.jpg) no-repeat;
	height: 200px;
  background-position: 18% top;
 	background-size: cover;
	position: relative;
}

.privacy .sub-privacy h2{
	position: absolute;
  top: 56%;
  left: 15px;
  color: #ffffff;
}

.privacy .box01{
	margin-bottom: 60px;
	font-size: 14px;
}

.privacy .box01 h2{
  text-align: center;
  color: #56948A;
  margin-bottom: 20px;
}

.privacy .box01 ul li{
	margin-bottom: 30px;
}

.privacy .box01 ul li ul.child{
	margin: 10px 0 10px 15px;
	list-style-type: disc;
}

.privacy .box01 ul li ul.child li{
	margin-bottom: 5px;
}

.privacy .box01 ul li span{
	color: #56948A;
	font-weight: bold;
}

.privacy .box01 .add span{
	padding: 0 5px;	
}

@media screen and (min-width: 1180px) {

	.privacy .box01 h2 {
		margin-bottom: 30px;
    font-size: 28px;
	}
	
	.privacy .sub-privacy h2{
    font-size: 32px;
		top: 36%;
		left: 30px;
	}
	
	.privacy img{
		width: 100%;
		height: auto;
	}
	
	.privacy .box01{
		border: 1px solid #DDDDDD;
    padding: 2.5em;
    background: #ffffff;
		margin-bottom: 80px;
	}
	
}


/* ----------------------------------
　サイトマップ
----------------------------------*/

.sitemap .sub-sitemap{
	background: url(images/common-mainback.jpg) no-repeat;
	height: 200px;
  background-position: 18% top;
 	background-size: cover;
	position: relative;
}

.sitemap .sub-sitemap h2{
	position: absolute;
  top: 56%;
  left: 15px;
  color: #ffffff;
}

.sitemap .box01{
	margin-bottom: 60px;
}

.sitemap .box01 h2{
  text-align: center;
  color: #56948A;
  margin-bottom: 20px;
}

.sitemap .box01 ul li a{
	display: block;
  text-decoration: none;
  background: #ffffff;
  border: 3px solid #dddddd;
  padding: 0.5em 0 0.3em 1em;
  margin-bottom: 5px;
  color: #343434;
}

.sitemap .box01 ul li a:hover{
	background: #FBBC00;
  color: #ffffff;
	transition: background .3s ease-in-out;
}

.sitemap .box01 ul li svg{
	color: #85D0C5;
}

@media screen and (min-width: 1180px) {
	
	.sitemap .box01 h2 {
		margin-bottom: 30px;
    font-size: 28px;
	}
	
	.sitemap .sub-sitemap h2{
    font-size: 32px;
		top: 36%;
		left: 30px;
	}
	
	.sitemap .box01 ul{
		width: 80%;
		margin: 0 auto;
	}
}


/* ----------------------------------
　会社案内
----------------------------------*/

.corp .sub-corp{
	background: url(images/corp-mainback.jpg) no-repeat;
	height: 200px;
  background-position: 18% top;
 	background-size: cover;
	position: relative;
}

.corp .sub-corp h2{
	position: absolute;
  top: 56%;
  left: 15px;
  color: #ffffff;
}

.corp .box01,
.corp .box02,
.corp .box03{
  margin-bottom: 60px;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 1em;
}

.corp .box01 h2,
.corp .box02 h2,
.corp .box03 h2{
	color: #4D847B;
  padding: 10px 0;
}

.corp .box01 ul{
	list-style-type: decimal;
  margin: 0 0 5px 20px;
}

.corp .box01 ul li{
	margin-bottom: 15px;
}

.corp .box02 dt{
	color: #4C8479;
	font-weight: bold;
} 

.corp .box02 dd{
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.corp .box03 .inbox{
	margin-bottom: 2em;
}

.corp .box03 img{
	width: 30px;
}

@media screen and (min-width: 1180px) {

	.corp .sub-corp h2{
    font-size: 32px;
		top: 36%;
		left: 30px;
	}

	.corp .box01,
	.corp .box02,
	.corp .box03{
  	margin-bottom: 80px;
  	font-size: 16px;
  	padding: 3em;
	}
	
	.corp .box02 dd {
    margin-bottom: 30px;
	}
	
	.corp .box03 h2 br{
		display: none;
	} 
}


/* ----------------------------------
　お問い合わせフォーム
----------------------------------*/

.contact{
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	background: #fff;
	color: #343434;
}

.contact .sub-contact{
	background: url(images/contact-mainback.jpg) no-repeat;
	height: 200px;
  background-position: 18% top;
 	background-size: cover;
	position: relative;
}

.contact .sub-contact h2{
	position: absolute;
  top: 56%;
  left: 15px;
  color: #ffffff;
	font-size: 1.5em;
  font-weight: bold;
}

.contact a:link, a:visited {
	color: #343434 ;
}

.contact .box01{
  margin-bottom: 60px;
  font-size: 16px;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 1em;
}

.contact .box01 h2{
	color: #4D847B;
  padding: 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.contact .box01 .left{
	margin-bottom: 20px;
}

.contact .box01 .right strong{
  display: block;
  font-size: 28px;
  background: url(images/tel-logo.png) no-repeat;
  background-size: 30px;
  background-position: left;
  padding: 0 0 0 36px;
}

.contact .box01 .right span{
	margin-left: 36px;
  display: block;
  margin-top: -10px;
  color: #3EA192;
  font-weight: bold;
	font-size: 12px;
}

.contact .doui{
	font-size: 14px;
	text-align: center;
}

form#mail_form {
	width: auto !important;
  border:none !important;
  border-radius: 0 !important;
  box-shadow:none !important;
}

form#mail_form input#form_submit_button {
  margin-left: 41% !important;
}

.contact #thanks{
  margin-bottom: 60px;
  font-size: 16px;
  border: 1px solid #dddddd;
  background: #ffffff;
  padding: 1em;
}

@media screen and (min-width: 1180px) {
	
	.contact .sub-contact h2{
    font-size: 32px;
		top: 36%;
		left: 30px;
	}
	
	.contact .box01{
		margin-bottom: 80px;
		padding: 3em;
	}
	
	.contact .box01 .inbox{	
		display: flex;
		flex-wrap: wrap;
	}
	
	.contact .box01 .inbox .left{
    width: 50%;
    margin: 0 10% 0 0;
	}
	
	.contact .box01 .inbox .right{
		width: 40%;
	}
	
	.contact .box01 h2{
		margin-bottom: 15px;
	}
	
	.contact #thanks{
		margin-bottom: 80px;
		padding: 3em;
	}
	
}


