@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
	zoom: 1;
}
html {
	overflow-y: scroll;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-size: 100%;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin: 0;
	padding: 0;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
button, input {
	line-height: normal;
 *overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
li {
	list-style: none;
}
/*画像を縦に並べた時に余白が出ないように*/
img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ie6_error, .no_script {
	background:#F66;
	padding: 100px;
	text-align:center;
	font-size:150%;
	color:#333;
}
.flt {
	float: left;
}
.flr {
	float: right;
}
.txt_l, td.txt_l, .txt_l td {
	text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
	text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
	text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
	vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
	vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
	vertical-align: bottom;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.img_bd {
	border:solid 1px #E8E8E8;
}
.c_red {
	color:#FF3425
}
@charset "utf-8";

/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/

/*
0:Base
------------------------------------------------------------
*/
body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-weight: 400;
  color: #404040;
  font-size: 13px;
  line-height: 2em;
  text-align: left;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
}
.win body {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
    font-weight: 500;
}
a, a:link, a:active, a:visited {
  text-decoration: none;
  color: #333;
  transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
a:hover {
  color: #9d826f;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
.opacity:hover{
  -moz-opacity: .7;
  -ms-opacity: .7;
  -webkit-opacity: .7;
  opacity: .7;
    transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
}
img{
    max-width: 100%;
    width: auto;
}
iframe {
    vertical-align: top;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
    overflow: hidden;
}
#container {

}
#contentTop {
    position: relative;
    padding-top: 100px;
}
.mainImg {
  width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.mainImg:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100px;
    z-index: 1;
}
.mainImg:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background: #849a88;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 65px;
}
#main {
  float: right;
  width: 72%;
}
#sub {
  float: left;
  width: 21%;
}
#secound {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.secoundImg {
    float: right;
    width: 90%;
}
.secoundBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: -1;
}
.section {
  margin-bottom: 80px;
  overflow: hidden;
}
.leftBox {
  float: left;
}
.rightBox {
  float: right;
}
.box {
  overflow: hidden;
  margin-bottom:5%;
}
#breadcrumbList {
    font-size: .8em;
    clear: both;
    max-width: 1000px;
    margin: 0 auto 1%;
}
.wp-pagenavi {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-size: 1.1em;
}
span.current {
    margin-right: 1.5%;
    color: #ced7cf;
}
a.page.larger, a.page.smaller, span.extend, span.extend, a.first {
    margin-right: 1.5%;
    color: #849a88;
}
a.previouspostslink {
    margin-right: 5%;
    color: #849a88;
}
a.nextpostslink {
    margin-left: 5%;
    color: #849a88;
}



