@charset "UTF-8";
html { 
	font-size: 62.5%; /* 10px */
} 

html,body {
	height: 100%;
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: block;
}

.fade {
	transition: all 0.5s ease-in-out 0s;
}
.fade:hover {
	opacity: 0.0;
}

#main-visual {
    background-color: #f6f6f6;
    height: 100vh;
}

.inner {
    margin: 0 auto;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .logo {
    font-size: 36px;
}

.logo a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

h1 .prefix {
    font-size: 1.4rem;
    padding-top: 3px;
    padding-right: 5px;
}

#global-nav ul {
    list-style: none;
   /*position: absolute;*/
  /* right: 0;*/
    /*bottom: 0;*/
    font-size: 16px;/*変更*/
}

#global-nav ul li a {
    /*padding: 0 10px;*/
    display: block;
}

 .pc_rsv a {
    box-sizing: border-box;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    background-color: #ff6801;
    padding: 6px;
}
 
  /* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    /*padding-top: 10px;*/
    background: #fff;
    background-color: #74673E;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    border-bottom: 1px solid #000;
    box-shadow: 0px 1px #fff;
}
#top-head.fixed .logo {
    font-size: 20px;
    color: #fff;
    /*text-shadow: none;*/
}

#top-head.fixed #global-nav ul li a {
    color: #fff;
    /*padding: 0 20px;*/
    
}
 
/* Toggle Button */
.sp_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

#nav-toggle {
    width: 33px;
    height: 30px;
    cursor: pointer;
    z-index: 101;
}

.menu-trigger {
    position: relative;
}

#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    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;
}

/*クリックアニメーション*/

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-315deg);
	transform: translateY(11px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

.sp_menu_tex {
    font-family: sans-serif;
    font-size: 10px;
}

/*ヘッダー*/
#top-head .logo {
    font-size: 26px;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px #000;
}

/*カレンダーアイコン*/
.rsv {
    color: #fff;
    text-align: center;
    background-color: #ff6801;
    padding: 6px 3px;
    border-radius: 3px;
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 11px;
    box-sizing: border-box;
}

.rsv i {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
}

/*パンくずリスト*/
.PanIn {
    margin: auto;
    padding: 8px 0;
    width: 100%;
}

.PanIn980 {
	padding: 8px 0 8px 0;	
}

.PanIn1200 {
    padding: 8px 0 8px 0;	
}

.Pan {
    background-color: #eee;
}

.bread {
	  background: #eee;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #f5f5f5 #e5e5e5 #ccc;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	  box-shadow: 0 0 2px rgba(0,0,0,.2);
	  /* Clear floats */
	  overflow: hidden;
	  width: 100%;
	  box-sizing: border-box;
}
	
.bread li {
	  float: left;
	  font-family: sans-serif;
	  font-size: 14px;
}
	
.bread a {
	  padding: .4em 1em .4em 2em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  position: relative;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	  background-color: #ddd;
	  background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
	  background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}
	
.bread li:first-child a {
	  padding-left: 1em;
	  -moz-border-radius: 5px 0 0 5px;
	  -webkit-border-radius: 5px 0 0 5px;
	  border-radius: 5px 0 0 5px;
}
	
.bread a:hover {
	  background: #fff;
}
	
.bread a::after,
.bread a::before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  margin-top: -1.5em;   
	  border-top: 1.5em solid transparent;
	  border-bottom: 1.5em solid transparent;
	  border-left: 1em solid;
	  right: -1em;
}
	
.bread a::after { 
	  z-index: 2;
	  border-left-color: #ddd;  
	}
	
.bread a::before {
	  border-left-color: #ccc;  
	  right: -1.1em;
	  z-index: 1; 
}
	
.bread a:hover::after {
	  border-left-color: #fff;
}
	
.bread .current,
.bread .current:hover {
	  font-weight: bold;
	  background: none;
}
	
.bread .current::after,
.bread .current::before {
	  content: normal;  
}

