html,body{
    font-size: 1em;
    color: #605E5E;
    background: #FFF;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family:'Hiragino Kaku Gothic ProN', "ヒラギノ角ゴ ProN W6",'Meiryo',"メイリオ",'Lucida Grande','sans-serif'; 
}
@media only screen and (max-width: 640px) {
html,body{
    width: 100%;
    min-width:0px;
}
}

body {
    color:#605E5E;
    background: #fafafa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uk-slideshow {
  overflow: hidden;
    background: url;
}

.bg-w{
  background: #FFFFFF;
    z-index: 1;
    
}

.bg-g{
  background: #f0f0f0;
}

a:hover {
  pointer-events: initial; 
  color: #1e87f0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

a,
.uk-link {
  color: #1d2087;
  text-decoration: none;
  cursor: pointer;
}

ul li {
  list-style-type: none;
  float: left;
}

@media only screen and (max-width: 640px) {
ul,ol {
  padding-left: 0px!important;
}
}

.caution {
	display: block;
	text-align: center;
	font-size: 0.8em!important;
	padding: 10px 0;
}
.caution-red {
	display: block;
	text-align: center;
	color: red!important;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
}

/* ----------PC版、SP版---------- */

.pc { display: block !important; 
}
.sp { display: none !important; 
}


@media only screen and (max-width: 640px) {
.pc { display: none !important; 
}
.sp { display: block !important; 
}
}

/* ----------HEADERフォントサイズ---------- */

#FontSizeS {
    font-size: 0.8em;
    margin-left: 0.5em;
    padding: 0.25em 0.5em;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
}
#FontSizeM {
    font-size: 0.8em;
    margin-left: 0.5em;
    padding: 0.25em 0.5em;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
}
#FontSizeL {
    font-size: 0.8em;
    margin-left: 0.5em;
    padding: 0.25em 0.5em;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
}

/* ========================================================================
   UIkit上書き
 ========================================================================== */
.image50{
    width: 50% !important;
}
.image60{
    width: 60% !important;
}
.image70{
    width: 70% !important;
}
.image80{
    width: 80% !important;
}
.image90{
    width: 90% !important;
}

.txt70 {
    font-size: 70% !important;
}
.txt75 {
    font-size: 75% !important;
}
.txt80 {
    font-size: 80% !important;
}
.txt85 {
    font-size: 85% !important;
}
.txt90 {
    font-size: 90% !important;
}
.txt100 {
    font-size:100% !important;
}
.txt110 {
    font-size:110% !important;
}
.txt120 {
    font-size:120% !important;
}
.txt130 {
    font-size:130% !important;
}
.txt140 {
    font-size:140% !important;
}

.txt-blue{
    color:#00a9db;
}
.txt-navy{
    color:#008cad;
}
.txt-orange{
    color:#ff7d28;
}
.txt-green{
    color:#99cc33;
}
.txt-gray{
    color:#A0A09F;
}

.mb10{
    margin:0 0 10px 0 !important;
}

.mb20{
    margin:0 0 20px 0 !important;
}

.mb30{
    margin:0 0 30px 0 !important;
}

.mb40{
    margin:0 0 40px 0 !important;
}

.mb50{
    margin:0 0 50px 0 !important;
}

.btn-blue{
    display:block;
    position: relative;
    display: inline-block;
    margin:5px 0;
    padding: 1em;
    width: 600px;
    font-size: 1.2em;
    font-weight: bold;
    font-family: "M PLUS Rounded 1c";
    background-color:#00a9db;
    border-radius:100px;
    cursor: pointer;
    color: #FFF;
}

@media only screen and (max-width: 640px) {
.btn-blue{
    display:block;
    position: relative;
    display: inline-block;
    padding: 1em;
    width:90%;
    background-color:#00a9db;
    border-radius:100px;
    cursor: pointer;
    color: #FFF;
}
}

.btn-blue a{
    color: #FFF;
}
.btn-blue a:hover{
    color: #FFF;
    opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  color:#333333;
  font-family:"M PLUS Rounded 1c";
}
* + h1,* + .uk-h1,
* + h2,* + .uk-h2,
* + h3,* + .uk-h3,
* + h4,* + .uk-h4,
* + h5,* + .uk-h5,
* + h6,* + .uk-h6 {
  margin-top: 0px!important;
  color:#333333;
}

h5 {
    font-size:1.3em;
}
@media only screen and (max-width: 640px) {
h5 {
    font-weight: bold;
    font-size:0.95em;
}
}

ul,
ol {
  color:#333333;
}
@media only screen and (max-width: 768px) {
ul,
ol {
  padding-left: 0px!important;
}
}
hr{
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #D8D8D8!important;
}

.uk-width-1-1{
   text-align: center;
   background: #FFF;
}


.uk-navbar-nav > li > a {
   font-size: 0.9em!important;
   color: #333!important;
   text-transform: uppercase;
   transition: 0.1s ease-in-out;
   transition-property: color, background-color;
}

.inner{
   width:100%; 
   overflow:hidden;
}

player{
   height:200px;
}


#mc_inquiry {
    margin: 0 auto 30px;
    text-align: center;
}
    
#footer{
    text-align:center;
    background-color: #ff7614;
    width: 100%;
    height: 50px;
}

#footerLink{
    /* width: 100%; */
    padding: 10px;
    display: table;
    /* table-layout: fixed; */
    margin: 0 auto;
}

#footerLink ul{
    display: table;
    table-layout: fixed;
}
@media only screen and (max-width: 640px) {
#footerLink ul{
    font-size: 0.7em;
    display: table;
    table-layout: fixed;
}
}

#footerLink a {
    color: #fff;
    text-decoration: none;
    margin:0px 50px;
    padding:15px 0px;
}

@media only screen and (max-width: 640px) {
#footerLink a {
    color: #fff;
    text-decoration: none;
    margin:0px 20px;
    padding:15px 0px;
}
}

#footerLink a:hover {
    color: #fff;
    text-decoration: underline;
}

#copyRight {
    padding: 1em 0 2em 0;
    background-color: #ff7614;
    color: #000;
    font-size: 0.8em;
    text-align: center;
}

@media only screen and (max-width: 640px) {
#copyRight {
    padding: 1em 0 2em 1em;
    font-family: meiryo;
    color: #000;
    font-size: 0.6em;
    text-align: left;
}
}

.screen_layout{
    margin: 0px auto;
    width: 900px;
}
@media only screen and (max-width: 768px) {
.screen_layout{
    width: 100%;
}
}

@media only screen and (max-width: 640px) {
.screen_layout{
    margin:0px auto;
    width: 100%;
}
}

.screen_layout ul li img{
    width: 300px;
}

#screen{
    /* padding: 0px; */
    margin: auto;
    text-align: center;
}

#screen ul {
    width: 100%;
    margin:0;
    padding: 0px 0px 0px 0px;
    display: table;
    table-layout: fixed;
}


@media only screen and (max-width: 640px) {
#screen ul {
    width: 100%;
    margin: auto;
}
}
    
#screen li {
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 1.8em;
    padding: 0px 40px 0px 0px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 640px) {
#screen li {
        width: 100%;
    font-size: 0.8em;
}
}
    
#screen li.text{
    width: 60%;
    font-size: 0.9em;
    line-height: 1.6em;
    padding: 0px;
}
@media only screen and (max-width:768px) {
#screen li.text{
    width: 55%;
    padding:0 30px 0 0;
}
}

@media only screen and (max-width: 640px) {
#screen li.text{
    width:100%;
    font-size: 0.8em;
}
}

#screen li.picture{
    width: 40%;
    padding: 0;
    display: table-cell;
    /* float: right; */
    text-align: right;
    vertical-align: middle;
}
@media only screen and (max-width: 640px) {
#screen li.picture{
    width: 100%;
    font-size:  92%;
    line-height: 160%;
    text-align: left;
    padding:5px 0 0 0;
}
}
.uk-navbar-nav {
  height: 50px;
}

.fas{
  margin:0px 5px 0px 0px;
}

.resultimg{
    width:auto;
  margin:15px 0;
}
@media only screen and (max-width: 640px) {
.resultimg{
    width: 30%;
  margin:15px 0;
}
}
.resultimg:nth-child(even){
  margin:0px 25px;
}
@media only screen and (max-width: 640px) {
.resultimg:nth-child(even){
    width: 30%;
  margin:15px;
}
}

