@charset "utf-8";

:root {
--base-font-gothic: "Zen Kaku Gothic New",sans-serif;
--base-font-gothic02: "Zen Kaku Gothic Antique",sans-serif;
/*--base-font-gothic: "Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ", sans-serif;
--base-font-gothic02: "Zen Kaku Gothic Antique","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ", sans-serif;*/
--base-font-en:"Zen Kaku Gothic Antique", sans-serif;
--base-font-weight:400;
--base-txt-black: #1d0c03 !important;
--main-color:#1d0c03 !important;
}

html {
  font-size: 16px !important;
}
@media all and (max-width: 768px){
  html {
    font-size:4.0vw !important;
  }
}

body {
	min-width: 1200px;
	min-height: 100%;
	background-color: #f4f1e4 !important;
	background: url("../../images/common/bg_header.png") repeat-y center top !important;/**/
	font-family: var(--base-font-gothic) !important;
	font-optical-sizing: auto;
	font-weight: var(--base-font-weight);
	color: var(--base-txt-black);
	line-height: 2.0 !important;
	letter-spacing: 0.03em;
	overflow-wrap: break-word;
}
@media all and (max-width: 768px){
  body {
    min-width: 100%;
    padding-right: 0;
  }
}


/*=========================================
ALL
===========================================*/

a,
a:active,
a:visited{
	color: #2b84bc !important;
	text-decoration: underline;
}

a:hover {
	color: #2b84bc;
	text-decoration: none;
}

p {
	color: var(--base-txt-black);
	font-size: 1.125rem;
	line-height: 1.8;
}

p + p{
	margin-top: 1.5em;
}

p span.red {
	color: #B50000;
}

.br_set p br{
	display: none;
}
@media all and (max-width: 767px){
  .br_set p br{
	display:block;
	}
}

section{
	border:0px solid #999;
}

#wrap {
	width: 100% !important;
	height: 100% !important;
	position: relative;
}

#Wrapper { }

#container{
	width: 100%!important;
	height: 100%;
	margin: 0 auto !important;
	padding: 0;
	position: relative;
	z-index: 10;
}

#main{
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#main .inner{
	width: 1200px;
	margin: 0 auto !important;
	padding: 0 !important;
}
@media all and (max-width: 768px){
  #main .inner{
	width: 100%;
	margin: 0 auto !important;
	padding: 0 !important;
	}
}


/*---HEADER-------------------------------*/

#header {
	position: relative;
	width:100%;
	min-height: 140px;
	background: url("../../images/common/bg_header.png") no-repeat center top;
}

@media all and (max-width: 768px){
  #header {
	min-height: auto;
	}
}

#header:before {
    content: '';
	width:392px;
	height:495px;
    background: url('../../images/common/bg_tree_L01.png') no-repeat left top;background-size: contain;
	position:absolute;
	top:0;
	left:0;
	z-index:999 !important;
}
#header:after {
	content: '';
    width:580px;
	height:424px;
	background: url('../../images/common/bg_tree_R01.png') no-repeat left top;
    background-size: contain;
	position:absolute;
	top:0;
	right:0;
	z-index:999 !important;
}

@media all and (max-width: 768px){
  #header:before{
    width:196px;
	height:248px;
    position:absolute;
	top:0;
	left:-8%;
	z-index:999 !important;
	}
	
    #header:after{
	display:none;
    }
}
#header h1 img.logo{
	width:100%;
	max-width:351px;
	height:auto;
	display:block;
	text-align:center;
	margin:22px auto;
	padding:0;
}
#header h1 img.logo_en{
	max-width:203px;
	height:auto;
	display:block;
	text-align:center;
	margin:0 auto;
}
@media all and (max-width: 768px){
	#header h1 img.logo{
	  position:absolute;
	  top:30px;
	  left:30px;
	  display:block;
	  width:100%;
	  max-width:84px;
	  height:auto;
	  display:block;
	  background-color:#FFF;
	  border-radius:15px;
	  border:1px solid var(--main-color);
	  z-index:9999;
	}
}

/*-- H2 title ---------------------------------------*/

#main h2 {
	text-align:center;
	padding:0 !important;
	margin:0 !important;
	line-height:1.0;
    z-index:99;
      position: relative;
}

#main h2 span.ttlJa{
	display:block;
	color:#8b8374;
	font-size:1.625rem;
	font-weight:700;
	letter-spacing:0.28em;
	padding: 1.2em 0;
}
@media all and (max-width: 768px){
  #main h2 span.ttlJa{
	font-size:1.0rem;
    padding: 0.8em 0 1.2em;
    }
}
#main h2 span.ttlEn{
	display:block;
	color:#000;
	font-family: var(--base-font-en) !important;
	font-size:5.33rem;
	font-weight:900 !important;
	letter-spacing:0.04em;
}
@media all and (max-width: 768px){
  #main h2 span.ttlEn{
	font-size:2.5rem;
      line-height:1.2;
	letter-spacing:0.04em;
    }
}
/*-- boxCont01FOne ------------------------------------*/
#main .boxCont01FOne {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 5.0em;
}
@media all and (max-width: 768px){
  #main .boxCont01FOne {
    flex-direction:column;
  }
}


/*-- boxCont01FOne Half------------------------------------*/
#main .boxCont01FOne .boxHalf {
	width: 47%;
}
@media all and (max-width: 768px){
  #main .boxCont01FOne .boxHalf {
    width: 100%;
    text-align: center;
  }
}

/*-- boxCont01FOne ImgTxt------------------------------------*/
#main .boxCont01FOne .boxImg {
	width: 485px;
	min-width:485px;
	padding-top:0.8em;
}
@media all and (max-width: 768px){
  #main .boxCont01FOne .boxImg {
    width: 100% !important;
	min-width:100% !important;
  }
}

#main .boxCont01FOne .boxTxt {
	position: relative;
	width: 100%;
	min-width:calc(100% - 44%);
	padding-right:2.5em;
}
@media all and (max-width: 768px){
 #main .boxCont01FOne .boxTxt {
    width: 100%; 
    margin-right: 0;
	padding-right:0;
  }
}

/*##### Dl Base #####*/
dl,dt,dd {
	margin:0;
	padding:0;
	line-height:normal;
	font-weight:normal;
}

/*##### Dl Base01 #####*/
.dlBase01{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start stretch;
	align-items: flex-start stretch;
	gap:0 1.5em;
	margin-bottom:1.3em;	
	color: var(--base-txt-black);
	font-family:var(--base-font-gothic) !important;
}

.dlBase01:last-child{
	margin-bottom:0;
}


