@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Shippori Mincho', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
brown1
color:#cab27c;
miffy blue
color:#004a8e;
*/



html, body{margin: 0; padding: 0;}

html {font-size:10px; }

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: #fff;
  transition: opacity 2s linear ;
  opacity: 0;
  background: #004a8e;
}

body.loaded {
  opacity: 1;
  background: url(../img/bg.jpg) center center / cover no-repeat fixed #004a8e;
}


@keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
@-webkit-keyframes fadeIn {0% {opacity: 0}100% {opacity: 1}}
/*------------------------
fade
-------------------------*/

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


@media screen and (min-width: 768px) { .sp { display: none !important; } }
@media screen and (max-width: 767px) { .pc { display: none !important; } }
/*------------------------
link
-------------------------*/
a{text-decoration: none; color:#cab27c; -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all  0.2s ease;}
a:hover{color:#F1CA13;}
/*------------------------
font
-------------------------*/

.t300{font-weight: 300;}
.t500{font-weight: 500;}
.t700{font-weight: 700;}

.t-ll{font-size: 4rem; font-weight:bold;}
.t-l{font-size: 3rem; font-weight:bold;}
.t-ml{font-size: 1.8rem}
.t-m{font-size: 1.6rem}
.t-sm{font-size: 1.45rem}
.t-s{font-size:1.2rem}
/*------------------------
margin
-------------------------*/
.mb1{margin-bottom: 1rem}
.mb2{margin-bottom: 2rem}
.mb3{margin-bottom: 3rem}
.mb4{margin-bottom: 4rem}
.mb5{margin-bottom: 5rem}
.mb6{margin-bottom: 6rem}
.mb10{margin-bottom: 10rem}
.mt2{margin-top: 2rem}
.mt5{margin-top: 5rem}
.mt10{margin-top: 10rem}
.center{text-align: center;}
.right{text-align: right;}
.clearfix::after {content: ""; display: block; clear: both;}

.txt_shadow {text-shadow: 0px 1px 3px rgba(0,29,104,1.00);}
.txt_bright {text-shadow: 0px 0px 6px rgba(225,225,225,1.00);}


/*------------------------
header
-------------------------*/
.g_header_logo{position: absolute; top: 2rem; left: 2rem; z-index: 5;}
.g_header_logo img {height: 6rem;}
/*------------------------
contents
-------------------------*/
.contents {max-width: 1200px; margin: 0 auto; position: relative; padding: 0 3rem;}
.contents img{width: 100%;}
.contents_miffy {background-color: #004e98; max-width: 1200px; margin: 0 auto; position: relative; padding: 0 3rem;}
.contents_miffy img{width: 100%;}
/*------------------------
kv
-------------------------*/
#kv{max-width: 1200px; margin: 80px auto 0;}
#kv h1 img {width: 100%;  margin: 0 auto;}

#header {background: url(../img/top_pc.jpg) center / cover no-repeat; text-align: center; height:calc(100vh - 80px);}
#header h1{margin: 0; height:calc(100vh - 80px); margin-top: 80px; z-index:10; display: flex; justify-content: center; align-items: center; overflow: hidden;}
#header h1 img{height: 100%;}

/*------------------------
gnavi
-------------------------*/
#gnavi {text-align: center;animation: fadeIn 3s ease 0s 1 normal;-webkit-animation: fadeIn 3s ease 0s 1 normal;}
#gnavi ul,li{list-style: none;}
#gnavi ul{margin: 0rem auto; padding: 0; text-align: center; display: flex; justify-content: flex-start;}
#gnavi li{font-family: "Shippori Mincho", serif;}
#gnavi li a{display: block; color: #fff; padding: 0.3rem 1rem; margin: 0.2rem 0.2rem; line-height: 1;  background-color:#c9a063; text-decoration: none; text-shadow: 0px 1px 3px rgba(0,0,0,0.6);font-size:1.8rem; font-weight:700; border-radius: 0 0 7px 7px; border-bottom:2px solid #fff;}
#gnavi li a:hover {color: #ffcc00; text-decoration: none; background-color:#80787D; border-bottom:0px;}

/*------------------------
video
-------------------------*/
.v1{width: 100%;}

/*------------------------
pc navi (fix)
-------------------------*/
#fixNav{
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background: #004a8e;
  border-bottom: 1px solid #997e48;
  z-index: 999;
  box-sizing: border-box;
  padding: 0 40px;
  transform: translateY(-85px);
  transition: transform .9s cubic-bezier(.075,.82,.165,1);
}

#fixNav.hFix{
  transform: translateY(0px);
}

#fixNav ul{
  width: 100%;
  height: 80px;

  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#fixNav li{
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 0.9;
}

