/* CSS common Document */

body{
	/*font-family: "メイリオ","Hiragino Kaku Gothic ProN", sans-serif;*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:14px;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	line-height:2em;
	letter-spacing:0.1em;
	font-weight:500;
}

header{
	width:1200px;
	margin:0 auto 0 auto;
}

@media screen and (min-width: 1000px) {
	.pc{
		display:none;
	}
	
	footer{
		padding:60px 0 0 0;
		background:url(../img/footer.jpg);
		background-position:center -400px;
		text-align:center;
	}
	
	footer .inner{
		text-align:left;
		width:1000px;
		margin:0 auto 0 auto;
	}
	
	footer a{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	footer ul.ft_nav1 li{
		font-size:18px;
		margin-right:15px;
		float:left;
		margin-bottom:20px;
	}
	
	footer ul.ft_nav2 li{
		font-size:14px;
		margin-right:15px;
		float:left;
	}
	
	footer ul.ft_nav3{
		margin:30px 0 20px 0;
		line-height:35px;
		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		padding:20px 0 20px 0;
		display: flex;
        flex-wrap: wrap;
	}
	
	footer ul.ft_nav3 li{
	
		font-size:14px;
		margin-right:15px;
	}
	
	footer .name{
		font-size:22px;
		margin:0 0 10px 0;
		color:#FFFFFF;
	}
	
	footer .tel_fax{
		color:#FFFFFF;
	}
	
	footer .address{
		color:#FFFFFF;
	}
	
	.footer_left{
		margin-top:20px;
		float:left;
	}
	
	.footer_right{
		width:590px;
		margin-top:20px;
		float:right;
	}
	
	footer .credit{
		float:left;
		margin-right:20px;
	}
	
	footer .sns ul li{
		width:50px;
		float:left;
		margin-right:10px;
	}
	
	footer #copyright{
		margin-top:60px;
		padding:5px 0 5px 0;
		background-color:#000;
		color:#FFFFFF;
		font-size:11px;
	}
}

@media screen and (max-width: 999px) {
	
	.pc{
		display:block;
	}
	
	footer{
		background:url(../img/footer.jpg);
		background-position:center -400px;
		text-align:center;
		padding:30px 30px 30px 30px;
    }
	
	footer .inner{
		text-align:left;
		margin:0 auto 0 auto;
	}
	
	footer a{
		color:#FFFFFF;
		text-decoration:none;
	}
	
	footer ul.ft_nav1 li{
		font-size:18px;
		margin-right:15px;
		float:left;
		margin-bottom:20px;
	}
	
	footer ul.ft_nav2 li{
		font-size:14px;
		margin-right:15px;
		float:left;
	}
	
	footer ul.ft_nav3{
		margin:30px 0 20px 0;
		line-height:35px;
		border-top:1px solid #FFFFFF;
		border-bottom:1px solid #FFFFFF;
		padding:20px 0 20px 0;
		display: flex;
        flex-wrap: wrap;
	}
	
	footer ul.ft_nav3 li{
		font-size:14px;
		margin-right:15px;
	}
	
	footer .name{
		font-size:22px;
		margin:0 0 10px 0;
		color:#FFFFFF;
	}
	
	footer .tel_fax{
		color:#FFFFFF;
	}
	
	footer .address{
		color:#FFFFFF;
	}
	
	.footer_left{
		margin-top:20px;
		float:left;
	}
	
	.footer_right{
		margin-top:20px;
		float:right;
	}
	
	footer .credit{
		float:left;
		margin-right:20px;
	}
	
	footer .sns ul li{
		width:35px;
		margin-top:15px;
		float:left;
		margin-right:15px;
	}
	
	footer #copyright{
		margin-top:30px;
		padding:5px 0 25px 0;
		color:#FFFFFF;
		font-size:11px;
	}
}

a{
	color:#0576BD;
    -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:hover{
	opacity:0.5;
}

p{
}

img{
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}


/* nav */
nav{
}

nav ul{
}

nav ul li{
}

nav ul li a{
}

/* font */

.under_line{
	text-decoration: underline;	
}

.font_red{
	color:#FF0000;
}

.font_blue{
	color:#0000FF;
}

.font_white{
	color:#FFFFFF;
}

.font_10{
	font-size:10px;
}

.font_12{
	font-size:12px;
}

.font_14{
	font-size:14px;
}

.font_16{
	font-size:16px;
}

.bold{
	font-weight:bold;
}

.sym{
	font-family : 'ＭＳ ゴシック', Arial, sans-serif;
}
/* margin */

.ma10{
	margin:10px;
}

.ma20{
	margin:20px;
}

.ma30{
	margin:30px;
}

.mat10{
	margin-top:10px
}

.mat20{
	margin-top:20px
}

.mat30{
	margin-top:30px
}

.mab10{
	margin-bottom:10px;
}

.mab20{
	margin-bottom:20px;
}


.mab30{
	margin-bottom:30px;
}

/* padding */

.pa10{
	padding:10px;
}

.pa20{
	padding:20px;
}

.pa30{
	padding:30px;
}

/* all */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.center{
	text-align:center;
}

.sentence{
	padding-left: 1em;
	text-indent: -1em;
}

.shadow{
	-webkit-box-shadow: #CCC 1px 1px 3px;
	-moz-box-shadow: #CCC 1px 1px 3px;
	box-shadow: #CCC 1px 1px 3px;
}


/* nav */

.contact a{
	font-weight:bold;
	padding:10px 10px 10px 10px;
	font-size:12px;
	color:#FFFFFF !important;
	position: absolute;
	top:-30px;
	right:0px;
	display:block;
	height:40px;
	float:right;
	background:url(../img/mail_icon.png) no-repeat;
	background-size:45px 45px;
	background-position:25px 18px;
	background-color:#f776a1;
}

nav .inner {
	width: 980px;
	margin: 0 auto;
}
nav .inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
	background-color:#fff;
	height:45px;
}
#top-head a,
#top-head {
	color:#000000;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
	top:7px;
}
#top-head .logo {
	float: left;
	margin-left:10px;
	margin-top:-28px !important;
}

