@charset "EUC-JP";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* !Reseting
---------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,figure{
    margin: 0;
    padding: 0;
    text-align: left;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

a{
    text-decoration:none;
}
 
a:hover,a.selected{
    text-decoration:none;
}
 
a {
/*\*/
    overflow: hidden;

/**/
}
a:hover {
	opacity: 0.7 ;
}

a img:hover {
	opacity: 0.7 ;
}

input, button, textarea/*, select*/ {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
    width: auto;
    padding:0;
    margin:0;
    background:none;
    border:0;
    font-size:0;
    line-height:0;
    overflow:visible;
    cursor:pointer;
	vertical-align:middle;
}

input {
vertical-align:middle;
}

img {
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}

.pc {}
.sp { display: none !important; }


@media screen and (max-width: 35.49em) {
	.pc { display: none !important; }
    .sp { display: inline-block !important; }
}

/*@media screen and (max-width: 47.99em) {
	.pure-hidden-phone {
		display: none;
	}
}
@media screen and (max-width: 63.99em) {
	.pure-hidden-tablet {
		display: none;
	}
}
@media screen and (max-width: 79.99em) {
	.pure-hidden-desktop {
		display: none;
	}
}

@media print, screen and (min-width: 80em) {
	.originalS {
		width: auto;
	}
}

@media print, screen and (min-width: 48em) {
	.original {
		width: auto;
	}
}*/

/*.imageL {
	margin-right: 50px;
	float: left;
}

.imageR {
	margin-left: 50px;
	float: right;
}


.imageL img,
.imageR img {
    display: block;
    height: auto;
    width: 100%;
}

@media print, screen and (max-width: 47.99em) {
	.imageL,
	.imageR {
		margin:0 auto;
		float: none;
	}
	.imageL img,
	.imageR img {
    	width: auto;
		margin: auto;
	}
}*/

@media print {
  body {
    width: 1024px;
  }
}




/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
#header:after,
#contents:after,
section:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */

html { height: 100% }

body {
	font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 15px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #727171;;
	height: 100%;
	background: #FFF;
	overflow-x: hidden;
	overflow-y: scroll;
	font-weight: 400;
}

/* !Wrapper
---------------------------------------------------------- */
#wrapper {
	/*height: 100%;*/
	max-width: 960px;
    margin: 0 auto;
}

/* !Header
---------------------------------------------------------- */
#header {
	position: relative;
	height: 110px;
	width: 100%;
    margin: 0 auto;
}

#header h1#logo {
	max-width: 401px;
	position: absolute;
	top: 12px;
	left: 0px;
}

#header nav#gNavi {
	position: absolute;
	top: 77px;
	right: 0px;
	font-size: 14px;
}

#header nav#gNavi ul li {
	display: inline-block;
	margin-left: 1em;
		margin-left: 0.8em;
}

#header nav#gNavi ul li a {
	color: #727171;
	text-decoration: none;
}

#header nav#sNavi {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header nav#sNavi ul li {
	display: inline-block;
	margin-left: 1.5em;
	font-size: 90%;
}

#header nav#sNavi ul li a {
	color: #FFF;
	letter-spacing: 0.08em;
	text-decoration: none;
}


#header nav#sNavi ul li.grey_btn {
    background-color: #727171;
    padding: 7px 13px;
    margin-left: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media print, screen and (min-width: 64em) {
	#spNavi {
		display: none;
	}
}

@media print, screen and (max-width: 70.99em) {
/*	#header h1#logo {
		max-width: 360px;
	}*/
	#header nav#gNavi {
		top: 52px;
	}
	#header nav#gNavi ul li {
		font-size: 100%;
	}
}

@media print, screen and (max-width: 63.99em) {
	#gNavi {
		display: none;
	}
	#sNavi {
		display: none;
	}
}

@media screen and (max-width: 35.49em) {
	#header h1#logo {
		width: 50%;
	}
	#header {
    height: 60px;
}
}


