/*
Theme Name: オープンキャンパス
*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese');
@import url('//fonts.googleapis.com/css?family=Spectral:400,500,600');


/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */




body {
	/*font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif;*/
	/*font-family: "Sawarabi Mincho";*/
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size:16px;
	font-family:'Noto Sans CJK JP', 'Noto Sans JP', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


@media only screen and (max-width: 767px) {
	body {
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	
	}
}


h1,h2,h3,h4,h5,p,th,td,li,a {
	/*transform: rotate(.03deg);*/
	/*font-family: "Sawarabi Mincho";*/
	/*font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
}

h1,h2,h3,h4 {
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","Sawarabi Mincho",HGS明朝E,メイリオ,Meiryo,serif;
	font-family: "Sawarabi Mincho";*/
	transform: rotate(.03deg);
}

h5 {
	color:#bf2a00;
}

a.link01 {
	color:#fff;
	text-decoration: underline;
}

a.link01:hover {
	color:#fff;
	text-decoration: none;
}

a.link02 {
	color:#fff;
	text-decoration: underline;
}

a.link02:hover {
	color:#fff;
	text-decoration: none;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow:none;
}


p {
	letter-spacing: 0.05em;
}

a img {
	transition: 0.2s;
}

a img:hover {
	opacity:0.8;
	transition: 0.2s;
	
}

ol li {
	letter-spacing: 0.05em
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

#js-show-popup01:hover,
#js-show-popup02:hover,
#js-show-popup03:hover,
#js-show-popup04:hover,
#js-show-popup05:hover,
#js-show-popup06:hover,
#js-show-popup07:hover,
#js-show-popup08:hover,
#js-show-popup09:hover,
#js-show-popup10:hover {
	opacity: 0.8;
}

table {
	margin: 0 0 0 0;
	width: 100%;
	border: 0px solid #ddd;
	position:relative;
	border-collapse:collapse;
	border-spacing: 0;
}


table th {
	color:#fff;
	border-bottom: 1px solid #fff;
	border-top: 0px solid #fff;
	padding:15px;
	font-weight:normal;
	text-align:center;
	background:#F04D98;
	border-right: 1px solid #F04D98;
}

@media only screen and (max-width: 767px) {

}

table tr {
	border: 1px solid #F04D98;
}

table td {
	background:#fff;
	color:#000;
	border: 1px solid #F04D98;
	padding:15px;
}

table td.tac {
	padding:5px;
}

@media only screen and (max-width: 767px) {
	table{
		width:100%;
		border:none;
	}

	table tbody tr{
        display: block;
		width:100%;
    }

	table tbody tr th,
    table tbody tr td{
        display: block;
		width:100%;
    }

	table tbody tr td{
		border:none;
		margin-bottom:10px;
	}

	table td.sp_none {
		display: none;
	}

	table th {
		border: none;
	}

	table tr {
		border: none;
	}
}

input[type="text"] {
	width:100%;
}


textarea {
	width:100%;
}


.dropdown-menu {
	border-radius: 0px;
}


a {
	color:#4793ff;
}

a:active,
a:hover {
	color:#4793ff;
}

a:focus{
	outline:none;
}

.top_nav_area {
	position:absolute;
	width:100%;
	bottom:20px;
}

@media only screen and (max-width: 767px) {
	.navbar {
		position: relative;
	}
	
	.top_nav_area {
		height: 80px;
		position: absolute;
		width: 100%;
		top:0px;
		right:0px;
		

	}
	
	.navbar-light .navbar-toggler {
		margin-left:calc(100% - 60px);
	}
}


header {
	position:relative;
}

.sns_box {
	text-align: left;
	margin-bottom:10px;
	margin-right:10px;
	padding: 10px;
}

.twitter_btn {
	margin-left:5px;
}



.title_area {
	background:url(images/opencampus2025/title_back.svg) left top;
	position: relative;
 	overflow: hidden;
	margin-top:-150px;
	padding-top:120px;
	padding-bottom:80px;
	padding-left:0px;
	background-size:100%;
}

@media only screen and (max-width: 767px) {
	.title_area {
		
	}
}

@media only screen and (max-width: 767px) {
	.title_area {
		
		padding-bottom:25px;
		margin-top:-40px;
		padding-top:20px;
	}
}

.title_area h1 {
	color:#fff;
	font-weight:700;
}

@media only screen and (max-width: 767px) {
	.title_area h1 {
		font-size:24px;
	}
}

    .navbar-light .navbar-toggler {
        border-color: rgba(0,0,0,0);
		background:none;
    }


button:focus {
    outline: 0px dotted;
    outline: 5px auto -webkit-focus-ring-color;
	outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.drawer_button {
	display: none;
}

.drawer_button {
	display: none;
}





@media only screen and (max-width: 767px) {
	.navbar-toggler{
		display: none;
	}

	.drawer_button_bak_margin {

		position: fixed;
	z-index: 999;
	top: 0px;
	right: 0px;
	background: url("images/opencampus2025/sp_nav_bak.svg");
	  background-size: auto;
	background-size: 100%;
	display: block;
	width: 100px;
	height: 67px;
	}
	
	.drawer_button_bak {
		display:inline;
		position: fixed;
		z-index: 999;
		top:0px;
		right:0px;
		background: url("images/opencampus2025/sp_nav_bak.svg");
		background-size:100%;
		display: block;
		width:100px;
		height: 67px;
	}
	
	.drawer_button {
		background:none;
		border:none;
		position: absolute;
		top:0px;
		right:0px;
		margin-top:10px;
		margin-right:10px;
		display:inline;
	}
}

@media only screen and (max-width: 500px) {
	.drawer_button {
		
	

	}
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	margin-top:25px;
	transition: 0.2s;
	height:20px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23007a88' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
    background-color: 
    none;
    margin-top: 10px;
    margin-bottom: 10px;
}

a,a:focus {
  outline:none;
}
button,input,input:focus {
  outline:none;
}
input::-moz-focus-inner, 
button::-moz-focus-inner  {
  border:none;
}

.instagram_btn {
	margin-right: .2rem;
}



/***************
全体使用
***************/

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	border:none;
	box-shadow:none;
}


.btn_default {
	border:none;
    background:#ffd500;
	background-position:center;
	padding-right:35px;
	padding-left:35px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:18px;
	font-weight:600;
	transition: 0.2s;
	display: inline-block;
	border-radius: 100px;
	color:#000;
	margin-top:10px;
}

.btn_default:hover,
.btn_default:active,
.btn_default:focus {
    background:#ffd500;
	background-position:right 10px center,center;
	opacity:0.8;
	transition: 0.2s;
	border: none !important;
	box-shadow:none !important;
	color: #000;
}



.btn_default_application {
	border:none;
    background:#2681F2;
	background-position:center;
	padding-right:55px;
	padding-left:55px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:24px;
	font-weight:600;
	transition: 0.2s;
	display: inline-block;
	border-radius: 100px;
	color:#000;
	margin-top:10px;
	color:#fff;
	border:4px solid #fff;
}

.btn_default_application:hover,
.btn_default_application:active,
.btn_default_application:focus {
    background:#2681F2;
	background-position:right 10px center,center;
	opacity:0.8;
	transition: 0.2s;
	border:4px solid #fff;
	box-shadow:none !important;
	color: #fff;
}




.btn_download {
	border:none;
    background:url("images/opencampus2025/pdf_icon.svg") no-repeat,#F04D98;
	background-position:right 30px top 10px;
	background-size:35px;
	padding-right:75px;
	padding-left:35px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:16px;
	font-weight:600;
	transition: 0.2s;
	display: inline-block;
	border-radius: 100px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px;
	display: inline-block;
	border:3px solid #fff;
	
}

.btn_download:hover,
.btn_download:active,
.btn_download:focus {
    background:url("images/opencampus2025/pdf_icon.svg") no-repeat,#F04D98;
	background-position:right 30px top 10px;
	background-size:35px;
	opacity:0.8;
	transition: 0.2s;
	
	box-shadow:none !important;
	color: #fff;
	border:3px solid #fff;
}


.btn_contact {
	border:none;
    background: url(images/btn_arrow.png) no-repeat,#ea8a42;
	background-position:right 10px center,center;
	border-radius:0px;
	padding-right:40px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:21px;
	font-weight:500;
}

.btn_contact:hover,
.btn_contact:active,
.btn_contact:focus {
	background: url(images/btn_arrow.png) no-repeat,#ea8a42;
	background-position:right 10px center,center;
	opacity:0.8;
	transition: 0.2s;
	background-color: #ea8a42 !important;
	border: none !important;
	box-shadow:none !important;
}


/**********************
ナビゲーション
**********************/

.head_area {
	height:auto;
	z-index:1;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.head_area {
		padding-bottom:0px;
	}
}

.head_bn {
	float:right;
	margin-right:15px;
	display:block;
}

.head_box {
	width:auto;
	float:right;
	margin-top:20px;
	
}




.multilingual_btn{
	background:#575956;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	width:150px;
	text-align:center;
	display:inline-block;
	font-size:18px;
	transition: 0.2s;
}

.multilingual_btn:hover,
.multilingual_btn:active{
	color:#fff;
	text-decoration: none;
	opacity:0.8;
	transition: 0.2s;
}

ul.multilingual_btn{
	list-style:none;
	padding:0px;
	display:inline-block;
}

ul.multilingual_btn li a{
	background:#575956;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	width:150px;
	text-align:center;
	display:inline-block;
	font-size:18px;
}

.contact_btn:hover,
.contact_btn:active {
	color:#fff;
	text-decoration: none;
	opacity:0.8;
	transition: 0.2s;
}

.toyama_btn {
	margin-top:-10px;
	margin-left:10px;
}

.back_btn {
	margin-right:60px;
	background:#bbb
}

.back_btn:active {
	margin-right:60px;
	background:#ccc
}

.back_btn:focus {
	box-shadow:none;
}

.entry_btn:focus {
	box-shadow:none !important;
}


@media only screen and (max-width: 1200px) {
	.head_bn img{
		width:270px;
	}
}

@media only screen and (max-width: 950px) {
	.head_area{
		text-align:center;
	}
	
	.head_box {
		width:470px;
		
		margin:0 auto;
		float:none;
		text-align:left;
		margin-top:25px;
	}
}


@media only screen and (max-width: 768px) {
	.head_area{
		text-align:center;
	}
	
	.head_bn{
		display:block;
		width:250px;
		margin:0 auto;
		float:none;
	}
	
	
	.head_box {
		width:100%;
		margin:0 auto;
		float:none;
		text-align:left;
		display:none;
	}
}


@media only screen and (max-width: 768px) {
	.logo {
		margin-bottom:10px;
		max-width:100%;
		margin-left: 0px;
		padding-right:15px;
		padding-left:0px;
	}
	.navbar-brand {
		padding-top: 15px;
		
	}
}

@media only screen and (max-width: 500px) {
	
}

.nav_area {
	background:none;
	z-index:999;
	position:relative;
}

.bg-light {
	background-color: none !important;
}
	
.navbar-nav {
    background: #007a88;
    padding-bottom: 13px;
    position: relative;
}

.navbar-nav::after {
	content: "";
	position: absolute;
	right: -40px;
	top: 0px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #007a88 transparent transparent transparent;
	border-width: 42px 40px 40px 0px;
}

@media only screen and (max-width:1200px) {
	.navbar-nav::after {
		content: "";
		position: absolute;
		right: -40px;
		top: 0px;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #007a88 transparent transparent transparent;
		border-width: 38px 40px 40px 0px;
	}
}

/*bootstrapナビゲーション修正*/

.navbar-toggler {
	margin-right:10px;
}

.navbar {
    padding: 0.0rem 0rem;
}

.nav-item {
	text-align:center;
	padding-bottom:0px;
	font-family:'Noto Sans CJK JP', 'Noto Sans JP', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	margin-top:10px;
	
}



.navbar-nav {
	font-size:13px;
	margin-bottom:25px;
	width:auto;
	position: absolute;
}


.logo_sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	.logo_sp {
		display:block;
		width:150px;
		margin-top:10px;
	}
	.logo {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.navbar-nav {
		font-size:13px;
		margin-bottom:25px;
		width:auto;
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav {
		font-size:13px;
		margin: 0 auto;
		margin-bottom:25px;
		width:100%;
		margin-top:6px;
	}
}

.navbar-light .navbar-nav .nav-link {
 
   	color:#fff;
	transition: none;
	font-weight:300;
	background-color:none;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	border-right:none;
	padding-top:0px;
	padding-bottom:0px;
	font-weight: 600;
	background: url("images/opencampus2025/nav_arrow.svg") no-repeat;
	background-position: right 12px top 6px;
	background-size:12px;
	padding-right:25px;
}

@media only screen and (max-width:1200px) {
	.navbar-light .navbar-nav .nav-link {
		font-size:10px;
		background-size:10px;
		background-position: right 2px top 6px;
		padding-right:17px;
	}
}

@media only screen and (max-width:992px) {
	.navbar-light .navbar-nav .nav-link {
		font-size:9px;
		background-size:10px;
		background-position: right 2px top 6px;
		padding-right:10px;
		padding-left:2px;
		background-size:6px;
	}
}

@media only screen and (max-width:767px) {
	.navbar-light .navbar-nav .nav-link {
		background:none;
		padding-right:0px;
	}
}





@media only screen and (max-width:767px) {
	.navbar-light .navbar-nav .nav-link {
		border:none;
		color:#3fa7d6;
		border-bottom:1px solid #ffd500;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.navbar-light .navbar-nav .nav-item:first-child .nav-link {
		border-left:none;
	}
}

.navbar-light .navbar-nav .nav-item {
}


@media only screen and (max-width: 1200px) {
	.navbar-light .navbar-nav .nav-item {
		width: auto;
	}
}

.nav-link {
    display: block;
    padding: 10px 10px;

}

.navbar-light .navbar-nav .nav-link.contact_btn {
	background:#575956;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
	width:140px;
	text-align:center;
	display:inline-block;
	font-size:18px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4579d4+0,aa8ee2+100 */
background: #4579d4; /* Old browsers */
background: -moz-linear-gradient(top,  #ff616e 0%, #ffa667 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff616e 0%,#ffa667 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff616e 0%,#ffa667 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff616e', endColorstr='#ffa667',GradientType=0 ); /* IE6-9 */
	transition: 0.2s;
	float:right;
	position:relative;
}

.navbar-light .navbar-nav .nav-link.contact_btn:hover {
	color:#fff;
}


@media only screen and (max-width: 992px) {
	.navbar-light .navbar-nav .nav-link.contact_btn {
		width:100%;
		background: rgba(0,0,0,0.8);
		padding-top:5px;
		padding-bottom:5px;
		font-size:16px;
		opacity:1.00;
	}
	
	navbar-light .navbar-nav .nav-link.contact_btn:hover {
	}
	
	.nav-item:last-child {
	}
}



.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color:#fff;
	opacity: 0.8;
}

.dropdown-item {
	color: #4b4b4b;
	font-size:16px;

}

@media only screen and (max-width:767px) {
	.dropdown-item {
		text-align: center;
		color:#bf2a00;
		border-bottom:1px solid #bf2a00;
		padding:15px 0px;
	}
	
	.navbar-nav .dropdown-menu {
		border:none;
		padding:0px;
	}
}

.dropdown-item:hover, .dropdown-item:focus {
    color:#bf2a00;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar-brand {
  margin-top:20px;	
  padding-left:10px;
}

@media only screen and (max-width: 767px) {
	.navbar-brand {
		margin-top:0px;
	}
}



@media only screen and (max-width: 767px) {
	.navbar-light .navbar-nav .nav-item {
		width:100%;
		background:#fff;
		margin-top:0px;
	}
}

/*ハンバーガーメニュー修正*/
.navbar-toggler {
	background-color: #fff;
	margin-top:10px;
	margin-bottom:10px;
}

.container {
	position:relative;
	display: grid;
}

.ttl_01 {
	position: relative;
}

.ttl_01 img {
	position: absolute;
	top:-250px;
	right: 0px;
}



.ttl_02 {
	position: relative;
}

.ttl_02 img {
	position: absolute;
	top:-250px;
	right: 0px;
}

@media only screen and (max-width: 992px) {
	.ttl_01 {
		position:relative;
		top:0;
		rihgt:0;
		text-align: right;
	}
	
	.ttl_01 img {
		position:static;
		text-align: right;
		margin-top:-100px;
		margin-right:-0px;
	}

	.ttl_02 {
		position:relative;
		top:0;
		rihgt:0;
		text-align: right;
	}

	.ttl_02 img{
		position:static;
		text-align: right;
				margin-top:-100px;
		margin-right:-0px;
	}
}

@media only screen and (max-width: 540px) {
	.ttl_01 img {
		width:250px;
	}
	
	.ttl_02 img {
		width:250px;
	}
}

.yume_link {
	margin-bottom:0px;
	text-align: center;
}

.yume_link a:hover{
	text-decoration: underline;
}


/************************
フロントページエリア
************************/

.block_layout {
	margin:0px;
	padding:0px;
}



/*画像スクロール*/
.wrap {
  overflow: hidden;
}



.sliding {
  background: url("images/loop.png") repeat-x;
  height: 244px;
  width: 2550px;
	animation: slide 30s linear infinite;
}

@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-1275px, 0, 0);
  }
}


