@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{color:#000;text-shadow:none}::selection{color:#fff;background:#00294b;text-shadow:none}
/******************************************************/
/*リンク*/
a[href] {
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
a:hover, a:active, a:focus {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, strong {
    position: relative;
    color: inherit;
}
/*強調*/
em {
    font-size: 100%;
    text-decoration: none;
    font-style: normal;
}
/*画像など*/
img, object, embed, video {
    max-width: 100%;
    height: auto;
}
/*list種類*/
ul.alpha {
    list-style-type: lower-alpha;
}
/*クリア*/
.clear {
    clear: both;
}
hr {
    border: 0;
    border-top: 1px dotted #999;
    margin: 10px 0;
}
hr.clear {
    display: none;
}
/*読み上げ用隠し*/
.speech, .screen-reader-text {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    width: 1px;
    height: 1px;
    position: absolute;
    left: -9999px;
    overflow: hidden;
}
/*印刷のみ*/
.printOnly {
    display: none;
}

@media print {
/*印刷時*/
.speech {
    display: none;
}
.printOnly {
    display: block;
}
}
/*非表示*/
.noDisp {
    display: none !important;
}
.pcView {
    display: none;
}

@media screen and ( min-width : 767px ) {
.pcView {
    display: block;
}
.spView {
    display: none;
}
}
/*ヘルパーclass*****************************************************/
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
/*レイアウト*******************************************************/

body {
    font-size: 100%;
    font-family: "YakuHanJP", "Hiragino Sans", "Noto Sans Japanese", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    text-align: left;
    z-index: 1;
    position: relative;
    word-wrap: break-word;
    min-width: 320px;
    overflow: hidden;
}
#pageHead, #pageFoot, #contents {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2em 1em;
}

/*spメニュー透過背景*/
@media screen and (max-width: 767px) {
body.over::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    z-index: 100;
}
body.over #pageHead {
    z-index: 101;
}
}

/*Print*/
@media print {
/*印刷時*/
body {
    margin: 0 auto;
    width: 1000px;
}
}
/*ヘッダー*******************************************************/
#pageHead {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 4em;
	padding: 0 1em;
    font-weight: bold;
    z-index: 2;
}

/* logo */
#pageHead #logo a {
	display: block;
	width: 4em;
	height: 6.2em;
	padding-top: 6em;
	background: url("images/logo.png") no-repeat;
	background-size: 100% auto;
	background-position: top 2.2em center;
	overflow: hidden;
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.4));
	        filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.4));
}

#pageHead #toolBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
}
#pageHead #toolBox a {
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.4));
	        filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.4));
}
#toolBox nav#menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#toolBox nav#menu ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    list-style: none;
}

#toolBox nav#menu ul li a {
    margin: 0 1em;
}
#toolBox nav#menu ul li a::before {
    display: inline-block;
    margin-right: .5em;
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}
#toolBox nav#menu ul li:last-child a::before {
	display: none;
}
/*spmenu*/
#toolBox nav#menu #spMenu {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    width: 50px;
    height: 50px;
    margin: .5em;
    padding: 5px;
    cursor: pointer;
}
#toolBox nav#menu #spMenu::before {
    display: block;
	font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    height: 30px;
    text-align: center;
    font-size: 1.5em;
}

/*spメニュー開いた時*/
#toolBox nav#menu ul.open + #spMenu::before {
    display: block;
	font-family: "Font Awesome 5 Free";
    content: "\f00d";
    height: 30px;
    text-align: center;
    font-size: 1.5em;
}

#toolBox nav#menu #spMenu {
    display: none;
}

/*カスタム検索*/
#search_box {
	background: #fff;
}
#search_box form {
	width: 170px;
	height: 40px;
	border: solid 1px #c9c9c9;
}
#search_box form [type="text"] {
	width: 130px;
	height: 30px;
	margin-top: 5px;
	padding: 0 0 0 10px;
	font-size: .75em;
	font-weight: normal;
	vertical-align: top;
 }
#search_box form [type="submit"] {
	position: relative;
	width: 30px;
	height: 30px;
	margin-top: 5px;
}
#search_box form [type="submit"]::before {
	position: absolute;
	top: 0;
	right: 5px;
	font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: 800;
}