/* !Main
---------------------------------------------------------- */
#main {
}

/* !PageMainimg
---------------------------------------------------------- */
#pageMainimg {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 70px;
}

/*#pageMainimg .tit {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 150px;
}*/

#pageMainimg .tit {
	position: absolute;
	bottom: 10%;
	right: 8%;
	font-size: 150%;
	color: #FFF;
	text-shadow:0px 0px 3px #000000;
	/*font-family: 'Sawarabi Gothic', sans-serif, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN","ÞâÌÀÄ«", "YuMincho", "Yu Mincho", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
    transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);*/
}

@media screen and (max-width: 35.49em) {
	#pageMainimg {
		margin-bottom: 30px;
	}
	#pageMainimg .tit {
		top: inherit;
		right: 5%;
		bottom: 5%;
		font-size: 5vw;
	}
}

/* !Container
---------------------------------------------------------- */
#container {
	width:100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 2em 50px 2em;
	box-sizing: border-box;
	background-size: 82%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#container .containerIn {
	margin: 0 10px;
}

@media print, screen and (max-width: 63.99em) {
	#header h1#logo {
    max-width: 401px;
    position: absolute;
    top: 12px;
    left: 10px;
}
	
		.gridFrame > div,
	.gridFrame > li {
		margin-bottom: 1em;
	}
	
	
	#container .containerIn {
		margin: 0;
	}
}

/* CategoryTop */
#select ul {
	justify-content: center;
	text-align: center;
	line-height: 180%;
}

#select ul li a {
	color: #F75F6C;
	display: block;
}

#select ul li a:hover {
	text-decoration: none;
}

#select ul li a:hover img {
	opacity: 0.7;
}

#select ul li figure {
	margin-bottom: 5px;
}

#select ul li figure img {
	border-radius: 50%;
}

#task {
	padding: 35px 35px;
	border-radius: 10px;
	background: #EBE5DD;
}

#task h4 {
	text-align: center;
	color: #F75F6C;
	font-size: 130%;
	margin-bottom: 10px;
}

#taskTxt {
	font-size: 110%;
}

/* !Footer
---------------------------------------------------------- */
#footer {
	padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0px;
}

#footer nav#sNavi ul {
	text-align: center;
	margin-bottom: 15px;
}

#footer nav#sNavi ul li {
	display: inline-block;
	border-right: 1px solid #999;
	font-size: 85%;
	line-height: 100%;
	padding: 1px 10px;
}

#footer nav#sNavi ul li:first-child {
	border-left: 1px solid #999;
}

#projectTit {
	text-align: center;
	font-size: 80%;
	margin-bottom: 10px;
}

#projectTit br {
	display: none;
}

small#copy {
	display: block;
	text-align: center;
}

@media screen and (max-width: 35.49em) {
	.contEx {
    padding: 0 1em 50px 1em!important;
	}
	#footer {
		margin-top: 0;
	}
	
	#projectTit br {
		display: inline;
	}
	#footer img {
		max-width: 80%;
	}
	
}

/* !É½¼¨¡¦ÈóÉ½¼¨
---------------------------------------------------------- */
@media print, screen and (min-width: 64em) {
	.hidden-md {
			display: none !important;
	}
}

/* !pure Grids
---------------------------------------------------------- */
.gridFrame {
	margin: 0 -15px;
}

.gridFrame > div,
.gridFrame > li {
	padding: 0 15px;
	box-sizing: border-box;
}
#select .pure-g.gridFrame .pure-u-1-2.pure-u-sm-1-3 p {
	text-align: center;
}
.containerIn .section.schedule.pure-g.gridFrame.tour .pure-u-1.pure-u-sm-1-2.pure-u-md-1-3.tour-img {
}

.gridFrame_narrow {
	margin: 0 -1%;
}

.gridFrame_narrow > div,
.gridFrame_narrow > li {
	padding: 0 1%;
	box-sizing: border-box;
}

