@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
* {box-sizing: border-box;}

html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Noto Sans JP" !important;
	font-size: 160%;
	line-height: 1.9;
	letter-spacing: 1px;
	color: #000;
	overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
	position: relative;
}
@media (max-width: 480px) {
	body {line-height: 1.6;}
}
h1, h2, h3, h4, h5, h6, figure {
	margin: 0;
}
hr {
	max-width: 50px;
	border-color: #355180;
	border-width: 3px;
}
hr.light {
	border-color: #fff;
}
a {
	color: #355180;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover, a:active, a:focus {
	color: #355180;
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
}
a.link {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: underline;
}
a.link:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
a:hover img {
	opacity: 0.5;
}
a img {
	transition: opacity 0.3s ease-out;
}
p, ul, dl, ol {
	margin-bottom: 20px;
}

.bg-primary {
	background-color: #f05f40;
}
.bg-dark {
	color: #fff;
	background-color: #222;
}
.text-faded {
	color: rgba(255,255,255,.7);
}
.no-padding {
	padding: 0;
}
.navbar-default {
    border: 0 !important;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-brand {
    padding: 7px 15px;
}
.navbar-brand img{
	width: 250px;
}
.navbar-default .navbar-header {
	padding: 15px;
}
.navbar-default .navbar-header .navbar-brand {
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.navbar-default .navbar-header h1 {
	font-size: 12px;
	color: #fff;
	padding: 18px 0 0 20px;
	float: left;
	display: none;
}

	
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 15px;
    color: #222 ;
	letter-spacing: 1px;
	font-weight: bold !important;;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {

}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #58C9B9!important;
    background-color: transparent;
	font-weight: bold !important;
}

.nav li.active a span {
	border-bottom: solid 2px #58C9B9;
	padding-bottom: 3px;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.nav li span {
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.nav li span:before {
  position: absolute;
  top: 1.5em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #58C9B9;
  transition: 0.3s;
}

.nav li span:hover:before {
  width: 100%;
}

.nav>li>a>img {
    height: 24px;
}

@media(min-width:1200px) {
.navbar-nav {
	height: 80px;
}
.navbar-default .navbar-header {
}
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
	padding: 28px 20px 20px 20px;
}
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-size: 15px;
	padding: 28px 20px;
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
	#mainNav {
		  z-index: 10000;
		}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
		border-bottom: solid 1px #E6E6E6;
    }
    .navbar-nav>li>a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    text-align: left;
    }
	.nav li span {
	color: #000;
		font-size: 16px;
	}
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
		padding: 0 8% 5%;
		background: #FFF;
    }
    .collapsing {
        overflow: hidden!important;
    }
	.btn-contact img{
		width: 100%;
	height: auto !important;
	    margin: 0;
}
}

.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #000;
}
.navbar-toggle{
	position: relative;
    float: right;
    padding: 13px 10px;
    margin-top: 7px;
    margin-right: 15px;
    background-color: #355180;
    background-image: none;
    border: 1px solid #FFF;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    width: 25px;
    border-radius: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}


.btn-contact {
	font-size: 20px !important;
	color: #fff !important;
	background-color: #FFF !important;
	text-align: center !important;
	letter-spacing: 2px !important;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0 !important;
}

.header-sns {
	list-style: none;
	padding: 35px 0;
	display: flex;
	justify-content: center;
}
.header-sns li {
	line-height 100%;
	text-align: center;
	margin: 0 30px;
}
.header-sns li a {
	color: #fff;
	display: block;
    background: #355180;
    height: 60px;
    width: 60px;
    padding: 10px 0 0 1px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.header-sns .fab {
	font-size: 40px;
}
.header-sns .fa-twitter {
	font-size: 37px;
    padding-top: 2px;
}

@media(min-width:991px) {
.btn-contact img{
	height: 50px !important;
	margin: 15px 20px 0 25px;
}
}

@media (min-width: 991px) and (max-width: 1100px) {
.navbar-default .nav li:first-child {
	display: none;
}
}




@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: #FFF;
    }

    .navbar-default .navbar-header .navbar-brand {
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
		

    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {

    }
	.navbar-default.affix .navbar-header h1 {
	display: none;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #58C9B9;
    }
	
}
@media(max-width:768px) {
.btn-entry {
	width: 100% !important;
	margin-top: 20px;
}

.navbar-default .nav > li.active>a.btn-entry,
.navbar-default .nav>li.active>a.btn-entry:focus {
	width: 100% !important;
}
	}

