@charset "utf-8";
/* Style for PCs */


@media screen and (min-width: 1025px) {
  html {
    margin: 0 !important;
}
  body{
    color: #000 !important;
    letter-spacing: 0.05em  !important;
    background: #FFF;
    position: relative;
    font-size:15px;
    font-family: "ryo-gothic-plusn", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 2em !important;
    background: #FFF !important;
    font-display: auto;
}
.pc_only{
  display: block !important;
}
.sp_only{
  display: none !important;
}
.bnr_sp{
  width: 80%;
  margin: 70px auto;
}
.bnr_sp img{
  display: block;
  width: 100%;
  margin: 0px auto 60px;
}




/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.6s;
  z-index: 50;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

#nav-toggle {
  z-index: 100;
}

#gloval-nav {
  z-index: 10;
}

.section {
  padding: 70px 20px;
  height: 100vh;
  text-align: center;
}
.section span {
  font-weight: bold;
  font-size: 30px;
}

#header{
  width:100%;
  height: 110px;
  position: fixed;
  transition: padding .2s, background-color .2s; /* 背景色と高さをじんわり変更 */
  z-index: 50;
  background: rgb(32,160,178);
  background: linear-gradient(93deg, rgba(32,160,178,1) 0%, rgba(12,88,132,1) 100%);
}
#header h1{
  font-size: 12px;
    color: #FFF;
    font-weight: bold;
    margin: 5px 10px 0;
    position: absolute;
    left: 1%;
}

.logo{
  width: 16%;
  height: 110px;
}
.logo img{
  margin-top: 30px;
  display: block;
}
.head_inner{
  width: 1280px;
  height: 110px;
  display: flex !important;
  justify-content: space-around !important;
  flex-flow: row nowrap !important;
  margin: 0 auto;
}

/* ファーストビューを過ぎたあとのヘッダー */
#header.transform {
  background: rgb(32,160,178);
  background: linear-gradient(93deg, rgba(32,160,178,1) 0%, rgba(12,88,132,1) 100%);
  height: 110px;
}
.head_inner.transform {
  background:url(../images/nav_bgimg.png) no-repeat left top;
}
#header_right{
  width: 45%;
  height: 110px;
}

h1.logo{
  width: 174px;
  height: auto;
  margin: 0px 0 0 20px;
  padding-top: 20px;
}
h1.logo a{
	display: block;
	margin: 0 auto;
	padding: 0;
}
h1.logo a img{
  width:100%;
  height: auto;
  display: block;
}
.navigation-bar.sticky {
    background:#FFF;
    height: 100px;
    padding: 0;
}
nav{
  width: 100%;
  height: 110px;
}

nav ul{
  height: 110px;
  padding: 36px 0 0 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: #FFF !important;
  transition:all 0.3s;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.2em;
}

nav ul li.current a,
nav ul li a:hover{
  color:#4dbdc4; 
}

.btn_reserve{
  display: block;
  line-height: 80px;
  width: 100px;
  height: 40px;

}
#main_img{
  max-width: 1140px;
  height: auto;
  display: block;
  margin:120px auto 0;
}

#sp_main_img{
  display: none;
}

#fv{
  width: 100%;
  max-height: 940px;
  background: url(../images/fv_bgimg.png) no-repeat center center;
  background-size: contain;
  position: relative;
}


/* ここから */
.mv {
  max-width: 1280px;
  height: 840px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 30px;
  z-index: 20;
}
#fv_text{
  position: absolute;
  top: 100px;
  left: 30px;
}
#fv_img_car{
  position: absolute;
  top: 230px;
  right: 30px;
}
#fv_bnr{
  position: absolute;
  bottom:40px;
  left: 30px;
}

#fv_contact{
  position: absolute;
  top: 140px;
  right: 2%;

}




.header_tel{
  width: 30%;
  height: 110px;
}
.h_intro{
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height:1em;
  font-style: italic;
  color: #ecf914;
  position: relative;
  text-align: center;
  margin-top: 8px;
  font-family: "ryo-gothic-plusn", sans-serif !important;
}

.h_intro::before,
.h_intro::after {
  position: absolute;
  top: -5px;
  height: 1.6rem;
  content: '';
}

.h_intro::before {
  border-left: solid 3px #ecf914;
  left: 17%;
  transform: rotate(-30deg);
}

.h_intro::after {
  border-right: solid 3px #ecf914;
  right: 17%;
  transform: rotate(30deg);
}

