


.header-bg{
	background-position:center 15%;
	background-image:url(/archives/008/201904/373fb1ccd613da0f377a23a61386bfd3.jpg);
	position: relative;
	z-index: 0;
}

.header-bg::before {
	content: "";
	position: absolute;
	display: block;
	background: url(/themes/yamato-club/images/bg-dot.png) repeat;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: -1;
}




.head_top {
	background: #00d2cb;
}
.acms-navbar {
    background-color: #68cbd0;
    border-top: solid 1px #68cbd0;
    border-bottom: solid 1px #68cbd0;
}
.acms-navbar li {
    border-left: solid 1px #fff;
}
.acms-navbar li:last-child {
    border-right: solid 1px #fff;
}

.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
	color: #fff;
	transition: 0.3s;
}
.acms-navbar a:hover {
	background: #00d2cb;
}



.entry .entry-title a:focus, .entry .entry-title a:hover, .entry .entry-title a:link, .entry .entry-title a:visited,
.entry h2.entry-title,
.entry h2.entry-title a:link {
	color:#00d2cb !important;
}


.entry .entry-header::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 8px;
    bottom: 13px;
    width: 6px;
    display: block;
    background: #00d2cb;
}

.entry-category-label {
	background: #00d2cb;
}

h2.sub-heading {
	background: #00d2cb;
	margin-bottom: 0;
	padding: 10px 0;
	border-radius: 5px 5px 0 0;
	font-size: 1.6rem;
}

.entry-list {
	background: #68cbd0;
}


@media screen and (max-width: 769px) {
	.acms-navbar {
		border-top: solid 1px #00d2cb;
		border-bottom: none;
	}
	.acms-navbar li {
		border-bottom: 1px solid #00d2cb;
	}
	.acms-navbar a:link, .acms-navbar a:visited, .acms-navbar a:hover, .acms-navbar a:active, .acms-navbar #viewing {
		color: #333;
		background: #fff;
		text-align: center;
	}
	
	
}




/*見出し
-----------------------*/
.entry .entry-title {
	color:  #00d2cb;
	font-weight: normal;
	
}
.base-container .entry h2 {
    position: relative;
    margin-bottom: 22px;
    padding: 5px 0 5px 30px;
    background: #00d2cb;
    color: #fff;
}
.base-container .entry h2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    bottom: 6px;
    width: 7px;
    display: block;
    background: #fff;
}
.base-container .entry h3 {
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	padding: 0 0 0 5px;
	margin-bottom: 35px;
	display: table;
}
.base-container .entry h3::after {
	content: "";
    border-bottom: 5px solid #00d2cb;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -10px;
    position: absolute;
    transform: inherit;
    display: block;
    border-top: none;
    border-right: none;
}
.base-container .entry h3::before {
	content: "";
    background: url(/themes/yamato/images/common/line-h3.png) repeat-x;
    width: 700px;
    height: 5px;
    left: 0;
    bottom: -10px;
    position: absolute;
    transform: inherit;
    display: block;
    border: none;
}


.base-container .entry h4 {
	font-size: 1.8rem;
	background: #68cbd0;
	border-radius: 0;
	text-align: center;
	color: #ffffff;
	width: auto;
	line-height: 1.5;
	display: block;
	font-feature-settings : "palt";
	padding: 5px;
	margin-bottom: 20px;
}


.base-container .entry h5 {
	font-size: 1.8rem;
    color:  #00d2cb;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    padding: 5px 10px;
    border: 1px dotted #000000;
    border-radius: 10px;
    width: auto;
    font-feature-settings: "palt";
    display: inline-block;
}




.base-container .entry p.txt_midashi {
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	color:  #00d2cb;
	position: relative;
	display: table;
    margin: 0 auto 40px;
	z-index: 1;
}



.base-container .entry p.txt_color {
	color:  #00d2cb;
	font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 0 5px;
}

.search-result-heading {
    font-size: 2.5rem;
    color: #00d2cb;
}
.search-result:before {
    background-color: #00d2cb;
}


.acms-entry ul, .acms-entry ol {
    border-color: #00d2cb;
	padding: 10px;
	margin-left: 10px;
    margin-right: 10px;
}

.entry-body ul li,
.entry-body ol li {
	padding-left: 35px;
}

.acms-entry ol > li:before {
	left: 10px;
}
.acms-entry ul > li:before, .acms-entry ol > li:before {
	background: #00d2cb;
}

.acms-entry ol > li:nth-child(2n):before {
	background: #68cbd0;
}

.topicpath a:active, .topicpath a:hover, .topicpath a:link, .topicpath a:visited {
	color: #00d2cb;
	transition: 0.3s;
}
.topicpath a:hover {
	text-decoration: underline;
}