a:hover {
	
	text-decoration: none; 
}

figure {
	overflow: hidden;
	position: relative;
}
figure::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: .3s;
}
figure img {
	transition: .3s;
}
a:hover figure::before {
	background: rgba(0,0,0,.5);
}
a:hover figure img {
	transform: scale(1.05);
}


/**/
.second_area {
	background:#fff;
}


.top_area {
	height:60vw;
	background:url(images/opencampus2025/top_area.svg?20250704) no-repeat,url(images/opencampus2025/top_area_bg.jpg?2025);
	background-size:100%;
	background-position:top right;
	text-align:center;
	position:relative;
	margin-top:0px;
}


.top_area h1 {
	text-align: left;
	padding-top:2vw;
}

.top_area h1 span{
	background:#fff;
	color:#007a88;
	margin-bottom:5px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	padding-bottom:5px;
	margin-top:5px;
	font-size: 5vw;
	padding-right: 10px;
}

@media only screen and (max-width: 767px) {
	.top_area h1 span{
		line-height: 1.5;
		padding-bottom:0px;
	}
}

.top_area h1 span.open_ttl {
	font-size: 11vw;
	line-height: 0.8;
	padding-bottom: 10px;
	display: inline-block;
}


@media only screen and (max-width: 767px) {
	.top_area h1 span.open_ttl {
		line-height: 1;
		margin-bottom:0px;
		padding-bottom: 0px;
		padding-top:5px;
	}
	
	
	.top_area {
	height: auto;

	}	
	
	.top_area .top_content {
		margin-top:25px;
		margin-bottom:25px;
	}
}

