@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

a {
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
body {
    /* font: normal 13px "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif; */
    /* font: normal 12px Verdana,'メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif; */
    font-size: 14px;
    font-family: "Helvetica", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 150%;
    background: #FFF;
    color: #333;
    background-image: url(../cmn_img/bg.jpg);
    background-size: cover;
    -webkit-text-size-adjust: 100%;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  font-family: sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h2,h3,h4,h5,h6 {
	text-align: center;
}

h1 {
	
}

h2 {
	
}

h3 {
  font-size: 2.4rem;
  text-align: left;
	margin: 1rem 0 2rem;
}

h4 {
  font-size: 28px;
  color: #000;
  text-align: left;
  border-left: 4px solid #00479d;
  padding: .6em 0 .6em .6em;
  margin-bottom: 1.4rem;
}

h5 {
	
}

h5 span {
	
}
h5 span img {
	width: 7vw;
	margin-bottom: -1rem;
}
h5 img {
	width: 42vw;
}

h6 {
	font-size: 1.2vw;
  color: #0091a7;
  margin: 1.2rem auto 0;
}

.inner {
	width: 1024px;
	margin: 0 auto;
}

header {
	height: 80px;
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
header ul {
	overflow: hidden;
}
header li {
	float: left;
}
header li a {
	
}
header .right {
	float: right;
	padding: 2.2rem 0 0 0 !important;
	margin-left: 2vw;
}
header .h_last {
	margin-right:2vw !important;
}

header .h_link {
	padding: 2.2rem 0 0 2rem;
  display: block;
}
header .h_item {
	border: 2px solid #336eb2;
	background-color: #336eb2;
  color: #fff;
  padding: 0.3rem 3vw 0.2rem;
  border-radius: 30px;
}
header .h_movie {
	border: 2px solid #393939;
	background-color: #fffc;
  padding: 0.3rem 3.5vw 0.2rem;
  border-radius: 30px;
}
header .h_movie img {
	vertical-align: middle;
  width: 0.9rem;
  margin-bottom: 0.2rem;
}
header a {
	color: #393939;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Verdana, sans-serif !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
}
header h1 {
	float: left;
  padding: .7rem 0 0 0;
  margin: 0;
  margin-left: 1.5rem;
}
header p {
  float: right;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  padding: 1.7rem 0 0 0;
  margin: 0;
}
header p span {
  color: #f7ac00;
  font-size: 1rem;
}

sup {
    font-size: 75%;
    vertical-align: top;
    display: inline-block;
    margin-top: -3px;
}

/* --- top ---- */

/* #top {
  background-image: url(../images/mv_back_01.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5rem 0 0;
  position: relative;
  height: 95vh;
  background-position: 50% 80px;
} */
#top {
  background-image: url(../images/mainvisual.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 5rem 0 0;
  padding-bottom: 52%;
  position: relative;
  /* height: 95vh; */
  background-position: center 80px;
}
#top h2 {
  text-indent: -9999px;
}
#top p {
	color: #fff;
  font-size: 0.7rem;
  line-height: 1.2rem;
  width: 30vw;
  position: absolute;
  right: 30px;
  top: 48vw;
  text-indent: -2em;
	text-align: right;
}
#top .scroll {
	position: absolute;
  margin: 0 auto;
  text-align: center;
  /* bottom: 4rem; */
  bottom: -2%;
  left: 47%;
}
#top h2 img {
	width: 38vw;
}
#top img {
	margin: 0 auto;
  display: block;
}


/* --- shikumi ---- */

#shikumi {
  background-image: url(../images/mv_back_02.png);
  background-size: cover;
  padding: 0 0 3rem;
  background-position: 50% 0%;
  overflow: hidden;
}
/* .top_movie {
	text-align: center;
	padding: 1rem;
}
.top_movie iframe {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
} */

.top_movie {
  padding-bottom: 56%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10%;
  margin-bottom: 10%;
}
.top_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.shikumi {
	
}
.shikumi h3 {
	font-family: YuMincho,'Yu Mincho',serif !important;
	background: #00479d;
	text-align: center;
	font-size: 42px;
	color: #fff;
	font-weight: normal;
	padding: 10px 0;
  line-height: 1.4;
    font-feature-settings: "palt";
}
.shikumi_t01 {
	font-family:YuMincho,'Yu Mincho',serif !important;
	font-size: 2.8rem;
}
.shikumi_t02 {
	font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  margin-top: -1.5rem;
	margin-bottom: 20px;
}
.shikumi_t02 strong {
	background: linear-gradient(transparent 60%, #1992d3 60%);
}
.shikumi_t02 strong span {
	
}
.shikumi img {
	width: 100%;
}
.shikumi_t02 span {
	font-size: 0.8rem;
  font-weight: bold;
}
/* #shikumi .sub_text {
	color: #666;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-indent: -2em;
  text-align: left;
} */
#shikumi .sub_text {
    color: #222;
    font-size: 0.86rem;
    line-height: 1.4rem;
    text-indent: -2em;
    padding-left: 2em;
    margin: .2em 0;
}





