@charset "utf-8";

/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

/*
Name: athome official website
URI: http://www.npoathome.com/
Description: 
Author: 
Author URI: 
*/

/*########################################

		General Setting 

****************************************/

html,
body,
div,
span,
applet,
object,
iframe,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
table,
label,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	/* font-family: inherit; */
	vertical-align: baseline;
	list-style: none;
	line-height: 1.7;

	/* これまで */
	/* font-family: "Myriad Pro", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; */
	
	/* 丸ゴシック */
	/* font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN" , "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" , "じゅん 201", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family: "じゅん 201", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN" , "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" , "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	/* ゴシック */
	/* font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'メイリオ', meiryo, sans-serif; */

	/* 明朝 */
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

#contents .entry-header h2,
#contents .entry-header h4,
#contents .entry-header h5,
#footerLink > .footerLink_item > ul > li > a,
.entry-content h2,
.entry-content h3,
.localmenu h2,
.localmenu li a.current,
.localmenu li a:hover,
.topics>.title{
    /*じゅん201→501*/
	font-family: "じゅん 501", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN" , "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" , "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media (min-width: 768px) {
	.navbar-nav .nav-link{
		font-family: "じゅん 501", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN" , "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" , "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

.clear {
	clear: both;
}

html {}

body {
	color: #595857;
	background-color: #fffaf0;
}

html,
body {
	overflow-x: hidden;
}

* html body {
	font-size: 90%;
	height: 100%;
}

*:first-child+html body {
	font-size: 90%;
}

/* 見出し */
h1 {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

h2 {
	display: block;
	font-size: 130%;
}

h3 {
	display: block;
	font-weight: normal;
}

h4 {
	display: block;
	font-weight: normal;
}

h5 {
	display: block;
	font-weight: normal;
}

small {
	font-size: x-small;
}

/*** リンク ***/
a {
	color: #6495ed;
	text-decoration: underline;
}

a:hover {
	color: #e597b2;
}

a.nothover:hover {
	color: #6495ed;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity: .8;
}

/* ---------- clearfix hack ---------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%
}

.clearfix {
	display: block;
}

/* end MacIE5 */
.row-eq-height {
	flex-wrap: wrap;
}

.text-decoration-none,
.text-decoration-none:hover {
	text-decoration: none;
}

.list_style_number li {
	list-style-type: decimal;
	margin-left: 1.5em;
}

.list_style_disc li {
	list-style-type: disc;
	margin: 0.2em 0 0.2em 2em;
}

.fix-picture {
	width: 100%;
	max-height: 100%;
	height: auto;
}

.fix-picture-bg {
	position: relative;
	width: 100%;
	display: flex;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.fluid-box {
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.fluid-box-inner {
	margin: 0 auto;
	padding: 25px;
}

.table-responsive .table{
	white-space:nowrap;
}


/*########################################

		contents

*****************************************/

.entry-content ul{
	padding-left: 40px;
}
.entry-content li{
	list-style:disc;
}

.wrapper {
	padding: 0;
}

@media (min-width: 992px) {
	.container {
		max-width: 990px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 990px;
	}
}

#contents .entry-header h2 {
	margin: 25px 0px 30px 0px;
	padding: 10px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	font-size: 25px;
	font-weight: bold;
	color: #30267e;
	/*文字色*/
	border-left: solid 3px #30267e;
	/*下線*/
	background-color: #eaf3ff;
}


#contents .entry-header h3 {
	width: 100%;
	margin: 20px 0 10px 0;
	padding: 5px 0px 5px 5px;
	font-size: 17px;
	text-align: left;
	text-indent: 0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contents_noside .entry-header h3 {
	width: 98%;
	margin: 20px 0 10px 0;
	padding: 5px 0px 5px 5px;
	color: #FFF;
	font-size: 17px;
	text-align: left;
	text-indent: 0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contents .entry-header h4 {
	width: 96%;
	margin: 30px 0 10px 12px;
	padding: 5px 0px 5px 0px;
	font-size: 17px;
	text-align: left;
	text-indent: 0.5em;
	font-weight: bold;
	clear: both;
}

#contents .entry-header h5 {
	margin: 15px 0 15px 12px;
	padding: 1px 0px 1px 3px;
	font-size: 15px;
	text-align: left;
	text-indent: 0.3em;
	font-weight: bold;
	border-left: 5px solid #c0c0c0;
}

.row-site-main {
	margin-top: 20px;
}

.site-main_item.site-main_item-page,
.site-main_item.site-main_item-single {
	padding-left: 20px;
	padding-right: 0;
}

.wp-post-image {
	width: 100%;
}

/*########################################

		Header 

*****************************************/
#header {
	height: 190px;
}


/*########################################

		Footer

*****************************************/
#footer {
	margin: 0 auto;
}

.footer_area {
	padding: 0px 0 0;
	font-size: 13px;
	text-align: center;
	background-color: #ebe1a9;
}

#footerInner {
	margin: 0 auto;
	top: 0px;
	left: 0px;
	position: relative;
	padding: 0;
}

/*** フッターリンク ***/
#footerLink {
	padding-top: 25px;
	border-bottom: 1px solid #b0b986;
	margin: 0 -5px;
}

#footerLink:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#footerLink .footerLink_item {
	padding-left: 5px;
	padding-right: 5px;
}

