/* ===================================================================
共通スタイル
=================================================================== */

/* PC用のスタイル記述 */
.sp {
	display: none;}
.pc {
	display: block;}
.sp_img100 {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;}

.wrapper {
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
.access .wrapper {
	margin-top: 1em;
}
.wrapper img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 1000px) {
.wrapper {
   width: 92%;
   margin-left: auto;
   margin-right: auto;
}
.wrapper img {
   max-width: 100%;
   height: auto;
}
}
header {
   width: 100%;
}
.header {
   padding: 15px 0 15px;
}
.header_blue {
background-color: #1E80CD;
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 0;
}
.header_blue h1 {
   font-weight: normal;
}
.header_blue p {
   font-size: 10px;
   letter-spacing: 0;
padding: 2px 10px;
}
.head_submenu {
   display: flex;
   justify-content: flex-end;
   width: 50%;
}
.head_submenu li {
	display: inline-block;
	margin: 0 0 0 10px;
	position: relative;
	letter-spacing: 0;
}
.head_submenu li::before {
	content: '>';
}
.head_submenu li a {
	color: #FFF;
	text-decoration: none;
}
.head_submenu li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
.head_submenu {
   display: none;
}
}
.head_logo {
   /*float: left;*/
}
.head_right {
	/*float: right;*/
	width: 60%;
	letter-spacing: 0;
	align-items: center;
}
.head_right_bt {
	width: 24%;
	/*background-color: #FFCC33;
	border: 1px solid #808080;*/
	border-radius: 10px;
	/*padding: 1.2em 0;*/
	background-color: #1e81cd;
	margin-right: 2em;
}
.head_right_bt a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: #4C4948;
	height: 100%;
	text-decoration: none;
	padding: .5em 0;
}
.head_right_bt a.head_contact {
    color: #fff;
    text-align: center;
}
.head_right_right {
	width: 46%;
	font-size: 1.4rem;
}
.head_uketsuke {
	border: 1px solid #1E80CD;
	display: inline-block;
	margin-right: 10px;
	padding: 1px 2px;
}
.head_tel p {
	color: #1E80CD;
	font-size: 2rem;
	font-weight: bold;
	background: url("../img/head_tel.png") center left no-repeat;
	background-size: 6%;
	padding-left: 14px;
	line-height: 100%;
	display: inline-block;
    margin: 0.5em 0.2em 0 0;
}
 
/* header */
#top-head {
    line-height: 1;
    z-index: 999;
	position: relative;
}
.logo {
	display: none;}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #313131;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
#global-nav {
   position: relative;
   text-align: center;
   border-bottom: 1px solid #1e80cd;
   padding-bottom: 7px;
}
#menu {
   width: 100%;
   z-index: 999;
   text-align: center;
}
#menu li {
  width: 10%;
	font-size: 1.4rem;
}
#menu li + li {
  border-left: 1px solid #e7e7e7;
}
#menu li + li:last-child {
   border-left: 0px;
}
.menu li a {
   color: #313131;
   padding: 10px 2px;
   position: relative;
   text-decoration: none;
   display: block;
   transition : all 0.3s ease 0s;
   height: 100%;
   line-height: 140%;
}
.menu li a.oneline {
   padding: 0 2px;
}
.menu li a.head_contact {
   background-color: #1e80cd;
   border-radius: 5px;
   color: #FFF;
}
.menu li a.head_company {
    background-color: #FFCC33;
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 0.75em 0;
}
.menu li a:hover {
   color: #1e80cd;
}
.menu li a.head_contact:hover {
   background-color: #ffcc33;
   color: #FFF;
}
.menu.fixed {
   margin-top: 0px;
   background-color: #FFF;
   padding: 10px;
   border-bottom: 1px solid #e4e4e4
}
.fixed {
position: fixed;
top: 0;
left: 0;
}

