.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul li {
  list-style: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
	max-width: none;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #3c3c3c;
 	line-height:1.6;
	background: #ffffff;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	padding-top: calc(111px + 2.4em)!important;
}
body.home {
	padding-top: 60px!important;
}
.sp {
	display: none;
}
.mb30{margin-bottom:30px!important;}
.mb60{margin-bottom:60px!important;}

@media screen and (max-width: 960px) {
	body {
		padding-top: 60px!important;
	}
	body.home {
		padding-top: 90px!important;
	}
}
@media screen and (max-width: 780px) {
	.pc {
    	display: none!important;
	}
	.sp {
		display: block!important;
	}
}
#bg {
  background-color: #f2f2f2;
}
::selection {
  /*	background:@yellow;*/
}
::-moz-selection {
  /*	background:@yellow;*/
}
.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
a {
	color: #3c3c3c;
	color:#35aaaf;
 	text-decoration: under-line;
	transition:all 0.3s linear;
}
a:hover{
	color:#ff6400;
	text-decoration:none;
	cursor: pointer;
}
.hover:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@media screen and (max-width: 740px) {
  .hover:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
.hover_flash:hover {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}
.bars,
.bars span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.bars {
  position: relative;
  width: 28px;
  height: 20px;
}
.bars span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3c3c3c;
  border-radius: 1px;
}
.bars span:nth-of-type(1) {
  top: 0;
}
.bars span:nth-of-type(2) {
  top: 9px;
}
.bars span:nth-of-type(3) {
  bottom: 0;
}
.bars.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.bars.active span:nth-of-type(2) {
  opacity: 0;
}
.bars.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
.note{font-size:12px;}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin:0;
	padding:0;
	z-index: 999999;
	background-color: rgba(255, 255, 255, 0.9) !important;
	--webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
header .logo {
	max-width:none;
	margin:0 auto;
	padding: 20px 0;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #ccc;
	transition:all 0.3s linear;
}

header div.logo:before{
	width:43px;
	height:70px;
	content:"";
	position:absolute;
	top:7px;
	left:30px;
	display:block;
	background:url(https://verygoodlocal-tochigi.jp/common/images/b_logo_b.png) no-repeat center center;
	background-size:100% auto;
	transition:all 0.3s linear;
}
header.transform div.logo::before {
	width: 26px;
	height: 42px;
}
header .logo a {
  display: inline-block;
  height: 40px;
  width: 240px;
  background: url(../images/logo.svg) no-repeat center center;
  background-size: 100% auto;
}
header nav {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
header nav ul{
    text-align: center;
    letter-spacing: -0.5em;
}
header nav ul li{
    position: relative;
    display: inline-block;
    letter-spacing: normal;
}
header nav ul li:after{
	width:0;
	height:calc(100% - 45px);
	content:"";
	position:absolute;
	top:25px;
	right:0;
	display:block;
	border-left:1px #ccc solid
}
header nav ul li:last-child:after,
header nav ul li li:after{
	display:none;
}

header nav ul li a {
	width:auto;
	display:block;
	padding:15px 1.5vw;
	color:#3c3c3c !important;
	font-size:20px;
	text-align:center;
	line-height:1;
	text-decoration:none !important;
	transition:all 0.3s linear;
}
header nav ul li a span {
	display:block;
	font-size:10px;
	text-align:center;
	line-height: 1.6;
}
header nav ul li ul{
    display: none;
    position: absolute;
    left: 50%;
    width: 270px;
    margin-left: -150px;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}
header nav ul li ul li{
    display: block;
}
header nav ul li ul li a{
    display: block;
    line-height: 1.7;
    padding: 10px;
    font-size:16px;
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    background: rgba(255,255,255,0.9);
    -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
header.w nav ul li ul li a{
    color: #666;
}
header nav ul li ul li a:hover,
header.w nav ul li ul li a:hover{
    color: #fff !important;
	text-decoration:underline !important;
    background: rgba(0,0,0,0.8);
}

@media screen and (max-width:780px){
	header nav ul li::after {
		display:none;
	}
}
header .bars {
  display: none;
}

/* sns */
header .sns {
	position: absolute;
	top: 28px;
	right: 30px;
	transition:all 0.3s linear;
}
header .sns ul li {
  float: left;
}
header .sns ul li + li {
  margin-left: 10px;
}
header .sns ul li a {
  display: block;
  width: 30px;
  height: 30px;
}
header .sns ul li.fb {
  background: url(../images/icon/fb_b.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
header .sns ul li.tw {
  background: url(../images/icon/tw_b.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
header .sns ul li.ins {
  background: url(../images/icon/ins_b.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
@media screen and (max-width:960px){
	header .sns {
		display:none;
	}
}

/* langage */
header .lang {
	display:none;
	position: absolute;
	top: 15px;
	right: 15px;
	transition:all 0.3s linear;
}
header .lang a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 58px;
  line-height: 28px;
  text-align: center;
  display: block;
  color: #3c3c3c;
  border: 1px solid #3c3c3c;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .lang a:hover {
  background-color: #3c3c3c;
  color: #ffffff;
}

/* member */
header div#btn_member {
	position: absolute;
	top: 22px;
	right: 110px;
	transition: all 0.3s linear;
}
header div#btn_member a.btn{
	display: inline-block;
	width: 40%;
	min-width: 90px;
	margin:0;
	padding:10px 6px 9px;
	color: #35aaaf!important;
	font-size:14px;
	line-height: 1.4;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #35aaaf;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: content-box;
}
header div#btn_member a.btn-reverse {
	color: #fff !important;
	background: #35aaaf !important;
}
header div#btn_member a.btn:hover {
	color:#fff!important;
	border:1px orange solid!important;
	background: orange !important;
}
header.transform div#btn_member {
	position: absolute;
	top: 13px;
}
header.transform div#btn_member a.btn{
	padding:3px 6px 2px;
}
@media screen and (max-width:960px){
	header div#btn_member {
		width:100%;
		position:static!important;
		padding-bottom:20px;
		border-bottom:1px #ccc solid;
	}
	header div#btn_member a.btn{
		width:calc(50% - 20px);
		margin-top:0!important;
		padding:6px 6px 4px;
		font-size:18px;
	}
}



