/*!
Theme Name: oshufurusato
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oshufurusato
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

oshufurusato is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*----------------------------------------------------------

テーマ専用css

----------------------------------------------------------*/

/*レイアウトのための追記
  ------------------------------*/

body.wp-singular.page-template-default.page.logged-in.admin-bar.wp-theme-oshufurusato.customize-support{
	margin:0 !important;
}
body.home header.entry-header{
	display:none;
}

 header.entry-header{
	background-color:#eee;
	 background-image:url(http://oshu-furusato.com/web/wp-content/uploads/2026/04/34116188_m.jpg);
	 background-size:cover;
	 background-position:center center;
	 height: 200px;
	
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 position:relative;
	 color:#ffffff;
}
h1.entry-title{
	 text-align:center;
	 font-size:28px;
	letter-spacing: 0.3em;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	z-index:1000;
	padding:20px;
	line-height:1.8em;
}
header.entry-header::before{
	content:"";
	width:100%;
	height:200px;
	background-color:rgba(0 , 0 , 0  ,0.5);
	display:block;
	position:absolute;
	top:0;
	left:0;
}
div.entry-content{
	margin:0;
}

.basic_table{
	width:800px;
	margin:20px auto;
}

main.contents_area-wrap div.entry-content{
	padding:40px 15px;
}

.fit-content-center{
	width: fit-content;
	margin: 0 auto 50px auto;
}

div#wpcf7-f50-p51-o1{
	width:800px;
	margin:20px auto;
	padding:40px 50px;
	background-color: rgba(158, 81, 61, .4);
}

.form_area{
	border-top:1px solid #9E513D;
	border-bottom:1px solid #9E513D;
	margin-bottom:30px;
}
.form_area h3{
	background-color: rgba(158, 81, 61, .4);
	padding:10px;
	margin-top:0;
}
.form_parts-area{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	margin:0 0 20px 0;
	padding:0;
}
.form_detail-name{
	width:20%;
	margin:0;
	padding:0;
}
.form_detail-input{
	width:80%;
	margin:0;
}
.form_detail-input input{
	width:100%;
}
.doui_deail{
	height:150px;	
	overflow:scroll;
	background-color:#ffffff;
	padding:20px;
}
.doui_deail ol{
	margin:0 0 0 20px;
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.doui_deail ol li{
	padding:0;
	margin:0;
	line-height:1em;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner{
	display: block;
	width: 330px;
	padding: 1em;
	font-size: 16px;
	text-decoration: none;
	background-color: #9E513D;
	border-radius: 5px;
	color: #fff;
	background-image: url("images/arrow_w.png");
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-position: center right 15px;
	margin: 30px auto 0 auto;
}

.ul_number{
	list-style-type:decimal;
	margin: 0 0 1.5em 0;
}

/*レイアウトのための追記（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.basic_table{
	width:100%;
	margin:0;
}
	div#wpcf7-f50-p51-o1{
	width:100%;
	margin:0;
		padding:30px 20px;
	}
.form_parts-area{
	flex-direction:column;
}
.form_detail-name{
	width:100%;
}
.form_detail-input{
	width:100%;
}
	input.wpcf7-form-control.wpcf7-submit.has-spinner{
	width: 100%;
	}
	
}
/*リセット
-----------------------------*/
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #020202;
	min-width: 1100px;
	line-height: 1.8em;
	box-sizing: border-box;
}

body * {
	box-sizing: border-box;
}

.all_wrap {
	overflow: hidden;
}

a {
	color: #e23623;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	body {
		font-size: 14px;
		min-width: 100%;
	}
}

/* 表示非表示切り替え
-----------------------------*/
/* SP */
@media screen and (max-width:736px) {
	.-u-SpNonePcBlock {
		display: none;
	}

	.-u-SpNonePcinline {
		display: none;
	}

	.-u-PcNoneSpBlock {
		display: block;
	}

	.-u-PcNoneSpinline {
		display: inline;
	}
}

/* PC */
@media print,
screen and (min-width:737px) {
	.-u-SpNonePcBlock {
		display: block;
	}

	.-u-SpNonePcinline {
		display: inline;
	}

	.-u-PcNoneSpBlock {
		display: none;
	}

	.-u-PcNoneSpinline {
		display: none;
	}
}

/*----------------------------------------------------------
　ページトップボタン
----------------------------------------------------------*/
#page_top {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 50px;
	right: 50px;
	z-index: 1000;
}

#page_top img {
	width: 100%;
	height: auto;
}

/* SP */
@media screen and (max-width:736px) {
	#page_top {
		width: 60px;
		height: 60px;
		bottom: 20px;
		right: 20px;
	}
}

/*----------------------------------------------------------
　LINE問い合わせボタン
----------------------------------------------------------*/
#line_qr {
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 140px;
	right: 50px;
	z-index: 1000;
}

