@charset "utf-8";

a {
color: #1a73e8;
text-decoration: none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
backface-visibility: hidden;
}
a:hover {
color: #6ea7e5;
border-bottom: none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
cursor: pointer;	
}

#toTop {
	opacity:0;
	text-decoration: none;
	position: fixed;
	bottom: 52px;
	right:1%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	z-index: 19;
	border-radius: 50%;
}
.dv_suma #toTop {
	bottom:50px;
	right:5px;
	width: 30px;
	height: 30px;
}
#toTop .triangle-up {
  position: absolute;
  margin-top: -18px;
  margin-left: -10px;
  top: 50%;
  left: 50%;
  border: 10px solid transparent;
  border-bottom: 14px solid #ffffff;
  *margin-top: -32px;
}
.dv_pc #toTop:hover {
	outline: none;
background-color: rgba(0,0, 0, .2);
}

.dv_pc .ft-menu li a:hover{
	color: #6f4c2c;
	background-color:#fdf7f1;
}
.ft-menu li.current-menu-item a{
	color: #6f4c2c;
	background-color: #fdf7f1;
	text-decoration: none;	
}
.simple-post-list ul li{
	text-align: left;
	display: block;
	list-style-type: none;
	border-bottom: 1px dotted rgba(65, 65, 65, 0.3);
    padding: 1.2rem 0;
}
.fa-play-circle:before {
    content: "\f144";
	padding: 0 15px; 
}

.sml_date {
	font-size: 13px;
	padding-right: 15px;
	letter-spacing: normal;
}
@media only screen and (max-width: 800px){
span.sml_txt {
	display: block;
	margin-left:10%;
}
}


.new_mark {
	background-color:rgba(0,0,0,0);
	font-size: 10px;
	color: #e60012;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-left: 4px;
}
.simple-post-list .cate_tbox a{
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	border-radius:0;
	font-size: 10px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	vertical-align: middle;
	letter-spacing: normal;
}
ul.kotei_btm li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 10px;
    line-height: 13px;
}

.st-hisu{
font-size: 70%;
background-color: #CB4042;
color: #fff;
padding: 3px 4px;
margin: 0px 10px 0px 0px;
white-space: nowrap;
vertical-align: middle;
}

#wonderplugingridgallery-13 .wonderplugin-gridgallery-item{
padding-top: 30px !important;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999;
}

.style1{
position: relative;
margin: 3rem 0 4rem;
padding-bottom: .5rem;
font-size: 1.6rem;
font-weight: 500;
border-bottom: 1px solid #ccc;
line-height: 2;
text-align: left;
}

.style1:before{
position: absolute;
content: "";
width: 100px;
height: 1px;
left: 0;
bottom: -1px;
background: #000
}

@media print, screen and (max-width: 599px) {.style1{
position: relative;
margin: 0 0 20px;
padding-bottom: 0;
font-size: 16px;
font-weight: 700;
border-bottom: 1px solid #ccc;
line-height: 2
}
}

.inyoumodoki{
background-color: #f3f3f3;
background-repeat: no-repeat;
background-position: left top;
padding-top: 30px;
padding-right: 20px;
padding-bottom: 30px;
padding-left: 20px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 20px;
border: none;
}

.style2{
color: #ffffff;
background-image: url("");
background-color: #d3a2a2;
font-size: 1.2rem;
padding: 10px 0;
border: none;
margin-bottom: 30px;
}

@media print, screen and (max-width: 700px) {
.style2{
color: #ffffff;
background-image: url("");
background-color: #d3a2a2;
font-size: 14px;
padding: 5px;
border: none;
margin-bottom: 20px;
font-weight: 700;
}
}

@media print, screen and (max-width: 700px) {
.wp-embed {
width: 100%}
}
}
.single-post .alignleft{
float: left;
margin: -8px 5px 15px 0px;
}

