
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
	font-family: 'Brandon_blk_it';
	src: url('/font/Brandon_blk_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_blk_it.woff') format('woff'), /* woff - Modern Browsers */
}
@font-face {
	font-family: 'Brandon_med_it';
	src: url('/font/Brandon_med_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_med_it.woff') format('woff'), /* woff - Modern Browsers */
}
@font-face {
	font-family: 'Brandon_reg';
	src: url('/font/Brandon_reg.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_reg.woff') format('woff'), /* woff - Modern Browsers */
}
@font-face {
	font-family: 'Brandon_reg_it';
	src: url('/font/Brandon_reg_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_reg_it.woff') format('woff'), /* woff - Modern Browsers */
}

@font-face {
	font-family: 'Brandon_thin_it';
	src: url('/font/Brandon_thin_it.otf'); /* IE9 Compat Modes */
	src: url('/font/Brandon_thin_it.woff') format('woff'), /* woff - Modern Browsers */
}
@font-face {
 font-family:Brandon_bld;
 src:url(https://use.typekit.net/af/2c0b76/0000000000000000000132e3/27/l?subset_id=2&fvd=n7&v=3) format("woff2"),url(https://use.typekit.net/af/2c0b76/0000000000000000000132e3/27/d?subset_id=2&fvd=n7&v=3) format("woff"),url(https://use.typekit.net/af/2c0b76/0000000000000000000132e3/27/a?subset_id=2&fvd=n7&v=3) format("opentype");
 font-weight:700;
 font-style:normal;
}
.table2 td{
	text-align:left;
	width:100%;
	display:block;




}
.table_num{
	font-family: 'Brandon_med_it';
	font-size:17px;
	margin:10px 0 0 0;


}
.table_num2{
	font-family: 'Brandon_med_it';
	font-size:17px;
	margin:0px;


}
.seiseki{
	font-family: 'Brandon_med_it';
	font-size:13px;
	color: #1F4FA1;
	margin-left:5px;






}

.hyou .newstable{
	font-size:16px;
	color:#4B4B4B;
}
.example {/*親div*/
  position: relative;
  }

.example p {
  position: absolute;
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }



.thumbs{
  width: 100%;
  height: 100%;
  max-width: 1000px;
  position: relative;
}
.thumbs::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbs img{
  width: 100%;
  height: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
}
.more2{
	margin:0 auto;
	text-align:center;
	font-size:14px;
	background:#fff;
	border:1px solid #000;
	padding:5px 10px;

}
.more2:hover{
  text-decoration: none;
  background-color: #000;
  color:#fff;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;

}
.num{
font-family:Brandon_blk_it;
font-size:19px;
margin-right:5px;
}


.lnk ul li a:hover {

}
.underline a:hover {
  text-decoration: underline;
}
.underline2 a {
  text-decoration: underline;
}
.underline2 a:hover {
  text-decoration: none;
}

.mp_no{
	margin: 0 auto;
	padding:0p;
}
a{
	cursor: pointer;
	cursor: hand;
}

.gold{
color: #0B529A;
	font-family: 'nexa';
}
 .gold:hover{
	text-decoration:none;
}
.menu-container {

	font-family: 'Noto Sans Japanese', serif;
	font-size:16px;
	width:1000px;
    background: #fff;
    margin:0 auto;
    z-index: 999;
}



.menu-title{
	font-size:24px;
	text-align:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:10px;
		font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;




}
.menu-container a:hover{
	color:#4d4d4d;
}
.water:hover{
	color:#4d4d4d;
}
.menu-mobile {
    display: none;

}

.menu-mobile:before {

 margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:30px;
    height:30px;
    background:url( /images/menu_line.png);
    background-size:contain;
    vertical-align:middle;
    position:absolute;
    top:13px;
    right:5px;
    background-repeat: no-repeat;


}

.menu-dropdown-icon:before {

    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;

    background: #fff;
    color: #333;
}

.menu > ul {

     list-style: none;
	display:block;
    position: relative;
    	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans';
    	font-weight:700;
    	margin:0 auto;





    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;


}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {

    float: left;
    background: #fff;

    margin: 0;
    width:14.28571429%;
s

}

.menu > ul > li a {
    text-decoration: none;
    padding: 10px 0;
    display: block;
}

.menu > ul > li:hover {
    background: #fff;
}

.menu > ul > li > ul {
   padding-right:100000px;
	font-size:14px;
    display: none;
	background-color:#fff;
    position: absolute;
	width:100%;
	padding:0 3%;
    left: 0;

    margin: 0;
    list-style: none;
    padding-top:30px;



}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
	padding:0;
	margin:0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
    text-align:left;

}
.menu > ul > li > ul > li img{
	border:1px solid #c7cdd3;


}

.menu > ul > li > ul > li a {
    color: #000;
    padding: 0;
    width: 95%;
    display: block;
    float:left;

}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;

    margin: 0;

}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
         font-size:12px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
       padding:5px 15px;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
img{
	color:#fff;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.loadingWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
}
.loadingWrap img{
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	position: absolute;
	top: 50%;
	left: 53%;
	margin-top: -100px;
	margin-left: -150px;
}
#loading{
	position: absolute;
	left: 50%;
	top: 30%;
}
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 1;
}
body{
	background-color: #ccc;
}
#main-contents{
	text-align: center;
	margin-top: 20%;
}
.colorslider1{
	background-image:url("/images/top/top_color01.jpg");
}
/*タブ切り替え全体のスタイル*/
.tabs {
margin: 0 auto;}
/*タブのスタイル*/
.tab_item {
width: calc(100%/2);
height: 50px;
font-family:"Brandon_reg_it";
line-height: 50px;
font-size: 23px;
text-align: center;
letter-spacing:0.5px;
display: block;
float: left;
font-weight: bold;
transition: all 0.2s ease;
}
.tleft{
	text-align: left;
}
.tright{
	text-align: right;
}
.tright:after {
    content: '/';
    color: #212121;
    position: absolute;
    margin-left: 7px;
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
color:#1F4FA1;
}
.f_p{
	height:50px;
	margin-bottom:20px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	dispaly:block;
	line-height:1.5;
	font-size:13px;
}
.facebookimg{
	height:auto;
}
.filtertop {
 background: #000;
height:auto;
}
.filter-imgtop {
 opacity: .9;
 height:auto;
}
h2 .toph2{
	padding:0;
	margin:0px auto;
	height:0px;
	width:0px;
}
.pmnon{
	padding:0px;
	margin:0px auto;
}
.numbar{
	text-align:left;
	font-family: 'Brandon_med_it';
	font-size:15px;
	letter-spacing:1px;
}
.racename{
	font-size:15px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
}
.container1{
	width:1400px;
}
.grid{
	width:100%;
	margin:0 auto;
}
  .grid-item{
  }
  .grid-item img{
     height: 280px;
  }