.icon {
	margin-left: 0 !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?vgs91r');
  src:  url('../fonts/icomoon.eot?vgs91r#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?vgs91r') format('truetype'),
    url('../fonts/icomoon.woff?vgs91r') format('woff'),
    url('../fonts/icomoon.svg?vgs91r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e900";
	font-size: 180%;
	margin-left: 20px;
}
.fa-instagram {
	font-size: 180%;
}


header {
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
	color: #fff;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
header .header-content {
	position: relative;
	width: 100%;
	text-align: center;
}

header .header-content .header-content-inner p {
	font-family: '小塚ゴシック Pro L','Kozuka Gothic Pro Light',sans-serif;
	font-size: 600% !important;
	font-weight: bold;
	margin-top: 15%;
	text-align: center;
	color: #FFF;
}
header .header-content .header-content-inner p .catch {
	font-family: 'Caveat', cursive;
	font-size: 70%;
	display: block;
	font-weight: normal;
	padding-top: 10px;
	font-style: italic;
}

#video-background,
#video-overlay {
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
}
#video-background {
z-index: -2;
}
#video-overlay {
z-index: -1;
background: url(../img/overlay.png);
}



@media(min-width:768px) {
header .header-content {
	position: absolute;
	top: 40%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
header .header-content .header-content-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	font-size: 100%;
}
header .header-content .header-content-inner p {
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
}
}

@media(max-width:768px) {
.navbar-default .navbar-header {
	
}
.navbar-default .navbar-header h1 {
	display: none;
}
header .header-content .header-content-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	font-size: 100%;
}
header .header-content .header-content-inner p {
	font-size: 380% !important;
	letter-spacing: 2px;
	padding-top: 10%;
}
.container {
	overflow: hidden !important;
}
.row {
	
}
}

@media(max-width:480px) {
.navbar-default .navbar-header {
	padding: 0;
}
.navbar-brand {
	padding: 15px 15px;
}
.navbar-brand img {
    width: 200px;
}
.navbar-default .navbar-header h1 {
	display: none;
}
header .header-content .header-content-inner p {
	font-size: 380% !important;
	letter-spacing: 2px;
	padding-top: 30%;
}
.container {
	overflow: hidden !important;
}
.row {
	
}
}



.container {
	width: 100%;
}
section {
}

.row2 {
	width: 100% !important;
	margin: 0 auto;
}

@media(min-width:1200px) {
.row {
	width: 1170px;
	margin: 0 auto;
}
}
@media (min-width: 900px) and (max-width: 1199px) {
.row {
	width: 100%;
	margin: 0;
}
}
@media(min-width:1300px) {
.row {
	width: 1300px;
	margin: 0 auto;
}
}

.btn {
	color: #fff;
	background-color: #B3985B !important;
}
.btn-default {
	border-color: #fff;
	color: #222;
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	border-color: #ededed;
	color: #222;
	background-color: #f2f2f2;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	border-color: #fff;
	background-color: #fff;
}
.btn-default .badge {
	color: #fff;
	background-color: #222;
}
.btn-primary {
	border-color: #f05f40;
	color: #fff;
	background-color: #f05f40;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border-color: #ed431f;
	color: #fff;
	background-color: #ee4b28;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	border-color: #f05f40;
	background-color: #f05f40;
}
.btn-primary .badge {
	color: #f05f40;
	background-color: #fff;
}
.btn {
	border: 0;
	text-transform: uppercase;
	background-color: #999;
}
.btn-xl {
	padding: 15px 30px;
}

::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #222;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
img::selection {
	color: #fff;
	background: 0 0;
}
 img::-moz-selection {
 color: #fff;
 background: 0 0;
}

