/*  ################################################################

    Author:
    URL:

    Project Name:
    Version: 1.0
    URL:

################################################################# */

/* ------------------------------------------
                  COMMON
------------------------------------------ */

body {
    padding-top: 125px;
    font:15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #111;
    line-height: 1.6;
}

a {
    color: #007530;
}

header {

}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1em 0;
    border-radius: 0;
    border-bottom: solid 1px #e9e9e9;
    background: rgba(255,255,255,0.88);
    z-index: 1000;
    transition :all 0.2s ease-in-out 0s;
}

.sticky {
    padding: 0.25em 0;
    background: rgba(255,255,255,0.98);
}

.navbar h1 {
    text-align: left;
}

.navbar h1 img {
    transition :all 0.2s ease-in-out 0s;
}

.sticky h1 img {
    transform :scale(0.8);
}

.navbar-header {
    margin: 0;
}

.logo_images {
    width: auto;
    height: 50px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav > li {
    padding: 5px 0;
}

.navbar-nav > li > a {
    padding: 10px 12px;
}

.navbar-nav li > a:hover {
    background: #f1f1f1;
}

.navbar-nav li.active > a {
    background: #f1f1f1;
    color: #111;
}

.mt-dropdown-menu {
    padding: 0;
    overflow: hidden;
    width: auto;
    max-width: 400px;
    min-width: 0px;
}

.mt-dropdown-menu li a {
    padding: 8px 16px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.mt-dropdown-menu li .nolink {
    padding: 8px 16px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    cursor: default;
    white-space: nowrap;
    color: #cccccc;
}
.mt-dropdown-menu li.catdepth-2 .nolink, .mt-dropdown-menu li.catdepth-3 .nolink {
  color: #cccccc;
}

.navbar-nav>li>.dropdown-menu li:last-child {
  padding-bottom: 4px;
}
  
/*サブカテゴリ対応追加*/
.mt-dropdown-menu li ul {
    list-style: none;
    padding: 0px;
}

.folder-open {
    list-style-type: none;
    padding-left: 0px;
}
.folder-open li {
    padding: 8px 8px 0px 8px;
}

.folder-open > li > a {
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    margin: -4px -8px;
}

#localnavi nav .sub-folder ul {
    list-style-type: none;
    padding-left: 16px;
}

#localnavi nav .sub-folder li, #localnavi nav .dropdown-menu li {
  padding: 0px;
}

#localnavi nav .dropdown-menu li a {
  padding: 8px 16px;
}

#localnavi nav .sub-folder li a {
  padding: 8px 16px;
  margin-left: -8px;
}

#localnavi nav .sub-folder li.folder-label {
  padding: 8px 8px 8px 0px;
  color: #666;
}
#localnavi nav .sub-folder li.folder-label::after {
  content: "\f0d7";
  color: #666;
  margin-left: 0.5rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome; /*Font Awesomeのフォントファミリー*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bread-open > li > a {
    color: #333;
}

.bread-open>.active>a, .bread-open>.active>a:hover, .bread-open>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-toggle i {
    padding-left: 0.5em;
    font-size: 72%;
}

ul.header-socialbtn {
    float: right;
    margin-bottom: 0;
    padding-left: 1em;
}

ul.header-socialbtn li {
    display: inline-block;
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
}

ul.header-socialbtn li a {
    min-width: 30px;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

ul.header-socialbtn li.googleplus a {
    background: #B40486;
}

ul.header-socialbtn li.twitter a {
    background: #00B6F1;
}

ul.header-socialbtn li.facebook a {
    background: #3B599C;
}

footer {
    padding: 15px 0;
    background: #af0000;
    font-size: 90%;
    color: #fff;
}

#footer-navi li {
    display: inline-block;
    list-style: none;
}

#footer-navi li a {
    display: inline-block;
    padding: 0 0 0 10px;
    color: #fff;
}

/* ------------------------------------------
             CONTENT COMMON STYLES
------------------------------------------ */

#content {
    padding: 2em 0;
}

#content article h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
　　　　position:  relative;    /* 位置調整 */
    font-weight:  bold;   /* 文字の太さ調整 */
    margin-bottom: 30px;    /* 周りの余白指定 */
    border-bottom: solid 4px rgba(76, 175, 80, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}

#content article h2 {
position: relative;
background: #f4f4f4;
padding: 5px 5px 5px 30px;
font-size: 24px;
color: #474747;
border-radius: 0 10px 10px 0;
}

