/* well-haken.com stylecss */
/* pc css */


body{
}
/* 装飾 */
.title_line1{
	width: 100%;
	background-color: #55BFAF;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 10px 0;
}
.wrap{
	width: 100%;
	height: auto;
	position: absolute;	
}
a{
	text-decoration: none;
	color: dimgrey;
	margin-right: 2%;
}
a:hover{
	text-decoration: none;
	color: brown;
}
/*h1レスポンシブ*/
.title_line2{
	font-weight: bold;
	font-size: 2rem;
}

/*header*/
header{
	width:100%;
	height: auto;
	display: flex;
	margin-bottom: 20px;
}
.logo_concle, .welllogo_concle, .tel_concle, headmail_concle{
	width: 100%;
	padding-top: 3%;
	position: relative;	
}
.headmail_concle img{
	max-width: 3rem; 
	margin: 1rem;
}
/* 以下cosme_img */
.logo_concle img{
	width: 50%;
	position: absolute;
	top: 10px;
	left: 10%;
}
.welllogo_concle img{
	width: 30%;
	position: absolute;
	top: 10px;
	right: 0;
}
.tel_concle img{
	width: 60%;
	position: absolute;
	right: 25%;
	top: 15px;
}
/* fontawensom レスポンシブ必要 */
.fa-envelope-open-text{
	color: #55BFAF;
	position: absolute;
	top: 15px;
	margin-left: 1%;
	
}
main{
	width: 100%;
	height: auto;
}
article{
	width: 100%;
    height: auto;
}
/* top_img contents start*/
.mod_top_img{
	width: 100%;
	height: auto;
	position: relative;	
	background: url("../../assets/img/top_img.jpg") no-repeat;
	background-size: cover;
	font-size: 16px;
}
.mod_top_img::before{
	content: "";
	display: block;
	padding-top: 50%;
}
/*  navi*/
.top_buttom{
	width: 100%;
}
.top_buttom img::before{
	content: "";
	display: block;
	padding-top: 75%;
}
.top_buttom p{
  position: fixed;
  bottom: 0px; 
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 127, 81, 0.3);
  padding: 10px 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 1s;
}
.top_buttom p:hover{
    background-color: rgba(255, 6, 0, 0.3);
    color: rgba(255, 6, 0, 0.3);
    cursor: pointer;
    }
.top_btmimg{
	margin-right: 50%;
	margin-left: 45%;
	position: relative;
}
.top_btmimg::before{
  content:"";
  display: block;
  padding-top: 100%;
}
.top_btmimg:hover{
	 box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
     transform: translateY(-5px);
     cursor: pointer;
}
.top_btmimg_cil {
	position: relative;
	text-decoration: none;	
}
.top_btmimg_cil::after {
	  position: absolute;
	  bottom: -8px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 5px;
	  background:  #55BFAF;
	  opacity: 0;
	  visibility: hidden;
	  transition: .3s;
}
.top_btmimg_cil:hover::after {
	  bottom: -4px;
	  opacity: 1;
	  visibility: visible;
}

#pagetop::after{
	content: "TOP";
	display: block;
	font-size: 2rem;
}
#pagetop a:hover {
    color: rgba(255, 6, 0, 0.3);
    cursor: pointer;
}
/* cosmeimg */
.mod_top_img img{
	width: 10%;
	position: absolute;
	top: 55%;
	right: 0;
	bottom: 0;
	left: 0;
}
.cosme_top_img_big, .cosme_top_img_mid, .cosme_top_img_lit{
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	text-shadow: 1px 2px 3px #808080;
	font-size: 3rem;
}
.fa-3x {
    font-size: 2.5em;
}
.cosme_top_img_big{
	top: 20%;
	font-weight: bold;
}
.cosme_top_img_mid{
	top: 30%;
}
.cosme_top_img_lit{
	top: 40%;
}
p.mod_circle1, p.mod_circle2, p.mod_circle3{
	margin-bottom: 0;
}
.mod_circle1 img{
	left: 35%;
}
.mod_circle2 img{
	left: 45%;
}
.mod_circle3 img{
	left: 55%;
}
/* concle_search */
.concle_search{
	width: 100%;
	height: auto;
	font-size: 1.5rem;
}
/* concle_mailform */
.concle_mailform{
	width: 100%;
	height: auto;
	position: relative;	
	/*background: url("../../assets/img/mailform.jpg") no-repeat;*/
	background-size: contain;
	font-size: 16px;
}
.concle_mailform::before{
	content: "";
	display: block;
	padding-top: 50%;
}
.concle_con1{
	width: 100%;
	height: auto;
	position: relative;	
	background: url("../../assets/img/con_box01.jpg") no-repeat;
	background-size: contain;
	font-size: 16px;
	display: flex;
}
.concle_con1::before{
	content: "";
	display: block;
	padding-top: 50%;
}
.box_con1{
	width: 25%;
	height: auto;
	margin: 0 auto;
}
.img_con1{
	background: url("../../assets/img/content1_circle1.png") no-repeat left bottom;
	background-size: contain;
}

