@charset "utf-8";
/* -----------------------------------------------
    東大阪徳洲会病院用・全ページ共通スタイル
	header.php
	footer.php
	Googleカスタム検索（モーダル）
------------------------------------------------ */
/*-------------------------------------------------
	共通設定
--------------------------------------------------*/
html {
    -webkit-overflow-scrolling: touch;    
}

/* Float After ClearFix ------------------------- */
.clearFix::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/* リンク付きのイメージのアニメーション --------- */
a img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a:link img,
a:visited img,
a:active img {
	opacity: 1.0;
}
a:hover img {
	opacity: 0.5;
}

/* 全ページ共通のテキストリンクスタイル -------- */
a:link,
a:visited,
a:active {
	/*color: #006401;*/
	/*text-decoration: underline;*/
	outline: 0;
}
a:hover {
	color: #666;
	text-decoration: none;	
	outline: 0;
}

/*------------------------------------------------------------
	ページ共通設定
-------------------------------------------------------------*/
body {
	background-color: #fff;
	font: 14px "メイリオ", Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: auto;
	min-width: 320px;
	position: relative;
	width: 100%;
}

/* フォントサイズを変更したい部分を囲う */ 
#changeArea {
	margin: 0;
	padding: 0;
	width: 100%;
}

/* -- PC/TABLET/SP切り替え --------------------------------- */
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }

.tb-pat1 { display: block !important; }
.tb-pat2 { display: inline-block !important; }

.sp-pat1 { display: none; }

/*------------------------------------------------------------
	ヘッダー設定
-------------------------------------------------------------*/
header {
/*	height: 100px;*/
	position: relative;
	width: 100%;
}
header::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

header h1 {
    font-size: 1em;
}

/* ヘッダー部ボックスのレイアウト -----------------------*/
#header-in {
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	max-width: 1260px;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}

/* ロゴ */
#header-in #logo-box {
	align-items: center;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	height: 80px;
	width: 30%;
}
#header-in #logo-box img {
	max-width: 100%;
	height: auto;
	width: 100%;
}


/* 電話番号、ボタン類のWrap */
#header-in .header-box {
	height: 80px;
	flex: 1 0 auto;
}

#header-in .header-box .header-box-in {
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	 justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
}

/* 電話番号の詳細 */
#header-in .header-box .tel-box {
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	font-size: 13px;
	max-width: 300px;
    min-width: 280px;
	width: 50%;
    padding-bottom: 12px;
}
#header-in .header-box .tel-box > div {
    align-items: center;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    height: 100%;
    line-height: 250%;
    padding-left: 16px;
	width: 100%;
}

/* ヘッダーボタン類 */
#header-in .header-box .bot-box {
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-direction: column;
    justify-content: center;
	max-width: 300px;
    height: 100%;
	width: 50%;
}
#header-in .header-box .bot-box ul.bot {
	display:-webkit-flex;
    display:flex;
	justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	margin: 0;
	padding: 0 0 0 8px;
	width: 100%;
}

#header-in .header-box .bot-box ul.bot.up {
    height: 42%;
}
#header-in .header-box .bot-box ul.bot.dw {
    height: 58%;
}

#header-in .header-box .bot-box ul.bot li {
	list-style: none;
	margin-left: 5px;
	padding: 0;
	position: relative;
	width: 48%;
}
#header-in .header-box .bot-box ul.bot li.font-sel {
    align-items: center;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
}
#header-in .header-box .bot-box ul.bot li i {
    color: #6DB85B;
	padding-right: 10px;
}

#header-in .header-box .bot-box ul.bot li a:link,
#header-in .header-box .bot-box ul.bot li a:visited,
#header-in .header-box .bot-box ul.bot li a:active {
	color: #333;
    align-items: center;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: flex-end;
    height: 100%;
	text-decoration: none;
	padding: 3px 0;
}
#header-in .header-box .bot-box ul.bot li a span {
    background-color: inherit;
    padding: 4px 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#header-in .header-box .bot-box ul.bot li.gse {
	color: #333;
    cursor: pointer;
    align-items: center;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content: flex-end;
    height: 100%;
	text-decoration: none;
	padding: 3px 0;
}
#header-in .header-box .bot-box ul.bot li.gse span {
    background-color: inherit;
    padding: 4px 8px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}


