@charset "UTF-8";
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}







/*marginとpaddingを初期化*/
img,
dl,
dd,
dt
#header-logo,
#menu-gnavi,
#news-contents dd,
.module-set ul {
	margin: 0;
	padding: 0;
}

/*見出しの文字サイズの基本設定*/
h1 {
	font-size: 3em; /* 48px */
	line-height: 1em;	/* 48px */
	margin-bottom: 0.5em;	/* 24px */
}
h2 {
	font-size: 2.25em; /* 36px */
	line-height: 1.3333;	/* 48px */
	margin-bottom: 0.6667em;	/* 24px */
}
h3 {
	font-size: 1.5em; /* 24px */
	line-height: 1.25em;	/* 30px */
	margin-bottom: 1em;	/* 24px */
}
h4,h5,h6 {
	font-size: 1em; /* 16px */
	line-height: 1.25em;	/* 20px */
	margin-bottom: 1.5em;	/* 24px */
}



/*リンク部分の設定*/
nav li a,
.contents-list a,
#news-categories li a,
#news-contents dd a,
#news-contents h3 a,
.entry-header-2 a,
.entry-header-6 a,
.breadcrumbs a,
.wp-pagenavi a,
.post-title a,
.morelink-1,
.morelink-2,
.morelink-3,
#postnavi a,
.module-set a,
.module-more-link a {
	color: #333;
	text-decoration: none;
}
.breadcrumbs a:hover,
.post-info span a:hover,
.morelink-2:hover,
#postnavi a:hover,
.module-more-link a:hover {
	text-decoration: underline;
	/*background: #9FC;*/
}
#news-contents dd a:hover,
#news-contents h3 a:hover {
    color: #6CBC64;
    transition: all 0.2s;
}
a.link-block {
    display: block;
}


/*箇条書きマークを消す設定*/
.ls-none {
	list-style: none;
	padding: 0;
}


/*画像の設定*/
.pagebody .entry-section img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 1em;
}
a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
.frame-circle img {
	border-radius: 50%;
}
img.border-radius {
	border-radius: 0.5em;
}
#news-list img,
.archive article img {
    margin-bottom: 0.75em;
}
.single .entry-section img,
.page .entry-section img {
	margin-bottom: 1.5em;
}


/*段落文字の設定*/
article p,
dl dd {
    line-height: 1.375em;
}

/*パンくずリスト*/
#breadcrumbs-area {
	text-align: right;
	margin: 1em 1.5em;
}
.breadcrumbs {
	font-size: 0.85em;
}




/*右寄せ・左寄せ・中央寄せの設定*/
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}
.floatnone {
	float: none;
}







