
/* webrabo追加 */
#box-uranaimenu {
    text-align: center !important;
}


/* サイドバー */
.kanren dt {
/*     float: none!important; */
/*      width: auto!important; */
}
.kanren dt {
/* 	    text-align: center; */
}

.sharedaddy .sd-title::before {
	position: initial!important;
	margin-bottom:-1.05rem!important;
	
}

body,main {
	background-color:#EEECEB!important;
}

img.aligncenter {

    margin: 0 auto 0px;
}

/* 追加終了 */



body {
    color: #333;
    background: #FFF;
    font-family: Roboto,Karla,Helvetica Neue,Helvetica,Arial,游ゴシック,Yu Gothic,游ゴシック体,YuGothic,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Meiryo UI,メイリオ,Meiryo,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
	    font-size: 14px;
    line-height: 170%;
}

  .article ul,
  .article ol{
    padding-left: 0;
  }

#main {
    float: left;
    box-sizing: border-box;
    width: 740px;
    padding: 0px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 4px;
    margin-bottom: 30px;
}

#mainbox img {
    padding: 0px;
    border: 1px solid #ccc;
}

#mainbox2 img {
    padding: 0px;
    border: 1px solid #ccc;
    margin: 0px 0 30px;
}

#mainbox3 img {
    padding: 0px;
    margin: 0px 0 30px;
}
.entry h2 a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}




.related-entry-read {
    margin: 5px 0 40px;
    float: right;
    padding: 8px 50px;
    font-weight: normal;
    font-size: 16px;
    border-radius: 5px;
    background: #c5b797;
}

.related-entry-read a {
       color: #FFF; 
text-decoration: none;
}

.related-entry-content {
    margin-left: 110px;
    font-weight: normal;
}

.entry-snippet {
    margin: 0 0 5px 0;
    line-height: 150%;
    color: #666;

}

.entry-thumb img {
    border: 0;
    width: 210px;
    height: 140px;
    display: block;
    padding: 3px;
    border: 1px solid #ccc;
}

.entry-card-content {
    margin-left: 230px;
}


.post-meta {
    background-color: #FFF;
}

#categorycolor {
    display: block;
    float: left;
    
    font-size: 12px;
    margin: 0 10px 0 0px;
    /* border: 1px solid #ccc; */
   } 

#event {
    background: #f0efe9;
    padding: 3px 15px;
    /* border-radius: 5px; */
}

#main .entry {
    clear: both;
    margin-bottom: 50px;
    word-wrap: break-word;
    height: 200px;
}

.entry-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 0px;
    margin-left: 0;
}


.osirasebox {
    padding: 30px 0px;
    border-radius: 0 0 15px 15px;
}

.osirase {
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
}


.osirase a {
    background: #FFF;
text-decoration: none;
    padding: 10px 60px;
    font-size: 18px;
    border: 1px solid #c5b797;
    color: #c5b797;
}

.osirase a:hover{
    border: 1px solid #e6e0d2;
    color: #e6e0d2;

}


h3#main1 {
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	background: repeating-linear-gradient(45deg, #3498db, #3498db 5px, #69b4e6 5px, #69b4e6 10px);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    margin: 0;
font-size: 28px;
}


#footer-widget {
    margin: 10px auto;
    text-align: left;
    padding: 0 0%;
    color: #666;
    font-size: 14px;
}

.footer-left {
    float: left;
    width: 50%;
}

.footer-center {
    float: left;
    width: 25%;
}


.footer-right {
    float: left;
    width: 25%;
}


#navi ul{
  position: relative;
  clear: both;
    border-radius:3px;
  margin-bottom: 30px;
  padding:0;
  width:100%;
  box-sizing: border-box;
}

#navi ul ul{
  box-sizing: content-box;
}

#navi ul > li {
    float: none;
    list-style: none;
    position: relative;
    display: table-cell;
    width: 1070px;
    background: rgba(255, 255, 255, 0);
    text-align: center;
}

#navi ul li a span {
    font-size: 13px;
    color: #cacabc;
    margin: 1px 0 1px;
    display: block;
    padding: 0px;
    font-weight: normal;
}