.sr{
	margin-top:5px;
	font-size:14px;
	color:  #0B529A;
}
.company-access__btn {
    font-size: 2.4rem;
    font-family: "Barlow Condensed", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .2rem;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}
.form_n{
	font-size:14px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:700;
	text-align:left;
	margin:5px 0;
}
.form-group{
	text-align:left;
}
.anime {
 width: 100%;
 height: 100%;
 position: relative;
}
.anime img {
 display: block;
 position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.mainSite {

}

.copyright{
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:3;
}
.border_gt{
border-top:1px solid #e3e3e3
}
.c_title2{
	font-size:19px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
}
.phone{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
	font-size:30px;
}
.under1{
	border-bottom:1px solid #000;
}
.under1:hover{
	border-bottom:none;
}
.center3{
	text-align:center;
	font-size:17px;
	line-height:1.5;
}

.section_u {
   height: 300px;
    text-align: center;
  }
  .section1 , .section3 {
    background: #fff;
  }
  @media screen and (min-width: 737px) {
  .dn{
  display:none;
  }
    /* PCの場合の背景画像 */
    .section_p {
     background: url("/images/service/service_top.jpg") no-repeat fixed 50% 23%;

    }
    .section4 {
     background: url("img/sample2.jpg") no-repeat fixed center center /cover;
    }
  }
  .footer_logo{
  width:65px;

  }
    .footer_l img{

  color:#999;
  }
  @media screen and (max-width: 768px) {


}	.footer_logo{
	padding-top:5px;
  width:48px;
  }
    /* スマホの場合の背景画像 */
    .section2:before{
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     z-index: -1;
    }
    /* スマホの場合は同じ要素の背景画像を変更する */
    .section2.bgA:before{
     background-image: url("img/sample.jpg");
    }
    .section2.bgB:before{
     background-image: url("img/sample2.jpg");
    }
  }
a.link-black-btn {
    color: #000;
}
.movebox .left {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.movebox .left.move {
  -webkit-transform: translate(-10px, 0);
  opacity: 0;
}
.movebox .right {
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.movebox .right.move {
  -webkit-transform: translate(10px, 0);
  opacity: 0;
}
.basic-headline {
	padding:20px 0 0 0 ;
    margin: 30px 0;
    text-align: center;
}
.basic-headline span {
    border-bottom: 2px solid #000;
    font-size: 25px;
	line-height: 0.6;
	font-family: 'nexa';
	color:#000;
	letter-spacing:1px;
	padding: 0 0px 15px;
    display: inline-block;
}
@media screen and (max-width:768px){
	.basic-headline {
		padding:10px 0 0 0 ;
	    margin: 10px 0;
	    text-align: center;
	}
	.basic-headline span {
	    border-bottom: 1px solid #000;
		 font-size: 20px;
		line-height: 0.6;
		font-family: 'nexa';
		color:#000;
		letter-spacing:1px;
		padding: 0 0px 15px;
	    display: inline-block;
	}
}
.link-black-btn, .link-white-btn {
    position: relative;
    display: inline-block;
    padding: .8em 4em;
    text-align: center;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    transition: all .5s;
}
.btn-area {
    margin-top: 40px;
    text-align: center;
}
.animation {
}
.fadeInDown・ {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.sky{
	color: #1F4FA1;
}
/* ++++++++++++++++++++++++++++++++++++ content_list */
 .content_list {
 	background:#f2f2f2;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	padding:20px 20px 170px 20px;
	width: 100%;
}
table tr a:hover{

}
 .content_list_txt {
  color: #313131;
  font-size: 18px;
  font-weight: 700;
  padding:20px 20px 5px 20px;
}
.weight{
	color:#333;
	 font-weight: 700;
}
.c_g a{
	    color: #1F4FA1;
}
 .content_list_txt + .content_anchor {
  line-height: 20px;
      font-size:18px;
}
 .content_list .row_grid_content_list {
  padding:0 0  100px 0;
}
 .content_list .row_grid_content_list + .content_anchor {
  margin-top: 10px;
}
 .content_list .content_list_map {
 color: #a58300;
  float: left;
  list-style-type: none;
  padding-top:5px;
   font-size: 14px;
  padding:20px;
}
 .content_list .content_list_map a:hover {
 color: #918DCE;

}
 .content_list .content_list_map + .content_list_map {
 margin:0 0 0
  float: left;
}
 .content_list .content_list_map .content_list_map_subtitle {
  color: #313131;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 17px 15px;
}
 .content_list .content_list_map .content_list_map_subtitle:after {
  background-color: #d1ad5a;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  margin: -1px 0 0 -15px;

  top: 50%;
  width: 6px;
}

.content_list_map_txt:hover{
	color:#fff;

}
 .content_list .content_list_map .content_list_map_sub {
  margin: 0 0 17px 15px;
}
 .content_list .content_list_map .content_list_map_txt + .content_list_map_txt {
   margin-top: 15px;
}
 .content_list .content_list_map .content_list_map_txt .content_anchor {
  margin-top: 0;
}
 .content_list .content_list_map .content_list_map_txt .content_anchor .ti-layers,
 .content_list .content_list_map .content_list_map_txt .content_anchor .ti-download {
  font-size: 14px;
  margin-left: 10px;
}
 .content_list .content_list_map .content_list_map_txt .content_anchor .ti-pdf {
  font-size: 16px;
  margin-left: 10px;

}
 .content_list.content_revision {
  background-color: transparent;
  border: 1px solid #d8d8d8;
}
 .content_list.content_revision .row_grid_content_list {
  margin-top: 20px;
}

/* ++++++++++++++++++++++++++++++++++++ PC */
@media screen and (min-width: 768px) {
   .content_list .container_list_reverse_n {

  }
   .content_list .container_list_reverse_n .column_align_left {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

   .content_list .container_list_reverse_n .content_list_map {
    float: none;
    margin-top: 40px;
    width: auto;
  }

   .container_list_reverse_n + .division_content,
   .division_content + .container_list_reverse_n {
    margin-top: 100px;
  }
}
/* ++++++++++++++++++++++++++++++++++++ SP */
@media screen and (max-width: 768px) {
   .content_list {
    margin-top: 20px;
    max-width: none;
    padding: 5px 5px 15px 5px;
    width: auto;
  }
   .content_list_txt {


  }
   .content_list .row_grid_content_list {
  padding:2px;
}
   .content_list .row_grid_content_list + .content_anchor {
    margin-top: 34px;

  }

   .content_list .content_list_map .content_list_map_subtitle {
    margin: 30px 0 20px 15px;
  }
   .content_list .content_list_map .content_list_map_sub {
    height: 0;
    margin: 0;
  }
   .content_list .content_list_map,
   .content_list .content_list_map + .content_list_map {
    float: none;
    margin: 0;
    width: auto;
    padding-bottom:0px;
  }
   .content_list .content_list_map .content_list_map_txt + .content_list_map_txt {
   margin-top: 10px;
}
   .content_list .content_list_map + .content_list_map .content_list_map_txt {
  }

}


}
a .link{
	border-bottom:1px solid #000;
}

.mapright{
	float:right;
	margin-top:5px;
	font-size:15px;
}

.company-copy:before {
    content: open-quote;
    float: left;
}
.company-copy:after {
    content: close-quote;
    float: right;
    margin-top: -60px;
}
.company-copy:before, .company-copy:after {
    font-family: Georgia,sans-serif;
    font-size: 80px;
    font-size: 6rem;
    color: #1F4FA1;
    line-height: 1;
    position: relative;
}
.business_ttl {
    margin-bottom: 25px;
    font-size: 25px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
    font-weight:800;
    text-align:center;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
}
.business_ttl2 {
line-height:1.3;
    margin-bottom:10px;
    font-size: 26px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
    font-weight:800;
    text-align:center;
}
.business_ttl_mini {
font-color:#ccc;
color:#9F9F9F;
line-height:1.3;
    font-size: 16px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
    font-weight:800;
    text-align:center;
}
@media screen and (max-width : 768px) {
.business_ttl {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
    margin:0 0   20px 0;
    font-size: 17px;
    padding:0px;
    line-height:1.2;

}
}
 #con_ot_lnk{
	clear:both;
	border-top:1px solid #d8d8d8;
	clear:both;
	width:100%;
	min-width:940px;
	max-width:1200px;
}

 #con_ot_lnk .box_ot_lnk,
 #con_ot_lnk .box_ot_lnk{width:980px;margin:0 auto;clear:both;}

 #con_ot_lnk .box_ot_lnk .wrp_title,
 #con_ot_lnk .box_ot_lnk .wrp_title{
	text-align:center;
	border-top:1px solid #000;
	margin-top:-1px;
	width:40%;
	margin:-1px auto 0 auto;
}

 #con_ot_lnk .box_ot_lnk .wrp_title h3,
 #con_ot_lnk .box_ot_lnk .wrp_title h3{font-size:24px;letter-spacing:5px;font-weight:normal;margin-top:30px;}

 #con_ot_lnk .box_ot_lnk .wrp_title .edwardian_script_itc,
 #con_ot_lnk .box_ot_lnk .wrp_title .edwardian_script_itc{font-size:30px;color:#707070;margin-top:10px;}

 #con_ot_lnk .box_ot_lnk .wrp_list,
 #con_ot_lnk .box_ot_lnk .wrp_list{clear:both;overflow:hidden;margin-top:5em;}

 #con_ot_lnk .box_ot_lnk .wrp_list ul,
#con_ot_lnk .box_ot_lnk .wrp_list ul{clear:both;overflow:hidden;}

 #con_ot_lnk .box_ot_lnk .wrp_list ul li,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li{float:left;width:30%;margin-bottom:2em;margin-left:3.5%;}

 #con_ot_lnk .box_ot_lnk .wrp_list ul li.no,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li.no{margin-left:0;}

 #con_ot_lnk .box_ot_lnk .wrp_list ul li a,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a{
	display:block;
	clear:both;
	overflow:hidden;
	background-color:#f7f7f7;
	padding:1em 0 1em 0;
}

 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .img,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .img{float:left;width:75px;height:75px;}

 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text{

 float:left;margin-left:15px;margin-top:15px;
 }
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .bra{
 font-family: 'nexa';
 font-size:20px;
 }

 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .garamond,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .garamond{font-size:18px;line-height:16px;}