/* ==========================================================================
メインビジュアル
========================================================================== */
.box{
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
    height: auto;
}
.fitImg{
	overflow: hidden;
}
#topics_area img {
	width: 40%;
}
.wrapper{
  display: block;
  overflow: hidden;
}
.sns_btn {
  position: fixed;
  top: 140px;
  right: 20px;
  display: block;
  max-width: 100px;
  z-index: 3000;
  overflow: hidden;
}
.side-sns li {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.side-sns li a {
	color: #fff;
	display: block;
    background: #355180;
    height: 46px;
    width: 46px;
    padding: 9px 0 0 2px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	text-align: center;
}
.side-sns li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.side-sns .fab {
	font-size: 28px;
}
.side-sns .fa-twitter {
	font-size: 25px !important;
	padding-top: 2px;
}
.topics_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 460px;
  padding: 15px;
  z-index: 3000;
  overflow: hidden;
}
.topics_btn img {
	text-align:right;
  width: 100%;
}

@media screen and (max-width: 800px) {
.sns_btn {
  top: 100px;
  right: 15px;
}
.topics_btn {
  max-width: 100%;
}
}
@media screen and (max-width: 480px) {
#topics_area img {
	width: 60%;
}
}

/* ==========================================================================
フジミについて
========================================================================== */
#about .container {
	padding:0;
}
.box_bg {
	color: #FFF;
	background-color: #355180;
	padding:0;
	margin: 0;
}
.box_bg div {
	padding:0;
	margin: 0;
}
.box_bg .thumb {
	height: 35vw;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.box_bg .txt {
	padding: 45px 30px 20px 35px;
}

@media(max-width:1050px) {
.box_bg .txt {
	padding: 35px 30px 0 35px;
}
}
@media(max-width:480px) {
.box_bg .txt {
	padding: 20px 10px 10px 20px;
}
}
.timeline_box {
	background: #F9F7F2;
	padding: 40px 0 50px 0;
}
.timeline_box div {
	padding:0;
	margin: 0;
}
.timeline {
	color: #355180;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 20px;
}
.timeline > li {
  margin-bottom: 60px;
  margin: 0;
  padding: 0;
}

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
	  font-size: 120%;
	font-weight: bold;
    width: 125px;
    float: left;
	padding: 17px 0 0 0 ;
	margin: 0;
  }
  .timeline-content {
    width: 80%;
    float: left;
    border-left: 1px #355180 solid;
    padding-left: 0 !important;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #355180;
    position: absolute;
    left: 120px;
    top: 28px;
    border-radius: 100%;
  }
  .timeline-content p {
	  margin: 0;
	  padding: 20px 0 10px 40px ;
	 }

@media(max-width:480px) {
.timeline-date {
	font-size: 120%;
	width: 95%;
    padding: 0;
	margin: 10px 0 0 35px;
}
.timeline-content {
    width: 95%;
    float: none !important;
	margin-left: 5px !important;
}	
.timeline-content:before {
    left: 0;
	top: 20px;
  }
 .timeline-content p {
    margin: 0;
    padding: 10px 0 10px 30px;
}
}


/* ==========================================================================
トピックス
========================================================================== */
#topics .row {
	padding: 0 15px;
}
.topics_box {
	border: solid 1px #355180;
	padding: 0;
}
.topics_box div {
	padding:0;
	margin: 0;
}
.topics_box .thumb img {
	width: 100% !important;
}

.topics_box .txt {
	padding: 30px 30px 0 35px;
}

@media(max-width:480px) {
.topics_box .txt {
	padding: 20px 20px 10px 20px;
}
}

