@charset "utf-8";

/* ----------------------------------------
    基本設定
---------------------------------------- */

*{
    margin:0;
    padding:0;
    }

html{
    height:100%;
    }

body{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    font-family:"Noto Sans JP",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif,sans-serif;
    font-size:14px;
    background-color:#fff!important;
    -webkit-text-size-adjust: 100%;
}

img{
    border:0;
    vertical-align:bottom;
    }

p{
    margin:0;
    padding:0;
    }

ul{
    list-style:none;
    margin:0;
    padding:0;
    }

h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    letter-spacing: 0.06rem;
    }



#window{
    width: 100%;
    height: 100;
}

html,body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,label,dl,dt,dd {
margin:0;
padding:0;
list-style:none;
}

a:link {
    text-decoration: none;
    color: #000;
}

a:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}

a:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
}

a:visited{
    color: #000;
}
img {
    width: 100%;
    height: auto;
}

/* ----------------------------------------
    topへ戻る
---------------------------------------- */
header{
    background-color: #fff;
    position: relative;
    }

.headtop{
    width: 100%;
    background: rgba(244,235,224,0.3);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    height: 75px!important;
}

.headtop_inner{
    width: 99%;
    margin: 0 auto;
}

.headtop_inner h2{
    font-size: 1rem;
    letter-spacing: 0.06rem;
    font-family: 'Zen Old Mincho', serif;
}

header h1{
    margin:0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.head_contact{
    margin: 0 40px 0 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Zen Old Mincho', serif;
}

.head_contact a:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/section/line_icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}

footer{
    font-family: 'Zen Old Mincho', serif;
}

.footop{
    background-color: #beb3a3;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
}


.foot_contact {
    border:1px solid #fff;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3rem;
}
.foot_contact img{
    width: 35px;
}

.foot_contact i{
    margin-left: 20px;
}

.footop p{
    text-align: center;
}

.footbtm h3{
    width: 200px;
    margin:0 auto 30px;
}

.footbtm h4{
    text-align: center;
}

.sns_logo{
    display: flex;
    justify-content: space-between;
}

.sns_logo ul{
    text-align: center;
    margin-bottom: 60px;
}
.copy{
    text-align: center;
}

.look_container{
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}


/*PC画面*/
@media screen and (min-width: 481px){
body {
    min-width: 481px;
}


header h1{
    top:13px;
}
header h1 {
    width: 200px;
}

ul.maintxt2{
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 50px;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    font-family: 'Zen Old Mincho', serif;
}
.head_contact {
    line-height: 90px;
}
.head_contact a {
    margin: 0 0 0 0;
    background-color: #000;
    padding: 0 30px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    color: #fff;
    transition: 1s;
    height: 90px;
}
.footop h2{
    width: 70%;
    margin: 0 auto 60px;
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
    line-height: 2;
}

.foot_contact {
    width: 640px;
    margin: 70px auto;
}

.foot_contact img{
    margin-right: 50px;
}
.sns_logo{
    width: 40%;
}
.copy{
    letter-spacing: 0.12rem;
}
.viewlink{
    width: 30%;
    margin: 60px 0 40px auto;
}
.swiper-button-prev,
.swiper-button-next {
  width: 24px; /* ボタンの幅 */
  height: 40px; /* ボタンの高さ */
  background-size: 24px 40px; /* 表示したいサイズ */
  transform: translateY(-50%);
  margin-top: 0;
}

.foot_contact {
    padding: 22px 5% 22px 4%;
    font-size: 1.4rem;
}
.footop{
    padding:60px 0;
}
.sns_logo{
    margin:40px auto;
}
.sns_logo ul li img{
    max-width: 62px;
}
.copy{
    font-size: 0.9rem;
}
.footbtm{
    background-color: #fff;
    padding:60px 0 20px;
}
.lb_headtop_sp{
    display: none;
}
.lbsns{
    display: none;
}


}

@media screen and (min-width: 481px){
.head_contact {
    line-height: 75px!important;
}
.head_contact a {
    height: 75px!important;
}
.look_ttl{
    font-size: 1.4rem;
    margin:40px 0;
}
.look_container{
    width: 90%;
}


}
.look_ttl{
    font-family: 'Antonio', sans-serif;
    letter-spacing:0.06rem;
    text-align: center;
}
.look_container{
    margin: 0 auto 60px;
    max-width: 1350px;
}

.swiper{
  padding:0 3%;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
/*  width: 90%;
  margin:0 auto;
  max-width: 1400px;*/
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}



/* 次ページボタンのスタイル */
.swiper-button-next {
background-image: url('https://kiomiru.co.jp/blog/wp-content/uploads/2021/09/img_arrow_black_01.png');
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url('https://kiomiru.co.jp/blog/wp-content/uploads/2021/09/img_arrow_black_01.png');
  transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}
.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}


.swiper-slide:nth-child(3n + 1) {

}

.swiper-slide:nth-child(3n + 2) {

}

.swiper-slide:nth-child(3n + 3) {

}


/*タブレット＆PC*/
@media screen and (min-width: 897px){

}


/*タブレット＆スマホ*/
@media screen and (max-width: 896px){
body {
    padding-top: 0px!important;
}
header {
    height: 6rem!important;
}

.lb_headtop_sp{
    text-align: center;
    padding: 30px 0;
    background: rgba(244,235,224,0.3);
}

.lb_headtop_sp img{
    width:160px;
}
.look_ttl{
    font-size: 1.4rem;
    margin:20px 0;
}
.look_container{
    width: 95%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 12px; /* ボタンの幅 */
  height: 20px; /* ボタンの高さ */
  background-size: 12px 20px; /* 表示したいサイズ */
  margin-top: 0;
}
.viewlink{
    width: 80%;
    margin: 60px 0 40px auto;
}
.swiper{
  padding:0 1%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}
.foot_contact {
    width: 80%;
    padding: 15px 0;
    font-size: 16px;
    margin: 0 auto;
}
.footop{
    padding:30px 0;
}
.footbtm h3{
    display: none;
}
.sns_logo{
    margin:10px auto;
}
.sns_logo ul {
    width: 50%;
}
.sns_logo ul li{
    text-align: center;
}
.sns_logo ul li img{
    max-width: 40px;
}
.copy{
    font-size: 12px;
}
.lbsns{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.lbsns li{
    width: 70px;
}
.lbsns li:first-child{
    margin-right:20px;
}
.footbtm{
    background-color: #fff;
    padding:20px 0 10px;
}
.headtop{
    display: none;
}
.sns_logo{
    display: none;
}


}

/*タブレットのみ*/
@media screen and (min-width: 481px) and (max-width: 896px) {

}