#navi ul li a{
  font-size:14px;
  display: block;
  padding: .3em .7em;
  color:#111;
  text-decoration:none;
    font-size: 15px;
  z-index:99;
}
#navi ul li a:hover{
  background-color:#f7fbff;
}

#navi ul.sub-menu,
#navi ul.children{
  position: absolute;
  display: none;
  margin-left: 0;
  min-width:200px;
  border: 1px solid #ddd;
  list-style:none;
  padding-left:0;
  z-index:99;
}
#navi .sub-menu li,
#navi .children li{
  position: relative;
  border: none;
  float:none;
  height:31px;
}

#navi ul.sub-menu ul,
#navi ul.children ul {
  top:-31px;
  left:200px;
  position:relative;
}
#navi ul li:hover > ul{
  display: block;
}

#navi .menu > li:first-child {
    border-left: 1px solid #8bd3dc!important;
}


#navi .menu > li > a {
    padding: 3px 12px!important;
    border-right: 1px solid #8bd3dc!important;
    /* font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝"; */
    color: #2098A8;
    font-size: 16px;
    font-weight: bold;
height: 50px;
}

#navi ul {
    position: relative;
    clear: both;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 3px;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

#header .alignleft {
    margin-left: 0px;
    margin-right: 0px;
    /* max-width: 700px; */
}

#site-description {
    color: #777;
    margin: 0;
    line-height: 140%;
    font-size: 15px;
    display: none;
    margin-right: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

.entry-title {
    border-bottom: 3px double #8bd3dc;
    padding: 0 0 10px;
    color: #2098A8;
font-size: 28px;
}

.entry-title-link {
    border-bottom: 0px;
}

#archive-title {
    border-bottom: 3px double #8bd3dc;
    padding: 0 0 10px;
    color: #2098A8;
}

.article h3 {
	position: relative;
	padding: 3px 0 3px 15px;
	border-left: 6px solid #8bd3dc;
    font-size: 20px;
    border-bottom: 0px solid #ccc;
    color: #2098A8;
    }

}
.article h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #8bd3dc;
}

.article h2 {
    border-left: 0px;
    margin: 0px;
    font-size: 23px;
	padding: .75em 0;
    display: inline-block;


}

#sidebar h3 {
    border-bottom: 3px double #8bd3dc;
    padding: 0 0 10px;
    color: #2098A8;
font-size: 28px;
}

.su-column-inner {
    margin: 10px 0px 20px;
}

#footer h3 {
    color: #666;
    font-size: 16px;
}

#footer {
    clear: both;
    background-color: #eeefff;
    color: #666;

    padding: 5px;
}


.credit {
    display: block;
    margin: 0 auto;
    background: #2098A8;
    text-align: center;
    color: #FFF;
padding: 10px;

}

.credit a {
    color: #FFF;
text-decoration: none;
}


.tesu {
    padding: 30px 20px 0;
    background: url(https://yamazoetomoko.com/wp-content/themes/simplicity2-child/images/bg.jpg);
    border-radius: 0 0 15px 15px;
}




.owner {
    text-align: center;
    color: #5985b9;
    font-weight: bold;
    font-size: 18px;
margin: 0px 0 20px;
}


h3#main2 {
    padding: .5em .75em;
    background: #937158;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    margin: 0;
    font-size: 28px;
}

div#koumoku {
    padding: 3px 0 3px 15px;
    font-size: 20px;
    border-left: 8px solid #ccc;
}


.koumoku {
    margin: 10px 0px;
    padding: 8px;
    border-radius: 5px;
    background: #ec7c65;
    color: #FFF;
display: table;
}

.bloglink {
    text-align: center;
    margin: 10px auto;
    max-width: 100%;
}


.bloglink a {
    background: #FFF;
text-decoration: none;
    padding: 10px 90px;
    font-size: 18px;
    background: #ec8068;
    color: #FFF;
}

.bloglink a:hover{
    background: #fdccc1;

}

a:hover img {
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}


#header-in .inquiry_box {
    float: right;
    position: absolute;
    right: 0px;
    top: 10px;
    margin: 0px;
}

.inner-block {
    margin: 0 auto;
    padding: 0 10px;

    width: 1106px;
}

#site-title {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 100%;
}