#top-head .logo img{
	width:238px;
	height:auto;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 0;
}
#global-nav ul li {
	float: left;
	top:25px;
	position: relative;
}

#global-nav ul li:after{
		padding-left:0px;
		content: "/" ;
		margin-right:0px;
}

#global-nav ul li:last-child:after{
		content: "" ;
		margin-right:0px;
		padding-left:0px;
}

#global-nav ul li a {
	font-size:14px;
	padding: 0 5px;
}

/* Btn Hover */

#global-nav ul li:hover:after {
}

#global-nav ul li a:hover{
	opacity:0.5;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 30px;
	height: 45px;
	background-color:rgba(255,255,255,0.9);


	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	
	-webkit-box-shadow: #CCC 1px 1px 3px;
	-moz-box-shadow: #CCC 1px 1px 3px;
	box-shadow: #CCC 1px 1px 3px;
}

#top-head.fixed #global-nav ul li a {
	padding: 0 12px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -20px;
}
#top-head.fixed #global-nav ul li:hover:after {;
	bottom: -20px;
}

#top-head.fixed #global-nav ul li a:hover{
	opacity:0.5;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 18px;
	width: 24px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 9px;
}
#nav-toggle span:nth-child(3) {
	top: 18px;
}


@media screen and (max-width: 1060px) {
	.top_sp{
		padding-top:50px;
	}
	
	.contact a{
		display:none;
	}
	
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
	
	#top-head .logo {
		float: left;
		margin-left:-5px;
		margin-top:0px !important;
	}
	
	#top-head .logo img{
		width:180px;
		height:auto;
	}
}

@media screen and (max-width: 1060px) {
	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: -10px;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		top: -10px;
		position: fixed;
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 66px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {	
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 13px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		text-align:left;
		border-bottom:1px solid #5F5F5F;
	}
	
	#global-nav ul li:last-child {
		border:none;
	}
	
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 96%;
		display: block;
		color: #fff;
		padding: 13px 0 13px 4%;
	}
	#nav-toggle {
		margin-top:5px;
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


}


