@charset "utf-8";
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 253, 184) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 253, 184) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 253, 184) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 253, 184) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 253, 184) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
}
/*------------- top_main -------------*/
#top_main {
  padding: 0 !important;
  height: 100vh;
  position: relative;
}
#carousel-top {
  position: relative;
}
#top_main .carousel-indicators {
  display: none;
}
#top_main h1 {
  padding-top: 60px;
  font-size: .85rem;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  /*text-shadow: rgba(255, 255, 255, 0.9) 3px 3px 5px;*/
  text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 3px;
}
#top_main h1 span.en {
  font-size: 130%;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  padding-bottom: .5rem;
}
#top_main h1 span.small {
  font-size: 60%;
  color: #777777;
}
#top_main h2.logo {
  position: absolute;
  bottom: -3rem;
  left: 0;
  right: 0;
  width: 35%;
  margin: auto;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
}
#top_main h3 {
  color: #736357;
  font-size: .8rem;
  text-align: center;
  padding-top: .5rem;
  line-height: 1.5;
}
#top_main h3 span {
  display: block;
  font-family: 'Halis GR Regular';
  font-weight: bold;
  font-size: 120%;
}
@media only screen and (min-width : 370px) { /*iphone6*/
  #top_main h1 {
    padding-top: 70px;
    font-size: .9rem;
    line-height: 1.7;
  }
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
  #top_main h1 {
    padding-top: 80px;
    font-size: 1rem;
  }
  #top_main h3 {
    font-size: 1rem;
    padding-top: .5rem;
    line-height: 1.6;
  }
}
@media only screen and (min-height : 800px) { /*iphone X*/
  #top_main h2.logo {
    bottom: -6rem;
    width: 45%;
  }
  #top_main h1 {
    padding-top: 8rem;
    font-size: 1rem;
    line-height: 1.8;
  }
  #top_main h1 span.en {
    font-size: 140%;
    padding-bottom: 1rem;
  }
  #top_main h3 {
    font-size: 1rem;
    padding-top: 1rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width : 768px) {
  #top_main {
    /*    background: url("../images/green_bg.png") no-repeat center top, url("../images/bg.png") repeat center top;
    background-size: contain, 350px;*/
    position: relative;
  }
  #pc_main {
    overflow: hidden;
    height: 60vh;
    background: #86531A;
    position: relative;
  }
  #pc_main .pc_block {
    position: absolute;
    bottom: 0;
  }
  #pc_main .row div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  #top_main h1 {
    position: absolute;
    bottom: 10%;
    left: 32%;
    right: auto;
    margin: auto;
    padding-left: -2rem;
    padding-top: 2rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2.3;
    padding: .75rem;
  }
  #top_main h1 span.en {
    border-bottom: none;
    border-top: 1px solid #000;
    padding-top: 0;
    display: block;
  }
  #top_main .pc_logo {
    position: absolute;
    bottom: 15%;
    right: 5%;
    left: auto;
    width: 20%;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  }
  #top_main .pc_logo h2 {
    margin: 0;
  }
  #top_main .pc_logo h3 {
    font-size: .8rem;
    background: #86531A;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
    color: #fff;
    margin: 0;
    padding: 1rem;
  }
  #top_main ul {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 8%;
    width: 19%;
    margin: 0;
  }
  #top_main ul li {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 5px;
    padding: .5rem;
    text-align: center;
  }
  #top_main ul li.open_close {
    padding: 0;
    position: relative;
  }
  #top_main ul li.open_close span {
    position: absolute;
    display: block;
    width: 120px;
    right: -80px;
    top: -50px;
  }
  #top_main ul li a {
    color: #534741;
    font-size: .7rem;
    font-weight: bold;
  }
  ul.special span.normal_li {
    display: none !important;
  }
  ul.normal span.temporary {
    display: none !important;
  }
  .open .close_li, .exit .open_li {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (orientation:portrait) { /* 縦向き */
  #top_main {
    height: 60vh;
  }
  #pc_main {
    height: 35vh;
  }
}
@media only screen and (min-width : 1024px) {
  #top_main h1 {
    font-size: 1.4rem;
    bottom: 15%;
    left: 30%;
  }
  #top_main .pc_logo {
    bottom: 18%;
  }
  #top_main .pc_logo h3 {
    font-size: 1.2rem;
  }
  #top_main ul {
    width: 15%;
  }
  #top_main ul li {
    padding: .75rem;
  }
  #top_main ul li.open_close span {
    width: 150px;
    right: -100px;
    top: -50px;
  }
  #top_main ul li a {
    font-size: .9rem;
  }
}
@media only screen and (min-width : 1300px) {
  #top_main h1 {
    font-size: 1.7rem;
    bottom: 15%;
  }
}
@media only screen and (min-width : 1900px) {
  #pc_main {
    height: 60vh;
  }
  #top_main h1 {
    font-size: 1.8rem;
    bottom: 15%;
    left: 33%;
  }
}
/*------------- more_btn -------------*/
.more a {
  font-family: 'Halis GR Regular';
  color: #C6B29C;
  font-size: .8rem;
}
.more a {
  background: #C6B29C;
  color: #534741;
  padding: .25rem 1rem;
  border-radius: 20px;
}
/*------------- news -------------*/
#news {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
#news h2 {
  margin: 2rem auto 1rem;
  color: #534741;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