/* header_wide */
header.w {
  background: none;
}
header.w .logo {
  border-bottom: 1px solid #ffffff;
}
header.w .logo a {
  background: url(../images/logo_w.png) no-repeat center center;
  background-size: 240px 20px;
}
header.w nav {
  border: none;
}
header.w nav a {
  color: #ffffff;
}
header.w .sns ul li.fb {
  background: url(../images/icon/fb_w.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
header.w .sns ul li.tw {
  background: url(../images/icon/tw_w.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
header.w .sns ul li.ins {
  background: url(../images/icon/ins_w.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
header.w .lang a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
header.w .lang a:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}



/* header transform */
header.transform {
	transition:all 0.3s linear;
}
header.transform .logo {
	padding:6px 0;
	transition:all 0.3s linear;
}
header.transform nav ul li a {
	margin-bottom: -8px;
	padding:5px 15px 13px;
	font-size:16px;
	line-height:1.4;
}
header.transform nav ul li a span{
	display:none;
}
header.transform div.sns,
header.transform div.lang {
	top: 11px;
}
header.transform nav ul li ul li a {
	margin-bottom:0;
	padding:5px 15px;
	font-size:16px;
	line-height: 40px;
}


@media screen and (max-width: 1000px) {
  header nav {
    border-bottom: 1px solid #e6eaea;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
	header {
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	header .logo a {
		display: inline-block;
	}
	header div.logo::before {
		left: 15px;
	}
	header nav {
		border: none;
		text-align: center;
		padding: 20px;
		display: none;
	}
	header nav a {
		display: block;
		background-color: #ffffff;
		color: #3c3c3c;
		line-height: 40px;
		padding: 0;
		font-weight: bold;
		font-size: 14px;
	}
	header nav ul{
		margin-bottom:60px;
	}
	header nav ul li{
		position: relative;
		display: block;
	}
	header nav ul li:aflter{
		display:none;
	}
	header nav ul li a {
		padding: 0 25px;
		line-height: 45px;
		border-bottom: 1px solid #c8c8c8;
	}
	header nav ul li a span{
		display:none;
	}
	header nav ul li ul{
		position: static;
		width: 100%;
		margin-left: 0;
		margin-bottom:0;
		border:none;
	}
	header nav ul li ul li a{
		padding: 10px;
		text-align: center;
		background: #f6f6f6;
	}
	header.transform nav ul li a{
		margin-bottom:0;
		padding: 0 25px;
		font-size:20px;
		line-height:45px;
	}
	header nav ul li ul li a:hover,
	header.w nav ul li ul li a:hover{
		color: #666;
		background: #fff;
	}
	header nav a + a {
		margin-top: 5px;
	}
	header.open {
		height: 100%;
	}
	header.open nav {
		max-height: calc(100vh - 53px);
		display: block;
		overflow-y: auto;
	}
	header.w,
	header.active {
		background-color: rgba(255, 255, 255, 0.95);
	}
	header.w .logo,
	header.active .logo {
		border-bottom: 1px solid #e6eaea;
	}
	header.w .logo a,
	header.active .logo a {
		width: 204px;
		height: 34px;
		padding:4px 0 0
	}
	header.w nav,
	header.active nav {
		border: none;
	}
	header.w nav a,
	header.active nav a {
		color: #3c3c3c;
	}
	header .bars {
		display: block;
		position: absolute;
		right: 15px;
		top: 17px;
		z-index: 9999999;
	}
	header.w .bars span,
		header.active .bars span {
		background-color: #3c3c3c;
	}
}
@media screen and (max-width:420px){
	header .logo {
		padding:6px 0;
	}
	header.w .logo a, 
	header.active .logo a {
		width: 184px;
		height: 31px;
	}
	header div.logo::before {
		width: 24px;
		height: 38px;
	}
}

footer {
	position: relative !important;
	margin-top: 60px !important;
	padding-top: 60px !important;
	color: #ffffff !important;
	background-color: #282828 !important;
}
footer .links {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  *zoom: 1;
}
footer .links a {
  float: left;
  display: block;
  width: 320px;
  background: url(../images/afw.png) right 10px center no-repeat;
  background-size: 9px 17px;
  border: 1px solid #e6eaea;
  color: #e6eaea;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  cursor: pointer;
}
footer .links a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  footer .links a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
footer .links a:nth-child(3n) {
  margin-right: 0;
}
footer .links a:nth-child(n+4) {
  margin-top: 20px;
}
footer .links a span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
}
footer .links:before,
footer .links:after {
  content: ' ';
  display: table;
}
footer .links:after {
  clear: both;
}
footer .block {
  width: calc(90px + 30em);
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  *zoom: 1;
}
footer .block .left {
  float: left;
  width: 90px;
  text-align: center;
}
footer .block .left img {
  width: 60px;
  height: auto;
}
footer .block .right {
  width: 30em;
  float: right;
  padding-top:0;
}
footer .block:before,
footer .block:after {
  content: ' ';
  display: table;
}
footer .block:after {
  clear: both;
}
footer .block .right p.sitename{
	margin-bottom:10px;
	font-size:16px;
}
footer .block .right address{
	font-size:16px;
	font-style:normal;
}
footer .info {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 12px;
}
footer .fnav {
	margin-bottom: 20px;
}
footer .fnav a {
  display: inline-block;
  color: #ffffff;
	font-size:16px;
  padding: 0 10px;
  line-height: 1.2;
}
footer .fnav a + a {
  border-left: 1px solid #ffffff;
}
footer .copyright {
  background-color: #141414;
  line-height: 60px;
  font-size: 11px;
  text-align: center;
}
footer #pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer #pagetop a {
  display: block;
}
footer a#bnr_tochishirube {
	max-width:250px;
	display: block;
	margin:30px 0 0 65px;
	border:none;
	overflow:hidden;
}
footer a#bnr_tochishirube img{
	max-width:100%;
	transition:all 0.3s linear;
}
footer a#bnr_tochishirube:hover img{
	opacity:0.5;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
}
@media screen and (max-width: 780px) {
  footer {
    position: relative;
    padding: 30px 10px 10px 10px;
    margin-top: 20px;
  }
  footer .links {
    width: auto;
    margin-bottom: 20px;
  }
  footer .links a {
    box-sizing: border-box;
    float: none;
    display: block;
    width: auto;
    line-height: 1.4;
    margin-right: 0;
    padding: 0;
    font-size: 14px;
    background: none;
    border: none;
    border-top: 1px solid #e6eaea;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  footer .links a span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
  }
  footer .links a:nth-child(3n) {
    margin-right: 0;
  }
  footer .links a:nth-child(n+4) {
    margin-top: 0;
  }
  footer .links a:last-child {
    border-bottom: 1px solid #e6eaea;
  }
  footer .block {
    width: auto;
    margin: 0;
    *zoom: 1;
  }
  footer .block .left {
    float: none;
    width: auto;
    text-align: center;
    margin: 20px 0;
  }
  footer .block .left img {
    width: 50px;
    height: auto;
  }
  footer .block .right {
    width: auto;
    padding-top: 15px;
    float: none;
  }
  footer .block:before,
  footer .block:after {
    content: ' ';
    display: table;
  }
  footer .block:after {
    clear: both;
  }
  footer .fnav {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .fnav a {
    display: block;
    font-size: 13px;
    padding: 0px;
  }
  footer .fnav a + a {
    border: none;
    margin-top: 15px;
  }
  footer .info {
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.75;
  }
  footer .copyright {
    background: none;
    line-height: 1.4;
    font-size: 10px;
    text-align: center;
  }
  footer #pagetop {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 20px;
  }
  footer #pagetop a {
    display: block;
  }
	footer a#bnr_tochishirube {
		margin:30px auto 0;
	}
}
@media screen and (max-width:510px){
	footer .block .right p.sitename,
	footer .block .right address,
	footer .fnav a{
		font-size:14px;
	}
}
@media screen and (max-width:350px){
	footer .block .right p.sitename,
	footer .block .right address,
	footer .fnav a{
		font-size:12px;
	}
}
#main {
  width: 100%;
  height: 80%;
  background: url(../images/main_pc.jpg) center center no-repeat #000000;
  background-size: cover;
  position: relative;
}
#main .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -90px;
}
#main_sp {
  display: none;
}
@media screen and (max-width: 780px) {
  #main {
    display: none;
  }
  #main_sp {
    width: 100%;
	height:0;
    display: block;
	position:relative;
	padding:125% 0 0 0;
  }
  #main_sp img {
    width: 100%;
	position:absolute;
	top:0;
  }
}


.breadcrumbs {
  border-bottom: 1px solid #e6eaea;
  background-color: #F6F6F6;
}
.breadcrumbs .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  line-height: 30px;
  color: #999999;
}
.breadcrumbs .inner li,
.breadcrumbs .inner span,
.breadcrumbs .inner a {
	color: #3c3c3c;
	font-size:14px;
}
@media screen and (max-width: 780px) {
  .breadcrumbs .inner {
    width: auto;
    padding: 0 10px;
    font-size: 10px;
    height: 30px;
    overflow: hidden;
  }
}


.container {
  min-height: 700px;
}
.section {
  padding: 60px 0;
}
.section .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
	.container {
		min-height: auto;
	}
	.section {
		padding: 10px 0;
	}
	.section .inner {
		width: auto;
		padding: 0 5px;
	}
}
#home {
  padding-top: 0;
}
#home .block {
  position: relative;
  margin-top: 60px;
}
#home h2 {
  font-size: 20px;
  font-weight: bold;
  color: #35aaaf;
  margin-bottom: 20px;
  line-height: 32px;
}
#home .block .btn {
  position: absolute;
  top: 0;
  right: 0;
}
#home .block .btn a {
  display: block;
  width: 190px;
  line-height: 30px;
  border: 1px solid #35aaaf;
  background-color: #ffffff;
  color: #35aaaf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
