/* @charset "UTF-8"; */
/* CSS Document */

/* =====================
  common
===================== */

body {
font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 13px;	
	color: #5c5c5c;
	-webkit-font-smoothing: antialiased;
}
li i{
	margin:8px 10px;
}

hr{
  margin: 0;
}

iframe{
	width:100%;
	margin:8px 10px;
}
/* font */
.yugoshic {
	font-family:  'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
}
.georgia {
	font-family: Georgia,serif;
}

.gillsans {
	font-family: Gill Sans,sans-serif;
	font-weight: lighter;
}
.nothing {
	font-family: 'Nothing You Could Do', cursive;
}
.natoserif {
font-family: 'Noto Serif JP', serif;
} 

.nato {
	font-family: 'Noto Sans JP', sans-serif;
	 } 
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
    color: #ccc;
}

textarea {
	overflow: auto;
}

#top_about,
#top_omigyu,
#top_news,
#access {
	margin: 0 auto;
	padding: 100px 0;
	background-color: #fefefe;
	position: relative;
}

#top_omigyu,
#top_news,
#top_page #access {
	border-top: 1px solid #C2AE74;
}

#top_omigyu::before,
#top_news::before,
#top_page #access::before{
	position: absolute;
    top: -1px;
    left: 5%;
    right: 5%;
    height: 0;
    content: "";
    border-top: 1px solid #eee;
    z-index: 5;
}

.red_text {
	color: #C27474;
}
.red {
	color: #C27474;
}
.bggray{
	background-color: #C27474;
	padding:10px;
	border-radius:20px;
}
.bggray a{
	color:#fff;
}
.scroll_btn_part1,
.scroll_btn_part2,
#fv_box,
#fv_heading,
#page_title,
#head_info,
#top_about,
#top_omigyu,
#top_news,
#access {
	z-index: 5;
}



.wrapper {
  width:100%;
  overflow:hidden;
  background-color: #fff;
}

.op_control {
	opacity: 1;
	transition: 2.0s;
}

.op_control_display {
	opacity: 1;
}

.w300{
	width: 300px;

}
.p20w70{
	padding: 20px;
	width:70%;
	margin:20px auto;

}

.mgtb10 {
margin: 10px auto;
}

.w100par{
	width: 100%;
}
.h75vh{
	height: 75vh;
}
.h80vh{
	height: 80vh;
}

/*
  heading
---------------------- */

.writing_heading,
.heading {
	display: inline-block;
	padding: 16px;
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	color: #054569;
	letter-spacing: 0.5em;
}

.writing_heading::after {
	content: "";
	display: block;
	height: 50%;
	border-right: 1px solid #054569;
	position: absolute;
	left: 1px;
	bottom: 0px;
}

.writing_heading::before {
	content: "";
	display: block;
	width: 50%;
	border-top: 1px solid #054569;
	position: absolute;
	left: 1px;
	bottom: 0px;
}

.heading {
	margin-bottom: 56px;
	position: relative;
    
}


.writing_heading span {
	position: absolute;
	top: 24px;
	left: -5px;
	font-size: 10px;
	letter-spacing: 0.4em;
	color: #38825d;
}


.heading_box {
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
    font-size: 1;
    
	 margin: 200px auto 55px; 
	 -webkit-margin: 200px auto 55px;
	 -moz-margin: 100px auto 55px;
	 -ms-margin: 200px auto 55px;
}

#access .heading_box {
	 -webkit-margin:120px auto 0;
	 -moz-margin:20px auto 0;
	 -ms-margin:120px auto 0;
}

 /* heading Title Japanese+English + waku */

.heading {             
    height: 13px;             
    width: 45%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: -70%;
	font-size: 1.1em;
	letter-spacing: 0.4em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 11vh;
    line-height: 3.2;
}
.heading span:last-of-type {
    display: block;
	position: absolute;
	left:40%;
	bottom: -20%;
	background-color: #fff;
	z-index: 10;
	width:10vw;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 1em;
	line-height: 1;
	letter-spacing: 0.2em;
}
/* -------------------------------------
 *	Nav
 * ------------------------------------- */
button {
      display: block;
      background: none;
      border: none;
      padding: 0;
      width: 42px;
      color: #260f00;
      letter-spacing: 0.1em;
      cursor: pointer;
      font-weight: 600;
      position: fixed;
      z-index: 1001;
      text-align: center;
      outline: none
}
    
button .bar {
      display: block;
      height: 2px;
      background-color: #260f00;
      margin: 10px 0;
      transition: all 0.2s;
      transform-origin: 0 0
}
    
button .close {
      letter-spacing: 0.08em;
      display: none
}
    
 button .menu {
      display: block
}
    
button.active .bar {
      width: 49px
}
    
button.active .bar1 {
      transform: rotate(30deg)
}
    
button.active .bar2 {
      opacity: 0
}
    
button.active .bar3 {
      transform: rotate(-30deg)
}
    
button.active .menu {
      display: none
}
    
button.active .close {
      display: block
}
    
.global_nav_wrapper {
      width: 312px;
      height: 100%;
      transition: all 0.2s;
      transform: translate(312px);
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      background-color: rgba(233,233,233,0.8) !important;
}
    
.global_nav_wrapper.open {
      transform: translate(0)
}
    
.global_nav {
      width: 264px;
      padding: 112px 24px
}
.global_nav a { 
    color: #4e1508 !important;
}    

.global_nav li {
      font-size: 1.2rem;
      color: #260f00 !important;
      position: relative;
      margin-bottom: 16px
}
    
.global_nav li span {
      height: 32px;
}
    
.global_nav .ja {
      font-size: 1rem;
      display: block;
      float: right;
      padding-left: 8px
}
 
.global_nav a {
      height: 32px;
      line-height: 32px;
      height: 32px
}
    
.global_nav a:after {
      content: "";
      clear: both;
      display: block
}
    
.global_nav li.sns {
      text-align: center
}
    
.global_nav li.sns a {
      display: inline-block;
      font-size: 3.2rem;
      margin: 0 15px
}
    
  


/*
  more_btn
---------------------- */

.more_btn a {
	display: inline-block;
	padding: 10px;
	color: #C2AE74;
	letter-spacing: 0.3em;
	transition: 0.3s;
	position: relative;
	font-size: 1.1em;
	font-family: 'Noto Serif JP', serif;
}

.more_btn a::after {
	content: "";
	height: 100%;
	display: block;
	border-left: 1px solid #C2AE74;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.3s;
}

.more_btn a::before {
	content: "";
	width: 100%;
	display: block;
	border-bottom: 1px solid #C2AE74;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: 0.5s;
}

.more_btn {
	position: relative;
}

.more_btn::after {
	content: "";
	height: 0px;
	display: block;
	border-right: 1px solid #C2AE74;
	position: absolute;
	bottom: 1px;
	right: -20%;
	transform: rotate(-60deg);
	transform-origin: bottom;
	transition: 0.3s;
	transition-delay: 0.3s;
}

.more_btn_box {
	display: block;
	text-align: center;
}

.top_omigyu_contents .more_btn {
	display: inline-block;
	font-size: 16px;
	margin:20px auto;
	margin-bottom:50px;
}

.top_blog_contents .more_btn {
	display: inline-block;
	margin: 40px 0;
	font-size: 16px;
	background-color: #fff;
}
/*
.home_omigyu_contents .more_btn_box::before {
	content: "";
	display: inline-block;
	margin-left: -100px;
	width: 200px;
	height: 36px;
	position: absolute;
	bottom: 160px;
	left: 50%;
	background-color: #fff;
}*/

/*
  gotop
---------------------- */

#goTop {
	position: fixed;
	bottom: 60px !important;
	right: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	Z-index:9999 !important;
	
}
#goTop a {
	display: block;
	color: #fff;
	padding: 7px !important;
	background: #999;
	border-radius: 10px;
	opacity: 0.7;
	font-size: 2em; 
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}
#goTop a:hover {
	opacity: 1;
}


/*
  animation
---------------------- */

.text_up {
	animation: textup 1s both ease-out;
}

@keyframes textup {
    0% {
    	margin-top: 30px;
    }
    100% {
    	margin-top: 0;
    }
}

.remove_card {
	animation: removeleft 1s ease-out;
}

@keyframes removeleft {
    0% {
    	margin-right: 120px;
    	opacity: 1;
    }
    100% {
    	margin-right: 240px;
    	opacity: 0;
    }
}

.remove_card_sp {
	animation: removeleftsp 1s ease-out;
}

@keyframes removeleftsp {
    0% {
    	margin-right: 5%;
    	opacity: 1;
    }
    100% {
    	margin-right: 10%;
    	opacity: 0;
    }
}

/* =====================
  header
===================== */

header {
	width: 100%;
	top: 0;

}
#header_logo {
position: absolute;
	top: 0;
	height: auto;
z-index: 19;
	left:3%;
	
}

#header_logo a img {
	width: 20%;
}

#global_nav {
	width:100%;
	display: inline-block;
	margin-right: 30px;
	padding-top: 8px;
		height: 70px;
	line-height: 90px;
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.5s;
	background-color: rgba(255, 255, 255, 0.7);
}

#global_nav {
	display: inline-block;
	margin-right: 30px;
	padding-top: 8px;
}

#global_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

#global_nav ul li {
	text-align: center;
}

#global_nav ul li a {
	padding: 0 20px;
	letter-spacing: 2px;
	transition: 0.3s;
    color: #3a3a3a !important;
    font-weight: 500;
}

/*
  nav hover
---------------------- */

#global_nav li {
	position: relative;
}

#global_nav ul li a::before {
	width: 100%;
    margin-left: -50%;
    position: absolute;
    top: 30px;
    left: 50%;
	font-family: Gill Sans,sans-serif;
	font-weight: lighter;
	font-size: 76.92%;
	color: #054569;
	opacity: 0;
	transition: 0.2s;
}

#global_nav ul li:nth-child(1) a::before {
	content: "TOP";
}

#global_nav ul li:nth-child(2) a::before {
	content: "AGING BEEF";
}

#global_nav ul li:nth-child(3) a::before {
	content: "RESTAURANT";
}

#global_nav ul li:nth-child(4) a::before {
	content: "MEATSHOP";
}

#global_nav ul li:nth-child(5) a::before {
	content: "FARM";
}
#global_nav ul li:nth-child(6) a::before {
	content: "INFORMATION";
}

#global_nav ul li .active_nav {
	color: #38825d!important;
}

#global_nav ul li .active_nav::before {
	opacity: 1!important;
}

#global_nav_sp {
	display: none !important;
}




main	 {
	margin-bottom:20px; 
}

/* =====================
  top_about
===================== */

#top_about {
	width: 100%;
	height: auto;
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: fadeIn;
}

.top_about_content {
	width: 1200px;
	margin: 0 auto;
}

.top_6dai {
	margin: 20px auto 30px;
	text-align:center;
	
}

.top_about_box {
	margin: 0 auto;
	position: relative;
}

.top_about_content .top_about_box h2,
.top_about_content .top_about_box h3,
.top_about_content .top_about_box p,
.top_about_content .top_about_box div {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'Noto Serif JP', serif;
	float: right;
	font-size: 2em;
}

.top_about_content .top_about_box h3 {
	height: 380px;
	padding-top: 30px;
	padding-right: 56px;
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 0.6em;
	font-family: 'Noto Serif JP', serif;
}

.top_about_content .top_about_box p {
	height: 300px;
	padding-top: 60px;
	padding-right: 40px;
	line-height: 3em;
	letter-spacing: 0.5em;
	text-align: justify;
	font-size: 1em;
}

.top_about_content .top_about_box .more_btn {
	margin-right: 24px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 1em;
}

.top_about_img {
	margin-top: 72px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.top_about_img img:nth-child(1) {
	padding-right: 30px;
	padding-left: 30px;
		width: 30%;
}

.top_about_img img:nth-child(2) {
	padding-right: 10px;
	padding-left: 10px;
		width: 30%;
}
.top_about_img img:nth-child(3) {
	padding-right: 30px;
	padding-left: 30px;
		width: 30%;
}

.top_about_box img {
	position: absolute;
	left: -180px;
	bottom: 120px;
	width: 40%;
	z-index: -1;
	opacity: 0.1;
}

/* =====================
  top_omigyu
===================== */

#top_omigyu {
	width: 100%;
	height: auto;
}

.top_omigyu_contents {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.top_omigyu_contents h3 {
	font-size: 30px;
	padding: 0px 0 32px 0;
	letter-spacing: 0.3em;
	text-align: center;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	line-height:1.6;
}

.top_omigyu_contents h3:nth-of-type(1) {
	text-indent: 1em;
}

.top_omigyu_contents h3::after {
	content: 'Fun to choose';
	display: block;
	padding-top: 16px;
	color: #C2AE74;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	line-height: 1;
	font-family: Gill Sans,sans-serif;
	font-weight: lighter;
}

.top_omigyu_contents h3:nth-of-type(1)::after {
	content: 'Aging Omi Beef';
}


.top_omigyu_contents h4{
	 
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	  text-align: center;
	  font-size: 27px;
	  letter-spacing: 2px;
}

.top_omigyu_contents h4 span{
	font-family: 'Nothing You Could Do', cursive;
color:#054569;
	display: block;
	padding-top: 20px;
}
.top_omigyu_contents .about{
	display: block;
	padding-top: 50px;
	position: static;
}


.top_omigyu_contents > p {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 16px;
	line-height: 2.5em;
	letter-spacing: 0.3em;
	text-align: center;
}

.top_omigyu_contents p a {
	color: #C2AE74;
}



.top_omigyu_contents > p:last-of-type {
	padding-bottom: 24px;
}

.about-title{
	text-align: center;
	font-size: 20px;
}
.about-text{
	width: 450px;
	float: right;
}
.text-box{
	padding-top: 25px;
	line-height: 2em;
	font-size: 0.95em;
}
.about2{
	margin: 80px 50px;
}

.about2-about{
	width: 400px;
	padding-left: 30px;
}
.about2-inner{
	width: 450px;
	float: left;
	margin-right: 70px;
}
/* =====================
  top_news
===================== */

#top_news {
	width: 100%;
	height: auto;
}

.top_news_contents {
	width: 1200px;
	margin: 0 auto;
}
.heading_box_news {
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
    font-size: 1;
	 margin: 20px auto 55px; 
	 -webkit-margin: 200px auto 55px;
	 -moz-margin: 100px auto 55px;
	 -ms-margin: 200px auto 55px;
	padding-bottom:200px;
}
table {
    width: 100%;
    margin: 15px auto 0;
    border: 1px solid #cccccc !important;
}

