@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */


/* !wrapper
---------------------------------------------------------- */
#wrapper {
  width: 100%;
  overflow: hidden;
  min-width: 320px;
  /*padding-top: 170px;*/
  padding-bottom: 47px;
}
.inner{
  box-sizing: border-box;
  position: relative;
  max-width: 500px;
  padding: 0 15px;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#header {
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 996;
    box-sizing: border-box;
}

#headerIn {
	height: 55px;
	/*max-width: 1340px;*/
	margin: 0 auto;
	background: #000;
    box-sizing: border-box;
}
#headerLogo {
	float: left;
	margin-left: 21px;
	margin-top: 21px;
	width: 92px;
}
.contactBtn{
	margin-right: 72px;
	margin-top: 4px;
	float: right;
}
.contactBtn a{
	display: block;
	text-align: center;
	font-size: 1.05rem;
	color: #fff;
	width: 55px;
	height: 44px;
	border: 1px solid #4a4a4a;
	padding-top: 25px;
	background: url(../img/email.png)no-repeat top 9px center;
	background-size:23px auto;
	box-sizing: border-box;
}
.contactBtn a:hover{text-decoration: none;}
.telBtn a{
	display: block;
    font-size: 1.75rem;
    color: #e1e1e1;
    width: 210px;
    margin: 20px auto;
    line-height: 58px;
    border: 1px solid #908277;
    text-align: center;
    box-sizing: border-box;
}
.snsUl{
	position: fixed;
	z-index: 996;
	right: 70px;
	top: 140px;
}
.snsUl li + li{padding-top: 20px;}
.snsUl a:hover{opacity: .7}
/* !gNavi
---------------------------------------------------------- */
		
#gNavi {
	display: none;
	position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    height: var(--view-height,100vh);
    top: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    background: #3f230d;
}
#gNavi ul{width: 100%;}
#gNavi li {
	border-bottom: 1px solid #908277;
}
#gNavi li a {
	display: block;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	padding: 15px 20px;
}
#gNavi li.sp a{pointer-events: none;}
#gNavi li a:hover{text-decoration: none;}
#gNavi .navBox{
	overflow: hidden;
}
#gNavi .lf{
	display: none;
}
#gNavi .rt{
}
@-webkit-keyframes hideaway{
	0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right center;transform-origin:right center}
	50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform-origin:right center;transform-origin:right center}
	50.1%{-webkit-transform-origin:left center;transform-origin:left center}to{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-animation-timing-function:cubic-bezier(.895,.03,.685,.22);animation-timing-function:cubic-bezier(.895,.03,.685,.22);-webkit-transform-origin:left center;transform-origin:left center}
}
@keyframes hideaway{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:right center;transform-origin:right center}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);animation-timing-function:cubic-bezier(.165,.84,.44,1);-webkit-transform-origin:right center;transform-origin:right center}50.1%{-webkit-transform-origin:left center;transform-origin:left center}to{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-animation-timing-function:cubic-bezier(.895,.03,.685,.22);animation-timing-function:cubic-bezier(.895,.03,.685,.22);-webkit-transform-origin:left center;transform-origin:left center}}
.btnMenu {
	position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999;
}
.btnMenu.active a{background:#3f230d }
.btnMenu a {
	display: block;
    width: 65px;
    height: 55px;
    box-sizing: border-box;
    position: relative;
    background: #603813;
}
.btnMenu a span {
    display: block;
    width: 37px;
    height: 1px;
    position: absolute;
    left: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.btnMenu a span:before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}
.btnMenu a:hover span:before {
	animation: .4s hideaway;
	-webkit-animation: .4s hideaway;
}
.btnMenu a:hover span:nth-child(2):before {
	animation-delay: .14s;
}
.btnMenu a:hover span:nth-child(3):before {
	animation-delay: .28s;
}
.btnMenu a span:first-child {
	top: 9px;
}

.btnMenu a span:nth-child(2) {
	top: 19px;
}

.btnMenu a span:nth-child(3){
    top:29px;
}


.btnMenu.active a span{width: 29px;left: 18px}
.btnMenu.active a span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
    opacity: 0;
}