-
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .font_w3,
 #con_ot_lnk .box_ot_lnk .wrp_list ul li a .text .font_w3{font-size:10px;}

@media screen and (max-width :1084px) {
	 #con_ot_lnk,
	 #con_ot_lnk{width:940px;min-width:940px;max-width:inherit;}

	 #con_ot_lnk .box_ot_lnk,
	 #con_ot_lnk .box_ot_lnk{width:940px;}
		 .con_ot_lnk1 .box_ot_lnk,
	 .con_ot_lnk1 .box_ot_lnk{width:940px;}
}
.logo img{
	width:150px;
}
@media screen and (max-width : 768px) {
	.logo {
	width:100%;

}
.logo img{
	width:105px;
	margin:0 auto;


}
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
@font-face {
    font-family: 'nexa';
    src: url('/font/nexa_bold-webfont.ttf');
    src: url('/font/nexa_bold-webfont.woff') format('woff');
}
.content_img p{
	font-size:13px;
}
@media screen and (max-width : 768px) {
	.content_img p{
	font-size:11px;
}
}
.con_2{
	color:#333;
}
.con_2 h3 a {
	margin-top:10px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-size:17px;
	text-align:left;
	padding:0;
	font-weight:bold;
}
.con_2 img{
	border:1px solid #ccc;
}
/* CONTACT US
----------------------------------------------------------------- */
 .ContactColumn{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	background-color:#f2f2f2;
	padding:35px;
	text-align: center;
	width:600px;
	margin:0 auto;

}

.ContactColumn img{
	height:auto;
	width:50px;
}
.ContactColumn dl dt{
	font-family:"nexa";
	font-weight: bold;
	font-size: 26px;
	margin-bottom:15px;
	letter-spacimg:1px;
}
 .ContactColumn dl dd {
	margin-top: 10px;
	font-size: 14px;
	line-height:1.5;
}
 .ContactColumn .Button_action{
 	margin-top: 20px;
	text-align:center;
	font-size: 17px;
	background-color: #808080;
	padding:20px 0;
	color:#fff;
	width:400px;
	font-weight:bold;
	margin:20px auto 0px auto;
}
.ContactColumn  a  .Button_action{
	color:#fff;
}
@media screen and (max-width : 768px) {
	.ContactColumn img{
	height:auto;
	width:20px;
	}
	 .ContactColumn{
	background:#f2f2f2;
	padding:25px 25px 45px;
	text-align: center;
	width:100%;
	margin:0 auto;
}

.ContactColumn dl dt{
	font-size: 20px;
	margin-bottom:5px;
}

 .ContactColumn dl dd {
	margin-top: 10px;
	font-size: 13px;
		line-height:1.5;

}

 .ContactColumn .Button_action{
 	margin-top: 20px;
text-align:center;
		font-size: 15px;
	background-color: #808080;
	padding:20px 0;
	color:#fff;
	font-weight:bold;
}
.ContactColumn  a  .Button_action{
	color:#fff;
}
}
/* history
------------------------------------------------------------------- */
 ul.history {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 ul.history li {
	position: relative;
	margin: 0 0 -20px 148px;
	padding-left: 37px;
	padding-bottom: 14px;
	border-left: 4px solid #ddd;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

}
 ul.history:not(.prize) li:first-child {
	border-color: #fff;
}
 ul.history li:first-child h2 {
	padding-top: 0;

}
 ul.history li:first-child > :last-child {
	margin-bottom: -5px;
}
 ul.history li:before {
	display: none;
}
 ul.history li > *:first-child {
	margin-top: 0;
}
 ul.history li > *:last-child {
	margin-bottom: 0;
}
 ul.history li h2,
 ul.history li h3 {
	border-left: 0;
	padding: 15px 0;
	margin: 0.1em 2em 0.2em -153px;
	text-align: right;
	width: 75px;
    font-family: "Brandon_blk_it";
    font-weight:bold;
}
 ul.history li h2 {
	font-size: 27px;
	padding-top: 30px;
	padding-bottom: 0;
	fletter-spacing:1px;
}
 ul.history li h3 + p {
	margin-top: -40px;
	position: relative;
}
 ul.history li h3 + p:before {
	content: "";
	position: absolute;
	left: -74px;
	top: 10px;
	width: 70px;
	height: 2px;
	background-color: #ddd;
	z-index: 90;
}
 ul.history li h3 + p:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -47px;
	width: 16px;
	height: 16px;
	border: 4px solid #999;
	border-radius: 50%;
	background-color: #fff;
	z-index: 100;
}
 ul.history li p + p {
	position: relative;
}
 ul.history li p + p:after {
	content: "";
	position: absolute;
	top: 3px;
	left: -47px;
	width: 16px;
	height: 16px;
	border: 4px solid #999;
	border-radius: 50%;
	background-color: #fff;
	z-index: 100;
}
 ul.history li p + p:before {
	content: "";
	position: absolute;
	left: -39px;
	top: 10px;
	width: 35px;
	height: 2px;
	background-color: #ddd;
	z-index: 90;
}
@media screen and (max-width : 1109px) {}
@media screen and (max-width : 850px) {
	 ul.history li {
		margin: 0 0 -20px 78px;
		padding-left: 22px;
		padding-bottom: 14px;
	}
	 ul.history li h2,
	 ul.history li h3 {
		padding: 5px 0;
		margin: 0.2em 0.2em 0.2em -108px;
		width: 60px;
	}
	 ul.history li h2 {
		font-size: 20px;
		padding-top: 20px;
		padding-bottom: 0;
	}
	 ul.history li:first-child h3 {
		position: relative;
	}
	 ul.history li:first-child h3:nth-of-type(1):after {
		position: absolute;
		top: 18px;
		right: -26px;
		content: "";
		width: 4px;
		height: 200%;
		background-color: #ddd;
	}
	 ul.history li h3 + p {
		margin-top: -35px;
		font-size: 13px;
	}
	 ul.history li h3 + p:before {
		left: -43px;
		top: 9px;
		width: 37px;
	}
	 ul.history li h3 + p:after {
		top: 3px;
		left: -31px;
		width: 14px;
		height: 14px;
		border-width: 3px;
	}
	 ul.history li p + p {
		margin-top: -5px;
		font-size: 13px;
	}
	 ul.history li p + p:after {
		top: 3px;
		left: -31px;
		width: 14px;
		height: 14px;
		border-width: 3px;
	}
	 ul.history li p + p:before {
		left: -24px;
		top: 9px;
		width: 19px;
	}
}
@media screen and (max-width : 378px) {}

 ul.history.prize li {
	border-left: 0;
	margin-left: 120px;
}
 ul.history.prize li h2,
 ul.history.prize li h3 {
	margin-left: -133px;
}
 ul.history.prize li h3 + p {
	margin-top: -52px;
}
 ul.history.prize li h3 + p:before,
 ul.history.prize li h3 + p:after {
	display: none;
}
@media screen and (max-width : 1109px) {}
@media screen and (max-width : 850px) {
	 ul.history.prize li {
		margin-left: 58px;
	}
	 ul.history.prize li h2,
	 ul.history.prize li h3 {
		margin-left: -88px;
	}
	 ul.history.prize li:first-child h3:nth-of-type(1):after {
		background-color: transparent;
	}
	 ul.history.prize li h3 + p {
		margin-top: -35px;
	}
}
@media screen and (max-width : 378px) {}
.mgb30{
	margin-bottom:30px;
}
/*utilityLink*/
 ul.utilityLinfh1k{
	padding:40px 0 15px 0;
	margin:0 auto;
	text-align:center;

	}
 ul.utilityLink li{
	display:inline-block;
	padding:0 0 0 20px;
	margin:0 0 0 20px;
	border-left:1px solid #fff;
	line-height:1.1em;
	font-weight:normal;
	}
 ul.utilityLink li:first-child{
	padding-left:0;
	margin-left:0;
	border-left:none;
	}
 ul.utilityLink li a{
	color:#fff;
	text-decoration:none;
	}
 ul.utilityLink li a:hover{text-decoration:underline;}

.under {
  border-bottom: solid 3px #87CEFA;
  }
.f15{
	font-size:15px;
	font-weight:bold;
}
.content2{
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
		font-size:14px;
		padding-top:10px;
		line-height:1.5;
}
html{

	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
}
body{
 width: 100%;
  margin: 0;
  padding: 0;

}

.mgt150{
	margin-top:150px;

}

.number{
	font-family:'nexa';
	font-size:25px;
	padding-right:5px;

}
.m_title{
	font-family:'nexa';
	text-align:center;
	font-size:25px;

}
.m_title_j{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;
	margin-top:5px;


}
.filter {
 background: #000;
 display:block;
}

.filter-img {
 display: block;
 opacity: 0.8;
}
.filter-img2 {
 display: block;
 opacity: 0.7;
}
.rela {/*親div*/
  position: relative;/*相対配置*/

  }
  .rela img{/*親div*/
  width: 100%;

  }
.ab_p{
  position: absolute;/*絶対配置*/
  top: 110px;
  left: 20px;
   color: white;/*文字は白に*/
   font-size:15px;

}
.ab_top {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:46px;
  text-align:left;
  font-family:nexa;
  top: 10%;
  left: 3%;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
  margin:0;
  padding:0;
  }
  @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.ab_top2 {
  position: absolute;/*絶対配置*/


  margin:0;
  padding:0;
  }
  .ab_top2 a {

  color: white;/*文字は白に*/


  margin:0;
  padding:0;
  }
 .ab_top .small2{
	font-size:19px;
	font-weight:700;
	line-height:0.5;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

	color: white;/*文字は白に*/


}
.ab_top2 {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:32px;
  text-align:left;
  font-family:nexa;
  top: 2%;
  left: 3%;
  margin:0;

  }
.ab_top3 {
  position: absolute;/*絶対配置*/
  color: #000;/*文字は白に*/
  font-size:32px;
  text-align:left;
  font-family:nexa;
  bottom: 0;
  left:0;
  margin:0;
  background:#fff;
  padding:20px

  }
  .ab_top4 {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  font-size:20px;
  text-align:left;
  font-weight:700;
	font-family:nexa;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;

  top: 6%;
  left: 6%;
  margin:0;

  }



     .ab_top4 .small3{
	font-size:13px;
	font-weight:700;
	line-height:0.3;
  color: #000;/*文字は白に*/

font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;


}
   .ab_top3 .small2{
	font-size:14px;
	font-weight:700;
	line-height:0.3;
  color: #000;/*文字は白に*/

font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;


}
 .ab_top2 .small2{
	font-size:14px;
	font-weight:700;
	line-height:0.3;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

	color: white;/*文字は白に*/


}
.read {
	color:#333;
    line-height: 1.9;
    font-size: 15px;
	letter-spacing:2px;
    width: 650px;
	margin: 0px auto 15px auto;

	text-align: justify;
	text-justify: inter-ideograph;





}


.access_p{
font-size:15px;
line-height:1.5;
}
.f30{
font-size:30px;
}
.readcenter {
	color:#000;
    line-height: 1.9;
    font-size: 15px;
	letter-spacing:1px;
    width: 650px;
    text-align: center;
	margin: 5px auto 10px auto;





}
.read2{

    width: 600px;
    margin: 0auto;

	text-align: justify;
	text-justify: inter-ideograph;

}
  @media (max-width: 800px) {
 .ab_top {
 padding-top:8px;
  font-size:29px;
  	line-height:0.9;

  top: 4%;
  left: 4%;
  }
  .ab_top .small2{
	font-size:15px;
	line-height:1.0;
	}
.read {
	font-size:14px;
    width:100%;
    padding:10px 10px 0px 10px;
    margin:0 auto;
 	font-size:13px;
	line-height:1.8;
	letter-spacing:0.9px;
	color:#4d4d4d;



}
  }


.nav_title{
	font-family:brandon-grotesque;
	font-size:32px;
	font-weight:700;
	color:#000;
	text-align:left;

}
.subtitle {
    line-height: 1.2;
    font-size: 56px;
    margin-bottom: 60px;
    width: 685px;
	margin: 0 auto;
    font-family: 'nexa';
    text-align:left;


}
.subtitle2 {
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 60px;
    width: 685px;
	margin: 0 auto;
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
    text-align:left;


}
  @media (max-width: 800px) {
	  .subtitle {
	  width:100%;
	  }
  }

.link2{ text-decoration: underline;}
.link2:hover{ text-decoration: none;}


 .category {
    margin-right: 5px;
    font-size: 12px;
    white-space: nowrap;
    width: 6em;
    display: inline-block;
    background: #6D6C6C;
    color: #fff;
    text-align: center;
    padding: 2px;
	font-weight:700;

}
 .category2 {
    margin-right: 5px;
    font-size: 10px;
    white-space: nowrap;
    width: 7em;
    display: inline-block;
    background: #ccc;
    color: #000;
    text-align: center;
    padding: 0 1px;

}


 .category3 {

 font-family:Brandon_blk_it;
    margin-right: 5px;
    font-size: 13px;
    white-space: nowrap;
    width: 50px;
    display: inline-block;
    background: #1F4FA1;
    color: #fff;
    font-weight:500;
    text-align: center;
    padding: 1px;



}
.title_min{
		font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
		font-size:22px;
		color:#000;
		line-height:1.5;


}
.mgl5{
	margin-left:5px;
}
.map{
	font-size:16px

}
.map_font{

}
.tel{
	font-size:16px;

	font-weight:700;

}
.img_line{
	border:1px solid #ccc;

}
.link_button{
	color:4d4d4d;
	color:#000;
	padding:13px;
	border:2px solid #000;
	width:250px;
	font-weight:500;
	text-align:center;
	font-size:15px;
	margin:30px auto 0px ;
	letter-spacing:10x;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;


}
.link_button:hover{
color:#fff;
	background:#000;

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;

}
.link_button a :hover{

}

.button2 {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

	padding:20px;
	background-color:  #0B529A;
	color:#fff;
	font-size:17px;
	letter-spacing:2px;
	text-align:center;
	font-weight:700;
	width:300px;
	margin:0 auto;

	transition: background-color 0.5s;
}
.button2 a {
	color:#fff;

}
.button2 a:hover {
	color:#fff;

}
.button2:hover {
		color:#fff;
	background-color:#000;

	/* マウスオーバー時、1秒かけて背景色をアニメーションさせる */
	transition: background-color 1s;
}
@media screen and (max-width : 768px) {
.link_button a{
	font-weight:700;

}
.link_button{
	font-weight:700;

}
.ContactColumn a .button2 {

	width:100%;

}
 .button2 {

	width:100%;

}
}

.pankuzu{
    width: 100%;
    background: #000;

    color:#fff;

}
.pankuzu .content{
	width:1000px;
	margin:0 auto;
	 background: #000;
	 padding:10px ;
	white-space: nowrap;
}
@media screen and (max-width : 768px) {
.pankuzu .content{
	width:100%;
	font-size:11px;
	 padding:7px ;


}
#searchform{
}

.link_button{
	width:100%;
	text-align:center;


}

}

