@charset "utf-8";

/*********************************************************/
@media screen and (max-width: 600px) {
/*********************************************************/
.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: -5%;
	left: -10%;
	right:0%;
	bottom: 0%;
	max-width: 219px;
	width: 34%;
}

.top_ben_kawameshi{
	top: -1%;
	left: -2%;
	max-width: 367px;
}

.top_ben_hanamaki{
	left: unset;
	bottom: 23.6%;
	max-width: 318px;
	right: -17%;
}

.top_ben_tako{
	top: 5.3%;
	left: 26%;
	bottom: 0%;
	max-width: 294px;
	width: 29%;
}

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

.top_ben_momo{
	top: 5.7%;
	right: -5.5%;
	max-width: 428px;
}

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

.top_ben_fugusushi{
	left: 1.4%;
	bottom: 17.8%;
	max-width: 341px;
	z-index: 0;
}

.top_ben_shinkansen{
	right: 8.3%;
	bottom: 33%;
	max-width: 315px;
	z-index: 1;
	width: 22%;
}

.top_girl{
	right: -0.8%;
	bottom: -9%;
	max-width: 321px;
}

.top_shinkansen{
	left: 2%;
	bottom: 9.8%;
	max-width: 540px;
	z-index: 0;
}


.top_ben_kaki{
	top: 5.7%;
	right: -5.5%;
	max-width: 259px;
}

.top_ben_kuri {
    top: 16.7%;
    left: -16.2%;
    max-width: 315px;
    width: 23%;
}

.top_ben_anago {
    bottom: 29.7%;
    left: -16.5%;
    max-width: 276px;
    width: 21%;
}

.top_ben_kaki {
    left: 1.5%;
    max-width: 259px;
    width: 19%;
    top: unset;
    bottom: 38%;
    left: 5%;
}

.top_ben_momo {
    top: 17.7%;
    right: -9.5%;
    max-width: 428px;
    width: 32%;
}


.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: unset;
	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;
}

.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{
    color: #ffffff;
    background: #ffa03d;
    transition: .3s;
    width: 68px;
    height: 70px;
    bottom: 0;
    right: 0px;
    position: absolute;
}

.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: 10px;
	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 4%;
	width: 461px;
	text-align: center;
	color:#fff;
	z-index: 1;
	position: relative;
	width: 70%;
}

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

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

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

.logo{
	max-width: 519px;
	margin: 0 auto;
	z-index: 1;
	padding: 0 0 1% 5%;
	width: 55%;
}

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

.open_area{
	background: #DBDBDB;
}

.open_area h2{
	font-size: 16px;
	text-align: center;
	color: #E84B13;
	padding: 13px 0 0px;
	margin: 0px auto 0 !important;
	width: 90% !important;
}

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

.website h2{width: 96%;margin: 0 auto 10%;}

.website h2 > strong > img{
	color: #004589;
	font-size: 20px;
	max-width: 53px;
	width: 20%;
	display: inline-block;
	margin: 0 0 17px 0;
}

.website h2 > strong > .s_circle{
	position: relative;
	top: -6px;
	left: -4px;
	max-width: 50px;
	width: 10%;
	height: 30px;
}

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

.reature_area ul > li{
	float: left;
	margin: 0 0.5%;
	width: 32.3%;
}


.reature_area h2{
	max-width: 230px;
	margin: 0 auto 3%;
	width: 70%;
}


.s_circle{
	text-align: center;
	width: 50px;
	height: 50px;
	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;
}

.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 h3{
	font-size: 42px;
	font-weight: bold;
	padding: 0 0 0 34px;
	color: #000;
	margin: 0 0 5px 0;
}

.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)no-repeat center bottom #f0f0f0;
	padding: 10% 0 5%;
	background-size: 280%;
}

.one_area h2{
	width: 96%;
	margin: 0 auto 5%;
}

.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: 47%;
	max-width: 242px;
	overflow: hidden;
}

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

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

.ul50 > li{
	float: none;
	width: 96%;
	margin: 0 auto 3%;
}

.ul50 > li:nth-child(2n){
	margin: 0 auto 3%;
}

.ul50_2 > li{
	float: none;
	width: 100%;
	margin: 0 auto 5%;
}

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

.two_area{
	background: #fff;
	padding: 10% 0 5%;
}

.two_area .content_box > ul > li{
	padding: 15px 5%;
	width: 85%;
	margin: 0 auto 5%;
	position: relative;
	border-radius: 5px;
}

.two_area .content_box > ul > li:first-child p{
	width: 56%;
	margin: 0 0 10% 0;
	font-size: 14px;
}

.two_area .content_box > ul > li h3{
	text-align: left;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #004589;
	margin: 3% 0 4% 35px;
}

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