.img_con2{
	background: url("../../assets/img/content1_circle2.png") no-repeat left bottom;
	background-size: contain;
}
.img_con3{
	background: url("../../assets/img/content1_circle3.png") no-repeat left bottom;
	background-size: contain;
}
/* content01 fontcontrol */
.img_con1::before, .img_con2::before, .img_con3::before{
	position: relative;
	display: block;
	top: 85%;
	left: 10%;
	bottom: 0;
	right:  0;
	font-size: 1.5rem;/*レスポンシブ*/
	text-shadow: 1px 2px 3px #808080;
}
/* contents text edit */
.concle_con2{
	width: 80%;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.concle_con2::before{
	content: "";
	display: block;
	padding-top: 50%;
}
.concle_con2 img{
	width: 100%;
	padding: 30px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right:  0;
}
h1.title_line2{
	margin-left: 8%;
	position: relative;
	display: block;
	top: -8em;
	right: 0;
	bottom: 0;
	left: 0;
}
.concle_con2 span{
	font-size: 1.5rem;/*レスポンシブ*/
	margin-left: 10%;
	position: relative;
	display: block;
	top: -10em;
	right: 0;
	bottom: 0;
	left: 0;
}
.concle_con3{
	width: 80%;
	margin: 0 auto;
	height: auto;
	display: flex;/*レスポンシブ*/
	}
.con3_card{
	width: 30%;/*レスポンシブ*/
	background-color: #55BFAF;
	margin: 5% auto 3% auto;
	padding: 10px 0 5% 0;
	position: relative;
	
}
.con3_card::after{
  /* 疑似要素で同じ大きさのboxを作り、position: absoluteで背面に表示 */
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* ①疑似要素のボックスを影色で塗りつぶし */
  background-color: rgba(25, 25, 112, 20%);
  /* ②ブラーフィルターでぼかす */
  filter: blur(5px);
  /* ③位置やサイズを調整 */
  transform: translateX(-10px) translateY(-15px) scale(1.05);
}
.con3_card h2{
	width:100%;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	margin: 5% auto;	
}
.con3_card p img{
	width: 100%;
	height: auto;
	transition:1s all;
}
.con3_card span{
	width: 80%;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	margin: 15% auto 0 auto;
	color: #fff;
	background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
	background-size:100% 2.5em;
	line-height:2.5;
	text-indent: 1rem;
}
.concle_con4{
	width: 80%;
	margin: 0 auto;
	height: auto;
	position: relative;
	padding: 30px;
}
.concle_con4:: before{
	content: "";
	display: block;
	padding-top: 50%;
}
.concle_con4 img{
	width: 100%;
	height: auto;
	display: block;
}
.concle_provacy{
	width: 70%;
	margin: 3% auto;
}
.mod_provacy_h4{
	font-size: 1.5rem;
	color: #439285;
}
.mod_provacy_bold{
	font-weight: bold;
	}
.co_table{
	display: flex;
	width: 50%;
	margin: 3% auto;
	padding: 1rem;
	background-color: #C8F0EA;	
}
.co_table section{
	margin: 0 auto;
}
.co_table h2{
	text-align: center;	
}
/* co_info */
.wt{
	padding:  0 1rem;
	font-weight: bold;
}
.t-g a{
	display: block;
}
.t-g a{
	text-decoration-color: none;
}
.t-g a:hover{
	text-decoration: none;
	color: brown;
}
.t-g{
	padding-bottom: 3px;
}
/* pankuzu-list */
.pankz-list{
	text-align: right;
	margin-top: 2rem;
	margin-right: 10px;
}
/* wwantedpage */
.modwan_table{
	width: 80%;
	margin: 2rem auto;
	border: 2px solid #aaa;
}
.modwan_table th {
	width: 20rem;
	padding: 1rem;
	background-color: #55BFAF;
	border-bottom: 1px solid #fff;
}
.modwan_table td{
	padding: 1rem;
	border-bottom: 1px solid #aaa
}
.modwan_select{
	width: 80%;
	margin: 2rem auto;
}
#contmod-entry{
	width: 50%;
	margin: 2rem auto;
	text-align: center;
}
.push_btn a{
	padding: 2em;
	display: block;
	font-weight: bold;
	background-color: #55BFAF;
	padding: 10px;
	border: 2px solid #aaa;
	transition: .3s;
	transform: scale(1);
}
.push_btn a:hover{
	transform: scale(1.05);
	color: black;
}
footer{
	border: 3px solid #55BFAF;
	margin-bottom: 12%;
}
.copyright{
	padding-bottom: 10px;
}
.f_section{
	width: 100%;
	margin: 0 auto 0 auto;
	font-size: 1rem;
	display: flex;
}
.f_section span{
	display: block;
	margin: 20px auto 0 0;
	text-align: center;
	font-size: 0.8em;
}
footer img{
	margin: 10px 20px 10px 50px;
}
.far{
	color: #55BFAF;
}
/* phpページ */
.nextpage{
          margin:20px;
}
.gathermod{
        width: auto;
        height: auto;
        padding: 10px;
        font-size: 1.8rem;
        background-color: #fff;
        border: solid 1px #ddd;
    }