@media screen and ( max-width : 767px ) {
	#pageHead {
		padding: 0 1em;
	}
	#pageHead #logo a {
	display: block;
	width: 2em;
	height: 2em;
	padding-top: 2.5em;
		background: url("images/logo_b.png") no-repeat;
		background-size: 100% auto;
	background-position: bottom center;
	overflow: hidden;
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.4));
	        filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.4));
}

#toolBox nav#menu ul {
    display: none;
}
#toolBox nav#menu ul.open {
    position: absolute;
    top: 4em;
	left: 0;
    display: block;
    width: 100vw;
    background: rgba(0,0,0,0.8);
}
#toolBox nav#menu ul li {
    width: 100%;
    border-bottom: solid 1px rgba(255,255,255,0.50);
}
#toolBox nav#menu ul li a {
    display: block;
    padding: 20px;
	margin: 0;
}
#toolBox nav#menu #spMenu {
    display: block;
}
	
	#search_box {
		width: calc(100% - 30px);
		margin: .5em;
	}
	#search_box form {
		width: 100%;
	}
	#search_box form [type="text"] {
		width: calc(100% - 40px);
	}
}

/*UPリンク**************************/
#upLink {
	position: fixed;
	bottom: 2%;
	right: 0;
	margin: 0;
	z-index: 1000;
}
#upLink a {
	display: block;
	position: relative;
	padding-top: 40px;
	height: 40px;
	width: 45px;
	margin: 20px 20px 30px;
	border-radius: 5px;
	border: 2px solid #CCC;
	background-color: rgba(255,255,255,.8);
	overflow: hidden;
}
#upLink a.hide {
	opacity: 0;
	visibility: hidden;
}
#upLink a:hover, #upLink a:active, #upLink a:focus {
	background-color: #fff;
}
#upLink a:before, #upLink a:after {
	content: "";
	display: block;
	position: absolute;
}
#upLink a:after {
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(-45deg) skew(2deg, 2deg);
	-ms-transform: rotate(-45deg) skew(2deg, 2deg);
	    transform: rotate(-45deg) skew(2deg, 2deg);
	left: 50%;
	margin-left: -10px;
	top: 15px;
}
#upLink a:hover:after, #upLink a:active:after, #upLink a:focus:after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

@media screen and (max-width: 767px) {
	#upLink {
		opacity: .6;
	}
}

@media print {
/*印刷時*/
	#upLink {
		display: none;
	}
}

/*パンクズ*******************************************************/
.breadcrumbs{
	overflow: hidden;
	clear: both;
	font-size: 0.866666666666667em;
}
.breadcrumbs ol {
	text-align:left;
	list-style-type:none;
	margin: 0; padding: 0 10px;
}
.breadcrumbs li {
	display:inline-block;
	vertical-align:middle;
}
.breadcrumbs li:after{
	display:inline-block;
	margin-left:.4em;
	color: #808080;
	content:"\03e";
}
.breadcrumbs li:last-child:after{
	display:none;
	content:"";
}

/*Desktop*/
@media screen and (min-width: 767px), print{
	.breadcrumbs ol{
		margin:0 auto;
		max-width: 1120px;
	}
}

/**ページタイトル*/
.mainHead {
	color: #241816;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
	margin: 20px 0;
}
.mainHead h2{
	font-weight: 600;
	font-size: 1.866666666666667em;
	line-height: 1.3;
	margin: 0;
}
.mainHead p{
	font-size: 1.2em;
}
/*見出し*******************************************************/
.mainText h2,
.mainText h3,
.mainText h4 {
	position: relative;
}

.mainText h2 {
	padding-left: 1em;
    font-size: 1.625em;
}
.mainText h2::before {
	position: absolute;
    top: .4em;
    left: 0;
    margin: auto;
    content: "";
    width: .4em;
    height: .4em;
}
.mainText h2::after {
	position: absolute;
    top: .8em;
    left: .4em;
    content: "";
    width: .4em;
    height: .4em;
}

.mainText h3 {
	margin-bottom: .5em;
    font-size: 1.4em;
	border-bottom: solid 1px;
}

#contentPage .mainText::after {
	position: absolute;
    top: .8em;
    left: .4em;
    content: "";
    width: .3em;
    height: .3em;
}