#header-in .header-box .bot-box ul.bot li a:hover span,
#header-in .header-box .bot-box ul.bot li.gse:hover span {
    background-color: #eef6eb;
    border-radius: 10px;
}
#header-in .header-box .bot-box ul.bot li.font-sel {
    display: flex;
    justify-content: flex-end;
	border: 0;	
	padding: 0 8px 0 0;
	margin-left: 5px;
    text-align: right;
}
#header-in .header-box .bot-box ul.bot li.font-sel span {
    padding-right: 8px;
}
#header-in .header-box .bot-box ul.bot li.font-sel ul {
	margin: 0;
	padding: 0;
}
#header-in .header-box .bot-box ul.bot li.font-sel ul li {
    background-color: #ddd;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    padding: 3px 8px;
    display: inline;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#header-in .header-box .bot-box ul.bot li.font-sel ul li:hover,
#header-in .header-box .bot-box ul.bot li.font-sel ul li.active {
    background-color: #68B555;
    color: #fff;
}

/* グローバルメニュー・レイアウト -----------------------*/
#glm-all-wrap {
    font-size: 1.143em;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
#glm-wrap {
	background-color: #68B555;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#glm-wrap .glm-in {
	margin: 0 auto;
	padding: 0;
	max-width: 1260px;
}
#glm-wrap .glm-in ul {
	display: table;
	margin: 0;
	padding: 0;
	position: relative;
	table-layout: fixed;
	width: 100%;
}
#glm-wrap .glm-in ul li {
	display: table-cell;
	line-height: 1.25;
	text-align: center;
	vertical-align: middle;
	height: 70px;
}
#glm-wrap .glm-in ul li span {
	display: block;
	height: 100%;
	width: 100%;
}
#glm-wrap .glm-in ul li a {
	align-items: center;
	color: #fff;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	text-decoration: none;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#glm-wrap .glm-in ul li a:hover,
#glm-wrap .glm-in ul li a.active {
	background-color: #4c924d;
}
#glm-wrap .glm-in ul li a > span {
    border-left: 1px dotted rgba(255, 255, 255, 0.8);
	align-items: center;
	display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	justify-content: center;
	position: relative;
	width: 100%;
	vertical-align: middle;
}
#glm-wrap .glm-in ul li:last-child a > span {
    border-right: 1px dotted rgba(255, 255, 255, 0.8);
}

#glm-wrap .sp-glm-foot {
	display: none;
}


/* Gotop -------------------------------------------------*/
#gotop {
    cursor: pointer;
    position: absolute;
        bottom: 20px;
        right: 20px;
    width: 80px;
    height: 80px;
    z-index: 1;
}

/* フッター・レイアウト ----------------------------------*/
#foot-clone {
    display: none;
}

