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

/*------------------------------------------
header
------------------------------------------*/
/*.p-header__langbtn.is-current, .p-header__langbtn:hover {
    color: #36749D;
}

@media screen and (min-width:768px){
.p-header {
    background: -webkit-gradient(linear,left top,right top,color-stop(65.9%,#fff),color-stop(66%,#36749D));
    background: linear-gradient(90deg,#fff 65.9%,#36749D 66%);

}	
.p-header__navr {
    background: #36749D;
}
}


@media screen and (max-width:768px){
.p-header-navspbtn {
    background: #36749D;
}
.p-header__navsp__li {
    border-left: 1px solid #36749D;
	}
.p-header__navsp__btn p {
    color: #36749D ;
}	
.p-header-spmenu__bnr {
    background: #36749D;
	}
}
*/
/*------------------------------------------
footer
------------------------------------------*/
.p-footer__navlower, .p-footer__navupper {
    background: #0a2d88;
}
.p-footer__sns__title {
    background: #fff;
    color: #0a2d88;
}



img {
    max-width: 100%;
    height: auto;
}
#hz-content {
    background:url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cm_main_visual img {
    width: 100%;
    height: auto;
}

.cm_section.sec01 {
	max-width: 1000px;
    text-align: center;
	margin: 0 auto;
}

.media_pc{
	display: block;
}
.media_sp{
	display: none;
}
.h2_sec_title_type02 .media_sp {
    display: none;
}
.main_visual.media_pc {
   display: flex;
}
.main_visual.media_sp {
    display: none;
}
@media screen and (max-width:768px){
.main_visual.media_pc {
    display: none;
}
.main_visual.media_sp {
    display: block;
}	
	
.media_pc{
	display: none;
}
.media_sp{
	display: block;
}	
.h2_sec_title_type02 .media_sp {
    display: inline-block;
}	
}

