@charset "UTF-8";

@media screen and (min-width: 1041px) {
.gHeader_sp{
	display: none;
}
.gHeader_pc{
	display:block;
}
}

.gridder-content{
	width: 100%;
	padding: 30px 0 ;
}
/* 基本設定
=============================================== */

html {
  overflow-y:scroll;
  overflow-x: hidden;
}
html,body {

  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #604C3F;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 1100px;
}
img {
  vertical-align: bottom;
}
a {
  color: #635245;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav li {
  margin: 0;
  padding: 0;
}
::selection {
    background: #eae4db;
    color: #fff;
}


/* コンテンツ
=============================================== */

#container {

}
#contents {
  margin: 0px auto;
  width: 1000px;
}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main {
  float: left;
  margin: 0px;
  overflow: hidden;
  width: 700px;
  padding: 0px;
}
#sub {
  width: 240px;
  float: right;
}


/* 共通パーツ
=============================================== */


.btnL {
  display: inline-block;
  border-radius: 3px;
  padding: 15px 0px;
  text-decoration: none;
  color: #A5CD3C;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  background: #fff;
  line-height: 1;
  border: solid 1px #e8e8e8;
  width:200px
}
.btnL:hover  {
  background: #e8e8e8;
  text-decoration: none;
}
.btn  {
  display: inline-block;
  border-radius: 3px;
  padding: 12px 15px;
  text-decoration: none;
  color: #FFFFFF!important;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  background: #a5cd3c;
  line-height: 1;
  min-width:150px;
}
.btn:hover {
  background: #9CC532;
  color: #FFF;
  text-decoration: none;
}
.btn span {
  margin-left: 5px;
}


/* ヘッダー
=============================================== */

.fixed {
  position: fixed;
  top: 0px;　
  width: 100%;
        }

#gHeader {
  background: #ffffff;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  line-height:1;
  z-index: 10000;
  border-bottom:1px #B28146 solid;
}
#gHeader #gHeadeInner {
  height: 70px;
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
#gHeader h1 {
  margin: 0px;
  padding: 0px;
}
#gHeader.fixed {
  position: fixed;
  left: 0;
  height: 70px;
}
#gHeader #gNav {
  position: absolute;
  left: 140px;
  top: 20px;
  font-size: 13px;
}
#gHeader #gNav li {
  text-align:center;
  float: left;
  padding-top: 2px;
}
#gHeader #gNav li span {
  display:block;
  font-size:9px;
  margin-top:5px;
}
#gHeader #gNav li+li {
  margin-left: 15px;
}

/*#gHeader #gNav li+li {
  margin-left: 13px;
}お客様スタイル追加時css*/

#gHeader #gNav a.gNav_bg {
  display:block;
  color: #604c3f;
  text-decoration: none;
  padding: 0 7px;
  letter-spacing: 1px;
}
#gHeader #gNav a span {
  color: #CCCCCC;
}
#gHeader #gNav a:hover {
  color: #C7B299;
}
#gHeader #gNav label,
#gHeader #gNav #button {
  display:none;
}

#gHeader h1 img{
	max-width: 200px;
	height: auto;
	width: 100%;
	margin-top: 3%;
}

@media screen and (min-width: 1041px) {
#mainVisual{
	height: 465px;
}
.inst_snap{
	display: none;
}
}
@media screen and (max-width: 1040px) {
#mainVisual{
	height: 383px;
}
.inst_snap{
	display:block;
	background:#c69c6d !important;
}
.inst_snap a{
	padding:0px !important;
}
}

<!--アニメーション-->
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(0.3);
    }
}



/* フッター
=============================================== */
.bt_pagetop{
	background:#000000;
	height: 26px;
	width:100%;
	position:relative;
	text-align:center;
}

.bg_pagetop a{
	color:#FFFFFF;
}

.bt_pagetop img{
	width: 110px;
}

.f_pagetop_img{
	position:absolute;
	bottom:-8px;
	text-align:center;
	width:100%;
}

footer{
}
.foot_logo{
	text-align:center;
	padding-top:3%;
	padding-bottom:4%;
	max-width:360px;
	margin:0 auto;
}

footer hr{
	color:#FFFFFF;
	border-top:1px #CCCCCC solid;
	background:#FFF;
	height:1px;
	}
.f_list_cp{
	color:#787672;
	padding-bottom: 2%;
	font-size: 16px;
}
.footer_list{
	color:#141414;
	font-size: 14px;
}
.footer_list li{
	border-bottom: 1px #787672 solid;
	padding-bottom: 1%;
	margin-top: 3%;
}
@media screen and (max-width: 749px) {
	.mto20{
		margin-top: 20px;
	}
}
@media screen and (min-width: 750px) {
	.mto39{
		margin-top: 39px;
	}
}
.copy{
	text-align:center;
	background:#000000;
	color:#FFFFFF;
	font-size: 12px;
	padding:0.5% 0;
	margin-top: 1%;
}