.dlBase01 > dt {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center; 
	justify-content: center; 
	-webkit-align-items: center; 
	align-items: center;
	width: 118px;
	height:118px;
	letter-spacing: 0.15em !important;
	background-color:#d5ccbc;
	border-radius:10px;
	font-size:1.125rem;
	line-height:normal;
	position:relative;
}

.dlBase01 > dt span {
	display:block;
	text-align:center;
}

.dlBase01 > dt span.en {
	font-size:1.625rem;
	font-weight:700 !important;
}

@media all and (max-width: 767px){
  .dlBase01{
    gap:0 1.0em;
    line-height: 1.4;
   }
  .dlBase01 > dt {
     width:82px !important;
	 height:82px !important;
	 font-size: 0.785rem;
     line-height:1.6em;
  }
   .dlBase01 > dt span.en {
	font-size:1.185rem;
    letter-spacing: 0.02em !important;
	}
}

.dlBase01 dd {
	text-align:left;
	font-family:var(--base-font-gothic) !important;
}

.dlBase01 dd strong{
	display:block;
	margin:0.4em 0 0.2em;
	font-family:var(--base-font-gothic) !important;
	font-weight:500 !important;
	font-size:1.625rem;
}
.dlBase01 dd p{
	line-height:1.4;
	font-size:1.125rem;
}

@media all and (max-width: 767px){
  .dlBase01 dd {
	padding-top:0.8em;
	}
	.dlBase01 dd strong{
	font-size:1.125rem;
    margin:0em 0 0.1em;
    }
    .dlBase01 dd p{
    font-size: 0.785rem;
  }
}
/*##### Dl Base02 #####*/
.dlBase02{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items:flex-start;
	align-items: flex-start;
	gap:0 0.8em;
	padding:0;
	margin: 0.1em 0 0.8em;
}
@media all and (max-width: 767px){
  .dlBase02{
      margin: 0.6em 0;
    }
}

.dlBase02.OpenInfo{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items:flex-start;
	align-items: flex-start;
	margin-top: 1.8em;
	margin-bottom:0.2em;
}

.dlBase02:last-child{
	margin-bottom:0;
}
.dlBase02.OpenInfo:last-child{
	margin-top:0;
	margin-bottom:0;
}

.dlBase02 > dt,
.dlBase02 > dd {
	font-size:1.5rem;
	line-height:normal;
	font-weight:500 !important;
	font-family:var(--base-font-gothic) !important;
	color: var(--base-txt-black);
	display:inline-block;
	text-align:left;
	padding:0;
	margin:0;
}
.dlBase02 > dt {
	letter-spacing: 0.2em;
	min-width:74px;
}

.dlBase02.OpenInfo > dt {
	letter-spacing: 0 !important;
	min-width:82px;
}
.dlBase02 dt.boxTel {
	letter-spacing: 0.25em;
}

.dlBase02 dd p{
	font-size:1.5rem;
	letter-spacing: 0.04em;
	line-height:normal;
	margin:0;
}
.dlBase02.OpenInfo dd p {
	font-size:1.5rem;
	letter-spacing: 0.08em;
}

@media all and (max-width: 767px){
  .dlBase02 > dt,
  .dlBase02 > dd {
	font-size:1.0rem;
    }
  .dlBase02.OpenInfo{
	margin-top: 0.5em;
}
  .dlBase02 > dt {
	min-width:58px;
	  padding-left:0.2em;
    }
  .dlBase02.OpenInfo > dt {
	letter-spacing: 0 !important;
	min-width:64px;
    font-size:1.1rem;
    }
  .dlBase02 dd p{
	font-size:1.0rem;
    }
  .dlBase02.OpenInfo dd p{
      font-size:1.1rem !important;
    }
}

/*--- boxMessageWrap --------------------*/

#main .boxMessageWrap{
	background-image: url("../../images/common/bg_message.png") ;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color:transparent;
	background-size:auto;
	position:relative;
}

@media all and (max-width: 768px){
  #main .boxMessageWrap{
	padding-bottom:15px;
	  background-image: url("../../images/common/sp_bg_message.png") ;
	  background-position: center bottom -5px;
	background-size: 100% auto;
	}
}
#main .boxMessageWrap:before {
	content: '';
    width:477px;
	height:797px;
    background: url('../../images/common/bg_tree_L03.png') no-repeat left top;
    background-size: contain;
    position:absolute;
	bottom:0;
	left:-5%;
	z-index:999 !important;
}
#main .boxMessageWrap:after {
	content: '';
    width:401px;
	height:690px;
    background: url('../../images/common/bg_tree_R03.png') no-repeat left top;
    background-size: contain;
    position:absolute;
	bottom:18%;
	right:0;
	z-index:999 !important;
}

@media all and (max-width: 768px){
    #main .boxMessageWrap:before{
      display:none;
    }
    #main .boxMessageWrap:after {
     content: '';
    width:104px;
	height:280px;
	background: url('../../images/common/sp_bg_tree_R02.png') no-repeat left top;
    background-size: contain;
    position:absolute;
	top:15%;
	right:0;
    }
}

#main .index_mv{
	position:relative;
	padding:0 !important;
	margin:0 auto 3.5em !important;
	width:95%;
	max-width:1920px;
	min-height:839px !important;
	background-color:#d5ccbc;
	overflow: hidden;
}
@media all and (max-width: 768px){
  #main .index_mv{
	min-height:580px !important;
	margin:0 auto 0em !important;
}
}

#main .mv_mask {
  mask-image:  url("../../images/common/mask_mv.png") ;
  -webkit-mask-image: url("../../images/common/mask_mv.png") ;
  mask-size: 95% 100%;
  mask-repeat: no-repeat;
  mask-position: center top;
}

@media all and (max-width: 768px){
  #main .mv_mask {
  mask-image:  url("../../images/common/sp_mask_mv.png") ;
  -webkit-mask-image: url("../../images/common/sp_mask_mv.png") ;
  mask-size: 92% auto;
  mask-repeat: no-repeat;
  mask-position: center top;
}
}

#main .index_mv #swiper_mv .swiper-slide {
  display: flex;
  justify-content: center; /* 左右の中央揃え */
}
#main .index_mv #swiper_mv .swiper-slide img{
	align-self: center;
	max-width: 100%;
	max-height:100%;
	min-height:839px !important;
	object-fit: cover;
}
@media all and (max-width: 768px){
  #main .index_mv #swiper_mv .swiper-slide img{
	align-self: center;
	max-width: 100%;
	max-height:100%;
	min-height:680px !important;
	object-fit: cover;
}
}