.pankuzu .content a{
	color:#fff;
}
.pankuzu .content .p_arrow{
	padding:0 5px;
}
.logo_blue{
	color:#2D4197;
}
#header{
	background-color:#a2e2d9;
	color:#275a7c;
	font-size:36px;
	text-align:left;
	padding:0;
	height: 100px;
}
.c_wrapper{
overflow: hidden;
	background:#cfcfcf;
	padding:0px;
	margin:0px auto;


}
.c_container{
	width:1000px;
	background:#fff;
	margin:0px auto;
	letter-spacing:2;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media (max-width: 1000px) {
	.c_container{
		width:100%;
		overflow: hidden;
	}
	.c_container img{
		width:100%;
	}

}
@media (max-width: 768px) {
.mp_no{
	margin:0 auto;
	padding:0px;
}
	.c_container{
		width:100%;
	margin:0 auto;
	padding:0px;
	}
.c_wrapper{

	padding:0px;
	margin:0px auto;


}
		.menu > ul > li a:hover {
	color:#fff;
	background:#A7A7A8;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;



	}
.menu-mobile{
		height:0px;
}
.menu > ul > li a{
	padding:14px 10px;
	font-size:13px;
	font-weight:700;

}
.menu > ul > li  {
		padding:0;
		margin:0 auto;
		text-align:center;
border-bottom:1px solid #b3b3b3;
		font-weight:500;
		font-size:15px;
		text-align:left;
	}
.menu > ul > li a {
		color:#fff;
		background-color:#999;

	}


.menu > ul > li > ul {
		display:none;
		padding:0;
		margin:0 auto;


	}
.menu > ul > li > ul .menu-title{
		display:none;
	}
.menu > ul > li > ul  > li{
	display:none;
	}
.menu > ul > li > ul > li > ul {
	display:none;
	}
.menu > ul > li > ul > li > ul > li {
	display:none;
	}
}

.box img{
	padding:10px;
}
.blue{
background-color:#103466;
}


.wrapper{
background-color:#f2f2f2;
	margin:0 auto;
	padding:0px;
}

.container_top {
	background:#fff;
	margin:0 auto;


}

@media (min-width: 768px) {
  .container_top {
    width: 750px;



  }
}
@media (min-width: 992px) {
  .container_top {
    width: 970px;

  }
}
@media (min-width: 1400px) {
  .container_top {
    width: 1400px;
  }
}




.block{ display:block;

}
.ab{position: absolute;



}

.rela {
  position: relative;
  background:#fff;
  padding:5px 0;

  left:10px;
  top:20px;
  display:block;
}
.water{
	color:#0B529A;

}

.mp0{
	margin:0;
	padding:0;

}
img{
	opacity: 1;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}
a img:hover{
	 opacity: 0.7;

}
h3{
	font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;

}
.small{
	font-size:13px;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#footer_top{
	background-color:#7C7B7B;
	margin:0 auto;
	color:#fff;
	padding:0px;




}
#footer_top2{
	background-color:#777777;
	margin:0 auto;
	color:#fff;




}


