@charset "UTF-8";

/*-----------------------
 DEFAULT
 -----------------------*/
h1,h2,h3,h4,h5,ul,li,p{margin:0; padding:0;}

ul{
	list-style-type:none;
	clear:both;
}

body{
    background-color:#fff;
    color:#000;/*#3e3a39*/
    font-family: "游ゴシック",YuGothic,"Meiryo",Helvetica,Verdana,sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    zoom: 1;
    height: 100%;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

body.osMac {font-family: "游ゴシック",YuGothic,Helvetica,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;}
body.osWin,
body.osOther{
    font-family: "游ゴシック",YuGothic,Helvetica,"Meiryo","メイリオ",Verdana,sans-serif;
}

.mincho{
    font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.mincho-text{
    font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/*-----------------------
 Web Fonts
 -----------------------*/
@font-face {
    font-family: 'gotham-m';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamMedium.woff2') format('woff2'),
         url('../fonts/GothamMedium.woff') format('woff'),
         url('../fonts/GothamMedium.ttf') format('truetype'),
         url('../fonts/GothamMedium.svg#GothamMedium_oblique') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

.gotham-m{font-family:'gotham-m';}
.gotham-l{font-family:'gotham-l';}
.gotham-b{font-family:'gotham-b';}
.frutiger-b{font-family:'frutiger-b';}
.frutiger-l{font-family:'frutiger-l';}
.frutiger-r{font-family:'frutiger-r';}


/*-----------------------
 メインコンテンツ
 -----------------------*/
.bg_text{
	margin:0;
	width:0px;
	text-indent:-9999px;
}

a{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}

::selection{
	background:#ccc;
	color:#fff;
}
::-moz-selection{
	background:#ccc;
	color:#fff;
}

span.errmes{
	color:red;
	font-weight: bold;
    font-size: 14px;
}

div#mailFailed {
    text-align: center;
    background-color: #BA0909;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 9999;
    width: 100%;
}

div#mailFailed a{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.BCTarget{
	background-color: #f5f5f5;
}

.ask{
	color: red;
	font-size: 95%;
	padding-left: 5px;
}


aside{
    padding-top: 5px;
    font-size: 12px;
    color: #00583B;
}

.clearBothResponsive{
    clear: both;
}


@media (min-width: 768px){
    .clearBothResponsive{
        clear: none;
    }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}


/*-----------------------
 flex
 -----------------------*/
.flex{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    align-content: stretch;
    max-width: 1500px;
    margin: 0 auto;
}

.flex.between{
    justify-content: space-between;
}

.flex.stretch{
    align-items: stretch;
}

.flex.wrap{
    flex-wrap: wrap;
}

.half{
    width: 50%;
}

/*-----------------------
 inview
 -----------------------*/
.inview{
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1200ms;
    transition-duration: 1200ms;
    -webkit-transition-timing-function: cubic-bezier(.6, 0, .3, 1);
    transition-timing-function: cubic-bezier(.6, 0, .3, 1);
}

.viewed{
    opacity:1 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}


.inview_translate3d_target{
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.inview_delay_0ms{
        transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
}

.inview_delay_500ms{
        transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
}
.inview_delay_800ms{
            transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
}


/*-----------------------
 LOADING
 -----------------------*/
#modal-loading-overlay{
    position: fixed;
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color: rgba(112,162,166,1);
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: 30000;
}

#modal-loading-item{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -120px;
    margin-top: -120px;
    z-index: 30001;
    text-align: center;
}



/*-----------------------
 googleMap
 -----------------------*/
#googleMap{
	height:400px;
    /*display: table;*/
    content: " ";
    clear: both;
    padding-top: 0px;
    width: 100%;
}

#map_canvas{
	width:100%;
	height:400px;
}

#googleMap p#mapPoint{
    padding: 8px 5px 5px 0px;
}

#googleMap p[data-access="googleMapLink"]{
	text-align: center;
	font-size: 16px;
    text-decoration: underline;
}

#googleMap p[data-access="googleMapLink"] a{
    font-size: 16px;
    display: inline-block;
    border: solid 2px #00583B;
    color: #fff;
    background-color: #00583B;
    transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -moz-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -webkit-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -ms-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -o-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    width: 100%;
    text-align: left;
}

#googleMap p[data-access="googleMapLink"] a:hover{
    text-decoration: none;
    color: yellow;
}

#googleMap p[data-access="googleMapLink"] a:hover > span{
    background-color: #00583B;
    color: yellow;
    transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -moz-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -webkit-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -ms-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);
    -o-transition: all 0.1s cubic-bezier(0.645,0.045,0.555,1);

}

#googleMap p[data-access="googleMapLink"] i{
    font-size: 20px;
    padding: 5px 12px 5px 12px;
    vertical-align: middle;
}

#googleMap p[data-access="googleMapLink"] span{
    display: inline-block;
    background-color: #fff;
    color: #00583B;
    padding: 3px 15px 3px 15px;
    vertical-align: middle;
    width: 368px;
    text-align: center;
}

@media (max-width: 480px){
	#googleMap{
	height:270px;
	}
	#map_canvas{
		height:270px;
	}
}

@media (min-width: 768px){
	#googleMap{
	    padding-top: 0px;
	}
}

@media (min-width: 992px){
    #googleMap p[data-access="googleMapLink"] span{
        width: 495px;
    }
}

@media (min-width: 1200px){
    #googleMap p[data-access="googleMapLink"] span{
        width: 612px;
    }
}