.top_area_bg {
	background: url("images/opencampus2025/top_bg_area.png?20250704");
	background-size: 180px;
	padding-bottom: 60px;
}

.top_area_bg h1 {
	color:#fff;
}

.top_area_bg h1 span {
	color:#fff;
	font-weight: 800;
	background:url("images/opencampus2025/top_area_bg_ttl_right02.svg") no-repeat,url("images/opencampus2025/top_area_bg_ttl_left02.svg") no-repeat;
	background-size: 70px,70px;
	background-position: right,left;
	padding-top: 80px;
	padding-bottom:80px;
	padding-left:80px;
	padding-right:80px;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.top_area_bg h1 {
		font-size: 27px;
	}
	
	.top_area_bg h1 span {
		background-size: 50px,50px;
		padding-left:50px;
		padding-right:50px;
	}
}

@media only screen and (max-width: 540px) {
	.top_area_bg h1 {
		font-size: 21px;
		
	}
	.top_area_bg h1 span {
		background-size: 80px,50px;
		padding-left:50px;
		padding-right:65px;
	}
}

.top_area_bg h2{
	text-align: center;
	color:#3fa7d6;
	background:#fff;
	font-size:2vw;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: 600;
}

.top_area_bg h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 100%;
  max-width: 100%;
  color:#F04D98;
  background: #fff;
  font-size:1.5vw;
}