@media screen and (max-width: 769px) {
}



/*TOP
-----------------------*/
.txt_read {
	text-align: center;
    font-weight: bold;
    font-size: 2rem;
	margin-bottom: 40px;
	color: #00d2cb;
}

.txt_midashi {
	border-bottom: 1px solid #00d2cb;
    padding-bottom: 5px;
    border-left: 5px solid #00d2cb;
    padding-left: 10px;
    font-size: 1.8rem;
	margin-top: 30px;
}
h3.news {
	background: #00d2cb;
	font-size: 2rem;
    padding: 3px 0;
    color: #fff;
    margin: 40px 0 10px;
}
.news .acms-margin-bottom-medium {
    margin-bottom: 40px;
}
.news .acms-list-group {
    border-top: 2px solid #00d2cb;
}
.news .acms-list-group-item {
	padding: 15px 10px;
}
.news .acms-list-group-item:last-child {
    border-bottom: 2px solid #00d2cb;
}

.c-page-btn {
    width: 280px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    border: 1px solid #00d2cb;
    background: none;
}
.c-page-btn a {
    padding: 15px 0;
    text-decoration: none;
    color:  #00d2cb;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
}
.c-page-btn::after {
    content: "→";
    position: absolute;
    display: block;
    right: 20px;
    top: 25%;
    color: #00d2cb;
    transition: 0.3s;
}

@media screen and (max-width: 769px) {
	.txt_midashi {
		font-size: 1.6rem;
	}
	
	h3.news {
		font-size: 1.8rem;
	}
	
	.acms-list-group-item time {
		display: block;
	}
	.acms-list-group-item a {
		margin: 0;
	}
	
	.c-page-btn {
    	width: 70%;
	}
	
	.c-page-btn a {
		padding: 10px 0;
		font-size: 1.4rem;
	}
}










/*共通
-----------------------*/
.acms-entry [class*="column-image-"], .acms-entry .acms-grid > [class*="column-image-"] {
	margin-top: 0;
}
.entry .entry-date {
	display: none;
}
.entry .entry-date.news {
	display: inline-block;
}

.base-container {
	margin-bottom: 50px;
}

.sub-heading a:active,.sub-heading a:hover, .sub-heading a:link, .sub-heading a:visited {
	color: #fff;
	transition: 0.3s;
}
.sub-heading a:hover {
	opacity: 0.7;
}

#adminBox {
	margin-bottom: 25px !important;
}
.topicpath {
    margin-bottom: 10px;
}
.topicpath li, .topicpath li:after {
    font-size: 1.4rem;
}

.head_top a {
	display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    width: 19.79%;
}
.head_top a img {
	width: 100%;
	max-width: 285px;
}

.header-wrap {
	height: auto;
}


.header-inner-pattern2 {
	background-color: inherit;
	padding: 95px 0;
}
.top .header-inner-pattern2 {
	padding: 180px 0;
}


.header-inner-pattern2 .header-title {
    padding-right: 0;
    color: #fff;
    text-shadow: inherit;
    font-size: 3.6rem;
    font-weight: bold;
}


.acms-entry [class*=column-image-] {
	padding: 0 10px;
}


.acms-entry [class*="column-image-"]::before,
.acms-entry [class*="column-image-"]::after {
	display: none;
}

.acms-entry [class*="column-image-"] img {
	border: none;
}


@media screen and (max-width: 769px) {
	.head_top a {
		padding: 15px 0;
		width: 50%;
	}
	
	.header-inner-pattern2 {
		padding: 30px 0;
	}
	
	.top .header-inner-pattern2 {
		padding: 80px 0;
	}
	
	
	.header-inner-pattern2 .header-title {
		font-size: 2rem;
	}
	
	.header-inner-pattern2 .header-desc {
		display: none;
	}
}











/*メイン・サイド
-----------------------*/
.acms-icon-search:before {
    font-size: 1.4rem;
    line-height: 1.5;
}


.entry .entry-header {
	border-top: none;
	position: relative;
	padding-left: 25px;
}

.entry .entry-header h2 {
	text-align: left;
	background: none;
    font-weight: normal;
    padding: 0;
} 



.entry-list {
	padding: 7px;
	border-top: none;
}
.entry-list li {
	background: #fff;
}
.entry-list li.detail a {
	text-align: right;
    margin: 0 auto;
    color: #027bcf;
    padding: 5px;
    width: auto;
    font-size: 1.2rem;
	transition: 0.3s;
}
.entry-list li.detail a:hover {
	background: none;
	opacity: 0.5;
}

@media screen and (max-width: 769px) {
}


