@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color:#595757;
    padding:0;
    margin:0;
    line-height:1.5em;
    background:url(../image/common/bg_common.jpg) center;
    -webkit-text-size-adjust: 100%;
    
}
img{
    border:0;
}
img,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd {
    padding:0;
    margin:0;
    font-weight:normal;
}
ul,li{
    list-style:none;
}
.f_left{
    float:left;
}
.f_right{
    float:right;
}
.t-right {
    text-align:right;
    font-weight:bold;
}
.al_right{
    text-align:right;
}
a { color:#333; text-decoration:none;}
a:link{color: #333;}
a:visited{color: #333;}
a:hover{color:#999;}
a:active{}
a,
a:hover img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a:hover {
    opacity: 0.9;
    filter: alpha(opacity=70);
    color:#998675;
}
a:hover img{
    opacity: 0.9;
    filter: alpha(opacity=70);
}
.container {
    max-width: 1180px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}

.img-responsive {
    width: 100%;
    height: auto;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
h1{
    /*margin:60px auto 15px;*/
    margin:30px auto 0px;
    text-align:center;
    font-family: 'Cinzel', serif;
    font-size:18px;
    clear:both;
    color:#000000;
    letter-spacing:0.2em;
}
body{
    background:#FFF;
}
hr{
    margin-top:60px;
}
/*----------------
共通パーツ
------------------*/

/*ボタン*/

.btn{
    z-index:11;
    padding:8px 0;
    z-index: 2;
    display:block;
    color:#000000 !important;
    border:#000000 1px solid;
    text-align:center;
    font-family: 'Cinzel', serif;
    margin:0 auto;
}

a.btn:hover{
    background:#FFF;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.innerWrap{
    width:960px;
    margin:0 auto;
}
.clear{
    clear:both;
}
.ta_center{
    text-align:center;
}

.page-title{
  text-align: center;
  margin: 40px 0 80px;
  font-size: 28px;
  line-height: 1.6em;
  letter-spacing: 0.15em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.page-title .en{
    font-family: "Cinzel",serif;
}
.page-title .jp{
    display: block;
    font-size: 14px;
    letter-spacing: 0.05em;
        line-height: 1.6em;
}


@media (max-width:767px) {

.hidden-xs {
    display: none;
}

.page-title{
    text-align: center;
    margin:60px 0;
}
.page-title .en{
    font-size: 22px;
    line-height: 1em;
}
.page-title .jp{
    font-size: 12px;
}


}

@media (min-width:768px) {

.visible-xs {
    display: none;
}

}