@charset "utf-8";

/*-------------------------breadcrumbs----------------------*/
.breadcrumbs  {
	margin:30px auto 50px;
	max-width:1200px;
}
.breadcrumbs a:hover{
    text-decoration: underline;	
}
.breadcrumbs li {
    display: inline;
    font-size: 12px;
}
.breadcrumbs li::after {
	content:'>';
	display:inline-block;
	padding:0 10px;
}
.breadcrumbs li:last-child::after {
	display:none;
}
.fw-600{
	font-weight: 600;
}
@media screen and (max-width:600px){
	.breadcrumbs  {
		margin:30px 10px 30px;
	}
	.breadcrumbs li {
		font-size:0.7rem;
		line-height:1.7em;
		letter-spacing:0;
	}
	.breadcrumbs li::after {
		padding:0 5px;
	}
}
/*--------------.site-btn(事業内容サイト用リンク)---------------*/
.site-btn{
    display: inline-block;
    width: 260px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #fff;
    font-weight: 600;
    margin: 30px 10px 0;
    border: 1px solid #333;
	position: relative;
	transition: all ease 0.4s;
}
.site-btn:hover{
	background-color: #034faf;
	color: #fff;
	border: 1px solid #fff;
}
.site-btn::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #333333;
    right: 0px;
    bottom: 0px;
    transform:rotate(45deg);
	transition: all ease 0.4s;
}
.site-btn:hover::after{
	border-left-color: #fff;
}
/*----------------------.blue-btn----------------------*/
.blue-btn{
	max-width: 230px;
	width: 100%;
    margin: 30px auto 0px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding : 8px 0px;
    background: #034faf;
    color: #ffffff;
    line-height : 1em;
    transition: 0.4s;
    border: 2px solid #034faf;
}
.blue-btn:hover {
  color: #034faf;     
  background: #ffffff; 
}
/*----------------------.white-btn----------------------*/
.white-btn{
	max-width: 230px;
	width: 100%;
    margin: 30px auto 0px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding : 8px 0px;
    background: #ffffff;
    color: #034faf;
    line-height : 1em;
    transition: 0.4s;
    border: 2px solid #034faf;
}
.white-btn:hover {
  color: #ffffff;     
  background: #034faf; 
}
/*----------------------.gray-btn----------------------*/
.gray-btn{
	max-width: 230px;
	width: 100%;
    margin: 30px auto 0;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding : 8px 0px;
    background: #F5F5F5;
    color: #333333;
    line-height : 1em;
    transition: 0.4s;
    border: 1px solid #696969;
}
.gray-btn:hover {  
  background: #DEDEDE; 
}
/*--------------------h2タイトル-------------------*/
h2{
    margin: 0 auto;
    max-width: 1200px;
    font-size: 50px;
    line-height: 1.2;
	margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
	border-image: linear-gradient(to right, #015eea, #00f0ff) 1;
	font-weight: 700;
}
h2 span{
    font-size: 18px;
    display: block;
	color: #0077d3;
	font-weight: 600;
	padding-left: 5px;
}
@media screen and (max-width:600px){
	h2{
		font-size:32px;	
		margin-bottom: 40px;
		padding-bottom: 30px;
	}
	h2 span{
		font-size:15px;
	}
}
/*------------------------------------------------------------------
              hidamari.html doctory.html damart.html
-------------------------------------------------------------------*/
/*--------------------------space-------------------------*/
.sec2, .sec3{
	margin-top: 80px;
}
.sec1, .sec3{
	max-width: 1020px;
	margin-right:auto;
	margin-left:auto;
	padding: 0 10px;
}
@media screen and (max-width:600px){
	.sec2, .sec3{
	margin-top: 40px;
	}
}
/*---------------------------sec1--------------------------*/
h3{
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
@media screen and (max-width:600px){
	h3{
		font-size:26px;
	}
}
.sec1{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.img-1{
	margin-bottom: 10px;
	margin-right: 20px;
	max-width: 480px;
	height: auto;
}
.img-1 img{
	max-width:  100%;
	height: auto;
}
.sec1 .text-area{
	max-width: 480px;
}

.title-under{
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #333333, #eeeeee) 1;
    display: inline-block;
}
/*---------------------------sec2--------------------------*/
.sec2 h3{
	margin-bottom: 0px;
}
.sec2{
    background-color: #ededed;	
	padding: 50px 0;
	text-align: center;
}
.sec2-inner{
	max-width: 1020px;
	margin: 0 auto;
}
.sec2 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/*---------------------------sec3-------------------------*/
.sec3 h3{
	text-align: center;
}
.instagram, .x, .facebook {
	margin-bottom: 20px;
	margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
    border-left: 8px solid #034faf;
}
@media screen and (max-width:600px){
	h4{
		font-size:20px;
	}
}
.sec3 li{
    text-decoration: underline;
    list-style-type: disc;
	margin-bottom: 10px;
}
.sec3 li a:hover{
	color: #7c7c7c;	
}
.sec3 ul{
	margin-left: 40px;
}
.sec3 .instagram:before{
    width: 36px;
    height:36px;
    content: "";
    background-image: url(../img/logo-Instagram.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin:0 10px -6px;
    background-size: contain;	
}
.sec3 .x:before{
    width: 32px;
    height:32px;
    content: "";
    background-image: url(../img/logo-x.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin:0 10px -6px;
    background-size: contain;	
}
.sec3 .facebook:before{
    width: 36px;
    height:36px;
    content: "";
    background-image: url(../img/logo-facebook.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin:0 10px -6px;
    background-size: contain;	
}
/*------------------------------------------------------------------
                             shop.html
-------------------------------------------------------------------*/
.inner{
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
	padding:0 10px;
}
.desc-text{
    display: inline-block;
    border: 1px solid #333333;
	padding: 5px;
}
.desc-text span{
	color: #034faf;
	font-weight: 600;
}
.shop-nav{
	max-width: 1000px;
	margin: 20px auto 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	font-weight: 600;
}
.shop-nav li a{
	position: relative;
	margin-bottom: 40px;
	display: inline-block;
}
.shop-nav li a:hover{
    color: #034faf;
	font-weight: 700;
}
.shop-nav li a::after{
    content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin: auto;
}
.shop-nav li a:hover::after{
    border-color: #034faf;
}
.shop-nav li{
	padding-left:28px;
	padding-right: 28px;
}
.shop-page section{
	padding-top: 60px;
	
}
.shop-flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width:980px){
	.shop-flex{
	justify-content: space-around;
	}
}
.shop-table{
    text-align: left;
    border-collapse: collapse;
	margin-top:30px;
	
}
.shop-table th, .shop-table td{
    border-bottom: 1px solid #7b9dc8;
	border-top: 1px solid #7b9dc8;
    padding: 8px 4px;
}
.shop-table th{
	width: 110px;
	color: #034faf;
	font-weight: 600;
}
.shop-table td{
	width: 490px;
}
.notes-text{
	text-align: right;
	font-weight: 600;
	padding: 10px 0;
}
.map iframe{
	width: 100%;
	height: 100%;
}

.map{
	margin-top: 30px;
	width: 370px;
	height: 370px;
}
.osaka-notes-text{
	font-weight: 600;
	color: #ff5151;
	padding-bottom: 20px; 
}
.shop-img img{
	width: 1000px;
	max-width: 100%;
}
/*-----------------------------------------------------------------
                         company.html
-------------------------------------------------------------------*/
.company-page h3{
    color: #FFFFFF;
    height: 80px;
    line-height: 80px;
    text-shadow: 2px 2px 6px rgba(0,0,0,1.00);
    background-repeat: no-repeat;
    background-position: center center;
	margin-top: 80px;
	margin-bottom: 30px;
}
@media screen and (max-width:600px){
	.company-page h3{
		height: 70px;
		line-height: 70px;
	}
}
.com-title1{
    background-image: url(../img/company-1.jpg);
}
.com-title2{
    background-image: url(../img/company-2.jpg);	
}
.com-title3{
    background-image: url(../img/company-3.jpg);	
}
.com-table1{
    width: 100%;
	max-width: 980px;
    text-align: left;
}
.com-table1 th{
	width: 130px;
	height: 70px;
	padding-left: 10px;
	background-color: #dcf1ff;
	font-weight: 600;
}
.com-table1 th, .com-table1 td{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width:600px){
		.com-table1 th{
		width: 100px;
		height: 40px;
		}
}
.com-table1 td{
    padding-left: 10px;
}
.com-table1 th, .com-table1 td{
    border-bottom: 1px solid #C0C0C0;
}
.com-table1 a:hover{
	color: #0077d3;
}
.company-page .sec2-flex{
    display: flex;
    justify-content:space-around;
	flex-wrap: wrap;
}
.yoshiki-img img{
	width: 100%;
	max-width: 165px;
	height: auto;
}
.yoshiki-bio h4{
	font-weight: 600px;
	font-size: 24px;
	margin-bottom: 10px;
}
.yoshiki-name{
    color: #034faf;
    line-height: 1.2;
	padding-bottom: 5px;
    order-bottom-width: 5px;
    border-bottom-style: solid;
	border-image: linear-gradient(to right, #015eea, #00f0ff) 1;
}
.bio1{
	padding-left: 10px;
	margin-bottom: 30px;
}
.bio2{
	background-color: #ECECEC;
	padding: 5px 0 10px 5px;
	border-radius: 10px;
}
.bio2 li{
    padding-left: 10px;
    list-style-position: inside;
    list-style-type: circle;
}
.bio2 h4{
	font-size:1.3rem;
	padding-left: 0.6rem;
	padding-top: 0.3rem;
}
.yoshiki-name span{
	font-size: 14px;
	color: #333333;
}
.yoshiki-bio{
	text-align: left; 
	max-width: 760px;
}
.philo-text p{
	text-align: left;
	padding: 10px 10px 0;
}
.sec-3-desc-text{
    display: block;
    max-width: 900px;
    margin: 0 auto 30px;
    border: 1px solid #C0C0C0;
	padding: 10px;
	text-align: center;
}
.com-sec3 h4{
	color: #0077d3;
    font-size: 24px;
	order-bottom-width: 5px;
    border-bottom-style: solid;
	border-image: linear-gradient(to right, #015eea, #00f0ff) 1;
	margin-top: 20px;
}
/*------------------------------------------------------------------
                            news.html
-------------------------------------------------------------------*/
.news-box {
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 10px;
	text-align: left;
}
.news-date {
    color: #7c7c7c;
    font-weight: 600;
}
.news-title {
    font-weight: 600;
    color: #034faf;
    font-size: 20px;
	margin:10px 0 16px; 
}
.news-text{
	margin-left: 3px;
}
.news-text a {
    font-weight: 700;
    text-decoration: underline;
}
.news-text a:hover  {
    color: #7c7c7c;
}
.news-page .category{
    color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 5px;
	font-size: 0.8em;
	margin-left: 10px;
	font-weight: 400;
}
.news-page .news{
	background-color: #ff7029;
}
.news-page .media{
	background-color: #ff70a9;
}
/*-----------------------------------------------------------------
                         index.php(contact)
-------------------------------------------------------------------*/
.contact{
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px;
    border: 1px solid #a7a7a7;
    text-align: left;	
}
@media screen and (max-width:600px){
	.contact{
		padding: 40px 20px;
	}
}
.must{
    font-size: 0.8em;
    color: #FF5151;
    font-weight: 600;
    border: 1px solid #FF5151;
	padding: 1px;
	margin-left: 4px;
}
.attention{
	display: block;
	font-size: 0.8em;
	color: #FF5151;
	margin-top:4px; 
}
.contact dt{
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 40px;
}
.contact dt:First-child{
	margin-top: 0px;
}

.c-form-text {
	background-color: #eef6ff;
    height: 3em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.pref{
	background-color: #eef6ff;
    height: 3em;
    width: 50%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
}
.c-form-text:focus, .pref:focus{
    outline: 0;
    box-shadow: inset 0 0 0 2px #2196F3;
    -webkit-box-shadow: inset 0 0 0 2px #2196F3;
}
.text-area{
	padding: 10px 16px;
    line-height: 1.5;
    height: 14em;
}
.privacypolicy{
	margin-top: 40px;
}
.link{
    text-decoration: underline;	
}
.link:hover{
	color: #7c7c7c;
}
.center{
	text-align: center;
}
@media screen and (max-width:600px){
	input, select, textarea{
		font-size: 14px;
	}
	.privacypolicy{
		font-size:12px;
	}
}
#checkbox {
  accent-color: #0090ff;
}
/*-----------------------------------------------------------------
                         privacypolicy.html
------------------------------------------------------------------*/
.privacy{
	text-align: left;
	margin-top: 30px;
}
.privacy-title{
	font-size:20px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: 8px solid #034faf;
}
.privacy section{
	margin-bottom: 40px;
}
.privacy ul{
	margin: 20px 0px;
}
.privacy ul li{
	padding: 5px 0px;
}
/*-----------------------------------------------------------------
                           recruit.html
------------------------------------------------------------------*/
.recruit-page h3{
    widows: 1000px;
    padding-top:1.3em;
	padding-bottom: 1.3em;
	padding-left: 1em;
	margin-bottom: 40px;
	font-size: 2rem;
    color: #ffffff;
    text-shadow: 2px 2px 5px #000000;
    text-align: left;	
}
.recruit-title1{
    background-image: url(../img/recruit-1.jpg);
    background-position: 50% 50%;
}
.recruit-title2{
    background-image: url("../img/recruit-2.jpg");	
	background-position: 50% 50%;
}
.recruit-title3{
    background-image: url("../img/recruit-3.jpg");	
	background-position: 50% 50%;
}
.recruit-page section{
	margin-bottom: 150px;
}
.process-area{
	margin-top: 50px;
}
.process-box{
    max-width: 800px;
    background-color: #ECECEC;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;	
}
.process-box:after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 18px 35px 0 35px;
	border-color: #238bdc transparent transparent transparent;
	position:absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%)
}
.process-box:last-child:after{
	display: none;
}
.process-box p{
	padding-left: 1rem;
	font-weight: 600;
}
.circle-blue {
    width: 60px;
    height: 60px; 
	color: #ffffff;
    background-color: #034faf;
    border-radius: 50%; 
    text-align: center;
    line-height: 60px;
	margin-left: 1rem;
	font-weight: 600px;
}
.circle-orange {
    width: 60px;
    height: 60px; 
	color: #ffffff;
    background-color: #ff6c00;
    border-radius: 50%; 
    text-align: center;
    line-height: 60px;
	margin-left: 1rem;
	font-weight: 600px;
}
.recruit-page h4{
	max-width: 1000px;
	font-size: 1.25rem;
	order-bottom-width: 5px;
    border-bottom-style: solid;
	border-image: linear-gradient(to right, #015eea, #00f0ff) 1;
	margin: 30px auto 20px;
}
.recruit-sec3 .text{
	color: #034faf;
	font-weight: 600;
	margin-bottom: 20px;
}
.recruit-info{
    border: 1px solid #C0C0C0;
	padding: 1rem 0;
	max-width: 700px;
	margin: 0 auto;
}
.recruit-info p{
    padding-bottom: 0.5rem;
}
@media screen and (max-width:600px){
	.recruit-page h3{
		font-size: 1.5rem;
		padding-top:1em;
		padding-bottom: 1em;	
	}
	.recruit-page section{
		margin-bottom: 100px;
	}
}
/*-----------------------------------------------------------------
                         sitemap.html
-------------------------------------------------------------------*/
.map-flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;	
}
.map-menu {
    max-width: 400px;
    width: 100%;
    text-align: left;
    border-bottom: 1px dotted #C0C0C0;
    font-size: 18px;
    font-weight: 600;
}
.map-flex .detail{
	margin-top: 30px;
}
.map-menu a{
	display: block;
	padding: 30px 0px;	
}
.map-menu a:hover{
	color: #007da3;
}
.menu-item{
	border-left: 1px solid #C0C0C0;
	margin-left: 2rem;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 1rem;
	font-weight: 400;
}
.menu-item li{
    list-style-type: none;
    margin-left: 1.2rem;
}
.menu-item li:last-child{
	margin-bottom:  0;	
}
.menu-item a{
	padding-top: 0.6rem;
	padding-bottom:  0.6rem;
}
.arrow {
	 position: relative;
}
.arrow:before, .arrow:after {
	 content: "";
	 position: absolute;
	 top: calc(50% - 1px);
	 right: 1rem;
	 width: 10px;
	 height: 3px;
	 border-radius: 9999px;
	 background-color: #333333;
	 transform-origin: calc(100% - 1px) 50%;
	 transition:0.4s;
}
.arrow:before {
	 transform: rotate(45deg);
}
.arrow:after {
	 transform: rotate(-45deg);
}
.arrow:hover::before, .arrow:hover::after{
	background-color: #007da3;
	 right: 0;
}
/*-----------------------------------------------------------------
                        error.html
-------------------------------------------------------------------*/
.error-top-btn{
	max-width: 300px;
	margin-top: 60px;
}
 .error-sitemap-btn{
	display: block;
	max-width: 300px;
}