.sectionC {
  margin-bottom: 2em;
  clear: both;
  overflow: hidden;
  text-align:center;
}
.leftCol {
  float:left;
  padding: 10px;
  width: 265px;
}
.rightCol {
  float:right;
  padding: 10px;
  width: 380px;
}
.ate {
  padding:15px;
  border: 1px dotted #1d1d1d;
}
article {
  background-color: #fff;
  padding-bottom: 2em;
}
/*
2:h_tag
------------------------------------------------------------
*/
h1.mainTi {
    font-size: 2.5em;
    color: #fff;
    position: absolute;
    left: 17%;
    top: 40%;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .25em;
}
h1.mainTi span{
    font-size: .55em;
    display: block;
    margin-top: 1em;
}
h1.title, h2.title{
    font-size: 1.85em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .1em;
    margin-bottom: 1.5em;
}
h1.title span, h2.title span {
    font-size: 0.6em;
    color: #fff;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 1em;
    font-weight: 500;
}
h2.topTi {
    font-size: 2.8em;
    line-height: 2em;
    color: #fff;
    font-family: "游明朝", YuMincho, serif;
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 7%;
}
h2.mainTi {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .35em;
}
h2.mainTi span{
    display: block;
    font-family: 'Overpass', sans-serif;
    color: #849a88;
    font-size: .5em;
    letter-spacing: .1em;
    margin-left: 10px;
}
h3.topTi {
    font-family: "游明朝", YuMincho, serif;
    font-size: 2.45em;
    line-height: 1.1em;
    letter-spacing: .2em;
    margin-bottom: 1em;
    position: relative;
}
h3.topTi span{
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: .4em;
    color: #849a88;
    font-family: 'Overpass', sans-serif;
    letter-spacing: .1em;
    margin-bottom: 1em;
}
h3.topTi span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #849a88;
}
h3.mainTi {
    font-size: 1.85em;
    font-family: "游明朝", YuMincho, serif;
    padding-left: 50px;
    position: relative;
    letter-spacing: .2em;
    margin-bottom: 1.5em;
}
h3.mainTi:after{
    position: absolute;
    content: '';
    left: 0;
    top: 40%;
    width: 40px;
    height: 1px;
    background: #849a88;
}
h3.subTi {
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.85em;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: .2em;
}
h4.topTi {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .2em;
    position: relative;
    padding-top: 50px;
    min-height: 160px;
}
h4.topTi:after{
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background: #849a88;
    top: 0;
    right: 10px;
}
h4.topTi span{
    display: block;
    font-family: 'Overpass', sans-serif;
    color: #849a88;
    font-size: .5em;
    letter-spacing: .1em;
    margin-left: 10px;
}
h4.subTi,h2.subTi {
    font-size: 1.85em;
    text-align: center;
    font-family: "游明朝", YuMincho, serif;
    margin-bottom: 20px;
    line-height: 1.5em;
}
.h3topTi {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .2em;
    position: relative;
    padding-top: 50px;
    min-height: 160px;
    float: left;
}
.h3topTi:after{
    content: '';
    position: absolute;
    height: 40px;
    width: 1px;
    background: #849a88;
    top: 0;
    right: 10px;
}
.h3topTi span{
    display: block;
    font-family: 'Overpass', sans-serif;
    color: #849a88;
    font-size: .5em;
    letter-spacing: .1em;
    margin-left: 10px;
}
h4.mainTi {
    font-size: 1.7em;
    padding-left: 40px;
    position: relative;
    margin-bottom: 1em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .2em;
}
h4.mainTi:before {
    position: absolute;
    content: '';
    background: #849a88;
    width: 30px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*
3:Common style
------------------------------------------------------------
*/
.btn{
    width: 280px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #849a88;
    font-family : YuGothic,'Yu Gothic',sans-serif;
    position: relative;
    background: #fff;
}
.btn.center{
  margin: 0 auto;
}
.btn:after{
    position: absolute;
    content: '';
    background: #849a88;
    height: 1px;
    width: 15px;
    left: 95%;
    top: 50%;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:hover::after{
    width: 30px;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn a{
    display: block;
    padding: 1em;
    box-sizing: border-box;
    letter-spacing: .1em;
    color: #849a88;
}
.right_btn {
    position: relative;
    text-align: center;
    font-family : YuGothic,'Yu Gothic',sans-serif;
    font-size: 14px;
    height: 56px;
}
.right_btn a {
    width: 280px;
    border: 1px solid #849a88;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 1em;
    letter-spacing: .1em;
    color: #849a88;
}
.right_btn a:after{
    position: absolute;
    content: '';
    background: #849a88;
    height: 1px;
    width: 15px;
    left: 95%;
    top: 50%;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.right_btn a:hover::after{
    width: 30px;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn2 {
    background: #9daea0;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn2:hover{
    box-shadow: 0 0 20px 5px rgba(255,255,255,.3) inset;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all .3s ease;
}
.btn2 img {
    width: 20px!important;
    vertical-align: middle;
    margin-right: 10px!important;
}
.btn2 a{
    color: #fff;
    display: block;
    padding: 18px;
}
p.btn3 {
    float: right;
    border-bottom: 1px solid #849a88;
    font-family: 'Overpass', YuGothic,'Yu Gothic', sans-serif;
    margin-top: 30px;
}
p.btn3 a {
    color: #849a88;
}
p.btn3 a:hover {
    color: #3e6345;
}
.day {
  background: #fff;
    font-family: 'Overpass', sans-serif;
    color: #849a88;
    font-size: 1.5em;
    font-style: italic;
    position: absolute;
    left: 0;
    background: #fff;
    top: 10%;
    text-align: center;
    width: 60px;
    overflow: hidden;
    padding: 10px 10px 10px 0;
}
.day span {
    display: block;
    font-size: .7em;
}
.map {

}
p.time {
    margin-bottom: 20px;
}
.name {
    font-size: 2em;
    margin-bottom: 10px;
    color: #849a88;
    background: rgba(255,255,255,0.9);
    width: 250px;
    height: 120px;
    padding-top: 35px;
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    letter-spacing: .25em;
    font-family: "游明朝", YuMincho, serif;
}
.name span{
    font-size: .5em;
    font-family: 'Overpass', sans-serif;
    display: block;
    margin-top: 10px;
    letter-spacing: .25em;
}
.tel {
  font-size: 2em;
    font-family: 'Overpass', sans-serif;
}
.tel span {
    font-size: 0.7em;
    margin-right: 5px;
}
a.more, a.close {
    float: right;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 5%;
    background: #849a88;
    width: 110px!important;
    color: #fff!important;
    font-size: .9em;
    z-index: 1;
}
a.more img, a.close img {
    width: 10px;
    vertical-align: middle;
    margin-left: 5px;
}
.photoR {
  float: right;
}





.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}
.alignright {
  float: right;
  padding: 0 0 15px 15px;
}
.aligncenter {
  display: block;
  margin:0 auto;
}
.photoL {
  float: left;
  padding: 0 15px 15px 0;
}
.photoL p {
  overflow: auto;
}
.photoR p {
  overflow: auto;
}
.disc {
  font-size: 93%;
  line-height: 1.6em;
}

.hr {
  clear: both;
  height: 1px;
  margin: 1em 0;
  border-top: #999 1px dotted;
}
.bold {
  font-weight: bold;
  font-size: 108%;
  padding-bottom: 10px;
}
.priceMini {
  font-size: 77%;
  text-align:right;
}
.imgTi {
  margin-bottom: 15px;
}
.imgTi0 {
  margin-bottom: 0px;
}
.imgTi5 {
  padding-bottom: 5px;
}
.imgTi10 {
  padding-bottom: 10px;
}
.imgTi15 {
  padding-bottom: 15px;
}
.imgTi20 {
  padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
.globalnavi-thin{
    background-color: #fff;
    position: fixed;
    width: 100%;
    display: none;
}
.header_ttl {
  font-size: .9em;
}
.logoM {
    position: absolute;
    top: 35px;
    left: 2%;
    z-index: 1;
}

header {
  width: 100%;
}
#headerLeft {
    float: left;
    margin: 10px 0 0 2%;
}
#headerRight {
  float: right;
    margin: 30px 40px 30px 0;
}
.logo {
  width: 305px;
    position: absolute;
    top: 35px;
    left: 2%;
    z-index: 1;
}
ul.hNavi {
    margin: 0 0 20px;
    letter-spacing: -.5em;
    text-align: center;
    font-family: 'Overpass',YuGothic,'Yu Gothic',sans-serif;
    width: 400px;
    float: right;
}
ul.hNavi li {
    display: inline-block;
    width: 49.5%;
    margin-right: 1%;
    background: #9daea0;
    letter-spacing: normal;
    vertical-align: top;
    border-radius: 2px;
}
ul.hNavi li:last-child{
    margin-right: 0;
    background: #9d826f;
}
ul.hNavi li img{
    width: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
ul.hNavi li a {
    color: #fff;
    padding: 10px;
    display: block;
}
#gnavi {
  width: 720px;
    font-family: "游明朝", YuMincho, serif;
    clear: both;
    letter-spacing: -.5em;
    font-size: 1em;
}
#gnavi li {
  letter-spacing: .1em;
    vertical-align: top;
    display: inline-block;
    margin-right: 2.8%;
    position: relative;
}
#gnavi li:last-child{
    margin-right: 0;
}
#headerBox02{
    background: #fff;
    overflow: hidden;
    z-index: 5;
}
#headerBox02 .logo{
    width: 135px;
    margin: 0;
    top: 10px;
}
#headerBox02 ul.hNavi {
    width: 100px;
    margin-bottom: 0;
}
#headerBox02 ul.hNavi li{
    width: 47%;
    margin-right: 6%;
    text-align: center;
}
#headerBox02 ul.hNavi li:last-child{
    margin-right: 0;
}
#headerBox02 ul.hNavi li img{
    margin-right: 0;
}
#headerBox02 #gnavi {
    clear: none;
    float: left;
    width: 720px;
    margin: 15px 25px 0 0;
}
#headerBox02 #headerRight {
    margin: 20px 40px 20px 0;
}