#line_qr img {
	width: 100%;
	height: auto;
}

/* SP */
@media screen and (max-width:736px) {
	#line_qr {
		width: 60px;
		height: 60px;
		bottom: 100px;
		right: 20px;
	}
}

/*----------------------------------------------------------
　ヘッダー
----------------------------------------------------------*/
/*サイトタイトルなど
-----------------------------*/
header {
	width: 100%;

}

.header_box_top {
	max-width: 1100px;
	height: 80px;
	padding: 0 30px;
	margin: 0 auto;
	display: flex;
	align-items: center;

}

.site_title {
	width: 310px;
	margin: 0 auto 0 0;
	padding: 0;

}

.site_title img {
	width: auto;
	height: 59px;
}

#menu_btn {
	display: block;
	width: 44px;
}

#menu_btn img {
	width: 100%;
	height: auto;
}

/*サイトタイトルなど（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	body {
		font-size: 14px;
	}

	.header_box_top {
		width: 100%;
		padding: 0 15px;
		margin: 0;
	}

	.site_title img {
		width: 80%;
		height: auto;
	}


	#menu_btn {
		margin: 0;
		padding: 0;
		cursor: pointer;
	}

}

/*ナビゲーション
-----------------------------*/
.header_box_bottom {
	padding: 0 30px;
	background-color: #5D3328;
	display: none;

}

nav.main-navigation div.menu-menu-1-container ul.menu{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	max-width: 1100px;
	letter-spacing: -.35em;
	display: flax;
	width: 100%;
}

nav.main-navigation div.menu-menu-1-container ul.menu li {
	display: block;
	padding: 10px 0;
	text-align: center;
	letter-spacing: normal;
	flex: 1;
}

nav.main-navigation div.menu-menu-1-container ul.menu li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
	line-height: 30px;
	border-left: 1px solid rgba(255, 255, 255, .5);
}

nav.main-navigation div.menu-menu-1-container ul.menu li:last-child a {
	border-right: 1px solid rgba(255, 255, 255, .5);
}

/*ナビゲーション（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	header {
		position: relative;
	}

	.header_box_bottom {
		padding: 0;
		width: 50%;
		position: absolute;
		top: 80px;
		right: 0;
		display: none;
		z-index: 9999;
	}

	nav.main-navigation div.menu-menu-1-container ul.menu {
		margin: 0;
		padding: 0;
		width: 100%;
		display: block;
	}

	nav.main-navigation div.menu-menu-1-container ul.menu li {
		display: inline-table;
		padding: 0;
		text-align: center;
		width: 100%;
	}

	nav.main-navigation div.menu-menu-1-container ul.menu li a {
		display: block;
		padding: 15px 5px;
		width: 100%;
		line-height: 20px;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	nav.main-navigation div.menu-menu-1-container ul.menu li:nth-child(odd) a {
		border-left: none;
	}

	/*ナビゲーションが奇数の場合
	.header_nav li:last-child{
		width: 100%;
	}*/
}

/*----------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer.all_footer {
	border-top: 5px solid #9E513D;
	width: 100%;
	background-color: rgba(158, 81, 61, .4);
}

/*窓口・お問い合わせ
-----------------------------*/
.footer_box_top {
	max-width: 1100px;
	margin: 0 auto;
	padding: 28px 15px;

}

.footer_box_top .f_logo {
	width: 176px;
	margin: 0 auto;
}

.footer_box_top .f_logo img {
	width: 100%;
	height: auto;
}

.footer_box_top address {
	font-style: normal;
	font-size: .95em;
	text-align: center;
}

.address_tel {
	display: flex;
	width: 390px;
	flex-wrap: wrap;
	margin: 28px auto 0 auto;
	padding: 0;
}

.address_tel dt {
	margin: 0;
	padding: 0;
	width: 20%;
}

.address_tel dd {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	width: 80%;
	text-align: left;
}

.address_tel dd small {
	font-size: .5em;
	font-weight: normal;
}

.footer_img_title {
	width: 100%;
	height: auto;
}

.footer_img_tel {
	height: 40px;
	width: auto;
	margin: 0 0 1em;
}

/*窓口・お問い合わせ（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.footer_box_top .f_logo img {
		width: 80%;
	}

	.address_tel {
		width: 100%;
	}
}

/*コピーライトなど
-----------------------------*/
.footer_box_bottom {
	width: 100%;
	max-width: 1210px;
	padding: 0 30px;
	margin: 0 auto;
}

.copyright {
	margin: 0;
	padding: 15px 0;
	text-align: center;
}

.copyright small {
	font-size: 100%;
}