#main .boxMessageBGWrap{
	position:relative;
}
#main .boxMessageBGWrap:before {
	content: '';
    width:624px;
	height:701px;
	background: url('../../images/common/bg_tree_L02.png') no-repeat left top;
    background-size: contain;
    position:absolute;
	top:-26%;
	left:-3%;
	z-index:999 !important;
}
#main .boxMessageBGWrap:after {
	content: '';
    width:461px;
	height:560px;
	background: url('../../images/common/bg_tree_R02.png') no-repeat left top;
    background-size: contain;
    position:absolute;
	top:-45%;
	right:0;
	z-index:999 !important;
}

@media all and (max-width: 768px){
  #main .boxMessageBGWrap:before{
	content: '';
	width:198px;
	height:282px;
	background: url('../../images/common/sp_bg_tree_L02.png') no-repeat left top;
	background-size: contain;
    position:absolute;
	top:-18%;
	left:0;
	  z-index:999 !important;
    }
   #main .boxMessageBGWrap:after{
	content: '';
	width:183px;
	height:354px;
	background: url('../../images/common/sp_bg_tree_R03.png') no-repeat right top;
	background-size: contain;
    position:absolute;
	top:-12%;
	right:0;
    }
}

/*-- Message --------------------------------*/
#main .boxMessageWrap .inner{
	position:relative;
	min-height:1160px;
}

@media all and (max-width: 768px){
  #main .boxMessageWrap .inner{
	position:relative;
	min-height:auto !important;
}
}

#main .boxMessageWrap .boxMessage .boxContTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;

}
@media all and (max-width: 768px){
  #main .boxMessageWrap .boxMessage .boxContTop {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
#main .boxMessageWrap .boxMessage .boxContTop .boxTitle {
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	z-index:9999 !important;
	margin:0 auto;
	padding-right:2.0em;
}

#main .boxMessageWrap .boxMessage .boxContTop .boxTitle h2 {
	width: 200px;
}
@media all and (max-width: 768px){
  #main .boxMessageWrap .boxMessage .boxContTop .boxTitle h2 {
    width: 120px;
    margin-bottom: 1.0em;
  }
}

#main .boxMessageWrap .boxMessage .boxContTop .boxTitle h2 span {
  position: relative;
  top: 0;
  left: 0;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  text-align:left;
  color:#1e110f;
  line-height: 1.4;
  letter-spacing: 0.25em;
  font-size: 3.05rem;
  font-weight: 600;
}

#main .boxMessageWrap .boxMessage .boxContTop .boxTitle h2 span.imgCup {
	display:inline-block;
	width:62px;
	height:75px;
	margin-bottom:0.25em !important;
}
@media all and (max-width: 768px){
  #main .boxMessageWrap .boxMessage .boxContTop .boxTitle h2 span {
    font-size: 1.875rem;
	letter-spacing: 0.2em;
  }
  #main .boxMessageWrap .boxMessage .boxContTop .boxTitle h2 span.imgCup {
	width:40px;
	height:53px;
	  margin-left:-0.6em !important;
    margin-bottom:0.1em !important;
    }

#main .boxMessageWrap .boxMessage .boxContTop .boxTitle ul.boxMenu{
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    list-style: none;
    margin-top:4.0em;
	padding: 0;
}

#main .boxMessageWrap .boxMessage .boxContTop .boxTitle ul.boxMenu li{
    display: block;
    margin-right: 1em;
    color:var(--base-txt-black);
    }
#main .boxMessageWrap .boxMessage .boxContTop .boxTitle ul.boxMenu li a{
    color:var(--base-txt-black) !important;
	font-weight:500;
    text-decoration: none;
	background: url('../../images/common/icon_arrow.svg') no-repeat right top;
	background-size: auto;
	padding-top:1.9em;
    }
}
#main .boxMessageWrap .boxMessage .boxContTop .boxBaseCom {
	width: calc(100% - 200px);
	padding-top:4.0em;
	margin-left:3.0em;
}
#main .boxMessageWrap .boxMessage .boxContTop .boxBaseCom p{
  font-size: 1.25rem !important;
  line-height: 2.0;
}
@media all and (max-width: 768px){
	#main .boxMessageWrap .boxMessage .boxContTop .boxBaseCom {
		width: 100%;
        margin-top:400px;
        margin-left:0;
        padding:3.0em 0.8em 1.0em 1.8em;
	}
    #main .boxMessageWrap .boxMessage .boxContTop .boxBaseCom p{
        font-size: 0.9rem !important;
        line-height: 2.0;
}
}

#main .boxMessageWrap .inner .imgCafe{
	position:absolute;
	right:-160px;
	top:130px;
	display:block;
}
#main .boxMessageWrap .inner .imgEnjoy{
	position:absolute;
	left:60px;
	bottom:70px;
	display:block;
    z-index:9999 !important;
}

@media all and (max-width: 768px){
	#main .boxMessageWrap .inner .imgCafe{
        position:absolute;
        right:-20px;
        top:210px;
        display:block;
        width:275px;
        height:auto;
    }
    #main .boxMessageWrap .inner .imgEnjoy{
	   position:absolute;
	   left:50%;
	   top:540px;
       transform: translateX(-50%);
	   display:block;
       width:90%;
       height:auto;
    }
}

/*-- Instagram --------------------------------*/
#main .boxInstagramWrap{
	position:relative;
	background-image: url("../../images/common/bg_instagram.png") ;
	background-position: center top;
	background-repeat: no-repeat;
	background-size:auto;
	padding-top:6.0em !important;
	padding-bottom:19.0em !important;
}

#main .boxInstagramWrap:after {
	content:url("../../images/common/bg_tree_R04.png");
	position:absolute;
	top:-15%;
	right:0;
	z-index:999 !important;
}

@media all and (max-width: 768px){
	#main .boxInstagramWrap{
	    position:relative;
	    background-image: url("../../images/common/sp_bg_instagram.png") ;
	    background-position: center top;
	    background-repeat: no-repeat;
	    background-size:100% auto;
	    padding-top:0 !important;
	    padding-bottom:6.0em !important;
    }
    #main .boxInstagramWrap:after {
	content:'';
		background-image: url("../../images/common/bg_tree_R04.png") ;
	    background-position: center top;
	    background-repeat: no-repeat;
	    background-size:100% auto;
	    width:147px;
		height:169px;
		display:block;
	position:absolute;
	top:-18%;
	right:0;
	z-index:9 !important;
}
}

#main .boxInstagramWrap h2 .ttlEn{
	color:#FFF !important;
}

#main .boxInstagramWrap .boxInstagram {
	margin:-0.8em auto 0;
	padding:0;
	width:90%;
	max-width:1600px;
	position:relative;
	z-index:10;
}
#main .boxInstagramWrap .boxInstagram #sb_instagram #sbi_images {
	padding:0 !important;
	margin: 0 !important;
	border-radius:40px !important;
	overflow:hidden;
}