/*下部固定ナビ*/
.fixde_btm_navi {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
    
.fixde_btm_navi ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

.fixde_btm_navi li a {
    font-size: 3.4375vw;
    font-family: sans-serif;
    font-weight: bold;
}

.fixde_btm_navi li a {
    display: block;
}


.fixde_btm_navi li:first-child {
    flex: 0 0 40%;
}

.fixde_btm_navi li:not(:first-child) {
    flex: 0 0 30%;
}

.btm_fair a {
    background-color: #74673E;
    padding: 3.5% 0;
    color: #fff;
}


.btm_tel a,.btm_rsv a {
    padding: 3% 0;
    color: #555;
}

.btm_rsv {
    border-left: solid 1px #ccc;
}


.fixde_btm_navi .icon {
    padding-right: 3%;
}

.btm_tel .icon {
   font-size: 4.0625vw; 
}


/*共通タイトル*/
.main_logo {
    text-align: center;
    line-height: 1.5em;
    font-size: 5.9375vw;
    color: #74673E;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.lead_tex {
    text-align:center;
    line-height: 1.5em;
    font-family: sans-serif;
    font-weight: bold;
    color:#663300;
    padding-top: 4%;
    font-size: 3.75vw;
}

.main_tex {
    font-family: sans-serif;
    line-height: 1.6em;
    font-size: 1.3rem;
    padding-top: 4.8%;
    color: #333;
}

.private {
    text-align:center;
    line-height: 1.5em;
    font-family: sans-serif;
    font-weight: bold;
    color:#663300;
    font-size: 3.75vw;    
}

/*会場部*/
.number {
    text-align:center;
    font-family: sans-serif;
    font-weight: bold;
    color:#663300;
    font-size: 3.75vw;
}

.main_dning {
    padding-top: 1.5%;
}


/*フェアアバナー*/
.banner_text {
    padding: 6% 4%;
    margin: 0 5%;
    background-color: #fff;
}

.banner_text p {
    font-family: sans-serif;
    color: #333;
    line-height: 1.5em;
    font-size: 1.3rem;
}

/*プロデュース会場*/
.pd_bunner a {
    display: block;
}

.pd_box a {
    color: #000;
}

/*プロデュースバナー*/
.pd_bg {
	height: 70px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 33%;
}

/*ポータルサイト部*/

.la_pd {
    margin: 0 5%;
}

#PortalList ul {
    padding-bottom: 8%;
}

#PortalList ul li:not(:last-child) {
    padding-bottom: 5%;
}

.footer_container dl dd a {
    font-weight: bold;
}

/*フッター*/
.contact {
    text-align: center;
    padding-top: 5%;   
}

.footer_container dl {
   font-family: sans-serif;   
}

.footer_container dl dt {
   font-weight: bold; 
}

.contact a {
    color: #333;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
}

.contact  dl {
    padding-top: 4%;
    font-size: 1.4rem;
    font-weight: bold;
    color:#333;
    font-family: sans-serif;
}

.contact  dl dt {
    margin-bottom: 0.5em;
}

/*予約ボタン*/
.rsv_box {
     display: -webkit-flex;
     display: flex;
     justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
}

.rsv_box a {
    display: -webkit-flex;
    display: flex;
    color: #fff;
    font-family: sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    padding-top: 3%;
    padding-bottom: 3%;
    width: 48%;
   -webkit-justify-content: center;
   justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.visit {
    background-color: #e74e1b;
}

.doc {
    background-color: #535353;
}

.btn_rsv span {
    padding-left: 10%;
}

/*アドレス*/
.address {
    padding: 6% 0;
    line-height: 1.5em;
}

.address p {
    line-height: 1.5em;    
}

.address p {
    font-family: sans-serif;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
}

/*コピーライト*/
.copy_right {
    background-color: #000;
    text-align: center;
}

.copy_right h6 {
    color:#fff;
    font-size: 3.59375vw;
    padding: 3% 0;
}

/*バナーフラッシュ*/

.flash {
    transition: all 0.5s ease-in-out 0s;;
    display: block;
}

.flash :hover {
	opacity: 0.6;
	animation: flash 1s;
  -webkit-animation: flash 1s;
}


@keyframes flash {
  0% { opacity: 1; }
  10% {opacity: 0.6;}
  100% { opacity: 1 }
}

@-webkit-keyframes flash {
  0% { opacity: 1; }
  10% {opacity: 0.6;}
  100% { opacity: 1 }
}

/*========================767以下========================*/
@media screen and (max-width: 767px) {
    #top-head {
    padding: 30px 0 0;
}

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
        background-color: #74673E;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
    height: 55px;
    z-index: 999;
    position: relative;
    border-bottom: 1px solid #000;
    box-shadow: 0px 2px #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 3%;
}
    #top-head.fixed .logo,
    #top-head .logo {
        color: #fff;
        font-size: 1.8rem;
        text-shadow: none;
    }
    #global-nav {
        position: absolute;
        background: rgba(255,255,255,0.9);
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        display: none;
        /*-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;
        /*border-bottom: solid 2px #ccc; */ 
        }
        
        #global-nav ul li:first-child {
          padding-top: 2%;
        }
        
    #global-nav ul li:nth-last-child(2) {
        border-bottom: none;
    }
    
    .pc_rsv {
        display :none;
    }
    
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #666;
        padding: 5.5% 0;
        font-family: sans-serif;
        font-size: 1.6rem;
    }
    #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);
    }

