/*
Theme Name: terroage
Author: f life
Domain: terroage
Version: 1.0
Description: テロワージュふくしま公式サイト用のWordpressテーマです。
*/
/************************************************

【色指定】

本文 : #000000
タイトル : #4d4d4d
プレミアム : #dec060
カジュアル : #005128

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

:root{
	--font-en:"athelas", serif;
}

body {
	position: relative;
	font-size: 15px;
	line-height: 1.7;
	color: #000;
	/*font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;*/
	font-family: Helvetica,Hiragino Kaku Gothic Pro,Roboto,Droid Sans,sans-serif;
}
strong {
  font-weight: bold;
}
img,
video {
	max-width: 100%;
}
ol {
	margin-left: 20px;
}
li {
	text-align: left;
}
.row > .r-left, .row > .r-middle, .row > .r-right {
	display: inline-block;
  vertical-align: top;
}

/* rwd switch pc
---------------------------------------------------------- */
.only-sp,
.no-pc {
    display: none;
}

/* rwd switch sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

    .only-pc,
    .no-sp {
        display: none !important;
    }

    .only-sp,
    .no-pc {
        display: block;
    }

    img.only-sp,
    img.no-pc {
        display: inline-block;
    }
}


.font01 {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}
.font02 {
  font-family: athelas, serif;
  font-weight: 400;
  font-style: normal;
}
.font03 {
  font-family:'メイリオ', Meiryo;
}
.font04-m {
	font-family: ryo-text-plusn, serif;
	font-weight: 500;
	font-style: normal;
}
.font04-r {
	font-family: ryo-text-plusn, serif;
	font-weight: 400;
	font-style: normal;
}
.font04-l {
	font-family: ryo-text-plusn, serif;
	font-weight: 300;
	font-style: normal;
}
.font04-el {
	font-family: ryo-text-plusn, serif;
	font-weight: 200;
	font-style: normal;
}
.fo-white {
	color: #fff;
}
.fo-gray {
  color: #4d4d4d;
}
.fo-gold {
  color: #dec060;
}
.fo-green {
  color: #005128;
}
.fo-medium {
	font-weight: 500;
}
.fo-bold {
	font-weight: bold;
}
.bg-white {
	background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-gray {
	background-color: #acadae;
}
.ps-rel {
	position: relative;
}
.print-off {
	display: none !important;
}
@media print, screen and (min-width: 768px) {
  body {
		min-width: 900px;
	}
  .wrap {
    width: 900px;
		margin: auto;
	}
  .inner-wrap {
    width: 800px;
		margin: auto;
	}
  .row > .r-right {
    float: right;
  }
  .row > .r-left {
    float: left;
  }
  .row > .r-middle {
    margin: 0 25px;
  }
  .w270 {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.75;
	}
  .wrap {
    padding: 0;
  }
  .row > .r-left, .row > .r-middle, .row > .r-right {
  	margin-bottom: 15px;
  }
	.sp-wrap {
		padding: 0 15px;
	}
}
/************************************ a:link a:hoverの設定*/
a:link, a:visited {
	color: #000;
	text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.btn {
  display: inline-block;
  text-align: center;
  border-radius: 1px;
}
a.btn-l {
  font-size: 1.47rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 23.5px;
}
a.btn-gray {
  color: #fff !important;
text-decoration: none !important;
  background: #acadae;
}
	@media screen and (min-width: 768px) {
		a:hover, a:active {
		text-decoration: none;
		opacity: 0.5;
		cursor: pointer;
	}
}
#middle {
  text-align: center;
}

.btn-bk{
	background: #000;
	width: 200px;
	border: none;
	display: block;
	margin: 0 auto;
}

.btn-bk a{
	display: block;
	color: #FFF;
	font-family: var(--font-en);
	font-size: 1.2rem;
	padding: 8px 0;
}


body.home .txt-en{
	font-family: var(--font-en);
	font-weight: 700;
}

body.home .sec-01{
	margin-bottom: 100px;
}

body.home .sec-01 h3{
	font-size: 1.9rem;
    line-height: 1.2em;
    text-align: center;
	margin-bottom: 40px;
}

body.home .sec-01 h3 .h3_sub{
	font-size: 1.0rem;
}