.h_tel{
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  color: #FFF;
  font-size: 30px;
  align-items: center;
  line-height: 50px;
  font-family: "ryo-gothic-plusn", sans-serif !important;
}
.h_tel img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.h_tel span{
  font-size: 1.2em;
  letter-spacing: 0.05em;
  font-family: "ryo-gothic-plusn", sans-serif !important;
}
.h_fax {
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  color: #FFF;
  font-size: 30px;
  align-items: center;
  line-height: 1em;
}
.h_fax span{
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

main{
  width: 100%;
  height: auto;
}
.c_warp{
 width: 1280px;
 height: auto;
 margin: 0 auto;
}
.h2_title{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  line-height: 1em;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 60px auto 60px;
  font-weight: bold;
}
.h2_title img{
  display:block;
}

#trouble,#service,#insurance,#pickup,#access{
  width: 100%;
  height: auto;
  margin: 0 auto 120px;
}
.c_trouble{
  width: 1100px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content:space-around;
  flex-flow:row nowrap;
}
.c_trouble_inner{
  width: 44%;
  height: auto;
}
.h3_title01,.h3_title02{
  font-size:40px;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  margin: 0 0 20px;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.h3_title01 span,.h3_title02 span{
  font-size:30px;
}
.h3_title01{
  color:#20a0b2;
}
.h3_title02{
  color:#064276;
}

.c_trouble_inner img{
  display: block;
  width: 100%;
  height: auto;
  border:solid #dee8f1 4px;
}
.btn_reserve01,.btn_reserve02{
  width:268px;
  height: 54px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color:#FFF !important;
  background:#A3D6CA !important;
  border:solid #ebf1f7 3px;
  text-decoration: none;
}
.btn_reserve01{
  background:#20a0b2 !important;
  position: relative;
}
.btn_reserve02{
  background:#064276 !important;
  position: relative;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

#service{
  max-width: 1400px;
  height: auto;
  margin: 0 auto 120px;
  background: #ebf1f7;
  padding-top: 1em;
}
.c_service{
  width:1200px;
  height: auto;
  padding: 1em;
  display: flex;
  justify-content: space-around;
  flex-flow:row wrap;
  margin: 0 auto;
}
.c_service li{
  width:44%;
  height: auto;  
  list-style: none;
  margin-bottom: 70px;
}
.c_service li .c_service_img{
  display: block;
  width:100%;
  height: auto;  
  margin-bottom: 30px;
}

.c_service li h3{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  line-height: 1em;
  font-size: 16px;
  letter-spacing: 2em;
  font-weight: 700;
  margin: 0 0 20px;
}
.c_service li h3 img{
  display: block;
  height: 48px;
  width: auto;
}
.c_service li p{
  text-align:left;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  margin: 0 0 30px;
}


.btn_reserve03{
  width:284px;
  height: 60px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color:#FFF !important;
  border:solid #b2becb 3px;
  text-decoration: none;
  background: linear-gradient(93deg, rgba(32,160,178,1) 0%, rgba(12,88,132,1) 100%);
  position: relative;
}


.btn_reserve04{
  width:344px;
  height: 70px;
  font-size:22px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color:#FFF !important;
  border:solid #b2becb 3px;
  text-decoration: none;
  background:#015685;
  position: relative;
}
.btn_reserve_line{
  width:344px;
  height: 70px;
  font-size: 22px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  text-decoration: none;
  background:url(../../assets/images/line_icon.png) 20px / contain no-repeat #06c755;
  position: relative;
}

.btn_reserve01:hover,
.btn_reserve02:hover,
.btn_reserve03:hover,
.btn_reserve04:hover{
  background: #031a35 !important;
  color: #e6e6e6 !important;
  transition: 1.5s;
  -webkit-transition: 1.5s; /* Chrome、Safari用 */
  -moz-transition: 1.5s; /* Firefox用 */
  -o-transition: 1.5s; /* Opera用 */
}
.btn_reserve05:hover,
.btn_reserve_line:hover{
  opacity: 0.7;
}

.c_insurance{
  width: 1100px;
  height: auto;
  margin: 0 auto 60px;
  display: flex;
  justify-content:space-around;
  flex-flow:row nowrap;
}
.c_insurance_inner{
  width: 44%;
  height: auto;
}
.h3_title03{
  font-family: "ryo-gothic-plusn", sans-serif !important;
  font-size: 60px;
  letter-spacing: 0 !important;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  color: #0b5481;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.8rem 0;
  border-bottom: 5px solid #ecf914;
  width: 600px;
  margin: 0 auto 50px;
}
.h3_title03 span{
  font-size:50px;
}


.h3_title03:before,
.h3_title03:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.h3_title03:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #ecf914;
  margin-left: -16px;
}

.h3_title03:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}



