.mainImg_cover {
    width: 100%;
    min-width: 1000px;
    padding: 80px 0 0;
    box-sizing: border-box;
}

#main_image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    box-sizing: border-box;
    background: url(../../img/common/main_img.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

#main_image .title {
    text-align: center;
    font-size: 40px;
    color: #040404e28;
}

#main_image .breadcrumbs {
    position: absolute;
    width: 1000px;
    color: #000;
    font-size: 12px;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

#main_image .breadcrumbs a:hover {
    text-decoration: underline;
}

#contents.main {
    background: url(../../img/common/bg_white.jpg) repeat;
    padding: 40px 0 50px;
}

#contents .inner {
    width: 1000px;
    box-sizing: border-box;
    padding: 40px 40px;
    margin: 0 auto;
    background: #fff;
}

.information_list ul li {
    padding: 0 25px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #959595;
}

.information_list ul li .date {
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    margin-right: 10px;
}

.information_list ul li .type {
    display: inline-block;
    width: 90px;
    height: 22px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}

.information_list ul li .type.news {
    background: #000;
}

.information_list ul li .type.event {
    background: #683e28;
}

.information_list ul li .flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.information_list ul li .title {
    max-width: calc(100% - 250px);
    font-size: 14px;
}

#contents .information_list ul li .more {
    height: 30px;
    line-height: 26px;
    margin: 0;
}

#contents .information_list ul li .more:after {
    top: 0;
}