.gathermodphp{
        margin-top:30px;
}
.gathermod_ul > a:link{
        text-decoration: none;
        color: red;
}
.gathermod_span{
    //float: right;
    margin-top: 0;
    text-align:right;
    color:#525252;
}
.gathermod_ul:after{
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.gathercosme-li{
    font-size: 1.5rem;
    //height: 100px;
    //margin: 20px 0px 50px 10px;
    margin: 10px;
    padding: 10px 10px;
    //border-bottom: solid 1px #ddd;
    border: solid 1px #ddd;
    background:#f4f9f9;
}
.gathercosme-li:hover{
    background:#e3f2f2;
}
.gathercosme-li > h4{
    color:#525252;
}
.gathercosme-li a{
    color:  #4a90e2;
}

.nextpage ul{
    display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    margin:5px;
    padding:5px;
    background:#cee2ce;
}
 
.nextpage ul li{
    display: flex;
    display: -webkit-flex;
    align-items:center;
    -webkit-align-items: center;
    justify-content:center;
    -webkit-justify-content:center;
    margin: 5px;
    //padding:0;
    //background:#396;
    //color:#fff;
    //border:1px solid #fff;
    width:40px;
    height:40px;
    text-align:center;
}
/* searc_constent */
.search_detail{
	max-width: 900px;
	display: block;
	background: linear-gradient(#C8F0EA, #E1F7F4);
	margin: 30px auto;
	padding: 20px;
}
.checkbox_label {
    display: inline-block;
    margin-bottom: .5rem;
    margin: 0 15px .5rem 0;
}
.clear h3{
	color: #55BFAF;
	text-shadow: 1px 2px 3px #fff;
	font-size: 2rem;
}
input.hoge{
	width: 100%;
}
.submit_flame{
	width: 100%;
	text-align: center;
}
.search_set{
	background:linear-gradient(#5ED3C1,#3A7C71);
	color:#ffffff;
	border: solid 1px rgba(76,167,153,.9);
	flex:0 1 120px;
	height:50px;
	font-size:16px;
	padding: 0 20px;
}
.margin{
	font-size: 1.5rem;
	margin: 30px 0;
}
/*タブレット 縦*/	@media screen and (max-width: 1024px){
	
	.modwan_table{
	width: 100%;
	}
	.top_btmimg {
    margin-right: 30%;
    margin-left: 35%;
	margin-bottom: 30px;
		
}
	.modwan_table{
	width: 100%;
	}
	.headmail_concle img {
    max-width: 1rem;
    margin: 1rem;
}

	.top_btmimg_cil img{
		margin-left: 30px;
	}
	.logo_concle img {
    width: 80%;
}
	.welllogo_concle img {
    width: 60%;
}
	.tel_concle img {
    width: 80%;
    top: 15px;
	right: 3px
}
	.con3_card{
		width: 30%;
	}
	.con3_card h2{
		font-size: 1.3rem;
	}
	.concle_con4{
		width: 100%;
	}
	footer{
		 margin-bottom: 20%;
		line-height: 2em;
		padding-bottom: 20px;
	}
	.f_section{
		display: block;
	}
	.f_section span{
		margin-top: 0;
	}
	.f_section img{
		display: none;
	}
	.fa-3x {
    font-size: 2em;
}
}
/*スマホ 横*/	@media screen and (max-width: 896px) and (orientation: landscape){
	header {
    margin-bottom: 5px;
}
	.headmail_concle img {
    max-width: 1rem;
    margin: 1rem;
		}
	.co_table {
    width: 95%;
}
	.modwan_table{
		width: 100%;
		}
	.modwan_table th {
		width: 5rem;
		padding: 1rem;
	}
	.modwan_table td{
		padding: 1rem;
	}
}
/*スマホ 横*/	@media screen and (max-width: 896px){
	.headmail_concle img {
    max-width: 1rem;
    margin: 1rem;
}
	header {
    margin-bottom: 5px;
}
	.co_table {
    width: 95%;
}
	.modwan_table{
		width: 100%;
		}
	.modwan_table th {
		width: 5rem;
		padding: 1rem;
	}
	.modwan_table td{
		padding: 1rem;
	}
	.concle_con3 {
    display: block;
}
	.con3_card {
    width: 100%;
}
	.title_line1 {
    font-size: 2rem;
}
	.footer img {
    margin:0;
}
	.footer span {
    display: block;
    margin: 0;
    text-align:left;
    font-size: 1em;
}
	.f_section {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
}
	.fa-3x {
    font-size: 1.5em;
}
	.fa-envelope-open-text {
    top: 15px;
}
	.top_btmimg {
    width: 30%;
    margin-right: 35%;
    margin-left: 35%;
    margin-bottom: 10px;
}
	.top_buttom p {
    background-color: rgba(0, 127, 81, 0.3);;
}
	.top_btmimg_cil img{
		margin-left: 30px;
		width: 20%;
	}
	.concle_con2, .concle_con4{
		width: 100%;
	}
	.flex-45{
		display: none;
	}
	 footer{
		 margin-bottom: 20%;
	}
		.logo_concle img {
    width: 80%;
}
	.welllogo_concle img {
    width: 60%;
}
	.tel_concle img {
    width: 80%;
    top: 20px;
	right: 3px
}
}
/*スマホ　縦*/	@media screen and (max-width: 480px){
	.concle_con3 {
    display: block;
}
		.co_table {
    width: 95%;
}
	.modwan_table{
		width: 100%;
		}
	.modwan_table th {
		width: 100%;
	}
	.modwan_table th, .modwan_table td{
		display: block;
		padding: 1rem;
}
	.tabcosme{
		width: 100%;
	}
	.con3_card {
    width: 100%;
}
	.title_line1, h1{
    font-size: 1.5rem;
}
	.clear h3 {
    font-size: 1.2rem;
}
	.footer img {
    margin:0;
}
	.footer span {
    display: block;
    margin: 0;
    text-align:left;
    font-size: 1em;
}
	.f_section {
    width: 100%;
    margin: 0 auto 0 auto;
    display: block;
}
	.fa-3x {
    font-size: 0.8rem;
}
	.fa-envelope-open-text {
    top: 10px;
}
	.top_btmimg {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 10px;
}
	.top_buttom p {
    background-color: #55bfaf;
}
	h2{
		font-size: 1rem;
	}
	.search_detail{
		margin: 0;
	}
	.logo_concle img {
    width: 80%;
}
	.welllogo_concle img {
    width: 60%;
}
	.tel_concle img {
    width: 80%;
    top: 15px;
	right: 3px
}
	.fa-envelope-open-text {
    top: 15px;
}
	.all-container {
    margin: 0 !important;
}
	.flex-45 img{
		display: none;
	}
	.right-contents45{
		margin: 0;
	}
	.all-container{
		margin: 0;
	}
	.f-container{
		padding: 0 !important;
	}
	.concle_con2 {
		width: 100%;
}
	.concle_con2 img {
		padding: 0;

}
	.concle_con4 {
    width: 100%;
    padding: 5px;
}
	.f_section img {
		display: none;
	}

	 footer{
		 margin-bottom: 30%;
	}
}


/*トップページお知らせ*/
.news{
    width: 80%;
    margin: 0 auto;
    height: auto;
    display: flex;
}
.news time{
  font-weight: bold;
}
.news h3 {
  font-size: 1.2rem;
  color: #55BFAF;
}

/*ヘッダー変更*/
.head {
	align-items: center;
}
.head img {
	width: 100%;
	align-items: center;
}

.head a:hover{
opacity: 0.7;
}

.align-items-center {
	align-items: center;
}