.c_insurance_inner img{
  display: block;
  width: 100%;
  height: auto;
}
.insta_bnr{
  width: 700px;
  height: auto;
 margin: 0 auto;
 display: block;
}
.bnr_img{
  width: 860px;
  height: auto;
  margin: 0 auto 50px;
}
.bnr_img img{
  width: 100%;
  height: auto;
  display: block;
}
.bnr_img02{
  padding-bottom: 2em;
}
.bnr_img02 img{
  width: 800px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.s_foot{
  width: 1300px;
  height: auto;
  margin: 0 auto 80px;
  display: flex;
  justify-content:space-around;
  flex-flow: row wrap;
  gap:0 2em;
  padding: 0;

}
.s_foot li{
  list-style: none;
  width: calc(31% - 2%);
  height: auto;
  justify-content:space-around;
  flex-flow:row nowrap;
}
.s_foot li img{
  width:100% !important
}
.s_foot li::marker{
  display: none;
}

.order{
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  margin-bottom: 20px;
}
.fs_50{
  font-size: 50px;
  display: inline-block;
  background: linear-gradient(180deg, #0072b4 0%, #7bc0be 72%, #afebea 100%);
  background: -webkit-linear-gradient(-90deg, #0072b4 0%, #7bc0be 72%, #afebea 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5PX;
}

.s_foot li h4{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 20px auto;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #015685;
  font-family: "ryo-gothic-plusn", sans-serif !important;
}


.c_flow{
  width:1040px;
  height: auto;
  margin: 0 auto 50px;
}
.c_flow .w740{
  width: 740px;
  margin: 0 auto 30px;
  height: 395px;
}

.h3flow01,
.h3flow02{
  font-size: 70px;
  margin: 0 auto 20px;
  color: #0b5481;
  letter-spacing: 0.1em;
  text-align: center;
  font-style: italic;
  font-weight: 800;
  line-height: 0.5em;
  height: 120px;
  position: relative;
}

.h3flow01::before,
.h3flow01::after,
.h3flow02::before,
.h3flow02::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.h3flow01::before {
  bottom: 20px;
  color: #66c5dd;
  font-size: 18px;
  text-transform: uppercase;
  content: 'CASE01';
  letter-spacing: 0.5em;
  font-style: normal;
}
.h3flow02::before {
  bottom: 20px;
  color: #66c5dd;
  font-size: 18px;
  text-transform: uppercase;
  content: 'CASE02';
  letter-spacing: 0.5em;
  font-style: normal;
}

.h3flow01::after,
.h3flow02::after {
    bottom: 35px;
  width: 240px;
  height: 2px;
  background-image: linear-gradient(90deg, #66c5dd 18px, transparent 18px calc(100% - 18px), #66c5dd calc(100% - 18px));
   content: '';
}

.h4flow{
  background-image: linear-gradient(170deg, #F0FF00 10%, #c5e802 100%);
  /* background: linear-gradient(93deg, rgba(32,160,178,1) 0%, rgba(12,88,132,1) 100%); */
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
  text-align: center;
  width: 260px;
  margin: 0 auto 40px;
  font-size: 24px;
  letter-spacing: 0.2em;
}

.c_flow img{
  width: 740px;
  margin: 0 auto 30px;
  height: auto;
  display: block;
  border: solid #dee8f1 8px;
}
.c_flow p{
  font-size: 16px !important;
  display: flex;
  justify-content: space-around;
  margin-bottom: 90px;
  line-height: 2em;
}

.r_case{
  max-width: 800px;
  height: auto;
  padding: 1em;
  margin:0 auto;
  border: solid 8px #0b5481;
}
.r_case h4{
  background: #dee8f1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0b5481;
  margin-bottom: 15px;
}
.r_case p{
  font-size: 16px !important;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px !important;
  line-height: 2em;
}
.r_case p.span{
  font-size: 12px;
}

#access{
  background: #ebf1f7;
}
#access .h2_title{
 padding-top: 6em;
}
#map{
  width: 1300px;
  height: auto;
  margin: 0 auto 50px;
}
.shop_wrap,
.shop_wrap_img{
  width: 1300px;
  height: auto;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.shop_wrap_img .box{
  width: 31%;
  height: auto;
  margin: 0 2%;
}

.shop_wrap_img .bgextend{
  width: calc(31% - 0%);
}

.shop_wrap_40{
  width: 40%;
  height: auto;
}
.shop_wrap_60{
  width: 60%;
  height: auto;
  padding: 2em;
}
.shop_wrap_inner{
  width: 48%;
  height: auto;
}


h3.title_h3{
  padding: 1rem 0 2rem;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(45deg, #b2d5de 0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
  background-size: 4rem 0.4rem;
  background-position: center bottom;
  color: #000;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}
.y_line{
  background-image: linear-gradient(170deg, #F0FF00 10%, #c5e802 100%);
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
  text-align: center;
  width: 74%;
  margin: 0 auto 40px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
.shop_wrap_inner h3{
  position: relative;
  padding: 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 24px 0;
}

.shop_wrap_inner h3::before {
  position: absolute;
  top: -22px;
  left: 0;
  padding-left: 6px;
  border-left: 3px solid #b4ddb3;
  color: black;
  font-size: 12px;
  text-transform: uppercase;
  content: 'company info';
}

.shop_wrap_inner img{
  width: 100%;
  height: auto;
  display: block;
}

.shop_info{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding:0.5em;
}
.shop_info li{
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #436164;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.shop_info li img {
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 20px;
}
.shop_wrap_img img{
  width: 100%;
  height: auto;
  display: block;
}
.shop_wrap_img h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.access_infomation{
  width: 1080px;
  height: auto;
  margin: 0 auto;
}
.access_infomation h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.access_info{
  font-size: 16px;
  line-height: 2em;
  text-align: center;
  margin-bottom: 70px;
}
.shop_info p{
  font-size: 15px;
  color:#000;
  width: 880px;
  height: auto;
  margin: 0 auto;
}


.contact_warp{
  width: 880px;
  height: auto;
  margin: 0 auto 80px;
  border: #0b5481 solid 8px;
  background: #f6f6f6;
}
.contact_warp .h2_title{
  margin: 30px auto;
}

.contact_warp p{
  font-size: 20px;
  line-height: 2em;
  margin: 0 auto;
  text-align: center;
}


#footer{
  width: 100%;
  height: auto;
  background: #0b5481;
}
#f_inner{
  max-width: 1300px;
  height:280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-flow: row nowrap;
}

#f_left{
  width: 22%;
  height: auto;
  padding-top: 3em;
}
.footer_title a{
  width: 174px;
  height: auto;
  margin-bottom: 30px;
}
.footer_title{
  margin-bottom: 30px;
}
#f_left p{
  font-size:18px;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #FFF;
}

#f_center{
  width: 34%;
  height: auto;
  padding-top: 2em;
}
#f_center ul{
  font-size:15px;
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
#f_center ul li{
  margin: 0 0 20px 20px;
  list-style: none;
  flex-basis: 26%;
}
#f_center ul li a{
  font-size:16px;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  padding-right: 34px;
}
#f_left p a{
  position: relative;
  padding-right: 20px;
}
#f_center ul li a::after,
#f_left p a::after{
  top: 2px;
  width: 12px;
  height: 12px;
}
#f_center ul li a::after,
#f_left p a::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../../assets/images/arrow.png) center / contain no-repeat;
}