#home .bnr {
  margin-top: 0;
}
#home .bnr a {
  display: block;
  cursor: pointer;
}
#home .bnr a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  #home .bnr a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#home .bnr a img {
  width: 100%;
  height: auto;
}
#home .bnr a .sp {
  display: none;
}
#home .news dl {
  padding: 20px 0;
  border-top: 1px solid #e6eaea;
  *zoom: 1;
}
#home .news dl:last-child {
  border-bottom: 1px solid #e6eaea;
}
#home .news dl dt {
  float: left;
  font-weight: bold;
  font-size: 14px;
}
#home .news dl dt .date {
  display: inline-block;
  width: 150px;
}
#home .news dl dt .cat {
  display: inline-block;
}
#home .news dl dd {
  margin-left: 280px;
}
#home .news dl dd a {
  text-decoration: underline;
}
#home .news dl:before,
#home .news dl:after {
  content: ' ';
  display: table;
}
#home .news dl:after {
  clear: both;
}
#home .pickup{
    overflow: hidden;
}
#home .pickup li{
    float: right;
}
#home .pickup li:first-child{
    float: left;
    margin: 0 5px 0 0;
}
#home .pickup li img{
    width: inherit;
    max-width: 100%;
}
@media screen and (max-width: 960px) {
  #home {
    padding-top: 0;
  }
  #home .block {
    position: static;
    margin-top: 40px;
  }
  #home h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }
  #home .block .btn {
    position: static;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
  #home .block .btn a {
    margin: 0 auto;
  }
  #home .bnr {
    margin-top: 20px;
  }
  #home .news dl {
    padding: 10px 0;
  }
  #home .news dl dt {
    float: none;
    font-size: 13px;
    margin-bottom: 5px;
  }
  #home .news dl dt .date {
    width: 130px;
  }
  #home .news dl dd {
    margin-left: 0;
  }
  #home .pickup li{
    float: none;
    margin: 0 0 10px;
    text-align: center;
  }
  #home .pickup li:first-child{
    float: none;
    margin: 0 0 10px;
  }
}
.plist {
  *zoom: 1;
}
.plist .item {
  box-sizing: border-box;
  float: left;
  width: 310px;
  margin-right: 35px;
  border: 1px solid #e6eaea;
}
.plist .item:nth-child(3n) {
  margin-right: 0;
}
.plist .item:nth-child(n+4) {
  margin-top: 35px;
}
.plist .item a,
.plist .item .cs {
  display: block;
}
.plist .item a .text,
.plist .item .cs .text {
  padding: 10px;
  height: 90px;
}
.plist .item a .text h3,
.plist .item .cs .text h3 {
  font-size: 14px;
  font-weight: bold;
}
.plist .item a .text p,
.plist .item .cs .text p {
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
}
.plist .item a {
  cursor: pointer;
}
.plist .item a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  .plist .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.plist .item .cs .text h3 {
  color: #787878;
}
.plist:before,
.plist:after {
  content: ' ';
  display: table;
}
.plist:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  .plist {
    *zoom: 1;
  }
  .plist .item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .plist .item:nth-child(3n) {
    margin-right: 0;
  }
  .plist .item:nth-child(n+4) {
    margin-top: 0;
  }
  .plist .item + .item {
    margin-top: 10px;
  }
  .plist .item a .image img,
  .plist .item .cs .image img {
    width: 100%;
    height: auto;
  }
  .plist .item a .text,
  .plist .item .cs .text {
    padding: 5px;
    height: auto;
  }
  .plist .item a {
    cursor: pointer;
  }
  .plist .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
  }
  .plist .item .cs .text h3 {
    color: #787878;
  }
  .plist:before,
  .plist:after {
    content: ' ';
    display: table;
  }
  .plist:after {
    clear: both;
  }
}
@media screen and (max-width: 780px) and screen and (max-width: 740px) {
  .plist .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#about .block {
  *zoom: 1;
}
#about .block .left {
  float: left;
}
#about .block .right {
  margin-left: 240px;
  font-size: 17px;
  line-height: 1.75;
}
#about .block .right p + p {
  margin-top: 20px;
}
#about .block:before,
#about .block:after {
  content: ' ';
  display: table;
}
#about .block:after {
  clear: both;
}
#about .use {
  margin-top: 30px;
}
#about .use h3 {
  font-size: 17px;
  border-bottom: 1px solid #e6eaea;
  font-weight: bold;
  margin-bottom: 10px;
}
#about .use p {
  margin-bottom: 20px;
  font-size: 15px;
}
#about .use .btn a {
  display: block;
  line-height: 50px;
  width: 320px;
  border: 1px solid #35aaaf;
  background-color: #ffffff;
  color: #35aaaf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  #about .block .left {
    float: none;
    text-align: center;
    padding: 20px 0;
  }
  #about .block .left img {
    width: 120px;
    height: auto;
  }
  #about .block .right {
    margin-left: 0;
    font-size: 15px;
  }
  #about .use {
    margin-top: 20px;
  }
  #about .use h3 {
    font-size: 15px;
  }
  #about .use .btn a {
    margin: 0 auto;
    display: block;
    line-height: 40px;
    width: 240px;
  }
}
#links .block + .block {
  margin-top: 60px;
}
#links .block h2 {
  font-size: 19px;
  border-bottom: 1px solid #e6eaea;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#links .block dl {
  *zoom: 1;
}
#links .block dl + dl {
  margin-top: 30px;
}
#links .block dl dt {
  float: left;
  width: 400px;
}
#links .block dl dd {
  margin-left: 420px;
}
#links .block dl dd a {
  color: #35aaaf;
  cursor: pointer;
}
#links .block dl dd a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  #links .block dl dd a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#links .block dl:before,
#links .block dl:after {
  content: ' ';
  display: table;
}
#links .block dl:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  #links .block + .block {
    margin-top: 20px;
  }
  #links .block h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #links .block dl {
    font-size: 13px;
  }
  #links .block dl + dl {
    margin-top: 20px;
  }
  #links .block dl dt {
    float: none;
    width: auto;
  }
  #links .block dl dd {
    margin-left: 0;
  }
}
#policy .block + .block {
  margin-top: 60px;
}
#policy .block h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
#policy .block .description {
  margin-bottom: 20px;
}
#policy .block .box + .box {
  margin-top: 20px;
}
#policy .block .box h3 {
  font-size: 19px;
  border-bottom: 1px solid #e6eaea;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#policy .block .box .text {
  line-height: 1.75;
}
#policy .block .box ul {
  margin-top: 20px;
}
#policy .block .box ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.75;
}
#policy .block .box ul li + li {
  margin-top: 5px;
}
@media screen and (max-width: 780px) {
  #policy .block + .block {
    margin-top: 20px;
  }
  #policy .block h2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #policy .block .description {
    margin-bottom: 10px;
  }
  #policy .block .box + .box {
    margin-top: 20px;
  }
  #policy .block .box h3 {
    font-size: 15px;
  }
  #policy .block .box .text {
    font-size: 13px;
  }
  #policy .block .box ul {
    font-size: 13px;
    margin-top: 10px;
  }
}
#pmain {
  width: 100%;
  height: 500px;
  position: relative;
}
#pmain ul {
  height: 500px !important;
}
#pmain .logo {
  position: absolute;
  top: 166px;
  left: 50%;
  margin-left: -54px;
  z-index: 99;
}
#pmain .logo img {
  height: 168px;
  width: auto;
}
#people .logo {
  text-align: center;
  margin-bottom: 40px;
}
#people .logo img {
  width: 130px;
  height: auto;
}
#people .description {
  text-align: center;
  line-height: 1.75;
  font-size: 17px;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  #pmain {
    height: auto;
    height: 180px;
  }
  #pmain ul {
    height: 500px !important;
  }
  #pmain img {
    height: 180px;
    width: auto;
  }
  #pmain .logo {
    position: absolute;
    top: 20px;
    margin-left: -45px;
  }
  #pmain .logo img {
    height: 140px;
    width: auto;
  }
  #people .logo {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #people .description {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