@media all and (max-width: 768px){
	#main .boxInstagramWrap .boxInstagram {
	  margin:-0.5em auto 0;
	  width:100%;
	}
	#main .boxInstagramWrap .boxInstagram #sb_instagram #sbi_images {
		border-radius:0 !important;
	}
}

#main .boxInstagramWrap .boxInstagram:after {
	content: "";
	position:absolute;
	left:-135px;
	top:-110px;
	z-index:-8;
    display: block;
    width: 274px;
    height: 467px;
    background-image: url('../../images/common/tree_instagram.png');
    background-position: center;
	background-repeat:no-repeat;
    background-size: contain;
}
@media all and (max-width: 768px){
	#main .boxInstagramWrap .boxInstagram:after{
	  position:absolute;
        left:-25px;
        top:-120px;
        width: 124px;
        height: 317px;
    }
}

/*-- Info --------------------------------*/

#main .boxInfoWrap{
	min-height:1250px;
	position:relative;
	background-image: url("../../images/common/bg_info_top.png"),url("../../images/common/bg_info.png") ;
	background-position: center top,center bottom;
	background-repeat: no-repeat,no-repeat;
	background-size:auto,auto;
	padding-top:13.5em !important;
	margin-top:-8.0em !important;
	box-sizing: border-box !important;
}

@media all and (max-width: 768px){
  #main .boxInfoWrap{
	  min-height:1140px;
	  position:relative;
	  background-image: url("../../images/common/sp_bg_info_top.png"),url("../../images/common/sp_bg_info.png") ;
	  background-position: center top,center bottom;
	  background-repeat: no-repeat,no-repeat;
	  background-size:100% auto, 100% auto;
	  padding-top:8.5em !important;
	  padding-bottom:3.5em;
	  margin-top:-1em !important;
	  box-sizing: border-box !important;
	}
}

#main .boxInfoWrap:before{
	content:url("../../images/common/bg_tree_L04.png");
	position:absolute;
	top:-250px;
	left:0;
	z-index:10 !important;
	box-sizing: border-box !important;
}
#main .boxInfoWrap:after{
	content:url("../../images/common/bg_tree_R05.png");
	position:absolute;
	top:-350px;
	right:0;
	z-index:10 !important;
}

@media all and (max-width: 768px){
	#main .boxInfoWrap:before,
	#main .boxInfoWrap:after{
	display:none;
	}
}

#main .boxInfoWrap .imgCup {
	position:absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display:block;
	width:106px;
	height:127px;
	z-index:9 !important;
}

@media all and (max-width: 768px){
	#main .boxInfoWrap .imgCup {
	position:absolute;
	top:5px;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display:block;
	width:13.802vw;
	height:16.536vw;
	z-index:9 !important;
}
}
#main .boxInfoWrap .inner{
	width:1100px !important;
	padding-top:2.5em !important;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .inner{
	width:90% !important;
}
}

#main .boxInfoWrap .boxCont01FMap {
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start stretch;
	align-items: flex-start stretch;
	column-gap:1.2em;
	background-color:transparent;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap {
    flex-direction:column;
	row-gap:1.0em;
	  margin-top:2.0em;
  }
}
#main .boxInfoWrap .boxCont01FMap .boxImg {
	width: 384px !important;
	z-index:1;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxImg {
	width: 100% !important;
	z-index:1;
	}
}

#main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex{
	display: -webkit-flex;
	display: flex;
	flex-direction:column;	
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex{
	display: -webkit-flex;
	display: flex;
	flex-direction:row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	}
}

#main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex figure{
	position:relative;
}

#main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex figure img{
	border:8px solid #d5ccbc;
	border-radius:40px;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex figure img{
	max-width:150px;
	border:4px solid #d5ccbc;
	border-radius:20px;
	}
}
#main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex p{
	padding:1.2em 0 0 0.85em;
	font-size:1.5rem;
	line-height:1.4;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex p{
	padding:1.2em 0 0 0;
	font-size:0.785rem !important;
	text-align:center;
	}
}

#main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex figure:after {
	content: "";
	position:absolute;
	right:-122px;
	top:120px;
	z-index:-1;
    display: block;
    width: 172px;
    height: 159px;
    background: url('../../images/common/car.png') no-repeat center center;
    background-size: contain;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxImg .boxImgFlex figure:after {
	content: "";
	position:absolute;
	right:-65px;
	top:30%;
    width: 82px;
    height: 69px;
}
}

#main .boxInfoWrap .boxCont01FMap .boxGoodleMap {
    width:704px !important;
	height:414px;
	position:relative;
	z-index:1;
    padding-top: 25%;
}

#main .boxInfoWrap .boxCont01FMap .boxGoodleMap:after {
	content: "";
	position:absolute;
	left:-220px;
	bottom:0;
	z-index:-1;
    display: inline-block;
    width: 249px;
    height: 339px;
    background: url('../../images/common/welcome.png')no-repeat center;
    background-size: contain;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxGoodleMap {
    width:100% !important;
	height:auto;
	aspect-ratio: 16 / 9;
	}
	#main .boxInfoWrap .boxCont01FMap .boxGoodleMap:after {
    content: "";
	position:absolute;
	left:250px;
	top:-125px;
	z-index:-1;
    display: inline-block;
    width: 98px;
    height: 188px;
}
}
#main .boxInfoWrap .boxCont01FMap .boxGoodleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	border:8px solid #d5ccbc;
	border-radius:40px;
}
@media all and (max-width: 768px){
  #main .boxInfoWrap .boxCont01FMap .boxGoodleMap iframe {
    border:4px solid #d5ccbc;
	border-radius:20px;
}
}

/*-- TOPICS --------------------------------*/
#main .boxTopicsWrap{
	background-image: url("../../images/common/bg_fotter.png"),url("../../images/common/bg_topics.png");
	background-position:center bottom ,center top;
	background-repeat: no-repeat, repeat-y;
	background-color:transparent;
	background-size:auto,auto;
	position:relative;
	padding-top:2.0em;
	box-sizing: border-box !important;
}
@media all and (max-width: 768px){
  #main .boxTopicsWrap{
	background-image: url("../../images/common/bg_topics.png");
	background-position:center top;
	background-repeat:repeat-y;
	background-color:transparent;
	background-size:auto;
	position:relative;
	padding-top:0.2em ;
	box-sizing: border-box !important;
	}
}
#main .boxTopicsWrap .inner{
	padding-bottom:5.0em !important;
	position:relative;
}

#main .boxTopicsWrap .inner h2{
	position:absolute;
	top:-45px;
	left:50%;
	transform: translateX(-50%);
	text-align:left;
	z-index:3;
    width:90%;
	max-width:1100px;
}

