@charset "utf-8";
/* CSS Document */


body, html, label, table {
	padding: 0;
	vertical-align: baseline;
	font-family:'Roboto', sans-serif;
}
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body, label, table {
	border: 0;
}
body {
	line-height: 1;
	font: 13px/1.231 arial, helvetica, clean, sans-serif;
	*font: x-small;
	background: #fff;
	color: #333;
	font-family:'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
}
abbr, address, article, aside, audio, b, blockquote, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, ins, kbd, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, tbody, tfoot, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: 0 0;
}
html, img {
	border: 0;
}
label, table {
	outline: 0;
	background: 0 0;
}
a, body, html, img, td, th {
	background: 0 0;
	margin: 0;
}
body, html, img, td, th {
	outline: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: none;
}
a, hr, img {
	padding: 0;
}
a {
	vertical-align: baseline;
}
ins, mark {
	background-color: #ff9;
	color: #000;
}
ins {
	text-decoration: none;
}
mark {
	font-style: italic;
	font-weight: 700;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-spacing: 0;
	width: 100%;
	margin: 5px auto 10px;
	border-collapse: collapse;
}





hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
input, select {
	vertical-align: middle;
}
button, input, select, textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}
code, kbd, pre, samp, tt {
	font-family:'Roboto', sans-serif;
	*font-size: 108%;
	line-height: 100%;
}


#page {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	font-weight: 500;
	min-width: 1140px;
	    letter-spacing: .2rem;
}


a:link, a:visited {
	color: #f1c10e;
}
a:hover {
	text-decoration: none;
}
a:active, a:hover {
	color: #f1c10e;
}
img, td, th {
	vertical-align: top;
}
img {
	line-height: 1;
	font-size: 0;
	height: auto;
	max-width: 100%;
}
td, th {
	padding: 5px;
	border: none;
}



/*youtube読み込み*/


.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
/*background: #FFF;余白の背景色*/
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;

}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}





/*↑ここまで触らない*/




/*各県ここから*/
.shop-list{
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 1rem;
	max-width: 1130px;
	border-radius: 0 0 10px 10px;
	
}



/*ヘッダー*/
.l-contents {
	word-break: normal;
	word-wrap: break-word
}
.l-header {
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 100;
	top: -100%
}
.l-header.is-fix {
	position: fixed;
	top: 0;
	left: 0;
	transition: all .6s ease
}
.l-header .container-fluid {
	height: 87px;
	max-width: 1600px;
	min-width: 1140px
}
.l-header .logo {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 25px
}
.l-header .in {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 87px
}
/*ヘッダーここまで*/





/*フッター*/
.footer .foot-tanoshimoto{ 
    margin: 0 auto;
    padding: 3rem 0rem;
    width: 80%;
    font-weight: 600;
    font-size: 1.4rem;
    border-radius: 3rem;
    background-color: #FFFFFF;
    max-width: 1200px;

}


.footer .foot-df{ 
    margin: 2rem auto;
    /* padding: 3rem; */
    width: 95%;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3rem;
    max-width: 1000px;

}





