/*--基本フォント指定--*/
body,p,li,td, figcaption {
	font-family:"メイリオ","Mayryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
}

/*汎用クラス（Jimdo機能側での余白など調整用）*/
.b-margin10 {margin-bottom:10px;}
.b-margin15 {margin-bottom:15px;}
.b-margin20 {margin-bottom:20px;}

a[href^="tel:"] {
    pointer-events:none;
}

@media screen and (max-width:800px) {
	a[href^="tel:"] {
    pointer-events:auto;
	}
}

.j-table table {
	border-collapse:collapse;
}

.j-table table.gray-top {
	border-top:1px solid #CCC;
}

.j-table table th,
.j-table table td {
	border-bottom:1px solid #CCC;
	padding:10px;
}

.j-table th {
	background-color:#EEE;
}

.j-calltoaction-link-style-1 {
	padding:10px 16px !important;
	font-size:20px !important;
}

.j-calltoaction-link-style-2 {
	padding:5px 15px !important;
	font-size:15px !important;
}

.j-calltoaction-link {
	background-color:#1043A5 !important;
	border-color:#1043A5 !important;
}

.topic-box,
.topic-box02 {
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0;
}

.topic-box p {
	display:block;
	border-bottom:1px dotted #CCC;
	padding:10px 5px;
}

.topic-box02 p {
	display:block;
	border-bottom:1px dotted #CCC;
	padding:10px 15px;
}

.btm-btns {
	width:100%;
	margin:0;
	padding:15px 35px;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/btm-bg.png?t=1509075857);
	border:4px solid #EEE;
	box-sizing:border-box;
}

.btm-btns p {
	margin:0;
	padding:0px 0px 10px 0px;
	box-sizing:border-box;
	font-size:21px;
	font-weight:bold;
	color:#FFF;
	line-height:130%;
}

.btm-btns .btns {
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-flex;
    display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
}

.btm-btns .btns > div:last-child {
	margin-left:auto;
}

@media screen and (max-width:950px) {
	.btm-btns .btns {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	.btm-btns .btns > div {
		margin:0 auto;
		padding:5px;
	}
	
	.btm-btns .btns > div:last-child {
		margin:0 auto;
		padding:5px;
	}
	
}

/*--ブログまわり--*/

/*clearfix*/
.clearfix:after { content: "";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}

/*  Layout
----------------------------------------------- */
html {
	overflow:auto !important;
}

img {
	vertical-align:top;
	max-width:100% !important;
	height:auto !important;
	margin:0;
	padding:0;
	border:none;
}

figure {
	max-width:100% !important;
	height:auto;
}

figure img {
	max-width:100% !important;
	height:auto !important;
	margin:0;
	padding:0;
	border:none;
}

#cc-inner {
	overflow:hidden;
}

#lb-container img {
	max-width:none !important;
	width:auto;
	height:auto;
}

.cc-map-canvas img { max-width:none !important; }

/*--カラム部分など--*/
@media screen and (max-width:640px) {
	.cc-m-hgrid-column {
		width:100% !important;
		float:none !important;
	}
}

@media screen and (max-width:640px) {
	.j-textWithImage figure {
		display:block !important;
		margin:0 auto !important;
		float:none !important;
	}
	
}

@media screen and (max-width:800px) {
	.j-cart {
		top:inherit !important;
		right:inherit !important;
		left:0px !important;
		bottom:0px !important;
	}
}

a img {
	background-color:transparent;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
}

a:hover img {
	filter:alpha(opacity=65);
	opacity:0.65;
}

body {
    background:#FFF;
    padding:0;
    margin:0;
	min-width:990px;
}

@media screen and (max-width:980px) {
	body {
		min-width:initial;
		width:100%;
	}
}

#wrapper {
	width:100%;
	margin:0;
	padding:0;
}

/*--ヘッダ--*/
#header {
	width:100%;
	margin:0;
	padding:0;
	background:url(header-bg.png) center top repeat-x #FFF;
	border-top:4px solid #003893;
}

#header #header-inner {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	display:-webkit-flex;
    display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-align-items:center;
	align-items:center;
	box-sizing:border-box;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a:hover img {
	filter:alpha(opacity=100);
	opacity:1;
}

#header #header02 {
	margin:0px 0px 0px auto;
	padding:0;
}

#header #header03 {
	margin:0;
	padding:0px 0px 0px 15px;
}

@media screen and (max-width:979px) {
	#header-wrapper {
		position:relative;
	}
}