.topics_box .tag {
	font-size: 90%;
	color: #FFF;
	background-color: #355180;
	padding: 6px 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.topics_box .subhead {
	font-size: 160%;
	color: #355180;
	margin-bottom: 20px;
	line-height: 1.6;
}
@media(max-width:480px) {
.topics_box .tag {
	font-size: 80% !important;
}
.topics_box .subhead {	
	font-size: 160% !important;
}
}
.topics_box .address {
	font-size: 110%;
	color: #355180;
	line-height: 1.7;
}
.topics_box .address span {
	font-size: 90%;
}
.topics_box .info {
	font-size: 80%;
	color: #355180 ;
	background-color: #EEEEEE;
	padding: 8px 15px 10px 15px;
}
.topics_box .detail_btn img {
	width:100%;
}

.topics_detail .row {
	padding-bottom: 30px;
}
.topics_detail p {
	margin: 0;
}
.topics_detail img {
	width: 100%;
}
.topics_detail .mg {
	padding-right: 30px;
}
.topics_detail .point_box {
	border: solid 2px #B29859;
	padding: 30px !important;
	margin-bottom: 30px !important;
}
.topics_detail .subhead {	
	font-size: 160% !important;
	margin-bottom: 20px !important;
	line-height: 1.4;
}
.topics_detail {
	margin-bottom: 60px !important;
}
.topics_detail .graybox h3 {
	color: #FFF;
	background-color: #8DD1C4;
	padding: 15px 15px 18px;
}
.topics_detail .graybox .more-btn-col2 {
	padding: 10px 10% 30px!important;
}

@media(max-width:991px) {
.topics_detail .point_box {
	padding: 20px !important;
	margin-bottom: 30px !important;
}
.topics_detail .subhead {	
	font-size: 140% !important;
	line-height: 1.2;
}
.topics_detail .mg {
	padding-right: 0;
	margin-bottom: 30px;
}
.topics_detail .point p{
	width: 30% !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.topics_detail .tit {
	text-align: center !important;
}
.topics_detail .graybox .more-btn-col2 {
	padding: 20px 5% 10px!important;
}
}
@media(max-width:480px) {
.topics_detail .graybox h3 {
	font-size: 120%;
}
}

/* モーダルウィンドウ */
.modal_open {
	cursor: pointer;
}
.modal_box {
	position: fixed;
	z-index: 33334;
	display: none;
	width: 90%;
	max-width: 1060px;
	height: 90%;
	margin: 0;
	background: #fff;
	box-sizing: border-box;
}
.modal_cont {
	position: absolute;
	top: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding: 54px 1vw 40px 1vw;
}
.modal_cont .container {
	width: 100%;
}
.modal_cont .row div {
	padding-right: 0 ;
	padding-left: 0 ;
}
.modal_close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 150px;
	font-size: 24px;
	color: #FFF;
	line-height: 54px;
	text-align: center;
	background: #000;
	cursor: pointer;
}
.modal_close:hover {
	color: #FFF;
	background: #999;
}
.modal_close i {
	line-height: 54px;
	vertical-align: bottom;
}
.modal_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 33333;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.8);
}
.link_area {
	overflow: hidden;
	max-width: 410px;
	margin: 60px auto 0;
	text-align: center;
}
.link_area .modal_link {
	display: inline;
}
.link_area .modal_link a {
	display: inline-block;
	width: 180px;
	color: #000;
	line-height: 2.5;
	text-decoration: none;
	margin: 0 10px;
	background: #e6e6e6;
	cursor: pointer;
}
.link_area .modal_link a:hover {
	background: #CCC;
}
.link-area ul li.modal_link:first-child a {
	float: left;
}
.link-area ul li.modal_link:last-child a {
	float: right;
}
@media screen and (min-width: 1000px) {
.modal_box .row {
	width: 100%;
}
.job_detail {
	height: 65% !important;
}
.job_detail .modal_cont {
	overflow: hidden;
}
}
 @media screen and (max-width: 769px) {
.modal_cont {
	padding: 30px 1vw 30px 1vw;
}
.modal_box {
	padding: 50px 2vw 40px;
}
.modal_close {
	width: 50px;
	line-height: 50px;
	font-size: 26px;
}
.modal_close i {
	line-height: 44px;
}
.link_area {
	margin: 25px auto 0;
}
.link_area .modal_link a {
	margin: 15px auto 0;
}
.link_area ul li.modal_link:first-child a {
	float: none;
	margin-top: 0;
}
.link_area ul li.modal_link:last-child a {
	float: none;
}
}


.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:600px;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
@media screen and (max-width: 991px) {
.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:70%;
}
}


.bg_beige {
	background: #F9F7F2;
}


/* ==========================================================================
テーブル
========================================================================== */
.basic-table {
	margin-bottom: 40px;
}
.basic-table th,
.basic-table td {
  border: 1px solid #355180;
  text-align: left;
  font-size: 15px;
  padding: 15px;
}
.basic-table .icon {
  font-size: 100% ;
}