#pdmain {
  width: 100%;
  height: 80%;
}
@media screen and (max-width: 780px) {
  #pdmain {
    height: 240px;
  }
}
#people-detail .inner {
  width: 800px;
}
#people-detail .post h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}
#people-detail .post .text {
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 40px;
}
#people-detail .post .text p {
  margin-bottom: 20px;
}
#people-detail .post .text sup {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
#people-detail .post .i1 {
  margin-bottom: 40px;
}
#people-detail .post .i1 img {
  display: block;
  width: 100%;
  height: auto;
}
#people-detail .post .i2 {
  margin-bottom: 40px;
  *zoom: 1;
}
#people-detail .post .i2 img {
  display: block;
  float: left;
  width: 393px;
  height: auto;
}
#people-detail .post .i2 img + img {
  margin-left: 14px;
}
#people-detail .post .i2:before,
#people-detail .post .i2:after {
  content: ' ';
  display: table;
}
#people-detail .post .i2:after {
  clear: both;
}
#people-detail .attention p {
  font-size: 14px;
  line-height: 1.75;
}
#people-detail .attention p + p {
  margin-top: 20px;
}
#people-detail .profile {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e6eaea;
  *zoom: 1;
}
#people-detail .profile .left {
  width: 200px;
  float: left;
}
#people-detail .profile .left img {
  width: 100%;
  height: auto;
}
#people-detail .profile .right {
  margin-left: 220px;
}
#people-detail .profile .right .name {
  font-size: 21px;
  margin-bottom: 5px;
}
#people-detail .profile .right .kana {
  font-size: 14px;
  margin-bottom: 20px;
}
#people-detail .profile .right .text {
  font-size: 14px;
  line-height: 1.75;
}
#people-detail .profile .right .text a {
  color: #35aaaf;
}
#people-detail .profile:before,
#people-detail .profile:after {
  content: ' ';
  display: table;
}
#people-detail .profile:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  #people-detail .inner {
    width: auto;
  }
  #people-detail .post {
    padding-top: 20px;
  }
  #people-detail .post h2 {
    font-size: 19px;
    text-align: left;
    margin-bottom: 20px;
  }
  #people-detail .post .text {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
  }
  #people-detail .post .text p {
    margin-bottom: 20px;
  }
  #people-detail .post .i1 {
    margin-bottom: 20px;
  }
  #people-detail .post .i1 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #people-detail .post .i2 {
    margin-bottom: 20px;
  }
  #people-detail .post .i2 img {
    float: none;
    display: block;
    width: 100%;
    height: auto;
  }
  #people-detail .post .i2 img + img {
    margin-left: 0;
    margin-top: 5px;
  }
  #people-detail .attention p + p {
    margin-top: 10px;
  }
  #people-detail .profile {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #e6eaea;
  }
  #people-detail .profile .left {
    margin: 0 auto;
    width: 200px;
    float: none;
    margin-bottom: 5px;
  }
  #people-detail .profile .left img {
    width: 100%;
    height: auto;
  }
  #people-detail .profile .right {
    margin-left: 0;
  }
  #people-detail .profile .right .name {
    text-align: center;
    font-size: 17px;
    margin-bottom: 3px;
  }
  #people-detail .profile .right .kana {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
  }
  #people-detail .profile .right .text {
    font-size: 14px;
    line-height: 1.75;
  }
  #people-detail .profile .right .text a {
    color: #35aaaf;
  }
}
#fmain {
  width: 100%;
  height: 80%;
  position: relative;
  background: url(../images/feature/bg.jpg) center center no-repeat;
  background-size: cover;
}
#fmain .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -250px;
}
@media screen and (max-width: 780px) {
  #fmain {
    height: 240px;
  }
  #fmain .logo {
    margin-top: -45px;
    margin-left: -125px;
  }
  #fmain .logo img {
    width: 250px;
    height: auto;
  }
}
#feature .description {
  text-align: center;
  line-height: 1.75;
  font-size: 17px;
  margin-bottom: 60px;
}
#feature .list .item {
  box-sizing: border-box;
  border: 1px solid #e6eaea;
  *zoom: 1;
}
#feature .list .item + .item {
  margin-top: 20px;
}
#feature .list .item a {
  display: block;
  cursor: pointer;
}
#feature .list .item a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  #feature .list .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#feature .list .item .left {
  float: left;
  width: 320px;
}
#feature .list .item .left img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
#feature .list .item .right {
  margin-left: 320px;
}
#feature .list .item .right .text {
  padding: 20px;
}
#feature .list .item .right .text h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
}
#feature .list .item .right .text p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.5;
}
#feature .list .item .right .text.en h3 {
  font-size: 19px;
  line-height: 1.4;
}
#feature .list .item .right .text.en p {
  font-size: 14px;
  line-height: 1.4;
}
#feature .list .item:before,
#feature .list .item:after {
  content: ' ';
  display: table;
}
#feature .list .item:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  #feature .description {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
  }
  #feature .list .item + .item {
    margin-top: 10px;
  }
  #feature .list .item .left {
    float: none;
    width: auto;
  }
  #feature .list .item .left img {
    vertical-align: top;
  }
  #feature .list .item .right {
    margin-left: 0;
  }
  #feature .list .item .right .text {
    padding: 5px;
  }
  #feature .list .item .right .text h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #feature .list .item .right .text p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
  }
  #feature .list .item .right .text.en h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #feature .list .item .right .text.en p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.4;
  }
}
#feature-detail .youtube {
  background-color: #000000;
  text-align: center;
  margin: 50px 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
#feature-detail .youtube iframe {
  margin: 0;
  padding: 0;
}
#feature-detail .inner {
  width: 800px;
}
#feature-detail .head h2 {
  font-size: 24px;
  font-weight: bold;
  color: #9d8a51;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