a.button {
	display: inline-block;
	margin-bottom: 15px;
	cursor: pointer;
	border: 0;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-image: none;
	background-repeat: no-repeat;
	background-color: #d85935;
	color: #FFFFFF;
    -webkit-transition: all 0.4s ease 0s;	
    -moz-transition: all 0.4s ease 0s;	
    -o-transition: all 0.4s ease 0s;	
	transition: all 0.4s ease 0s;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
	margin-top: 15px;
}
a.button:hover {
	background-color: #f3af1c;
    -webkit-transition: all 0.4s ease 0s;	
    -moz-transition: all 0.4s ease 0s;	
    -o-transition: all 0.4s ease 0s;	
	transition: all 0.4s ease 0s;
	text-decoration: none;
	color:#FFFFFF;
}
.kotei_btm {
	position: fixed;
	bottom: 0;
	left:0;
	background-color: rgba(0,0,0,0.90);
	z-index: 999;
}
#cate_label {
	font-size: 12px;
	text-align: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
}
#cate_label span a {
	display: inline-block;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-radius:5px;
	
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 10px !important;
    overflow: hidden;
}
 
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
 
.gallery-icon img {
	width: 100%;
	height: auto;
	margin-bottom: 0px !important;
}

@media print, screen and (max-width: 599px) {.gallery-icon img {
	width: 60%;
	height: auto;
	padding:0px !important;
	margin: 0px !important;
}
}

.gallery-caption { /** キャプション **/
   color: #222;
    font-size: 12px;
    margin: 0 0 10px;
    text-align: center;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}

h1.tp_title {
	font-size: 20px;
	position: relative;
	background-color: #f0f0f0;
	border-radius: 6px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
}

@media print, screen and (max-width: 599px) {h1.tp_title {
margin-top: 30px;
text-align: left;
}
}


h1.tp_title::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}


  
  .con_single h2{
	text-align: left;
	padding: 10px;
	font-weight: normal;
	color: #252525;
	font-size: 20px;
	margin-bottom: 15px;
}

#breadcrumb {

}

#cate_label{

}


div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt{
display: none;
}


.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
display: none;
}

div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
	font-size:13px;
	color: ;
	letter-spacing: 1px;
	line-height: 1.4;
	position: relative;
    -webkit-text-size-adjust: 100%;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
}

.wonderplugin-gridgallery-tags {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
	color: #1a73e8;
	line-height: 1;
}

ul.kotei_btm li a i{
	font-size: 24px;
	color: #fff;
}
 
ul.kotei_btm li a {
	border: none;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.header-top {
	font-family: "ヒラギノ明朝 ProN W6", "Noto Serif Japanese", "HiraMinProN-W6", "HG明朝E", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fdf5e6;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	line-height: 2.46153846;
    height: 32px;
}

.simple-post-list i{
	color: #6f4c2c;
}

.header-hum a{
	color: #000;
	font-size: 12px;
	letter-spacing: normal;
}
.header-hum a i{
	font-size: 30px;
}
.dv_pc .header-hum a:hover {
	color: #666;
}

@media only screen and (max-width: 600px){
.mpc-row[data-row-id="mpc_row-816155388195d08"] > .mpc-overlay--second{
opacity: 0.45;
background: rgba(232, 239, 250 0.7);
}
}

.mpc-row .mpc-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%;
margin:0 -200%;
padding:0 200%; }


@media only screen and (max-width: 600px){.n2-section-smartslider {
    position: relative;
    width: 100%;
	margin-bottom: -20px;
}
}

@media only screen and (max-width: 600px){div.vc_btn3-container.wpb_animate_when_almost_visible.wpb_bottom-to-top.bottom-to-top.vc_btn3-inline.wpb_start_animation.animated{
	margin-bottom: -30px;
}
}

@media only screen and (max-width: 600px){.sns {
	box-sizing: border-box;
	width: 100%;
	margin: -30px auto;
	padding: 10px 0 20px;
	width: 100%;
	text-align:center;	
}
}
.face_sub_t {
	font-size: 12px;
	text-align: left;
	margin-bottom: 30px;
	margin-left: 5px;
}

@media only screen and (max-width: 600px){.wp-embed {
max-width:100%;
}
}

/* 前の記事・次の記事 */
.prev-label {
margin: .5rem .5rem .5rem .5rem;
font-style: italic;
color: #fff;
font-family: 'Open Sans',"Helvetica Neue","Helvetica",'Avenir','Avenir Next Condensed', sans-serif;
z-index: 2;
position: absolute;
top: 0;
left: 0;
}


.next-label {
margin: .5rem .5rem .5rem .5rem;
text-align: right;
font-style: italic;
color: #fff;
font-family: 'Open Sans',"Helvetica Neue","Helvetica",'Avenir','Avenir Next Condensed', sans-serif;
z-index: 2;
position: absolute;
top: 0;
right: 0;
}


.prev-next-title {
margin: 0 1rem;
font-size: .85rem;
}

