/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size: 14px;line-height: 1.8;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
img,abbr,acronym,fieldset{border:0;}

body{
  font-family:'Noto Sans JP', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
  overflow-x: hidden;
  color: #333;
  background: #fff;
  line-height: 1.8;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.invisible {
  transition: opacity 0.3s ease;
  opacity: 0.0;
}
 
.visible {
  transition: opacity 0.3s ease;
  opacity: 1.0;
}
a{
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active{
  color: #ccc;
}
a:active, a:focus,input:active, input:focus{outline:0;}
a:hover img {
  opacity:0.9;
  filter: alpha(opacity=90);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=90)";  /* ie 8 */
  -moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.9;              /* Safari 1.x */
  zoom:1;
}
img{
  max-width: 100%;
  height: auto;
}
.inner{
  width: 85%;
  margin: 0 auto;
  padding: 40px 0;
}


/* ヘッダー
------------------------------------------------------------*/
.head_txt{
  width: 92%;
  margin: 0 auto;
}
.parent {
  display: flex;
}
.child-box {
  margin-right: auto;
}
.child-list li{
  float: left;
  padding: 16px 4px 0 4px;
}
.child-box img{
  width: 350px;
}
.head_txt h1{
  font-size: 12px;
  padding: 4px 4px 6px 4px;
}
.hc1{
  font-size: 12px;
  line-height: 1.2;
  padding-right: 10px;
}
.hc1 p{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 4px;
}
.hc1 b{
  display: block;
  text-align: right;
  font-weight: normal;
  padding-right: 3px;
}
.hc1 p i{
  color: #4f76b1;
  padding-right: 4px;
}
.hc1 span{
  font-size: 0.7rem;
  color: #345197;
}
.hc2,.hc3{
  font-size: 0.8rem;
}
.hc2 a{
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  background: #345197;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
}
.hc2 a::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #4f76b1;
    position: absolute;
    z-index: 100;
}
.hc3 a{
  position: relative;
  display: block;
  height: 70px;
  line-height: 70px;
  background: #c23635;
  padding: 0 15px;
  font-weight: 600;
  color: #fff;
}
.hc3 a::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #5e0605;
    position: absolute;
    z-index: 100;
}

#mainnav a{
  color: #000;
}

#mainImg{
  text-align: center;
  background: url(../img/bg.jpg);
  background-size:cover;
  background-attachment: fixed;
  padding: 30px 0;
}
#mainImg img{
  max-width: 100%;
}

#mainImg_txt{
  background: #7D9B29;
  padding: 16px;
  text-align: center;
}
.head_contact{
  float: right;
  margin: 12px 60px 0 0;
}

.button {
  background-color: #A0BA42;
  color: #fff;
  line-height: 46px;
  height: 46px;
  float: right;
  width: 160px;
  margin: 16px 0 0 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  font-size: 12px;
}
.button2 {
  background-color: #A0BA42;
  color: #fff;
  line-height: 46px;
  height: 46px;
  width: 220px;
  margin: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 12px;
  text-align: center;
}
.button a,.button2 a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.button:hover,.button2:hover {
  background-color: #294886;
}

#insideImg{
  padding: 50px 0;
  color: #294886;
  text-align: center;
  font-size: 180%;
  line-height: 1.6rem;
}
#insideImg h1 span{
  font-size: 15px;
}


.ggmap {
position: relative;
padding-bottom: 50%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* フッター
------------------------------------------------------------*/
#main{
  padding: 0 0 40px 0;
}

#info{
  position: relative;
  background: #f7f7f7;
  text-align: center;
  padding: 40px 0 40px 0;
}
.foot_contact{
  background: #fff;
  padding: 20px 0;
  font-weight: 600;
}