.top_kv_ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.9rem;
  height: 50px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.65);
	z-index: 1;
}

/* ==========================================================
 information
========================================================== */
.information {
  margin: 80px 0;
}

.information .items{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}

.information .items .area_thumb{
	display: grid;
    place-content: center;
	height: 240px;
	border: 1px solid #e0e0e0;
	padding:0 18px;
	margin-bottom: 16px;
}

.information .items .area_thumb img{
	max-height: 160px;
	width: 100%;
	object-fit: contain;
}

.information .items .area_txt .areaA{
	display: grid;
    grid-auto-flow: column;
	align-items: center;
    gap: 10px;
    justify-content: flex-start;
	line-height: 1;
	margin-bottom: 8px;
}

.information .items .area_txt .areaA .tag{
	background-color: #e0e0e0;
}

.information .items .area_txt .areaA .tag a{
	pointer-events: none;
    font-size: 0.7rem;
	padding: 4px 10px 2px;
	display: block;
}

.information .items .news-item,
.information .items .news-item.is-fixed{
	position: relative;
}

.information .items .news-item .mark_new,
.information .items .news-item .mark_pickup{
	position: absolute;
	top:0;
	left:0;
	font-size: 0.7rem;
	line-height: 1;
	padding: 10px 0 8px;
	color: #FFF;
	width: 68px;
	text-align: center;
}


.information .items .news-item .mark_new{
	background-color: #c9250d;
	z-index: 1;
}

.information .items .news-item .mark_pickup{
	background-color: #000;
	z-index: 3;
}

.information .btn-more{
	display: block;
	margin-top: 40px;
}

.information .btn-more a{
	position: relative;
  	display: inline-block;
  	padding-right: 20px;
}

.information .btn-more a::after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/* ==========================================================
 about us
========================================================== */

.about {
  margin-bottom: 80px;
}
.about h3 {
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.about .wrapper_contents{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 30px;
}

.about .wrapper_contents .areaB h4{
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 50px;
}

.about .wrapper_contents .areaB .desc{
	margin-bottom: 40px;
}

/* ==========================================================
 Activities
========================================================== */
.act .desc{
	text-align: center;
	margin-bottom: 40px;
}

/* ==========================================================
 Services
========================================================== */
.serv .desc{
	max-width: 500px;
	margin: 0 auto 40px;
}
/* ==========================================================
 restaurant list
========================================================== */
.restaurant {
  margin-bottom: 35px;
	padding-top: 15px;
}
.restaurant h4 {
  padding-left: 8px;
  border-left: 6px solid #000;
  font-size: 1.4rem;
  margin-bottom: 13px;
  line-height: 1.15;
}
.restaurant h4 .sub {
  padding-left: 63px;
  position: relative;
  font-size: 1rem;
  top: -2px;
}

.restaurant .restaurant-list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 10px;
	row-gap: 34px;
}
.restaurant .restaurant-item .thumb {
  position: relative;
  display: block;
}
.restaurant .restaurant-item .thumb div {
  width: 100%;
  height: 220px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.restaurant .restaurant-item .thumb div:hover {
  cursor: pointer;
}
.restaurant .restaurant-item .info {
  margin-top: 8px;
  font-size: .9rem;
  text-decoration: underline;
  line-height: 1.5;
}

.restaurant #scene,
.restaurant #premium{
	margin-bottom: 60px;
}
.restaurant #scene a {
  display: inline-block;
}
.restaurant #premium h4 {
  border-color: #dec060;
}
.restaurant #premium .restaurant-item .info {
  color: #7d4800;
}
.restaurant #casual h4 {
  border-color: #005128;
}
.restaurant #casual .restaurant-item .info {
  color: #006837;
}


/* ==========================================================
 interview
========================================================== */
.interview {
  text-align: center;
  font-size: 0;
}

.interview .bnr-list .bnr-item {
  display: inline-block;
  width: 32.5%;
  margin-right: 1%;
}
.interview .bnr-list > .bnr-item:nth-child(3) {
  margin-right: 0;
}

/* ==========================================================
 bnr2-list
========================================================== */
.bnr2-list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 6px;
	row-gap: 10px;
}

