  @import url(//fonts.googleapis.com/earlyaccess/nicomoji.css);
  @import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

a:hover{
  text-decoration: none;
  opacity: 0.7;
}
/*.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
transform: translate3d(0,0,0);
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0) rotate(0deg);}
50% {-webkit-transform:translate(0, 10px) rotate(0deg);}
100% {-webkit-transform:translate(0, 0)rotate(0deg);}
}

@keyframes fuwafuwa {
0% {transform:translate(0, 0) rotate(0deg);}
50% {transform:translate(0, 10px) rotate(0deg);}
100% {transform:translate(0, 0)rotate(0deg);}
}*/

.img_o {
	transition:	all 0.4s ease;

}

.img_o:hover{
	opacity: 0.7 ;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
}

body{
	width:100%;
	margin: 0 auto;
  font-size: 60.25%;
  overflow-x: hidden;
}




/*	ヘッダーボタン */

.menu00{
	width:auto;
	height:65%;
	position:absolute;
	top:16.5%;
	left:3%;
}

.menu01{
	width:auto;
	height:18%;
	position:absolute;
	top:25.5%;
	left:40%;
}

.menu02{
	width:auto;
	height:18%;
	position:absolute;
	top:25.5%;
	left:60%;
}

.menu03{
	width:auto;
	height:18%;
	position:absolute;
	top:25.5%;
	left:78%;
}

.menu04{
	width:auto;
	height:18%;
	position:absolute;
	top:55%;
	left:40%;
}

.menu05{
	width:auto;
	height:18%;
	position:absolute;
	top:55%;
	left:60%;
}

.menu06{
	width:auto;
	height:18%;
	position:absolute;
	top:55%;
	left:78%;
}



.a1 {
	width:17%;
	height:auto;
	position:absolute;
	top:65%;
	left:36%;
}


.a2 {
	position:absolute;
	width:17%;
	height: auto;
	top:77%;
	left:36%;
}


.a3 {
	width:23%;
	height:auto;
	position:absolute;
	top:57%;
	left:62%;
}


.a4 {
	width:23%;
	height: auto;
	position:absolute;
	top:74%;
	left:62%;
}

.a5{
	width:17%;
	height: auto;
	position:absolute;
	top:55.5%;
	left:41.5%;
}

.a6{
	width:17%;
	height: auto;
	position:absolute;
	top:75.5%;
	left:41.5%;
}

.a7{
	width:28%;
	height: auto;
	position:absolute;
	top:95.5%;
	left:36%;
}

.a8 {
	width:17%;
	height:auto;
	position:absolute;
	top:85%;
	left:28%;
}


.a9 {
	position:absolute;
	width:17%;
	height: auto;
	top:85%;
	left:55%;
}


#navi{
/*	background:rgba(255,255,255,.53) url(01a.png) 0 0 no-repeat;
	background-size: 100% auto;*/
	position:relative;
	width: 100vw;
	height:100px;
	background-color:#deb887;
	display:flex;
	align-items: center;
}


.navi_z{
	display:flex;
	width:100%;
	align-items: center;
	justify-content: center;
	}

.logo{
	padding:30px 40px 30px 0;
	min-width:200px;

	}

.navi_table{
	min-width:400px;
	max-width:1000px;
	width:100%;
	height:auto;
}

.table1 {
	border-collapse:collapse;
	width:100%;
}

.table1 td {/*table内のtdに対して*/
  padding: 10px 10px;
}

.table1 img{
	height:22px;
}


.navi00{
	width:auto;
	height:65%;
	top:50px;
	left:50px;
}

.navi01{
	width:auto;
	height:28%;
	position:absolute;
	top:16%;
	left:40%;
}

.navi02{
	width:auto;
	height:28%;
	position:absolute;
	top:16%;
	left:60%;
}

.navi03{
	width:auto;
	height:28%;
	position:absolute;
	top:16%;
	left:78%;
}

.navi04{
	width:auto;
	height:28%;
	position:absolute;
	top:55%;
	left:40%;
}

.navi05{
	width:auto;
	height:28%;
	position:absolute;
	top:55%;
	left:60%;
}

.navi06{
	width:auto;
	height:28%;
	position:absolute;
	top:55%;
	left:78%;
}



#header1{
	background:rgba(255,255,255,.53) url(images/header_bg.jpg) right 0 no-repeat;
	background-size:contain;
	position:relative;
	width: 100vw;
	margin-bottom:70px;
	background-color:#faf0e6;
}

.header_f{
	margin-top:30px;
	width:50%;
	left:10%;
}

.header_button1 {
	width:19%;
	height:auto;
	position:absolute;
	bottom:20%;
	left:28%;
}


.header_button2 {
	width:19%;
	height: auto;
	position:absolute;
	bottom:8%;
	left:28%;
}


.regular{
	position: absolute;
    width: 40%;
    bottom: 8%;
    right: 6%;
}