.top_area_bg h3.earth,
.top_area_bg02 h3.earth {
	margin-top:20px;
	color:#47ab49;
	
}

table.earth tr {
	border-color: #47ab49;
}

table.earth th {
	background:#47ab49;
	border-color: #47ab49;
}

table.earth td {
	border-color: #47ab49;
}

.top_area_bg h3.city-traffic,
.top_area_bg02 h3.city-traffic {
	margin-top:20px;
	color: #177ec3;
}

table.city-traffic tr {
	border-color: #177ec3;
}

table.city-traffic th {
	background:#177ec3;
	border-color: #177ec3;
}

table.city-traffic td {
	border-color: #177ec3;
}

.top_area_bg h3.materials-design,
.top_area_bg02 h3.materials-design {
	margin-top:20px;
	color:#ed797a;
}

table.materials-design tr {
	border-color: #ed797a;
}

table.materials-design th {
	background:#ed797a;
}

table.materials-design td {
	border-color: #ed797a;
}

@media only screen and (max-width: 767px) {
	.top_area_bg h2 {
		font-size:21px;
	}
}

.top_area_bg h2:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

.top_area_bg p {
	color:#fff;
}

.top_area_bg02 {
	background: url("images/opencampus2025/top_bg_area02.png?2025");
	background-size: 180px;
	padding-bottom: 60px;
}

.top_area_bg02 h1 {
}

