@import url('https://fonts.googleapis.com/css2?family=Changa:wght@800&display=swap');

@charset "UTF-8";
/* CSS Document */

/* RESET */
* {
  margin: 0;
  padding: 0;
}

html,body,img{
    width: 100%;
}

.aboutus{
	font-size:16px;
	line-height: 1.6;
}

.Feng{
	font-family: 'Changa', sans-serif;
	font-size:180%;
	letter-spacing: 1px;
}

.Fred{
	color:#E60012;
}

.akasen{
	text-decoration: underline #E60012 2px;
}

.person_name{
	font-size:18px;
	font-weight: bold;
}


.joinus{
	float: right;
	width: 300px;
	margin-top: 40px;
}

@media screen and (max-width:700px) { 
	.joinus{
		float: none;
		width: 100%;
		margin-top: 60px;
	}
}


ul.taisho{
	float: left;
	font-size:18px;
	font-weight: bold;
	line-height: 1.6;
	list-style:none;
}

ul.taisho li{
	margin-bottom: 7px;
	display: flex;
}

ul.taisho li div:first-of-type{
	width: 100px;
}

ul.taisho li div:last-of-type{
	width: calc(100% - 100px);
}

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




/* BASIC */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #2e2e2e;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

img {
	transition: 0.5s;
}
a img:hover {
	opacity: 0.6;
}

/*
a:hover img.over{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:active img.over{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
*/


#wrapper{
	width: 100%;
	margin:auto;
	padding: 0;
}

#header{
	width: 100%;
    margin: 0;
    box-sizing : border-box;
}

#header_inner{
	max-width: 1200px;
	width: 100%;
	margin:auto;
	padding: 0;
	box-sizing : border-box;
}

#header #header_inner .rogo{
	max-width:350px;
	width: 40%;
	height:auto;
	margin: 10px auto;
	padding: 0;
	text-align: center;
	float: left;
}
#header #header_inner .navigation{
	padding: 0;
	text-align: center;
	float: right;
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
}


@media screen and (max-width:1200px) { 
	#header_inner{
		width: 96%;
		}
}

.clear{
	clear: both;
}


@media screen and (max-width:650px) { 
	#header #header_inner .rogo{
		margin: 10px auto 0;
	}
}


#mainvisual{
	max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 0;
	box-sizing : border-box;
}

#content{
	max-width: 1100px;
	width: 94%;
	padding: 0;
	box-sizing : border-box;
	margin: 30px auto 70px;
}

#content .headding{
	max-width: 335px;
	width: 60%;
	margin: 0 auto 20px;
}

#content .green{
	max-width: 400px;
	margin-bottom: 20px;
	left: 0;	
}

@media screen and (max-width:640px) { 
	#content .green{
		max-width: 480px;
		width: 96%;
		left: auto;
		margin: 0 auto ;	
	}
	
	#content .greenpic{
		max-width: 640px;
		width: 96%;
		left: auto;
		margin: 0 auto;	
	}
}

@media screen and (max-width:450px) { 
	#content .headding{
		width: 70%;
	}
}

@media screen and (max-width:400px) { 
	#content .headding{
		width: 80%;
	}
}


#content .niretsu{
	margin: 70px auto;
}

#content .minpaku{
	width: 400px;
	margin-right: 100px;
	float: left;
}

#content .tenpo{
	width: 400px;
	float: right;
}

#content .max480{
	max-width: 100%;
}


#content .pict{text-align: center; font-size: 12px; margin-bottom: 1.5rem;
}
#content .catch{font-size: 16px; font-weight: bold;}
#content .detail{
	border-left: 1px solid #444;
	border-right:  1px solid #444;
	padding: 2px 12px 10px;
	margin: 7px 0;
	box-sizing: border-box;
}

#content .map{float: right; width: 100px;}
#content .name{font-size: 18px; font-weight: bold; margin: 0 0 5px; #000;}
#content .box{font-size: 12px; border: 1px solid #222; padding: 2px 7px; box-sizing: border-box; display: inline-block;}

