@charset "UTF-8";
/*
Template: arkhe
Theme Name: Arkhe Child
Theme URI: https://arkhe-theme.com/ja/
Description: Arkhe用子テーマ
Version: 1.0.0
Text Domain: arkhe
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ヘッダー右*/
.kanta-right{
display:flex;	
}

.contact-box {
margin-left: 50px;
margin-bottom: 2px;
}

.contact-box span {
display: block;
}

.contact-box01{
font-size: 11px;	
text-align: justify;
text-align-last: justify;
}

.contact-box02 {
font-weight: 700;
font-size: 28px;
letter-spacing: 2px;
margin-bottom: 2px;
}

.contact-box03 {
font-size: 11px;
text-align: justify;
text-align-last: justify;
}

.contact-banner {
padding-left: 1em;
}	

.contact-banner a {
font-size: 12px;
display: flex;
align-items: center;
padding: 0 1em;
margin-top:8px;
text-decoration:none;
text-align:center
}

.kanta-cta {
border:1px solid #000000;
background:#000000;
color: white;	
height:50px;
margin:0px;
border-radius:30px;
}

@media (min-width: 1000px){
/* ヘッダー*/
[data-btns=rr-rl] .l-header__body { 
grid-template-columns: 0% 25% 75%; 
}

[data-logo=center] .l-header__center {
text-align: left;
}

.l-header__logo{
display:block;	
}
}

/* PCのみ表示*/
@media (max-width: 1000px){
.kanta-right{
display:none;
}
}