.bnr2-list .bnr2-item{
	display: flex;
}

.bnr2-list a img{
	width: 100%;
}

/* ==========================================================
 sns_links
========================================================== */
.sns_links {
  text-align: center;
}
.sns_links .txt{
	font-size: 1.5rem;
  	line-height: 1;
	margin-bottom: 30px;
}
.sns_links .sns{
	display: grid;
	grid-auto-flow: column;
	justify-content: center;
	gap: 42px;
}

.sns_links .sns li{
	width: 40px;
	height: 40px;
}

.sns_links .sns li a{
	display: block;
}

/* ==========================================================
 min-width: 768px(PCのみ)
========================================================== */
@media screen and (min-width: 768px) {
	.about h3 {
		bottom: 0;
	}
  	.restaurant #scene a {
    	width: 435px;
  	}
	.restaurant h4 .sub::before {
	  content: " ";
	  background: #000;
	  height: 1px;
	  width: 48px;
	  left: 7.5px;
	  top: 12px;
	  position: absolute;
	}
}

/* ==========================================================
max-width: 767px(spのみ)
========================================================== */
@media screen and (max-width: 767px) {
	body.home .sec-01{
		margin-bottom: 80px;
	}
	.top_kv {
		margin-top: 60px;
	}
	.top_kv_ttl {
		font-size: 1.45rem;
		line-height: 1.2;
	}
	.top_kv .slick-dotted.slick-slider {
    margin-bottom: 15px;
	}

	/* information
	---------------------------------------------------------- */
	.information {
		padding: 30px 0 10px;
		margin: 30px 0 60px;
	}
	.information .items{
		grid-template-columns: repeat(2, 1fr);
		column-gap: 10px;
		row-gap: 30px;
	}
	.information .items .area_thumb{
		height: 200px;
		padding: 0 12px;
	}
	.information .items .area_thumb img{
		max-height: 140px ;
	}

	/* about
	---------------------------------------------------------- */
	.about h3 {
		top: 20px;
		left: 0;
		font-size: 2.4rem;
		right: 0;
		text-align: center;
	}

	.about .wrapper_contents{
		grid-template-columns: unset;
	}
	/* Activities
	---------------------------------------------------------- */
	.act .desc{
		text-align: left;
	}

	/* interview
	---------------------------------------------------------- */
	.interview .bnr-list .bnr-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	/* restaurant
	---------------------------------------------------------- */
	.restaurant #scene a.r-left {
		margin-bottom: 0;
	}
	.restaurant h4 {
    padding: 5px 0 5px 8px;
	}
	.restaurant h4 .sub {
    display: block;
    margin-top: 8px;
    padding-top: 10px;
		padding-left: 0;
    border-top: 1px solid #000;
	}
	.restaurant .restaurant-list {
		text-align: center;
		grid-template-columns: repeat(2,1fr);
	}
	.restaurant .restaurant-list .restaurant-item {
		text-align: left;
	}
	.restaurant .restaurant-item .thumb div {
		height: 120px !important;
	}
	.restaurant {
		margin-bottom: 5px;
	}
	.restaurant h4 {
		padding: 5px 0 5px 8px;
	}

	/* recommend
	---------------------------------------------------------- */
	.bnr2-list{
		grid-template-columns: 1fr;

	}

	/* sponsor
	---------------------------------------------------------- */

	.sponsor .bnr2-list{
		grid-template-columns: unset;
	}
}

/************************************ トップ以外*/
.contents p,
.contents img {
  margin-bottom: 25px;
}
.under .under-kv {
  margin-bottom: 50px
}
.under-special-talk .bg-gray {
  font-size: .9rem;
  padding: 25px 20px;
  background-color: #e6e6e6;
}
.under-map {
	border-top: 1px solid #000;
  padding-top: 50px;
}
.under-map h2.ttl {
	font-size: 2.2rem;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 20px;
	text-align: center;
}
.under-map iframe {
	width: 100%;
	height: 435px;
}