.footer_area{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.footer_area div{
  width: 32%;
  position: relative;
  overflow:hidden;
  zoom:1;
  text-align: left;
}
.footer_area h3{
  color: #345197;
  font-size: 1rem;
}
.company dt {
  clear: left;
  float: left;
  width: 70px;
  text-align: left;
  font-weight: 600;
}
.company dd {
  margin-left: 80px;
  text-align: left;
}
.s02_1{
  color: #4f76b1;
  font-size: 1.7rem;
}
#footer{
  clear: both;
  padding: 6px 0;
  text-align: center;
  background: #294886;
  color: #fff;
  font-size: 11px;
}
.foot_nav li {
  position: relative;
  margin: 4px 0;
  padding: 0 0 0 4px;
}
.foot_nav li::before {
  content:'\f138';
  font-family:'Font Awesome 5 Free';
  font-weight:900;
  color: #345197;
  margin-right: 4px;
}
.foot_nav li a {
  color: #000;
}


  
/* SEC01 */
#sec01{
  background: #f7f7f7;
  margin-top: -15px;
}
#sec01 h2,#sec02 h2,#sec03 h2,#sec04 h2,#sec05 h2,#sec06 h2,#sec07 h2,#sec08 h2,#thanks h2{
  text-align: center;
  font-size: 1.8rem;
  background: url(../img/headline_bg.jpg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #345197;
  font-weight: 900;
}
#sec01 h2 span,#sec02 h2 span,#sec03 h2 span,#sec04 h2 span,#sec05 h2 span,#sec06 h2 span,#sec07 h2 span,#sec08 h2 span,#thanks h2 span{
  font-size: 2.5rem;
}
.content01{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
}
.content01 div{
  width: 32%;
  position: relative;
  background: #fff;
  margin-bottom: 40px;
  overflow:hidden;
  zoom:1;
}
.content01 h3{
  padding: 0 20px 0 20px;
  font-size: 1.1rem;
  color: #345197;
  text-align: left;
  line-height: 1.7;
  overflow:hidden;
  zoom:1;
  text-align: center;
}
.content01 h3 span{
  font-size: 0.9rem;
  color: #345197;
  padding: 5px 0 5px 5px;
  letter-spacing: 2px;
}
.content01 h3 span strong{
  background: #c23635;
  padding: 5px 8px 5px 8px;
}
.content01 div p{
  text-align: left;
  padding: 4px 20px 20px 20px;
  overflow:hidden;
  zoom:1;
}


/* SEC02 */
#sec02{
  clear: both;
  text-align: center;
  padding: 20px 0;
}
.d_bg{
  background: url("../img/dot.png") 30px 70px no-repeat;
  padding: 0 0 2em;
}
.dt{
  width: 12em;
  display: block;
  float: left;
  margin: 0;
  text-align: left;
}
.dd{
  display: block;
  overflow: hidden;
  text-align: left;
  padding-bottom: 0.5rem;
}
.dd h3{
  color: #345197;
  font-size: 1.2rem;
}
.dd img{
  float: right;
}
/* SEC03 */
#sec03{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0;
  overflow:hidden;
  zoom:1;
  background: #f7f7f7;
}
.content02{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
}
.content02 div{
  padding-bottom: 10px;
  position: relative;
  background: #fff;
  width: 31%;
}
.content02 h3{
  padding: 10px 14px 10px 14px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.7;
  color: #fff;
  background: #345197;
  margin: -10px 0 10px 0;
}
.content02 div p{
  text-align: left;
  padding: 0 10px 14px 10px;
  overflow:hidden;
  zoom:1;
}

/* SEC04 */
#sec04{
  padding: 20px 0;
}
.content03{
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  justify-content: space-between;
  align-items: center;
}
.content03 div{
  padding-bottom: 10px;
  position: relative;
}
.content03 div h3{
  color: #345197;
  font-size: 1rem;
  line-height: 1.4;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 6px 0;
  margin-bottom: 6px;
}
.con3_1{
  width: 25%;
  border: 2px solid #345197;
  padding: 15px;
  vertical-align: top;
  height: 450px;
}
.con3_2 i{
  font-size: 2rem;
  color: #345197;
}

#sec04 hr{
  border: 1px dashed #ccc;
}

/* SEC05 */
#sec05{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0;
  overflow:hidden;
  zoom:1;
  background: #f7f7f7;
}
.table-press-box{
  border: 1px solid #fff;
  width: 100%;
  background: #fff;
}
.table-press-box th{
  background: #345197;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.table-press-box td{
  padding: 10px;
  text-align: center;
}
.table-press-box td a{
  border: 1px solid #345197;
  width: 60px;
  color: #345197;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}
.table-press-box td a:hover{
  background: #ccc;
}

/* SEC06 */
#sec06 dl{
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  margin: 30px auto;
  background-color: #f7f7f7;
}
#sec06 dt,#sec06 dd {
  padding: 14px 10px;
  line-height: 160%;
  font-size: 14px;
}
#sec06 dt {
  border-top: 1px solid #ccc;
  clear: left;
  float: left;
  width: 160px;
  text-align: left;
  font-weight: 600;
}

#sec06 dd {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 170px;
  text-align: left;
  background-color: #fff;
}