@media screen and (max-width:800px) {
	#header #header-inner {
		-webkit-flex-direction:column;
		flex-direction:column;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	#header h1,
	#header #header02,
	#header #header03{
		margin:0 auto;
		padding:5px;
	}
	
	#header h1 {
		width:100%;
		max-width:445px;
		box-sizing:border-box;
	}
	
	#header #header02 {
		width:100%;
		max-width:255px;
		box-sizing:border-box;
	}
	
	#header #header03 {
		width:100%;
		max-width:174px;
		box-sizing:border-box;
		padding-bottom:15px;
	}
		
}

/*--ヘッダここまで--*/

/*--グローバルナビ--*/
#g-nav-wrap {
	width:100%;
	margin:0;
	padding:0;
	display:block;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #003893), color-stop(0.51, #003893), color-stop(0.50, #064FA5), color-stop(0.00, #064FA5));
	background:-webkit-linear-gradient(top, #064FA5 0%, #064FA5 50%, #003893 51%, #003893 100%);
	background:-moz-linear-gradient(top, #064FA5 0%, #064FA5 50%, #003893 51%, #003893 100%);
	background:-o-linear-gradient(top, #064FA5 0%, #064FA5 50%, #003893 51%, #003893 100%);
	background:-ms-linear-gradient(top, #064FA5 0%, #064FA5 50%, #003893 51%, #003893 100%);
	background:linear-gradient(top, #064FA5 0%, #064FA5 50%, #003893 51%, #003893 100%);
}

#g-nav {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-border.jpg?t=1508207570) left repeat-y;
}

#g-nav:after {
        content: "";
        display: block;
        clear: both;
}

#g-nav ul {
        list-style-type: none;
}

#g-nav ul.cc-nav-level-0 { /* 第一階層のul */
		width:100%;
 *zoom: 1; /*forIE6,7*/
        margin:0 auto;
        padding:0;
}

#g-nav ul.cc-nav-level-0:after {
        content: "";
        display: block;
        clear: both;
}

#g-nav ul.cc-nav-level-0 > li {
 *zoom: 1; /*forIE6,7*/
        white-space:nomal;
		background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-border.jpg?t=1508207570) right repeat-y;
		float:left;
}

#g-nav ul.cc-nav-level-0 li ul {
        visibility:hidden;
        position:absolute;
        margin:0;
        padding:0;
        z-index:20 !important;
}

#g-nav ul.cc-nav-level-0 li:hover > ul {
        visibility: visible;
}

#g-nav ul.cc-nav-level-0 li ul li {
        width: auto !important;
        clear: left;
        position: relative;
		background:none;
}

#g-nav ul.cc-nav-level-0 li ul li ul {
        top: 0;
        left: 100%;
}

#g-nav ul.cc-nav-level-0 li a {
	display:block;
	width:auto;
	height:100%;
	padding:25px 20px 25px 20px;
	margin:0;
	color:#FFF;
	text-decoration: none;
	font-size:15px;
	line-height:120%;
	background-color:transparent;
	background-image:none;
}

* html #g-nav ul.cc-nav-level-0 li a { /*forIE6*/
        zoom: 1;
}

#g-nav ul.cc-nav-level-0 li a.cc-nav-current,ul.cc-nav-level-0 li.cc-nav-parent a {
	font-weight:bold;
}

#g-nav ul.cc-nav-level-0 li ul {
	margin:0;
	padding:0;
}

#g-nav ul.cc-nav-level-0 li ul li {
	width:168px !important;
	height:auto;
	margin:0px 0px 1px 1px;
	padding:0;
	display:block;
	background-image:none !important;
	border:none;
}

#g-nav ul.cc-nav-level-0 li ul li ul {
	margin:0;
	padding:0;
}

#g-nav ul.cc-nav-level-0 li ul li a {
	width:168px;
	height:auto;
	text-align:left;
	margin:0;
	font-size:12px;
	line-height:120%;
	color:#555;
	padding:15px 20px 13px 30px;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02.png?t=1508207596) left top no-repeat #EEE;
	font-weight:normal;
	text-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	-ms-transition:0.3s;
	transition:0.3s;
	border:none;
	box-sizing:border-box;
}

#g-nav ul.cc-nav-level-0 li ul li ul li a {
	width:168px;
	height:auto;
	text-align:left;
	margin:0;
	font-size:12px;
	line-height:120%;
	color:#555;
	padding:15px 20px 13px 30px;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02.png?t=1508207596) left top no-repeat #EEE;
	font-weight:normal;
	box-sizing:border-box;
}

#g-nav ul.cc-nav-level-0 a:hover {
	font-weight:bold;
}

#g-nav ul.cc-nav-level-1 a:hover,
#g-nav ul.cc-nav-level-2 a:hover {
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02ro.png?t=1508207614) left top no-repeat #2397ED;
	color:#FFF;
	border-bottom:none;
}