#main .boxTopicsWrap img.imgType{
	display:block;
	width:136px;
	height:149px;
	position:absolute;
	top:-45px;
	right:50px;
	opacity: 0.2;
	z-index:4;	
}

@media all and (max-width: 768px){
  #main .boxTopicsWrap .inner h2{
	position:absolute;
	top:-25px;
	left:50%;
	transform: translateX(-50%);
	text-align:left;
	z-index:3;
    width:90%;
}
	#main .boxTopicsWrap img.imgType{
	display:block;
	width:81px;
	height:94px;
	position:absolute;
	top:-25px;
	right:30px;
}
}
#main .boxTopicsWrap:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	transform: translateX(-50%);
	z-index:98;
    display:block;
    width: 100%;
    height:75px;
    background-image: url('../../images/common/bg_fotter03.png');
    background-position: center top;
	background-repeat:no-repeat;
    background-size: auto;
}
@media all and (max-width: 768px){
  #main .boxTopicsWrap:after{
	display:none;
}
}

#main .boxTopicsWrap .important_info{
	margin:0 auto;
	background-color:#fff;
	margin-top:9.0em !important;
	padding:12.5em 4em 1.5em 3.5em!important;
	border-radius:40px 40px 0 0;
}
@media all and (max-width: 768px){
  #main .boxTopicsWrap .important_info{
	margin-top:3.5em !important;
	padding:10.5em 1.8em 0.5em 1.8em!important;/**/
	border-radius:20px 20px 0 0;
}
}

#main .boxTopicsWrap .important_info h4.ttl_h4{
	font-size:1.8rem;
	font-weight:700;
	letter-spacing:0.08em;
	color: var(--base-txt-black);
	padding-left:2.2em;
	background: url('../../images/common/cup.png') no-repeat left center;
	background-size: 47px auto;
}

@media all and (max-width: 768px){
  #main .boxTopicsWrap .important_info h4.ttl_h4{
	font-size:1.5rem;
	font-weight:700;
	letter-spacing:0.01em;
	padding-left:1.6em;
	background: url('../../images/common/cup.png') no-repeat left center;
	background-size: 28px auto;
}

}
#main .boxTopicsWrap .important_info .boxCont01FOne {
	position:relative;
}

#main .boxTopicsWrap .important_info .boxCont01FOne:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-1.5em;
	transform: translateX(-50%);
	z-index:99;
    display: inline-block;
    width: 100%;
	max-width:835px;
    height: 4px;
    background-color: #d5ccbc;
	border-radius:2px;
}
@media all and (max-width: 768px){
  #main .boxTopicsWrap .important_info .boxCont01FOne {
    flex-direction:column-reverse;
  }
  #main .boxTopicsWrap .important_info .boxCont01FOne:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-1.5em;
	transform: translateX(-50%);
	z-index:99;
    display: inline-block;
    width: 80%;
    height: 4px;
    background-color: #d5ccbc;
	border-radius:2px;
}
}

#main .boxTopicsWrap .important_info .boxCont01FOne .boxTxt .boxBaseCom {
	padding:2.0em 1.0em 2.0em 2.0em;
}

@media all and (max-width: 768px){
	#main .boxTopicsWrap .important_info .boxCont01FOne .boxTxt .boxBaseCom {
	  padding:1.0em 0em;
	}
	#main .boxTopicsWrap .important_info .boxCont01FOne .boxTxt .boxBaseCom p{
	  font-size:0.9rem;
	}
}
#main .boxTopicsWrap .important_info #swiper_topics .swiper-slide img{
	width: 100%;
	height: 332px;
	aspect-ratio: 485 / 332;
	object-fit: cover;
	border-radius:20px;
}
@media all and (max-width: 768px){
	#main .boxTopicsWrap .important_info #swiper_topics .swiper-slide img{
	width: 100%;
	height: auto;
	aspect-ratio: 35 / 24;
	object-fit: cover;
	border-radius:20px;
}
}

#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-slide p{
	padding:0.5em;
	text-align: left;
	color:#8b8374;
}
@media all and (max-width: 768px){
	#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-slide p{
	font-size:0.9rem;
	}
}
#main .boxTopicsWrap .important_info .swiper {
  --swiper-navigation-color: #1d0c03;
  --swiper-navigation-size: 34px;
}
#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-slide,
#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-slide p{
  opacity: 0;
  transition-property: opacity;
}
#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-slide-active,
#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-slide-active p{
  opacity: 1;
}
#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-button-prev,
#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-button-next {
    top: 45% !important;
    transform: none;
}
@media all and (max-width: 768px){
	#main .boxTopicsWrap .important_info .swiper {
		--swiper-navigation-size: 28px;
	}
	#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-button-prev,
	#main .boxTopicsWrap .important_info .boxTopicsPhoto .swiper-button-next {
    top: 40% !important;
    transform: none;
}
}

#main .boxTopicsWrap .boxOfficeInfo{
	min-height:268px;
	margin-bottom:-20px;
	background-color:#fff;
}

@media all and (max-width: 767px){
  #main .boxTopicsWrap .boxOfficeInfo{
	min-height:810px;
	margin-bottom:-60px;
	padding-top:2.5em;
	  background-image: url("../../images/common/sp_bg_fotter.png"),url("../../images/common/sp_bg_topics.png");
	background-position:center bottom ,center top;
	background-repeat: no-repeat, repeat-y;
	background-color:transparent;
	background-size:100% auto,auto;
	position:relative;
	box-sizing: border-box !important;
	  border:0px solid #000;
	}
}

#main .boxTopicsWrap .boxOfficeInfo:after{
	content:'';
	background:url("../../images/common/office.png") no-repeat center center; 
	width:350px;
	height:299px;	
	position:absolute;
	bottom:-0.3em;
	left:-2.0em;
	z-index:999 !important;
}
@media all and (max-width: 768px){
  #main .boxTopicsWrap .boxOfficeInfo:after{
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	background:url("../../images/common/office_fotter.png") no-repeat center center;
	background-size:contain;
	width:265px;
	height:249px;	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:999 !important;
	}
}

#main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo{
	list-style:none;
	margin-left:285px;
}

@media all and (max-width: 768px){
  #main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo{
	margin:0 auto;
	padding-top:2.0em;
	width:90%;
}
}
#main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo > li{
	margin:0;
	padding:0;

}
#main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo li:nth-child(2){
	margin-top:1.0em;
}
#main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo li:nth-child(3){
	margin-top:2.0em;
}
@media all and (max-width: 768px){
  #main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo li:nth-child(2),
  #main .boxTopicsWrap .boxOfficeInfo ul.boxFloorInfo li:nth-child(3){
	margin-top:2.0em;
	}
}