footer {
    margin: 0;
    padding: 0;
    width: 100%;
}
footer .footer-top-bk {
    background-image: url(../img/common/footer/footer-top-bk.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
footer .footer-cont-wrap {
    background-color: #68B555;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.footer-cont-wrap .footer-cont-in {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 16px 0;
    max-width: 1260px;
    width: 100%;
}

.footer-cont-wrap .footer-cont-in .foot-logo-wrap {
    color: #fff;
    max-width: 378px;
    width: 30%;
}
.footer-cont-wrap .footer-cont-in .foot-map-wrap {
    margin-left: 30px;
    flex-grow: 1;
    text-align: right;
}

dl.foot-logo {
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
dl.foot-logo dt {
    margin-bottom: 20px;
}

dl.foot-logo dt a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
}
dl.foot-logo dt a:link,
dl.foot-logo dt a:visited,
dl.foot-logo dt a:active {
    opacity: 1.0;
}
.hover dl.foot-logo dt a:hover {
    opacity: 0.7;
}
dl.foot-logo dd {
    text-align: left;
    padding-left: 10px;
}
.footer-access-bot {
    margin: 0 auto 30px auto;
    padding: 0;
    text-align: center;
    width: 200px;
}

.footer-access-bot a {
    border-radius: 5px;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer-access-bot a:link,
.footer-access-bot a:visited,
.footer-access-bot a:active {
    border: 1px solid #68B555;
    background-color: #fff;
    color: #68B555;
}
.hover .footer-access-bot a:hover {
    background-color: #68B555;
    border: 1px solid #fff;
    color: #fff;
}

/* FooterのGoogleMap */
.gmap-all-wrap {
    margin: 0 0 0 auto;
    padding: 0;
    max-width: 670px;
    width: 100%;
}
.gmap-all-wrap #gmap {
    position: relative;
    width: 100%;
    height: 0;
    /* padding-bottom: 56.25%; */
    padding-bottom: 41.791%;
    overflow: hidden;
}
.gmap-all-wrap #gmap iframe {
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}

/* コピーライト
----------------------------------------------------------*/
.copy-wrap {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.copy-wrap .copy-wrap-in {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 1260px;
    width: 100%;
}

.copy-wrap .copy-wrap-in .footer-list-wrap {
    margin: 0;
    padding: 0;
}
.footer-list-wrap ul {
    border-left: 1px solid #ddd;
    display: table;
    table-layout: fixed;
    
}
.footer-list-wrap ul li {
    display: table-cell;
    padding: 0 10px 0 0;
    border-right: 1px solid #ddd;
}
.footer-list-wrap ul li a {
    color: #333;
    display: block;
    padding: 10px 0 0 10px;
}

.footer-list-wrap ul li a:link,
.footer-list-wrap ul li a:visited,
.footer-list-wrap ul li a:active {
    text-decoration: none;
}
.hover .footer-list-wrap ul li a:hover {
    text-decoration: underline;
}

.copyright-wrap {
    color: #333;
    margin: 0;
    font-size: 0.9em;
}

/* -- Google検索のモーダルウィンドウ ------------------- */
#gse-modal-bg {
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	z-index: 9998;
}

#gse-modal-cont {
	background-color: #fff;
	display: none;
	min-height: 50px;
	max-width: 800px;
	padding: 30px 50px;
	position: absolute;
		top: 0;
		left: 0;
	width: 90%;
	z-index: 9999;
}

#gse-modal-cont .close-bot {
	background-color: #68B555;
	border: 5px solid #CDE0CC;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	margin: 30px auto 0 auto;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}
#gse-modal-cont .close-bot::before {
	content: "\f00d";
	font-family: FontAwesome;
	padding-right: 10px;
}

#gse-modal-bg.open,
#gse-modal-cont.open {
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*--------------------------------------------------------------
	Googleカスタム検索用スタイル
---------------------------------------------------------------*/
#gse { 
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 25px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 40px;
}
#gse .gsc-control-cse, .gsc-control-cse .gsc-table-result {
    width: 100%;
	font-family: "メイリオ", Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
}
#gse .gsc-control-cse {
    border-color: inherit !important;
    background-color: inherit !important;
}
#gse .cse .gsc-control-cse, .gsc-control-cse {
    background-color: inherit !important;
    border: 0 !important;
    padding: 0 !important;
}
#gse form.gsc-search-box {
    margin-bottom: 0 !important;
}
#gse table.gsc-search-box {
    margin-bottom: 0 !important;
	margin: 0 auto !important;
	width: 98% !important;
}
#gse .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
#gse table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
#gse table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
#gse input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: inherit !important;
	box-shadow: none !important;
	background-color: inherit !important;
}
#gse .gsc-input-box {
    border: 0 !important;
    background: inherit !important;
	height: 40px !important;
	background-color: inherit !important;
	padding-left: 6px !important;
	font-size: 19px !important;
}
#gse .gsib_a {
    width: 100%;
    padding: 3px 0 0 0 !important;
}
#gse .gsib_a, .gsib_b {
    vertical-align: top;
}
#gse input#gsc-i-id1 {
	text-indent: 0 !important;
	background: none !important;
}
.gsc-results-wrapper-overlay {
	width: 90% !important;
	left: 5% !important;
}
.gsc-modal-background-image {
	background-color: inherit !important; 
}
#gse input#gsc-i-id1:placeholder-shown { color: #999; font-size: 14px; text-align: left; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
#gse input#gsc-i-id1::-webkit-input-placeholder { color: #999; font-size: 14px; text-align: left; }
/* Firefox 18- */
#gse input#gsc-i-id1:-moz-placeholder { color: #999; opacity: 1; font-size: 14px; text-align: left; }
/* Firefox 19+ */
#gse input#gsc-i-id1::-moz-placeholder { color: #999; opacity: 1; font-size: 14px; text-align: left; }
/* IE 10+ */
#gse input#gsc-i-id1:-ms-input-placeholder { color: #999; font-size: 14px; text-align: left; }