.fa-fw {
    width: 1.28571429em;
    display: none;
    text-align: center;
}

.article h4 {
    font-size: 18px;
    padding: 10px;
    background: #f5f5f5;
border-bottom: 0px;
}


#hyou1 {
width: 100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ccc;
}

#hyou1 thead th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #c00;
	background: #dcdcd1;
}
#hyou1 tbody th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #f5f5f5;
}
#hyou1 td {
	width: 35%;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#hyou2 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #EBEBEB;
	margin: 25px 0;
}
#hyou2 thead {
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	background: #04162e;
}
#hyou2 thead th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    background: #becfe4;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
}
#hyou2 tbody th {
    text-align: center;
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #EBEBEB;
    background: #FAF9F4;
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
}
#hyou2 td {
	width: 350px;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}




#type04 {
width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
    border-left: 0;

}
#type04 th {
    width: 30%;
    padding: 20px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    color: #c5b797;
    background-color: #FAF9F4;
}
#type04 td {
	width: 70%;
	padding: 20px;
	vertical-align: top;
    border-bottom: 1px solid #ccc;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;

}



#box01 {
    padding: 30px;
    text-align: left;
    background-color: #f5f5f5;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}

#box02 {
    padding: 20px;
    margin: 0;
    background: #f5f5f5;
}

#box03 {
    padding: 40px 0;
    margin: 30px 0;
    text-align: center;
    background: #FAF9F4;
}


#box-title {
	position: relative;
    padding: 20px;
    background-color: #e4f4fe;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 16px;
    margin: 30px 0;
    font-weight: normal;

}
#box-title::after {
	position: absolute;
	top: 100%;
	left: 30px;
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 15px solid #e4f4fe;
}

#box-uranai {
    padding: 20px 0px;
    margin: 20px 0;
    border-top: 1px dotted #998878;
}

#box-uranaitext {
    padding: 20px;
    margin: 0;
    background: #f5f5f5;
}

#box-uranaimenu {
    padding: 10px 0px;
}

.box-uranaimeisi {
    padding: 15px 20px;
    border-radius: 30px;
    color: #fff;
    background-color: #c5b797;
    font-size: 14px;
}

.backgreen {
    background: #f0f5ed;
    padding: 60px 0;
}

.backwhite {
    padding: 40px 0;
    margin: 30px 0;
    background: #FAF9F4;

}

.keireki {
    margin: 20px;
    font-size: 14px;
}



.backivory {
    background: #FFF;
    padding: 60px 0;
}


#main {
    margin-bottom: 0;
}

h2#title1 {
    font-size: 31px;
    line-height: 42px;
    letter-spacing: 0.05em;
    font-weight: 200;
    text-align: center;
    border: 0;
    color: #333;
}

h3#container  {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #ccc;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 30px;
}

h3#container1  {
    color: #ccc;
    margin-bottom: 30px;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: 0.05em;
    font-weight: 200;
    text-align: center;

}

h3#container2 {
    color: #ccc;
    margin-bottom: 30px;
    font-size: 31px;
    line-height: 42px;
    letter-spacing: 0.05em;
    font-weight: 200;
	position: relative;
	text-align: center;
border-left: 0px;
padding: 0;
}
h3#container2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
h3#container2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}



h3#title1 {
    font-size: 31px;
    line-height: 42px;
    letter-spacing: 0.05em;
    font-weight: 200;
    text-align: center;
}


dt {
/*     color: #c5b797;
    padding: 20px 10px 20px 20px;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    font-weight: normal;
    font-size: 18px;
    background: #FAF9F4; */
}

dd {
/*     padding: 10px 10px 30px 40px;
    border: 1px solid #dfdfdf;
    border-top: none;
    margin: 0 0 10px; */
}



.article table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
width: 100%;
}

.article td {

    padding: 10px;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
}

.article th {
	width: 30%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;

}


.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
margin: 0;
    padding: 0;
}
.table-ul li {
  display: table-cell;
  vertical-align: middle;
padding: 5px;
}

.pagination a {
    font-weight: 300;
    text-decoration: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-left-width: 0;
    width: 50px;
    height: 30px;
    padding: 5px 0;
    color: #666;
    display: block;
    line-height: 30px;
    font-size: 14px;
}
.pagination li.current a {
    background-color: #f0efe9;
    cursor: default;
    pointer-events: none;
}

