.center p{
  text-align: left;
}

a:link{
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
a:visited{
  color: #fff;
}
a:hover{
  color: #fff;


/*ホバーアニメ*/
-webkit-animation: zoom .9s;
animation: zoom .9s;
}
@-webkit-keyframes zoom {
50% {
  -webkit-transform: scale(1.05);
}
}
@keyframes zoom {
50% {
  transform: scale(1.05);
}
}}

a:active{
    color: #fff;
  }




.center{
	width: 88%;
  margin: 0 auto;
  max-width: 600px;
}
.center p{
  line-height: 22px;
  font-size: 15px;
}

.center a{
  color:#283848;
}

#formWrap {
	width: 88%;
  padding: 2%;
  font-size:17px;
  text-align: left;
  margin: 0 auto;
  border: solid 0px #283848;
  letter-spacing:0.1em;
  background-color: rgba(0,0,0,0.0);
  line-height: 1.5em;
}
table.formTable{
	max-width:770px;
	border:0;
  padding:0px;
  font-size:1em;
  color:#283848;
  border:solid 0px #283848;
  margin:0px;
  outline: none;
}
table.formTable td,table.formTable th{
	margin-left:0px;
  text-align: left;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	color:#283848;
	font-size:16px;
	background:#fff;
	text-align:left;
	padding: 10px;
  line-height: 0px;
  padding-top: 30px;
  font-weight: bold;

}

table.formTable th span{
  color:#a32242;
}

select{
	width:100%;
	padding:8px;
  margin: 0px;
	font-size:110%;
	display:block;
	background-color: #fff;
}

input[type="text"],[type="url"],[type="mail"],[type="name"], textarea {
	width:100%;
	padding:3px;
    margin: 0px;
	font-size:110%;
	display:block;
  outline: none;
  border: 1px solid #283848;
}
input[type="file"]{
	width:100%;
	padding:2px;
    margin-top: 5px;
	font-size:16px;
	display:block;
  outline: none;
}

input[type="submit"], input[type="reset"], input[type="button"]  {
   /* input要素全部に対して装飾 */
   background-color: #fff; 
	 color: #283848;
	 font-size: 1em;
   border: 1px solid #283848; /* 枠線 */
   border-radius: 0.3em;      /* 角丸 */
	 padding: 12px;
}
input:hover[type="submit"], input:hover[type="reset"], input:hover[type="button"]  {
   /* マウスが上に載ったとき */
	 background-color: #283848;
	 color:#fff;
   border: 1px solid #283848;
}
input:active[type="submit"], input:active[type="reset"], input:active[type="button"]  {
   /* 押されたとき */
	 background-color: #fff;
	 color: #283848;

   border: 1px solid #283848;
}


/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
background-color: #ccc;
cursor: default;
}



.yoko{
	width:40%;
    margin-right: 10px;
	display:block;
  outline: none;
  display: block;
  float: left;
}


body{
  background-color: #fff;
  font-family: 'Georgia',sans-serif;
  color: #283848;
}



/*パンくず*/
.breadcrumb {
  padding-left:20;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #283848;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #283848;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: none;
}
/*パンくず*/



/*ナビ上部固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/*ナビ上部固定*/


h2{
  border-bottom: 3px solid #547596;
  padding-bottom:20px;
  font-size: 3.6vmin;/*文字のレスポンシブ*/
  margin-top: 16px;
}


h3{
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #547596;
}


.main {
    width: 100%;
    min-width: 340px;
    padding: 0px;
    font-size:14px;
    margin: 0 auto;
    text-align: left;
    border: solid 1px #283848;
    letter-spacing:0.1em;
    background-color: rgba(0,0,0,0.0);
    line-height: 1.5em;
}





/*写真切り替え*/

.container{
    margin: 0 auto;
    max-width: 480px;
}
.thumbnail{
    overflow: hidden;
    margin: 0 auto;
    width: 92%;
    text-align:right;
}

.thumbnail li{
    display:inline;
    list-style: none;
}

.thumbnail li:last-child{
  margin-right: 3px;
}

.thumbnail li img{
    width: 53px;
    height: 53px;
    opacity: 1;
    filter: alpha(opacity=50);
    border: 1px solid #283848;
    margin: 2px;
}
.thumbnail li.current img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.main_photo{
    position: relative;
    border: solid 1px #283848;
    height: 250px;
}
.main_photo img{
  position: absolute;
  top:0;
  width: 100%;
  height: 250px;
  align:center;
}
/*写真切り替え*/


/*展開*/
.category_01{
  color:#fff;
  height: 22px;
  padding: 4px;
  margin-bottom:1px;
  border: 1px solid #000;
  width: 97%;
  text-align: center;
  background-color:#283848;
  text-decoration: none;
}
.layer_01{
  margin: 0px;
  padding: 0px;
}

/*展開*/





@media (min-width: 850px) {

   /* ↓レイアウト全体領域 */
   .page-cover {
      display: table;
      width: 100%;

   }
   /* ▼メインカラムの装飾 */
   .main-column {
      display: table-cell;
      border: solid 0px #000;

   }
   /* ▽サイドカラムの装飾 */
   .side-column {
      display: table-cell;
      width: 30%;
      border: solid 0px #000;
   }
}




/*レスポンシブナビ　PC*/
.inner {
    width: 1280px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;/*ナビフォント色*/
    font-size: 22px;
    background-color: #283848;
    text-decoration: none;


}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: right;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    bottom: 6;
    font-size: 16px;
}
#global-nav ul li {
    float: left;

}
#global-nav ul li a {
    padding: 0 18px;/*リンク幅*/
}