.burger_btn_wrap {
    padding-right: 16px;
}

.pc {
    display: none;
}

#global-nav ul {
    height: 100vh;
    padding-top: 8%;
}

/*パンくず*/
.bread li {
	  font-size: 11px;
}


.cont_wrap {
    margin:8%  5% 8%;
}

.cont_wrapEX {
    margin: 2% 5% 5% 5%;
}

/*フェア部*/
.fair_wrap {
    margin: 0 5%;
}

.fair_box {
    border: solid 2px #ccc;
}

.sp_bg {
    background-color: #f6f6f6;
    padding: 8%;
    margin-top: 10%;
}

/*プロデュース部*/
.produced_btn {
    text-align: center;
    background-color: #f2f2f2;
    padding: 3% 0;
    margin-top: 10%;
    border-bottom: solid 3px #ccc;
    border-right: solid 2px #ccc
}

.produced_btn p {
    font-family:sans-serif;
    font-weight: bold;
    font-size: 3.75vw;
    color: #666;
    line-height: 1.5em;
}

.produced_btn span {
    color: #bb4e53;
    padding-left: 6%;
}

/*プロデュース会場*/
.pd_cont {
    display: none;
}

.pd_box {
    background-color: #f6f6f6;
    padding-top: 10%;
}

.pd_bunner {
    margin-bottom: 8%;
}

/*プロデュースバナー*/
.pd_bunner {
	display: flex;	
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: solid 2px #000;
} 

	
.pd_text {
	display: flex;
	justify-content: space-between;
	width: 62%;
	padding-left: 2%;
}

.pd_text dl {
	display: flex;
	align-items: center;
	font-size: 3.4375vw;
	font-family: sans-serif;
	font-weight: bold;
}

.pd_text span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #ef0707;
}

/*ポータルサイト部*/

#PortalList ul li:last-child {
     /*padding-bottom: 8%;*/
}

/*フッター*/
.close  {
	display: none;
}

footer {
    padding-top: 8%;
}

.footer_container {
    margin: 0 10%;
}

.fLogo {
    width: 64%;
    margin: 0 auto;
}

.footer_container dl dt {
   background-color: #f2f2f2; 
   border-bottom: solid 2px #ccc;
   color: #666;
   line-height: 2.5em;
   font-size: 1.3rem;
   letter-spacing: 0.1em;
   margin-bottom: 5%;
   text-align:center;
   position: relative;
}

.footer_container dl dt span {
    position: absolute;
    top: 27%;
    right: 4%;
}

.footer_container dl dd {
    padding-bottom: 5%;
    text-align:center;
    font-size: 1.3rem;
}

.footer_container dl dd a {
    color: #777;
}

/*アドレス*/
.address {
    text-align: center;
}

/*コピーライト*/
.copy_right {
    padding-bottom: 5%;
}

}


/*========================768px以上========================*/
@media (min-width:768px) {
.cont_wrap {
    margin: 36px 0 45px;
}    

.cont_wrapEX {
    margin: 36px 0 45px;
} 
    
.sp {
    display: none;
}    

#top-head {
    height: 55px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

#top-head .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-jalign-items: center;
    align-items: center;
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
}

 #top-head .logo  {  
    /*padding-top: 14px;*/
}  

h1 span {
    font-size: 15px;
    display: block;
    padding-top: 5px;
}

/*ナビ*/
#global-nav ul  {
    font-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;

}  

#top-head.fixed #global-nav ul li {
     text-shadow: 0px 0px 5px #000;
}

#global-nav ul li:not(:last-child) {
    padding-right: 24px;
}


/*バーガーボタン*/
.sp_btn {
    display: none;
}

.skippr {
    min-width: 980px;
}

.slide {
	width: 100%;
	height: 100vh;
}

/*カレンダーアイコン*/
.rsv {
    display: none;
}

.text {
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
}

/*パンくず*/
.PanIn980 {
	width: 980px;
	margin: auto;
	padding: 8px 0 8px 0;	
}

.PanIn1200 {
    margin: auto;
    padding: 8px 0;
    width: 1200px;
}

/*ナビ*/

/*背景模様*/
.DecoBgUp {
    background: rgba(0, 0, 0, 0) url("../../common/img/cmn/deco_bg_up.jpg") no-repeat scroll center top / 100% auto;
    border-top: solid 3px #f6f6f6;
}

.DecoBgDown {
      background: rgba(0, 0, 0, 0) url("../../common/img/cmn/deco_bg_down.jpg") no-repeat scroll center bottom / 100% auto;
}

/*下部固定ナビ*/
.fixde_btm_navi li a {
    font-size: 14px;
}

