@charset "utf-8";
/* CSS Document */

/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    /*font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:YuMincho,'Yu Mincho',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;*/
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}

/* HTML5の新要素 */
section, nav, article, aside, header, footer, 
hgroup, figure, figcaption, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    /*font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:YuMincho,'Yu Mincho',"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",serif;*/
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*------------------------------------------------------------------
共通スタイル
-------------------------------------------------------------------*/
html,body{
    width: 100%;
	height:100%;
}
body{
	font-size:1rem;	
	text-align:center;
	color:#3f3a39;
	background:#fff;
	line-height:2rem;
	position: relative;
}
.clear{
	overflow:hidden;	
}
ul{
	list-style:none;	
}
img{
    vertical-align:bottom;
	border:none;
	max-width:100%;
}
span.red{
	color:red;	
}
span.underline{
	text-decoration:underline;	
}
*:focus {
   outline:none;
}
a{
	color:#4689c6;
}
a:hover{
	color:#4689c6;
}
a:hover img{
	opacity: 0.8;	
}


@media screen and (min-width:768px){
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/**mac用リセットCSS**/
/*input{
	-webkit-appearance: none;	
}*/
/*------------------------------------------------------------------
共通スタイルmainVisual
-------------------------------------------------------------------*/
.mainVisual{
	background: url("../images/bg.png") no-repeat center center;
	background-size: cover;
	padding: 35px 0;
}
.mainVisual .catch{
	background-color: rgba(255,255,255,0.7);
	color: #e34962;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 15px 0;
}
/*------------------------------------------------------------------
共通スタイルnav
-------------------------------------------------------------------*/
#main_nav{
	background: #e34962;
	padding: 25px 0;
}

#main_nav ul li{
	display: inline-block;
	padding: 0 25px 0 20px;
	position: relative;
}
#main_nav ul li:before{
	content: "|";
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-weight: bold;
}
#main_nav ul li:last-of-type:before{
	content: none;
}
#main_nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2rem;
}
@media screen and (max-width:420px){
	#main_nav{
		padding: 15px 0;
	}
	#main_nav ul li{
		padding: 0 15px 0 10px;
	}
	#main_nav ul li a{
		font-size: 1.1rem;
	}
}
@media screen and (max-width:340px){
	#main_nav ul li:nth-of-type(2):before{
		content: none;
	}
	#main_nav ul li:last-of-type{
		width: 100%;
	}
}
/*------------------------------------------------------------------
共通スタイルindex box01
-------------------------------------------------------------------*/
#index .box01{
	background: #bad3e6;
	padding-bottom: 50px;
}
#index .box01 h2{
	padding-bottom: 40px;
}
#index .box01 .wrap{
	background: #fff;
	width: 800px;
	border-radius: 8px;
	margin: 0 auto;
	padding: 25px;
	margin-top: 20px;
}
@media screen and (max-width:820px){
	#index .box01 .wrap{
		width: 96%;	
	}
}
@media screen and (max-width:400px){
	#index .box01 h2{
		padding-bottom: 20px;
	}
}
#index .box01 .wrap h4{
	width: 70%;
	margin: 0 auto;
	background: #bad3e6;
	padding: 6px;
	border-radius: 50px;
	font-size: 1.1rem;
}
#index .box01 .wrap h4 span{
	color: #fff;
	font-weight: normal;
	font-size: 1rem;
	padding-right: 20px;
}
#index .box01 .wrap .inner{
	/*display: flex;
    flex-flow: row wrap;
	justify-content:space-between;*/
	overflow: hidden;
	padding-top: 20px;
}
/*#index .box01 .wrap .inner div:first-of-type{
	width: 70%;
	text-align: left;
}*/
#index .box01 .wrap .inner p{
	text-align: left;
	line-height: 1.6rem;
}
#index .box01 .wrap .inner p:first-of-type{
	float: left;
	width: 70%;
}
#index .box01 .wrap .inner p:last-of-type{
	float: left;
	width: 70%;
	font-weight: bold;
	position: relative;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