/*固定ページetc.で使用するタイトルデザイン*/
.header-1 {
    position: relative;
    display: inline-block;
    top: 0;
    padding: 0.25em 0.5em;
    margin-bottom: 1em;
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: rgba(21,76,114,1.0);
}
.header-1::before,
.header-1::after {
    position: absolute;
    display: inline-block;
    top: 0;
    content: "";
    width: 0.5em;
    height: 100%;
    border-top: 2px solid rgba(21,76,114,1.0);
    border-bottom: 2px solid rgba(21,76,114,1.0);
}
.header-1::before {
    left: 0;
    border-left: 2px solid rgba(21,76,114,1.0);
}
.header-1::after {
    right: 0;
    border-right: 2px solid rgba(21,76,114,1.0);
}
#contents-list .header-1,
#contents-list .header-1::before,
#contents-list .header-1::after {
    color: #fff;
    border-color: #fff;
}
.header-2,
.header-2 span {
	position: relative;
}
.header-2 {
	text-align: center;
    color: rgba(21,76,114,1.0);
    font-family: 'Poppins', sans-serif;
    font-style: italic;
	font-weight: normal;
    margin-bottom: 1em;
}
.header-2 span {
    display: inline-block;
	padding-left: 0.5em;
    padding-right: 0.5em;
	text-align: left;
	background: #fff;
    z-index: 2;
}
.header-2::before {
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 1;
	content: "";
	display: block;
	width: 80%;
	height: 1px;
	background: rgba(21,76,114,1.0);
}
.header-3 {
	position: relative;
	padding-left: 0.75em;
	font-size: 1em;
}
.header-3::before {
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(21,76,114,1.0);
	font-size: 1.2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
}
.header-3 a {
    text-decoration: none;
    color: rgba(21,76,114,1.0);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-3 a:hover {
	letter-spacing: 0.25em;
}

/*投稿記事の追加CSSで使用するタイトルデザイン*/
.title-1 {
	position: relative;
	font-size: 1.75em;
    color: rgba(21,76,114,1.0);
	font-weight: normal;
	border-bottom: 1px solid rgba(21,76,114,1.0);
	padding: 0.5em 1.5em 0.25em;
	margin-bottom: 1em;
}
.title-1::before,
.title-1::after {
	position: absolute;
	content: '';
	border-radius: 100%;
}
.title-1::before {
	top: 0.4em;
	left: 0.4em;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: rgba(21,114,27,.75);
}
.title-1::after {
	top: 0.8em;
	left: 0.8em;
	width: 15px;
	height: 15px;
	background: rgba(207,151,0,.75);
}
.title-2 {
	position: relative;
	font-size: 1.5em;
	font-weight: bold;
    color: rgba(207,151,0,1);
	padding: 0 0.5em;
	margin-bottom: 1em;
}
.title-2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 0.4em;
	background: rgba(207,151,0,.25);
}
.title-3 {
	font-size: 1.5em;
    color: rgba(21,76,114,1.0);
    padding: 0.5em;
    background: rgba(21,76,114,.2);
    border-left: 5px solid rgba(21,76,114,1.0);
	margin-bottom: 1em;
}
.title-4 {
    color: rgba(21,114,27,1);
    position: relative;
    padding-left: 2em;
    margin-bottom: 1em;
}
.title-4::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: rgba(21,114,27,1.0);
    background: rgba(21,114,27,.25);
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
}

.title-6 {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.5em;
	color: rgba(21,76,114,1.0);
	font-size: 1.2em;
}
.title-6::before {
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(21,76,114,1.0);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f075";
}
.title-8 {
    color: rgba(21,76,114,1.0);
    font-family: 'Poppins', sans-serif;
    font-style: italic;
	font-weight: normal;
}
.title-9 {
	color: rgba(21,76,114,1.0);
	font-size: 1.5em;
}





/*もっと見るリンク１*/
.morelink-1 {
    display: inline-block;
    padding: 0.5em 1em;
    color:  rgba(21,76,114,1.0);
    border: 2px solid rgba(21,76,114,1.0);
    border-radius: 0.25em;
    transition: .4s;
}
.morelink-1:hover {
    background: rgba(21,76,114,1.0);
    color: #fff;
}
#contents-list .morelink-1,
#contents-list .morelink-1:hover {
    color: #fff;
    border-color: #fff;
}
#contents-list .morelink-1:hover {
    background: rgba(255,255,255,.5);
}


/*PageNavi部分*/
.wp-pagenavi {
	margin-bottom: 3em;
	text-align: center;
}
.wp-pagenavi a,
.pages,
.current {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.75em;
	border: 1px solid rgba(21,76,114,1.0);
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	color: rgba(21,76,114,1.0);
}
.wp-pagenavi a:hover {
	color: #fff;
	border-color: rgba(15,56,84,1.0);
	background: rgba(15,56,84,1.0);
    transition: .3s;
}
.current {
	color: #fff;
	background: rgba(21,76,114,1.0);
}


/*LINE登録ボタン*/
#mail-register {
    position: fixed;
    z-index: 2;
    left: 1em;
    bottom: 1em;
    background: none;
    border: none;
}
#mail-register a {
    display: inline-block;
    text-decoration: none;
    background: rgba(6,199,85,1.0);
    color: #fff;
    width: 6em;
    height: 6em;
    padding-top: 1.5em;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 0px 2px 2px rgba(0,0,0,.3);
    border-bottom: #780009;
    transition: .4s;
}
#mail-register a:hover {
    background: rgba(6,199,85,0.5);
}
#mail-register a:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0,0,0,0.15);
    border-bottom: none;
}







/*ヘッダー部分*/
.home header {
	background: rgba(173,233,247,1.0);
}
.home #header-inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
#header-img {
    margin-top: 2em;
}
#header_home_btn {
	width: 50%;
	height: auto;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 3;
}
#header-logo {
	width: 20%;
    margin: 0.5em;
}