@media screen and (max-width: 1000px) {
.burg-trigger:hover, .burg-trigger:active, .burg-trigger:focus {
    cursor: pointer;
}
.burg-child a {
   position: relative;
}
.burg-child {
    height: 0;
    overflow: hidden;
}
.visible {
    height: auto;
}
.burg-trigger a::after {
   content: '▼';
   position: absolute;
   top: 35%;
   right: 10px;
}
.burg-trigger.visible a::after {
   content: '▲';
   position: 9%;
   right: 10px;
}
.burg-child.visible a::after {
   content: '';
}
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.menu__second-level li {
    border-top: 1px solid #FFF;
	display: block;
	width: 100%;
}
.menu__second-level li a {
	padding: 15px 10px;
	display: block;
	width: 100%;
	color: #FFF;
	background: #1e80cd!important;
}

.menu__second-level li a:hover {
	background: #767676!important;
}

#menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 60px;
	left: -150%;
	margin: auto;
	width: 400%;
	line-height: 140%;
    background-color: #313131;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 48px;
    visibility: visible;
    opacity: 1;
}
li.menu__single ul.menu__second-level li {
   border-left: none!important;
   border-bottom: none!important;
   width: 100%!important;
}
li.menu__single ul.menu__second-level li a {
   color: #FFF!important;
   display: block;
   padding: 15px 10px;
}
@media screen and (max-width: 1000px) {
#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	.logo {
		display: inherit;}
	.logo img {
		width: 50%;
		height: auto;}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 52px;
        z-index: 999999;
        position: relative;
		border-bottom: 1px solid #47b2de;
		background-color: #FFF;
		border-top: 3px solid #1e80cd;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 10px;
        top: 5px;
        color: #333;
		text-align: left;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -1px;
		right: -100%;
		margin-top: 40px;
        width: 100%;
		background-color: #FFF;
        text-align: center;
        padding: 10px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		height: 100vh;
		overflow: auto;
		padding-bottom: 40px;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 15px;
		overflow: auto;
    }
    #global-nav ul li {
        float: none;
        position: static;
		text-align: left;
		display: block;
		width: 100%;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
		text-decoration: none;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
#menu {
	margin-bottom: 0px!important;
	padding-bottom: 60px;}
#menu li {
	border-bottom: 1px solid #848484;}
#menu li:last-child {
	border-bottom: 0!important;}
#menu li + li {
  border-left: 0px;
}
#menu li a {
   color: #313131;
   text-align: left;
   height: auto;
   padding: 15px 0;
}
#menu li a:hover {
}
.menu li a.head_contact {
   width: 80%!important;
   margin: 15px auto 0;
   color: #FFF!important;
   text-align: center!important;
}
#menu li br {display: none;}
ul.menu__second-level {
    visibility: inherit;
    opacity: 1;
    z-index: 1;
}

.menu__second-level li {
    border-top: 0px solid #f8ca8e;
	display: block;
	width: 100%;
}
#menu li .menu__second-level li a {
	padding: 20px 10px!important;
	display: block;
	border-bottom: 1px solid #fff;
	width: 100%;
}

.menu__second-level li a:hover {
    background: #333;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
}
#srcoll_banner {
   position: fixed;
   top: 0;
   right: 0;
   opacity: 0;
   z-index: 10;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}



#contents {
}
#contents_left {
   float: left;
   width: 730px;
}
#contents_right {
   float: right;
   width: 220px;
}
@media screen and (max-width: 1000px) {
#contents_left {
   float: none;
   width: 100%;
}
#contents_left img {
   max-width: 100%;
   height: auto;
}
#contents_right {
   float: none;
   width: 100%;
}
.side_banner li {
   width: 46%;
   float: left;
   margin: 0 2% 10px;
}
.side_banner li img {
   max-width: 100%;
   height: auto;
}
}


.flex {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
 }