#footer{
	background-color:#999;
	color:#fff;
	margin:0 auto;



}
.footer2{

	width:1000px;
	margin:0 auto;
	padding:10px;
}
.f_logo div{
	padding-top:10px;
}
.w25{}
.logo-box{
	margin:0 auto;
	padding:20px 0 0 0;

}
.logo-box img{
padding-bottom:13px;
}

@media screen and (max-width: 768px) {
	.logo-box{

		padding:11px 0 0 0;
		width:100%;

	}
	.logo-box {
	margin:0 auto;

	}
 .f_logo div{
	border-bottom:1px solid #999;
	margin:0px;
	padding:10px 18px;

}
.f_logo .b_l{
	border-right:1px solid #999;

}

}
.top_title{
	color: #5B6DB0;
	font-size: 23px;
	 font-weight: bold;
	margin: 0.5em;
	text-align:center;
}
.right{
	float:right;
}
.left{
	float:left;
}
.image_p{
	font-size: 16px;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px;
  border-right: 1px solid #c7cdd3;
}

.nav > li > a.first {
  border-left: 1px solid #c7cdd3;
}

.navbar {

  top:0;
  right:0;
  left:0;
  z-index:1;
  border: none;
  text-align:center;

}



.navbar-inverse {
  background-color: #fff;
padding:0;

}