table th,td {
    padding: 5px 10px;
    border: 1px solid #cccccc !important;
    background: #f3f3f3 !important;
    font-weight: bold;
    text-align: center;
}




#top_news_box {
	width: 800px;
	padding: 90px 50px 50px;
	margin: -135px auto -60px auto;
	border: 1px solid #ccc;
}

.news_heading .heading {
	margin-bottom: 0;
	background-color: #fff;
}

.news_heading {
	padding-bottom: 40px;
}

.news_heading .heading::before {
	content: "";
	display: block;
	padding-left: 24px;
	background-color: #fff;
	right: -24px;
}

.news_box {
	margin-bottom: 80px;
	border-bottom: 1px solid #ccc;
}

.news_box:last-child {
	margin-bottom: 0;
}

.news_des {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 16px;
	color: #5c5c5c;
	transition: 0.5s;	
}

.news_date,
.news_title {
	font-size: 16px;
		font-family: 'Noto Sans JP', sans-serif;
	padding-right: 0;
	padding-bottom: 8px;
	font-style: italic;
}

.news_date {
	padding-right: 32px;
	letter-spacing: 1px;
}

.top_news_contents .more_btn {
    display: inline-block;
    font-size: 16px;
    margin: 10px auto 0;
        margin-bottom: 20px;
	margin-left: 20%;
}

/* =====================
  access
===================== */

#access {
	width: 100%;
	height: auto;
}

.access_contents {
	width: 1200px;
	margin: 0 auto 40px !important;
}

.access_contents .pt100{
	-webkit-padding-top: 20px !important;
	-ms-padding-top: 20px !important;
	-moz-padding-top: 120px !important;
	
}
.access_head {

  font-size: 1.2em;
  font-weight: 700; 
	 display: inline-block;
  position: relative;
  padding: 0 140px!important;
	margin: 0 27.5% !important;

 }
.access_head::before, .access_head::after {
    position: absolute;
    bottom: 15px;
    content: "";
    width: 120px !important;
    height: 1px;
    background: #bfbfbf; 
	
}
    .access_head::before {
    left: 0; 
    }
    .access_head::after {
    right: 0; 
    }
    
    .access_head i {
    margin-left: 100px;
			 margin-bottom: 20px;
			font-size:2.5em;
			text-align: center;
			color:#084E72;
     }


.access_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 1040px;
  margin: 50px auto 80px;
  text-align: left;
   }
.access_inner > div {
    margin-bottom: 50px; 
    }

.access_inner > div:last-of-type {
      margin-bottom: 0; }
.access_inner .from_head {
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 900; 
	font-family: "Hannari","ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â", YuMincho, "ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â ProN W3", "Hiragino Mincho ProN", "HGÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚ÂE", "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â", "ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã‚Â¦Ãƒâ€¹Ã…â€œÃƒâ€¦Ã‚Â½ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â", serif;

    }
 .access_inner .route p {
    position: relative;
    margin-bottom: 30px;
    padding-left: 35px; 
text-align: left;}
.access_inner .route p::before {
      position: absolute;
      top: 5px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      border: 5px solid #ccc;
	border-radius: 15px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
.access_inner .route p::after {
      position: absolute;
      top: 20px;
      left: 7px;
      content: "";
      width: 3px;
      height: 35px;
      background: rgba(204, 204, 204, 0.15);
      z-index: -1; }
.access_inner .route p:last-of-type {
      margin-bottom: 0; }
.access_inner .route p:last-of-type::after {
        content: none; 
   }
.access_inner .route p.long::after {
      height: 95px; }
.access_inner .route p span {
      display: block;
      margin-top: 30px;
      font-size: 0.8em; }
.access_inner .from_kyoto .from_head span {
    color: #084e72; }
.access_inner .from_kyoto p::before {
    border: 2px solid #084e72; 
background: #084e72;
}
.access_inner .from_kyoto p::after {
    background: rgba(8, 78, 114, 0.15); }
.access_inner .from_osaka .from_head span {
    color: #907c10; }
.access_inner .from_osaka p::before {
    border: 2px solid #907c10;
	background: #907c10;
}
.access_inner .from_osaka p::after {
    background: rgba(144, 124, 16, 0.15); }
.access_inner .from_nagoya .from_head span {
    color: #961121; }
.access_inner .from_nagoya p::before {
    border: 2px solid #961121;
	background: #961121;
}
.access_inner .from_nagoya p::after {
    background: rgba(150, 17, 33, 0.15); }

.access_inner.train .from_head span {
  display: block; }

.train_lead {
  margin-bottom: 40px;
  font-weight: 400; }

.parking_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  margin: 120px auto;
	border:1px solid #3a3a3a;
   }  
 .parking_info .parking_text {
    padding: 60px 50px 70px;
    text-align: left; }
 .parking_info .parking_text .parking_head {
      position: relative;
      margin-bottom: 25px;
	       margin-top: 25px;
      padding-bottom: 5px;
      font-size: 1.6rem;
      font-weight: 900; }
.parking_info .parking_text .parking_head::after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: "";
        width: 90px;
        height: 1px;
        background: #959595; }
.parking_info img {
   width:375px;
    } 

 
    
.map {
  position: relative;
  width: 100%;
  height: 450px; 
  }               
    .map::before {
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã¢â‚¬Å“Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â³";
    padding-top: 20px;
    background: #fff;
    font-size: 2.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1em; 
    }
/* =====================
  insta
===================== */

#insta {
	width: 100%;
	height: auto;
}
#insta .heading_box {
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
    font-size: 1;                  
    margin:20px 0 ;
	padding-bottom:80px; 
}

#insta .heading {             
    height: 13px;             
    width: 30%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

#insta .heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: -70%;
	font-size: 1.1em;
	letter-spacing: 0.2em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: -1;
	width:80%;
    line-height: 3.2;
}
#insta .heading span:last-of-type {
    display: block;
	height:150%;
	position: absolute;
	left:6%;
	bottom: -30%;
	width:12em;
	background-color: #fff;
	z-index: -1;
   font-weight:bold;
   font-size: 1.2em;
	line-height: 1.7;
	letter-spacing: 0.1em;
	color: #054569;    
}
.insta_contents {
	width: 100%;
	margin: 0 auto 60px !important;
	text-align:center;
}
#insta iframe {
	margin-left: -150px;
}


/* =====================
  footer
===================== */

footer {
	position: relative;
	z-index: 3;
	width: 100%;
	height: auto;
	background-color: #F0ECE8 !important;
	background-repeat: repeat-x;
	background-position: 0 100%;
	-webkit-background-size: 50px;
	background-size: 50px;
}

#footer_box {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}

.footer_section {
	width: 300px;
	box-sizing: border-box;
	text-align: center;
}

.footer_section h4 {
	display: inline-block;
	padding: 20px 16px 5px 16px;
	margin-bottom: 22px;
	letter-spacing: 0.3em;
	border-bottom: 1px solid #054569;
	color: #054569;
	font-weight: bold;
	line-height: 1.3;
}

.footer_content li {
	padding-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.6;
}

.footer_content li:last-child {
	padding-bottom: 0;
}





/*
  footer info section
---------------------- */

#footer_box div:nth-child(2) .footer_content li:nth-child(1) {
	line-height: 2;
	padding-bottom: 16px;
}

#footer_box div:nth-child(2) .footer_content li:nth-child(2) {
	margin: 8px 0 0 0;
}

#footer_box div:nth-child(2) .footer_content li:nth-child(1) a {
	display: inline-block;
	color: #5c5c5c;
	margin-top: 8px;
	padding: 4px 16px;
	border: 1px solid #5c5c5c;
    transition: 0.5s;
}



/*
  footer nav section
---------------------- */

#footer_nav ul li a {
	padding: 4px 8px;
	color: #5c5c5c;
	letter-spacing: 0.3em;
}

#footer_nav ul li a {
	position: relative;
}

#footer_nav ul li a::after {
	content: "";
	position: absolute;
	width: 0%;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #054569;
	height: 1px;
	transition: 0.5s;
}


footer .copyright {
	width: 100%;
	margin: 0 auto;
	background-color: #054569;
	color:#fff;
	text-align: center;
	font-size:small;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}


/* main title
------------------------------------------------- */

.title_inner {
	top: 0px;
text-align: center;
    text-shadow: 2px 2px 7px #333;
}

.title_inner h1 {
	font-size: 32px;
	letter-spacing: 0.5em;
	font-family: 'Noto Serif JP', serif;
	color: #fff;
}

.title_inner p {
	padding-top: 30.5vh;
	color: #fff;
	letter-spacing: 0.3em;
}


.info_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px;  }
.restaulant_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px;  }
.meat_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px; }
.farm_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px; }
.about_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px; }
.news_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px; }
.media_main_title {
  position: relative;
  height: 600px;
  margin-top: 80px; }

 
  .about_main_title {
    background: url(../img/about_top.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .restaulant_main_title {
    background: url(../img/restaulant4_top.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .meat_main_title {
    background: url(../img/meat3_top.jpg) no-repeat 50% 50%;
    background-size: cover; }
  .farm_main_title {
    background: url(../img/farm_top.jpg) no-repeat 50% 50%;
    background-size: cover; }
 .info_main_title {
    background: url(../img/info_top02.jpg) no-repeat 50% 50%;
    background-size: cover; }
.news_main_title {
    background: url(../img/info_top.jpg) no-repeat 50% 50%;
    background-size: cover; }
 .media_main_title {
    background: url(../img/media_top.jpg) no-repeat 50% 50%;
    background-size: cover; }

.page_title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
  white-space: nowrap; }





/* =====================
 contents
===================== */

.contents {
	width: 100%;
	height: auto;
	
}
.contents p{
	width: 90%;
	margin: 20px 7vw !important;
	line-height: 1.4;
	
}

.cont_listbox {
	width: 80% !important;
	margin: 30px 10vw !important;
	text-align: left;
	 display: inline-block;  
}



.cont_listbox .heading2{                        
 height: 30px;            
    width: 80%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 10px !important; 
}


.cont_listbox .heading3{                        
 height: 30px;            
    width: 80%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 10px !important; 
}


.cont_listbox .heading2 span{
	position: absolute;
	left:13%;
	z-index: 1;
    line-height: 2.7;
	    color: #054569;
	 font-weight: bold;
	  top: -15px !important;
	font-size: 1.2em !important;
	letter-spacing: 0.3em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:73%;

}

.cont_listbox .heading3 span{
	position: absolute;
	left:13%;
	z-index: 1;
    line-height: 1.4;
	    color: #054569;
	 font-weight: bold;
	  top: -15px !important;
	font-size: 1.2em !important;
	letter-spacing: 0.3em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:73%;

}


.cont_listbox .heading_box2{
	   display:  inline-block; 
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
   margin:5px 0 ;   
	  width: 30%; 
}
.cont_listbox3 {
	width:100%;
	margin: 30px auto !important;
	text-align: center !important;
	 display: inline-block;  
}



.cont_listbox3 .heading2{                        
 height: 30px;            
    width: 80%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 10px !important; 
}

.cont_listbox3 .heading3{                        
 height: 30px;            
    width: 80%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 10px !important; 
}

.cont_listbox3 .heading2 span{
	position: absolute;
	left:13%;
	z-index: 1;
    line-height: 2.9;
	    color: #054569;
	 font-weight: bold;
	  top: -15px !important;
	font-size: 1.2em;
	letter-spacing: 0.3em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:73%;

}

.cont_listbox3 .heading3 span{
	position: absolute;
	left:13%;
	z-index: 1;
    line-height: 1.4;
	    color: #054569;
	 font-weight: bold;
	  top: -15px !important;
	font-size: 1.2em;
	letter-spacing: 0.3em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:73%;

}


.cont_listbox3 .heading_box3{
	   display:  inline-block; 
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
   margin:5px 0 ;   
	  width: 28%; 
}


/* =====================
 newyear
===================== */


.newyear {
	margin:20px auto;
	text-align:center;
	
}
.newyear p{
	width: 90%;
	line-height: 1.4;
	
}
.newyear h3{
	font-size:1.3em;
	line-height: 1.4;
	
}
.newyear table{
	width: 600px;
	margin:20px auto;
	
}
.newyear img{
	margin:0 auto;
	
}

/* ==============================
  underlayer common
================================= */

#unl_access #access,
#unl_reserve #reserve {
	padding-top: 80px;
}

.unl_about_title,
.unl_access_title,
.unl_blog_title,
.unl_reserve_title {
	width: 95%;
	height: 450px;
	margin: 0 auto;
	margin-top: 120px;
	background-image: url(images/about/about_title.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 70%;
	position: relative;
	transition: 2.0s;
}

.unl_about_title::after,
.unl_access_title::after,
.unl_blog_title::after,
.unl_reserve_title::after {
	content: "";
	display: block;
	width: 98%;
	height: 95%;
	border: 1px solid #fff;
	opacity: 0.5;
	position: absolute;
	top: 2.5%;
	left: 1%;
}

.main_img_box {
	position: relative;
}

.unl_dec_left {
	color: #5c5c5c;
	font-size: 10px;
	letter-spacing: 0.2em;
	transform: rotate(90deg);
    transform-origin: center center;
	position: absolute;
	top: 50%;
}
#unl_about .unl_dec_left {
	left: -45px;
}

#unl_access .unl_dec_left {
	left: -99px;
}

#unl_blog .unl_dec_left {
	left: -82px;
}

#unl_reserve .unl_dec_left {
	left: -70px;
}

.unl_dec_right {
	color: #5c5c5c;
	font-size: 10px;
	letter-spacing: 0.2em;
	transform: rotate(-90deg);
    transform-origin: center center;
	position: absolute;
	top: 50%;
	right: -94px;
}

