@charset "utf-8";
/* CSS Document */

/*html { scroll-behavior: smooth;}*/

body #container{
	font-family:'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
    width: 100%;
    margin: 0;
	font-size: 14px;
	color: #333333;
	line-height: 1.4;
	box-sizing: border-box;
}
/*-------------------- pankuzu */

#pankuzu ul {
	overflow: auto;
	padding: 0;
	_zoom: 1;
}
#pankuzu li {
	float: left;
	list-style: none;
}
#pankuzu li+li:before {
	margin: 0 8px;
	content: '>';
}
/*--------------------page-top */
#page-top{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 30px;
}
#page-top a{
    color: #1a2833;
    border: #1a2833 1px solid;
    padding:25px 15px 15px 15px;
    border-radius:100px;
    background: #ffffff;
    opacity: 0.8;
}
#page-top a:hover{
    color: #ffffff;
    background: #1a2833;
    transition: .3s;
}

/*--------------------------------------------------- contact */
#contact {
    background-color: #ffd02e;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

#contact .w1000 {padding: 50px 0;}

/*--circle--*/
#contact .circle {
	background-color: #FFF;
	width: 220px;
	height: 220px;
	/*line-height: 220px;*/
}
#contact .circle p span {
	display: block;
	color: #ffd02e;
}
.circle {
	text-align: center;
	font-size: 115%;
	padding: 0;
	margin: 0;
	display: inline-block;
	border-radius: 50%;
}

.circle p {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.contact_flex{
    display: flex;
    justify-content:center;
}

.infoBox{
    width::calc(100% - 220px);
    padding-left: 50px;
}

.infoTit{
    font-size: 1.2rem;
}

.btmLine{
    padding-bottom: 1rem;
}

.infoBox dl{
    padding-top: 1rem;
    border-top: #000000 1px solid;
}

.infoBox dt{
    font-size: 1.2rem;
}

.info_tel{
    font-size: 30px;
    font-weight: 500;
    position: relative;
}

.info_tel a{
    padding-left: 1.3rem;
}

/*.info_tel::before{
    content: '';
    display: inline-block;
    width: 48px;
    height: 50px;
    background-image: url(../img/phone_in_talk_FILL0_wght400_GRAD0_opsz48.png);
    background-size: contain;
    vertical-align:top;
    background-repeat: no-repeat;
    margin-right:10px;
}*/

.infoBox dd{
    line-height: 2;
}

.infoBox dd span{
    background: #fee695;
    padding: 2px 5px;
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

.infoBox a{
    color: #000000;
}

.infoBox dd .material-symbols-outlined{
    font-size: 2rem;
    background: none;
    position: absolute;
    padding-right: 0;
    top:15px;
}


/*--------------------  */

a {
	text-decoration: none !important;
}
p,
li,
dt,
dd {
	text-align: inherit;
	text-justify: inherit;
}

a:hover{
  opacity: .6;
}

.pc{display: block;}
.sp{display: none;}

.far{
    position: absolute;
    right:0;
}

/*font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;


/*-------------------- Main visual */

#mainvisual {
	background: url(../img/top.jpg) no-repeat center top;
    min-height: 500px;
	background-size: cover;
	position: relative;
}
h1.title {
   display: flex;
	align-items: center;
	justify-content: center;
	padding: 4% 0;
    /*position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);*/
}



#container{
    width:auto;
    color: #1a2833;
}

#main{
    background: url(../img/bg.jpg) repeat center top;
    background-size: cover;
    padding: 10px 0 200px 0;
}

.w1000{
	width: 1000px;
	margin: 0 auto;
}

.tour_box{
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}

.tour_box:nth-of-type(2),.tour_box:nth-of-type(3){
    padding-top: 180px;
}

.tour_box img{
    width:100%;
}

h2{
    width:100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
}

h2::before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 80px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    background-image: url(../img/kazari_left.png);
    background-size: contain;
    vertical-align:top;
    background-repeat: no-repeat;
    margin-right:10px;
}

h2::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 80px;/*画像の幅*/
    height: 50px;/*画像の高さ*/
    background-image: url(../img/kazari_right.png);
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
    margin-left:10px;
}

.photo{
    width:57%;
}

.tour_main{
    width:43%;
}

.point{
    background: #c5efef;
    position: relative;
    margin-top: 15px;
    padding:2.5em 0.8em 0.5em 0.8em;
}


.point ul::before{
    content:'';
    width:220px;
    height: 50px;
    background: url("../img/point.png") no-repeat;
    display: block;
    position: absolute;
    top:-20px;
    left:25%;
}

.tour_main dl{
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content:space-between;
    /*height: 100%;*/
    height: 380px;
}

