/* Header */
#head {
	background:#181015 url( ../images/bg_header_J.jpg) no-repeat;
	background-size: cover;
	min-height:650px;
	text-align: center;
	padding-top:200px;
	color:white;
	font-family:"Open sans", serif;
	font-weight:300;
}
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; text-shadow: 2px 2px 2px #000; } 
	#head .tagline { color:white; margin-bottom:25px; font-family:"Open sans", Helvetica, Arial; font-size:20px; text-shadow: 2px 2px 2px #000; margin-top:10px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	#head .lead { font-size: 34px; }
}

/* Header_英語 */
#head_e {
	background:#181015 url( ../images/bg_header_e.jpg) no-repeat;
	background-size: cover;
	min-height:650px;
	text-align: center;
	padding-top:200px;
	color:white;
	font-family:"Open sans", Helvetica, Arial;
	font-weight:300;
}
#head_e.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head_e .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
	#head_e .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head_e .tagline a { color:#fff; } 
	#head_e .btn { margin-bottom:10px;}
	#head_e .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head_e .btn-default:hover,
		#head_e .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head_e .btn-default:active, 
		#head_e .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

@media (max-width: 767px) {
	#head_e { min-height:420px; padding-top:160px; }
	#head_e .lead { font-size: 34px; }
}



/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight {
	margin-top:20px;
	border: thin solid #FFF;
	margin-right: 5px;
	margin-left: 5px;
}
	.h-caption {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
} 
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 {
	color:#382526;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:30px;
}
	.h-body { }


/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Open sans", serif; }
h1, .h1, h2, .h2 { margin-top:30px; } 
blockquote {
	font-style: italic;
	font-family: Georgia;
	color:#333;
	margin:30px 0 30px;
	font-weight: normal;
}
label { color: #777; }
.thin {
	font-weight:300;
	margin-bottom: 15px;
}
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
.breadcrumb a { color: #0a9043; }
.breadcrumb a:hover {
	color: #003300;
}
ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.top-space {
	margin-top: 10px;
}
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent {
	margin-bottom: 20px;
}

/* Sidebars */
.sidebar {
	padding-top:10px;
	padding-bottom:30px;
}
	.sidebar .widget {
	margin-bottom:20px;
	margin-top: 40px;
}
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; } 
	
/* Sidebars_member */
.sidebar_member {
	margin-bottom: 20px;
}

/* Footer */
.footer1 { background: #232323; padding: 30px 0 0 0; font-size: 12px; color: #999; }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget {
	margin-bottom:30px;
}		
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }		
		.follow-me-icons i { float:left; margin:0 10px 0 0; }		

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }		
	.widget-simplenav a{ margin:0 5px; }		
	
/* spacer 
==============================*/
   
.spacer { margin-top: 5px; }
.spacer10 { margin-top: 10px; }
.spacer15 { margin-top: 15px; }
.spacer20 { margin-top: 20px; }
.spacer25 { margin-top: 25px; }
.spacer30 { margin-top: 30px; }
.spacer35 { margin-top: 35px; }
.spacer40 { margin-top: 40px; }
.spacer45 { margin-top: 45px; }
.spacer50 { margin-top: 50px; }
.spacer100 { margin-top: 100px; }
.spacer200 { margin-top: 200px; }


/* box
==============================*/
.box_left { float:left;
margin-right:5px;
}
.box_right { float:right;
margin-left:5px;
}

/*=== カスタムボタン設定 ====*/

.btn-white {
  background: rgb(255, 255, 255);
  text-align: left;
  color: #000000;
  border: none;
  width: 100%;
  padding:10px;
}

.btn-black {
  background: rgb(0, 0, 0);
  text-align: left;
  color: #000000;
  border: none;
  width: 100%;
  padding:10px;
}

/*=== 写真の大きさ ====*/
.resizeimage img { width: 100%; }
.resizeimage img-70 { width: 70%; }

/*=== CF ====*/
.CF {
	background: #232323;
	text-align: center;
	padding: 0px;
	line-height: 2em;
	font-weight: bold;
	color: #FFF;
}
/*=== youtube iframe ====*/
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
.responsive {
position: relative;
padding-top: 56.25%;
}
.responsive iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}

/*=== 上に戻るボタン ====*/
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}

/*=== VIEWボタン ====*/
.VIEW_button a {
  font-family: 'Noto Sans JP', serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 700;
  border: solid 3px #333;
  display: block;
  box-sizing: border-box;
  transform: skewX(-25deg);
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.VIEW_button a:hover {
  transform: skewX(0deg);
  transition: all 0.3s;
}

/*=== マージン ====*/
.m-5 {
	margin:5;
}
.m-10 {
	margin:10;
}
.mb-5 {
	margin-bottom:5;
}

/*=== パディング ====*/
.p-5 {
	padding:5;
}
.p-10 {
	margin:10;
}