@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c&subset=japanese');

/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "M PLUS Rounded 1c",serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #6b6b6b;
    line-height: 1.8em;
	letter-spacing:0.05em;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
}
*, *::after, *::before {
	box-sizing: border-box;
}
.min{
	font-family: "游明朝体","Yu Mincho", "YuMincho", "Sawarabi Mincho",serif;
	font-weight: 500;
}
.no_min{
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
}
.contents_inner{
	max-width: 1000px;
    width: 95%;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #6b6b6b;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
	text-decoration:none;
}
.bg_pink01{
	background: #ffeeee;
}
.bg_pink02{
    background: #f0eaea;
}
.bg_dot{
    background: #f0eaea;
}

a.arrow:after{
	font-size:20px;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: bold;
	position:absolute;
	top: 40%;
	right:15px;
	transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
.sp{
	display:none;
}
.tab{
	display:none;
}
.pc{
	display:block;
}
section {
    padding: 70px 0;
}

@media screen and (max-width: 840px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.sp{
		display:none;
	}
	.pc{
		display:block;
	}
	.tab{
		display:block;
	}
    section {
        padding: 50px 0;
    }
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.min{
		font-family:"Sawarabi Mincho", serif;
		font-weight: normal !important;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
    section {
        padding: 40px 0;
    }
}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/*-----------------------------------

	header

-----------------------------------*/
header {
	width: 100%;
}
header #header_top {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
header #header_logo {
    position: absolute;
    top: 20px;
    left: 0;
    max-width: 270px;
    width: 44%;
}
header #header_logo p {
    font-size: 14px;
    color: #ee637b;
    letter-spacing: 0;
    line-height: 1;
}
header #header_tel {
    background: #ee637b;
    color: #fff;
    font-size: 17px;
    text-align: center;
    border-radius: 20px;
    padding: 10px;
    line-height: 1;
    position: absolute;
    top: 20px;
    right: 0;
}
header #header_tel span {
    display: block;
    font-size: 28px;
    padding-left: 1.3em;
    position: relative;
    font-weight: 900;
    margin-top: 5px;
}
header #header_tel span::before {
    position: absolute;
    content: "";
    background: url(../img/common/header_tel.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 24px;
    top: 0;
    left: 0;
}
@media screen and (max-width: 840px) {
	header {
		z-index:999;
	}
    header #header_top {
        height: 80px;
    }
    header #header_logo p {
        font-size: 14px;
        color: #ee637b;
        letter-spacing: 0;
    }
    header #header_tel {
        font-size: 15px;
        padding: 10px;
        right: 60px;
    }
    header #header_tel span {
        font-size: 24px;
        padding-left: 1.1em;
        position: relative;
        font-weight: 900;
        margin-top: 5px;
    }
    header #header_tel span::before {
        position: absolute;
        content: "";
        background: url(../img/common/header_tel.png) no-repeat;
        background-size: contain;
        width: 22px;
        height: 18px;
        top: 3px;
        left: 0;
    }
	header nav{
		display:none;
	}
	.menu_btn_wrap {
		width: 65px;
		height: 70px;
		cursor:pointer;
		background: #ee637b;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
	}
	.menu_btn {
		width: 43px;
		height: 35px;
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
		background: #fff;
		border-top: 17px solid #ee637b;
		border-bottom: 15px solid #ee637b;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index:999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 43px;
		height: 3px;
		background: #fff;
		top:-12px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn:after {
		content:'';
		position:absolute;
		width: 43px;
		height: 3px;
		background: #fff;
		bottom:-12px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active {
		background:#ee637b;
	}
	.menu_btn.active:before{
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
}
@media screen and (max-width: 640px) {
    header #header_top {
        height: 70px;
    }
    header #header_logo {
        width: 210px;
    }
    header #header_logo p {
        font-size: 11px;
    }
    .menu_btn_wrap {
		width: 55px;
		height: 60px;
	}
    .menu_btn {
		width: 33px;
		height: 25px;
		border-top: 12px solid #ee637b;
		border-bottom: 10px solid #ee637b;
	}
    .menu_btn:before {
		width: 33px;
		top:-10px;
	}
	.menu_btn:after {
		width: 33px;
		bottom:-10px;
	}
}
/*-----------------------------------

	nav

-----------------------------------*/
header nav ul {
}
header nav ul li {
    border-right: 1px solid #ee637b;
    width: 16.66%;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0;
    float: left;
}
header nav ul li:first-child {
    border-left: 1px solid #ee637b;
}
#nav_sp{
	display:none;
}
@media screen and (max-width: 1000px) {
    header nav ul li {
        font-size: 13px;
    }
}
@media screen and (max-width: 840px) {
	#nav_pc{
		display:none;
	}
	#nav_sp{
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		background: #ee637b;
		position: fixed;
		top:70px;
		right: -100%;
		padding: 20px 2.5% 0;
		display:inline-block;
		z-index: 999;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
	}
    #nav_sp #nav_tel {
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 1;
        width: 260px;
        margin: 0 auto;
    }
    #nav_sp #nav_tel span {
        display: block;
        font-size: 28px;
        padding-left: 1em;
        position: relative;
        font-weight: 900;
        margin-top: 5px;
    }
    #nav_sp #nav_tel a {
        color: #fff;
    }
    #nav_sp #nav_tel span::before {
        position: absolute;
        content: "";
        background: url(../img/common/header_tel.png) no-repeat;
        background-size: contain;
        width: 30px;
        height: 24px;
        top: 0;
        left: 0;
    }
	#nav_sp.toggle{
		right: 0 !important;
	}
	#nav_sp_menu li{
		border-bottom: solid 1px #fff;
        position: relative;
	}
	#nav_sp_menu li a{
		color: #fff;
		font-size: 15px;
		display:block;
		padding: 10px 2.5%;
	}
	#nav_sp_menu li:after {
        position: absolute;
    	font-size: 13px;
		top: 25%;
        right: 5%;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        content: '\f054';
        font-weight: 900;
	}
}
@media screen and (max-width: 640px) {
    #nav_sp{
		top:60px;
	}
}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop{
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 999;
}
#pagetop:before{
    content: "";
    width: 40px;
    height: 5px;
    background: #ee637b;
    border-radius: 3px;
    display: block;
}
#pagetop:after{
    font-size: 35px;
	color:#ee637b;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
	text-align: center;
    display: block;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}
