@charset "shift_jis";
/*---------------------
clearfix
---------------------*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
} /* End hide from IE-mac */
/*---------------------
all
---------------------*/
img {
	width:100%;
}
dd, dt, dl {
	margin: 0px;
}
body {
	
}
#header .header_line {
	background-color: #666;
	height: 40px;
	width: 100%;
}
#header .header_line .maintitle {
	font-size: 12px;
	width: 60%;
	margin-top: 15px;
	margin-right: 20%;
	margin-left: 20%;
	color: #FFF;
	font-weight: normal;
}
#header .h_under {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	margin-top: 25px;
	margin-bottom: 40px;
}
#header .logo_area {
	width: 18%;
	float: left;
	margin-top: 5px;
	margin-left: 5%;
}
.clear {
	clear: both;
}
#header .h_under .sns_area {
	float: right;
	width: 13%;
	margin-right: 5%;
}
#header .h_under .sns_area .sns_icon {
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	width: 24%;
}
#manu {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
#manu ul .manu_list {
	display: table-cell;
	width: 20%;
	list-style-type: none;
}
.manu_list img{
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
}
.manu_list img:hover{
  filter: grayscale(0);
  transition-duration: 0.5s;
}

.mainbg {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer .copy {
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.maincontent {
	width: 60%;
	margin-right: 20%;
	margin-bottom: 20px;
	margin-left: 20%;
}
.maincontent .p_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CDDA00;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
}
.maincontent .p_title2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #E86FA6;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
	margin-top: 10px;
}
.maincontent .p_title3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFF9B3;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
}
.maincontent .tenpo_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 30px;
}
.maincontent .tenpo_concept {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	line-height: 180%;
}
.concept_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ED8922;
	text-align:center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ED8922;
	padding-bottom: 20px;
}
.maincontent .access_map {
	width: 60%;
	margin-right: 20%;
	margin-bottom: 40px;
	margin-left: 20%;
}
.maincontent .hr {
	width: 50%;
	margin-right: 25%;
	margin-left: 25%;
}
.maincontent .privacy_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 180%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 20px;
	margin-top:20px;
}
.maincontent .privacy_text .privacy_text_bd {
	font-weight: bold;
	padding-top: 20px;
}
.brand_area {
	width: 650px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.brand_area .brand_logo {
	float: left;
	width: 300px;
}
.brand_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
	line-height: 180%;
}
.brand_area .brand_logo2 {
	float: right;
	width: 300px;
}
.sincyaku {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
*{box-sizing: border-box;}

ul.gnav-navi-1{
	padding: 0;
	text-align: center;
}
ul.gnav-navi-1 li{
display: inline-block;
width:18%;
}


ul.gnav-navi-1 li a{
	display: block;
	padding: 1em;
	color: #000;
	text-decoration: none;
}
ul.gnav-navi-1 a::first-line{
font-size: 16px;
font-weight: bold;
}
ul.gnav-navi-1 li:hover{
	background-color: #FFF5F2;
}
.top_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}
.ivent_img {
	width: 50%;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.item_img {
	width: 40%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	box-shadow: inset 0 0 10px 15px #FFF;
}
.item_img img {
	width: 100%;
	transition: transform .6s ease; /* ゆっくり変化させる */
}
.item_img:hover img {
  transform: scale(1.1); /* 拡大 */
}
.maincontent .tenpo_img {
	width: 80%;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
.top_concept {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 180%;
	width: 60%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
