@charset "utf-8";
/*20170616*/
/* ==================================================
	Reset
================================================== */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, section, summary {
  display: block;
}
ul, ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
mark {
  background: none;
}
input {
  opacity: 1;
}
.clearfix {
  content: "";
  clear: both;
  display: block;
}
/* ==================================================
	Common
================================================== */
body {
  margin: 0px;
  padding: 0px;
  font: 16px/150% Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #635246;
  background-color: #FFF;
}
header {
  margin: 0px auto 2em;
  padding: 0;
  max-width: 100%;
  clear: both;
}
.wrap {
  margin: 0px auto;
  padding: 0px;
  max-width: 920px;
  clear: both;
}
section {
  clear: both;
}
.contents {
  max-width: 920px;
  width: 100%;
  padding: 2em 0;
  margin: 0 auto;
}
/* ---------------------------------------
　Footer fixed
---------------------------------------*/
html {
  min-height: 100%;
  position: relative;
}
body {
  margin-bottom: 1em;
}
.footer {
  bottom: 0;
  height: 2em;
  position: absolute;
  width: 100%;
}
/* ---------------------------------------
　Header Slideshow 
---------------------------------------*/
#slideshow {
  display: none;
}
#slideshow {
  position: relative;
  width: 100%;
  height: 480px;
  border-bottom: solid 5px #635246;
}
#slideshow li {
  position: absolute;
  height: 480px;
  margin: 0;
  padding: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ---------------------------------------