#pagetop:hover:before{
    background: #f47a94;
}
#pagetop:hover:after{
	color: #f47a94;
}
#pagetop_sp{
	display:none;
}
@media screen and (max-width: 640px) {
	#pagetop{
		display:none !important;
	}
	#pagetop_sp{
		height: 50px;
        background: #ee637b;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		padding-top: 15px;
		cursor: pointer;
		display:block;
		box-sizing:border-box;
	}
	#pagetop_sp:hover{
        background: #f47a94;
	}
	#pagetop_sp:after{
		font-size: 24px;
		color:#fff;
		font-family: "Font Awesome 5 Free";
		content: '\f077';
		font-weight: bold;
		text-align: center;
		display: block;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
	}
}

/*-----------------------------------

    handling

-----------------------------------*/
#handling {
    padding: 0;
}
#handling h2 {
    background: #ffeeee url(../img/common/bg_dot.png);
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#handling h2 img{
    width: 165px;
}
#handling ul {
    padding: 40px 0;
}
#handling ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 1em;
    padding: 5px 0;
    border: 2px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
#handling ul li:last-of-type {
    margin-right: 0;
}
#handling ul li img{
    width: 90%;
    height: auto;
}
@media screen and (max-width: 840px) {
    #handling ul li {
        width: 32%;
        margin-right: 2%;
    }
    #handling ul li:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 640px) {
    #handling ul {
        padding: 40px 0;
}
    #handling ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.5em;
    }
    #handling ul li a{
    }
    #handling ul li:nth-of-type(2n) {
        margin-right: 0;
    }
    #handling ul li:nth-of-type(3) {
        margin-right: 2%;
    }
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
    background: #f0eaea;
}
footer nav ul#footer_nav {
    padding: 1em 0;
}
footer nav ul#footer_nav li {
    float: left;
    width: 12.5%;
}
footer nav ul#footer_nav li:first-child a{
    border-left: 1px solid #ee637b;
}
footer nav ul#footer_nav li a {
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid #ee637b;
}
footer nav ul#footer_nav li a.sf {
    -webkit-transform: scale(0.9,1);
    -webkit-transform-origin:0 0;
    width: 111%;
}
footer #footer_top {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
footer #footer_logo {
    position: absolute;
    top: 10px;
    left: 0;
}
footer #footer_logo p {
    font-size: 14px;
    letter-spacing: 0;
}
footer #footer_logo img {
    width: 270px;
    margin: 10px 0;
}
footer #footer_logo .address {
    font-size: 11px;
}
footer #footer_tel {
    font-size: 17px;
    color: #e06176;
    text-align: center;
    position: absolute;
    bottom: 24px;
    right: 35%;
}
footer #footer_tel span {
    font-size: 28px;
    padding-left: 1.1em;
    position: relative;
    font-weight: 900;
    margin-top: 5px;
    display: block;
}
footer #footer_tel span::before {
    position: absolute;
    content: "";
    background: url(../img/common/footer_tel.png) no-repeat;
    background-size: contain;
    width: 27px;
    height: 22px;
    top: 3px;
    left: 0;
}
footer #footer_top a.footer_mail {
    width: 285px;
    height: 70px;
    background: #ee637b;
    color: #fff;
    font-size: 19px;
    line-height: 70px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-left: 3%;
    border-radius: 20px;
    position: absolute;
    right: 0;
    bottom: 24px;
}
footer #footer_top a.footer_mail::before {
    position: absolute;
    content: "";
    background: url(../img/common/footer_mail.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 26px;
    top: 31%;
    left: 9%;
}
footer #footer_bottom {
    background: #ee637b;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1000px) {
    footer nav ul#footer_nav li a {
        font-size: 10px;
    }
    footer #footer_logo p.address {
        line-height: 1.2;
    }
    footer #footer_logo p.address br {
        display: block;
    }
    footer #footer_top a.footer_mail {
        width: 30%;
        font-size: 17px;
        letter-spacing: 0.05em;
    }
}
@media screen and (max-width: 840px) {
    footer nav ul#footer_nav li {
        width: 25%;
    }
    footer nav ul#footer_nav li:nth-child(-n+4){
        border-bottom: 1px solid #c4c4c4;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    footer nav ul#footer_nav li a {
        font-size: 12px;
    }
    footer nav ul#footer_nav li a.sf {
        -webkit-transform: scale(1);
        -webkit-transform-origin:0 0;
        width: 100%;
    }
    footer nav ul#footer_nav li:nth-of-type(5) a{
        border-left: 1px solid #ee637b;
    }
    footer #footer_top {
        height: 180px;
    }
    footer #footer_tel {
        bottom: auto;
        top: 20px;
        right: 0;
    }
    footer #footer_top a.footer_mail {
        width: 285px;
        font-size: 19px;
        letter-spacing: 0.1em;
    }

}