#f_right{
  width: 34%;
  height: auto;
  padding-top: 2em;
}
.f_intro{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height:1.5em;
  font-style: italic;
  color: #FFF;
  position: relative;
  text-align: center;
}

.f_intro::before,
.f_intro::after {
  position: absolute;
  top:0;
  height: 3.4rem;
  content: '';
}

.f_intro::before {
  border-left: solid 5px #fff;
  left: 14%;
  transform: rotate(-30deg);
}

.f_intro::after {
  border-right: solid 5px #fff;
  right: 14%;
  transform: rotate(30deg);
}

.f_tel{
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  color: #FFF;
  font-size: 30px;
  align-items: center;
}
.f_tel a{
  text-decoration: none !important;
}
.f_tel img{
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.f_tel span{
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
small{
  text-align: center;
  color: #FFF;
  display: block;
  line-height: 2em;
  font-size: 12px !important;
  letter-spacing: 0.2em;
}
.btn_reserve05 {
  width: 344px;
  height: 70px;
  font-size: 22px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  text-decoration: none;
  background:url(../../assets/images/line_icon.png) 20px / contain no-repeat #06c755;
  position: relative;
}

.btn_reserve06 {
  width: 344px;
  height: 70px;
  font-size: 22px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  background: url(../../assets/images/bg_insta.png) left center;
  background-size: cover;
  position: relative;
  text-decoration: none;
}

#icon_insta{
  width: 8%;
    display: block;
    line-height: 1em;
    margin-top: 5px;
    margin-right: 2px;
}
#fv_contact:hover,
.btn_reserve05:hover,
.btn_reserve06:hover,
.btn_reserve_line:hover{
  opacity: 0.7;
}
#access .h2title{
  font-size: 42px;
  font-weight:400;
  font-style:normal;
  margin: 20px auto 54px;
  color: #f8910a;
  line-height: 1em;
  letter-spacing: 0.3em;
}
#access .h2title span{
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4dbdc4;
}

.a_box{
  display: flex;
  width:90%;
  height: auto;
  margin: 0 auto;
  flex-flow:column;
  justify-content:space-between;
  margin: 0px auto 60px;
  text-align: left;
}
.a_box .a_img,
.a_box .a_info{
  flex-basis:46%;
  height: auto;
  flex-flow: row nowrap;
  justify-content:space-between;
  margin: 0 auto 40px;
  text-align: left;
}
.a_box .a_img img{
  width: 100%;
  height: auto;
}
.a_info_text,address{
  font-size: 14px;
  line-height: 1.8em;
  text-align: left;
  font-style: normal;
  margin-bottom: 15px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
address .a_tel{
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
}
address .a_tel img{
  display: inline-block;
}
address p{
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 38px;
  margin-bottom: 14px;
}
.a_info h3{
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 15px;
}

#icon_01{
  background:url(../images/a_icon01.png) no-repeat  2px 50%;
}
#icon_02{
  background:url(../images/a_icon02.png) no-repeat  left 50%;
}
#icon_03{
  background:url(../images/a_icon03.png) no-repeat  left 50%;
}
#icon_04{
  background:url(../images/a_icon04.png) no-repeat  2px 50%;
}

main {
  display: block;
}


}




/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }

}




/* Style for TabletPCs Large models */

@media screen and (min-width: 769px) and (max-width: 1024px) {


}

/* Style for TabletPCs */
@media screen and (min-width: 481px) and (max-width: 768px) {



}


/*アコーディオン*/


@media screen and (max-width: 480px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.4em;

    border-bottom: 2px solid #3c4356;
    position: fixed;
    z-index: 100;
  }
  main {
    display: block;
    position: relative;
    top: 90px;
}
  .logotype img{
    width: 60%;
    display: block;
  }
  


.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  background: linear-gradient(93deg, rgba(32, 160, 178, 1) 0%, rgba(12, 88, 132, 1) 100%);
  height: 80px;
}



#main_img{
  display: none;
}

#sp_main_img{
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: auto;
  position: inherit;
  top: 0;
  left: 0;

}
#sp_mv_bnr{
  width: 90%;
  height: auto;
  display: block;
  position: absolute;
  top: 470px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#sp_mv_bnr img{
  width: 100%;
  height: auto;
  display: block;
}
}



/* Style for Smartphonea */
@media screen and (max-width: 480px) {
html {
    margin: 0 !important;
}
body{
  color:#000;
  letter-spacing: 0.05em  !important;
  background: #FFF;
  position: relative;
  font-size:15px;
  font-weight: bold !important;
  font-style: normal !important;
  line-height: 2em !important;
  background: #F9F8F3 !important;
}
.pc_only{
  display: none !important;
}
.sp_only{
  display: block !important;
}


.section {
  padding: 70px 20px;
  height: 100vh;
  text-align: center;
}
.section span {
  font-weight: bold;
  font-size: 30px;
}




.btn_reserve{
  display: block;
  line-height: 80px;
  width: 100px;
  height: 40px;

}


#fv{
  position: relative;
}
#fv_sns{
  width: 24px;
  height: auto;
  position: fixed;
  top: 110px;
  right: 7px;
  display: flex;
  flex-flow: column;
  z-index: 8;
  padding: 0;
}
#fv_sns li{
  width: 20px;
  height: auto;
  list-style: none;
  margin-bottom: 10px;
}
#fv_sns li a{
  display: block;
}
#fv_sns li a img{
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto 12px;
}
.swiper {
  /*スライダーの幅と高さを調整*/
  width:100%;
  height: 1080px;
}

