
/* ------------------------------------------
                  COMMON
------------------------------------------ */

body {
    padding-top: 80px;
    font:15px 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    color: #111;
    line-height: 1.6;
}
a {
    color: #5F76A6;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 0.5em 0;
    border-radius: 0;
    border-bottom: solid 1px #dcdcdc;
    background: rgba(255,255,255,0.88);
    z-index: 1000;
    transition :all 0.2s ease-in-out 0s;
}
.sticky {
    padding: 0.25em 0;
    background: rgba(255,255,255,0.88);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar h1 {
    text-align: left;
    font-size: 22px;
    padding-top: 14px;
    margin-bottom: 20px;
}
.navbar h1 a{
    color: rgb(34,173,203);
}
.navbar h1 img {
    transition :all 0.2s ease-in-out 0s;
}
.sticky h1 img {
    transform :scale(0.8);
}
.navbar-header {
    margin: 0;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}


.navbar-nav {
    width: auto;
}

.navbar-nav > li {
    padding: 5px 0;
}
.navbar-nav > li > a,
.navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a {
    background: transparent;
    padding: 10px 12px;
    color: rgb(34,173,203);
    font-family: "Oswald", Meiryo, sans-serif;
    font-weight: bold;
}
.navbar-nav li > a:hover,
.navbar-nav li.active > a,
.navbar-nav li.force-active > a,
.smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
.smooth-scroll-scrolling .navbar-nav li > a:focus,
.smooth-scroll-scrolling .navbar-nav li.active > a:focus {
    background: #f1f1f1;
    color: rgb(34,173,203);
}

.header-buttonWrap {
  max-width: 120px;
  float: right;
}

ul.header-socialbtn {
    margin-bottom: 0;
    padding-left: 2rem;
}
ul.header-socialbtn li {
    display: inline-block;
    padding: 10px 0;
    list-style: none;
    line-height: 20px;
}
ul.header-socialbtn li a {
    min-width: 30px;
    display: inline-block;
    padding: 5px 0;
    color: #ffffff;
    text-align: center;
}
ul.header-socialbtn li.twitter a {
    background: #00B6F1;
}
ul.header-socialbtn li.facebook a {
    background: #3B599C;
}
footer {
    padding: 15px 0;
    background: #e60000;
    font-size: 86%;
    color: white;
}
.copyright{
    font-family: "Oswald", Meiryo, sans-serif;
}
/* ------------------------------------------
             CONTENT COMMON STYLES
------------------------------------------ */
.content {
    padding: 2em 0;
}
.content article h1 {
    margin: 0 0 15px 0;
    font-size: 30px;
}
.content article h2 {
    font-size: 25px;
}
.content article h3 {
    font-size: 20px;
}
.content article p {
    margin-bottom: 1em;
}
.content article .row {
    margin-bottom: 1em;
}

/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */
.mainvisual-lower {
    position: relative;
    padding: 3.5em 0;
    background: url('images/bg-top-main.jpg') no-repeat center bottom;
    background-size: cover;
    color: #ffffff;
    text-shadow: 0 1px 0px #000;
}
.mainvisual-lower .overray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(34,173,203);
    opacity: 0.8;
}
.mainvisual-lower .row {
    display: table;
    width: 100%;
}
.mainvisual-lower .row .col-sm-12 {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.mainvisual-lower h2 {
    margin: 0;
    font-size: 40px;
}
.mainvisual-lower h2 i {
    padding-right: 10px;
    font-size: 50px;
}
.mainvisual-lower h2 a {
    color: #ffffff;
}
.mainvisual-lower h2 a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.mainvisual-lower h2 a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.blog-primary-content {
    padding-left: 0;
}
.entry-list article {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: solid 1px #e9e9e9;
}
.entry-list figure {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.entry-list figure img {
    width: 100%;
    border: solid 1px #e9e9e9;
}
.entry-meta {
    margin-bottom: 1em;
    font-size: 86%;
}
.entry-meta time {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.2em 0.3em 0.2em 0.5em;
    background: #f1f1f1;
}
.entry-meta time span {
    display: inline-block;
}
.entry-meta time span.year {
    padding-right: 0.3em;
}
.entry-meta time span.monthday {
    padding: 0.2em 0.5em;
    background: #ffffff;
}
.entry-meta .category {
    padding: 0.5em 0.8em;
    background: #666666;
    color: #ffffff;
    margin-right: 8px;
}

.entrytitle {
  margin-bottom: 1em;
}

.entry-body {
  margin-bottom: 2em;
}

.entry-excerpt {
    margin-bottom: 1em;
}
.pagemore {
    text-align: left;
}
.content .entry-list h1 {
    margin-bottom: 15px;
    font-size: 20px;
    color: #111;
}
.sidebar nav {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 3px #e9e9e9;
}
.sidebar h3 {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
    color: rgb(34,173,203);
}

.sidebar ul {
    padding: 0;
    margin: 12px 0 auto 12px;
    list-style-type: none;
}
.sidebar ul li {
    margin: 0px 0px 12px 0px;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    list-style: none;
    border-bottom: solid 1px #e9e9e9;
}

.side-nav > ul > li {
  border-bottom: 0px;
}

.sidebar ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
h3.page-title {
    margin: 0 0 1em 0;
}

/* ------------------------------------------
                 ENTRY DETAIL
------------------------------------------ */
.entry-detail figure {
    margin-bottom: 2em;
}
.entry-detail img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------
             BLOCK EDITOR
------------------------------------------ */
.mt-be-columns {
  display: inline !important;
}

/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn-primary {
    background: rgb(34,173,203);
    border-color: rgb(34,173,203);
    padding: 8px 15px;
}
.btn-primary:hover {
    background: #888888;
    border-color: #888888;
}
.btn-secondary {
    background: #f1f1f1;
    border-color: #e1e1e1;
}
.btn-secondary:hover {
    background: #f9f9f9;
    border-color: #e9e9e9;
}
.btn-info {
    background: #60A79D;
    border-color: #60A79D;
}
.btn-info:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}
.btn-success {
    background: #60A79D;
    border-color: #60A79D;
}
.btn-success:hover {
    background: #74BBB1;
    border-color: #74BBB1;
}

/* ------------------------------------------
                    TOP
------------------------------------------ */
body#sitetop {
    padding-top: 0;
}
#sitetop .navbar{
    background-color: rgba(255,255,255, 0.95);
}
#sitetop .navbar h1 a{
    color: rgb(255,255,255);
}
#sitetop .navbar-nav > li > a,
#sitetop .navbar-nav li > a:focus,
#sitetop .smooth-scroll-scrolling .navbar-nav li.active > a {
    /* color: rgb(255,255,255); */
    color: #888888;
}
#sitetop .navbar-nav li > a:hover,
#sitetop .navbar-nav li.active > a,
#sitetop .navbar-nav li.force-active > a,
#sitetop .smooth-scroll-scrolling .navbar-nav li.force-active.active > a,
#sitetop .smooth-scroll-scrolling .navbar-nav li > a:focus,
#sitetop .smooth-scroll-scrolling .navbar-nav li.active > a:focus {
    background-color: #e60000;
    color: rgb(255,255,255);
}