#index .box01 .wrap .inner p:last-of-type:before{
	display: block;
	content:url("../images/arrow.svg");
	width: 25px;
	height: 56px;
	position: absolute;
	left:0;
	top: 7px;
	/*top: 50%;
	transform: translateY(-50%);
    -webkit- transform: translateY(-50%);*/
}
#index .box01 .wrap .inner p:last-of-type span{
	display: block;
	font-size: 1.8rem;
	line-height:2rem;
	color: #e34962;
	padding-top: 10px;
}
#index .box01 .wrap .inner div:last-of-type{
	float: right;
	width: 30%;
}
@media screen and (max-width:550px){
	#index .box01 .wrap .inner p:last-of-type{
		width: 100%;
	}
}
@media screen and (max-width:520px){
	#index .box01 .wrap h4{
		width: 100%;	
	}
}
@media screen and (max-width:460px){
	#index .box01 .wrap .inner p:last-of-type,
	#index .box01 .wrap .inner p:first-of-type{
		width: 100%;
		float: none;
	}
	#index .box01 .wrap .inner div:last-of-type{
		width: 60%;
		margin: 0 auto 10px;
		float: none;
	}
}
@media screen and (max-width:380px){
	#index .box01 .wrap h4{
		padding:12px 6px 6px;	
	}
	#index .box01 .wrap h4 span{
		display: block;
		padding-right: 0;
		line-height: 1.1rem;
	}
}
@media screen and (max-width:350px){
	#index .box01 .wrap .inner p:last-of-type{
		padding-left: 0;
	}
	#index .box01 .wrap .inner p:last-of-type:before{
		content: none;
	}
}
/*------------------------------------------------------------------
共通スタイルindex box02
-------------------------------------------------------------------*/
#index .box02{
	background:url("../images/bg_pattern.png");
	padding: 100px 0 50px;
	position: relative;
	
}
#index .box02:before{
	display: block;
	content: url("../images/arrow2.svg");
	width: 110px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	margin: 0 auto;
	
}
@media screen and (max-width:400px){
	#index .box02{
		padding: 70px 0 50px;
	}
}
#index .box02 .wrap01{
	background: #bad3e6;
	width: 800px;
	border-radius: 8px;
	margin: 0 auto;
	padding: 25px;
	margin-top: 20px;
}
@media screen and (max-width:820px){
	#index .box02 .wrap01{
		width: 96%;	
	}
}
#index .box02 .wrap01 div{
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 2.4rem;
}
#index .box02 .wrap01 div br{
	display: none;
}
#index .box02 .wrap01 div span{
	font-size: 1.6rem;
}
#index .box02 .wrap01 div:last-of-type{
	font-size: 2.2rem;
	line-height: 2.5rem;
	color: #fff;
	padding-top: 10px;
}
@media screen and (max-width:600px){
	#index .box02 .wrap01 div{
		line-height: 2rem;
	}
	#index .box02 .wrap01 div br{
		display: block;
	}
	#index .box02 .wrap01 div:last-of-type{
		font-size: 1.8rem;
		line-height: 2rem;
	}
}
@media screen and (max-width:390px){
	#index .box02 .wrap01 div{
		font-size: 1rem;
		line-height: 1.6rem;
	}
	#index .box02 .wrap01 div span{
		font-size: 1.3rem;
	}
	#index .box02 .wrap01 div:last-of-type{
		font-size: 1.6rem;
		line-height: 1.8rem;
	}
}
#index .box02 .wrap02{
	font-size: 1.8rem;
	line-height: 2.8rem;
	font-weight: bold;
	padding: 50px 0 40px;
}
#index .box02 .wrap02 br.sp{
	display: none;
}
#index .box02 .wrap02 span{
	font-size: 2.2rem;
	border-bottom: 5px #fff100 solid;
}
@media screen and (max-width:600px){
	#index .box02 .wrap02 br.sp{
		display: block;
	}
}
@media screen and (max-width:400px){
	#index .box02 .wrap02{
		padding: 25px 0 20px;
	}
}
@media screen and (max-width:390px){
	#index .box02 .wrap02{
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	#index .box02 .wrap02 span{
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
}
#index .box02 .wrap03{
	background: #ec6e7d;
	width: 800px;
	border-radius: 8px;
	padding: 25px;
	margin: 0 auto 40px;
}
@media screen and (max-width:820px){
	#index .box02 .wrap03{
		width: 96%;	
	}
}
@media screen and (max-width:575px){
	#index .box02 .wrap03{
		padding: 25px 10px;
	}
}
#index .box02 .wrap03 .block01,
#index .box02 .wrap03 .block02,
#index .box02 .wrap03 .block03{
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: 0 15px 20px;
	line-height: 2.2rem;
	letter-spacing: -1px;
}
#index .box02 .wrap03 .block01 span{
	color: #fff100;
	font-size: 1.5rem;
}
#index .box02 .wrap03 .block03{
	padding-bottom: 0;
}
#index .box02 .wrap03 p:last-of-type{
	color: #fff;
	line-height: 1.1rem;
	padding-top: 10px;
}
@media screen and (max-width:600px){
	#index .box02 .wrap03 br.pc{
		display:none;
	}
	#index .box02 .wrap03 .block01,
	#index .box02 .wrap03 .block02,
	#index .box02 .wrap03 .block03{
		line-height: 1.8rem;
	}
}
#index .box02 .wrap03 .service{
	width: 500px;
	margin: 0 auto 20px;
	background: #fff;
	border-radius: 8px;
	padding: 30px 50px;
	
}
#index .box02 .wrap03 .service h2{
	width: 50%;
	margin: 0 auto 10px;
	background: #e34962;
	border-radius: 50px;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #fff;
}
#index .box02 .wrap03 .service div{
	font-size: 1.6rem;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