.top_area_bg02 h1 span {
	color:#007a88;
	font-weight: 800;
	background:url("images/opencampus2025/top_area_bg_ttl_right02.svg") no-repeat,url("images/opencampus2025/top_area_bg_ttl_left02.svg") no-repeat;
	background-size: 70px,70px;
	background-position: right,left;
	padding-top: 80px;
	padding-bottom:80px;
	padding-left:80px;
	padding-right:80px;
	display: inline-block;
}

.rotate_ttl {
	transform: rotate( -10deg );
	margin-top:-60px;
	margin-bottom:40px;
}

@media only screen and (max-width: 767px) {
	.top_area_bg02 h1 {
		font-size: 27px;
	}
	
	.top_area_bg02 h1 span {
		background-size: 50px,50px;
		padding-left:50px;
		padding-right:50px;
	}
}

@media only screen and (max-width: 540px) {
	.top_area_bg02 h1 {
		font-size: 21px;
	}
	
	.top_area_bg02 h1 span {
		background-size: 50px,50px;
		padding-left:50px;
		padding-right:50px;
	}
	
}

.top_area_bg02 h2{
	text-align: center;
	color:#fff;
	background:#3fa7d6;
	font-size:1.7vw;
	padding-top:5px;
	padding-bottom:5px;
}

.top_area_bg02 h2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 100%;
  max-width: 100%;
  color:#fff;
  background: #F04D98;
  font-size: 1.5vw;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.top_area_bg02 h2 {
		font-size:18px;
	}
}

.top_area_bg02 h2:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #F04D98;
}

.live_box {
	background:#fff;
	padding:15px;
	margin-top:25px;
	margin-bottom:25px;
	border-radius: 10px;
}

.top_area_bg .live_box h1{
	font-size:28px;
	color:#3fa7d6;
	margin-bottom:15px;
}

.top_area_bg .live_box p span{
	color:#3fa7d6;
}


.top_area_bg02 .live_box {
	border:2px solid #EB6A8E;
}

.live_box p{
	color:#000;
}

.live_box h2 span{
	background:#3fa7d6;
	color: #fff;
	padding-right:5px;
	padding-left:5px;
	margin-right:5px;
}

.live_box h1.the-day_ttl{
	color:#EB6A8E;
}


.live_box h2.the-day_ttl{
	color:#EB6A8E;
}

.live_box h2.the-day_ttl span{
	color:#fff;
	background:#EB6A8E;
}

.live_box p span.the-day{
	color:#EB6A8E;
}




.btn_form {
	background:url("images/arrow.svg") no-repeat ,#3fa7d6;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid;
}

.btn_form:hover,
.btn_form:focus,
.btn_form:active{
	background:url("images/arrow.svg") no-repeat ,#3fa7d6;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid !important;
	box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.5) !important;
	
}


.btn_online {
	background:url("images/arrow.svg") no-repeat ,#28ba9f;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid;
	color:#fff;
}

.btn_online:hover,
.btn_online:focus{
	background-color: #28ba9f;
	background:url("images/arrow.svg") no-repeat, #28ba9f;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid !important;
	box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.5) !important;
	color:#fff;
	
}

.btn_online:active {
	background:url("images/arrow.svg") no-repeat, #23a58d;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid !important;
	box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.5) !important;
	color:#fff;
}








.btn_yoyaku {
	background:url("images/arrow.svg") no-repeat ,#9e7ee3;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid;
	color:#fff;
}

.btn_yoyaku:hover,
.btn_yoyaku:focus{
	background:url("images/arrow.svg") no-repeat, #9e7ee3;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid !important;
	box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.5) !important;
	color:#fff;
	
}

.btn_yoyaku:active {
	background:url("images/arrow.svg") no-repeat, #6f3fd5;
	background-size:15px;
	background-position: right 12px top 14px;
	border:#fff 1px solid !important;
	box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.5) !important;
	color:#fff;
}












.card {
	border: none;
}

.live_box h2 {
	color:#F04D98;
	font-weight: 600;
	margin-top:0px;
	margin-bottom:0px;
	text-align: left;
	padding-left:0px;
}

.live_box h2:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -15px;
  border: 0px solid transparent;
  border-top: 0px solid #fff;
}


.top_area_bg02 .live_box h2{
	text-align: left;
	color:#A657FF;
	background:#fff;
	/*font-size:1.7vw;*/
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:15px;
}

.top_area_bg .live_box h2{
	margin-bottom:15px;
}


/***********************
セカンドページコンテンツ
***********************/


/****************
フッター
*****************/

.pdf_download_btn {
    margin-top: 25px;
}

.footer_area {
	margin-bottom:-35px;
	background:#F04D98;
}

.footer_area {
	list-style:none;
}

.footer_area .footer_logo {
	margin-top:25px;
}