.gsib_b {
	display: none !important;
}
#gse input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: inherit !important;
    background-color: inherit !important;
}
#gse .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: 24px !important;
	height: 24px !important;
    padding: 0 !important;
    margin-top: 5px !important;
    margin-right: 8px !important;
}
#gse .cse input.gsc-search-button, input.gsc-search-button {
    font-size: 14px !important;
    font-weight: normal !important;
    color: inherit !important;
    padding: 0 !important;
    height: 14 !important;
    min-width: none  !important;
    border: 0 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-color: inhert !important;
    background-color: inherit !important;
    background-image: none  !important;
    background-image: none  !important;
    background-image: none  !important;
    background-image: none  !important;
    background-image: none  !important;
    background-image: none  !important;
    filter: none  !important;
}
#gse .gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	text-align: left !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 6px !important;
	border-radius: 25% !important;
	margin-right: 6px !important;
}


/* ------------------------------------------
　Googleカスタム検索用スマートフォン環境
-------------------------------------------- */
@media only screen and (max-width : 767px){
	#gse { 
		width: 90%;
		height: 36px;
	}
	.gsc-results-wrapper-overlay {
		width: 90% !important;
		left: 5% !important;
	}
	#gse .gsib_a {
    	width: 100%;
    	padding: 7px 0 0 0 !important;
	}
	#gse .gsc-input-box {
		font-size: 14px !important;
	}
	#gse .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    	margin-top: 0px !important;
	}
}

@media all and (-ms-high-contrast:none){
    #glm-wrap .glm-in ul li .sub-wrap ul.sub li a {
        padding-top: .55em;
    }
    
    /* sp */
    #glm-wrap .glm-in ul li span.glm-s a {
        font-size: 1.4em;
        padding: 5px 0 4px 5px !important;
    }
    
    #footer-banner-wrap .footer-banner li span {
         padding-top: .35em;   
    }

}
/* PC設定ここまで --------------------------*/

/* ここよりレスポンシブ設定
-------------------------------------------------------------------------- */
/* 1260px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 1260px){

/* ヘッダー 調整 */
	#header-in {
		max-width: inherit;
        padding-left: 10px;
        padding-right: 10px;
	}
/* 電話番号部分調整 */    
    #header-in .header-box .tel-box {
        font-size: 12px;
    }
/* ヘッダーボタン類調整 */
    #header-in .header-box .bot-box {
        font-size: 13px;
    }
    
    #header-in .header-box .bot-box ul.bot {
        padding: 0;
    }
    
/* グローバルメニュー調整 */
    
    /* 左右のラインを消去 */
    #glm-wrap .glm-in ul li:first-child a > span {
        border-left: 0;
    }
    #glm-wrap .glm-in ul li:last-child a > span {
        border-right: 0;
    }
    
/* フッター調整 */
    .footer-cont-wrap .footer-cont-in {
        padding: 0 10px 16px 10px;
        max-width: inherit;
    }
    .copy-wrap .copy-wrap-in {
        padding: 10px;
        max-width: inherit;
    }
    
}
/* 1200px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 1200px){

/* フッター調整 */
    .footer-cont-wrap .footer-cont-in .foot-logo-wrap {
        max-width: 378px;
        width: 40%;
    }
    .footer-cont-wrap .footer-cont-in .foot-map-wrap {
        margin-left: 20px;
        flex-grow: none;
        width: 50%;
    }
    
}