.mainvisual {
    width: 100%;
    min-height: 95vh;

    padding: 7em 0 3em 0;
    background: url('images/bg-top-main.jpg') no-repeat center bottom;
    background-size: cover;
    text-align: center;
    border-bottom: solid 1px #e9e9e9;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
    background-position: 50% 50%;
}

@media(max-width:768px){
  .mainvisual {
        min-height:50vh;
  }
}

.mainvisual h2 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: #ffffff;
    margin: 0 0 20px 0;
}
.mainvisual .btn-group .btn {
    width: 300px;
}
.mainvisual .logo_images {
    width: auto;
    max-width: 50%;
    height: auto;
}
@media(max-width:768px){
  .mainvisual .logo_images {
    max-width: 72%;
  }
}
.main-text {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    color: #ffffff;
}
.main-text a{
    color: #ffffff;
}
.webpages {
    border-bottom: 1px solid #dcdcdc;
    background-color: #ffffff;
}
.webpages .container {
    padding: 15px 15px;
}
.webpages .image-top{
    padding: 10px 15px 50px 15px;
}
.webpages h3 {
    font-family: "Oswald", Meiryo, sans-serif;
    font-size: 29px;
    /* color: rgb(34,173,203); */
    color: #e60000;
    margin-bottom: 10px;
}
.webpages h4 {
    font-size: 22px;
    color: #767777;
    font-weight: bold;
    padding-left: 10px;
}
.webpages h5 {
    font-size: 18px;
    color: #767777;
    font-weight: bold;
    padding-top: 10px;
}
.webpages img {
    height: auto;
}
.pageimage {
    height: 400px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* figure */
figure {
    margin: 16px 0;
}

figure figcaption {
    font-size: 0.75em;
    margin-top: 4px;
}
figure.mt-figure-center figcaption {
    text-align: center;
}

.top-news {
    padding: 3em 0;
    color: #767777;
    background-color: #ffffff;
}

.top-news h3 {
    font-size: 40px;
    margin: 0 0 25px 0;
    text-align: center;
    color: rgb(34,173,203);
}
.top-news  .col {
    margin-bottom: 15px;
}
.top-news a {
    display: block;
    height: 100%;
    padding-top: 16px;
    background: #ffffff;
    color: #111;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.top-news a:hover {
    color: #5f76a6;
    text-decoration: none;
}
.top-news figure {
    display: block;
    height: 150px;
    overflow: hidden;
    margin-top: 0;
}
.top-news figure.noimage {
    height: 150px;
    background: #999;
    text-align: center;
    line-height: 150px;
    color: #ffffff;
    font-size: 30px;
}
.top-news figure img {
    width: 100%;
}
.top-news .entry-detail {
    padding: 1em;
}
.top-news h4 {
    margin: 0 0 0.5em 0;
    font-size: 114%;
}
.top-news p {
    margin: 0;
}
.top-news p.entry-excerpt {
    font-size: 86%;
}
.top-news .top-newslist {
    margin-top: 2em;
    text-align: center;
}

/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */
@media screen and (max-width:767px){
img {
    max-width: 100%;
}
header {
    margin-bottom: 5px;
}
.container > .navbar-header {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}
.navbar-nav {
    margin: 0;
    border: solid 1px #dcdcdc;
}
.navbar-nav > li {
    padding: 0;
}
button.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin-right: 0;
    background: white;
    border: solid 1px #e60000;
    border-radius: 3px;
    font-size: 15px;
}
.container>.navbar-collapse {
    margin: 0;
}
ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    margin-bottom: 3em;
}
section .col-sm-1:last-of-type, section .col-sm-2:last-of-type, section .col-sm-3:last-of-type, section .col-sm-4:last-of-type, section .col-sm-5:last-of-type, section .col-sm-6:last-of-type, section .col-sm-7:last-of-type, section .col-sm-8:last-of-type, section .col-sm-9:last-of-type, section .col-sm-10:last-of-type, section .col-sm-11:last-of-type, section .col-sm-12:last-of-type {
    margin-bottom: 0;
}

