@charset "UTF-8";
/*--------------------- reset ---------------------*/
* {
  box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
  color: #222;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","メイリオ","Meiryo","游ゴシック","Yu Gothic","游ゴシック体","sans-serif";
	font-size: 16px;
	line-height: 1.5;
}
a { 
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul,ol {
  list-style-type: none;
}
/*--------------------- reset_end ---------------------*/

/*--------------------- #header---------------------*/
#header{
  background-color: #fff;
  border-bottom: 4px solid #dfbf6c;
  padding: 30px 30px 20px;
}
.headInr{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.headLogo img{
  vertical-align: middle;
  text-align: left;
  width: 250px;
}
.gnav{
  position: absolute;
  top: 15px;
  right: 0;
}
.gnav li{
  font-weight: bold;
  float: left;
  margin-left: 40px;
  position: relative;
}
.gnav li.blank a::after{
  content: "\f08e";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  right: -20px;
  bottom: 0;
  left: auto;
}
.gnav a:hover, .headLogo a:hover{
  opacity: 0.5;
}

.hambur {
  display: none;
}

/*--------------------- #mv ---------------------*/
#mv{
  line-height: 0;
}
#mv img{
  width: 100%;
}

/*--------------------- .section ---------------------*/
.section01{
  background-color: #fff;
}
.section02{
  background-color: #f3f3f3;
}

.inr{
  margin: 0 auto;
  padding: 70px 20px;
  max-width: 1000px;
  overflow: hidden;
}

/*--------------------- .head ---------------------*/
.head01 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.head02{
  color: #00c9c9;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 45px;
  text-align: center;
}
.head02 span {
  display: block;
  text-align: center;
}
.head02 .icon::before{
  background: url(../img/img_hikouki_icon.png) 50% 50%/ contain no-repeat;
  content: "";
  margin-right: 10px;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  display: inline-block;
}

/*--------------------- .bnrArea ---------------------*/
.bnrArea{
  overflow: hidden;
}
.bnrArea li{
  float: left;
}
.bnrArea li.last{
  float: right;
}
.bnrArea li a{
}
.bnrArea li a:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

ul.bnrArea.clm2 {
  margin: 0 -10px;
}
.bnrArea.clm2 li {
  line-height: 0;
  padding: 10px;
  width: 50%;
}
.bnrArea.clm2 li img {
  line-height: 0;
  width: 100%;
}

/*--------------------- .sns ---------------------*/
.fbHead{
  color: #3b5999;
  font-size: 30px;
  font-weight: normal;
}
.fbHead::before{
  background: url(../img/img_facebook_icon.png) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  margin: 0 18px 18px 0;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}
.twHead{
  color: #1da1f3;
  font-size: 30px;
  font-weight: normal;
}
.twHead::before{
  background: url(../img/img_twitter_icon.png) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  margin: 0 18px 18px 0;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}
.fbHead, .twHead{
  position: relative;
}
.fbHead span, .twHead span{
  position: absolute;
  top: -5px;
}

.snsContents{
  margin-bottom: 50px;
  overflow: hidden;
}
.fbBox{
  float: left;
}
.twBox{
  float: right;
}
.inBox{
  background-color: #fff;
  line-height: 0;
}
.inBox img{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.inBox img:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

iframe#twitter-widget-0{
  height: 600px!important;
  width: 480px!important;
}

/*--------------------- .footer ---------------------*/
#footer{
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}
#footer img{
  width: 200px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer img:hover{
  opacity: 0.5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ftrTxt{
  font-size: 14px;
  margin-top: 30px;
}