.under-middle{
	border-top: 1px solid #000;
	padding-top: 30px;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.under-middle {
		margin-top: 65px;
		font-size: .85rem;
	}
	.under .under-kv {
		margin-bottom: 15px;
	}
	.under-special-talk .bg-gray {
		font-size: .8rem;
	}
	.under-map h2.ttl {
		font-size: 1.6rem;
	}
}
/************************************記事*/
.under-news-list {
	border-top: 1px solid #000;
  padding: 30px 0;
}
.under-news-list .news-item {
	margin-bottom: 10px;
	display: block;
}
.under-news-list .kv-ttl {
	font-size: 1.8rem;
  letter-spacing: 3px;
  margin-bottom: 15px;
  text-align: center;
}
.under-news-list .news-item .date {
	vertical-align: top;
	display: inline-block;
	background: #000;
	color: #fff;
	/* text-decoration: underline; */
	font-size: .9rem;
	width: 13%;
	text-align: center;
	padding: 5px;
}
.under-news-list .news-item .news-ttl {
	vertical-align: top;
	display: inline-block;
	background: #ddd;
	width: 80%;
	padding: 5px 10px;
	margin-left: 3px;
	text-decoration: underline;
}
.news-article {
	line-height: 2;
	font-size: .9rem;
	/* border-top: 1px solid #000;
  padding-top: 30px; */
}
.news-article h2.ttl {
	font-size: 2.2rem;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.news-article .meta {
	margin-bottom: 15px;
}
.news-article .meta li {
	display: inline-block;
	line-height: 1;
}
.news-article a {
	text-decoration: underline;
    color: #191970;
}
.news-article .meta > li:first-child {
	border-right: 1px solid #000;
	padding-right: 15px;
	margin-right: 10px;
}
.news-article p {
	margin-bottom: 35px;
}
.news-article img {
	margin-bottom: 15px;
}
.restaurant-article {
	line-height: 2;
	font-size: .9rem;
	/* border-top: 1px solid #000;
  padding-top: 30px; */
}
.restaurant-article h2.ttl {
	font-size: 2.2rem;
  line-height: 1.5;
  color: #4d4d4d;
  margin-bottom: 20px;
}
.restaurant-article .meta {
	margin-bottom: 15px;
}
.restaurant-article .meta li {
	display: inline-block;
	line-height: 1;
}
.restaurant-article .meta > li:first-child {
	border-right: 1px solid #000;
	padding-right: 15px;
	margin-right: 10px;
}
.restaurant-article p {
	margin-bottom: 35px;
}
.restaurant-article img {
	margin-bottom: 15px;
}
.restaurant-article .main-img,
.restaurant-article .main-img-list {
	font-size: 0;
}
.restaurant-article .main-img img {
	margin-bottom: 12px;
}
.restaurant-article .main-img-list img {
	display: inline-block;
	width: 32.5%;
	margin-right: 1.1%;
	margin-bottom: 12px;
}
.restaurant-article .main-img-list > img:nth-child(3) {
	margin-right: 0;
}
.restaurant-article .mg-top-minus {
	margin-top: -20px;
}
.restaurant-article .my-terroir,
.restaurant-article .my-mariage,
.restaurant-article .terroage-menu {
	padding-top: 40px;
}
.restaurant-article .w-box {
	position: absolute;
  display: inline-block;
  line-height: 1.2;
  font-weight: bold;
  border: 1px solid #000;
  background: rgba(255,255,255,0.65);
  padding: 24px 8px;
  width: 84px;
  top: 15px;
  left: -8px;
	z-index: 100;
}
.restaurant-article .store-info .ttl-data {
	font-size: 1.1rem;
}
.restaurant-article .store-info h3 {
	font-size: 1.65rem;
  margin-bottom: 15px;
}
.restaurant-article .store-inner {
	padding: 35px 90px 20px;
}
.restaurant-article .store-inner a.btn-l {
	border: 1px solid #000;
	margin-bottom: 15px;
}
.restaurant-article .store-inner a.btn-l:hover {
	background: #000;
	color: #fff;
}
.restaurant-article .restaurant-footer {
	padding-top: 35px;
}
.restaurant-article #slider_control {
	bottom: 7%;
}
.restaurant-article #slider p {
	margin-bottom: 0;
}
/* .restaurant-article .slick-prev {
  background: url(./images/icon_arrow_left_bl.png) no-repeat;
  background-size: contain;
}
.restaurant-article .slick-next {
  background: url(./images/icon_arrow_right_bl.png) no-repeat;
  background-size: contain;
}
.restaurant-article .slick-prev:hover,
.restaurant-article .slick-prev:focus {
  color: inherit;
  background: url(./images/icon_arrow_left_bl.png) no-repeat;
  background-size: contain;
}
.restaurant-article .slick-next:hover,
.restaurant-article .slick-next:focus {
  color: inherit;
  background: url(./images/icon_arrow_right_bl.png) no-repeat;
  background-size: contain;
} */
.restaurant-article .slick-dots li button:before,
.restaurant-article .slick-dots li.slick-active button:before {
  color: black;
}
.restaurant-article .slick-dots{
	display: none !important;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.under-news-list {
    padding: 100px 15px 30px;
	}
	.under-news-list .news-item {
		margin-bottom: 15px;
	}
	.under-news-list .news-item .date {
		width: 100%;
		text-align: left;
	}
	.under-news-list .news-item .news-ttl {
		width: 100%;
		margin-left: 0;
	}
	.news-article .wrap {
		padding: 0 15px;
	}
	.news-article h2.ttl,
	.restaurant-article h2.ttl {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	.restaurant-article .store-inner {
    padding: 35px 0 20px;
	}
	.restaurant-article .slick-next {
		right: -31vw;
		top: -300%;
	}
	.restaurant-article .slick-prev {
		left: -31vw;
		top: -300%;
	}
	.restaurant-article #slider_control {
		bottom: 10%;
	}
	.restaurant-article .meta li {
		line-height: 1.6;
	}
	.restaurant-article #slider p {
		margin-top: 10px;
	}
}
/***************************/
/********【ヘッダー】********/
/***************************/
.header {
  padding: 85px 0 35px;
}
.h_logo {
  text-align: center;
}
.h_logo a {
  display: inline-block;
}
.h_right {
  position: absolute;
  right: 0;
  text-align: right;
}
.h_right .h_lang a {
  font-size: .85rem;
  text-decoration: underline;
}
.h_right .h_lang li {
	list-style: none;
}
.h_right .h_map {
  display: inline-block;
  width: 75px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
	.h_logo a {
	  width: 290px;
	}
	.h_right {
	  bottom: -25px;
	}
}
@media screen and (max-width: 767px) {
	.header {
		padding: 0;
    position: fixed;
    top: 0;
    z-index: 200;
    left: 0;
    width: 100%;
		height: 60px;
	}
	.header .wrap {
		padding: 13px 90px 0;
	}
	.h_right {
    right: 15px;
    top: 9px;
	}
	.h_right .h_lang {
		display: none;
	}
	.h_right .h_map {
		width: 45px;
		margin-top: 0;
	}
}
/***************************/
/********【フッター】********/
/***************************/
.footer {
  position: relative;
  margin-top: 35px;
  padding: 40px 0 40px;
  border-top: 1px solid #000;
  color: #a6a6a6;
  font-size: .7rem;
}
.f_info {
  margin-bottom: 15px;
}

