@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
html {
	font-size: 62.5%;
	color: #666;
	background: #fff;
}
body {
	font-size: 1.6rem;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}


body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
a,
a:link {
	color: #E60012;
	text-decoration: none;
}
a:visited {
	color: #E60012;
}
a:hover {
	color: #E60012;
}
a:active {
	color: #E60012;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
q:before,
q:after {
	content:'';
}
p {
	margin: 0 0 30px 0;
}
p.text-end {
	margin: 0 0 60px 0;
}
.bold {
	font-weight: bold;
}
.italic {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear{
	width: 100%;
	height: 1px;
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
strong {
	color: #000;
	font-weight: bolder;
}
.note{
	font-size: 1.2rem;
}
.btn a {
	display: inline-block;
	width: auto;
	padding: 10px 25px 10px 25px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #E60012;
	border-radius: 8px;
}
label.wp-block-archives__label {
	display: none;
}
blockquote {
	width: 96%;
	margin: 10px 2% 10px 2%;
	padding: 30px;
	background-color: #efefef;
	border: dashed 3px #ccc;
}
blockquote cite {
	font-size: 1.2rem;
}
.annotation {
	font-size: 1.2rem;
}
.last {
	padding: 0 0 30px 0;
}
.check {
	position: relative;
	padding-left: 18px;
}
.check:before {
	content: "";
	position: absolute;
	top: .1em;
	left: 0;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 7px;
	height: 12px;
	border-right: 4px solid #ff6000;
	border-bottom: 4px solid #ff6000;
}
.sp {
	display: none ;
}
.pc {
	display: revert;
}
br.sp-only{
	display: none;
}
br.pc-only{
	display: inline;
}


/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}


/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
  font-size: 1.0rem;
  margin: 0 2px 0 2px;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/*to enable resizing for IE*/
input,
textarea,
select {
	font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}

ul.wp-block-latest-posts li {
	list-style: none;
}
#sml-user-links-block ul li {
	list-style: none;
}




/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html, body {
    width: 100% !important;
    height: 100%;
	margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
body {
    display: flex;
    flex-direction: column;
}
#page,
.site {
	position: relative;
	display: flex;
    flex-direction: column;
	width: 100%;
	min-height: 100vh;
	margin: 0;
    padding: 0;
	flex: 1;
}
.wrapper {
    display: flex;
    flex-direction: column;
	width: 100% !important;
	margin: 0;
	padding: 0;
	background: url(https://anotsu-kyokai.com/wp/wp-content/themes/anotsu-kyokai/images/bg-top.svg) no-repeat center top;
	background-size: 1100px auto;
    flex: 1;
}
.featherlight-sample,
.breadcrumb {
	text-align: left;
}
.widget,
.widget-area {
	display: none;
}	



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
/*-- Sitemap ---*/
.featherlight-sample {
	display: none;
	width: 100%;
	text-align: center;
}
.featherlight-sample ul {
	display: inline-block;
	width: 100%;
}
.featherlight-sample ul li {
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ccc;
	text-align: left;
	list-style: none;
}
.featherlight-sample ul li a {
	display: block;
	width: 100%;
	padding: 10px 70px 5px 0;
	color: #666;
	cursor: pointer;
}
.featherlight-sample img {
	margin: 0 0 20px 0;
}


/*-- パンくず ---*/
.breadcrumb {
	display: inline-block;
	width: 1100px;
	margin: 60px auto 0;
	padding: 0 20px 0 0;
	color: #222;
	font-size: 1.4rem;
}
.breadcrumb a {
	color: #E60012;
}


/*-- Simple Lightbox ---*/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	margin-top: -200px;
}


#flow {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}
.wp-post-image {
	display: none;
}
.skip-link {
	display: none;
}




/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	color: #555;
	background: rgba(255,255,255,85%);
	/* border-bottom: solid 1px #ccc; */
	z-index: 1000;
}
.menu-toggle,
.site-title,
.site-description {
	display: none;
}
.site-header-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px 0 0;
}
.site-header-inner .site-branding {
	flex-shrink: 0;
    width: auto;
    max-width: 30%;
    padding: 5px 0 0 0;
}
.site-header-inner .site-branding img {
	width: 100%;
}
.site-header-inner .main-navigation {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	flex-grow: 1;
}
.site-header-inner .main-navigation .site-tel {
	display: flex;
	margin: 22px 0 0 0;
	color: #E60012;
	font-size: 3.0rem;
	font-weight: bold;
	align-items: baseline;
	gap: 10px;
	letter-spacing: 0;
}
.site-header-inner .main-navigation .site-tel i {
	margin: 0 5px 0 0;
}
.site-header-inner .main-navigation .site-tel span {
	color: #666;
	font-size: 1.4rem;
}
.menu-unit {
    display: flex;
    align-items: center;
}
.site-header-inner .main-navigation ul.menu {
	display: flex;
    margin: -5px 0 0 0;
    padding: 0;
    gap: 25px;
}
.site-header-inner .main-navigation ul.menu li a {
    color: #555;
    font-size: 1.5rem;
}
.site-header-inner .header-actions {
	position: absolute;
	top: -7px;
	right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.site-header-inner .contact-btn a {
    display: block;
    padding: 9px 15px 4px 15px;
    color: #fff;
    background-color: #E60012;
    border-radius: 6px;
    font-weight: bold;
}
.site-header-inner .toggle {
    display: block;
    padding: 9px 15px 6px 15px;
    color: #fff;
    background-color: #E60012;
    border-radius: 6px;
}
.site-header-inner .toggle img {
	padding: 4px 0 4px 0;
}




/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.site-footer {
    display: flex;
	flex-direction: column;
	align-items: center;
    width: 100%;
	height: 600px;
	margin: 160px 0 0 0;
    background: 
        url(https://anotsu-kyokai.com/wp/wp-content/themes/anotsu-kyokai/images/bg-bottom.svg) no-repeat center bottom / 1100px auto,
        linear-gradient(to top, #f06a4d 90px, transparent 90px) !important;
}
.site-footer-inner {
	display: flex;
	flex-direction: column;
    width: 1100px;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px 0 20px;
    background: transparent;
	flex-grow: 1;
}
.footer-nav {
    width: 100%;
}
.footer-nav ul {
    display: flex;
    justify-content: center;
	font-size: 1.4rem;
    gap: 20px;
}
.footer-nav a {
    color: #666;
}
.site-footer-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 960px;
    margin: 20px auto 10px;
	gap: 10px;
}
.fBox01 {
    flex: 0 0 auto;
	margin: 0 0 180px 0;
	color: #000;
	font-size: 2.4rem;
    text-align: left;
}
.fBox01 a {
	display: inline-block;
	margin: 0 0 5px 0;
	color: #000;
}
.fBox01 p {
	margin: 0;
}
.fBox01 p span {
	font-size: 1.8rem;
}
.fBox01 .footer-add {
	color: #666;
	font-size: 1.5rem;
}
.footer-illustration {
    flex: 1;
    display: flex;
    justify-content: center;
}
.footer-illustration img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}
.fBox02 {
    flex: 0 0 auto;
	margin: 0 0 280px 0;
	font-size: 1.5rem;
    text-align: left;
}
.fBox02 i {
	color: #333 !important;
	font-size: 1.0rem;
}
.site-footer-copyright {
    width: 100%;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}










@media all and (max-width: 600px) {
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
html {
	font-size: 62.5%;
	color: #666;
	background: #fff;
}
body {
	font-size: 1.6rem;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}


body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
a,
a:link {
	color: #E60012;
	text-decoration: none;
}
a:visited {
	color: #E60012;
}
a:hover {
	color: #E60012;
}
a:active {
	color: #E60012;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: inherit;
}
q:before,
q:after {
	content:'';
}
p {
	margin: 0 0 30px 0;
}
p.text-end {
	margin: 0 0 60px 0;
}
.bold {
	font-weight: bold;
}
.italic {
    display: inline-block;
    font-style: italic;
    font-weight: bold;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear{
	width: 100%;
	height: 1px;
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
strong {
	color: #000;
	font-weight: bolder;
}
.note {
	font-size: 1.4rem;
}
.btn a {
	display: inline-block;
	width: 96%;
	margin: 0 2% 0 2%;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #E60012;
	border-radius: 8px;
}
label.wp-block-archives__label {
	display: none;
}
blockquote {
	width: 96%;
	margin: 10px 2% 10px 2%;
	padding: 30px;
	background-color: #efefef;
	border: dashed 3px #ccc;
}
blockquote cite {
	font-size: 1.2rem;
}
.annotation {
	font-size: 1.2rem;
}
.last {
	margin: 0 0 20px 0;
}
.check {
	position: relative;
	padding-left: 18px;
}
.check:before {
	content: "";
	position: absolute;
	top: .1em;
	left: 0;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	width: 7px;
	height: 12px;
	border-right: 4px solid #ff6000;
	border-bottom: 4px solid #ff6000;
}
.sp {
	display: revert;
}
.pc {
	display: none;
}
br.sp-only{
	display: inline;
}
br.pc-only{
	display: none;
}

/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}


/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
  font-size: 1.0rem;
  margin: 0 2px 0 2px;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}


/*to enable resizing for IE*/
input,
textarea,
select {
	font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
	display: none;
}

ul.wp-block-latest-posts li {
	list-style: none;
}
#sml-user-links-block ul li {
	list-style: none;
}




/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html, body {
    width: 100% !important;
    height: 100%;
	margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
body {
    display: flex;
    flex-direction: column;
}
#page,
.site {
	position: relative;
	display: flex;
    flex-direction: column;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	flex: 1;
}
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100% !important;
	margin: 0;
	padding: 0;
	background: url(https://anotsu-kyokai.com/wp/wp-content/themes/anotsu-kyokai/images/bg-top.svg) no-repeat;
	background-position: center top 40px;
	background-size: 1000px auto;
    flex: 1;
}
.featherlight-sample,
.breadcrumb {
	text-align: left;
}
.widget,
.widget-area {
	display: none;
}	

	

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
/*-- Sitemap ---*/
.featherlight-sample {
	display: none;
	width: 100%;
	text-align: center;
}
.featherlight-sample ul {
	display: inline-block;
	width: 100%;
}
.featherlight-sample ul li {
	border-bottom: solid 1px #ccc;
	text-align: left;
}
.featherlight-sample ul li a {
	display: block;
	width: 100%;
	padding: 10px 70px 0 0;
	color: #666;
	cursor: pointer;
}
.featherlight-sample ul li span {
	display: none;
}
.featherlight-sample img {
	margin: 0 0 20px 0;
}



/*-- パンくず ---*/
.breadcrumb {
	display: inline-block;
	width: 96%;
	margin: 50px auto 0;
	padding: 0 2% 0 2%;
	font-size: 1.3rem;
}
.breadcrumb a {
	color: #E60012;
}


/*-- Simple Lightbox ---*/
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	margin-top: -200px;
}


#flow {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}
.wp-post-image {
	display: none;
}
.skip-link {
	display: none;
}




/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	color: #333;
	background: rgba(255,255,255,85%);
	/* border-bottom: solid 1px #ccc; */
	z-index: 1000;
}
.menu-toggle,
.site-title,
.site-description {
	display: none;
}
.site-header-inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px 0 10px;
}
.site-header-inner .site-branding {
    flex-shrink: 0;
    width: auto;
	height: 95px;
    max-width: none;
    padding: 1px 0 0 0;
}
.site-header-inner .site-branding img {
    display: block;
    width: auto;
    height: 100%;
}
.site-header-inner .main-navigation .site-tel,
.site-header-inner .main-navigation .site-tel i,
.site-header-inner .main-navigation .site-tel span,
.site-header-inner .main-navigation .contact-btn,
.site-header-inner .main-navigation ul.menu,
.site-header-inner .main-navigation ul.menu li a {
	display: none
}
.site-header-inner .header-actions {
	position: absolute;
	top: 35px;
	right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
	padding: 4px 0 4px 0;
}
.site-header-inner .contact-btn a {
    display: block;
    padding: 9px 15px 4px 15px;
    color: #fff;
    background-color: #E60012;
    border-radius: 6px;
    font-weight: bold;
}
.site-header-inner .toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 40px;
	padding: 15px;
    color: #fff;
    background-color: #E60012;
    border-radius: 6px;
}
.site-header-inner .toggle img {
	padding: 4px 0 4px 0;
}






	
	

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.site-footer {
	position: static;
	display: block;
    width: 100%;
	min-height: 0;
	height: auto;
	margin: 80px 0 0 0;
	padding: 0;
	color: #333;
	flex-shrink: 0;
	background: url(https://anotsu-kyokai.com/wp/wp-content/themes/anotsu-kyokai/images/bg-bottom.svg) no-repeat center bottom,
		linear-gradient(to top, #f06a4d 75px, #f06a4d 75px, transparent 75px) !important;
	background-size: 150% auto, 100% 100% !important;
	overflow: hidden !important;
	clear: both;
}
.site-footer-inner {
	display: flex;
	flex-direction: column;
    width: 100%;
	margin: 0 auto;
	height: auto;
	min-height: 0;
	padding: 0 20px 0 20px;
    background: transparent;
	flex-grow: 1;
}
.footer-nav {
    position: relative;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
}
.footer-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 60%;
    border-bottom: dashed 2px #ccc;
	transform: translateX(-50%);
}
.footer-nav ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
    gap: 5px 20px !important;
	line-height: 1.2;
}
.footer-nav li {
	display: inline-block;
	width: auto;
}
.footer-nav a {
    color: #666;
}
.site-footer-link {
    display: flex;
    flex-direction: column;
	align-items: center;
	justify-content: flex-end;
    width: 100%;
	max-width: none;
	height: auto;
	min-height: 0;
    margin: 0 auto;
    padding: 0;
	gap: 20px;
}
.fBox01 {
	order: 1;
	display: block;
    flex: 0 0 auto;
	width: 100%;
	margin: 0;
	color: #000;
	font-size: 3.4rem;
    text-align: center;
	letter-spacing: 0;
}
.fBox01 a {
	color: #000;
}
.fBox01 p {
	margin: 0;
}
.fBox01 p span {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
}
.fBox01 .footer-add {
	margin: 0;
	color: #666;
}
.footer-illustration {
	order: 3 !important;
    display: block;
    justify-content: center;
	width: 100%;
	flex: 0 0 auto;
	overflow: visible;
}
.footer-illustration img {
	display: block;
	width: 110%;
	max-width: none;
	height: auto ;
	margin: 0 0 0 51%;
	transform: translateX(-49%);
}
.fBox02 {
	order: 2;
	width: 100%;
	margin: 0 auto -40px;
	font-size: 1.5rem;
    text-align: center;
    flex: 0 0 auto;
	z-index: 100;
}
.fBox02 a {
	display: block;
	width: 90%;
	margin: 0 auto 8px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 2.0rem;
    text-align: center;
	background-color: #E60012;
	border-radius: 8px;
}
.fBox02 i {
	display: none;
}
.site-footer-copyright {
    width: 100%;
	margin: 5px 0 -5px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
}
}