@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display: block}
.pc {display:none!important;}

body {
font-family: 'Noto Sans JP', sans-serif;
}

img {
	vertical-align: bottom;
}

.br {
	display: inline-block;
}

.top-title {
	width: 100%;
	position: relative;
}

.top-bg {
	width: 100%;
	max-height: 100vh;
	min-height: 660px;
	object-fit: cover;
}

.center-logo {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width:350px;
	width: 90%;
	z-index: 50;
	display: none;
}

.gest-frame {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1080px;
	width: 90%;
}


.re {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


.name-flex {
	position: absolute;
	display: flex;
	width: 70%;
	max-width: 800px;
	justify-content: space-between;
	margin-left: 15%;
	margin-bottom: 20px;
}

.name-box {
	background-color: #333333;
	color: white;
	width: 145px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	padding:8px 13px;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
}

.name-box span {
	font-size: 14px;
	font-weight: 500;
}

.name-big {
	font-size: 22px!important;
}

.link-area {
	width: 100%;
	background-image: url("../images/link-bg3.jpg");
	background-position: top center;
	background-repeat: repeat;
	color: #2D2B29;
}


.link-coment {
	padding-top: 300px;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 45px;
	background-image: url("../images/link-bg2.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.link-coment .bf {
	font-size: 30px;
}


.link-flex {
	max-width: 1180px;
	width: 90%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	gap:30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
	font-size: 22px;
	font-weight: 700;
	
}


.link-box img  {
	width: 90%;
}

.link-box:hover {
	opacity: 0.5;
	color: #2D2B29;
}

.list-area {
	background-color:hsla(0,0%,100%,0.60);
	padding-bottom: 50px;
}

.list-title {
	padding-top: 70px;
	width: 90%;
}


table {
	border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    width: 90%;
	margin: 35px auto 0;
	max-width: 1100px;
}

th {
	width: 20%;
    background: rgba(229, 0, 18, .1);
    font-weight: 700;
}

td {
	width: 30%;
	background-color: white;
}

th,td {
	padding: 15px;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    vertical-align: middle;
	width: 100%!important;
	display: block;
	box-sizing: border-box;
}

.footer-logo {
	padding: 35px 0;
}

@media screen and (max-width:600px) {
	.gest-frame img {
		width: 190px;
	}
	
	.gest-frame {
		width: 100%;
	}
	.name-flex {
		margin-bottom: 0;
	}
	.name-box {
		width: auto;
		font-size: 18px;
		line-height: 1.4;
	}
}

.youtube-link {
	max-width: 1180px;
	margin: 0 auto;
	width: 90%;
}



.youtube-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:60px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.movie-frame {
	width: 250px;
	background-color: white;
	border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	margin-bottom: 30px;
}

.town {
	font-size: 14px;
	padding: 5px;
	display: inline-block;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: white;
	font-weight: 600;
}

.title {
	font-weight: 600;
	background:linear-gradient(transparent 60%, #ff6 60%);
	display: inline-block;
	background-color: white;
}

.comment {
	padding: 0 10px 10px;
	font-size: 14px;
	text-align: left;
	margin-top: 10px;
	font-weight: 500;
}

.title-box {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.name-font {
	font-size: 12px;
}

@media screen and (max-width:1320px) {
.youtube-link {
	max-width: 870px;
}	
}
@media screen and (max-width:980px) {
.youtube-flex {
	max-width: 570px;
	margin: 35px auto;
}	
}
@media screen and (max-width:630px) {
.youtube-flex {
	max-width: 250px;
}
}

.grand .text {
	font-size: 22px;
	font-weight: 800;
	margin-top: 18px;
}

.grand .text02 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 37px;
}

.grand .text02 span {
	display: inline-block;
}

.grand .red {
	font-size: 18px;
	font-weight: 800;
	color: #B21219;
	line-height: 1.2;
}

.grand-box {
	background-color: white;
	padding: 30px;
	box-sizing: border-box;
	width: 90%;
	max-width: 1080px;
	display: flex;
	margin:20px auto 0;
}

.movie-box .youtube-box{
}

.movie-box .youtube-box .iframe-wrapper iframe{
	border-radius: 0;
}

.movie-box {
	display: flex;
	gap:33px;
}

.right-title {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 800;
}

.right-title span {
	width: 60px;
	height: 60px;
	background-color: #FFB100;
	border-radius: 50%;
	color: white;
	font-size: 14px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
}

.right-text {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	margin-top: 25px;
}

.grand-comment {
	background-color: white;
	width: 90%;
	max-width: 1080px;
	display: flex;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	gap:27px;
}

.red-title {
	background-color: #FC1414;
	color: white;
	text-align: left;
	font-size: 17px;
	font-weight: 700;
	padding-left: 15px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.grand .text03 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 45px;
}

@media screen and (max-width:1190px){
.movie-box {
	flex-direction: column;
}
}
@media screen and (max-width:990px) {
.grand-comment {
	flex-direction: column;
}
.grand-comment img {
	width: 100%;
	max-width: 453px;
}
}
@media screen and (max-width:485px) {
.right-title {
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.grand-box {
	padding: 15px;
}
.grand-comment {
	padding: 15px;
}
.right-text {
	margin-top: 15px;
}
}