.footer-logoarea {
    text-align: center;
}

footer .col-sm-6 {
    margin-bottom: 0;
}
.mainvisual .btn-group {
    display: block;
    text-align: center;
}
.mainvisual .btn-group .btn {
    display: inline-block;
    width: 45%;
    float: none;
    margin-bottom: 0.5em;
    border-radius: 3px;
}
.mainvisual .btn-group .btn:last-of-type {
    margin: 0;
}
.top-news .col {
    width: 100%;
    margin-bottom: 30px;
}
.top-news a {
    width: 90%;
    margin: 0 auto;
}
.sidebar {
    width: 100%;
}
.sidebar h3 {
    padding: 1em 0.7em;
    background: #f6f6f6;
}
.entry-list figure {
    width: 40%;
}
}

/* ------------------------------------------
                  for sp
------------------------------------------ */
@media(max-width:768px){
.entry-list figure {
    display: none;
}
.mainvisual {
	background-attachment: scroll;
}
.pageimage {
	background-attachment: scroll;
    height: 250px;
}
.navbar h1 {
    font-size: 18px;
    padding-top: 18px;
}
.header-buttonWrap {
  max-width: none;
  float: none;
}
}

/* ------------------------------------------
                  for ipadpro
------------------------------------------ */
@media(max-width:834px){
.entry-list figure {
    display: none;
}
.mainvisual {
	background-attachment: scroll;
}
.pageimage {
	background-attachment: scroll;
    height: 250px;
}
.navbar h1 {
    font-size: 18px;
    padding-top: 18px;
}
}

/* ------------------------------------------
                  for safari
------------------------------------------ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .mainvisual {
	background-attachment: scroll;
	}
    _::-webkit-full-page-media, _:future, :root .pageimage {
	background-attachment: scroll;
}
}

/* ------------------------------------------
                  SNS
------------------------------------------ */
.entry-social-buttons ul {
  clear: both;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.entry-social-buttons ul li{
  margin-right: 0.5em;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
  list-style: none;
}

.entry-social-facebook {
  padding-bottom: 6px;
}

/* ------------------------------------------
                  Pagination
------------------------------------------ */
.page-navigation {
    text-align: center;
}
.page-navigation ul{
    display: block;
    padding-bottom: 10px;
}
.page-navigation li {
    display: inline-block;
    border-bottom: none;
}
.page-navigation li a{
    padding: 0 10px;
}
.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}
.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}

/* サブカテゴリー対応 */
.sidebar .catdepth-2 {
    position: relative;
    margin-bottom: 0px;
    margin-left: 0px;
}

.sidebar li.catdepth-2  {
    border: 0px;
}

.sidebar .catdepth-2 .nolink {
    color: #999999;
}
.sidebar .catdepth-2 .nolink::after {
    content: "(0)";
}

