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

html,
body,
#wrapper{
	width:100%;
	/*height:100%;*/
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	position:absolute;
	top:0;
}

p{ line-height:2; }

li{ line-height:2; }

@media screen and (max-width: 768px) {
html,
body,
#wrapper{
	min-height:inherit;
}

p{ line-height:1.6; }

li{ line-height:1.6; }
}


.spNoDisplay {
	display: block;
}

@media screen and (min-width: 769px) {
.pcNoDisplay {
	display: none !important;
}
}

@media screen and (max-width: 768px) {
.spNoDisplay {
	display: none !important;
}
}


/*Clear*/
.clear:after {
	content: "";
    clear: both;
	display: block;
}



/*--------------------------------------------------

     HEADER (COMMON)
	 
---------------------------------------------------*/

#header{
	width:100%;
	height:80px;
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	background-color: #FFFFFF;
	/*display:none*/
}

#header > h1{
	display:block;
	width:160px;
	height: 80px;
	z-index:10;
	background-color: #1B4499;
}

#header > h1 img{
	display:block;
	width:53px;
	height:auto;
	margin: 0 auto;
	padding-top: 11px;
}


@media screen and (max-width: 768px) {
#header{
	height:50px;
}

#header > h1{
	width:100px;
	height:50px;
}

#header > h1 img{
	width:auto;
	height:90%;
	padding-top: 5%;
}
}


.hidden {
  background-color:rgba(33,67,129,0.8);
  transition: all 0.5s ease;
}

.fcolor{
	color:#FFFFFF;
}








/*--------------------------------------------------

     PC GLOBAL NAV (COMMON)
	 
---------------------------------------------------*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  position:absolute;
	top:0px;
	right:20px;
	height:80px;
	z-index:90;
	/*letter-spacing: -4em;*/
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}

.dropmenu:after{
  clear: both;
}

.dropmenu li{
  position: relative;
  display:inline-block;
 /* letter-spacing: normal;*/
}

.dropmenu li a{
  display: block;
  color:#00000 !important;
  text-decoration:none;
  padding:0 40px;
  height:80px;
  line-height:80px;
}

.dropmenu li a:hover{
	background: url("../images/common/gnav_pattern.png") no-repeat center center;
	background-size: 115px auto;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 80px;
  left: 0px;
  margin: 0;
  padding: 0;
  height:0;
}

.dropmenu li ul li{
  width: 250px;
}

.dropmenu li ul li a{
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	background: #1B4499;
	text-align:left;
	/*padding-left:1em;*/
}

.dropmenu li ul li a.fs{
	font-size:10px;
}

#dropmenu li ul li a:hover{
	color:#000000;
	background: #FFFFFF;
}

#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .3s;
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 40px;
}

/*お問い合わせ*/
.contact{
}

.contact a{
	display: block;
	color: #D44545 !important;
	width: 210px;
	height: 35px !important;
	line-height: 35px !important;
	border: 1px #D44545 solid;
	background-color: #FFFFFF;
	padding: 0 0 0 35px !important;
	text-align: center;
}

.contact a:before{
	display: inline-block;
	content: '';
	background: url("../images/common/contact_icon.png") no-repeat center center #D44545;
	background-size: 12px 6px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

#dropmenu li.contact a:hover{
	color: #FFFFFF !important;
	background: none;
	background-color:#D44545;
}



@media screen and (max-width: 1099px) {
.dropmenu{
	display:none;
}
}







/*--------------------------------------------------

     SP GLOBAL NAV (COMMON)
	 
---------------------------------------------------*/
.drawer_menu {
	display:none;
}

.drawer_menu .drawer_button {
	color: #FFFFFF;
	display: none;
}

.drawer_menu .drawer_button .drawer_bar {
	background-color: #FFFFFF;
}



@media screen and (max-width: 1099px) {
.drawer_menu {
	display:block;
}

.drawer_menu .drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0);
	/*background-color: rgba(51, 51, 51, 0.5);*/
	display: none;
	top: 0;
	left: 0;
}

.drawer_menu .drawer_button {
	display: block;
	background-color: #002B56;
	color: #FFFFFF;
	border: none;
	width: 50px;
	height:50px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1001;
	text-align: center;
	outline: none;
}
	