#index .box02 .wrap03 .service div span{
	display: inline-block;
	border-bottom: 5px #fff100 solid;
}
#index .box02 .wrap03 .service ul{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	color: #57636b;
}
#index .box02 .wrap03 .service ul li{
	position: relative;
	padding-left: 20px;
}
#index .box02 .wrap03 .service ul li:before{
	content: "・";
	position: absolute;
	left:0;
	top:0;
}
@media screen and (max-width:575px){
	#index .box02 .wrap03 .service{
		width: 100%;
		padding: 30px 20px;
	}
}
@media screen and (max-width:480px){
	#index .box02 .wrap03 .service h2{
		width: 70%;
	}
}

/*------------------------------------------------------------------
共通スタイルindex box03
-------------------------------------------------------------------*/
#index .box03{
	padding: 50px 0;
}
#index .box03 .inner{
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width:770px){
	#index .box03 .inner{
		width: 86%;	
	}
}
#index .box03 .inner h1{
	color: #ec6e7d;
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding-bottom: 20px;
}
#index .box03 .inner p{
	line-height: 1.6rem;
}
@media screen and (max-width:390px){
	#index .box03 .inner h1{
		font-size: 1.3rem;
		line-height: 1.8rem;
	}
}
/*------------------------------------------------------------------
共通スタイルindex box04
-------------------------------------------------------------------*/
#index .box04{
	padding:0 0 50px;
}
#index .box04 .inner{
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: #f2f2f2;
	padding: 40px;
	line-height: 1.6rem;
}
@media screen and (max-width:770px){
	#index .box04 .inner{
		width: 96%;	
	}
}
@media screen and (max-width:420px){
	#index .box04 .inner{
		padding: 20px;
	}
}
#index .box04 .inner h2{
	width: 70%;
	margin: 0 auto 20px;
	font-size: 0.9rem;
	line-height: 1.1rem;
	padding: 5px 0 3px;
	border: 1px #878787 solid;
	background: #fff;
	text-align: center;
}
#index .box04 .inner p:first-of-type{
	padding-bottom: 20px;
	font-size: 1.1rem;
}
#index .box04 .inner .wrap{
	display: flex;
	align-items:flex-end ;
}
#index .box04 .inner .wrap .wrap01{
	width: 65%;
}
#index .box04 .inner .wrap .wrap02{
	width: 35%;
}
#index .box04 .inner .name{
	font-size: 1.4rem;
	padding: 30px 0 20px;
}
#index .box04 .inner .name span{
	display: block;
	font-size: 0.9rem;
	padding-bottom: 5px;
}
#index .box04 .inner .outline dl{
	width: 100%;
	display: flex;
	padding: 5px 0;
}
#index .box04 .inner .outline dl dt{
	width: 15%;
}
#index .box04 .inner .outline dl dd{
	width:85%;
}
@media screen and (max-width:680px){
	#index .box04 .inner .outline dl dt{
		width: 18%;
	}
	#index .box04 .inner .outline dl dd{
		width:82%;
	}
}
@media screen and (max-width:570px){
	#index .box04 .inner .outline dl{
		display: block;
		width: 100%;
	}
	#index .box04 .inner .outline dl dt{
		width: 100%;
	}
	#index .box04 .inner .outline dl dd{
		width:100%;
	}
}
@media screen and (max-width:500px){
	#index .box04 .inner .wrap{
		display: block;
		width: 100%;
	}
	#index .box04 .inner .wrap .wrap01{
		width: 100%;
	}
	#index .box04 .inner .wrap .wrap02{
		width: 100%;
		text-align: right;
		padding-top: 20px;
	}
	#index .box04 .inner .outline dl{
		width: 100%;
		display: flex;
		padding: 5px 0;
	}
	#index .box04 .inner .outline dl dt{
		width: 20%;
	}
	#index .box04 .inner .outline dl dd{
		width:80%;
	}
}
@media screen and (max-width:440px){
	#index .box04 .inner br.pc{
		display: none;
	}
}
@media screen and (max-width:420px){
	#index .box04 .inner .outline dl{
		display: block;
		width: 100%;
	}
	#index .box04 .inner .outline dl dt{
		width: 100%;
	}
	#index .box04 .inner .outline dl dd{
		width:100%;
	}
}
@media screen and (max-width:350px){
	#index .box04 .inner .name{
		font-size: 1.2rem;	
	}
}
/*------------------------------------------------------------------
共通スタイルcontact
-------------------------------------------------------------------*/
#contact{
	background: #fcf9db;
	padding-top: 40px;
	padding-bottom: 100px;
}
#contact .req{
	padding-bottom: 10px;
}
#contact .sp{
	display: none;
}
#contact h1{
	font-size: 1.3rem;
	font-weight: normal;
	color: #e34962;
	padding-bottom: 20px;
}
#contact .wrap{
	width: 750px;
	margin: 0 auto 30px;
	padding: 30px 25px;
	background: #f3d3c7;
}
@media screen and (max-width:770px){
	#contact h1{
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
	#contact .wrap{
		width: 96%;	
	}
}
@media screen and (max-width:420px){
	#contact .sp{
		display: block;
	}
}
@media screen and (max-width:370px){
	#contact .wrap{
		padding: 30px 1rem;
	}
}
#contact .wrap dl{
	display: flex;
    flex-flow: row wrap;
	justify-content:space-between;
	margin: 25px 0;
}
#contact .wrap dl dt{
	width: 35%;
	background: #ec6e7d;
	border: 1px #ec6e7d solid;
	color: #fff;
	padding-top: 13px;
	line-height: 1rem;
}
#contact .wrap dl dd{
	text-align: left;
	width: 62%;
	line-height:1rem;
}
#contact .wrap dl dd input,
#contact .wrap dl dd textarea{
	width: 100%;
	padding: 10px;
	border:1px #ccc solid;
	margin-bottom:0;
	line-height:1.6rem;
	font-size:16px;
}
#contact .wrap dl dd textarea{
	height: 100px;
}
#contact .wrap dl dd span{
	display: block;
	font-size: 0.8rem;
	line-height: 1rem;
}
#contact .submit input{
	-webkit-appearance: none;
	display: block;
	width: 340px;
	margin: 0 auto;
	background: #e34962;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 0 12px;
	border:none;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width:500px){
	#contact .wrap dl{
		display: block;
	}
	#contact .wrap dl dt{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#contact .wrap dl dt,
	#contact .wrap dl dd{
		width: 100%;	
	}
}
@media screen and (max-width:370px){
	#contact .submit input{
		width: 90%;
	}
}


