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

body {
	color: #222222;
	background: #ffffff;
	font-family: "Roboto","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 15px;
}

p {
	padding-top:25px;
    line-height: 1.85;
}

ul,
li{
    line-height: 1.85;
}

dt{
    line-height: 1.85;
}

dd{
    line-height: 1.85;
}

h2{
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

h3{
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

h4{
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

a {
    color: #00913a;
}

a:hover {
	color:#00913a;

}

a:active {
  color: #00913a;
}

a.visited {
  color: #00913a;
}

.anchor_link > a {
    display: block; padding-top: 80px; margin-top: -80px;
}

.width1280{
	width:1280px;
}

.mt15{
	margin-top:15px;
}

.mb15{
	margin-bottom:15px;
}

.mt30{
	margin-top:30px;
}

.mb30{
	margin-bottom:30px;
}

.mt60{
	margin-top:60px;
}

.mb60{
	margin-bottom:60px;
}

.mt45{
	margin-top:45px;
}

.mt90{
	margin-top:90px;
}


.t-center{
	text-align:center;
}

.bold{
	font-weight:bold;
}

.link_out{
	vertical-align:middle;
	padding-left:10px;
}

.feature {
	background-image: url("../img/bg_feature_01.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	min-height: 600px;
}

.pc_only { display: block !important; }
.sp_only { display: none !important; }


/* -----------------------------------------------
 *              Nav
 * ----------------------------------------------- */
.primary_header{
    background-color: #f0ebdf;
    border-bottom: 1px solid #f9ceb2;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar{
	margin-bottom:0;
}

.navbar-nav {
	float:right;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:bottom;
	font-size:19px;
	letter-spacing:0.1em;
	font-weight:bold;
}

.online {
    margin-bottom: 8px;
    margin-top: 18px;
}

.navbar-default .navbar-nav > li > a {
    color: #ea5e00;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#f9ceb2;

}

.navbar-default .navbar-nav > li > a:visited {
	color:#ea5e00;

}

.navbar-default .navbar-nav > li > a:active {
	color:#ea5e00;

}

.navbar-default .navbar-nav > li > a:focus {
	color:#ea5e00;

}

a:hover img.opacity{
	opacity:0.5;
}


/* -----------------------------------------------
 *              About
 * ----------------------------------------------- */
.about{
	background-image: url("../img/bg_about_pc.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	text-align:center;
	max-height:318px;
}


/* -----------------------------------------------
 *              Event
 * ----------------------------------------------- */
.bg-event{
  background-color:#f0ebdf;
}

.emphasis{
	color:#ea5e00;
	font-weight:bold;
	padding-left:1em;
}

.bg-event-line{
	 background-image: url("../img/bg_line_event_01.png");
	 background-position: left bottom;
	 background-repeat: repeat-x;
}

.bg-event-planning{
	 background-image: url("../img/bg_event_02.png");
	 background-position: center top;
	 background-repeat: no-repeat;
}

.bg-event-planning h4{
	font-size:25px;
	color:#ea5e00;
	font-weight:bold;
}

/* Shadow-Box */
.shadow-box {
  box-shadow: 0 0 8px 1px rgba(0,0,0,0.1);
  background-color:#ffffff;
  border: 1px solid #f9ceb2;
}

/* Members */
.members{
	margin:10px;
	padding:0px 10px 10px 10px;
	border: 1px solid #f9ceb2;
}

.members dt{
	background-color:#ea5e00;
	text-align:center;
	color:#ffffff;
	margin-top:10px;
	padding-bottom:2px;
}

.members dd{
	padding-top:10px;
}

.members dd.name{
	font-size:19px;
	font-weight:bold;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

  .panel {
    height: 94.5%;
  }


/* -----------------------------------------------
 *              Access
 * ----------------------------------------------- */

/* G-G Map */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Access */
.access{
	background-color:#fdebe0;
	border: 1px solid #f9ceb2;
}

.access dt{
    width: 110px;
    margin: 0;
    padding: 15px;
    float: left;
    clear: left;
}
.access dd{
    margin: 0 0 0 110px;
    padding: 15px;
    padding-left: 20px;
	background-color:#ffffff;
	border-left: 1px solid #f9ceb2;
}

.access dt.last{
    width: 110px;
    margin: 0;
    padding: 15px;
    float: left;
    clear: left;
	border-top: 1px solid #f9ceb2;
}
.access dd.last{
    margin: 0 0 0 110px;
    padding: 15px;
    padding-left: 20px;
	background-color:#ffffff;
	border-top: 1px solid #f9ceb2;
	border-left: 1px solid #f9ceb2;
}

.access ul{
	padding-left:15px;
}
 
 
/* -----------------------------------------------
 *              Contact
 * ----------------------------------------------- */ 
 .contact{
	 background-color:#f0ebdf;
 }
 
/* -----------------------------------------------
 *              Footer
 * ----------------------------------------------- */
 .footer {
	margin-top:0px;
	background-image: url("../img/bg_footer_01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align:center;
	height:60px;
	border-top: 1px solid #ee7e33;
}

.footer-area{
 	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#f0ebdf;
}

.footer-area .copywriter{
	padding-top:13px;
	padding-bottom:13px;
	text-align:center;
	color:#ea5e00;
	font-size:90%;
}


/* -----------------------------------------------
 *              Page Top
 * ----------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	font-size: 77%;
	padding:0;
}
#page-top a {
	background: #00913a;
	text-decoration: none;
	color: #ffffff;
	width: 100px;
	padding: 40px 0;
	text-align: center;
	display: block;
	border: 0px solid #00913a;
	font-weight:bold;
}
#page-top a:hover {
	text-decoration: none;
	background: #ea5e00;
	color: #ffffff;
	border: 0px solid #ea5e00;
	font-weight:bold;
}




@media screen and (min-width:1024px) {
/* デスクトップ（大） */
.width1280{
	width:1280px;
}

.width1018{
	width:1018px;
}

.width988{
	width:988px;
}

.width960{
	width:960px;
}

.width850{
	width:850px;
}

.width800{
	width:800px;
}

.width655{
	width:655px;
}

.width500{
	width:500px;
}

.width396{
	width:396px;
}

.width364{
	width:364px;
}

.width292{
	width:292px;
}

.width232{
	width:232px;
}

.width133{
	width:133px;
}

.width107{
	width:107px;
}

.width80{
	width:80px;
}
}


@media (min-width: 768px) and (max-width: 991px){
/* タブレット */
.bg-event-line{
	 background-image: url("../img/bg_line_event_02.png");
	 background-position: left bottom;
	 background-repeat: repeat-x;
}

.m-tab{
	margin-top:10px;
}

.btn{
	display:inline;
}

.navbar-nav li a {
	font-size:13px !important;
    padding-top: 15px;
    padding-bottom: 15px;
	padding-left:11px;
	padding-right:11px;
}

.width1280{
	width:100%;
}

.feature {
	background-color:#ffffff;
    min-height: 100%;
}

.width655{
	width:655px;
}

.width500{
	width:500px;
}

.width396{
	width:80%;
}

.width364{
	width:364px;
}

.width292{
	width:240px;
}

.width232{
	width:232px;
}

.width133{
	width:90px;
}

.width107{
	width:85px;
}

.width80{
	width:80px;
}

.icon{
	padding-top:20px;
}

a {
    color: #00913a;
}

a:hover {
	color:#00913a;

}

:active {
  color: #00913a;
}

}


@media screen and (max-width:767px) { 
/* スマートフォン */
.pc_only { display: none !important; }
.sp_only { display: block !important; }

.text-L{
	padding-top:0.8em;
	text-align:left;
}

p{
	padding-top:0.8em;
}

.bg-event-line{
	background-image:none;
}

.about{
	background-image: url("../img/bg_about_sp.png");
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	background-size:cover;
}

.navbar{
	margin-bottom:0;
}

.navbar-header{
	height:75px;
	text-align:left;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #f9ceb2;
}

.navbar-nav {
	float:left;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: bottom;
    font-size: 19px;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.nav > li {
    position: relative;
    display: block;
}

.feature {
	background-color:#ffffff;
    min-height: 325px;
}

.width1280{
	width:100%;
}

.width988{
	width:100%;
}

.width960{
	width:100%;
}

.width850{
	width:95%;
}

.width800{
	width:95%;
}

#planning .width800{
	width:100%;
}

.width655{
	width:98%;
}

.width500{
	width:90%;
}

.width396{
	width:95%;
}

.width364{
	width:100%;
}

.width292{
	width:100%;
}

.width232{
	width:95%;
}

.width133{
	width:100px;
}

.width107{
	width:90px;
}

.width80{
	width:80px;
}

.sp-width960{
	width:95%;
}

.sp-margin{
	margin-bottom:30px;
}

.sp-mt0{
	margin-top:0;
}

.sp-center{
	text-align:center;
}

.bg-event-sp{
  background-color:#ea5e00;
  padding-top:15px;
  padding-bottom:15px;
}

 .footer {
	margin-top:0px;
	height:60px;
	text-align:center;
}

.footer-area .copywriter{
	float:none;
	text-align:center;
}

#page-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	font-size: 77%;
	padding:0;
}
#page-top a {
	background: #00913a;
	text-decoration: none;
	color: #ffffff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border: 0px solid #00913a;
	font-weight:bold;
}
#page-top a:hover {
	text-decoration: none;
	background: #2ca6e0;
	color: #ffffff;
	border: 0px solid #2ca6e0;
	font-weight:bold;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.row-eq-height {
  display: flex;
  flex-direction: column;
}

/* A */
a {
    color: #00913a;
}

a:hover {
	color:#00913a;

}

:active {
  color: #00913a;
}

}