iframe {
    width: 300px;
    height:190px;
}
@media only screen and (max-width: 768px) {
iframe {
    width: 100%;
}
}

    
#main3{
    padding: 0px 0 0 0;
}


#main3 .subTitle02 {
    font-size: 1.5em;
    color: #333;
    padding: 1em 0 0 2.5em;
    margin-top: 30px;
    width: 70%;
    text-align: left;
}

#main3 ul {
    width: 940px;
    margin: 0;
    padding: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding:auto;
}
@media only screen and (max-width: 768px) {
#main3 ul {
    width:  100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0;
    padding:auto;
}
}
    
#main3 li {
    width: 45%;
    top: 0;
    line-height: 1.4em;
    list-style: none;
    vertical-align: middle;
    min-height:8em;
    padding:10px 0;
    margin: 10px 30px 10px 0px;
    border: 2px solid #ff7d28;
    background-color: #ffffff;
    border-radius: 0;
    float: left;
    text-align: left;
    position: relative;
}
@media only screen and (max-width: 768px) {
#main3 li {
    width: 13%;
    padding: 50px 30px;
    margin: 10px 25px 10px 0px;
}
}
@media only screen and (max-width: 640px) {
#main3 li {
    width: 43%;
    font-size: 0.9em;
    min-height: 10em;
    padding: 20px 0px;
    margin: 10px 25px 10px 5px;
}
}
    
#main3 li:last-child{
    margin: 10px 0px 10px 0px;
}
@media only screen and (max-width: 640px) {
#main3 li:nth-child(even){
    margin: 10px 0px 10px 0px;
}
}

#main3 li p {
    color: #444;
    font-size: 1.3em;
    line-height:1.6em;
    font-weight: bold;
    top: 50%;
    font-family: "M PLUS Rounded 1c";
    width: 84%;
    position: absolute;
    margin: auto;
    padding: auto;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 768px) {
#main3 li p {
    width: 90%;
    font-size: 1em;
}
}
    
.bannerimg {
    margin: 10px 0px 10px 0px;
}
.bannerimg2 {
    margin: 10px 25px 10px 0px;
}
@media only screen and (max-width: 640px) {
.bannerimg {
    margin:0 0 0 6px;
    width: 48%;
}
.bannerimg2 {
    margin:0 6px 0 0;
    width: 48%;
}
}
/* ======================================================
   上書き：uikit.css
 ======================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
    margin: 0;
}

.uk-grid > * > :last-child {
    z-index: 0;
}

.uk-grid {
    margin-left: -30px;
  }
.uk-grid > * {
    padding-left: 0px;
  }
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }

.uk-container {
    box-sizing: content-box;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

.uk-container-menu {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-left:  0;
    padding-right: 0;
    background:#ff7614;
}

@media only screen and (max-width:1024px) {
.uk-container-menu {
}

}

@media only screen and (max-width: 640px) {
[class*='uk-width'] {
  /* box-sizing: border-box; */
    width: 100%;
    padding-left: 0;
    overflow:hidden;
}
.uk-grid {
    margin:0px;
}
}
@media only screen and (max-width: 640px) {
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
    margin: 0px;
    padding:0;
    min-width: 0px;
}
}


.uk-navbar {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid #D8D8D8!important;
    padding: 0px 0;
    border-top: 3px solid #ff6600;
    z-index: 999;
}
/*IE用CSS IE10以上 */
@media all and (-ms-high-contrast: none){
.uk-navbar {
    padding: 7px 0px 7px 80px;
}
}

.uk-navbar-nav > li > a {
    color: #444;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-navbar-nav > li a:hover{
    background-color:rgba(255,255,255,0.6);
}
.uk-navbar-nav > li.active a{
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1) inset;
}

.uk-navbar-nav > li > a[href="#"] {/*1880行*/
    cursor: pointer
}

.uk-navbar-toggle {
    font-size: 18px;
    color: #444444;
    text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #444444;
    text-decoration: none;
  /* 2 */
    outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
  /* 1 */
    vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
    content: "\f002";
}

.uk-banner-box {
    width: 690px;
    background: #e1e1eb;
    padding: 30px 20px 0px 20px;
    text-align: center;
    display: inline-block;
}

.uk-banner-box img{
    padding: 0px;
    margin:0 auto 20px auto;
}
uk-banner-box img a:hover,
uk-banner-box img a:focus{
    opacity:0.8;
}

@media only screen and (max-width: 640px) {
.uk-banner-box {
    width: 97.3%;
    background: #e1e1eb;
    padding: 20px 5px 10px 5px;
    text-align: center;
}
.uk-banner-box img{
    width:94%;
    margin:0 auto 11px auto;
}
}


.uk-panel-box {/*1194行*/
    padding: 0px;
    background:none repeat scroll 0% 0%;
    color: #444;
    border-radius: 4px;
}
/* ========================================================================
   Icon
 ========================================================================== */
/*
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format('woff2'), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class*='uk-icon-'] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}
 */
/* ======================================================================== */ 
/* ヘッダー */
/* ======================================================================== */

.uk-width-1-3{
	min-width:230px;
}
.uk-width-2-3{
	min-width:500px;
}
@media only screen and (max-width: 640px) {
.uk-width-2-3{
	min-width:0px;
}
}

.logo_title {
	display: block;
}

.logo_title img{
	width:230px;
	margin: 7px 0 7px 10px;
}

.logo_title:hover {
	opacity: 0.8;
}

header{
  margin: 0 0 0 0;
  background:#FFF;
}


header h1 {
    display: none;
    color: #fff;
}

header .col1 {
    float: right;
    margin: 12px 10px 0 0;
    display: block;
}

header .col2 {
    float: right;
    margin: 15px 30px 0 0;
    display: block;
}

header .col2 dl {
    margin: 0;
    float: left;
    display: inline-block;
}

header .col2 dt {
    float: left;
    margin: 0 0 0 2em;
    color: #ffffff;
    font-size: 0.9em;
    line-height: 1.6em;
}

header .col2 dd {
    float: left;
    display: inline-block;
}

header .col2 img {
    margin: 0 0 0 6px;

}

header .col2 ul {
    margin: 0;
    padding:0;
}

header .col2 li {
    float: left;
}

ul#headnav {
	float: right;
	display: block;
	background: #CCCCCC;
	padding: 0px;
}

@media only screen and (max-width: 640px) {
ul#headnav {
	float: right;
	display: none;
}
}
    
ul#headnav li {
	list-style-type: none;
}


li#search_box input {
    font-size: 1em !important;
	width: 155px;
	float: left;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
#search_box,#search_btn{
    display: none;
}
}

li#search_box {
    	float: left;
    font-size: 1em !important;
}

li#search_btn {
    	float: left;
    	background: #cccccc;
}

li#search_btn a {
    	height: 21px;
    	font-size: 0px;
    	text-indent: 0;
    	margin-right: 0;
    	font-size: 1em !important;
}
/* ======================================================================== */ 
/* ニュース
/* ======================================================================== */

section{
  padding: 0px;
  clear: both;
}
section h2{
  font-size: 1.4em;
  font-weight:bold;
  padding-left: 10px;
}

@media only screen and (max-width: 640px) {
section h2{
  font-size: 1.2em;
  font-weight:bold;
  padding-left: 10px;
}
}

.title_news:before {/*Font Awesome　アイコン*/
  font-size: 1.2em;
  line-height: 1.2em;
  content: "\f05a";
  font-family: FontAwesome;
  color: #333399;
  padding-right: 10px;
}

/*研修案内アイコン*/
.title_wanted:before {/*Font Awesome　アイコン*/
  font-size: 1em;
  line-height: 1.2em;
  content: "\f15c";
  font-family: FontAwesome;
  color: #333399;
  padding-right: 10px;
}


.title_course{
  font-size: 1.8em;
  font-weight:bold;
  padding-left: 10px;
}
@media only screen and (max-width: 640px) {
.title_course{
  font-size: 1.2em;
  font-weight:bold;
  padding-left: 10px;
  margin:15px 0 5px 0;
}
}


/*研修詳細ページアイコン*/
.title_course:before {/*Font Awesome　アイコン*/
  font-size: 1em;
  line-height: 1.2em;
  content: "\f007";
  font-family: FontAwesome;
  color: #333399;
  padding-right: 10px;
}