.tour_main h3{
    font-size: 22px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    padding-top:10px;
    margin-bottom:10px;
    background: linear-gradient(transparent 80%, #3ec9cc 80%);
    display: inline-block;
}

.point ul li{
    /*text-indent: -1rem;
    padding-left: 1rem;*/
    font-size: 16px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    padding-bottom: 0.5em;
}

.point ul li span{
    font-weight: 400;
    display: inline-block;
    padding-left: 1rem;
    line-height: 1.2;
}

.point ul li .point_bold{
    display: inline-block;
    padding-left: 1rem;
    font-weight: 700;
}

.point ul li .point_txt{
    display: inline;
    padding-left: 0;
    font-weight: 400;
}

.point ul li:first-of-type::before{
     content:'①';
}

.point ul li:nth-of-type(2)::before{
     content:'②';
}

.point ul li:nth-of-type(3)::before{
     content:'③';
}

.tour_link{
    display: flex;
    flex-wrap: wrap;
    gap:15px;
    width:100%;
}

.tour_link p {
    margin-top: 10px;
    width:calc((100% - 30px) /3);
    background: #091038;
}

.tour_link p a{
    /*background: #091038;*/
    color: #ffffff;
    padding: 10px 0;
    transition:0.3s ease-in-out;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    /*width:120px;*/
    width:100%;
    display:inline-block;
    text-align: center;
}

/************************************************************
					min770px－max999px
************************************************************/
@media screen and (min-width: 770px) and (max-width: 1000px){

/*#container, .w1000 {
	min-width: 100%;  
	width: 100%;
	margin: 0;
}*/
	
.w1000{
	width: 100%;
	/*padding-left: 2%;
	padding-right: 2%;*/
}
	
#pankuzu{
	width:auto;
	} 
    
.photo, .tour_main{
    width:100%;
    }
    
.tour_main dl{
    padding:10px 20px;
    height: auto;
    }
    
#main{
    padding: 10px 0 100px 0;
    }
    
h1.title img{
    width:90%
    }   
    
    }

/************************************************************
					タブレット対応
************************************************************/
@media screen and (min-width:600px) and (max-width:769px)  {

img{
    width /***/: auto;
    max-width: 100%;
    height: auto;
}
/* 非表示指定 */
.pc {display: none;}
.tb{display: block;}

#pankuzu{
	width:auto;
	}
	
.w1000{
	width: 100%;
	/*padding-left: 2%;
	padding-right: 2%;*/
}
    
/*h1.title {
	width:80%;
}    */
    
#main{
    padding: 10px 0 100px 0;
    }
    
.tour_box:nth-of-type(2), .tour_box:nth-of-type(3){
    padding-top:130px; 
    }    
    
.photo, .tour_main{
    width:100%;
    }
    
.tour_main dl{
    padding:10px 20px;
    } 
    
.tour_link p{
    margin-top: 50px;
    } 
    
.point{
    margin-top: 25px;
    }    
    
.point ul::before{
    left:5%;
    }    
}
/************************************************************
						スマホ
************************************************************/
@media screen and (max-width:559px)  {

/*body {font-size:12px;}*/
.pc{display: none;}
.tb{display: none;}	
.sp{display: block;}
	
#pankuzu{
	width:auto;
	}
	    
#wrap img{
	width:100%;
	}
    
.w1000{
	width:auto; 
	padding:0;
}
 
#contact .w1000{
    padding: 20px 0;
    }    
    
#contact .circle{
    display: none;
    } 
    
.infoBox{
    padding: 20px;
    }    
    
#mainvisual {
	background: url(../img/top_sp.jpg) no-repeat center top;
}
    
h1.title img{
    width:100%;
}
    
h2{
    font-size: 24px;
    position: relative;
    }
    
h2::before{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 60px;/*画像の幅*/
    height: 45px;/*画像の高さ*/
    background-image: url(../img/kazari_left_sp.png);
    background-size: contain;
    vertical-align:top;
    background-repeat: no-repeat;
    margin-right:10px;
    position: absolute;
    top:0;
    left:0;
}

h2::after{
    content: '';/*何も入れない*/
    display: inline-block;
    width: 60px;/*画像の幅*/
    height: 45px;/*画像の高さ*/
    background-image: url(../img/kazari_right_sp.png);
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
    margin-left:10px;
    position: absolute;
    top:0;
    right:0;
}
    
#main{
    padding: 10px 0 50px 0;
    }
    
.point{
    padding: 4em 0.8em 0.5em 0.8em;
    }    
    
/*.photo{
    padding: 0 0.8em 0.5em 0.8em;
    }*/
    
.point ul::before{
    content:'';
    width:290px;
    height: 70px;
    background: url("../img/point_sp.png") no-repeat;
    top:-20px;
    left:5%;
    } 
    
.point ul li .point_bold, .point ul li span{
    display: inline;
    padding-left:0;
    }    
    
.photo, .tour_main{
    
    width:100%;
    }
    
.tour_main .fs18{
    font-size: 18px;    
    }    
    
.tour_main dl{
    padding:10px 20px;
    }  
    
.tour_box{
    margin-bottom: 150px;
    padding-top: 50px;
    } 
    
.tour_box:nth-of-type(2), .tour_box:nth-of-type(3){
     padding-top: 100px;
    } 
    
.tour_link, .tour_link p, .tour_link p a{
    width:100%;
    }
    
.infoBox dl{
    text-align: center;
    }    
    
}