.btnMenu.active a span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.btnMenu a em {
    font-size: 1.05rem;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    left: 0;
    top:38px;
    z-index: 2;
    width: 100%;
    color: #fff;
    text-align: center;
}
.btnMenu a em:nth-of-type(2){display: none}
.btnMenu.active a em:nth-of-type(1){display: none}
.btnMenu.active a em:nth-of-type(2){display: block;}
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	height: 229px;
	background: url(../img/bg_mainv.jpg)center center;
	background-size: cover;
	text-align: center;
	padding: 100px 5px 0;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}
.mainVisual{
	margin: 25px 15px;
	text-align: center;
}
.mainVisual .p01{
	font-size: 1.75rem;
	padding-top: 15px;
}
.mainVisual .p02{
	font-size: 1.35rem;
	line-height: 1.74;
	padding: 15px 0;
}
.mainVisual .p03{
	font-size: 1.5rem;
}
.line-1{
    position: relative;
    width:283px;
    margin: 0 auto;
    border-right: 2px solid transparent;
    box-sizing: border-box;
    font-size: 6.2rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
/* Animation */
.anim-typewriter{
  animation: typewriter 1.5s steps(12) 4s 1 normal both,
             blinkTextCursor 500ms steps(12) 0s 13 normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 283px;}
}
@keyframes blinkTextCursor{
  from{border-right-color: transparent;}
  to{border-right-color: rgba(255,255,255,.75);}
}
@keyframes scroller{
	0% {
	    bottom:73px;
	    height: 0;
	}
	20% {
	    bottom: 31px;
	    height: 42px;
	}
	20.1% {
	    bottom: 31px;
	    height: 42px;
	}
	50% {
	    bottom: 31px;
	    height: 0;
	}
	100% {
	    bottom: 31px;
	    height: 0;
	}
}
.scrollP,.scrollAn{
    position: absolute;
    bottom: 31px;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}
.scrollP {
	bottom: 10px;
	color: #fff;
	font-size: 1.4rem;
}
.scrollAn{
    border-right: 1px solid #fff;
    height: 42px;
    -webkit-animation: scroller 2s cubic-bezier(.65,.05,.36,1) 0s infinite;
    animation: scroller 2s cubic-bezier(.65,.05,.36,1) 0s infinite;
}


/* !pageTop
---------------------------------------------------------- */
.pageTop{
	position: absolute;
	/*position: fixed;
	bottom: 0;*/
	top: 100%;
	left: 0;
	width: 100%;
}
.pageTop a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
	width: 100%;
	background: #fff;
}
.pageTop a:hover{opacity: .7}
.pageTop a img{width: 75px;}
/* !footer
---------------------------------------------------------- */
#footer {
	background: #1a1a1a;
	text-align: center;
	position: relative;
}

.footerIn {
	max-width: 1040px;
	padding: 33px 15px 17px;
	box-sizing: border-box;
	margin: 0 auto;
	color: #fff;
}
.ft_logo img{width: 93px;padding-bottom: 28px}
.footerIn .addr{
	line-height: 1.4;
	display: flex;
	width: 100%;
	justify-content: center;
	padding-bottom: 30px;
	text-align: left;
}
.privacyP{
	position: absolute;
	right: 304px;
	bottom: 0;
	display: none;
}
.privacyP a{
	font-size: 1.5rem;
	color: #fff;
	display: block;
	white-space: nowrap;
}
.ftUl img{width: 26px;}
.ftUl li{
	display: inline-block;
	vertical-align: middle;
}
.ftUl li + li{margin-left: 25px}
#copyright {
	font-size: 1.25rem;
	padding-top: 17px;
}


