/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

header{
	display: none;
}
h1{
	display: none;
}

div.wp-block-template-part{
	display: none;
}
footer{
	display: none;
}
a img {
	border: none;
}

a, a:link, a:visited{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity: 0.7;
}
body{
	color: #333;
	background-color: aliceblue;
	font-size:clamp(14px,2vw,20px);
}
body::before{
	content: "";
	display: block;
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("https://hoku-kaze.com//images/logo_white.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 50%;
}
.contents_area{
	width: 80vw;
	max-width: 800px;
	margin: auto;
	position: absolute;
	left: 10vw;
	padding-bottom: 50px;
}
.contents_area h2{
	text-align: center;
}
.contents_area img{
	width: 100%;
}
br.pc{
}
.sp_page p{
	text-indent: 1.5vw;
	margin: 5px auto;
}
.pdf{
	text-align: center;
	margin: 20px auto 30px;
}
.pdf a{
	display: inline-block;
	width: 100px;
	height: 50px;
	background-color: slategray;
	line-height: 50px;
	margin: 5px;
	border-radius: 3px;
}
.plan{
	width: 100%;
	border-collapse: collapse;
}
.plan th,.plan td{
	padding: 10px;
	border-bottom: #999 dashed 1px;
	line-height: 1.3;
	vertical-align: middle;
}
.plan a{
	color: darkslateblue;
	font-weight: bold;
}
.head th{
	background-color: rgba(0,0,0,0.1)
}
.plan b{
	color: salmon;
}
.form_area{
	background-color: rgba(251,252,228,0.60);
	padding: 20px;
	color: #453320;
	border: #453320 1px solid;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form_area input[type="text"],.form_area input[type="tel"],.form_area input[type="email"],.form_area input[type="file"]{
	font-size:clamp(14px,2vw,20px);
}
.form_area select{
	font-size:clamp(14px,2vw,20px);
	padding: 5px 10px;
	border-radius: 5px;
}
.form_area p.furikomi{
	margin: -20px 20px 10px;
	font-size: 80%;
	color: olivedrab;
}
.form_area input[type="submit"]{
	font-size:clamp(14px,2vw,20px);
	font-size: 130%;
	width: 140px;
	background-color: salmon;
	color: #fff;
	border:none;
	border-radius: 5px;
}
.form_area p.send{
	width: 140px;
	margin: auto;
	margin-top: 50px;
}
.form_area p.send:hover{
	opacity: 0.7;
}
.contents_area a.home{
	display: block;
	width: 300px;
	margin: auto;
}
.contents_area a.home img{
	width: 300px;
}
@media screen and (max-width:900px){
	.contents_area{
		width: 90vw;
		position: absolute;
		left: 5vw;
	}
	.form_area p.furikomi{
		margin-top: 0;
	}
}
@media screen and (max-width:510px){
	br.pc{
		display: none;
	}
}
@media screen and (max-width:400px){
	.form_area input[type="text"],.form_area input[type="tel"],.form_area input[type="email"]{
		width: 95%;
	}
	.contents_area a.home,.contents_area a.home img{
		width: 80vw;
	}
}