.jc {justify-content: space-between;}
.ai {align-items: center;}
.sa {justify-content: space-around;}
.ce {justify-content: center;}
.fe {justify-content: flex-end;}


#pageTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
  }  
@media screen and (max-width: 1000px) {
#pageTop {
   right: 5px;
   bottom: 25px;
}
#pageTop img {
   width: 80%;
   height: auto;
}
}


small {
   font-size: 12px;
   text-align: center;
   display: block;
   padding: 15px 0;
   color: #FFF;
   background-color: #1e80cd;
}
@media screen and (max-width: 768px) {
#footer {
   padding: 50px 0 25px;
}
.foot_area {
   width: 100%;
   margin-bottom: 20px;
}
.foot_area02 {
   width: 100%;
   margin-bottom: 20px;
}
.footer li a {
   font-size: 1.6rem;
   padding: 10px 0;
   display: block;
}
small {
   text-align: center;
   margin-bottom: 63px;
}
}

.ggmap {
position: relative;
padding-bottom: 50.25%!important;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 768px) {
.ggmap {
padding-bottom: 50.25%!important;
}
}
.foot_cv {
   padding: 40px 0;
   background-color: #1e80cd;
}
.foot_mail {
   width: 46%;
   background-color: #FFF;
   text-align: center;
   font-size: 2.8rem;
}
.foot_mail span {
   font-weight: bold;
}
.foot_mail a {
   padding: 30px;
   display: block;
   color: #1e80cd!important;
   text-decoration: none!important;
}
.fm {
   display: inline-block;
   text-align: left;
   line-height: 130%;
   padding: 0 10px;
}
.fm img {
   width: 120px;
   height: auto;
}
.foot_tel {
   width: 48%;
   color: #FFF;
   font-size: 2.0rem;
}
.foot_tel a {
   color: #FFF!important;
   text-decoration: none;
}
.foot_no {
	font-size: 2.5rem;
   	font-weight: bold;
   	line-height: 100%;
   	margin-bottom: 10px;
}
.foot_no span {
   background: url(../img/foot_tel.svg) top left no-repeat;
	padding: 0 0 0 25px;
}
.foot_uketsuke {
   border: 1px solid #ffcc33;
   padding: 1px 5px;
   display: inline-block;
   color: #ffcc33;
   margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.foot_mail {
   		width: 100%;
   		font-size: 2.0rem;
   		margin-bottom: 25px;
	}
	.foot_mail a {
   		padding: 20px 0;
	}
	.fm img {
   		width: 60px;
   		height: auto;
	}
	.foot_tel {
   		width: 100%;
   		font-size: 1.6rem;
   		text-align: center;
	}
	.foot_no {
   		padding: 0 0 0 10px;
   		font-size: 6vw;
   		font-weight: bold;
   		line-height: 100%;
   		margin-bottom: 10px;
	}
	.foot_no span {
		padding: 0 0 0 6vw;
	}
}
.foot_place {
   background-color: #ffebad;
   padding: 20px 0;
}
.foot_place ul {
}
.foot_place li {
   border-right: 0px solid #1e80cd;
   padding: 10px 1em;
   width: 33%;
   margin-bottom: 5px;
}
.foot_place li:nth-child(odd) {
   border-left: 0px solid #1e80cd;
}
.foot_detail {
   background: url(../img/pin_bl.svg) center left 20px no-repeat #1e80cd;
   padding: 7px 1em 7px 50px;
   color: #FFF!important;
   text-decoration: none!important;
   border-radius: 30px;
   background-size: 20px auto;
}

