@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

section:nth-of-type(odd){background-color:#F5F5F5;}
section:nth-of-type(even){background-color:#FFF;}
html {scroll-behavior: smooth;}/*smooth scroll*/

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.red {
	color: #ff0000;
}
.endText{
	color: #ff0000;
	text-align: center;
  font-size: 153.9%;
	font-weight: 700;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none!important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

/*title*/
.sp_titileimg {
	width: 100%;
}
	
.sp_titileimg img{
	width: 100%;	
	}	

.Outbox{
  width: 100%;
  margin: 10px auto;
    }    

	 p.title{
		font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin: 5px 0 10px;
	}

.Schedulebox {
    margin: 0 auto;
}
p.schedule_red {
    font-size: 14px;
    font-weight: 400;
    color: red;
  text-indent: -1em;
  padding-left: 1em;
}
    .Outbox img{
		width: 100%;}
	

	

.Outbox .Schedulebox dl{
    border: solid #000 1px;
    text-align: left;
    padding: 3% 5% 1%;
}    

.Outbox .Schedulebox dl dt{
    clear: left;
	float: left;
    width: 35%;
} 

.Outbox .Schedulebox dl dd{
	margin-left: 35%;
    margin-bottom: 5px;
}

Outbox .Pricebox {
  text-align: center;
}

.Outbox .Pricebox img {
  width: 100%;
  height: auto;
  margin-top: 3%;
}

.Pricebox {
    border-bottom: 1px #000 solid;
    margin: 0px 0 1rem;
    padding: 0 0 20px;
}	
	
h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
  padding: 1rem;
  color: #fff;
  border-radius: 4px;
  background: #cc9900;
  font-size: 153.9%;
  text-align: center;
}

p.text {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	margin-top: 3%;
}

p.text span {
    font-weight: normal;
}

.attention {
	font-size: 123.1%;
	width: 92%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
    text-align: center;
}



/*◆list横並び*/
.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 100%;
}

.itemList2 > div img {
	width: 100%;
  margin-bottom: 15px;
}

.itemList2 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList2 > div dd span {
	font-size: 120%;
    font-weight: bold;
}

.itemList3 > div {
	float: left;
	width: 100%;
	padding: 2% 0;
}

.itemList4 {
	width: 100%;
	padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
    margin-top: 2%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	/*font-size: 123.1%;*/
    text-align: center;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 4% 4%;
	background: #FFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}


/*◆ツアーポイント*/
.pointBox {
   width: 100%;
   margin-top: 10px;
   font-size: 123.1%;
}

.pointBox .seat{
	width: 100%;
}

.pointBox .seat >ul {
    width: 100%;
    margin-right: 10px;
    text-align: left;
}

.pointBox .food >ul {
    width: 100%;
    margin-right: 10px;
    text-align: left;
}

.pointBox ul li {
   list-style: none;
	margin-bottom: 12px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
} 

.pointBox ul li {
    color: #000;
    float: left;
} 

.pointBox ul li.kome,
.pointBox ul li.no01,
.pointBox ul li.no02,
.pointBox ul li.no03,
.pointBox ul li.no04,
.pointBox ul li.no05,
.pointBox ul li.no06 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -1.4em;
    margin-left: 1.4em;
}
ul.guideList li.indent {
    margin-left: 1.4em;
    list-style: none;
}
ul.guideList li.indent:before {
    content: '・';
}
.pointBox ul li.kome:before {
	content: '※';
}

.pointBox ul li.no01:before {
	content: '1．';
}

.pointBox ul li.no02:before {
	content: '2．';
}

.pointBox ul li.no03:before {
	content: '3．';
}

.pointBox ul li.no04:before {
	content: '4．';
}

.pointBox ul li.no05:before {
	content: '5．';
}
    

    
/*◆ショートムービー*/
.youtube {
	width: 315px;
	margin: 10px auto 10px;
}
    
.short {
     text-align: center;
     font-weight: bold;
     font-size: 110%;
    }


/*◆アクセス*/      
    .Access {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    }   
    
    .Access img {
    width: 94%;
    height: auto;
    } 

/*◆注意事項*/
	
.pointBox .pointImg {
    text-align: center;
    width: 100%;
    padding: 1rem 0;
}


.pointImg img {
    width: 100%;
    padding: 0.5rem 0;
}	
	
ul.guideList {
	padding: 0;
	line-height: 1.4;
	margin-top: 3%;
        font-size: 123.1%;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 4px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li span {
	color: #F00;
}

/*◆ボタン*/
.Btn {
color: #fff;
        width: 97%;
        margin: 3% auto 5%;
        text-align: center;
        background: #F60;
        border-radius: 5px;
        position: relative;
        font-size: 1.25rem;
        font-weight: bold;
}

.Btn a {
        color: #fff;
        padding: 6% 3%;
        display: block;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
    
.Btn_gray {
  color: #fff;
  width: 88%;
  margin: 3% 3% 5%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 85%;
  font-weight: normal;
}
	
}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
.pcnone{
    display: none !important;
	}
/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}

.inner{
	width: 96%;
	max-width:950px;
	min-width:760px;
	margin: 0 auto;
	padding:20px 0;
	display: block;
}


/*title*/
.pc_titileimg {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) no-repeat center 0;
	position: relative;
	height: 500px;
}