#fun {
	padding: 5rem 0 4rem;
	overflow: hidden;
	position: relative;
	background:url(../images/fun_back.png)
	rgb(226, 228, 231);
	background-repeat:no-repeat,
					  repeat;
	background-position:left 50%,
						right bottom;
}
#fun .fun {
	width: 55vw;
  float: right;
}
.fun_t01 {
	font-family:YuMincho,'Yu Mincho',serif !important;
	font-size: 2.8rem;
	margin: 0;
}
.fun_t02 {
	font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  margin: 1rem 0 -0.5rem;
}
.fun_t03 {
	background-color: #fff;
  border: 2px solid #333;
  padding: 0.2rem 0 0.4rem;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
}


#fun table {
	border-collapse: collapse;
}
#fun td {
	border: 2px solid #fff;
	border-collapse: collapse;
}

#fun th {
	border: 2px solid #fff;
	border-collapse: collapse;
}
#fun td,
#fun th {
	padding: 2%;
}
#fun table {
	width: 100%
}
#fun td {
	background: #fff;
	width: 47%;
}
#fun th {
	background: #a9cd1f;
	width: 53%;
}
#fun .sub_text {
	color: #666;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-indent: -2em;
  padding-left: 2em;
}
#fun .back01 {
	font-size: 1rem;
	text-align: center;
	color: #fff;
	padding: 1rem 0 0.7rem;
}
#fun .back02 {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	border: 0;
  background-color: #fff0;
  padding: 1rem 0 0.7rem;
}
#fun ul {
	overflow: hidden;
}
#fun li {
	float: left;
	margin-right: 4%;
	background-color: #fff;
	vertical-align: middle;
	height: 15rem
}
#fun li:last-child{
	margin-right: 0;
	background-color: #fff;
}

#fun .fun_li01 {
	width: 5.5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-right: 2%;
  color: #8dc31f;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}

#fun .fun_img01,
#fun .fun_img02 {
	width: 88%;
	border: 2px solid #fff;
  box-sizing: border-box;
}

#fun .fun_img03,
#fun .fun_img04 {
	width: 100%;
	border: 2px solid #fff;
  box-sizing: border-box;
}

#fun .fun_img01 {
  background-image: url(../images/fun_img_01.png);
  background-size: cover;
  background-position: 50% 50%;
}
#fun .fun_img02 {
  background-image: url(../images/fun_img_03.png);
  background-size: cover;
  background-position: 50% 50%;
}
#fun .fun_img03 {
  background-image: url(../images/fun_img_02.png);
  background-size: cover;
  background-position: 50% 50%;
}
#fun .fun_img04 {
  background-image: url(../images/fun_img_04.png);
  background-size: cover;
  background-position: 50% 50%;
}


#oteire {
	padding: 5rem 0 4rem;
}
#oteire .oteire {
	
}
.oteire_t01 {
	font-family:YuMincho,'Yu Mincho',serif !important;
	font-size: 2.8rem;
	margin: 1rem 0 3rem;
}
.oteire02 .oteire_t01:last-child {
	
}
.oteire_t02 {
	font-size: 1.2rem;
  letter-spacing: 0.08rem;
  line-height: 2.2rem;
  /* margin-top: -1.5rem; */
}
.oteire_t02 strong {
	background: linear-gradient(transparent 60%, #1992d3 60%);
}
.oteire_t02 strong span {
	
}
.oteire_t02 span {
	font-size: 0.8rem;
  font-weight: bold;
}


#oteire .sub_text {
	color: #666;
  font-size: 0.7rem;
  line-height: 0.5rem;
  text-indent: -2em;
  padding-left: 2em;
}
.oteire_t03 {
	font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  margin-top: 0rem;
  color: #a9cd1f;
  font-weight: bold;
}

.oteire_ul01 {
	overflow: hidden;
}
.oteire_ul02 {
	overflow: hidden;
	margin-bottom: 3rem;
}
.oteire_ul03 {
	overflow: hidden;
}
.oteire_ul04 {
  overflow: hidden;
  margin-bottom: 5rem;
}

.oteire_ul01 img,
.oteire_ul02 img,
.oteire_ul03 img {
	width: 100%;
}

.oteire_ul01 li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.oteire_ul02 li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.oteire_ul02 li p {
  font-size: 18px;
  margin: .4em 0;
}

.oteire_ul03 li {
	float: left;
	width: 46%;
}

.oteire_ul04 li { /*  3列  */
	float: left;
	width: 32%;
	margin-right: 2%;
}
.oteire_ul04 li p {
  font-size: 18px;
  margin: .4em 0 0 0;
  text-align: center;
}