/* SEC07 */
#sec07{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 0;
  overflow:hidden;
  zoom:1;
  background: #f7f7f7;
}
#sec07 img{
  float: left;
  margin: 0 20px 30px 0;
}
#sec07 h3{
  color: #345197;
  font-size: 1.2rem;
  overflow:hidden;
  zoom:1;
}
#form{
  border: 1px solid #ccc;
  border-top: none;
  width: 100%;
  margin: 30px auto;
  background-color: #f7f7f7;
}
#form dt,#form dd {
  padding: 14px 10px;
  line-height: 160%;
  font-size: 14px;
}
#form dt {
  border-top: 1px solid #ccc;
  clear: left;
  float: left;
  width: 160px;
  text-align: left;
  font-weight: 600;
}
#form dt span{
  color: #345197;
  font-size: 0.7rem;
  border: 1px solid #345197;
  padding: 2px 6px;
  margin-left: 4px;
}
#form dd {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-left: 170px;
  text-align: left;
  background-color: #fff;
}

/* info */
.s02_1{
  color: #4f76b1;
  font-size: 1.7rem;
}
.sc_box {
  border-collapse: separate;
  border-spacing: 16px;
  display: table;
  margin: 0 auto;
}
.sc_box_b{
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
.con_t1{
  border: 1px solid #4f76b1;
  margin-bottom: 6px;
  color: #4f76b1;
}
.con_t2{
  font-size: 2.9rem;
  line-height: 1.2;
}
.con_t2 i{
  color: #4f76b1;
  padding: 0 6px 0 0;
}
.con_t3{
  line-height: 1.3;
}
.con_t3 span{
  color: #4f76b1;
}
.con_btn{
  background: #c23635;
  padding: 35px 30px;
  font-size: 1.4rem;
  position: relative;
}
.con_btn::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #5e0605;
    position: absolute;
    z-index: 100;
}
.con_btn a{
  color: #fff;
}


#info li a{
  font-weight: 600;
  color: #333;
}



input{
  border: 1px solid #808080;
  padding: 6px;
}
textarea{
  border: 1px solid #808080;
}
.form{
  text-align: center;
}
.form_btn{
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
}


#thanks{
  padding: 150px 0;
  text-align: center;
}


.contact_box{
  margin-top: 20px;
}
.contact_box h3{
  font-size: 1.2rem;
}
.contact_box i{
  font-size: 2.5rem;
  color: #294886;
  padding: 4px 0;
}
.contact_box p{
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.5rem;
  font-weight: 600;
}
.ct1{
  font-size: 2rem;
  color: #294886;
  padding-bottom: 10px;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

/* PC用 */
@media only screen and (min-width: 800px){
  body{
    font-size:14px;
  }

.info_box{
  display: table-cell;
  vertical-align: top;
  padding: 0 0 15px 0;
  width: 32%;
}

.img:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.contact_box{
  border-collapse: separate;
  border-spacing: 6px;
  display: table;
  width: 100%;
}
.contact_box div{
  display: table-cell;
  vertical-align: top;
  padding: 0 0 15px 0;
  width: 50%;
  background: #f7f7f7;
  padding: 10px 20px;
  text-align: center;
}
.shop_list th {
  width: 220px;
}
}


@media only screen and (min-width: 769px){
.sp{
  display: none;
}
}

@media only screen and (max-width: 1100px){
.child-list li img{
  width: 150px;
}
.child-box img{
  width: 200px;
}
.hc1{
  display: none;
}
.child-box img{
  width: 300px;
}
}
@media only screen and (min-width: 769px){
.sp-entry{
  display: none;
}
}

/* スマートフォン */
@media only screen and (max-width: 768px){
p{
  font-size: 0.8rem;
  line-height: 1.4rem;
}
#header{
  height: 45px;
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
  background: #fff;
  padding-top: 6px;
}
.child-box h1{
  display: none;
}
.child-box img{
  width: 230px;
}
.child-list{
  display: none;
}
.sp-entry{
  background: #c23635;
  padding: 0 10px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  height: 40px;
  line-height: 40px;
}
.sp-entry a{
  color: #fff;
}
.inner{
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}
#mainImg{
  text-align: center;
  margin: 55px 0 0 0;
}

#sec01 img,#sec03 img{
  width: 100%;
}
.con3_1 img{
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#sec01 h2, #sec02 h2, #sec03 h2, #sec04 h2, #sec05 h2, #sec06 h2, #sec07 h2, #sec08 h2,#thanks h2{
  font-size: 1rem;
}
.content01,.content02,.content03,.footer_area{
  flex-direction: column;
}
.content01 div,.content02 div{
  width: 100%;
  margin-bottom: 30px;
}
.content01 h3{
  font-size: 0.9rem;
  text-align: left;
}
.dt{
  width: 8em;
}
.dd h3{
  font-size: 1rem;
}
.dd img{
  float: none;
  width: 160px;
}
#sec04 h3{
  font-size: 0.9rem;
}
.content02 h3{
  font-size: 0.9rem;
}
.content03 div{
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}
.con3_2{
  display: none;
}
.table-press-box td{
  font-size: 0.8rem;
}
.table-press-box td a{
  width: 40px;
}
#sec06 dt,#sec06 dd{
  font-size: 0.8rem;
}
#sec06 dt{
  width: 100px;
}
#sec06 dd{
  margin-left: 110px;
}
#sec07 h3{
  font-size: 1rem;
}
#sec07 img{
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
#form dt{
  float: none;
  width:auto;
}
#form dd{
  margin-left: 0;
  border-left: 0;
}
.footer_area div{
  width: 100%;
}
.company{
  padding: 15px 0;
}
.company dt,.company dd{
  font-size: 0.8rem;
}


