@charset "utf-8";
/* CSS Document */

img{
    width: 100%;
}

body{
    background-image: url("../img/footer_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 50%;
    background-attachment: fixed;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #543B0F;
    letter-spacing: 1px;
}

nav.menu_pc{
    width: 100%;
    height: 5.2vw;
    background-image: url("../img/nav_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

nav.menu_pc p{
    width: 30%;
    margin-left: 1vw;
}

nav.menu_pc p img{
    width: 100%;
}

nav.menu_pc ul{
    width: 25%;
    height: 5.2vw;
    justify-content: space-between;
    display: flex;
    margin-right: 2vw;
}

nav.menu_pc ul li{
    width: 30%;
    height:100%;
}

nav.menu_pc ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

nav.menu_pc ul li img{
    width: 100%;
}

nav ul li:nth-child(1){
    background-image: url("../img/nav1.png");
}

nav ul li:nth-child(2){
    background-image: url("../img/nav2.png");
}

nav ul li:nth-child(3){
    background-image: url("../img/nav3.png");
}

nav ul li{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition : all 0.2s ease 0s;
}

nav ul li:nth-child(1):hover{
    background-image: url("../img/nav1_hover.png");
}

nav ul li:nth-child(2):hover{
    background-image: url("../img/nav2_hover.png");
}

nav ul li:nth-child(3):hover{
    background-image: url("../img/nav3_hover.png");
}

article{
    width: 70%;
    margin: 0 auto;
    background-color: #F8F3DA;
}

main{
    width: 90%;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 5.2vw;
}

article h1{
    width:70%;
    margin: 0 auto;
    padding-top: 10vw;
}

article main p{
    width: 80%;
    margin: 0 auto;
    line-height: 1.9;
    text-indent: 1em;
    padding-top: 0.7em;
}

article main div.name-wrap{
    width: 80%;
    margin: 1.5em auto 0;
}

article main p.name{
    background-color: #F29600;
    color: #fff;
    font-weight: bold;
    padding: 0.1em 1em;
    width: fit-content;
    text-indent: 0;
    margin-left: 0;
}

article main p.photo{
    text-indent:0;
    width: 75%;
    margin: 1.5em auto;
}

article main p.photo2{
    margin-top: 0;
}

article main .report{
    padding: 2em 0;
}

article main section.tour-report2{
    margin-top: 3em;
}

section .first-p{
    padding-top: 1em;
}

section h3{
    font-size:24px;
    padding: 0.5em 0;
    text-align: center;
    font-weight: bold;
    color: #8C6856;
}

section h3 img{
    width: 3%;
    display: inline-block;
    margin-right: 0.5em;
}

article main section .qa p{
    text-indent: -2em;
    padding-left: 2em;
}

article main section .qa{
    margin: 2.5em 0;
}

section .qa .orange img{
    width: 1.5em;
    vertical-align:middle;
    display: inline-block;
    margin-right: 0.2em;
}

.leaf-line{
    width: 90%;
    margin: 3vw auto;
}

.sub p:first-child{
    width: 70%;
    margin-top: 5vw;
    text-align: center;
    font-family: 18px;
}

.sub p:last-child{
    width: 50%;
    margin-top: 7px;
    text-indent: 0;
}

.sub p a:hover{
    opacity: 0.7;
}


.form-btn{
	padding:1.3em 1.3em;;
	background-image:url(../img/form-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
	position:fixed;
	right:0;
	top:20vw;
    -ms-writing-mode: tb-rl;
	writing-mode:vertical-lr;
    text-orientation: upright;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
    font-size:clamp(15px, 2vw, 16px);
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: bold;
    letter-spacing: 0.2em;
}

.form-btn a{
	display:block;
	margin: -1.3em -1.3em;
	padding: 1.3em 1.3em;
}

.form-btn:hover{
	opacity:0.7;
	transition : 0.3s;
}

div.pagetop {
	width:1.5vw;
	height:7vw;
	display: none;
	border-radius: 50%;
	position: fixed;
	left: 2vw;
	bottom: 10vw;
}

div.pagetop:hover {
	cursor: pointer;
	opacity:0.7;
}

div.pagetop img{
	width:100%;
}



@media screen and (max-width:960px) {

body{
    background-size: 100%;
    background-color: #F8F3DA;
}

article{
width: 100%;
}

main{
    width: 80%;
    height: auto;
    background-color:#FFFFFF;
}



}



@media screen and (max-width:500px) {



nav.menu_pc{
    width: 100%;
    height: 15vw;
    background-image: url("../img/nav_bg_sp.png");
    background-position: bottom;
}

nav.menu_pc p{
    width: 65%;
    margin: 0 auto;
    padding: 0.3em 0;
}

article h1{
    width:80%;
    margin: 0 auto;
    padding-top: 20vw;
}

section h3{
    font-size:18px;
}

section h3 img{
    width: 7%;
}

article main p.photo{
    width: 90%;
    margin: 0.5em auto;
}

.sub p:last-child{
    width: 70%;
}

.form-btn{
	top:110vw;
    font-size:clamp(12px, 2vw, 13px);

}

div.pagetop {
	width:4vw;
	height:7vw;
	bottom: 20vw;
}



}