/*バナー部分*/
.home #banner {
    padding-top: 7em;
}




/*グローバルナビ部分*/
.menu-trigger,
.menu-trigger span,
.menu-trigger p {
    display: inline-block;
    transition: all .4s;
    cursor: pointer;
}
.menu-trigger {
    position: fixed;
	top: 1em;
	right: 2em;
    width: 3em;
    height: 3em;
    background: transparent;
    border: 0;
    z-index: 4;
}
.menu-trigger span {
    position: absolute;
    background: rgba(21,76,114,1);
    width: 3em;
    height: 0.2em;
    left: 0;
    right: 0;
    margin: auto;
	box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff;
}
.menu-trigger span:nth-of-type(1) {
    top: 0.5em;
}
.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0.5em;
}
.menu-trigger.active span:nth-of-type(1) {
	background: #fff;
	box-shadow: none;
    -webkit-transform: translateY(0.9em) rotate(-45deg);
    transform: translateY(0.9em) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2),
.menu-trigger.active p {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	background: #fff;
	box-shadow: none;
    -webkit-transform: translateY(-0.9em) rotate(45deg);
    transform: translateY(-0.9em) rotate(45deg);
}
.menu-trigger p {
    position: absolute;
    bottom: -2.5em;
    left: 0;
    right: 0;
	text-align: center;
	text-shadow: 0 0 1px #fff, 0 0 2px #fff;
}
#gnavi {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(21,76,114,.9);
    width: 100%;
    height: 100%;
    z-index: 3;
}
#menu-gnavi {
    margin-top: 2em;
    padding: 2em;
}
#menu-gnavi li {
    border-bottom: 1px dotted #fff;
}
#menu-gnavi li a {
    display: block;
    text-align: center;
	text-decoration: none;
    color: #fff;
    padding: 1em 0;
	transition: .5s;
}
#menu-gnavi li a:hover {
    background: rgba(255,255,255,.4);
}



/*サイドバー部分*/
.module-set {
	margin-bottom: 3em;
	padding: 1em 1em 0.5em;
}
.module-title-1 {
	font-size: 1em;
	line-height: 1.75em;
	font-weight: normal;
	color: #fff;
	background: rgba(21,76,114,1);
    padding: 0.75em;
	position: relative;
}
.module-title-1::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 1em transparent;
    border-right: solid 1.25em rgba(15,56,84,1);
}
.module-list li {
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-list li a {
	font-size: 1em;
    padding: 1em 2.25em;
    color: #666;
}
.module-list li::before,
.module-list .menu li::before {
	position: absolute;
    z-index: 2;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(21,76,114,1);
	top: 1em;
	left: 1em;
}
.module-list li+li,
.module-post li+li {
	border-top: 2px dotted rgba(21,76,114,1);
}

.module-post a {
	display: block;
	padding: 0.75em 0.25em;
    line-height: 1.25em;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-post a:hover {
    background: rgba(21,76,114,0.4);
}
.module-post time {
    display: block;
	font-size: 0.85em;
	font-family: 'Fjalla One', sans-serif;
}
.module-link li+li {
	margin-top: 1em;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
.widget_execphp {
	margin-bottom: 2em;
}




/*フッター部分*/
footer {
	border-top: 1px solid #ccc;
	padding: 2em 0 0;
}
#copyright {
	font-size: 0.75em;
	margin-bottom: 0;
	padding-bottom: 1em;
}
#footer-logo img {
	width: 50%;
	height: auto;
}


/*テーブルの設定*/
.entry-table-1,
.entry-table-1 th,
.entry-table-1 td {
	border: 1px solid rgba(21,76,114,1.0);
}
.entry-table-1 th,
.entry-table-1 td {
	padding: 0.5em;
}
.entry-table-1 {
	width: 85%;
	margin: auto;
	border-collapse: collapse;
}
.entry-table-1 th {
	width: 25%;
	background: rgba(21,76,114,.4);
	font-weight: normal;
	color: #fff;
}
.entry-table-1 td {
	width: 75%;
}
.entry-table-1 span {
	color: #f00;
	font-size: 0.75em;
	margin-left: 1em;
}



/*トップページ*/
.contents-header {
    padding: 1em;
    text-align: center;
    /*background: rgba(232,221,192,1.00);*/
}
.post-info {
    margin-bottom: 0.5em;
}
.post-info time {
	font-family: 'Fjalla One', sans-serif;
}

#news-list h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
}
#contents-list .entry {
    position: relative;
}
#contents-list .contents-header {
    position: absolute;
    top: -1em;
    width: 40%;
    background: rgba(21,76,114,.75);
    color: #fff;
}
#contents-list .entry:nth-child(odd) .contents-header {
    right: 1em;
}
#contents-list .entry:nth-child(even) .contents-header {
    left: 1em;
}