.sidebar .catdepth-2::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 2px;
}

.sidebar .catdepth-3 {
    position: relative;
    margin-left: 12px;
}

.sidebar .catdepth-3 .nolink {
    color: #999999;
}
.sidebar .catdepth-3 .nolink::after {
    content: "(0)";
}

.sidebar .catdepth-3::before {
    content: "└";
    position: absolute;
    left: -1em;
    top: 2px;
}


/* ------------------------------------------
            webpush
------------------------------------------ */
.webpush {
display: none;
}
.pushArea {
  margin: 0rem auto 2rem;
}

.pushArea a {
  text-decoration: none;
}

.mtnet-push-notification-service-enabled .webpush {
  display: block;
}

.side-webpush {
  max-width: 100%;
  display: block;
  text-align: center;
  padding: 12px;
  background-color: rgb(34,173,203);
  color: #ffffff;
  line-height: 1.25;
  border-radius: 3px;
}
.side-webpush:hover {
    background: #888888;
}

.side-webpush__txt {
  text-align: center;
}
@media(max-width:990px){
  .side-webpush__txt-br {
    display:none; 
  }
}

.side-webpush__txt::before {
  content: "\f0f3";
  margin-right: 0.25rem;
  font-size: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}



/*-------------------------------------
           誘導
-------------------------------------*/
.keyvisual__scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	display: block;
	width: 60px;
	height: 60px;
	transform: translateX(-50%);
	z-index: 10;
}
.keyvisual__scroll:before {
	position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
	display: block;
	content: "";
  margin-left: -20px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: rotate 1.5s infinite;
  animation: rotate 1.5s infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/*-------------------------------------
          Google Map
-------------------------------------*/
.google_map{
  border: 4px solid #DDD;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #ededed;
}

iframe.access_map{
  -webkit-filter: saturate(10%);
  -moz-filter: saturate(10%);
  -ms-filter: saturate(10%);
  -o-filter: saturate(10%);
  filter: saturate(10%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
iframe.access_map:hover{
  -webkit-filter: saturate(150%);
  -moz-filter: saturate(150%);
  -ms-filter: saturate(150%);
  -o-filter: saturate(150%);
  filter: saturate(150%);
}


/*-------------------------------------
           table03
-------------------------------------*/

.table03 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.table03 th,
.table03 td {
  border: 4px solid #DDD;
  padding: 8px;
  word-break:break-word;
}

.table03 th {
  /* background: rgba(0,144,255,0.88); */
  background: #e60000;
  text-align: left;
  width: 20%;
  color: white;
}

.table03 td {
  background: white;
  /*word-break: break-all;*/
  overflow-wrap : break-word;
}

@media only screen and (max-width: 800px) {
  .table03 tr,
  .table03 th,
  .table03 td {
    display: block;
    width: auto;
  }
  .table03 th {
    text-align: center;
  }
  .table03 tr:first-child {
    border-top: 4px solid #DDD;
  }

  .table03 th,
  .table03 td {
    border-top: none;
  }
}


/*-------------------------------------
           鎌倉小町食堂 MENU
-------------------------------------*/
.menu{
  padding: 10px;
  border: 7px solid #c38e6e;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 20px;
  background-image: url(images/blackboard.jpg);
  background-size: cover;
  background-repeat: repeat-y;
}

.menu h4{
  margin-top: 0;
  font-family: "Oswald", Meiryo, sans-serif;
  color: #ffff66;
}

.menu-section{
    font-family: "I-OTF行書Pro B",'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.menu ul{
    color: rgba(255,255,255,0.88);
    font-size:2.0rem;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.08em;
    list-style:  none; 
    padding-left: 10px;
}

.menu ul span{
    font-size: 1.8rem;
}
.memo1{
    font-size:1.6rem;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.15em;
}

.menu dl {
    display: table;
    width: 100%;
    margin-bottom:0;
}
.menu dt{
    display: table-cell;
}
.menu dd{
    text-align: right;
    display: table-cell;
}
.menu dd:after{
    display: inline-block;
    content: "";
    width: 1em;
}
.menu dd.from:after {
    content: "〜";
}

.flex-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}
.f-item{

}
.mizuiro{
    width:125px;
}
.mizuiro p{
    font-size:2.3rem;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.15em;
    color: rgba(255,255,255,0.88);
    border-bottom: #00ccff 2px solid;
    margin-bottom:0;
}
.mizuiro2{
    font-size: 1.7rem;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.15em;
    color: rgba(255,255,255,0.88);
    line-height: 1.1;
}
.redstar{
    color:red;
}
.hoppy{
    color: orange;
}