@charset "utf8";
/*=============================
  - header
	- fotter
	- navigation
==============================*/

/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
    width: 100%;
    background: #fff;
    position: relative;
}
#header .top-text {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: right;
    padding: 8px 0;
}
.head-content {
    position: relative;
    max-width: 1320px;
    margin: 0 auto 25px;
	padding: 20px 0 0;
}
.head-content .logo-wrap {
    width: 100%;
}
.head-content h1 {
	width: 240px;
}
.head-content h1 a img {
	width: 100%;
}
.head-content .title {
}
.head-content .tel-wrap {
    min-width: 735px;
}
.head-content .tel-wrap .tel {
    font-size: 30px!important;
    display: flex;
    padding-left: 30px;
    align-items: center;
    position: relative;
	-webkit-appearance: none;
}
.head-content .tel-wrap .tel:before {
	position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../images/icon-tel-01.png) no-repeat;
    background-size: contain;
}
.head-content .tel-wrap a {
    width: 300px;
    height: 47px;
    margin-left: 15px;
	color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	-webkit-appearance: none;
}
.head-content .tel-wrap a.btn_regist {
    width: auto;
    padding: 0 10px 0 15px;
    color: #fff;
    border: 1px solid #ed848b;
}
.head-content .tel-wrap a.btn_regist:after {
	content: "\e900";
    font-family: "icomoon";
    font-size: 11px;
    padding-left: 5px;
}
.head-content .tel-wrap a.btn_company {
    width: auto;
    padding: 0 10px 0 15px;
    color: #ed848b;
    border: 1px solid #ed848b;
}
.head-content .tel-wrap a.btn_company:after {
	content: "\e900";
    font-family: "icomoon";
    font-size: 11px;
    padding-left: 5px;
}


@media only screen and (min-width: 681px) and (max-width: 1100px) {
	.head-content .logo-wrap {
		width: 30%;
    	padding: 20px 0;
	}
	.head-content .tel-wrap p {
		width: 225px;
	}
	.head-content .tel-wrap .tel {
		-webkit-appearance: none;
	}
	.head-content .tel-wrap a.btn_regist {}
	.head-content .tel-wrap .tel.tablet:before {
	  left:5px;
	  top:12px;
	}
	.head-content .tel-wrap .tel.tablet a {
	  color:#212121;
	  font-size:35px;
	  margin-left:0;
	  width:100%;
	}
}


_::-webkit-full-page-media, _:future, :root .head-content .tel-wrap .tel {
	font-size: 30px!important;
	-webkit-text-size-adjust: 100%!important;
}

@media screen and (max-width:680px) {
#header {
    width: 100%;
    position: relative;
}
.head-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	padding: 0 0 0;
    background: #fff;
    min-height: 60px;
    border-bottom: 3px solid;
    margin: 0;
    z-index: 100;
}
.head-content .logo-wrap {
    width: 100%;
    padding: 0 10px;
}
.head-content h1 {
    width: 200px;
    margin-right: 0px;
}
}
/*  main-v  */
.home .out-wrap {
    position: relative;
}
.main-v {
    height: 420px;
}
.main-v {
    position: relative;
    background: url(../images/main-v01.png) no-repeat center;
    background-size: cover;
    max-width: 1320px;
    margin: auto;
}
.main-v .mywidth {
    z-index: 3;
    position: relative;
    padding: 0 55px;
}
.main-v .main-v-title {
    display: block;
    font-size: 30px;
	line-height: 1.8em;
    padding-top: 100px;
    letter-spacing: 0.1em;
    color: #202020;
    font-weight: normal;
    font-feature-settings: "palt";
}
.main-v .main-v-btn {
    width: 420px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ed848b;
    color: #fff;
    margin-top: 30px;
    position: relative;
    font-size: 18px;
}
.main-v .main-v-btn:after {
	content: "\e900";
    font-family: "icomoon";
    position: absolute;
    right: 13px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px;
}
.main-v .main-v-btn span {
    font-size: 18px;
    color: #d57da1;
}
.main-v .btn01:after {
    content: "\e900";
    font-family: "icomoon";
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
}