#feature-detail .head .description {
  font-size: 17px;
  line-height: 1.75;
}
#feature-detail .block {
  font-size: 17px;
  line-height: 1.75;
}
#feature-detail .block .box + .box {
  margin-top: 40px;
}
#feature-detail .block .box .title {
  color: #9d8a51;
  font-size: 21px;
}
#feature-detail .block .box .image {
  margin-top: 10px;
}
#feature-detail .block .box .image img {
  width: 100%;
  height: auto;
}
#feature-detail .block .box .text {
  margin-top: 20px;
}
#feature-detail .block .detail {
  margin-top: 20px;
}
#feature-detail .block .detail a {
  color: #35aaaf;
  text-decoration: underline;
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  #feature-detail .youtube {
    background-color: #000000;
    position: relative;
    width: 100%;
    margin: 0;
    height: 0;
    padding-top: 56.25%;
  }
  #feature-detail .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #feature-detail .inner {
    width: auto;
  }
  #feature-detail .head h2 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
  }
  #feature-detail .head .description {
    font-size: 15px;
    line-height: 1.75;
  }
  #feature-detail .block {
    font-size: 15px;
    line-height: 1.75;
  }
  #feature-detail .block .box + .box {
    margin-top: 10px;
  }
  #feature-detail .block .box .title {
    color: #9d8a51;
    font-size: 17px;
  }
  #feature-detail .block .box .image {
    margin-top: 5px;
  }
  #feature-detail .block .box .image img {
    width: 100%;
    height: auto;
  }
  #feature-detail .block .box .text {
    margin-top: 10px;
  }
}
.tieupmedia {
  background-color: #F3F0E6;
  padding: 50px 0;
}
.tieupmedia .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  width: 1000px !important;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 30px;
}
.tieupmedia .inner h2 {
  color: #787878;
  margin-bottom: 10px;
}
.tieupmedia .inner .block {
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #e6eaea;
  *zoom: 1;
}
.tieupmedia .inner .block .left {
  float: left;
  width: 280px;
  padding-top: 40px;
  text-align: center;
}
.tieupmedia .inner .block .right {
  margin-left: 310px;
}
.tieupmedia .inner .block .right h3 {
  color: #9d8a51;
  font-size: 19px;
  margin-bottom: 5px;
}
.tieupmedia .inner .block .right p {
  font-size: 15px;
  margin-bottom: 5px;
  color: #787878;
}
.tieupmedia .inner .block .right a {
  font-size: 14px;
  color: #9d8a51;
  cursor: pointer;
}
.tieupmedia .inner .block .right a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  .tieupmedia .inner .block .right a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.tieupmedia .inner .block:before,
.tieupmedia .inner .block:after {
  content: ' ';
  display: table;
}
.tieupmedia .inner .block:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  .tieupmedia {
    padding: 5px;
  }
  .tieupmedia .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    width: auto !important;
    padding: 10px;
  }
  .tieupmedia .inner h2 {
    text-align: center;
    margin-bottom: 5px;
    padding: 5px 0;
  }
  .tieupmedia .inner .block {
    padding: 10px;
    border: 1px solid #e6eaea;
  }
  .tieupmedia .inner .block .left {
    float: none;
    width: auto;
    padding-top: 0;
    padding: 30px 0 20px 0;
    text-align: center;
  }
  .tieupmedia .inner .block .left img {
    width: 140px;
    height: auto;
  }
  .tieupmedia .inner .block .right {
    padding: 5px;
    margin-left: 0;
  }
  .tieupmedia .inner .block .right h3 {
    font-size: 15px;
    font-weight: bold;
  }
  .tieupmedia .inner .block .right p {
    font-size: 14px;
  }
}
.share {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e6eaea;
}
.share ul {
  text-align: center;
}
.share ul li {
  margin: 0 10px;
  display: inline-block;
}
.share ul li a {
  display: block;
  text-align: center;
}
.share ul li a img {
  width: 50px;
  height: auto;
  vertical-align: middle;
}
.back {
  padding: 60px 0;
}
.back a {
  display: block;
  margin: 0 auto;
  width: 310px;
  line-height: 50px;
  text-align: center;
  font-size: 17px;
  border: 1px solid #35aaaf;
  color: #35aaaf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
.back a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  .back a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.back.f a {
  border: 1px solid #9d8a51;
  color: #9d8a51;
}
@media screen and (max-width: 780px) {
  .back {
    padding: 20px 0;
  }
  .back a {
    width: 240px;
    line-height: 40px;
    font-size: 15px;
  }
}
#news .inner {
  *zoom: 1;
}
#news .inner .left {
  width: 660px;
  float: left;
}
#news .inner .right {
  width: 300px;
  float: right;
  margin-left: 10px;
}
#news .inner .right .box + .box {
  margin-top: 20px;
}
#news .inner .right .box .title {
  margin-bottom: 10px;
  background-color: #F6F6F6;
  line-height: 40px;
  padding: 0 10px;
  font-size: 17px;
}
#news .inner .right .box ul li {
  padding-left: 10px;
  line-height: 2;
  font-size: 15px;
}
#news .inner .right .box .news {
  padding: 10px;
  cursor: pointer;
}
#news .inner .right .box .news:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 740px) {
  #news .inner .right .box .news:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#news .inner .right .box .news dl dt {
  font-size: 13px;
  margin-bottom: 5px;
}
#news .inner .right .box .news dl dd {
  font-size: 14px;
}
#news .inner .right .box .news + .news {
  border-top: 1px solid #e6eaea;
}
#news .inner:before,
#news .inner:after {
  content: ' ';
  display: table;
}
#news .inner:after {
  clear: both;
}
#news .list .post .date {
  font-size: 15px;
  margin-bottom: 5px;
}
#news .list .post .title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
}
#news .list .post .cat {
  font-size: 14px;
  margin-bottom: 20px;
  color: #35aaaf;
}
#news .list .post + .post {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6eaea;
}
@media screen and (max-width: 780px) {
  #news .inner .left {
    width: auto;
    float: none;
  }
  #news .inner .right {
    display: none;
    width: auto;
    float: none;
  }
  #news .list .post .date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #news .list .post .title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #news .list .post .cat {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #news .list .post + .post {
    margin-top: 10px;
    padding-top: 10px;
  }
}
/* entry body
---------------------------------*/
/* Text elements */
.postbody {
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.75;
}
.postbody div {
  margin-bottom: 10px;
}
.postbody a {
  color: #35aaaf !important;
  text-decoration: underline;
}
.postbody h1 {
  font-size: 1.75em;
  margin-bottom: 10px;
}
.postbody h2 {
  font-size: 1.625em;
  margin-bottom: 10px;
}
.postbody h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.postbody h4 {
  font-size: 1.375em;
}
.postbody h5 {
  font-size: 1.25em;
}
.postbody h6 {
  font-size:1.125em;
}
.postbody p {
  margin-bottom: 20px;
}
.postbody ul {
  list-style: none;
}
.postbody ol {
  list-style: disc;
  margin: 0 0 18px 1.5em;
}
.postbody ol ol {
  list-style: upper-alpha;
}
.postbody ol ol ol {
  list-style: lower-roman;
}
.postbody ol ol ol ol {
  list-style: lower-alpha;
}
.postbody ul ul,
.postbody ol ol,
.postbody ul ol,
.postbody ol ul {
  margin-bottom: 0;
}
.postbody dl {
  margin: 0 0 24px 0;
}
.postbody dt {
  font-weight: bold;
}
.postbody dd {
  margin-bottom: 18px;
}
.postbody strong {
  font-weight: bold;
}
.postbody cite,
.postbody em,
.postbody i {
  font-style: italic;
}
.postbody big {
  font-size: 131.25%;
}
.postbody ins {
  background: #ffc;
  text-decoration: none;
}
.postbody blockquote {
  text-align: left;
  padding: 1px 10px 1px 15px;
  font-size: 90%;
  border-left: 2px solid #ccc;
  margin: 5px 15px 18px 15px;
}
.postbody blockquote p {
  margin: 0;
}
.postbody blockquote cite,
.postbody blockquote em,
.postbody blockquote i {
  font-style: normal;
}
.postbody pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}
.postbody abbr,
.postbody acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.postbody sup,
.postbody sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.postbody sup {
  bottom: 1ex;
}
.postbody sub {
  top: .5ex;
}
.postbody input[type="text"],
.postbody textarea {
  background: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 2px;
}
/* =Images
-------------------------------------------------------------- */
.postbody img {
  margin: 0;
  height: auto;
  max-width: 100%;
  width: auto;
}
.postbody .attachment img {
  max-width: 900px;
}
.postbody .alignleft,
.postbody img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}
.postbody .alignright,
.postbody img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}
.postbody .aligncenter,
.postbody img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.postbody img.alignleft,
.postbody img.alignright,
.postbody img.aligncenter {
  margin-bottom: 12px;
}
.postbody .wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}
.postbody .wp-caption img {
  margin: 5px 5px 0;
}
.postbody .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}
.postbody .wp-smiley {
  margin: 0;
}
.postbody .gallery {
  margin: 0 auto 18px auto;
  *zoom: 1;
}
.postbody .gallery .gallery-item {
  float: left;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  width: 350px !important;
}
.postbody .gallery img {
  border: 1px solid #e6eaea !important;
  width: 100% !important;
  height: auto !important;
}
.postbody .gallery br {
  display: none !important;
}
.postbody .gallery dl {
  margin: 0;
}
.postbody .gallery:before,
.postbody .gallery:after {
  content: ' ';
  display: table;
}
.postbody .gallery:after {
  clear: both;
}
.postbody .attachment img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .postbody {
    font-size: 15px;
  }
}
@media screen and (max-width: 780px) {
  .postbody .gallery {
    margin: 0 auto 18px auto;
  }
  .postbody .gallery .gallery-item {
    float: none;
    margin: 0 0 10px 0 !important;
    width: auto !important;
  }
}
.wp-pagenavi {
  margin-top: 50px;
  *zoom: 1;
}
.wp-pagenavi:before,
.wp-pagenavi:after {
  content: ' ';
  display: table;
}
.wp-pagenavi:after {
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #3c3c3c;
  background-color: #ffffff;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -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;
  text-align: center;
  text-decoration: none;
  border: 1px solid #3c3c3c;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #3c3c3c;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #3c3c3c;
}
/* =movie
-------------------------------------------------------------- */
#movie .movie-header{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 0 60px;
    border: 1px solid #35aaaf;
    overflow: hidden;
}
#home #movie .movie-header{
    margin: 0;
}
#movie .movie-header p{
    width: 380px;
    text-align: center;
}
#movie .movie-header iframe{
    width: 620px;
    height: 380px;
}
@media screen and (max-width: 640px) {
    #movie .movie-header{
        display: block;
    }
    #movie .movie-header p{
        width: auto;
        padding: 20px 10px;
    }
    #movie .movie-header iframe{
        width: 100%;
        height: 250px;
    }
}
#movie .insta{
    float: right;
    width: 340px;
    vertical-align: middle;
    overflow: hidden;
}
#movie p.taishi{
	clear:both;
	width:auto;
	margin-top:10px;
}
#movie .insta a,
#movie p.taishi a{
    color: #35aaaf;
    text-decoration: underline;
}
#movie .insta a:hover,
#movie p.taishi a:hover{
    color: #ff6400;
    text-decoration: none;
}
#movie .insta img{
    float: right;
    margin-left: 10px;
    vertical-align: middle;
}