dl.info {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
  margin-bottom: 5px;
  margin-top: 5px;
}

.info h2{
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

.info p{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0 5px;
}

 dl.info{
  font-size:.9rem;
  margin-bottom: 20px;
  }

 dl.info > dt {
    width: 150px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
 dl.info > dd{
  margin-left: 155px;
}
@media (max-width: 700px) {
  dl.info > dt{
    width: 100%;
  }
   dl.info > dd{
    margin-left: 0;
  }
  }

.bottom_line {
    line-height: 40px;
    border-bottom: 3px solid #333693;
    margin-bottom: 0px;
}

.bottom_line_wanted {
    line-height: 40px;
    border-bottom: 3px solid #c21112;
    margin-bottom: 0px;
}

/* =================================================================
   Search
 =================================================================== */
/*
 * 1. Create position context for dropdowns
 * 2. Needed for `form` element
 */
.uk-search {
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  margin: 0;
}
/*
 * Icon
 */
.uk-search:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.uk-search-field {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 3px;
  /* 4 */
  font: inherit;
  color: #444444;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 100%;
  height: 30px;
  padding: 5px 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f5f5f5;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  vertical-align: middle;
  box-shadow: -3px 4px 5px -4px rgba(0, 0, 0, 0.3) inset;
}


 /* ======================================================
  side-bar:
 ======================================================== */
.side-widget {
  width: 320px;
  overflow: hidden;
  margin: 5px auto 0 auto;
}

.movies {
  margin: 10px 0 0 0;
  width: 320px;
  }

.tabs {
  margin: 30px 0 0 0;
  background-color: #fff;
  width: 320px;
  }

.tab_item1 {
  width:110px;
  height: 40px;
  background-image: url(img/tab_twitter.png);
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.5s ease;
  cursor: pointer;
}
.tab_item2 {
  width:110px;
  height: 40px;
  background-image: url(img/tab_instagram.png);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.5s ease;
  cursor: pointer;
}
.tab_item3 {
  width:100px;
  height: 40px;
  background-image: url(img/tab_facebook.png);
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  transition: all 0.5s ease;
  cursor: pointer;
}

.tab_item3 a:hover {
  background-image: url(img/tab_facebook.png)  0.8;
}

/*ラジオボタン*/
input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  height:580px;
  clear: both;
  overflow: hidden;
}


#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

.tabs input:checked + .tab_item1 {
  height: 55px;
  background-image: url(img/tab_twitter.png);
}
.tabs input:checked + .tab_item2 {
  height: 55px;
  background-image: url(img/tab_instagram.png);
}
.tabs input:checked + .tab_item3 {
  height: 55px;
  background-image: url(img/tab_facebook.png);
}


 /* ======================================================
  footer
 ======================================================== */
.footer {
   color: #fff;
  padding: 0px 0 0 0;
  position: relative;
  background:#ff7614;
  /* min-width:100%; */
  /* margin:0 auto; */
}

@media only screen and (max-width: 640px) {
.footer {
    overflow: hidden;
    min-width: 100%;
}
}

.footer_nav li.home:before {/*Font Awesome　アイコン表示*/
  font-size: 1.4em;
  content: "\f015";
  font-family: FontAwesome;
  color: #FFF;
  padding: 0 8px 0 0;
}

.footer_nav {
    margin: auto;
    padding: 10px 0 0 0;
}
@media only screen and (max-width: 640px) {
.footer_nav {
    display:none;
}
}

.footer_nav .logo-f {
  width: 315px;
}

.footer_nav .logo-f a {
  display: block;
  padding-top: 55px;
  background: url(../img/common/logo.png) no-repeat left top;
  font-size: 1.2em;
  font-size: 0.9285714286rem;
  font-weight: bold;
  color: #00369f;
}

.footer_nav .logo-f a br {
  display: none;
}

.footer_nav .logo-f .responsive {
  display: none;
}

.footer_nav > ul {
  font-size: 0.8em;
  margin:0 0 0 -30px;
}

@media only screen and (max-width: 640px) {
.footer_nav > ul {
  width: 100%;
    padding-left: 0;
}
}

/*--------------------
 *    footer180     */
.footer_nav > ul > li.c180 {
	width: 180px;
	float: left;
}

.footer_nav > ul > li.c180 > a {
	width: 159px;
	background-color:rgba(0,0,0,0.3);
	margin: 0 1px 0 0;
    padding:5px 10px;
	display: inline-block;
}

.footer_nav > ul > li.c180 > ul li  {
	padding: 10px 0px 10px 0px;
    position: relative;
}

/*--------------------
 *    footer360     */
.footer_nav > ul > li.c360 {
  float: left;
}

.footer_nav > ul > li.c360 > a {
	width: 359px;
	background-color:rgba(0,0,0,0.3);
	margin: 0 1px 0 0;
    padding:5px 10px;
	display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_nav > ul > li.c360 > ul li  {
	margin: 10px 0px;
}

.footer_nav > ul > li.or180 {
	float: left;
}

.footer_nav > ul > li.or180 > a {
	width: 159px;
	background-color:rgba(255,133,51,0.8);
	margin: 0 1px 0 0;
    text-align: center;
	font-weight: bold;
    padding:5px 10px;
	display: inline-block;
}

.footer_nav > ul > li.c180_2 > a {
	width: 159px;
	text-align: center;
	background-color:rgba(0,0,0,0.3);
	margin: 0 1px 0 0;
    padding:5px 10px;
	display: inline-block;
}

@media only screen and (max-width: 640px) {
.footer_nav > ul > li.c180_2  {
	width: 50%;
	text-align: center;
	border-left: none;
}
}

.footer_nav > ul > li.gr360 {
	float: left;
}

.footer_nav > ul > li.gr360 > a {
	width: 339px;
	background-color:rgba(51,153,102,0.8);
	margin: 0 1px 0 0;
	text-align: center;
	font-weight: bold;
    padding:5px 10px;
	display: inline-block;
}
	
.footer_nav > ul > li > a {
	color: #FFF;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(../img/common/icon-dot.png) no-repeat left center;
	font-size: 1.2em;
}
.footer_nav > ul > li ul {
	padding: 10px 5px 0px 10px;
    max-width: 169px;
	display:table-cell;
}
@media only screen and (max-width: 640px) {
.footer_nav > ul > li ul {
	padding: 30px 20px 0px 0px;
}
}
	

.footer_nav > ul > li ul li {
	padding-bottom: 5px;
	font-size: 1.2em;
}
.footer_nav > ul > li ul li:last-child {
	padding-bottom: 0;
}

.footer_nav > ul > li ul li a {
	color: #FFF;
}

.footer_nav a:hover {
	text-decoration: underline;
}

.footer_contentsLink {
    width: 1080px;
    font-size: 0.8em;
    margin: 0 auto;
    padding: 0 0 0 0px;
}


@media only screen and (max-width: 640px) {
.footer_contentsLink {
    width: auto;
    font-size: 0.9em;
    overflow:visible;
	margin: 0px;
}
}

.footer_sub {
	width: 1080px;
    font-size: 0.95em;
    letter-spacing: 0.1em;
	margin: 15px 0 0 -30px;
	float: left;
}

@media only screen and (max-width: 640px) {
.footer_sub {
	display: none;
}
}

.footer_sub > ul > li {
	padding:0 25px 0 0;
	float: left;
}
.footer_sub a {
	color: #FFF;
	margin: 0 ;
	display: inline-block;
}

.footer_sub a:hover {
	text-decoration: underline;
}

.footer_sub > ul > li li {
	margin: 0 0 10px;
	line-height: 1.2;
}

.footer_copyright {
	font-size: 0.75em;
	padding: 5px 0;
	letter-spacing:0.1em;
	text-align: center;
}
    
@media only screen and (max-width: 640px) {
.footer_copyright {
	font-size: 0.7em;
	padding: 0px 10px 5px 10px;
}
}

.footer_logo {
  margin: 0 0 0 60px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
.footer_logo {
  width: 100%;
  padding: 10px 10px 5px 0px;
  margin: 0;
}
}
/*--------------------
 *    news
 *--------------------*/
.listBlock,
.listBlock ul,
.listBlock li,
.listBlock dl,
.listBlock dt,
.listBlock dd {
	display: block;
	list-style-type: none;
}

.top_news_box {
	padding: 20px 0 0 0;
}
.top_news_title {
	padding: 0;
	position: relative;
}

/*--------------------
 *    to ichiran
 *--------------------*/
.top_news_title_link {
	position: absolute;
	right:2%;
	top: 30%;
    color:#333399;
}
@media only screen and (max-width: 640px) {
.top_news_title_link {
    font-size: 0.8em;
	right:4%;
	top: 30%;
}
}
    
.top_news_title_link a {
	text-decoration: none;
}

.top_news_title_link a:hover {
	text-decoration: underline;
}

.arrow_icon:before {
	content: "\f061";
	font-family: FontAwesome;
	width: 1em;
	height: 1em;
	padding-right: 0.4em;
	position: relative;
	left: 0;
}

/*--------------------
 *    news_list
 *--------------------*/
.layout0 {
	width: 100%;
	min-width: 1024px;
	margin: 0 auto;
}

.layout1 {
	width: 730px;
	text-align: left;
	margin: 0px auto;
}

.layout2 {
	width: 730px;
	text-align: left;
	margin: 0px auto;
}

@media only screen and (max-width: 640px) {

.layout0 {
	width: 100%;
	min-width: initial;
	min-width: auto;
}

.layout1 {
	width: auto;
	margin: 0;
}
    
.layout2 {
	width: auto;
	margin: 0;
}
}
    
.top_news_bg{
	background: #fff0f5;
}

.top_news_list {
    font-size: 0.8em;
    color: #333333;
    text-align: left;
    margin: 0;
    padding: 0;
}
.top_news_list > li {
	line-height: 1.6;
	border-bottom: #e0e0e0 solid 1px;
}
.top_news_list_link {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 14px 0;
	position: relative;
}

.top_news_list_box {
	position: relative;
	padding: 10px 0;
}
.top_news_list_box:before {
	  font-size: 1em;
	  line-height: 1.2em;
	  content: "\f105";
	  font-family: FontAwesome;
	  color: #333399;
	  margin-top: -0.5em;
	  position: absolute;
	  right: 15px;
	  top: 50%;
	  z-index: 10;
}
/*a.top_news_list_link:hover .top_news_list_box:before  {
	right: 5px;
}*/

a.top_news_list_link:hover {
	background: #f5f5f5;
    text-decoration: underline;
}
.top_news_list_layout1-1 {
	float: left;
	margin-left: 1em;
}

.top_news_list_layout1-2 {
	margin-left: 16.5em;
	padding-right:4em;
}
@media only screen and (max-width: 640px) {
.top_news_list_layout1-2 {
    font-size: 1em;
    margin-left:0em;
	padding-right:2em;
}
}

/*--------------------
 *    日付
 *--------------------*/
.top_news_list_date {
	display: inline-block;
	vertical-align: top;
	width: 9em;
	font-size: 98%;
}

@media only screen and (max-width: 640px) {
.top_news_list_date {
	display: inline-block;
	vertical-align: top;
	width: 8em;
	font-size: 100%;
}
}

@media only screen and (max-width: 640px) {
    
.top_news {
	padding: 10px 0;
}
    
.top_news_title {
	position: relative;
}
    
.top_news_heading_en {
	font-size: 182%;
}
    
.top_news_heading_jp {
	font-size: 77%;
}

/* top_news_list */
.top_news_list {
    width:100%;
}
    
.top_news_list > li {
	line-height: 1.6;
}
    
.top_news_list_link {
	padding: 10px 0;
}
    
.top_news_list_box {
	padding: 0 10px;
}
    
.top_news_list_layout1-1 {
	float: none;
	margin-left: 0;
}
}


/* ------------------------------------------------- *
 *        ＠ヘッダー
 * ------------------------------------------------- */

  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%!important;
    margin: 5px 0px 5px 0px;
  }


.clearfix {
  width: 100%;
}

.navbar-header {
  padding: 17px 10px 16px;
  background: #282727;
  color: #FFF;
}

.navbar-form {
  margin: 0;
}

.offcanvas-stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.navbar-default {
  background: #FFF;
}

.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
}