#content article h2:before {
font-family: "FontAwesome";
content: "\f041";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #d5ff7c;
font-weight: normal;
width: 45px;
text-align: center;
height: 45px;
line-height: 45px;
left: -0.85em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

#content article h3 {
    font-size: 20px;
}

#content article h4 {
    font-weight: bold;
}

#content article p {
    margin-bottom: 1em;
}

#content article .row {
    margin-bottom: 1em;
}

/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */

#mainvisual-lower {
    position: relative;
    padding: 3.5em 0;
	background: url('https://asahiyamaconall.com/images/_contents_top.jpg') no-repeat center bottom;    
	<!--background: url('https://asahiyamaconall.com/.assets/IMG_4039-EDIT.jpg') no-repeat center bottom;-->
    background-size: cover;
    color: #fff;
    text-shadow: 0 1px 0px #000;
}

#mainvisual-lower .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 117, 48,0.2);
}

#mainvisual-lower .row {
    display: table;
    width: 100%;
}

#mainvisual-lower .row .col-sm-12 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

#mainvisual-lower h2 {
    margin: 0;
    font-size: 40px;
}

#mainvisual-lower h2 i {
    padding-right: 10px;
    font-size: 50px;
}

#localnavi {
    background: #f6f6f6;
    border-bottom: solid 1px #e9e9e9;
}

#localnavi nav {
    border-left: solid 1px #e9e9e9;
}

#localnavi nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

#localnavi nav li {
    display: inline-block;
    list-style: none;
    float: left;
    position:relative;
}

#localnavi nav li a {
    position: relative;
    display: inline-block;
    padding: 10.5px 1.5em;
    border-right: solid 1px #e9e9e9;
}

#localnavi nav li.home a {
    padding: 10.5px 1em 10.5px ;
}

#localnavi nav li a:hover {
    background: #fff;
    text-decoration: none;
}

#localnavi nav li span {
    display: inline-block;
    padding: 10.5px 1.5em;
    background: #fff;
    border-right: solid 1px #e9e9e9;
}

#localnavi nav li.pagetop span {
    position: relative;
}

#localnavi nav li a:before {
    border:11px solid transparent;
    border-left-color:#f6f6f6;
    border-right-width:0;
    border-top-width: 23px;
    border-bottom-width: 23px;
    right:-10px;
    content:"";
    display:block;
    top: 0;
    position:absolute;
    width:0;
    z-index:1;
}

#localnavi nav li a:after {
    border:11px solid transparent;
    border-left-color:#e9e9e9;
    border-right-width:0;
    border-top-width: 23px;
    border-bottom-width: 23px;
    right:-11px;
    content:"";
    display:block;
    top:0;
    position:absolute;
    width:0;
}

#localnavi nav li a:hover:before {
    border-left-color:#fff;
}

#localnavi nav li.pagetop ul li {
    display: block;
    float: none;
}

#localnavi nav li.pagetop ul li a {
    display: block;
    border-right: none;
}

#localnavi nav li.pagetop ul li a:hover {
    background: #f6f6f6;
}

#localnavi nav li.pagetop ul li.active a:hover {
    background: #428bca;
}

#localnavi nav li.pagetop ul li a:before,
#localnavi nav li.pagetop ul li a:after {
    display: none;
}

.breadcrumb {
    background-color: #none;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 0;
}

#blog-primary-content {
    padding-left: 0;
}

#entry-list article {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 1px #e9e9e9;
}

#entry-list figure {
    width: 300px;
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}

#entry-list figure img {
    border: solid 1px #e9e9e9;
}

.entry-meta {
    margin-bottom: 1em;
    font-size: 86%;
}

.entry-meta time {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.2em 0.3em 0.2em 0.5em;
    background: #f1f1f1;
}

.entry-meta time span {
    display: inline-block;
}

.entry-meta time span.year {
    padding-right: 0.3em;
}

.entry-meta time span.monthday {
    padding: 0.2em 0.5em;
    background: #fff;
}

.entry-meta .category {
    padding: 0.5em 0.8em;
    margin: 0 2px;
    background: #88cfc5;
    color: #fff;
}

.entry-excerpt {
    margin-bottom: 1em;
}

.pagemore {
    text-align: left;
}

#content #entry-list h1 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
}

#sidebar nav {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 3px #e9e9e9;
}