.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 152px;
}


/*sec01*/
.sec01{
	background: url(../img/bg_sec01.png)no-repeat left top;
	background-size: 100% auto;
	padding: 25px 0 37px;
}
.sec01 .hd{
	text-align: center;
	font-size: 1.95rem;
	color: #603813;
	padding-bottom: 18px;
}
.list01{margin-left: -20px;}
.list01 li{
	float: left;
	width:50%;
	box-sizing: border-box;
	padding-left: 20px;
	margin-bottom: 15px;
}
.list01 dl{
	padding: 5px 0 9px;
}
.list01 dt{
	float: left;
	font-size: 1.35rem;
	line-height: 21px;
	margin-right: 12px;
}
.list01 dd{
	overflow: hidden;
}
.list01 dd span{
	display: block;
	max-width: 133px;
	text-align: center;
	color: #fff;
	background: #603813;
	line-height: 21px;
	font-size: 1.4rem;
}
.list01 .title{
	font-size: 1.4rem;
	line-height: 1.5;
}
.sec01 .btn{
	display: block;
    font-size: 1.35rem;
    color: #e1e1e1;
    width: 102px;
    margin: 5px auto 0;
    line-height: 38px;
    border: 1px solid #808080;
    text-align: center;
    box-sizing: border-box;
}
.sec01 .list01 dt{float: none;}
.sec01 .list01 dd span{max-width: 100%}

/*sec02*/
.sec02{
	padding-bottom: 0px;
}
.dl01 dt{
}
.dl01 dd{}
.hd01{
	width: 230px;
	background: url(../img/bg_hd01.png)no-repeat right top;
	background-size: auto 100%;
	color: #fff;
	padding: 6px 0;
	position: relative;
}
.hd01:before{
	content: '';
	width: 10000%;
	height: 100%;
	position: absolute;
	right: 100px;
	top: 0;
	background: #1a1a1a;
}
.hd01 .enFt{
	font-size: 3.85rem;
	line-height: 1.15;
	position: relative;
}
.hd01 .jp{
	font-size: 1.4rem;
	padding: 5px 0;
	position: relative;
}
.hd01 .jp:before{
	content: '';
	width: 10000%;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 45px;
	top: 0;
	z-index: 2;
}
.dl01 dd .img{text-align: center;padding-bottom: 30px}
.dl01 dd .text{
	font-size: 1.4rem;
	line-height: 1.36;
	padding:19px 0 22px
}

.fixBg{
}
.worksItem{
	padding-bottom: 20px;
}
.worksItem .hd{
	background: #333;
	padding: 15px ;
	color: #fff;
	margin: 0 -15px 4px;
}
.worksItem.nth02 .hd{
	background: #5e4a26;
}
.worksItem .hd .for{
	float: left;
	border: 1px solid rgba(255,255,255,0.3);
	background: url(../img/icon01.png)no-repeat left 11px center;
	background-size: 21px auto;
	width: 120px;
	line-height: 34px;
	padding-left: 40px;
	box-sizing: border-box;
	margin-right: 14px;
}
.worksItem.nth02 .hd .for{
	background: url(../img/icon02.png)no-repeat left 15px center;
	background-size: 14px auto;
}
.worksItem .hd .tt{
	overflow: hidden;
	display: flex;
	align-items: center;
	height: 36px;
	font-size: 1.75rem;
	line-height: 1..3;
}
.worksItem .tab_wrap{
	border: 1px solid #b6b6b6;
	margin: 0 -11px 4px;
}
.worksItem .tab_title{
  font-size: 1.75rem;
  cursor: pointer;
  padding: 13px 13px;
  padding-right: 50px;
  background: url(../img/tab_open.png)right 11px center no-repeat;
  background-size: 32px auto;
  position: relative;
}
.worksItem .tab_title.change {
  background: url(../img/tab_close.png)right 11px center no-repeat;
  background-size: 32px auto;
}
.worksItem.nth02 .tab_title{
  background: url(../img/tab_open02.png)right 11px center no-repeat;
  background-size: 32px auto;
}
.worksItem.nth02 .tab_title.change {
  background: url(../img/tab_close02.png)right 11px center no-repeat;
  background-size: 32px auto;
}
.worksItem .tab_inner{
  padding: 0 13px 17px;
  display: none;
}
.worksItem .tab_inner .img{
	padding-bottom: 10px;
	text-align: center;
}
.worksItem .tab_inner .text{
	font-size: 1.4rem;
	line-height: 2.07;
}