#news h2 span {
  display: block;
  padding-top: .25rem;
  font-family: 'Halis GR Bold';
  font-size: 85%;
  color: #C6B29C;
}
#news dt {
  font-family: 'Halis GR Regular';
  color: #C6B29C;
  font-size: .8rem;
}
#news .more {
  text-align: right;
}
#news dt {
  border-bottom: 1px dotted #C6B29C;
  padding-bottom: .5rem;
}
#news dd {
  padding-top: .5rem;
}
#news dd a {
  font-size: .9rem;
  color: #534741;
  line-height: 1.3;
}
#news .row div {
  padding-left: 15px;
  padding-right: 15px;
}
#news ul.top_bnr {
  width: 100%;
  margin: 1rem auto;
}
#news ul.top_bnr li {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: .5rem;
}
#news .time_schedule {
  width: 100%;
}
#news .time_schedule, #news .time_schedule th, #news .time_schedule td {
  font-size: .9rem;
  border: 1px solid #c6b29c;
  border-collapse: collapse;
}
#news .time_schedule th {
  font-size: .8rem;
  background-color: #E0D5C9;
  text-align: center;
  min-width: 100px;
  padding: .5rem;
}
#news .time_schedule td p {
  text-align: left;
  padding: .5rem;
  margin-bottom: 0;
}
@media only screen and (min-width : 370px) { /*iphone6*/
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
}
@media only screen and (min-width : 768px) {
  #news {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background: #EEEBE7;
  }
  #news .container {
    width: 85%;
    margin: auto;
  }
  #news ul.top_bnr {
    width: 100%;
    margin: 0 auto;
  }
  #news ul.top_bnr li {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #news ul.top_bnr li img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media only screen and (min-width : 992px) {
  #news .time_schedule th {
    font-size: .7rem;
    min-width: 80px;
    padding: 0;
  }
  #news .time_schedule td {
    font-size: .7rem;
  }
  #news h2 {
    text-align: right;
    line-height: 1;
  }
  #news h2 span {
    border-top: 1px solid #534741;
    margin-top: .775rem;
    padding-top: .75rem;
  }
  .top_bnr {
    padding-top: 70px;
  }
}
@media only screen and (min-width : 1024px) {
  #news .row div {
    padding-left: 35px;
    padding-right: 35px;
  }
  #news dl {
    font-size: .85rem;
  }
  #news dt {
    border-bottom: 1px solid #fff;
  }
  #news .more a {
    padding: .25rem 1.5rem;
  }
}
@media only screen and (min-width : 1200px) {
  #news dl {
    font-size: .95rem;
  }
  #news .time_schedule th {
    font-size: .9rem;
    min-width: 100px;
    padding: 0;
  }
  #news .time_schedule td {
    font-size: .9rem;
  }
}
/*------------- concept -------------*/
#concept{
	padding-bottom: 3rem;
}
#concept .concept_img {
  padding-left: 0;
  padding-right: 0;
}
#concept .h2_w_box {
  background: rgba(255, 255, 255, .9);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  padding: 1.5rem;
  margin-bottom: 4rem;
}
#concept .h2_w_box h2 {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#concept .what_do h2 img {
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2)); /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.2));
}
#concept h3 {
  color: #42210B;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 5px solid #42210B;
  border-bottom: 1px solid #42210B;
  padding: .5rem .25rem .5rem .75rem;
  margin-bottom: .75rem;
}
#concept p {
  padding: 0 !important;
  font-size: .9rem;
  line-height: 1.6;
}
#concept .what_do ul li {
  margin-bottom: 1rem;
}
@media only screen and (min-width : 370px) { /*iphone6*/
  #concept .h2_w_box strong {
    font-size: 110%;
  }
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
  #concept .h2_w_box {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 768px) {
  #concept {
    padding-top: 3rem;
  }
  #concept_txt {
    position: relative;
  }
  #concept .concept_icon {
    display: block;
    width: 250px;
    position: absolute;
    right: 0;
    bottom: -2rem;
  }
  #concept .coffee_txt {
    width: 70%;
    margin: auto;
  }
  #concept p {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width : 1024px) {
  #concept .concept_img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #concept .h2_w_box {
    padding: 2.5rem;
  }
  #concept .h2_w_box h2 {
    font-size: 1.4rem;
  }
  #concept .coffee_txt {
    width: 100%;
    margin: 3rem auto;
  }
}
@media only screen and (min-width : 1200px) {}
@media only screen and (min-width : 1300px) {
  #concept .concept_icon {
    width: 360px;
  }
}
/*------------- menu -------------*/
#menu {
  padding-bottom: 2rem;
}
#menu .row .bg_img {
  padding-left: 0;
  padding-right: 0;
}
#menu .more {
  text-align: center;
}
#for_here {
  background: url("../images/kisarazu/top/menu_bg1.png") no-repeat center top;
}
#takeout {
  background: url("../images/kisarazu/top/menu_bg2.png") no-repeat center top;
  margin-bottom: 3rem;
}
#beans {
  background: url("../images/kisarazu/top/menu_bg3.png") no-repeat center top;
  margin-bottom: 3rem;
}
#gift {
  background: url("../images/kisarazu/top/menu_bg4.png") no-repeat center top;
}
#for_here, #takeout, #beans, #gift {
		padding-top: 2rem;
  width: 100%;
  background-size: 100% auto;
}
#menu .menu_w_sheet, #menu .takeout, #menu .beans {
  margin: 0 auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  padding: 0 2rem 1rem 2rem;
  border-top: 5px solid #534741;
}
#menu .subsc {
  margin-bottom: .5rem;
}
#menu .eatin .mark, #menu .takeout .mark, #menu .beans .mark, #menu .subsc .mark {
  position: absolute;
  left: -30px;
  top: -40px;
  width: 80px;
  background: none;
}
#menu h2 {
  font-family: 'Halis GR bold', sans-serif;
  color: #42210B;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin: 2.5rem auto;
}
#menu h2 span.sub {
  display: block;
  font-size: 45%;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .1rem;
}
#menu .container-fluid {
  position: relative;
}
#menu h2.en {
  display: block;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 3px 3px 8px;
  font-size: 1.6rem;
}
#menu h3.ribbon {
  background: #C7B299;
  border-left: 3px solid #42210B;
  border-right: 3px solid #42210B;
  font-family: 'Halis GR Regular';
  color: #fff;
  font-size: .8rem;
  text-align: center;
  padding: .35rem;
  margin: 1rem auto .75rem;
}
#menu h4 {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
#menu p {
  font-size: .9rem;
  line-height: 1.5;
}
#menu p {
  margin: 1rem auto;
}
#menu table {
  width: 85%;
  margin: 1rem auto 0;
}
#menu tr {
  border-bottom: 1px solid #9A9A9A;
  padding: .5rem 0;
}
#menu tr:last-of-type {
  border-bottom: none;
}
#menu th, #menu td {
  font-weight: bold;
  font-size: .9rem;
  padding-left: 0;
  padding-right: .5rem;
  line-height: 1.4;
}
#menu th span {
  color: #8C6239;
  font-family: 'Halis GR bold';
  font-size: .6rem;
  display: block;
  padding-bottom: .3rem;
}
#menu th strong {
  color: #8C8C8C;
}
#menu td {
  text-align: right;
  color: #8C6239;
  font-size: .8rem;
  font-weight: normal;
  line-height: 1.6;
}
#menu td span.tax {
  font-size: 80%;
  display: block;
  font-weight: normal;
  padding-right: .3rem;
}
#menu th p {
  font-size: .8rem;
  font-weight: normal;
  margin: .75rem 0 0;
}
#menu .notax {
  color: #42210B;
  font-size: .8rem;
  text-align: center;
}
#menu .menu_txt {
  padding-left: 15px;
  padding-right: 15px;
}
#menu .menu_txt p {
  font-size: .9rem;
  margin-bottom: .5rem;
}
#menu .btn {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#menu .btn a {
  display: block;
  padding: 1rem;
  background: #736357;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
