/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/
/*
	笑顔屋様　個別変更 スタイルシート
*/
@import url('./layout.css?1');
@import url('./style_base.css?1');
/*-------------------------
	Font
-------------------------*/

html, body{
    font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*-------------------------
	Base Block
-------------------------*/
.inner{ max-width: 1280px;}



/*-------------------------
	Contact 
-------------------------*/
/*
.contact_inner{ 
	max-width: 50vw; margin: 0 auto; padding: 0 1rem; 
}

section.ct_07 h2{
	background:#012244;
	padding:.2em 1em;
	font-size:2.5rem;
	color:#fef8ec;
	text-align:center;
}
section.ct_07 h3{
	font-weight: bold;
}
section.ct_07 dl.form_box dt{
	font-weight: bold;
	margin-bottom: 1em;
}
section.ct_07 dl.form_box dd{
	margin-bottom: 1em;
}

section.ct_07 dl.form_box dd{
	 display: flex;
}
dd .clm_2 input{
	 width:48%;
}
dd .clm_3 input{
	 width: 20%;
}
dd .clm_1 input{
	 width: 20%;
}
.contact_tel_box{
    background: #efefef;
    text-align: center;
    padding: 1em;
    margin-bottom: 2em;
}
.contact_tel_box dd.tel_txt a{
   font-size: 4rem;
}
footer{
	padding: 1em!important;
	color: #fff;
	font-size: 1.2rem;
}
	*/