@charset "utf-8";


/* 全体構成
---------------------------------------------------------------- */

body{
	margin:0;
	padding:0;
	height:100%;
	font-size:14px;
	color:#000000;
	line-height:160%;
	background:url(../image/back1.jpg) repeat;
	/*スマホ対応*/
	-webkit-text-size-adjust: 100%;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#top{
}

html{
	height:100%;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	line-height:0px;
}

ul{
	margin:0;
	padding:0;
}

li{
	margin:0;
	padding:0;
	list-style:none;
}

p{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

a{
	outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#666666;
}

/*h系*/
h1{
	margin:0;
	padding:0;
	width:300px;
	float:left;
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:0 auto;
	padding:20px 0;
	width:360px;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background-color: rgba( 0, 0, 0, 0.8 );
}

h4{
	margin:0;
	padding:0;
}

h5{
	margin:0;
	padding:0;
}

/*float･clear系*/
.left{
	float:left;
}

.leftleft{
	clear:left;
	float:left;
}

.right{
	float:right;
}

#clear{
	clear:both;
	text-indent:-9999px;
}

.clear{
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
     
.clearfix {
	margin:0;
	padding:0;
	display: inline-block;
	list-style:none;
}
     
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
     
.clearfix_clear {
	margin:0;
	padding:0;
	display: inline-block;
	list-style:none;
    clear: both;
}
     
/* Hides from IE-mac \*/
* html .clearfix_clear {height: 1%;}
.clearfix_clear {display: block;}
/* End hide from IE-mac */


/*font系*/
.bold{
	font-weight:bold;
}

.red{
	color:#FF0000;
}

.txt_right{
	text-align:right;
}

.txt_center{
	text-align:center;
}

.txt_left{
	text-align:left;
}

.txt{
	margin:0;
	padding:5px;
}

.txt2{
	margin:0;
	padding:10px;
}

.font10{
	font-size:10px;
	line-height:160%;
}

.font11{
	font-size:11px;
	line-height:160%;
}

.font12{
	font-size:12px;
	line-height:160%;
}

.font13{
	font-size:13px;
	line-height:160%;
}

.font14{
	font-size:14px;
	line-height:160%;
}

.font15{
	font-size:15px;
	line-height:160%;
}

.font16{
	font-size:16px;
	line-height:160%;
}

.font18{
	font-size:18px;
	line-height:160%;
}

.font20{
	font-size:20px;
	line-height:160%;
}

/*空間系*/
.top5{
	margin-top:5px !important;
}

.top10{
	margin-top:10px !important;
}

.top15{
	margin-top:15px !important;
}

.top20{
	margin-top:20px !important;
}

.top25{
	margin-top:25px !important;
}

.top30{
	margin-top:30px !important;
}

.top35{
	margin-top:35px !important;
}

.top40{
	margin-top:40px !important;
}

.top45{
	margin-top:45px !important;
}

.top50{
	margin-top:50px !important;
}

.top55{
	margin-top:55px !important;
}

.top60{
	margin-top:60px !important;
}

.top70{
	margin-top:70px !important;
}

.top100{
	margin-top:100px !important;
}

/*ページトップへのjQuery関係*/
#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
}
#pageTop:hover{
}

/*ぶら下がりインデント設定*/
.indent{  
	text-indent: -10px;  
	margin-left: 10px;  
} 