　Float 
---------------------------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
/* ---------------------------------------
　Align
---------------------------------------*/
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
/* ---------------------------------------
　Link 
---------------------------------------*/
a, a img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
a, a:visited {
  color: #009966;
  text-decoration: none;
}
a:hover, a:focus {
  color: #009966;
  text-decoration: none;
}
a:hover img {
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70); /* IE lt 8 */ -ms-filter: "alpha(opacity=70)"; /* IE 8 */
}
/* ---------------------------------------
　Header
---------------------------------------*/
.header {
  position: relative;
}
/* ---------------------------------------
　Global navigation　Fixed
---------------------------------------*/
#head_menu {
  padding: .5em 0 0;
}
#head_menu.scroll {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: .2em 0;
  z-index: 1;
  border-bottom: 1px solid #ccc;
  opacity: .9;
}
#CDSWIDSSP {
  max-width: 440px;
  width: 100%;
}
@media screen and (min-width: 420px) {
  .title_top h1 img {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  div.title_logo {
    display: none;
  }
  /* ---------------------------------------
　Global navigation
---------------------------------------*/
  /*nav { width: 100%; background-color: #fff; position: fixed; z-index: 10; border-bottom: 1px solid #ccc; padding: 0; margin: 0; }*/
  .header {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  p.explain {
    color: #3f3a34;
    padding-bottom: 2em;
    text-align: center;
    margin: 0 auto;
  }
  .gray {
    background-color: #EDEDEE;
  }
  .yellow {
    background-color: #FBFBF8;
  }
  nav {
    margin: 0 auto;
    padding: 0;
  }
  .global_navi_list {
    content: " ";
    display: table;
    margin-left: -2%;
    margin-right: -2%;
    line-height: 1.5;
    width: 104%; /*max-width: 936px;*/
  }
  .global_navi_list li {
    width: 20%;
    margin: 0;
    position: relative;
    min-height: 1px;
    padding-right: 2%;
    padding-left: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .global_navi_list li a {
    display: block;
    padding: .8em 0 .5em;
    border-bottom: 1px solid #d4c7bd;
    color: #635246;
    font-weight: 500;
    margin: 0;
  }
  .global_navi_list li a:hover {
    color: #009966;
    border-bottom: 1px solid #009966;
  }
  /* ---------------------------------------
　Column 3 / Column 2
---------------------------------------*/
  .col3 {
    content: " ";
    display: table;
    margin-left: -2%;
    margin-right: -2%;
    line-height: 1.5;
    width: 104%;
  }
  .col3 ul li {
    width: 33.33333%;
    margin: 0 0 2em;
    position: relative;
    min-height: 1px;
    padding-right: 2%;
    padding-left: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
  .col2 {
    content: " ";
    display: table;
    margin-left: -2%;
    margin-right: -2%;
    line-height: 1.5;
    width: 104%;
  }
  .col2 ul li {
    width: 50%;
    margin: 0 0 2em;
    position: relative;
    min-height: 1px;
    padding-right: 2%;
    padding-left: 2%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
}
.col3 ul li h3, .col2 ul li h3 {
  font-weight: 400;
  font-size: 150%;
  padding: 1em 0 .5em;
  text-align: center;
  line-height: 1;
}
.col3 ul li h3 span, .col2 ul li h3 span {
  font-size: 70%;
}
.col3 ul li p, .col2 ul li p {
  text-align: center;
  padding: 1em 0;
  color: #999999;
}
.col3 ul li img, .col2 ul li img {
  margin: 0;
}
.contents h2 {
  font-weight: 500;
  font-size: 200%;
  line-height: 2em;
  margin: 0 auto .5em;
}
/* ---------------------------------------
　What is Pita Bread
---------------------------------------*/
img.r_20 {
  padding: 1em 0;
}
/* ---------------------------------------
　About us
---------------------------------------*/
#about {
  background: url(img/top_bk.jpg) no-repeat top center;
}
/* ---------------------------------------
　NewsTop
---------------------------------------*/
#news {
  margin-top: -166px;
  margin-top: 0;
  background-color: #c1efe6;
  border-top: 60px solid #fff;
  border-bottom: 200px solid #fff
}
#news .news_inner {
  margin-top: -40px;
  margin-bottom: -110px;
  padding-top: 60px;
}
#news .news-cont-wrapper {
  padding-bottom: 114px;
}
#news .news_bg {
  background: transparent url(img/news_bk.png) no-repeat center 0;
}
#news .news-cont-wrapper {
  width: 100%;
  margin: 0 auto;
  zoom: 1;
  position: relative;
  display: table;
  max-width: 920px;
}
#news .top_news h2 {
  font-weight: 500;
  font-size: 200%;
  line-height: 2em;
  margin: 0 0 .3em 8%;
  float: left;
  width: 15%;
  border-right: solid 1px #635246;
}
#news .top_news ul {
  width: 70%;
  display: inline-block;
}
#news .top_news ul li {
  display: block;
  text-align: left;
  padding: 20px 0 0;
}
span.topics_date {
  padding-right: 20px;
}
/* ---------------------------------------
　News Page
---------------------------------------*/
#news_all {
  clear: both;
}
.head_top {
  background: transparent url(img/head_02.jpg) no-repeat center 0;
  background-size: cover;
  border-bottom: 5px solid #635246;
  position: relative;
}
.head_top h1 img {
  width: 100px;
}
.side_menu {
  width: 24%;
  float: right;
  text-align: left;
  padding: 0 0 0 3%;
}
.side_menu h3 {
  font-size: 130%;
  font-weight: 600;
  padding: .5em 0 1.2em;
}
.side_menu ul li a {
  padding: .3em 0;
  display: block;
}
.post_content {
  width: 72%;
  float: left;
  text-align: center;
}
.post_content h3 {
  font-size: 130%;
  font-weight: 600;
  padding: .5em 0 .8em;
  text-align: left;
}
#main_post {
  width: 96%;
  text-align: center;
}
#main_post ul.post_in li {
  border-top: solid 1px #d4c7bd;
  clear: both;
  padding: 1em 0;
}
#main_post .title_info {
  margin: 0 auto 10px;
  font-size: 2rem;
}
#main_post p {
  text-align: left;
  line-height: 2em;
}
#main_post img.alignnone {
  margin: .5em auto;
}
ul#post_meta {
  margin: 0;
  padding: 0 0 1.5em;
  text-align: left;
}
#main_post ul#post_meta li.post_category {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  border-right: 1px solid #d4c7bd;
  border-top: none;
  font-size: 90%;
}
#main_post ul#post_meta li.post_date {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
}
/*記事内の配置画像を正しく表示する*/
img.alignleft {
  text-align: left;
}
img.aligncenter {
  display: block;
  margin: 1px auto;
}
img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}
/* ---------------------------------------
  News Page： Side Menu
---------------------------------------*/
#side_menu {
  display: table-cell;
  width: 24%;
}
#side_menu > ul {
  width: 100%;
}
#side_menu > ul > li {
  margin: 0 0 10px;
}
div.side_menu_in {
  margin: 0 0 2em;
}
div.side_menu_in > h3 {
  padding: .7em 0;
  margin: 0 0 .5em;
  text-align: center;
  font-weight: bold;
  background-color: #c1efe6;
  width: 100%;
}
div.side_menu_in > ul {
  position: relative;
}
div.side_menu_in > ul > li {
  width: 100%;
  padding: 0 0 0 15px;
  margin: 0;
  border-bottom: 1px solid #d4c7bd;
  text-align: left;
  box-sizing: border-box;
}
div.side_menu_in > ul > li > a:before {
  content: '\f105';
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
div.side_menu_in > ul > li > a {
  text-decoration: none;
  display: block;
  padding: .5em 0;
}
div.side_menu_in > ul > li > a:hover {
  opacity: 0.6;
}
/* ---------------------------------------
  News Page： Page Footer
---------------------------------------*/
#postFooter {
  line-height: 1.5;
  font-weight: 700;
}
#postFooter a {
  color: #635246;
  vertical-align: middle;
}
#postFooter a:hover {
  color: #635246;
  text-decoration: none;
}
#postFooter .prev_post {
  float: left;
  margin: 0 0 20% 0;
}
#postFooter .next_post {
  float: right;
  margin: 0;
}
#postFooter .prev_post a {
  display: block;
  margin-right: -1px;
  padding: 13px 20px 13px 70px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d4c7bd;
  margin-top: 4em;
  margin-bottom: 1em;
}
#postFooter .next_post a {
  display: block;
  padding: 13px 70px 13px 20px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d4c7bd;
  margin-top: 4em;
  margin-bottom: 1em;
}
#postFooter .prev_post a:hover, #postFooter .next_post a:hover {
  background: #c1efe6;
}
#postFooter .title {
  display: block;
  max-height: 2em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#postFooter .prev_post a:before, #postFooter .next_post a:before {
  color: #d4c7bd;
  font-size: 28px;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#postFooter .prev_post a:before {
  position: absolute;
  left: 10px;
  margin-top: 0px;
  font-family: FontAwesome;
  content: '\f104';
}
#postFooter .next_post a:before {
  position: absolute;
  right: 10px;
  margin-top: 0px;
  font-family: FontAwesome;
  content: '\f105';
}
/* ---------------------------------------
  News Page： Page Navigation
---------------------------------------*/
ul.page_navi {
  clear: left after;
}
ul.page_navi li {
  display: inline;
  float: left;
  font-size: 11px;
  list-style: none;
  margin: 10px 5px 10px 0; /*width: 100%*/
}
ul.page_navi li a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #635246;
  background: #fff;
  color: #635246;
  text-decoration: none;
}
ul.page_navi li span {
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #635246;
  background: #635246;
  color: #fff;
}
ul.page_navi li a:hover {
  background: #635246;
  text-decoration: none;
  color: #FFF;
}
/* ---------------------------------------
　Google map 
---------------------------------------*/
.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ---------------------------------------
　Footer
---------------------------------------*/
.footer {
  background-color: #635246;
  color: #fff;
  font-size: 90%;
  padding-top: .4em;
}
/*------------------------------------------------------
  Footer: back to top buttom 
------------------------------------------------------*/
#back_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#back_top:hover {
  opacity: 1;
}
#back_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#back_top a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background: #009966;
}
#back_top a:hover {
  opacity: .6;
}
#back_top a:before {
  color: #fff;
  font-size: 30px;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#back_top a:before {
  content: '\f106';
  font-family: FontAwesome;
  top: 25%;
  left: 34%;
  color: #fff;
}
div#cont {
  padding-bottom: 2em;
}
/* ==================================================
	Media Queries
================================================== */
@media screen and (max-width: 420px) {
  .wrap {
    margin: 0 auto;
    padding: 1em 2% 2em;
    width: 96%;
  }
  .title_top h1 img {
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 1;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
  }
  /* ---------------------------------------
　Header Slideshow 
---------------------------------------*/
  #slideshow {
    position: relative;
    width: 100%;
    height: 380px;
    border-bottom: solid 5px #635246;
  }
  #slideshow li {
    position: absolute;
    height: 380px;
    margin: 0;
    padding: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* ---------------------------------------