.footer_area ul {
	display:inline-block;
	margin:0 auto;
	margin-bottom:0px;
	margin-top:15px;
	padding-top:5px;
	max-width:900px;
	color:#fff;
	border-left:1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {
	.footer_area ul {
		padding-left:0px;
		border: 0px;
	}
}

.footer_area ul li {
	list-style:none;
	margin-right:5px;
	margin-left:5px;
	padding-top: 0px;
	background:url(images/footer_arrow.svg) no-repeat;
	background-position:top 1px left 0px;
	background-size:25px;
	padding-left:25px;
	font-size:18px;
	margin-top:5px;
}

.footer_area ul li a {
	color:#bf2a00;
}

.footer_area .head_box h2.map_ttl {

    background: #fff;
    display: inline-block;
    font-size: 15px;
    border-radius: 20px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    background: #ed7245;
    color: #fff;
    z-index: 0;
    position: relative;
}

.footer_area {
	color:#fff;
	padding-top:35px;
}

.footer_area .footer_link_btn {
	background:#f5f5f5;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
	width:100%;
	border:1px solid #aaa;
	color:#555;
	margin-bottom:15px;
}

.footer_area .footer_link_btn:hover,
.footer_area .footer_link_btn:focus {
	text-decoration: none;
}

.footer_link-btn_box {
	padding-right:45px;
	padding-left:45px;
}

ul.footer_nav {
	list-style:none;
	display:inline-block;
	width:100%;
}

ul.footer_nav li {
	padding-right:15px;
	padding-left:15px;
	width:14%;
	text-align:center;
}

ul.footer_nav li a {
	color:#555;
}

.copyright {
	color:#fff;
	text-align:center;
	margin-top:0px;
	padding-top:15px;
	padding-bottom:15px;
}


.modal.fade .modal-dialog {

}

.modal.fade .modal-dialog.modal-work {
  
}

.modal-dialog {
    max-width: 1000px;
    margin: 0.75rem auto;
    margin-top: 0.75rem;
	
display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: auto;
  pointer-events: none;
	margin-top:25px;
	margin-bottom:45px;

}

/* modal-2 */
.modal.left.fade .modal-dialog {
  -webkit-transform: translate(-25%,0);
  transform: translate(-25%,0);
}
.modal.left.show .modal-dialog {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
#modal-2 .modal-dialog {
	max-width: 200px;
	margin: 0;
	height: 100%;
	background:#F04D98;
}
#modal-2 .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
	background:#F04D98;
}
#modal-2 .modal-header {
  display: block;
}
#modal-2 .modal-title {
  display: inline-block;
}
#modal-2 .modal-body {
  /*overflow-y: scroll;*/
}

#modal-2 a.nav-link {
   color:#fff;
   padding: 2px 2px;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1000px) {
	.modal-dialog {
		margin-left:15px;
	}
}


 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
  z-index:11;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}




/*新モーダル*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 900px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.wp_social_bookmarking_light {
	display: none;
}

.modal-body iframe {
	width:100%;
	height:500px;
}

@media only screen and (max-width: 1200px) {
	.modal-body iframe {
		width:100%;
		height:50vw;
	}
}

/*************************
************************/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none; color: #21759b;
	display: block; font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both; margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */ display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.hentry.card .card-body {
		padding: 2.5rem 4rem;
	}
	
	.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
		display: block;
	}
}


@media print {
	
	a {
		text-decoration: none;
	}
	
	a:not(.btn) {
		text-decoration: none;
	}
	
	.navbar {
		display:inline-block;
		width:100%;
	}
	
	
	#Navber {
		display:inline-block;
		width:100%;
	}
	
	.navbar-toggler {
		display:none;
	}
	
	.nav-item {
		float:left;
		display:inline-block;
		width:12%;
	}
	
	.nav-item a {
		text-decoration: none;
	}
	
	.navbar-nav {
		width:100%;
		display:none;
	}
	
	.nav_area .container {
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.fadein {
		    opacity: 1;
	}
}