#footer-widget ul {
    list-style: disc;
    padding-left: 1em;
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer h3 {
    color: #2098A8;
    font-size: 18px;
    border-bottom: 1px solid #c1d1e0;
    box-shadow: 0px 3px 1px -2px #e0e0e0;
    margin: 0px 20px 0 0px;
    padding: 0px 0 10px 0px;
}

#footer-widget li {
    font-size: 14px;
    line-height: 180%;
}


.entry-read a {
    color: #FFF;
    text-decoration: none;
    padding: 8px 50px;
margin: 8px 0 25px;
    background: #c5b797;
    border-radius: 5px;
    float: right;
}

.entry-read a:hover {
    text-decoration: none;
    background: #e6e0d2;
    color: #FFF;
}

.imgwaku {
    border: 1px solid #ccc;
}

.widget_new_entries a {
    color: #666;
}

.sabu {
    padding: 12px;
    box-shadow: 1px 1px 5px #ccc;
}


.menu {
    background: #f7f7f7;
    padding: 0 20px;
}

.menu img {
    padding: 5px;
    background: #FFF;
}

.cose {
    font-size: 18px !important;
    padding: 10px !important;
    background: #000 !important;
    color: #FFF !important;
    border: 0 !important;
	margin-top: 23px !important;
}

.osiraseb a {
    background: #c5b797;
    text-decoration: none;
    padding: 10px 0px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    display: block;
    border: 1px solid #c5b797;
    color: #FFF;
    margin: 20px 0;
}

.osiraseb a:hover {
    background: #dcd5c4;
}

.midasi3 {
    position: relative !important;
    padding: 5px 0 5px 0px !important;
    border-left: 0px solid #8bd3dc !important;
    font-size: 20px !important;
    border-bottom: 2px dotted #dcdcdc !important;
    color: #c5b797 !important;
}

.box16 {
    padding: 30px 40px;
    margin: 2em 0;
    line-height: 230%;
    color: #2c2c2f;
    background: #e6f2f4;
    border-top: solid 5px #2098A8;
    border-bottom: solid 5px #2098A8;
}



.box17{
    padding: 30px 40px;
    margin: 2em 0;
    line-height: 230%;
    background: -webkit-repeating-linear-gradient(-45deg, #f7f6f4, #f7f6f4 3px,#edeae3 3px, #edeae3 5px);
    background: repeating-linear-gradient(-45deg, #f7f6f4, #f7f6f4 3px,#edeae3 3px, #edeae3 5px);
}
.box17 p {
    margin: 0; 
    padding: 0;
}

.box11{
    padding: 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.box19 {
    padding: 20px;
    margin: 2em 0;
    line-height: 150% !important;
    background: #fFF;
    box-shadow: 0px 0px 0px 10px #FFF;
    border: dashed 1px #ccc;
    border-radius: 8px;
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.scroll-table {
  overflow-x: auto;
}
.scroll-table::-webkit-scrollbar {
  height: 5px;
}
.scroll-table::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.scroll-table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}



#hyou3 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #EBEBEB;
	margin: 25px 0;
vertical-align: middle !important;
}
#hyou3 thead {
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	background: #04162e;
}
#hyou3 thead th {
	vertical-align: middle !important;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    font-size: 18px;
    background: #becfe4;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
}
#hyou3 tbody th {
	vertical-align: middle !important;
    text-align: center;
    width: 150px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border-bottom: 1px solid #EBEBEB;
    background: #FAF9F4;
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
}
#hyou3 td {
	vertical-align: middle !important;
	width: 350px;
	text-align: center;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}


.category-description {
    margin-top: 15px;
    margin-bottom: 50px;
    background-color: #FFF;
    padding: 0;
    border-radius: 0;
    border: 0px solid #ddd;
}


.category-description h3 {
    position: relative;
    padding: 3px 0 3px 15px;
    border-left: 6px solid #8bd3dc;
    font-size: 20px;
    border-bottom: 0px solid #ccc;
    color: #2098A8;
}


.category-description h4 {
    font-size: 18px;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 0px;
}
