@charset "utf-8";

/*
Theme Name: roast
Template: twentythirteen
Author: kanegaetakanori
Author URI: http://kanegaetakanori.com
*/

@import url('../twentythirteen/style.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#loading {
    display:none;
    height: 30px;
    left: 50%;
    margin-left:-15px;
    margin-top:-15px;
    position: fixed;
    text-align: center;
    top: 44%;
    width: 30px;
    z-index: 99999;
}
.loadingbox div {

}
#loader {
    position: absolute;
    width: 30px; /*ローディングアイコンの横サイズ*/
    height: 30px; /*ローディングアイコンの縦サイズ*/
    border-radius: 50%;  /*CSS3で円を書く*/
    border: 2px solid #000;  /*円に○の白枠をつける*/
    border-right-color: transparent; /*円の右にC状の空きをつける*/
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg);   opacity: 0.2; } /*0%の時は20％の透明度*/
    50%  { transform: rotate(180deg); opacity: 1.0; } /*50%の時は透明度なし*/
    100%   { transform: rotate(360deg); opacity: 0.2; } /*100%の時に20％の透明度に戻る*/
}
/*共通*/
::selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
::-moz-selection {
    background: none repeat scroll 0 0 #e5e5e5;
}
a:hover img {
    opacity: 0.8; /* マウスオーバー時の透明度 */
    filter: alpha(opacity=80); /* マウスオーバー時の透明度 IE用 */
}
a, a:visited {
    color: #111;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    color: #888;
    outline: 0 none;
}
.nav-menu li a {
    color: #141412;
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 0 22px 0 0;
    text-decoration: none;
    text-transform: capitalize;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
background-color: transparent;
color: #333;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #111;
    font-style: normal;
}
.entry-content a, .comment-content a {
    color: #893E6A;
    text-decoration: none;
}
.entry-content a:hover, .comment-content a:hover {
    color: #893E6A;
    text-decoration: underline;
}