#fixNav .gfo-logo{
  width: 207px;
}
#fixNav a{
  color: #fafafa;
  font-size: 16px;
}
#fixNav a:hover{
  color: #cab27c;
}
li:nth-of-type(2) {
    margin-left: auto;
}　

@media screen and (max-width: 1101px) {
  #fixNav li{
    padding: 0 8px;
  }
  #fixNav a{
    font-size: 12px;
  }
}
@media screen and (max-width: 1051px) {
  #fixNav li{
    text-align: center;
  }

  #fixNav a{
    font-size: 11px;
  }
}

/*------------------------
sp navi + logo
-------------------------*/
#sp-logo-bg{
  position: fixed;
  width: 100%;
  height: 60px;
  background: #004a8e;
  left: 0;
  top: 0;
  z-index: 998;
}
.logo-sp{
  width: 150px;
  margin: 10px 0 0 18px;
}

#navBtn {
  width: 45px;
  height: 45px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px 10px 0 10px;
  font-size: 9px;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 10px;

  background:  #004a8e;
  z-index: 999;
  border-radius: 5px;
}

#navBtn li.bar {
  width: 25px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  transition: transform .2s ease , opacity .1s .05s;
}

#navBtn li.bar:nth-child(1) {
  margin-bottom: 6px;
}
#navBtn li.bar:nth-child(2) {
  margin-bottom: 6px;
}

/*ac*/
#navBtn.ac li.bar:nth-child(1) {
  transform: translateY(7px) rotate(35deg);
}
#navBtn.ac li.bar:nth-child(2) {
  transform: translateX(10px);
  opacity: 0;
}
#navBtn.ac li.bar:nth-child(3) {
  transform: translateY(-7px) rotate(-35deg);
}

#drawer{
  opacity: 0;
  width: 100vw;
  height: 101vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);;
  z-index: 997;
  pointer-events: none;
  box-sizing: border-box;
  padding-top: 40px;

}
#drawer.ac{
  opacity: 1;
  pointer-events: auto;
}

#drawer li{
  margin: 25px auto;
  text-align: center;
  font-size:17px;
  opacity: 0;
  transition-delay: 0s;
}

#drawer.ac li{
  opacity: 1;
  transition: opacity 0.6s linear;
}
#drawer.ac li.no1{ transition-delay: 0.1s; }
#drawer.ac li.no2{ transition-delay: 0.15s; }
#drawer.ac li.no3{ transition-delay: 0.2s; }
#drawer.ac li.no4{ transition-delay: 0.25s; }
#drawer.ac li.no5{ transition-delay: 0.3s; }
#drawer.ac li.no6{ transition-delay: 0.35s; }
#drawer.ac li.no7{ transition-delay: 0.4s; }
#drawer.ac li.no8{ transition-delay: 0.45s; }



.xfade.sp{
  position: relative;
  width: 100%;
  height: calc(90vw * 0.67);
  overflow: hidden;
}
.xfade.sp .item{
  position: absolute;
  top: 0;
  left: 0;
}

/*------------------------
swiper
-------------------------*/
.swiper-container{
  max-width: 1200px;
}
.swiper-wrapper{
  position: relative;
  display: flex;
}

.swiper-pagination-bullet{
  background-color: #FFF !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 15px;
}