.swiper-slide {
  /*スライド要素の幅と高さを調整*/
  width: 100%;
  height: 100%;

  /*テキストの位置調整*/
  display: flex;
  justify-content: center;
  align-items: center;

  /*テキストの色と太さを指定*/
  color: #fff;
  font-weight: bold;

  text-decoration: none !important;
}


.sp_contact{
  width:100px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 80px;
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color:#A3D6CA ;
  background:#F9F8F3 ;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold !important;
  font-style: normal !important;
}

.sp_contact img{
  width:100%;
  height: auto;
 display: block;
}


/* ここから */
.mv {
  width: 100%;
  height: 670px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
 

h1.logo{
  width: 180px;
  height: auto;
  margin: 0px 0 0 20px;
  padding-top: 20px;
}
h1.logo a{
	display: block;
	margin: 0 auto;
	padding: 0;
}
h1.logo a img{
  width: 116px!important;
  height: auto;
  display: block;
}
.navigation-bar.sticky {
    background:#FFF;
    height: 100px;
    padding: 0;
}



/*ここから*/
main{
  width: 100%;
  height: auto;
}
.c_warp{
width: 100%;
 height: auto;
 margin: 0 auto;
}
.h2_title{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  line-height: 1em;
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 60px auto 40px;
  font-weight: bold;
}
.h2_title img{
  width: auto;
  height: 48px;
  display:block;
}
.h2_title img.sph2 {
  width: 70%;
  height: auto;
  display: block;
}
#trouble,#service,#insurance,#pickup,#access,#contact{
  width: 100%;
  height: auto;
  margin: 30px auto;
  padding-bottom: 2em;
}
.c_trouble{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow:column;
  align-items: center;
}
.c_trouble_inner{
  width: 90%;
  height: auto;
  margin-bottom: 40px;
}
.h3_title01,.h3_title02{
  font-size:40px;
  letter-spacing: 0.1em;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  margin: 0 0 20px;
  font-family: "ryo-gothic-plusn", sans-serif;
}
.h3_title01 span,.h3_title02 span{
  font-size:30px;
}
.h3_title01{
  color:#20a0b2;
}
.h3_title02{
  color:#064276;
}

.c_trouble_inner img{
  display: block;
  width: 100%;
  height: auto;
}
.btn_reserve01,.btn_reserve02{
  width:268px;
  height: 54px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color:#FFF !important;
  background:#A3D6CA !important;
  border:solid #ebf1f7 3px;
  text-decoration: none;
}
.btn_reserve01{
  background:#20a0b2 !important;
  position: relative;
}
.btn_reserve02{
  background:#064276 !important;
  position: relative;
}
.fa-position-right {
  position: absolute;
  /*top: calc(50% - 0.5em);*/
  right: 1rem;
}

#service{
  width: 100%;
  height: auto;
  margin: 0 auto 120px;
  background: #ebf1f7;
  padding-top: 1em;
}
.c_service{
  width:100%;
  height: auto;
  padding: 1em;
  display: flex;
  justify-content:center;
  flex-flow:column;
  margin: 0 auto;
  align-items: center;
}
.c_service li{
  width:90%;
  height: auto;  
  list-style: none;
  margin-bottom: 40px;
}
.c_service li .c_service_img{
  display: block;
  width:100%;
  height: auto;  
  margin-bottom: 30px;
}

.c_service li h3{
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  line-height: 1em;
  font-size: 14px;
  letter-spacing: 0.8em;
  font-weight: 700;
  margin: 0 0 20px;
}
.c_service li h3 img{
  display: block;
  height: 40px;
}
.c_service li p{
  text-align:left;
  font-size: 16px;
  font-weight: 700;
  line-height: 2em;
  margin: 0 0 30px;
}


.btn_reserve03{
  width:90%;
  height: 60px;
  font-size: 18px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color:#FFF !important;
  border:solid #b2becb 3px;
  text-decoration: none;
  background: linear-gradient(93deg, rgba(32,160,178,1) 0%, rgba(12,88,132,1) 100%);
  position: relative;
}


.btn_reserve04{
  width:90%;
  height: 70px;
  font-size:22px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color:#FFF !important;
  border:solid #b2becb 3px;
  text-decoration: none;
  background:#015685;
  position: relative;
}

.btn_reserve01:hover,
.btn_reserve02:hover,
.btn_reserve03:hover,
.btn_reserve04:hover{
  background: #053977 !important;
  color: #8ab2ca !important;
  transition: 1.5s;
  -webkit-transition: 1.5s; /* Chrome、Safari用 */
  -moz-transition: 1.5s; /* Firefox用 */
  -o-transition: 1.5s; /* Opera用 */
}

.btn_reserve_line{
  width:90%;
  height: 70px;
  font-size: 22px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  text-decoration: none;
  background:url(../../assets/images/line_icon.png) 20px / contain no-repeat #06c755;
  position: relative;
}