.news{
  position: absolute;
  width: 23.7%;
  bottom: 8%;
  right: 1%;
	margin-right: 12px;
}

.news a,
.regular a{
  width: 100%;
  margin: 1% 3% 0 3%;
  position: relative;
  display: block;
}


.news a img,
.regular a img{
  width: 100%;
}

.news_box{
  background-color: rgba(255,255,255,0.7);
  border: solid 2px #fff;
  border-radius: 10px;
  margin: 2% 0% 2% 2%;
  width: 98%;
  font-family: 'heisei-kaku-gothic-std', 'sans-serif';
	font-weight: 900;
	font-style: normal;
}
.news_box:last-child{
  margin: 2% 0% 0 2%;
}

.news_box a{
  	transition:	all 0.4s ease;
}

.news_box h2{
  font-family: 'heisei-kaku-gothic-std', 'sans-serif';
  font-weight: 900;
  color:#fff;
  background-color: #f00;
  font-size: 1vw;
  box-sizing: border-box;
  display: block;
  width: 95%;
  padding: 5px 0 5px 3px;
}

.news_box h2.blue{
  background-color: #1A6DA0;
}
.news_text{
  position: relative;
}
.news_box p{
}

.news_box p.news_red{
  color:#f00;
  font-size: 1vw;
  line-height: 1em;
  font-weight: 900;
  padding: 2% 5% 0 7%;
}

.news_box p.news_red::before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #f00;
  top: 35%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_box p.news_blue{
  color:#1A6DA0;
  font-size: 1vw;
  line-height: 1em;
  font-weight: 900;
  padding: 2% 5% 0 7%;
}


.news_box p.news_blue::before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #1A6DA0;
  top: 35%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_box p.news_green{
  color:#248B1A;
  font-size: 1vw;
  line-height: 1em;
  font-weight: 900;
  padding: 2% 5% 0 7%;
}
.news_box p.news_green::before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #248B1A;
  top: 35%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news_box p.news_gray{
  font-size: 0.8vw;
  color:#696969;
  padding: 0 2% 2% 7%;
  font-weight: 900;
}
.campaign1{
position: absolute;
top: -25%;
left: -5%;
border-radius: 30px;
font-size: 0.8rem;
background-color: #f00;
color:#fff;
font-weight: bold;
padding: 5px;
z-index: 15;
}

#info{
/*	background:rgba(255,255,255,.53) url(images/header_bg.jpg) right 0 no-repeat;*/
	background-size: 100% auto;
	position:relative;
	width: 100vw;
	margin-bottom:70px;
}

.info_z{
	position:relative;
	margin:0 auto;
	text-align:center;
}

.info_f{
	width:850px !important ;
}



#melon_itaku{
/*	background:rgba(255,255,255,.53) url(images/header_bg.jpg) right 0 no-repeat;*/
	background-size: 100% auto;
	position:relative;
	width: 100vw;
  text-align: center;
}
.melon_itaku_bg{
	max-width:850px;
	max-height:336px !important ;
	background-size: 100% auto;
	background-image:url(images/melon_itaku.png);
	background-repeat: no-repeat;
	position:relative;
	margin:0 auto;
	text-align:center;
/*	border: 1px solid red;*/
}

.melon_itaku_bg:before {
    content: "";
    display: block;
    padding-top: 39.5%;
}

.melon_itaku_button{
  display: block;
  margin:15px auto 60px auto;
  width:30%;
  max-width:250px;
}


#floma_itaku{
/*	background:rgba(255,255,255,.53) url(images/header_bg.jpg) right 0 no-repeat;*/
	background-size: 100% auto;
	position:relative;
	width: 100vw;
	margin-bottom:70px;
  text-align: center;
}
.floma_itaku_bg{
	max-width:850px;
	max-height:342px !important ;
	background-size: 100% auto;
	background-image:url(images/floma_itaku.png);
	background-repeat: no-repeat;
	position:relative;
	margin:0 auto;
	text-align:center;
/*	border: 1px solid red;*/
}

.floma_itaku_bg:before {
    content: "";
    display: block;
    padding-top: 41%;
}

.floma_itaku_button{
  display: block;
  margin:15px auto 60px auto;
  width:30%;
  max-width:250px;
}

#denshi_itaku{
/*	background:rgba(255,255,255,.53) url(images/header_bg.jpg) right 0 no-repeat;*/
	background-size: 100% auto;
	position:relative;
	width: 100vw;
	margin-bottom:70px;
  text-align: center;
}
.denshi_itaku_bg{
	max-width:850px;
	max-height:336px !important ;
	background-size: 100% auto;
	background-image:url(images/denshi.png);
	background-repeat: no-repeat;
	position:relative;
	margin:0 auto;
	text-align:center;
/*	border: 1px solid red;*/
}