#movie .insta span,
#movie p.taishi span{
    display: block;
    padding: 20px 0 0;
}
@media screen and (max-width: 780px) {
    #movie .insta{
        float: none;
        width: 300px;
        margin: 0 0 20px;
    }
    #movie .insta img{
        width: 50px;
    }
    #movie .insta span{
        padding: 0;
    }
}
#movie .movie-ttl{
    margin: 0 0 20px;
    color: #35aaaf;
    font-size: 18px;
    font-weight: bold;
}
#movie .movie-list{
    margin: 30px 0 60px;
    overflow: hidden;
}
#movie .movie-list .item {
  box-sizing: border-box;
  float: left;
  width: 310px;
  /*min-height: 368px;   */  
  margin-right: 35px;
  border: 1px solid #ccc;
  overflow:hidden;
}
#movie .movie-list .item:nth-child(3n) {
  margin-right: 0;
}
#movie .movie-list .item:nth-child(n+4) {
  margin-top: 35px;
}
#movie .movie-list .item a,
#movie .movie-list .item .cs {
  display: block;
}
#movie .movie-list .item a .text,
#movie .movie-list .item .cs .text {
  padding: 10px;
}
#movie .movie-list .item a .text h3,
#movie .movie-list .item .cs .text h3 {
  font-size: 14px;
  font-weight: bold;
}
#movie .movie-list .item a .text p,
#movie .movie-list .item .cs .text p {
  min-height:3em;
  margin-top: 5px;
  font-size: 12px;
  color: #787878;
  line-height: 1.7;
}
#movie .movie-list .item a {
  cursor: pointer;
}
#movie .movie-list .item a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.80;
}
#movie .btn{
    position: static!important;
    display: block;
    max-width: 210px;
    margin: 20px auto;
    padding: 10px;
    color: #35aaaf;
    text-align: center;
    border: 1px solid #35aaaf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff url(/common/images/movie/arr.png) 95% center no-repeat;
}
#movie a:hover .btn,
#movie .btn:hover{
    color: #fff;
    border: 1px solid #ff6400;
    background: #ff6400 url(/common/images/movie/arr-hvr.png) 95% center no-repeat;
}
@media screen and (max-width: 740px) {
  #movie .movie-list .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
#movie .movie-list .item .cs .text h3 {
  color: #787878;
}
#movie:before,
#movie:after {
  content: ' ';
  display: table;
}
#movie:after {
  clear: both;
}
@media screen and (max-width: 780px) {
  #movie .movie-list {
    *zoom: 1;
  }
  #movie .movie-list .item {
    float: none;
    width: auto;
    margin-right: 0;
  }
  #movie .movie-list .item:nth-child(3n) {
    margin-right: 0;
  }
  #movie .movie-list .item:nth-child(n+4) {
    margin-top: 0;
  }
  #movie .movie-list .item + .item {
    margin-top: 20px;
  }
  #movie .movie-list .item a .image img,
  #movie .movie-list .item .cs .image img {
    width: 100%;
    height: auto;
  }
  #movie .movie-list .item a .text,
  #movie .movie-list .item .cs .text {
    padding: 5px;
    height: auto;
  }
  #movie .movie-list .item a {
    cursor: pointer;
  }
  #movie .movie-list .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.80;
  }
  #movie .movie-list .item .cs .text h3 {
    color: #787878;
  }
  #movie:before,
  #movie:after {
    content: ' ';
    display: table;
  }
  #movie:after {
    clear: both;
  }
}
@media screen and (max-width: 780px){
  #movie .movie-list .item a:hover {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}


/* =movie +　tochigitok
-------------------------------------------------------------- */
.tochigitok h1.pttl{
	width:100%;
}
.tochigitok h1.pttl img{
	display:block;
	max-width:100%;
}
.tochigitok .movie-header{
	margin:0 0 20px;
}
#movie.tochigitok h2.movie-ttl{
	margin:40px 0 20px;
}
.tochigitok ul.photo{
	margin-top:25px;
	letter-spacing:-0.4em;
}

.tochigitok ul.photo li{
	width:475px;
	display:inline-block;
	*display:inline;
	margin-right:50px;
	margin-bottom:25px;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
}

.tochigitok ul.photo li:nth-child(2n){
	margin-right:0;
}
.tochigitok ul.photo li img{
	max-width:100%;
}
.tochigitok p strong{
	display:block;
	color:#e5004e;
	font-size:28px;
	font-weight:bold;
	margin-bottom:20px;
}

@media screen and (max-width: 780px){
	.tochigitok ul.photo li{
		width:47%;
		margin-left:1.5%;
		margin-right:1.5%;
	}
}

@media screen and (max-width: 505px){
	.tochigitok ul.photo li{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}

/* =movie +　miraitaishi
-------------------------------------------------------------- */
#movie.miraitaishi .movie-header{
	border:none;
}
#movie.miraitaishi h1.pttl img{
	width:100%;
}
	
#movie.miraitaishi div.movie-list div.item{
	position:relative;
	width:490px;
	min-height:530px;
	margin-right: 20px;
	margin-bottom:30px;
}
#movie.miraitaishi div.movie-list div.odd{
	margin-right: 0;
}
#movie.miraitaishi div.movie-list .item:nth-child(n+4){
	margin-top:0;
}
#movie.miraitaishi div.movie-list div.item div.image img{
	max-width:100%;
}
#movie.miraitaishi .movie-list .item a .text h3{
	font-size:18px;
	font-weight:normal;
}
#movie.miraitaishi .movie-list .item p.hp{
	margin:0 10px;
	font-size:12px;
}
#movie.miraitaishi p.hp a{
	color:#35aaaf;
	text-decoration:underline;
}
#movie.miraitaishi p.hp a:hover{
	color:#dd6400;
	text-decoration:none;
}
#movie.miraitaishi .btn{
	width:210px;
	position:absolute!important;
	bottom:0;
	left:50%;
	margin-left:-116px;
}
@media screen and (max-width: 780px) {
	#movie.miraitaishi div.inner{
		margin:20px;
	}
	#movie.miraitaishi div.movie-list div.item{
		width:100%;
		min-height:0;
		padding-bottom:85px;
	}
}