/*--- dlFloorInfo ----------------------------------*/

#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	gap:0 1.5em;
	padding:0;
	margin: 0;
}

@media all and (max-width: 767px){
  #main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo{
    flex-direction:column;
    line-height: 1.4;
    font-weight:600;
    margin-top:1.5em;
   }
}

#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo > dt,
#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo > dd{
	line-height:normal;
	font-family:var(--base-font-gothic);
	color: var(--base-txt-black);
	display:inline-block;
	padding:0;
	margin:0;
}
#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo > dt{
	font-size:1.5rem;
	line-height:1.0;
	letter-spacing: 0.2em;
	font-weight:700 !important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items:center;
	align-items: center;
	gap:0 1.2em;
	margin:0;
}

#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt .floor{
	display:inline-block;
}
#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt .floor span{
	font-size:2.0rem;
}
@media all and (max-width: 767px){
  #main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo > dt{
	  width:100%;
	  font-size:1.125rem;
	  margin-bottom:0.5em;
	}
	#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt .floor{
      background-color:#fff;
	  width:58px;
	  height:58px;
	  border-radius:50px;
	  line-height:56px;
	  text-align:center;
	  padding-left:0.3em;
   }
   #main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt .floor span{
	  font-size:1.8rem;
	}
}

#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt > h4{
	font-size:1.75rem;
	line-height:1.0;
	font-weight:700 !important;
	letter-spacing: 0.08em;
	margin:0;
	display:block;
	min-width:190px;
	min-height:24px;
}
#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt img.logo{
	width:190px;
	height:24px;
	display:block;
	text-align:center;
}
#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt img.saw_logo{
	width:164px;
	height:75px;
	display:block;
	text-align:center;
}
@media all and (max-width: 767px){
  #main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt > h4{
	width:calc((100% - 60px) - 2.4em);
	margin:0;
	display:block;
	text-align:center;
	}
	#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt img.logo{
	width:190px;
	height:24px;
	display:block;
		margin:0 auto;
	}
	#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dt img.saw_logo{
	width:95%;
	height:72px;
	display:block;
	margin:0;
	}
}

#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dd strong{
	font-size:1.1875rem;
	line-height:1.0;
}

#main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dd p{
	font-size:1.0rem;
	font-weight:500 !important;
	letter-spacing: 0.08em;
	line-height:normal;
	margin:0;
}
@media all and (max-width: 767px){
  #main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dd strong{
	font-size:0.95rem;
	line-height:1.0;
	}
  #main .boxTopicsWrap .boxOfficeInfo dl.dlFloorInfo dd p{
	font-size:0.9rem;
	text-align:center;
	letter-spacing: 0.02em;
	line-height:normal;
	margin:0;
	}
}


/*=========================================
FOOTER
===========================================*/

#footer {
	position: relative;	
	padding:1.2em 0 3.0em;
	background: url(../../images/common/bg_fotter02.png) repeat-y center top;
	color: #fff !important;
}

/*.boxFooterLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}

.boxFooterLinkL .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxFooterLinkL .ul01 > li {
  margin-right: 20px;
  padding: 3px 0 5px 18px;
  background-image: url('../img/common/leaf_icon.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 0.75rem;
  font-weight: 700;
}

.boxFooterLinkR .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxFooterLinkR .ul01 > li {
  line-height: 1.0;
  letter-spacing: normal;
  font-size: 0.75rem;
  color: #1a0a03;
}

.boxFooterLinkR .ul01 > li:not(:last-child):after {
  content: '|';
  margin: 0 10px;
}*/


.boxFooterInfo {
	padding:2.0em 0;
}
.boxFooterInfo .dl01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items:center;
	align-items:center;
	column-gap:0.8em;
	padding:0;
	margin:0;
	color: #fff;
}
@media all and (max-width: 767px){
  .boxFooterInfo .dl01 {
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items:center;
	align-items:center;
	  gap:0.8em 0;
	}
}

.boxFooterInfo .dl01 > dt {
	font-size:1.25rem;
	letter-spacing:0.06em;
    line-height:normal;
	padding:0 !important;
	margin:0 !important;
}

.boxFooterInfo .dl01 > dd {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center; 
	align-items: center;
	column-gap:0.8em;
    line-height:normal;
	padding:0 !important;
	margin:0 !important;
}
@media all and (max-width: 767px){
  .boxFooterInfo .dl01 > dt {
	font-size:1.5rem;
	letter-spacing:0.06em;
    line-height:normal;
	padding:0 !important;
	margin:0 !important;
}
    .boxFooterInfo .dl01 > dd {
	display: -webkit-flex;
	display: flex;
	  flex-direction:column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center; 
	align-items: center;
	row-gap:2.2em;
	padding:0;
	margin:0;
}
}

.boxFooterInfo .boxAddress .txtZipcode,
.boxFooterInfo .boxAddress .txtAddress,
.boxFooterInfo .boxAddress .txtMap,
.boxFooterInfo .boxAddress .txtTel{
  display:inline-block;
	font-size:1.125rem;
	letter-spacing:0.06em;
	line-height:normal;
	margin-right:0.5em;
}
@media all and (max-width: 767px){
  .boxFooterInfo .boxAddress .txtZipcode,
  .boxFooterInfo .boxAddress .txtAddress,
  .boxFooterInfo .boxAddress .txtMap{
	  font-size:1.0rem;
      letter-spacing:0.02em;
      line-height:1.4;
	}
	.boxFooterInfo .boxAddress .txtTel{
	  display:block;
	  font-size: 1.125rem;
  }
}

.boxFooterInfo .boxAddress .txtMap a{
	text-decoration: underline;
	color: #fff !important;
}
.boxFooterInfo .boxAddress .txtTel a{
	text-decoration:none;
	color: #fff !important;
}
.boxFooterInfo .boxAddress .txtTel::before{
	content: "/";
	font-size: 1.25rem;
	margin-right:0.5em;
	color: #fff;
}
@media all and (max-width: 767px){
  .boxFooterInfo .boxAddress{
	text-align:center;
	}
	
	.boxFooterInfo .boxAddress .txtTel::before{
	display:none;
	}
}

#main ul.sns_buttons,
#footer ul.sns_buttons{
    list-style:none;
	line-height:1.0 !important;
	margin:0;
	padding:0;
}

#main ul.sns_buttons{
	margin-top:0.45em !important;
}

#main ul.sns_buttons a{
    position: relative;
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
    -webkit-align-items: center;
	align-items: center;
	column-gap:0.4em;
	font-size:1.25rem;
	font-weight:500;
	color:#2b84bc;
	font-family: var(--base-font-en);
	margin-bottom:0.6em;
}

