/* @override https://www.yamaken.org/mt/kuidaore/assets/css/common.css */

@charset "UTF-8";
/* **************************************
CSS Information

Site URL:
File name:  common.css
Summary:  共通CSS
Created:  2017/12/23
************************************** */
/*=======================================
  headline1
=======================================*/
/*------------------------------
  headline2
-------------------------------*/
/* headline3-------------*/

/*=======================================
  import
=======================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*=======================================
  js module
=======================================*/
.jsOver { /* rollover */ }
.jsFade  { /* fade */ }
.jsAcc  { /* accordion */ }
.jsSlider  { /* slider */ }

/*=======================================
  default
=======================================*/
html {font-size: 62.5%;}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6;
  color: #222;
  -webkit-text-size-adjust: 100%;
  background: #fafafa;
}

/*------------------------------
  responsive
-------------------------------*/
.pc { display: inherit;}
.sp { display: none;}

@media screen and (max-width:767px) {
  .pc { display: none;}
  .sp { display: inherit;}
}

/*------------------------------
  link
-------------------------------*/
a,
a:link,
a:active {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {color: #CCC;}
a[href^="tel:"] {cursor: default;}
a[href$=".pdf"]:after {
  font-family: "fontello";
  content: "\f1c1";
  margin: 0 5px;
}

/*------------------------------
  other
-------------------------------*/
label {cursor: pointer;}
strong {font-weight: 500;}
@media screen and (max-width:767px) {
  img{
    max-width: 100%;
    height: auto;
    width /***/:auto;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.aligncenter {
  display: block;
  margin: 0 auto 2rem auto;
}
.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media screen and (max-width:767px) {
  .alignright {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .alignleft {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

/*=======================================
  header
=======================================*/
/*------------------------------
  header - layout
-------------------------------*/
header {
  margin: 20px 0 25px 0;
  padding: 0 0 5px 0;
  background: url(../images/hdr-sep.png) no-repeat center bottom;
}
/*------------------------------
  header - module
-------------------------------*/
header .hdrInner {}
header .hdrSearch {
  margin: 0 auto 20px auto;
  width: 1280px;
  text-align: right;
}
header .hdrLogo {
  margin: 0 0 0 0;
  text-align: center;
}
header input {
  padding: .5rem 20px;
  background: #F5F5F5;
  border: 1px solid #979797;
}
header input::-webkit-input-placeholder {
  text-align: center;
}
@media screen and (max-width:767px) {
  header .hdrSearch {
    margin: 0 auto 20px auto;
    width: auto;
    text-align: right;
  }
}

/*=======================================
  container
=======================================*/
/*------------------------------
  container - layout
-------------------------------*/
.container {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width:767px) {
  .container {
    margin: 0 auto;
    width: auto;
  }
}

/*------------------------------
  container - module
-------------------------------*/
.ttlBorder {
  position: relative;
  border-bottom: solid 3px #71a601;
}
/* .ttlBorder::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #8FC33A 15%, #8FC33A 85%, transparent);
  background-image: linear-gradient(to right, transparent, #8FC33A 15%, #8FC33A 85%, transparent);
  background-position: center;
  background-repeat: no-repeat;
} */




/* topicPath-------------*/
.topicPath {margin-bottom: 30px;}
.topicPath ul li {
  display: inline-block;
}
.topicPath ul li a::after {
  font-family: "fontello";
  content: "\e847";
  margin: 0 5px;
}
@media screen and (max-width:767px) {
  .topicPath {font-size: 14px;}
}

/*=======================================
  contents
=======================================*/
/*------------------------------
  contents - layout
-------------------------------*/
.contents {
  float: right;
  width: 970px;
}
@media screen and (max-width:767px) {
  .contents {
    float: none;
    margin: 0 1em;
    width: auto;
  }
}

/*------------------------------
  contents - module
-------------------------------*/
.contents h2 {
  margin: 0 0 2rem 0;
  padding: 0 .5rem 1rem .5rem;
  font-size: 20px;
}
.contents h2::first-letter {
  font-size: 28px;
  color: #AF473C;
}
.contents .postMeta .cDate {
  color: #5F5F5F;
  font-size: 14px;
}
.contents .postMeta .cCat a {
  padding: 2px 2rem;
  background: #AF473C;
  color: #FFF;
  font-size: 14px;
}
.contents .indexMain {padding: 0 0 2rem 0;}
.contents .indexMainL {
  float: left;
  margin: 0 30px 0 0;
  width: 450px;
}
.contents .indexMainL img {
  box-shadow: 2px 2px 4px gray;
}
.contents .indexMainR {
  float: left;
  width: 450px;
}
.contents .indexMainR p {
  display: block;
  margin: 1rem 0 5rem 0;
}
.contents .indexReadMore {
  text-align: center;
}
.contents .indexReadMore a {
  padding: .5rem 2rem;
  background: #8FC33A;
  color: #FFF;
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .contents .indexMain {padding: 0 0 2rem 0;}
  .contents .indexMainL {
    float: none;
    margin: 0 0 0 0;
    width: auto;
  }
  .contents .indexMainR {
    float: none;
    width: auto;
  }
}

/* masonry-------------*/
.contents .grid {
  margin: 2rem auto 0 auto;
  max-width: 960px;
}
.contents .grid::after {
  content: '';
  display: block;
  clear: both;
}
.contents .gridItem {
  float: left;
  margin: 0 1rem 2rem 1rem;
  padding: 1rem;
  width: 200px;
  box-shadow: 2px 2px 4px gray;
  font-size: 14px;
}
.contents .gridItem .gridImg {
  text-align: center;
}
/* single page-------------*/
.entry {margin-bottom: 50px;}
.entry h3 {
  margin: 0 0 2rem 0;
  padding: 0 .5rem .5rem .5rem;
  font-size: 20px;
  border-bottom: 2px solid #8FC33A;
}
.entry h4 {
  margin: 0 0 2rem 0;
  padding: 0 .5rem .5rem .5rem;
  font-size: 18px;
  border-bottom: 2px solid #CCC;
}
.entry h5 {
  margin: 0 0 2rem 0;
  padding: 0 .5rem .5rem .5rem;
  font-size: 18px;
  border-bottom: 1px solid #CCC;
}
.entry p {
  margin: 0 0 2rem 0;
  *zoom: 1;
}
.entry p::before,
.entry p::after {
    content: " ";
    display: table;
}
.entry p::after {clear: both;}
.entry em {font-style: italic;}
.entry strong,.entry b {font-weight: bold;}
.entry hr {border-top: 1px solid #eee;}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry blockquote {
  margin: 2em 1em;
  padding: 1em 1em 1em 3em;
  background-color: #f5f5f5;
  position: relative;
  word-break: break-all;
}
.entry blockquote::before {
  content:"“";
  font-size: 600%;
  line-height: 1em;
  font-family:"ＭＳ Ｐゴシック",sans-serif;
  color: #CCC;
  position: absolute;
  left: 0;
  top: 0;
}
.entry ul {
  list-style-type: disc;
  margin: 2rem 4rem;
}
.entry ol {
  list-style-type: decimal;
  margin: 2rem 4rem;
}
.entry ol li {}
.entry dl {margin-bottom: 2rem;}
.entry dt {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #CCC;
  font-weight: bold;
}
.entry dd {margin-bottom: 2rem;}
.entry table {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.entry table th {
  padding: 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
  background: #f5f5f5;
  width: 30%;
}
.entry table td {
  padding: 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
/*------------------------------
  pagenation
-------------------------------*/
.pagenation {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.pagenation ul {}
.pagenation li {
  padding: 1em;
  border-bottom: 1px dotted #EEE;
}
.pagenation li:last-child {
  border-bottom: none;
}
.pagenation li a {
  display: block;
}
.pagenation li.prev a {}
.pagenation li.prev a:before {
  margin-right: .5em;
  content: '<';
}
.pagenation li.next a {
  text-align: right;
}
.pagenation li.next a:after {
  margin-left: .5em;
  content: '>';
}


/*=======================================
  lnav
=======================================*/
/*------------------------------
  lnav - layout
-------------------------------*/
.lnav {
  float: left;
  width: 280px;
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .lnav {
    float: none;
    margin: 0 1em;
    width: auto;
  }
}

/*------------------------------
  lnav - module
-------------------------------*/
aside {margin-bottom: 30px;}
.lnav h3 {
  font-size: 20px;
  margin: 0 0 1rem 0;
  padding: .5rem;
}
.lnav h3::first-letter {
  font-size: 24px;
  color: #AF473C;
}
/* profile-------------*/
.lProfile {font-size: 14px;}
.lProfile a {
  color: #AF473C;
  font-weight: bold;
}
/* book-------------*/
.lBook {}

/* entrylist-------------*/
.lEntrylist {font-size: 12px;}
.lEntrylist ul {}
.lEntrylist ul li {margin-bottom: 1.5rem;}
.lEntrylist ul li img {
  float: left;
  margin: 0 1rem 0 0;
}
.lEntrylist ul li p {
  float: left;
  width: 170px;
}

/* category-------------*/
.lCategory {font-size: 18px;}
.lCategory select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5rem 20px;
  background: #F5F5F5;
  border: 1px solid #979797;
  width: 260px;
}
.lCategory select::-ms-expand {
  display: none;
}
.lCategory .selectWrap {
  position: relative;
  display: inline-block;
}
.lCategory .selectWrap::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
}
.lCategory .selectWrap::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #A0A0A0 transparent transparent transparent;
}

/* archive-------------*/
.lArchive {font-size: 18px;}
.lArchive ul {
  display: flex;
  flex-wrap: wrap;
}
.lArchive ul li {
  position: relative;
  padding: 0 0 0 20px;
  width: 120px;
  background: url(../images/ico-archivelist.png) no-repeat center left;
}
.lArchive ul li a {color: #AF473C;}
.lArchive ul li ul.menuMonth {
  display: none;
  position: absolute;
  background: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.lArchive ul li:hover ul.menuMonth {
  display: block;
  top: 24px;
  opacity: 1;
  z-index: 1;
}
.lArchive ul li ul.menuMonth li {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #EEE;
  cursor: pointer;
  background: none;
}
.lArchive ul li ul.menuMonth li:hover {
  background: #EEE;
}

.lArchive ul li ul.menuMonth li a
	{
	display: inline-block;
	padding: .5em 0.5rem;
	width: 100%;
}


.navigation {
  text-align: center;
  margin: 20px 0 50px;
}
.navigation a {
  padding: .5rem 2rem;
  background: #8FC33A;
  color: #FFF;
  font-size: 18px;
}

/*=======================================
  footer
=======================================*/
/*------------------------------
  footer - layout
-------------------------------*/
footer {
  margin: 0 auto;
  width: 1280px;
}
@media screen and (max-width:767px) {}