.foot_place li a{
	text-decoration: none;
}
.foot_place li a:hover{
	text-decoration: underline;
}
@media all and (-ms-high-contrast: none) {
.foot_detail {
   background-size: 120px auto;
}
}
@media screen and (max-width: 768px) {
.foot_place {
   background-color: #fff;
   padding: 30px 0 20px;
}
.foot_place li {
   padding: 10px .5em;
   text-align: left;
}
.foot_detail {
   background: url(../img/pin_bl.svg) center left 5px no-repeat #1e80cd;
   font-size: 1.3rem;
   letter-spacing: 0;
   padding: 7px 1em 7px 20px;
   border-radius: 30px;
   background-size: 10px auto;
}
.fp_none {
   display: none;
}
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #313131;
}
}
.foot_menu {
   padding: 40px 0;
}
.foot_menu .foot_logo {
   width: 16%;
}
.foot_menu ul {
   width: 18%;
}
.foot_menu ul.fm_wide {
   width: 22%;
}
.foot_menu li {
   font-size: 1.25rem;
   background: url(../img/arrow03_bl.png) center left no-repeat;
   padding: 5px 0 5px 20px;
   background-size: 14px auto;
}
.foot_menu li a {
   color: #313131!important;
   text-decoration: none;
   letter-spacing: 0;
}
.foot_menu li.fm_large {
   font-size: 1.6rem;
   background-size: 20px auto;
   padding: 5px 0 5px 30px;
}
.foot_sub {
   background-color: #f4f4f4;
   width: 92%!important;
   margin-left: 20px;
}
.foot_sub li {
   border-bottom: 2px solid #ffcc33;
   padding: 7px 0 7px 26px;
   font-size: 1.25rem;
   background: url(../img/arrow05_yl.png) center left 7px no-repeat;
   background-size: 16px auto;
}
.foot_sub li:last-child {
   border-bottom: 0px solid #ffcc33;
}
.foot_company {display: none;}
@media screen and (max-width: 768px) {
.foot_menu_sp {
   padding: 40px 1em;
   background-color: #ffebad;
   text-align: left;
   margin-bottom: 30px;
}
.foot_menu_sp li {
   font-size: 1.25rem;
   background: url(../img/arrow03_bl.png) center left no-repeat;
   padding: 5px 0 5px 20px;
   background-size: 14px auto;
   width: 50%;
}
.foot_menu_sp li a {
   color: #313131!important;
   text-decoration: none;
   letter-spacing: 0;
   padding: 5px 0;
   display: block;
}
.foot_sp_sub {
   margin-bottom: 20px;
}
.foot_sp_sub li {
   padding: 7px 0 7px 30px;
   font-size: 1.4rem;
   margin-bottom: 3px;
   width: 100%;
   background: url(../img/arrow05_yl.png) center left 7px no-repeat #FFF;
   background-size: 16px auto;
}
.foot_sp_line {
   margin-bottom: 20px;
}
.foot_sp_line li {
   border-bottom: 1px solid #FFF;
}
.foot_sp_line li:last-child {
   border-bottom: 0px;
}
.foot_sp_contact a {
   background: url(../img/arrow04_wh.png) center left 10px no-repeat #1e80cd;
   background-size: 16px auto;
   color: #FFF!important;
   padding: 10px 5px 10px 30px;
   display: block;
   text-decoration: none!important;
}
.foot_company {
   border-radius: 30px;
   text-align: center;
   padding: 10px;
   color: #313131!important;
   text-decoration: none;
   display: block;
   border: 2px solid #313131;
   margin:0 auto 30px;
   width: 90%;
}
.foot_company span {
   background: url(../img/arrow03_bk.jpg) center right no-repeat;
   padding: 0 50px 0 0;
}
.fk {
      display: none;
      width: 100%;
      background: #1e80cd;
      position: fixed;
      bottom: 0;
      z-index:999;
    }
.fk li {
   width: 50%;
   text-align: center;
   padding: 10px 19%;
}
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .fk {
  display: none!important;
}
}




/* ===================================================================
    スマホ
=================================================================== */

@media screen and (max-width: 1000px) {

.sp {
	display: block;}
.pc {
	display: none;}

.sp_img100 {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;}

.nav-blog-item {
	border-left: none !important;}
}














