#main ul.sns_buttons img{
	display: inline-block;
	width:38px;
	height:38px;
}
@media all and (max-width: 767px){
  #main ul.sns_buttons a{
    font-size:0.9rem;
}
    #main ul.sns_buttons img{
	display: inline-block;
	width:22px;
	height:22px;
}
}

#footer ul.sns_buttons{
    display: -webkit-flex;
	display: flex;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
    -webkit-align-items: center;
	align-items: center;
	column-gap:0.8em;
}

#footer ul.sns_buttons a{
    display: inline-block;
    width:30px;
	height:30px;
}

#footer ul.sns_buttons img{  
    width:100%;
	height:100%;
}
@media all and (max-width: 767px){
  #footer ul.sns_buttons{
	column-gap:2.2em;
    }
    #footer ul.sns_buttons a{
    display: inline-block;
    width:48px;
	height:48px;
    }
}

#boxCopyright {
  text-align: center;
}

.boxCopyright p {
	font-size: 0.8rem !important;
	letter-spacing:0.1em;
	font-family:var(--base-font-en);
	color: #b79573;
	font-weight:700 !important;
}

@media screen and (max-width: 768px) {
 .boxCopyright p {
	font-size: 0.66rem !important;
	letter-spacing:0.02em;
	font-weight:500 !important;
}
 .boxCopyright .markCopy {
    font-family: Verdana Roboto "Droid Sans";
  }/**/
}


#footer .foot_pagetop {
	position: absolute;
	top: 36px;
	right: 0;
	padding: 4px 0 0 0;
	height: 94px;
	width: 77px;
	display: block;
}

#footer .foot_pagetop a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


/*
.boxFooter01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  color: #fff;
}

.boxFooter01L {
  box-sizing: border-box;
  width: 54%;
  padding-left: 30px;
}

#footer .boxFooter01L #copyright {
  padding: 0;
}

.boxFooter01L h1 {
  padding: 0 0 20px 35px;
}

.boxFooter01L li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 69%;
  letter-spacing: -.40em;
  background: url(../img/index/info_bg.png) no-repeat left bottom;
  padding: 0 0 25px 35px;
  *padding: 0 0 20px 35px;
  line-height: 150%;
}

.boxFooter01L li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 13px 0 0;
}

.boxFooter01L li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  width: 277px;
  text-decoration: none;
  color: #fff;
}

.boxFooter01L .more {
  text-align: right;
  padding: 0 15px 0 0;
}

.boxFooter01L .more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.boxFooter01R {
  width: 46%;
}

.boxFooter01R .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxFooter01R .ul01 > li h2 {
  font-size: 75%;
  background: url(../img/common/leaf_icon.png) no-repeat left top;
  padding: 3px 0 5px 18px;
  font-weight: bold;
  min-width: 100px;
}

.boxFooter01R .ul01 > li a,
.boxFooter01R .ul01 > li p {
  color: #fff;
}

.boxFooter01R .ul01 > li p {
  font-size: 69%;
  padding: 0 0 0 18px;
  line-height: 150%;
}

.boxFooter01R .ul02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  letter-spacing: -.40em;
  margin-bottom: 30px;
  color: #fff;
}

.boxFooter01R .ul02 > li {
  background: url(../img/common/bar.gif) no-repeat right top;
  font-size: 75%;
  padding: 0 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
  line-height: 140%;
}

.boxFooter01R .ul02 > li a {
  color: #fff;
}

.boxFooter02 {
  padding: 0 0 20px 30px;
}
*/


/** top **/

#top .foot_pagetop {
	display: none;
}

#top .foot_nav {
	display: none;
}

/*=========================================
MAIN CONTENTS
===========================================*/

/********************************************
top
**********************************************/

#top #wrap {
	background: url(../../images/index/wrap_bg.jpg) no-repeat center top;
	
	height: auto !important;
	height: 1200px;min-height: 1200px;
}

#top #container {
	background: url(../../images/index/wrap_bg2.jpg) no-repeat center top;
}

#top #container .main_box {
	min-height: 660px;

	height: 660px;
	position: relative;
}

#top #container .main_box .main_link li {
	position: absolute;
}

#top #container .main_box .main_link li.li01 {
	top: -22px;
	right: 49px;
}

#top #container .main_box .main_link li.li02 {
	top: 23px;
	left: 19px;
}

#top #container .main_box .main_link li.li03 {
	top: 281px;
	right: 169px;
	z-index: 10;
}

#top #container .main_box .main_link li.li04 {
	top: 84px;
	right: 267px;
}

#top #container .main_box .main_link li.li05 {
	top: 395px;
	left: 286px;
}

#top #container .main_box .main_link li.li06 {
	top: 386px;
	right: 38px;
	z-index: 1;
}

#top #container .main_box .main_link li.li07 {
	top: 349px;
	left: 384px;
}

#top #container .main_box .item li {
	position: absolute;
}

#top #container .main_box .item li.window {
	top: 112px;
	left: 230px;
}

#top #container .main_box .item li.lightL {
	top: 313px;
	left: 226px;
}

#top #container .main_box .item li.lightR {
	top: 318px;
	left: 585px;
}
	

#top #container .second_box {
	min-height: 185px;
	height: auto !important;
	height: 185px;
}

#top #container .second_box .info_box {
	float: left;
	width: 400px;
}

#top #container .second_box .info_box h1 {
	padding: 0 0 20px 35px;
}

#top #container .second_box .info_box li {
	font-size: 69%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	background: url(../img/index/info_bg.png) no-repeat left bottom;
	padding: 0 0 25px 35px;
	*padding: 0 0 20px 35px;
	line-height: 150%;
}

#top #container .second_box .info_box li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	padding: 0 13px 0 0;
}

#top #container .second_box .info_box li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	width: 277px;
	text-decoration: none;
}

#top #container .second_box .info_box li a:hover {
	text-decoration: underline;
}

#top #container .second_box .info_box .more {
	text-align: right;
	padding: 0 15px 0 0;
}

#top #container .second_box .info_box .more a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

#top #container .second_box .page_link {
	float: right;
	width: 570px;
	padding: 39px 0 0 0;
}

#top #container .second_box .page_link .link01 {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

#top #container .second_box .page_link .link01 li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
}

#top #container .second_box .page_link .link01 li:nth-of-type(1) {
	width: 195px;
	margin: 0 10px 0 0;
}

#top #container .second_box .page_link .link01 li:nth-of-type(2) {
	width: 155px;
	margin: 0 10px 0 0;
}

#top #container .second_box .page_link .link01 li:nth-of-type(3) {
	width: 185px;
	margin: 0;
}

