@charset "UTF-8";

/* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */


/*General Elements
---------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
}

body {
	font-family:  "Noto Sans JP",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}

a {
	text-decoration: underline;
	outline: none;
}

a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

/*l-header
---------------------------------------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 30%);
		z-index: 100;
}

.l-header-content {
	min-height: 112px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

.l-header .logo {
    width: 220px;
}

.l-header .logo a {
	display: block;
}


@media screen and (min-width: 768px){

	.l-header-tel {
	    width: 284px;
			display: inline-block;
			vertical-align: middle;
	}

	.l-header-btn-contact {
		display: inline-block;
		vertical-align: middle;
		margin-left: 25px;
		transition: .3s;
	}

	.l-header-btn-contact a {
		display: block;
		font-size: 1.5rem;
		text-decoration: none;
		color: #fff;
		font-weight: 500;
		background: #F3476D;
		border-radius: 4px;
		border: solid 1px #fff;
		min-height: 40px;
		padding: 10px 15px;
		transition: .3s;
	}

	.l-header-btn-contact:hover {
		padding: 0 0 5px;
	}

	.l-header-btn-contact:hover a {
		background: #D51B45;
	}

	.l-header-btn-pdf {
		display: inline-block;
		vertical-align: middle;
		margin-left: 25px;
		transition: .3s;
	}

	.l-header-btn-pdf a {
		display: block;
		font-size: 1.5rem;
		text-decoration: none;
		color: #fff;
		font-weight: 500;
		background: #FFC50E;
		border-radius: 4px;
		border: solid 1px #fff;
		min-height: 40px;
		padding: 10px 15px;
	}

	.l-header-btn-pdf:hover {
		padding: 0 0 5px;
	}

	.l-header-btn-pdf:hover a {
		background: #F4BA18;
	}



}

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

	.l-header-content {
    min-height: 60px;
	}

	.l-header .logo {
	    width: 104px;
	}

	.l-header-tel {
		max-width: 284px;
		margin: 15px auto 0;
	}

	/*=============================
	.btn-trigger
	=============================*/
	.btn-trigger {
	  position: relative;
	  width: 20px;
	  height: 20px;
	  cursor: pointer;
	}
	.btn-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  background-color: #1A1311;
	}
	.btn-trigger, .btn-trigger span {
	  display: inline-block;
	  transition: all .5s;
	  box-sizing: border-box;
	}
	.btn-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.btn-trigger span:nth-of-type(2) {
	  top: 9px;
	}
	.btn-trigger span:nth-of-type(3) {
	  bottom: 0;
	}

	/*=============================
	#btn01
	=============================*/
	#btn01.active span:nth-of-type(1) {
	  -webkit-transform: translateY(20px) rotate(-45deg);
	  transform: translateY(9px) rotate(-45deg);
	}
	#btn01.active span:nth-of-type(2) {
	  opacity: 0;
	}
	#btn01.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-20px) rotate(45deg);
	  transform: translateY(-9px) rotate(45deg);
	}



}


/* l-gNav
---------------------------------------------------------------------------- */
.l-menu {
	display: none;
}

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

	.l-menu {
		position: fixed;
		width: 100%;
		height: calc(100vh - 60px);
		top: 60px;
		background: #F8F8F8;
		padding: 50px 30px;
		z-index: 100;
	}

	.l-menu p {
	    text-align: center;
	    font-size: 1.6rem;
	    font-weight: bold;
	}

	.l-menu-block {
	    margin: 50px auto 0;
	    border: solid 1px #CCCCCC;
	    background: url("../../images/common/head_contact.svg")no-repeat,#fff;
			background-size: 270px;
			background-position: center top 40px;
	    padding: 90px 20px 40px;
	}


	.l-menu-tel {
	    position: absolute;
	    left: 50%;
	    margin-left: -142px;
	    bottom: 50px;
	}

}


/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

.l-topicPath li {
    display: inline-block;
}

.l-topicPath li.p-topicHome {
    /*
    background: url(../../../images/common/bg_crumb_home.png) left center no-repeat;
    padding-left: 22px;
    */
}

.l-topicPath li a {
    text-decoration: underline;
    color: #0588ce;
}

.l-topicPath li a:hover {
    text-decoration: none;
}

.l-topicPath-arrow {
    margin-left: 0.5em;
}

.l-topicPath-arrow:before {
    content: '＞ ';
}

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


/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 767px){
    .l-pageBody {
        min-width: 0;
    }
}


/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
}

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


/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
}

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


/* l-footer
---------------------------------------------------------------------------- */

.l-footer {
	background: #000000;
	padding: 60px 0;
	color: #fff;
}


.l-footer a {
  display: block;
	color: #fff;
	text-decoration: none;
}

.l-footer-flex {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 0 30px;
}

.l-footer-other {
	margin: 10px 0 0;
}

.l-footer-other li {
    display: inline-block;
    vertical-align: middle;
}

.l-footer-other li + li {
	margin-left: 20px;
}

.l-footer-other li:first-child {
	width: 100px;
}

.l-footer-other li:last-child {
	width: 73px;
}

.l-footer-link {
    font-size: 1.2rem;
}


.l-footer-link li a[target="_blank"] {
  padding-right: 20px;
	background: url("../../images/common/ico_link_blank.svg")no-repeat;
	background-size: 12px;
	background-position: right center;
}

.l-footer .logo {
	position: relative;
}



@media screen and (min-width: 768px){

	.l-footer-2col {
	    display: flex;
	    justify-content: space-between;
	}

	.l-footer-block {
	    width: calc(100% - 235px);
	}

	.l-footer .sns a {
		opacity: .8;
		transition: .3s;
	}

	.l-footer .logo a {
		opacity: .8;
		transition: .3s;
	}

	.l-footer .sns a:hover {
		opacity: 1;
	}

	.l-footer .logo a:hover {
		opacity: 1;
	}

	.l-footer-link li a:hover {
		text-decoration: underline;
	}

	.l-footer .logo p {
		font-size: 1.2rem;
		position: absolute;
		left: 175px;
		bottom: 4px;
		white-space: pre;
		line-height: 1;
	}

	.l-footer-link {
	    display: flex;
	    justify-content: space-between;
	}


}

@media screen and (max-width: 767px){
	.l-footer {
	    padding: 40px 0;
	}

	.l-footer-2col {
	    max-width: 300px;
	    margin: 0 auto;
	}

	.l-footer .logo p {
	    text-align: right;
	    padding: 10px 0 0;
	}

	.l-footer-flex {
	    margin: 0 0 40px;
	}

	.l-footer-link {
		margin: 0 0 30px;
	}

	.l-footer-link li a {
		display: inline-block;
	}


	.l-footer-link li + li {
		margin: 13px 0 0;
	}

	.l-footer-other {
		text-align: center;
	}

}
