@charset "utf-8";

.televe_nonpc{
	pointer-events: none;
}


/****************/

body {font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;}

a {
	text-decoration: none;
	color: #61B1E6;
}

a:hover {
	text-decoration: none;
	opacity: 1;
	transition: 0.3s;
	color: #00a3c9;
}

a img {
	transition: 0.3s;
}


/* =======================================
★アニメーション
========================================== */

.abso{
	position: absolute;
}

.rela{
	position: relative;
}

.top_fukidashi{
	top: 8%;
	left: -24%;
	right:0%;
	bottom: 0%;
	max-width: 219px;
	width: 42%;
}

/*.top_ben_kawameshi{
	top: -5%;
	left: 5%;
	max-width: 307px;
	width: 30%;
} */

.top_ben_hanamaki{
	right: -10.8%;
	bottom: 21.6%;
	max-width: 263px;
	width: 28%;
}

.top_ben_tako{
	/* top: 0.3%;
	left: 30%;
	bottom: 0%;
	max-width: 244px;
	width: 24%; */
                bottom: 21.7%;
	left: -16.5%;
	max-width: 256px;
	width: 21%;
}

.top_ben_syamoji{
	top: 1.1%;
	right: 17%;
	max-width: 294px;
	z-index: 0;
	width: 26%;
}

.top_ben_momo{
	top: 7.7%;
	right: -9.5%;
	max-width: 398px;
	width: 32%;
}

.top_ben_hanamak{
	top:0%;
	left:0%;
	right:0%;
	bottom: 0%;
}

.top_ben_akaushi{
	left: 16.4%;
	bottom: 20.8%;
	max-width: 200px;
	z-index: 2;
	width: 27%;
}

.top_ben_shinkansen{
	right: 18.3%;
	bottom: 30%;
	max-width: 285px;
	z-index: 2;
	width: 30%;
}

.top_girl{
	right: 9.2%;
	bottom: 0%;
	max-width: 301px;
	width: 34%;
}

.top_shinkansen{
	left: 2%;
	bottom: -3.2%;
	max-width: 462px;
	z-index: 0;
	width: 38%;
}

.top_ben_kuri{
	top: 9.7%;
	left: -11.2%;
	max-width: 290px;
	width: 23%;
}

.top_ben_kaki{
	left: 1.5%;
	bottom: 30%;
	max-width: 239px;
	width: 19%;
}

.top_ben_anago{
	top: 0%;
	left: 7%;
	max-width: 307px;
	width: 30%;	
                /* bottom: 29.7%;
	left: -16.5%;
	max-width: 256px;
	width: 21%; */
}


.okgarl {
    opacity:0;
}
.on.okgarl {
    -webkit-animation: garlslider 0.3s linear;
    -moz-animation: garlslider 0.3s linear;
    -o-animation: garlslider 0.3s linear;
    -ms-animation: garlslider 0.3s linear;
    animation: garlslider 0.3s linear;
    z-index: 0;
    opacity:1;
}

@keyframes garlslider {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
		transform: translate3d(-100%, 10%, 0) rotate(-45deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
}

@-webkit-keyframes garlslider {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 10%, 0) rotate(-45deg);
		transform: translate3d(-100%, 10%, 0) rotate(-45deg);
	}


	100% {
		opacity: 1;
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
}


/* =======================================
★共通
========================================== */

.wrap{
	max-width: 1960px;
	min-width: 1420px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
	/* width: 1040px; */
}