.btn_reserve_line:hover{
  background: #FFF !important;
  color: #06c755 !important;
  transition: 1.5s;
  -webkit-transition: 1.5s; /* Chrome、Safari用 */
  -moz-transition: 1.5s; /* Firefox用 */
  -o-transition: 1.5s; /* Opera用 */
  border:solid #06c755 3px;

}
.c_insurance{
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  display: flex;
  justify-content:center;
  flex-flow:column;
  align-items: center;
}
.c_insurance_inner{
  width: 90%;
  height: auto;
}
.h3_title03{
  font-family: "ryo-gothic-plusn", sans-serif !important;
  font-size: 32px;
  letter-spacing: 0 !important;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  color: #0b5481;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0.8rem 0;
  border-bottom: 5px solid #ecf914;
  width:82%;
  margin: 0 auto 50px;
}
.h3_title03 span{
  font-size:28px;
}


.h3_title03:before,
.h3_title03:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}

.h3_title03:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #ecf914;
  margin-left: -16px;
}

.h3_title03:after {
  border: 10px solid;
  border-color: transparent;
  border-top-color: white;
  margin-left: -10px;
}




.c_insurance_inner img{
  display: block;
  width: 100%;
  height: auto;
}
.bnr_img{
  width: 90%;
  height: auto;
  margin: 0 auto 50px;
}
.bnr_img img{
  width: 100%;
  height: auto;
  display: block;
}
.bnr_img02{
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1em;
}
.bnr_img02 img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.s_foot{
  width: 100%;
  height: auto;
  margin: 0 auto 60px;
  display: flex;
  justify-content:center;
  flex-flow: column;
  gap:0 2em;
  padding: 0;
 align-items: center;
}
.s_foot li{
  list-style: none;
  width: 90%;
  height: auto;
  justify-content:space-around;
  flex-flow:row nowrap;
}
.s_foot li img{
  width:100% !important
}
.s_foot li::marker{
  display: none;
}

.order{
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-family: "noto-sans-cjk-jp", sans-serif !important;
  margin-bottom: 20px;
}
.fs_50{
  font-size: 50px;
  display: inline-block;
  background: linear-gradient(180deg, #0072b4 0%, #7bc0be 72%, #afebea 100%);
  background: -webkit-linear-gradient(-90deg, #0072b4 0%, #7bc0be 72%, #afebea 100%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5PX;
}

.s_foot li h4{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 20px auto;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-family: "ryo-gothic-plusn", sans-serif !important;
  text-align: center;
  color: #015685;
}


.c_flow{
  width: 100%;
  height: auto;
  margin: 0 auto 50px;
}
.h3flow01,
.h3flow02{
  font-size: 50px;
  margin: 0 auto;
  color: #0b5481;
  letter-spacing: 0.1em;
  text-align: center;
  font-style: italic;
  font-weight: 800;
  line-height: 0.5em;
  height: 90px;
  position: relative;
}

.h3flow01::before,
.h3flow01::after,
.h3flow02::before,
.h3flow02::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.h3flow01::before {
  bottom: 20px;
  color: #66c5dd;
  font-size: 18px;
  text-transform: uppercase;
  content: 'CASE01';
  letter-spacing: 0.5em;
  font-style: normal;
}
.h3flow02::before {
  bottom: 20px;
  color: #66c5dd;
  font-size: 18px;
  text-transform: uppercase;
  content: 'CASE02';
  letter-spacing: 0.5em;
  font-style: normal;
}

.h3flow01::after,
.h3flow02::after {
    bottom: 35px;
  width: 240px;
  height: 2px;
  background-image: linear-gradient(90deg, #66c5dd 18px, transparent 18px calc(100% - 18px), #66c5dd calc(100% - 18px));
   content: '';
}

.h4flow{
  background-image: linear-gradient(170deg, #F0FF00 10%, #c5e802 100%);
  /* background: linear-gradient(93deg, rgba(32,160,178,1) 0%, rgba(12,88,132,1) 100%); */
  background-repeat: no-repeat;
  background-size: 100% 13px;
  background-position: bottom;
  text-align: center;
  width: 260px;
  margin: 0 auto 40px;
  font-size: 24px;
  letter-spacing: 0.2em;
}

.c_flow img{
  width: 90%;
  margin: 0 auto 30px;
  height: auto;
  display: block;
  border: solid #b2becb 3px;
}
.c_flow p{
  font-size: 16px !important;
  display: flex;
  justify-content: space-around;
  margin-bottom: 90px;
  line-height: 2em;
  width: 90%;
  margin: 0 auto 60px;
}

.r_case{
  width: 90%;
  height: auto;
  padding: 1em;
  margin:0 auto;
  border: solid 4px #0b5481;
}
.r_case h4{
  background: #dee8f1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #0b5481;
  margin-bottom: 15px;
}
.r_case p{
  font-size: 16px !important;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px !important;
  line-height: 2em;
}
.r_case p.span{
  font-size: 12px;
}

.y_line{
  background-image: linear-gradient(170deg, #F0FF00 10%, #c5e802 100%);
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  width: 90%;
  margin: 30px auto 40px;
  font-size: 24px;
  letter-spacing: 0.2em;
}



#access{
  background: #ebf1f7;
}
#insurance .h2_title,
#access .h2_title{
 padding-top: 4em;
}
#map{
  width: 100%;
  height: 300px;
  margin: 0 auto 50px;
}
#map iframe{
  width: 100%;
  height: 300px;
}
.shop_wrap{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow:column;
  margin: 0 auto;
  justify-content:center;
  align-items: center;
}

.shop_wrap_40{
  width: 90%;
  height: auto;
}
.shop_wrap_60{
  width: 90%;
  height: auto;
  padding: 2em;
}
.shop_wrap_inner{
  width: 90%;
  height: auto;
  margin-bottom: 40px;
}


h3.title_h3{
  padding: 1rem 0 2rem;
  margin-bottom: 0.5rem;
  background-image: repeating-linear-gradient(45deg, #b2d5de 0 2px, transparent 2px 5px);
  background-repeat: no-repeat;
  background-size: 12rem 0.6rem;
  background-position: center bottom;
  color: #000;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.shop_wrap_inner h3{
  position: relative;
  padding: 8px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 24px 0;
}

.shop_wrap_inner h3::before {
  position: absolute;
  top: -22px;
  left: 0;
  padding-left: 6px;
  border-left: 3px solid #b4ddb3;
  color: #f00;
  font-size: 12px;
  text-transform: uppercase;
  content: 'company info';
}





.shop_wrap_inner img{
  width: 100%;
  height: auto;
  display: block;
}

.shop_info{
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  padding:0.5em;
}
.shop_info li{
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #436164;
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}
.shop_info p{
  font-size: 15px;
  color:#000;
  width: 880px;
  height: auto;
  margin: 0 auto;
}

.shop_info li img {
  width: 36px;
  height: 36px;
  display: block;
  margin-right: 20px;
}
.shop_wrap_img{
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  justify-content: flex-start;
}
.shop_wrap_img img{
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.shop_wrap_img h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.access_infomation{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.access_infomation h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.access_info{
  font-size: 16px;
  line-height: 2em;
  padding: 2em;
}


.contact_warp{
  width: 90%;
  height: auto;
  margin: 0 auto 80px;
  border: #0b5481 solid 5px;
  background: #f6f6f6;
}
.contact_warp .h2_title{
  margin: 30px auto;
}

.contact_warp p{
  font-size: 20px;
  line-height: 2em;
  margin: 0 auto;
  text-align: center;
}
.contact_warp p a{
  color: #ff0033;
  font-weight: bold;
}

#footer{
  width: 100%;
  height: auto;
  background: #0b5481;
}
#f_inner{
  max-width: 100%;
  height:auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow:column;
 
}

#f_left{
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}
.footer_title a{
  width: 100px !important;
  height: auto;
  margin-bottom: 10px;
  display: block;
}
.footer_title a img{
  width: 120px !important;
  height: auto;
  display: block;
}
#f_left p{
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #FFF;
}