.mainText h4 {
	padding-left: .8em;
	margin-bottom: .5em;
    font-size: 1.25em;
}
.mainText h4::before {
	position: absolute;
    top: 0;
	bottom: 0;
    left: 4px;
    margin: auto;
    content: "";
    width: .3em;
    height: .3em;
	border: solid 1px;
}
.mainText h4::after {
	position: absolute;
    top: 15px;
    left: 2px;
    content: "";
    width: .5em;
    height: .5em;
	border: solid 1px;
}



/* pageHeadimg */
#pageHeadimg {
    height: 150px;
    background: url( "images/pageHead2.jpg");
    background-size: 100% auto;
}
/* slider */
#slider {
    position: relative;
    width: 100%;
    z-index: 1;
}
#slider .sliderImg div {
	width: 100%;
	height: 600px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
/* Slider無しhead */
#slider .sliderHead {
	height: 200px;
	background: url("images/02.png");
	background-position: center;
	background-size: 100% auto;
}
.slick-dots {
	position: absolute;
	bottom:0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
}
.slick-dots li {
	display: inline-block;
}
.slick-dots li button {
	position: relative;
	margin: 10px;
	padding-top: 20px;
	height: 10px;
	width: 20px;
	overflow: hidden;
}
.slick-dots li button::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "●";
	color: #444;
}

@media screen and ( max-width : 767px ) {
	#slider .sliderImg div {
	height: 300px;
}
	#slider .sliderHead {
		height: 100px;
	}
}
/* メインMessage */
#mainMessage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
    padding: 4em 0;
	margin-bottom: 2em;
}
#mainMessage #inBox {
	width: 600px;
	line-height: 4em;
}
#mainMessage #inBox p {
	-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	        writing-mode: vertical-rl;
	text-orientation: mixed;
}


@media screen and ( max-width : 767px ) {
#mainMessage {
    padding: 1em 0;
}
	
	#mainMessage #inBox {
		max-width: 300px;
	line-height: 2.1em;
}
}
/* contentPage共通テキストエリア */
#main {
    min-height: 500px;
}
#contentPage .mainText {
	max-width: 1020px;
    margin: 2em auto;
	padding: 0 10px;
	line-height: 2;
}
#contentPage .mainText p {
	margin-bottom: 2em; 
}

#indexPage .bgon,
#indexPage .bgoff {
	background-repeat: no-repeat;
	background-size: 100px;
	background-position: bottom 5% center;
	padding-bottom: 4em;
}

@media screen and ( max-width : 767px ) {
	#contentPage .mainText {
    margin: 1em auto;
}

}

/*news*******************************************************/
main #news {
    width: 100%;
	text-align: center;
}
#news ul {
    max-width: 800px;
    margin: 1em auto;
	padding: 0 2em;
    list-style: none;
	text-align: left;
}
#news ul.entrys li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: .5em 0;
	border-bottom: dotted 1px;
}
#main ul.entrys li a time {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.5em;
            flex: 0 0 7.5em;
    font-weight: 600;
}
#main ul.entrys li a .title {
    -webkit-box-flex: 4;
        -ms-flex: 4 4 auto;
            flex: 4 4 auto;
}

@media screen and ( max-width : 767px ) {
#news ul.entrys li a {
    display: block;
}
#main ul.entrys li a time {
    display: block;
}
}

/* instagram */
#instafeed {
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
#instafeed a img {
	width: calc(100% / 6);
	height: auto;
	margin: .35em .5em;
}
/* shopエリア *******************************************************/
#shop {
	padding: 2em 0;
	text-align: center;
}


#shop img {
	margin: 1em 3em;
}

/*フッター*******************************************************/
#pageFoot {
	position: relative;
	z-index: 1;
}
#pageFoot::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("images/02.png") ;
	background-size: 100% auto;
	background-position: center center;
	opacity: .5;
	z-index: -1;
}


footer #footLink > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1000px;
    padding: 1em;
    margin: auto;
    list-style: inside;
}
footer #footLink {
	min-height: 5em;
	text-align: center;
}
footer #footBtm #copyright {
	text-align: center;
	font-size: .75em;
}