/* Fixed */
#top-head.fixed {
  font-size: 17px;
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #283848;/*ハンガー*/
    border-bottom: solid 1px #000;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 21px;
    color: #fff;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;/*ハンガー太さ*/
    width: 80%;
    background: #fff;/*ハンガーナビカラー*/
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*レスポンシブナビ　PC*/






/*レスポンシブナビ　携帯*/

@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #283848;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #fff;/*ロゴカラー*/
        font-size: 23px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #283848;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 20px 0;
    }
    #nav-toggle {
        display: block;
    }


    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}
/*レスポンシブナビ　携帯*/




  /*topボタンを固定する*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
/*topボタンをデザインする*/
#page-top a {
    background: rgba(1,1,1,.5);
    text-decoration: none;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #000;
}



/*検索*/
dl.search3{
	position: relative;
}
dl.search3 dt{
  color:#666;
	width:70%;
	padding:1px;
	background-color:#fff;
	border:1px solid #000;
	position: absolute;

}
dl.search3 dt input{
  color:#283848;
	width:99%;
	height:30px;
	line-height:30px;
  border:0px;
  outline: none;
  background:none;
}


dl.search3 dd{
	position: absolute;
	top:0;
	right:0;
  width:28%;

}
dl.search3 dd button{
	display:block;
	height:37px;
	color:#fff;
	line-height:37px;
	text-align:center;
	border:1px solid #000;
	background:#283848;
	width: 50%;

}
dl.search3 dd button:hover {
  color:#fff;
	background: #000;
}



/*検索*/
#social-icon a {
  position: relative;
  display: block;
  float: left;
  width:100px;
  margin: 0 5px 5px 0;
  padding: 0 0 0 40px;
  background: #3F729B;
  color: #fff;
  border: 1px solid #3F729B;
  text-decoration: none;
  text-align:center;
  line-height: 40px;
}
#social-icon i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background: #3F729B;
  line-height: 40px;
  text-align: center;
}
#social-icon i:before { padding 0; line-height: 40px; }
#social-icon .fa-instagram { background: #3F729B; }








/*object　scroll*/
.box_srcollbar {
  font-family: 'Georgia',sans-serif;
  overflow:auto;
  text-align: center;
}
/*object　scroll*/







a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}
a img:hover{
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -o-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8);
}




.rsample{
    width:300px;
    position:relative;
}

.rsample span{
    position:absolute;
    left:0px;
    bottom:0px;
    width:305px;
    height: 305px;
    text-align:center;
    color:#fff;
     font-weight:bold;
    font-size:35px;
    line-height:900%;
    background-color: rgba(0,0,0,0.0);
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    /*文字枠*/
　　-webkit-text-stroke-color: #000;
　　-webkit-text-stroke-width: 1px;
　　text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;
}

.rsample a{
  display:block;
}

.rsample img{
  margin: 2px;
    width:45vw;
    max-width: 290px;
    min-width: 230px;
    border: solid 1px #283848;
}


/*フッター*/

#footer {
  clear:both;
  width: 100%;
  height:50%;
  padding: 0px;
  background-color: #283848;
  font-size: 2.9vmin;/*文字のレスポンシブ*/
  background-repeat:repeat-x;
  background-size: 100%;
  text-align:center;
  color:#fff;
  letter-spacing:0.2em;
  line-height: 1.5em;
}

.tablef a{
    text-decoration: none;
}

.tablef a:hover{
  border-bottom: #fff solid 1px;
}

/*----------------------------------------------------
  .tablef
----------------------------------------------------*/
.tablef{
  margin: 0 auto;
    font-size: 2.9vmin;/*文字のレスポンシブ*/
}

.tablef th  { width: 30%; }

@media only screen and (max-width:580px){
    .tablef { margin: 0 -10px;   margin: 0 auto; }
    .tablef th,
    .tablef th,
 td{
    width: 100%;
    display: block;
    border-top: none;
    align: center;
    font-size:17px;

    }
  .tablef tr:first-child th { }
}

/*フッター*/



/*map*/

.map_wrapper {
  max-width: 380px;
  min-width: 280px;
  margin: 0 auto;
  padding: 4px;
  border: 0px solid #283848;
}

.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*map*/



/*mail*/
.form-group{
  width: 100%;
  padding: 3%;
  font-size:17px;
  text-align: left;
  margin: 0 auto;
  border: solid 1px #283848;
  letter-spacing:0.1em;
  background-color: rgba(0,0,0,0.0);
  line-height: 1.5em;
}
.form-control{
  border:0;
  padding:10px;
  font-size:1.1em;
  color:#283848;
  border:solid 1px #283848;
  margin:0 0 10px;
  width:94%;
  outline: none;
}

.btn-defaultc{
  text-align: center;
}

.form-text{
  margin-left:5px;
  margin-top:15px;
  text-align: left;
}

.form-text span{
  color:#a32242;
}

.btn-default{
  background-color: #283848;
  border:solid 1px #283848;
  width: 98%;
  line-height: 36px;
  margin:0 0 10px;
  font-size:1em;
  text-transform:uppercase;
  color:#fff;
  cursor:pointer;
  outline: none;
}
/*mail*/



/*ソーシャルずれ防止*/
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.center{
  text-align: center;
}