#g-nav ul.cc-nav-level-1 a.cc-nav-current, ul.cc-nav-level-2 a.cc-nav-current {
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02ro.png?t=1508207614) left top no-repeat #2397ED !important;
	color:#FFF !important;
	border-bottom:none;
}

@media screen and (max-width:979px) {
	#g-nav-wrap {
		display:none;
	}
}

/*--グローバルナビここまで--*/

/*--モバイル用ナビ--*/
#tab-nav {
	display:none;
}

@media screen and (max-width: 979px){
	#g-nav-outer {
		display:none;
	}
	
	#tab-nav {
		display:block;
		background:#FFF;
	}
	
	#tab-nav ul {
		margin:0;
		padding:0;
	}
	
	.mainNav1 {
    	display:none;
	}
	
	.mainNav1 li {
		margin:0;
		padding:0;
   		width:100%;
		background:#FFF;
		list-style:none;
  	}
	
	.mainNav1 li a {
		width:auto;
		display:block;
		background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02ro.png?t=1508207614) left no-repeat #1043A5;
    	position:relative;
    	padding:12px 0px 10px 40px;
    	border-bottom:1px solid #CCC;
    	color:#fff;
    	text-align:left;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
	}
	
	.mainNav2 li a {
		width:auto;
		display:block;
		background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02.png?t=1508207596) 20px no-repeat #FFF;
    	position:relative;
    	padding:12px 0px 10px 60px;
    	border-bottom:1px solid #1043A5;
    	color:#333;
    	text-align:left;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
	}
	
	.mainNav3 li a {
		width:auto;
		display:block;
		background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/g-nav-lm02.png?t=1508207596) 40px no-repeat #D6E1FF;
    	position:relative;
    	padding:12px 0px 10px 80px;
    	border-bottom:1px solid #1043A5;
    	color:#333;
    	text-align:left;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
	}
	
	#switch {
		display:block;
		position:relative;
		width:100%;
		background:#1043A5;
	}
	
	#switch:hover {
		opacity:0.7;
	}
	
	#switch a {
    	display:block;
    	position:relative;
    	padding:12px 0 10px;
    	border-bottom:1px solid #CCC;
    	color:#fff;
    	text-align:center;
    	text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:120%;
  	}
	
	#switch:before {
    	display:block;
    	content:"";
    	position:absolute;
    	top:50%;
    	left:10px;
    	width:20px;
    	height:20px;
    	margin-top:-10px;
    	background:#fff;
	}
	
	#switch a:before, #switch a:after {
    	display:block;
    	content:"";
    	position:absolute;
    	top:50%;
    	left:10px;
    	width:20px;
    	height:4px;
    	background:#1043A5;
	}
	
	#switch a:before {
    	margin-top:-6px;
	}
	
	#switch a:after {
    	margin-top:2px;
	}
	
	.mainNav1 li a:hover,
	#switch a:hover {
		opacity:0.7;
		text-decoration:underline !important;
	}
	
}
/*--モバイル用ナビここまで--*/

/*--コンテンツ枠修正用--*/
#content-fix {
	width:100%;
	margin:0;
	padding:0;
}

/*--メインイメージ--*/
#main-img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/sub-main-bg.jpg?t=1508207881) center top no-repeat #D6E1FF;
}

#page-1387825254 #main-img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/top-main-bg.jpg?t=1508208447) center top no-repeat #D6E1FF;
}

.cc-pagemode-notfound #main-img,
.cc-pagemode-overlay #main-img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/sub-main-bg.jpg?t=1508207881) center top no-repeat #D6E1FF !important;
}

#top-main {
	display:none;
}

#page-1387825254 #top-main {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	display:block;
}

.cc-pagemode-notfound #top-main,
.cc-pagemode-overlay #top-main {
	display:none !important;
}

#sub-main {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	display:block;
}

#page-1387825254 #sub-main {
	display:none;
}

.cc-pagemode-notfound #sub-main,
.cc-pagemode-overlay #sub-main {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	display:block !important;
}

/*--パンくずリスト--*/
#bc-outer {
	width:100%;
	margin:0;
	padding:13px 0px;
	background-color:#F6F6F6;
	display:block;
}

#page-1387825254 #bc-outer {
	display:none;
}

.cc-pagemode-notfound #bc-outer,
.cc-pagemode-overlay #bc-outer {
	display:block !important;
}

#breadcrumb {
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:0;
	display:block;
}

#breadcrumb a.home-link {
	width:auto;
	padding: 0 20px 0 5px;
	color:#337EBF;
	background: url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/bc-arrow.png?t=1508207557) center right no-repeat;
	font-size:14px;
	float:left;
}