/*210316 add miraitaishi-music video*/
/* music_video
=================================================*/
/* common */
div.music_video img{
	max-width:100%;
}
div.music_video h2.ttl{
	margin: 0 0 20px;
    color: #35aaaf;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
}

div.music_video{
	width:930px;
	margin:90px auto;
	padding:25px;
	border:10px #f6f6f6 solid;
}
div.music_video p.writer{
	margin:5px 0 30px;
}
div.music_video p.outline{
	margin:0 0 60px;
}

@media screen and (max-width: 1054px) {
	div.music_video{
		width:auto;
		margin:90px auto;
	}
}
@media screen and (max-width: 510px) {
	div.music_video{
		width:88%;
		width:calc(90% - 20px);
		padding:5%;
	}
}


div.music_video div#youtube{
	width:100%;
	height:0;
	position:relative;
	margin-bottom:5px;
	padding:56% 0 0 0;
}
div.music_video div#youtube iframe{
	position:absolute;
	top:0;
}

/* performer*/
div.music_video ul.performer{
	width:100%;
}
div.music_video ul.performer li{
	min-height:170px;
	margin:0 0 30px;
	padding:0 0 0 350px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:300px auto;
}
div.music_video ul.performer li:nth-child(2){background-image:url(/common/images/movie/dotama.png);}
div.music_video ul.performer li:nth-child(3){background-image:url(/common/images/movie/hori.jpg);}
div.music_video ul.performer li:nth-child(3){
	margin:0;
}
div.music_video ul.performer li h3.name{
	margin:0 0 30px;
	font-size:18px;
}
@media screen and (max-width: 800px) {
	div.music_video ul.performer li{
		padding:0 0 0 320px;
	}
}
@media screen and (max-width: 630px) {
	div.music_video ul.performer li{
		min-height:0;
		margin:0 0 30px;
		padding:60% 0 00;
		background-repeat:no-repeat;
		background-position:center top;
		background-size:100% auto;
	}
	div.music_video ul.performer li h3.name{
		margin:0 0 15px;
	}
}



@charset "UTF-8";






/* pr_common
================================================*/
#pr_movie a:link   {color:#35aaaf;text-decoration:underline;}
#pr_movie a:visited{color:#35aaaf;text-decoration:underline;}
#pr_movie a:hover  {color:orange;text-decoration:none;}
#pr_movie a:active {color:#35aaaf;text-decoration:underline;}

ul.dib,
dl.dib,
div.dib{
	letter-spacing:-0.4em;
}
ul.dib li,
dl.dib dt,
dl.dib dd,
div.dib div{
	display:inline-block;
	*display:inline;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
}


/* pr_pttl
================================================*/


div#pr_header {
	width: calc(100% - 60px);
	margin-bottom:30px;
	padding:70px 30px;
	text-align: center;
    -moz-animation: anime1 3s ease;
    -webkit-animation: anime1 3s ease;
    -o-animation: anime1 3s ease;
    -ms-animation: anime1 3s ease;
	background-repeat:repeat-x;
	background-size:110% auto;
	background-position:center bottom;
	overflow:hidden;
}

@-moz-keyframes anime1 {
0% {background-position:center center;}
100% {background-position:center bottom;}
}

@-webkit-keyframes anime1 {
0% {background-position:center center;}
100% {background-position:center bottom;}
}

@-o-keyframes anime1 {
0% {background-position:center center;}
100% {background-position:center bottom;}
}

@-ms-keyframes anime1 {
0% {background-position:center center;}
100% {background-position:center bottom;}
}

div#pr_header.bg1{background-image:url(../../../pr/img/bk_pttl/1.png);}
div#pr_header.bg2{background-image:url(../../../pr/img/bk_pttl/2.png);}
div#pr_header.bg3{background-image:url(../../../pr/img/bk_pttl/3.png);}
div#pr_header.bg4{background-image:url(../../../pr/img/bk_pttl/4.png);}
div#pr_header.bg5{background-image:url(../../../pr/img/bk_pttl/5.png);}
div#pr_header.bg6{background-image:url(../../../pr/img/bk_pttl/6.png);}
div#pr_header.bg7{background-image:url(../../../pr/img/bk_pttl/7.png);}
div#pr_header.bg8{background-image:url(../../../pr/img/bk_pttl/8.png);}
div#pr_header.bg9{background-image:url(../../../pr/img/bk_pttl/9.png);}
div#pr_header.bg10{background-image:url(../../../pr/img/bk_pttl/10.png);}


h1#pttl{
	width:100%;
	color:white;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.8));
}
h1#pttl strong{
	display:block;
	margin-bottom:30px;
	font-size:36px;
	font-weight:bold;
}


/* lnavi
================================================*/
ul#lnavi{
	margin:-50px auto 0;
	text-align:center;
}
ul#lnavi li{
	width:171px;
	height:50px;
	margin:-60px 10px 30px;
	padding:95px 0 0;
	color:white;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center top;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}
ul#lnavi li:nth-child(1){background-image:url(../../../pr/img/nasuo.png);}
ul#lnavi li:nth-child(2){background-image:url(../../../pr/img/kennouo.png);}
ul#lnavi li:nth-child(3){background-image:url(../../../pr/img/kennano.png);}
ul#lnavi li:nth-child(4){background-image:url(../../../pr/img/kentoo.png);}

ul#lnavi li:nth-child(1):hover{background-image:url(../../../pr/img/nasu.png);}
ul#lnavi li:nth-child(2):hover{background-image:url(../../../pr/img/kennou.png);}
ul#lnavi li:nth-child(3):hover{background-image:url(../../../pr/img/kennan.png);}
ul#lnavi li:nth-child(4):hover{background-image:url(../../../pr/img/kento.png);}

ul#lnavi li.is-active:nth-child(1){background-image:url(../../../pr/img/nasu.png);}
ul#lnavi li.is-active:nth-child(2){background-image:url(../../../pr/img/kennou.png);}
ul#lnavi li.is-active:nth-child(3){background-image:url(../../../pr/img/kennan.png);}
ul#lnavi li.is-active:nth-child(4){background-image:url(../../../pr/img/kento.png);}

ul#lnavi li a{
	color:white!important;
}

div.tab_contents{
    display:none;
}
div.tab_contents.is-show{
    display:block;
}


/* swing */
ul#lnavi li.is-active {
    -moz-animation: swing ease 3s infinite;
    -moz-transform-origin: center bottom 0;
    -webkit-animation: swing ease 3s infinite;
    -webkit-transform-origin: center bottom 0;
    -ms-animation: swing ease 3s infinite;
    -ms-transform-origin: center bottom 0;
    -o-animation: swing ease 3s infinite;
    -o-transform-origin:center bottom 0;
    animation: swing ease 3s infinite;
    transform-origin: center bottom 0;
}
 