.sec02_contact{
  font-size: 0.8rem;
}
.sc_box div{
  display: block;
  padding-bottom: 10px;
}


.r_fl{
  float: none;
  width: 100%;
  padding: 10px 0;
}
.r_fr{
  float: none;
  width: 100%;
  padding: 10px 0;
}
.r_fl img,.r_fr img{
  margin-top: 6px;
}

#info li{
  display: block;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 10px;
}
#info li:nth-of-type(1) {
  border-top: 1px solid #eee;
}
.contact_box div{
  vertical-align: top;
  background: #f7f7f7;
  margin: 10px;
  padding: 10px 20px;
  text-align: center;
}
#form_list{
  width: 95%;
  border: 0;
}
#form_list th{
  display:block;
  width: 95%;
  border: 0;
}
#form_list td{
  display:block;
  border: 0;
}
.f01{
  width: 80%;
}
textarea{
  width: 80%;
}

.info_box{
  padding: 10px 20px;
}
#foot_nav{
  margin-left: 16px;
}

#product li{
  width: 90%;
  line-height: 1.4;
  font-size: 13px;
  background: #fff;
  margin: 6px;
}
.shop_list th {
  width: 150px;
}
.pc{
  display: none;
}
.ct1{
  font-size: 1.3rem;
}
.contact_box h3{
  font-size: 0.9rem;
}
.s02_1{
  font-size: 1rem;
  padding: 0 20px;
}
.con_t2{
  font-size: 2rem;
}
.con_t2 a{
  color: #333;
}
.con_btn{
  font-size: 0.8rem;
  padding: 20px 5px!important;
}
.is_onayami div{
  font-size: 12px;
}
#sec03{
  padding: 0;
}
.sc3_r{
  clear: both;
  display: block;
  width: 100%;
}
.sc3_l{
  padding: 20px;
}
.mt{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.is_point_title{
  font-size: 1rem;
}
.box2-1{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#inside_content{
  padding: 10px 0 0 0;
}
}


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

.st1,.st4{
  font-size: 70px;
  padding-top: 100px;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
.st2,.st5{
  font-size: 23px;
  font-weight: 600;
  padding: 10px 0;
}
.st3,.st6{
  font-size: 14px;
}
.st_btn{
  position: relative;
  border: 1px solid #294886;
  width: 230px;
  margin: 0 auto;
  margin: 20px auto 0 auto;
  height: 50px;
  line-height: 50px;
}
.st1,.st2,.st3{color: #294886;}
.st4,.st5,.st6{color: #fff;}

.st_btn::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #294886; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.st_btn a{
  color: #294886;
  font-weight: 600;
  background:rgba(255,255,255,0.6);
  display: block;
}

.unslider{overflow:hidden;margin:0;padding:0; position: relative;}
.unslider-wrap{position:relative}
.unslider-wrap.unslider-carousel>li{float:left;position: relative;}
.unslider-vertical>ul{height:100%}
.unslider-vertical li{float:none;width:100%;}
.unslider-fade{position:relative}
.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}
.unslider-fade .unslider-wrap li.unslider-active{z-index:10}
.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}

.unslider-nav ol {
  list-style: none;
  text-align: center;
  display: none; }
  .unslider-nav ol li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    border: 2px solid #919191;
    cursor: pointer; }
  .unslider-nav ol li.unslider-active {
    background: #333;
    cursor: default; }

.unslider-arrow{
  position: absolute;
  color: #000;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-decoration: none;
  text-indent: -999rem;
  background: url("../img/arrow.png") no-repeat 2px center;
  background-size: cover;
  cursor: pointer; }
  .unslider-arrow.prev{
    top: 40%;
    left: 10px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .unslider-arrow.next{
    top: 40%;
    left: auto;
    right: 10px; }


/* スクロール */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #eee;
    text-decoration: none;
    width: 60px;
    text-align: center;
    display: block;
    border-radius: 30px;
    opacity: 0.9;
    padding: 16px 0 12px 0;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


@media only screen and (max-width: 768px){
.st1,.st4{
  font-size: 50px;
}
.st2, .st5 {
  font-size: 20px;
}
.st3, .st6 {
  font-size: 12px;
  padding: 0 50px;
}
}