.navbar-inverse .navbar-nav > li > a {
  color: #221815;
}

@media (min-width: 768px) {



  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
  }
}

.navbar-brand {
    float: left;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    z-index:99999999999;
}

.navbar-nav {
	margin: 0px 0px 10px 0px;
}

@media (min-width: 768px) {
  .navbar-nav > li {
    float: left;
    margin-top: 20px;
  }
  /*.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }*/
}

@media (min-width: 768px) {
  .navbar-nav > li {
		width: 100px;
	}
}
@media (min-width: 992px) {
  .navbar-nav > li {
		width: 120px;
	}
}
@media (min-width: 1200px){
	.navbar-nav > li {
		width: 160px;
	}
}

.navbar-nav > li > .dropdown-menu {
    min-width: 200px;
}


.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #1E4771;
/*  background-color: #c7cdd3;*/
}

@media (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
	}
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus{
    color: #333;
    background-color: #c7cdd3;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px;
    clear: both;
    font-weight: normal;
    line-height: 2em;
    white-space: nowrap;
}



.dropdown-menu .divider {
    margin: 0;
}

.visible-xs > .dropdown > a{
	padding: 10px;
}


@media (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	    color: #333;
	    text-align: center;
	    padding: 10px 15px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
	    background-color: #c7cdd3;
	    color: #333;
	}
}

@media (max-width: 767px){
	.container > .navbar-collapse, .container-fluid > .navbar-collapse {
	    margin-right: -15px;
	    margin-left: -15px;
	    margin-top: 20px;
	}
}
.navbar-toggle {
    margin-top: 20px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background-color: #c7cdd3;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #c7cdd3;
}

@media (max-width: 767px){
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
	    background-color: #cfcfcf;
	}
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #cfcfcf;
}

#footer >.navbar-inverse {
  background-color: #1E4771;
  color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  top: 25px;
  float: right;
  margin-right: 15px;
  position: relative;
  width: 40px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #cfcfcf;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}




.list-menu{
	list-style: none;
	margin-top: 10px;
	text-align: center;

}

.list-menu a {
	color: #3b3b3b;
	margin-left: 10px;
	margin-right: 10px;
}

.list-menu > li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}
th.t_right{
	text-align:right;
}
table.en >tbody >tr >th{
	font-family: 'Brandon_med_it';
	font-size:16px;
	letter-spacing:1px;

}
table.hyou {
  font-size: 14px;
  color: #333;
  margin-bottom:10px;

}
table.hyou >tbody >tr{
margin:10px;
padding:10px;

}
table.hyou >tbody >tr >th{

    color: #000;
    width: 20%;
    margin:10px;
    font-size:14px;
    font-weight:500;
	color: #000;
	padding:25px;
	border-bottom: 1px solid #000;
	background-color:#fff;
	text-align:center;

}

table.hyou >tbody >tr >td{
	font-size: 14px;
    padding:25px;
   margin:10px 20px;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing:1px;

}
table.hyou >tbody >tr>td  .top{

  border-top: 1px solid #e3e3e3;

}
table.hyou >tbody >tr>th  .top{

  border-top: 1px solid #000;

}


 @media (max-width: 800px) {
table.hyou >tbody >tr >td{
	font-size: 13px;
		margin: 1em;
    padding:20px;
  border-bottom: 1px solid #e3e3e3;
  letter-spacing:1px;
}

	  table.hyou {
	  font-size: 13px;
	  color: #333;
	}
	table.hyou >tbody >tr{
		margin:10px;
		padding:10px;
	}
	table.hyou >tbody >tr >th{

		color: #000;
		width: 30%;
		margin: 1em;
		font-size:13px;
		color: #3b3b3b;
		padding:20px 0;
	border-bottom: 1px solid #000;

	}
	table.hyou >tbody >tr  .top{

	  border
	  -top: 1px solid #ccc;

	}
  }

 @media (max-width: 400px) {

	table.hyou >tr >th{
		width: 100%;



	}
	table.hyou >tr >td{
		width: 100%;



	}



 }