.footer .copyright{
	text-align: center;
}
.f_top {
  position: absolute;
  right: 0;
  top: -115px;
  width: 30px;
  display: inline-block;
}
.lang_sp {
	list-style: none;
  position: fixed;
  bottom: 8px;
  right: 8px;
  text-align: center;
}
.lang_sp select {
	font-size: .85rem;
}
.lang_sp .qtranxs_widget ul li.active {
	opacity: 1;
}

/************************************ スライダー*/
.slick-dots {
  position: relative;
  bottom: 0;
  height: 20px;
}
.slick-dots li {
  vertical-align: top;
}
.slick-prev:before {
  content: " ";
}
.slick-prev,
.slick-next {
  width: 10.5px;
  height: 16.5px;
}
/* .slick-prev {
  background: url(./images/icon_arrow_left.png) no-repeat;
  background-size: contain;
} */
.slick-next:before {
  content: " ";
}
/* .slick-next {
  background: url(./images/icon_arrow_right.png) no-repeat;
  background-size: contain;
} */
/* .slick-prev ,
.slick-next {
  content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
} */
.slick-prev {
	left: 0;
	/* transform: rotate(-135deg); */
}
.slick-next {
	right: 0;
}
.slick-prev:hover,
.slick-prev:focus {
  color: inherit;
  background: url(./images/icon_arrow_left.png) no-repeat;
  background-size: contain;
}
.slick-next:hover,
.slick-next:focus {
  color: inherit;
  background: url(./images/icon_arrow_right.png) no-repeat;
  background-size: contain;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #333;
  /* color: #fff; */
}
.slick-slide img {
	margin: 0 auto;
	max-height: 460px;
}
#slider_control {
  position: absolute;
  text-align: center;
  bottom: -50px;
  /* bottom: 0; */
  width: 100%;
}
#slider_append {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
	#slider_control {
		left: 0;
	}
	.slick-prev,
	.slick-next {
    width: 14px;
    height: 22px;
	}
	.slick-next {
		right: -38vw;
		top: -300%;
	}
	.slick-prev {
		left: -38vw;
		top: -300%;
	}
	.slick-dots {
		bottom: 7px;
	}
	.slick-slide img {
		max-height: 190px;
	}
}