@media screen and (min-width: 980px) {
	.nav_contact{
		display:none;
	}
}

@media screen and (max-width: 980px) {
	.nav_contact{
		display:block;
		background-color:#f776a1;
	}
	
	.nav_contact a{
		color:#FFFFFF !important;
	}
}

/* btn */

.contact_a{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:10px;
	border-bottom:5px solid #D4D4D4;
	width:200px;
	margin-bottom:30px;
	background-color:#000;
}

.contact_a i{
	margin-right:7px;
}

.button1 i{
	margin-left:60px;
}

.button1 {
  display: inline-block;
  width: 200px;
  height: 49px;
  text-align: center;
  text-decoration: none;
  line-height: 39px;
  outline: none;
}
.button1::before,
.button1::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button1,
.button1::before,
.button1::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button1 {
	margin-top:10px;
	margin-bottom:30px;
	float:right;
 	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button1 span {
	display: block;
	position: absolute;
	padding-left:60px;
	width: 200px;
	height: 45px;
	border: 2px solid #333;
	text-align: center;
	line-height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button1 span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -15px;
	-moz-transform-origin: 50% 50% -15px;
	transform-origin: 50% 50% -15px;
}
.button1 span:nth-child(2) {
	background-color: #fff;
	color:#000000 !important;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -15px;
	-moz-transform-origin: 50% 50% -15px;
	transform-origin: 50% 50% -15px;
}

.button1:hover{
	opacity:1.0;
}

.button1:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button1:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}

@media screen and (min-width: 1000px) {
	.h_title{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:20px;
		padding-left:30px;
		font-weight:bold;
		line-height:80px;
		color:#FFFFFF;
		width:1000px;
		height:72px;
		background:url(../img/title.png) no-repeat;
		margin-bottom:40px;
	}
	
	.h_title span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:12px;
	}
	
	.h_title2{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:20px;
		padding-left:30px;
		font-weight:bold;
		line-height:80px;
		color:#FFFFFF;
		width:1000px;
		height:72px;
		background:url(../img/title2.png) no-repeat;
		margin-bottom:40px;
	}
	
	.h_title2 span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:12px;
	}

	.h_title3{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:20px;
		padding-left:30px;
		font-weight:bold;
		line-height:80px;
		color:#FFFFFF;
		width:1000px;
		height:72px;
		background:url(../img/title3.png) no-repeat;
		margin-bottom:40px;
	}
	
	.h_title3 span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:12px;
	}

	.h_title4{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:20px;
		padding-left:30px;
		font-weight:bold;
		line-height:80px;
		color:#FFFFFF;
		width:1000px;
		height:72px;
		background:url(../img/title4.png) no-repeat;
		margin-bottom:40px;
	}
	
	.h_title4 span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:12px;
	}
}

@media screen and (max-width: 999px) {
	.button1{
		margin-right:10px;
	}
	.h_title{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:16px;
		padding-left:20px;
		font-weight:bold;
		line-height:60px;
		color:#FFFFFF;
		background-color:#000000;
		margin-bottom:15px;
	}
	
	.h_title span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:10px;
	}
	
	.h_title2{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:16px;
		padding-left:20px;
		font-weight:bold;
		line-height:60px;
		color:#FFFFFF;
		background-color:#78002c;
		margin-bottom:15px;
	}
	
	.h_title2 span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:10px;
	}
	.h_title3{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:16px;
		padding-left:20px;
		font-weight:bold;
		line-height:60px;
		color:#FFFFFF;
		background-color:#043567;
		margin-bottom:15px;
	}
	
	.h_title3 span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:10px;
	}

	.h_title4{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:16px;
		padding-left:20px;
		font-weight:bold;
		line-height:60px;
		color:#FFFFFF;
		background-color:#a73700;
		margin-bottom:15px;
	}
	
	.h_title4 span{
		margin-left:15px;
		border-bottom:1px solid #FFFFFF;
		font-size:10px;
	}
}
/* sub */