/* 980px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 980px){
    
/* グローバルメニュー調整 */
    
    #glm-all-wrap {
        font-size: 1.00em;
    }
    
/* フッター調整 */
    .footer-cont-wrap .footer-cont-in .foot-logo-wrap {
        max-width: 378px;
        width: 50%;
    }
    .footer-cont-wrap .footer-cont-in .foot-map-wrap {
        margin-left: 20px;
        flex-grow: none;
        width: 40%;
    }
    
    .copy-wrap .copy-wrap-in .footer-list-wrap {
        margin: 0 0 16px 0;
        width: 100%;
    }
    .copyright-wrap {
        width: 100%;
    }
    
}

/* 840px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 840px){

/* -- PC/TABLET/SP切り替え --------------------------------- */
    .tb-pat1 { display: none !important; }
    .tb-pat2 { display: none !important; }
	
}

/* 767px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 767px){
    
/* -- PC/TABLET/SP切り替え --------------------------------- */
	.pc { display: none !important; }
    .tb { display: none !important; }
	.sp { display: block !important; }
	
/*------------------------------------------------------------
	ヘッダー設定
-------------------------------------------------------------*/
	header {
		height: auto;
        box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
        position: relative;
        z-index: 5;
	}
	#header-in {
    	padding: 15px 5px;
	}
	
/* ロゴ */
	#header-in #logo-box {
		height: auto;
		max-width: 240px;
		width: 100%;
	}
	
/* SPメニューのボタン部 */
	.hd-sp-menu {
		background-color: #68B555;
		cursor: pointer;
		color: #fff;
		line-height: 1.5;
		font-size: 12px;
		margin: 0 0 0 auto;
		text-align: center;
		width: 60px;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		cursor: pointer;
		margin-top: 8px;
		padding-left: 10px;
		position: relative;
		width: 40px;
		height: 28px;
	}
	.menu-trigger span {
		background-color: #fff;
		border-radius: 4px;
		height: 4px;
			left: 0px;
		position: absolute;
		width: 100%;
	}
		
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-315deg);
		transform: translateY(12px) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(315deg);
		transform: translateY(-12px) rotate(315deg);
	}    
    
    
/* グローバルメニュー・レイアウト -----------------------*/
    #glm-all-wrap {
        height: 0;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        position: absolute;
            top: 94px;
    }
    #glm-all-wrap.open {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        height: auto;
    }
    
    #glm-wrap .glm-in {
        max-width: inherit;
    }
	#glm-wrap .glm-in ul {
		display: block;
		table-layout: inherit;
	}
	#glm-wrap .glm-in ul li {
        border-bottom: 1px solid #fff;
		display: block;
		text-align: left;
		height: auto;
	}
    #glm-wrap .glm-in ul li a {
        align-items: normal;
        display: block;
        padding: 17px 0 17px 10px;
    }
    #glm-wrap .glm-in ul li a:hover,
    #glm-wrap .glm-in ul li a.active {
    	background-color: inherit;
    }
    #glm-wrap .glm-in ul li a > span {
        border: 0;
        display: block;
        position: relative;
    }
    #glm-wrap .glm-in ul li a > span:last-child {
        border: 0;
    }
    #glm-wrap .glm-in ul li a > span::before {
        content: "\f04b";
		font-family: FontAwesome;
        padding-right: 16px;
    }
    