#top #container .second_box .page_link .link01 li h2 {
	font-size: 75%;
	background: url(../img/common/leaf_icon.png) no-repeat left top;
	padding: 3px 0 5px 18px;
	font-weight: bold;
	min-width: 100px;
}

#top #container .second_box .page_link .link01 li p {
	font-size: 69%;
	padding: 0 0 0 18px;
	line-height: 150%;
}

#top #container .second_box .page_link ul.link02 {
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	padding: 35px 0 0 6px;
}

#top #container .second_box .page_link .link02 li {
	background: url(../img/common/bar.gif) no-repeat right top;
	font-size: 75%;
	padding: 0 12px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	line-height:140%;
}

#top #container .second_box .page_link .link02 li:nth-last-of-type(1) {
	background: none;
	padding: 0 0 0 12px;
}

/********************************************
architectural saw設計事務所


#architectural #header {
	background: url(../img/architectural/architectural_bg.png) no-repeat center top;
}

#architectural #wrapper {
	background: url(../img/architectural/main_bg.jpg) no-repeat center top;
	min-height: 1741px;
	height: auto !important;
	height: 1741px;
	margin: 27px 0 20px;
}

#architectural .txt_box {
	position: absolute;
	top: 60px;
	right: 40px;
	width: 410px;
}

#architectural .txt_box h2 {
	padding: 0 0 30px 8px;
}

#architectural .gallery {
	position: absolute;
	top: 921px;
	right: 17px;
	background: url(../img/architectural/gallery_bg.png) no-repeat left top;
	width: 556px;
	height: 541px;
}

#architectural .gallery .flashalbum {
	margin: 19px 0 0 19px;
	width: 517px !important;
}

#architectural .gallery .flashalbum .flashalbum {
	margin: 0;
}

#architectural .link_box {
	position: absolute;
	top: 1498px;
	right: 17px;
	width: 380px;
}

#architectural .link_box p {
	line-height: 180%;
}

#architectural .link_box ul {
	padding: 15px 0 0 180px;
}

#architectural .link_box ul li:nth-of-type(1) {
	z-index: 2;
	position: relative;
}

#architectural .link_box ul li:nth-of-type(2) {
	z-index: 1;
	margin: -15px 0 0 10px;
	*margin: -30px 0 0 10px;
	position: relative;
}



/********************************************
info
**********************************************/

.pagenavi {
	height: 50px;
	font-size: 75%;
	margin: 0 0 20px;
}

.wp-pagenavi {
    clear: both;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 0 5px;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

.pagenavi .nav-previous {
    text-align: left;
}

.pagenavi .nav-next {
    text-align: right;
}

.post {
	margin: 0 0 50px;
}

.post h1 {
	background: url(../img/common/tit_bg.png) no-repeat left bottom;
	font-size: 88%;
	line-height: 150%;
	padding: 0 0 25px 48px;
}

.post .day {
	text-align: right;
	color: #8a4c0f;
	padding: 10px 18px 20px 0;
}

.post .post_main {
	padding: 0 15px 30px 48px;
}

.post .post_main p {
	line-height: 170%;
	width: auto;
	min-height: 18px;
	height: auto !important;
	height: 18px;
}

.post .post_main p a img {
	/*float: left;*/
	margin: 15px 15px 15px 0;
	max-width: 614px !important;
	height: auto !important;
}

.post .post_main a,
.post .post_main a:hover {
	color: #4b970e;
}


/********************************************
contact
**********************************************/

#contact #header,
#contact2 #header {
	background: url(../img/blog/contact_bg.png) no-repeat center top;
}

#contact #main,
#contact2 #main {
	padding: 70px 0 0 50px;
}

#contact .post h1,
#contact2 .post h1 {
	margin: 0 0 50px;
}

#contact #form .att,
#contact2 #form .att {
    padding: 0 0 15px;
}

#contact #form .att a,
#contact2 #form .att a {
    text-decoration: underline;
}

#contact #form .att a:hover,
#contact2 #form .att a:hover {
    text-decoration: none;
}

#contact #form .att span,
#contact2 #form .att span {
    color: #D00000;
    font-weight: bold;
}

#contact #form.att + p,
#contact2 #form.att + p {
    border: 1px solid #606060;
    font-size: 94%;
    font-weight: bold;
    padding: 100px 0;
    text-align: center;
    width: 100%;
}

#contact #form-confirm .message-container-confirm {
    padding: 0 0 30px;
}

#contact #form-confirm #contact #form-finish {
    border: 1px solid #606060;
    font-size: 88%;
    padding: 30px 0;
    text-align: center;
}

#contact #form tr:hover {
    background: none !important;
}

#contact #form th {
    color: #1d0c03;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
	font-size: 75%;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	padding: 5px 25px 20px 0 !important;
	border: none !important;
}

#contact #form th .subject {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
	padding: 0 5px 0 0;
}

#contact #form th .submessage {
    color: #D00000;
    font-size: 100% !important;
    font-weight: normal;
	vertical-align: top;
	letter-spacing: normal; /* 文字間を通常に戻す */
}

#contact #form td {
    border: medium none !important;
    padding: 0 0 20px !important;
    vertical-align: top;
	font-size: 75%;
}

#contact #form td input, #contact #form td select, #contact #form td textarea {
    font-size: 94%;
    max-width: 490px;
}

#contact #form td input {
    padding: 3px;
}

#contact #form td input[type="checkbox"], #contact #form td input[type="radio"] {
    margin: 0 5px 0 0;
    vertical-align: top;
}

#contact #form #confirm-button {
    padding: 50px 0 0 40px;
}

#contact #form #confirm-button input[type="submit"] {
    width: 150px;
}

#contact #form td ul li {
    padding: 0 0 15px 0;
    white-space: nowrap;
}

#privacy h2 {
    color: #4b970e;
    font-size: 88%;
    font-weight: bold;
	padding: 0 0 5px;
}

#privacy p {
    padding: 0 0 20px;
}

#privacy p.name {
	text-align: right;
	padding: 30px 0 0;
}

/*##### 【 BaseModule 】 #####*/
.isPc {
  display: none;
  width: 1px;
}
@media all and (max-width: 768px){
  .isSp {
    display: none;
    width: 2px;
  }
}

.dPc {
  display: block !important;
}
@media all and (max-width: 768px){
  .dPc {
    display: none !important;
  }
}

.dPcInline {
  display: inline !important;
}
@media all and (max-width: 768px){
  .dPcInline {
    display: none !important;
  }
}

.dSp {
  display: none !important;
}
@media all and (max-width: 768px){
  .dSp {
    display: block !important;
  }
}

.dSpInline {
  display: none !important;
}
@media all and (max-width: 768px){
  .dSpInline {
    display: inline !important;
  }
}