@charset "utf-8";
/*----------------------------------------------------------------------------------------

	post.css (pc)

----------------------------------------------------------------------------------------*/

/* ページ・シングル 共通 //
////////////////////////////////////////////////////////////////////*/

.content {
	line-height: 1.8;
	text-align: justify;
	word-break: break-all;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content li {
	margin-bottom: 5px;
}
.content li:first-child {
	margin-top: 10px;
}
.content li:last-child {
	margin-bottom: 10px;
}
.content ul li {
	list-style-type: disc;
}
.content ol li {
	list-style-type: decimal;
}

/* テキストの色 ///
---------------------------------------------- */
.content .text-color-red {
	color: #e84b62;
}
.content .text-color-orange {
	color: #f80;
}

/* テキストの大きさ ///
---------------------------------------------- */
.content .text-size-big {
	font-size: 20px;
}

/* 寄せ ///
---------------------------------------------- */
.content .alignright, .content .alignleft {
	margin: 5px 0 15px;
}
.content .alignright {
	margin-left: 20px;
	float: right;
}
.content .alignleft {
	margin-right: 20px;
	float: left;
}
.content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* テーブル ///
---------------------------------------------- */
.content table {
	margin: 10px auto;
	width: 670px;
	border-collapse: collapse;
}
.content table th, .content table td {
	padding: 10px;
	border: 1px solid #ccc;
	line-height: 1.5;
}
.content table th {
	background-color: #ededed;
	font-weight: bold;
}

/* ボタン ///
---------------------------------------------- */
.btn-more {
	margin-top: 15px;
	width: 200px;
	height: 43px;
	display: table;
}
.btn-more a {
	padding: 0 20px;
	background: url(../images/post/btn-more.png) center / auto 100%, #3d3533;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px #fff;
	display: table-cell;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
	vertical-align: middle;
}
.btn-more a::before {
	margin-right: 10px;
	width: 11px;
	height: 11px;
	background: url(../images/post/arrow.png) center / contain, #338bcf;
	border-radius: 2px;
	display: inline-block;
	font-size: 10px;
	font-weight: 900;
	line-height: 12px;
	text-align: center;
	content: "";
}
.btn-more a:hover {
	opacity: 0.8;
	color: #FFF;
}
/*青色*/
.btn-more.btn-color-blue a {
	background: url(../images/post/h2.png) repeat no-repeat top left / auto 100%, #0672c4;
}
.btn-more.btn-color-blue a::before {
	background-color: #3d3533;
}


/* 固定ページ用のスタイル //
////////////////////////////////////////////////////////////////////*/

.post-type-page p + p {
	margin-top: 10px;
}
.post-type-page p, .post-type-page li {
	margin-right: 20px;
	margin-left: 20px;
}
.post-type-page ul li {
	margin-left: 40px;
}
.post-type-page ol li {
	margin-left: 40px;
}

/* 見出し1 ///
---------------------------------------------- */
.post-type-page h2, .line01 {
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 13px 20px 12px;
	height: 80px;
	background: url(../images/post/h2.png) repeat no-repeat top left 100%, #0672c4;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px #fff;
	display: flex;
	clear: both;
	align-items: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.3;
}

/* 見出し2 ///
---------------------------------------------- */
.post-type-page h3, .line02 {
	box-sizing: border-box;
	margin: 30px 10px 20px 10px;
	padding: 7px 15px 5px 30px;
	min-height: 50px;
	background-color: #edf1f5;
	border: 1px solid #ccc;
	box-shadow: inset 0 0 0 1px #fff;
	clear: both;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	line-height: 1.3;
}
.post-type-page h3::before, .line02::before {
	box-sizing: border-box;
	width: 10px;
	background: linear-gradient(#338bcf 50%, #0672c4 50%);
	border: 1px solid #014c86;
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 10px;
	content: "";
}
/* 見出し2 ///
---------------------------------------------- */
h3.line03, .line02.line03 {
	background-color: #FFF;
}

/* 見出し3 ///
---------------------------------------------- */
.post-type-page h4, .content .hed-small {
	margin: 20px 20px 10px;
	clear: both;
	color: #e84b62;
	font-size: 16px;
}
.post-type-page p + h4, .content p + .hed-small {
	margin-top: 30px;
}

/* シングル表示用のスタイル //
////////////////////////////////////////////////////////////////////*/

.post-type-post {
	margin: 0 20px;
}
.post-type-post h1, .post-type-post h2, .post-type-post h3, .post-type-post h4, .post-type-post h5, .post-type-post h6 {
  margin-right: 20px;
  margin-left: 20px;
}
.post-type-post .line02 {
	margin-right: 0;
	margin-left: 0;
	background-color: #fff;
}
.post-type-post ul,
.post-type-post ol {
    margin-left: 20px;
}

.post-type-post .hed-small {
    margin: 20px 0 10px;
}
.post-type-post a:hover {
    opacity: 0.8;
}


/* comment respond-form */

.single #respond {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

#respond,
#comments {
    margin-top: 20px;
}
#respond h3,
#comments h3 {
    color: #FF6600;
    font-weight: bold;
    font-size: 16px;
}

div#comments {
    padding-top: 0;
    margin-left: 10px;
    margin-right: 10px;
}