.ul_line{
	border-left: 1px #000000 solid;
	padding-left: 20px !important;
}

.ul_line li a{/*リンクされた文字*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.ul_line li a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
.ul_line li a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:none;
}
.ul_line li a:hover {/*マウスをのせたとき*/
    color:#D7B05E;
    font-style:normal;
    text-decoration: none;
}
.ul_line li a:active {/*クリック中*/
    text-decoration:none;
}


/* 共通タイトル
=============================================== */
@media screen and (max-width: 749px) {
.main_img{
	padding-top: 60px;
}
}

@media screen and (min-width: 750px) {
	.main_img{
	padding-top: 0px;
}
}






/* Webフォント
=============================================== */


@font-face {
  font-family: "centurygothic";
  src: url("../font/centurygothic.woff") format('woff');
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?48891365');
  src: url('../font/fontello.eot?48891365#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?48891365') format('woff'),
       url('../font/fontello.ttf?48891365') format('truetype'),
       url('../font/fontello.svg?48891365#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    opacity: 0.7;
  color:#A5CD3C;
}
.icon-open-left:before { content: '\e800'; } /* '' */
.icon-open-right:before { content: '\e801'; } /* '' */
.icon-circled-left:before { content: '\e802'; } /* '' */
.icon-circled-right:before { content: '\e803'; } /* '' */


.footer_list li a{/*リンクされた文字*/
    color:#141414 !important;
    font-style:normal;
    text-decoration: none;
}
.footer_list li a:link {/*未訪問のリンク*/
    color:#141414 !important;
    font-style:normal;
    text-decoration:none;
}
.footer_list li a:visited {/*訪問後のリンク*/
    color:#141414 !important;
    text-decoration:none;
}
.footer_list li a:hover {/*マウスをのせたとき*/
    color:#141414 !important;
    font-style:normal;
    text-decoration:underline;
}
.footer_list li a:active {/*クリック中*/
    text-decoration:none;
}



/*lice header*/
.text_h1{
	font-size: 10px;
	text-align:center;
	width: 100%;
	margin-bottom: 0px !important;
	padding: 7px 0;
	letter-spacing: 1px;
	margin-top: 0px;
	color: #666666;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.img_h2{
	margin-top:0px;
	padding-top: 1.4%;
	text-align: center;
}

.img_h2 img{
	width: 125px;
	text-align: center;
}

.modoru{
	margin-top:0px;
	padding: 60px 0 30px 0 !important;
	text-align: center;
}

.modoru img{
	width: 300px;
	text-align: center;
}

/*lice header*/

/*lice footer*/
.footerlogo{
	margin-top: 15px;
	margin-bottom: 10px;
}
.footerlogo img{
	width: 150px;
}
.footer_tx{
	color:#604C3F;
	font-size: 12px;
	text-align:left !important;
}
.footer_ul_l{
	font-size: 11px;
	color:#604C3F;
	}
.footer_ul_l a{
	color:#736357;
}

.footer_ul_r{
	font-size: 11px;
	color:#534741;
	}
.footer_ul_r a{
	color:#534741;
}
.copyright{
	color:#534741;
	border-top: 1px #E6E6E6 solid;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 2px;
	font-size: 10px;
}
.official{
	font-size: 14px;
	font-weight:bold;
	color:#CDB299;
	margin-bottom: 8px;
}
.li_footer_sp{
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: 1px #787672 solid;
}
.li_footer_sp a{
	color:#534741;
}
@media screen and (max-width: 749px) {
.display_pc{
	display: none;
}
.img_h2{
	margin-top:0px;
	padding-top: 2%;
}



}

@media screen and (min-width: 750px) {
.display_sp{
	display: none;
}

}
/*lice footer*/




/*問い合わせ*/
.bg_color01{
	border-top: 1px #E6E6E6 solid;
	border-bottom: 1px #E6E6E6 solid;
	background:#F7F7F7;
	padding-bottom: 10px;
	padding-top: 20px;
	margin-top:50px;
}

.toiawase_tx{
	line-height: 1.7em;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 8px;
}

.wrap90{
	max-width: 90px;
	margin-left: auto;
	margin-right: auto;
}

.toiawase{
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.tel{
	color:#C69C6D;
	font-size: 30px;
	border-bottom:double 3px #C69C6D;
	text-align:center;
}

.tel a{
	color:#C69C6D;
}

.tel a:hover {/*マウスをのせたとき*/
    color:#C69C6D;
    font-style:normal;
    text-decoration: none;
}
/*問い合わせ*/

a:hover {/*マウスをのせたとき*/
    color:#A0927D !important;
    font-style:normal;
}

.list{
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	padding-top: 25px;
	padding-bottom: 5px;
}

.ic_list{
	background:url(../img/common/ic_arrow.png) no-repeat left;
	background-position:0 5px;
	padding-left: 15px;
	font-size: 12px;
	}

.ic_list a{ 
color:#000;
	}



/*ボタン関係*/

a.webyoyakubt{
	background: -moz-linear-gradient(top,#f8b500 0%,#f8b500 50%,#f6a500 50%,#f6a500);
	background: -webkit-gradient(linear, left top, left bottom,from(#f8b500), color-stop(0.5,#f8b500), color-stop(0.5,#f6a500),  to(#f6a500));
	display: block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 1.5% 0;
	margin: 0 0 2% 0;
}

a.webyoyakubt:hover{
	background: -moz-linear-gradient(top,#f8b500 0%,#f8b500 50%,#f6a500 50%,#f6a500);
	background: -webkit-gradient(linear, left top, left bottom,from(#f8b500), color-stop(0.5,#f8b500), color-stop(0.5,#f6a500),  to(#f6a500));
	display: block;
	color: #fff !important;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	padding: 1.5% 0;
}

a.morebt{
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	border: 2px #604c3f solid;
	color: #604c3f !important;
	text-align: center;
	padding: 1.5% 0;
	background: url(../img/top/bt_arrow.png) no-repeat left;
	background-position: 8% center;	
}

a.morebt02{
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	width: 320px;
	border: 2px #604c3f solid;
	color: #604c3f !important;
	text-align: center;
	padding: 0.5% 0;
	background: #fff url(../img/top/bt_arrow.png) no-repeat left;
	background-position: 8% center;
	margin: 30px auto 0 auto;
}

a.morebt02:hover{
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	width: 320px;
	border: 2px #604c3f solid;
	color: #604c3f !important;
	text-align: center;
	text-decoration: none !important;
	padding: 0.5% 0;
	background: #fff url(../img/top/bt_arrow.png) no-repeat left;
	background-position: 8% center;
	margin: 30px auto 0 auto;
}


a.morebt03{
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	border: 2px #F8B500 solid;
	color: #F8B500 !important;
	text-align: center;
	padding: 1.5% 0;
	background: url(../img/common/ic_mark02.png) no-repeat left;
	background-position: 8% center;	
}

a.morebt03:hover{
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	border: 2px #F8B500 solid;
	color: #F8B500 !important;
	text-decoration: none !important;
	text-align: center;
	padding: 1.5% 0;
	background: url(../img/common/ic_mark02.png) no-repeat left;
	background-position: 8% center;	
}

.reserve{
	line-height: 70px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	letter-spacing: 1px;
	font-weight: bold;
	top: 25px;
	right: 0;
	height: 70px;
	position: absolute;
	z-index: 99999;
	display: block;
	background: -moz-linear-gradient(top,#f8b500 0%,#f8b500 50%,#f6a500 50%,#f6a500);
	background: -webkit-gradient(linear, left top, left bottom,from(#f8b500), color-stop(0.5,#f8b500), color-stop(0.5,#f6a500),  to(#f6a500));
}

.reserve:hover{
	line-height: 70px;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	padding: 0 20px;
	letter-spacing: 1px;
	font-weight: bold;
	top: 25px;
	right: 0;
	height: 70px;
	position: absolute;
	z-index: 99999;
	display: block;
	background: -moz-linear-gradient(top,#f6a500 0%,#f6a500 50%,#f8b500 50%,#f8b500);
	background: -webkit-gradient(linear, left top, left bottom,from(#f6a500), color-stop(0.5,#f6a500), color-stop(0.5,#f8b500),  to(#f8b500));
}


.fixed .reserve{
	top: 0;
	right: 0;
}
.ti_img01 img{
	margin:0 auto 20px auto;
	max-height: 68px;
	width: inherit;
}

.ti_img02 img{
	margin:30px auto 20px auto;
	max-height: 68px;
	width: inherit;
}

.ti_img03 img{
	margin:0 auto 20px auto;
	max-height: 68px;
	width: inherit;
}

.ti_img04 img{
	margin:0 auto 20px auto;
	max-height: 80px;
	width: inherit;
}

.ti_img05 img{
	margin:0 auto 20px auto;
	max-height: 72px;
	width: inherit;
}

a.postlink{
	font-size: 15px;
	color: #604c3f;
}