/************************************ グローバルメニュー*/
.hamburger {
    display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
    width: 39px;
    height: 27px;
    position: fixed;
    top: 50px;
    left: 5%;
    background: #ffffff;
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 99999;
}
.hamburger:hover {
	 cursor: pointer;
 }
 .hamburger span {
	 background: #666666;
	 width: 39px;
	 height: 5px;
	 position: absolute;
	 transition: 0.3s ease-out;
	 border-radius: 4px;
 }
 .hamburger span:nth-of-type(1) {
	 top: 22px;
 }
 .hamburger.active span:nth-of-type(1) {
	 top: 0;
 }
 .hamburger span:nth-of-type(3) {
	 bottom: 11px;
 }
 .hamburger.active span:nth-of-type(3) {
	 bottom: 2px;
 }
 /* ハンバーガーメニューにactiveクラスがついたときのスタイル */
 .hamburger.active {
	 background: #fff;
 }
 .hamburger.active span {
	 background: #666666
 }
 .hamburger.active span:nth-of-type(1) {
	 transform: translateY(10px) rotate(-45deg);
	 transition: 0.3s ease-out;
 }
 .hamburger.active span:nth-of-type(3) {
	 transform: translateY(-10px) rotate(45deg);
	 transition: 0.3s ease-out;
 }
 .hamburger.active span:nth-of-type(2) {
	 opacity: 0;
 }
.menu {
	position: absolute;
  left: -100%;
  width: 375px;
  z-index: 100;
  transition: left 0.5s;
	height: 274px;
  background: rgba(77,77,77,0.9);
	top: 105px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
.menu.open {
	left: 0;
	position: fixed;
}
.menu li a {
	position: relative;
	color: #fff;
	display: block;
  padding: 14.5px 10px;
  border-bottom: 1px solid #fff;
}
.menu ul > li:last-child a {
	border: none;
}
.menu li a::after {
	content: " ";
	position: absolute;
	width: 12px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background: url(./images/icon_menu_arrow.png) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.hamburger {
		top: 13px;
		left: 2%;
		height: 27px;
	}
	.menu {
		top: 0;
		left: -110%;
		width: 100%;
	}
	.menu li a {
		padding: 14px 10px;
	}
}

/* youtube */
.youtube-ratio iframe {
  width: 70%;
  aspect-ratio: 16 / 9;
}

.center {
    text-align: center; /* 中央揃え */
}

.center img {
    display: block;      /* ブロック要素にする */
    margin: 0 auto;     /* 左右のマージンを自動にして中央揃え */
}

/** table **/
/************************************************

	テーブル用定義

************************************************/
.tableStyle01 {
  width: 100%;
  font-size: 1rem;
}
.tableStyle01 th, .tableStyle01 td {
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  padding: 3px 15px;
  text-align: center;
}
.tableStyle01 td {
  font-size: 1.15rem;
}
@media screen and (min-width: 768px) {
	.tableStyle01 {
		width: 695px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
  .tableStyle01 th,
  .tableStyle01 td {
    padding: 3px;
    font-size: 0.8rem;
  }
}