/*コピーライトなど（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.footer_box_bottom {
		width: 100%;
		min-height: auto;
		line-height: 40px;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.copyright {
		margin: 0;
		padding: 0;
		display: block;
	}

	.copyright small {
		font-size: 80%;
	}
}


/*----------------------------------------------------------
　共通パーツ 見出しスタイル
----------------------------------------------------------*/
/*ページタイトル
-----------------------------*/
.page_title {
	background-color: #AAAAAA;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 200px;
	min-height: 200px;
}

.page_title img {
	height: 102px;
	width: auto;
}

/*ページタイトル（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.page_title {
		line-height: 100px;
		min-height: 100px;
		margin: 0;
	}

	.page_title img {
		height: 51px;
	}
}

/*セクション見だし
-----------------------------*/
.sec_title {
	padding: 0 0 .5em 0;
	margin: 0 auto 1em auto;
	min-width: 1100px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.sec_title::before {
	content: "";
	width: 82px;
	height: 67px;
	background-image: url(images/stit1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto 20px auto;

}


/*セクション見だし（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.sec_title {
		margin: 0 0 30px 0;
		font-size: 20px;
		min-width: 100%;
	}
	.sec_title::before {
	width: 70px;
	height: 58px;
	}
}


/*プロジェクト見だし
-----------------------------*/
.proj_title {
	padding: 0 0 .5em 0;
	margin: 10px 0 10px 0;
	width: 100%;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.proj_title::before {
	content: "";
	width: 30px;
	height: 13px;
	background-image: url(images/stit2-t.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto 10px auto;
}
.proj_title::after {
	content: "";
	width: 30px;
	height: 13px;
	background-image: url(images/stit2-b.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto 10px auto;
}



/*プロジェクト見だし（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.proj_title {
		font-size: 18px;

	}

	.proj_title::before,
	.proj_title::after  {

	width: 20px;
	height: 9px;
	}
}

/*----------------------------------------------------------
　共通パーツ リストスタイル
----------------------------------------------------------*/
/*説明リスト
-----------------------------*/
.dl {
	margin: 0 0 50px;
	padding: 0;
}

.dl dt {
	margin: 0 0 1em;
	padding: 1em 0 0;
	float: left;
	width: 7em;
	clear: both;
	font-weight: bold;
}

.dl dd {
	width: 100%;
	margin: 0;
	padding: 1em 0 1em 10em;
	border-bottom: 1px solid #cccccc;
}

/*説明リスト（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.dl {
		margin: 0 0 50px;
	}

	.dl dt {
		margin: 0 0 1em;
		padding: 1em 0 0;
		float: none;
		width: 100%;
	}

	.dl dd {
		width: 100%;
		margin: 0;
		padding: 0 0 1em 2em;
		border-bottom: 1px solid #cccccc;
	}
}

/*----------------------------------------------------------
　共通パーツ ボタンスタイル
----------------------------------------------------------*/
/*ボタン
-----------------------------*/
.btn_wrap{
	width: 700px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto 30px auto;
}
.btn {
	text-align: center;
	margin: 50px 0 0;
	width: calc(50% - 15px);
}

.btn a {
	display: inline-block;
	max-width: 100%;
	min-width: 330px;
	padding: 1em;
	font-size: 16px;
	text-decoration: none;
	background-color: #9E513D;
	border-radius: 5px;
	color: #fff;
	background-image: url("images/arrow_w.png");
	background-repeat: no-repeat;
	background-size: auto 15px;
	background-position: center right 15px;
}



.btn a:hover {
	background-color: #5D3328;
}

/*戻るボタン
-----------------------------*/
.btn_back {
	text-align: center;
	margin: 50px 0 0;
}

.btn_back a {
	display: inline-block;
	max-width: 100%;
	min-width: 450px;
	padding: 1em;
	font-size: 16;
	text-decoration: none;
	background-color: #9E513D;
	border-radius: 5px;
	color: #fff;
	background-image: url("images/arrow_w_back.png");
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center left 15px;
}

.btn_back a:hover {
	background-color: #5D3328;
}

/*ボタン（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.btn_wrap{
	width: 100%;
	flex-direction: column;
}

	.btn,
	.btn_back {
		width: 100%;
		margin: 30px 0 0;
	}

	.btn a+a {
		margin: 15px 0 0;
	}

	.btn a,
	.btn_back a {
		font-size: 1.2em;
		min-width: 100%;
	}
}

/*----------------------------------------------------------
　共通パーツ テキストスタイル
----------------------------------------------------------*/
/*タイトル下のコピー
-----------------------------*/
.title_under_copy {
	text-align: center;
	color: #707070;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

/*タイトル下のコピー（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.title_under_copy {
		text-align: left;
	}
}

/*----------------------------------------------------------
　共通パーツ カラム
----------------------------------------------------------*/
/*2カラム
-----------------------------*/
.wrap_2colm {}

.wrap_2colm .colm {
	width: 47%;
	float: left;
}

.wrap_2colm .colm:nth-child(2n) {
	float: right;
}

/*2カラム（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.wrap_2colm .colm,
	.wrap_2colm .colm:nth-child(2n) {
		float: none;
		width: 100%;
	}

	.wrap_2colm .colm+.colm {
		margin-top: 40px;
	}
}



/*----------------------------------------------------------
スライダー
----------------------------------------------------------*/

.swiper-container-wrap {
	position: relative;
}

.swiper-container {
	width: 100%;
	height: 350px;
}

.slide1 {
	background-image: url(images/slide1.jpg);
	background-size: cover;
	background-position: center center;
}

.slide2 {
	background-image: url(images/slide2.jpg);
	background-size: cover;
	background-position: center center;
}

.slide3 {
	background-image: url(images/slide3.jpg);
	background-size: cover;
	background-position: center center;
}

.slide4 {
	background-image: url(images/slide4.jpg);
	background-size: cover;
	background-position: center center;
}

.slide5 {
	background-image: url(images/slide5.jpg);
	background-size: cover;
	background-position: center center;
}

.slide6 {
	background-image: url(images/slide6.jpg);
	background-size: cover;
	background-position: center center;
}

.slide7 {
	background-image: url(images/slide7.jpg);
	background-size: cover;
	background-position: center center;
}

.swiper-button-prev,
.swiper-button-next {

	--swiper-navigation-color: #fff;
	--swiper-navigation-sizs: 10px;


}

/* Swiperの矢印色変更 */
.swiper-button-next-2,
.swiper-button-prev-2 {
	--swiper-navigation-color: #fff;
}

/*スライダー（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.swiper-container {
	height: 250px;
}
}



/*----------------------------------------------------------
理事長挨拶
----------------------------------------------------------*/
.greeting_wrap {
	width: 100%;
	padding: 40px 15px;
}

.catch {
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto 2em auto;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.greeting_contents {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap:0;
}

.greeting_contents-image {
	width: 373px;
	text-align: center;

}

.greeting_contents-image img {
	width: 100%;
	display: block;
}

.greeting_contents-image p {
	font-size: 13px;
}

.greeting_contents-text {
	padding: 0 30px 0 0;

}

.greeting_contents-text h3 {
	font-size: 18px;
	margin: 0 0 1em 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.greeting_contents-text p {
	font-size: 14px;
	margin: 0 0 2em 0;
}

/*理事長挨拶（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.greeting_wrap {
		padding: 30px 15px;
	}

	.greeting_contents {
		width: 100%;
		flex-direction: column;
	}

	.greeting_contents-image {
		width: 80%;
		text-align: center;
		margin: 0 auto 30px auto !important;

	}
	.greeting_contents-text {
	padding:  0;

}

}


/*----------------------------------------------------------
事務局だより
----------------------------------------------------------*/
.news_wrap {
	width: 100%;
	padding: 40px 15px;
	background-color: rgba(158, 81, 61, .4);
	position: relative;
}

.news_image-taro{
	position: absolute;
	top: 50px;
	right: calc(50% - 550px + 30px );
	display: block;
	width:183px ;
	height: 313px;
	background-image: url(images/oshutaro-2@2x.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	font-size:0;
}

.news_contents {
	width: 1100px;
	margin: 0 auto;
}
div.news_contents div.wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained p{
	margin-bottom:0;
}

p.member-rec{
	width: fit-content;
	margin: 0 auto;
	padding-bottom:50px;
	line-height: 1.8em;
	font-size: 16px;
}
.news_box-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto;
	align-items: stretch;
}
.news_box{
	border: 3px solid #502E07;
	border-radius: 30px;
	background-color: #FCF9EF;
	padding: 35px;
	width: calc(50% - 15px);
	margin-bottom: 30px;
}
.news_box h3{
	font-size: 18px;
	margin: 0 0 1em 0;
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	line-height: 1.5em;
}
.news_box p{
	line-height: 2em;
}


/*事務局だより（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.news_wrap {
		padding: 30px 15px;
	}

	.news_contents {
		width: 100%;
	}
	.news_image-taro{
	top: 50px;
	right: 15px;
	width: 90px ;
	height: 154px;
}
.news_box-wrap{
	width: 100%;
}
.news_box{
	padding: 20px;
	width: 100%;
	margin-bottom: 20px;
}

}


/*----------------------------------------------------------
会員募集
----------------------------------------------------------*/
.recruitment_wrap {
	width: 100%;
	padding: 40px 15px 60px 15px;
}
.recruitment_contents{
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}



/*会員募集（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.recruitment_wrap {
		padding: 30px 15px;
	}
}