#sidebar h1 {
	background: #F78181;/*背景色*/
	padding: 0.5em;/*文字まわり（上下左右）の余白*/
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
}


#sidebar ul {
    margin: 12px 0 auto 12px;
    padding: 0;
    list-style-type: none;
}

#sidebar ul li {
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    margin: 0px 0px 12px 0px;
    border-bottom: solid 1px #e9e9e9;
}

#sidebar ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#sidebar .group > ul > li {
  margin-bottom: 24px;
}

h1.page-title {
    margin: 0 0 1em 0;
}

/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */

#entry-detail figure {
    margin-bottom: 2em;
}

#entry-detail img {
    max-width: 100%;
    height: auto;
    margin: 0 20px 20px 0;
}

/* ------------------------------------------
                    figure
------------------------------------------ */

figure figcaption {
    font-size: 0.75em;
    margin-top: 4px;
}
figure.mt-figure-center figcaption {
    text-align: center;
}

/* ------------------------------------------
                    BTN
------------------------------------------ */

.btn-primary {
    background: #007530;
}

.btn-primary:hover {
    background: #00ba4d;
    border-color: #00ba4d;
}

.btn-secondary {
    background: #f1f1f1;
    border-color: #e1e1e1;
}

.btn-secondary:hover {
    background: #f9f9f9;
    border-color: #e9e9e9;
}

.btn-info {
    background: #60A79D;
    border-color: #60A79D;
}

.btn-info:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}

.btn-success {
    background: #60A79D;
    border-color: #60A79D;
}

.btn-success:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}

/* ------------------------------------------
                    TOP
------------------------------------------ */

body#sitetop {
    padding-top: 0;
}

#mainvisual {
    width: 100%;
    min-height: 300px;
    padding: 25em 0 20em 0;
    background: url('https://asahiyamaconall.com/.assets/IMG_4039-EDIT.jpg') no-repeat center bottom;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    border-bottom: solid 1px #e9e9e9;
}

#mainvisual h2 {
    margin: 0 0 20px 0;
}

#mainvisual #main-text {
    margin-bottom: 2em;
    font-size: 18px;
    background-color: rgba( 27, 27, 27, 0.55 );
}

#mainvisual .mv_logo {
    max-height: 280px;
    height: auto;
}

#top-about .webpages {
    padding: 3em 0;
    border-bottom: solid 1px #f1f1f1;
}

#top-about .webpages:nth-child(even) {
    background: #e5fef6;
}

#top-about .webpages h3 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 40px;
	font-family: "ＭＳ Ｐ明朝",serif;
	font-weight: 700;
}

#top-about .webpages h3 span{
     position: relative;
     display: inline-block;
     padding-bottom:0.1em;
     border-bottom: 1px solid black;
}
      
#top-about .webpages h3 span::before,
#top-about .webpages h3 span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
#top-about .webpages h3 span::before {
     border-top: 10px solid black;
}
 
#top-about .webpages h3 span::after {
     margin-top: -1px;
     border-top: 10px solid white;
}

#top-about .webpages p.webpage-lead {
    margin-bottom: 2em;
    text-align: center;
}

#top-about .webpages i {
    padding-right: 0.2em;
}

#top-about .webpages .page-detail {
    text-align: center;
}

#top-about .webpages .page-detail .btn {
    width: 100%;
}

#top-news {
    padding: 3em 0;
    background: #007530;
    color: #fff;
}

#top-news h3 {
    font-size: 40px;
    margin: 0 0 １０px 0;
    text-align: center;
    font-family: "ＭＳ Ｐ明朝",serif;
	font-weight: 700;
}

#top-news a.col-sm-3 {
    display: block;
    width: 262.5px;
    padding: 0;
    margin: 0 15px 15px 15px;
    background: #fff;
    color: #111;
}

#top-news a:hover {
    color: #5f76a6;
    text-decoration: none;
}

#top-news figure {
    display: block;
    height: 150px;
    overflow: hidden;
}

#top-news figure.noimage {
    height: 150px;
    background: #999;
    text-align: center;
    line-height: 150px;
    color: #fff;
    font-size: 30px;
}

#top-news figure img {
    width: 100%;
}

#top-news .entry-detail {
    padding: 1em;
}

#top-news h1 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
}

#top-news p {
    margin-bottom: 2em;
    text-align: center;
}

#top-news p.entry-date {
    font-size: 86%;
    margin-bottom: 0.5em;
    text-align: left;
}