#footerLink ul {
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#footerLink ul a {
	color: #769164;
}

#footerLink > .footerLink_item > ul > li > a {
	font-weight: bolder;
}

#footerLink li li {
	font-weight: normal;
	line-height: 1.8;
	margin-left: 0.5em;
}

footer a {
	color: #6495ed;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.copyright {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	background: #ebe1a9;
	font-size: 12px;
	font: Arial, Helvetica;
	text-align: center;
	background-color: #769164;
	clear: both;
	color: #FFF;
}

.copyright a {
	font-size: 120%;
	line-height: 130%;
	text-decoration: none;
	color: #e2f274;
}

.analytics {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
}

/*** ページトップ ***/
#pagetop {
	width: 950px;
	margin: auto;
	margin-bottom: 10px;
}

#pagetop:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#pagetop a {
	margin: auto;
	width: 110px;
	height: 21px;
	background-image: url(images/footer_pt.png);
	background-repeat: no-repeat;
	float: right;
	text-indent: -9999px;
}

.entry-content h2 {
	font-size: 20px;
	margin: 50px 0 10px 0px;
	line-height: 22px;
	font-weight: bold;

	position: relative;
	color: white;
	padding:0.5em 0.5em 0.5em 1.4em;
	background-color: #30267e;
	border-radius: 5px;
}

.entry-content h2::after  {
	position: absolute;
	top: 50%;
	left:0.7em;
	transform:translateY(-50%);
	content: '';
	width: 5px;
	height:23px;
	background-color:white;
}

.entry-content h3 {
	font-size: 20px;
	color: #30267e;
	border-bottom: 2px solid #6F8CA3;
	padding: .8em .0em .2em;
	margin: 20px 0 10px 0px;
	line-height: 24px;
    font-weight: bold;
}

.entry-content h4 {
	margin: 20px 0 3px 0px;
	width: 100%;
	line-height: 20px;
	color: #30267e;

	text-align: left;
	font-size: 18px;
}

/*########################################

		sidebar

*****************************************/
/* サイドバー */
#sidebar {
	display: block;
	position: relative;
	margin: 10px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_bnr a:hover {
	top: 1px;
	left: 1px;
	position: relative;
}

.sidebar_bnr {
	width: 100%;
}

.sidebar_bnr img {
	width: 100%;
}

/* ローカルメニュー */
.localmenu {
	width: 100%;
	padding: 2px 2px 0px 2px;
	background: #d3d3d3;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

.localmenu h2 {
	margin: 0px 0px 2px 0px;
	padding: 3px 0px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	text-align: center;
	background: #30267e;
}

.localmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.localmenu li {
	margin: 0px;
	padding: 0;
	/* font-size:1.1em; */
	color: #333;
	border-bottom: 1px solid #ADAEAD;
	background: #ffffff url(images/bg_list.gif) 8px 15px no-repeat;
}

.localmenu li a {
	display: block;
	padding: 8px 0 8px 25px;
	color: #595857;
	text-decoration: none;
}

.localmenu li a.current {
	background: #fffafa url(images/bg_list.gif) 8px 15px no-repeat;
	font-weight: bold;
}

.localmenu li a:hover {
	background: #fffafa url(images/bg_list.gif) 8px 15px no-repeat;
	font-weight: bold;
}

/*** パンくずリスト ***/
#pankuzu {
	margin-top: 10px;
}

#pankuzu ul,
#pankuzu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#crumbs {
	height: 1.5em;
	font-size: 80%;
}

