@charset "utf-8";

/*
theme Name: new_hiratsuka_2020
Author: Plusers
Description: original theme
version： 2.0.0
*/
/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  color: #000;
  background-color: #f7cc94;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
/*ボタンのリセット*/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}


/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.6;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}


/*コンテンツのサイズ指定*/
.header-nav-wrap,
.header-inner,
.container{
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}


.contents{
width:980px;
display: block;
padding:1.2em;
margin:auto;
}

.container:after {
 display: block;
  clear: both;
  content: '';
}

.footer-inner {
	  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
	padding:30px 10px;
	
}

#center_2{
width:900px;
margin: auto;
overflow: hidden;
	
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
.header-inner{
margin-bottom:1em;	
}

.header-nav-wrap {
	background-color: #fff;
	margin-bottom:20px;
}

.header-nav {
  font-size: 0;
}

#menu-menu-1{
  display: flex;
  justify-content: space-around;
  padding:10px 20px;
  background-color: #f4e8df;
}

.header-nav li {
	list-style-type: none;
	position: relative;
}


.header-nav li a {
	font-size:20px;
	color: #3f312b;
	font-weight: bold;
	text-decoration: none;
}

.header-nav li ul{
	display: none;
	position: absolute;
	background-color: #f5f5f5;
}

.header-nav li a:hover {
  opacity: .6;
}

.header-inner {
	background-color: #fff;
	text-align:center;
 
}
.header-pc{
		 text-align:center;
}
/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
  background-color: #ceb8aa;
}

.footer-nav,
.copyright {
  text-align: center;
}

.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: 0.7rem;
  color: #fff;
}

.menu-pc{
		 text-align:center;
}
.coaltell{
		 text-align:center;	
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.article-content {
  margin-bottom: 2rem;
}

.article-content .article-info {
  margin-bottom: .5rem;
}

.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: .3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
 text-align;left;
  line-height: 1.7;
  letter-spacing: 1px;
}

.article-content p,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.article-content img{
	width:100%;
	overflow:hidden;
}

.article-content table{
	width:100%;
}
.article-content th{
	background-color:#f4e8df;
}

.article-content td{
	text-align:center;
}


.article-content h1 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
  letter-spacing: 1px;
}

.article-content h2 {
  font-size: 1.5rem;
  margin: 3rem 0 2rem;
  padding:0.3em;
  letter-spacing: 1px;
  border-bottom: solid 3px #856859;
  color:#3f312b;
  background-color:#f4e8df;
}

.article-content h3 {
  font-size: 1.3rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 12px #856859;
  background: transparent;
}

.article-content h4 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: .6rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: .6;
}

/*---------------------------------------------------------
トップページのあれこれ
---------------------------------------------------------*/
.aligncenter {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home_pc{
		text-align:center
}

/*---------------------------------------------------------
boxのあれこれ
---------------------------------------------------------*/
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	background-color: #fff;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
			background-color: #fff;
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}

.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  background-color: #fff;
	text-align:center
}
.col_3 > div{
	width: 33.33333%;
	background-color: #fff;
	text-align:center;
	padding:15px 5px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}
}

/*---------------------------------------------------------
レスポンス対応
---------------------------------------------------------*/
@media(max-width: 1024px) {
}

@media(max-width: 800px) {
.container,
.contents{
    width: 100%;
    margin: 0 auto;
  }

  .contents {
    margin-bottom: 1.5rem;
  }
	
#center_2{
    width: 100%;
    margin: 0 auto; 
}

/*---------------------------------------------------------
  ヘッダー
---------------------------------------------------------*/

.site-title a img {
    height: 40px;
  }
	
.site-title a {
    font-size:0.8em;
  }
	
#menu-menu-1{
		display: block;
	}

.header-nav ul {
    text-align: center;
  }

 .header-nav li {
	display: inline-block;
	width: 48%;
    margin-right: 4%;
    margin-bottom: 0.1rem;
	padding:8px 0px;
  }

  .header-nav li:nth-of-type(2n) {
    margin-right: 0;
  }

  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .footer-nav {
    margin-bottom: 1.5rem;
  }

  .footer-nav ul {
    text-align: center;
  }

  .footer-nav li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }

  .footer-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media(min-width: 600px) {
	.home_sumafo,
	.menu-sumafo,
	.coaltell{
		display:none;
	}
}

@media(max-width: 600px) {
  html {
    font-size: 15px;
  }
	
.container{
	margin:0 auto;
	padding:0 auto;
	}

  .header-inner,
  .footer-inner {
    padding: .3rem;
  }

  .contents {
    margin-bottom: 1rem;
  }

.header-nav-wrap{
	margin:0 auto;
	padding:0 auto;
	}
 /*---------------------------------------------------------
  フッター
---------------------------------------------------------*/
.home_pc,
.menu-pc{
		display:none;
	}
	
a.none{
		text-decoration: none;
	}	
	
.home_sumafo{
	display:block;
	text-align:center;
}
	
.menu-sumafo{
			/*background-color: red;*/
			text-align:center;
		
	}
.coaltell{
	 background-color: #EF8A01;
	width:95%;
	font-size:1.5em;
	font-weight:bold;
	color:white;
	}
	
  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
  .article-content h1 {
    font-size: 1.6rem;
  }

  .article-content h2 {
    font-size: 1.4rem;
  }

  .article-content h3 {
    font-size: 1.3rem;
  }

  .article-content h4 {
    font-size: 1.2rem;
  }
	
}

/*マウスオーバーで白く*/
a.overwhite{
  background-color:#ffffff;
  display:block;
}

a.overwhite:hover img{
  cursor:pointer;
  opacity:0.4;
}

/*画像丸く*/
.maru-box img {
  border-radius: 50%;
}


#clear_line {	 	 
 text-decoration: none; /* リンクの下線を出さない */	 	 
}	

.title{
	font-size:1.5em;
	color:#281a14;
	font-weight:bold;
	text-decoration: none;
}

.spacer10{
	height:10px;
}

.spacer20{
	height:20px;
}

.spacer30{
	height:30px;
}
/*FAQ*/
dl.qa {
 overflow: hidden;
 _zoom: 1;
}
 
dl.qa dd,
dl.qa dt {
 text-indent: -2.6em; 
 padding: 0 20px 0px 50px;
}
 
dl.qa dt {
 margin: 20px 20px 0 0;
}
 
dl.qa dd:first-letter,
dl.qa dt:first-letter {
 font-size: 1.6em;
 font-weight: bold;
 margin-right: 10px;
 padding: 5px;
}
 
dl.qa dd {
 margin: 10px 0 -1px 0;
 padding-bottom: 10px;
 border-bottom: solid 1px #fde8d0;
}
 
dl.qa dt:first-letter {
 color: #3498db;
}
 
dl.qa dd:first-letter {
 color: #f8b500;
}