.information_list .wp-pagenavi {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.information_list .wp-pagenavi a, .information_list .wp-pagenavi span {
    display: block;
    width: 24px;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    padding: 5px 0;
    margin: 0 3px;
    background-color: #eee;
}

.information_list .wp-pagenavi a:hover {
    background-color: #333;
    color: #fff;
}

.information_list .wp-pagenavi a.previouspostslink, .information_list .wp-pagenavi a.nextpostslink {
    height: 22px;
    position: relative;
}

.information_list .wp-pagenavi a.previouspostslink:before, .information_list .wp-pagenavi a.nextpostslink:before {
    position: absolute;
    content: "";
    border-top: 1px solid #000;
    width: 7px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.information_list .wp-pagenavi a.previouspostslink:before {
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
}

.information_list .wp-pagenavi a.nextpostslink:before {
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 4px;
}

.information_list .wp-pagenavi a.previouspostslink:hover:before, .information_list .wp-pagenavi a.nextpostslink:hover:before {
    border-color: #fff;
}

.information_list .wp-pagenavi span.current {
    background-color: #d4d4d4;
}

.information_cont .data {
    margin-bottom: 15px;
}

.information_cont .date {
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    margin-right: 10px;
}

.information_cont .type {
    display: inline-block;
    width: 90px;
    height: 22px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
}

.information_cont .type.news {
    background: #000;
}

.information_cont .type.event {
    background: #683e28;
}

.information_cont .title {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 17px;
    border-bottom: 1px solid #959595;
}

.information_cont .txt p {
    font-size: 14px;
    margin-bottom: 10px;
}

.information_cont .txt img {
    max-width: 100%;
    height: auto;
}

.information_cont .txt img.alignleft {
    text-align: left;
}

.information_cont .txt img.aligncenter {
    display: block;
    margin: 1px auto;
}

.information_cont .txt img.alignright {
    display: block;
    margin: 1px 1px 1px auto;
}

.information_cont .txt > img {
    margin-bottom: 10px;
}

#contents .information_cont .more {
    margin-top: 30px;
}

.product_cover .product_ttl {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}

.product_cover .product_lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.product_cover .product_cateBox {
    width: 800px;
    margin: 0 auto;
    padding: 35px 0;
}

.product_cover .product_cateBox:not(.product_cateBox_other) {
    display: flex;
    align-items: center;
}

.product_cover .product_cateBox:not(.product_cateBox_other) {
    border-bottom: 1px dashed #333;
}

.product_cover .product_cateBox .product_cateImg {
    margin-right: 50px;
}

.product_cover .product_cateBox:not(.product_cateBox_other) .product_cateLists {
    width: 550px;
}

.product_cover .product_cateBox .product_cateName {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

.product_cover .product_cateBox .product_ul {
    display: flex;
    flex-wrap: wrap;
}

.product_cover .product_cateBox .product_ul li {
    font-size: 14px;
    line-height: 2.2;
    margin-right: 25px;
    position: relative;
    padding-left: 15px;
}

.product_cover .product_cateBox .product_ul li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border: 2px solid #333;
    box-sizing: border-box;
    border-radius: 100%;
    top: 9px;
    left: 0;
}

.menu_cover .kome {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.menu_cover .menu_cateBox + .menu_cateBox {
    margin-top: 60px;
}

.menu_cover .cate_name {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.menu_cover .cate_name:before {
    position: absolute;
    content: "";
    background: #333;
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.menu_cover .cate_name:before {
    bottom: 0;
}

.menu_cover .cate_name span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 0 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.menu_cover .menu_list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu_cover .menu_list + .menu_list {
    margin-top: 30px;
}

.menu_cover .menu_list:before {
    content: "";
    display: block;
    width: 220px;
    order: 1;
}

.menu_cover .menu_list:after {
    content: "";
    display: block;
    width: 220px;
}

.menu_cover .menu_list li {
    width: 220px;
}

.menu_cover .menu_list li:nth-child(n + 5) {
    margin-top: 25px;
}

.menu_cover .menu_list .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1.4;
    position: relative;
    padding-left: 15px;
}

.menu_cover .menu_list .name:before {
    position: absolute;
    content: "";
    background: #333;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 9px;
    left: 0;
}

.menu_cover .menu_list.txt .name {
    margin-top: 0;
}

.menu_cover .menu_list.txt li:nth-child(n + 5) {
    margin-top: 20px;
}

.menu_cover .sub_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.menu_cover .menu_list + .sub_name {
    margin-top: 30px;
}

.contact_cover .lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 50px;
}

.contact_cover .form dl {
    display: -webkit-flex;
    display: flex;
}

.contact_cover .form dl + dl {
    margin-top: 35px;
}

.contact_cover .form dt {
    font-size: 16px;
    line-height: 30px;
    width: 265px;
    box-sizing: border-box;
}

.contact_cover .form .must:before {
    display: inline-block;
    content: "必須";
    width: 32px;
    height: 16px;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    background: #ad181f;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.contact_cover .form dd {
    width: calc(100% - 265px);
    font-size: 14px;
}

.contact_cover .form dd .input, .contact_cover .form dd .input02, .contact_cover .form dd .postNumber, .contact_cover .form dd .input03 {
    height: 30px;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #626262;
    box-sizing: border-box;
}

.contact_cover .form dd .input {
    width: 410px;
}

.contact_cover .form dd .input02 {
    width: 265px;
}

.contact_cover .form dd .input03 {
    width: 100%;
}

.contact_cover .form dd label {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.contact_cover .form dd .mwform-zip-field {
    font-size: 16px;
}

.contact_cover .form dd .postNumber {
    margin: 0 3px;
}

.contact_cover .form dd .kome {
    font-size: 14px;
    line-height: 1;
    margin-top: 7px;
}

.contact_cover .form dd textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    padding: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #626262;
    box-sizing: border-box;
}

.contact_cover .form .privacy {
    height: 140px;
    padding: 10px 25px;
    box-sizing: border-box;
    border: 1px solid #626262;
    overflow-y: scroll;
    margin-top: 30px;
    margin-bottom: 10px;
}

.contact_cover .form .privacy p {
    font-size: 14px;
}

.contact_cover .form .privacy ul li {
    font-size: 14px;
    padding-left: 14px;
    position: relative;
}

.contact_cover .form .privacy ul li:before {
    position: absolute;
    content: "";
    background: #333;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 8px;
    left: 2px;
}

.contact_cover .form .privacy .privacy_th {
    font-weight: bold;
    margin: 27px 0 5px;
}

.contact_cover .form .privacy_check {
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}

.contact_cover .submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 240px;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-family: "Source Han Serif", serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 46px;
    border: 1px solid #000;
    border-radius: 0;
    background: url(../../img/common/arrow.png) no-repeat right 10px center;
    padding: 0 5px 0 15px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.contact_cover .submit:hover {
    opacity: 0.5;
}

.contact_cover .back {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 240px;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-family: "Source Han Serif", serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 46px;
    border: 1px solid #000;
    border-radius: 0;
    background: url(../../img/common/arrow.png) no-repeat right 10px center;
    padding: 0 5px 0 15px;
    margin: 20px auto 0;
    position: relative;
    cursor: pointer;
}

.contact_cover .back:hover {
    opacity: 0.5;
}

.access_cover .access_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.access_cover .access_info .img {
    width: 300px;
}

.access_cover .access_info .img img {
    width: 100%;
}

.access_cover .access_info .info {
    width: 580px;
}

.access_cover h2 {
    font-family: "Source Han Serif", serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

.access_cover h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.access_cover p {
    font-size: 16px;
}

.access_cover p span {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}

.access_cover .add, .access_cover .acc, .access_cover .tel {
    margin-bottom: 20px;
}

.access_cover .map iframe {
    width: 100%;
    height: 320px;
}

.access_cover .sep {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 2px dashed #683e28;
}

.photo_cover .lead {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
}

.photo_cover .photo_list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.photo_cover .photo_list:before, .photo_cover .photo_list:after {
    display: block;
    content: "";
    width: 220px;
}

.photo_cover .photo_list:before {
    order: 1;
}

.photo_cover .photo_list a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    width: 220px;
}

.photo_cover .photo_list a .img {
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 100%;
    background-size: cover;
}

.photo_cover .photo_list a:hover:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5) url(../../img/main/photo_icon.png) no-repeat center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.photo_cover .photo_list img {
    width: 100%;
    height: auto;
}

.coffee_cover .coffee_block:after {
    display: block;
    content: "";
    clear: both;
}

.coffee_cover .coffee_block + .coffee_block {
    margin-top: 80px;
}

.coffee_cover .coffee_block_img.coffee_block_left {
    float: left;
    margin: 0 20px 15px 0;
}

.coffee_cover .coffee_block_img.coffee_block_right {
    float: right;
    margin: 0 0 15px 20px;
}

.coffee_cover .coffee_ttl {
    width: 400px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 3px solid #ccc;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.coffee_cover .coffee_ttl:before {
    position: absolute;
    content: "";
    background: #333;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -3px;
}

.coffee_cover .coffee_ttl.ex {
    margin-left: -15px;
}

.coffee_cover .coffee_block_txt {
    font-size: 15px;
    line-height: 2;
}

.recruit_cover .lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.recruit_cover .table {
    padding-bottom: 30px;
}

.recruit_cover .table dl {
    display: flex;
}

.recruit_cover .table dl + dl {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #888;
}

.recruit_cover .table dt {
    width: 200px;
    font-size: 18px;
    font-weight: bold;
}

.recruit_cover .table dd {
    width: 720px;
    font-size: 16px;
}

.recruit_cover .table a {
    font-weight: bold;
    color: #aa6a1c;
    text-decoration: underline;
}

.recruit_cover .table a:hover {
    text-decoration: none;
}

.thanks_cover a {
    display: block;
    width: 240px;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    border: 2px solid #000;
    border-radius: 40px;
    background: none;
    padding-right: 5px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.thanks_cover a:hover {
    opacity: 0.7;
}

.thanks_cover .lead {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.media_cont .data {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #959595;
}

.media_cont .date {
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 27px;
    margin-right: 15px;
}

.media_cont .title {
    font-size: 17px;
    line-height: 27px;
    font-weight: bold;
}

.media_cont .img {
    width: 480px;
    margin: 0 auto 15px;
}

.media_cont .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.media_cont .txt p {
    font-size: 14px;
    margin-bottom: 10px;
}

.media_cont .txt a {
    text-decoration: underline;
}

.media_cont .txt img {
    max-width: 100%;
    height: auto;
}

.media_cont .txt img.alignleft {
    text-align: left;
}

.media_cont .txt img.aligncenter {
    display: block;
    margin: 1px auto;
}

.media_cont .txt img.alignright {
    display: block;
    margin: 1px 1px 1px auto;
}

.media_cont .txt > img {
    margin-bottom: 10px;
}

#contents .media_cont .more {
    margin-top: 30px;
}

.media_cont .img img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.media_cont .txt p {
    font-size: 14px;
    margin-bottom: 10px;
}

.media_cont .txt h1 {
    font-size: 26px;
    color: #115c31;
    margin-bottom: 10px;
    border-bottom: 4px solid #115c31;
    padding: 0 0 10px;
}

.media_cont .txt h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #FFF;
    font-weight: normal;
    padding: 10px 20px;
    background: #b38d00;
    border-radius: 0 5px 0 0;
    text-align: center;
}

.media_cont .txt h3 {
    font-size: 18px;
    border-left: 6px solid #115c31;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
}

.media_cont .txt h4 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 4px;
    border-bottom: 4px double #b38d00;
}

.media_cont .txt h5 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #115c31;
}

.media_cont .txt h6 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #b38d00;
}

.media_cont .txt li {
    font-size: 14px;
    margin: 0 0 5px;
}

.media_cont .txt ul {
    list-style: disc;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.media_cont .txt ol {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.media_cont .txt a {
    text-decoration: underline;
}

.media_cont .txt img {
    max-width: 100%;
    height: auto;
}

.media_cont .txt img.alignleft {
    text-align: left;
}

.media_cont .txt img.aligncenter {
    display: block;
    margin: 1px auto;
}

.media_cont .txt img.alignright {
    display: block;
    margin: 1px 1px 1px auto;
}

.media_cont .txt>img {
    margin-bottom: 10px;
}

#contents .media_cont .more {
    margin-top: 30px;
}

#main_image .title.blog {
    max-width: 80px;
}

#main_image .title.blog img {
    max-width: 100%;
    height: auto;
}