.navbar-inverse .navbar-offcanvas {
  background-color: #222;
}

.navbar-toggle {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

.navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 300px;
  left: -300px;
  top: 0;
  z-index: 999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.navbar-offcanvas.in {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.navbar-offcanvas.navbar-offcanvas-fade {
  opacity: 0;
}

.navbar-offcanvas.navbar-offcanvas-fade.in {
  opacity: 1;
}

.navbar-offcanvas.offcanvas-transform.in {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.navbar-offcanvas.offcanvas-position.in {
  left: 0;
}

.navbar-offcanvas.navbar-offcanvas-right {
  left: auto;
  right: -300px;
}

.navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

.navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
  left: auto;
  right: 0;
}

.navbar-offcanvas .dropdown.active .caret {
  border-top: 0;
  border-bottom: 4px solid;
}

.navbar-nav {
  overflow: hidden;
}

.navbar dl {
  margin: 0;
}

.navbar dt {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #DDD;
  background: #f8f8f8 url(../img/icon/icon-down.png) no-repeat right center;
  background-position: 95%;
}

.navbar .active {
  background: #f8f8f8 url(../img/icon/icon-up.png) no-repeat right center;
  background-position: 95%;
}

.navbar dd {
  display: none;
}

.navbar dd a {
  display: block;
  background: url(../img/icon/icon-arw-glay.png) no-repeat right center;
  background-position: 95%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #DDD;
}

.navbar ul {
  margin-bottom: 0;
}

.navbar ul li a {
  background: url(../img/icon/icon-arw-glay.png) no-repeat right center;
  background-position: 95%;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #DDD;
}

.offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 20px;
  height: 3px;
  display: block;
  margin-bottom: 3px;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(8px, 4px);
  transform: rotate(45deg) translate(8px, 4px);
}

.offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  opacity: 0;
}

.offcanvas-toggle.is-open .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px);
}

.navbar-offcanvas .dropdown-menu {
  position: relative;
  width: 100%;
  border: inherit;
  box-shadow: none;
  -webkit-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}

.navbar-offcanvas .dropdown-menu.shown {
  display: block;
  margin-bottom: 10px;
}

.nav-in li {
  background: #f8f8f8 url(../img/icon/icon-arw-glay.png) no-repeat right center;
  background-position: 95%;
}

.cv-area {
  background: #DDD;
  padding: 10px 10px 20px 10px;
}

.cv-area .tel {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.cv-area .tel b {
  background: url(../img/icon/icon-tel.png) no-repeat left;
  background-size: 20px;
  padding-left: 25px;
}

.cv-area .tel span {
  font-size: 12px;
}

.cv-area a {
  padding: 10px 0 12px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}

.cv-area .btn-first {
  background: #ff3019;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 10px;
}

.cv-area .btn-second {
  background: #ffaf4b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 10px;
}

input,button,select,textarea{
    font-family:inherit;font-size:inherit;line-height:inherit;
}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}


/* ------------------------------------------------- *
 *        ＠スマホ
 * ------------------------------------------------- */
@media only screen and (max-width: 640px) {
header{
	height: 62px;
	border-bottom: 2px solid #26428c;
	background:url(../images/header_bg.gif) 0 0 repeat-x;
}
h1#logo {
	position:absolute;
	width:140px;
	top:9px;
	left:50%;
	margin-left:-70px
}

.h-logo {
	position:absolute;
	width: 200px;
	margin: 14px 0 0 5px;
	/* left:50%; */
	/* float: left; */
	/* margin-left: -180px; */
}

.h-logo img {
  	top:9px;
	left:50%;
	padding:0 0 0 5px;
}
}
/* ------------------------------------------------- *
 *        ＠スマホヘッダー
 * ------------------------------------------------- */
#header-sp {
  height: 60px;
  z-index: 9999;
  width: 100%;
  background: #FFF;
  border-bottom: 2px solid #DDD;
}

#header-sp .h-logo {
  text-align: center;
    	position:absolute;
}

#header-sp .h-logo img {
  width: 140px;
  height: auto;
  padding: 7px 0;
}

#header-sp .navbar-header {
  padding: 17px 10px 16px;
  background: #282727;
  color: #FFF;
}

