@charset "UTF-8";
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

#wraper{
  width: 100vw;
  overflow-x: hidden;
}

a{
  text-decoration: none;
}

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
}

body {
 	line-height:1.5;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

a{
  color: #000000;
}

a:hover{
  opacity: 0.7;
}

*{box-sizing: border-box;}

.sp,
.menuSp{
  display: none !important;
}

.spMenuCont{
  display: none;
}

  .w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;    
  }

  .w1000{
    width: 90%;
    max-width: 1000px;
    margin: auto;   
  }
  
  .w880{
    width: 90%;
    max-width: 880px;
    margin: auto;    
  }

  .w800{
    width: 90%;
    max-width: 800px;
    margin: auto;    
  }

  .w700{
    width: 90%;
    max-width: 700px;
    margin: auto;    
  }

  .p_rtv{
    position: relative;
    
  }  
  
  .dis_fx{
    display: flex;
    justify-content: space-between;
  }
  
  .item_c{
    align-items: center;
  }

.tabCont{
  display: none;
}
  
  body{
    padding-top: 60px;
  }

.gos{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.eng,
.eng *{
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 400;
  font-style: normal;
}
  

/* main */
  .menuBox li{
    margin-left: 30px;
    font-size: 14px;
  }
  
  .contactBtn a{
    display: block;
    width: 200px;
    background: #000000;
    position: relative;
    text-align: center;
    height: 60px;
    padding: 20px 0;
  }
  
  .contactBtn a:after{
    position: absolute;
    right: 10px;
    top:calc(50% - 7px);
  }
  
  .contactBtn a .pt01{
    display: block;
    color:#ffffff;
    font-size: 14px;
    line-height: 0.5em;
  }
  
  .contactBtn a .pt02{
    color:#D2C165;
    font-size: 12px;
    letter-spacing: 0.5em;
    opacity: 0.5;
    line-height: 1em;
  }


	.content{
		max-width: 1190px;
    width: 90%;
		margin: auto;
	}

  .mainHead{
    position: absolute;
    width: 100%;
    top:0;
    left: 0;
    border-bottom:1px solid #C8C8C8;
  }
  
  .mainHead .w1200{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  
  .menuBox{
    display: flex;
    align-items: center;
  }
  
  .menuBox a:after{
    content:url("../images/arrow.svg");
    display: inline-block;
    margin-left: 8px;
  }

.swiper-pagination{
  position: relative;
  padding-top: 20px;
}

 
.swiper-button-next:after, .swiper-button-prev:after {
    content:none;
}  
  
.swiper-button-next .btn-mini:before {
    left: inherit;
    right:0;
}
    
  .swiper-pagination-bullet {
    background-color: #5C5C5C;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #ffffff;
}
  

.swiper-pagination{
    position: absolute !important;
    left: inherit !important;
    right: 100px !important;
    bottom: 30px !important;
    width: inherit !important;
}

.swiper-wrapper{
  max-height: 920px;
  height: calc(100vh - 60px);
}

.swiper-slide img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

  .sec{
    padding-top: 80px;
  }  
  
  .secTitle01{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  
  .secTitle01 span{
    font-size: 70px;
    display: block;
  }

  .sec01Dl{
    border-bottom:1px solid #DEDEDE;
  }
  
  .sec01Dl:first-child{
    border-top: 1px solid #DEDEDE;
  }

.sec01Dl{
  display: flex;
  align-items: center;
}
  
  .sec01Dl dt{
    width: 100px;
    padding: 12px;  
    color: #D2C165;
    font-size: 12px;
  }  

  .sec01Dl dd{
    width: calc(100% - 90px);
  } 
  
  .sec01Dl dd{
    padding: 15px;  
    display: block;
    position: relative;
    font-size: 16px;
    padding-right: 30px;
  } 

 /* .sec01Dl dd:after{
    content:url("../images/arrow.svg");
    position: absolute;
    top:calc(50% - 14px);
    right: 10px;
  } 
*/

  .text_c{
    text-align: center;
  }
  
  .baseText{
    font-size: 16px;
    line-height: 2em;
  }

  .topsecThumbCont{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }
  
  .topsecThumbCont.pt02{
    flex-flow: row-reverse;
  }
  .topsecThumbCont_cont01{
    width: 50%;
  }
  
  .topsecThumbCont_box01{
    aspect-ratio:1/0.583;
    height: auto;
    width: 100%;
  }
  
  .topsecThumbCont_ImgBox{
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .topsecThumbCont_ImgBoxInner{
    width: calc((100% - 15px) / 4);
    margin-right: 5px;
    margin-bottom: 0px;
    line-height: 0;
    box-sizing: border-box;
    aspect-ratio:1/0.583;
  }
  
  .topsecThumbCont_ImgBoxInner:last-child{
    margin-right: 0;
  }
  
  .topsecThumbCont_ImgBoxInner.oz_current{
    opacity: 0.7;
  }
  
  .topsecThumbCont_ImgBoxInner:nth-child(5n + 5){
    margin-right: 0;
  }
  
  .topsecThumbCont_cont02{
    width: 50%;
    padding-left: 40px;
  }
  
  .pt02 .topsecThumbCont_cont02{
    padding: 0;
  }
  
  .topsecThumbCont_cont02 .text01{
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .topsecThumbCont_cont02 .text01:after{
    content:" ";
    display: inline-block;
    width: 50px;
    background: #000000;
    height: 1px;
    position: relative;
    top:-6px;
  }

.topsec03Cont{
  background: url("../images/sec02Bg@2x.png") center;
  background-size: cover;
  height: 535px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#ffffff;
}

  .linkBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    background: #000000;
    position: relative;
    text-align: center;
    height: 60px;
    padding: 20px 0;
    color:#ffffff;
    margin-top: 40px;
  }
  
  .linkBtn:after{
    position: absolute;
    right: 10px;
    top:calc(50% - 11px);
    content:url("../images/arrow.svg");
    display: inline-block;
  }

  .topsec04List{
    display: flex;
    flex-wrap: wrap;
  }
  
  .topsec04List li{
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  
  .topsec04List li:nth-child(4n + 4){
    margin-right:0;
  }
  
  .topsec04List li .topsec04List_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
  }
  
  .topsec04List li .topsec04List_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .topsec04List_price{
    text-align: right;
    font-weight:bold;
    margin: 8px 0;
  }
  
  .topsec04List_btn a{
    background: #000000;
    padding: 8px;
    text-align: center;
    display: block;
    color:#ffffff;
    text-decoration: none;
  }
  

  .topsec05Box{
    text-align: center;
  }
  
  .topsec05Box .box{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 30px;
    background: #EFEFEF;
    display: inline-block;
  }
  
  .topsec05Box span{
    font-size: 12px;
    font-weight: normal;
  }
  
  .topsec05DlWrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    border-top:#666666 1px solid;
  }
  
  .topsec05DlWrap dl{
    display: flex;
    width:calc(100% / 2);
  }
  
  .topsec05DlWrap dl > *{
    width: calc(100% / 2);
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    text-align: center;
  }  
  
  .topsec05DlWrap .pt01{
    font-size: 16px;
  }
  
  .topsec05DlWrap .pt01 span{
    font-size: 22px;
  }
  
  .topsec05DlWrap dt{
    background: #666666;
    border:#666666 1px solid;
    border-bottom: 1px solid #ffffff;
    color:#ffffff;
    border-top:none;
  }

  .topsec05DlWrap dd{
    border:#666666 1px solid;
    border-top:none;
  } 

.topsec05Box .box.block{
  display: block;
  margin-top: 30px;
}

.topsec05Text{
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
}

.contactBtn02{
  width:90%;
}

  .contactBtn02 a{
    display: block;
    width: 100%;
    background: #000000;
    position: relative;
    text-align: center;
    height: 60px;
    padding: 20px 0;
  }
  
  .contactBtn02 a:after{
    position: absolute;
    right: 15px;
    top:calc(50% - 10px);
  }
  
  .contactBtn02 a .pt01{
    display: inline-block;
    color:#ffffff;
    font-size: 14px;
    line-height: 0.5em;
  }
  
  .contactBtn02 a .pt02{
    color:#D2C165;
    font-size: 12px;
    letter-spacing: 0.5em;
    opacity: 0.5;
    line-height: 1em;
    margin-left: 10px;
  }

  .contactBtn02 a:after{
    content:url("../images/arrow.svg");
    display: inline-block;
    margin-left: 8px;
  }

  .topsec06Box{
    padding: 30px 10px;
    border:1px solid #B9B9B9;
    display: flex;
    align-items: center;
  } 
  
  .topsec06Box .box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  } 
  
  .topsec06Box .box:first-child{
    border-right:1px solid #B9B9B9;
    color:#000000;
    font-size: 16px;
  } 
  
  .mr10{
    margin-right: 10px;
  }
  
  .topsec06map{
    margin-top: 50px;
  }

  .red *{
    color:#CB0000;
  }
  
  .ft14{
    font-size: 14px;
  }
  
  .topsec07table{
    width: 100%;
    margin-top: 20px;
  }
  
  .topsec07table th{
    width: 170px;
    padding: 13px 0;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px dashed #6F6F6F;
    text-align: left;
    vertical-align: top;
  }  
  
  .topsec07table td{
    width: calc(100% - 170px);
    padding: 13px 0;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px dashed #6F6F6F;
  }
  
  .topsec07table td.bdnone{
    border-bottom: none;
  }  
  
  .tableUl{
    list-style: disc;
    padding-left: 1.5em;
    font-size: 14px;
  }
  
  .tableUl.ft16{
    font-size: 16px;
  }
  
  .tableFlex{
    display: flex;
  }
  
  .tableFlex .box{
    width: calc(100% / 3);
  }
  
  .tableFlex .box_col2{
     width: calc((100% / 3) * 2);
  }
  
  .tableTitle{
    padding: 8px;
    background: #D2C165;
    color:#ffffff;
    margin-bottom: 20px;
  }

.tableText{
padding-left:calc(100% / 3);
}

.foot01_b_btn{
  width: 200px;
  margin-left: 30px;
}

  .foot01_b_btn a{
    display: block;
    width: 100%;
    background: #000000;
    position: relative;
    text-align: center;
    height: 60px;
    padding: 20px 0;
  }
  
  .foot01_b_btn a:after{
    position: absolute;
    right: 15px;
    top:calc(50% - 10px);
  }
  
  .foot01_b_btn a .pt01{
    display: block;
    color:#ffffff;
    font-size: 14px;
    line-height: 0.5em;
  }
  
  .foot01_b_btn a .pt02{
    color:#D2C165;
    font-size: 12px;
    letter-spacing: 0.5em;
    opacity: 0.5;
    line-height: 1em;
    margin-left: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  }

  .foot01_b_btn a:after{
    content:url("../images/arrow.svg");
    display: inline-block;
    margin-left: 8px;
  }

  .mainFooter{
    background: #EFEFEF;
    margin-top: 80px;
  }
  .mainFooter .foot01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
  }
  
  .foot01_b{
    display: flex;
    align-items: center;
  }
  
  .foot01_b_box .nav01{
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    justify-content: flex-end;
  }
  
  .foot01_b_box .nav01 li{
    margin-left: 20px;
  }
  
  .foot01_b_box .nav02{
    display: flex;
    justify-content: flex-end;
  }
  
  .foot01_b_box .nav02 li{
    margin-left: 35px;
    font-size: 12px;
  }  

  .foot01_b_box .nav01 li:not(:last-child) a:after{
    content:url("../images/arrow.svg");
    display: inline-block;
  }

.copyWrap{
  text-align: right;
  padding: 15px 0;
  background: #000000;
  color:#ffffff;
  font-size: 12px;
}

  .fltBtn{
    position: fixed;
    bottom:30px;
    right: 30px;
    z-index: 20;
  } 
  
  .fltBtn li{
    margin-bottom: 10px;
  }   

.sp_insta{
  display: none;
}

.contactBtn a{
  margin: auto;
}

.titleBack {
  background: url("../images/other/otherTitle@2x.png") center;
  background-size: cover;
  width: 100%;
  height: 450px;
}

  .oterText{
    text-align: center;
    margin: 30px;
  } 
  
  .imgList{
    display: flex;
    flex-wrap: wrap;
  }
  
  .imgList li{
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  
  .imgList li:nth-child(odd){
    margin-right: 10px;
  }  
  
  .imgList li .img{
    line-height: 0;
  } 


  .imgList li .img{
    line-height: 0;
  } 

  .imgList .text01{
    font-size: 24px;
    margin: 10px 0;
  }
  
  .imgList .text01:after{
    content:" ";
    display: inline-block;
    width: 50px;
    background: #000000;
    height: 1px;
    position: relative;
    top:-6px;
  }

  .imgList .text02{
    font-size: 16px;
    margin-bottom: 40px;
  }

.otherTitleWrap{
  padding-top: 80px;
}

  .companyTable{
    border-top:1px solid #000000;
    width: 100%;
  }
  
  .companyTable th{
    width: 150px;
    height: 80px;
    vertical-align: middle;
    font-size:16px;
    border-bottom:1px solid #000000;
    font-weight: normal;
    text-align: left;
  }
  
  .companyTable td{
    width: calc(100% - 150px);
    height: 80px;
    vertical-align: middle;
    font-size:16px;
    border-bottom:1px solid #000000;
  }
  
  .companyTable a{
    text-decoration: underline;
  }

.red,
.red *{
  color:#FD0000;
}

.privacySec{
  font-size: 14px;
}

.privacySec a{
  text-decoration: underline;
}