.unl_heading {
	display: inline-block;
	padding: 24px;
	margin-bottom: 80px;
	position: relative;
font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: #555;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

span.unl_heading {
	margin-bottom: 85px;
}

.unl_heading::after {
	content: "";
	width: 15px;
	display: block;
	border-bottom: 1px solid #38825d;
	position: absolute;
	left: 50%;
	bottom: 10px;
    transform: translateX(-50%);
}

.heading_box span.unl_heading_com {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: -15px;
	font-size: 11px;
	letter-spacing: 0.2em;
	color: #38825d;
    transform: translateX(-50%);
}


/* ==============================
  info----
================================= */


.unl_about_lead {
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	letter-spacing: 0.5em;
	position: relative;
}

.unl_about_lead p {
	line-height: 5;
}

.unl_about_lead img {
	width: 30%;
	position: absolute;
	top: 30%;
	left: -20%;
	opacity: 0.5;
}

.info_content {
	height: 800px;
	position: relative;
	margin-top: 70px;
}

.info_content::before {
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	z-index:12;
}

.info_img {
	width: 50%;
	height: 420px;
	position: absolute;
	right: 2%;
	top: 35%;
	background-image: url(../img/info_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}
.info_img2 {
	width: 50%;
	height: 420px;
	position: absolute;
	left: 5%;
	top: 13%;
	background-image: url(../img/info_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}

.info_text {
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	text-align: center;
		z-index:11;
	 box-shadow: 1px 1px 3px #ccc;
	font-size:0.9em;
		width: 450px;
	height: 350px;
	position: absolute;
		left: 62%;
	top: 1%;
}

.info_text h3 {
	display: inline-block;
	padding: 8px;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.5em;
font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #C2AE74;
	animation: displaytext 2s;
	line-height: 1;
}

.info2_text a {
position: relative;
color:#C2AE74
}	
.info_text a {
position: relative;
color:#C2AE74
}	
.info_point p {
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: 0%;
	left: 10%;
	font-size:1.7em;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	z-index:11;
}

.info_point p::after {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 2.5px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}

.gw_point p {
	letter-spacing: 0.3em;
	color: #054569;
	position: relative;
	right: 30%;
	font-size: 1.7em !important;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	z-index:11;
	margin-bottom:50px;
}

.gw_point p::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 8px;
	border-bottom: 2.5px solid #054569 !important;
	position: absolute;
	right: 30%;
	z-index:11;
}


.info2_content {
	height: 800px;
	position: relative;
	margin-top: 70px;
}

.info2_content::before {
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	z-index:12;
}

.info2_img {
	width: 50%;
	height: 420px;
	position: absolute;
	right: 0;
	background-image: url(../img/info_05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.info2_img2 {
	width: 50%;
	height: 420px;
	position: absolute;
	left: 18%;
	top: 35%;
	background-image: url(../img/info_06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}
.info3_img {
	width: 50%;
	height: 420px;
	position: absolute;
	top:45%;
	right: 2%;
	background-image: url(../img/info_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.info3_img2 {
	width: 50%;
	height: 420px;
	position: absolute;
	left: 8%;
	top: 13%;
	background-image: url(../img/info_03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}
.info2_text {
	width: 450px;
	height: 370px;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fff;
	position: absolute;
	top: -2%;
	left: 10%;
	text-align: center;
		z-index:11;
	 box-shadow: 1px 1px 3px #ccc;
}
.info2_text p {
position: relative;
}

.info2_text h3 {
	display: inline-block;
	padding: 8px;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.5em;
font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #C2AE74;
	animation: displaytext 2s;
	line-height: 1;
}

.info2_point p {
	font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: 7%;
	left: 10%;
font-size:1.7em;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	z-index:11;
}

.info2_point p::after {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 3px solid #054569 !important;
	position: absolute;
	right: 10;
	z-index:11;
	
}
.info3_content {
	height: 770px;
	position: relative;
	margin-top: 70px;
}

.info3_content::before {
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	bottom: 0;
	z-index:12;
}
.info3_point p {
	font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: 0%;
	left: 10%;
	font-size:1.7em;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	z-index:11;
}

.info3_point p::after {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 3px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}
.info2_content:nth-of-type(2) .info2_point p {
	left: 70%;
	top:62%;
}

.info2_content:nth-of-type(2) .info2_point p::after {
	left: 0;
}
.info2_content .info2_point p {
	left: 70%;
	top:62%;
}

.info2_content.info2_point p::after {
	left: 0;
}
.info2_text p:nth-of-type(1) {
	padding-top: 8px;
	letter-spacing: 0.2em;
	color: #C2AE74;
	font-size: 12px;
}

.info2_text p:nth-of-type(2) {
	height: 152px;
	padding-top: 32px;
	letter-spacing: 0.2em;
	line-height: 1.8;
	text-align: justify;
	
}

.info_text p:nth-of-type(1) {
	padding-top: 8px;
	
	padding-bottom: 25px;
	letter-spacing: 0.2em;
	color: #C2AE74;
	font-size: 12px;
	text-align: center;
	
}


.info_content:nth-of-type(2) .info_point p {
	left: 70%;
}

.info_content:nth-of-type(2) .info_point p::after {
	left: 0;
}


.info_text p {
	letter-spacing: 0.2em;
	line-height: 1.8;
	text-align: justify;
  position: relative;
}
.info_text a {
position: relative;
color:#C2AE74
}	
.info_text a {
  position: relative !important;
}
.info2_text a {
  position: relative !important;
}

#info_box .info_content:nth-of-type(n+2) {
	margin-top: -40px;
}

#info_box .info_content:nth-of-type(2) .info__img {
	left: 0;
}

#info_box .info_content:nth-of-type(2) .info_ext {
	left: 50%;
}

/* ==============================
  info ---guide----
================================= */

#unl_guide{
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0 80px;
	text-align: center;

}

#unl_guide .unl_guide_text.unl_guide_text {
	width: 70% !important;
	margin: 5vh auto;
	 box-shadow: 1px 1px 3px #ccc;
	border:15px solid #FBF9F8;
	padding: 20px;
	background-color: #F0ECE8;
	
}

.unl_guide_text h3 {
	display: inline-block;
	padding: 8px;
	font-size: 22px;
	letter-spacing: 0.5em;
font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #054569;
	color:#1B4569;
	font-weight: bold;
	line-height:2;
}
.unl_guide_text dt {
	padding: 10px;
	font-size:1em;
	background-color: #C2AE74;
	width:200px;
	margin:20px auto 10px;
	color:#fff;
	font-weight: bold;
}
.unl_guide_text dd {
	padding:12px;	
}
.unl_guide_text hr {
	padding: 7px;	
	width:70%;
	text-align: center;
	margin: 0 auto;
}


.unl_guide_text p {
	padding-top: 40px;
	letter-spacing: 0.3em;
	line-height: 2;
}

.unl_guide_text p:nth-of-type(n+2) {
	padding-left: 16px;
	text-align: left;
	position: relative;
}

.unl_guide_text p:nth-of-type(n+2)::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #38825d;
	opacity: 0.7;
	position: absolute;
	top: 50px;
	left: 0;
}

.unl_guide_text p span a {
	color: #C2AE74;
}

.unl_guide_text p:nth-of-type(1) {
	padding-top: 8px;
	letter-spacing: 0.2em;
	color: #C2AE74;
}

/* ==============================
 ---loopSlider----
================================= */


.loopSliderWrap {
    top: 0;
    left: 0;
    height: 250px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: auto;
    height: 250px;
    text-align: left;
    position: relative;
    overflow: hidden;
}


.loopSlider ul {
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    display: inline;
    overflow: hidden;
}

.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.loopSliderWrap2:after {
    content: "";
    display: none;
    clear: none;
}
.loopslider {
	margin: 100px auto;
	width: 100%;
	height: 237px;
	position: relative;
	overflow: hidden;
}

.loopslider ul {
/* 	width: 100%; */
	display: inline;
	overflow: hidden;
	margin-right: -130px;
	
}
.loopslider ul li {
	width:315px;
	height: 237px;
	float: left;
	padding: 0 10px;
/*
	display: inline;
	margin: 0 10px;
*/
}

.loopslider ul li:last-child {
	margin: 20px !important;
}
.loopslider ul li img{
	width:100%;
	height: auto;
}

/* =======================================
	ClearFixElements
======================================= */
/*
.loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.loopslider ul {
	display: inline-block;
	overflow: hidden;
}
*/

/* ==============================
  about 
================================= */
.about {
	position: relative;
	margin-top: 70px;
}
.about_content {
	width: 100%;
	position: relative;
}
#about_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	width: 1200px;
	margin: 50px auto;
	position: relative;
	background-color: #fff;
	box-shadow: 2px 2px 3px rgba(56, 130, 118, 0.7);
	padding: 16px;
	transition: 0.3s;
	margin-bottom:20px;
		padding-bottom: 0px !important;
}

.about_box  {
		width: 45%;
	margin: 1% auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	align-content: flex-start;
	
}
.about_box dl {
		width: 85%;
	margin: 1% auto;
	display: block;
	
}
.about_box dt {
	  font-family: YuMincho, "Hiragino Mincho ProN", serif;
	  font-weight: normal;
	  text-align: center;
	  font-size: 30px;
	  letter-spacing: 2px;
	display: block;
	margin-bottom:20px;
	text-align: center;
	
	
}
.about_box dt span{
	font-family: 'Nothing You Could Do', cursive;
	display: block;
	padding-top: 10px;
	color:#356885;
	font-size: 0.8em;
}


.about_box dd{
	font-size:0.85em;
	text-align:left;
	display: block;
	margin: 10px auto;
	line-height: 1.8;
}
.about_box p:first-child {
padding-top: 30px !important;
}
.about_img {
	width: 32%;
	height: 260px;
	position: absolute;
	top:2%;
	left: 19%;
	background-image: url(../img/about_04.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}
.about_img2 {
	width: 33%;
	height: 260px;
	position: absolute;
	left: 2%;
	top: 43%;
	background-image: url(../img/about_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;
}

.about_img3 {
	width: 38%;
	height: 280px;
	position: absolute;
	top:2%;
	left: 58%;
	background-image: url(../img/about_033.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}
.about_img4 {
	width: 33%;
	height: 270px;
	position: absolute;
	left: 48%;
	top: 42%;
	background-image: url(../img/about_06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:1;
}
.about_img5 {
	width: 38%;
	height: 280px;
	position: absolute;
	top:47%;
	left: 15%;
	background-image: url(../img/about_05.jpg);
	background-repeat: no-repeat;
	background-size: cover;
		z-index:10;
}
.about_img6 {
	width: 32%;
	height: 270px;
	position: absolute;
	left: 5%;
	top: 9%;
	background-image: url(../img/about_06.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}

/*  Q&A  */

.qa{
  width: 50%;
  margin: 0 auto 100px;
  padding-top: 5%;
}

.top_qa_contents h3 {
	font-size: 30px;
	padding: 0px 0 32px 0;
	letter-spacing: 0.3em;
	text-align: center;
	color: #333;
	font-family: 'Noto Serif JP', serif;
}

.accordion-wrap{
    border-bottom: 2px solid #90BAB3;
}

.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
}

.accordion-text{
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
 }

 .fa{
    transition: ease-in-out 300ms;
 }

 .rotate-fa{
    transform: rotate(180deg);
 }


 .accordion-header .fa{
    float: right;
    line-height: 35px;
 }

 .accordion-gold{
    color: #90BAB3;
 }

 .accordion-no-bar{
    border-bottom: 0;
}

/* ==============================
  farm
================================= */
.farm_img {
	width: 38%;
	height: 280px;
	position: absolute;
	top:47%;
	left: 15%;
	background-image: url(../img/farm_04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
		z-index:10;
}
.farm_img2 {
	width: 32%;
	height: 270px;
	position: absolute;
	left: 5%;
	top: 9%;
	background-image: url(../img/about_06.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index:10;
}
/* ==============================
  restaurant
================================= */

.rest_point h3 {
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: -13%;
	left: 10%;
	font-size:1.6em;
	line-height: 1.4;
	z-index:11;
}

.rest_point h3::after, .rest3_point h3::after {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}
.rest2_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: absolute;
	top: -13%;
	right: 15%;
	font-size:1.6em;
	line-height: 1.4;
	z-index:11;
}

.rest5_point h3::after, .rest6_point h3::after, .rest2_point h3::after {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 1%;
	z-index:11;
	
}
.restnew_point h3::after {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: -10%;
	z-index:11;
	
}
.rest4_point h3::after, .rest7_point h3::after {
	display: block;
	content: "";
	width: 300%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 5%;
	z-index:11;
	
}
.rest3_point h3 {
	font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: -10%;
	left: 10%;
	font-size:1.6em;
	line-height: 1.4;
	z-index:11;
}


.rest4_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: absolute;
	top: -10%;
	right: 5%;
	font-size:1.7em;
	line-height: 1.2;
	z-index:11;
}
.rest5_point h3 {
	font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: -17%;
	left: 10%;
	font-size:1.6em;
	line-height: 1.7;
	z-index:11;
}

.rest6_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: absolute;
	top: -10%;
	right: 0;
	font-size:1.7em;
	line-height: 1.2;
	z-index:11;
}

.restnew_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: absolute;
	top: -15%;
	right: -50px;
	font-size:1.6em;
	line-height: 1.2;
	z-index:11;
}


.rest7_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: absolute;
	top: -7%;
	left: 10%;
		font-size:1.6em;
	line-height: 1.4;
	z-index:11;
}



.menu_btn {
	width: 100px;
	height: 32px;
	padding: 0 2px 4px 2px;
	vertical-align: middle;
}



.text_red {
	color: #C27474;
}
/*-----------------------------
	media
-----------------------------*/	
.media_menu {
	width: 90%;
	margin-bottom: 120px !important;
}
.media_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top: -3em;
	left: -130%;
	font-size:1.6em;
	line-height: 1;
	z-index:11;
	text-align: left;
}	
.media_point h3::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	z-index:11;
}	
.media_point2 h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top: -2em;
	left:22%;
	font-size:1.6em;
	line-height: 1;
	z-index:11;
	text-align: right;
}	
.media_point2 h3::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	z-index:11;
}	
#media_box {
		display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	position: relative;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.3);
	padding: 16px;
	transition: 0.3s;
	margin-top:30px;
}

#media_box img {
	margin: 0 auto 24px;
	width:50%
}	

.media_box {
	width: 1200px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	margin: 0 auto;
	
}
.media_box li {
		width: 45%;
	margin: 1% auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	align-content: flex-start;
	
	
}

#media_box .etc_name dd {
	font-size:0.75em !important;
	line-height: 1.2 !important;
}
.media_des_box {
	padding-bottom: 7px;
	box-sizing: border-box;
}	
.media_des_box p{
	font-size:0.8em;
	text-align:left;
	padding-bottom:20px;
}
.media_des {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	font-size: 1em;
	text-align: justify;
	position: relative;
	padding-bottom: 7px;
}