@media screen and ( max-width : 767px ) {
footer #footLink > ul, footer #footBtm {
    display: block;
}
}
/* page *******************************************************/
.mainText .hotLevel span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-top: 30px;
    overflow: hidden;
}
.mainText .hotLevel span::before {
    position: absolute;
    top: .3em;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f06d";
    font-weight: 800;
    font-size: 1.2em;
}
/*共通パーツ**************************************/

.mainText p {
    margin: 0 0 1em;
}
.mainText p.indent {
    text-indent: -1em;
    margin: 0 0 1em 1em;
}
.mainText ul, .mainText ol {
    margin: 0 0 1em 1.5em;
    padding: 0;
    line-height: 1.5;
}
.mainText ul li, .mainText ol li {
    margin-bottom: .5em;
}
.mainText td ul, .mainText td ol, .mainText th ul, .mainText th ol {
    margin: 0 0 0 1.4em;
    padding: 0;
    line-height: 1.5;
}
.mainText ol.circleList {
    counter-reset: li;
    margin-left: 0;
}
.mainText ol.circleList li {
    list-style: none;
    position: relative;
    padding-left: 1.4em;
}
.mainText ol.circleList li:before {
    counter-increment: li;
    content: counter(li);
    margin-right: 1em;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: 0em;
    top: 2px;
    line-height: 1.1;
}
.mainText td p {
    margin: 0;
}
.mainText .row {
    margin: 0 -0.5em 1em;
}
.mainText .row .col {
    padding: 0.5em;
}
.mainText section {
    clear: both;
}
/* 画像関連 *******************************************************/
.mainText figure {
    text-align: center;
    margin: 0.5em 0;
    max-width: 100%;
}
.mainText figure img {
    margin: 0 auto;
}
.mainText figure.alignleft, .mainText img.alignleft {
    float: left;
    margin-right: 1em;
}
.mainText figure.alignright, .mainText img.alignright {
    float: right;
    margin-left: 1em;
}
.mainText img.aligncenter, .mainText figure.aligncenter {
    display: block;
    margin: 0.5em auto;
}
.mainText figcaption {
    text-align: left;
    word-wrap: break-word;
    display: block;
    margin: 5px 0;
}
.mainText a:hover img, .mainText a:focus img, .mainText a:active img {
    opacity: .8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
.mainText h2 {
    font-size: 1.6em;
    margin: 0;
}
.mainText figure.alignleft,  .mainText img.alignleft,  .mainText figure.alignright,  .mainText img.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
}

/*Desktop & Print*/
@media screen and (min-width: 767px), print {
.mainText .row figure.col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}
}
.figures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -0.5em;
}
.figures >figure, .figures >img {
    margin: 0.5em;
}
/*grid*/
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.row .half {
    width: 50%
}
.row .quote {
    width: 25%
}
.row.trisect >*, .row .one-third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333333333333%;
    width: calc( 100% / 3 );
}
.row.trisect .double, .row .two-third {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66666666666666%;
 width: calc( 100% / 3 * 2 );
}
.row .col.noFixW {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
}

@media only screen and (max-width: 767px) {
	.row{
		display: block;
	}
	.row .col {
		width: 100%;
	}
	.row .col.noFixW{
		max-width: 100%;
		margin: 0 auto;
	}
}

/*表*/
.mainText table {
	padding: 0px;
	margin: 15px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	background: #fff;
	;
}
.mainText caption {
	text-align: left;
	margin: 0;
}

.mainText th,
.mainText th + td,
.mainText th + td + td {
	white-space:nowrap;
}

.mainText th, .mainText td {
	padding: .75em;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 1.8;
}
.mainText caption, .mainText th, .mainText table .label {
	font-weight: bold;
}
.mainText th[scope="row"] {
	text-align: left;
}
.mainText th[scope="col"] {
	text-align: center;
}
.mainText table .label {
	display: none;
}