#menu .second a {
  background: #998675;
  max-width: 400px;
  margin: auto;
}
#menu h5 {
  color: #42210B;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 5px solid #42210B;
  border-bottom: 1px solid #42210B;
  padding: .5rem .25rem .5rem .75rem;
  margin: .75rem 0;
}
#menu p.beans_lead {
  color: #42210B;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 1.5rem;
}
#menu .beans_plus h4, #seasonal h4 {
  border-left: 4px solid #CCBBA1;
  color: #42210B;
  padding-left: .75rem;
  font-weight: bold;
  font-size: 1rem;
  text-align: left !important;
}
#menu .beans_menu h4 {
  font-size: 1rem;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}
#menu .beans_plus ul {
  margin-left: 1em;
  padding-left: 0;
}
#menu .beans_plus ul li {
  font-size: .85rem;
  list-style: disc;
  padding-bottom: .25rem;
}
#menu .beans_plus p {
  text-align: center;
  margin: .5rem auto 1.5rem;
}
#menu .beans_plus img {
  width: 70%;
}
.beans_menu {
  padding: 1.5rem;
  background: #F6F5F5;
  margin-bottom: 1rem;
}
#menu .cross p {
  font-size: .9rem;
  line-height: 1.6;
  margin: .75rem auto 2rem;
}
.cross_slide {
  width: 90%;
  margin: auto;
}
.cross_slide div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px !important;
}
.showcase {
  position: relative;
}
.cross_slide .zoom_icon, .gallery_slide .zoom_icon {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff !important;
  z-index: 10;
}