/* スマートフォン用グローバルメニュー追加分 */    
	#glm-wrap .sp-glm-foot {
		display: block;	
	}
	
	#glm-wrap .sp-glm-foot ul {
		background-color: #9BDC72;
		margin: 0 auto;
		width: 100%;
	}
	#glm-wrap .sp-glm-foot ul li {
		border-bottom: 1px solid #fff;
		color: #fff;
		cursor: pointer;
		align-items: center;
		display:-webkit-flex;
    	display:-ms-flexbox;
    	display:flex;
		padding: 0 10px;
		position: relative;
		height: 50px;
		width: 100%;
	}
	#glm-wrap .sp-glm-foot ul li a {
		align-items: center;
		color: #fff;
		display:-webkit-flex;
    	display:-ms-flexbox;
    	display:flex;
		text-decoration: none;
		width: 100%;
		height: 100%;
	}
    #glm-wrap .sp-glm-foot ul li::before {
        content: "\f04b";
		font-family: FontAwesome;
        padding-right: 16px;
    }
    
	#glm-wrap .sp-glm-foot .sp-glm-close {
        background-color: #fff;
		text-align: center;
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
		
	#glm-wrap .sp-glm-foot .sp-glm-close span {
		background-color: #fff;
		color: #000;
		display: block;
		cursor: pointer;
		margin: 0 auto;
		position: relative;
		padding: 10px 0;
		width: 150px;
	}
		
	#glm-wrap .sp-glm-foot .sp-glm-close span::before {
	    content: "\f2d3";
		color: #68B555;
	    font-family: FontAwesome;
        font-size: 2.0em;
		padding-right: 10px;
        vertical-align: middle;
	}
 
/* Gotop -------------------------------------------------*/
    #gotop {
        cursor: pointer;
        position: absolute;
            bottom: 435px;
            right: 5px;
        width: 50px;
        height: 50px;
    }
    
/* フッター・レイアウト ----------------------------------*/
    #foot-clone {
        display: block;
        margin: 30px auto 0 auto;
    }
    
    footer .footer-top-bk {
        display: none;
    }
    
    /* SPの場合TOPページのみ、フッター内のロゴは非表示 */
    #top footer .footer-cont-wrap {
        display: none;
    }
        
    footer .footer-cont-wrap {
        background-color: inherit;
    }
    .footer-cont-wrap .footer-cont-in .foot-logo-wrap {
        color: #333;
        max-width: 398px;
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
    }
    .footer-cont-wrap .footer-cont-in .foot-map-wrap {
        display: none;
    }
    
    dl.foot-logo {
        margin: 0 auto 15px auto;
    }
    dl.foot-logo dd {
        text-align: center;
        padding-left: 0;
    }
    
    .footer-access-bot {
        display: none;
    }

/* コピーライト
----------------------------------------------------------*/
    .copy-wrap .copy-wrap-in {
        padding: 0;
    }
    .copy-wrap .copy-wrap-in .footer-list-wrap {
        background-color: #68B555;
        margin: 0 auto;
        width: 100%;
    }
    .footer-list-wrap ul {
        border-left: 0;
        display: block;
        table-layout: inherit;
    }
    .footer-list-wrap ul li {
        display: block;
        padding: 16px 0 16px 10px;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }
    .footer-list-wrap ul li a,
    .footer-list-wrap ul li span {
        align-items: center;
        color: #fff;
        display: flex;
        padding: 0;
        position: relative;
        height: 100%;
    }
    .footer-list-wrap ul li a::after,
    .footer-list-wrap ul li span::after {
        content: "";
        display: inline-block;
        background-image: url(../img/common/footer/footer-arrow-ico.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        margin-left: 16px;
        position: absolute;
            right: 16px;
    }
    .footer-list-wrap ul li a::before,
    .footer-list-wrap ul li span::before {
        content: "";
        display: inline-block;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }
    
    .footer-list-wrap ul li.tel span::before {
        background-image: url(../img/common/footer/list-tel-ico.png);
    }
    .footer-list-wrap ul li.access a::before {
        background-image: url(../img/common/footer/list-car-ico.png);
    }
    .footer-list-wrap ul li.inquiry a::before {
        background-image: url(../img/common/footer/list-mail-ico.png);
    }
    .footer-list-wrap ul li.policy a::before {
        background-image: url(../img/common/footer/list-policy-ico.png);
    }
    .footer-list-wrap ul li.sitemap a::before {
        background-image: url(../img/common/footer/list-sitemap-ico.png);
    }
    .footer-list-wrap ul li.link a::before {
        background-image: url(../img/common/footer/list-link-ico.png);
    }
    
    /* tel にaタグが付与された場合 */
    
    .footer-list-wrap ul li a span::after {
        content: none;
    }
    .footer-list-wrap ul li a span::before {
        content: none;
    }
    .footer-list-wrap ul li.tel a::before {
        background-image: url(../img/common/footer/list-tel-ico.png);
    }
    
    
    .copyright-wrap {
        padding: 10px;
        text-align: center;
        font-size: 0.85;
        line-height: 1.2;
    }

}