@media screen and (max-width:1000px) { 
	#content .green23 div{
		width: 45%;
		margin-right: 10%;
	}
	
	#content .niretsu{
		clear: both;
		margin-top: 70px;
	}
	
	#content .minpaku{
		width: 48%;
		margin-right: 4%;
		float: left;
	}
	
	#content .tenpo{
		width: 48%;
		float: right;
	}
	#content .name{font-size: 17px;}
	
}

@media screen and (max-width:640px) { 
	#content .minpaku{
		width: 96%;
		margin: 0 auto;
		float: none;
	}
	
	#content .tenpo{
		width: 96%;
		margin: 50px auto 0;
		float: none;
	}
	
	#content .max480{
		max-width: 480px;
		text-align: center;
		margin: auto;
	}
}


.foot{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	margin: 2rem auto;
}

.foot .title{
}

.foot .link{
	max-width: 225px;
	padding-right: 74px;
	margin-right: 75px;
	border-right: 1px solid #333;
}



.foot .link .banner{
	margin-bottom: 10px;
}

.foot .compa{
	max-width: 800px;
	
}

.foot .compa .daihyo{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.foot .compa .shosai{
	float: right;
	width: 50%;
}

table.companyhako{
	font-size: 1rem;
	font-weight: bold;
	border-collapse: 0 !important;
    border-spacing: 0 !important;
}

table.companyhako td{
	padding: .5rem;
}

table.companyhako .boderR{
	border-right: 1px #333 solid;
	padding-right: 1rem;
}

table.companyhako .pad1rem{
	padding-left: 1rem !important;
}

@media screen and (max-width:1000px) { 
	.foot .link{
		padding-right: 9px;
		margin-right: 10px;
	}
	
	.foot .compa{
		max-width: 800px;
		
	}
}

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

	table.companyhako{
		font-size: .9rem;
	}

	.foot .compa .daihyo{
		width: 38%;
		margin-right: 2%;
	}
	
	.foot .compa .shosai{
		width: 60%;
	}

}

.pco{ display: block;}
.spo{display: none;}



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

	.pco{ display: none;}
	.spo{display: block;}

	.foot .link{
		width: 50%;
		padding-right: 10px;
		margin-right: 10px;
	}

	.foot .link .title{
		max-width: 225px;
	}

	.foot .compa .title{
		max-width: 360px;
	}

	
	.foot .link .banner{
		margin-bottom: 5px;
	}
	
	.foot .compa{
		max-width: 800px;
		
	}
	
	.foot .compa .daihyo{
		float: none;
		width: 90%;
		margin: 15px auto;
	}
	
	.foot .compa .shosai{
		float: none;
		width: 100%;
	}
}

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


	.foot{
		display: block;
	}

	.foot .compa{
		margin-top: 2rem;
		
	}

	.foot .link{
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		max-width: 550px;
		width: 100%;
	}
	
	.foot .link .banners{
		flex-wrap: wrap;
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex;
	}
	.foot .link .banners p{
		width: 49%
	}
	
	.foot .link .banners p:nth-of-type(2n){
		margin: 0 0 0 2%;
	}

	.foot .link .banners p:nth-of-type(4){
		margin: 0 0 0 2%;
	}

}

.kanren{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	width: 100%;
}

.kanren div{
	width: 400px;
	margin-right: 100px;
}

.kanren div:last-of-type{
	margin-right: 0;
}

@media screen and (max-width:1000px) { 
	.kanren div{
		width: 48%;
		margin-right: 4%;
	}
	
}

@media screen and (max-width:640px) { 
	.kanren{
		display: block;
	}
	
	.kanren div{
		width: 98%;
		margin-right: auto;
		margin-left: auto;
	}
	.kanren div:last-of-type{
		margin-top: 20px;
	}
}



footer{
	width: 100%;
	color: #fff;
	background-color: #545454;
	padding-top: 15px;
	margin: 0;
	font-size: 13px;
	background: url('./img/footer_ptn.jpg') repeat ;
}