#header-sp .navbar-form {
  margin: 0;
}

#header-sp .offcanvas-stop-scrolling {
  height: 100%;
  overflow: hidden;
}

#header-sp .navbar-default {
  background: #FFF;
}

#header-sp .navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
}

#header-sp .navbar-inverse .navbar-offcanvas {
  background-color: #222;
}

#header-sp .navbar-toggle {
  position: absolute;
  top: 8px;
  right: 10px;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
}

#header-sp .navbar-offcanvas {
  position: fixed;
  width: 100%;
  max-width: 300px;
  left: -300px;
  top: 0;
  z-index: 999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

#header-sp .navbar-offcanvas.in {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

#header-sp .navbar-offcanvas.navbar-offcanvas-fade {
  opacity: 0;
}

#header-sp .navbar-offcanvas.navbar-offcanvas-fade.in {
  opacity: 1;
}

#header-sp .navbar-offcanvas.offcanvas-transform.in {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

#header-sp .navbar-offcanvas.offcanvas-position.in {
  left: 0;
}

#header-sp .navbar-offcanvas.navbar-offcanvas-right {
  left: auto;
  right: -300px;
}

#header-sp .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}

#header-sp .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
  left: auto;
  right: 0;
}

#header-sp .navbar-offcanvas .dropdown.active .caret {
  border-top: 0;
  border-bottom: 4px solid;
}

#header-sp .navbar-nav {
  overflow: hidden;
}

#header-sp .navbar dl {
  margin: 0;
}

#header-sp .navbar dt {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #DDD;
  background: #f8f8f8 url(../img/icon/icon-down.png) no-repeat right center;
  background-position: 95%;
}

#header-sp .navbar .active {
  background: #f8f8f8 url(../img/icon/icon-up.png) no-repeat right center;
  background-position: 95%;
}

#header-sp .navbar dd {
  display: none;
}

#header-sp .navbar dd a {
  display: block;
  background: url(../img/icon/icon-arw-glay.png) no-repeat right center;
  background-position: 95%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #DDD;
}

#header-sp .navbar ul {
  margin-bottom: 0;
}

#header-sp .navbar ul li a {
  background: url(../img/icon/icon-arw-glay.png) no-repeat right center;
  background-position: 95%;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 13px;
  color: #555;
  border-bottom: 1px solid #DDD;
}

#header-sp .offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 20px;
  height: 3px;
  display: block;
  margin-bottom: 3px;
}

#header-sp .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg) translate(8px, 4px);
  transform: rotate(45deg) translate(8px, 4px);
}

#header-sp .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  opacity: 0;
}

#header-sp .offcanvas-toggle.is-open .icon-bar:nth-child(4) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px);
}

#header-sp .navbar-offcanvas .dropdown-menu {
  position: relative;
  width: 100%;
  border: inherit;
  box-shadow: none;
  -webkit-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}

#header-sp .navbar-offcanvas .dropdown-menu.shown {
  display: block;
  margin-bottom: 10px;
}

#header-sp .nav-in li {
  background: #f8f8f8 url(../img/icon/icon-arw-glay.png) no-repeat right center;
  background-position: 95%;
}

#header-sp .cv-area {
  background: #DDD;
  padding: 10px 10px 20px 10px;
}

#header-sp .cv-area .tel {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

#header-sp .cv-area .tel b {
  background: url(../img/icon/icon-tel.png) no-repeat left;
  background-size: 20px;
  padding-left: 25px;
}

#header-sp .cv-area .tel span {
  font-size: 12px;
}

#header-sp .cv-area a {
  padding: 10px 0 12px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #FFF;
}

#header-sp .cv-area .btn-first {
  background: #ff3019;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 10px;
}

#header-sp .cv-area .btn-second {
  background: #ffaf4b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 10px;
}
.sr-only{position:absolute;/* width:1px; *//* height:1px; *//* margin:-1px; *//* padding:0; *//* overflow:hidden; *//* clip:rect(0,0,0,0); *//* border:0; */}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}



/* ========================================================================
   Component: Navbar
 ========================================================================== */

.uk-course-nav {
  display: block;
  min-width: 1080px;
  margin: 0 0 0 0px;
  padding: 0 auto;
  float: left;
  list-style: none;
}
@media only screen and (max-width: 640px) {
.uk-course-nav {
  min-width: 0px;
  margin: 0px 0 0 -25px;
  float:none;
}
}

.uk-course-nav > li {
  float: left;
  margin: 10px 20px 0px 0px;
  position: relative;
}
@media only screen and (max-width: 640px) {
.uk-course-nav > li {
  margin: 10px 5px 0px 5px;
  position: relative;
  width: 30%;
}
}

.uk-course-nav > li:last-child{
  float: left;
  margin: 10px 0px 0px 0px;
  position: relative;
}
@media only screen and (max-width: 640px) {
.uk-course-nav > li:last-child{
  float: left;
  margin: 10px 5px 0px 5px;
  position: relative;
}
}

.uk-course-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /*height: 40px; */
  /*width: 170px; */
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar-nav {
  margin:0 20px;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  padding: 15px 0;
  position: relative;
}

.uk-navbar-nav > li:nth-child(1){
  display: block;
  box-sizing: border-box;
  width: 240px;
  height: 50px;
  background-position: center;
  border-right: 1px solid #D8D8D8;
  white-space:nowrap;
  overflow:hidden;
}
.uk-navbar-nav > li:nth-child(2){
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  background-position: center;
  border-right: 1px solid #D8D8D8;
  white-space:nowrap;
  overflow:hidden;
}
.uk-navbar-nav > li:nth-child(3){
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  background-position: center;
  border-right: 1px solid #D8D8D8;
  white-space:nowrap;
  overflow:hidden;
}
.uk-navbar-nav > li:nth-child(4){
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 50px;
  background-position: center;
  white-space:nowrap;
  overflow:hidden;
}

@media only screen and (max-width: 768px) {
.uk-navbar-nav > li:nth-child(1){
  display: block;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  background-position: center;
  border-right: 1px solid #D8D8D8;
  white-space:nowrap;
  overflow:hidden;
}
.uk-navbar-nav > li:nth-child(2){
  display: block;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  background-position: center;
  border-right: 1px solid #D8D8D8;
  white-space:nowrap;
  overflow:hidden;
}
.uk-navbar-nav > li:nth-child(3){
  display: block;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  background-position: center;
  border-right: 1px solid #D8D8D8;
  white-space:nowrap;
  overflow:hidden;
}
.uk-navbar-nav > li:nth-child(4){
  display: block;
  box-sizing: border-box;
  width: 180px;
  height: 50px;
  background-position: center;
  white-space:nowrap;
  overflow:hidden;
}
}


.uk-navbar-nav > li > a:hover,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #ededed;
  opacity:0.8;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444444;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: right;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #0077dd;
}
.uk-navbar-content > a:not([class]):hover {
  color: #005599;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  /*min-width: 1160px;*/
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e1e1eb;
  text-shadow:0px 0px 12px #000000,0px 0px 12px #000000;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
.uk-cover-background {
  min-width: 100%;
}
}
.uk-cover-background img{
  width: 45%;
    max-width:540px;
}
@media only screen and (max-width: 768px) {
.uk-cover-background img{
  width: 50%;
}
}
@media only screen and (max-width: 640px) {
.uk-cover-background img{
  width: 100%;
}
}

.uk-cover-background .font_5{
  font-size: 1.4em;
  color: #FFF;
}
.uk-cover-background .font_6{
  font-size:1.2em;
  margin: 0 0 0 10px;
  color: #FFF;
}

@media only screen and (max-width: 640px) {
.uk-cover-background {
  text-shadow:0px 0px 12px #000000,0px 0px 20px #000000;
  letter-spacing: 0.05em;
}
.uk-cover-background .font_5{
  font-size: 1.1em;
  color: #FFF;
}
.uk-cover-background .font_6{
  font-size: 0.9em;
  color: #FFF;
}
}
    
.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.uk-width-1-2 {
    float: left;
}
  .uk-width-1-4 {
    width: 320px;
  }
  .uk-width-3-4 {
    width: 730px;
    margin:0 30px -5px 0;
}

  .uk-width-1-5 {
    width: 320px;
      position: static;
      z-index: 0;
  }
  .uk-width-4-5 {
    width: 730px;
    margin:0 30px 15px 0;
    z-index:1;
}

  .uk-width-1-6 {
    width: 320px;
  }
  .uk-width-5-6 {
    width: 730px;
    margin:0 30px 15px 0;
}