.media_des span {
	color: #4F9847;
	font-size:1.2em;
}
.media_des span::after {
display: block;
	content: "";
	width: 100%;
	padding-top: 2px;
	border-bottom: 1px solid #4F9847;
	position: absolute;
	right: 0;
	z-index:11;
}


/*
  restaurant menu
---------------------- */
/*meat menu*/
.menu_meat {
	width: 100%;
	position: relative;
}
#meat_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	position: relative;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.3);
	padding: 16px;
	transition: 0.3s;
	margin:30px!important;
	margin-bottom: 70px !important;
}

/*#meat_box li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-content: flex-start;
	padding-bottom:10px !important;
} */

.meat_box  {
		width: 45%;
	margin: 1% auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	align-content: flex-start;
	padding:10px;
	
	
}.meat_box  img{
		width: 80%;
	padding:1px;
	
	
}

.meat_des_box {
	padding-bottom: 7px;
	box-sizing: border-box;
}
.meat_des_box p{
	font-size:0.8em;
	text-align:left;
	padding-bottom:20px;
}

.meat_name {
	width: 100%;
	box-sizing: border-box;
	margin: 0px auto 40px 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-align: left;
	vertical-align: middle;
}

.meat_name span:first-child,
.meat_des span:first-child {
	display: block;
	padding-left: 4px;
	margin-bottom: 4px;
	font-size: 17px;
	line-height: 1.4em;
	
}
.meat_des {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	font-size: 1em;
	text-align: justify;
	position: relative;
	padding-bottom: 7px;
}

.meat_pre {
	display: block;
	letter-spacing: 0.2em;
	font-size: 14px;
	text-align: right;
	padding-bottom:7px;
	
}
.meat_pre:first-of-type{
	margin: 10px !important;
	
}


.etc_name span{
	display: block;
	padding-left: 4px;
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.4em;
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
	
}

.meat_des span {
	color: rgba(194, 155, 116, 1);
	font-size:1.2em;
}
.meat_des span::after {
display: block;
	content: "";
	width: 100%;
	padding-top: 2px;
	border-bottom: 1px solid rgba(194, 155, 116, 1);
	position: absolute;
	right: 0;
	z-index:11;
}

.meat_point h3, .meat3_point h3, .meat4_point h3{
	font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	font-size:1.9em;
	line-height: 1.7;
	z-index:11;
	position: absolute;
	right: 0;
	top:-13%;
	font-family: 'Noto Serif JP', serif;
}
.meat2_point h3 {
	font-weight: nomal;
	letter-spacing: 0;
	color: #054569;
	font-size:1.8em;
	line-height: 1.4;
	z-index:11;
	position: absolute;
	right: 0;
	top:-12%;
	font-family: 'Noto Serif JP', serif;
}


.meat5_point h3 {
font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	font-size:1.9em;
	line-height: 1.4;
	z-index:11;
	position: absolute;
	right: 0;
	top:-5%;
	font-family: 'Noto Serif JP', serif;
}
.meat_point h3::after, 
.meat3_point h3::after,
.meat4_point h3::after, 
.meat5_point h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 150%;
	right: -2%;
	padding: 0px;
	border-bottom: 2px solid #054569 !important;
	z-index:11;
}
 


.meat2_point h3::after {
position: absolute;
	display: block;
	content: "";
	width: 120%;
	right: -2%;
	top:70%;
	padding: 8px;
	border-bottom: 2px solid #054569 !important;
	z-index:11;
}


.meat_etc {
	display:block;
	text-align: center;
    padding: 0.5em 1em;
    margin:  2% auto 0;
	 margin-bottom: 0 !important;
	background: #F9F3C2;
   /*background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#F9F3C2 3px, #F9F3C2 7px);
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#F9F3C2 3px, #F9F3C2 7px);*/
	font-family:  'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
	
}
.meat_etc p {
	font-size: 0.8em;
    margin: 2px; 
    padding: 5px;
	
}


/*restaurant menu*/

.menu_rest {
	width: 100%;
	position: relative;
}

#rest_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	width: 1200px;
	margin: 24px auto;
}

#top_page #rest_box {
	justify-content: space-around;
}

#rest_box li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 10px;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-content: flex-start;
	padding-bottom:10px !important;
}
#rest_box .takeout {
	width: 100%;
	margin:0 10%;
	text-align: center;
}
#rest_box .takeout li {
	width: 90%;
	margin-right: 5%;
	text-align: left;
	box-sizing: border-box;
	flex-wrap: wrap;
	align-content: flex-start;
	padding-bottom:10px !important;
	padding:20px;
	border-radius:20px;
	border: 1px solid #b94047;
	margin:10px;
}
.takeout a{
	font-size:2em;
	color:#3a3a3a;
	padding-top:50px !important;
	text-align: center !important;
	margin-left: 35% !important;
}
#rest_box li:nth-of-type(3n) {
	margin-right: 0;
}

.menu_box  {
	width: 1200px;
	margin: 5% auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

.a5_icon {
	float: right;
	background-color: rgba(194, 155, 116, 1);
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
		padding: 5px 7px!important;
	font-size: 0.8em !important;
	font-family: 'Noto Serif JP', serif;
}
.osusume_icon {
	float: right;
	background-color: #FAA64C;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 5px!important;
	font-size: 0.8em !important;
font-family: 'Noto Serif JP', serif;
		text-align:center;
	line-height:1.2;
	font-size:11px !important;
}
.omigyu {
	float: right;
	background-color: #FAA64C;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 7px!important;
	font-size: 0.8em !important;
	font-family: 'Noto Serif JP', serif;
}
.kokusan {
	float: right;
	background-color: #FF0000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 7px!important;
	font-size: 0.8em !important;
	font-family: 'Noto Serif JP', serif;
}


.rest_box {
	position: relative;
	background-color: #fff;
	box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.3);
	padding: 16px;
	transition: 0.3s;
	margin-bottom:20px;
		padding-bottom: 0px !important;
	margin-top:40px;
}

.rest_des_box {
	padding-bottom: 7px;
	box-sizing: border-box;
}

.rest_name {
	width: 100%;
	box-sizing: border-box;
	margin: 0px auto 40px 0;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
}

.rest_name span:first-child,
.rest_des span:first-child {
	display: block;
	padding-left: 4px;
	margin-bottom: 4px;
	font-size: 17px;
	line-height: 1.4em;
	
}

.etc_name span{
	display: block;
	padding-left: 4px;
	margin: 20px auto;
	font-size: 17px;
	line-height: 1.4em;
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.2em;
	line-height: 1.6;
	
	
}
.etc_name dd{
font-size: 14px;
font-family: 'Noto Sans JP', sans-serif;
color:#4a4a4a;	
	text-align: left;
	
}
.etc_name .rest_pre{
	text-align: right;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	font-size:0.7em;
	
	
}


.rest_tei .rest_des span:first-child {
	border-bottom: 1px solid rgba(194, 155, 116, 1);
	color: rgba(194, 155, 116, 1);
	font-size:1em;
}
.set {
	display:block;
	width:100%;
	text-align: center;
    padding: 10px;
    margin:  2% auto 0;
	 margin-bottom: 0 !important;
	font-size:16px;
	display: flex;
	flex-wrap: wrap;
	
}
.set dt {
	font-family: 'Noto Serif JP', serif;
	width: 95%;
	align-content: flex-start;
	margin:  18px 25%;
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.5em;
	line-height: 1.7;
	font-weight: bold;
	
}

.set dd {
    padding: 18px;
	font-family: 'Noto Serif JP', serif;
	width: 46%;
	align-content: flex-start;
	background-color: #fff;
	line-height:1.4;
		box-shadow: 3px 3px 6px rgba(119, 119, 119, 0.3);
}
.set dd:nth-of-type(2) {
	border-left: none;
}
.set dd:nth-of-type(1) {
	border-right: none;
}


#rest_box dd li {
	width: 100%;
	margin-bottom: 0;
	text-align:left;
}

.steakset {
	display:block;
	width:100%;
	text-align: center;
    padding: 10px;
    margin:  2% auto 0;
	 margin-bottom: 0 !important;
	background: #5F9B7D;
	font-size:16px;
	display: flex;
	flex-wrap: wrap;
}

.steakset dd {
	font-size: 12px;
    margin: 1px; 
    padding: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	width: 30%;
	align-content: flex-start;
	background-color: #fff;
}
.steakset dd:last-child {
width: 96.4%;
}


.lunchset {
	display:block;
	text-align: center;
    margin:  2% auto 0;
	 margin-bottom: 0 !important;
	border: 10px solid #5F9B7D !important;
	
}
.lunchset p {
    padding: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.65em !important;
	line-height: 1.4;
}
.rest_nabe .lunchset {
	display:block;
	text-align: center;
    margin:  2% auto 0;
	border: 1px solid #5F9B7D !important;
		border-radius: 10px;
	
}
.rest_nabe .lunchset p {
    padding:10px 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.57em !important;
	line-height: 1.4;
}
.rest_touban .lunchset {
	display:block;
	text-align: center;
    margin:  2% auto 0;
	border: 1px solid #5F9B7D !important;
		border-radius: 10px;
	
}
.rest_touban .lunchset p {
    padding:10px 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.57em !important;
	line-height: 1.4;
}
.rest_kaiseki .lunchset {
	display:block;
	text-align: center;
    margin:  2% auto 0;
	border: 1px solid #5F9B7D !important;
		border-radius: 10px;
	
}
.rest_kaiseki .lunchset p {
    padding:10px 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.62em !important;
	line-height: 1.4;
}
.rest_kaiseki .lunchset li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.66em !important;
	line-height: 1.2;
}
.rest_kaiseki .lunchset ul {
	margin:15px auto !important; 
	
}
.lunchset li{
	display:block;
	text-align: left;
    padding: 2px;
font-family:  'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
	width:98% !important;
	margin:0px !important;
	font-size:0.8em;
	padding-bottom:0 !important;
	
}
.rest_steak .rest_des span:first-child {
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
}
.rest_touban .rest_des span:first-child {
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
}
.rest_nabe .rest_des span:first-child {
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
}
.rest_side .rest_des span:first-child {
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
}
.rest_drink .rest_des span:first-child {
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.5em;
	line-height: 1.6;
	font-weight: bold;
	 font-family: "Hannari", YuMincho,"Hiragino Mincho ProN", serif;
	
}
.rest_kaiseki .rest_des span:first-child {
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.3em;
	line-height: 1.6;
	font-weight: bold;
}

#rest_box .rest_name {
	margin-bottom: 0;
	
	
}

.rest_des {
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	font-size: 0.7em;
	text-align: justify;
	position: relative;
	padding-bottom: 7px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #4c4c4c;
	
}

.rest_pre {
	display: block;
	letter-spacing: 0.2em;
	font-size: 14px;
	text-align: right;
	padding-bottom:7px;
	
	color: #4c4c4c;
	
}
.rest_pre:first-of-type{
	margin: 10px !important;
	
}

.rest_res a {
	display: inline-block;
	width: 100px;
	height: 30px;
	border: 1px solid #C2AE74;
	color: #C2AE74;
	text-align: center;
	line-height: 30px;
}




/* ==============================
  top_news
================================= */


.news_heading h2 {
font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #054569;
  color:#333;
}

.news_info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding-bottom: 32px;
}

.news_category a {
	color: #5c5c5c;
	transition: 0.5s;
}

.news_category a::before {
	content: '\f114';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

.post-categories {
	float: left;
}

.post-categories li {
	float: left;
	margin-right: 20px;
}

.post-categories li:last-child {
	margin-right: 0;
}

.post-categories a {
	color: #999;
	transition: 0.5s;
}

.post-categories a::before {
	content: '\f114';
    font-family: 'FontAwesome';
    padding-right: 4px;
}

.archive_gategorie .post-categories {
	margin-top: 20px;
}

.archive_gategorie .post-categories li {
	margin-right: 0;
	width: 100%;
}

.archive_gategorie .post-categories li:nth-of-type(n+2){
	margin-top: 6px;
}

.news_time {
	letter-spacing: 0.2em;
	font-style: italic;
	font-weight: normal;
}

.news_text p {
	padding-bottom: 32px;
	letter-spacing: 0.2em;
	line-height: 2.0;
}

.news_text p a {
	color: #C2AE74;
	text-decoration: underline;
}

.news_text p strong {
	font-weight: bold;
}

.news_text img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	padding-bottom: 24px;
}

.news_text img.size-full {
	width: auto;
}

.news_text img.size-large {
	width: 60%;
}

.news_text img.size-medium {
	width: 30%;
}

.row_nav {
	display: block;
	padding-top: 56px;
	text-align: center;
}

.nav_prev {
	float: right;
}

.nav_next {
	float: left;
}

.nav_prev,
.nav_next {
	padding: 0 4px 4px 4px;
	border-bottom: 1px solid #5c5c5c;
	transition: 0.3s;
}

.nav_prev a,
.nav_next a {
	color: #5c5c5c;
}

.nav_prev a span {
	padding-right: 8px;
}

.nav_next a span {
	padding-left: 8px;
}

.tag_name {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 24px;
    font-size: 13px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.blog_main.archive_content {
	padding-top: 40px;
}

/* ==============================
  access ---unl_access----
================================= */

.unl_access_title {
	background-image: url(images/others/access_title.jpg);
	background-position: 0 50%;
}

.unl_access_inner {
	padding-bottom: 40px;
}

.unl_access_inner,
.unl_access_inner ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	height: auto;
}

.unl_access_inner img {
	display: block;
	width: 65%;
	height: 100%;
}

.unl_access_inner ul {
	padding-left: 24px;
	width: 35%;
}

.unl_access_inner ul li {
	margin-bottom: 32px;
	letter-spacing: 0.2em;
	line-height: 2;
}

.unl_access_inner ul li dt {
	width: 20%;
	padding-left: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(56,130,93,0.4);
}

.unl_access_inner ul li dd {
	display: block;
	width: 60%;
	padding-left: 24px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(204,204,204,0.5);
}

.unl_access_inner ul li:nth-of-type(3) a {
	color: #5c5c5c;
}



/* ========================================
========================================

  PC design

========================================
=========================================== */

@media screen and (min-width: 769px){

h1, h2, h3, h4, h5, h6,  address,
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	list-style-type: none;
	letter-spacing: 0.2em;
	line-height: 1.2em;
font-family: 'Noto Serif JP', serif;
}
body,  p,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	list-style-type: none;
	letter-spacing: 0.2em;
	line-height: 1.4em;
	font-family: 'Noto Sans JP', sans-serif;
	  color:#4C4C4C;
	}
