@charset "utf-8";
/*sawarabi+*/
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400&family=Sawarabi+Mincho&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
/*①@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400&family=Shippori+Mincho&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');*/

/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #333333;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 5px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 40px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}

.inPreparation{
	font-size: 1.4em;
	line-height: 2;
	text-align: center;
	margin: 300px auto ;
}/*準備中*/
/*共通/end*/
header {
	min-width: 100%;
	margin: 0 0 0;
	padding: 5px;
	background: rgba(255,255,255,0.90);
	  box-shadow: 1px 7px 8px -8px rgba(0, 0, 0, 0.3);
	position: fixed;
	top:0;
	z-index: 100;
}
.insta-ico{
	
	height: 32px;
	margin: 1px 10px 3px;
}
.insta-ico img{
	width: auto;
	height: 100%;
}
header h1{
	width: 82%;
	margin: 0 0 0 0;
	font-size: .9em;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-weight: 400;
	letter-spacing: .05em;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.headImg{
	width: 100%;
	height: auto;
	margin: 45px auto 0;
}
.headImg img{
	width: 100%;
	height: auto;
	object-fit:contain;
	object-position: center;
}
/*.headImg img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center;
}*/
.concept{
	margin: 0 auto 40px;
	padding:15px 4% 40px 4%;
	background: hsla(180,45%,98%,1.00);
}

.concept h1{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.25em;
	text-align: center;
	line-height: 1.8;
	margin: 30px auto;
	margin-bottom: 30px;
}
.conceptTxt{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	font-size: .93em;
/*	padding:0 0 0 -1em;
	text-indent: 1em;*/
	line-height: 1.8;
}
.contentWrap{
	margin: 70px auto 50px;
}

.contentWrap h2{
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 50px;
}

.planBox{
    max-height: 100%;
    max-width: 834px;
    width: 100%;
    height: auto;
    margin: 50px auto 15px auto;
    padding: 0px 0px 0px 0px;
}
.planName{
	font-size: 1em;
	text-align: center;
}
.imgesBox {
    max-width: 834px;
    width: 100%;
	max-height: 100%;
    height: auto;
    margin: 30px auto 0px auto;
    padding: 5px 10px 5px 10px;
}
.tripimg {
    max-width: 834px;
    width: 100%;
	max-height: 100%;
    height: auto;
    margin: 0px auto 5px auto;
}
.planNav {
    max-width: 834;
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 5px 0px 5px 0px;
}
.planNav li {
    max-height: 100%;
    height: auto;
    max-width: 834px;
    width: 100%;
    margin: 5px auto 5px auto;
	text-align: center;
}
.tripmenu {
    font-size: 1em;
	line-height: 2.5;
    cursor: pointer;
}
.content{
	max-width:834px;
	width: 100%;
	margin: 70px auto 0;
}

h2 span{
	display: block;
	margin: 0 auto 10px;
}
h2 span img{
	width: 40px;
	height: auto;
}
/*.photographerName{
	width: 90%;
	margin: 0 auto 2em;
	font-size: .8em;
	text-align: left;
	line-height: 1.8;
}
.photographerTxt{
	width: 92%;
	margin: 0 auto 0;
	padding:0 0 0 -1em;
	text-indent: 1em;
	font-size: .8em;
	text-align: left;
	line-height: 1.8;
}*/
.photographerCont{
	max-width:480px;
	width: 97%;
	margin: 0px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;	
}
.photographerImg{
	width: 33%;
	margin: 0 auto 20px;
	text-align: center;
}
.photographerImg img{
	width: 90%;
	height: auto;
}
.photographerImg p{
	margin: 5px auto;
	font-size: .75rem;
	line-height: 1.4;
}
.photographerImg p span{
	font-size: .85rem;
	line-height: 1.8;
	letter-spacing: .15em;
}
.management{
	width: 100%;
	padding:5px;
	background: #f9f9f9;
}
.managementTxt{
	max-width: 400px;
	width: 95%;
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.management img{
	width: 70px;
	height: auto;
	margin-right: 10px;
}
.management span{
}
.priceBox{
	width: 95%;
	margin: 30px auto;
	padding:15px 0;
  border-radius: 5px;
  box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.17);
}
.priceBox h3{
	padding: 0 5px 15px;
	font-size: 1.25em;
	font-weight: 700;
	text-align: center;
}
.price{
	width: 100%;
	margin: 0 auto;
	padding:11px 10px 12px; 
	font-size: 1.8em;
	text-align: center;
	font-weight: 700;
	background: #EEFDFF;
}
.price span{
	font-size: .6em;
	font-weight: 500;
	margin-left: 5px;
}
.price-detail{
	margin: 15px 15px;
	text-align: center;
	line-height: 1.5;
}
.price-detail_L{
	width: max-content;
	margin: 15px auto;
	text-align: left;
	line-height: 1.5;
}
.remarks{
	margin: 20px 10px 0 2em;
	text-indent: -1em;
	line-height: 1.3;
}
.area{
	width: 100%;
	margin: 0 auto;
}
.area h3{
	margin: 0 0 20px 0;
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5;
}
.area p{
	font-size: .85em;
	text-align: center;
}
.area img{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}
.inquiry{
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding:10px 5px;
	background: aliceblue;
}
.inquiry iframe{
	width: 100%;
	height: 1040px;
}
.map iframe{
	width: 100%;
	height: 250px;
	margin: 0 0 0;
}
footer{
	padding:30px 1em 1em 1em;
	box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.17);
	border-bottom: 5px solid #F0F0F0;
}
footer .name{
	margin: 0 0 30px 0;
	font-size: 1.6em;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-weight:400;
	letter-spacing: .1em;
	display: block;
}
footer .adr{
	width: max-content;
	margin: 0 auto;
	text-align: left;
	line-height: 1.7;	
}
.foot_management{
	width: 100%;
	padding:5px;
	background: #f9f9f9;
}
.foot_managementTxt{
	max-width: 400px;
	width: 95%;
	margin: 5px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.foot_management img{
	width: 60px;
	height: auto;
	margin-right: 10px;
}
.foot_management span{
	font-weight: .75em;
}
/*Add*/
.red {
  color: red;
}
.pink {
  color: #fc8786;
}
.txtMin{
	font-family: 'Sawarabi Mincho', serif;
	font-weight: 400;
}
.txtMin-shippori{
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 400;
}
.txtB {
  font-weight: 700;
}
.txtCenter{
	text-align: center;
}
.yellowMaker{
background: linear-gradient(transparent 75%, #F8E962 75%);
}
.br-sp {
	display: block; 
}/*ｽﾏﾎ改行*/






/*PC*/
@media screen and (min-width:834px) {
a[href^="tel:"] {
  pointer-events: none;
}/*PC tel無効*/
header h1{
	width: 80%;
	margin: 0 0 0 0;
	font-size: 1em;
	font-family: 'Shippori Mincho', serif;
	text-align: center;
	font-weight: 400;
	letter-spacing: .1em;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.headImg{
	max-width:834px;
	width: 100%;
	height: auto;
	margin: 45px auto 0;
}
.concept{
	margin: 0 auto 40px;
	padding:80px 15% 80px 15%;
	background: hsla(180,45%,98%,1.00);
}
.concept h1{
	font-family: 'Shippori Mincho', serif;
	font-size: 1.05em;
	font-weight: 500;
	text-align: center;
	line-height: 2;
	letter-spacing: .1em;
	margin-bottom: 50px;
}
.conceptTxt{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
/*	padding:0 0 0 0;
	text-indent: 0;*/
	line-height: 2;
	letter-spacing: .05em;
}

.triping-6{
    width: 65%;
	height: auto;
	margin: 0 0 0 20px;
}

/*.photoCont{
	max-width:834px;
	width: 95%;
	margin: 100px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.photoCont-pc{
	width: 52%;
}
.photographerName{
	width: 100%;
	margin: 0 auto 2em;
	font-size: .9em;
	text-align: left;
	line-height: 1.8;
}
.photographerTxt{
	width: 100%;
	margin: 0 auto;
	padding:0 0 0 -1em;
	text-indent: 1em;
	font-size: .95em;
	text-align: left;
	line-height: 1.8;
}*/
.photographerCont{
	max-width:500px;
	width: 97%;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;	
}
.photographerImg{
	width: 34%;
	margin: 10px auto 20px;
	text-align:center;
}
.photographerImg p{
	margin: 5px auto;
	font-size: .85em;
	line-height: 1.4;
}
.photographerImg p span{
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing: .15em;
}
.management{
	width: 100%;
	margin: 30px 0 0;
	padding:5px;
	background: #f9f9f9;
}
.remarks{
	margin: 20px auto 0 auto;
	text-align: center;
	text-indent:inherit;
	line-height: 1.3;
}
.area{
	width: 550px;
	margin: 50px auto 0;
}
.area h3{
	margin: 0 0 20px 0;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.5;
}
.area p{
	font-size: 1em;
	text-align: center;
}
.area img{
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}
footer .adr{
	width: max-content;
	margin: 0 auto;
	text-align: center;
	line-height: 1.7;	
}

/**Add**/
.br-sp {
	display: none; 
}/*ｽﾏﾎ改行*/
}