@media print, screen and (max-width: 35.49em) {
	.gridFrame > div,
	.gridFrame > li {
		margin-bottom: 1em;
	}
	
	.gridFrame > div:last-child,
	.gridFrame > li:last-child {
		margin-bottom: 0;
	}
	
	.setumei_text .number p {
    font-size: 7vw;
	}
	
	.schedule h4 {
    font-size: 5.5vw!important;
		font-weight: bold;
	}
	
}

@media screen and (max-width: 35.49em) {
	.gridFrame > div:last-child,
	.gridFrame > li:last-child {
		margin-bottom: 0;
	}
	
	.gridFrame_narrow > div,
	.gridFrame_narrow > li {
		margin-bottom: 3px;
	}
	
	.gridFrame_narrow > div:last-child,
	.gridFrame_narrow > li:last-child {
		margin-bottom: 0;
	}
}

/* !pageTop
---------------------------------------------------------- */
#pageTop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 25px;
	line-height:100%;
	z-index:100;
}

#pageTop a {
    display: block;
	background-color: rgba(0,51,153,0.5);
    text-align: center;
    color: #FFF;
    font-size: 85%;
    text-decoration: none;
    padding: 18px 15px;
	border-radius: 300px;
}
 
#pageTop a:hover {
	background-color: rgba(0,51,153,0.7);
    text-decoration: none;
}

/* !breadcrumb
---------------------------------------------------------- */

.breadcrumbList {
	margin: 0 20px 55px;
	color: #777;
}

.breadcrumbList ul {
	font-size: 80%;
	text-align: right;
}

.breadcrumbList ul li {
	display: inline-block;
}

.breadcrumbList ul li:before {
	content: ' ¡ä ';
}

.breadcrumbList ul li:first-child:before {
	content: none;
}

@media screen and (max-width: 35.49em) {
	.breadcrumbList {
		display: none;
	}
}

/* !h(n)eading
---------------------------------------------------------- */

#pageTit {
	text-align: center;
	color: #FFF;
	font-size: 210%;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 50px;
	background: url(../img/tit_bg01.jpg);
	background-size: cover;
}

.tit_basic01 {
	margin-bottom: 1em;
	font-size: 190%;
	color: #F75F6C;
	padding-bottom: 3px;
	position: relative;
	text-align: center;
}

