@charset "UTF-8";

* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
html{   height:100%; }
body{   height:100%; } 
body{
	width: 100%;
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 140%;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p, ul, li, dl, dd, dt, th, td{
	font-size:15px;
}
img {
	border: 0;
	vertical-align: bottom;
}
*, *::before, *::after {
	box-sizing: border-box;
}
ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
.attention {
  list-style: '※';
}
li {
	list-style-position: outside;
	line-height:170%;
}
form {
	margin:0;
	padding:0;
}
div{
	display:block;
}
object,
embed {
	vertical-align: top;
}
a:link ,
a:visited { 
	color:#403937;
	text-decoration: underline;
}
a:active ,
a:hover {
	color:#403937;
	text-decoration: none;	
}

/*---------------------------------------------------------*/
/* PC */
/*---------------------------------------------------------*/
.spOnly {display: none;}
div#wrap {padding-bottom: 0;}



/* ヘッダー
---------------------------------------------------------*/
.main_header {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1064px;
	height: 96px;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height: 100%;
	text-align:left;
	margin: 0 auto;
	transition: .5s;
}
.main_header h1{
    flex:0 0 auto;
	margin-left: 34px;
    margin-right:68px;
    margin-bottom:0;
}
.main_header h1 img{
    width: 196px;
    height: auto;
}



/* コンテンツ
---------------------------------------------------------*/
/* アニメーションbox */
.ani_box {
	position: relative;
	width: 100%;
	height: 350px;
	margin: auto;
	border-top: 5px solid;
	border-top-color: #bf9c61;
	overflow: hidden;
}
.ani_box .bgImg {	/* 背景の指定 */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	animation: bgAnime 28s infinite; 	/* 4画像 × 各7s = 28s */
}
.ani_box .src1 {	/* 段差で背景画像のアニメーションを実行 */
	background-image: url("../images/common/topbg01.jpg");
	background-size: cover;
}
.ani_box .src2 {
	background-image : url("../images/common/topbg02.jpg");
	background-size: cover;
	animation-delay  : 7s;
}
.ani_box .src3 {
	background-image : url("../images/common/topbg03.jpg");
	background-size: cover;
	animation-delay  : 14s;
}
.ani_box .src4 {
	background-image : url("../images/common/topbg04.jpg");
	background-size: cover;
	animation-delay  : 21s;
}
@keyframes bgAnime {
	0% { opacity: 0; }
	5% { opacity: 1; }
	25% { opacity: 1; }
	30% { opacity: 0; }
	100% { opacity: 0; }
}
.ani_box .boxString{		/* 前面の文字 */
	position   : absolute;
	display    : inline-block;
	padding    : 20px;
	color      : #000;
	top        : 50%; 		/* 中央寄せ */
	left       : 50%;
	transform  : translate(-50%,-50%);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	line-height: 1.6em;
	z-index    : 11;
}
.ani_box .font_ti {
	font-size: 200%;
	line-height: 1.6em;
}
.w_shadow {
	text-shadow: 
		1px  1px 2px #ffffff,
		-1px  1px 2px #ffffff,
		1px -1px 2px #ffffff,
		-1px -1px 2px #ffffff,
		1px  0px 2px #ffffff,
		0px  1px 2px #ffffff,
		-1px  0px 2px #ffffff,
		0px -1px 2px #ffffff,

		2px  2px 3px #ffffff,
		-2px  2px 3px #ffffff,
		2px -2px 3px #ffffff,
		-2px -2px 3px #ffffff,
		2px  0px 3px #ffffff,
		0px  2px 3px #ffffff,
		-2px  0px 3px #ffffff,
		0px -2px 2px #ffffff,

		4px  4px 5px #ffffff,
		-4px  4px 5px #ffffff,
		4px -4px 5px #ffffff,
		-4px -4px 5px #ffffff,
		4px  0px 5px #ffffff,
		0px  4px 5px #ffffff,
		-4px  0px 5px #ffffff,
		0px -4px 5px #ffffff;
}



/* フッター 
---------------------------------------------------------*/
.main_footer {
	display:flex;
	margin: 0 auto;
	width: 1060px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	line-height: 100%;
	text-align:left;
}
.foot_group_logo {
	margin:14px 6px 0 19px;
	vertical-align: middle;
}
.foot_group_logo img {
	vertical-align: baseline;
}
.foot_menu_box {
	display:flex;
	width:100%;
}
.foot_menu_left {
	width:50%;
	float: left;
	padding-top: 24px;
}
.foot_menu_right {
	width:50%;
	float: right;
	padding-top: 24px;
	padding-right: 32px;
}
.foot_menu_box .foot_menu_left ul {
    display: block;
    height: 27px;
}
.foot_menu_box .foot_menu_left li {
    float: left;
    margin: 0 2px;
	font-size: 11px;
	line-height: 100%;
    color: #4D4D4F;
}
.main_footer .foot_menu_left li a {
	color: #4D4D4F;
	font-size: 12px;
    text-decoration: none;
}
.main_footer .foot_menu_left .daiwa li a {
	color: #4D4D4F;
	font-size: 11px;
    text-decoration: none;
}
.main_footer .foot_menu_left li::after {
    content: "｜";
}
.main_footer .foot_menu_left li:last-child::after {
    content: "";
}
.foot_menu_right .fLogo {
    height: 27px;
    text-align: right;
}
.foot_menu_right .fLogo img {
    width: auto;
    height: 12px;
    vertical-align: baseline;
}
.foot_menu_right .copyright {
    float: right;
    height: 45px;
    font-size: 11px;
    color: #4D4D4F;
    text-align: right;
}



/*---------------------------------------------------------*/
/* SP */
/*---------------------------------------------------------*/
@media screen and (max-width: 750px){
.pcOnly {display: none;}
body{line-height: 100%;}
.contents {
	padding-top: 63px;
}

/* ヘッダー
---------------------------------------------------------*/
.main_header {
	-ms-flex-align: center;
	height: 63px;
	margin: 0 auto;
	position: relative;
	border-bottom: 3px solid #b4b4b4;
}
.main_header h1{
	float: none;
	margin-left: 9px;
	margin-top: 3px;
	padding-top: 0;
}
.main_header h1 img{
	width: 110px;
	height: 33px;
}



/* コンテンツ
---------------------------------------------------------*/
/* アニメーションbox */
.ani_box {
	height: 300px;
}
.ani_box .bgImg {	/* 背景の指定 */
	left: -50%;
}
.ani_box .boxString{	/* 前面の文字 */
	position: absolute;
	display: inline-block;
	width: 100%;
	padding: 20px;
	color: #000;
	top: 50%; 	/* 中央寄せ */
	left: 50%;
	transform: translate(-50%,-50);
	font-size: 130%;
	line-height: 1.6em;
}
.ani_box .font_ti {
	font-size: 160%;
	line-height: 1.6em;
}



/* フッター 
---------------------------------------------------------*/
.main_footer {
	display: bolck;
	margin: 0 auto;
	padding: 12px 0 9px 0;
    width: 100%;
	font-family: "Hiragino Kaku Gothic Pro", 'Droid Sans Jananese', "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	border-top: 2px solid #fa0046;
}
.foot_group_logo {
	margin: 0 0 11px 0;
	vertical-align: middle;
}
.foot_group_logo img {
	height: 52px;
	vertical-align: baseline;
}
.foot_menu_box {
	display: block;
	width:100%;
	text-align: center;
	margin: 0 auto;
}
.foot_menu_left {
	width: 100%;
	float: none;
	padding-top: 0;
	text-align: center;
	margin: 0 auto;
}
.foot_menu_right_sp {
	position: relative;
	width:100%;
	height: 18px;
	padding-top: 0;
}
.main_footer .foot_menu_left .menu a {
	font-size: 10px;
	text-decoration: none;
}
.main_footer .foot_menu_left .menu::after {
	content: "｜";
}
.main_footer .foot_menu_left .menu:last-child::after {
	content: "";
}
.main_footer .foot_menu_left li a {
	color: #4D4D4F;
	text-decoration: none;
}
.main_footer .foot_menu_left li::after {
	content: "｜";
}
.main_footer .foot_menu_left li:last-child::after {
	content: "";
}
.foot_menu_right_sp .copyright_sp {
	position: absolute;
	width:100%;
    font-size: 10px;
	color: #4D4D4F;
	text-align: center;
	margin: 0 auto;
	vertical-align: bottom;
	bottom: 0;
}

}



@media screen and (max-width: 763px) and (orientation: landscape) {
}


/* other
---------------------------------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