@media screen and (max-width:680px) {
	#header .out-wrap img {
		width: 200px;
	}
	.main-v {
		height: 300px !important;
		max-height: 580px;
		background: url(../images/main-v01.png) no-repeat top 0 right -200px / cover;
	}
	.main-v .mywidth {
		padding: 0 10px;
	}
	.main-v-titile-wrap {
		padding-top: 50px;
	}
	.main-v .main-v-title {
		margin: 0px auto 0;
		font-size: 15px;
		padding: 90px 0 0;
		line-height: 2rem;
		text-shadow: #fff -3px -1px 3px, #fff 3px -1px 3px, #fff -3px 0px 5px, #fff 3px 1px 3px;
	}
	.main-v .main-v-btn {
		width: 300px;
		height: 50px;
		margin: 20px auto 0;
		font-size: 13px;
	}
	.main-v .main-v-btn span {
		font-size: 13px;
	}
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
    width: 100%;
}
.foot-contact-wrap {
    margin-bottom: 60px;
}
.foot-contact-wrap .title {
    font-size: 28px;
}
.foot-contact-wrap .add-text {
    font-size: 16px;
    color: #7c7c7c;
}
.foot-contact-wrap .maru-btn01 {
    max-width: 240px;
}
.foot-contact-wrap .tel {
    font-size: 26px;
    font-weight: bold;
}
.foot-contact-wrap .tel:before {
    content: "\f095";
    font-family: "FontAwesome";
    font-size: 28px;
    position: relative;
    top: 1px;
    padding-right: 3px;
}
/* footer フローティングボタン・トップに戻る  */
#follow-fotter {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px;
	z-index: 100;
}
#follow-fotter .box {
    width: 48.5%;
}
.foot-button1, .foot-button2 {
    height: 45px;
}
.foot-button1 {
    border-radius: 5px;
    padding: 10px 2px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
}
.foot-button1 i {
    font-size: 12px;
    padding-right: 2px;
    position: relative;
    top: 0px;
    transform: rotate(10deg);
}
.foot-button2 {
    border-radius: 5px;
    padding: 14px 15px 10px 5px;
    display: block;
    text-align: center;
    font-size: 13px;
    position: relative;
}
.foot-button2 i {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
    right: 5px;
    top: -1px;
    font-size: 14px;
}
#scroll-top a {
    border-radius: 50%;
    bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    height: 70px;
    width: 70px;
    padding: 5px;
    position: fixed;
    right: 30px;
}
#scroll-top a:before {
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 30px;
    position: relative;
    top: -2px;
}
.copy {
    text-align: center;
	letter-spacing: 0.15em;
    padding: 20px 0;
    margin: 0 0 0;
    background: #d2d2d2;
}

@media screen and (max-width:680px) {
#scroll-top a {
    display: none;
}
.copy {
    text-align: center;
    padding: 20px 0 20px;
    margin-top: 0;
}
}
/*----------------------------------------------------
	sp ハンバーガーメニューcss
----------------------------------------------------*/
.menu-ani-button {
    cursor: pointer;
    position: absolute;
    width: 30px;/*---線の長さ---*/
    height: 25px;/*---線の太さ長さによって調整---*/
    margin-top: -10px;
}
.bar, .bar:before, .bar:after {
    height: 3px;/*---線の太さ---*/
    border-radius: 3px;
    width: 100%;
    background-color: #555;
    transition: all .25s;
    position: absolute;
}
.bar {
    left: 0;
    top: 10px;
}
.bar:before {
    content: "";
    left: 0;
    top: -10px;
}
.bar:after {
    content: "";
    left: 0;
    top: 10px;
}
.menu-animated .bar {
    background-color: transparent;
    transition: all .25s;
}
.menu-animated .bar:before {
    transition: all .25s;
    content: "";
    transform: rotate(45deg);
    top: 0px;
}
.menu-animated .bar:after {
    transition: all .25s;
    content: "";
    transform: rotate(-45deg);
    top: 0px;
}
/*----------------------------------------
ナビゲーションPC(ヘッダー)
----------------------------------------*/
#head-navi-pc {
    padding-bottom: 30px;
}
#head-navi-pc ul {
    display: flex;
}
#head-navi-pc ul li {
    margin-right: 30px;
}
#head-navi-pc ul li a {
    font-size: 15px;
    transition: 0.3s;
    letter-spacing: 0.05em;
}
#head-navi-pc ul li a:hover {
    opacity: 0.7;
}
/*----------------------------------------
ナビゲーションSP(ヘッダー)
----------------------------------------*/
#head-navi-sp {
    display: none;
    min-width: 630px;
}
#head-navi-sp > ul {
    display: flex;
    justify-content: space-between;
}
#head-navi-sp > ul > li {
    list-style: none;
    padding: 0 20px;
}
#head-navi-sp > ul > li:first-child {
    border-top: none;
}
#head-navi-sp > ul > li > a {
    font-size: 15px;
    font-weight: bold;
}
#head-navi-sp > ul > li > a:hover {
    opacity: 0.5;
}

@media screen and (max-width:680px) {
#head-navi-sp {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
}
#head-navi-sp > ul {
    display: block;
}
#head-navi-sp > ul > li {
    list-style: none;
    border-bottom: 1px dotted;
}
#head-navi-sp > ul > li:first-child {
    border-top: none;
}
#head-navi-sp > ul > li > a {
    font-size: 13px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    text-align: left;
}
#head-navi-sp > ul > li > a:hover {
    opacity: 0.5;
}
}
/*----------------------------------------
ナビゲーションPC(フッター)
----------------------------------------*/
#foot-navi-pc {
    padding: 40px 0;
}
#foot-navi-pc > .ul-wrap {
    width: 670px;
}
#foot-navi-pc > .ul-wrap > ul {
    text-align: center;
    display: table;
    table-layout: auto;
    width: 100%;
}
#foot-navi-pc > .ul-wrap > ul > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
#foot-navi-pc > .ul-wrap > ul > li > a {
    padding: 5px 0;
    font-size: 13px;
}
#foot-navi-pc > .ul-wrap > ul > li > a:hover {
    opacity: 0.5;
}
/*----------------------------------------
ナビゲーションSP(フッター)
----------------------------------------*/
#foot-navi-sp > .ul-wrap > ul > li > a {
    display: block;
    color: #555;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 32px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #AFAFAF;
    background: url(../images/top_111.png) no-repeat 95% center;
    text-shadow: 0px -1px 0px #FFF !important;
}
#foot-navi-sp > .ul-wrap > ul > li {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: #fff;
}
#foot-navi-sp > .ul-wrap > ul > li > a:hover {
    opacity: 0.5;
}