#top-news p.entry-excerpt {
    font-size: 86%;
}

#top-news .top-newslist {
    margin-top: 2em;
    text-align: center;
}

/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */

@media screen and (max-width:767px){

img {
    max-width: 100%;
}

header {
    margin-bottom: 5px;
}

.container > .navbar-header {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
}

.navbar-nav {
    margin: 0;
    border: solid 1px #f1f1f1;
}

.navbar-nav > li {
    padding: 0;
}

button.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin-right: 0;
    background: #f6f6f6;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
}

.container>.navbar-collapse {
    margin: 0;
}

ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom: 3em;
}

section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
    margin-bottom: 0;
}

#footer-logoarea {
    text-align: center;
}

#footer-navi ul.pull-right {
    float: none !important;
    padding: 0;
    text-align: center;
}

footer .col-sm-6 {
    margin-bottom: 0;
}

#top-news a.col-sm-3 {
    width: 90%;
    margin: 0 auto 2em auto;
}

#sidebar {
    width: 100%;
}

#sidebar h1 {
    padding: 1em 0.7em;
    background: #f6f6f6;
}

#entry-list figure {
    width: 40%;
}

}

/* ------------------------------------------
                  for sp
------------------------------------------ */

@media(max-width:480px){

#entry-list figure {
    display: none;
}

}

/* ------------------------------------------
                  sns
------------------------------------------ */

#entry-detail .entry-social-buttons ul {
    clear: both;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
}

#entry-detail .entry-social-buttons ul li {
    margin-right: 0.5em;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
    list-style: none;
}

.entry-social-buttons .entry-social-facebook {
  padding-bottom: 0px;
}

/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}

.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}

.page-navigation li {
    display: inline-block;
    border-bottom: none;
}

.page-navigation li a{
    padding: 0 10px;
}

.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}

.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}

/* サブカテゴリー対応 */
@media (min-width: 768px) {
  .navbar-right .mt-dropdown-menu {
    left: 0;
    right: auto;
  }
}

.mt-dropdown-menu .catdepth-2 {
    text-indent: 8px;
}

.mt-dropdown-menu .catdepth-3 {
    text-indent: 16px;
}

.mt-dropdown-menu .catdepth-2.folder, .mt-dropdown-menu .catdepth-3.folder {
  color: #999999;
  white-space: nowrap;
}

.mt-dropdown-menu .catdepth-2.folder i, .mt-dropdown-menu .catdepth-3.folder i {
  display: inline;
  margin-right: 16px;
}

.mt-dropdown-menu .catdepth-2.pages {
  text-indent: 16px;
}

.mt-dropdown-menu .catdepth-3.pages {
  text-indent: 24px;
}

#sidebar .catdepth-2 {
    position: relative;
    margin-left: 0px;
}

#sidebar li.catdepth-2 {
    border-bottom: 0px;
    margin-bottom: 0px;
}

#sidebar .catdepth-2 .nolink {
    color: #999999;
}
#sidebar .catdepth-2 .nolink::after {
    content: "(0)";
}

#sidebar .catdepth-2::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 0px;
}

#sidebar .catdepth-3 {
    position: relative;
}

#sidebar li.catdepth-3 {
    border-bottom: 0px;
}

#sidebar .catdepth-3 .nolink {
    color: #999999;
}
#sidebar .catdepth-3 .nolink::after {
    content: "(0)";
}
#sidebar .catdepth-3::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 0px;
}

#sidebar .group .side-nav > ul {
    margin-left: 0px;
}


/*-------------
  webpush
-------------*/
.webpush {
display: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

a.webpush:hover {
  text-decoration: none;
}

a:hover .side-webpush {
  text-decoration: none;
}

.side-webpush {
  max-width: 100%;
  margin: 1rem auto 30px;
  display: block;
  text-align: center;
  padding: 1rem;
  background: #5F76A6;
  color: #ffffff;
}

.side-webpush:hover {
  background: #738ABA;
  border-color: #738ABA;
}

.side-webpush__txt {
  text-align: center;
}


.side-webpush__txt::before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-family: FontAwesome;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

7
8
9
10
11
	
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.mt-be-columns {
  display: inline !important;
}

.ttl_background1 {
  font-weight: bold;
  background-color: #080707;
  color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
}

.ttl_background1::after {
  content: '';
  background-color: #080707;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
}