#sitemap {
  margin-top: 30px;
}

#sitemap dt,
#sitemap dd{
  font-size: 14px;
  margin: 20px 0px;
}

#sitemap dt a{
  font-weight: 600;
  color: #333;
}

#sitemap dd a {
    color: #333;
    line-height: 2em;
    margin-left: 25px;
}

/*-------------------------
パンくず
-------------------------*/
ol#topicpath {
  text-align: left;
  padding: 0px;
}

ol#topicpath li {
  display: inline;
  list-style-type: none;
  font-size: 80%;
  line-height: 1.0;
  color: #7c7c7c;
}

ol#topicpath li a {
  padding: 0 17px 0 0;
  background-image: url("/images/topicpath.gif");
  background-repeat: no-repeat;
  background-position: right center;
}

.copyright{
	color:#fff;
	display:block;
	line-height:1.5;
	p-top:30px;

}
#fotter_ad{
  color: #fff;
  text-align: center;
  clear: both;
  font-size:14px;
  padding-top:10px;
 	font-family: 'Brandon_reg_it';

}
#fotter_ad .underline a{
	color:#fff;
}
@media screen and (max-width : 768px) {
	.copyright{
	color:#fff;
	display:block;
	margin-top:30px;
	font-size:10px;
}
#fotter_ad{
  line-height:1.2;

}


}
/*-------------------------
div#copyright_wrap {
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

div#copyright_wrap ul li.li_style_delete {
  padding-left: 0;
  border: none;
}

div#copyright_wrap ul li {
  float: left;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #fff;
}
--------------------------*/

#copyright {
font-size:16px;
  color: #fff;
  text-align: center;
  clear: both;
  padding:5px;
 	font-family: 'Brandon_reg_it';

}

/*---------------------
float
---------------------*/
.fll{float:left;}

.flr{float:right;}

.clear{clear:both;}


/*---------------------
margin
---------------------*/
.mgb0{margin-bottom:0px;}
.mgb5{margin-bottom:5px;}
.mgb8{margin-bottom:8px;}
.mgb10{margin-bottom:10px;}

.mgb20{margin-bottom:20px;}

.mgb30{margin-bottom:30px;}

.mgb40{margin-bottom:40px;}

.mgb50{margin-bottom:50px;}

.mg0{margin:0px;}

.mgt0{margin-top:0px;}

.mgt10{margin-top:10px;}

.mgt20{margin-top:20px;}

.mgt30{margin-top:30px;}

.mgt40{margin-top:40px;}

.mgt50{margin-top:50px;}

.mgt60{margin-top:60px;}

.mgt20{margin-top:20px;}

.mgt5{margin-top:5px;}

.mgt10{margin-top:10px;}

.mgl60{margin-left:60px;}

.mgl10{margin-left:10px;}

.mgr10{margin-right:10px;}

.pd20{padding:20px}
/*---------------------
サイドバー
---------------------*/
#side {
    bottom: 20px;
    height: 170px;
    position: fixed;
    right: 0px;
    width: 40px;
    z-index: 0;
    top: 250px;
}

#top {
    bottom: 20px;
    height: 100px;
    position: relative;
    width: 40px;
    z-index: 5;
    top: 0;
    display: inline-block;
}

/*---------------------
carousel
---------------------*/

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}

.carousel-control.left,
.carousel-control.right{
	background-image:none;
}


/*-----------------
common
-----------------*/

p{
	font-size:14px;
	color:#333;
	line-height:2;

}
@media (max-width: 768px) {
	p{
	font-size:13px;
	color:#333;
	line-height:1.7;

	}
}
.small2{
	font-size: 16px;
	line-height:0;
		font-family: 'ヒラギノ明朝 ProN W3','Hiragino Mincho Pro',"HG明朝E",'ＭＳ Ｐ明朝','MS PMincho',serif;
		color:#333;
}
.small3{
	font-size: 12px;
	line-height:0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	font-weight:700;
	padding:2px 0 0 0 ;
}
      .small5{
	font-size:12px;
	margin-top:10px;
	line-height:0.3;
  color: #333;/*文字は白に*/

font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;


}
strong{
	font-weight:100;
}
.divh1{
	color: #000;
	font-size: 33px;
	margin: 10px 0;
	padding: 10px;
    text-align: center;
	font-family:'nexa';
	line-height: 0.6;
	letter-spacing:1.5;

}

h2 {

}
.f10{
	font-size:10px;
}
.linktitle{
	wont-weight:bold;
	padding:0px 0 0 0;
	margin:3px auto;
	color: #000;
	font-size: 25px;
    text-align: center;
	font-family: 'nexa';
	line-height: 1.5em;
	letter-spacing:1.8;

}
 @media screen and (max-width: 768px) {
 .linktitle{
	font-size: 20px;

}
.small3{
	font-size: 11px;
}
.name2{
	font-size: 13px;
}


 }
.mgr5{
	margin-right:5px;
}
 .center {
 	color:#333;
	text-align:center;
	font-size:10px;
	margin:8px 0 0 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
font-weight:bold;



}
 .center a{
 	color:#333;
	font-size:16px;
	margin:10px 0 0 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
font-weight:bold;



}
.chapter{
	font-size: 23px;
	padding:0 0 8px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	color:#1F4FA1;;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;



}
@media (max-width: 768px) {
 .center a{
 	font-size:14px;
	margin:3px 0 0 0;

}
.chapter{
	font-size: 19px;
	padding:0 0 5px;
	margin-bottom: 25px;
	border-bottom: 2px solid #ccc;
	color:#333;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	font-weight:bold;



}
}
 .en{
		font-family: price;

}


.row2 {
    line-height: 1.875em;
	letter-spacing:1px;
    width: 685px;
	margin: 10px auto;

}
.row2:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
  @media (max-width: 800px) {

	.row2 {
		font-size:13px;
	    width:100%;
	    padding:0 5px;



	}
  }
  .nexa{
  	font-family: 'nexa';
  	}
.section{
	padding:30px;


}

 @media (max-width: 768px) {
.section{
	padding:10px;
}
 }
.section2{
	margin-bottom: 100px;
}

h3{
	font-size: 17px;
}



hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;

}

hr.solid {
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #cfcfcf;
}


a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}
#footer ul.list-unstyled{
	margin-top:13px;
}
#footer ul.list-unstyled li a{
	color: #fff;
	font-weight: 500;

	font-size:13px;
	line-height: 2em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

}
#footer ul.list-unstyled li a:hover{
	color: #ccc;

}
.mtop {
	margin-top:30px;
}

#footer ul.list-unstyled a .bold {
	color: #fff;
	font-weight: bold;
	font-size:17px;