/*
5:Common table
------------------------------------------------------------
*/
.basicTable  {
  width: 100%;
}
.basicTable th {
    padding: 0 0 1.5em;
    width: 18%;
    font-weight: normal;
    text-align: left;
    color: #849a88;
    font-size: 1.1em;
}
.basicTable td {
    padding: 0 0 1.5em;
    width: 82%;
    text-align: left;
}
.basicTable td i{
    color: #849a88;
    font-size: 1.4em;
    margin-left: 5px;
}






.basicTable2  {
  margin-bottom: 2em;
  width: 100%;
  border: 1px #E3E3E3 solid;
}
.basicTable2 th {
  padding: 3%;
  width: 34%;
    border-bottom: 3px #E3E3E3 solid;
    font-weight: bold;
    text-align: left;
}
.basicTable2 td {
  padding: 3%;
  width: 54%;
    border-bottom: 1px #E3E3E3 solid;
    text-align: left;
  vertical-align: top;
}
.basicTable3  {
  margin-bottom: 2em;
  width: 100%;
  border: 1px #E3E3E3 solid;
}
.basicTable3 th {
  padding: 3%;
  width: 19%;
    border-bottom: 3px #E3E3E3 solid;
    font-weight: bold;
    text-align: left;
}
.basicTable3 td {
  padding: 3%;
  width: 34%;
    border-bottom: 1px #E3E3E3 solid;
    text-align: left;
  vertical-align: top;
}
table.menuTable {
  margin-bottom:2em;
}
table.menuTable th {
  padding: 3%;
  width: 24%
}
table.menuTable td {
  padding: 3%;
  width: 14%;
}

/*
6:Common UL
------------------------------------------------------------
*/
ul.blogList {
  letter-spacing: -.5em;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
}
ul.blogList li {
  display: inline-block;
    vertical-align: top;
    width: 33.33%;
    border-right: 1px solid #e2e6e2;
    box-sizing: border-box;
    letter-spacing: .05em;
    background: #fff;
    z-index: 1;
    position: relative;
    min-height: 385px;
}
ul.blogList li:last-child{
    border-right: none;
}
ul.blogList li dl {
    overflow: hidden;
    height: 100%;
}
ul.blogList li dt {
    max-height: 220px;
    width: auto;
    overflow: hidden;
}
ul.blogList li dt img {
    width: 100%;
    height: auto;
}
ul.blogList li dd{
    padding: 5% 10% 10%;
}
ul.blogList li p.Ti {
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .15em;
    margin-bottom: 10px;
}
ul.blogList li a{
    position: relative;
    z-index: 1;
}
ul.blogList2 {
    letter-spacing: -.5em;
}
ul.blogList2 li{
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 5%;
}
ul.blogList2 li:nth-child(3n){
    margin-right: 0;
}
ul.blogList2 li dt{
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    margin-bottom: 7%;
}
ul.blogList2 li dt img{
    width: 100%;
    height: auto;
}
ul.blogList2 li dd{
    padding: 0 5%;
}
ul.blogList2 li .Ti{
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, serif;
    margin-bottom: 5px;
    letter-spacing: .1em;
}
ul.blogList2 li .day{
    line-height: 1em;
    font-size: 1.4em;
    top: 5%;
}
p.day2 {
    font-weight: bold;
    color: #849a88;
    letter-spacing: .2em;
    margin-bottom: 1em;
}
p.day2 span{
    border-bottom: 1px solid #849a88;
}





ul.bnrList {
  margin-bottom: 2em;
  margin-right:-20px;
  overflow:hidden;
}
ul.bnrList li {
  padding-bottom: 10px;
  float:left;
  margin-right:20px;
}
ul.menu {
}
ul.menu li a {
  width: 215px;
  padding: 8px 15px 8px 20px;
  display: block;
  border-bottom: 1px dotted #604c3f;
  margin-top: -1px;
  font-size: 100%;
}
ul.menu li a:hover {
  text-decoration: none;
  background: #111;
  color: #FFF;
}
ul.infoList li {
  padding-bottom: 8px;
  padding-left: 15px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #604c3f;
}
ul.basicList {
  margin-bottom: 2em;
}
ul.basicList li {
  padding: 0 0 5px 20px;
  background: url(migi3.png) no-repeat 0 3px;
  margin-bottom: 5px;
}


/*
7:Common DL
------------------------------------------------------------
*/
dl.basicList {
  margin-bottom:2em;
  width: 100%;
}
dl.basicList dt {
  clear: left;
   float: left;
  margin: 0 0 0.8em;
  width: 12.5em;
  border-left: solid 2px #CCC;
   padding-left: 5px;
   overflow: hidden;
   color: #000;
}
dl.basicList dd {
  margin-bottom: 0.8em;
  margin-left: 12.5em;
  overflow: hidden;
}
dl.menuList {
  width: 265px;
  height: 240px;
}
dl.menuList dt {
  width: 265px;
  padding-bottom: 5px;
}
dl.menuList dd {
  width: 265px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 1.6em;
}