/*------------------------------------------
main
------------------------------------------*/
.main_visual {
    background:url("../img/img_bg_check.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
	padding: 90px 20px 0;
}
.main_right {
    text-align: center;
}
.main_car_area .onpu_ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.main_car_area {
    position: relative;
}
.onpu_li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.onpu_li:nth-child(2) {
    right: 0;
    position: absolute;
}
.lead_main {
    margin-bottom: 24px;
}


@media screen and (max-width:768px){
.main_visual {
    background: none;
    padding: 0;

}
}


/*------------------------------------------
section01
------------------------------------------*/


.section.sec01 {
    margin-top: 100px;
	position: relative;
	z-index: 1;
}
.section.sec01:after{
	width: 255px;
	height: 110px;
	content: "";
	background-image: url("../img/img_traiangle.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -90px;
	right: -110px;	
	z-index: -1;
}
.section.sec01 .inner_section {
    padding-top: 40px;
    position: relative;
}
.map_area {
    position: relative;
   text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.h2_sec_title.sec01 {
    position: absolute;
    right: 5%;
    width: 12%;
    left: 83%;
	top: 0;
}
.pro_img {
    background: #fff;
    padding: 24px 10px;
    border-radius: 13px 13px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}





/*アニメーション*/
.loopSlide {
  display: flex;
	width: 100vw;
	height: 120px;
	overflow: hidden;
}
.loopSlide img {
  width: auto;
  max-width: initial;
  height: 100%;
}

.loopSlide img {
  animation: slide0 30s linear infinite;
}

@keyframes slide0 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}




/*タブ*/

.tab-list{
	margin-bottom: 15px;
	letter-spacing: -.4em;
}
.tab-list > li{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 20px;
}
.tab-list > li:first-child{
	margin-left: 0;
}
.tab-list > li:last-child{
	margin-right: 0;
}
.tab-list > li a{
	display: block;
	text-align: center;
}
.tab-list > li a:hover,
.tab-list > li.on a{
}
.tab-content > li{
	display: none;
}



.tab-list02{
	margin-bottom: 15px;
	letter-spacing: -.4em;
	text-align: center;
}
.tab-list02 > li{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	margin: 0 1%;
	letter-spacing: normal;
}
.tab-list02 > li:first-child{
	margin-left: 0;
}
.tab-list02 > li:last-child{
	margin-right: 0;
}
.tab-list02 > li a{
	display: block;
	padding: 10px;
	text-align: center;
}
.tab-list02 > li a:hover,
.tab-list02 > li.on a{
}
.tab-content02 > li{
	display: none;
	padding: 10px;
}
/*.tab-list.clearfix {
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}*/
/*.tab-list .a {
	position: absolute;
	top: 20%;
	left: 20%;
	right: 59%;
	width: 21%;
}
.tab-list .b {
    position: absolute;
    top: 8%;
    right: 20%;
    width: 12%;
    left: 68%;
}
.tab-list .c {
    position: absolute;
    top: 40%;
    right: 28%;
    left: 60%;
    width: 12%;
}
.tab-list .d {
    position: absolute;
    top: 64%;
    right: 33%;
    width: 12%;
    left: 55%;
}
.tab-list .e {
    position: absolute;
    bottom: 18%;
    left: 35%;
    width: 12%;
    right: 53%;
}
.tab-list .f {
    position: absolute;
    bottom: 0;
    left: 21%;
    width: 12%;
    right: 67%;
}
.tab-list .g {
    position: absolute;
    bottom: -14%;
    left: 32%;
    width: 12%;
    right: 56%;
}*/
.tab-list {
  text-align: center;
  margin-bottom: 100px;
}


.map_japan {
    margin-bottom: 80px;
}
.menu_title {
    text-align: center;
	margin-bottom: 40px;
}
.menu_title .media_pc {
    display: inline-block;
}
.tab-content {
    max-width: 1000px;
    margin: 0 auto 120px auto;
	padding: 20px 50px;
	background-image:url("../img/menu_list_mid.png");
	background-repeat: repeat-y;
	position: relative;
	background-size: contain;
}
.tab-content:before{
	content: "";
	width: 100%;
	height: 80px;
	background: url("../img/menu_list_hd.png");
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
}
.tab-content:after{
	content: "";
	width: 100%;
	height: 80px;
	background: url("../img/menu_list_bt.png");
	background-size: contain;
	background-position: top center;
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	margin: auto;
	background-repeat: no-repeat;
}


.menu_list_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu_list_ul::before {
  content:"";
  display: block;
  width: calc((100% - 80px)/4);
  order:1;
}
.menu_list_ul::after {
  content:"";
  display: block;
  width: calc((100% - 60px)/4);
}
.menu_list_li {
    width: calc((100% - 60px)/4);
    text-align: center;
    border: solid 2px #fff;
    border-radius: 16px;
	margin-bottom: 20px;
}
.pro_h3_name span {
    font-size: 10px;
line-height: 1.2;
}
.pro_h3_name {
    font-size: 15px;
    color: #fff;
	padding: 0 0 5px 0;
}
.menu_img a {
    text-decoration: none;
}
.pro_h3_name span {
    display: block;
    font-weight: 300;
    margin-top: 5px;
}

.store_name {
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.address {
    font-size: 16px;
    margin-bottom: 8px;
}
.businesshour {
    display: inline-block;
}
.phone {
    display: inline-block;
	margin-right: 20px;
}
.pro_list_li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: dotted 3px #ccc;
}
	
	
	


@media screen and (max-width:768px){
	.section.sec01::after{
		display: none;
	}	
.menu_title .media_pc {
    display: none;
}	
.section.sec01 {
    margin-top: 50px;
	padding: 0 20px;
}	
.loopSlide {
    height: 80px;
	}
.menu_list_li {
    width: calc((100% - 80px)/3);
	}
	
.menu_list_ul::before {
  content:"";
  display: block;
  width: calc((100% - 80px)/3);
  order:1;
}
.menu_list_ul::after {
  content:"";
  display: block;
  width: calc((100% - 80px)/3);
}	
.tab-content {
    padding: 20px 20px;
	}
.menu_list_li {
    width: calc((100% - 20px)/2);
	}
.tab-list02.clearfix {
    display: flex;
	}
.tab-list02 > li {
    /*display: inline-block;*/
	width: calc(100% / 3);
    vertical-align: middle;
    /*width: 33%;*/
    margin: 0;
	}
.tab-list02 > li a {
    display: block;
    padding: 10px 5px;
	}
.pro_img {
    min-height: 160px;
}	
.menu_title {
    text-align: center;
    margin-bottom: 20px;
}	
.menu_list_li {
    border-radius: 12px;
	}
.pro_img {
    padding: 24px 10px;
    border-radius: 9px 9px 0 0;
}	
.tab-content {
    max-width: 1000px;
    margin: 0 auto 60px auto;
    padding: 20px 10px;
	}
	
.tab-list.clearfix {
    position: inherit;
	height: inherit;
	margin: 0 auto 40px 0;
	padding: 0 20px;
display: flex;	
	}
.tab-list .a,
	.tab-list .b,
	.tab-list .c,
	.tab-list .d,
	.tab-list .e,
	.tab-list .f,
	.tab-list .g{
    position: inherit;
	top:inherit;
	bottom:inherit;
    left: inherit;
    right: inherit;
    width: inherit;
}	
.tab-list li {
	width: 49% !important;
	display: inline-block;
}	
.tab-list > li {
  margin-left: 8px;
}	
.map_japan {
    display: none;
}	
/*.tab-list li:nth-child(1) {
    display: block;
    width: 100% !important;
}*/
.tab-list img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
}

.sec01 .h2_sec_title.sec01 {
    position: inherit;
    right: inherit;
    width: inherit;
    left: inherit;
    top: inherit;
    text-align: center;
	margin-bottom: 40px;
}	
.section.sec01 .inner_section {
    padding-top: 0;
	}
}

@media screen and (max-width:414px){	
.menu_list_ul::before {
  content:"";
  display: block;
  width: calc((100% - 20px)/2);
  order:1;
}
.menu_list_ul::after {
  content:"";
  display: block;
  width: calc((100% - 20px)/2);
}	
.menu_list_li {
    width: calc((100% - 20px)/2);
	}
.loopSlide {
    height: 60px;
}	
}


/*------------------------------------------
section02
------------------------------------------*/
.lity-content .pro_name {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.menu_note{
    font-size: 10px;
    color: #fff;
	line-height: 1.4;
    text-align: center;
}
.lity-content .menu_note {
    font-size: 14px;
    color: #fff;
	line-height: 1.4;
    text-align: center;
    margin-top: 10px;
}
.section.sec02.bg_wh {
    background: #fff;
    position: relative;
    margin-top: 200px;
	padding-bottom: 60px;
}
.section.sec02.bg_wh:before{
	width: 255px;
	height: 110px;
	content: "";
	background-image: url("../img/img_traiangle.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: 100px;
	left: -40px;
	z-index: 0;
}
.section.s_04 {
	padding: 160px 0;
}
.h2_sec_title_type02 {
	
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	z-index: 1;
	background: #fff;
}
.h2_sec_title_type02 .media_pc {
    display: inline-block;
}
.section.sec02.bg_wh::after {
    content: "";
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 99999px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 0;
}




.s_04 .accordion_one {
  max-width: 800px;
 margin: 0 auto 20px auto;
	position: relative;
z-index: 1;
}
.s_04 .accordion_one .accordion_header {
  background-color: #000d5f;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 16px 30px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_04 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_04 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_04 .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s_04 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before, .s_04 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}
.s_04 .accordion_one .accordion_inner.stay {
  display: block;
}
.s_04 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_04 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_04 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_04 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_04 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}


@media screen and (max-width:768px){
	.section.sec02.bg_wh::before{
		display: none;
	}	
.h2_sec_title_type02 .media_pc {
    display: none;
}	
.section.s_04 {
    padding: 100px 20px;
}
.section.sec02.bg_wh {
    margin-top: 160px;
	}
.section.sec02.bg_wh::after {
    top: -60px;
	}
}
	
@media screen and (max-width:414px){	
}

/*------------------------------------------
section03
------------------------------------------*/

.section.sec03.bg_gy {
    background: #f5f5f1;
    position: relative;
	padding-bottom: 80px;
}
.section.sec03.bg_gy::after {
    content: "";
    width: 300px;
    height: 300px;
    background: #f5f5f1;
    border-radius: 99999px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 0;
}
.section.sec03 .h2_sec_title_type02 {
	background: #f5f5f1;
}



.step_list_ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
	padding-top: 280px;
}
.step_list_li {
    width: 48%;
    text-align: center;
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
	background:url("../img/step_mid.png");
	background-repeat: repeat-y;
	background-size: contain;
	background-position: center;
	position: relative;
	margin-bottom: 240px;
}
.step_list_li:before{
	content: "";
	background:url("../img/step_hd.png");
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% 60px;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.step_list_li:after{
	content: "";
	background:url("../img/step_bt.png");
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 60px;
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	margin: auto;
}
.step_h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
	margin-bottom: 30px;
}
.step_lead {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.step_notice {
    font-size: 15px;
    color: #e66e50;
    text-align: left;
    line-height: 1.3;
}
.number {
    position: absolute;
    top: -132px;
    left: 0;
    right: 0;
    margin: auto;
}
.step_img {
    margin-bottom: 24px;
}


@media screen and (max-width:768px){
.section.sec03.bg_gy::after {
    top: -60px;
	}
.step_list_li {
    width: 100%;
	}
.step_list_ul {
    padding: 200px 20px 0 20px;
}	
.step_list_li {
    padding: 40px 20px 0 20px;
	}
.step_lead {
    font-size: 16px;
	}
.step_notice {
    font-size: 13px;
	margin-top: 10px;
	}
.number img {
    width: 100px;
}	
.number {
    position: absolute;
    top: -90px;
	}
.step_list_li::before {
	background-position: bottom center;
}
.step_list_li::after {
	background-position: top center;
}	
}

@media screen and (max-width:414px){
.step_list_li::before {
    background-size: contain;
	background-position: bottom center;
}
.step_list_li::after {
    background-size: contain;	
	background-position: top center;
}
.step_list_li {
    margin-bottom: 160px;
	
}	
.step_list_li:last-child {
    margin-bottom: 120px;
	
}
	
}

	

/*------------------------------------------
section04
------------------------------------------*/
.section.sec04.bg_wh {
    background: #fff;
    position: relative;
	padding-bottom: 100px;
}
.section.sec04.bg_wh::after {
    content: "";
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 99999px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 0;
}
.reserve_list_ul {
    display: flex;
    justify-content: space-around;
    padding-top: 160px;
	position: relative;
	z-index: 1;
    max-width: 1000px;
    margin: 0 auto;	
}




@media screen and (max-width:768px){

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

}

@media screen and (max-width:768px){
.reserve_list_ul {
    display: block;
}	
.reserve_list_li {
    margin-bottom: 40px;
	text-align: center;
}	
.section.sec04.bg_wh::after {
    top: -60px;
	}
}

@media screen and (max-width:414px){
.block_list_li .cn_title_h3 {
    font-size: 16px;
    margin-bottom: 4px;
}
.block_list_li .up_date {
    font-size: 12px;
}
.block_list_li .cm_dt {
    padding: 10px;
    text-align: left;
    border-radius: 0 0 6px 6px;
}	
.reserve_list_li img {
  max-width: 260px;
  margin: 0 auto;
}	
}




/*------------------------------------------
link
------------------------------------------*/
.link_btn.effect-fade.effect-scroll {
    padding: 40px 0 80px 0;
}
.link_btn {
    text-align: center;
	margin-top: 100px;
}
.link_btn a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
	display: inline-block;
    background: #022343;
    padding: 16px 130px 16px 18px;
	position: relative;
}
.link_btn a:after{
	content: "";
	width: 16px;
	height: 13px;
	background: url("../img/icn_arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	right: 24px;
	bottom: 0;
	margin: auto;
}
.link_btn a:hover{
	opacity: 0.8;
}

@media screen and (max-width:768px){	
.link_btn {
    padding: 0 20px;
	}
.link_btn a {
    font-size: 28px;
	padding: 40px 10px 40px 36px;
	display: block;
	text-align: left;
	}
.link_btn.effect-fade.effect-scroll {
    padding: 40px 20px 80px 20px;
	}	
}
@media screen and (max-width:414px){	
.link_btn a {
	width: 100%;
    font-size: 14px;
	padding: 20px 50px 20px 18px;
	}
.link_btn {
	margin-top: 50px;
}	
}

/*------------------------------------------
popup
------------------------------------------*/


/*------------------------------------------
animation
------------------------------------------*/

.effect-fade{
	opacity: 0;
	transform:translate(0,45px);
	transition: all 500ms;
}
.effect-fade.effect-scroll{
	opacity: 1;
	transform:translate(0,0);
}

/*------------------------------------------
slider
------------------------------------------*/



.price {
  color: #fff;
	font-size: 15px !important;
}
.price span {
  font-size: 12px;
  margin-right: 6px;
  display: inline-block;
}
.pro_details {
  min-height: 110px;
  height: 100%;
  padding: 10px;	
}
.pro_img {
  min-height: 170px;
  height: 100%;
}
.lity-content .price {
  font-size: 18px !important;
  text-align: center;
  margin-top: 10px;
}
.lity-content .pro_name span {
  display: block;
	font-size: 80%;
	margin-top: 10px;
}

@media screen and (max-width:768px){
	.pro_details {
  min-height: 80px;
	}
}