/* Buttons */
.sandbox {
    text-align: center;
}
.wpcf7-form input[type="submit"] {
    width:200px;
    margin: auto;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #cdcdcd; /* Old browsers */
    background: -webkit-linear-gradient(top, #541138 0%, #541138 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #541138 0%, #541138 100%); /* W3C */
    border-bottom: 0px solid #541138;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #0068b6; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%); /* W3C */
    border: none;
    border-bottom: 0px solid #cdcdcd;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background: #cdcdcd; /* Old browsers */
    background: -webkit-linear-gradient(top, #f84763 0%, #f84763 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #f84763 0%, #f84763 100%); /* W3C */
    border-bottom: 0px solid #f84763;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #444; /* Old browsers */
    background: -webkit-linear-gradient(top, #cdcdcd 0%, #cdcdcd 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #cdcdcd 0%, #cdcdcd 100%); /* W3C */
    border: none;
    border-top: 0px solid #cdcdcd;
    padding: 10px 24px 11px;
}
button, input, textarea {
    border: 1px solid #541138;
    font-family: inherit;
    padding: 5px;
    width: 100%;
    background-color: transparent;
}
.home button {
    border: 0px solid #541138;
    width: auto;
}
input:focus,
textarea:focus {
    border: 1px solid #cdcdcd;
    outline: 0;
    background-color: #fff;
}


html, button, input, select, textarea {
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    letter-spacing: 1px;
}
html {
    font-size: 100%;
    overflow-x: visible;
    overflow-y: visible;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    line-height: 1.5;
    margin: 0;
    font-size: 13px;
    position: relative;
    left: 0;
    overflow-x: hidden;
    background-color: #f7f5f3;
}
p {
    line-height: 2;
    margin: 0 0 24px;
}
#primary.content-area {
    overflow: hidden;
}
#primary {
    position: relative;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.site-title img {
    width:100%; 
    heiht: auto;
    border: 0 none;
    vertical-align: middle;
}
.entry-thumbnail img {
    display: block;
    margin: 0;
}
ul {
    list-style-type: none;
}
nav ul, nav ol {
    list-style: none outside none;
}
menu, ol, ul {
    margin: 0;
    padding: 0;
}
.entry-title {
  font-weight: bold;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Noto Sans Japanese','YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo';
    line-height: 1.3;
}
h1 {
    font-size: 16px;
    margin: 20px 0;
}
h2 {
    font-size: 14px;
    margin: 20px 0;
}
h3 {
    font-size: 11px;
    margin: 20px 0;
}
h4 {
    font-size: 10px;
    margin: 25px 0;
}
h5 {
    font-size: 10px;
    margin: 30px 0;
}
h6 {
    font-size: 10px;
    margin: 36px 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1541138px white inset;
}
.site {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.comment-respond {
    background-color: transparent;
    padding: 30px 0;
}
.site-footer {
    background-color: transparent;
    color: #333;
    font-size: 12px;
    text-align: left;
    padding-top: 0;
}
.site-footer .sidebar-container {
    background-color: transparent;
    padding: 0;
}
.site-info {
    margin: 0 auto;
    max-width: 1040px;
    padding: 0;
    width: 100%;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
    color: #333;
}
.entry-title {
  color: #893E6A;
}
.entry-title a {
    color: #893E6A;
    text-decoration: none;
}
.entry-title a:hover {
    color: #888;
    text-decoration: none;
}
/*etc*/
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}
.mt160 {margin-top: 160px;}
.mt170 {margin-top: 170px;}
.mt180 {margin-top: 180px;}
.mt190 {margin-top: 190px;}
.mt200 {margin-top: 200px;}
.clearfix:before { 
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}
.clearfix {
    min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
/* Buttons */
.sandbox {
    text-align: center;
}
.wpcf7-form input[type="submit"] {
    width:200px;
    margin: auto;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #cdcdcd; /* Old browsers */
    background: -webkit-linear-gradient(top, #541138 0%, #541138 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #541138 0%, #541138 100%); /* W3C */
    border-bottom: 0px solid #541138;
}


/*paging*/
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 0 none;
}
.wp-pagenavi .pages {
    margin-right: 25px;
}
.navigation a {
    color: #333;
}
.paging-navigation a {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
}
.paging-navigation a:hover {
    color: #888;
}
.navbar {
    background-color: transparent;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: all .5s ease;
  /*transition: all .5s ease;*/
  transition: all .7s ease;
  z-index: 3;
}
.overlay::after {
  /*content: "Close Menu";*/
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255,255,255,0);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255,255,255,.8);
}

.side-open .side-menu {
  display: block;
  transform-origin: center bottom;
  animation: animation-menu .8s both cubic-bezier(.6,1,1,1);
  /*animation: animation-menu .8s both cubic-bezier(0.1, -0.6, 0.2, 0);*/
}
@keyframes animation-menu {
    0% {
        opacity: 0;
    transform: rotate(0) translateX(5px);
    }
    100% {
        opacity: 1;
    transform: rotate(0) translateX(0);
    }
}

/* サイドメニュー ※リストのスタイルは省略 */
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  padding: 100px 2% 20px 7%;
  text-align: left;
  font-size: 13px;
/*  background-color: rgba(240, 240, 240, 0.96);*/
  z-index: -1;
  display: none;
  color: #541138;
}
.side-open .side-menu {
  background-color: rgba(236,234,228, 0.96);
    z-index: 100;
    overflow: scroll;
    line-height: 2;
    display: inline;
}