#f_center{
  width: 90%;
  height: auto;
  padding-top: 3em;
  margin: 0 auto;
}
#f_center ul{
  font-size:15px;
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
}
#f_center ul li{
  margin: 0 0 20px 20px;
  list-style: none;
  flex-basis: 44%;
}
#f_center ul li a{
  font-size:16px;
  color: #FFF;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
  padding-right: 34px;
}
#f_left p a{
  position: relative;
  padding-right: 20px;
}
#f_center ul li a::after,
#f_left p a::after{
  top: 2px;
  width: 12px;
  height: 12px;
}
#f_center ul li a::after,
#f_left p a::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../../assets/images/arrow.png) center / contain no-repeat;
}




#f_right{
  width: 90%;
  height: auto;
  padding-top: 2em;
  margin: 0 auto;
}
.f_intro{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height:1.5em;
  font-style: italic;
  color: #FFF;
  position: relative;
  text-align: center;
}

.f_intro::before,
.f_intro::after {
  position: absolute;
  top:0;
  height: 3.4rem;
  content: '';
}

.f_intro::before {
  border-left: solid 5px #fff;
  left: 14%;
  transform: rotate(-30deg);
}

.f_intro::after {
  border-right: solid 5px #fff;
  right: 14%;
  transform: rotate(30deg);
}

.f_tel{
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
  color: #FFF;
  font-size: 38px;
  align-items: center;
}
.f_tel a{
  text-decoration: none !important;
}
.f_tel img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.f_tel span{
  font-size: 1em;
  letter-spacing: 0.05em;
  font-family: "ryo-gothic-plusn", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
small{
  text-align: center;
  color: #FFF;
  display: block;
  line-height: 2em;
  font-size: 12px !important;
  letter-spacing: 0.2em;
  font-family: "ryo-gothic-plusn", sans-serif !important;
}


.btn_reserve05 {
  width: 90%;
  height: 70px;
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  text-decoration: none;
  background:url(../../assets/images/line_icon.png) 20px / contain no-repeat #06c755;
  position: relative;
  padding-left: 16px;
}

.btn_reserve07 {
  width: 90%;
  height: 70px;
  font-size: 26px !important;
  text-align: center;
  margin: 20px auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  text-decoration: none !important;
  background: url(../../assets/images/line_icon.png) 20px / contain no-repeat #06c755;
  position: relative !important;
  padding-left: 65px !important;
}

.btn_reserve06 {
  width: 90%;
  height: 70px;
  font-size: 24px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 8px;
  background: url(../../assets/images/bg_insta.png) left center;
  background-size: cover;
  position: relative;
  text-decoration: none;
}

#icon_insta{
  width: 8%;
    display: block;
    line-height: 1em;
    margin-top: 5px;
    margin-right: 2px;
}