#crumbs li {
	float: left;
	line-height: 1.5em;
	padding-left: 1em;
}

#crumbs li a {
	display: block;
	padding: 0 0px 0 0;
	text-decoration: underline;
}

#crumbs li:first-child {
	padding-left: 0;
}

/* Google map*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-password-message{
    color:red;
}

/* スマートフォン */
@media (max-width: 768px) {
	.pc {
		display: none;
	}

	#wrapper-navbar {
		padding-right: 0;
		padding-left: 0;
	}

	#wrapper-navbar .logo {
		height: 35px;
	}

	#wrapper-navbar .logo img {
		height: 100%;
	}

	.site-main_item.site-main_item-page,
	.site-main_item.site-main_item-single {
		padding-left: 20px;
		padding-right: 20px;
	}

	.topimage {
		margin-left: -5px;
		margin-right: -5px;
	}

	.row-site-main {
		margin-top: 10px;
	}

	/* サイドバー */
	#sidebar .row {
		margin-left: -5px;
		margin-right: -5px;
	}

	#sidebar .row .sidebar_bnr {
		padding-left: 5px;
		padding-right: 5px;
	}

	/*ナビ*/
	.navbar-nav .nav-item {
		border-bottom: 1px dashed #333;
	}

	.navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar-light .navbar-nav .nav-link {
		text-decoration: none;
	}

	.content-area {
		padding-left: 5px;
		padding-right: 5px;
	}

	#pagetop {
		width: auto;
		margin-right: 5px;
	}

	#contents .entry-header h2,
	#contents_noside .entry-header h2 {
		margin: 20px 0 10px 0;
		line-height: 1.5;
		font-size: 22px;
		background-size: 8% auto;
		padding-right: 5px;
	}

	#contents .entry-content h3,
	#contents_noside .entry-content h3 {
		margin: 20px 0 10px 0;
		line-height: 1.5;
		font-size: 20px;
		padding-right: 5px;
	}

	#contents .entry-content h4,
	#contents_noside .entry-content h4 {
		margin: 20px 0 10px 0;
		line-height: 1.5;
		font-size: 18px;
		padding-right: 5px;
	}

	#content .entry-contents h5,
	#contents_noside .entry-content h5 {
		margin: 20px 0 10px 0;
		line-height: 1.5;
		font-size: 16px;
		padding-right: 5px;
	}

	#contents .entry-content h2 {
		font-size: 20px;
	}

	#contents .entry-content h3 {
		font-size: 18px;
	}

	#contents .entry-content h4 {
		font-size: 16px;
	}

	#contents .entry-content h5 {
		font-size: 14px;
	}
}

/* PC */
@media (min-width: 768px) {
	.sp {
		display: none;
	}

	/* ナビバー(デコレーション) */
	.navbar-expand-md {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-expand-md .navbar-nav {
		flex-grow: 1;
		padding-left: 0;
		padding-right: 0;
	}

	.nav-item {
		padding-left: 0px;
		padding-right: 0px;
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.nav-item .nav-link {
		color: rgba(0, 0, 0, .9) !important;
		text-align: center;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		height: 100%;
		justify-content: center;
		align-items: center;
		display: flex;
		border-left: #30267e 1px dashed;
	}

	.nav-item:last-child .nav-link {
		border-right: #30267e 1px dashed;
	}

	.nav-item .nav-link:hover {
		opacity: 0.7;
	}

	.nav-item .nav-link::before {
		content: '';
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
		background-position: left center;
		background-repeat: no-repeat;
		margin-right: 10px;
	}

	.nav-item.honmyouji .nav-link{
		font-size: 0.7rem;
	}

	.nav-item.home .nav-link::before {
		background-image: url('images/icon_home.png');
	}

	.nav-item.info .nav-link::before {
		background-image: url('images/icon_info.png');
	}

	.nav-item.honmyouji .nav-link::before {
		background-image: url('images/icon_honmyouji.png');
	}

	.nav-item.aiai .nav-link::before {
		background-image: url('images/icon_aiai.png');
	}

	.nav-item.about .nav-link::before {
		background-image: url('images/icon_about.png');
	}

	#sidebar .row {
		margin-left: 0;
		margin-right: 0;
	}

	#sidebar .row .sidebar_bnr {
		padding-left: 0;
		padding-right: 0;
	}

	/* ナビメニュー */
	.site-main>.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.site-main_item {
		padding-left: 5px;
		padding-right: 5px;
	}

}