main{
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.inner {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.clearfix:after{
	clear:both;
	display:block;
	content:"";
}

.amax:hover .scaleupWp > img {
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.5s; /*変化に掛かる時間*/
}

/*シャドウ*/
.box_shadow{
    box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.2);
    background-color: white;
}


.point_list01{
	list-style: disc;
	margin: 0 0 0 20px;
}

.nunber_list01{
	list-style-type: decimal;
	margin: 0 0 10px 20px;
}

/*ホバーすると拡大*/

.scaleupWp{
	overflow: hidden;
}

.scaleupWp  img{
   transition-duration: 0.5s; /*変化に掛かる時間*/
}

.scaleupWp:hover  img{
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.3s; /*変化に掛かる時間*/
}

a:hover .scaleupWp  img{
   transform: scale(1.1); /*画像の拡大率*/
   transition-duration: 0.3s; /*変化に掛かる時間*/
}


/*グーグルマップ*/
.gmapWp{
	width: 100%;
	position: static;
	min-height: 250px;
}

.gmapWp > iframe {
    width: 100%;
    height: 440px;
    padding: 0;
    margin: 0;
    border-width: 0;
    vertical-align: bottom;
}

/*ボタン類*/

.btn01{
	display: block;
	padding: 9px 10px;
	font-size: 16px;
	background: #C14E3A;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	border: solid 1px #C14E3A;
}

.btn01:hover{
	background: #ffffff;
	color: #C14E3A;
}

.btn02{
	display: block;
	padding: 9px 10px;
	font-size: 16px;
	background: #C14E3A;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	max-width: 250px;
	width: 100%;
	border: solid 1px #C14E3A;
}

.btn02:hover{
	background: #ffffff;
	color: #C14E3A;
}

.btn_pagetop {
    text-align: center;
    color: #47494A;
    display: block;
    transition: .3s;
    background: #FF7900;
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
    z-index: 5;
}

.btn_pagetop span {
    text-align: center;
    width: auto;
    position: relative;
    z-index: 1;
    font-size: 12px;
    line-height: 100%;
    color: rgba(0, 145, 66, 0);
    font-weight: bold;
    vertical-align: middle;
    top: 0;
    bottom: 0;
}

.btn_pagetop:before{
	content: '';
	width: 15px;
	height: 15px;
	border-top: 3px solid #fafafa;
	border-right: 3px solid #ffffff;
	position: absolute;
	top: 12px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transform: rotate(-45deg);
	transition: .3s;
}

.btn_pagetop:hover{
    color: #ffffff;
    background: #ffa03d;
	transition: .3s;
}

.btn_pagetop:hover:before{
	border-top: 3px solid #ffe7cf;
	border-right: 3px solid #ffe7cf;
	top: 3px;
	transition: .3s;
}

.btn_slide_bright02{
	position:relative;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
}

.btn_slide_bright02:hover {
	color:#fff;
 	 cursor: pointer;
}

.btn_slide_bright02:hover:before {
	color: #ffffff;
}

.btn_slide_bright02:before {
  z-index: -1;
  position: absolute;
  content: '';
  width: 130px;
  right: -25%;
  top: 0;
  height: 90px;
  transform: skewX(-30deg);
  background: linear-gradient(90deg, #F7AEAF 0%, #F7AEAF 100%);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.btn_slide_bright02:hover:before {
  width: 130%;
  right: -15%;
  transform: skewX(-30deg);
}

.btn_rc10{border-radius: 10px}
.btn_rc15{border-radius: 15px;}
.btn_rc20{border-radius: 20px;}

.btn_border{border: 1px solid;}

/*テキスト*/

.txt01{
	font-size: 14px;
	line-height: 180%;
	color: #47494A;
}

.txt_str{
	font-weight: bold;
}

/*リスト系統*/

.ml20li li{
	margin: 0 0 0% 20px;
}

.ml20li02 li{
	margin: 1% 0 1% 20px;
}

.list_50pct li{
	float: left;
	width: 46%;
	margin: 0 2% 2%;
}

.list_3on2pct li{
	float: left;
	width: 180px;
	margin: 0  15px 15px;
}

.list_3on2pct li:nth-child(3n){
}

/* =======================================
	★header
========================================== */



/* =======================================
	★footer
========================================== */


.f_copy{
	font-size: 12px;
	margin: 0;
	vertical-align: middle;
	color: #fff;
	padding: 10px 0;
}

.f_copy:after{
	content: "";
	display:block;
	clear:both;
}

.f_inner_under{
	background: #323232;
}

.f_inner_under > div{
	width:100%;
	max-width:980px;
	margin: 0 auto 0;
	text-align: center;
}


/* =================================================
	★cover
======================================================== */

/* =================================================
	★TOP
======================================================== */

.yugothic {
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic",sans-serif;
}

.website .wrap{
	background:#e8e8e8;
}

.topcont > span{
	display: block;
	margin: 0 auto 1.8%;
	width: 430px;
	text-align: center;
	color:#fff;
	z-index: 1;
	position: relative;
}

.website h1{
	max-width: 748px;
	margin: 0 auto;
	padding: 0 0 1.6% 0;
	z-index: 2;
	position: relative;
	width: 90%;
}

.website h2{
	font-size: 24px;
	margin: 0 auto 50px;
	font-weight: bold;
}

.website .inner{
	max-width: 980px;
	margin: 0 auto;
}

.logo{
	max-width: 489px;
	margin: 0 auto;
	z-index: 1;
	width: 80%;
}

.topcontwrap{
	background:url(../img/bk_top.png)no-repeat center center;
	background-size: cover;
	margin: 0 auto;
	overflow: hidden;
}
.topcont{padding: 30px 0 0 0;max-width: 1420px;margin: 0 auto;}

.open_area{
	background: #DBDBDB;
}

.open_area h2{
	font-size: 35px;
	text-align: center;
	color: #E84B13;
	padding: 25px 0;
	margin: 0 auto;
	font-family:Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.reature_area{
	background: #EFF508;
	padding: 45px 0 45px;
}

.website h2{
	font-size: 35px;
}

.website h2 > strong > img{
	color: #004589;
	font-size: 42px;
	max-width: 84px;
	display: inline-block;
}

.website h2 > strong > .s_circle{
	margin: 0 15px 0;
	position: relative;
	top: -11px;
	width: 58px;
	height: 58px;
}

.website h3{
	font-size: 32px;
	text-align: center;
}

.reature_area ul > li{
	float: left;
	margin: 0 23px;
}

.reature_area h2{
	max-width:366px;
	margin: 0 auto 45px;
}


.s_circle{
	text-align: center;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	display: inline-block;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.white_circle{
	width: 280px;
	height: 280px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	box-shadow: 4px 4px #868686;
	transition:.3s;
}

.white_circle:hover{
	width: 280px;
	height: 280px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	background: #c3e3ff;
	text-align: center;
	box-shadow: 4px 4px #868686;
}

.white_circle p{
	margin: 25px 0 15px 0;
}

.white_circle:before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  margin: auto;
  transform: rotate(45deg);
  transition: .3s;
  padding: 0;
  background: rgba(160, 160, 160, 0.23);
  border-radius: 50%;
}

.white_circle:after {
  content: '';
  width: 10px;
  height: 9px;
  border-top: 2px solid #004589;
  border-right: 2px solid #004589;
  position: absolute;
  margin: auto;
  transform: rotate(135deg);
  transition: .3s;
  padding: 0;
  bottom: 39px;
  left: 0px;
  right: 0px;
}

.white_circle:hover:after {
  bottom: 34px;
}

.white_circle:hover:before {
  bottom: 20px;
}

.white_circle h3{
	font-size: 42px;
	font-weight: bold;
	padding: 0 0 0 34px;
	color: #000;
	margin: 0 0 5px 0;
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.white_circle span{
	font-size: 20px;
	display: block;
	color: #014f94;
	font-weight: bold;
}

.top_op_list{
	margin: 0 auto 35px;
}

.top_op_list li{
	float: left;
	width: 24.9%;
	margin: 0 0.1% 0 0;
}

.op_list_box h3{
	font-size: 17px;
	font-weight: bold;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	background: #30950B;
}

.op_list_box .imgwrap{
	position: relative;
}

.op_list_box .imgwrap img{
	width:100%;
	max-width: 245px;
}

.one_area{
	background: url(../img/bk_one_area.png)center bottom -6px #f0f0f0;
	padding: 70px 0 60px;
}

.one_area h2{
	margin: 0 0 50px 0;
}

.one_area h2 > img{
	max-width:580px;
}

.one_area ul > li{
	position: relative;background: #fff;
}


.list_leftimg_box > a{
	overflow: hidden;
	display: block;
	font-size: 0;
	position: relative;
	background: #fff;
}

.list_leftimg_box > a:hover{
	top:3px;
	left:3px;
	box-shadow: 0px 0 1px 0px rgba(0, 0, 0, 0.1);
}

.list_leftimg_box div{
	width: 240px;
	overflow: hidden;
}

.list_leftimg_box div > img{
	width: 100%;
}

.list_leftimg_box p{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(15%,-50%);
	-webkit-transform: translate(15%,-50%);
	transform: translate(15%,-50%);
	text-align: left;
	font-size: 19px;
	color: #000;
	font-weight: bold;
}

.ul50 > li{
	float: left;
	width: 470px;
	margin: 0 40px 15px 0;
}

.ul50 > li:nth-child(2n){
	margin: 0 0 15px 0;
}

.ul50_2 > li{
	float: left;
	width: 390px;
	margin: 0 40px 15px 0;
}

.ul50_2 > li:nth-child(2n){
	margin: 0 0 15px 0;
}

.two_area{
	background: #fff;
	padding: 95px 0 30px;
}

.two_area .content_box > ul > li{
	padding: 20px 0 30px 90px;
	margin: 0 0 45px 0;
	position: relative;
	border-radius: 5px;
	}

.two_area .content_box > ul > li h3{
	text-align: left;
	position: relative;
	font-size: 36px;
	font-weight: bold;
	color: #004589;
	margin: 0px 0 14px 0;
	font-family: メイリオ,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.two_area .content_box > ul >  li h3 span{
	left: -58px;
	top: 9px;
	position: absolute;
	font-size: 58px;
	font-family:"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.two_area .content_box > ul >  li p{
	font-size: 19px;
	margin: 0 0 25px 0;
	font-weight: bold;
}

.abcon{
	position: absolute;
	top: 0;
	right: 0;
}

.abcon ul > li{
	float: left;
}

.twoul01{
	position: relative;
	left: 73px;
	top: -139px;
}

.twoul02:before{
	position: absolute;
	content: "";
	display: block;
	width: 367px;
	height: 36px;
	background: url(../img/two_area_img02_txt.png)no-repeat center center;
	top: -61px;
	left: 70px;
	background-size: 100%;
}

.twoul02{
	position: relative;
	top: 98px;
	right: 34px;
}

.twodi03{right: 160px;top: 45px;}

.two_area_img03_01{

}

.two_area_img01_qr{
	max-width: 130px;
	bottom: 0;
	position: relative;
	top: 180px;
	display: none;
	right: 18px;
}

.two_area_img01_sma{
		max-width: 256px;
}

.two_area_img02_01{
	max-width: 241px;
	margin: 0 10px 0 3px;
}

.two_area_img02_02{
	max-width: 241px;
}

.two_area_img03_01{
	position: relative;
	max-width: 141px;
}

.two_area_img03_01:before{
	position: absolute;
	content: "";
	display: block;
	width: 145px;
	height: 55px;
	background: url(../img/two_area_img03_txt.png)no-repeat center center;
	background-size: 100%;
	top: -25px;
	right: 100px;
}

.three_area{
	background: #F2F2EB;
	padding: 50px 0 70px;
}

.three_area h2{
	margin: 0 0 30px 0;
}

.content_box2{
	margin:0 auto;
	width: 820px;
}

.content_box2 p > em{
	font-size:30px;
	font-weight:bold;
	display: inline-block;
	position: relative;
	top: 4px;
}

.benbox{
	position:relative;
	color:#000;
	margin: 0 0 6px 0;
}

.benbox span{
	position:absolute;
	background: #DE4305;
	color:#fff;
	font-size: 18px;
	padding: 0px 10px;
	border-radius: 15px;
	top: 12px;
	left: 15px;
	z-index: 5;
}

.benbox > div{
	margin: 0 0 10px 0;
}

.benbox > p{
	font-size:18px;
	font-weight:bold;
}

.content_box2 > ul{
	margin:0 0 10px 0;
}

.commentslist{
	list-style-type:none;
	margin:0 0 0 30px;
}

.commentslist li{
	position:relative;
}

.commentslist li:before{
	position:absolute;
	content:"※";
	left: -23px;
}

.note_area{
	padding: 50px 0 70px 0;
}

.gray_box{
	border: solid 1px #CFD0D1;
	padding: 20px 60px;
}

.gray_box h2{
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.disc_list{
	list-style-type: disc;
	font-size: 19px;
	margin: 0 0 30px 20px;
}

.one_area_title > img.nosp{
	max-width: 589px;
	display: inline-block !important;
	margin: 2px 0 0 0;
}

.two_area_title > img.nosp{
	max-width: 589px;
	display: inline-block !important;
}

.three_area_title > img.nosp{
	max-width: 732px;
	display: inline-block !important;
	margin: 2px 0 30px 0;
}

@-webkit-keyframes zoomIn2 {

  0 {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }


  80% {
	    opacity: 1;
		-webkit-transform: scale3d(0.35, 0.35, 0.35);
    transform: scale3d(0.35, 0.35, 0.35);
  }


}

@keyframes zoomIn2 {

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

	80% {
	    opacity: 1;
		-webkit-transform: scale3d(0.35, 0.35, 0.35);
    transform: scale3d(0.35, 0.35, 0.35);
  }
}

.zoomIn2 {
	-webkit-animation: zoomIn2 cubic-bezier(0, 2.03, 0.92, 0.42);
	-moz-animation: zoomIn2 cubic-bezier(0, 2.03, 0.92, 0.42);
	-o-animation: zoomIn2 cubic-bezier(0, 2.03, 0.92, 0.42);
	-ms-animation: zoomIn2 cubic-bezier(0, 2.03, 0.92, 0.42);
	animation: zoomIn2 cubic-bezier(0, 2.03, 0.92, 0.42);
}


@-webkit-keyframes fadeIn2 {
	from {
    opacity: 0;
		transform: scale(0.9);
  }

	100% {
	    opacity: 1;
		transform: scale(1.0);
  }

}

@keyframes fadeIn2 {
	from {
    opacity: 0;
		transform: scale(0.9);
  }

	100% {
	    opacity: 1;
		transform: scale(1.0);
  }

}

.fadeIn2 {
	-webkit-animation: fadeIn2 ease-in-out;
	-moz-animation: fadeIn2 ease-in-out;
	-o-animation: fadeIn2 ease-in-out;
	-ms-animation: fadeIn2 ease-in-out;
	animation: fadeIn2 ease-in-out;
}

/*0315 木村追加*/

.open_area .og_btnkai{
	/* margin: -10px 0 0 0; */
	/* padding: 0 0 45px 0; */
	padding: 45px 0;
}

.note_area .og_btnkai{
	margin: 55px 0 0px 0;
}

.og_btnkai a{
    background: #FFCC00 url(../img/btn_on2_arrow.png) no-repeat 95% center;
    color: #000;
    text-align: center;
    border-bottom: solid 5px #EDA24F;
    display: block;
    padding: 15px 10px;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 460px;
    transition:0.1s;
		width: 90%;
}

.og_btnkai a:hover{
    opacity: 0.7;
}

#top{
	position: relative;
}
