@charset "UTF-8";

img{
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
html{
	/*scroll-behavior: smooth;*/
}
body{
	font-family: "メイリオ","MS Pゴシック", "MS PGothic", "游ゴシック", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff7e5!important;
}
main{
/*	max-width: 1640px;*/
	height: 100%;
	margin: 0 auto;
}
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}

.con_br{
	display: none;
}
.six{
	display: none;
}

.pc_none{
	display: none;
}

a{
	transition: 0.5s;
}
a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.tra_head{
/*	max-width: 1640px;*/
	margin: 0 auto;
}
.tra_head .logo{
	background-color: #201915;
	height: 150px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tra_head .logo img{
	max-width: 400px;
	width: 100%;
}
.tra_head .top{
	position: relative;
	background-image: url(../img/travel/travel_top.png);
	background-size: cover;
	background-position: center;
	height: 649px;
	margin: 0 auto;
	width: 100%;
}
.tra_head .top img{
/*	max-width: 1640px;*/
	width: 100%;
}

.tra_head .title{
	max-width: 712px;
	width: 100%;
	height: 40%;
	padding: 50px 20px;
	background-color: rgba(255, 255, 255, 0.75);
	position: absolute;
	top: 0;
	bottom: 160px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
}
.tra_head .title p{
	font-size: 15px;
	text-align: center;
	margin-bottom: 0;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.tra_head .title p:nth-of-type(1){
	font-size: 34px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
}
.tra_head .welcom{
	width: 100%;
	height: fit-content;
	padding: 35px 20px;
	background-color: #912149;
	color: #fff;
	opacity: 0.9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.tra_head .welcom p{
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-family: 'Noto Serif JP', serif;
}
.tra_head .welcom p:nth-of-type(1){
	font-size: 32px;
	font-weight: bold;
}


.tra_slider{
/*	max-width: 1640px;*/
	margin: 0 auto;
	background-color: #fcf5df;
	padding: 50px 0;
}
.tra_slider p{
	font-size: 26px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin: 20px 0 25px;
	font-weight: bold;
}
.slider{
	overflow: hidden;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    width: 100%;
    margin: 0 auto;
/*    max-width: 1640px;*/
}

.slick-slide{
/*	max-width: 424px!important;*/
}

.slide-items img {

}
.slick-slide img {
    max-width: 424px;
    margin: 0 auto;
    width: 30vw;
		height: auto;
  	object-fit: cover;
}

/* 左右画像  */
.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
  margin: 0 auto;
}

/* 中央画像  */
.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}
/*.slider .slick-slide.slick-center{
	margin: 0 20px;
}*/
/*.slider .slick-slide.slick-center{
	margin-right: 1vw!important;
	margin-left: 1vw!important;
}*/

/*.slider .slick-slide.slick-center .point{
	padding: 0 10px;
}*/

.point_cont{
/*	max-width: 1640px;*/
	margin: 0 auto;
	padding: 80px 20px 50px;
	background-color: #f9eeca;
}
.five_title{
	max-width: 467px;
	margin: 0 auto 40px;
}
.five_title img{
	max-width: 467px;
	width: 100%;
	margin: 0 auto;
}
.five_point{
	max-width: 970px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.poi{
	background-color: #fff;
	border-radius: 50%;
	max-width: 296px;
	height: 296px;
	padding: 25px 20px 20px;
	width: 32%;
	margin-bottom: 25px;
}
.poi.dam{
	background-color: unset;
	width: 13%;
	opacity: 0;
}
.poi_number{
	max-width: 30px;
	margin: 0 auto 10px;
}
.five_point .poi p{
	text-align: center;
}
.five_point .poi p span{
	display: inline-block;
	transform: scale(1.2, 1.3);
	margin-right: 5px;
}
.five_point .poi p:nth-of-type(1){
	font-size: 25px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	color: #912149;
	line-height: 35px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.five_point .poi p:nth-of-type(2){
	font-size: 14px;
	margin-bottom: 5px;
}
.five_point .poi p:nth-of-type(3){
	font-size: 10px;
}

.more{
/*	max-width: 1640px;*/
	margin: 0 auto;
	padding: 50px 20px 80px;
	background-color: #912149;
}
.more_three{
	max-width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.more_three:before{
	content: '';
	background-image: url(../img/travel/sarani.png);
	width: 123px;
	height: 86px;
	position: absolute;
	left: -10px;
	top: -95px;
}

/*.more_three .more_cont:nth-of-type(1){
	width: 30%;
	height: fit-content;
}
.more_three .more_cont:nth-of-type(2){
	width: 25%;
	height: fit-content;
}
.more_three .more_cont:nth-of-type(3){
	width: 45%;
	height: fit-content;
}*/

.more_three .more_cont:nth-of-type(1){
	max-width: 270px;
	width: 30%;
}
.more_three .more_cont:nth-of-type(2){
	max-width: 220px;
	width: 25%;
}
.more_three .more_cont:nth-of-type(3){
	max-width: 370px;
	width: 45%;
}

.more_three .more_cont:nth-of-type(1) p{
	line-height: 24px;
}
.more_three .more_cont:nth-of-type(1) span{
	line-height: 36px;
}

.more_cont{
	background-color: #a24265;
	border-radius: 5px;
	padding: 20px 20px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.more_cont:last-child{
	margin-right: 0;
}
.more_cont p{
	font-size: 18px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin: 0;
	line-height: 32px;
}
.more_cont p span{
	font-size: 25px;
}
.more_cont p:nth-of-type(2){
	font-size: 13px;
}

.moviee{
/*	max-width: 1640px;*/
	margin: 0 auto;
	padding: 80px 0 0;
	background-color: #201915;
	position: relative;
}
.moviee_img img{
	width: 100%;
}

.moviee p{
	font-size: 26px;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
.youtube_box{
	padding: 0 20px;
}
.moviee .youtube{
	max-width: 700px;
	height: 394px;
	margin: 0 auto;
}
.moviee .youtube iframe{
	height: 394px;
}


.contact{
	background-color: #fff;
/*	max-width: 1640px;*/
	margin: 0 auto;
	padding: 80px 20px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
	z-index: 210;
}
.con_title p{
	text-align: center;
	font-size: 26px;
}
.con_title .senyo{
	background-color: #912149;
	max-width: 250px;
	padding: 2px;
	border-radius: 26px;
	margin: 0 auto 13px;
}
.con_title .senyo p{
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.contact_tool{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 975px;
	margin: 0 auto;
}
.contact_tool .con_box{
	max-width: 480px;
	width: 49%;
	border: solid 1px #333;
	padding: 30px 20px;
}
.contact_tool .con_box:nth-of-type(2){
	padding: 20px 20px;
}
.contact_tool .con_box p{
	margin: 0;
}
.contact_tool .con_box:nth-of-type(1) a{
	display: flex;
	align-items: center;
	background-color: #efdee4;
	padding: 30px;
	position: relative;
}
.contact_tool .con_box:nth-of-type(1) a:after{
	content: '▶';
	color: #912149;
	position: absolute;
	width: 15px;
	height: 18px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.contact_tool .con_box:nth-of-type(1) .smooth{
	margin-top: 5px;
	color: #912149;
	font-size: 14px;
	font-family: "メイリオ";
	letter-spacing: -1px;
}
.contact_tool .con_box:nth-of-type(1) a p{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.contact_tool .con_box:nth-of-type(1) a img{
	margin-right: 20px;
}

.contact_tool .con_box .phone{
	display: flex;
	align-items: center;
	padding: 10px 10px;
}
.contact_tool .con_box .phone:nth-of-type(1){
	border-bottom: solid 1px #333;
	position: relative;
}
.contact_tool .con_box .iphone:after{
	content: '日本語のみ';
	position: absolute;
	background-color: #912149;
	color: #fff;
	padding: 5px;
	border-radius: 15px;
	width: 100px;
	height: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.contact_tool .con_box .phone:last-child{
	border: none;
}
.contact_tool .con_box .phone p{
	color: #333;
}
.contact_tool .con_box .phone p:nth-of-type(1){
	margin: 0 20px;
	font-size: 16px;
	font-weight: bold;
}
.contact_tool .con_box .phone p:nth-of-type(2){
	font-size: 32px;
}

.contact_tool .shosai{
	width: 100%;
	margin-top: 10px;
	padding: 0 10px;
	font-size: 15px;
	font-family: "メイリオ";
}
.contact_tool .shosai span{
	font-weight: bold;
}

.yoyaku_link{
	max-width: 400px;
	margin: 50px auto 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.yoyaku_link:after{
	content: '▶';
	color: #fff;
	position: absolute;
	width: 15px;
	height: 18px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.yoyaku_link a{
	padding: 20px 5px;
	width: 100%;
	background-color: #4d4744;
   border-radius: 34px;
}
.yoyaku_link p{
	margin: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.yoyaku_text{
	text-align: center;
	font-size: 14px;
	font-family: "メイリオ";
}

.footer{
/*	max-width: 1640px;*/
	margin: 0 auto;
	padding: 50px 20px;
	background-color: #201915;
	position: relative;
	z-index: 210;
}
.footer .foot_logo{
	max-width: 247px;
	width: 100%;
	margin: 0 auto 10px;
}
.footer p{
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#yoyaku_bnr {
    position: fixed;
    z-index: 200;
    bottom: 70px;
    right: 0;
/*    right: calc((100% - 1640px)/2);*/
    font-size: 80%;
}
#yoyaku_bnr a {
    background: rgba(145,33,73,0.9);
    text-decoration: none;
    color: #fff;
    width: 150px;
    padding: 10px 0 10px 15px;
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 15px;
}
#yoyaku_bnr a:before {
    content: "";
    background-image: url(../img/travel/bottom_arrow.png);
    width: 17px;
    height: 17px;
    font-family: "Ionicons";
    font-size: 2.0rem;
}
#yoyaku_bnr a p{
	margin-bottom: 0;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

table.price_list th.holiday,table.price_list td.holiday {
    color: #FF0000;
}

.bnr{
/*	max-width: 1640px;*/
	margin: 0 auto;
}

/*slick*/
.slick-center_mae .point {
  position: relative;
  right: -50px;
}
.slick-center_ushiro .point {
 position: relative;
  left: -50px;
}

/*店舗検索ポップアップ*/

/*.featherlight-sample {
	display: none;
}*/

.ryokin{
	max-width: 500px;
	margin: 10px auto 25px 0;
	text-align: center;
}
.ryokin p{
	margin-bottom: 0;
	font-weight: bold;
	font-size: 14px;
}
.ryokin p br{
	display: none;
}
.ryokin p a{
	color: rgba(145,33,73,0.9);
	text-decoration: underline;
}

@media screen and (max-width: 1880px){
	.moviee{
	padding: 80px 0 15%;
}
	.moviee:after{
	content: '';
	background-image: url(../img/travel/movie_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
/*	max-width: 1640px;*/
	width: 100%;
	height: 149px;
	position: absolute;
	bottom: 0;
	}
	.moviee_img{
		display: none;
	}
}
@media screen and (max-width: 1640px){
	#yoyaku_bnr {
    right: 0px;
	}
}
@media screen and (max-width: 1200px){
	/*.slick-center_maee {
	  margin-right: -15px!important;
	}
	.slick-center_ushiroo {
	  margin-left: -15px!important;
	}*/
}
/* ここからTB */
@media screen and (max-width: 1023px){
	.pc_none{
		display: block;
	}
	.tra_head .logo{
		height: 120px;
	}
	.slick-center_mae .point {
	  right: -30px!important;
	}
	.slick-center_ushiro .point {
	  left: -30px!important;
	}
	.slick-center_maee .point {
	  right: -10px!important;
	  left: auto!important;
	}
	.slick-center_ushiroo .point {
	  left: -10px!important;
	  right: auto!important;
	}
	.tra_head .title{
		height: 36%;
	}
	.tra_head .title p:nth-of-type(1){
		font-size: 28px;
		line-height: 35px;
	}
	.tra_head .title p{
		font-size: 14px;
	}
	.tra_head .welcom p:nth-of-type(1){
		font-size: 26px;
	}
	.tra_head .welcom p{
		font-size: 18px;
	}
	.tra_slider p{
		font-size: 22px;
	}
	.moviee p{
		font-size: 24px;
	}

	
	/*.contact_tool .con_box .iphone:after {
    top: -17px;
    left: 70px;
    margin: unset;
	}*/

	.contact_tool .con_box .phone p:nth-of-type(2) {
    font-size: 28px;
	}
	.contact_tool .con_box .iphone:after{
		width: 85px;
		right: unset;
		left: 310px;
	}
	.contact_tool .con_box:nth-of-type(1) .smooth{
		font-size: 13px;
	}
}
@media screen and (max-width: 950px){
	.contact_tool .con_box:nth-of-type(1) a p{
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
	.contact_tool .con_box:nth-of-type(1) a img {
    margin-right: 15px;
	}
}
@media screen and (max-width: 920px){
	.five_point .poi p:nth-of-type(1) {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    height: unset;
    display: block;
	}
	.poi.dam{
		width: 0%;
	}
	.poi {
    height: 280px;
    padding: 20px 20px 20px;
	}
	.slick-slide img{
		width: 35vw;
	}
	.more_cont p{
		font-size: 16px;
		line-height: 26px;
	}
	.more_cont p span {
    font-size: 24px;
    line-height: 35px;
	}
	.more_cont {
		padding: 20px 5px;
	}
	.contact_tool .con_box .iphone:after {
    width: 85px;
    right: unset;
    top: -70px;
    left: 70px;
	}
	.contact_tool .con_box:nth-of-type(2) {
    padding: 35px 20px 15px;
	}
	.contact_tool .con_box{
		padding: 30px 20px 15px;
	}
	.contact_tool .con_box:nth-of-type(1) a {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #efdee4;
    padding: 15px 15px 20px;
    position: relative;
	}
	.contact_tool .con_box:nth-of-type(1) a img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.contact_tool .con_box:nth-of-type(1) a:after{
		right: 10px;
	}
	.moviee{
		padding: 80px 0 22%;;
	}
	.moviee:after{
		background-size: 150%;
	}
	.more_three .more_cont:nth-of-type(1) span {
    line-height: 30px;
	}

}
@media screen and (max-width: 830px){
	.five_point .poi p:nth-of-type(1) {
    font-size: 20px;
    line-height: 25px;
	}
	.five_point .poi p:nth-of-type(2) {
    font-size: 12px;
    margin-bottom: 5px;
	}
	.poi {
    height: 260px;
    padding: 20px 20px 20px;
	}
}
@media screen and (max-width: 768px){
	.con_br{
		display: block;
	}
	/*.five_point .poi:nth-of-type(5){
		width: 35%;
	}
	.five_point .poi:nth-of-type(6){
		width: 35%;
	}*/
	.five_point .poi:nth-of-type(4) p:nth-of-type(1){
		letter-spacing: -3px;
	}
	.five_point .poi:nth-of-type(6) p:nth-of-type(1){
		letter-spacing: -3px;
	}
	.poi {
    height: 240px;
    padding: 10px 20px 5px;
	}
	.more_cont p{
		font-size: 14px;
		line-height: 26px;
	}
	.more_cont p span {
    font-size: 22px;
    line-height: 35px;
	}
	.contact_tool .con_box:nth-of-type(1) a:after {
    right: 15px;
	}
	.contact_tool .con_box:nth-of-type(1) a{
		padding: 15px 15px 15px;
	}
	.contact_tool .con_box .phone p:nth-of-type(1) {
    margin: 0 15px;
    font-size: 15px;
	}
	.contact_tool .con_box {
    padding: 20px 20px 15px;
	}
	.contact_tool .con_box .phone p:nth-of-type(2) {
    font-size: 24px;
	}
	.contact_tool .con_box:nth-of-type(2) {
    padding: 35px 20px 10px;
	}
}
@media screen and (max-width: 700px){
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	.spsp{
		display: none;
	}
	.slick-slide img {
    width: 50vw;
	}
	.tra_head .title{
		width: 85%;
		padding: 50px 20px;
	}
	.tra_head .welcom p {
    font-size: 16px;
	}
	.tra_head .welcom{
		padding: 30px 20px;
	}
	.tra_head .logo{
		height: 80px;
	}
	.tra_head .logo img{
		max-width: 260px;
	}
	.poi{
		max-width: unset;
		height: unset;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 20px;
		padding: 10px 20px 20px;
	}
	.poi_number {
    max-width: 30px;
    margin: 0 auto 10px 0px;
	}
	.five_point .poi p {
    text-align: left;
	}
	.poi_text{
		padding-left: 50px;
		margin-top: -45px;
	}
	.five_point .poi p:nth-of-type(1) {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: unset;
	}
	.five_point .poi:nth-of-type(5){
		width: 100%;
	}
	.five_point .poi:nth-of-type(6){
		width: 100%;
	}
	.five_point .poi:nth-of-type(6) p:nth-of-type(1){
		letter-spacing: 0px;
	}
	.contact_tool .con_box:nth-of-type(2) {
    padding: 25px 20px 10px;
    margin-bottom: 5px;
	}
	.poi.dam{
		display: none;
	}
	.contact_tool .con_box{
		max-width: unset;
		width: 100%;
		margin-bottom: 15px;
	}
	.more {
    padding: 50px 20px 50px;
	}
	.more_cont p span{
		font-size: 18px;
		line-height: 28px;
	}
	.five_title img{
		max-width: 270px;
		width: 75%;
	}
	.five_title {
    max-width: 461px;
    margin: 0 auto 25px;
	}
	.point_cont{
		padding: 50px 20px;
	}
	.moviee{
		padding: 50px 0 43%;;
	}
	.moviee:after{
		background-image: url(../img/travel/movie_bottom_sp.jpg);
		background-size: 100%;
		height: 256px;
	}
	/*.contact_tool .shosai{
		display: none;
	}*/
	.contact_tool .con_box:nth-of-type(1) a{
		padding: 25px 15px 25px 0;
		justify-content: center;
		flex-direction: unset;
	}

	.contact_tool .con_box:nth-of-type(1) a img {
    margin-right: 20px;
    margin-bottom: 0px;
	}

	.contact_tool .con_box:nth-of-type(1) a p{
		text-align: left;
	}
	.contact_tool .con_box .phone{
		justify-content: center;
		padding: 15px 0;
	}
	.contact_tool .con_box .phone img{
		margin-right: 0px;
	}
	.contact_tool .con_box .phone p:nth-of-type(2) {
    font-size: 28px;
	}
	.contact_tool .con_box .phone:nth-of-type(1){
		flex-wrap: wrap;
	}
	.contact_tool .con_box .phone .oktime{
		display: none;
		width: 100%;
		margin-left: 80px;
    justify-content: center;
	}
	.contact_tool .con_box .phone .oktime p{
		font-size: 14px;
	}
	.contact_tool .con_box .phone .oktime p:nth-of-type(1){
		margin: 0;
	}
	.contact_tool .con_box .iphone:after {
    width: 90px;
    right: 70px;
    top: -70px;
    left: 0;
	}
	.con_title p{
		font-size: 24px;
	}
	.con_title .senyo{
		max-width: 200px;
	}
	.con_title .senyo p{
		font-size: 18px;
	}
	.yoyaku_link{
		margin-top: 30px;
	}
	.yoyaku_link a{
		padding: 15px 5px;
		width: 95%;
	}
	.yoyaku_link p{
		font-size: 16px;
	}
	.yoyaku_text{
		font-size: 13px;
	}
	.footer{
		padding: 25px 20px;
	}
	.contact{
		padding: 20px 20px 50px;
	}
	#yoyaku_bnr a{
		width: 120px;
		padding-left: 10px;
	}
	#yoyaku_bnr a p{
		font-size: 12px;
		margin-left: 7px;
	}
	.contact_tool .shosai{
		font-size: 14px;
	}
}
@media screen and (max-width:600px){
	.six{
		display: block;
	}
	.six_br{
		display: none;
	}
	.moviee .youtube iframe {
    height: 370px;
	}
	.more_three{
		flex-wrap: wrap;
	}
	.more_three .more_cont{
		margin-bottom: 10px;
		margin-right: 0;
	}
	.more_three .more_cont:nth-of-type(1) {
    max-width: unset;
    width: 100%;
	}
	.more_three .more_cont:nth-of-type(2) {
    max-width: unset;
    width: 100%;
	}
	.more_three .more_cont:nth-of-type(3) {
    max-width: unset;
    width: 100%;
	}
	.more_cont p span {
    font-size: 24px;
    line-height: 31px;
	}
	.moviee p {
    font-size: 16px;
    padding: 0 20px;
	}
	.tra_head .title{
		width: 90%;
		height: 50%;
	}
	.tra_slider p {
    font-size: 18px;
	}
}

@media screen and (max-width: 520px){
	.spsp{
		display: block;
	}
}
@media screen and (max-width: 500px){
	.moviee .youtube iframe {
    height: 340px;
	}
	.moviee {
    padding: 50px 0 35%;
	}
	.slick-slide img {
    width: 60vw;
	}
	.ryokin p br{
		display: block;
	}
}
@media screen and (max-width: 450px){
	.moviee .youtube iframe {
    height: 300px;
	}
	.moviee {
    padding: 50px 0 22%;
	}
}
@media screen and (max-width: 400px){
	.contact_tool .con_box:nth-of-type(2) {
    padding: 25px 15px 10px;
	}
	.contact_tool .con_box:nth-of-type(1) a{
		justify-content: flex-start;
		padding-left: 25px;
	}
}