.denshi_itaku_bg:before {
    content: "";
    display: block;
    padding-top: 39.6%;
}

.denshi_itaku_button{
  display: block;
	width:50%;
	max-width:450px;
	margin:15px auto 60px auto;
}

.service{
  width:100vw;
  max-width:850px;
  /*border:2px solid red;*/
  margin:0 auto;
  background-color: #E7FFDB;
  padding:3% .5rem;
  max-height: 500px;
  box-sizing: border-box;
  margin-bottom:5vw;
  box-shadow: 0px 0px 5px 10px #E7FFDB;
  position: relative;
}

.service_title{ /* 画像のやつ */
  width:800px !important;
  /*border:2px solid blue;*/
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom:3vw;
}

.service_button_list1{
  /*border:2px solid red;*/
  max-width:830px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.service_button_list2{
  /*border:2px solid red;*/
  max-width:830px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
}

.service_button1{
  font-size:1rem;
  border:3px solid #8A7353;
  border-radius: 5px;
  color:#8A7353;
  background-color: #fff;
  padding:1.5rem;
  font-weight: bold;
  margin-bottom:1vw;
}

.service_button_list1t, .service_button_list2t {
  /*border:2px solid red;*/
  max-width:850px;
  margin: 0 auto;
  box-sizing: border-box;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0;
  position: relative;
}

.service_button1t{
  font-size:1rem;
  border:3px solid #8A7353;
  border-radius: 5px;
  color:#8A7353;
  background-color: #fff;
  padding:1.3em 1em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width:160px;
  -webkit-transition:0.2s ease-in-out;
  -moz-transition:0.2s ease-in-out;
  -ms-transition:0.2s ease-in-out;
  -o-transition:0.2s ease-in-out;
  transition:0.2s ease-in-out;
}

.service_button1t:hover{
  text-decoration: none;
  background-color: #FFFFC0;
  /*box-shadow: 0px 0px 10px 3px rgba(224, 215, 95, 0.4);*/
}

#step{
/*	background:rgba(255,255,255,.53) url(images/step_bg.jpg) right 0 no-repeat;*/
	background-size: 100% auto;
	position:relative;
	width: 100vw;
	margin-bottom:30px;
}

.step_bg{
	background-image:url(images/step_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
	max-height:413px !important ;
	position:relative;
	margin:0 auto;
	display:flex;
}

.step_bg:before {
    content: "";
    display: block;
    padding-top: 41.3%;
}

.step_f{
	margin:0 auto;
  width: 90%;
	max-width:1000px;
	max-height:380px;
	padding:1rem;
}



#support{
/*	background:rgba(255,255,255,.53) url(images/06_itaku.jpg) 0 0 no-repeat;*/
	position:relative;
	margin:0 auto 150px auto;
	text-align:center;
}

.support_bg{
	max-width:800px;
	max-height:153px !important ;
	background-size: 100% auto;
	background-image:url(images/itaku_font.png);
	background-repeat: no-repeat;
	position:relative;
	margin:0 auto;
	text-align:center;
}

.support_bg:before {
    content: "";
    display: block;
    padding-top: 17%;
}

.navi_table2{
display: block;
	width:100%;
	height:auto;
	float:left;
	margin:0 auto;
}

.table2 {
	border-collapse:collapse;
	margin:5px auto 5px auto;
}

.table2 td {/*table内のtdに対して*/
  padding: 10px 50px;/*上下3pxで左右10px*/
}

.support_button1{
	height: auto;
	display:block;
	width:100% !important ;
	max-width:250px;
	min-width:90px;
	margin:15px  auto;
}


.support_button2{
	height: auto;
	display:block;
	width:100% !important ;
	max-width:250px;
	min-width:90px;
	margin:15px auto;
}



#contact{
/*	background:rgba(255,255,255,.53) url(images/step_bg.jpg) 0 0 no-repeat;*/
	background-size: 1300px auto;
	position:relative;
	width: 100vw;
	text-align:center;
	background-color:#fff;
}

#contact p{
	color:#2f4f4f;
	font-size:35px;
	padding:5px 0;
	background-color:#deb887;
}

.contact_f{
	width:850px;
}



#navi_sp{
	padding-bottom: calc(100%*219/2666);
	background:rgba(255,255,255,.53) url(01s.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	position:relative;
}

#header1_sp{
	padding-bottom: calc(100%*454/960);
	background:rgba(255,255,255,.53) url(02s.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	position:relative;
}

#info_sp{
	padding-bottom: calc(100%*960/2398);
	background:rgba(255,255,255,.53) url(03s.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	position:relative;
}

#register_sp{
	padding-bottom: calc(100%*735/960);
	background:rgba(255,255,255,.53) url(04s.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	position:relative;
}

#contact_sp{
	padding-bottom: calc(100%*439/960);
	background:rgba(255,255,255,.53) url(05s.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	position:relative;
}