/*Mobile*/
@media screen and (max-width: 767px) {
	.mainText {
		font-size: .85em;
		margin: -50px 10px 0 10px;
		padding-top: 20px;
	}
	/*scroll*/
	.tableScroll {
		margin: 1em 0;
		overflow: auto;
		overflow-y: hidden;
		width: 100%;
		max-width: none;
		min-height: .01%;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	 .tableScroll::-webkit-scrollbar {
	 height: 5px;
	}
	 .tableScroll::-webkit-scrollbar-track {
	 background: #e6e6e6;
	}
	 .tableScroll::-webkit-scrollbar-thumb {
	 background: #333;
	}
	.mainText .tableScroll table, .tableScroll table {
		margin: 0;
		max-width: none;
	}
	.mainText .tableScroll table caption, .tableScroll table caption {
		text-align: left;
	}
	.tableScroll table th, .tableScroll table td {
		white-space: nowrap;
	}
	/*reflow*/
	.mainText table.reflow {
		display: block;
		border-collapse: separate;
		border-width: 0;
	}
	.mainText .reflow caption, .reflow caption {
		display: block;
		text-align: left;
	}
	.mainText .reflow thead, .reflow thead {
		display: none;
	}
	.mainText .reflow tbody, .mainText .reflow tbody tr .reflow tbody, .reflow tbody tr {
		display: block;
		margin-bottom: 1em;
	}
	.mainText .reflow th, .mainText .reflow td, .reflow th, .reflow td {
		width: auto;
		display: block;
		border-top-width: 0;
	}
	.mainText .reflow tr>th:first-child, .mainText .reflow tr>td:first-child {
		border-top-width: 1px;
	}
	.mainText .reflow tbody th {
		text-align: left;
	}
	.mainText .reflow .label {
		text-align: left;
		display: block;
		font-weight: 600;
		border-bottom: 1px dotted #ccc;
		margin: 0 -0.5em 0.3em;
		padding: 0 0.5em 0.3em;
	}
	.reflow .nowrap {
		white-space: inherit;
	}
}

/*リンク*/
ul.iLinks {
	clear: left;
	list-style-type: none;
	margin: 0;
}
ul.iLinks li {
	display: block;
	list-style-type: none;
}
.iLinks .p_map {
	padding: 0 10px;
	border-radius: 3px;
	background-color: #2a7b87;
	font-size: 14px;
}
.iLinks .p_map::before {
	display: inline-block;
	position: relative;
	left: -5px;
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-size: 13px;
}

@media print, screen and ( min-width : 768px ) {
	.iLinks a::after {
		margin-top: .2em;
	}
}

/*外部リンク*/
.nw {
	content:"外部サイト";
	display:inline-block;
	vertical-align:middle;
	overflow:hidden;
	width:0;
	padding-left:1.125em;
	height:1.125em;
	margin-left:.3em;
	background-size:contain;
	background-repeat:no-repeat;
}

/**添付書類*/
ul.iPapers {
	/*clear:both;*/
	clear: left;
	list-style-type: none;
	margin: 0 10px;
}
ul.iPapers li {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.iPapers li a {
	padding-left: 2.7em;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	word-break: break-all;
}
.iPapers a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	font-size: 1.2em;
	display: inline-block;
	text-decoration: none;
	width: 1em;
	margin-left: -2.2em;
	margin-top: -5px;
	margin-right: .2em;
}
.iPapers a.PDF:before {
	content: "\f1c1";
}
.iPapers a.WORD:before {
	content: "\f1c2";
}
.iPapers a.EXCEL:before {
	content: "\f1c3";
}
/*外部などコード埋め込み*/
div.gCode {
	clear: both;
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}
.gCode iframe, .gCode object, .gCode video {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
div.gCode iframe {
	border: none;
}
/*pagePlugin*/
.gCode .fb-container {
	width: 100%;
	max-width: 500px;
}


/* google map */
.google-map {
    position: relative;
    max-width: 1000px;
    height: 0;
	margin: 1em auto;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*linkボタン*/
.mainText p.linkBtn,
.linkBtn {
	text-align:left;
	text-indent: 0 !important;
}
.linkBtn a{
	position:relative;
	display:inline-block;
	padding: 5px 30px 5px 15px;
	font-size: 0.9375em;
    font-weight: normal;
	margin:3px 0 10px;
	background-color:#999;
	color:#FFF !important;
	border-radius: 5px;
}

.linkBtn a:hover{
    background-color: #577198;
	background-position: right center;
}
.linkBtn a::before {
	display: inline-block;
	position: absolute;
	right: 10px;
	line-height: 2;
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	font-weight: 800;
	font-size: 0.9375em;
	color: #fff;
	text-decoration: none;
}

/*workshop*/
.close {
    color: #eee;
    opacity: .5;
    pointer-events: none;
}