/*------------------------------------------------------------------
共通スタイルheader
-------------------------------------------------------------------*/
header{
	width: 98%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
    flex-flow: row wrap;
	justify-content:space-between;
}
header .box01,
header .box02{
	display: flex;
    flex-flow: row wrap;
}
header h1{
	padding-top: 5px;
}
header h2{
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1rem;
	text-align: left;
	padding: 5px 5px 0 10px;
	border-left: 1px #ccc solid;
}
header .tel{
	padding: 3px 5px 0 5px;
}
header .contact_bt{
}
@media screen and (max-width:900px){
	header{
		display: flex;
		flex-flow: row wrap;
		justify-content:center;
	}
	header .box01{
		padding-bottom: 10px;
	}
}
@media screen and (max-width:470px){
	header .box01,
	header .box02{
		display: block;
	}
	header h1{
		padding-bottom: 5px;
	}
	header h2{
		border-left: none;
	}
	header .tel{
		padding-bottom: 10px;
	}
}

/*------------------------------------------------------------------
共通スタイルfooter
-------------------------------------------------------------------*/
footer{
	background: #f2f2f2;
	padding: 50px 0 0;
}
footer div{
	width: 96%;
	margin: 0 auto;
}
footer div:last-of-type{
	padding-top: 30px;
}
@media screen and (max-width:370px){
	footer h1{
		width: 90%;
		margin: 0 auto;
	}
}
/*------------------------------------------------------------------
共通スタイルパーツpage-top
-------------------------------------------------------------------*/
#page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background:#6E6E6E;
  opacity: 0.6;
  border-radius: 50%;
}
#page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*------------------------------------------------------------------
共通スタイルbox09
-------------------------------------------------------------------*/
/*.box09 .wrap01{
	position: relative;
}
.box09 .wrap01:after{
	display: block;
	width: 303px;
	content: url(../images/box_06_01.png);
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	
}*/