textarea { font-size: 100%; }

img { vertical-align: bottom;
}

hr { display: none; }

html{
	min-height: 620px;
	height: 100%;
	overflow-y: scroll;
}
.br-pc{
  display: block;
}
.br-sp{
  display: none;
}	

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
	height: 100%;
	background: #fff;
	color: #000;
}

a{
    text-decoration: none; color: #0C3170;
    transition-property: all;
    transition: 0.3s linear;
}

a:hover	{   text-decoration: none; color: #444;	}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

.sp_view{
	display: none !important;
}

.button a{
display: inline-block;
    width: 180px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    outline: none;
}
.button a::before,
.button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button a,
.button a::before,
.button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button a{
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: 40px;
}

.button a:hover {
  background-color: #9e0c0c;
  border-color: #9e0c0c;
  color: #fff;
}




#maincontents{
overflow: hidden;
    width:100%;
}

.mainvisual{
position: relative;
}

.mainvisual .slide{
    width: 100% !important;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 5%; 
}

.mainvisual .slide01{
    background-image: url(../img/top_main01.jpg);
}

.mainvisual .slide02{
    background-image: url(../img/top_main02.jpg);
}

.mainvisual .slide03{
    background-image: url(../img/top_main03.jpg);
}
.mainvisual .slide04{
    background-image: url(../img/top_main04.jpg);
}	

.mainvisual .bx-viewport {
    height: 10% !important;
    overflow: unset !important;
}

.mainvisual .logo{
    display: none;
}

.mainvisual .inner{
position: absolute;
    top: 17.5%;
    left: 47.5%;
    transform: translateY(-17.5%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width:80%;
}

.mainvisual h2{
font-size: 1.7vw;
    line-height: 2.2em;
    color: #fff;
} 

.mainvisual .bx-wrapper{
     height: 100vh;
    overflow: hidden;
    margin-bottom: 0 !important;
}



p.s_text{
    color:#fff;
    -webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-moz-font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
font-variant-ligatures: no-common-ligatures;
text-align: justify;
    font-size:19px;
}

.button_scroll{
position: absolute;
    bottom: 2.5%;
    width: 1%;
    margin: 0 49.5%;
    z-index: 5001;
}

.button_scroll img{
    width: 70%;
    height: auto;
}


.none{
    display: none !important;
}
.title_inner p {
	padding-top: 11em;
	color: #fff;
	letter-spacing: 0.1em;
	text-indent: 0.3em;
	font-size:2em;
}
.title_inner p span {
	font-size:1.5em;
	
}	

 /* heading Title Japanese+English + waku */

.heading {             
    height: 9px;             
    width: 25%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;                     
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
	margin-bottom: 100px !important; 
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:8%;
	font-size: 1.1em;
	letter-spacing: 0.4em;
   font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 1;
	width:85%;
    height: 3em;
    line-height: 1.7;
}
.heading span:last-of-type {
    display: block;
	position: absolute;
	left:29%;
	bottom: -30%;
	background-color: #fff;
	z-index: 10;
	width:12vw;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 1em;
	line-height: 1;
	letter-spacing: 0.2em;
	
}






/* ========================================

  hover action

=========================================== */


.more_btn a:hover::after {
	height: 0;
}

.more_btn a:hover::before {
	width: 120%;
}

.more_btn:hover::after {
	content: "";
	height: 15px;
	display: block;
	border-right: 1px solid #C2AE74;
	position: absolute;
	bottom: 1px;
	right: -20%;
	transform: rotate(-60deg);
	transform-origin: bottom;
}

#global_nav ul li a:hover {
	color: #2F567E!important;
}

#global_nav ul li a:hover::before {
	opacity: 1!important;
}

.reserve_btn_box li:nth-child(2) a:hover {
	color: #fff;
	background-color: #C2AE74;
}

.blog_des:hover {
	color: #ccc;
}

.map_btn a:hover {
	color: #fff;
	background-color: #C2AE74;
}
.map_btn i{
	margin: auto 15px auto 5px;
}	

#footer_box div:nth-child(2) .footer_content li:nth-child(1) a:hover {
	background-color: #C2AE74;
	border: 1px solid #C2AE74;
	color: #fff;
}

#footer_nav ul li a:hover {
	color: #38825d;
}

#footer_nav ul li a:hover::after {
	width: 100%;
}



#completion > section > p:nth-of-type(4) a:hover {
	opacity: 0.8;
}

.conditions_card .remove_btn p:hover,
.confirmation_card .remove_btn p:hover {
	opacity: 0.8;
}

.side_category ul li a:hover {
	opacity: 0.5;
}

.side_search .search_btn:hover {
	opacity: 0.8;
}

.news_content .news_outline .news_lead img:hover {
	transform: scale(1.1);
	opacity: 0.5;
}

.news_content .news_outline .news_lead a h2:hover {
	opacity: 0.5;
}

.news_pagenote li a:hover {
	background-color: #C2AE74;
	color: #fff;
}

.news_category a:hover {
	opacity: 0.5;
}

.news_content .news_outline .news_img:hover {
	opacity: 0.8;
}

.news_lead h2:hover {
	opacity: 0.8;
}

.nav_next:hover {
	opacity: 0.5;
}

.rest_form_btn_left button:hover {
	opacity: 0.7;
}

button {
        top: 32px;
        right: 32px
  }
	
.main_contents{
     width: 1024px;
    margin: 0 auto 64px;
}
.left_contents{
   float: left;
   width: 656px;
}
.right_contents{
   float: right;
    width: 320px;
    margin-left: 48px;
}	
	
/*
  footer logo section
---------------------- */

#footer_logo a img {
	width: 150px;
	vertical-align: middle;
	height: 40%;
    position: absolute;
    top:50px;
     left:100px;
}		
}

/* ========================================
========================================

Tablet design

========================================
=========================================== */


@media screen and (min-width:768px) and ( max-width:1024px) {


.menu_box {
    width: 100%;
    margin: 5% auto;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}
	#rest_box {
    flex-wrap: wrap;
    align-content: stretch;
    width: 100%;
    margin: 24px auto;
}
	
	#rest_box li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-bottom: 10px !important;
}

}		




/* ========================================
========================================

  Responsive design

========================================
=========================================== */

@media screen and (max-width: 768px) {

/* =====================
  common
===================== */


h1, h2, h3, h4, h5, h6, address,
ul, ol, li, dl, dt, dd{
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    letter-spacing: 0.2em;
font-family: 'Noto Serif JP', serif;
    line-height: 2.2em;
}
body,  p,
table, caption, th, td, img, form {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    list-style-type: none;
    letter-spacing: 0.2em;
 font-family: 'Noto Sans JP', sans-serif;
    line-height: 2.2em;
	  color:#4C4C4C;
}
	table-layout
	

textarea { font-size: 100%; }

img { vertical-align: bottom; }

html{
    height: 100%;
    overflow-y: scroll;
}

iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

body{
    height: 100%;
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
}

a{ text-decoration: none; color: #0C3170; }

.pc_view{
    display: none !important;
}
.pc {
display: none;
}
.sp {
display: block;
}

.br-pc{
  display: none;
}
.br-sp{
  display: block;
}

.button a{
display: inline-block;
    width: 180px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    line-height: 42px;
    outline: none;
}
.button a::before,
.button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button a,
.button a::before,
.button a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button a{
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  line-height: 40px;
}

.wrapper{
    overflow:hidden;
    position:relative;
    z-index: 5003;
}
/*==========================================================================
   Header
========================================================================== */

.cont_listbox3 {
	width:100%;
	margin: 30px auto !important;
	text-align: center !important;
	 display: inline-block;  
}



.cont_listbox3 .heading2{                        
 height: 30px;            
    width: 80%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 10px !important; 
}
.cont_listbox3 .heading3{                        
 height: 30px;            
    width: 80%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 10px !important; 
}


.cont_listbox3 .heading2 span{
	position: absolute;
	left:13%;
	z-index: 1;
    line-height: 2.9;
	    color: #054569;
	 font-weight: bold;
	  top: -15px !important;
	font-size: 1.2em;
	letter-spacing: 0.1em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:73%;

}
.cont_listbox3 .heading3 span{
	position: absolute;
	left:13%;
	z-index: 1;
    line-height: 1.3;
	    color: #054569;
	 font-weight: bold;
	  top: -15px !important;
	font-size: 1.2em;
	letter-spacing: 0.1em;
 font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:73%;

}


.cont_listbox3 .heading_box3{
	   display:  inline-block; 
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
   margin:5px 0 ;   
	  width: 48%; 
}
	
@media screen and (max-width: 360px) {
	.cont_listbox3 .heading2 span{

	font-size: 1.1em;
	letter-spacing: 0em;
 
}
	.cont_listbox3 .heading3 span{

	font-size: 1.1em;
	letter-spacing: 0em;
 
}
}
	
	
header h1{
    width: 160px;
    top: 5%;
    position: absolute;
    z-index: 5499;
    left: 6%;
    
}

header h1 img{
    width: 100%;
    height: auto;
}



header .copyright{
font-size: 12px;
    color: #9e0c0c;
    text-align: left;
    font-weight: 600;
    line-height: normal;
    margin-top: 5vh;
}

header .bottom_nav{
    display: none;
}


.mainvisual{
position: relative;
    width: 100%;
}

.mainvisual .slide{
    width: 100% !important;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 5%; 
}

.mainvisual .slide01{
    background-image: url(../img/top_main01_sp.jpg);
}

.mainvisual .slide02{
    background-image: url(../img/top_main02_sp.jpg);
}

.mainvisual .slide03{
    background-image: url(../img/top_main03_sp.jpg);
}
.mainvisual .slide04{
    background-image: url(../img/top_main04_sp.jpg);
}

.mainvisual .bx-viewport {
    height: 100% !important;
    overflow: unset !important;
}

.mainvisual .logo{
width: 22.5%;
    top: 5%;
    left: 5%;
    position: absolute;
}

.mainvisual .logo img{
    width: 100%;
    height: auto;
}

.mainvisual .inner{
-webkit-overflow-scrolling: auto;
  overflow-y: scroll;
width: 100%;
height: 100%;
transform: translateZ(0);    

-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.mainvisual h2{
font-size: 2.2vh;
    line-height: 2.2em;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    font-weight: 600;
    white-space: nowrap;
} 

h2.headline{
color: #9e0c0c;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.3em;
    margin-bottom: 5vh;
}

p.s_text{
    -webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: antialiased;
-moz-font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
font-feature-settings: "palt";
font-variant-ligatures: no-common-ligatures;
text-align: justify;
font-size:16px;
}


.none{
    display: none !important;
}
    
button {
        top: 16px;
        right: 16px
}
.top_omigyu_contents .w300{
	width:70%;
}	 
#top_about,
#top_omigyu,
#access {
    padding: 55px 0;
}

#top_news {
    padding: 5px 0 35px;
}
#top_news .heading_box{
    margin: 120px 0 35px;
}
#access .heading_box{
    margin: 70px 0 35px;
}


.title_inner h1 {
	font-size: 26px;
	width: 220px;
	font-weight: 500;
	letter-spacing: 0.3em;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
}


.title_inner p {
	font-size: 18px;
	padding-top: 140px;
		letter-spacing: 0.15em;
	text-indent: 0.3em;
	font-weight: bold;
}
.title_inner span {
	font-size: 24px;
}	

#gototop_btn {
    width: 40px;
    bottom: 20px;
    right: 15px;
}

.gototop_btn_part1 {
    width: 40px;
    height: 40px;
}

.gototop_btn_part2 {
    top: 11.5px;
    right: 19.5px;
    height: 27%;
}

#gototop_btn span {
    padding-top: 4px;
    width: 40px;
    font-size: 11px;
}




	
/*
  heading
---------------------- */

.writing_heading {
	font-size: 16px;
}


/* heading Title Japanese+English + waku */

.heading {             
    height: 10px;             
    width: 65%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: 25%;
	font-size: 1em;
	letter-spacing: 0.4em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 3em;
    line-height: 3.2;
}
	
#insta .heading {             
    height: 10px;             
    width: 65%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}
	
#insta .heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: 25%;
	font-size: 1em;
	letter-spacing: 0.2em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 7vh;
    line-height: 3.2;
}	
.heading span:last-of-type {
    display: block;
	position: absolute;
	left:11%;
	bottom: -10%;
	background-color: #fff;
	z-index: 10;
	width:80%;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 1em;
	line-height: 1;
	letter-spacing: 0.2em;
}
#insta .heading span:last-of-type {
    display: block;
	position: absolute;
	left:11%;
	bottom: -15%;
	background-color: #fff;
	z-index: 10;
	width:80%;
	font-family:  YuMincho,serif;
   font-weight:bold;
   font-size: 1.3em;
	line-height: 1.5;
	letter-spacing: 0.1em;
}	
iframe	{
   
	width:700px !important;
	margin-left: -30px !important;

}	


/* heading Title Japanese+English + waku */
.heading {             
    height: 5px;             
    width: 65%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: 7%;
	font-size: 1em;
	letter-spacing: 0.4em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    line-height: 2.2;
}
.heading span:last-of-type {
    display: block;
	position: absolute;
		left:11%;
	bottom: -25%;
	background-color: #fff;
	z-index: 10;
	width:80%;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 1em;
	line-height: 1;
	letter-spacing: 0.2em;

}	
	
.heading_box_news {
	 margin: 0px auto; 
	padding-bottom:150px;
	display: none;
}
	
	
#insta .heading {             
    height: 5px;             
    width: 65%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

#insta .heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: 7%;
	font-size: 1em;
	letter-spacing: 0.1em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 10vh;
    line-height: 3.2;
}
#insta .heading span:last-of-type {
    display: block;
	position: absolute;
		left:8%;
	bottom: -20%;
	background-color: #fff;
	z-index: 10;
	width:85%;	
   font-weight:bold;
   font-size: 1.1em;
	line-height: 1.7;
	letter-spacing: 0.1em;
	height: 2em;	


}	
	@media screen and (max-width: 440px) {	
.heading {             
    height: 5px;             
    width: 65%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: 7%;
	font-size: 1em;
	letter-spacing: 0.4em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 3em;
    line-height: 3.2;
}
.heading span:last-of-type {
    display: block;
	position: absolute;
		left:11%;
	bottom: -25%;
	background-color: #fff;
	z-index: 10;
	width:80%;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 1em;
	line-height: 1;
	letter-spacing: 0.2em;

}	
#insta .heading {             
    height: 5px;             
    width: 65%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}