/*sec03*/
.sec03{
	background: url(../img/bg_sec03.png)no-repeat bottom 190px right;
	background-size: 120% auto;
	position: relative;
	padding-bottom: 38px;
}
.sec03 .hd01{
	background: url(../img/bg_hd02.png)no-repeat right top;
	background-size: auto 100%;
}
.sec03 .hd01:before{
	background: #603813;
}
.sec03 .bgImg{
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	height: 182px;
	background: url(../img/img_sec03.jpg)no-repeat center center;
	background-size: cover;
}
.sec03 .box{
	padding: 115px 0 30px;
}
.sec03 .box .p01{
	font-size: 1.5rem;
	line-height: 1.9;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.sec03 .box .p02{
	line-height:1.64;
}
.sec03 .list01{margin-left: 0}
.sec03 .list01 li{
	width: 250px;
	margin: 0 auto 15px;
	float: none;
	display: block;
	padding-left: 0;
}
.hd02{
	text-align: center;
	font-size: 1.4rem;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 15px;
}
.hd02:before{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	width: 35px;
	height: 1px;
	background: #603813;
}

/*sec04*/
.sec04{
	background: url(../img/bg_sec04.png)no-repeat center top 375px;
	background-size: 100% auto;
	position: relative;
}
.sec04:before{
	content: '';
	background: url(../img/line.png)no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: -70px;
	left: 0
}
.sec04 .hd01{
	width: 1000%;
	padding: 8px 0;
	background: #1a1a1a
}
.sec04 .hd01 p{
	display: inline-block;
}
.sec04 .hd01 .jp{
	margin-left: 15px;
	vertical-align: super;
}
.sec04 .hd01 .jp:before{content: none;}
.dl02{padding:22px 0 20px;}
.dl02 dt{
	text-align: center;
}
.dl02 dt img{width: 260px;}
.shadow{
	position: relative;
	display: inline-block;
}
.shadow img{
	position: relative;
}
.shadow:before{
	content: '';
	position: absolute;
	left: 7px;
	top: 7px;
	width: 100%;
	height: 100%;
	border: 1px solid #c0c0c0;
}
.dl02 .shadow:before{
	left: auto;
	right: 8px;
}
.dl02 dd{overflow: hidden;padding-top: 25px}
.dl02 .title{
	border-bottom: 1px solid #808080;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
.table01{width: 100%}
.table01 th,.table01 td{
	line-height: 1.4;
	font-size: 1.25rem;
	padding-bottom: 21px;
}
.table01 th{
	vertical-align: top;
	width: 80px;
	box-sizing: border-box;
}
.sec04 .title01{
	position: relative;
	border-bottom: 1px solid #808080;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.sec04 .title01.mb{
	margin-bottom: 0px
}
.dl03 dt{
	text-align: center;
}
.dl03 dt img{width:150px }
.dl03 dd{
}
.dl03 dd .text{
	font-size: 1.25rem;
	line-height: 20px;
	padding-bottom: 18px;
}
.dl03 dd .text span{
	font-size: 1.35rem
}
.dl03 dd .text font{
	font-size: 1.5rem
}
.sec04 .tab_wrap{
	border-bottom: 1px solid #000;
}
.sec04 .tab_title{
  cursor: pointer;
  padding: 17px 0px;
  padding-right: 50px;
  background: url(../img/tab_open.png)right 5px center no-repeat;
  background-size: 32px auto;
  position: relative;
}
.sec04 .tab_title.change {
  background: url(../img/tab_close.png)right 5px center no-repeat;
  background-size: 32px auto;
}
.sec04 .tab_inner{
  padding: 0 0px 15px;
  display: none;
}

/*sec05*/
.hd01.tc{
	background: none;
	color: #000;
	padding: 0;
	width: auto;
	padding: 27px 0px 3px;
}
.hd01.tc:before,
.hd01.tc .jp:before{content: none;}
.hd01.tc p{display: inline-block;}
.hd01.tc .enFt{
	margin-right: 15px;
	font-size: 3.35rem;
}
.sliderUl a{
	overflow: hidden;
	display: block;
	width: 180px;
}
.sliderUl a img{
	transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-webkit-transition: transform 1.0s;
}
.sliderUl a:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/*sec06*/
.sec06{
	padding: 0px 0 20px
}
.map,
.map iframe{
	display: block;
	width: 100%;
	height: 47.22vw;
}
.sec06 ul{
	padding-top: 0px;
}
.sec06 li{
	box-sizing: border-box;
	padding: 17px 0;
}
.sec06 li + li{border-top: 2px solid #c6c6c6;}
.sec06 li p{padding-left: 36px}
.sec06 li .title{
	background: url(../img/car.png)no-repeat left center;
	background-size: 29px auto;
	margin-bottom: 14px;
	font-size: 1.5rem
}
.sec06 li:last-of-type .title{
	background: url(../img/bus.png)no-repeat left center;
	background-size: 29px auto;
}

/*sec07*/
.sec07{
	background: url(../img/bg_sec07.jpg)no-repeat top center;
	background-size: cover;
	padding: 10px 0 26px;
}
.sec07 .hd{
	text-align: center;
	color: #fff;
	font-size: 3.85rem;
	line-height: 1.15;
	padding-bottom: 14px;
}
.sec07 .tab_wrap{
	background: #353535;
}
.sec07 .tab_title{
  font-size: 1.15rem;
  color: #fff;
  cursor: pointer;
  padding: 17px 10px 10px;
  background: url(../img/tab_open03.png)right 10px top 15px no-repeat;
  background-size: 24px auto;
  position: relative;
  text-align: center;
}
.sec07 .tab_title.change {
  background: url(../img/tab_close03.png)right 10px top 26px no-repeat;
  background-size: 24px auto;
}
.sec07 .tab_title span{
	display: inline-block;
	font-size: 1.5rem;
	background: url(../img/email02.png)left center no-repeat;
 	background-size: 26px auto;
 	padding-left: 35px;
 	display: inline-block;
 	white-space: nowrap;
 	margin-bottom: 10px;
}
.sec07 .tab_title span font{display: none;}
.sec07 .tab_inner{
  display: none;
  margin: 0 20px;
  border-top: 2px solid #676767;
  padding: 15px 0;
  font-size: 1.2rem;
}
.sec07 .rt{padding-top: 15px;}
.sec07 .tr{
	color: #fff;
	line-height: 1.33;
	padding-bottom: 6px;
}
.sec07 .tr span{
	display: inline-block;
	margin-left: 5px;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	text-align: center;
	width: 40px;
	line-height: 1.5;
	background: #bc272d;
	vertical-align: top;
}
.sec07 .td {
  color: #fff;
}
.sec07 .td + .tr{padding-top: 15px}
.sec07 input[type='text'], 
.sec07 input[type='number'], 
.sec07 input[type='tel'], 
.sec07 input[type='email'], 
.sec07 textarea {
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 6px;
    font-size: 1.2rem;
  color: #333;
}
.sec07 textarea{
	height: 150px;
	resize: none;
	padding: 6px;
	display: block;
	line-height: 1.5;
}
.sec07 .btn {
  text-align: center;
  padding-top: 15px;
}
.sec07 input[type='submit']{
	width: 130px;
	height: 36px;
	border: 1px solid #8c8c8c; 
	color: #fff;
	font-size: 1.4rem;
	background: transparent;
	margin: 0 5px;
	display: inline-block;
	transition: opacity .3s;
} 
.sec07 input[type='submit']:hover{opacity: .7}

.message {
  display: block;
  height: 150px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

span.colorRed {
  color: #f00;
  display: block;
}

.thanks {
  color: #fff;
  text-align: center;
}


@media screen and (min-width: 600px) {
	.sec04 {
	    background: url(../img/bg_sec04.png)no-repeat center top 275px;
	    background-size:100% auto;
	}
}
@media screen and (max-width: 360px) {
	#mainVisual .p01{font-size: 1.6rem;}
	#mainVisual .p02{
		font-size: 1.2rem;
		line-height: 2;
	}
	#mainVisual .p03{font-size: 1.4rem;}
	.sec07 .tab_title{font-size: 1.1rem}
	.sec06 li p{font-size: 1.2rem}
}
.sp_hide{
	display: none;
}
div.inner:not(.inner_up)  .list01 .title{
	min-height: 8rem;
}
.list01 .title{
	
	font-weight: bold;
}
.new_button a{
	width: 30rem;
	height: 5rem;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border: 1px solid #333;
	color: #333;
	margin: auto;
}
.mobile_nav{
	width: calc( 100vw - 65px );
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 55px;
	box-sizing: border-box;
	z-index: 99;

}
.mobile_nav a{
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	background-color:#333;
	color: white;
	border: 1px solid white;
	box-sizing: border-box;
	text-align: center;
		
}
.mobile_nav a:last-child{
	width: 70px;
	padding-right: 15px;
}
.btnMenu{
	bottom: 0;
	width: 65px;
	height: 55px;
	top: auto;
}
.btnMenu a{
	margin: auto;
	border: 1px solid white;
}

.inner_up .list01 li{
	width: 100%;
	
}
.inner_up .title{
	font-size: 2rem;
}
.the_content.pc_hide{
	display: none;
}
.inner_up .list01 dl{
	display: flex;
}
.inner_up .sec01 .list01 dt{
	width: 25%;
}
.inner_up .sec01 .list01 dd{
	width: 75%;
	padding: 0 10px;
}
.inner img{
	height: auto;
}
.totop{
	position: fixed;
    bottom: 70px;
    right: 20px;/*
    background-color: #1a1a1a;
	border: 1px solid white;*/
	
	background-color: rgba(211,211,211,0.6);
}

.mobile_nav a:first-child{
	width: 60%;
}
.mobile_nav a:nth-child(2){
	width: 20%;
}
.mobile_nav a:last-child{
	width: 20%;
}
.mobile_nav a.mail{
	background: url("../img/mail-ico.png")no-repeat center center;
    background-size: 30px auto;
    box-sizing: border-box;
}


.worksItem .hd{
	position: relative;
}
.ryokin_btn{
	margin-top: 15px;
    top: 16px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: white;
    border: 1px solid white;
}
.ryokin_btn a{
	color: white;
}
.event_date,.event_place{
	font-size: 1.8rem;
}
.listnew .btn{
	 padding: 0px 15px;
    border-radius: 20px;
    width: 50%;
	color: #603813;
}
.listnew .biggerlink{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #603813;
}
.mobile_nav a:nth-child(2){
}
.mobile_nav a:nth-child(3){
}
.inner.inner_up{
	display: none;
}
.mobile_nav a,.mobile_nav a:nth-child(3){
	background-color: #603813;
}
.contactBtn.sp{
	display: none;
}
p.img{
	height: 198px;
	text-align: center;
}
p.img img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	position: relative;
top: 50%;
transform: translateY(-50%);
}
p.img a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}