@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 768px) {
/*--------------------------*/
/*
.atodekesu{
display: block;
}
.atodekesu p{
padding-left: 15px;
margin-top: 50px;
color: red;
}
*/
body{
background: #fff;
}
#container{
display: block;
font-size: 1em;
}
.w1000{
width: 100%;
margin: 0 auto;
}
h5,
h6{
width: 90%;
margin: 0 auto;
}
/*--------------------pankuzu */
#pankuzu{
display: none;
}
/*--------------------contact */
#contact{
width: 100%;
margin: 0 auto;
padding: 20px 0 50px;
}
.contacts{
width: 98%;
font-size: 1.2em
}
.contact_tyo ul{
display: block;
margin: 0 auto;
}
.contact_tyo ul li{
width: 90%;
}
.contact_tyo ul li.left-sp{
padding-left: 7px;
}
.contact_tyo ul li p{
font-size:2rem;
}
.contact_tyo dl dd.migizoroe{
padding: 0;
}
.contact_tyo dl dd span{
display: block;
padding: 0;
margin-bottom: 10px;
}
/*--------------------top */
#top{
display: none;
}
#top_sp{
display: block;
width: 100%;
height: 550px;
background: url("../img/bg_top_sp.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: bottom;
font-family: "Noto Serif JP", serif;
font-weight: 500;
color: #fff;
}
#top_sp p.ttl_2{
width: 95%;
margin: 0 auto;
font-size: 325%;
text-align: center;
margin-bottom: 40px;
text-shadow: 0 0 6px rgba(0, 0, 0, 0.9);
letter-spacing: 0.02em;
line-height: 1.2em;
}
#top_sp p.ttl_1{
width: 95%;
margin: 0 auto;
font-size: 225%;
display: block;
position: relative;
text-align: center;
margin-bottom: 10px;
padding-top: 90px;
text-shadow: 0 0 6px rgba(0, 0, 0, 1);
}
#top_sp .ttl_1::before {
background-color: #e2af00; /* 線の色 */
border-radius: 5px; /* 線の両端を丸く */
bottom: -10px; /* 線の位置 */
content: "";
height: 4px; /* 線の高さ */
left: 50%; /* 線の中央寄せ */
position: absolute;
transform: translateX(-50%); /* 線の中央寄せ */
width: 50px; /* 線の長さ */
}
#top_sp p.subtitle{
width: 90%;
margin: 0 auto 15px;
text-align: center;
font-weight: 700;
color: #800000;
background: #fff;
border-radius: 25px;
}
#top_sp p.subtitle span{
font-size: 85%;
}
/*--------------------intro */
#intro {
padding: 50px 0 20px;
}
#intro p{
width: 90%;
margin: 0 auto;
}
#intro ul{
display: block;
}
#intro ul li{
width: 100%;
margin-bottom: 0;
}
#intro ul li img{
height: auto;
border-radius: 0;
}
/*--------------------haman */
.haman .w1000{
width: 95%;
margin: 0 auto;
}
.haman{
padding: 30px 0;
}
.haman ul,
.haman dl{
display: block;
}
.haman ul li.flow{
width: 100%;
margin: 0 auto;
}
.haman dl dt{
padding-bottom: 0;
border-bottom: 1px dotted #800000;
}
.haman dl dd{
padding-bottom: 18px;
}
.haman dl dt,
.haman dl dd{
width: 95%;
margin: 0 auto;
}
.haman ul li.timetable{
display: none;
}
/*--------------------heritage */
#heritage{
padding: 30px 0;
}
#heritage h5{
font-size: 110%;
margin-bottom: 30px;
}
#heritage h5::before{
height: 2px;
width: 30px;
}
#heritage ul{
display: block;
}
#heritage ul li{
width: 90%;
margin: 0 auto;
}
/*--------------------heritage */
#schedule ul{
display: block;
}
#schedule ul li.graph,
#schedule ul li.gourmet{
width: 95%;
margin: 0 auto;
}
#schedule ul li.graph{
margin-bottom: 20px;
}
#schedule table td{
font-size: 95%;
}
#schedule table td.meal,
#schedule table td.stay{
display: none;
}
#schedule table td.stay_sp{
display: block;
text-align: right;
padding-top: 7px;
}
#schedule table td span.meal_sp{
display: block;
text-align: right;
padding-top: 7px;
}
#schedule table td.detail{
padding-right: 10px;
}
#schedule table td.tb-time{
padding-right: 7px;
}
#schedule table td.first{
padding-top: 10px;
}
#schedule table td.last{
padding-bottom: 10px;
}
.balloon1{
border-radius: 0;
}
.balloon1:before{
content: none;
}
.attention{
width: 90%;
margin: 0 auto;
font-size: 95%;
text-indent: -1em;
padding-left: 1em;
}
/*--------------------request */
#request{
padding: 30px 0 50px;
}
#request h5{
padding-top: 10px;
}
#request p.eng{
margin-bottom: 10px;
}
#request h6{
padding-top: 7px;
}
#request h6 span{
display: block;
font-size: 85%;
}
ul.fourdays,
ul.byon_tour{
display: block;
}
ul.fourdays li,
ul.byon_tour li{
width: 95%;
margin: 0 auto 10px;
}
/*--------------------other */
#other{
padding: 20px 0 50px;
}
#other ul{
display: block;
}
#other ul li{
width: 95%;
margin: 0 auto;
}
#other ul li img{
width: 90%;
margin: 0 auto;
}
#other ul li.movie{
padding-top: 20px;
}
#other dl{
justify-content: flex-start;
}
}