/*透過マウスオーバー*/
.hover a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*フェード*/
.animation {
}
.fade {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fade;
 animation-name: fade;
 visibility: visible !important;
}
@-webkit-keyframes fade {
 0% { opacity: 0; -webkit-transform: translateY(200px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fade {
 0% { opacity: 0; -webkit-transform: translateY(200px); -ms-transform: translateY(200px); transform: translateY(200px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.animation2 {
overflow:hidden;
}
.fade2 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fade2;
 animation-name: fade2;
 visibility: visible !important;
}
@-webkit-keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation3 {
overflow:hidden;
}
.fade3 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
 -webkit-animation-name: fade3;
 animation-name: fade3;
 visibility: visible !important;
}
@-webkit-keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation4 {
overflow:hidden;
}
.fade4 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
 -webkit-animation-name: fade4;
 animation-name: fade4;
 visibility: visible !important;
}
@-webkit-keyframes fade4 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade4 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation5 {
overflow:hidden;
}
.fade5 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fade5;
 animation-name: fade5;
 visibility: visible !important;
}
@-webkit-keyframes fade5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/* ロード画面
---------------------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:#000000;
	z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 322px;
  height: 200px;
  margin-top: -100px;
  margin-left: -161px;
  text-align: center;
  color: #000;
  z-index: 2000;
}


/* 全体構成
---------------------------------------------------*/
.width950{
	margin:0 auto;
	padding:0;
	width:950px;
	overflow:hidden;
}


/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 120;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}


/* パララックス
---------------------------------------------------*/
/*
html {
	height: 100%; 
	overflow: hidden; /* ブラウザ標準のスクロールバーを消します 
}
 
body {
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 
	overflow-x: hidden;  /*  横スクロールバーを消します。 
	height: 100%; 
}
*/
 
.image-base{
	min-height: 480px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
	background-position: center center;
}
 
.image-base_under{
	min-height: 746px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
	background-position: center center;
}

.para_img1{
	background-image:url(../para_img/back.png), url(../para_img/1.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img2{
	background-image:url(../para_img/back.png), url(../para_img/2.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img3{
	background-image:url(../para_img/back.png), url(../para_img/3.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img4{
	background-image:url(../para_img/back.png), url(../para_img/4.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img5{
	background-image:url(../para_img/back.png), url(../para_img/5.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}


/* header
---------------------------------------------------*/
#header{
	width:100%;
	background:url(../image/topback.png) repeat-x bottom;
	position:fixed;
	top:25px;
}


/* navi
---------------------------------------------------*/
nav{
	width:650px;
	float:left;
	overflow:hidden;
}

.n1{
	margin:0;
	padding:0;
	width:130px;
	float:left;
}

.n2{
	margin:0;
	padding:0;
	width:137px;
	float:left;
}


/* mainphoto
---------------------------------------------------*/


/* maincontent
---------------------------------------------------*/
.m_box1{
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:500;
	position:absolute;
	bottom:0;
}

.m_box2{
	width:100%;
	background:url(../image/topback.png) repeat-x bottom;
	overflow:hidden;
	position:absolute;
	bottom:50px;
}

.m_box3{
	background:url(../image/topback2.png) repeat-x top;
}

.m_box4{
	padding:260px 0 0 0;
	width:100%;
	text-align:center;
}

.m_box5{
	margin:0 auto;
	padding:85px 0;
	width:980px;
}

.m_box6{
	padding:90px 0;
}

.m_box7{
	padding:75px 0;
}

.m_box8{
	width:465px;
	overflow:hidden;
}

.m_box9{
	padding:10px;
	border:1px solid #E8E8E8;
	background:#FFFFFF;
	height:600px;
	overflow:auto;
}

.m_box18{
	margin:15px 0;
	width:225px;
}


/*ボタン*/
.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.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;
}

.button {
	border: 2px solid #121E3E;
	color: #121E3E;
	font-size:16px;
	font-weight:bold;
	line-height: 47px;
	background-image:url(../image/btn.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.button:link {
	color: #121E3E;
}
.button:visited {
	color: #121E3E;
}
.button:hover {
	background-color:#121E3E;
	background-image:url(../image/btn_on.png);
	background-repeat:no-repeat;
	background-position:top center;
	color: #FFFFFF;
}


.m_back1{
	background-image:url(../image/back1.jpg);
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.m_box10{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.m_box11_1{
	width:50%;
	float:left;
	overflow:hidden;
}

.m_box11_2{
	width:50%;
	float:right;
	overflow:hidden;
}

.m_box12_1{
	margin:0;
	padding:72px 50px 0 0;
	width:425px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}

.m_box12_2{
	margin:0;
	padding:72px 0 0 50px;
	width:425px;
	position:absolute;
	top:0;
	left:0;
}


.m_box13{
	margin:10px 0 0 0;
	overflow:hidden;
}

.m_box14{
	width:196px;
}

.m_box15{
	margin:0 auto;
	padding:45px;
	width:670px;
	background-color: rgba( 255, 255, 255, 0.96 );
	border:6px solid rgba( 66, 96, 52, 0.96 );
	border-radius:20px;
	overflow:hidden;
}

.m_box16{
	margin:35px 0 0 90px;
	width:250px;
	float:left;
}

.m_box16_2{
	margin:35px 0 0 20px;
	width:250px;
	float:left;
}

.item01{
	position:relative;
}


.m_box11_1 {
    display: block;
}
 
.m_box11_2 {
    display: block;
}
 
.m_box17 {
    height: 340px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
a:hover>.m_box17 {
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}








/*main_left*/
.main_left{
	margin:0;
	padding:0;
	float:left;
	width:720px;
}

/*main_right*/
.main_right{
	margin:0;
	padding:0;
	float:right;
	width:210px;
}


/* footer
---------------------------------------------------*/
.footer{
	margin:0;
	padding:0 0 50px 0;
	color:#FFFFFF;
	background-image:url(../image/back2.jpg);
	background-position:top center;
	background-size:cover;
}

.f_box1{
	margin:0;
	padding:40px 0;
	border-bottom:1px solid #666666;
}

.f_box2{
	margin:0 auto;
	width:685px;
	overflow:hidden;
}

.f_box3{
	width:150px;
	text-indent: -30px;  
	margin-left: 30px;
	float:left;
} 

.f_box4{
	width:270px;
	text-indent: -30px;  
	margin-left: 30px;  
	float:left;
} 