iframe{
	max-width:100%;
	margin-bottom:20px;
}

@media screen and (min-width: 1060px) {
	.sub{
		padding:50px 0 50px 0;
		margin:85px 0 0 0;
		background-color:#F4F4F4;
	}
}

@media screen and (max-width: 1059px) {
	.sub{
		padding:0px 0 50px 0;
		margin:65px 0 0 0;
		background-color:#F4F4F4;
	}
}


@media screen and (min-width: 1000px) {
	#article{
		width:1000px;
		margin:0 auto 0 auto;
	}
}

@media screen and (min-width: 1000px) {
	#article .article_text{
		min-height:500px;
		padding:60px;
		background-color:#FFFFFF;
		content: "";
		clear: both;
		display: block;
	}
}

@media screen and (max-width: 999px) {
	#article .article_text{
		min-height:500px;
		padding:15px;
		background-color:#FFFFFF;
		content: "";
		clear: both;
		display: block;
	}
}

.ds1{
	font-size:1.1em;
	background: linear-gradient(transparent 60%, #EBE5DC 60%);
}

@media screen and (min-width: 1060px) {
	
	#article h1{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:24px;
		padding:23px 30px 19px 30px;
		font-weight:bold;
		line-height:38px;
		color:#FFFFFF;
		width:940px;
		background:url(../img/title.png) no-repeat;
		margin:0 0 20px 0;
	}
}

@media screen and (max-width: 1059px) {
	
	#article h1{
		font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
		font-size:18px;
		padding:15px 20px 15px 20px;
		font-weight:bold;
		line-height:24px;
		color:#FFFFFF;
		background-color:#000000;
		margin:0 0 20px 0;
	}
}


/*
#article h2{
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 30px 0;
	line-height:30px;
	padding-bottom:5px;
	border-bottom:1px solid #000000;
}
*/

#article h2{
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
	font-size:18px;
	color:#FFFFFF;
	padding:10px 10px 10px 20px;
	font-weight:bold;
	background-color:#5d4923;
	margin:0 0 30px 0;
	background:linear-gradient(60deg, #62420f, #9e6f25);
	content: "";
	clear: both;
	display: block;
}

#article h3{
	font-family: "Yu Mincho", "YuMincho", "Sawarabi Mincho", serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 30px 0;
	padding-left:10px;
	border-left:5px solid #000;
	content: "";
	clear: both;
	display: block;
	background-color:#F1F1F1;
	padding:10px 10px 10px 20px;
}

.article_date{
	width:110px;
	font-size:11px;
	padding:2px 10px 2px 10px;
	text-align:center;
	background-color:#ECECEC;
	margin-bottom:20px;
}

@media print, screen and (min-width: 700px) {
	.introduce_img_r{
		float:right;
		max-width:500px;
		height:auto;
		margin:0 0 20px 20px;
	}

	.introduce_img_l{
		float:left;
		max-width:500px;
		height:auto;
		margin:0 20px 20px 0;
	}
}

@media print, screen and (max-width: 699px) {
	.introduce_img_r{
		float:right;
		width:40%;
		height:auto;
		margin:0 0 20px 20px;
	}

	.introduce_img_l{
		float:left;
		width:40%;
		height:auto;
		margin:0 20px 20px 0;
	}
}

@media print, screen and (min-width: 700px) {
	.message_img_r{
		float:right;
		width:300px;
		height:auto;
		margin:0 0 20px 20px;
	}
}

@media print, screen and (max-width: 699px) {
	.message_img_r{
		float:right;
		width:40%;
		height:auto;
		margin:0 0 20px 20px;
	}
}