/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
.side-menu-btn {
  position: fixed;
  top: 25px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.side-open .side-menu-btn {
    top: 25px;
    right: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/* サイドメニューオープン */
.side-open #wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-79.96%, 0, 0);
  transform: translate3d(-79.96%, 0, 0);
}

.side-menu-btn span {
    background: #541138;
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
  }
.side-menu-btn span.top {
    transform: translateY(-6px);
}
.side-menu-btn span.bottom {
    transform: translateY(6px);
}

.side-open .side-menu-btn span.middle {
    background: rgba(240, 240, 240, 0);
}
.side-open .side-menu-btn span.top {
    transform: rotate(-90deg) translateY(0px);
    background-color: #541138;
}
.side-open .side-menu-btn span.bottom {
    transform: rotate(90deg) translateY(0px);
    background-color: #541138;
}
.side-menu ul li a {
    color: #fafafa;
    text-decoration: none;
}
.side-open .side-menu ul li a, .page-in ul li a  {
    color: #541138;
    text-decoration: none;
}
.side-menu ul li a:hover, .page-in ul li a:hover {
    color: #333;
    text-decoration: none;
}
/*.side-menu ul li {
    margin-bottom: 0;
    font-size: 12px;
    padding-top: 0;
    display: block;
}*/
.s-in {
  overflow: hidden;
  position: relative;
}
.p1-1 {
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
}
.p1-2 {
  width: 10%;
  position: absolute;
  left: 77%;
  top: 15%;
}
.p1-3 {
  width: 23%;
  position: absolute;
  left: 57%;
  top: 31%;
}
.p1-4 {
  width: 15%;
  position: absolute;
  left: 44%;
  top: 63%;
}
.p1-5 {

}
.p1-6 {
}
.p1-7 {
}
.yoko-one-img.p1-8 {
  padding-top: 3.8%;
  width: 22%;
}
.yoko-onebox {
  width: 30%;
  position: absolute;
  left: 64%;
  top: 69%;
}
.yoko-one-img {
  width: 25%;
  float: left;
  padding: 0 1%;
}
.p2-1 {
  width: 38%;
  position: absolute;
  top: 0;
  left: 0;
}
.p2-2 {
  width: 15%;
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.p2-3 {
  width: 31%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.yoko-threebox {
  width: 60%;
  right: -6%;
  top: 18%;
  position: absolute;
}
.yoko-three-img {
  width: 30%;
  float: left;
}
.yoko-three-img.p3-1 {
  width: 18%;
  position: absolute;
  top: 18%;
  left: 33%;
}
.yoko-three-img.p3-2 {
    width: 40%;
}
.yoko-three-img.p3-3 {
  
}
.yoko-three-img.p3-4 {
  
}
.fourbox {
  width: 25%;
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.four-1 {
    margin: 5% 0;
    overflow: hidden;
}
.four-2 {
    margin: 5% 0;
    overflow: hidden;
}
.four-3 {
    margin: 5% 0;
    overflow: hidden;
}
.yoko-four-img {
  width: 50%;
  float: left;
}
.yoko-five-img {
  width: 5%;
}
.yoko-five-img.p5-1 {
  width: 15%;
  top: 10%;
  left: 0;
  position: absolute;
}
.yoko-five-img.p5-2 {
  width: 28%;
  top: 0%;
  left: 25%;
  position: absolute;
}
.yoko-five-img.p5-3 {
  width: 6%;
  top: 13%;
  left: 70%;
  position: absolute;
}
.yoko-five-img.p5-4 {
  width: 29%;
  position: absolute;
  top: 27%;
  left: 50%;
}
.yoko-five-hako1 {
  width: 10%;
  position: absolute;
  top: 55%;
  left: 10%;
}
.yoko-five-img.p5-5 {
  width: 100%;
  margin-bottom: 5%;
}
.yoko-five-img.p5-6 {
  width: 100%;
}
.yoko-five-hako2 {
    width: 25%;
    position: absolute;
  top: 73%;
  left: 35%;
}
.yoko-five-img.p5-7, .yoko-five-img.p5-8, .yoko-five-img.p5-9, .yoko-five-img.p5-10 {
  width: 25%;
  float: left;
  padding: 2%;
}
.yoko-five-hako3 {
  width: 12%;
  position: absolute;
  top: 73%;
  left: 80%;
}
.yoko-five-img.p5-11, .yoko-five-img.p5-12, .yoko-five-img.p5-13, .yoko-five-img.p5-14 {
  width: 50%;
  float: left;
  padding: 2%;
}
.yoko-six-hako {
  width: 54%;
  position: relative;
  overflow: hidden;
  background: no-repeat scroll center center / cover #fff;
  height: 100vh;
  height: 100%;
}
.p6-1 {

}
.p6-2 {
  width: 43%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.section img, .yoko-six-hako {
    opacity: .2;
    transform : translate(0, 20px);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
.section.active img, .section.active .yoko-six-hako {
    opacity: 1;
    transform : translate(0, 0);
}
#intro {
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #f7f5f3;
  position: relative;
  z-index: 120;
}
.intoro-in {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intoro-in .home-logo {
  width: 30%;
  margin: auto;
}
.side-menu .home-logo, .page-in .home-logo {
    width: 100%;
    max-width: 330px;
    margin-bottom: 35px;
}
.p-index-scroll-bar-clip {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 90px;
  bottom: 0px;
  left: 30px;
  background-color: transparent;
  z-index: 90;
  display: none;
}
.p-index-scroll-bar-clip.left-bar {
    bottom: 0;
    right: 30px;
    left: auto;
}
.p-index-scroll-bar-clip.left-bar .p-index-scroll-bar {
position: absolute;
width: 1px;
height: 90px;
top: auto;
background-color: #541138;
}
.p-index-scroll-bar {
    position: absolute;
    width: 1px;
    height: 90px;
    top: auto;
    right: 0;
    background-color: #541138;
}
.p-index-scroll-bar {
    -webkit-animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite;
    animation: scroll-bar 3.5s cubic-bezier(.455, .03, .515, .955) infinite
}
@-webkit-keyframes scroll-bar {
    0%, 5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}
@keyframes scroll-bar {
    0%, 5% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 510px, 0);
        transform: translate3d(0, 510px, 0)
    }
}
.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
}
.main-navigation {
    clear: both;
    margin: 0;
    max-width: 100%;
    min-height: 1px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.side-menu .navbar, .page-in .navbar {
    margin: 0;
}

ul.nav-menu, div.nav-menu > ul {
    padding: 0;
}
.yoko-logo-area {
    overflow: hidden;
    width: 100%;
}
/*.yla-left {
    width: 12%;
    float: left;
}
.yla-right {
    width: 88%;
    float: left;
    padding-left: 2%;
}*/
.yla-left {
    width: 100%;
    margin-bottom: 10px;
}
.yla-right {
    width: 8100%;
}
button.slide-arrow {
    background: transparent;
    border: none;
    border-bottom: 0 none;
    border-radius: 0;
    padding: 0;
    text-decoration: none;
}
button.slide-arrow:hover, button.slide-arrow:focus {
    background: transparent;
    opacity: .8;
}
.slick-dots .slick-active li button {
    background-color: #fff;
}
button.slide-arrow img {
    width: 8px;
}
.slick-dots {
    position: absolute;
    bottom: 11px;
    box-sizing: border-box;
    padding-bottom: 0;
    left: 75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    text-align: center;
    z-index: 5;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #893E6A;
    display: block;
}
.slick-dots li button {
    text-indent: -9999em;
    border-style: none;
    width: 3px;
    height: 3px;
    padding: 0;
    outline: 0;
    background: #893E6A;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
.slick-dots li {
display: inline-block;
padding: 0 7px;
}
.slick-dots li {
width: 3px;
height: 3px;
padding: 0;
margin: 0 5px;
vertical-align: top;
}
.slick-slider {
    padding-bottom: 30px;
    margin-left: -25px;
}
button.slide-arrow.prev-arrow {
position: absolute;
bottom: 5px;
left: 26px;
}
button.slide-arrow.next-arrow {
    position: absolute;
    bottom: 5px;
    left: 80px;
}
.home-box {
    margin-top: 18px;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    /*margin-left: -15px;*/
}
.box {
    margin-top: 100px;
    width: 98%;
}
.box h2 {
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    position: relative;
}
.box h2 span {
    width: 50px;
    border-top: 1px solid;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    top: 53%;
}
.box h1 {
    font-weight: normal;
    font-size: 14px;
    margin: 8px 0;
}
.box a {
    color: #893E6A;
    text-decoration: none;
}
.box a:hover {

}
.w-k-in {
    padding-left: 25px;
}
.blog-sub {
    font-family: 'Roboto', sans-serif;
}
.blog-sub.lb {
    margin-left: 10px;
    line-height: 1;
}
span.bls {
    display: inline-block;
    height: 10px;
    border-left: 1px solid;
    margin-left: 7px;
}
.box.shop-box {
    overflow: hidden;
    margin-top: 40px;
    width: 100%;
}
.home .box.shop-box {
    overflow: hidden;
    margin-top: 100px;
    width: 98.5%;
}
.box.shop-box ul {
    margin-left: -2%;
}
.box.shop-box ul li {
    width: 33.33333%;
    float: left;
    padding: 2%;
}
.eigyo {
    font-size: 12px;
}
.eigyo p {
    margin-bottom: 0;
}
.eigyo p span {
    display: inline-block;
    width: 72px;
    font-size: 10px;
    color: #541138;
}
.side-open .side-menu .box ul li a:hover, .side-open .side-menu .box a:hover {
    color: #893E6A;
    opacity: .5;
}
#page {
    position: relative;
}
.page-in {
    width: 80%;
    float: right;
    background-color: rgba(236,234,228, 0.96);
    padding: 5.6% 2% 2% 7%;
}

.site-header .home-link {
    color: #141412;
    display: block;
    margin: 0;
    max-width: 1080px;
    min-height: 1px;
    padding: 0;
    text-decoration: none;
    width: 100%;
}
.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.contentArea {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: -3.2%
}

/*.contentArea:after {
    content: "";
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-flex-grow: 500;
    -ms-flex-positive: 500;
    flex-grow: 500;
    width: auto;
    margin-right: 3.5%
}*/

.contentArea {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1400px;
}
.contentArea ul {
    padding: 0;
    margin: 0;
}
.contentArea li.item-all {
    width: 100%;
}
.contentArea li {
    list-style: none;
}

.item {
    width: 21.5%;
    margin-right: 3.5%;
    margin-bottom: 25px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 29.5%;
}
.item.yoko {
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 46.3%;
    max-width: 64%;
}
.omise-txt-content {

}
.omise-txt-content h2 {
  font-weight: normal;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  position: relative;
  margin-bottom: 50px;
}
.omise-txt-content h2 span {
  width: 50px;
  border-top: 1px solid;
  display: inline-block;
  margin-left: 20px;
  position: absolute;
  top: 53%;
}
.omise-txt-in {
  margin-top: 75px;
}
.single-shop .entry-content {
  margin: 75px 0;
  padding-left: 3%;
  max-width: 75%;
  width: 100%;
}
.page-template .entry-content {
  margin: 75px 0;
  padding-left: 3%;
  max-width: 75%;
  width: 100%;
  line-height: 2;
}
.single-shop .entry-title {
    font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.single-shop .hentry {
  padding: 0 0 20px;
}
.single-shop .site-main, .page-template .site-main, .single .site-main, .archive .site-main , .category .site-main  {
  margin-top: 100px;
}
.haikei-link a {
  text-decoration: none;
  /*border: 1px solid;*/
}
.haikei-link a:hover {
  color: #893E6A;
}
.haikei-link a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  color: #893E6A;
}
.haikei-link a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #893E6A;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.haikei-link a:hover:before, .haikei-link a:focus:before, .haikei-link a:active:before {
  right: 100%;
}
.haikei-link {
  font-size: 12px;
  margin-top: 30px;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
  color: #893E6A;
}
ul.ynt, ul.ynt-f {
  overflow: hidden;
  padding: .5%;
  position: relative;
}
ul.ynt li {
  float: left;
  width: 10%;
  padding: .5%;
}
ul.ynt-f li {
  float: left;
  width: 20%;
  padding: .5%;
}
.abut-img-top {
  overflow: hidden;
  margin: 100px 0 0;
}
.blog-l-box select {
  background-color: transparent;
  background-image: url("https://kanegaetakanori.com/customer/coffeecounty/wp-content/themes/roast/img/sankaku.png");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 35px 26px;
  border-top: 0px solid #541138;
  border-left: 0px solid #541138;
  border-right: 0px solid #541138;
  border-bottom: 1px solid #541138;
  border-radius: 0;
  color: #541138;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  padding: 5px 10px 5px 0;
  width: 190px;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  font-weight: normal;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}
ul.blogpage-menu {
  overflow: hidden;
  margin-bottom: 25px;
}
ul.blogpage-menu li {
  float: left;
  margin-right: 15px;
}
.page-template .blog-l-box .entry-content, .blog-l-box .entry-content {
  max-width: 100%;
  padding-left: 0;
  margin-top: 25px;
}
.entry-meta h2.blog-subtitle a {
  color: #888;
  text-decoration: none;
}
.entry-meta h2.blog-subtitle a:hover {
  color: #541138;
  text-decoration: none;
}
.entry-meta h2.blog-subtitle {
  color: #888;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  margin: 5px 0 15px;
}
.entry-meta span.nitiji a {
  color: #888;
  text-decoration: none;
}
.entry-meta span.nitiji a:hover {
  color: #541138;
  text-decoration: none;
}
.entry-meta span.nitiji {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.blog-l-box .hentry {
  margin-bottom: 100px;
}
#blog-all-box {
  width: 100%;
  max-width: 1000px;
}
.paging-navigation .nav-links {
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

/*ページング*/
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.nav-links .pages {
    display: none;
}
.nav-links .current {
    padding: 7px;
    text-decoration: line-through;
}
.paging-navigation a {
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    padding: 7px;
    text-decoration: none;
}
.paging-navigation .navigation a {
    color: #541138;
    font-family: 'Roboto', sans-serif;
}
.paging-navigation .navigation a:hover {
    color: #888;
    text-decoration: none;
}
.paging-navigation {
    background-color: transparent;
    padding: 40px 0;
}
.paging-navigation .nav-links .pages {
    display: none;
}
.paging-navigation .nav-links .current {
    padding: 7px;
    text-decoration: line-through;
    color: #ccc;
    font-size: 15px;
 }
 .paging-navigation a {
  color: #541138;
 }
 .post-navigation {
background-color: transparent;
color: #541138;
font-size: 12px;
font-style: normal;
font-weight: 300;
padding: 20px 0;
}
.post-navigation .nav-links {
padding-left: 0;
padding-right: 0;
}
.navigation.post-navigation a {
  text-decoration: none;
  color: #541138;
  border-bottom: 1px solid;
}
.navigation.post-navigation a:hover {
  text-decoration: none;
  color: #888;
  border-bottom: 1px solid;
}
.contact-box {
width: 100%;
max-width: 850px;
margin: 100px auto;
padding-top: 100px;
border-top: 1px solid #541138;
}
/* contact */
.contactbox-in {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-template-page-contact input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Roboto', sans-serif;
}
.page-template-page-contact input:focus,
.page-template-page-contact textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.page-template-page-contact .c-box {
    margin-bottom: 50px;
    overflow: hidden;
    color: #541138;
}
.wpcf7 {
  margin-top: 150px;
}
.c-box.c-ue .c-l {
    margin-bottom: 5px;
}
.c-box .c-l {
    float: left;
    width: 25%;
}
.c-box .c-r {
    float: right;
    width: 75%;
}
.sen-yoko {
    border-bottom: 1.5px solid #541138;
    width: 100%;
    max-width: 20px;
    margin-bottom: 40px;
}
.contact-wrap {
    margin: 100px 0 60px;

}
.contact-wrap h2 {
    font-weight: normal;
    text-transform: capitalize;
}
.contact-wrap h2 span {
    font-weight: bold;

}
.contact-wrap input {
    border-style: none none solid;
    border-width: 1px;
    font-family: 'Roboto', sans-serif;
}
.contact-wrap input:focus,
.contact-wrap textarea:focus {
    border: 1px solid #c5c5c5;
    outline: 0;
}
.contact-wrap .c-box {
    margin-bottom: 50px;
    overflow: hidden;
}
.c-box.c-ue {
    margin-top: 70px;
}
.c-box.c-ue.mtue {
    margin-top: 100px;
}
.mannaka {
    text-align: center;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #541138;
}
div.wpcf7-mail-sent-ng {
    border: 2px solid #541138;
}
div.wpcf7-spam-blocked {
    border: 2px solid #541138;
}
div.wpcf7-validation-errors {
    border: 2px solid #541138;
}
.page-template-page-contact input[type="checkbox"] {
  width: auto;
}




/*.page-template .site-main {
  margin-top: 0;
}*/
.home .yoko-six-hako {
  float: left;
}
.home .yoko-six-hako-r {
  float: right;
  width: 46%;
  position: relative;
  height: 100%;
  height: 100vh;
}

.yshr-in {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
text-align: center;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.home .yoko-six-hako-r1 {
width: 100%;
position: absolute;
top: 50%;
left: 60%;
}
.yshr-in1 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}
.home .yoko-six-hako-r2 {
width: 100%;
position: absolute;
top: 80%;
left: 20%;
}
.yshr-in2 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}
.yshr-in2 p {
/*    text-align: center;*/
}
.home .site-main {
    margin-top: 0;
}
.s-in.tuika img, .s-in.tuika .yoko-six-hako {
    opacity: 0;
    transform : translate(0, 20px);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
.s-in.tuika.changed img, .s-in.tuika.changed .yoko-six-hako {
opacity: 1;
transform: translate(0, 0);
}
.yshr-in p, .yshr-in2, .yshr-in1 p {
    opacity: .2;
    transform : translate(0, 20px);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
.section.active .yshr-in p, .section.active .yshr-in2, .section.active .yshr-in1 p {
    opacity: 1;
    transform : translate(0, 0);
}
.s-in.tuika .yshr-in p, .s-in.tuika .yshr-in2, .s-in.tuika .yshr-in1 p {
    opacity: .2;
    transform : translate(0, 20px);
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
}
.s-in.tuika.changed .yshr-in p, .s-in.tuika.changed .yshr-in2, .s-in.tuika.changed .yshr-in1 p {
    opacity: 1;
    transform : translate(0, 0);
}
.viewbox {
margin-top: 30px;
}
.viewbox span {
width: 30px;
display: inline-block;
border-top: 1px solid;
margin-right: 10px;
padding-bottom: 4px;
}
.viewbox a {

}
.viewbox a:hover {
  
}
.nav-menu li.akeru {
  padding-left: 23px;
  border-left: 1px solid #541138;
}
.kieru-logo {
  position: fixed;
  width: 100%;
  max-width: 270px;
  z-index: 1;
  top: 46%;
  left: 50%;
  transform: translateY(-40%) translateX(-50%);
}
.kieru-logo svg {
  opacity: .6;
}
.fill1 svg {
  fill: #cfcfcf;
}
.fill2 svg {
  fill: #541138;
}
.fill3 svg {
  opacity: .5;
}
.kieru-logo.fill5, .kieru-logo.fill6, .kieru-logo.fill7, .kieru-logo.fill8 {
  position: fixed;
  z-index: 1;
  left: 5%;
  transform: translateX(0%);
  top: 46%;
}
.error404 .page-wrapper {
  background-color: #fff;
}
.error404 .pw-l {
  width: 50%;
  float: left;
  height: 100%;
  height: 100vh;
  position: relative;
}
.error404 .pw-r {
  width: 50%;
  float: right;
  height: 100%;
  height: 100vh;
  position: relative;
}
.error404 .pw-l img {
  position: absolute;
  right: 0;
  top: 0;
}
.error404 .pw-r img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.move {
position:relative;
width:100%;
padding-top:56.25%;
margin-bottom: 25px;
}
.move iframe {
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}
.box.movie-box h2 {margin-bottom: 45px;}
.box.movie-box ul {
    margin-left: -2%;
}
.box.movie-box ul li {
    width: 33.3333333%;
    float: left;
    padding-left: 2%;
}

@media (max-height: 1350px) {
.page-in {
width: 92%;
}
.side-menu {
width: 92%;
}
.page-template .entry-content, .single-shop .entry-content {
    max-width: 96%;
}
}
@media (max-height: 1080px) {
.p1-1 {
width: 35%;
}
.p1-2 {
width: 7%;
}
.p1-3 {
width: 19%;
}
.p1-4 {
width: 12%;
}
.yoko-onebox {
width: 26%;
}
.yoko-five-img.p5-2 {
width: 23%;
left: 28%;
}
.yoko-five-img.p5-4 {
width: 24%;
top: 29%;
left: 50%;
}
.yoko-five-img.p5-1 {
width: 13%;
top: 10%;
left: 0;
position: absolute;
}
.yoko-five-hako3 {
width: 10%;
position: absolute;
top: 72%;
left: 80%;
}
.yoko-five-hako1 {
width: 9%;
position: absolute;
top: 55%;
left: 10%;
}
.yoko-five-img.p5-3 {
width: 5%;
top: 10%;
left: 70%;
position: absolute;
}
.fourbox {
width: 22%;
}
.p2-1 {
width: 34%;
}
.p2-3 {
  width: 27%;
}
}
@media (max-width: 1069px) {
.post-navigation .nav-links {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 840px) {
    .yoko-six-hako {
        width: 75%;
    }
.p2-2 {
    top: 53%;
    width: 35%;
}
.yoko-five-img.p5-1 {
    width: 23%;
}
.yoko-five-img.p5-3 {
width: 15%;
top: 10%;
left: 73%;
}
.yoko-five-img.p5-2 {
    width: 33%;
}
.yoko-five-img.p5-4 {
width: 40%;
position: absolute;
top: 32%;
left: 44%;
}
.yoko-five-hako1 {
width: 26%;
position: absolute;
top: 47%;
left: 8%;
}
.yoko-five-hako2 {
width: 56%;
position: absolute;
top: 57%;
left: 36%;
}
.yoko-five-hako3 {
width: 26%;
position: absolute;
top: 73%;
left: 70%;
}
.p1-1 {
    width: 45%;
}
.p1-2 {
width: 23%;
position: absolute;
left: 73%;
top: 11%;
}
.p1-3 {
width: 38%;
position: absolute;
left: 54%;
top: 40%;
}
.p1-4 {
width: 27%;
position: absolute;
left: 14%;
top: 63%;
}
.yoko-onebox {
width: 50%;
position: absolute;
left: 49%;
top: 77%;
}
.fourbox {
    width: 42%;
    left: 28%;
}
.yoko-threebox {
    width: 70%;
}
.yoko-three-img.p3-1 {
    width: 22%;
    left: 13%;
}
}
@media (max-width: 780px) {
/*etc*/
button,
textarea,
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.page-template-page-link-php .site-info {
    position: static;
}
}
@media (max-width: 643px) {
.error404 .fnav-menu {
    display: none;
}
#content .entry-header,
#content .entry-content,
#content .entry-summary,
#content footer.entry-meta,
#content .featured-gallery,
.search.sidebar .page-content,
.blog.sidebar .page-content,
.sidebar .post-navigation .nav-links,
.paging-navigation .nav-links,
#content .author-info,
.comments-area .comments-title,
.comments-area .comment-list,
.comments-area .comment-navigation,
.comment-respond,
.sidebar .site-info,
.sidebar .paging-navigation .nav-links {
    padding-left: 0;padding-right: 0;
}
#site-navigation button,
#site-navigation input[type="submit"],
#site-navigation input[type="button"],
#site-navigation input[type="reset"] {
    background: #0068b6; /* Old browsers */
    background: -webkit-linear-gradient(top, #000 0%, #000 100%); /* Chrome 10+, Safari 5.1+ */
    background:   linear-gradient(to bottom, #000 0%, #000 100%); /* W3C */
    border: none;
    border-bottom: 0px solid #000;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    padding: 11px 14px 10px;
    text-decoration: none;
    border-radius: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 15px;
}
ul.nav-menu, div.nav-menu > ul {
display: block;
}
.nav-menu li {
display: block;
position: relative;
margin-bottom: 15px;
}
.toggled-on .nav-menu > li a:hover,
.toggled-on .nav-menu > ul a:hover {
        background-color: #000;
        color: #fff;
}
ul.ynt-f li {
float: left;
width: 33.33333333%;
padding: .5%;
}
ul.ynt-f li:nth-child(10) {
    display: none;
}
.yoko-six-hako {
  width: 95%;
}
.home .yoko-six-hako-r {
  float: none;
  width: 100%;
  position: absolute;
  height: 100%;
  height: auto;
  background-color: #fff;
  bottom: 5%;
}
.yshr-in {
  text-align: left;
  background-color: #fff;
}
.yshr-in p {
  margin-bottom: 0;
  padding: 20px;
}
.s-in {
background-color: #fff;
}
.yoko-five-img.p5-1 {
width: 90%;
top: 2%;
left: 0;
position: absolute;
}
.yoko-five-img.p5-2 {
width: 48%;
left: 0;
bottom: 0;
top: auto;
}
.yoko-five-img.p5-3{
  top: 32%;
  width: 37%;
  left: 57%;
  z-index: 101;
}
.yoko-five-img.p5-4 {
width: 45%;
top: 38%;
left: 12%;
}
.yoko-five-hako1 {
width: 30%;
position: absolute;
top: 63%;
left: 2%;
}
.yoko-five-hako2 {
width: 65%;
position: absolute;
top: 65%;
left: 35%;
}
.yoko-five-hako3 {
width: 45%;
position: absolute;
top: 80%;
left: 55%;
}
.fourbox {
  width: 88%;
  left: 44%;
  top: 63%;
}
.home .yoko-six-hako-r1 {
  width: 70%;
  position: absolute;
  top: 17%;
  left: 30%;
}
.p2-1 {
width: 45%;
}
.p2-2 {
width: 58%;
top: 50%;
}
.p2-3 {
width: 45%;
}
.p1-1 {
width: 45%;
}
.p1-2 {
width: 35%;
left: 59%;
}
.p1-3 {
width: 95%;
top: 30%;
left: 5%;
}
.p1-4 {
width: 33%;
left: 2%;
top: 73%;
}
.yoko-onebox {
width: 55%;
top: 75%;
left: 45%;
}
.yoko-one-img {
width: 50%;
float: left;
padding: 0 1%;
}
.yoko-threebox {
    width: 98%;
    right: 0;
    top: 18%;
    position: absolute;
}
.yoko-three-img.p3-1 {
width: 35%;
position: absolute;
/*bottom: 12%;*/
left: 24%;
top: 54%;
}
.home .yoko-six-hako-r2 {
width: 90%;
position: absolute;
top: 67%;
left: 10%;
}

.side-menu {
  width: 90%;
  padding: 100px 2% 20px;
}
.side-menu-btn {
    top: 10px;
  right: 10px;
}
.side-open .side-menu-btn {
  top: 15px;
  right: 5px;
}
.home .box.shop-box {
overflow: hidden;
margin-top: 0;
width: 100%;
}
.contentArea {
  width: 104%;
}
.box.shop-box ul {
margin-left: 0;
}
.box.shop-box ul li {
width: 100%;
float: none;
padding: 0;
margin-bottom: 40px;
}
.box {
margin-top: 50px;
width: 100%;
}
.abut-img-top {
overflow: hidden;
margin: 10px 0 0;
}
.page-in {
  width: 98%;
}
.page-template .entry-content {
  margin: 0;
  max-width: 100%;
}
.single-shop .site-main, .page-template .site-main, .single .site-main, .archive .site-main, .category .site-main {
margin-top: 25px;
}

/*メニュー追加*/
.menu-sp-menu-container ul.fnav-menu {
  overflow: hidden;
}
.menu-sp-menu-container ul.fnav-menu li {
width: 46%;
float: left;
text-align: center;
border-bottom: 1px solid #541138;
margin: 20px 2%;
padding: 2%;
text-transform: uppercase;
margin-bottom: 20px;
}
.c-box .c-l {
float: none;
width: 100%;
}
.c-box .c-r {
float: none;
width: 100%;
}
.side-menu .home-logo, .page-in .home-logo {
width: 100%;
max-width: 270px;
margin-bottom: 0px;
}
.box.shop-box {
overflow: hidden;
margin-top: 0;
width: 100%;
}
.single-shop .entry-content {
margin: 25px 0;
max-width: 100%;
width: 100%;
}
.nav-menu li.akeru {
  padding-left: 0;
  border-left: 0;
}
.box.movie-box ul li {
    width: 50%;
}
}