@-moz-keyframes swing {
    0% { -moz-transform: rotate(0deg) }
    25% { -moz-transform: rotate(3deg); }
    50% { -moz-transform: rotate(0deg); }
    75% { -moz-transform: rotate(-3deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes swing {
    0% { -webkit-transform: rotate(0deg); }
    25% { -webkit-transform: rotate(3deg); }
    50% { -webkit-transform: rotate(0deg); }
    75% { -webkit-transform: rotate(-3deg); }
    100% { -webkit-transform: rotate(0deg); }
}    
@-o-keyframes swing {
    0% { -o-transform: rotate(0deg); }
    25% { -o-transform: rotate(3deg); }
    50% { -o-transform: rotate(0deg); }
    75% { -o-transform: rotate(-3deg); }
    100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes swing {
    0% { -ms-transform: rotate(0deg); }
    25% { -ms-transform: rotate(3deg); }
    50% { -ms-transform: rotate(0deg); }
    75% { -ms-transform: rotate(-3deg); }
    100% { -ms-transform: rotate(0deg); }
}
@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}




/* area link
================================================*/

p.area_ttl{
	margin:0 auto;
	text-align:center;
}
ul.area_link{
	margin:0 auto 30px;
	text-align:center;
}
ul.area_link li{
	margin:10px;
}

/* movie_list
================================================*/

dl.movie_list{
	margin-bottom:50px;
}
dl.movie_list dt,
dl.movie_list dd{
	margin-top:10px;
	padding-top:10px;
	border-top:1px #ccc dotted;
}
dl.movie_list dt:nth-child(1),
dl.movie_list dd:nth-child(2){
	border-top:none;
}

dl.movie_list dt{
	width:350px;
	padding-right:30px;
	padding-left:110px;
}
dl.movie_list dt:before{
	display:inline-block;
	width:90px;
	margin:0 10px 0 0;
	padding:3px 5px;
	color:white;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-left:-110px
}

dl.movie_list dt.pr:before{
	content:"PR動画";
	background-color:#35aaaf;
}
dl.movie_list dt.site:before{
	content:"Webサイト";
	background-color:#4187e1;
}
	
	
dl.movie_list dd{
	width:480px;
}
h2.pref_name{
	margin:0 auto;
	font-size:24px;
	text-align:center;
	border-bottom:1px #ccc solid;
}

span.url{
	display:block;
	margin-top:5px;
	color:#969696;
	font-size:12px;
	line-height:1.8;
}
	
@media screen and (max-width: 693px){
}



/* wpcf7
======================================================*/
div.wpcf7{
	width:700px;
	margin:30px auto!important;
}
div.wpcf7 h2.ttl{
	margin:30px auto 10px;
	padding:0 0 10px;
	font-size:24px;
	text-align:center;
	border-bottom:1px #029279 solid;
}
div.wpcf7 dl{
	letter-spacing:-0.4em;
	border-bottom:1px #ccc solid;
}
div.wpcf7 dl h3{
	width:96%;
	margin:0 auto 10px;
	padding:5px 2%;
	color:white;
	font-size:18px;
	text-align:center;
	letter-spacing:normal;
	background-color:#029279;
}
div.wpcf7 dl dt,
div.wpcf7 dl dd{
	width:50%;
	display:inline-block;
	*display:inline;
	margin-bottom:10px;
	padding-top:10px;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
	border-top:1px #ccc dotted;
}
div.wpcf7 dl dt span.require,
div.wpcf7 dl dt span.option{
	margin-right:5px;
	padding:3px 10px;
	font-size:12px;
	color:white;
	background-color:#ff7373;
}

div.wpcf7 dl dt span.option{
	background-color:#6d9696;
}
div.wpcf7 dl dd input[type=text],
div.wpcf7 dl dd input[type=email],
div.wpcf7 dl dd input[type=tel]{
	width:calc(100% - 20px);
	margin-bottom:10px;
	padding:5px 10px;
}
div.wpcf7 dl dt.post input,
div.wpcf7 dl dd.post input,
div.wpcf7 dl dd span.your-name-kana input,
div.wpcf7 dl dd span.your-name-kana2 input,
div.wpcf7 dl dd span.your-name-kana3 input{
	margin-bottom:0;
}
div.wpcf7 dl dd input#zip{
	width:auto;
}
div.wpcf7 input.wpcf7-submit{
	width:50%;
	min-width:240px;
	display:block;
	margin:30px auto;
	padding:12px 10px 8px;
	color:white;
	font-size:18px;
	border:1px #ccc solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
	background-color:#029279;
}

div.wpcf7 input.wpcf7-submit:hover{
	color:white;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border:1px #ccc #ff6644;
	background-color:#ff6644;
}

div.wpcf7 dl dt.name,
div.wpcf7 dl dd.name{
	border-top:1px #aaa solid;
}
div.wpcf7 dl .name:nth-child(1),
div.wpcf7 dl .name:nth-child(2),
div.wpcf7 dl .name:nth-child(3){
	border-top:none;
}

div.wpcf7 p.note{
	margin:0 0 30px;
}
div.wpcf7 span.wpcf7-not-valid-tip {
	width:96%;
	padding:5px 2%;
	color:white;
	background-color:red;
}
div.wpcf7 dl dd span.your-name-kana span.wpcf7-not-valid-tip {
	margin-top:10px;
}
div.wpcf7 div.wpcf7-validation-errors{
	width:96%;
	padding:15px 2%;
	color:white;
	text-align:center;
	border:none;
	background-color:red;
}

@media screen and (max-width: 780px) {
	div.wpcf7{
		width:95%;
		max-width:700px;
	}
	div.wpcf7 dl dt,
	div.wpcf7 dl dd{
		width:100%;
	}
	div.wpcf7 dl dt{
		margin-bottom:0;
	}
	div.wpcf7 dl dd{
		border-top:none;
	}
	div.wpcf7 dl dt.name {
		padding-top:30px;
	}
}

@media screen and (max-width: 480px) {
	div.wpcf7{
		width:90%;
		max-width:700px;
	}
}


/*  https://verygoodlocal-tochigi.jp/news/630/
======================================================*/
a.symp_img {
	display:block;
	border:1px #ccc solid;
	overflow:hidden;
}
a.symp_img img{
	max-width:none;
	margin:-1px 0 0 -1px;
}
a.symp_btn{
	width:50%;
	min-width:240px;
	display:block;
	margin:0 auto;
	padding:12px 10px 8px;
	color:white!important;
	font-size:18px;
	text-align:center;
	line-height:1.75;
	border:1px #ccc solid;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px; 
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color:#029279;
}
a.symp_btn:hover{
	color:white!important;
	border:1px #ff6644 solid;
	background-color:#ff6644;
}
div.postbody pre{
	text-align:center;
	background-color:white;
}


/* 2column
========================================================*/
div.column2 ul {
	letter-spacing:-0.4em;
}
div.column2 ul li{
	display:inline-block;
	margin-right:3%;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
}
div.column2 ul li:nth-child(2n-1){
	width:38.5%;
}
div.column2 ul li:nth-child(2n){
	width:58.5%;
	margin-right:0;
}
div.column2 ul li img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
div.column2 ul li a{
	display:block;
	padding-left:15px;
	color:#4472c4;
	text-decoration:underline;
	background:url(../images/arr.png) no-repeat left 0.45em;
	transition:all 0.3s linear;
}
div.column2 ul li a:hover{
	color:orange;
	text-decoration:none;
}

@media screen and (max-width:1024px){
	div.column2 ul li{
		width:48.5%!important;
	}
}
@media screen and (max-width:740px){
	div.column2 ul li{
		width:100%!important;
		margin-right:0!important;
	}
	div.column2 ul li:nth-child(2n){
		margin-top:15px;
	}
}

/* member_common
========================================================*/
div#contents_member{
	max-width:1024px;
	margin:0 auto 120px;
}
div#footer_member div.f_logo{
	width: calc(100% - 20px);
	max-width:300px;
	margin:0 auto;
}
div#footer_member div.f_logo{
	max-width:300px;
	margin:0 auto;
}
div#footer_member div.f_nav ul{
	padding:0 10px;
	text-align:center;
	letter-spacing:-0.4em;
}
div#footer_member div.f_nav ul li{
	display:inline-block;
	margin:5px 15px 0 0;
	vertical-align:top;
	letter-spacing:normal;
	zoom:1;
}
div#footer_member div.f_nav ul li a{
	padding-left:15px;
	background:url(../images/arr.png) no-repeat left center;
}
@media screen and (max-width: 1054px) {
	div#contents_member{
		margin:0 10px 90px;
	}
}

/* municipal_introduction */
.municipal_introduction div.inner a{
	display:block;
	font-size:20px;
	border-bottom:1px #ccc solid;
	transition:all 0.3s linear;
}
.municipal_introduction div.inner a:hover{
	color:#fff;
	background-color:#ff6400;
}

/* municipal_page */
.municipal_introduction div.inner div.title,
.municipal_page div.inner div.title{
	margin-bottom:30px;
	padding-bottom:5px;
	font-size:28px;
	border-bottom:5px #e6eaea solid;
}

.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}