@media print, screen and (min-width: 800px) {
	dl.dl1{
		display:flex;
		flex-wrap: wrap;
		border-bottom:1px solid #AB7A2F;
	}
	
	dl.dl1 dt{
		border-top:1px solid #AB7A2F;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30%;
		padding: 10px;
		box-sizing: border-box;
		color:#FFF;
		background:-webkit-linear-gradient(60deg, #62420f, #c69140);
		background:-moz-linear-gradient(60deg, #62420f, #c69140);
		background:-o-linear-gradient(60deg, #62420f, #c69140);
		background:linear-gradient(60deg, #62420f, #c69140);
	}
	
	dl.dl1 dt span{
		line-height:14px;
		height:14px;
	}
	dl.dl1 dd{
		border-top:1px solid #AB7A2F;
		padding: 20px;
		margin: 0;
		width: 70%;
		box-sizing: border-box;
	}
	.introduce_single_left dl.dl1 dt{
		width: 18%;
		padding: 5px;
        line-height: 20px;
	}
	
	.introduce_single_left dl.dl1 dd{
		padding: 10px;
		width: 82%;
		letter-spacing: 0em;
		line-height: 20px;
	}

	.sym{
		display: none;
	}
}

@media print, screen and (max-width: 799px) {
	dl.dl1{
		margin-right:0px;
		overflow:hidden;
		margin-bottom:20px;
	}
	
	dl.dl1 dt{
		padding:10px 10px 10px 20px;
		color:#FFFFFF;
		background-color:#62420f;
	}
	dl.dl1 dd{
		padding:10px;
	}
	
	.introduce_single_left dl.dl1 dt br{
	display: none;
		
	}
	
	.introduce_single_left dl.dl1 dd{
		padding: 10px;
		letter-spacing: 0em;
		line-height: 20px;
	}
}

ul.normal{
	margin-bottom:30px;
}

ul.normal li{
	margin-left:1em;
	text-indent:-1em;
}

ul.normal2{
	margin-bottom:30px;
}

ul.normal2 li{
}

.breadcrumbs{
	font-size:11px;
	letter-spacing:0em;
	line-height:20px;
}

@media print, screen and (max-width: 999px) {
	.breadcrumbs{
		padding:0 10px 0 10px;
	}
}


/* page_navi */

.wp-pagenavi{
	margin-top:40px;
}

.wp-pagenavi a{
	text-decoration:none;
}

.wp-pagenavi .current{
	padding:10px 15px 10px 15px;
}
.wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink{
	color:#FFFFFF;
	padding:10px 15px 10px 15px;
	background-color:#99ADC4;
	margin-right:5px;
}

.unesco{
    margin-top: 10px;
    padding: 10px;
    border: 2px solid #fff;
    color: #FFFFFF;
}

.unesco img{
    margin-top: 5px;
    width: 200px;
    height: auto;
}

@media print, screen and (min-width: 1060px) {
    .footer_fix{
        display: none;
    }
}
@media print, screen and (max-width: 1059px) {
    .footer_fix{
        padding: 10px 2% 10px 2%;
        background-color:rgba(0,0,0,0.8);
        position: fixed;
        bottom: 0px;
        z-index: 10000;
        font-weight: bold;
        width: 100%;
}
    .footer_fix ul{
        display:flex;
    }
    
    .footer_fix ul li{
        width: 47%;
        margin-right: 2%;
        background-color: #EDEDED;
        border-radius: 5px;
    }
    
    .footer_fix ul li img{
        height: 20px;
    }
    
    .footer_fix ul li:nth-child(1){
    }
    
    .footer_fix ul li:nth-child(2){
        margin-right: 0%;
    }
    
    .footer_fix ul li a{
        display: block;
        text-decoration: none;
        color: #000;
        text-align: center;
        padding: 0px 2% 5px 2%;
        line-height: 25px;
    }
}

.info_entry_form .wpcf7 input[type="text"],
.info_entry_form .wpcf7 input[type="email"],
.info_entry_form .wpcf7 input[type="url"],
.info_entry_form .wpcf7 input[type="tel"],
.info_entry_form .wpcf7 textarea {
	width:95%;
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.info_entry_form .wpcf7 input[type="checkbox"]{
    margin-left: -10px;
}

.info_entry_form .wpcf7-list-item{
    display: block;
    padding-left:10px;
    text-indent:-10px;
}

.info_entry_form .wpcf7 select{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	margin-bottom:10px;
}

.info_entry_form .wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 10px 20px 10px 20px;
	background: #eee;
    width: 200px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: -1px 1px 0 rgba(255,255,255,1);
}
.info_entry_form .wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}

.info_entry_form .wpcf7 .age input[type="text"]{
	width:50px;
}

.info_entry_form .wpcf7 .kibou input[type="text"]{
	width:200px;
}

/* エラー個所をわかりやすく表示 */
.info_entry_form .wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.info_entry_form .wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.info_entry_form .wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.info_entry_form .wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.info_entry_form .wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

.info_entry_form .enter_btn{
    text-align: center;
    margin-top: 20px;
}

@media print, screen and (min-width: 800px) {
	dl.dl2{
		display:flex;
		flex-wrap: wrap;
		border-bottom:1px solid #989898;
	}
	
	dl.dl2 dt{
		border-top:1px solid #989898;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30%;
		padding: 10px;
		box-sizing: border-box;
		color:#000;
        background-color: #F1F1F1;
	}
	
	dl.dl2 dt span{
		line-height:14px;
		height:14px;
	}
	dl.dl2 dd{
		border-top:1px solid #989898;
		padding: 20px;
		margin: 0;
		width: 70%;
		box-sizing: border-box;
	}
}

@media print, screen and (max-width: 799px) {
	dl.dl2{
		margin-right:0px;
		overflow:hidden;
		margin-bottom:20px;
	}
	
	dl.dl2 dt{
		padding:10px 10px 10px 20px;
		color:#000;
		background-color:#E1E1E1;
	}
	dl.dl2 dd{
		padding:10px;
	}
}
.hs{
	font-size:12px;
    line-height: 14px;
	background-color:#EB0404;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	margin-left:5px;
}

ul.li_news{
    margin-bottom: 30px;
}

ul.li_news li{
    margin-bottom: 5px;
    padding-left:1em;
    text-indent:-1em;
}

ul.li_news2{
    margin-bottom: 30px;
}

ul.li_news2 li{
    margin-bottom: 5px;
    padding-left:2em;
    text-indent:-2em;
}

.letter{
    padding: 50px;
    background-color: #e5f5fe;
    margin-bottom: 40px;
}

.letter .inner p{
    margin-bottom: 0 !important;
    font-weight: 500;
}

.letter .inner p.letter_mab{
    margin-bottom: 2.5em !important;
}

.letter .right{
    text-align: right;
}

.letter2{
    padding: 50px;
    background-color: #FFF3F3;
    margin-bottom: 40px;
}

.letter2 .inner p{
    margin-bottom: 0 !important;
    font-weight: 500;
}

.letter2 .inner p.letter_mab{
    margin-bottom: 2.5em !important;
}

.letter2 .right{
    text-align: right;
}
.news_sp_list_title{
    padding: 10px 20px 10px 20px;
    background-color: #000;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
}

.news_sp_list ul{
    padding: 30px;
}

.news_sp_list ul li{
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.5em;
    border-bottom: 1px solid #333;
}

.news_sp_list{
    margin-top: 30px;
    border: 1px solid #000;
}

.news_sp_list a{
    text-decoration: none;
    font-weight: 500;
}

@media screen and (min-width: 1060px) {
	.interview{
		padding:70px 0 20px 0;
		margin:85px 0 0 0;
		background-color:#fff;
        color: #414141;
        border-top: 1px solid #b7b7b7;
        font-size: 15px;
	}
    
    .interview .inner{
        width: 850px;
        margin: 0 auto 0 auto;
    }
    
    .interview .inner2{
        width: 800px;
        margin: 0 auto 0 auto;
    }
    
    .interview h1{
        font-weight: bold;
        font-size: 31px;
        line-height: 1.3em;
        font-feature-settings: "palt";
        margin-bottom: 10px;
    }
    
    .interview p{
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 35px !important;
    }
    
    .interview p.ex{
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 50px !important;
    }
    
    .interview .date{
        font-weight: bold;
        color: #858585;
        margin-bottom: 30px;
    }
    
    .interview .img_center{
        text-align: center;
        margin-bottom: 50px;
    }
    
    .interview .img_center .img{
        margin-bottom: 10px;
    }
    
    .interview .img_center .text{
        text-align: center;
    }
    
    .interview .img_center .text div{
        display: inline-block;
        text-align: left;
    }
    
    .interview .abema{
        display: inline-block;
        border: 2px solid #000;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .interview .abema .img{
        margin-bottom: 0px;
    }
    
    .interview .img_box_right{
        float: right;
        margin-left: 30px;
        margin-bottom: 30px;
    }
    
    .interview .img_box_right .img{
        margin-bottom: 5px;
    }
    .interview .img_box_right .text{
        text-align: center;
    }
    
    .interview .img_box_left{
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    
    .interview .img_box_left .img{
        margin-bottom: 5px;
    }
    .interview .img_box_left .text{
        text-align: center;
    }
}

@media screen and (max-width: 1059px) and (min-width: 540px){
	.interview{
        border-top: 1px solid #b7b7b7;
		padding:40px 20px 20px 20px;
		margin:65px 0 0 0;
		color: #414141;
		background-color:#fff;
	}
    
    .interview .inner{
        max-width: 850px;
        margin: 0 auto 0 auto;
    }
    
    .interview .inner2{
        max-width: 800px;
        margin: 0 auto 0 auto;
    }
    
    .interview h1{
        font-weight: bold;
        font-size: 31px;
        line-height: 1.3em;
        font-feature-settings: "palt";
        margin-bottom: 10px;
    }
    
    .interview p{
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 35px !important;
    }
    
    .interview p.ex{
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 50px !important;
    }
    
    .interview .date{
        font-weight: bold;
        color: #858585;
        margin-bottom: 30px;
    }
    
    .interview .img_center{
        text-align: center;
        margin-bottom: 50px;
    }
    
    .interview .img_center .img{
        margin-bottom: 10px;
    }
    
    .interview .img_center .text{
        text-align: center;
    }
    
    .interview .img_center .text div{
        display: inline-block;
        text-align: left;
    }
    
    .interview .abema{
        display: inline-block;
        border: 2px solid #000;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    
    .interview .abema .img{
        margin-bottom: 0px;
    }
    
    .interview .img_box_right{
        float: right;
        margin-left: 30px;
        margin-bottom: 30px;
        width: 40%;
    }
    
    .interview .img_box_right .img{
        margin-bottom: 5px;
    }
    .interview .img_box_right .text{
        text-align: center;
    }
    
    .interview .img_box_left{
        float: left;
        width: 40%;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    
    .interview .img_box_left .img{
        margin-bottom: 5px;
    }
    .interview .img_box_left .text{
        text-align: center;
    }
}

@media screen and (max-width: 539px) {
	.interview{
        border-top: 1px solid #b7b7b7;
		padding:30px 20px 20px 20px;
		margin:65px 0 0 0;
		color: #414141;
		background-color:#fff;
	}
    
    .interview .inner{
        max-width: 850px;
        margin: 0 auto 0 auto;
    }
    
    .interview h1{
        font-weight: bold;
        font-size: 22px;
        line-height: 1.3em;
        font-feature-settings: "palt";
        margin-bottom: 10px;
    }
    
    .interview p{
        font-size: 15px;
        font-weight: 500;
        color: #000;
        margin-bottom: 30px !important;
    }
    
    .interview p.ex{
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 30px !important;
    }
    
    .interview .date{
        font-weight: bold;
        color: #858585;
        margin-bottom: 30px;
    }
    
    .interview .img_center{
        text-align: center;
        margin-bottom: 30px;
    }
    
    .interview .img_center .img{
        margin-bottom: 10px;
    }
    
    .interview .img_center .text{
        text-align: center;
        font-size: 13px;
        line-height: 1.4em;
    }
    
    .interview .img_center .text div{
        display: inline-block;
        text-align: left;
    }
    
    .interview .abema{
        display: inline-block;
        border: 2px solid #000;
        padding-bottom: 20px;
        margin-bottom: 10px;
        max-width: 100%;
    }
    
    .interview .abema .img{
        margin-bottom: 10px;
    }
    
    .interview .abema .text div{
        padding: 0px 20px 0px 20px;
        word-break: break-all;
    }
    
    .interview .img_box_right{
        text-align: center;
        margin-bottom: 30px;
    }
    
    .interview .img_box_right img{
        width: 240px;
    }
    
    .interview .img_box_right .img{
        margin-bottom: 5px;
    }
    .interview .img_box_right .text{
        text-align: center;
    }
    
    .interview .img_box_left{
        text-align: center;
        margin-bottom: 30px;
    }
    
    .interview .img_box_left img{
        width: 240px;
    }
    
    .interview .img_box_left .img{
        margin-bottom: 5px;
    }
    .interview .img_box_left .text{
        text-align: center;
    }
}

.interview h2{
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #515151;
    border-bottom: 2px solid #d4d4d4;
}

.interview_voice{
    padding: 50px;
    background-color: #FFF6FC;
    font-weight: 500;
    margin-bottom: 30px;
}

.iv2{
    background-color: #EFFFF0;
}

.iv3{
    background-color: #FFF4ED;
}

.iv4{
    background-color: #FFFEE8;
}

.interview_voice p{
    margin-bottom: 25px !important;
}

.interview_voice p:last-child{
    margin-bottom: 0px !important;
}

@media print, screen and (min-width: 880px) {
    .interview_voice .member{
        float: right;
        margin: 0 0 10px 20px;
    }

    .interview_voice .member .img{
        width: 250px;
    }

    .interview_voice .member .text{
        text-align: center;
        padding: 10px;
    }
}

@media print, screen and (max-width: 879px) and (min-width: 600px){
    .interview_voice .member{
        float: right;
        margin: 0 0 10px 20px;
    }

    .interview_voice .member .img{
        width: 180px;
    }

    .interview_voice .member .text{
        text-align: center;
        padding: 10px;
    }
}

@media print, screen and (max-width: 599px) {
    .interview_voice .member{
        text-align: center;
        margin-bottom: 10px;
    }

    .interview_voice .member .img img{
        width: 200px;
    }

    .interview_voice .member .text{
        text-align: center;
        padding: 10px;
    }
    
    .interview_voice{
        padding: 30px;
    }
}

@media print, screen and (min-width: 740px) {
    .main_komon_btn a{
        display: block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        background:url("../img/main_komon_btn_allow.png") ,linear-gradient(90deg, #ea5e5c, #bb0e08);
        background-repeat: no-repeat;
        background-position: top 13px right 30px,top 0 left 0;
        background-size: 20px,100%;
        width: 600px;
        padding: 10px 30px 10px 10px;
        border-radius: 50px;
        font-size: 17px;
        margin: 35px auto 40px auto;
        border: 3px solid #fff;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    }
    
    .main_komon_btn br{
        display: none;
    }
}

@media print, screen and (max-width: 739px) {
    .main_komon_btn{
        text-align: center;
    }

    .main_komon_btn a{
        display: inline-block;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: left;
        background:url("../img/main_komon_btn_allow.png") ,linear-gradient(90deg, #ea5e5c, #bb0e08);
        background-repeat: no-repeat;
        background-position: top 50% right 20px,top 0 left 0;
        background-size: 20px,100%;
        max-width: 600px;
        padding: 14px 50px 14px 30px;
        border-radius: 50px;
        font-size: 14px;
        line-height: 1.2em;
        margin: 0px auto 30px auto;
        border: 3px solid #fff;
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    }
}