#breadcrumb ol {
        margin: 0;
        padding: 0;
        list-style-type: none;
}
#breadcrumb ol li {
        float: left;
        margin: 0;
		font-size:14px;
		color:#333;
}
#breadcrumb ol li a {
        padding: 0 20px 0 0;
		color:#337EBF;
        background: url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/bc-arrow.png?t=1508207557) center right no-repeat;
		font-size:14px;
}
#breadcrumb ol li a.cc-nav-current {
        text-decoration:none;
        color:#337EBF;
        background:none;
}
/*--パンくずリストここまで--*/

/*--メインコンテンツ--*/
#content-wrap {
	width:100%;
	max-width:990px;
	margin:0 auto;
	padding:20px 0px 70px 0px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

#page-1387825254 #content-wrap {
	width:100%;
	max-width:990px;
	margin:0 auto;
	padding:30px 0px 70px 0px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.cc-pagemode-notfound #content-wrap,
.cc-pagemode-overlay #content-wrap {
	width:100%;
	max-width:990px;
	margin:0 auto;
	padding:20px 0px 70px 0px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

/*--共通コンテンツ--*/
#content02 {
	width:240px;
	margin:0 auto 0 0;
	padding:0px 0px 35px 0px;
}

/*--共通コンテンツここまで--*/

#content {
	width:calc(100% - 268px);
	margin:0;
	padding:0px 0px 35px 0px;
}

@media screen and (max-width:800px) {
	#content-wrap,
	#page-1387825254 #content-wrap,
	.cc-pagemode-notfound #content-wrap,
	.cc-pagemode-overlay #content-wrap {
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	
	#content {
		width:100%;
		-webkit-order:0;
		order:0;
	}
	
	#content02 {
		margin:0 auto;
		-webkit-order:1;
		order:1;
	}
}

/*--見出し--*/
.j-header h1 {
	width:auto;
	font-size:20px !important;
	font-weight:bold !important;
	color:#111 !important;
	line-height:120% !important;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	text-align:center;
	font-family:"メイリオ","Mayryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	border-top:3px solid #003893;
	border-bottom:1px solid #CCC;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F5F5F5), color-stop(0.51, #F5F5F5), color-stop(0.50, #FFF), color-stop(0.00, #FFF));
	background:-webkit-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background:-moz-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background:-o-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background:-ms-linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
	background:linear-gradient(top, #FFF 0%, #FFF 50%, #F5F5F5 51%, #F5F5F5 100%);
}

.j-header h2 {
	width:auto;
	font-size:18px !important;
	font-weight:bold !important;
	color:#111 !important;
	line-height:120% !important;
	padding:11px 15px 11px 24px;
	margin:0px 0px 5px 0px;
	font-family:"メイリオ","Mayryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/h2-bg.png?t=1508207682) left top no-repeat #F5F5F5;
	border:1px solid #CCC;
}

.j-header h3 {
	width:auto;
	font-size:17px !important;
	font-weight:bold !important;
	color:#111 !important;
	line-height:20px !important;
	padding:2px 10px 0px 23px;
	margin:0px 0px 5px 0px;
	font-family:"メイリオ","Mayryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
	background:url(https://u.jimcdn.com/cms/o/s838d296df6a34876/userlayout/img/h3-bg.png?t=1508207705) 0px 0px no-repeat;
}


/*--見出しここまで--*/

/*--フッタ--*/
#footer {
	width:100%;
    clear:both;
	margin:0;
	padding:0;
	background-color:#FFF;
}

#footer #footer-inner {
	width:100%;
	margin:0;
	padding:0;
}

#footer-inner #footer-copy {
	padding:20px 0px 20px 0px;
	text-align:center;
	font-size:12px;
	line-height:120%;
	color:#FFF;
	background:#003893;
}

#sys-footer {
	width:100%;
	max-width:970px;
	margin:0 auto;
	padding:20px 5px 20px 5px;
	text-align:left;
	font-size:12px;
	line-height:120%;
	color:#666;
	box-sizing:border-box;
}

#sys-footer a:link,
#sys-footer a:visited {
    text-decoration:underline;
    color:#666 !important;
}
#footer #sys-footer a:active { text-decoration:none; }
#footer #sys-footer a:hover { text-decoration:none; }
#footer #sys-footer a img { background-color:transparent; }

/*  Navigation
----------------------------------------------- */

/*--ナビゲーションここまで--*/

#content .j-blogarticle .c {
	display:none;
}

/*--Jimdo概要P補正--*/
#imprint h2 {
	background:none;
	height:auto;
}