line-height:2;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

}

@media (max-width: 768px) {
	#footer ul.list-unstyled li a{
	display:none;
	}
	#footer ul .dpn{
	display:none;
	border:none;
	}
#footer ul.list-unstyled{
	margin:0px auto;
}
#footer ul.list-unstyled  a .bold {

	color: #fff;
	font-weight:700;
	font-size:12px;
line-height:2;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

}
 #footer ul.list-unstyled .bold{
	color: #fff;
	font-weight: bold;
	font-size:12px;
	padding:8px 10px;

border-bottom:1px solid #b3b3b3;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;

}
#footer ul.list-unstyled .bold:hover {
	color:#fff;
	background:#A7A7A8;
    -webkit-transition-property: background-color;
    -webkit-transition-duratifon: 0.2s;
    -webkit-transition-timing-function: linear;



	}
.footer2{
	text-align:left;
	width:100%;
	margin:0 auto;
	padding:0px;
}


}


#footer p{
	line-height: 1.5em;
}

@media screen and (min-width:768px) and ( max-width:991px) {
	#footer .sm200{
		height: 200px;
	}
}

body, td
{
  margin: 0;
  padding: 0;
 	font-family: 'Noto Sans Japanese', serif;

 font-size: 12px;
  background-color: #fff;
}

.mincho{
	font-family: 'Noto Sans Japanese', serif;
	line-height: 1.5;
}

td
{
  margin: 0;
  padding: 0;
  font-family:Arial, Verdana, sans-serif;
  font-size: 14px;
  background-color: #fff;
}

.middle_title{
	font-size: 21px;
	font-weight: bolder;
	line-height: 1.5em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	margin-bottom:10px;


}
.news_title{
	letter-spacing:1px;
	text-align:center;
	margin:0 auto;
	font-size: 19px;
	font-weight: 700;
	font-family: 'Brandon_reg_it';
	padding:0px;

}
.news_map{
		letter-spacing:1px;
	text-align:center;
	margin:0 auto;
	font-size: 15px;


	font-family: 'Brandon_reg_it';
	padding:0px;

}
	.middle_title .small{
	font-size: 14px;
	padding:0px;
	line-height: 1.5;

	}
@media (max-width: 768px) {
		.middle_title{
		font-size:17px;
		font-weight: bolder;
		line-height: 1.5;
		font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
		margin:0px 0 5px 0;
		padding:0px;
		text-align:center;

	}

	.middle_title .small{
	font-size: 14px;
	line-height: 1.5;


}
}
.middle_title2{
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.5em;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	margin-bottom:20px;

}
.middle_title small{
	font-size: 15px;
	font-weight:bold;
	line-height:2;
	color:#333;
	padding-left:15px;
}

p.link{
	font-size: 14px;
	color:#1c8bab;
	font-weight: 600;
}

p.lg{
	font-size: 18px;
	font-weight: 500;
}

p.center{
	font-size: 18px;
	text-align: center;
	margin-bottom: 120px;
}

.text_center{
	text-align: center;
}

.blue{
	color: #2a4198!important;
}

.red{
	color: #e7281d!important;
}

.green{
	color: #009340!important;
}

.yellow{
	color: #f2bD00!important;
}

.bold{
	font-weight: 600;
}

.bold2{
	font-weight: 600;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	 font-size: 20px;
}
.section > ul > li{
    line-height: 2em;
    font-size: 14px;
 }

button.reserve {
  padding: 20px;
  background-color: #2fe09f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.btn-block {
  display: inline-block;
  width: 100%;
}

#thumb{
	padding: 10px;
}

thumbnail{
	margin: 10px;

}

.img-responsive,
.item > img,
.carousel-inner >
.item > a > img {
  display: inline;
  max-width: 100%;
  height: auto;
}

.row  a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

div.sample{
    position:relative;
    width:595px;
    height:842px;
}
span.guard{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url(../images/clear.png);
}

.gmap{
    clear: both;
    overflow: hidden;
    width: 100%;
}



#map {
    width: 100%;
    height: 500px;
    max-width: 940px;
    margin: auto;
    z-index: -1;
}

.content{
	background-image:url(../images/content_back.png);
	background-repeat: repeat;
}

.news_more{

	background:url(/images/yajirushi.gif) no-repeat left;
	float:right;
	color:#708090;
	font-size:12px;
	text-indent:17px;
	margin: 5px

}

a >.news_more:hover{

	 color: #c7cdd3;
}

a:hover{
	color: #333;
}

#backimg{
	background-image: url("../images/umi.png");
	background-size : contain;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.center{
display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:5px;
}

em{
	font-weight:bold
}

@media (max-width: 400px){
    .img-list {
        height:150px;
        object-fit: cover;
    }
}

@media (max-width: 768px){
    .img-list {
        height: 250px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .img-list {
        height: 280px;
        object-fit: cover;
    }
    .img-list.food{
    height: 306px;
    }
}

@media (min-width: 1200px) {
    .img-list {
        height: 250px;
        object-fit: cover;
    }
    .img-list.food{
    height: 306px;
    }
}

.lnk{
	display: block;
	max-width: 940px;
	margin: 10px auto 10px auto;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
.slow{
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

.lnk ul{
	list-style: none;
	display: inline-block;
	padding: 10px 0px;
	margin: 0;
	font-size:13px;
	letter-spacing:1px;

}

.lnk ul li{
	float: left;
	padding: 10px;

	width: 150px;
	text-align: center;
	font-weight:500;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	transition: 1.0s ;
	line-height:1.3;


}
.lnk ul li:hover{
	opacity:0.7;


}
.lnk ul li img{
	padding:0 0 10px 0 ;
	height:35px;
	width:auto;
}

.lnk ul li.l_left{
	border-left:  1px solid #c7cdd3;;
}

@media (max-width: 780px) {
.lnk ul li{
	width: 100px;


}
}
.box_text{
	max-width: 810px;
	margin: auto;
	margin-bottom: 50px;
	line-height: 2em;
}

.wrapper{
	width: 100%;
	padding:0px;
	margin:0 auto;


}

@media (min-width: 768px){
	.wrapper{
	width: 100%;
	padding:0px;
	margin:0 auto;


}
	.wrapper > img{
		max-width: 100%;
	    display: block;
	    margin: auto;
	}
}


@media (max-width: 767px){
	.wrapper > img{
	    left:50%;
	    width:1320px;
	    height:250px;
	    margin-left:-550px;
	    object-fit: cover;
	}
}


.pagetop{
	right: 10px;
	bottom: 40px;
	display: block;
	position:fixed;
	z-index: 5;
}

.m10{
	margin:10px
}
.header2{
 z-index:999999;
 display:block;
}
.mgr5{
	margin-right:5px;}
}
