/*
Theme Name: Arkhe
Theme URI: https://arkhe-theme.com/
Version: 3.12.0
Tested up to: 6.8
Requires at least: 6.0
Requires PHP: 7.0
Description: A very simple theme for production templates. Customize as you like.
Tags: two-columns, one-column, right-sidebar, custom-colors, custom-menu, editor-style, theme-options, block-styles, wide-blocks
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Text Domain: arkhe
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


header .inner {
	width: auto;
	background-color: #7bc8eb;
}

/*ロゴ画像（※トップページ以外）*/
 #logo {
	width: 400px;	/*画像幅*/
	padding-top: 25px;	/*画像の上に空ける余白。バランスをとって下さい。*/
}

@media screen and (max-width: 960px) {
header .inner {
	width: 100%;
	background-color: #7bc8eb!important;
}
 #logo img {
	width:280px!important;
	left: 4%;
	top: 20px;
}
}

.l-header__logo,.has-text{
display:none;
}


h1.c-pageTitle__main{
font-size: 21px!important;
}

h2.wp-block-heading{
font-size: 18px!important;
}