@media print {

	.col {
	  -webkit-flex-basis: 0;
		  -ms-flex-preferred-size: 0;
			  flex-basis: 0;
	  -webkit-box-flex: 1;
	  -webkit-flex-grow: 1;
		  -ms-flex-positive: 1;
			  flex-grow: 1;
	  max-width: 100%;
	}

	.col-auto {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 auto;
		  -ms-flex: 0 0 auto;
			  flex: 0 0 auto;
	  width: auto;
	}

	.col-1 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 8.333333%;
		  -ms-flex: 0 0 8.333333%;
			  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}

	.col-2 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 16.666667%;
		  -ms-flex: 0 0 16.666667%;
			  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}

	.col-3 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 25%;
		  -ms-flex: 0 0 25%;
			  flex: 0 0 25%;
	  max-width: 25%;
	}

	.col-4 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 33.333333%;
		  -ms-flex: 0 0 33.333333%;
			  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}

	.col-5 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 41.666667%;
		  -ms-flex: 0 0 41.666667%;
			  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}

	.col-6 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 50%;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
	  max-width: 50%;
	}

	.col-7 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 58.333333%;
		  -ms-flex: 0 0 58.333333%;
			  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}

	.col-8 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 66.666667%;
		  -ms-flex: 0 0 66.666667%;
			  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}

	.col-9 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 75%;
		  -ms-flex: 0 0 75%;
			  flex: 0 0 75%;
	  max-width: 75%;
	}

	.col-10 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 83.333333%;
		  -ms-flex: 0 0 83.333333%;
			  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}

	.col-11 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 91.666667%;
		  -ms-flex: 0 0 91.666667%;
			  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}

	.col-12 {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 0 100%;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	  max-width: 100%;
	}


	.col-sm {
		-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
				flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
				flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	}
	.col-sm-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-sm-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%;
	}
	.col-sm-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-sm-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-sm-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%;
	}
	.col-sm-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-sm-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-sm-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%;
	}
	.col-sm-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-sm-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-sm-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	}
	.pull-sm-0 {
	right: auto;
	}
	.pull-sm-1 {
	right: 8.333333%;
	}
	.pull-sm-2 {
	right: 16.666667%;
	}
	.pull-sm-3 {
	right: 25%;
	}
	.pull-sm-4 {
	right: 33.333333%;
	}
	.pull-sm-5 {
	right: 41.666667%;
	}
	.pull-sm-6 {
	right: 50%;
	}
	.pull-sm-7 {
	right: 58.333333%;
	}
	.pull-sm-8 {
	right: 66.666667%;
	}
	.pull-sm-9 {
	right: 75%;
	}
	.pull-sm-10 {
	right: 83.333333%;
	}
	.pull-sm-11 {
	right: 91.666667%;
	}
	.pull-sm-12 {
	right: 100%;
	}
	.push-sm-0 {
	left: auto;
	}
	.push-sm-1 {
	left: 8.333333%;
	}
	.push-sm-2 {
	left: 16.666667%;
	}
	.push-sm-3 {
	left: 25%;
	}
	.push-sm-4 {
	left: 33.333333%;
	}
	.push-sm-5 {
	left: 41.666667%;
	}
	.push-sm-6 {
	left: 50%;
	}
	.push-sm-7 {
	left: 58.333333%;
	}
	.push-sm-8 {
	left: 66.666667%;
	}
	.push-sm-9 {
	left: 75%;
	}
	.push-sm-10 {
	left: 83.333333%;
	}
	.push-sm-11 {
	left: 91.666667%;
	}
	.push-sm-12 {
	left: 100%;
	}
	.offset-sm-0 {
	margin-left: 0%;
	}
	.offset-sm-1 {
	margin-left: 8.333333%;
	}
	.offset-sm-2 {
	margin-left: 16.666667%;
	}
	.offset-sm-3 {
	margin-left: 25%;
	}
	.offset-sm-4 {
	margin-left: 33.333333%;
	}
	.offset-sm-5 {
	margin-left: 41.666667%;
	}
	.offset-sm-6 {
	margin-left: 50%;
	}
	.offset-sm-7 {
	margin-left: 58.333333%;
	}
	.offset-sm-8 {
	margin-left: 66.666667%;
	}
	.offset-sm-9 {
	margin-left: 75%;
	}
	.offset-sm-10 {
	margin-left: 83.333333%;
	}
	.offset-sm-11 {
	margin-left: 91.666667%;
	}

	.col-md {
	-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	max-width: 100%;
	}
	.col-md-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	}
	.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%;
	}
	.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%;
	}
	.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%;
	}
	.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	}
	.pull-md-0 {
	right: auto;
	}
	.pull-md-1 {
	right: 8.333333%;
	}
	.pull-md-2 {
	right: 16.666667%;
	}
	.pull-md-3 {
	right: 25%;
	}
	.pull-md-4 {
	right: 33.333333%;
	}
	.pull-md-5 {
	right: 41.666667%;
	}
	.pull-md-6 {
	right: 50%;
	}
	.pull-md-7 {
	right: 58.333333%;
	}
	.pull-md-8 {
	right: 66.666667%;
	}
	.pull-md-9 {
	right: 75%;
	}
	.pull-md-10 {
	right: 83.333333%;
	}
	.pull-md-11 {
	right: 91.666667%;
	}
	.pull-md-12 {
	right: 100%;
	}
	.push-md-0 {
	left: auto;
	}
	.push-md-1 {
	left: 8.333333%;
	}
	.push-md-2 {
	left: 16.666667%;
	}
	.push-md-3 {
	left: 25%;
	}
	.push-md-4 {
	left: 33.333333%;
	}
	.push-md-5 {
	left: 41.666667%;
	}
	.push-md-6 {
	left: 50%;
	}
	.push-md-7 {
	left: 58.333333%;
	}
	.push-md-8 {
	left: 66.666667%;
	}
	.push-md-9 {
	left: 75%;
	}
	.push-md-10 {
	left: 83.333333%;
	}
	.push-md-11 {
	left: 91.666667%;
	}
	.push-md-12 {
	left: 100%;
	}
	.offset-md-0 {
	margin-left: 0%;
	}
	.offset-md-1 {
	margin-left: 8.333333%;
	}
	.offset-md-2 {
	margin-left: 16.666667%;
	}
	.offset-md-3 {
	margin-left: 25%;
	}
	.offset-md-4 {
	margin-left: 33.333333%;
	}
	.offset-md-5 {
	margin-left: 41.666667%;
	}
	.offset-md-6 {
	margin-left: 50%;
	}
	.offset-md-7 {
	margin-left: 58.333333%;
	}
	.offset-md-8 {
	margin-left: 66.666667%;
	}
	.offset-md-9 {
	margin-left: 75%;
	}
	.offset-md-10 {
	margin-left: 83.333333%;
	}
	.offset-md-11 {
	margin-left: 91.666667%;
	}

	.col-lg {
	-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	max-width: 100%;
	}
	.col-lg-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	}
	.col-lg-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-lg-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-lg-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%;
	}
	.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-lg-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%;
	}
	.col-lg-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-lg-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%;
	}
	.col-lg-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-lg-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-lg-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	}
	.pull-lg-0 {
	right: auto;
	}
	.pull-lg-1 {
	right: 8.333333%;
	}
	.pull-lg-2 {
	right: 16.666667%;
	}
	.pull-lg-3 {
	right: 25%;
	}
	.pull-lg-4 {
	right: 33.333333%;
	}
	.pull-lg-5 {
	right: 41.666667%;
	}
	.pull-lg-6 {
	right: 50%;
	}
	.pull-lg-7 {
	right: 58.333333%;
	}
	.pull-lg-8 {
	right: 66.666667%;
	}
	.pull-lg-9 {
	right: 75%;
	}
	.pull-lg-10 {
	right: 83.333333%;
	}
	.pull-lg-11 {
	right: 91.666667%;
	}
	.pull-lg-12 {
	right: 100%;
	}
	.push-lg-0 {
	left: auto;
	}
	.push-lg-1 {
	left: 8.333333%;
	}
	.push-lg-2 {
	left: 16.666667%;
	}
	.push-lg-3 {
	left: 25%;
	}
	.push-lg-4 {
	left: 33.333333%;
	}
	.push-lg-5 {
	left: 41.666667%;
	}
	.push-lg-6 {
	left: 50%;
	}
	.push-lg-7 {
	left: 58.333333%;
	}
	.push-lg-8 {
	left: 66.666667%;
	}
	.push-lg-9 {
	left: 75%;
	}
	.push-lg-10 {
	left: 83.333333%;
	}
	.push-lg-11 {
	left: 91.666667%;
	}
	.push-lg-12 {
	left: 100%;
	}
	.offset-lg-0 {
	margin-left: 0%;
	}
	.offset-lg-1 {
	margin-left: 8.333333%;
	}
	.offset-lg-2 {
	margin-left: 16.666667%;
	}
	.offset-lg-3 {
	margin-left: 25%;
	}
	.offset-lg-4 {
	margin-left: 33.333333%;
	}
	.offset-lg-5 {
	margin-left: 41.666667%;
	}
	.offset-lg-6 {
	margin-left: 50%;
	}
	.offset-lg-7 {
	margin-left: 58.333333%;
	}
	.offset-lg-8 {
	margin-left: 66.666667%;
	}
	.offset-lg-9 {
	margin-left: 75%;
	}
	.offset-lg-10 {
	margin-left: 83.333333%;
	}
	.offset-lg-11 {
	margin-left: 91.666667%;
	}

	.col-xl {
	-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
			flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
			flex-grow: 1;
	max-width: 100%;
	}
	.col-xl-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
			flex: 0 0 auto;
	width: auto;
	}
	.col-xl-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
			flex: 0 0 8.333333%;
	max-width: 8.333333%;
	}
	.col-xl-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
			flex: 0 0 16.666667%;
	max-width: 16.666667%;
	}
	.col-xl-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
	max-width: 25%;
	}
	.col-xl-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
	max-width: 33.333333%;
	}
	.col-xl-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
			flex: 0 0 41.666667%;
	max-width: 41.666667%;
	}
	.col-xl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
	max-width: 50%;
	}
	.col-xl-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
			flex: 0 0 58.333333%;
	max-width: 58.333333%;
	}
	.col-xl-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
			flex: 0 0 66.666667%;
	max-width: 66.666667%;
	}
	.col-xl-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
			flex: 0 0 75%;
	max-width: 75%;
	}
	.col-xl-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
			flex: 0 0 83.333333%;
	max-width: 83.333333%;
	}
	.col-xl-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
			flex: 0 0 91.666667%;
	max-width: 91.666667%;
	}
	.col-xl-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
	max-width: 100%;
	}
	.pull-xl-0 {
	right: auto;
	}
	.pull-xl-1 {
	right: 8.333333%;
	}
	.pull-xl-2 {
	right: 16.666667%;
	}
	.pull-xl-3 {
	right: 25%;
	}
	.pull-xl-4 {
	right: 33.333333%;
	}
	.pull-xl-5 {
	right: 41.666667%;
	}
	.pull-xl-6 {
	right: 50%;
	}
	.pull-xl-7 {
	right: 58.333333%;
	}
	.pull-xl-8 {
	right: 66.666667%;
	}
	.pull-xl-9 {
	right: 75%;
	}
	.pull-xl-10 {
	right: 83.333333%;
	}
	.pull-xl-11 {
	right: 91.666667%;
	}
	.pull-xl-12 {
	right: 100%;
	}
	.push-xl-0 {
	left: auto;
	}
	.push-xl-1 {
	left: 8.333333%;
	}
	.push-xl-2 {
	left: 16.666667%;
	}
	.push-xl-3 {
	left: 25%;
	}
	.push-xl-4 {
	left: 33.333333%;
	}
	.push-xl-5 {
	left: 41.666667%;
	}
	.push-xl-6 {
	left: 50%;
	}
	.push-xl-7 {
	left: 58.333333%;
	}
	.push-xl-8 {
	left: 66.666667%;
	}
	.push-xl-9 {
	left: 75%;
	}
	.push-xl-10 {
	left: 83.333333%;
	}
	.push-xl-11 {
	left: 91.666667%;
	}
	.push-xl-12 {
	left: 100%;
	}
	.offset-xl-0 {
	margin-left: 0%;
	}
	.offset-xl-1 {
	margin-left: 8.333333%;
	}
	.offset-xl-2 {
	margin-left: 16.666667%;
	}
	.offset-xl-3 {
	margin-left: 25%;
	}
	.offset-xl-4 {
	margin-left: 33.333333%;
	}
	.offset-xl-5 {
	margin-left: 41.666667%;
	}
	.offset-xl-6 {
	margin-left: 50%;
	}
	.offset-xl-7 {
	margin-left: 58.333333%;
	}
	.offset-xl-8 {
	margin-left: 66.666667%;
	}
	.offset-xl-9 {
	margin-left: 75%;
	}
	.offset-xl-10 {
	margin-left: 83.333333%;
	}
	.offset-xl-11 {
	margin-left: 91.666667%;
	}
}

/* 印刷用 */
@media print {
 body{
  overflow-y: visible;
  overflow-x: visible;
 }
 .container{
  overflow-y: visible;
 }
}





/*Face book*/


/* ######################################################################################
 
　facebook埋め込み：レスポンシブ対応
 
###################################################################################### */
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:500px;
}