/*ブートストラップ　コンテナ設定*/
.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;

}
.row {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.reverse {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.col.reverse {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
	width: 100%;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
	box-sizing: border-box;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%;
}
.col-xs-1 {
	-webkit-flex-basis: 8.33333333%;
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}
.col-xs-2 {
	-webkit-flex-basis: 16.66666667%;
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}
.col-xs-3 {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%;
}
.col-xs-4 {
	-webkit-flex-basis: 33.33333333%;
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}
.col-xs-5 {
	-webkit-flex-basis: 41.66666667%;
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}
.col-xs-6 {
	-webkit-flex-basis: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.col-xs-7 {
	-webkit-flex-basis: 58.33333333%;
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}
.col-xs-8 {
	-webkit-flex-basis: 66.66666667%;
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}
.col-xs-9 {
	-webkit-flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%;
}
.col-xs-10 {
	-webkit-flex-basis: 83.33333333%;
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}
.col-xs-11 {
	-webkit-flex-basis: 91.66666667%;
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}
.col-xs-12 {
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.start-xs {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start;
}
.center-xs {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.end-xs {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end;
}
.top-xs {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.middle-xs {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.bottom-xs {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.around-xs {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.between-xs {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.first-xs {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.last-xs {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
/*コンテナ設定ここまで*/




/*横幅768以下時コンテナ設定*/
@media (min-width:768px) {
	.container {
		width: 768px;
	}
	.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-flex-basis: 8.33333333%;
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;

	}
	.col-sm-2 {
		-webkit-flex-basis: 16.66666667%;
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-flex-basis: 33.33333333%;
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-5 {
		-webkit-flex-basis: 41.66666667%;
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-flex-basis: 58.33333333%;
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-8 {
		-webkit-flex-basis: 66.66666667%;
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-flex-basis: 83.33333333%;
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-11 {
		-webkit-flex-basis: 91.66666667%;
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-sm {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-sm {
		text-align: center;
	}
	.end-sm {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-sm {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-sm {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-sm {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-sm {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-sm {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-sm {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-sm {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
@media (min-width:992px) {
	.container {
		width: 992px;
	}
	.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-md {
		-ms-flex-positive: 1;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-flex-basis: 8.33333333%;
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-md-2 {
		-webkit-flex-basis: 16.66666667%;
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-flex-basis: 33.33333333%;
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-5 {
		-webkit-flex-basis: 41.66666667%;
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-flex-basis: 58.33333333%;
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-8 {
		-webkit-flex-basis: 66.66666667%;
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-flex-basis: 83.33333333%;
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-11 {
		-webkit-flex-basis: 91.66666667%;
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-md {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-md {
		text-align: center;
	}
	.end-md {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-md {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-md {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-md {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-md {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-md {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-md {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-md {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
/*横幅768以下時コンテナ設定ここまで*/




/*横幅1300以上時コンテナ設定ここから*/
@media (min-width:1300px) {
	.container {
		width: 1100px;
	}
	.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
		box-sizing: border-box;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-flex-basis: 8.33333333%;
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-lg-2 {

		-webkit-flex-basis: 16.66666667%;
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-3 {
		-webkit-flex-basis: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-flex-basis: 33.33333333%;
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-5 {
		-webkit-flex-basis: 41.66666667%;
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-6 {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-flex-basis: 58.33333333%;
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-8 {
		-webkit-flex-basis: 66.66666667%;
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-9 {
		-webkit-flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-flex-basis: 83.33333333%;
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-11 {
		-webkit-flex-basis: 91.66666667%;
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-12 {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.start-lg {
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start;
	}
	.center-lg {
		text-align: center;
	}
	.end-lg {
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end;
	}
	.top-lg {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.middle-lg {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bottom-lg {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	.around-lg {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.between-lg {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.first-lg {
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.last-lg {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}
/*横幅1300以上時コンテナ設定ここまで*/


	
	.cont-bg-white2
	{background-image: url("img/qa/q-link-bg.png");}

		.cont-bg-white3
	{background-image: url("img/repo/top-bg.jpg");}


/*ハンバーガーメニュー　横幅に応じて表示非表示*/
.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
	display: none!important;
}

@media (max-width:767px) {
	.visible-xs, .visible-xs-block {
		display: block!important;
	}
	table.visible-xs {
		display: table!important;
	}
	tr.visible-xs {
		display: table-row!important;
	}
	td.visible-xs, th.visible-xs {
		display: table-cell!important;
	}
	.visible-xs-inline {
		display: inline!important;
	}
	.visible-xs-inline-block {
		display: inline-block!important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm, .visible-sm-block {
		display: block!important;
	}
	table.visible-sm {
		display: table!important;
	}
	tr.visible-sm {
		display: table-row!important;
	}
	td.visible-sm, th.visible-sm {
		display: table-cell!important;
	}
	.visible-sm-inline {
		display: inline!important;
	}
	.visible-sm-inline-block {
		display: inline-block!important;
	}
}

@media (min-width:992px) and (max-width:1299px) {
	.visible-md, .visible-md-block {
		display: block!important;
	}
	table.visible-md {
		display: table!important;
	}
	tr.visible-md {
		display: table-row!important;
	}
	td.visible-md, th.visible-md {
		display: table-cell!important;
	}
	.visible-md-inline {
		display: inline!important;
	}
	.visible-md-inline-block {
		display: inline-block!important;
	}
}


@media (min-width:1300px) {
	.visible-lg, .visible-lg-block {
		display: block!important;
	}
	table.visible-lg {
		display: table!important;
	}
	tr.visible-lg {
		display: table-row!important;
	}
	td.visible-lg, th.visible-lg {
		display: table-cell!important;
	}
	.visible-lg-inline {
		display: inline!important;
	}
	.visible-lg-inline-block {
		display: inline-block!important;
	}
}
/*ハンバーガーメニュー　横幅に応じて表示非表示ここまで*/




/*bootstrap　ヘッダーナビ　横幅に応じて表示非表示ここから*/
@media (max-width:767px) {
	.hidden-xs {
		display: none!important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none!important;
	}
}
@media (min-width:992px) and (max-width:1299px) {
	.hidden-md {
		display: none!important;
	}
}
@media (min-width:1300px) {
	.hidden-lg {
		display: none!important;
	}
}
@media (max-width:767px) {
	.xs-center {
		text-align: center!important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.sm-center {
		text-align: center!important;
	}
}
@media (min-width:992px) and (max-width:1299px) {
	.md-center {
		text-align: center!important;
	}
}
@media (min-width:1300px) {
	.lg-center {
		text-align: center!important;
	}
}
@media (max-width:767px) {
	.xs-right {
		text-align: right!important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.sm-right {
		text-align: right!important;
	}
}
@media (min-width:992px) and (max-width:1299px) {
	.md-right {
		text-align: right!important;
	}
}
@media (min-width:1300px) {
	.lg-right {
		text-align: right!important;
	}
}
/*bootstrap　ヘッダーナビ　横幅に応じて表示非表示ここまで*/









/*TOP大画像ここから*/
.main_visual {
	height: 700px;
	position: relative;
	opacity: 0;
	transition: all .5s ease;
}
.main_visual.act {
	opacity: 1
}
#loopslider, .main_visual .slider {
	position: relative;
	width: 100%;
	height: 700px;
	z-index: 1;
	overflow: hidden;
}
.lower_ttl, .main_visual .slider li {
	background-repeat: no-repeat;
	background-size: cover;
}
.main_visual .slider li {
	top: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	position: absolute;
	height: 700px;
	z-index: 20;
	background-position: 50%;
}
.main_visual .slider li.img00 {
	background-image: url("img/head/top-img-01-1600x813.jpg")
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.main_visual .slider li.img00 {
		background-image: url("img/head/top-img-01-1600x813-x2.jpg");
	}
}
.main_visual .slider li.img01 {
	background-image: url("img/head/top-img-02-1600x813.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.main_visual .slider li.img01 {
		background-image: url("img/head/top-img-02-1600x813-x2.jpg");
	}
}
.main_visual .slider li.img02 {
	background-image: url("img/head/top-img-03-1600x813.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.main_visual .slider li.img02 {
		background-image: url("img/head/top-img-03-1600x813-x2.jpg");
	}
}
.main_visual .slider li.img03 {
	background-image: url("img/head/top-img-04-1600x813.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.main_visual .slider li.img03 {
		background-image: url("img/head/top-img-04-1600x813-x2.jpg");
	}
}

.main_visual .slider li.act {
	-webkit-animation: scale 7.5s linear 0s forwards, fade 1.5s ease-in 6s forwards;
	animation: scale 7.5s linear 0s forwards, fade 1.5s ease-in 6s forwards;
	z-index: 30;
}
.main_visual .slider li.act+.act {
	z-index: 25;
}
.main_visual .main_txt {
	display: none;
	position: absolute;
	top: 320px;
	left: 0;
	padding-left: 80px;
	width: 100%;
	z-index: 5;
	color: #222;
	text-shadow: 0 0 20px #FFF;
	-webkit-font-feature-settings: "palt" 1;
	-moz-font-feature-settings: "palt" 1;
	-ms-font-feature-settings: "palt" 1;
	letter-spacing: .15em;
}
.main_visual .main_txt .catch {
	display: block;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.5em;
	margin-bottom: 30px;
	line-height: 1.8em;

}

.main_visual .main_txt .catch span{
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,0.8);
    line-height: 5.4rem;
	

}

/*大画像のっかりテキスト*/
.main_visual .main_txt .txt {
	font-size: 19px;
	font-size: 1.9rem;
	letter-spacing: .15em;
	font-weight: 700;
	line-height: 2.1em;
	color: #FFF;
	padding-left: 1rem;
	text-shadow: 0px 1px 5px #000;
}
.main_visual .main_txt.is-act {
	opacity: 1;
}

/*TOP大画像ここまで*/





/*TOP見出しとテキスト*/
.midashi {
	top: 320px;
	left: 0;
	margin-bottom: 5rem;
	width: 100%;
	z-index: 5;
	color: #222;
	text-shadow: 0 0 20px #FFF;
	-webkit-font-feature-settings: "palt" 1;
	-moz-font-feature-settings: "palt" 1;
	-ms-font-feature-settings: "palt" 1;
	letter-spacing: .15em;
}
.midashi .topcatch {
    display: block;
    padding: 4rem 0rem 7rem 0rem;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.5em;
    margin-bottom: 30px;
    background: url(img/top/catch-bg.png) no-repeat center center;
    background-size: contain;
}






	.midashi-list {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-08-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}

	.midashi-list-easy {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-02-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}

	.midashi-list-qa {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-07-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}


	.midashi-list-repo {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-05-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}

	.midashi-list-katudou {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-09-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}

	.midashi-list-event {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-10-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}



.midashi-list-grow {
		margin-bottom: 10px;
		padding-top: 5rem;
		padding-bottom: 5rem;
		background:url("img/head/top-img-06-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}
	




.midashi-list .listcatch-s,.midashi-list-easy .listcatch-s,.midashi-list-grow .listcatch-s ,.midashi-list-qa .listcatch-s,.midashi-list-repo .listcatch-s,.midashi-list-katudou .listcatch-s ,.midashi-list-event .listcatch-s {
	display: block;
	padding: 1rem;
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.5em;
	border: #000000;
	border-style: solid;
	border-width: 2px;
	background-color:rgba(255,255,255,0.7);
    background-blend-mode:lighten;
	width: 70%;
	max-width: 400px;

}


.midashi-list .listcatch ,.midashi-list-easy .listcatch ,.midashi-list-repo .listcatch,.midashi-list-grow .listcatch ,.midashi-list-qa .listcatch ,.midashi-list-katudou .listcatch ,.midashi-list-event .listcatch {
	display: block;
	padding: 1rem 0rem 3rem 0rem;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.5em;

}

.midashi-list .txt ,.midashi-list-easy .txt ,.midashi-list-grow .txt,.midashi-list-repo .txt ,.midashi-list-qa .txt ,.midashi-list-katudou .txt ,.midashi-list-event .txt{
		width: 80%;
	font-weight: 700;
	line-height: 2.5rem;

	}




.cont-mida {
	display: block;
	font-size: 55px;
	font-size: 5.5rem;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: .1em;

}



.list-mida {
	display: block;
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: .1em;
	background-color: #CFCFCF;
	border-radius:7px 7px 0px 0px;

}

.list-mida2 {
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.5em;
	font-weight: 700;
	letter-spacing: .1em;
	background-color: #E4E4E4;
	margin-bottom: 1rem;
	line-height: 5rem;
	

}



.midashi .txt{
		width: 90%;
	max-width: 1050px;

	}



/*TOP見出しとテキストここまで*/

/*ニュース*/
.top-news{width: 90%;
	max-width: 950px;
background-color: #FFFFFF;
border-color: #C8B896;
border-width: 2px;
	border-style: dotted;
	border-radius: 1rem;
	padding: 2rem 3.5rem 1.2rem 3.5rem;
	margin: 0px auto .5rem auto;
	font-size: 1.4rem;
}

.tagbg1{
    border: solid;
    border-width: 1px;
    font-weight: bold;
    padding: 0.2rem 0.7rem;
    color: #FFF;
    display: inline;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
	background-color:#3AD4FB;
	text-shadow: 1px 1px 3px #026bbb;
}


.tagbg1-2 {
    border: solid;
    border-width: 1px;
    font-weight: bold;
    padding: 0.2rem 0.7rem;
    color: #FFF;
    display: inline;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
	background-color: #FF9202;
    text-shadow: 1px 1px 3px #5A3517;
}



.tagbg2{
	border-color: #154E92;
    border: solid;
    border-width: 1px;
    font-weight: bold;
    padding: 0.2rem 0.7rem;
	color: #154E92;
    display: inline;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;


}


.top-news a:link {
    color: #000;
}

.top-news a:visited {
    color: #929292;
}


.news, table {
	border:none;
	border-spacing: 0;
	margin: 0;
}



/*大画像のっかり文字横幅*/
@media (max-width:1340px) {
	.main_visual .main_txt {
		padding-left: 6%;
	}
}





/*アニメーション類*/
@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.13);
		transform: scale(1.13);
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.13);
		transform: scale(1.13);
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
#loopslider {
	margin: -70px auto 20px;
	height: 160px;
	text-align: left;
	z-index: 2;
}
#loopslider ul, #loopslider ul li {
	height: 160px;
	float: left;
	display: inline-block;
	overflow: hidden;
}
#loopslider ul::after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul li {
	width: 190px;
	display: inline;
	text-align: center;
}










/*ハンバーガーメニュー*/
.overlay {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 10px 40px;
	overflow-y: auto;
	z-index: -1;
	background: rgba(255,255,255,0.9);
	opacity: 0
}
.overlay.is-act {
	opacity: 1;
	left: 0;
	z-index: 100
}
.overlay.is-act ul li {
	opacity: 1;
	top: 0
}





/*スマホハンバーガーメニューボタン*/
.menu_btn_wrapper {
	position: fixed;
	z-index: 10000;
	top: 10px;
	right: 15px
}
.menu_btn_wrapper strong {
	display: block;
	font-family:'Roboto', sans-serif;
	font-size: 10px;
	font-size: 1rem;
	padding-top: 0px;
	color: #222222
}
.menu_btn {
	position: relative;
	height: 22px;
	width: 32px;
	display: block!important;
	cursor: pointer
}
.menu_btn:hover {
	opacity: .8
}
.menu_btn span, .menu_btn::after, .menu_btn::before {
	height: 3px;
	width: 32px;
	position: absolute;
	left: 0;
	background-color: #222222;
	transition: all .3s ease
}
.menu_btn span {
	top: 9px;
	text-indent: -9999px
}
.menu_btn span.hidden {
	display: none;
}
.menu_btn::after, .menu_btn::before {
	content: ""
}
.menu_btn::before {
	top: 0;
}
.menu_btn::after {
	bottom: 0;
}
.menu_btn.is-act:before {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 9px;
}
.menu_btn.is-act:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 9px;
}
.sp_navi_menu {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0 0 30px;
	width: 100%;
}
.sp_navi_menu ul {
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}
.sp_navi_menu ul li {
	width: 100%;
	font-weight: 700;
	text-align: center;
	opacity: 0;
	transition: all .6s cubic-bezier(.19, 1, .22, 1);
	letter-spacing: 3px;
	top: 10px;
}
.sp_navi_menu ul li:nth-child(1) {
	transition-delay: 100ms;
}
.sp_navi_menu ul li:nth-child(2) {
	transition-delay: 200ms;
}
.sp_navi_menu ul li:nth-child(3) {
	transition-delay: 300ms;
}
.sp_navi_menu ul li:nth-child(4) {
	transition-delay: 400ms;
}
.sp_navi_menu ul li:nth-child(5) {
	transition-delay: 500ms;
}
.sp_navi_menu ul li:nth-child(6) {
	transition-delay: 600ms;
}
.sp_navi_menu ul li:nth-child(7) {
	transition-delay: 700ms;
}
.sp_navi_menu ul li:nth-child(8) {
	transition-delay: 800ms;
}
.sp_navi_menu ul li:nth-child(9) {
	transition-delay: 900ms;
}
.sp_navi_menu ul li:nth-child(10) {
	transition-delay: 1000ms;
}
.sp_navi_menu ul li a, .sp_navi_menu ul li span {
	color: #222222;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #222222;
	padding: 20px 0;
}
.sp_parent {
	cursor: pointer;
}
.sp_parent, .sp_parent span {
	position: relative;
}
.sp_parent span::after, .sp_parent span::before {
	content: "";
	height: 2px;
	width: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #222;
	transition: all .3s ease;
}
.sp_parent span::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}
.sp_navi_parent_is_active.sp_parent span::before, .sp_parent span::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sp_parent .children {
	overflow: hidden;
	display: none;
	background: #ffd610;
	margin-bottom: 0;
}
.sp_parent .children li a {
	color: #333;
	border-bottom: 1px solid #bbb;
}
.sp_info {
	text-align: center;
}
.sp_info .tel {
	font-weight: 700;
	color: #222222;
	margin-bottom: 30px;
}
.sp_info .mail a, .sp_info .tel a {
	color: #222222;
	text-decoration: none;
}
.sp_info .tel .num {
	font-size: 35px;
	font-size: 3.5rem;
	font-family:'Roboto', sans-serif;
}
.sp_info .tel .num::before {
	content: "\f095";
	font-family: 'FontAwesome';
	display: inline-block;
	font-size: 22px;
	font-size: 2.2rem;
	padding-right: 7px
}
.sp_info .tel .open {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5px
}
.sp_info .mail {
	width: 100%;
	margin-bottom: 10px
}
.sp_info .mail a {
	display: block;
	color: #222222;
	background: #ffd610;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	position: relative;
	padding: 20px 50px 20px 40px;
	text-align: center;
	transition: all .3s ease
}
.sp_info .mail a::after {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute
}
.sp_info .mail:first-child {
	margin-bottom: 15px
}
.sp_navi_parent_is_active .children {
	display: block!important;
}
/*ハンバーガーメニューボタンここまで*/






/*お問い合わせボタンマウスオーバーアニメーション*/
.common_link a, .common_num_nav li a .num {
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px
}
.common_link a {
	margin: 0 auto;
	text-decoration: none;
	display: block;
	background: #222222;
	border-radius: 40px;
	width: 340px;
	overflow: hidden;
	color: #fff;
	padding: 25px
}
.common_link a, .common_link a span, .h_info li a span {
	position: relative
}
.common_link a::after {
	content: "\f105";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 30px
}
.common_link a::before {
	content: "";
	display: block;
	background: #434547;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s ease
}
.common_link a:hover::before, .common_low_nav li a:hover::before, .h_info li a:hover::before, .popup_ctn_detail .txtarea .thumb img {
	width: 100%
}

.f_partner .cv_btn li:last-child .common_link a, .popup_partner .cv_btn li:last-child .common_link a {
	background: #ffd610;
	color: #333
}
.concept_cv .cv_btn li:last-child .common_link a::before, .f_partner .cv_btn li:last-child .common_link a::before, .h_info li:last-child a::before, .popup_partner .cv_btn li:last-child .common_link a::before {
	background: #ffe257
}
/*お問い合わせボタンマウスオーバーアニメーションここまで*/














/*お問い合わせボタンベーシック*/
.h_info, .thought_sec_detail .txtarea p {
	padding-left: 40px
}
.h_info li {
	display: inline-block;
	margin: 20px 3px
}
.h_info li a, .h_info li a::before {
	display: block;
	transition: all .3s ease
}
.h_info li a {
	text-decoration: none;
	background: #222222;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border-radius: 24px;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	width: 160px
}
.h_info li a::after {
	/*content: "\f105";*/
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px
}
.h_info li a::before {
	content: "";
	background: #434547;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.h_info li:last-child a {
	color: #333;
	background: #ffd610
}
@media (max-width:1340px) {
	.l-header .logo {
		left: 2%
	}
	.h_info {
		padding-left: 10px
	}
}
/*お問い合わせボタンベーシックここまで*/






/*ヘッダーナビ*/
.hnimg .text{
	font-weight: 600;
	margin-left: 4rem;
	display: inline-block;
	width: 70%;
	padding-top: 2.5rem;
	font-size: 1.4rem;
	letter-spacing: .2rem;
}



.gnavi .child_list li a {
	position: relative;
	color: #fff;
}


.gnavi .child .c_in, .gnavi>ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}
.gnavi>ul>li a {
	text-decoration: none;
	color: #333;
	display: block
}
.gnavi>ul>li>a, .gnavi>ul>li>span {
	font-size: 14px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 87px;
	display: block;
	cursor: pointer;
	padding: 0 17px;
	transition: all .3s ease
}
.gnavi .parent.is-act>span, .gnavi>ul>li>a:hover, .gnavi>ul>li>span:hover {
	background: #93E9FF;
}
@media (max-width:1340px) {
	.gnavi>ul>li>a, .gnavi>ul>li>span {
		padding: 0 15px;
	}
}
.gnavi .child {
	display: none;
	position: absolute;
	width: 100%;
	top: 87px;
	left: 0;
	background-color:  rgba(255,215,6,0.9);
	z-index: 100;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1) inset;
}
.gnavi .child .c_in {
	padding: 35px 0px 20px 0px;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1140px;
	margin: 0 auto;
}
.gnavi .child .ttl {
	font-weight: 700;
	line-height: 4;
	padding-left: 15px;
	width: 100%;
}
.gnavi .child .ttl span {
	font-size: 45px;
	font-size: 4.5rem;
	color: #222;
	border-bottom: 3px solid #222;
	

}
.gnavi .child_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 75%
}
.common_cv_detail .cv_area li, .gnavi .child_list li {
	margin: 0 15px
}

/*ヘッダーナビここまで*/






/*コンテンツエリア*/
.cont-bg{
	background-image: url("img/bg-p-img.jpg");
}




.big-cont{
	background:rgba(255,255,255,0.8);
	box-shadow: 3px 3px rgba(0,0,0,0.1);

}

.big-cont2{
	box-shadow: 3px 3px rgba(0,0,0,0.1);

}

.big-cont .text{
    max-width: 1000px;
	margin:0 auto;
	padding:2.5rem;
}
.big-cont2 .text{
    max-width: 1000px;
	margin:0 auto;
	padding:2.5rem;
}



.big-cont .textqa {
    max-width: 1000px;
    margin: 0rem auto;
    padding: 4rem 2.5rem;
	border-radius: 5rem;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
	font-weight: 900;
}
.big-cont2 .textqa {
    max-width: 1000px;
    margin: 0rem auto;
    padding: 4rem 2.5rem;
	border-radius: 5rem;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
	font-weight: 900;
}



.big-cont .text .title{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	padding: 1.7rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	margin: 1rem auto;
	display: inline;
	font-size: 3rem;
	position: relative;
	top:-1.5rem;
	
}
.big-cont2 .text .title{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	padding: 1.7rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	margin: 1rem auto;
	display: inline;
	font-size: 3rem;
	position: relative;
	top:-1.5rem;
	
}


.tag{
    font-weight: 900;
    padding: 1.7rem;
    margin: 1rem auto;
    font-size: 5rem;
	text-shadow: 2px 5px 3px rgb(0 0 0 / 10%);
  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #facc22, #f83600, #9e2bbe, #2749f3, #2749f3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}



.big-cont .textqa .titleqa {
    z-index: 2;
    font-weight: 900;
    padding: .5rem 5rem;
    /*box-shadow: 0px 5px rgb(0 0 0 / 10%);*/
    border-width: 2px;
    margin: 1rem auto;
	border-bottom: solid;
    font-size: 2.5rem;
	border-color: #FFF;
	display: inline;

}
.big-cont2 .textqa .titleqa {
    z-index: 2;
    font-weight: 900;
    padding: .5rem 5rem;
    /*box-shadow: 0px 5px rgb(0 0 0 / 10%);*/
    border-width: 2px;
    margin: 1rem auto;
	border-bottom: solid;
    font-size: 2.5rem;
	border-color: #FFF;
	display: inline;

}


.big-cont .textqa .titleqa2 {
    z-index: 2;
    font-weight: 900;
    padding: .5rem 5rem;
    box-shadow: 0px 5px rgb(0 0 0 / 10%);
	text-shadow:  0px 5px rgb(0 0 0 / 10%);
    border-width: 2px;
    margin: 3rem auto 1rem auto;
	border-bottom: solid;
    font-size: 3.5rem;

}
.big-cont2 .textqa .titleqa2 {
    z-index: 2;
    font-weight: 900;
    padding: .5rem 5rem;
    box-shadow: 0px 5px rgb(0 0 0 / 10%);
	text-shadow:  0px 5px rgb(0 0 0 / 10%);
    border-width: 2px;
    margin: 3rem auto 1rem auto;
	border-bottom: solid;
    font-size: 3.5rem;

}





.item-link {
    padding: 1rem;
    margin: 0.5rem auto ;
    font-size: 1.2rem;
    top: 1.5rem;
	text-align: right;
	color: #ACCBC7;
	width: 100%;
	letter-spacing: .3rem;
	line-height: 2rem;
}

.item-link a:link, a:visited {
	color: #ACCBC7;
}
.item-link a:hover {
	text-decoration: none;
}
.item-link a:active, .item-link a:hover {
 color:#C3C3C3;
}

.item-link2 {
    padding: 1rem;
    margin: 0.5rem auto ;
    font-size: 2.2rem;
    top: 1.5rem;
	text-align: center;
	color: #0092E4;
	width: 100%;
	letter-spacing: .5rem;
	line-height: 2rem;
	font-weight: 900;
}

.item-link2 a:link, a:visited {
	color: #0092E4;
}
.item-link2 a:hover {
	text-decoration: none;
	color: #84C9F5;
}
.item-link2 a:active, .item-link a:hover {
color: #84C9F5;
}






.event-attn {
    margin: 0.5rem auto 7rem auto;
    font-size: 1.2rem;
    top: 1.5rem;
    color: #B4B4B4;
    width: 100%;
    letter-spacing: .3rem;
    line-height: 2rem;
}

.event-attn2 {
    margin: 0.5rem auto 2rem auto;
    font-size: 1.2rem;
    top: 1.5rem;
    color: #B4B4B4;
    width: 100%;
    letter-spacing: .3rem;
    line-height: 2rem;
}





.big-cont .text .mini-title{
	background-color: #EEE;
	font-weight: 900;
	padding: 1.8rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: inline;
	font-size: 2.8rem;
	border-radius: 10px;
	top:1.5rem;
	
}
.big-cont2 .text .mini-title{
	background-color: #EEE;
	font-weight: 900;
	padding: 1.8rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: inline;
	font-size: 2.8rem;
	border-radius: 10px;
	top:1.5rem;
	
}


.big-cont .text .mini-title2{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	text-shadow: 2px 2px rgba(255,255,255,1);
	padding: .7rem 4rem 2rem 4rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: -webkit-inline-box;
	font-size: 3rem;
	border-radius: 30px;
	top:4rem;
	position: relative;
	
}
.big-cont2 .text .mini-title2{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	text-shadow: 2px 2px rgba(255,255,255,1);
	padding: 2rem 4rem 1.5rem 4rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: -webkit-inline-box;
	font-size: 2.5rem;
	border-radius: 30px;
	top:4rem;
	position: relative;
	
}


.big-cont2 .text .mini-title3 {
    z-index: 2;
    background-color: #FFFFFF;
    padding: 1rem 2rem .7rem 2rem;
    font-weight: bold;
    display: -webkit-inline-box;
    font-size: 1.1rem;
    border-radius: 30px;
}

.big-cont .text .mini-text{
	padding: 4.5rem 2.2rem 2.8rem 2.2rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	font-size: 1.6rem;
	border-radius: 30px;
	border-style: solid;
	border-color: #007ba9;
	border-width: 1px;
	
}

.big-cont2 .text .mini-text{
	padding: 4.5rem 2.2rem 2.8rem 2.2rem;
	background: rgba(255,255,255,0.8);
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	font-size: 1.6rem;
	border-radius: 30px;
	border-style: solid;
	border-color: #007ba9;
	border-width: 1px;
	
}





/*--- リンク画像cssアニメーション ここから ---*/



.zoom {
overflow: hidden;
	width: 100%;
}

.zoom-2 img {
width: 100%;
height: auto;
animation: animationZoom2 4s ease-in-out infinite;
}
@keyframes animationZoom2 {
50% { transform: scale(1.1)}
}



/*--- リンク画像cssアニメーション ここまで ---*/





/*--- リンク画像cssアニメーション スマホ用 ここから ---*/


@media only screen and (max-width:767px) {
.zoom {
    overflow: hidden;
    margin: 0rem auto;
    padding: 1rem;
    width: 80%;
}

.zoom-2 img {
width: 100%;
height: auto;
animation: animationZoom2 4s ease-in-out infinite;
}
}


/*--- リンク画像cssアニメーション　スマホ用  ここまで ---*/



/*--- リンク画像cssアニメーション スマホ用 ここから ---*/


@media only screen and (max-width:767px) {
.zoomb {
overflow: hidden;
    margin: 0rem auto;
    padding: .4rem;
    width: 100%;
}

}


/*--- リンク画像cssアニメーション　スマホ用  ここまで ---*/







/*フッターここから*/
.footer{ 
	background:url("img/foot/footer-bgimg.png")  center center;
	background-size:contain;
	width: 100%;
}




/*コピーライト*/
.copy{
	width: 100%;
	color: #FFF;
	padding: 2rem;
	font-size: 1rem;
	text-align: center;
	letter-spacing: .2rem;
}








/*横幅767以下時設定*/
@media only screen and (max-width:767px) {
	#page {
		font-size: 14px;
		font-size: 1.4rem;
		letter-spacing: .1rem;
		line-height: 2rem;
	}
	#page, #page.is-fix {
		margin-top: 50px
	}
	
	td, th {
	padding: 1px;
	border: none;
   }

	/*ヘッダー*/
	.l-header {
		position: fixed;
		top: 0;
		left: 0
	}
	.l-header .container-fluid {
		height: 50px
	}
	.l-header .logo {
		left: 15px;
		width: 130px;
			top: 27px;
	}
	.l-header .in {
		height: 50px
	}
	/*お問い合わせボタン*/
	.h_info {
		position: absolute;
		top: 7px;
		right: 60px
	}
	.h_info li {
		display: none;
		margin: 0
	}
	.h_info li a {
		font-size: 12px;
		font-size: 1.2rem;
    width: 110px;
    line-height: 36px;
	}
	.h_info li a::after {
		right: 7px
	}
	.h_info li:last-child {
		display: block
	}


	/*大画像*/
	.main_visual, .main_visual .slider, .main_visual .slider li {
		height: 400px
	}
.main_visual .slider li.img00 {
		background-image: url("img/head/top-img-01smp.jpg")
	}
}

@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2), only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2), only screen and (max-width:767px) and (min-device-pixel-ratio:2), only screen and (max-width:767px) and (min-resolution:192dpi), only screen and (max-width:767px) and (min-resolution:2dppx) {
	.main_visual .slider li.img00 {
		background-image: url("img/head/top-img-01smp.jpg")
	}
}


@media only screen and (max-width:767px) {
	.main_visual .slider li.img01 {
		background-image: url("img/head/top-img-02smp.jpg")
	}
}
@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2), only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2), only screen and (max-width:767px) and (min-device-pixel-ratio:2), only screen and (max-width:767px) and (min-resolution:192dpi), only screen and (max-width:767px) and (min-resolution:2dppx) {
	.main_visual .slider li.img01 {
		background-image: url("img/head/top-img-02smp.jpg")
	}
}
@media only screen and (max-width:767px) {
	.main_visual .slider li.img02 {
		background-image: url("img/head/top-img-03smp.jpg")
	}
}
@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2), only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2), only screen and (max-width:767px) and (min-device-pixel-ratio:2), only screen and (max-width:767px) and (min-resolution:192dpi), only screen and (max-width:767px) and (min-resolution:2dppx) {
	.main_visual .slider li.img02 {
		background-image: url("img/head/top-img-03smp.jpg")
	}
}
@media only screen and (max-width:767px) {
	.main_visual .slider li.img03 {
		background-image: url("img/head/top-img-04smp.jpg")
	}
}
@media only screen and (max-width:767px) and (-webkit-min-device-pixel-ratio:2), only screen and (max-width:767px) and (min--moz-device-pixel-ratio:2), only screen and (max-width:767px) and (min-device-pixel-ratio:2), only screen and (max-width:767px) and (min-resolution:192dpi), only screen and (max-width:767px) and (min-resolution:2dppx) {
	.main_visual .slider li.img03 {
		background-image: url("img/head/top-img-04smp.jpg")
	}
}



/*横幅767のとき*/
@media only screen and (max-width:767px) {
	.main_visual .main_txt {
		top: 140px;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: .1em;
	}
	.main_visual .main_txt .catch {
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.main_visual .main_txt .txt
	{
	line-height: 2.2rem;
    font-size: 16px;
    font-size: 1.5rem;
    width: 320px;
}
	
	.midashi {
		top: 140px;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: .1em;
	}
	.midashi .topcatch {
padding: 3rem 0rem 5rem 0rem;
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
    background: url(img/top/catch-bg.png) no-repeat center center;
    background-size: contain;
    display: block;
	}
	
	
	
		
.midashi-list {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-03-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}
	
.midashi-list-easy {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-05-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}
	
	
.midashi-list-qa {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-07-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}	
	
	
.midashi-list-grow {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-04-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}	
	
	.midashi-list-repo {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-04-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}
	
		.midashi-list-katudou {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-09-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}
		.midashi-list-event {
	margin-bottom: 10px;
	padding-top: 2rem;
	padding-bottom: 2rem;
		background:url("img/head/top-img-10-1600x813-x2.jpg") no-repeat center center;
		background-size:cover;
		background-color:rgba(255,255,255,0.7);
        background-blend-mode:lighten;
	}	
	
	
	
	
	.midashi-list .listcatch , .midashi-list-easy .listcatch , .midashi-list-repo .listcatch ,.midashi-list-grow .listcatch , .midashi-list-qa .listcatch , .midashi-list-katudou .listcatch , .midashi-list-event .listcatch{
		padding: 1rem 0rem 2rem 0rem;
		font-size: 37px;
		font-size: 3.7rem;
	}
	


	
	
	
	
.midashi-list .listcatch-s , .midashi-list-easy .listcatch-s , .midashi-list-repo .listcatch-s, .midashi-list-grow .listcatch-s , .midashi-list-qa .listcatch-s , .midashi-list-katudou .listcatch-s , .midashi-list-event .listcatch-s{
    display: block;
    padding-top: 1rem;
    padding-bottom: .7rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    border: #000000;
    border-style: solid;
    border-width: 2px;
    background-color: rgba(255,255,255,0.7);
    background-blend-mode: lighten;
    width: 50%;

}

	
	
	.midashi .txt{
		margin: 0px 15px;
		line-height: 2.5rem;
		width: 90%;

	}
	
	.cont-mida {
		font-size: 30px;
		font-size: 3rem;
		margin-bottom: 10px;
	}
	
	.list-mida {
		font-size: 22px;
		font-size: 2.2rem;
		padding-top: .6rem;
		padding-bottom: .6rem;
	}
	.list-mida2 {
		font-size: 18px;
		font-size: 1.8rem;
		margin:none;
		background-color: #E4E4E4;
		line-height: 3.5rem;
	}

	.cont-bg{
	background-color: #fff8ed;
    }
	
	
	.big-cont .text{
font-size: 1.3rem;
		padding: 1.8rem;
}
	
		.big-cont2 .text{
font-size: 1.3rem;
		padding: 1.8rem;
}
	
	.big-cont .text .title{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	padding: 1.2rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 1rem auto;
	display: inline;
	font-size: 1.7rem;
	position: relative;
	top:-1.5rem;
	
}
	
		.big-cont2 .text .title{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	padding: 1.2rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: 1rem auto;
	display: inline;
	font-size: 1.7rem;
	position: relative;
	top:-1.5rem;
	
}
	
	
	.big-cont .textqa .titleqa {
    z-index: 2;
    font-weight: 900;
    padding: .5rem 1rem;
    border-width: .5px;
    margin: .5rem auto;
    border-bottom: solid;
    border-color: #FFF;
    font-size: 1.7rem;
    display: inherit;

}
	
		.big-cont2 .textqa .titleqa {
    z-index: 2;
    font-weight: 900;
    padding: .5rem 1rem;
    border-width: .5px;
    margin: .5rem auto;
    border-bottom: solid;
    border-color: #FFF;
    font-size: 1.7rem;
    display: inherit;

}
	
	
	
	.big-cont .textqa .titleqa2 {
    z-index: 2;
    font-weight: 900;
    padding: .5rem;
    box-shadow: 0px 3px rgb(0 0 0 / 10%);
    text-shadow: 0px 3px rgb(0 0 0 / 10%);
    border-width: 2px;
    margin: 1rem auto 1rem auto;
    border-bottom: solid;
    font-size: 2.3rem;
	line-height: 3rem;
}
	
		.big-cont2 .textqa .titleqa2 {
    z-index: 2;
    font-weight: 900;
    padding: .5rem;
    box-shadow: 0px 3px rgb(0 0 0 / 10%);
    text-shadow: 0px 3px rgb(0 0 0 / 10%);
    border-width: 2px;
    margin: 1rem auto 1rem auto;
    border-bottom: solid;
    font-size: 2.3rem;
	line-height: 3rem;
}
	
	
	
	.big-cont .textqa {
    margin: 0rem 1rem;
    padding: 2.5rem 2.5rem;
    border-radius: 5rem;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    font-weight: 900;
}

		.big-cont2 .textqa {
    margin: 0rem 1rem;
    padding: 2.5rem 2.5rem;
    border-radius: 5rem;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    font-weight: 900;
}
	

	
	.item-link {
    margin: 0.5rem;
    top: 1.5rem;
	font-size:.9rem; 
	text-align: right;
	color: #ACCBC7;
	width: 100%;
	letter-spacing: .1rem;
	line-height: 2rem;
	padding: 0;
}

		.item-link2 {
top: 1.5rem;
    font-weight: 900;
    font-size: 1.5rem;
    text-align: center;
    color: #ACCBC7;
    width: 100%;
    letter-spacing: .1rem;
    line-height: 2rem;
    padding: 0;
}
	
	.event-attn {
    margin: 0.5rem 0.5rem 3rem;
    top: 1.5rem;
    font-size: .9rem;
    color: #B4B4B4;
    width: 100%;
    line-height: 2rem;
    padding:.5rem 2.5rem;
}
	
	.event-attn2 {
    margin: 0.5rem 0.5rem 0rem;
    top: 1.5rem;
    font-size: .9rem;
    color: #B4B4B4;
    width: 100%;
    line-height: 2rem;
    padding:.5rem 2.5rem;
}
		
	
	
	
	
	.big-cont .text .mini-title{
	background-color: #EEE;
	font-weight: 900;
	padding: 1.2rem;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: inline;
	font-size: 1.7rem;
	position: relative;
	border-radius: 10px;
	top:0;
	
}

	.big-cont2 .text .mini-title{
	background-color: #EEE;
	font-weight: 900;
	padding: 1.2rem;
	box-shadow: 2px 2px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: inline;
	font-size: 1.7rem;
	position: relative;
	border-radius: 10px;
	top:0;
	
}	

	
	.big-cont .text .mini-title2{
	z-index: 2;
	background-color: #fff04e;
	font-weight: 900;
	text-shadow: 2px 2px rgba(255,255,255,1);
	padding: .7rem 2.5rem 1.5rem 2.5rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	display: -webkit-inline-box;
	font-size: 1.8rem;
	border-radius: 30px;
	top:4rem;
	position: relative;
	
}
	
	.big-cont2 .text .mini-title2{
z-index: 2;
    background-color: #fff04e;
    font-weight: 900;
    text-shadow: 2px 2px rgb(255 255 255);
    padding: 2rem 1.5rem 1rem 1.5rem;
    box-shadow: 3px 3px rgb(0 0 0 / 10%);
    margin: 1rem auto;
    display: -webkit-inline-box;
    font-size: 1.5rem;
    border-radius: 30px;
    top: 4rem;
    position: relative;
}
	
	
.big-cont2 .text .mini-title3 {
z-index: 2;
    background-color: #FFFFFF;
    padding: .5rem 1rem .2rem 1rem;
    font-weight: bold;
    display: -webkit-inline-box;
    font-size: 0.9rem;
    border-radius: 30px;
}	


.big-cont .text .mini-text{
	padding: 4rem 1.8rem 1.8rem 1.8rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	font-size: 1.4rem;
	border-radius: 10px;
	border-style: solid;
	border-color: #007ba9;
	border-width: 1px;
	
}
.big-cont2 .text .mini-text{
	padding: 4rem 1.8rem 1.8rem 1.8rem;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
	margin: 1rem auto;
	font-size: 1.2rem;
	border-radius: 10px;
	border-style: solid;
	border-color: #007ba9;
	border-width: 1px;
	
}	
	
		
	

	#loopslider {
		margin: -30px auto 0px;
	}
	#loopslider, #loopslider ul {
		height: 100px;
	}
	#loopslider ul li {
		width: 100px;
		height: 160px;
	}
	#loopslider ul li img {
		width: 90px;
	}
	
	
	#page {
		min-width: 100%;
	}
	.container {
		width: 100%;
	}
	
	.row {
		margin-left: -5px;
		margin-right: -5px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	
	.col-md-8{
		padding-left: 10px;
		padding-right: 0px;
		font-size: 1.1rem;
	}
	

	
	.cont-bg-white2
	{background-image: url("img/qa/q-link-bg.png");}
	
		.cont-bg-white3
	{background-image: url("img/repo/top-bg.jpg");
	padding: 0rem 2rem;}
	
	
	.tag{
    font-weight: 900;
    padding: 1rem;
    margin: 1rem auto;
    font-size: 2.8rem;
    text-shadow: 2px 4px 3px rgb(0 0 0 / 10%);
		line-height: 3.2rem;

}
	

	
	.footer .foot-tanoshimoto{ 
	margin: 0 auto;
	    padding: 0rem 3rem 3rem;
	width: 80%;
	font-weight: 700;
 border-radius: 3rem;
	background-color: #FFFFFF;
	max-width: 1200px;

}
	
	
	
	/*各県ここから*/
.shop-list{
	margin: 0 auto;
	background-color: #FFF;
	padding-bottom: 1rem;
	width: 95%;
	border-radius: 0 0 10px 10px;
	
}
	
	
	
	
	.midashi-list .txt ,.midashi-list-easy .txt ,.midashi-list-grow .txt,.midashi-list-repo .txt ,.midashi-list-qa .txt ,.midashi-list-katudou .txt ,.midashi-list-event .txt{
width: 85%;
    font-weight: 500;
    line-height: 2.1rem;
    font-size: 1.3rem;

	}
	
	


}
/*横幅767の時ここまで*/


/*日本地図　マップ　レスポンスここから*/

.ja-map{
	max-width: 990px;
	margin: 0 auto 2rem auto;
}

.ja-map img{
	width: 100%;
}
/*日本地図　マップ　レスポンスここまで*/


.bnr_right-page {
  width: 30%; /*画像の全体幅*/
  display: block;
  position: fixed;
  z-index: 2;
bottom: 0rem;/* 下からどれくらいの位置に表示したいか */
  right: 0rem;/* 右からどれくらいの位置に表示したいか */    
 max-width:60px;
}

.bnr_right {
  width: 30%; /*画像の全体幅*/
  display: block;
  position: fixed;
  z-index: 2;
bottom: 1.5rem;/* 下からどれくらいの位置に表示したいか */
  right: 1.5rem;/* 右からどれくらいの位置に表示したいか */    
 max-width:80px;
}




