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

/*------------------
　 　visual
-------------------*/
#wrap_mainvisual {
    text-align: center;
    background: #00b1df;
    height: 570px;
    margin-bottom: 50px;
    padding-top: 10px;
}
#wrap_na{
    position: relative;
}
#wrap_na .cover img{
    width: 100%;
    position: absolute;
    z-index: 0;
    bottom:-5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 1400px) { 
#wrap_na{
    height: 664px;
}
}

@media screen and (max-width: 1400px) { 
img.visual {
    width: 100%;
}
}

@media screen and (max-width: 1200px) { 
#wrap_mainvisual img.visual{
    width: 100%;
}
#wrap_mainvisual .cover img{
display: none;
}
}

@media screen and (max-width: 1100px) { 
#wrap_mainvisual {
    height: auto;
    margin-bottom: 50px;
    padding-top: 0;
}
#wrap_mainvisual img{
width: 100%;
}
}
@media screen and (max-width: 550px) { 
    #wrap_mainvisual {
        margin-bottom: 30px;
  }
}
/*------------------
     top main
-------------------*/
#wrap_top_main{
    background: #0060b9;
    padding: 50px 0 50px;
}
@media screen and (max-width: 1100px) { 
.container {
    padding: 0;
}
}

/*------------------
     top main
-------------------*/
.top_h2 {
    background: none;
    padding: 0;
    text-align: left;
    margin: 0 0 1em;
    font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (min-width: 780px) { 
.wrap_flex {
    display: flex;
}
}
.topcon{
    width: 48%;
	text-align: center;
    margin: 0 auto 50px;
}
.topcon img{
	width: 100%;
	max-width: 490px;
}
.topcon .txt{
    margin: -15px auto 0;
    text-align: left;
}
@media screen and (max-width: 780px) { 
.topcon {
    width: 80%;
	max-width: 490px;
    text-align: center;
}
}
@media screen and (min-width: 780px) { 
.topcon .txt{
    width: 380px;
}
}

/* バナー */
.wrap_top_bnr {
	margin: 50px -10px;
	text-align: center;
}
.wrap_top_bnr .top_bnr{
	margin: 10px 10px 30px;
}
.top_bnr img {
    width: 100%;
	max-width: 332px;
}

/* top message */
.bx_top_msg {
	width: 100%;
    max-width: 680px;
    margin: 0 auto 100px;
    line-height: 1.8;
	text-align: center;
}
.bx_top_msg h2{
	text-align: center;
}
@media screen and (min-width: 780px) { 
.bx_top_msg {
    max-width: 760px;
    margin: 0 auto 20px;
    line-height: 2.0;
   /* font-size: 1.0rem;*/
	text-align: left;
}
}
@media screen and (min-width: 1000px) { 
.bx_top_msg {
    /*font-size: 1.0rem;*/
}
}
@media screen and (max-width: 550px) { 
.bx_top_msg {
	text-align: left;
	margin: 0 auto 10px;
}
.bx_top_msg h2 {
	font-size: 1.2em;
	line-height: 1.6;
}
}
@media screen and (min-width: 550px) { 
.bx_top_msg h2 br{
	display: none;
}
}

/*------------------
     top pr
-------------------*/
.top_3pr{
	display: flex;
	margin-top: 80px;
}
.top_3pr .bx_pr{
	padding: 0;
	text-align: center;
	width: 100%;
	max-width: 300px;
	margin: 20px 20px 50px;
	padding: 10px;
}
@media screen and (max-width: 757px){
.top_3pr .bx_pr{
	margin: 20px auto 60px;
}
}

.bx_pr.pr2 {
   /* margin-top: -30px;*/
}
.top_3pr .bx_pr h3{
	line-height: 1.5;
}
.top_3pr .bx_pr{
	position: relative;
}

.top_3pr .wrap_pic{
	/*position: relative;*/
}
.top_3pr .bx_pr .pic img{
	width: 100%;
	max-width: 300px;
	border-radius: 8px;
	z-index: 1;
}
.top_3pr .bx_pr .icon{
position: absolute;
    top: -40px;
    left: 30px;
	z-index: 2;
}
.top_3pr .bx_pr h3 {
    line-height: 1.5;
    /*background: #f8efe4;
    border-radius: 20px;*/
    color: #6c5342;
    font-weight: 100;
	margin: 5px;
}
h2.top_moku {
    text-align: center;
    background: none;
    font-size: 26px;
    margin: 30px 0 10px;
}
.txt_moku {
    text-align: center;
}
.wrap_case {
    background: #ffedc7;
    padding: 30px 50px;
    margin: 20px auto 80px;
    max-width: 800px;
    position: relative;
}
.wrap_case .image2{
    position: absolute;
	bottom: -35px;
	right: -30px;
}
@media screen and (max-width: 800px){
.wrap_case {
    padding-bottom: 100px;
	margin-bottom: 80px;
}
.wrap_case .image2{
    position: absolute;
	bottom: -40px;
	right: 10px;
}
}
.top_case{
	/*margin: 0 auto 0;*/
	/*border-top: 1px dashed #e8a37b;*/
}
.top_case p {
	border-bottom: 1px dashed #e8a37b;
    padding: 10px 0 10px 10px;
    margin: 0;
    letter-spacing: 0.05em;
	font-size: 1.05em;
    background: url(../images/icon_mokuteki.png) no-repeat 5px 15px;
    padding-left: 40px;
}
.top_how .bx_l,
.top_how .bx_r{
	padding: 0 30px;
	width: 50%;
}
@media screen and (max-width: 550px){
.wrap_case {
    padding: 20px 20px 100px;
}
h2.top_moku {
    font-size: 1.4em;
 }
.wrap_bx {
	display: inherit;
}
.top_how .bx_l, .top_how .bx_r {
    width: 100%;
}
.top_how p{
	font-size: 1.0em !important;
}
}
.top_how h3{
    margin: 0 0 10px;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px dotted #f3cb61;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.top_how p{
	line-height: 1.8;
	font-size: 0.95em;
    min-height: 100px;
}

.wrap_top_contact {
background: #ffffff;
    max-width: 700px;
    margin:100px auto 20px;
    padding: 20px 50px;
    border-radius: 15px;
    text-align: center;
    border: 3px solid #00b1df;
	position: relative;
}
.wrap_top_contact  .icon_yoyaku{
	position: absolute;
	left: 20px;
	top: -50px;
}
.wrap_top_contact  h2 {
background: none;
    margin: 0 0 1em;
    color: #b18d14;
    font-size: 26px;
}
.wrap_top_contact  .tel{
	font-size: 24px;
	margin: 5px;
}
.wrap_top_contact  .tel a{
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
	padding-left: 0.5em;
	padding-right: 0.5em;
	letter-spacing: 0.02em;
}
.wrap_top_contact  .mail{
	font-size: 20px;
}
.wrap_top_contact  .mail a{
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}
.wrap_top_contact  .line a{
	display: block;
	background: #00a905;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 0.5em 2em;
	text-decoration: none;
	max-width: 300px;
	margin: 0 auto 0;
}
.wrap_top_contact  .time{
margin-bottom: 5px;
line-height: 1.5;
}
.wrap_top_contact  .hosoku{
	font-size: 15px;
}
.wrap_bx.top_how {
    margin-bottom: 50px;
}
/**/
.wrap_top_area{
	display: flex;
}
.wrap_top_area .bx_l{
	float: left;
	width: 55%;
}
.wrap_top_area .bx_l img{
	width: 100%;
}
.wrap_top_area .bx_r{
	float: right;
	width: 45%;
	/*border-left: 1px solid #7887b6;*/
	padding-left: 50px;
}
.wrap_top_area h3{
	margin: 0 0 1em;
    border-bottom: 1px solid #333;
    font-size: 1.2em;
    padding-bottom: 15px;
}
.wrap_top_area .txt1{
    font-size: 1.4em;
	font-weight: 400;
	margin: 0 0 10px;
}
.wrap_top_area .txt2{
    text-align: justify;
}
@media screen and (max-width: 550px) { 
.wrap_top_area {
    display: block;
}
.wrap_top_area .bx_l {
    float: none;
    width:100%;
    margin: 0 auto 50px;
}
.wrap_top_area .bx_r {
    float: none;
    width: 100%;
    padding-left: 0;
}
}

.sec2 {
    background: #f4ecda;
    padding: 20px 0;
	display: none;
}
.sec3 {
	padding: 50px 0;
	background: #ebe3d3;
	margin-bottom: 50px;
}

@media screen and (max-width: 550px){
.wrap_top_contact {
    padding: 10px;
 }
 .wrap_top_contact .icon_yoyaku {
    top: -80px;
}
.wrap_top_contact h2 {
	font-size: 1.3em;
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 0;
 }
.wrap_top_contact .tel {
    font-size: 1.5em;
	margin: 0;
 }
.wrap_top_contact .tel a {
    font-size: 1.0em;
 }
.wrap_top_contact .mail {
    font-size: 14px;
}
.wrap_top_contact .mail a {
    font-size: 15px;
}
.wrap_top_contact .line a {
    font-size: 15px;
 }
 .wrap_top_contact .hosoku {
    font-size: 12px;
    line-height: 1.5;
}
}
@media screen and (min-width: 1000px){
.top_3pr {
    margin-left: -30px;
    margin-right: -30px;
}
}
@media screen and (max-width: 999px){
.bx_top_msg {
    margin: 0 auto 20px;
}
.top_3pr {
display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content:center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bx_pr {
  -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.bx_pr h3 {
	margin: 0 0 5px;
	font-size: 1.0em;
}

.top_case p {
    font-size: 1.1em;
}
}
@media screen and (max-width: 550px){
.top_3pr {
	display: inherit;
 }
.bx_pr {
margin: 0;
width: 100%;
 }
 .wrap_case {
    margin-bottom: 80px;
}
}
.bx_1 {
    text-align: left;
	padding-right:30px;
}
.bx_1 br{
    /*display: none;*/
}
@media screen and (max-width: 550px){
.bx_1 {
	padding-right:0;
}
.bx_2 {
	text-align: center;
}
}
/*　top お知らせ　*/
.top_oshirase{
	text-align: center;
	margin:  0 auto 50px;
}
.top_oshirase p{
	line-height: 1.5;
	margin-bottom: 5px;
}
.top_oshirase img{
	width: 100%;
	max-width: 820px;
}
/* 手書きイラスト */
.wrap_tegaki {
    max-width: 700px;
	text-align: center;
	margin: 0 auto 0;
}
.wrap_tegaki img{
    width: 100%;
	margin: 0 auto 0;
}