#insta .heading span {
    display: block;
	position: absolute;
		left:11%;
	bottom: -25%;
	background-color: #fff;
	z-index: 10;
	width:80%;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 1em;
	height: 1em;
	line-height: 1;
	letter-spacing: 0.2em;

}	
	}	
@media screen and (max-width: 390px) {	
#top_about {
	padding-bottom: 15px !important;
}	

#top_omigyu,
#access {
    padding: 75px 0 25px;
}
#top_news {
    padding: 0px 0 25px;
}	
.heading {             
    height: 2%;             
    width: 55%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: -25%;
	font-size: 0.9em;
	letter-spacing: 0.4em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 3.2em;
    line-height: 3.2;
}
#insta .heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: -25%;
	font-size: 0.9em;
	letter-spacing: 0.1em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 2.5em;
    line-height: 2.3;
}
	
.heading span:last-of-type {
    display: block;
	position: absolute;
	left:40%;
	bottom: -10px;
	background-color: #fff;
	z-index: 10;
	width:10vw;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 0.8em;
	line-height: 1;
	letter-spacing: 0.2em;

}
.title_inner p::before {
	top:22vh;
    right: 28vw;
    opacity: 0.7;
      width:5vw;
}

.title_inner p::after {
	top:22vh;
    left:28vw;
    opacity: 0.7;
       width:5vw;
}
}		
@media screen and (max-width: 360px) {	
/* heading Title Japanese+English + waku */

.heading {             
    height: 2%;             
    width: 55%;               
    border:  solid 1px #054569;    
    display:  block;            
    position:  absolute;        
    left:  0;                  
    right:  0;                  
    top: -15px !important;                     
    bottom:  0;                 
    margin:  auto;              
    z-index: -1;                
	font-size: 1;
	background-color: #fff;
	z-index: 10;
}

.heading span:first-of-type {
       display: block;
	position: absolute;
	left:11%;
	bottom: -30%;
	font-size: 0.85em;
	letter-spacing: 0.4em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 3.3em;
    line-height: 3.2;
}
.heading span:last-of-type {
    display: block;
	position: absolute;
	left:40%;
	bottom: -10px;
	background-color: #fff;
	z-index: 10;
	width:10vw;
   font-family:Tangerine, "Tangerine", cursive;
   font-weight:bold;
   font-size: 0.85em;
	line-height: 1;
	letter-spacing: 0.2em;

}
#insta .heading span:first-of-type {
        display: block;
	position: absolute;
	left:11%;
	bottom: -3%;
	font-size: 0.85em;
	letter-spacing: 0.1em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	z-index: 10;
	width:80%;
    height: 2.5em;
    line-height: 3;
}
		
.title_inner p::before {
	top:22vh;
    right: 28vw;
    opacity: 0.7;
      width:5vw;
}

.title_inner p::after {
	top:22vh;
    left:28vw;
    opacity: 0.7;
       width:5vw;
}
}

/* =====================
  header
===================== */

#header {
	padding-top: 0;
    display:none;
}
#header,
#header_logo_unl {
	width: 100%;
	height: 70px;
	line-height: 70px;
	margin: 0;
	text-align: left;
}

#header_logo_unl a img {
	width: 25%;
	margin-left: 24px;
}

#global_nav {
	display: none!important;
}

/*
  Hamburger Menu
---------------------- */

#global_nav_sp {
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	border: 5px solid rgba(56,130,93,0.7);
	box-sizing: border-box;
	z-index: 10;
}

#ham_nav {
	height: 100%;
	min-height: 100%;
	overflow:hidden;
}

#ham_nav ul {
	position: fixed;
    width: 100%;
    top: 52%;
    transform: translateY(-50%);
}

#global_nav_sp #ham_nav ul li {
	height: 55px;
	line-height: 55px;
	padding-bottom: 8px;
	padding-left: 60px;
	text-align: left;
}

#global_nav_sp #ham_nav ul li a {
	font-size: 16px;
	letter-spacing: 0.3em;
	color: #5c5c5c;
}

#global_nav_sp #ham_nav ul li:nth-child(6) a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #C2AE74;
	background-color: #C2AE74;
	border-radius: 25px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

#global_nav_sp #ham_nav ul li:nth-child(6) a::before {
	content: '\f095';
    font-family: 'FontAwesome';
    font-size: 24px;
    color:  #fff;
    padding-left: 7px;
}

#global_nav_sp #ham_nav ul li:nth-child(7) {
	width: 30%;
	margin: 24px auto 0 auto;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
}

#global_nav_sp #ham_nav ul li:nth-child(7) a {
	width: 100%;
	height: 100%;
}

#global_nav_sp #ham_nav ul li:nth-child(7) a img {
	width: 100%;
	vertical-align: middle;
}

#global_nav_sp ul li:nth-child(n-5) a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

#global_nav_sp ul li:nth-child(n-5) a p {
	font-size: 10px;
	letter-spacing: 0.1em;
	font-family: Gill Sans,sans-serif;
	font-weight: lighter;
}

#global_nav_sp ul li:nth-child(n-5) a span {
	color: #C2AE74;
}


.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 24px;
	height: 22px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #5c5c5c;
	border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #5c5c5c!important;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #5c5c5c!important;
}

/* =====================
  footer
===================== */
	

#footer_box {
    width: 100%;
    display: block;
}

.footer_section {
    width: 100%;
    margin: 0px auto 30px;
}

.footer_section:last-child {
    margin-bottom: 40px;
}

#footer_box .footer_section:first-child {
    margin-bottom: 0px;
    padding-top:2px;
}

.footer_section h4 {
    margin-bottom: 16px;
	text-align:center !important;
}

.footer_content {
	width: 95%;
	margin: 0 auto;
}

.footer_content li {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center !important;
}
	

/*
  footer logo section
---------------------- */

#footer_logo a img {
    width: 40%;
	 left:35%;
	top:0%;
	margin: 0 auto !important;
		padding: 0 !important;
}

/*
  footer info section
---------------------- */

#footer_box .footer_section:nth-of-type(2) .footer_content li:nth-child(1) {
	padding-bottom: 4px;
	text-align: center;
		line-height: 1.4;
}

#footer_box .footer_section:nth-of-type(3) .footer_content li:nth-child(1) {
	padding-bottom: 4px;
	text-align: center;
		line-height: 1.4;
}
	

#footer_box .footer_section:nth-of-type(2) .footer_content li:nth-child(n+2) {
	height: auto;
	line-height: 1.4;
	margin-top: 8px;
}
#footer_box .footer_section:nth-of-type(3) .footer_content li:nth-child(n+3) {
	height: auto;
	line-height: 1.4;
	margin-top: 8px;
	text-decoration: none;
	background-color:none;
}
#footer_box .footer_section:nth-of-type(4) .footer_content li:nth-child(n+4) {
	height: auto;
	line-height: 1.4;
	margin-top: 8px;
}
	


#footer_box div:nth-child(2) .footer_content li:nth-child(2) {
    margin: 0 auto;
	
}

#footer_box div:nth-child(3) .footer_content li:nth-child(3) {
    margin: 0 auto;
	
}	
#footer_box div:nth-child(4) .footer_content li:nth-child(4) {
    margin: 0 auto;
	
}		

#footer_box div:nth-child(3) .footer_content li:nth-child(3) a {
	width: 90%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background-color: #054569;
	border: none;
}
#footer_box div:nth-child(4) .footer_content li:nth-child(4) a {
	width: 90%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	background-color: #054569;
	border: none;
}


/*
  footer nav section
---------------------- */

#footer_nav ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

#footer_nav ul li a {
	display: inline-block;
	width: 98%;
	height: 35px;
	line-height: 35px;
	margin-bottom: 3px;
	padding: 0;
	box-sizing: border-box;
	background-color: #f8f8f8;
}


.footer_content li {
	padding-bottom: 0;
}


/* =====================
  top page
===================== */

.dec_text,
#head_info {
	display: none!important;
}



#page_title img {
    width: 45%;
}

		.info_main_title {
      height: 220px;
      margin-top: 0;
      padding: 20px; }
   .restaulant_main_title {
      height: 220px;
      margin-top: 0;
      padding: 20px; }
		 .meat_main_title {
      height: 220px;
      margin-top: 0;
      padding: 20px; }
		 .farm_main_title {
      height: 220px;
      margin-top: 0;
      padding: 20px; }
		 .about_main_title {
      height: 220px;
      margin-top: 0;
      padding: 20px; }
	 .news_main_title {
  height: 220px;
      margin-top: 0;
      padding: 20px; }	
		.page_title {
      font-size: 7vw; } 
.media_main_title {
      height: 220px;
      margin-top: 0;
      padding: 20px; }

/*
  more_btn
---------------------- */

.more_btn a {
	width: 150px;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border: 1px solid #C2AE74;
	position: relative;
}

.more_btn a::before,
.more_btn a::after,
.more_btn::after {
	content: none;
}


.top_about_content .top_about_box .more_btn {
	display: inline-block;
    bottom: -195%;
    left: 75%;
    transform: translate(-50%,-50%);
}

.top_about_content .top_about_box .more_btn a {
	writing-mode: horizontal-tb;
	text-align: center; 
	font-family: "Hannari", serif;
	
}

.home_blog_contents .more_btn {
	margin: 30px 0 0 0;
}

/*
  about
---------------------- */

#top_about {
	padding-bottom: 40px;
}
.top_6dai {
	text-align:center;
	margin: 30px auto 50px;
}
.top_6dai img{
	text-align:center;
	width:70%;
}	
.top_about_content {
	width: 95%;
	margin: 0 auto;
	padding:0 auto;
}

.top_about_box {
	width: 100%;
}

.top_about_content .top_about_box h2 {
	display: block;
	float: none;
	margin: 0 auto 60px;
    left: 50%;
    transform: translate(-50%,0%);
	font-size: 1.4em;
	  letter-spacing: 0.2em;
}

.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 2.7;
	  letter-spacing: 0.2em;
}
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 20px;
	   padding-top: 2px;
    font-size: 15px;
    line-height: 4;
    letter-spacing: 0.2em;
	margin-right:20px;
}	
@media screen and (max-width: 745px) {	
	.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 2;
	  letter-spacing: 0.2em;
		margin-right:20px; 
}
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 2px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box .more_btn {
	display: inline-block;
    bottom: -155%;
    left: 75%;
    transform: translate(-50%,-50%);
}	
}	
@media screen and (max-width: 600px) {	
	.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 2;
	  letter-spacing: 0.2em;
		margin-right:20px; 
}
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 2px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box .more_btn {
	display: inline-block;
    bottom: -125%;
    left: 75%;
    transform: translate(-50%,-50%);
}	
}	
@media screen and (max-width: 500px) {	
	.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.2;
	  letter-spacing: 0.2em;
		margin-right:20px; 
}
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 2px;
    font-size: 13.5px;
    line-height: 2;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box .more_btn {
	display: inline-block;
    bottom: -125%;
    left: 75%;
    transform: translate(-50%,-50%);
}	
}	

@media screen and (max-width: 440px) {	
	.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 2;
	  letter-spacing: 0.2em;
		margin-right: 15px; 
}
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 2px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box .more_btn {
	display: inline-block;
    bottom: -105%;
    left: 75%;
    transform: translate(-50%,-50%);
}	
}
@media screen and (max-width: 420px) {	
	.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 2;
	  letter-spacing: 0.2em;
		margin-right: 15px; 
}
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 2px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box .more_btn {
	display: inline-block;
    bottom: -105%;
    left: 75%;
    transform: translate(-50%,-50%);
}	
}	

@media screen and (max-width: 390px) {	
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 25px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1;
	  letter-spacing: 0.2em;
}	
}	


@media screen and (max-width: 360px) {	
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 12px;
	   padding-top: 25px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1;
	  letter-spacing: 0.2em;
}	
}	

@media screen and (max-width: 340px) {	
.top_about_content .top_about_box p {
    height: auto;
    max-height: 400px;
    box-sizing: border-box;
    padding-right: 8px;
	   padding-top: 25px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.2em;
}
.top_about_content .top_about_box h3 {
    height: auto;
    box-sizing: border-box;
    padding-top: 0;
    padding-right: 0;
    font-size: 15px !important;
    line-height: 1;
	  letter-spacing: 0.2em;
}	
}	



.top_about_box img {
    position: absolute;  
    left: -100px;
    bottom: -100px;
      z-index: -1;
      opacity: 0.1;
    width: 60%;
}

.top_about_img {
	display: block;
	width: 100%;
	margin: 20px auto 60px auto;
}

.top_about_img img:nth-child(1) {
	width: 50%;
	height: auto;
      padding-left: 10px;
}


.top_about_img img:nth-child(2) {
      width: 50%;
	height: auto;
	margin-top: 10px;
	float: right;
      padding-right: 10px;
	
}
.top_about_img img:nth-child(3) {
      width: 50%;
	height: auto;
	margin-top: 10px;
	float: left;
	padding-left: 10px;
}      

/*
  top_omigyu
---------------------- */

.top_omigyu_contents {
    width: 98%;
    margin: 0 auto;
}

.top_omigyu_contents h3 {
    font-size: 24px;
    line-height: 2em;
    text-align: center;
}


.top_omigyu_contents h3::after {
	padding-top: 0;
	font-size: 10px;
}
.top_omigyu_contents h4{
font-family: 'Noto Serif JP', serif;
	text-align: center;
	  font-size: 24px;
	  letter-spacing: 2px;
	line-height: 1.4;
	padding-top:10px;
}

.top_omigyu_contents h4 span{
	font-family: 'Nothing You Could Do', cursive;
	display: block;
	padding-top: 0px;
	font-size:1em;
	color: #054569;
		padding-bottom: 10px;
}

.top_omigyu_contents img{
text-align: center !important;
	margin: 0 auto !important;
	width:95%;
}	
.text-box{
	padding-top: 25px;
	line-height: 1.7em;
	font-size: 0.9em;
	letter-spacing: 2px;
}	
.about{
	text-align:center;
}	
.about h4{
	margin-top:10px  !important;
}		
.about-text{
	width: 95%;
	margin: 0 auto;
	float: none;
	margin-top:30px;
}
.about2{
	margin: 0 auto !important;
	text-align:center;
}

.about2-inner{
	width: 100%;
	margin-right: 0 !important;
}
.about2-about{
	width: 100%;
	padding-left: 0 !important;
}
	