.basic-table th {
	color: #FFF;
  background: #355180;
  border-bottom: 1px solid #FFF;
  vertical-align: middle;
  font-weight: bold;
  width: 300px;
}

#gmap {
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}
#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* FAQ */
.faq-section {
  margin-bottom: 40px;
}
.faq-question, .faq-answer {
  overflow: hidden;
  margin: 0 0 20px;
}
.faq-question:before {
  content: "Q";
  display: inline-block;
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 20px;
  background: #60c5ba;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 170%;
}
.faq-answer:before {
  content: "A";
  display: inline-block;
  float: left;
  width: 34px;
  height: 34px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 20px;
  background: #e85a71;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 170%;
}
.faq-question h3 {
  overflow: hidden;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.faq-answer-txt {
  overflow: hidden;
}
.faq-answer-txt p {
	margin: 0;
}
@media only screen and (max-width:480px) {
#guide .headline3 {
	text-align: center;
}
.basic-table {
	width: 100%;
	margin: 15px 0;
  border-top: 1px solid #355180;
}
.basic-table th, .basic-table td {
	width: 100%;
	display: block;
	border-top: none;
	padding: 10px;
}

  .faq-section { margin-bottom: 20px; }
  .faq-question, .faq-answer { margin: 0 0 10px; }
  .faq-question h3 { font-size: 16px; line-height: 1.2;margin: 5px 0; }

}

/* ==========================================================================
CONTACT 問い合わせフォーム
========================================================================== */
#contact-section {
	padding-bottom: 80px;
}
#contact-section .row {
	padding: 0 15px;
}
.contactform {
	font-size: 15px;
	width: 100%;
	border-top: 1px solid #355180;
	margin: 15px 0 0;
}
.contactform th, .contactform td {
	text-align: left;
	color: #355180;
	vertical-align: top;
	border-bottom: 1px solid #355180;
	line-height: 180%;
}
.contactform th {
	width: 20%;
	letter-spacing: 1px;
	padding: 20px 0 0 0;
}
.contactform td {
	padding: 20px 0;
}
.contactform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wdt0 {
	width : 15%;
}
.wdt1 {
	width : 50%;
}
.wdt2 {
	width : 80%;
}
.wdt3 {
	width : 100%;
}
select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border : 1px solid #cccccc;
	padding: 6px 10px;
}
.contactform td div {
	vertical-align:middle;
	display: inline;
}
#contact-section input, #contact-section select {
	vertical-align:middle;
	margin: 0 !important;
}
.contactform .block {
	padding-bottom: 10px;
}
.contactform td label {
	font-size: 14px;
}
@media only screen and (min-width:769px) {
.block li {
	width: 280px;
	display: block;
	float: left;
}
}
@media only screen and (max-width:768px) {
.contactform {
	margin: 15px 0;
	width: 100%;
}
.contactform th {
	padding: 15px 0 10px 0 !important;
	border: none;
		width: 20%;
		border-bottom: 1px solid #355180;
}
.contactform td {
	padding: 15px 0 20px 0 !important;
	width: 80%;
}
.wdt1, .wdt2, .wdt3 {
	width: 100% !important;
}
.block li {
	width: 50%;
	display: block;
	float: left;
}
.contactform td .block li label {
	font-size: 12px;
}
}
.contactform tr th .r_icon {
	float: right;
	margin-bottom: 0 !important;
	padding-left: 5px;
}
.contactform td .txt {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/*フォーム設定*/
input, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: normal;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	background: #B3985B;
	border: 0;
	color: #fff;
	padding: 10px 20px;
	letter-spacing: 1px;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
	font-size: 140%;
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	color: #686868;
	padding: 8px 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}