/*固定ページの子ページ一覧*/


/*お知らせ記事関連*/
.archive #news-list i,
.post-info i {
    color: rgba(207,151,0,1.0);
    margin-right: 0.5em;
}
time {
    margin-right: 2em;
}

/*記事一覧ページ*/
.archive #news-list li+li {
    border-top: 1px dotted rgba(21,76,114,1.0);
    padding-top: 3em;
}

/*個別記事ページ*/
#bookmarking-area .wp_social_bookmarking_light {
	float: right;
}
#entry-info-area {
	margin: -2em 0 0;
	padding: 1em 0.5em 0.5em;
}
.single article p,
.single article ul,
.single article ol {
	font-size: 1.125em;
	line-height: 1.5em;
}
#postnavi {
	margin-top: 2em;
	padding: 2em 0;
}




/*固定ページ*/
.page article p,
.page article ul,
.page article ol {
	font-size: 1.125em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
.page-template article ul {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 1em;
}
#map {
	position: relative;
	padding-bottom: 60%;
	height: 0;
	overflow: hidden;
}
#map iframe{
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 90%;
}



/*お問い合わせページ*/
.contact-block dl {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
    align-items: stretch;
}
.contact-block dl+dl {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}
.contact-block dt,
.contact-block dd {
	margin: 0;
	padding: 0.25em;
    display: flex;
    align-items: center;
}
.contact-block dt {
	border-left: 3px solid #429138;
    background: #6CBC64;
	padding-right: 0.5em;
}
.contact-block p {
	text-align: center;
	margin: 2em 0;
}
.contact-block p input {
	padding: 0.25em 1em;
	background: #fff;
}


/*アクセス情報部分*/
address {
    font-style: normal;
}
#google-maps {
    position: relative;
    padding: 20%;
    height: 0;
    overflow: hidden;
}
#google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}




/*プライバシーポリシー*/
.page-id-19 dl {
	margin-bottom: 2em;
}
.page-id-19 dl dt {
	font-weight: bold;
}
.page-id-19 dl dd {
	margin-left: 0;
}





/*　####　599px以下　####　*/
@media(max-width: 599px) {

    
    /*スマホでは非表示
    （PC＆タブレットの時に表示するコンテンツ）*/
    .sp-none {
        display: none;
    }



}


/*	#####	600px以上	#####	*/
@media(min-width: 600px) {

    html {
        font-size: 100%;
    }

    /*PC&タブレットでは非表示
    （スマホの時のみ表示するコンテンツ）*/
    .pc-tb-none {
        display: none;
    }







}


/*	#####	767px以下	#####	*/
@media(max-width: 1024px) {


    
    /*バナー部分*/
    /*#banner {
        padding-top: 0.5em;
    }*/




}







/*	#####	768px以上	#####	*/
@media(min-width: 1025px) {


    /*PC以上では非表示
    （タブレット＆スマホの時に表示するコンテンツ）*/
    .pc-none {
        display: none;
    }



    /*フッター部分*/



    



    /*アクセスページ*/
    .shop-info {
        text-align: center;
    }
    .shop-info dt,
    .shop-info dd {
        display: inline-block;
    }
    .shop-info dt {
        font-weight: bold;
    }



    /*ニュース一覧ページ*/




}




/*	#####	1189px以下	#####	*/
@media(max-width: 1189px) {

    /*お知らせ記事一覧*/
    #topics-list {
        width: 95%;
        margin: auto;
    }



}





/*	#####	1190px以上	#####	*/
@media(min-width: 1190px) {

    /*ヘッダー部分*/
    #header_home_btn {
        width: auto;
    }




}