/* 480px以下の設定
-------------------------------------------------------------------------- */
@media only screen and (max-width : 480px){
    
    .sp-pat1 {
        display: block;
    }
    dl.foot-logo dd {
        text-align: left;
        padding-left: 0;
    }
    dl.foot-logo dd span {
        display: block;
        margin: 0 auto;
        width: 220px;
    }
    
}

/*------------------------------------------------------------
	以下共通設定
-------------------------------------------------------------*/
/*--------------------------------------------------------
	ブロック・テキスト配置用共通設定
--------------------------------------------------------*/
/*文字の横位置*/
.al-l{ text-align: left; }
.al-r{ text-align: right; }
.al-c{ text-align: center; }

/*文字の縦位置*/
.vl-t{ vertical-align: top!important; }/*上寄せ*/
.vl-m{ vertical-align: middle!important; }/*中央寄せ*/
.vl-b{ vertical-align: bottom!important; }/*下寄せ*/

/* 下マージンリセット */
.no-mb { margin-bottom: 0 !important; }

/*周りのブロックからの距離（margin）*/
.m0{ margin: 0!important; }/*周りからのmarginを0に*/
.m0-t{ margin-top: 0!important; }/*上からのmarginを0に*/
.m0-r{ margin-right: 0!important; }/*右からのmarginを0に*/
.m0-b{ margin-bottom: 0!important; }/*下からのmarginを0に*/
.m0-l{ margin-left: 0!important; }/*左からのmarginを0に*/

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }

.m70{ margin: 70px!important; }
.m70-t{ margin-top: 70px!important; }
.m70-r{ margin-right: 70px!important; }
.m70-b{ margin-bottom: 70px!important; }
.m70-l{ margin-left: 70px!important; }

.m80{ margin: 80px!important; }
.m80-t{ margin-top: 80px!important; }
.m80-r{ margin-right: 80px!important; }
.m80-b{ margin-bottom: 80px!important; }
.m80-l{ margin-left: 80px!important; }

.m90{ margin: 90px!important; }
.m90-t{ margin-top: 90px!important; }
.m90-r{ margin-right: 90px!important; }
.m90-b{ margin-bottom: 90px!important; }
.m90-l{ margin-left: 90px!important; }

.m100{ margin: 100px!important; }
.m100-t{ margin-top: 100px!important; }
.m100-r{ margin-right: 100px!important; }
.m100-b{ margin-bottom: 100px!important; }
.m100-l{ margin-left: 100px!important; }

.m120{ margin: 120px!important; }
.m120-t{ margin-top: 120px!important; }
.m120-r{ margin-right: 120px!important; }
.m120-b{ margin-bottom: 120px!important; }
.m120-l{ margin-left: 120px!important; }

.m150{ margin: 150px!important; }
.m150-t{ margin-top: 150px!important; }
.m150-r{ margin-right: 150px!important; }
.m150-b{ margin-bottom: 150px!important; }
.m150-l{ margin-left: 150px!important; }

.m200{ margin: 200px!important; }
.m200-t{ margin-top: 200px!important; }
.m200-r{ margin-right: 200px!important; }
.m200-b{ margin-bottom: 200px!important; }
.m200-l{ margin-left: 200px!important; }

.m300{ margin: 300px!important; }
.m300-t{ margin-top: 300px!important; }
.m300-r{ margin-right: 300px!important; }
.m300-b{ margin-bottom: 300px!important; }
.m300-l{ margin-left: 300px!important; }