footer .inner{
	max-width: 900px;
	width: 100%;
	margin: auto;
	padding: 0;
	box-sizing : border-box;
}

footer .inner .flogo{
	width: 40%;
	max-width: 110px;
	margin: 1rem auto 0;
}

footer .copy{
	font-size: 11px;
	padding: 30px 0;
	text-align: center;
}


/* 表組み */
table.company {
    width: 700px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
    padding: 10px;
}
 
table.company th {
    background: #d51323;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #d51323;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}


/*--------------*/
.flL { float: left; }
.flR { float: right; }

/*--------------*/
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

.clear{ clear: both;}

/*--------------*/
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt23 { margin-top: 23px; }
.mt25 { margin-top: 25px; }
.mt28 { margin-top: 28px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt62 { margin-top: 62px; }
.mt75 { margin-top: 75px; }
.mt150 { margin-top: 150px; }

.mr05{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mr30{margin-right: 30px;}

.mb05{margin-bottom: 5px;}
.mb08{margin-bottom: 8px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb18{margin-bottom: 18px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb27{margin-bottom: 27px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}

.ml05{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml22{margin-left: 22px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}
.ml74{margin-left: 74px;}
.ml80{margin-left: 80px;}
.ml142{margin-left: 142px;}
.ml285{margin-left: 285px;}
.ml660{margin-left: 610px;}


/*--------------*/

.Fbold{
	font-weight: bold;
}

.F14{
	font-size: 1.4em;
}

.F15{
	font-size: 1.5em;
}

.F16{
	font-size: 1.6em;
}

.F18{
	font-size: 1.8em;
}

.F20{
	font-size: 2.0em;
}

.F60{
	font-size: 6.0em;
}


/* WPお知らせ */
.news{
	width: 100%;
	margin: 2rem auto 2rem;
}

.news .info-child{
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex; 
	display: -o-flex; 
	display: flex;
	border-bottom: 1px dotted #949494;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	font-weight: bold;
	font-size: 1.1rem;
}

.news .info-child .eyecatch{
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
}
.news .info-child .eyecatch img{width: 100%; height: auto;}

.news .info-child .post-date{
	margin-right: 2rem;
}

.news .info-child a{transition: 0.3s;}

.news .info-child a:link{color: #222;}
.news .info-child a:active{color: #d21b00; text-decoration: underline;}
.news .info-child a:hover{color: #d21b00; text-decoration: underline;}
.news .info-child a:visited{color: #222;}

.news-child{
	width: 100%;
	margin: 0 auto 1rem;
	border-bottom: 1px dotted #888;
	padding: 1rem;
	box-sizing: border-box;
}

.news-child .post-title{
	font-size: 18px;
	font-weight: bold;
}

.news-child .post-date{
	font-size: 12px;
	margin: .5rem 0;
}


.news-child .post-content{
}

.news-child .post-content img{
	max-width: 600px !important;
	width: 100%;
	margin: 1rem 0 0 0;
	height: auto !important;
}

/* MOREボタン*/
.more{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 1px solid #222;
	padding: .2rem 1rem;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: right;
}

.more::before,
.more::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.more,
.more::before,
.more::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.more:link{color: #222; text-decoration: none;}
a.more:active{color: #fff !important; background-color: #d21b00; text-decoration: none;}
a.more:hover{color: #fff !important; background-color: #d21b00; text-decoration: none;}
a.more:visited{color: #222; text-decoration: none;}


@media screen and (max-width:500px) { 
	.news .info-child{
		display: block;
	} 
	.news .info-child .post-date{
		margin-right: 0;
	}
}

/* ホバーエフェクト */
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 1px solid #222;
	padding: .5rem;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-left: 10px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a.button:link{color: #222; text-decoration: none;}
a.button:active{color: #fff !important; background-color: #d21b00; text-decoration: none;}
a.button:hover{color: #fff !important; background-color: #d21b00; text-decoration: none;}
a.button:visited{color: #222; text-decoration: none;}

