@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/
.traffic_slide {
	width: calc(100% - 0px);
	max-width: 1500px;
	margin: 0px auto;
	margin-bottom: 50px;
	padding: 0px;
	position: relative;
	z-index: 0;
}

.traffic_slide p span {
	width: calc(100% - 160px);
	position: absolute;
	bottom: 100px;
	left: 130px;
	color: #fff;
	font-size: 50px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	display: block;
}

.traffic_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.traffic_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.traffic_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.traffic_slide p span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.dot-overlay {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px;
	background-size: cover;
	animation-delay  : 0s;
	background-color: rgba(255,255,255,0.1);
	background-image: radial-gradient(#255 0%, transparent 35%), radial-gradient(#255 0%, transparent 35%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.dot-overlay:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.traffic_bbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
}

.traffic_bbox02 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 80px 0px;
	color: #fff;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/06/bn04.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.traffic_sbox01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #aaa;
}

ul.traffic_2column{
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.traffic_2column li{
	float: left;
	width: calc(100% / 2 - 20px);
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

ul.traffic_3column{
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

ul.traffic_3column li{
	float: left;
	width: calc(100% / 3 - 20px);
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 0px;
}

.traffic_title01 {
	float: left;
	width: calc(100% - 40px);
	margin: 0px;
	margin-bottom: 15px;
	padding: 5px 20px;
	font-size: 20px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	background: #FF5B73;
	border-radius: 5px;
}

.traffic_title02 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
	font-size: 64px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}

.traffic_text_box {
	width: calc(100% - 0px);
	text-align: center;
	margin-bottom: 100px;
}

.traffic_text {
	display: inline-block;
	max-width: 930px;
	text-align: left;
	line-height: 2;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #aaa;
}

.traffic_text01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.traffic_img01 {
	float: left;
	width: 100%;
	min-height: 200px;
	margin: 0px;
	padding: 0px;
	background: #ccc;
}



.traffic_bn {
	float: left;
	width: calc(50% - 22px);
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #fff;
	background: #00BCFF;
	border-radius: 2px;
        text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
        font-weight: 600;  
        cursor: pointer;
	font-family: "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-weight: 600;
}

.traffic_bn:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
	cursor: pointer;
}










@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
}





@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
.traffic_slide {
	width: calc(100% - 0px);
	margin: 0px auto;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	z-index: 0;
}
	
.traffic_slide p span {
	width: calc(100% - 20px);
	position: absolute;
	top: 50px;
	left: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	display: block;
}
	
.traffic_bn {
	float: left;
	width: calc(100% - 22px);
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #fff;
	background: #00BCFF;
	border-radius: 2px;
        text-decoration: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
     transition: all 0.7s;
        font-weight: 600;  
        cursor: pointer;
	font-family: "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-weight: 600;
}
	
ul.traffic_3column li{
	float: left;
	width: calc(100% - 20px);
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 0px;
}
	
.traffic_title02 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}
	
.traffic_img01 {
	float: left;
	width: 100%;
	min-height: 100px;
	margin: 0px;
	padding: 0px;
	background: #ccc;
}
	
}