#seasonal h4{
	margin-top: 1rem;
	padding: .5rem;
	line-height: 1.5;
}
#seasonal h4 span{
	color:#CCBBA1;
	display: block;
}
#seasonal h5{
	margin-top: 1rem;
	padding: .5rem;
}

@media only screen and (min-width : 768px) {
  #menu .eatin, #menu .takeout, #menu .beans, #menu .subsc {
    margin-bottom: 2rem;
  }
  #menu h2.en {
    font-family: 'Halis GR bold';
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 3px 3px 8px;
    font-size: 2rem;
  }
  #menu th, #menu td {
    font-weight: bold;
    font-size: .85rem;
    padding-left: 0;
    line-height: 1.4;
  }
  #menu .menu_txt {
    width: 80%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #menu p.beans_lead {
    text-align: center;
  }
  #menu .beans_plus p {
    text-align: center;
    margin: 0 auto;
  }
  #menu .beans_plus img {
    width: 100%;
  }
  #menu .cross {
    /*background: #fff;*/
    /*box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;*/
    width: 60%;
    margin: 3rem auto;
    padding: 3rem 2rem 1rem;
  }
  .cross_slide {
    width: 98%;
  }

}
@media only screen and (min-width : 1024px) {
  #menu h2.en {
    font-size: 2.6rem;
  }
  #menu h2 {
    font-size: 1.6rem;
    margin: 3.5rem auto 2rem;
  }
  #menu h3.ribbon {
    max-width: 200px;
  }
  #menu .eatin .mark, #menu .takeout .mark, #menu .beans.mark, #menu .subsc .mark {
    left: -40px;
    top: -40px;
    width: 100px;
  }
  #menu table {
    width: 90%;
    margin: 1rem auto 3rem;
  }
  #menu th span {
    padding-bottom: .5rem;
  }
  #menu th, #menu td {
    font-size: .9rem;
    line-height: 1.6;
  }
  #menu .menu_txt {
    width: 70%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #menu .menu_txt p {
    line-height: 1.6;
  }
  #menu .btn a {
    margin-bottom: 1.5rem;
  }
  #menu .cross {
    padding: 4rem 3rem 2rem;
  }
		#seasonal .menu_inbox{
	padding: 0 4rem!important;
}
	#seasonal h4{
	font-size: 130%;
}
	#seasonal .marker-animation{
	font-size: 140%;
}
}
@media only screen and (min-width : 1200px) {
  #menu h2.en {
    font-size: 3rem;
  }
  #menu h2 {
    font-size: 2.2rem;
  }
  #menu .menu_w_sheet, #menu .takeout, #menu .beans {
    max-width: 80%;
  }
  #menu .menu_inbox {
    padding: 2.5rem 4rem;
  }
  #menu h3.ribbon {
    margin-bottom: 2rem;
  }
  #menu .beans, #menu .subsc {
    min-height: 1000px;
  }
  #menu .eatin .mark, #menu .takeout .mark, #menu .beans.mark, #menu .subsc .mark {
    left: -60px;
    top: -60px;
    width: 120px;
  }
  #menu .cross {
    width: 50%;
  }
}
@media only screen and (min-width : 1500px) {
  #menu .menu_w_sheet, #menu .takeout, #menu .beans {
    max-width: 1300px;
  }
  #for_here {
    padding-bottom: 5rem;
  }
  #takeout, #beans, #gift {
    padding-bottom: 5rem;
  }
  #menu h2.en {
    font-size: 4rem;
  }
  #menu .menu_txt {
    width: 60%;
  }
}
/*------------- Interior -------------*/
#interior {
  margin: 3rem auto;
}
#interior .container iframe {
  height: 195px;
  margin-bottom: 2rem;
}
#interior .gallery_slide div {
  padding-bottom: 1rem;
}
#interior h3,#seasonal h3 {
  color: #42210B;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-left: 5px solid #42210B;
  border-bottom: 1px solid #42210B;
  padding: .5rem .25rem .5rem .75rem;
  margin-bottom: .75rem;
}
@media only screen and (min-width : 600px) {
  #interior .container iframe {
    height: 450px;
  }
}
/*------------- communication -------------*/
#communication, #business {
  margin: 0 auto 3rem;
		padding-top: 5rem;
}
#communication .more, #business.more {
  text-align: right;
}
#communication .w_box, #business .w_box {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  padding: 3rem;
}
#communication ul {
  margin-bottom: 1.5rem;
}
#communication h2, #business h2 {
  font-family: 'Halis GR bold', sans-serif;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 3px 8px;
}
#communication h3, #business h3 {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#communication p, #business p {
  font-size: .9rem;
}
#communication h3 span, #business h3 span {
  font-family: 'Halis GR bold', sans-serif;
  color: #998675;
  display: block;
  font-size: 100%;
}
/*------------- gallery -------------*/
#gallery {
  padding-bottom: 2rem;
}
#gallery .gallery_img {
  padding-left: 0;
  padding-right: 0;
}
#gallery h2.h2_w_box {
  margin-top: -3rem;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  padding: 1.5rem;
  color: #333333;
  font-size: .9rem;
  line-height: 1.6;
  position: relative;
}
#gallery h2.h2_w_box strong {
  font-size: 110%;
}
#gallery .slide {
  width: 100%;
  margin: auto;
}
#gallery .slide div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: .5rem;
}
@media only screen and (min-width : 768px) {
  #gallery h2.h2_w_box span {
    position: absolute;
    font-family: 'Halis GR bold';
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.1) 3px 3px 8px;
    font-size: 1.6rem;
    top: -2rem;
    right: 1rem;
  }
  #gallery {
    padding-top: 3rem;
  }
  #gallery h2.h2_w_box {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-left: -3rem;
    padding: 2rem;
  }
  #gallery .slide {
    margin: 1rem auto 3rem;
  }
  #gallery .slide div {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: .7rem;
  }
}
@media only screen and (min-width : 1024px) {
  #gallery .container {
    max-width: 1000px;
    margin: auto;
  }
  #gallery .gallery_img {
    padding-left: 15px;
    padding-right: 15px;
  }
  #gallery h2.h2_w_box {
    margin-top: 3rem;
    margin-left: -4rem;
    padding: 3rem 4rem;
    font-size: 1rem;
  }
  #gallery h2.h2_w_box span {
    font-size: 2.2rem;
    top: -2.7rem;
    right: 2rem;
  }
}
@media only screen and (min-width : 1200px) {
  #gallery h2.h2_w_box span {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width : 1300px) {
  #gallery h2.h2_w_box {
    margin-left: -5rem;
  }
  #gallery h2.h2_w_box strong {
    font-size: 120%;
  }
}
/*------------- pj_history-------------*/
#pj_history {
  padding-bottom: 2rem;
}
#pj_history .row .bg_img {
  padding-left: 0;
  padding-right: 0;
}
#projects, #history {
  width: 80%;
  margin: -4rem auto 2rem;
  background: rgba(255, 255, 255, .95);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
  padding: 1.5rem;
  position: relative;
}
#pj_history .en {
  font-family: 'Halis GR Bold';
  font-weight: normal;
  color: #998675;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#pj_history h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