@media only screen and (max-width: 640px) {
    
.uk-width-1-2 {
    float: left;
}
.uk-width-1-4 {
    width: 100%;
  }
.uk-width-3-4 {
    width: 100%;
    margin:0;
}
.uk-width-1-5 {
    display: none;
  }
.uk-width-4-5 {
    width: 100%;
    margin:0;
}
.uk-width-5-6 {
    margin:0px 0px 0px 0px;
}
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin: 0 0 0 0px;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*='uk-align'] {
  display: block;
  margin-bottom: 20px;
}
* + [class*='uk-align'] {
  margin-top: 30px;
}

/* Phone landscape and smaller*/
@media (max-width: 640px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}

/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
    width: 50%;
    float: left;
}
@media only screen and (max-width: 640px) {
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin: 0px;
  padding:0;
  min-width: 0px;
}
}
@media only screen and (max-width: 640px) {
 .uk-navbar {
    padding: 0;
    border-top: 3px solid #333399;
}
}

@media only screen and (max-width: 640px) {
[class*='uk-align-'] {
  display: block;
  margin-bottom: 11px;
}
}
.uk-light .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close,
.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary > :not([class*='uk-card-media']) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*='uk-card-media']) .uk-close,
.uk-overlay-primary .uk-close,
.uk-offcanvas-bar .uk-close {
  color: rgba(0, 0, 0, 1);
}
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*='uk-card-media']),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*='uk-card-media']),
.uk-overlay-primary,
.uk-offcanvas-bar {
  color: rgba(0, 0, 0, 1);
}

.uk-offcanvas-bar h3 {
  color: #000;
}

/* ========================================================================
   Component: slideshow
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}


/* ========================================================================
   タイトル背景画像　Subtitle & bread list
 ========================================================================== */

.detail-title {
    height: 200px;
}

/*　学院ご案内　*/
.detail-title.about {
    background: url(img/about/title-about-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/*　宿泊レストラン　*/
.detail-title.hotel {
    background: url(img/hotel/title-hotel-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/*　よくあるご質問　*/
.detail-title.faq {
    background: url(img/faq/title-faq-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/*　交通アクセス　*/
.detail-title.access {
    background: url(img/access/title-access-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/*　研修一覧　*/
.detail-title.training {
    background: url(img/training/title-training-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/*　情報BOX　*/
.detail-title.infobox {
    background: url(img/infobox/title-infobox-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
/*　会員専用　*/
.detail-title.member {
    background: url(img/member/title-member-main.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}


.detail-title h2 {
    margin: 0 auto;
    width: 1080px;
    font-size: 2em;
    height: 200px;
    line-height: 200px;
    font-weight: bold;
	color: #fff;
    text-shadow: 0 0 6px #333333;
}

@media only screen and (max-width: 640px) {
.detail-title {
	height: 100px !important;
}
.detail-title h2{
    margin: auto 0 0 15px;
    font-size: 1.5em;
    height: 100px;
    line-height: 100px;
    font-weight: bold;
	color: #fff;
    text-shadow: 0 0 6px #808080;
}
}
/*--------------------
*    breadbox
*--------------------*/
.breadbox{
	width: 100%;
    background: #f0f0f0;
	height: auto;
}
.uk-grid-1080 {
	width: 1080px;
    margin: auto;
}

#headbread {
	font-size: 0.9em;
    width: 1000px;
    padding: 8px 0;
}

/*--------------------
*    breadbox
*--------------------*/
@media only screen and (max-width: 640px) {
.breadbox{
	width: 100%;
    display: table;
    background: #f0f0f0;
	height: auto;
}
.uk-grid-1080 {
	width: 100%;
    margin: auto;
}
#headbread {
	font-size: 0.7em;
    padding: 5px;
    width: 100%;
}
    
a.mail:before {/*Font Awesome　アイコン表示*/
    font-size: 1em;
    content: "\f015";
    font-family: FontAwesome;
    color: #333399;
    padding: 0 5px 0 0px;
}
}

/*topへもどる*/
#pagetop {
	position: fixed;
    bottom: 0px;
	right: 10px;
    z-index:999;
}
#pagetop a {
	width: 64px;
	padding: 0px 0;
	text-align: center;
	display: block;
}


@media screen and (max-width: 640px) {
#pagetop {
	position: fixed;
	bottom:-10px;
	right:  10px;
    z-index: 999;
}
	
#pagetop a {
	width: 50px;
	height: 50px;
	text-align: center;
	display: block;
}
}

.uk-width-1-3{
    width:100%;
    z-index: 1;
    position: relative;
    color: #333333;
}

.uk-width-1-3 a{
	top:0;
    left:0;
	display:block;
	width:100%;
	height:100%;
}
.uk-width-1-3 a:hover{
    text-decoration: underline;
}

/* ======================================================================== */
/*　お知らせ　*/
/* ======================================================================== */
.infobox {
	width: 100%;
	padding: 15px 0 0 0;
	float: left;
	display: block;
}
@media only screen and (max-width: 640px) {
.infobox {
	padding: 0px;
}
}

ul.info-list {
	font-size: 0.9em;
    line-height: 1.8em;
	padding: 0px;
	background-color: white;
	border: 1px solid #E5E5E5;
	border-top: none;
}

@media only screen and (max-width: 640px) {
ul.info-list {
}
}

ul.info-list li.info-update    { background: url("img/label_update.png")    no-repeat 12px 12px;z-index: 1;}
ul.info-list li.info-training  { background: url("img/label_training.png")  no-repeat 12px 12px;z-index: 999;}
ul.info-list li.info-students  { background: url("img/label_students.png")   no-repeat 12px 12px;}
ul.info-list li.info-graduates { background: url("img/label_graduates.png") no-repeat 12px 12px;}
ul.info-list li.info-hotel     { background: url("img/label_hotel.png")     no-repeat 12px 12px;}
ul.info-list li.info-infobox   { background: url("img/label_infobox.png")   no-repeat 12px 12px;}
ul.info-list li.info-member    { background: url("img/label_member.png")    no-repeat 12px 12px;}
ul.info-list li.info-emergency { background: url("img/label_emergency.png") no-repeat 12px 12px;background-color: #fff0f5;}

@media only screen and (max-width: 640px) {
ul.info-list li {
	list-style-type: none;
	padding: 10px 10px 10px 90px;
	border-top: 1px solid #E5E5E5;
}
}
ul.info-list li {
	height: auto;
	list-style-type: none;
	padding: 10px 0 10px 90px;
	border-top: 1px solid #E5E5E5;
}

ul.info-list li a {
	width: 100%;
	height: 100%;
	display: block;
}

ul.info-list .link-box a:hover{
    color:  #1e87f0;
}
ul.info-list .link-box:hover{
    cursor: pointer;
	background-color: #f5f5f5;
    text-decoration: underline;
    color:  #1e87f0;
}

ul.info-list li:first-child {
	border-top: none;
}

section.info-base > h2 {
	display: block;
	height: 31px;
	font-size: 19px;
	padding: 15px 0 0 25px;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid black;
	background: white url("../images/contentbar-base.png") no-repeat 1px 1px;
}

section.info-resent > h2 > a {
	display: block;
	height: 44px;
	padding: 1px;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid black;
}
section.info-resent ul {
	padding: 10px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}
section.info-resent li {
	list-style-type: none;
}


ul#blog-foot,
ul#info-foot {
	display: block;
    padding: 0;
	background:url("img/list-foot-bg.png") repeat-x 0 0;
	border: 1px solid #E5E5E5;
	border-top: 0;
	overflow: auto;
	margin-top: -20px;
}
ul#info-foot {
	margin-top: 0;
}
ul#blog-foot li,
ul#info-foot li {
	float: left;
	height: 35px;
	line-height: 35px;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
}
ul#blog-foot li.prev,
ul#info-foot li.prev {
	padding-left: 10px;
}
ul#blog-foot li.bloghome,
ul#info-foot li.bloghome {
	text-align: center;
	width: 200px;
}
ul#blog-foot li.next,
ul#info-foot li.next {
	float: right;
	text-align: right;
	padding-right: 10px;
}
p.postdate {
	text-align: right;
}
ul#submenu {
	padding: 0;
	margin-top: -10px;
	margin-bottom: 5px;
	border: 0;
}
ul#submenu li {
	padding: 0 5px;
	margin: 0;
	border: 0;
}
a.faq-active {
	font-weight: bold;
}
div.topban-box {
	margin-bottom: 10px;
}
div.topban-box img {
	border: 1px solid #E5E5E5;
}
div.topban-box a:hover {
	opacity: 0.7;
}
/* ======================================================================== */
/*　学院のご案内　*/
/* ======================================================================== */
.aboutbox {
	width: 100%;
	padding: 15px 0 0 0;
	float: left;
	display: block;
}
@media only screen and (max-width: 640px) {
.aboutbox {
	padding: 0px;
}
}