　Global navigation
---------------------------------------*/
  nav {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .g_navi {
    margin: 0 0 2.5em;
    max-width: 980px;
  }
  .navi_group {
    display: none;
  }
  #global_navi {
    width: 100%;
    font-size: 110%;
    text-align: left;
    margin: 0;
    padding: 0;
    clear: both;
    border-top: 1px solid #fff;
  }
  #global_navi ul li {
    text-decoration: none;
    width: 100%;
    margin: 0;
    float: none;
  }
  #global_navi ul li a {
    color: #635246;
    background: #c1efe6;
    text-decoration: none;
    display: block;
    padding: 0.5em 0 0.5em 5%;
    position: relative;
    border-top: 1px solid #fff;
  }
  #global_navi ul li a:hover {
    background: #82cabe;
  }
  #global_navi ul li a:after {
    content: '';
    margin-top: 0;
    top: 40%;
    right: 5%;
    width: 8px;
    height: 8px;
    color: #635246;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #635246;
    border-right: 2px solid #635246;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* ---------------------------------------
　menu button
---------------------------------------*/
  .btn_g_navi {
    margin: .3em 3% .5em !important;
    width: 30px;
    float: left;
  }
  .btn_g_navi a {
    position: relative;
    display: block;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_g_navi span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #635246;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_g_navi span:nth-of-type(1) {
    top: 0;
  }
  .btn_g_navi span:nth-of-type(2) {
    top: 10px;
  }
  .btn_g_navi span:nth-of-type(3) {
    bottom: 8px;
  }
  .btn_g_navi span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #635246;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .btn_g_navi .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btn_g_navi .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .btn_g_navi .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
  }
  .btn_g_navi .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
  }
  /* ---------------------------------------
　 menu fixed 
---------------------------------------*/
  #head_menu.scroll {
    padding: .5em 0 .1em;
  }
  div.title_logo {
    float: right;
    padding: .3em 2% .3em 0;
    width: 70%;
    text-align: right;
    font-size: 120%;
  }
  /* ---------------------------------------
　News
---------------------------------------*/
  #menu, #access {
    margin-top: -300px;
    padding-top: 300px;
  }
  #news {
    border-top: .5em solid #fff;
    border-bottom: 3em solid #fff;
  }
  #news .top_news h2 {
    text-align: center;
    float: none;
    margin: 0;
    width: 100%;
    line-height: 1;
  }
  #news .top_news ul li {
    text-align: center;
    padding: .5em 0;
  }
  span.topics_date {
    display: block;
    padding: 0;
  }
  .contents p {
    text-align: left;
  }
  .col3 ul, .col2 ul {
    width: 100%;
  }
  .col3 ul li, .col2 ul li {
    float: none;
    text-align: center;
    width: 100%;
    margin: 2em auto;
  }
  #main_post {
    width: 100%;
    padding-bottom: 2em;
  }
  .side_menu, .post_content {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  .footer {
    font-size: 70%;
    height: 2.2em;
  }
  .google-maps {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 420px) {
  .title_top h1 img {
    width: 70%;
    height: auto;
  }
  #news .top_news h2 {
    border: none;
  }
  #CDSROWLOC400 {
    max-width: 100%;
  }
  div.sb_instagram_header {
    padding: 0px !important;
  }
}
#CDSRATINGWIDGET400 {
  width: 100%;
}