@charset "UTF-8";




@media only screen and (max-width: 767px){
	

	
	
	
	
/*********** 共通・bg *************/

	

	
/*********** ↑共通・bg *************/

	
	
.dento_01-wrap {
	width: 100%;
	margin-top: 30px;

}

.dento_02-wrap {
	margin-top: 10px;
}

.dento_02-wrap li {
	width: 100%;
	margin-top: 20px;
}

.dento_03-wrap .cap-cover-left {
	left: 150px;
	bottom: 5px;
}


.dento_04-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto;
	justify-content: space-between;
	margin-top: 10px;
}

.dento_04-wrap li {
	margin-top: 20px;
}

.dento_04-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.dento_04-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
}

.dento_04-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.dento_04-wrap li:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: center;
}

.dento_05-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto auto;
	justify-content: space-between;
}

.dento_05-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin-top: 30px;
}

.dento_05-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	margin-top: 20px;
}

.dento_05-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	margin-top: 30px;
}

.dento_05-wrap li:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 4 / 5;
}

.dento_06b {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dento_07-wrap {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	margin-top: 30px;
}

.dento_07-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	margin-top: 30px;
}

.dento_07-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.dento_07-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.dento_07b {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
  vertical-align: top;
}

.dento_03-wrap .scroll-box div img {
  min-width: 900px;
}


	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
}