#header h1{
  font-size: 12px;
    color: #FFF;
    font-weight: bold;
    margin: 5px 10px 0;
    position: absolute;
    left: 0%;
    top: 1px;
}

#access .h2title{
  font-size: 42px;
  font-weight:400;
  font-style:normal;
  margin: 20px auto 54px;
  color: #f8910a;
  line-height: 1em;
  letter-spacing: 0.3em;
}
#access .h2title span{
  font-size: 16px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4dbdc4;
}

.a_box{
  display: flex;
  width:90%;
  height: auto;
  margin: 0 auto;
  flex-flow:column;
  justify-content:space-between;
  margin: 0px auto 60px;
  text-align: left;
}
.a_box .a_img,
.a_box .a_info{
  flex-basis:46%;
  height: auto;
  flex-flow: row nowrap;
  justify-content:space-between;
  margin: 0 auto 40px;
  text-align: left;
}
.a_box .a_img img{
  width: 100%;
  height: auto;
}
.a_info_text,address{
  font-size: 14px;
  line-height: 1.8em;
  text-align: left;
  font-style: normal;
  margin-bottom: 15px;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
address .a_tel{
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
}
address .a_tel img{
  display: inline-block;
}
address p{
  font-size: 15px;
  line-height: 1.8em;
  text-align: left;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 38px;
  margin-bottom: 14px;
}
.a_info h3{
  font-size: 20px;
  line-height: 1.8em;
  text-align: left;
  margin-bottom: 15px;
}

#icon_01{
  background:url(../images/a_icon01.png) no-repeat  2px 50%;
}
#icon_02{
  background:url(../images/a_icon02.png) no-repeat  left 50%;
}
#icon_03{
  background:url(../images/a_icon03.png) no-repeat  left 50%;
}
#icon_04{
  background:url(../images/a_icon04.png) no-repeat  2px 50%;
}




/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top:0;
  left: -120%;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background: linear-gradient(133deg, rgba(32, 160, 178, 1) 0%, rgba(12, 88, 132, 1) 100%);
  /*動き*/
transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
  left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width:100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:44%;
  left:44%;
  transform: translate(-50%,-50%);
  width: 100%;
}

/*リストのレイアウト設定*/

#g-nav li{
list-style: none;
  text-align: center; 
}

#g-nav li a{
color: #FFF;
text-decoration: none;
padding:15px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size: 20px;
}
#g-nav li a img{
  display: block;
  width: 100%;
  height: auto;
  }
  

/*#g-nav li a{
  position: relative;
  padding-right: 30px;
}
#g-nav li a::after{
  top: 11px;
  width: 16px;
  height: 16px;
}
#g-nav li a::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../../assets/images/arrow.png) center / contain no-repeat;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
}

/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
background-color: #FFF;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}



}


.swiper-slide {
  text-decoration: none !important;
}


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
  .container {
    background-image: url(../images/tl_img.png);
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
  }




/*==================================================
シャッ（背景色が伸びて出現）
===================================*/

/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;/*伸びる背景色の設定*/
    background: linear-gradient(43deg, rgba(32, 160, 178, 1) 0%, rgba(12, 88, 132, 1) 100%);
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*右から*/
.bgRLextend::before{
  animation-name:bgRLextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;/*伸びる背景色の設定*/
    background: linear-gradient(43deg, rgba(32, 160, 178, 1) 0%, rgba(12, 88, 132, 1) 100%);
}
@keyframes bgRLextendAnime{
  0% {
    transform-origin:right;
    transform:scaleX(0);
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:left;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
  }
}

/*下から*/
.bgDUextend::before{
  animation-name:bgDUextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;/*伸びる背景色の設定*/
    background: linear-gradient(43deg, rgba(32, 160, 178, 1) 0%, rgba(12, 88, 132, 1) 100%);
}
@keyframes bgDUextendAnime{
  0% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
  }
}

/*上から*/
.bgUDextend::before{
  animation-name:bgUDextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;/*伸びる背景色の設定*/
    background: linear-gradient(43deg, rgba(32, 160, 178, 1) 0%, rgba(12, 88, 132, 1) 100%);
}
@keyframes bgUDextendAnime{
  0% {
    transform-origin:top;
    transform:scaleY(0);
  }
  50% {
    transform-origin:top;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:bottom;
  }
  100% {
    transform-origin:bottom;
    transform:scaleY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}

.bgextend,
.lineTrigger{
  width:  auto;
  box-sizing:border-box;
}

/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
  animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05{  
  animation-delay: 0.5s;
}

.delay-time1{  
  animation-delay: 1s;
}

.delay-time15{  
  animation-delay: 1.5s;
}

.delay-time2{  
  animation-delay: 2s;
}

.delay-time25{  
  animation-delay: 2.5s;
}

/* アニメーション自体が変化する時間を決めるCSS*/

.change-time05{  
  animation-duration: 0.5s;
}

.change-time1{  
  animation-duration: 1s;
}

.change-time15{  
  animation-duration: 1.5s;
}

.change-time2{  
  animation-duration: 2s;
}

.change-time25{  
  animation-duration: 2.5s;
}




/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:1.2s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
   
  .fadeUpTrigger{
      opacity: 0;
  }
  