.drawer_menu .drawer_bar {
	display: block;
	width:30px;
	height: 3px;
	transition: all 0.2s;
	transform-origin:center;
	position:absolute;
	left:10px;
}

.drawer_menu .drawer_button.active .drawer_bar {
	/*width: 28px;*/
}
	
.drawer_menu .drawer_button .drawer_bar1 {
	top:13px;
}

.drawer_menu .drawer_button .drawer_bar2 {
	top:24px;
}

.drawer_menu .drawer_button .drawer_bar3 {
	opacity: 0;
	top:24px;
}
	
.drawer_menu .drawer_button .drawer_bar4 {
	top:35px;
}

.drawer_menu .drawer_button.active .drawer_bar1 {
	opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_bar2 {
	transform:rotate(137deg);
}

.drawer_menu .drawer_button.active .drawer_bar3 {
	opacity: 1;
	transform:rotate(-137deg);
}
	
.drawer_menu .drawer_button.active .drawer_bar4 {
	opacity: 0;
}

.drawer_menu .drawer_button.active .drawer_menu_text {
	display: none;
}

.drawer_menu .drawer_button.active .drawer_close {
	display: block;
}

.drawer_menu .drawer_text {
	text-align: center;
	font-size: 10px;
}

.drawer_menu .drawer_close {
	letter-spacing: 0.08em;
	display: none;
}

.drawer_menu .drawer_menu_text {
	display: block;
}

.drawer_menu .drawer_nav_wrapper {
	/*width: 300px;*/
	width: 100vw;
	height: 100%;
	transition: all 0.2s;
	transform: translate(100vw);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.9);
	overflow-x: hidden;
	overflow-y: auto;
	margin-top:50px;
}

.drawer_menu .drawer_nav {
	display: block;
	position: relative;
	/*margin-top: 50px;*/
	border-top:2px #FFFFFF solid;
}

.drawer_menu .drawer_nav li {
	height: auto;
	line-height: 50px;
	position: relative;
	border-bottom: 1px solid #555555;
}

.drawer_menu .drawer_nav li a {
	color: #FFFFFF;
	display: block;
	text-align: left;
	padding-left: 20px;
}
	
.drawer_menu .drawer_nav li a:hover {
	text-decoration:none;
}
	

	/* 2階層目 */
.drawer_menu .drawer_nav li ul.second-level {
	display: none;
	position: relative;
	padding: 0;
	z-index: 1001;
}

.drawer_menu .drawer_nav li ul.second-level li a {
	padding-left: 40px;
}

.drawer_menu .drawer_nav_wrapper.open {
	transform: translate(0);
}

.drawer_menu.left .drawer_button {
	right: auto;
	left: 32px;
}

.drawer_menu.left .drawer_nav_wrapper {
	transform: translate(-250px);
	right: auto;
	left: 0;
}

.drawer_menu.left .drawer_nav_wrapper.open {
	transform: translate(0);
}

.touch-btn {
	color: #555;
	position: absolute;
	top: .25rem;
	right: 0;
	display: block;
	z-index: 10;
	width: 100%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
	
/*矢印*/
span.arrow {
	display:block;
	position:absolute;
	top:0;
	right:5%;
}
	
span.arrow::after {
	content: "\276F";
	color:#FFFFFF;
	font-size:16px;
}
	
.rotate {
	transform:rotate(90deg);
	transition: all .35s;
}
}














/*--------------------------------------------------

    中面共通
	 
---------------------------------------------------*/
.inner-cont{
	width:100%;
	height:auto;
}


/*タイトル*/
.inner-main{
	width:100%;
	/*height:570px;*/
	background: url("../images/common/inner_main_back.png") repeat-x 0px 100px;
	background-size: cover;
	margin-top: 130px;
	position: relative;
	padding-bottom: 90px;
}

.inner-main-image{
	width: 1500px;
	/*height: 480px;*/
	display: block;
	padding-right: 200px;
	margin: 0 auto;
}

.inner-main-image img{
	width: 100%;
	height: auto;
	display: block;
}