.aboutbox p{
	padding:0px;
	font-size:0.9em;
	line-height: 1.8em;
}

#about_history {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/about/50years_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

@media only screen and (max-width: 640px) {
#about_history {
    width:100%;
    height: 120px;
}
}

#about_message {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/about/message_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#about_message {
    width:100%;
    height: 120px;
}
}

#about_link {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/about/link_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#about_link {
    width:100%;
    height: 120px;
}
}

#about_history a,
#about_message a,
#about_link a{ 
    display:block;
    width: 100%;
}

#about_history:hover,
#about_message:hover,
#about_link:hover{ 
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#about_history img,
#about_message img,
#about_link img{
    top: 70px;
    position: absolute;
}

@media only screen and (max-width: 640px) {
#about_history img,
#about_message img,
#about_link img {
    width: 70%;
    top: 30px;
    position: absolute;
}
}

/* ======================================================================== */
/*　リンク　*/
/* ======================================================================== */
div.notopbox,ul.notopbox {
	padding: 20px 10px 0 10px;
	background-color: white;
	margin-bottom: 20px;
	border: 1px solid #E5E5E5;
	border-top: none;
}

div.link ul {
	padding:10px 0 20px 20px;
}

@media only screen and (max-width: 640px) {
div.link ul {
	padding: 0 0 20px 10px;
}
}
    
div.link li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.8em;
	padding: 5px 10px;
	background: url("img/list-tri.png") no-repeat 0px 10px;
}

@media only screen and (max-width: 640px) {
div.link li {
	padding: 5px 10px;

}

}
    
div.link li > a {
	font-weight: bold;
}
div.link li > a:hover {
	text-decoration: underline;
}

div.about tr {
	margin: 0;
}

div.about td {
	text-align: left;
}
div.about tr > td {
	border: 0;
	padding-top: 5px;
	padding-bottom: 15px;
	vertical-align: top;
}

div.about table {
    margin:20px 0 0 0;
    border-spacing: 0px!important;
	padding: 7px 0 0 14px;
	width: 100%;
	background: url("img/outline-cap.png") no-repeat 135px 0;
	border: 0;
}
@media only screen and (max-width: 640px) {
div.about table {
    border-spacing: 0px!important;
    padding: 7px 0 0 0;
    width: 96%;
    background: url("img/outline-cap.png") no-repeat 101px 0;
    border: 0;
    margin: 10px;
}
}

div.about tr > td:first-child {
	width: 150px;
	background: url("img/outline-dot.png") no-repeat 121px 0;
}

@media only screen and (max-width: 640px) {
div.about tr > td:first-child {
	width: 130px;
	background: url("img/outline-dot.png") no-repeat 101px 0;
}
}
/* ======================================================================== */
/*　宿泊レストラン　*/
/* ======================================================================== */
.hotelbox {
	padding: 15px 0 0 0;
}
.hotelbox ul li {
    display: none;
}
div.menu-box ul.h-room {
    height: 174px;
	border: 1px solid #E5E5E5;
	padding: 0 10px;
}
@media only screen and (max-width: 640px) {
.hotelbox {
	padding: 0px 0 0 0;
}
.hotelbox ul li {
    display: block;
    text-decoration: underline;
	list-style-type: none;
	padding: 10px 0 10px 30px;
    padding-left: 30px!important;
	border-top: 1px solid #E5E5E5;
	font-size: 0.8em;
	line-height:1.4;
}
.hotelbox ul{
    padding-left: 0px!important;
}
    
.hotelbox ul li:before {
	  font-size: 1em;
	  /* line-height: 1.2em; */
	  content: "\f105";
	  font-family: FontAwesome;
	  color: #333399;
	  /* margin-top: -0.5em; */
	  position: absolute;
	  right: 15px;
	  z-index: 10;
}
}

#hotelroom {
    width:730px;
    height: 230px;
    margin: 0px 0 2px 0;
    position: relative;
    background: url(img/hotel/hotelroom_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

@media only screen and (max-width: 640px) {
#hotelroom {
    width:100%;
    height: 120px;
    margin: 0px;
}
}

#hoteldining {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/hotel/hoteldining_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#hoteldining {
    width:100%;
    height: 120px;
    margin: 0px;
}
}

#hotelrounge {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/hotel/hotelrounge_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#hotelrounge {
    width:100%;
    height: 120px;
    margin: 0px;
}
}

#hotelroom a,
#hoteldining a,
#hotelrounge a{ 
    display:block;
    width: 100%;
}

#hotelroom:hover,
#hoteldining:hover,
#hotelrounge:hover{ 
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#hotelroom img,
#hoteldining img,
#hotelrounge img {
    top: 70px;
    position: absolute;
}

@media only screen and (max-width: 640px) {
#hotelroom img,
#hoteldining img,
#hotelrounge img {
    width: 70%;
    top: 38px;
    position: absolute;
}
}
/* ======================================================================== */
/*　よくあるご質問　*/
/* ======================================================================== */
.faqbox {
	padding: 15px 0 0 0;
}
@media only screen and (max-width: 640px) {
.faqbox {
	padding: 0px 0 0 0;
}
}

.faqbox a{
	text-decoration: underline;
}

div.menu-box ul.h-1036{
    height: 1036px;
}

#faq_before {
    width:730px;
    height: 230px;
    margin: 0px 0 2px 0;
    position: relative;
    background: url(img/faq/before_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#faq_before {
    width:100%;
    height: 120px;
}
}

#faq_training {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/faq/training_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#faq_training {
    width:100%;
    height: 120px;
}
}

#faq_room {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/faq/room_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

@media only screen and (max-width: 640px) {
#faq_room {
    width:100%;
    height: 120px;
}
}

#faq_restaurant {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/faq/restaurant_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#faq_restaurant {
    width:100%;
    height: 120px;
}
}

#faq_facility {
    width:730px;
    height: 230px;
    margin:0 0 1px 0;
    position: relative;
    background: url(img/faq/facility_bg.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
@media only screen and (max-width: 640px) {
#faq_facility {
    width:100%;
    height: 120px;
}
}

#faq_before a,
#faq_training a,
#faq_room a,
#faq_restaurant a,
#faq_facility a{ 
    display:block;
    width: 100%;
}

#faq_before:hover,
#faq_training:hover,
#faq_room:hover,
#faq_restaurant:hover,
#faq_facility:hover{ 
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#faq_before img,
#faq_training img,
#faq_room img,
#faq_restaurant img,
#faq_facility img{
    top: 70px;
    position: absolute;
}
@media only screen and (max-width: 640px) {
#faq_before img,
#faq_training img,
#faq_room img,
#faq_restaurant img,
#faq_facility img {
    width: 70%;
    top: 30px;
    position: absolute;
}
}

ul.faq-list {
	padding: 0 10px ;
	background-color: white;
	border: 1px solid #E5E5E5;
	border-top: none;
}

ul.faq-list li {
	font-size: 0.9em;
	list-style-type: none;
	padding: 13px 0 10px 35px;
	border-top: 1px solid #E5E5E5;
	background: url("img/icon-question.png") no-repeat 5px 15px;
}

ul.faq-list li:first-child {
	border-top: none;
}

ul.faq-list li a{
	display: block;
}

ul.faq-list li a:hover{
	text-decoration: underline;
}