/*
  News
---------------------- */

.top_news_contents {
    width: 90%;
    margin: 0 5%;
}

#top_news_box {
    width: 100%;
    padding: 50px 32px;
    margin: -20px auto 0px auto;
    box-sizing: border-box;
}

.news_box {
    margin-bottom: 32px;
}
.news_box img {
	width: 80%;
	margin: 8vw 8vw 2vw;
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}	
	.news_box img:last-child {
	border-bottom: none;
}	

.news_heading .heading {
	padding-bottom: 8px;
	font-size: 16px;
}

.news_heading h2 {
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 1.5em;
}

.top_news_contents .more_btn_box::before {
	display: none;
}

.news_des {
	display: block;
	padding-bottom: 8px;
	margin-top:30px;
	
}

.news_date {
	padding-right: 0;
	padding-bottom: 8px;
	font-style: italic;
}

.news_date,
.news_title {
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
.news_box h3{
	font-size:23px;
	color:#24395E;
}

.news_box p{
	font-size:12px;
	line-height: 1.4;
}

.news_heading .heading::before {
    padding-left: 12px;
    right: -12px;
}

.news_text img {
	max-width: 100%;
}

.news_text img.size-full {
	width: auto;
}

.news_text img.size-large,
.news_text img.size-medium {
	width: 100%;
}

/* =====================
 newyear
===================== */


.newyear {
	margin:20px auto;
	text-align:center;
	width: 100%;
	
}
.newyear p{
	width: 100%;
	line-height: 1.4;
	
}
.newyear h3{
	font-size:1.1em;
	line-height: 1.4;
	letter-spacing:-0.1px
	
}
.newyear table{
	width: 90%;
	margin:20px auto;
	
}
.newyear img{
	margin:0 auto;
	width: 100%;
	
}
	
.restnew_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: absolute;
	top: -15%;
	right: 30px;
	font-size:1.3em;
	line-height: 1.2;
	z-index:11;
}

/* =====================
  access
===================== */

#access {
	width: 100%;
	height: auto;
}	
.access_inner {
	margin-bottom: 5px;
}	
.access_contents {
	width: 90%;
	margin: 0 5%;
	line-height: 1.2em;
}

.access_contents p {
    line-height: 2em;
	font-size:0.8em;
}


.access_head {
  display: inline-block;
  position: relative;
  padding: 50px 210px 0;
  font-size: 2rem;
  font-weight: 700;
      padding: 50px 35px 0;
      font-size: 1rem;
		} 

.access_head::before, .access_head::after {
    position: absolute;
    bottom: 15px;
    content: "";
    width: 200px;
    height: 1px;
    background: #bfbfbf;
	}

		
.access_inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      padding: 0 20px !; 
	} 
.access_inner > div {
    margin-bottom: 50px; 
	}
  
.access_inner > div {
        margin-bottom: 0;
	} 
.access_inner > div:last-of-type {
      margin-bottom: 0; 
	}
.access_inner .from_head {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 900;
	}
  
.access_inner .from_head {
        position: relative;
        padding: 10px 30px 10px 10px;
        background: rgba(191, 191, 191, 0.2);
        font-size: 1rem; 
	}
.access_inner .from_head::after {
          position: absolute;
          top: 50%;
          right: 10px;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          content: "\f068";
          color: #084e72;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          background: none !important;
	} 
.access_inner .from_head.open::after {
      content: "\f067";
      font-weight: 900;
	}
 
.access_inner .route {
      margin-bottom: 20px;
      padding-left: 10px;
	} 
.access_inner .route p {
    position: relative;
    margin-bottom: 10px;
    padding-left: 35px;
	}
.access_inner .route p::before {
      position: absolute;
      top: 5px;
      left: 0;
      content: "";
      width: 15px;
      height: 15px;
      border: 5px solid #ccc;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); 
	}
.access_inner .route p::after {
      position: absolute;
      top: 20px;
      left: 7px;
      content: "";
      width: 5px;
      height: 25px;
      background: rgba(204, 204, 204, 0.15);
      z-index: -1; 
	}
.access_inner .route p:last-of-type {
      margin-bottom: 0; 
	}
.access_inner .route p:last-of-type::after {
        content: none;
	}
.access_inner .route p.long::after {
      height: 95px;
	}
.access_inner .route p span {
      display: block;
      margin-top: 30px;
      font-size: 0.8rem;
	}
.access_inner .from_kyoto .from_head span {
    color: #961121;
		font-size: 0.75em;

	}
.access_inner .from_kyoto p::before {
    border: 1px solid #084e72;
	}
.access_inner .from_kyoto p::after {
    background: rgba(8, 78, 114, 0.15); 
	}
.access_inner .from_osaka .from_head span {
    color: #961121; 
		font-size: 0.75em;
  display: block;
	}
.access_inner .from_osaka p::before {
    border: 1px solid #907c10;
	}
.access_inner .from_osaka p::after {
    background: rgba(144, 124, 16, 0.15); 
	}
.access_inner .from_nagoya .from_head span {
    color: #961121;
	font-size: 0.75em;
  display: block;
	line-height:1.5;
}
.access_inner .from_nagoya p::before {
    border: 1px solid #961121;
	}
.access_inner .from_nagoya p::after {
    background: rgba(150, 17, 33, 0.15);
	}

.access_inner.train .from_head span {
	font-size: 0.75em;
  display: block;
	line-height:1.5;

	}




.train_lead {
  margin-bottom: 40px;
  font-weight: 400;
	}

  
.parking_info {
	 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 90%
	} 
.parking_info .parking_text {
    text-align: left; 
	padding: 10px 40px;
	}
.parking_info .parking_text p{
   line-height: 1.4;
	font-size: 0.9em;
	}
	

.parking_info .parking_text .parking_head {
      position: relative;
      margin-bottom: 25px;
      padding-bottom: 5px;
      font-size: 1.2rem;
      font-weight: 900; 
	}
 .parking_info .parking_text .parking_head::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 30px;
        height: 1px;
        background: #959595; 
	}
.parking_info img {
      width:100% !important;
	}
.access_head i {
			 margin-bottom: 20px;
			 margin-top: 20px;
			text-align: center;
			color:#084E72;
	  margin-left: 80px;
     }	

 .access_contents .pt100{
	padding-top: 30px !important;
}

   .access_head {
	 display: inline-block;
  font-size: 1em;
	width:80%  !important;
		 font-weight: 300 !important;
	margin-left: 0 !important;
		 padding-left:35% !important;
		 font-family: 'Noto Serif JP', serif;
		 padding-bottom: 10px !important;
	} 	

.access_head::before {
	 position: absolute;
    width: 40px !important;
	 left: 22%;
			 bottom: 20px !important;
    height: 1px;
    background: #bfbfbf;
        margin-left: -100px;
	} 

	  .access_head::after {
			position: absolute;
    bottom: 20px !important;
    content: "";
    width: 40px !important;
    background: #bfbfbf;
        right: 50%;
        margin-right: -100px; 
	} 


@media screen and (max-width: 480px) {
.access_head i {
    margin-left: 30%;
			 margin-bottom: 10px;
			font-size:2.5em;
			text-align: center;
			color:#084E72;
     }	

 .access_contents .pt100{
	padding-top: 30px !important;
}

   .access_head {
		  display: inline-block;
  position: relative;
		margin-left: 23vw !important;
  padding-left: 10%	!important;
	  padding-right: 20% !important;
  font-size: 1em;
	width:80%  !important;
		margin: 5% 10% 0 !important;
		 font-weight: 300 !important;
	} 	
.access_head::before {
	 position: absolute;
    width: 40px !important;
	 left: 20%;
			 bottom: 20px !important;
    height: 1px;
    background: #bfbfbf;
        margin-left: -100px;
	} 

	  .access_head::after {
			position: absolute;
    bottom: 20px !important;
    content: "";
    width: 40px !important;
    background: #bfbfbf;
        right: 50%;
        margin-right: -100px; 
	} 
	} 


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .access_head::before, .access_head::after {
        bottom: 20px;
	}
	}




@media screen and (max-width: 400px) {
.access_head {
	  padding:0 2em !important;
  font-size: 0.9em;
	width: 340px;
		margin: 5% 2em 0 !important;
	} 	
.access_head::before {
        margin-right: -40px;
        margin-left: -80px;
	    bottom: 12px !important;
	} 
.access_head::after {
        margin-left: -40px;
        margin-right: -110px;
	  bottom: 12px !important;
	} 
 .access_head i {
    margin-left: 35%;
			 margin-bottom: 10px;
			font-size:2.5em;
			text-align: center;
			color:#084E72;
     }		
}		
		@media screen and (max-width: 350px) {
.access_head {
	  padding:0 2em !important;
  font-size: 0.8em;
	width: 340px;
		margin: 5% 2em 0 !important;
	} 	
.access_head::before {
        margin-right: -40px;
        margin-left: -80px;
	    bottom: 12px !important;
	} 
.access_head::after {
        margin-left: -40px;
        margin-right: -110px;
	  bottom: 12px !important;
	} 
 .access_head i {
    margin-left: 35%;
			 margin-bottom: 10px;
			font-size:2.5em;
			text-align: center;
			color:#084E72;
     }		
}		
/* =====================
  insta
===================== */

#insta {
	width: 100%;
	height: auto;
}	

.insta_contents {
	width: 90%;
	margin: 0 5%;
	line-height: 1.2em;
}
	

/* ==============================
  info sp
================================= */



.heading_box span.unl_heading_com {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

		
#info_box {
	margin-top: 10px !important;
	padding: 10px 0;

}

.info_content {
	width: 90%;
	margin: 10% 5%;
    height: auto;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px #ccc;
	position:static;
}

.info_content:nth-of-type(2) .info_point p {
    left: 50%;
}

		

.info_img {
	width: 100%;
    height: 250px;
    position: static;
}
.info_img2 {
	width: 100%;
   height: 250px;
	  position: static;
	background-image: url(../img/info_02.jpg);
}
.info_point p {
    letter-spacing: 0.2em;
    top: -6%;
    left: 8%;
    font-size: 20px !important;
	font-weight:bold;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}

.info_point p::after {
    padding-top: 4px;
}

	.gw_point p {
	letter-spacing: 0.3em;
	color: #054569;
	position: relative;
	right:10%;
	font-size: 1.7em !important;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	z-index:11;
	margin-bottom:30px;
}

.gw_point p::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 8px;
	border-bottom: 2.5px solid #054569 !important;
	position: absolute;
	right: 30%;
	z-index:11;
}
.gw_point span {
	font-size:.9em;
	padding:15px;
}
		

.info_text {
	width: 100%;
    height: auto;
    padding: 24px 16px;
    position: static;
	font-size:0.8em;
	

}
	.info_text a {
  position: relative;
}
		.info2_text a {
  position: relative;
}


.info_text p:nth-of-type(1) {
	font-size: 11px;
    padding-top: 8px;
    letter-spacing: 0.2em;
}
.info2_text p:nth-of-type(2) {
 height: auto;
    padding-bottom: 2px;
	
}
.info_text p:nth-of-type(2) {
    height: auto;
    padding-bottom: 2px;
}
.info_text h3 {
	display: inline-block;
	padding: 8px;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.2em;
font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #C2AE74;
	animation: displaytext 2s;
	line-height: 1;
}
		
.info2_text h3 {
	display: inline-block;
	padding: 8px;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.2em;
font-family: 'Noto Serif JP', serif;
	border-bottom: 1px solid #C2AE74;
	animation: displaytext 2s;
	line-height: 1;
}
		

.info2_content {
	width: 90%;
	margin: 20% 5% !important;
    height: auto;
    margin-bottom: 70px !important;
	 margin-top: 70px !important;
    box-shadow: 1px 1px 3px #ccc;
	position:static;
}


.info2_img {
	width: 100%;
    height: 250px;
    position: static;
}
.info2_img2 {
	width: 100%;
   height: 250px;
	  position: static;
	background-image: url(../img/info_06.jpg);

}
.info2_point p {		
font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	line-height: 2;
	z-index:11;
	   letter-spacing: 0.2em;
    font-size: 18px;
	left: 50% !important;
	top:-6% !important;
}
.info2_point p::after {		
  padding-top: 4px;

}


.info2_text {
	width: 100%;
    height: auto;
    padding: 24px 16px;
    position: static;
	font-size:0.8em;
}

.info2_text p {
    padding-top: 8px;
    letter-spacing: 0.2em;
    height: auto;
 
}



.info2_content .info2_point p {
    left: 50%;
	font-size:22px;
	font-weight:bold;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.6;
}
		
		
.info3_content {
	margin-top: 50px !important;
	width: 90%;
	margin: auto 5%;
    height: auto;
    margin-bottom: 40px !important;
    box-shadow: 1px 1px 3px #ccc;
	position:static;
}		
.info3_img {
	width: 100%;
    height: 250px;
    position: static;
}
.info3_img2 {
	width: 100%;
   height: 250px;
	  position: static;
	background-image: url(../img/info_03.jpg);

}
.info3_point p {
    letter-spacing: 0.2em;
    top: 6%;
    left: 8%;
    font-size: 18px;
	font-family: 'Noto Serif JP', serif;
}

.info3_point p::after {
    padding-top: 4px;
}



.info3_point p {
    left: 10%;
	  letter-spacing: 0.2em;
    top: -6%;
    font-size: 22px;
	font-weight:bold;
	line-height: 1.7;
}
.info_text a {
  position: relative;
}
.info2_text a {
  position: relative;
}

	
#unl_guide {
	margin: 0 auto !important;
	padding: 10px 0;
	width: 98% !important;
	text-align: center;
	display: block !important;
}
.village {
	margin: 0 auto !important;
	text-align: center;
	padding:25px 7px !important;
	
	
}	
.village img{
display: block;
width:100%;
	padding:25px 0;
	margin: 0 auto;
	
}
.village p{
	text-align: left;
	font-size:0.8em;
	letter-spacing: 0.1em;
	
	
	
	
	
}	

.unl_guide_text {
	text-align: center !important;
width:  95% !important;
	margin: 20px auto !important;
	 box-shadow: 1px 1px 3px #ccc;
}
.unl_guide_text dt{
font-size:16px;
padding: 7px;
	color:#fff;
	
	
}		
.unl_guide_text dd{
font-size:14px;
	line-height: 1.4;
	
}

.unl_guide_text p:nth-of-type(1) {
    padding-top: 0;
}