.tit_basic01:before {
	content: '';
	position: absolute;
	bottom: -5px;
	border-bottom: double 5px #F9AAAC;
	width: 150px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tit_basic02 {
	font-size: 180%;
	color: #F75F6C;
	text-align: center;
	margin-bottom: 15px;
}

.tit_basic03 {
    font-size: 130%;
    color: #F75F6C;
    margin-bottom: 0.2em;
    text-align: left;
}

.pageSummary {
	font-size: 130%;
	text-align: center;
}

/*.tit_basic02 {
	position: relative;
	font-size:230%;
	font-weight: bold;
	margin-bottom: 60px;
	text-align: center;
	color: #6C99C5;
	line-height: 1.2em;
	font-family: "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN","ÞâÌÀÄ«", "YuMincho", "Yu Mincho", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
    transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
}

.tit_basic02 strong {
	color: #003F97;
}

.tit_basic02 span.line {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 0.5em;
  background-color: #fff;
  text-align: left;
}
.tit_basic02::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C6D8E8;
}

.tit_basic03,
.tit_basic04 {
	font-size: 110%;
	font-weight: 500;
	margin-bottom:15px;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 5px;
}

.tit_basic03 {
	border: 2px solid #0168B6;
	background: rgb(0,170,232);
	background: -moz-linear-gradient(top, rgba(0,170,232,1) 0%, rgba(0,107,185,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,170,232,1) 0%,rgba(0,107,185,1) 100%);
	background: linear-gradient(to bottom, rgba(0,170,232,1) 0%,rgba(0,107,185,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aae8', endColorstr='#006bb9',GradientType=0 );
}

.tit_basic04 {
	border: 2px solid #E77000;
	background: rgb(243,156,0);
	background: -moz-linear-gradient(top, rgba(243,156,0,1) 0%, rgba(229,104,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,156,0,1) 0%,rgba(229,104,0,1) 100%);
	background: linear-gradient(to bottom, rgba(243,156,0,1) 0%,rgba(229,104,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39c00', endColorstr='#e56800',GradientType=0 );
}

.tit_basic05 {
	color: #E95C06;
	font-size: 100%;
	font-weight: 500;
}

.tit_basic05:before {
	content:'¢£ ';
	color: #E95C06;
}

@media print, screen and (max-width: 47.99em) {
	.tit_basic02 {
		position: relative;
		font-size:200%;
		margin-bottom: 30px;
	}

	.tit_basic02 span.line {
  		margin: 0;
  		padding: 0;
	}
	.tit_basic02::before {
		display: none;
	}
}*/

@media screen and (max-width: 35.49em) {
	#pageTit {
		font-size: 150%;
		margin-bottom: 10px;
		padding: 30px 0 30px;
	}
	
	.tit_basic01 {
		font-size: 150%;
		font-weight: 500;
		margin-bottom:30px;
		text-align: center;
	}
	
	.tit_basic02 {
		font-size: 120%;
		text-align: left;
		margin-bottom: 0.5em;
	}
	
	.tit_basic03 {
		font-size: 110%;
		margin-bottom: 0;
	}
	
	.pageSummary {
		font-size: 110%;
		text-align: left;
	}

		.textCenter {
			margin-top: 30px;
		text-align: center!important;
	}
	

}

/* !Listing
---------------------------------------------------------- */
.list_basic01 {
	list-style: disc;
	margin-left: 20px;
}

.list_basic02 {
	list-style: decimal;
	margin-left: 20px;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	.table_basic01 th,
	.table_basic01 td {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 10px 15px;
	}
	.table_basic01 th {
		background-color: #f3f3f3;
	}
	.table_basic01 td {
	}

/* !Section
---------------------------------------------------------- */
.section { margin-bottom: 5em; }
.sectionLv01 { margin-bottom: 10px;}
.sectionLv02 { margin-bottom: 20px;}
.sectionLv03 { margin-bottom: 30px;}
.sectionLv04 { margin-bottom: 40px;}
.sectionLv05 { margin-bottom: 50px;}
.sectionLv10 { margin-bottom: 100px;}
section[class^="section"]:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none;}

@media screen and (max-width: 35.49em) {
	.section { margin-bottom: 2.5em; }
}

/* !Btn
---------------------------------------------------------- */
.btn_basic01 {
	display: block;
	position: relative;
	padding: 7px 40px 7px;
    color: #fff;
	border: solid 2px ;
	text-align: center;
	letter-spacing: 0.2em;
	font-weight: 500;
	font-size: 14px;
}

.btn_basic01::after{
content: "";
    display: inline-block;
    width: 70px;
    height: 7px;
    border-right: 2px solid;
    border-bottom: 1.3px solid;
    transform: skewX(45deg);
	margin-left: 5px;
	margin-bottom: 4px
}


.btn_basic01:hover {
	opacity: 0.7;
	text-decoration: none;
}

.btn_basic02 {
	position: relative;
	padding: 5px 110px 5px 100px;
    color: #fff;
	border-radius: 5px;
	text-align: center;
	background-color: #009D96;
	line-height: 1;
	font-weight: 300;
	font-size: 140%;
}

.btn_basic02:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 1em;
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		margin-top: -5px;
}

.btn_basic02:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media print, screen and (max-width: 79.99em) {
}

@media print, screen and (max-width: 63.99em) {
}

@media print, screen and (max-width: 35.49em) {
	.btn_basic01,
	.btn_basic02 {
		display: block;
		padding: 15px 20px 15px 10px;
		font-size: 120%;
	}
}