#comments ul {
    margin: 0;
}
#comments ul li.comment {
    display: block;
    margin-right: 0;
    margin-top: 10px;
}
#comments ul.children {
	margin-left: 45px;
}
#comments h3 {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
#comments article {
    border-top: 1px dotted #CCC;
    padding: 10px 0 0;
    margin-left: 10px;
    margin-right: 10px;
}
#comments > ul > li:first-child > article:first-child {
	border-top: none;
	padding-top: 0;
}
.avatar {
    float: left;
    margin-right: 13px;
}
.vcard {
    line-height: 1.4;
}
.vcard b {
    font-weight: normal;
}
.vcard span {
	font-size: 12px;
}
.comment-awaiting-moderation {
    margin-top: 10px;
    color: #f30;
}
.comment-metadata {
    font-size: 12px;
}
.comment-metadata a {
    text-decoration: none;
    color: #de3b50;
}
#comments .comment-content p {
    margin: 0.5em 0 0 45px;
    padding: 0;
    line-height: 1.4;
    font-size: 13px;
}
#comments .comment-content img {
    height: auto;
}
.wpulike .wp_ulike_general_class {
    margin-left: 45px;
}

.reply {
    text-align: right;
}
.reply a {
    color: #FF6600;
}

.comment-form {
    display: flex;
    flex-direction: column;
}
.comment-form .form-submit {
    order: 1;
}
.comment-form > p {
	margin-bottom: 10px;
}
.comment-form p label,
label[for^="comment_image_reloaded"] {
	font-size: 13px;
}

#respond .comment-notes {
    font-size: 12px;
}
#respond .required {
    color: #FF6600;
}
#respond input,
#respond textarea {
    display: block;
    background-color: #f2f2f2;
    padding: 5px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
#respond input {
	width: 300px;
}
#respond textarea {
	width: 100%;
	height: 100px;
    box-sizing: border-box;
}
#respond input[type="submit"] {
    font-family: メイリオ, Meryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    color: #FFF;
    width: 150px;
    background-color: #FF6600;
    border-radius: 4px;
    border: none;
    font-weight: bold;
    margin-top: 1.5em;
    line-height: 1.7;
    cursor: pointer;
}
#respond input[type="submit"]:hover {
    background-color: #FF9900;
}
#respond #submit {
	margin-left: 0;
}


/* 越谷リバーウォークに参加しよう！ ///
---------------------------------------------- */

.postid-3121 .content p{
	margin-top: 10px;
}
.postid-3121 .content.post-type-post > p:first-child {
    margin-bottom: 20px;
}
.postid-3121 .content.post-type-post > p.yazi {
    margin-bottom: 30px;
}
.postid-3121 .content.post-type-post > p.yazi + p.yazi {
    margin-top: -30px;
}
.yazi a::before{
	margin-right: 5px;
    width: 11px;
    height: 11px;
    background: url(../images/post/arrow.png) center / contain, #006ec3;
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
    content: "";
}
.postid-3121 .alignright{
	margin-bottom: 30px;
}
.content .wp-image-3184{
	margin-top: -40px;
}


/* 各コース案内///
---------------------------------------------- */

.grey{
    margin: 10px auto;
    border: 1px solid #CCC;
}

/* 日光道中400年の歴史をたどる ///
---------------------------------------------- */
.content:has(.tour) ul{
	margin: 0;
}
.content:has(.tour) ul li{
	list-style-type: none;
	margin: 0;
}
.content:has(.tour) > p:first-of-type img{
	margin-bottom: 15px;
}
.content:has(.tour) > p:nth-of-type(2) img{
	margin-bottom: 15px;
}
.content:has(.tour) .map{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 30px;
}
.content:has(.tour) .map img{
	margin: -20px 5px 0 0;
}
.content:has(.tour) .map ul{
	display: flex;
	flex-wrap: wrap;
}
.content:has(.tour) .map ul li{
	margin-right: 15px;
}
.content:has(.tour) .map > div{
	width: 480px;
}
.content:has(.tour) .map + h3{
	margin-top: 20px;
}
.content:has(.tour) h4{
	margin: 0;
	font-size: 16px;
	color: #014c86;
}
.content:has(.tour) p.yazi {
    margin-top: 10px;
}
.content:has(.tour) p.yazi::after{
	clear: both;
    display: block;
    content: "";
}
.content:has(.tour) .guide{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 25px;
}
.content:has(.tour) .tour > li {
	margin: 10px 0 0;
}
.content:has(.tour) .guide img{
	margin: 25px 0px 0 0;
}
.content:has(.tour) .guide h4{
	margin-bottom: 10px;
}
.content:has(.tour) .tour + ul{
	margin: 20px 0 0;
}
.content:has(.tour) .tour + ul + p.yazi{
	margin-bottom: 10px;
}
.content:has(.tour) .guide + p{
	text-align: center;
}
.content:has(.tour) .in{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 25px;
}
.content:has(.tour) .in ul{
	margin-bottom: 20px;
}
.content:has(.tour) .in img{
	margin: -50px 10px 15px 0;
}
.content:has(.tour) .alignright{
	margin-bottom: 0;
}