#pj_history p {
  font-size: .9rem;
  line-height: 1.6;
}
#pj_history .btn {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#pj_history .btn a {
  display: block;
  padding: 1rem;
  background: #736357;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 768px) {
  #pj_history {
    padding-top: 3rem;
  }
  #pj_history .row .bg_img {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width : 1024px) {
  #pj_history {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width : 1300px) {
  #projects, #history {
    padding: 2.5rem;
  }
}
/*------------- media_blog -------------*/
#media_blog {
  background: #fff;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
#media_blog h2 {
  text-align: center;
  font-size: 1rem;
  font-family: 'Halis GR Bold', sans-serif;
  font-weight: 700;
  color: #333333;
  margin: 0 auto 1.5rem;
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
#media_blog h2:before, #media_blog h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #333333;
}
#media_blog h2:before {
  left: 1%;
}
#media_blog h2:after {
  right: 1%;
}
#media h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#media dt {
  font-family: 'Halis GR bold';
  color: #C6B29C;
  font-size: .8rem;
  border-bottom: 1px dotted #C6B29C;
}
#media .more {
  text-align: right;
  margin-bottom: 1.5rem;
}
#media dd {
  padding-top: .5rem;
}
#media dd a {
  font-size: .9rem;
  color: #534741;
  line-height: 1.4;
}
#blog ul {
  width: 95%;
  margin: auto;
}
#blog .row {
  margin-bottom: 1.5rem !important;
}
#blog .blog_date, #communication .blog_date {
  font-family: 'Halis GR bold';
  color: #C6B29C;
  font-size: .8rem;
  margin-bottom: .5rem;
  border-bottom: 1px dotted #C6B29C;
}
#blog h3, #communication h4 {
  font-size: .9rem;
  line-height: 1.4;
  font-weight: bold;
}
#blog a, #communication a {
  color: #534741;
  line-height: 1.5;
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
  #media {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width : 600px) {
  #media_blog {
    padding-top: 3rem;
  }
  #blog ul li {
    align-items: center;
  }
  #blog h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1024px) {
  #media_blog h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 1200px) {
  #media, #blog {
    padding-left: 50px;
    padding-right: 50px;
  }
  #blog h3, #communication h4 {
    font-size: 1rem;
    line-height: 1.6;
  }
}
/*------------- about -------------*/
#about {
  /*  padding-top: 5rem;*/
  padding-top: 1.5rem;
}
#about h2 {
  line-height: 1.4;
}
#about h2 span {
  display: block;
  padding: .75rem;
  margin-bottom: .5rem;
  background: #fff;
  color: #534741;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  width: 75%;
  margin-right: 0;
  margin-left: auto;
}
#mission, #vision, .president_img {
  position: relative;
}
#mission .en_tit, #vision .en_tit, .president_img .en_tit {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  z-index: 10;
}
#about .about_box {
  margin: 1rem auto;
  border: 10px solid #fff;
  padding: 2rem .5rem 1rem;
}
#mission .mission_logo {
  width: 65%;
  margin: 0 auto 2.5rem;
}
#about h3 {
  text-align: center;
  font-size: .8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#about h3 span {
  border-bottom: 1px dotted #736357;
  color: #736357;
  padding: .5rem;
}
#about h4 {
  text-align: center;
  color: #534741;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.5;
}
#about p {
  text-align: center;
  margin-top: 2rem;
}
#mission ol {
  padding-left: 1.5rem;
}
#mission ol li {
  padding-bottom: .75rem;
}
#mission .pattern {
  background: #96837A;
  padding: 1rem;
  width: 95%;
  margin: 1rem auto 1.5rem;
}
#mission .pattern h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 1.5rem auto;
}
#mission .pattern .btn {
  text-align: center;
  margin: .5rem auto 3rem;
  width: 100%;
}
#mission .pattern .btn a {
  color: #42210B;
  font-weight: bold;
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
}
#about .history_btn {
  width: 80%;
  margin: 2rem auto;
}
#about .history_btn img {
  padding-bottom: .5rem;
}
#vision {
  margin-top: 3rem;
}
#vision h3 {
  margin: 2rem auto 1.5rem;
}
#vision .co {
  font-size: .85rem;
  text-align: center;
  margin: 1rem auto;
}
#vision .co th {
  padding: .1rem .5rem;
  font-family: 'Halis GR Bold';
  color: #736357;
  text-align: right;
}
#vision .co td {
  text-align: left;
  padding: .1rem .25rem;
}
#vision p {
  margin-top: 0 !important;
}
#president h2 {
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #333333;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
#president h2:before, #president h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 27%;
  height: 1px;
  background-color: #333333;
}
#president h2:before {
  left: 0;
}
#president h2:after {
  right: 0;
}
#president h3.president_h3 {
  font-size: 1.1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
}
.president_img {
  margin: .5rem auto !important;
}
.greeting {
  width: 90%;
  margin: auto;
}
.greeting p {
  text-align: left !important;
}
#president .en {
  font-family: 'Halis GR bold';
  color: #998675;
  font-size: 80%;
  padding-left: .5rem;
}
.president_name {
  font-weight: bold;
}
#president .president_profile {
  background: #fff;
  padding: 1.5rem;
}
#president .president_profile h2 {
  font-family: 'Halis GR bold' !important;
  color: #998675;
  padding: 0 !important;
  margin-bottom: .5rem !important;
}
.president_profile h2:before, .president_profile h2:after {
  content: none !important;
}
.president_profile p {
  margin-top: 1rem !important;
  font-size: 85% !important;
  text-align: left !important;
  line-height: 1.6 !important;
}
.president_profile ul {
  text-align: right;
  font-size: 1.6rem;
}
.president_profile ul li {
  display: inline-block;
}
.president_profile ul li a {
  padding-right: .75rem;
  color: #C7B299;
}
#member {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#member h2 {
  margin-bottom: 1rem;
}
#member h3 {
  text-align: left !important;
  font-size: 1.1rem !important;
  line-height: 1.6;
  margin-bottom: 0;
}
#member h3 span {
  border-bottom: none;
  display: block;
  font-size: 60% !important;
  padding: 0 !important;
}
#member h4 {
  margin: 1.5rem auto;
  text-align: left;
}
#member p {
  margin: 1rem auto;
  text-align: left;
  font-size: 90%;
}
@media only screen and (min-width : 370px) { /*iphone6*/
  #mission .about_box {
    padding: 2rem 1.5rem 1rem;
  }
  #member h3 {
    font-size: 1.3rem !important;
  }
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
  #mission .about_box {
    padding: 2rem 2rem 1rem;
  }
  #about .history_btn {
    width: 70%;
    margin: 3rem auto;
  }
}
@media only screen and (min-width : 768px) {
  #about.container {
    width: 80%;
    margin: auto;
    padding-top: 2rem;
  }
  #about h2 span {
    font-size: 1.4rem;
  }
  #mission .about_box {
    padding: 4rem 4rem 2rem;
  }
  #about .history_btn {
    max-width: 200px;
    margin: 2rem auto;
  }
  #president .chikai_img {
    width: 80%;
    margin: auto;
  }
  #president h3.president_h3 {
    font-size: 1.4rem;
    margin: 2rem auto;
  }
  #president .president_profile {
    width: 70%;
    margin: 3rem auto;
  }
  #member {
    width: 80%;
    margin: auto;
  }
  #member h3 {
    font-size: 1.6rem !important;
    padding-left: 2rem;
  }
  #member h4 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width : 1024px) {
  #mission .en_tit, #vision .en_tit {
    width: 12%;
    z-index: 10;
  }
  #about h2 span {
    font-size: 1.8rem;
    padding-left: 1.5rem;
  }
  #mission .about_box {
    padding: 4rem 6rem 2rem;
  }
  #mission .mission_logo {
    margin: 0 auto 3.5rem;
  }
  #vision .vision_img {
    padding-top: 30px;
  }
  #president {
    max-width: 700px;
    margin: auto;
  }
  #president h2 {
    font-size: 1.4rem;
  }
  #president h2:before, #president h2:after {
    width: 34%;
  }
  .president_name {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width : 1300px) {
  #about.container {
    max-width: 700px;
    margin: auto;
  }
  #vision .about_box {
    padding: 4rem 2rem 2rem;
    margin-bottom: 4rem;
  }
  #vision .vision_img {
    padding-top: 15px;
  }
  #about .history_btn {
    max-width: 270px;
  }
}