.swiper-button-prev{
  color: #FFF !important;
}
.swiper-button-next{
  color: #FFF !important;
}
/*------------------------
video
-------------------------*/
#video1{
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #video1{
    margin-top: 60px;
  }
}
.youtube_top {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: inline-block;
}

#youtube_player{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
/*------------------------
read
-------------------------*/
#read{padding: 5rem 0rem; text-align: center;}
#read p{line-height: 2.4; font-size:2.4rem; font-weight: 400;}

/*------------------------
btn
-------------------------*/
.btn {display: inline-block; line-height: 1.2; }
.btn a{display: block; padding: 1rem 4rem; background-color:#cab27c; color:#333; border-radius: 5rem; }
.btn a:hover{color: #004a8e; text-decoration: none; background-color:#F1CA13;}

.btn_miffy {display: inline-block; line-height: 1.2;font-family:'Noto Sans JP', sans-serif; margin: 2rem 0;}
.btn_miffy a{display: block; padding: 1rem 4rem; background-color:#fccd01; color:#333; border-radius: 5rem; }
.btn_miffy a:hover{opacity: 0.7;}
/*------------------------
map
-------------------------*/
.map_btn {display: inline-block; margin: 0 0 0 1rem; font-family:'Noto Sans JP', sans-serif; font-size:1.3rem;}
.map_btn a{display: block; padding: 0rem 2rem; background-color:#968157; color:#fff; border-radius: 1rem; }
.map_btn a:hover{color: #ffcc00; text-decoration: none; background-color:#1a3652;}
/*------------------------
sns
-------------------------*/
.icon_fb{margin: 0 1rem;}
.icon_fb img{width: 4rem;}
.icon_tw{margin: 0 1rem;}
.icon_tw img{width: 4rem;}
.icons a {opacity: 1;}
.icons a:hover {opacity: 0.6;}

/*------------------------
blocks
-------------------------*/
#about{width: 100%; padding: 5rem 0rem;}
#tree{width: 100%; background-color: rgba(255, 255, 255, 0.9);  padding: 10rem 0rem; border-top:1px solid #c9a063; color:#222;}
#map{width: 100%; background-color: rgba(0, 0, 0, 0.7); padding: 10rem 0rem; border-top:1px solid #c9a063; border-bottom:1px solid #c9a063; }
#illumi{width: 100%;  padding: 10rem 0rem; }
#event{width: 100%; background-color: rgba(0, 0, 0, 0.7); padding: 10rem 0rem; border-top:1px solid #c9a063; border-bottom:1px solid #c9a063; }
#campaign{width: 100%; background-color: rgba(255, 255, 255, 0.9);  padding: 10rem 0rem; border-top:1px solid #c9a063; color:#222;}
#more{width: 100%; background-color: rgba(0, 0, 0, 0.7); padding: 10rem 0rem;}
#shop{width: 100%; background-color: rgba(255, 255, 255, 0.9);  padding: 10rem 0rem; border-top:1px solid #c9a063; color:#222;}
#more2{width: 100%; padding: 10rem 0rem;}

.block{padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: center; }
.blocksns{margin: auto 30px;}

.block2{border-top: 1px solid #c9a063; padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }
.block2_2{border-top: 1px solid #c9a063; padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }
.block_miffy{border-top: 1px solid #fccd01; padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }
.block2_2 > .block_txt{margin-bottom: 50px;}


.block_gazo{width: 49%; line-height:1;}
.block_gazo img{width: 100%;}
.block_txt{width: 49%;}
.goods{width: 100%;  display:flex; justify-content: space-between; margin-bottom: 1rem;}
.goods_in_goods{width: 39%;}
.goods_in_text{width: 59%; line-height: 1.4;}
.goods_number{background-color:#968157; color:#fff; font-size: 1.8rem; padding: 0; margin:0 0 1rem 0; text-align: center;}


.block_gazo2{width: 30%; line-height:1;}
.block_gazo2 img{width: 100%;}
.block_txt2{width: 68%;}
/*------------------------
titles
-------------------------*/
.coner_title{
  font-family:"Shippori Mincho", serif; font-size:5rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; display: block;}
.coner_title2{
  font-family:"Shippori Mincho", serif; font-size:5rem; text-align: center; font-weight: 400;margin-bottom: 5rem;  line-height: 1.2; color:#cab27c; display: block;}
.coner_title3{
  font-family:"Shippori Mincho", serif; font-size:4rem; text-align: center; font-weight: 400;margin-bottom: 2rem;  line-height: 1.2; display: block;}

.title_l{color:#cab27c;font-size:3.5rem; font-weight:700; font-family:"Shippori Mincho", serif; line-height: 1.2;margin: 1rem 0 0.2rem; }
.title_m{color:#cab27c;font-size:2.4rem; font-weight:700; font-family:"Shippori Mincho", serif; line-height: 1.2;margin: 0rem 0 0.2rem; }
.title_l_mif {color:#fccd01; font-size:3.5rem; font-weight:700; font-family:"M PLUS Rounded 1c", sans-serif; line-height: 1.2; margin: 1rem 0 0.2rem;  letter-spacing:0.1rem;}
/*------------------------
photo
-------------------------*/
.strong{display:inline-block; background-color:#c9a063; line-height: 1; padding: 0.2rem 0.5rem;margin: 0 0.5rem; color:#222; font-weight:bold;}
.qr {width: 100px;}
/*
#inline-wrap{max-width: 800px; margin: 4rem auto; padding: 4rem 4rem 2rem; background: #fefefe; box-shadow:0px 0px 3px rgba(0,0,0,0.5); color: #222; border-radius: 10px; }
#inline-wrap h1{border-bottom:1px solid #c9a063; font-size: 1.8rem;margin-bottom: 2rem;}
#inline-wrap h2{ font-size: 1.6rem; margin-bottom: 1rem;}
#inline-wrap h3{ font-size: 1.4rem; margin-bottom: 0.5rem; color:#cab27c;}
#inline-wrap p{ font-size: 1.2rem; margin-bottom: 2rem;}*/

.modaal-container{max-width: 800px; margin: 0rem auto; padding: 0rem; background: #fefefe; box-shadow:0px 0px 3px rgba(0,0,0,0.5); color: #222; border-radius: 10px; }
.modaal-container h1{border-bottom:1px solid #c9a063; font-size: 1.8rem;margin-bottom: 2rem;}
.modaal-container h2{ font-size: 1.6rem; margin-bottom: 1rem;}
.modaal-container h3{ font-size: 1.4rem; margin-bottom: 0.5rem; color:#cab27c;}
.modaal-container p{ font-size: 1.2rem; margin-bottom: 2rem;}

/*------------------------
travel
-------------------------*/
.logo {width: 120px; float: right; margin-left: 2rem;}
.logo img {width: 100%;}

/*------------------------
place
-------------------------*/
.at_l{font-family: 'Noto Sans JP', sans-serif; background-color:#968157; color:#fff; font-size: 1.3rem; padding: 0 1rem; margin: 0 1rem 0 0; }
.at_s{font-family: 'Noto Sans JP', sans-serif; background-color:#968157; color:#fff; font-size: 1.1rem; padding: 0 1rem; margin: 0 1rem 0 0; }
.at_l2{font-family: 'Noto Sans JP', sans-serif; background-color:#968157; color:#fff; font-size: 1.3rem; padding: 0 1rem; margin: 0 1rem 0 0; }
.message {position: relative;}
.endinfo{ background-color:#968157; color:#fff; padding: 0 1rem; margin: 0 1rem 0 0; display: inline-block;}
/*------------------------
profile
-------------------------*/
.prof{border:1px solid #c9a063; margin:0 0 5rem; padding: 4rem; display: flex; align-content:center; line-height: 1; width:calc(100%-8.2rem); background:rgba(255,255,255,0.90); color: #333;}
.prof_photo{width: 360px; margin-right: 2rem}
.prof_photo img {ine-height: 0;}
.prof_txt {margin: 0rem 2rem; line-height: 1.5}


/*movie*/
#video2{
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  #video2{
    max-width: 9999px;
  }
}

/*------------------------
miffy
-------------------------*/
.miffy {background-color: #004e98; }
/*------------------------
campaign
-------------------------*/
.block_cam{border-top: 1px solid #c9a063; padding: 2rem 0 0;}
.cam {display:flex; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #c9a063; padding:  2rem 0;}
.cam_left {width: 30%; margin-right: 2rem;}
.cam_left img {width: 100%;}
.cam_right{width: 70%; margin-top: 0;}
/*------------------------
bmw
-------------------------*/
.block_bm{padding: 0; margin-bottom: 0rem; display:flex; justify-content: space-between; }
.bmw_bg{width: 100%; background-color: rgba(184, 154, 115, 0.9); ; padding: 5rem 0 10rem; color:#222;}
.bmw_bg a{color:#fff;}
.bmw_logo{width: 300px;}
.bmw_logo img{width: 100%;}
.bmw_car{width: 300px;}
.bmw_car img{width: 100%;}
.bmw_line{border-top:dotted 1px #333; margin: 3rem 0;}
/*------------------------
つるん
-------------------------*/
.ice_logo{width: 250px; margin-top:1rem;}
.ice_logo img{width: 100%;}
/*------------------------
more
-------------------------*/
.block_more{border-top: 1px solid #c9a063; padding: 2rem 0 5rem;}
.more {display:flex; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #c9a063; padding:  2rem 0;}
.more_left {width: 30%; margin-right: 2rem;}
.more_left img {width: 100%;}
.more_right{width: 70%; margin-top: 0;}
/*------------------------
kyousan
-------------------------*/
.kyosan{text-align: center;}
.kyosan img{width: 20%; margin-left: 2rem; line-height: 0.5;}
/*------------------------
footer
-------------------------*/
footer {background-color:#004a8e; padding:5rem 0 5rem; text-align: center;}
.footer_logo{text-align: center; margin-bottom: 1rem;}
.footer_logo img{width: 200px; }
address{font-style:normal;}


.accordion-content {
  display: none;
  padding: 10px;
  margin-bottom: 20px;
}
.accordion-header {
  cursor: pointer;
  display: inline-block; padding: 0.5rem 2rem; background-color:#cab27c; color:#333; border-radius: 5rem;
  font-size: 1.2rem;margin-bottom: 2rem;
}
.accordion-header:hover {color: #fff; text-decoration: none; background-color:#80787D;opacity: 0.5;}

/*------------------------
========================================================================================================================
-------------------------*/




@media screen and (max-width: 767px) {
  html {font-size:9px;}

  body.loaded {
    opacity: 1;
    background-color: #004a8e;
}

  body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../img/bg.jpg) center no-repeat;
  background-size:cover;
}

/*------------------------
header
-------------------------*/
.g_header_logo{position:absolute; top:15px; left:15px;}
.g_header_logo img {height: auto; width: 120px;}
/*------------------------
contents
-------------------------*/
.contents {width: 90%; margin: 0 auto; position: relative; padding: 0 0rem;}
.contents_miffy {background-color: #004e98; }

#header {background: url(../img/top_sp.jpg) center / cover no-repeat; text-align: center; height: calc(100vh - 60px); margin-top: 60px;}
#header h1{margin: 0; height:calc(100vh - 60px); margin-top: 60px; z-index:10; display: flex;justify-content: center;align-items: center; align-items: flex-end;}
#header h1 img{ height:100%; overflow: hidden;}
/*------------------------
miffy
-------------------------*/


/*------------------------
read
-------------------------*/
.t-ll{font-size: 2.6rem}
.t-l{font-size: 2.2rem}

#read p{line-height: 2.4; font-size:1.7rem;}

/*------------------------
sns
-------------------------*/
.icon_fb{margin: 0 1rem;width: 32px;}
.icon_tw{margin: 0 1rem;width: 32px;}
.icons a:hover {opacity: 1;}
/*------------------------
blocks
-------------------------*/
.block2{border-top: 1px solid #c9a063; padding: 5rem 0; margin-bottom: 0rem; display:flex; flex-direction: column;}
.block2_2{border-top: 1px solid #c9a063; padding: 5rem 0; margin-bottom: 0rem; display:flex; flex-direction: column-reverse;}
.block_miffy{border-top: 1px solid #fccd01; padding: 5rem 0; margin-bottom: 0rem; display:flex;  flex-direction: column;}

.block_gazo{width: 100%; line-height:1; margin-bottom: 1rem;}
.block_gazo img{width: 100%;}
.block_txt{width: 100%;}

.block_gazo2{width: 100%; line-height:1; margin-bottom: 1rem;}
.block_gazo2 img{width: 100%;}
.block_txt2{width: 100%;}

.block{padding: 5rem 0; margin-bottom: 0rem; display:flex; justify-content: center; }
.blocksns{margin: auto 15px;}

/*------------------------
titles
-------------------------*/
.coner_title{
  font-family:"Shippori Mincho", serif; font-size:3rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; display: block; border-bottom:none;}
.coner_title2{
  font-family:"Shippori Mincho", serif; font-size:3rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; color:#cab27c; display: block; border-bottom:none;}
.coner_title3{
  font-family:"Shippori Mincho", serif; font-size:3rem; text-align: center; font-weight: 400;margin-bottom: 5rem; line-height: 1.2; display: block; border-bottom:none;}

.title_l{color:#cab27c; font-size:3rem; font-weight:400; font-family:"Shippori Mincho", 'Noto Serif JP', serif; line-height: 1.2;margin: 1rem 0 0.2rem; }
.title_m{color:#cab27c; font-size:2.4rem; font-weight:400; font-family:"Shippori Mincho",'Noto Serif JP', serif; line-height: 1.2;margin: 0rem 0 0.2rem; }
.title_l_mif {color:#fccd01; font-size:3rem; font-weight:700; font-family:"M PLUS Rounded 1c", sans-serif; line-height: 1.2; margin: 1rem 0 0.2rem; letter-spacing:0.1rem;}



  /*------------------------
profile
-------------------------*/
.prof{border:1px solid #c9a063; margin:0 0 5rem; padding: 1rem; display: block; align-content:center; line-height: 1; width:calc(100%-2.2rem); background:rgba(255,255,255,0.90); color: #333;}
.prof_photo{width: 120px; margin: 0 0 0 1rem; float:right;}
.prof_photo img {ine-height: 0;}
.prof_txt {margin: 0rem; line-height: 1.5;}

/*------------------------
univ logo
-------------------------*/
.univ img{width: 30%; margin-right: 2%;}
/*------------------------
campaign
-------------------------*/
.block_cam{border-top: 1px solid #c9a063; padding: 2rem 0 0;}
.cam {display:block; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #c9a063; padding:  2rem 0;}
.cam_left {width: 100%; margin-right: 2rem;}
.cam_left img {width: 100%;}
.cam_right{width: 100%; margin-top: 0;}
/*------------------------
bmw
-------------------------*/
.block_bm{padding: 0; margin-bottom: 0rem; display:flex; flex-direction: column;}
.bmw_bg{width: 100%; background-color: rgba(184, 154, 115, 0.9); ; padding: 5rem 0 10rem; color:#222;}
.bmw_bg a{color:#fff;}
.bmw_logo{width: 100%;}
.bmw_logo img{width: 80%;}
.bmw_car{width: 40%; float: right;}
.bmw_car img{width: 100%;}
.bmw_line{border-top:dotted 1px #333; margin: 3rem 0;}
/*------------------------
more
-------------------------*/
.block_more{border-top: 1px solid #c9a063; padding: 2rem 0 5rem; }
.more {display:block; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #c9a063; padding:  2rem 0;}
.more_left {width: 100%; margin-right: 2rem;}
.more_left img {width: 100%;}
.more_right{width: 100%; margin-top: 0;}
/*------------------------
kyousan
-------------------------*/
footer {background-color:#004a8e; padding:5rem 0 7rem; text-align: center;}
address{font-style:normal;}
}