/*
8:top
------------------------------------------------------------
*/
.insta,.facebook,.twitter {
    position: fixed;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: 'Overpass', YuGothic,'Yu Gothic', sans-serif;
    z-index: 3;
}
.insta {
    left: 10px;
    top: 45%;
}
.facebook {
    left: 10px;
    top: 60%;
}
.twitter {
    left: 10px;
    top: 75%;
}
.insta a, .facebook a, .twitter a {
    color: #849a88;
}
.insta img, .facebook img, .twitter img {
    margin-bottom: 7px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 15px;
    vertical-align: middle;
}
ul.slider {
    width: 90%;
    float: right;
}
ul.slider li{
    position: relative;
}
ul.slider li .sp{
    display: none;
}
img.mainBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    z-index: -1;
}
img.bgIcon01 {
    position: absolute;
    width: 210px;
    top: -30px;
    right: 7%;
}
.scroll {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    text-align: center;
    font-family: 'Overpass', sans-serif;
}
.scroll a{
    color: #849a88;
}
ul.topList {
    width: 100%;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    overflow: hidden;
}
ul.topList li{
    letter-spacing: .15em;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5%;
    line-height: 2.2em;
}
ul.topList li.li_movie{
  margin: 8% 0;
}
ul.topList li dt{
    float: left;
    width: 45%;
    margin-right: 5%;
}
ul.topList li:nth-child(2n) dt {
    float: right;
    margin: 0 0 0 5%;
}
ul.topList li dt img{
    width: 100%;
}
ul.topList li dd {
    float: left;
    width: 40%;
    margin-top: 3%;
}
ul.topList li:nth-child(2n) dd {
    float: right;
    width: 40%;
    margin-top: 3%;
}
ul.topList li dd p {
    font-size: 1.3em;
    margin: 10px 0 30px;
    letter-spacing: .1em;
}
ul.topList li dd p a {
    color: #849a88
}
ul.topList2 {
    letter-spacing: -.5em;
    width: 560px;
    font-size: 1.1em;
}
ul.topList2 li{
    letter-spacing: .05em;
    font-size: .85em;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-right: 3%;
    text-align: center;
    position: relative;
}
ul.topList2 li:nth-child(4), ul.topList2 li:nth-child(8) {
    margin-right: 0;
}
ul.topList2 li img{
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.halfBox {
    position: relative;
}
.halfBox:before {
    position: absolute;
    content: '';
    background: #e5eae6;
    height: 175px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.halfBox:after {
    content: '';
    display: block;
    clear: both;
}
.topImg {
    background: url(../images/top_04-03.jpg), no-repeat center;
    width: 95%;
    float: right;
    background-attachment: fixed;
    height: 300px;
    background-size: cover;
    margin-bottom: 50px;
}
.grayBg {
    background: #e5eae6;
    overflow: hidden;
}
.inner{
    width: 1000px;
    margin: 0 auto;
}
.grayBg .inner{
    position: relative;
}
img.bgIcon2 {
    position: absolute;
    width: 167px;
    left: -100px;
    top: 450px;
}
.topBox {
    width: 100%;
    margin: 50px 0 80px;
    position: relative;
  overflow:hidden;
}
.topBox:after {
    content: 0;
    display: block;
    clear: both;
}
.bgIcon3 {
    position: absolute;
    right: -60px;
    width: 250px;
    top: 980px;
}
.topLeft{
    width: 48%;
    float: left;
    overflow: hidden;
    background: #fff;
    padding: 0 2% 3% 2.5%;
    box-sizing: border-box;
    margin-right: 4%;
}
dl.topLeft dt{
    float: left;
    width: 15%;
    max-height: 210px;
}
dl.topLeft dd{
    float: right;
    width: 83%;
  margin-top:50px;
  margin-bottom: 25px;
}
dl.topLeft dd .Ti {
    font-size: 1.5em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .15em;
    line-height: 1.5em;
    margin-bottom: 10px;
}
dl.topLeft dd .btn {
    margin-top: 1em;
}
ul.imgList {
    margin-bottom: 35px;
}

.w90Box{
    width: 90%;
}
.topRight{
    width: 48%;
    float: right;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    padding: 0 5% 5% 2.5%;
    position: relative;
    z-index: 1;
}
dl.topRight dt {
    float: left;
    width: 15%;
    max-height: 210px;
}
dl.topRight dd{
    float: right;
    margin-top: 50px;
    width: 81%;
}
ul.coueseList {
    overflow: hidden;
    margin-bottom: 10px;
}
ul.coueseList li{
    overflow: hidden;
    width: 100%;
    margin-bottom: 10%;
}
ul.coueseList li dt{
    float: left;
    width: 25%;
    max-height: 80px;
    overflow: hidden;
}
ul.coueseList li dt img {
    width: 100%;
    height: auto;
}
ul.coueseList li dd{
    float: right;
    width: 72%;
    margin: 0;
}
p.date {
    font-weight: bold;
    color: #849a88;
    margin-bottom: 10px;
    width: 170px;
    float: left;
}
p.cat {
    float: right;
    font-size: .85em;
    font-weight: bold;
    color: #fff;
    width: 60px;
    text-align: center;
    letter-spacing: .1em;
}
p.cat.red, span.cat.red {
    background: #803a2d;
}
p.cat.gray, span.cat.gray {
    background: #b3b3b3;
}
ul.coueseList li p.Ti {
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, serif;
    font-weight: 500;
    margin-bottom: 5px;
    clear: both;
    letter-spacing: .2em;
}
ul.topMenu {
  width: 1000px;
  height: 240px;
  clear: both;
  padding-left: 20px;
  padding-bottom: 10px;
}
ul.topMenu li {
  width: 265px;
  min-height: 240px;
  display: block;
  float: left;
  padding-left: 25px;
  padding-right: 40px;
}
.halfBox2 {
    background: url(../images/half2.jpg) repeat-x top left;
    overflow: hidden;
}
.topImg02 {
    background: url(../images/top_06.jpg), no-repeat center;
    width: 95%;
    background-attachment: fixed;
    height: 300px;
    background-size: cover;
    margin-bottom: 50px;
}
.halfBox3{
    background: url(../images/half3.jpg) repeat-x bottom;
    padding-bottom: 80px;
}
.halfBox3 .inner{
    position: relative;
}
ul.topItem {
    letter-spacing: -.5em;
    position: relative;
    z-index: 1;
    margin-bottom: 10%;
}
ul.topItem li{
    vertical-align: top;
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    overflow: hidden;
    letter-spacing: normal;
    background: #fff;
    line-height: 2em;
}
ul.topItem li:last-child{
    margin-right: 0;
}
ul.topItem li dt{
    margin-bottom: 30px;
}
ul.topItem li dt img{
    width: 100%;
}
ul.topItem li dd {
    width: 80%;
    margin: 0 auto;
    letter-spacing: .1em;
}
ul.topItem li dd .Ti {
    font-size: 1.5em;
    font-family: "游明朝", YuMincho, serif;
    text-align: center;
    letter-spacing: .2em;
    font-weight: 500;
    margin-bottom: 15px;
}
ul.topItem li dd .btn {
    margin: 25px auto 0;
    width: 100%;
}
img.bgIcon4 {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.calenderBox {
    width: 100%;
    overflow: hidden;
}
.calenderBox .inner{
    position: relative;
}
.calenderBox h4{
    float: left;
    padding-top: 90px;
}
.calenderBox h4.topTi:after{
    height: 80px;
}
.calImg{
    float: left;
    margin-top: 90px;
    margin-left: 5%;
    width: 60%;
}
img.bgIcon5 {
    position: absolute;
    width: 180px;
    left: -115px;
    bottom: 100px;
}
.green {
    color: #849a88;
}
/*
9:side
------------------------------------------------------------
*/
.accordionbox{
  width: 100%;
}
.accordionlist dt{
    display: block;
  text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
}
.accordionlist dt .title{
    float: left;
    color: #849a88;
    font-size: 1.1em;
}
.accordionlist dd{
    display: none;
  padding: 0 0 20px 1em;
}
.accordionlist dd a{
    display: block;
    margin-bottom: 5px;
    width: 100%;
    color: #849a88;
}
.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 10px;
  height: 10px;
  float: right;
}
.accordion_icon span {
    position: absolute;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #849a88;
}
.accordion_icon span:nth-of-type(1) {
    top: 9px;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 9px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion_icon.active span:nth-of-type(2) {
  top: 9px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
ul.sideList {
    width: 100%;
    font-size: 1.1em;
    color: #849a88;
    border-bottom: 1px solid #849a88;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
ul.sideList li{
    margin-bottom: 10px;
}
ul.sideList li a{
    color: #849a88;
}
ul.sideList2 {
    width: 100%;
    font-size: 1.15em;
    font-family: 'Overpass', YuGothic,'Yu Gothic', sans-serif;
}
ul.sideList2 li{
    margin-bottom: 10px;
}
ul.sideList2 li a{
    color: #849a88;
}
ul.sideList2 li a:hover ,ul.sideList li a:hover{
    color: #465d4a;
}
ul.sideList2 li img {
    width: 15px;
    margin-right: 13px;
    vertical-align: middle;
}
.side_page {
    width: 100%;
    font-size: 1.1em;
    border-bottom: 1px solid #849a88;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.side_page h2 {
  display: none;
}
.side_page ul li {
    margin-bottom: 10px;
}
.side_page ul li a {
  color: #849a88;
}
.side_page .children {
    margin: 10px 0 10px 1em;
    font-size: .9em;
}



/*
10:Footer
------------------------------------------------------------
*/
#footerWrap {
  width: 100%;
    overflow: hidden;
    background: url(../images/top_09.jpg) no-repeat center;
    margin: 0 auto;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding-bottom: 40px;
}
.footerBox {
    width: 1000px;
    overflow: hidden;
    margin: 40px auto;
}
.fLogo{
    width: 300px;
}
.footerLeft {
  float: left;
  width: 300px;
    margin-right: 5%;
}
.footerLeft h2{
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 10px;
}
.footerRight {
  float: left;
  width: 50%;
    margin-bottom: 1px;
}
.map_icon {
    width: 15px;
    margin-left: 10px;
}
ul.fList {
  width: 100%;
    letter-spacing: -.5em;
    font-family: 'Overpass', YuGothic,'Yu Gothic', sans-serif;
}
ul.fList li {
    letter-spacing: normal;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.5 s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all .5s ease;
}
ul.fList li:last-child {
    margin-right: 0;
}
ul.fList li img {
    width: 18px;
    margin-right: 15px;
    vertical-align: middle;
}
ul.fList li a{
    color: #fff;
    display: block;
    padding: 1em .5em;
}
ul.fList li:hover{
    box-shadow: 0 0 20px 5px rgba(255,255,255,.3) inset;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all .3s ease;
}
.copy {
    text-align: center;
    font-size: .85em;
    font-family: 'Overpass', YuGothic,'Yu Gothic', sans-serif;
    letter-spacing: .25em;
}


/*
11:option/contactform
------------------------------------------------------------
*/
table.contactform  {
  width: 100%;
    font-size: 1.1em;
    margin-bottom: 2em;
}
table.contactform th {
  width: 25%;
    color: #849a88;
    font-weight: 500;
    text-align: left;
}
table.contactform td {
    width: 80%;
    padding: 2% 0;
}
table.contactform td input{
    background: #f5f5f5;
    border: none;
    padding: 1em;
    width: 55%;
    box-sizing: border-box;
}
table.contactform th.aligntop{
    vertical-align: top;
    padding-top: 1em;
}
table.contactform td label{
    display: inline-block;
    margin-right: 2em;
}
table.contactform td label input{
    width: 20px;
}
table.contactform td select {
    background: #f5f5f5;
    width: 55%;
    border: none;
    padding: 1em;
    box-sizing: border-box;
}
textarea {
    background: #f5f5f5;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    height: 250px;
}
.contactBtn button,
.contactBtn input {
    background: #9daea0;
    width: 500px;
    text-align: center;
    margin: 0 auto;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    display: block;
    padding: 18px;
    border: none;
    margin-bottom: 1%;
}
.contactBtn input:hover{
    box-shadow: 0 0 20px 5px rgba(255,255,255,.3) inset;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all .3s ease;
}


/*
12:option/wordpress
------------------------------------------------------------
*/
.tiImg{
    overflow: hidden;
    margin-bottom: 40px;
}
.tiImg .leftBox {
    width: 8%;
}
.tiImg .rightBox {
    position: relative;
    width: 86%;
}
.secoundP {
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
}
dl.aboutBox {
    overflow: hidden;
    margin-bottom: 70px;
}
dl.aboutBox dt{
    float: right;
    width: 21%;
}
dl.aboutBox dt img{
    width: 100%;
}
dl.aboutBox dd{
    float: left;
    width: 77%;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
}
dl.aboutBox2 {
    overflow: hidden;
    background: #f6f8f7;
    padding: 7% 7% 5%;
}
dl.aboutBox2 dt{
    float: left;
    width: 30%;
    font-weight: bold;
    font-size: 1.1em;
}
dl.aboutBox2 dt img{
    display: block;
    margin-top: 5px;
}
dl.aboutBox2 dd{
    float: right;
    width: 65%;
}
.bgIcon6 {
    position: absolute;
    right: -60px;
    width: 250px;
    top: 320px;
}
ul.kanpouList {
    width: 100%;
    margin-bottom: 40px;
}
ul.kanpouList li {
    width: 100%;
    background: #f6f8f7;
    padding: 5%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
ul.kanpouList li dl {
    padding-top: 130px;
    margin-top: -130px;
    overflow: hidden;
}
ul.kanpouList li dt {
    float: left;
    width: 25%;
}
ul.kanpouList li dt img {
    width: 100%;
}
ul.kanpouList li dd {
    float: right;
    width: 71%!important;
    font-size: 1.1em;
    line-height: 2.2em;
    margin-top: 15px;
}
ul.kanpouList li dd a {
    position: relative;
    z-index: 1;
}
ul.kanpouList li dd .Ti{
    font-size: 1.4em;
    font-family: "游明朝", YuMincho, serif;
    color: #849a88;
    margin-bottom: 10px;
    letter-spacing: .2em;
}
.halfBox4 {
    background: url(../images/half4.jpg) repeat-x bottom left;
    overflow: hidden;
    padding-bottom: 80px;
}
.halfBox4 .inner{
    position: relative;
}
.knowList{
    letter-spacing: -.5em;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 1.15em;
    text-align: center;
}
.knowList li{
    letter-spacing: normal;
    vertical-align: top;
    width: 32.5%;
    margin-right: 1.25%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #849a88;
    box-sizing: border-box;
    color: #849a88;
    position: relative;
}
.knowList li:after{
    content: '';
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-left: 1px solid #849a88;
    border-bottom: 1px solid #849a88;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.knowList li:last-child{
    margin-right: 0;
}
.knowList li span{
    font-size: 1.6em;
    font-family: "游明朝", YuMincho, serif;
    display: block;
    color: #849a88;
}
.knowList li a{
    color: #849a88;
    display: block;
    padding: 15px 15px 30px;
}
p.num {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15em;
    color: #f6f8f7;
    z-index: -1;
    font-family: "游明朝", YuMincho, serif;
    line-height: 1em;
    font-weight: 400;
}
.knowBox{
    position: relative;
    padding-top: 50px;
    overflow: hidden;
    margin-bottom: 30px;
}
.knowBox .leftBox{
    width: 8%;
}
.knowBox .rightBox {
    width: 86%;
}
.idBox{
    margin-top: -120px;
    padding-top: 120px;
}
dl.knowBox2{
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
dl.knowBox2 dt{
    float: right;
    width: 47%;
}
dl.knowBox2 dt img{
    width: 100%;
}
dl.knowBox2 dd{
    float: left;
    width: 50%;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
}
dl.knowBox3 {
    overflow: hidden;
    margin-bottom: 50px;
}
dl.knowBox3 dt{
    float: right;
    width: 22%;
}
dl.knowBox3 dt img{
    width: 100%;
}
dl.knowBox3 dd{
    float: left;
    width: 75%;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
}
.big{
    font-size: 1.1em;
}
ul.knowList2 {
    letter-spacing: -.5em;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
}
ul.knowList2 li{
    letter-spacing: .1em;;
    vertical-align: top;
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    background: #f6f8f7;
    text-align: center;
    font-size: 1.1em;
    line-height: 2em;
}
ul.knowList2 li:last-child{
    margin-right: 0;
}
ul.knowList2 li img{
    width: 100%;
}
ul.knowList2 li .Ti{
    font-size: 1.4em;
    color: #849a88;
    font-family: "游明朝", YuMincho, serif;
    margin-bottom: 10px;
    letter-spacing: .1em;
}
ul.knowList2 li .Ti span{
    font-size: .8em;
}
ul.knowList2 li .txtBox{
    padding: 10%;
    min-height: 80px;
    font-size: 0.9em;
    margin-bottom: 0;
}
ul.knowList3 {
    letter-spacing: -.5em;
    margin-bottom: 50px;
}
ul.knowList3 li {
    letter-spacing: .1em;
    vertical-align: top;
    display: inline-block;
    width: 22.5%;
    margin-right: 3.3%;
    position: relative;
    text-align: center;
}
ul.knowList3 li:last-child{
    margin-right: 0;
}
ul.knowList3 li img{
    width: 100%;
    margin-bottom: 40px;
}
ul.knowList3 li .Ti{
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #849a88;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .1em;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.herbList li{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
ul.herbList li:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    width: 15px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.herbList li:hover::after{
    width: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
ul.herbList li img{
    width: 100%;
}
ul.herbList li p{
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    font-size: 1.7em;
    font-family: "游明朝", YuMincho, serif;
    height: 25px;
    letter-spacing: .15em;
}
ul.shopList li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 6%;
}
ul.shopList li dt{
    float: left;
    width: 20%;
}
ul.shopList li dt img{
    width: 100%;
    vertical-align: middle;
    margin-left: 5px;
}
ul.shopList li dd{
    float: right;
    width: 75%;
}
ul.shopList li dd .Ti{
    font-size: 1.5em;
    font-family: "游明朝", YuMincho, serif;
    border-bottom: 1px solid #849a88;
    display: inline-block;
    letter-spacing: .15em;
    margin-bottom: 15px;
}
ul.shopList li dd .Ti a{
    color: #849a88;
}
ul.shopList li dd img {
    width: 15px;
    vertical-align: middle;
    margin-left: 10px;
}
ul.herbList2{
    width: 100%;
    letter-spacing: -.5em;
}
ul.herbList2 li{
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    display: inline-block;
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, serif;
    position: relative;
    letter-spacing: .2em;
    border-radius: 3px;
    margin-bottom: 5%;
}
ul.herbList2 li:last-child{
    margin-right: 0;
}
ul.herbList2 li a{
  display: block;
}
ul.herbList2 li img{
    width: 100%;
}
ul.herbList2 li p{
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto;
    height: 20px;
    color: #fff;
}
ul.funList {
    overflow: hidden;
    margin-bottom: 25px;
}
ul.funList li{
    width: 100%;
    overflow: hidden;
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 5%;
}
ul.funList li dt{
    float: left;
    width: 36%;
}
ul.funList li dt img{
    width: 100%;
}
ul.funList li dd{
    float: right;
    width: 59%;
}
ul.funList li dd .Ti{
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.4em;
    color: #849a88;
    margin-bottom: 20px;
    letter-spacing: .1em;
}
ul.orderList {
    width: 100%;
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 80px;
    letter-spacing: -.5em;
}
ul.orderList li {
    width: 38%;
    margin-right: 2%;
    border: 1px solid #849a88;
    vertical-align: top;
    display: inline-block;
    position: relative;
    letter-spacing: normal;
}
ul.orderList li:after{
    position: absolute;
    content: '';
    bottom: 30%;
    right: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-left: 1px solid #849a88;
    border-bottom: 1px solid #849a88;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
ul.orderList li:last-child{
    margin-right: 0;
}
ul.orderList li a{
    color: #849a88;
    padding: 20px 20px 40px;
    display: block;
}
.orderBox {
    background: #f6f8f7;
    padding: 7% 0;
}
.orderBox dl{
    width: 90%;
    overflow: hidden;
    margin: 0 auto 5%;
}
.orderBox dt{
    float: left;
    width: 16%;
}
.orderBox dt img{
    width: 100%;
}
.orderBox dd{
    float: right;
    width: 81%;
    font-size: 1.1em;
}
.orderBox dd p.Ti {
    font-size: 1.4em;
    color: #849a88;
    font-family: "游明朝", YuMincho, serif;
    margin-bottom: 10px;
    margin-top: 15px;
}
.orderBox .btn2{
    margin-top: 30px;
}
.orderBox2 .btn2{
    float: left;
}
dl.itemBox{
    overflow: hidden;
    margin-bottom: 70px;
}
dl.itemBox dt{
    float: left;
    width: 36%;
}
dl.itemBox dd{
    float: right;
    width: 59%;
    font-size: 1.1em;
    line-height: 2em;
}
dl.itemBox dd p.Ti {
    color: #849a88;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.4em;
    margin-bottom: 20px;
    letter-spacing: .15em;
}
dl.itemBox dd .btn2 {
    margin-top: 10px;
    float: right;
    font-size: 1em;
}
dl.itemBox dd .btn2 a {
    color: #fff;
    display: block;
    padding: 15px;
}
.itemBox2{
    background: #f6f8f7;
    text-align: center;
    line-height: 2em;
    padding: 6%;
    position: relative;
}
.itemBox2:after{
    position: absolute;
    content: '';
    background: #849a88;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 1px;
    margin: auto;
}
.itemBox2 p{
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
}
.itemBox2.skype {
    text-align: left !important;
  margin-bottom: 100px;
}
ul.faqList{
    width: 100%;
}
ul.faqList li{
    width: 100%;
    overflow: hidden;
    background: #f6f8f7;
    padding: 5%;
    font-size: 1.1em;
    box-sizing: border-box;
    letter-spacing: .15em;
    position: relative;
    margin-bottom: 10px;
}
ul.faqList li:after{
    position: absolute;
    content: '';
    left: 0;
    width: 25px;
    height: 1px;
    background: #849a88;
    top: 50px;
}
.qnum{
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.7em;
    margin-bottom: 15px;
}
ul.faqList li .Ti{
    font-size: 1.3em;
    font-family: "游明朝", YuMincho, serif;
    line-height: 1.8em;
    color: #849a88;
    margin-bottom: 15px;
    letter-spacing: .2em;
}
a.here{
    border-bottom: 1px solid #849a88;
    color: #849a88;
}
dl.yakuzenBox{
    overflow: hidden;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
    margin-bottom: 40px;
}
dl.yakuzenBox dt{
    float: left;
    width: 42%;
}
dl.yakuzenBox dt img{
    width: 100%;
}
dl.yakuzenBox dd{
    float: right;
    width: 52%;
}
dl.yakuzenBox2{
    overflow: hidden;
    margin-bottom: 40px;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
}
dl.yakuzenBox2 dt{
    float: right;
    width: 23%;
}
dl.yakuzenBox2 dt img{
     width: 100%;
}
dl.yakuzenBox2 dd{
    float: left;
    width: 70%;
}
ul.btnList {
    letter-spacing: -.5em;
    text-align: center;
    margin-bottom: 80px;
}
ul.btnList li{
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    margin-right: 3%;
}
ul.btnList li:last-child{
    margin-right: 0;
}
.yakuzenBox3 {
    background: #f6f8f7;
    padding: 7% 5% 5%;
    overflow: hidden;
    position: relative;
}
.yakuzenBox3:after{
    position: absolute;
    content: '';
    background: #849a88;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    width: 1px;
    margin: auto;
}
.yakuzenBox3 dt{
    float: left;
    width: 30%;
}
.yakuzenBox3 dd{
    float: right;
    width: 64%;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
    letter-spacing: .2em;
    line-height: 2.2em;
}
.yakuzenBox3 dd .btn2 {
    line-height: 1.8em;
    font-size: 1em;
    margin-top: 15px;
    float: left;
}
.yakuzenBox3 dd .btn2 a{
    padding: 15px;
}
ul.photo {
    letter-spacing: -.5em;
}
ul.photo li {
  display: inline-block;
    letter-spacing: .1em;
    vertical-align: top;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 6%;
}
ul.photo li:nth-child(2n){
    margin-right: 0;
}
.foodImg{
    width: 100%;
    max-height: 225px;
    overflow: hidden;
    margin-bottom: 20px;
}
.foodImg img{
    width: 100%;
    height: auto;
}
ul.photo li .Ti{
    font-size: 1.5em;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .2em;
    margin-bottom: 20px;
}
ul.photo li .cat {
    color: #fff;
    margin-right: 5px;
    font-size: .7em;
    padding: 6px 8px;
    letter-spacing: 0;
    border-radius: 2px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    vertical-align: top;
}
.spr {
    background: #d4c1c1;
}
.sum{
    background: #a6c1c6;
}
.aut{
    background: #bab7ad;
}
.win{
    background: #a8bcd4;
}
.txtBox {
    margin-bottom: 7%;
    font-size: 1.1em;
}
.txtBox img{
    max-width: 100%;
    max-height: 500px;
  margin: 3% 0;
  width: auto;
  height: auto;
}
.foodImg2{
    margin-bottom: 2%;
}
.foodImg2 img{
    width: 100%;
}
ul.foodList{
    letter-spacing: -.5em;
    margin-bottom: 2%;
}
ul.foodList li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    width: 49%;
    margin-right: 2%;
}
ul.foodList li:last-child{
    margin-right: 0;
}
ul.foodList li img{
    width: 100%;
}
.grayBox {
    background: #f5f5f5;
    padding: 1.5em 2em;
    font-size: 1.1em;
    font-family: "游明朝", YuMincho, serif;
    line-height: 1.8em;
    letter-spacing: .15em;
    margin-bottom: 6%;
}
.txtBox2 {
    margin-bottom: 5%;
    line-height: 2em;
}
ul.pagenation {
    letter-spacing: -.5em;
    width: 100%;
    font-family: 'Overpass', YuGothic,'Yu Gothic', sans-serif;
}
ul.pagenation li{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    letter-spacing: .1em;
}
ul.pagenation li:nth-child(2){
    text-align: center;
}
ul.pagenation li:last-child{
    text-align: right;
}
ul.pagenation li a{
    color: #849a88;
}
ul.foodList2 {
    letter-spacing: -.5em;
    width: 100%;
}
ul.foodList2 li {
    letter-spacing: .1em;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 5%;
    vertical-align: top;
    display: inline-block;
    position: relative;
}
ul.foodList2 li:nth-child(4n){
    margin-right: 0;
}
.foodImg3{
    width: 100%;
    max-height: 158px;
    overflow: hidden;
    margin-bottom: 8%;
}
.foodImg3 img{
    width: 100%;
    height: auto;
}
ul.foodList2 li .cat{
    position: absolute;
    top: 0;
    left: 0;
}
ul.foodList2 li .Ti {
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, serif;
    line-height: 1.8em;
    margin-bottom: 5%;
}
ul.foodList2 li .date{
    margin-bottom: 1%;
    float: none;
}
.contactBox {
    background: #f6f8f7;
    overflow: hidden;
    text-align: center;
    padding: 6%;
    margin-top: 7%;
    font-family: "游明朝", YuMincho, serif;
    font-size: 1.1em;
}
.contactBox .btn2{
    font-size: .9em;
    font-family: 'Overpass', sans-serif;
    margin-top: 4%;
}
.contactBox2 {
    background: #f6f8f7;
    text-align: center;
    padding: 6%;
    margin: 5% 0 8%;
}
.contactBox2 .tel{
    color: #849a88;
    display: inline-block;
}
.contactBox2 .tel.sp{
    display: none;
}
.contactBox2 .time{
    display: inline-block;
    margin: 0;
}
p.subTi{
    font-size: 1.3em;
    margin-bottom: 15px;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .15em;
}
.calender_iframe {
    width: 100%;
    margin-bottom: 8%;
}

/*
13:option/tab
------------------------------------------------------------
*/
ul.tabs {
    list-style:none;
    width:100%;
}
ul.tabs li:first-child {
    border-left:1px solid #ccc;
}
ul.tabs li {
    float:left;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    background-color:#eee;
}
ul.tabs li.active {
    border-bottom:1px solid #fff;
    background-color:#fff;
    margin-bottom:-1px;
}
ul.tabs li a {
    display:block;
    padding:5px 10px;
    color:#777;
    letter-spacing:-1px;
    outline:none;
    text-decoration:none;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
ul.tabs li.active a {
    font-weight:600;
    color:#000;
}
div.tabs_content {
    width:718px;
    border:1px solid #ccc;
}
div.tabs_content > div {
    padding:20px;
}
.clear {
    clear:both;
}
p.mainTi {
    font-size: 2.5em;
    color: #fff;
    position: absolute;
    left: 17%;
    top: 40%;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .25em;
}
p.mainTi span{
    font-size: .6em;
    display: block;
    margin-bottom: 25px;
}
/*
14:original
------------------------------------------------------------
*/
.mt0 {
    margin-top: 0!important;
}
.center {
    margin: 0 auto;
}
.mt40 {
    margin-top: 40px;
}
.mt80 {
    margin-top: 80px;
}
.m80{
    margin-bottom: 80px;
}
.pt80{
    padding-top: 80px;
}
.pt50 {
    padding-top: 50px;
}
.m50 {
    margin-bottom: 50px;
}
.m20 {
    margin-bottom: 20px;
}
.m30 {
    margin-bottom: 30px;
}
.m0 {
    margin-bottom: 0!important;
}


/*youtube
------------------------------*/
.movie_ttl {
    font-family: "游明朝", YuMincho, serif;
    font-size: 2.45em;
    line-height: 1.1em;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
}
.movie_ttl span{
    display: block;
    font-size: .4em;
    color: #849a88;
    font-family: 'Overpass', sans-serif;
    letter-spacing: .1em;
    margin-bottom: 1em;
}
.movie {
    max-width: 560px;
    width: 90%;
    margin: 0 auto 2em;
    position: relative;
}
.movie::before {
    content: '';
    display: block;
    padding: 56.25% 0 0;
}
.movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.wpcf7-response-output,
.wpcf7-spinner {
	display: none !important;
}
.wpcf7-turnstile {
    text-align: center;
    margin-bottom: 2em;
}