.two_area .content_box > ul >  li h3 span > img{
	max-width: 15px;
	width: 100%;
	margin: -5px 0 0px 0px;
}

.two_area .content_box > ul >  li p{
	font-size: 14px;
	margin: 0 0 3% 0;
	font-weight: bold;
	/* font-size: 4.9vw; */
}

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

.abcon ul > li{
	float: left;
	margin: 0 auto;
}

.twoul01{
	position: relative;
	left: 0;
	top: 10px;
	width: 250px;
	margin: 10px auto;
}

.twoul02:before{
	position: absolute;
	content: "";
	display: block;
	width: 82%;
	height: 32px;
	background: url(../img/two_area_img02_txt.png)no-repeat center center;
	top: -38px;
	left: 15px;
	right: 0;
	background-size: 100%;
}

.twoul02{
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	margin: 16% auto 5%;
	max-width: 300px;
}

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

.two_area_img03_01{

margin: 0 auto 5%;

width: 30%;
}

.two_area_img01_qr{
	max-width: 131px;
	bottom: 0;
	position: relative;
	right: 0;
	top: 0;
}

.two_area_img01_sma{
		max-width: 266px;
		width: 57%;
		position: absolute;
		right: -34%;
		top: -199px;
}

.two_area_img02_01{
	max-width: 320px;
	margin: 0 auto 3% !important;
	margin: 0 10px 0 3px;
	display: block;
}

li.two_area_img02_01 img {
    width: 100%;
}

.two_area_img02_02{
	max-width: 320px;
	margin: 0 !important;
}

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

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

.three_area{
	background: #F2F2EB;
	padding: 30px 0 40px;
}

.three_area h2{
	margin: 0 auto 0%;
}

.content_box2{
	margin:0 auto;
	width: 90%;
}

.content_box2 p > em{
	font-size: 16px;
	font-weight:bold;
	display: inline-block;
	position: relative;
	top: 0px;
	margin: 0 -3px;
}

.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: 14px;
	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;
	font-size: 12px;
}

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

.note_area{
	padding: 30px 0 39px 0;
}
.note_area ul li {
	font-size: 12px;
}

.gray_box{
	border: solid 1px #CFD0D1;
	padding: 5%;
}

.gray_box h2{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 2% 0;
}

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

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

.one_area_title > img.nopc{
	max-width: 256px;
	display: inline-block !important;
	margin: 2px 0 0 0;
	width: 100%;
}

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

.two_area_title > img.nopc{
	max-width: 260px;
	width: 100%;
	display: inline-block!important;
}

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

.three_area_title > img.nopc{
	max-width: 452px;
	display: block!important;
	margin: 2px 0 0 0;
	width: 100%;
}


.two_area_img01_sma {
    max-width: 266px;
   width: 68%;
   position: absolute;
   right: -26%;
   top: -228px;
}

/*0315 木村追加*/

.open_area .og_btnkai{
	margin: 0px 0 0 0;
	padding: 20px 0 6% 0;
}

.note_area .og_btnkai{
	margin: 35px 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: 10px 10px;
    font-size: 23px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    margin: 10px auto 0;
    max-width: 460px;
    transition:0.1s;
    width: 82%;
}

.og_btnkai a:hover{
    opacity: 0.7;
}

.sp_bold{
	font-weight: bold;
	margin: 12px 0 0 0;
}

.kingakuwa{
	font-size: 12px;
}

/*********************************************************/
} /* max-width: 600px
/*********************************************************/
/*********************************************************/
@media screen and (max-width: 414px) {
/*********************************************************/

.two_area_img01_sma {
    max-width: 155px;
    width: 68%;
    position: absolute;
    right: -26%;
    top: -215px;
}

.og_btnkai a{
    text-align: center;
    border-bottom: solid 5px #EDA24F;
    display: block;
    padding: 10px 10px;
    font-size: 20px;
}



/*********************************************************/
} /* max-width: 414px
/*********************************************************/


/*********************************************************/
@media screen and (max-width: 375px) {
/*********************************************************/
.btn_pagetop {
    color: #ffffff;
    background: #ffa03d;
    transition: .3s;
    width: 66px;
    height: 66px;
    bottom: 0;
    right: 0px;
    position: absolute;
}

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

/* ======= top =========== */



/*********************************************************/
} /* max-width: 320px
/*********************************************************/


/*********************************************************/
@media screen and (max-width: 320px) {
/*********************************************************/


.two_area_img01_sma {
    max-width: 266px;
    width: 47%;
    position: absolute;
    right: -6%;
    top: -203px;
}

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

.open_area h2 {
   font-size: 16px;
    text-align: center;
    color: #E84B13;
    padding: 10px 0;
    margin: 0 auto 0 !important;
    width: 90% !important;
}



/*********************************************************/
} /* max-width: 320px
/*********************************************************/