.contactform td div {
	vertical-align:middle;
}
#contact-section input, #contact-section select {
	vertical-align:middle !important;
	margin: 0 !important;
}
.contactform .msg {
	color: #C00;
}
 @media only screen and (max-width:480px) {
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	font-size: 130%;
	padding: 10px 16px;
	letter-spacing: 0;
}
.contactform tr td span {
	display: inline;
}
.button {
	margin-bottom: 20px;
}
}
.formbtn {
	padding: 10px 0 30px 0;
}
/* ==========================================================================
その他装飾
========================================================================== */
@media screen and (min-width:1050px) {
section {
	padding: 90px 0;
}
.bg, .bg1, .bg2, .bg4, .bg6 {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	background-color:rgba(0,0,0,0.2);
	position: relative;
}
}
@media screen and (max-width:1024px) {
section {
	padding: 40px 0;
}
}
.headline {
	font-size: 360%;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.headline span {
	font-family: 'Caveat', cursive;
	font-size: 100%;
	display: block;
	font-weight: normal;
	transform: rotate(-10deg);
-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
padding-top: 10px;
  font-style: italic;
}
.headline img {
	width: 200px;
}
.bg .headline {
	color: #FFF;
	padding-top: 9%;
}
.headline2 {
	font-size: 260%;
	font-weight: bold;
	margin-bottom: 30px;
}
.headline3 {
	font-family: 'Caveat', cursive;
	font-size: 400%;
	font-weight: normal;
	margin-bottom: 30px;
	font-style: italic;
	letter-spacing: 2px;
}
.subhead {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 180%;
	letter-spacing: 2px;
}
@media only screen and (max-width:480px) {
.headline img {
	width: 150px;
	margin-bottom: 20px;
}
.subhead {
	font-size: 130% !important;
	line-height: 160% !important;
	margin-bottom: 30px !important;
}
}
.subhead_red {
	font-size: 120%;
	color: #990000;
	border-left: solid 4px #990000;
	padding: 6px 0 6px 15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.subhead_green {
	font-size: 120%;
	color: #5BBDAA;
	border-left: solid 4px #5BBDAA;
	padding: 6px 0 6px 15px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.subhead_line {
	font-size: 160%;
	color: #34517F;
	border-top: solid 3px #34517F;
	border-bottom: solid 3px #34517F;
	padding: 12px 0 17px 15px;
	margin-bottom: 30px;
	line-height: 100%;
	letter-spacing: 3;
	text-align: center;
}

.txt_line {
	background: linear-gradient(transparent 50%, #ffff66 0%);
    line-height: 1.3em;
}

.mt30 {
	margin-top: 30px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.t_blue {
	color: #34517F;
}
.t_red {
	color: #990000;
}
.t_small {
	font-size: 12px;
}
.graybox {
	background-color: #F5F2EA;
}

.graybox p {
	margin: 0;
	padding: 0;
}
.more-btn-col2, .more-btn-col3 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 888;
}
.more-btn-col1 p {
	width: 93%;
	margin: 0 15px;
}
.more-btn-col2 {
	width: 100%;
	margin: 0 auto;
}	
.more-btn-col2 p {
	width: 48%;
	margin: 3% 2% 0 0;
}
.more-btn-col3 p {
	width: 29.3%;
	margin: 15px 2% 22px 2%;
}
.more-btn:last-child {
	margin-right: 0;
}
.more-btn-col a {
	padding-left: 50px;
	padding-right: 50px;
}
.more-btn-col1 a, .more-btn-col2 a, .more-btn-col3 a {
	display: block;
	width: 100%;
}
@media screen and (max-width: 991px) {
.btn, .btn-border a, .long a, .btn-border-g a {
	max-width: 100% !important;
}
.btn-border-g a {
	max-width: 90%;
}
.more-btn-col1, .more-btn-col2, .more-btn-col3 {
	display: block;
	text-align: center;
	padding-bottom: 30px;
}
.more-btn-col2 .more-btn, .more-btn-col3 .more-btn {
	width: 100%;
	margin: 10px auto;
}
.more-btn-col2 .more-btn:last-child, .more-btn-col3 .more-btn:last-child {
	margin: 10px auto;
}
.more-btn-col2 p {
	width: 100%;
	margin: 0 0 10px 0 !important;
}
.more-btn-col3 p {
	width: 33%;
    margin: 0 1.5% 10px 1.5%;
	float: left;
}
.btn_arrow a {
    font-size: 120%;
}
}
@media screen and (max-width:1300px) {
.box_bg .thumb {
	height: 50vw;
}
.subhead {
    font-size: 130%;
    margin-bottom: 30px;
}
}
@media screen and (min-width: 992px) {
.center-pc {
	text-align: center;
}
.br-sp {
	display:none;
}
}
@media screen and (max-width:991px) {
.br-pc {
	display:none;
}
}
@media (min-width: 900px) and (max-width: 1100px) {
.headline {
	padding: 60px 0 20px 0;
}
.bg .headline {
	font-size: 300%;
	color: #FFF;
	padding-top: 10% !important;
}
.bg, .bg1 .bg2, .bg4, .bg5, .bg6 {
	height: 280px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
}
@media screen and (max-width: 768px) {
section {
	padding-top: 20px;
	padding-bottom: 50px;
}
.headline {
	font-size: 240%;
	padding: 40px 0 20px 0;
	margin-bottom: 0;
}
.bg .headline {
	font-size: 300%;
	color: #FFF;
	padding-top: 10% !important;
}
.headline2 {
	font-size: 200%;
	padding-bottom: 0;
	letter-spacing: 0;
	text-align: center;
}
#flow .headline2 {
	text-align: left !important;
	line-height: 160%;
}

.bg, .bg1 .bg2, .bg4, .bg5, .bg6 {
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}

.bg1 .txt {
	font-size: 110%;
	padding-top: 75px;
}
.bg1 .txt .headline2 {
	font-size: 260%;
}
.center-sp {
	text-align: center;
}
.block-sp {
	display: block !important;
}
}
@media screen and (max-width: 480px) {
.bg .headline {
	font-size: 300%;
	color: #FFF;
	padding-top: 20% !important;
}
}
@media screen and (max-width: 320px) {
.headline {
	padding-bottom: 5px;
}
.headline2 {
	padding-bottom: 0;
	line-height: 150%;
	letter-spacing: 0;
}

.subhead2 {
	color: #fff;
	padding: 6px 5px 7px 10px;
	background: #000;
	line-height: 150%;
}
.head-tit .tit span {
	font-size: 27px;
	padding: 8px 0;
}
.coverimg .txt {
	font-size: 17px;
	padding-top: 5px;
	letter-spacing: 0;
}
.coverimg h2 {
	font-size: 20px;
	letter-spacing: 0;
	padding-top: 0;
}
.coverimg2 .tit {
	font-size: 20px;
	letter-spacing: 0;
	padding: 0;
}
}
.clr {
	zoom:1;
}
.clr:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clrfix {
	clear: both;
}
.block {
	display: block !important;
}
.copy {
	color: #FFF;
	font-size: 100%;
	letter-spacing: 1px;
	background: #525252;
	padding: 4px 0 6px;
	margin: 0 !important;
	text-align: center;
}

.float_btn a{
  display: inline-block;
  text-decoration: none;
  background: #000;
  color: #FFF;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding-top: 16px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.float_btn p{
  line-height: 120%;
  padding-top: 7px;
}

.float_btn a:hover{
    background: #999;
}
.float_btn .txt{
	font-size:130%;
}
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	font-size: 160%;
	display: block;
	z-index: 999;
	padding: 4px 0 0 0;
	width: 41px;
	height: 40px;
	color: #FFF;
	background-color: #CCC;
	text-decoration: none;
	text-align: center;
	opacity: 1;
	line-height: 1;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.2;
}
@media screen and (max-width: 768px) {
.float_btn a{
  width: 70px;
  height: 70px;
  padding-top: 8px;
  bottom: 15px;
}
.float_btn a:hover{
    background: #999;
}
.float_btn p{
  line-height: 110%;
  padding-top: 5px;
}
.float_btn .txt{
	font-size:12px;
}
#pageTop {
	display: none !important;
}
}





@media screen and (min-width:1100px){
.footer_area{
		display: none;
}	
}

@media screen and (max-width:768px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.inquiry_btn {
    background-color: #e85a71;
    display: inline-block;
    text-align: center;
    text-decoration: none;
	width: 100%;
    padding: 16px 0;
    font-size: 18px;
    font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
	color: #fff;
}
#siteBottom{
	margin-bottom: 85px;
}
}