.Outbox{
  width: 950px;
  margin: 10px auto;
    }    

	 p.title{
		font-size: 25px;
        font-weight: bold;
        text-align: center;
        margin: 5px 0 10px;
	}

.Schedulebox {
    margin: 0 auto 2rem;
}
p.schedule_red {
    font-size: 18px;
    font-weight: 400;
    color: red;
  text-indent: -1em;
  padding-left: 1em;
}
    .Outbox img{
		width: 100%;}
	
.Outbox .Schedulebox dl{
    border: solid #000 1px;
    width: 340px;
    text-align: left;
    margin-right: 10px;
    padding: 5px 10px;
}    

.Outbox .Schedulebox dl dt{
    clear: left;
	float: left;
    width: 120px;
    padding: 0 5px;
} 

.Outbox .Schedulebox dl dd{
	margin-left: 120px;
    margin-bottom: 5px;
}
    
.Outbox .Pricebox {
  width: 950px;
  text-align: center;
}

.Outbox .Pricebox img {
  width: 600px;
  height: auto;
}

	
.Pricebox {
        padding: 0 0 20px;
        border-bottom: 1px #000 solid;
        margin: 0 0 3rem;
    }
	
	
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #cc9900;
  font-size: 220%;
  text-align: center;
}

p.text {
	font-size: 153.9%;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 5px 0;
}

p.text span {
	font-size: 80%;
    font-weight: normal;
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin: 20px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: center;
	background: #FFF;
}



.yoyakuBox {
	width: 750px;
	margin: 30px auto;
	font-size: 123.1%;
    line-height: 1.5;
	text-align: center;
	background: #FFF;
	padding: 20px;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}

.yoyakuBox strong {
	font-size: 150%;
    font-weight: bold;
}

.yoyakuBox span {
	color: #ff0000;
}

.yoyakuBox .code {
	width: 650px;
	margin: 10px auto 0;
    line-height: 1.5;
	text-align: center;
	background: #FFE8E8;
	padding: 10px;
}

.yoyakuBox p {
	text-align: left;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 10px;
}

.itemList2 > div img {
	width: 100%;
}

.itemList2 > div dt {
    text-align: center;
}

.itemList2 > div dd {
	margin: 0; /* これがないとずれる */
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList2 > div dd span {
    font-weight: bold;
}

.itemList3 {
	float: left;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 10px;
}

.itemList4 {
	width: 100%;
    padding: 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 0 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dt {
	font-size: 123.1%;
    text-align: center;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 5px 8px 8px;
    background: #FFFFFF;
}

.itemList4 > div dd strong {
    font-weight: bold;
}
    
/*◆ツアーポイント*/
.pointBox {
   width: 100%;
  font-size: 146.5%;
  margin-top: 10px;
}

.pointBox .seat{
	display: flex;
	width: 100%;
}

.pointBox .seat >ul {
    float: left;
    width: 540px;
    margin-right: 10px;
    text-align: left;
}

.pointBox .food >ul {
    float: left;
    width: 100%;
    margin-right: 10px;
    text-align: left;
}

.pointBox ul li {
   list-style: none;
	margin-bottom: 12px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
} 

.pointBox ul li.kome,
.pointBox ul li.no01,
.pointBox ul li.no02,
.pointBox ul li.no03,
.pointBox ul li.no04,
.pointBox ul li.no05,
.pointBox ul li.no06 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 2px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.indent {
    margin-left: 2em;
    list-style: none;
}
ul.guideList li.indent:before {
    content: '・';
}
.pointBox ul li.kome:before {
	content: '※';
}

.pointBox ul li.no01:before {
	content: '1．';
}

.pointBox ul li.no02:before {
	content: '2．';
}

.pointBox ul li.no03:before {
	content: '3．';
}

.pointBox ul li.no04:before {
	content: '4．';
}

.pointBox ul li.no05:before {
	content: '5．';
}

.pointBox ul li.no06:before {
	content: '6．';
}
	

.pointImg {
    padding: 1rem 0;
}

	
#point .pointImg img {
    max-width: 600px!important;
}
#point .pointImg {
        padding: 0 0 1rem 0!important;
    }
	
	.small_img{
		width: 50%;
	}
		
/*◆ショートムービー*/
.youtube_shortbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: 20px auto 0;
}
.youtube {
	width: 315px;
	margin: 10px auto 10px;
}
    
.short {
     text-align: center;
     font-weight: bold;
     font-size: 110%;
    }

/*◆アクセス*/   
    .Guidance{
    width: 100%
    }
    

    .Access {
    width: 100%;
    text-align: center;
    padding: 10px;
    }   
    
    .Access img {
    width: 100%;
    height: auto;
    } 

    
/*◆注意事項*/
ul.guideList {
	padding: 0;
	line-height: 1.4;
	margin-top: 20px;
        font-size: 146.5%;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 10px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 4px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li span {
	color: #F00;
}

/*◆お申し込み*/
    .Reserve{
    text-align: center;
    font-size: 138.5%;
    font-weight: bold;
    }

/*◆ボタン*/
.Btn {color: #fff;
        width: 70%;
        margin: 10px auto 30px;
        text-align: center;
        background: #F60;
        border-radius: 5px;
        position: relative;
        font-size: 20px;
        font-weight: bold;
}

.Btn a {
	        color: #fff;
        display: block;
        padding: 20px 30px;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 0 auto 20px;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 153.9%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray span {
  font-size: 85%;
  font-weight: normal;
}
	

}