.inner-main.news,
.inner-main.radioactivity,
.inner-main.ranking,
.inner-main.pickup,
.inner-main.products,
.inner-main.recipe,
.inner-main.recruit{
	height:175px;
	background: url("../images/common/inner_main_back.png") repeat-x 0 0;
}

.mask{
  -webkit-mask-image:url(../images/common/inner_main_mask.png);
  mask-image:url(../images/common/inner_main_mask.png);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position: 0;
  mask-position: 0;
  -webkit-mask-size: 1300px auto;
  mask-size: 1300px auto;
}

.inner-main p{
	transform:rotate(-90deg);
	position: absolute;
	bottom: 150px;
	right: -110px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 1;
}

.inner-title{
	width: 1200px;
	margin: 0 auto;
	margin-top: -25px;
	z-index: 1;
	margin-bottom: 100px;
	position: relative;
}

.inner-title h2{
	width: 1200px;
	font-size: 45px;
	line-height: 1.2;
	margin: 0 auto;
	letter-spacing: 6px;
}

.inner-title h2 span{
	display: block;
	font-size: 24px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
	letter-spacing: 3px;
}

.inner-title h3{
	width: 1200px;
	font-size: 40px;
	line-height: 1.6;
	padding-top: 60px;
	margin: 0 auto;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
}


/*TABLE*/
table.common{
	width: 100%;
	border-collapse: collapse;
}

table.common th,
table.common td{
	border: 1px #BEBEBE solid;
	padding: 15px 20px;
}

table.common th{
	width: 22%;
	background-color: #B5D3E2;
	font-size: 18px;
	text-align: left;
	letter-spacing: 2px;
}

table.common td{
	font-size: 16px;
}



@media screen and (max-width: 1499px) {
.inner-cont{
	width:100%;
	height:auto;
}
	
.inner-main-image{
	width: 1300px;
	padding-right: 0px;
	margin: 0;
}
	
.mask{
  -webkit-mask-image:url(../images/common/inner_main_mask.png);
  mask-image:url(../images/common/inner_main_mask.png);
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%;
}
	
/*タイトル*/
.inner-main-image{
	width: 87%;
}

.inner-title{
	width: 80%;
}

.inner-title h2{
	width: 100%;
}

.inner-title h3{
	width: 100%;
}
}


@media screen and (max-width: 768px) {
/*タイトル*/
.inner-main{
	height:auto;
	margin-top: 60px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.inner-main-image{
	width: 90%;
	/*height:150px;*/
}

.inner-main.news,
.inner-main.radioactivity,
.inner-main.ranking,
.inner-main.pickup,
.inner-main.products,
.inner-main.recipe,
.inner-main.recruit{
	height:80px;
}

.inner-main p{
	transform:rotate(-90deg);
	position: absolute;
	bottom: 75px;
	right: -50px;
	font-size: 10px;
	letter-spacing: 0;
}

.inner-title{
	width: 90%;
	margin-top: 0px;
	margin-bottom: 50px;
}

.inner-title h2{
	width: 100%;
	font-size: 22px;
	letter-spacing: 3px;
}

.inner-title h2 span{
	font-size: 12px;
	letter-spacing: 0px;
}

.inner-title h3{
	width: 100%;
	font-size: 20px;
	padding-top: 30px;
}
	
/*TABLE*/
table.common tbody,	
table.common tr{
	width: 100% !important;
	display: block;
}
	
table.common th,
table.common td{
	width: 100% !important;
	display: block;
	border: none;
	padding: 10px 10px;
}

table.common th{
	font-size: 14px;
	letter-spacing: 0px;
}

table.common td{
	font-size: 14px;
}
}











/*--------------------------------------------------

    Header アンカー高さ合わせ用
	 
---------------------------------------------------*/
#tube01,
#tube02,
#tube03,
#tube04,
#tube05,
#ele01,
#ele02,
#ele03,
#sal01,
#sal02,
#sal03,
#sal04,
#sal05,
#sal06,
#sal07,
#sal08,
#rec01,
#rec02,
#rec03,
#rec04{
	margin-top:-90px;
    padding-top:90px;
}