@media screen and (max-width: 640px) {
    footer nav.contents_inner {
        width: 100%;
    }
    footer nav ul#footer_nav {
        padding:0;
    }
    footer nav ul#footer_nav li {
		width: 50%;
		float: left;
		margin-left: 0;
		border-bottom: solid 1px #c4c4c4;
		background: rgba(255,255,255,0.5);
	}
	footer nav ul#footer_nav li:nth-child(2n){
		border-left: solid 1px #ee637b;
	}
	footer nav ul#footer_nav li a{
		padding: 15px 0;
        border-right:none;
	}
    footer nav ul#footer_nav li:first-child a, footer nav ul#footer_nav li:nth-of-type(5) a{
        border-left: none;
    }
    footer nav ul#footer_nav li:nth-child(-n+4){
        margin-bottom: auto;
        padding-bottom: 0;
    }
	footer nav ul#footer_nav li a:hover{
		background:#f8d3e3;
	}
    footer #footer_top {
        height: auto;
        display: block;
        position: static;
        padding: 20px 0;
    }
    footer #footer_logo {
        position: static;
        width: 270px;
        margin: 0 auto 15px;
    }
    footer #footer_tel {
        position: static;
        width: 260px;
        margin: 0 auto 15px;
    }
    footer #footer_tel span {
        letter-spacing: 0;
    }
    footer #footer_top a.footer_mail {
        position: relative;
        margin: 0 auto;
        display: block;
        bottom: 0;
    }
}