.btm_tel .icon {
    font-size: 13px;
}

.fixde_btm_navi .icon {
    padding-right: 8px;
}

.fixde_btm_navi {
    width: 606px;
}

/*共通タイトル*/
.main_logo {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 37px;
}

.lead_tex {
    font-size: 18px;
    padding-top: 30px;
}

.private {
    font-size: 18px;
}

.number {
    font-size: 14px;
}

.main_tex  {
    font-size: 16px;
    text-align: center;
    padding-top: 17px;
    line-height: 1.8em;
}

/*会場部*/


/*フェアバナー*/
#fair {
    width: 100%;
    margin: 0;    
}

.banner_box {
    width: 884px;
    margin: 0 auto;
}

.fair_box {
    width: 884px;
    margin: 0 auto;
}

.banner_col2 {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
	-webkit-justify-content: space-between;
	background-image: url(../../common/img/cmn/marble_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px;
	box-sizing: border-box;
}

.banner_b img {
    display: block; 
	position: relative;
	z-index:-1;
} 

.banner_a img {
    display: block; 
	position: relative;
	z-index:-1;
} 

.image_box {
	 position: relative;
      z-index: 1;
}

.banner_a {
    width: 603px;
	/*height: 395px;*/
}

.banner_b {
    width: 251px;
	/*height: 395px;*/
}

.luster {
    box-shadow:0px 0px 6px 3px #000000 inset;
	-moz-box-shadow:0px 0px 6px 3px 000 inset;
	-webkit-box-shadow:0px 0px 6px 3px 000 inset;
}

.fair_wrap {
    background-image: url(../img/bg/fair.jpg); 
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
}

/*プロデュースバナー*/
.produced_btn h3 {
    width: 294px;
}

.produced_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 980px;
    margin: 0 auto;
    padding: 18px 0 20px;
}

.produced_btn p {
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 38px;
    color: #663300;
}

.pd_box {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 11px;
}

.produce_bg  {
    background: #d7d7d7; /* Old browsers */
    background: -moz-linear-gradient(top, #d7d7d7 0%, #fcfcfc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d7d7d7 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d7d7d7 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-bottom: solid 1px #ccc; 
}

.pd_inner {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: 4px;
}

.pd_bunner {
	width: 238px;
	border-bottom: solid 2px #362410;
	margin:0 0 4px 4px;
}
	
.pd_bg {
	width: 238px;
	height: 107px;
}
	
.pd_text {
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	background-image: url(../../common/img/bg/w_bg_logo.png);
	background-repeat: no-repeat;
	/*height: 46px;*/
	border: solid 1px #fff;
}

.pd_text dl {
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	font-family: sans-serif;
	font-weight: bold;
}
	
.pd_text dl dd {
		line-height: 1.5em;
} 	
	
.pd_text span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #ff0000 transparent;
	position: absolute; 
	top: 3px;
	right: 6px;
}

.my_page {
    padding: 20px 0 0 20px;
}

/*ポータルサイト部*/
.check_now {
    text-align: center;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 15px;
    padding-top: 10px;
}

#PortalList {
    width: 980px;
    margin: 0 auto;
    padding-top: 35px;
}

#PortalList ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 54px;
}

#PortalList ul li {
    flex: 0 486px;
    -webkit-flex: 0 486px;
}

#PortalList ul li:not(:last-child) {
    padding-bottom: 4px;
}

/*フッター*/
footer {
    border-top: solid 2px #333;
}

.footer_inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
     background-image: url(../../common/img/cmn/fbg.jpg);
     background-repeat: no-repeat;
     background-position: right;
     padding-top: 31px;
     padding-bottom: 23px;
}

.fLogo {
    /*width: 250px;*/
}

.contact_box {
    width: 250px;
}

.contact a {
    font-size: 30px;
}

.contact  dl {
    font-size: 12px;
}

.contact  dl dt {
    margin-bottom: 0.3em;
}

.rsv_box a {
    font-size: 13px;
}

.address {
    padding: 8px 0 12px 12px;
}

.address p {
    font-size: 13px;
}

.footer_container {
    padding-left: 36px;
}

.fotter_right {
    display: flex;
    display: -webkit-flex;
}

.footer2,.footer3 {
    padding-left: 28px;
}

.footer_container dl {
    font-size: 13px;
}

.footer_container dl dt {
    padding-top: 12px;
} 

.footer_container dl dd {
    padding-top: 11px;
    padding-left: 15px;
}

.footer_container dl dd a {
    color: #333;
}

/*コピーライト*/
.copy_right h6 {
    font-size: 13px;
    padding: 11px 56px 11px 0;
    text-align: right;
}
}