@media screen and (max-width: 768px) {
#tube01,
#tube02,
#tube03,
#tube04,
#tube05,
#ele01,
#ele02,
#ele03,
#sal01,
#sal02,
#sal03,
#sal04,
#sal05,
#sal06,
#sal07,
#sal08,
#rec01,
#rec02,
#rec03,
#rec04{
	margin-top:-50px;
    padding-top:50px;
}
}












/*--------------------------------------------------

     FOOTER (COMMON)
	 
---------------------------------------------------*/
footer{
	width:100%;
	background:url(../images/common/footer_pattern.png) repeat-x 0 0;
	margin-top: auto;
}

.pagetop{
	width:115px;
	height:32px;
	background-color:rgba(0,0,0,0.9);
	text-align:center;
	line-height:32px;
	position:absolute;
	/*bottom:0px;*/
	right:0;
}

.pagetop a{
	color:#FFFFFF;
	background:url(../images/common/pagetop_arrow.png) no-repeat 0 center;
	padding-left:15px;
}

.pagetop a:hover{
	color:#BEBEBE;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer-inner{
	max-width:1340px;
	margin:0 auto;
	padding:40px 0;
	position: relative;
}

.footer-nav{
	/*width: 40%;*/
}

.footer-nav ul{
	display:block;
	float:left;
}

.footer-nav ul + ul{
	margin-left: 50px;
}

.footer-nav ul li{
	width: 210px;
	border-bottom: 1px #FFFFFF solid;
	line-height:3.5;
	position: relative;
}

.footer-nav ul li a:after{
	display: block;
	content: ">";
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

/*FOOTER お問い合わせ**/
.footer-nav ul li.contact{
	border-bottom: none;
	margin-top: 120px;
}

.footer-nav ul li.contact a{
	color: #003E83 !important;
	border: 1px #003E83 solid;
}

.footer-nav ul li.contact a:before{
	background: url("../images/common/contact_icon.png") no-repeat center center #003E83;
	background-size: 12px 6px;
}

.footer-nav ul li.contact a:hover{
	color: #FFFFFF !important;
	background-color:#003E83;
	text-decoration: none;
	transition: .3s;
}

.footer-nav ul li.contact a:after{
	display: none;
}

.footer-nav ul li a{
	color:#FFFFFF;
}

.footer-nav:after{
	content: "";
    clear: both;
	display: block;
}

a.logo{
	display:block;
	width:90px;
	position:absolute;
	bottom:80px;
	right:0px;
}

a.logo img{
	display:block;
	width:100%;
	height:auto;
}

p.copyright{
	display:block;
	font-size:12px;
	position:absolute;
	bottom:40px;
	right:0px;
	color: #FFFFFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 200;
}


@media screen and (max-width: 1499px) {
.footer-inner{
	max-width:89%;
}
}


@media screen and (max-width: 768px) {
.pagetop{
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#000000;
	position:static;
}

.pagetop a{
	color:#FFFFFF;
	background:url(../images/common/pagetop_arrow.png) no-repeat 0 center;
	padding-left:15px;
}

.footer-inner{
	width:90%;
	padding:20px 0;
}

.footer-nav{
	width:100%;
	float:none;
}

.footer-nav ul{
	display:block;
	width:100% !important;
	float:none;
}
	
.footer-nav ul + ul{
	margin-left: 0px;
}
	
.footer-nav ul li{
	width: 100%;

}
	
/*FOOTER お問い合わせ**/
.footer-nav ul li.contact{
	margin-top: 0px;
}
	
.footer-nav ul li.contact a{
	width: 100%;
	height: 50px !important;
	margin-top: 15px;
	line-height: 50px !important;
	padding: 0 0 0 60px !important;
}
	
.footer-nav ul li.contact a:before{
	width: 50px;
	height: 50px;
	background: url("../images/common/contact_icon.png") no-repeat center center #003E83;
	background-size: 20px auto;
}

a.logo{
	width:60px;
	position:static;
	bottom:0;
	right:0px;
	margin: 0 auto;
	padding: 30px 0 15px 0;
}

p.copyright{
	width:100%;
	position:static;
	text-align:center;
}
}