.unl_guide_text p:nth-child(n+3) {
    padding-top: 24px;
    text-align: left;
    line-height: 1.5;
}

.unl_guide_text p:nth-of-type(n+2)::before {
	top: 30px;
}

@media screen and (max-width: 480px) {	

.loopslider {
	margin: 50px auto 0;
}	
.loopslider ul {
	margin-right: 0px;
	
}
.loopslider ul li {
	width:190px;
	height: 170px !important;
	float: left;
	padding: 0 10px;

}
.loopslider ul li:last-child {
	display: none;
}	

}
	


/*
  restaurant sp
---------------------- */	


.menu_box {
	width: 97%;
	padding-top:30px; 
}	

#rest_box {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	margin-top: 16px;
}

#rest_box li {
	width: 97%;
	margin: 0 auto 24px;
	 letter-spacing: 0.1em;
	padding-bottom: 2px !important;
	line-height: 1.6;
	
}
#rest_box .etc_name dd {
	font-size:0.7em !important;
	line-height: 1.2 !important;
}

#rest_box li:nth-of-type(3n) {
	margin-right: auto;
}

.rest_des_box {
	padding-top: 2px;
}

.rest_pre {
	margin:0 auto !important;
	line-height:1.5;
	font-size:0.7em;
}	
.rest_pre:first-of-type{
	margin: 7px !important;
}
.lunchset li	{
	margin:0 auto !important;
	line-height:1.2;
	font-size:0.7em;
}	

#rest_box .takeout {
	width: 100%;
	margin:0 1%;
	text-align: center;
}
#rest_box .takeout li {
	width: 90%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:0.8em;
	line-height: 1.4;
}
.takeout 	.rest_pre:first-of-type{
	margin: 0px !important;
	font-weight: bold;
	font-size:2em;
	
}
.takeout a{
	font-size:1.5em;
	color:#3a3a3a;
	padding-top:50px !important;
	text-align: center !important;
	margin-left: 25% !important;
}
#menu .menu_rest {
	padding-bottom: 20px;
}

/* meat menu */
	
#meat_box {
	display:block;
	margin:30px auto !important;
	text-align: center;
}

#meat_box li {
	width: 97%;
	margin: 0 auto 24px;
}
#meat_box img {
	width: 97%;
	margin: 0 auto 24px;
}	

.meat_box {
	width: 97%;
}
#meat_box .etc_name dd {
	font-size:0.75em !important;
	line-height: 1.2 !important;
}
.meat_des_box {
	padding: 12px;
}
.meat_pre {
	margin:0 auto !important;
	line-height:1.2;
	font-size:0.7em;
}	
.meat_pre:first-of-type{
	margin: 0px !important;
	
}
.meat_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: relative;
	top: -13.8em;
	left: -30%;
	font-size:1.6em;
	line-height: 1;
	z-index:11;
}
.meat2_point h3 {
	font-weight: nomal;
	letter-spacing: 0em;
	color: #054569;
	position: relative;
	top: -16.7em;
	left: -12%;
	font-size:1.3em;
	line-height: 1;
	z-index:11;
}	

.meat3_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top: -13.7em;
	left: -30%;
	font-size:1.6em;
	line-height: 1;
	z-index:11;
}
.meat4_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top: -14em;
	left: -30%;
	font-size:1.6em;
	line-height: 1;
	z-index:11;
}
.meat5_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top:  -21.4em;
	left: -30%;
	font-size:1.6em;
	line-height: 1;
}	
	
.meat_des_box {
	padding: 7px;
	margin-top:-100px !important;
}
.meat_des_box p{
	font-size:0.7em;
	text-align:left;
	padding-bottom:10px;
	line-height: 1.3;
}
.meat_des span {
	color: rgba(194, 155, 116, 1);
	font-size:1em;
}
.meat_point h3::after, .meat3_point h3::after {
	display: block;
	content: "";
	width: 130%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}
.meat4_point h3::after, .meat5_point h3::after {
	display: block;
	content: "";
	width: 120%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}	
.meat2_point h3::after {
	display: block;
	content: "";
	width: 120%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}
.osusume_icon {
	padding: 2px 4px !important;
	font-size: 0.7em !important;
	text-align:center;
	line-height:1.2;
	
}
	
.a5_icon {
	padding: 2px 4px !important;
	font-size: 0.7em !important;
}

.omigyu {
	padding: 2px 4px !important;
	font-size: 0.7em !important;

}
.kokusan {
	padding: 2px 4px !important;
	font-size: 0.7em !important;
}
.meat_etc p {
	font-size: 14px;
    margin: 2px; 
    padding:5px;
	line-height: 1.2;
}
.set {
	width:96%;
	font-size:16px;
}
.set dt {
font-family: 'Noto Serif JP', serif;
	width: 95%;
	align-content: flex-start;
	margin:  18px 2%;
	border-bottom: 1px solid rgba(56, 130, 93, 0.8);
	color: rgba(56, 130, 93, 1);
		font-size:1.5em;
	line-height: 1.7;
	font-weight: bold;
	
}
.set dd {
    padding: 12px;
	width: 100%;
	line-height:1.3;
font-family: 'Noto Serif JP', serif;
	font-size:14px;
}	
	.set dd:first-child {
   border-bottom:none;
}	
	.set dd:nth-of-type(2) {
     border-top:none !important;
}	
			
.steakset {
	width:90%;
	font-size:16px;
}

.steakset dd {
    padding: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	width: 90%;
	line-height:1.3;
}	
.steakset dd:last-child {
    padding: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	width: 90%;
	line-height:1.3;
}	

		
.rest_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: absolute;
	top: -10%;
	left: 10%;
	font-size:1.4em;
	line-height: 1;
	z-index:11;
font-family: 'Noto Serif JP', serif;
}

.rest_point h3::after, .rest3_point h3::after, .rest5_point h3::after  {
	display: block;
	content: "";
	width: 200%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}
.rest2_point h3::after, .rest4_point h3::after, .rest6_point h3::after  {
	display: block;
	content: "";
	width: 120%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}	
.rest2_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: absolute;
	top: -10%;
	font-size:1.4em;
	line-height: 1.2;
	z-index:11;
	right:0;
font-family: 'Noto Serif JP', serif;
}
.rest3_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: absolute;
	top: -6%;
	font-size:1.4em;
	line-height: 1.2;
	z-index:11;
	left: 10%;
font-family: 'Noto Serif JP', serif;
}


.rest4_point h3 {
	font-weight: nomal;
	letter-spacing: 0.15em;
	color: #054569;
	position: absolute;
	top: -6%;
	font-size:1.4em;
	line-height: 1.2;
	z-index:11;
	right: 0%;
font-family: 'Noto Serif JP', serif;
}
	.rest5_point h3 {
	font-weight: nomal;
	letter-spacing: 0.2em;
	color: #054569;
	position: absolute;
	top: -10%;
	font-size:1.3em;
	line-height: 1.2;
	z-index:11;
	left: 15%;
font-family: 'Noto Serif JP', serif;
}	
	.rest6_point h3 {
	font-weight: nomal;
	letter-spacing: 0.3em;
	color: #054569;
	position: absolute;
	top: -10%;
	font-size:1.3em;
	line-height: 1.2;
	z-index:11;
	right: 0;
font-family: 'Noto Serif JP', serif;
}		
.rest7_point h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: absolute;
	top: -7%;
	left: 10%;
		font-size:1.4em;
	line-height: 1.4;
	z-index:11;
font-family: 'Noto Serif JP', serif;
}	

/*-----------------------------
	media
-----------------------------*/		
	#menu {
	margin-top: 10% !important;
		}
	
	.media_menu {
	width: 100%;
	margin-bottom: 20px !important;
}
		.media_menu:nth-of-type(2) {
	margin-top: 120px !important;
}
.media_menu span{
letter-spacing: 0.2em;
	font-size:1em;
}	
	
.media_point h3 {
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top:-11em;
	left: -2%;
	font-size:1.5em;
	line-height: 1;
	z-index:11;
	font-family: 'Noto Serif JP', serif;
}	
.media_point h3::after {
	display: block;
	content: "";
	width: 100%;
	left:0;
	padding-top: 8px;
	border-bottom: 3px solid #054569 !important;
	position: absolute;
	right: 0;
	z-index:11;
}	
.media_point2 h3 {
	font-weight: nomal;
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top: -10.2em;
	left: -50%;
	font-size:1.4em;
	line-height: 1;
	text-align: right;
	font-family: 'Noto Serif JP', serif;
}	
.media_point2 h3::after {
	display: block;
	content: "";
	width: 100%;
	padding-top: 8px;
	border-bottom: 2px solid #054569 !important;
	position: absolute;
	z-index:11;
}
@media screen and (max-width: 480px) {
.media_point2 h3 {
	letter-spacing: 0.1em;
	top: -11.5em;
	left: -55%;
	font-size:1.4em;
	line-height: 1;
}	
.media_point h3 {
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top:-12em;
	left: -40%;
	font-size:1.5em;
	line-height: 1;
	text-align: right;
}	
}			
@media screen and (max-width: 375px) {
.media_point2 h3 {
	top: -9.5em;
	left: -45%;
	font-size:1.4em;
	line-height: 1;
	text-align: right;
}	
.media_point h3 {
	letter-spacing: 0.1em;
	color: #054569;
	position: relative;
	top:-10.5em;
	left: -30%;
	font-size:1.4em;
	line-height: 1;
	text-align: right;
}		
}	
@media screen and (max-width: 330px) {
.media_point2 h3 {
	top: -9em;
	left: -45%;
	font-size:1.3em;
}	
.media_point h3 {
	top:-10.5em;
	left: -30%;
	font-size:1.3em;
}		
}			
#media_box {
	display:block;
	text-align: center;
	padding:0;
	margin: 0 !important;
	
}
	
#media_box li {
	width: 97%;
}
#media_box img {
	width: 70%;
	margin: 0 auto;
}	

.media_box {
	width: 97%;
	margin: 10px auto !important;
}
.media_des_box p{
	font-size:0.8em;
	text-align:left;
	padding:5px 10px;
	line-height: 1.6;
}

/*-----------------------------
	about
-----------------------------*/	
.about {
	margin-top: 10px;
}	
#about_box {
	display:block;
	width: 90% !important;
	margin:30px auto;
	text-align: center;
	padding-left:2%; 
	padding-bottom:2% !important; 
}

#about_box li {
	width: 97%;
	margin: 0 auto 24px;
}
#about_box img {
	width: 97%;
	margin: 0 auto 24px;
}	

.about_box {
	width: 97%;
	padding-top:5%; 
}
.about_img, .about_img2, .about_img3,
.about_img4, .about_img5, .about_img6{
	width: 100%;
    height: 220px;
    position: static;
}
.about_box dt{
	font-size: 20px;
	line-height: 1.3;
	
	letter-spacing: 0.3em;
	
}	
.about_box dd{
		font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.9m;
	letter-spacing: 0.1em;
	
}	
.about_box dl{
		width: 100%;	
}	
.farm_img, .farm_img2, .farm_img3,
.farm_img4, .farm_img5, .farm_img6{
	width: 100%;
    height: 210px;
    position: static;
}	
		
/*  Q&A  */

.qa{
  width: 90%;
  margin: 0 auto 100px;
  padding-top: 5%;
}

.top_qa_contents h3 {
	font-size: 23px;
	padding: 0px ;
	letter-spacing: 0.3em;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	line-height:1.5;
}

.accordion-wrap{
    border-bottom: 2px solid #90BAB3;
}

.accordion-item{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;

  margin-top: 30px;
}

.accordion-header{
  transition: ease-in-out 100ms;
}

.accordion-text{
  width: 100%;
  display: none;
 }
.accordion-text p{
	letter-spacing: 0.1em;
	font-size:0.9em;
	line-height:1.5;
	
 }		

 .fa{
    transition: ease-in-out 300ms;
 }

 .rotate-fa{
    transform: rotate(180deg);
 }


 .accordion-header .fa{
    float: right;
    line-height: 35px;
 }

 .accordion-gold{
    color: #90BAB3;
 }

 .accordion-no-bar{
    border-bottom: 0;
}
		
/*-----------------------------
 *
 * SP contents
 *
-----------------------------*/
		
.contents p {                              
    width: 90%;               
	margin: 10px auto;
		line-height: 1.4;
		font-family:"Noto Sans JP", sans-serif ;
	font-size: 0.9em;
		
}	
.cont_listbox{                        

	margin: 20px auto !important; 
	width:98% !important; 
}		
.cont_listbox .heading2{                        
 height: 30px;            
    width: 90%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 20px !important; 
}
		.cont_listbox .heading3{                        
 height: 30px;            
    width: 90%;               
    border:  solid 1px #054569;    
    display:  inline-block;                                
	background-color: #fff;
	z-index: 10;
	margin-bottom: 20px !important; 
}
	
		

.cont_listbox .heading_box2{
	   display:  inline-block; 
	text-align: center;
 position:  relative;       
    font-weight:  normal;       
   margin:0 ;   
	  width: 48%; 
}		
.cont_listbox .heading2 span{
	position: absolute;
	left:10%;
	top:-7px !important;
	z-index: 10;
    line-height: 2.9;
	    color: #054569;
	 font-weight: bold;
	font-size: 0.9em !important;
	letter-spacing: -0.1em !important;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:80%;

}
	
	.cont_listbox .heading3 span{
	position: absolute;
	left:10%;
	top:-7px !important;
	z-index: 10;
    line-height: 1.4;
	    color: #054569;
	 font-weight: bold;
	font-size: .9em !important;
	letter-spacing: 0.1em;
font-family: 'Noto Serif JP', serif;
	background-color: #fff;
	width:80%;

}
	

            
/*-----------------------------
 *
 * reservation button
 *
-----------------------------*/
.rsv-btn{
  position: fixed;
  width: 100%;
  height: 58px;
  text-align: center;
  text-decoration: none;
  bottom: 0px;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  z-index: 110;
  background-color: #054569;
  border-radius: 2px;
  color: #fff;
  line-height: 1.7;
  border-color: #ffffff;
  outline: 2px solid #fff; 
	
}
.rsv-btn a{
  display: block;
  color: white;
     font-size: 1.4rem;
	margin:12px auto !important;
	
font-family: 'Noto Serif JP', serif;
	
}
.rsv-btn a:hover{
  opacity: 0.8;
}
.rsv-btn .fa-mobile-alt{
  font-size: 2rem;
  color: #fff;
  padding-left: 20px;
}
}