/*周りのブロックからの距離（padding）*/
.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.p80{ padding: 80px!important; }
.p80-t{ padding-top: 80px!important; }
.p80-r{ padding-right: 80px!important; }
.p80-b{ padding-bottom: 80px!important; }
.p80-l{ padding-left: 80px!important; }

.p90{ padding: 90px!important; }
.p90-t{ padding-top: 90px!important; }
.p90-r{ padding-right: 90px!important; }
.p90-b{ padding-bottom: 90px!important; }
.p90-l{ padding-left: 90px!important; }

.p100{ padding: 100px!important; }
.p100-t{ padding-top: 100px!important; }
.p100-r{ padding-right: 100px!important; }
.p100-b{ padding-bottom: 100px!important; }
.p100-l{ padding-left: 100px!important; }

/*フォントの装飾*/
.b{ font-weight: bold!important; } /*太字*/
.txtBld { font-weight: bold!important; } /*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

/*フォントサイズの設定*/
.big{ font-size: 1.2em!important; }
.big2{ font-size: 1.5em!important; }
.big3{ font-size: 1.8em!important; }
.small{ font-size: 0.8em!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }
.f25em{ font-size: 2.5em; }
.f26em{ font-size: 2.6em; }
.f27em{ font-size: 2.7em; }
.f28em{ font-size: 2.8em; }
.f29em{ font-size: 2.9em; }
.f30em{ font-size: 3.0em; }

.f8pt{ font-size: 8.5pt; }
.f9pt{ font-size: 9.0pt; }
.f10pt{ font-size: 10pt; }
.f11pt{ font-size: 11pt; }
.f12pt{ font-size: 12pt; }
.f13pt{ font-size: 13pt; }
.f14pt{ font-size: 14pt; }
.f15pt{ font-size: 15pt; }
.f16pt{ font-size: 16pt; }
.f17pt{ font-size: 17pt; }
.f18pt{ font-size: 18pt; }
.f19pt{ font-size: 19pt; }
.f20pt{ font-size: 20pt; }
.f21pt{ font-size: 21pt; }
.f22pt{ font-size: 22pt; }
.f23pt{ font-size: 23pt; }
.f24pt{ font-size: 24pt; }

/*フォントの色設定*/
.red{ color: #e53935!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #4caf50!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #3f51b5!important; }/*紺*/
.orange{ color: #ff9800!important; }/*橙*/
.pink{ color: #ec407a!important; }/*ピンク*/
.purple{ color: #9c27b0!important; }/*紫*/
.olive{ color: #808000!important; }/*オリーブ*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #00bcd4!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/
.brown{ color: #6d4c33!important; }/*茶*/

/*マーカー表示（背景に着色）*/
.box-yellow,
.box-orange,
.box-pink,
.box-lime,
.box-gray{ padding: 2px; }

.box-yellow{ background-color: #ff6; }/*黄*/
.box-orange{ background-color: #f90; }/*橙*/
.box-pink{ background-color: #ffccff; }/*ピンク*/
.box-lime{ background-color: #9f9; }/*黄緑*/
.box-gray{ background-color: #ccc; }/*灰*/


/*行間の設定*/
.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh16{ line-height: 1.6!important; }
.lh17{ line-height: 1.7!important; }
.lh18{ line-height: 1.8!important; }
.lh19{ line-height: 1.9!important; }
.lh20{ line-height: 2.0!important; }

/*横幅を指定*/
.w05{ width: 5%; }
.w10{ width: 10%; }
.w15{ width: 15%; }
.w20{ width: 20%; }
.w25{ width: 25%; }
.w30{ width: 30%; }
.w35{ width: 35%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w48{ width: 48%; }
.w50{ width: 50%; }
.w55{ width: 55%; }
.w60{ width: 60%; }
.w65{ width: 65%; }
.w70{ width: 70%; }
.w75{ width: 75%; }
.w80{ width: 80%; }
.w85{ width: 85%; }
.w90{ width: 90%; }
.w95{ width: 95%; }
.w100{ width: 100%; }