.adjacent-right .prev-title,.adjacent-right .next-title {
padding: 0 5%;
font-size: .9rem;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
width: 90%;
text-align: left;
color: #454545;
line-height: 1.7;
overflow: hidden;
text-overflow: ellipsis;
}


.adjacent-nav-next-none {
text-align: center;
display: block;
align-items: center;
}


.adjacent-nav-next-none a {
position: relative;
text-decoration: none;
color: #777777;
font-size: 1.1rem;
transition: ease-in-out, .2s;
height: 100%;
width: 100%;
display: block;
text-align: center;
}


.adjacent-nav-next-none a p {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
font-style: italic;
font-family: 'Open Sans', sans-serif;
text-decoration: none;
color: #777777;
font-size: 1.1rem;
margin: 0;
}


.adjacent-nav-next-none a:hover {
opacity: .6;
cursor: pointer;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
-moz-transform: translateY(-2px);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}



/* Responsive */
@media ( min-width: 600px) {
.adjacent-nav {
display: flex;
width: 100%;
height: 6rem;
margin-top: 20px;
}
}


.adjacent-nav-prev,.adjacent-nav-next,.adjacent-nav-prev-none,.adjacent-nav-next-none {
width: 40%;
height: auto;
display: block;
background-color: #f1f1f1;
margin-left: 110px;
margin-right: auto;
}


.adjacent-nav-prev,.adjacent-nav-prev-none {
margin-right: .5%;
}


.adjacent-nav-next,.adjacent-nav-next-none {
margin-left: .5%;
}


.adjacent-nav-prev a,.adjacent-nav-next a {
flex: 1;
height: 100%;
display: flex;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-decoration: none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
overflow: hidden;
}


.adjacent-nav-prev a:hover,.adjacent-nav-next a:hover {
cursor: pointer;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
-moz-transform: translateY(-2px);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}


.prev-next-link a,
.prev-next-link a:first-child {
border: none;
}


.next-link {
text-align: right;
}


.adjacent-right {
width: 65%;
position: relative;
}


/* Images */
.prev-next-img {
height: 100%;
width: 35%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
object-fit: cover;
position: relative;
}


.prev-next-img::before {
background: rgba(0,0,0,0.1);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: ' ';
z-index: 1;
}


@media(max-width: 599px) {
.adjacent-nav {
display: block;
width: 100%;
margin-top: 0px;
}


.adjacent-nav-prev,.adjacent-nav-next,.adjacent-nav-prev-none,.adjacent-nav-next-none {
width: 100%;
height: 6rem;
display: block;
background-color: #f1f1f1;
}


.adjacent-nav-prev,.adjacent-nav-prev-none {
margin-right: 0;
}


.adjacent-nav-next,.adjacent-nav-next-none {
margin-left: 0;
margin-top: 10px;
}


.adjacent-nav-prev a,.adjacent-nav-next a {
flex: 1;
height: 100%;
display: flex;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
text-decoration: none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
overflow: hidden;
}


.adjacent-nav-prev a:hover,.adjacent-nav-next a:hover {
cursor: pointer;
box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
-moz-transform: translateY(-2px);
-webkit-transform: translateY(-2px);
transform: translateY(-2px);
}


.prev-next-link a,
.prev-next-link a:first-child {
border: none;
}
.next-link {
text-align: right;
}
}

.yt{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.yt iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

h1.tp_title2{
margin: 0 0 15px;
font-weight: 600;
font-size: 22px;
line-height: 1.3;
}

.tu{max-width: 70%;
margin: 0px auto;}

@media print, screen and (max-width: 599px) {
.tu{max-width: 100%;}
}

.ytb{
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.ytb iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media print, screen and (max-width: 599px) {
.vc_custom_1630474802192{margin-bottom: -20px !important;
}
}

@media print, screen and (max-width: 599px) {div.vc_row.wpb_row.vc_row-fluid.vc_custom_1634179942832.mpc-row{
margin-bottom:30px;
}
}

@media print, screen and (max-width: 599px) {.vc_custom_1630651127776{
margin-bottom: -50px !important;
}
}


a:hover.img {
border: none;
}

p.fo{padding-top: 10px;
}

<!--前の記事・次の記事 -->
.post-navigation {
    overflow: hidden;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.prev {
    float: left;
	margin-left: 50px;
}

.next {
    float: right;
	margin-right: 50px;
}