.faq-list-box > h2 {
	display: block;
	height: 52px;
	padding: 15px 0 0 22px;
	font-size: 18px;
	border: 1px solid #E5E5E5;
	border-bottom: 1px solid black;
	background: url("img/contentbar-base.png") no-repeat 1px 1px;
}

.faq-list-box > dl {
	padding: 5px 10px 20px 10px;
	background-color: white;
	margin-bottom: 20px;
	border: 1px solid #E5E5E5;
	border-top: none;
	overflow: auto;
}

dl.qanda dt {
	padding: 10px 10px 10px 30px;
	background: white url("img/icon-question.png") no-repeat 4px 10px;
	margin: 0;
	font-size: 1em;
}

dl.qanda dd {
	padding: 5px 15px 25px 40px;
	background: #F9F9F9 url("img/icon-answer.png") no-repeat 4px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	font-size: 0.9em;
    line-height: 1.8em;
	margin: 0;
}

.font_1 {
	text-align:center;
    font-weight: bold;
    font-size: 2em;
    padding: 0;
    margin:0 0 10px 0;
}
@media only screen and (max-width: 768px) {
.font_1 {
    font-size:1.6em;
}
}

@media only screen and (max-width: 640px) {
.font_1 {
    font-size:1.4em;
    padding:10px 0 0 0;
}
}

.font_2 {
	margin: 0 0 20px 0;
    font-size: 3em;
	line-height: 1em;
} 



.font_3 {
	text-align:center;
    font-weight: bold;
    font-size: 1.4em;
	line-height:1.4em;
    padding: 0;
    margin: 0 0 10px 0;
    color: #333333;
}
@media only screen and (max-width: 768px) {
.font_3 {
    font-size:1.8em;
}
}
@media only screen and (max-width: 640px) {
.font_3 {
    font-size:1.2em;
    line-height: 1.8em;
}
}

.font_4 {
    font-weight: bold;
    font-size:2.4em;
	text-align:center;
    letter-spacing:5%;
    padding:0;
    margin: 0;
    color: #ffffff;
}

@media only screen and (max-width: 640px) {
.font_4 {
    font-size:1.4em;
}
}

.font_5 {
	text-align:center;
	font-weight: bold;
	line-height: 1.6em;
	font-size:1.3em;
	padding: 0 0 0 0;
	color: #ffffff;
}
@media only screen and (max-width: 640px) {
.font_5 {
    font-size:0.9em;
    margin: 0 0 10px 0;
}
}

.font_6 {
    font-size:1em;
	line-height: 1.6em;
}
@media only screen and (max-width: 640px) {
.font_6 {
    font-size:0.9em;
	line-height: 1.6em;
}
}

.font_title {
    font-size:1.4em;
	text-align: left;
    color: #ff7d28;
    padding: 0 0 10px 0px;
}

@media only screen and (max-width: 640px) {
.font_title {
    font-size:1.1em;
	text-align: left;
    color: #ff7d28;
    padding: 0 0 10px 0px;
}
}

.font_subtitle {
    color:#333;
    font-size:1.4em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin:  0 0 5px 0;
}
@media only screen and (max-width: 640px) {
.font_subtitle {
    font-size:1.3em;
	font-weight: bold;
	padding: 0 0 0 0;
	margin:  0 0 5px 0;
}
}

.corpo_layout{
    width: 100%;
    max-width: 900px;
    margin: auto;
    padding: 30px 0 0 0px;
    text-align: center;
}
@media only screen and (max-width:1280px) {
.corpo_layout {
    padding: 30px 0 0 0;
}
}

@media only screen and (max-width: 640px) {
.corpo_layout {
    padding: 10px 0 0 0;
}
}

.corpo_layout .uk-width-1-1 p {
    font-size: 1.3em;
    
}
@media only screen and (max-width: 640px) {
.corpo_layout .uk-width-1-1 p{
    font-size:1.1em;
}
}

.corpo_layout ul li p{
    font-size:1em;
    line-height:1.6em;
}
@media only screen and (max-width: 640px) {
.corpo_layout ul li p{
    font-size:1.1em;
}
}

.service_layout{
    width: 100%;
    margin: auto;
    padding:30px 0 0 0;
    text-align: center;
}
@media only screen and (max-width: 640px) {
.service_layout{
    padding: 10px 0 0 0;
    text-align: center;
}
.service_layout .font_3{
    font-size:114%;
}
}

.mb60 {
    margin-bottom: 60px;
}

.text_left{
    text-align: left;
}

#main2 h3 {
    color: #444444;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
}
@media only screen and (max-width: 640px) {
#main2 h3 {
    font-size:1em;
}
}


#main2 li img{
    margin: 0px 0px 15px 0px;
    width: 70%;
}
@media only screen and (max-width: 768px) {
#main2 li img{
    margin: 0px 0px 5px 0px;
    width: 100%;
}
}
@media only screen and (max-width: 640px) {
#main2 li img{
    margin: 0px 0px 5px 0px;
    width:  50%;
}
}

#main2 ul {
    margin: 20px auto;
    padding: 0;
    display: inline-block;
    /* display: table; */
}
@media only screen and (max-width: 768px) {
#main2 ul {
    margin:20px 0px 0px 0px;
}
}
@media only screen and (max-width: 640px) {
#main2 ul {
    margin:0;
}
}

#main2 li {
    color:#444;
    width: 18%;
    font-size:0.9em;
    text-align: center;
    display:table-cell;
    vertical-align:top;
    padding: 0px;
}

@media only screen and (max-width: 768px) {
#main2 li {
    width: 15%;
    color: #333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0px 0px 0px 15px;
}
}
@media only screen and (max-width: 640px) {
#main2 li {
    width: 46%;
    color: #333;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0px 20px 0px 0px;
}
}

#main2 li:nth-child(even){
    padding: 0 20px;
}
@media only screen and (max-width: 640px) {
#main2 li:nth-child(even){
        padding: 0;
    margin: 0px 0px 0px 0px;
}
}

#main2 li p {
    margin: 15px 0px 5px 0px;
}
@media only screen and (max-width: 640px) {
#main2 li p {
    font-size: 84%;
    margin: 5px 0px 15px 0px;
    line-height: 180%;
}
}

#result3{
    padding: 0px 0 0 0;
}


#result3 .subTitle02 {
    font-size: 1.5em;
    color: #333;
    padding: 1em 0 0 2.5em;
    margin-top: 30px;
    width: 70%;
    text-align: left;
}

#result3 ul {
    width:  100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0;
    padding:auto;
}
#result3 li {
    width: 20%;
    top: 0;
    list-style: none;
    vertical-align: top;
    min-height: 10em;
    padding: 10px 0px;
    margin: 10px 10px;
    border: 2px solid #ff7d28;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0;
    float: left;
    text-align: left;
    position: relative;
}

#result3 li p {
    /* margin: 10px 15px; */
    /* line-height:1.8em; */
    color: #666666;
    font-size: 0.9em;
    top: 50%;
    width: 70%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.newsbox{
    padding:0px;
}
@media only screen and (max-width: 640px) {
.newsbox{
    padding:0px;
}
}

.news_layout{
    width:96%;
    max-width: 1080px;
    padding: 0px;
    margin: 10px auto;
    text-align: center;
    background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
.news_layout{
    width: 94%;
}
}

.news_layout ul {
    margin: 20px 0 0 0;
    padding: 20px 0px;
    display: table;
    table-layout: fixed;
}
@media only screen and (max-width: 768px) {
.news_layout ul {
    margin: 0px 0 0 0;
    padding:10px;
    font-size: 1em;
}
}
@media only screen and (max-width: 640px) {
.news_layout ul {
    font-size: 1em;
}
}

.news_layout li {
    font-family: "M PLUS Rounded 1c";
    float: left;
    padding: 0 40px 0 0;
    font-size: 1.1em;
    font-weight:bold;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
.news_layout li {
    font-size: 1.2em;
    padding: 0 25px;

}
}
@media only screen and (max-width: 640px) {
.news_layout li {
    width: 100%;
    font-size: 1em;
    text-align: left;
    padding: 0px 0 15px 0px;
}
.news_layout li img{
    width:100%;
}
}

.news_layout li:nth-child(even) {
    padding: 0;
    text-align: center;
}
.news_layout a{
    color: #333;
    text-decoration: none;
}
.news_layout a li:hover,
.news_layout a li:active{
        color: #3f8bd7;
}