/* !Arrow
---------------------------------------------------------- */
.arrow{
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.arrow::before{
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #F75F6C;
  border-right: solid 2px #F75F6C;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

/*taste 20190130*/

.tenpoInfo {
	margin-top: 2em;
	padding: 20px 30px 5px;
	background-color: #f7b2a6;
	border-radius: 15px;
}

.tenpoInfo h5 {
	font-size: 190%;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
}

.tenpoInfo .tenpoFlex {
	width: 100%;
	display: flex;
}

.tenpoInfo .tenpoPhoto {
	position: relative;
	margin: 10px;
	width: 42%;
	box-sizing: border-box;
}
.tenpoInfo .tenpoPhoto img {
	margin-bottom: 20px;
}

.tenpoInfo .outline {
	color: #FFF;
		position: relative;
	margin: 10px;
	width: 58%;
	box-sizing: border-box;
}

.tenpoInfo .outline #gmap {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 15px;
}

.tenpoInfo .outline #gmap iframe {
	width: 100%;
	height: 300px;
}

@media print, screen and (max-width: 815px) {
	.tenpoInfo .tenpoFlex {
	width: 100%;
	display: block;
}

.tenpoInfo .tenpoPhoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	box-sizing: border-box;
}
	.tenpoInfo .tenpoPhoto figure {
		margin: 0 auto;
		width: 48%;

	}
	
.tenpoInfo .tenpoPhoto img {
	width:100%;
}

.tenpoInfo .outline {
	text-align: center;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.tenpoInfo .outline #gmap {
	width: 100%;
	position: static;
	margin: 20px auto;
}

.tenpoInfo .outline #gmap iframe {
	position: inherit;
	height: 300px;
}
}

@media print, screen and (max-width: 35.49em) {
	.tenpoInfo h5 {
	font-size: 150%;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: center;
}
	
		.tenpoInfo .tenpoPhoto figure {
		margin: 0 auto;
		width: 100%;

	}
}

/*souvenir 20190130*/

.koishiPhotoWrap {
	width: 100%;
	display: flex;
}

.koishiPhotoWrap figure {
	width: 100%;
}

.koishiPhotoLeft {
	width: 68%;
	padding-right: 15px;
	box-sizing: border-box;
}

.koishiPhotoRight {
	width: 32%;
}

.koishiPhotoRight figure {
display: block;
}

.koishiPhotoRight figure:first-child {
	margin-bottom: 13px;
}

.kimochi {
	width: 100%;
}

figure.kimochi {
	text-align: center
}

.tbl-base {
	
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e2d5d2;
    border-bottom: 0;
	margin: 20px auto;
	line-height:25px;
}

.tbl-base table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl-base tbody tr {
    border-bottom: 1px solid #e2d5d2;
}


.tbl-base tbody th {
    background: #f7b2a6;
    color: #531c06;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 40%;
    vertical-align: middle;
}

.tbl-base th, .tbl-base td {
    padding: 3px 20px;
    font-size: 16px;
}

@media screen and (max-width: 815px) {
	
.koishiPhotoWrap {
	margin: 0 auto;
	width: 100%;
	display: block;
}

.koishiPhotoWrap figure {
	width: 100%;
}

.koishiPhotoLeft {
	margin: 0 auto 15px;
	width: 100%;
	padding-right: 0px;
	box-sizing: border-box;
}

.koishiPhotoRight {
	width: 100%;
	display: flex;
}

.koishiPhotoRight figure {
display: inline;
	width: 50%;
}

.koishiPhotoRight figure:first-child {
	margin-bottom: 0px;
}

	
.tbl-base tbody th,.tbl-base tbody td {
font-size: 14px;
}
	
.tbl-base {
	line-height:18px;
}

	.tbl-base tbody th {
    line-height: 1.5;
}
	
	.tbl-base th, .tbl-base td {
    padding: 2px 5px;
}
	
}