.oteire_ul01 li:last-child,
.oteire_ul02 li:last-child,
.oteire_ul03 li:last-child,
.oteire_ul04 li:last-child {
	margin-right: 0;
}

.oteire_ul03 li:first-child {
	border-right: 2px dotted #333;
  margin-right: 4%;
  padding-right: 3%;
}

.oteire02 {
	padding: 3%;
	background-color: #f6f6f7;
	border: 2px solid #e2e4e7;
	margin-top: 2rem;
}


#ene {
	padding: 5rem 0 4rem;
	background-color: #e2e4e7;
}
.ene_t01 {
	font-family:YuMincho,'Yu Mincho',serif !important;
	font-size: 2.8rem;
	margin: 1rem 0 3rem;
}
.ene01 {
	padding: 6% 12%;
	background-color: #fff;
	margin-top: 2rem;
}
.ene_t02 {
	font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  margin: 0;
  font-weight: bold;
}
.ene_t03 {
	font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1.6rem;
  margin: 0;
}
#ene .sub_text {
	color: #666;
  font-size: 0.7rem;
  line-height: 1rem;
  text-indent: -1.6em;
  padding-left: 1.3em;
  margin: 0.3rem;
}
.ene_ul01 {
	overflow: hidden;
	margin-bottom: 2rem;
}
.ene_ul01:last-child {
	margin-top: 2rem;
}
.ene_ul01 li {
	float: left;
	margin-right: 2%;
	width: 20%;
}
.ene_ul01 li:first-child {
	text-align: center;
}

.ene_ul01 li:last-child {
	margin-right: 0;
	width: 78%;
}

.ene01 .sub_eco {
	margin-top: 2rem;
  width: 95%;
  text-align: center;
  display: block;
  margin: 2rem auto 1rem;
}


#omoi {
	padding: 5rem 0 4rem;
	overflow: hidden;
	position: relative;
	background:url(../images/range_food.png) #295386;
	background-repeat:no-repeat,repeat;
	background-position:4vw 100%,right bottom;
	background-size: contain;
}
#omoi .omoi {
	width: 46vw;
  float: right;
}
.omoi_t03 {
	font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: 2.5rem;
  margin-top: -1.5rem;
}
#omoi h3,
#omoi .omoi_t03 {
	color: #fff;
}


#movie {
	padding: 5rem 0 5rem;
	background-color: #e2e4e7;
}
#movie h3 {
/* 	text-align: center; */
  margin: 1rem 0 3rem;
}
#movie iframe {
	margin: 0 auto;
  display: block;
}

#item {
	padding: 5rem 0 0;
}
#item .item {
	
}
.item h3 {
  color: #00479d;
	text-align: center;
  margin: 1rem 0 3rem;
}
.item p {
	text-align: center;
  font-weight: bold;
  color: #00479d;
  border: 2px solid #00479d;
  font-size: 1rem;
  padding: 0.4rem 0 0.3rem;
	margin-bottom: 20px;
}
.item ul {
	overflow: hidden;
  width: 100%;
  margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item li {
  width: 32%;
  padding-right: 2%;
  margin-bottom: 6%;
  position: relative;
}
.item li:last-child {
	padding-right: 0;
}
.item li a {
	position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #336eb2;
  color: #fff;
  border-radius: 15px;
  padding: 0.2vw 4vw;
	text-decoration: none;
}
.item li a:after {
	
}
.item_text {
	background-color: #eee;
	margin-top: 2rem;
	padding: 1rem;
}
.item_text .sub_text {
	
}
.item_text .sub_text img {
	margin: -5px 0;
}


.pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  margin: 0;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding:5px 10px;
	filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}



footer {
	
}
.f_logo {
	display: block;
}
footer .f_logo img {
	margin: 0 auto;
	padding: 1.8rem 0 1.8rem;
	display: block;
}
footer .f_link {
	background-color: #7b9fd3;
	text-align: center;
	padding: 0.7rem 0 0.5rem;
	color: #fff;
}
/* footer .f_link a {
	color: #fff;
} */
  footer .f_link a {
    color: #fff;
    padding: 0 .6em;
  }
footer li:last-child {
	margin-right: 0;
}

.copyright {
	text-align: center;
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
}



.pc {
	display: block;
}
.sp{
	display: none;
}
.ppc {
	display: block;
}
.ssp{
	display: none;
}




.item-ttl {
	margin-bottom: 20px;
}



.mt30 {
  margin-top: 30px;
}
.mb20 {
  margin-bottom: 20px;
}




.item h4 {
  font-size: 20px;
  color: #888;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 0.5em 0 1em 0;
  display: flex;
  align-items: center;
  border: none;
  padding-left: 0;
}
.item h4:before, .item h4:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #888;
  display: block;
}
.item h4:before {
  margin-right: .8em;
}
.item h4:after {
  margin-left: .8em;
}