index1/*
/*
Theme Name: blankslate-child
Version: 1.6
Template: blankslate
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Noto+Serif+JP:wght@400;600;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Share+Tech&display=swap');



:root {
    --color1: #fff;
    --color2: #fcdfc0;
    --color3: #ed7768;
    --color4: #231815;
    --color5: #ed796e;
	--color6: #F8B73F;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}

html{scroll-behavior:smooth;}

body{
    line-height: 1.2em;;
    color: var(--color4);
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    /*font-family: 'Noto Sans JP', serif;*/
    font-size: 16px;
    height: auto;
    background: var(--color1);
	overflow-x: hidden;
}

.font1{
    font-family: 'Noto Serif JP', sans-serif;
}

.font2{
    font-family: 'Noto Sans JP', serif;
}

.pc{display: block;}
.sp{display: none;}

a{
    text-decoration: none;
    color: #231815;
}
a[href^="tel"]{
    text-decoration:none;
}

button{outline:0;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
q{display:inline;font-style:italic;}
q:before{content:'"';font-style:normal;}
q:after{content:'"';font-style:normal;}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0;}
input[type="search"]{-webkit-appearance:textfield;}

/*table{border-collapse:collapse;border-spacing:0;}
th,td{padding:2px}*/
big{font-size:120%}
small,sup,sub{font-size:80%}
sup{vertical-align:super}
sub{vertical-align:sub}

/*dd{margin-left:20px}*/
kbd,tt{font-family:courier;font-size:12px}
ins{text-decoration:underline}
del,strike,s{text-decoration:line-through}
dt{font-weight:bold}
address,cite,var{font-style:italic}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}
.bypostauthor{}
.wp-caption{}
.wp-caption-text{}
.gallery-caption{}
.alignright{}
.alignleft{}
.aligncenter{}
.screen-reader-text{
    border:0;
    clip:rect(1px,1px,1px,1px);
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute!important;
    width:1px;
    word-wrap:normal!important;
    word-break:normal;
}
.screen-reader-text:focus{
    background-color:#f7f7f7;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    -webkit-clip-path:none;
    clip-path:none;
    color:#007acc;
    display:block;
    font-size:14px;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    right:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000;
}
.skip-link{
    left:-9999rem;
    top:2.5rem;
    z-index:999999999;
    text-decoration:underline;
}
.skip-link:focus{
    display:block;
    left:6px;
    top:7px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    line-height:normal;
    padding:15px 23px 14px;
    z-index:100000;
    right:auto;
}
.visually-hidden:not(:focus):not(:active), 
.form-allowed-tags:not(:focus):not(:active){
    position:absolute !important;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(1px 1px 1px 1px);
    clip:rect(1px, 1px, 1px, 1px);
    white-space:nowrap;
}

#content{
    min-height: 30vh;
}

.showbox1{
    width: 100%;
    max-width: 830px;
    margin: 0 auto;
}

.m-t--50{margin-top: -50px;}
.m-t-10{margin-top: 10px;}
.m-t-15{margin-top: 15px;}
.m-t-20{margin-top: 20px;}
.m-t-30{margin-top: 30px;}
.m-t-40{margin-top: 40px;}
.m-t-50{margin-top: 50px;}
.m-b-10{margin-bottom: 10px;}
.m-b-15{margin-bottom: 15px;}
.m-b-20{margin-bottom: 20px;}
.m-b-30{margin-bottom: 30px;}
.m-b-40{margin-bottom: 40px;}
.m-b-50{margin-bottom: 50px;}

.m-l-20{margin-left: 20px;}
.p-l-10{padding-left: 10px;}
.p-l-20{padding-left: 20px;}
.p-r-20{padding-right: 20px;}
.p-t-50{padding-top: 50px;}
.p-t-30{padding-top: 30px;}
.p-t-25{padding-top: 25px;}
.p-t-20{padding-top: 20px;}

.p-b-200{padding-bottom: 200px;}
.p-b-70{padding-bottom: 70px;}
.p-b-50{padding-bottom: 50px;}
.p-b-30{padding-bottom: 30px;}
.p-b-20{padding-bottom: 20px;}
.p-b-10{padding-bottom: 10px;}

.p-30{padding: 30px 0;}
.p-20{padding: 20px 0;}
.p-50{padding: 50px 0;}
.p-100{padding: 100px 0;}

/*.bk-color1{background: var(--color1);}*/
.text-color1{color: var(--color3);}

.b-b-d{border-bottom: 1px dotted var(--color2);}

.showbox2{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.showbox3{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


.hfeed{
}




header{
	width: 100%;
    padding: 20px 0;
	background: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 100;
}

#branding{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#branding #site-title{
}



.header2{
    
}

#container{
    background-color: var(--color1);
}



.menu-content .menu-memutop-container ul{
	display: flex;
	
}

.menu-content .menu-memutop-container ul li{
	display: inline-block;
	border-right: 1px solid var(--color4);
	padding: 0 10px;
}

/*.menu-content .menu-memutop-container ul li:first-child{
	display: inline-block;
	border-left: 1px solid var(--color4);
}

.menu-content .menu-memutop-container ul li:first-child a::before{
	font-family: FontAwesome;
    content: "\f015";
    margin-right: 5px;
}

.menu-content .menu-memutop-container ul li:nth-child(2) a::before{
	font-family: FontAwesome;
    content: "\f3c5";
    margin-right: 5px;
}

.menu-content .menu-memutop-container ul li:nth-child(3) a::before{
	font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 5px;
}

.menu-content .menu-memutop-container ul li:last-child a::before{
	font-family: FontAwesome;
    content: "\f002";
    margin-right: 5px;
}*/



#menu-memutop{
	
}


/*#menu{

}


#menu ul{
    display: flex;
    justify-content: space-between;
}




#menu ul li:not(:last-child){
    padding: 3px 10px;
    border-right: 1px solid var(--color4);
}
#menu ul li:last-child{
    padding: 3px 0 3px 10px;
}*/


.hamburger-menu{
    /*position: sticky;
    top: 0;
    z-index: 99;
    padding-bottom: 10px;*/
    
}


.menu-content2 ul{
    position: relative;
    display: flex;
    justify-content: center;
}


.menu-content2 ul li{
    width: 100%;
    max-width: 180px;
    height: auto;
    text-align: center;
    
}

.menu-content2 ul li:not(:last-child){
    margin-right: 15px;
}

.menu-content2 ul li:first-child{
    background: no-repeat center top url(./images/header/menu1.png);
    background-size: 100% auto;
}

.menu-content2 ul li:first-child:hover{
    background: no-repeat center top url(./images/header/menu1-2.png);
    background-size: 100% auto;
}

.menu-content2 ul li:nth-child(odd) a{
    display: block;
    padding-top: 127px;
    padding-bottom: 35px;
}

.menu-content2 ul li:nth-child(2){
    background: no-repeat center top url(./images/header/menu2.png);
    background-size: 100% auto;
}
.menu-content2 ul li:nth-child(2):hover{
    background: no-repeat center top url(./images/header/menu2-1.png);
    background-size: 100% auto;
}

.menu-content2 ul li:nth-child(even) a{
    display: block;
    padding-top: 117px;
    padding-bottom: 25px;
}

.menu-content2 ul li:nth-child(3){
    background: no-repeat center top url(./images/header/menu3.png);
    background-size: 100% auto;
}
.menu-content2 ul li:nth-child(3):hover{
    background: no-repeat center top url(./images/header/menu3-1.png);
    background-size: 100% auto;
}

.menu-content2 ul li:nth-child(4){
    background: no-repeat center top url(./images/header/menu4.png);
    background-size: 100% auto;
}
.menu-content2 ul li:nth-child(4):hover{
    background: no-repeat center top url(./images/header/menu4-1.png);
    background-size: 100% auto;
}

.menu-content2 ul li:last-child{
    background: no-repeat center top url(./images/header/menu5.png);
    background-size: 100% auto;
}
.menu-content2 ul li:last-child:hover{
    background: no-repeat center top url(./images/header/menu5-1.png);
    background-size: 100% auto;
}

.menu-content2 ul li a:hover{
	color: var(--color1);
}


#menu-menu1-1 li a{
	text-decoration:none;
	pointer-events: none;
}






.menu-content2 ul li ul.sub-menu{
    /*position: relative;*/
	position: absolute;
    top: 180px;
    left: 0;
    /*width: calc(500% + 60px);*/
	width: 960px;
    /*background: #ed796e;*/
	background: rgba(237, 121, 110, 0.9);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	
	padding: 20px;
	
    visibility: hidden;
    /*transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 1s ease;*/
    /*height: 0;*/
	height: auto;
    overflow: hidden;
    opacity: 0;
	
	border-radius: 15px;
	z-index: 30;
}

.menu-content2 ul li ul.sub-menu:hover{
	color: #fff;
}

.menu-content2 ul li:nth-child(2) ul.sub-menu{
    /*left: -195px;*/
}

.menu-content2 ul li:nth-child(3) ul.sub-menu{
    /*left: -390px;*/
}

.menu-content2 ul li:nth-child(4) ul.sub-menu{
    /*left: -585px;*/
}

.menu-content2 ul li:last-child ul.sub-menu{
    /*left: -780px;*/
}

.menu-content2 ul li ul.sub-menu li{
    background: none;
    width: calc(100% / 3 - 40px) !important;
    max-width: 300px !important;
    text-align: center;
	border-right: 1px solid var(--color1);
}

.menu-content2 ul li ul.sub-menu li:hover{
	background: none;
}

.menu-content2 ul li ul.sub-menu li a{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--color1);
}

ul#menu-menu1-1 li ul li a{
	text-decoration:inherit;
	pointer-events: inherit;
}


li.menu-item-has-children:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
    /*transform: translateY(0);*/
}


.bk1{
	background: no-repeat center top url(./images/index/bk1.jpg);
	background-size: 100% 100%;
	padding: 50px 0;

	
}

.bk2{
	background: no-repeat center top url(./images/index/bk2.jpg);
	background-size: 100% 100%;
	padding: 50px 0;
}

.bk3{
	padding: 30px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
	/*box-shadow:5px 5px 10px #b2b2b2;*/
	border: 5px solid #b2b2b2;
}

.bk4{
	padding: 30px 30px 0 30px;
	background: #06c755;
	border-radius: 20px;
	/*box-shadow:5px 5px 10px #b2b2b2;*/
	border: 5px solid #b2b2b2;
}

/*.sub-menu {
  visibility: visible;
    opacity: 1;
    transform: translateY(0);
}*/





.bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center bottom;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	overflow: hidden;
	padding: 0;

}

/*.bg-slider div{
	position: relative;
	width: 100%;
	max-width: 960px;
	left: 0;
	right: 0;
	margin: auto;
	height: 100vh;

}

.bg-slider div p:first-child{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35%;
}

.bg-slider div p:first-child img{
	width: 100%;
	height: auto;
}


.bg-slider div p:last-child{
	position: absolute;
	top: 70px;
	right: 0;
	width: 10%;
}
.bg-slider div p:last-child img{
	width: 100%;
	height: auto;
}*/





.index1{
	height: 100vh;
	/*background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4),rgba(17, 66, 99, 0.6));
	z-index: -1;*/
}

/*#bg-video{
	position: fixed;
	right: 0;
 	bottom: 0;
	min-width: 100%;
 	min-height: 100%;
 	width: auto;
 	height: auto;
 	z-index: 0;
 	background-size: cover;
}*/
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
 	position: relative; /*必ず必要*/
 	z-index: 2; /*必ず必要*/
 	width: 50%;
 	justify-content: center;
 	align-items: center;
 	text-align:center;
 	margin: auto;
	top: 0;
	border: 1px solid #fff;
	color: #fff;
	padding: 30px 0;
	line-height: 1.4em;
	font-size: 26px;
}




.index-midashi1{
	background: no-repeat left center url(./images/index/midashi1.png);
	background-size: 40px auto;
	padding: 0 0 10px 50px;
	border-bottom: 2px solid #674040;
	font-size: 1.8em;
}


.index2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

.index2 div:first-child{
	width: 30%;
	text-align: center;
}

.index2 div:first-child img{
	width: 50%;
	height: auto;
}

.index2 div:last-child{
	width: 70%;
	line-height: 1.6em;
	padding: 20px;
	font-size: 20px;
}



.banner1{
	width: 100%;
	margin-bottom: 50px;
	padding: 20px;
}
.banner1 p:first-child{
	font-size: 24px;
	margin-bottom: 15px;
}
.banner1 p:last-child{
	text-align: center;
}

.banner1 p:last-child img{
	border: 3px solid #6a3805;
}



.banner1 img{
	width: 100%;
	max-width: 820px;
	height: auto;
}



.index3{

}

.index3 .index3-1{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 30px;
}



.index4 .index4-1{
	margin-top: 50px;

	text-align-last: right;
}

.index4 .index4-1 p{
	display: inline-block;
	margin-left: 15px;
	border-left: 1px solid var(--color4);
	border-right: 1px solid var(--color4);
	padding: 0 10px;
}

.post-list2{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post-list2 p:first-child{
	width: 15%;

}
.post-list2 p:last-child{
	width: 82%;
	white-space: nowrap; /* テキストの折り返しを防ぐ */
	overflow: hidden; /* はみ出した部分を非表示にする */
	text-overflow: ellipsis;
}


.post-list4{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.post-list4 div{
	width: 32%;
	height: auto;
	margin-bottom: 15px;
	text-align: center;
}

.post-list4 div:not(:nth-child(3n)){
	margin-right: 2%;
}

.post-list4 div p {
	width: 100%;
	margin-bottom: 10px;
}
.post-list4 div p img{
	width: 100%;
	height: auto;
	border: 1px solid var(--color4);
}


.index5{
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}
.index5 .index5-1{
	width: 48%;
	
}
.index5 .index5-1-1{
	text-align: center;
	border-radius: 30px;
	font-size: 26px;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--color1);
}

.index5 .index5-1-1.color1{
	background: #F4A13D;
}

.index5 .index5-1-1.color2{
	background: #4BBCBB;
}

.index5-1-2 .link1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
}

.index5-1-2 .link1 p{
	width: 48%;
	border-bottom: 1px dotted var(--color4);
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.index5-1-3 .link1{
	padding: 15px;
}

.index5-1-3 .link1 p{
	width: 100%;
	border-bottom: 1px dotted var(--color4);
	padding-bottom: 5px;
	margin-bottom: 10px;
}





.index6{
	
}


.index7{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index7 div{
	width: 50%;
}

.index7 div:first-child p:first-child{
	text-align: center;
}

.index7 div:first-child p:first-child img{
	width: 100%;
	max-width: 80px;
	height: auto;
}
.index7 div:first-child p:nth-child(2){
	text-align: center;
	font-size: 2.5rem;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
}

.index7 div:first-child p:nth-child(3){
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	margin: 15px 0;
	line-height: 1.4em;
	background: #ff772d;
}

.index7 div:first-child p:nth-child(4),
.index7 div:first-child p:last-child{
	font-size: 18px;
	color: #fff;
	line-height: 1.4em;
}



.index7 div:last-child{
	text-align: center;
}

.index7 div:last-child img{
	width: 100%;
	max-width: 350px;
	height: auto;
}





.form1{
    margin-top: 30px;
    border: 1px solid var(--color4);
    border-radius: 15px;
    padding: 15px 20px 45px 20px;
	background: #778ca3;
}

.form1 dl{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid var(--color4);
	
}

.form1 dl dt{
    font-size: 16px;
    font-weight: normal;
    color: #00a0e9;
    width: 30%;
	color: #fff;
}

.form1 dl dt span{
    font-size: 11px;
    color: #e60012;
    text-align: right;
    margin-left: 20px;
}

.form1 dl dd{
    width: 70%;
    padding-left: 10px;
     display: flex;
    justify-content: space-between;
}

.form1 dl dd p{
    width: 100% !important;
}

.form1 dl dd.input2 p{
    width: 49% !important;
}


.form1 dl dd input{
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: none;
    border: 1px solid var(--color4);
}



.form1-1{
    border-top: 1px solid var(--color4);
    padding-top: 25px;
}

.form1-1 div:first-child{
    border-bottom: 1px solid var(--color4);
    font-size: 18px;
    color: #00a0e9;
    padding-bottom: 5px;
}

.form1-1 div:first-child span{
    font-size: 11px;
    color: #E60012;
    margin-left: 20px;
}

.form1 textarea{
    width: 100%;
    height: 250px;
}

.form1-2{
    margin-top: 20px;
    font-size: 16px;
}

.form1-2 a{
    text-decoration: underline;
    color: #00a0e9;
}

.js-mw-checkbox{
	padding: 20px 0;
}


.btn1{
    text-align: center;
    margin-top: 40px;
}

.btn1 .submit_button{
    width: 175px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    background: #009944;
    border: none;
    color: var(--color1);
    border-radius: 20px;
}

.btn1 .submit_button:hover{
    cursor: pointer;
}

.wpcf7-submit:disabled {
    background-color: #999;
}


/*Page*/

/* パンくずリスト */
.breadcrumb {
	padding-top: 30px;
}

.breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    margin: 0 5px;
}


.page{
}

article{
    
}

.post-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post-list p:first-child{
	width: 15%;

}

.post-list p:last-child{
	width: 82%;
	white-space: nowrap; /* テキストの折り返しを防ぐ */
	overflow: hidden; /* はみ出した部分を非表示にする */
	text-overflow: ellipsis;
}

.sec1{
	padding-top: 50px;
}

.sec1 ul{
	list-style: disc;
	padding-left: 20px;
}

.sec1 ol{
	list-style: decimal;
	padding-left: 20px;
}


.entry-title{
	color: #674040;;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
}




.entry-title2{
    background: #fad2c6 no-repeat left top url(./images/page/midashi1.png);
	background-size: auto 100%;
    font-size: 22px;
    margin-top: 35px;
    padding: 10px 10px 10px 40px;
    color: var(--color4);
	line-height: 1.4em;
}


.entry-meta{
    font-size: 16px;
}


.entry-title3{
    background: #3C2222;
    font-size: 18px;
    margin: 35px 0 50px 0;
    padding: 10px;
    color: var(--color1);
}

.entry-title4{
	color: #ED796E;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.2em;
}

.contents-header{
    padding: 50px 0 20px 0;
}

.nav-links{
    display: flex;
    justify-content: space-around;

}

.nav-previous,
.nav-next{
    width: 200px;
    height: auto;
    background: #144811;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.nav-previous a,
.nav-next a{
    display: block;
    color: var(--color1);
    padding-top: 7px;
    padding-bottom: 7px;
}
.nav-previous a::before{
    font-family: FontAwesome;
    content: "\f060";
    margin-right: 10px;
}

.nav-next a::after{
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 10px;
}

.page-set1{
	padding: 70px 0 20px 0;
	background: no-repeat center top url(./images/page/bk5.jpg);
	background-size: 100% 100%;

}

.bk5{
	background: no-repeat center top url(./images/page/bk6.jpg);
	background-size: 100% 100%;
	padding: 50px 0;
	margin-top: -1px;
	min-height: 800px;
}

.entry-content{
	position: relative;
	z-index: 2;
}





.about1{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
	padding: 20px 0;
}

.about1 div:first-child{
	width: 30%;
	text-align: center;
	
}

.about1 div:first-child img{
	width: 100%;
	max-width: 400px;
	height: auto;
}

.about1 div:last-child{
	width: 68%;
}



.about2{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
	padding: 20px 0;
}
.about2 div:first-child{
	width: 73%;
}

.about2 div:last-child{
	width: 25%;
	text-align: center;

}
.about2 div:last-child img{
	width: 100%;
	max-width: 150px;
	height: auto;
}

.about3{
	padding: 20px 0 40px 0;
}

.tourist-toolbar button:hover{
	cursor: pointer;
}


.center1{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	align-items: center;
}

.center1 .center1-1{
	width: 40%;
}

.center1 .center1-1 img{
	width: 100%;
	height: auto;
}


.center1 .center1-2{
	width: 58%;
}
.center1 .center1-2 div{
	margin-bottom: 10px;
}

.center1 .center1-2 div:first-child{
	font-size: 24px;
	margin-bottom: 20px;
}



.center3{
	padding-bottom: 50px;
}

.center3-1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.center3-1 div{
	width: 48%;
	margin-bottom: 20px;
}

.center3-1 div p:first-child{
	width: 100%;
	background: #778ca3;
	padding: 5px;
	color: #fff;
	font-size: 18px;
}

.center3-1 div img{
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.center3-1 div p:nth-child(3){
	padding: 3px 5px;
	border-bottom: 1px dotted #778ca3;
}

.center3-1 div p:nth-child(3)::before{
	font-family: FontAwesome;
    content: "\f111";
	margin-right: 5px;
}

.center3-1 div p:last-child{
	padding: 3px 5px;
	border-bottom: 1px solid #778ca3;
}



.center4{
	
}

.center4-1{
	padding: 20px 0 50px 0;
}

.center4-2{
	padding: 20px 0 50px 0;
}
.center4-2 dl{
	display: flex;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

.center4-2 dl dt{
	width: 15%;	
}

.center4-2 dl dd{
	width: 85%;	
}

.center4-3{
	padding-bottom: 30px;
}

.center4-3-1{
	font-size: 24px;
	border-bottom: 1px solid #778ca3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.center4-3-2 p{
	font-size: 20px;
	margin: 20px 0 10px 0;
}
.center4-3-2 p::before{
	font-family: FontAwesome;
    content: "\f111";
	margin-right: 5px;
	color: #778ca3;
}

.center4-3-2 table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
}
.center4-3-2 table th {
	padding: 10px;
	background: #778ca3;
	border: solid 1px #666;
 	color: #fff;
}
.center4-3-2 table td {
 	padding: 10px;
 	border: solid 1px #666;
}
.center4-3-2 table td:first-child {
 	background: #e9faf9;
}



.center5-1{
	padding: 20px 0;
}

.center5-2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 40px 0;
}

.center5-2 div{
	width: 32%;
	border: 1px solid #778ca3;
	margin-bottom: 20px;
}

.center5-2 div p{
	padding: 5px 10px;
}

.center5-2 div p:first-child{
	width: 100%;
	background: #778ca3;
	padding: 5px;
	color: #fff;
	font-size: 18px;
}

.center5-2 div p img{
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.center5-2 div p:nth-child(2){
	border-bottom: 1px dotted #778ca3;
}
.center5-2 div p:nth-child(2)::before{
	font-family: FontAwesome;
    content: "\f073";
	margin-right: 5px;
}

.bousai1{
	padding-bottom: 50px;
}

.bousai2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bousai2 p{
	width: 48%;
	background: #ffeb41;
	border-radius: 10px;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
	margin-bottom: 20px;
}

.bousai2 p a{
	display: block;
	padding: 40px 20px 40px 120px;
}

.bousai2 .b-bk1{
	background: #ffeb41 no-repeat left 10px center url(./images/page/bousai1.png);
	background-size: 100px auto;
}

.bousai2 .b-bk2{
	background: #ffeb41 no-repeat left 10px center url(./images/page/bousai2.png);
	background-size: 100px auto;
}

.bousai2 .b-bk3{
	background: #ffeb41 no-repeat left 10px center url(./images/page/bousai3.png);
	background-size: 100px auto;
}

.bousai2 .b-bk4{
	background: #ffeb41 no-repeat left 10px center url(./images/page/bousai4.png);
	background-size: 100px auto;
}

.bousai2 .b-bk5{
	background: #ffeb41 no-repeat left 10px center url(./images/page/bousai5.png);
	background-size: 100px auto;
}



.project1{
	padding-bottom: 30px;
}

.project2{
	display: flex;
	flex-wrap: wrap;
}


.class1{
	width: 100%;
	margin-bottom: 20px;
}

.class1 .class1-1{
	width: 100%;
	background: #778ca3;
	font-size: 24px;
	padding: 10px;
	color: #fff;
	border: 1px solid #778ca3;
}

.class1 .class1-2{
	display: flex;
	border: 1px solid #778ca3;
}

.class1 .class1-2 div:first-child{ 
	width: 30%;
	padding: 10px;
}
.class1 .class1-2 div:first-child img{ 
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.class1 .class1-2 div:last-child{ 
	width: 70%;
	padding: 10px;
	line-height: 1.4em;
}


/*pagenation*/
/*wp-pagenavi 06*/
.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 50px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #777;
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background-color:#ededed;
	border:1px solid #dcdcdc;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#e4685d; 
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
	background-color:#dfdfdf;
}
.wp-pagenavi span.current{
	color: #FFF;
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	background:-ms-linear-gradient( top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fc8d83), color-stop(100%, #e4685d) );
	background-color:#fc8d83;
	border-color: #e4685d;
	font-weight: bold;
}


.link-lists{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.link-list1{
	width: 49%;
	padding: 0 10px 10px 2.5em;
	text-indent: -1.5em;
	/*text-decoration: underline;*/
	margin-bottom: 15px;
	font-size: 18px;
	border-bottom: 1px dotted var(--color4);
	line-height: 1.6em;
    
}

.link-list1 a::before{
	font-family: FontAwesome;
    content: "\f35a";
	margin-right: 5px;
}

.link-list1 a::after{
	font-family: FontAwesome;
    content: "\f35d";
	margin-left: 5px;
}

.link-list2{
	width: 49%;
	padding: 0 10px 10px 2.5em;
	text-indent: -1.5em;
	/*text-decoration: underline;*/
	margin-bottom: 15px;
	font-size: 18px;
	border-bottom: 1px dotted var(--color4);
	line-height: 1.6em;
    
}

.link-list2 a::before{
	font-family: FontAwesome;
    content: "\f1c1";
	margin-right: 5px;
}

.link-list2 a::after{
	font-family: FontAwesome;
    content: "\f35d";
	margin-left: 5px;
}







/*sitemap*/
h3.post-type{
	display: none;
}

ul.simple-sitemap-page li.sitemap-item{
	width: 100%;
	font-size: 20px;	
	padding: 5px 15px;
}

ul.simple-sitemap-page li.sitemap-item a{
	
}

ul.simple-sitemap-page li.sitemap-item a::before{
	pointer-events: none;
	font-family: FontAwesome;
    content: "\f101";
}


ul.simple-sitemap-page li.page_item_has_children{
	border: none;
	
}

ul.simple-sitemap-page li.page_item_has_children a{
	pointer-events: none;
}

ul.simple-sitemap-page li.page_item_has_children a::before{
	content: "";
}

ul.simple-sitemap-page li.sitemap-item ul.children li.sitemap-item{
	pointer-events: inherit;
    font-size: 22px;
    padding: 10px 10px 10px 30px;
    color: var(--color4);
	line-height: 1.4em; 
	
}

ul.simple-sitemap-page li.sitemap-item ul.children li.sitemap-item a{
	pointer-events: inherit;
}

ul.simple-sitemap-page li.sitemap-item ul.children li.sitemap-item a::before{
	font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
}

h3.term-tag{
	font-size: 22px;
	border-bottom: 2px solid #4cbbb1;
	margin-bottom: 15px;
}

ul.simple-sitemap-post{
	font-size: 22px;
}

ul.simple-sitemap-post li{
	padding-left: 1em;
    text-indent: -1.5em;
	margin-bottom: 10px;
}

ul.simple-sitemap-post li::before{
	font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
}


.tourist-list{
	padding: 50px 0;
	
}

.tourist-item{
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding: 20px;
}

.tourist-list .title{
	font-size: 18px;
	margin-bottom: 10px;
}

.tourist-list .title::before{
	font-family: FontAwesome;
    content: "\f66f";
    margin-right: 10px;	
}

.spotlist2{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.spotlist2 .meta::before{
	font-family: FontAwesome;
    content: "\f3c5";
    margin-right: 10px;
}

.spotlist2 .actions{
	margin-left: 20px;
}

.spotlist1{
	display: flex;
	justify-content: space-between;
}

.thumb{
	width: 30%;
}

.thumb img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.body{
	width: 68%;
}



/* 一覧カードの一時ハイライト */
.tourist-item.is-active {
  background: #fff8d6;
  outline: 2px solid #f5c518;
  transition: background .3s ease;
}

.coffee1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 1.6em;
}

.coffee1-1{
	width: 30%;
	text-align: center;
}

.coffee1-1 img{
	width: 100%;
	max-width: 150px;
	height: auto;
}

.coffee1-2{
	width: 68%;
}


.coffee4{
	background: #D67D3D;
	padding: 10px 20px;
	text-align: center;
	line-height: 1.4em;
	font-size: 18PX;
	color: #FFF;
	font-weight: bold;
	margin: 30px 0;
}

.coffee2{
	display: flex;
	justify-content: space-between;
	padding: 20px 0 50px 0;
}

.coffee2 .coffee2-1{
	width: 48%;
	text-align: center;
}

.coffee2 .coffee2-1 div:first-child{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.coffee2 .coffee2-1 div:nth-child(2){
	text-align: center;
}
.coffee2 .coffee2-1 div:nth-child(2) img{
	width: 100%;
	max-width: 200px;
	background: #fff;
	border-radius: 100%;
}

.coffee2 .coffee2-1 div:last-child{
	margin-top: 10px;
}

.coffee2 .coffee2-1 div:last-child p{
	border: 1px solid #333;
	padding: 5px 10px;
	margin-bottom: 10px;
}


.coffee2 .color1{
	color: #915e25;
}

.coffee2 .color1{
	color: #632f00;
}

.coffee2 .bordercolor1{
	border: 10px solid #915e25;
}

.coffee2 .bordercolor1{
	border: 10px solid #632f00;
}


.coffee3{
	padding: 30px 0;
	text-align: center;
}

.coffee3 p:first-child{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.coffee3 p:first-child span{
	font-size: 16px;
	font-weight: bold;
}

.coffee3 p:last-child{
	font-size: 32px;
	font-weight: bold;
}

.coffee3 p:last-child span{
	font-size: 18px;
	font-weight: normal;
}


.coffee5{
	border: 1px solid #333;
	padding: 20px;
	margin: 20px;
}

.coffee5 p{
	line-height: 1.6em;
}

.coffee5 p::before{
	font-family: FontAwesome;
    content: "\f111";
    margin-right: 10px;
}


.coffee6{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.coffee6 div{
	width: 50%;
	text-align: center;
}

.coffee6 div img{
	width: 100%;
	max-width: 300px;
	height: auto;
}


/*footer*/
#footer{
	position: relative;
	z-index: 2;
    background: no-repeat center top url(./images/footer/bk4.jpg);
	background-size: 100% 100%;
	padding: 30px 0 10px 0;
}

#copyright{
	display: flex;
	justify-content: space-between;
    padding: 20px 50px;
}

.footer-menu1 ul{
	display: flex;
	flex-wrap: wrap;
}


.footer-menu1 ul li{
	/*display: inline-block;*/
	border-right: 1px solid var(--color4);
	padding: 0 10px;
}

/*.footer-menu1 ul li:first-child{
	display: inline-block;
	border-left: 1px solid var(--color4);
}*/

.footer-menu1 ul li:first-child a::before{
	font-family: FontAwesome;
    content: "\f015";
    margin-right: 5px;
}

.footer-menu1 ul li:nth-child(2) a::before{
	font-family: FontAwesome;
    content: "\f3c5";
    margin-right: 5px;
}

.footer-menu1 ul li:nth-child(3) a::before{
	font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 5px;
}

.footer-menu1 ul li:last-child a::before{
	font-family: FontAwesome;
    content: "\f002";
    margin-right: 5px;
}




#copyright2{
    padding: 20px 50px;
	text-align: right;
}



.footer1{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
}

.footer1 div:first-child{
	font-size: 28px;
}

.footer1 div:last-child {
	padding-left: 20px;
	width: 330px;
	display: flex;
	flex-wrap: wrap;

}


.footer1-2{
	width: 100%;
	margin-top: 10px;
	margin-left: 45%;
	padding-bottom: 30px;
}



#scrollTop{
	position: fixed;
	bottom: 80px;
	right: 20px;
	font-size: 40px;
	color: #999;
	z-index: 30;
	
}

#scrollTop:hover{
	cursor: pointer;
}


.grecaptcha-badge {z-index: 50;}


@media screen and (max-width: 768px) {
    
    .pc{display: none;}
    .sp{display: block;}
    .entry-content{
        width: 100%;
        overflow-x: hidden;
    }
    .mp-b-350{padding-bottom: 350px;}
    
    .m-l-20{margin-left: 0px;}
    .p-l-20{padding-left: 0px;}
    .p-t-25{padding-left: 0px;}
	
	
	
    
    
    .showbox1{
        /*padding: 0 10px;*/
    }
    .showbox2{
        /*padding: 0 10px;*/
    }
	
	
	#wrapper{
		width: 100%;
		overflow-x: hidden;
	}
	
	.hfeed{

	}

	.header0 p{
		text-align: center;
		color: var(--color3);
		letter-spacing: 0.4em;
		padding: 10px 20px 10px 0;
		font-size: 11px;
	}
    
    
    
    
    header{
		padding: 10px 0;
		background: rgba(255,255,255,0.8);
	}

	#branding{
		justify-content: center;
		flex-direction: column;
	}

	#branding #site-title img{
		width: 300px;
		height: auto;
	}
	
	.header-title{
		width: 90%;
		top: 0;
		padding: 30px 0;
		line-height: 1.4em;
		font-size: 20px;
	}
	
	.bk1{
		background-size: auto 100%;
		padding: 50px 10px;
	}

	.bk2{
		background-size: auto 100%;
		padding: 50px 10px;
	}
	
	.bk3{
		padding: 30px 10px;
		background: rgba(255, 255, 255, 0.7);
		border-radius: 20px;
		/*box-shadow:5px 5px 10px #b2b2b2;*/
		border: 5px solid #b2b2b2;
	}
	
	
	.page-set1{
		padding: 70px 10px 20px 10px;
		background-size: auto 100%;
	}
	
	.bk5{
		background-size: auto 100%;
	}
	
	.sp-p-10{
		padding: 0 10px;
	}
	
	
	.index-midashi1{
		background: no-repeat left center url(./images/index/midashi1.png);
		background-size: 30px auto;
		padding: 0 0 5px 40px;
		border-bottom: 2px solid #674040;
		font-size: 1.4em;
	}
	

	/*#content{
		padding: 0 10px;
	}*/
	
	.index2{
		flex-direction: column;
	}

	.index2 div:first-child{
		width: 100%;
	}

	.index2 div:first-child img{
		width: 150px;
		height: auto;
	}

	.index2 div:last-child{
		width: 100%;
		font-size: 18px;
		padding: 20px 10px;
	}
	
	.banner1 p:first-child{
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	

	.post-list{
		flex-direction: column;
	}

	.post-list p:first-child{
		width: 100%;

	}

	.post-list p:last-child{
		width: 100%;
	}
	
	.post-list2{
		flex-direction: column;
	}

	.post-list2 p:first-child{
		width: 100%;
	}
	.post-list2 p:last-child{
		width: 100%;
	}


	.post-list4{
		display: flex;
		flex-wrap: wrap;
	}

	.post-list4 div{
		width: 48%;
		height: auto;
		margin-bottom: 20px;
	}

	.post-list4 div:not(:nth-child(4n)){
		margin-right: 0;
	}
	
	.post-list4 div:not(:nth-child(2n)){
		margin-right: 4%;
	}

	
	
	.index5{
		flex-direction: column;
	}
	.index5 .index5-1{
		width: 100%;

	}

	.index5-1-2 .link1{
		flex-direction: column;
	}

	.index5-1-2 .link1 p{
		width: 100%;
	}
	
	
	.index7{
		flex-direction: column;
	}

	.index7 div{
		width: 100%;
	}
	
	.index7 div:first-child{
		margin-bottom: 15px;
	}
	
	.index7 div:first-child p:nth-child(2){
		font-size: 2rem;
		margin: 15px 0;
	}

	.index7 div:first-child p:nth-child(3){
		font-size: 1.2rem;
	}
	
	.bk4{
		padding: 30px 10px 0 10px;
	}

	
	.page-title{
		font-size: 1.2em;
		padding: 5px 0 10px 60px;
	}

	.page-title1,
	.page-title2,
	.page-title3,
	.page-title4,
	.page-title5,
	.page-title6,
	.page-title7,
	.page-title8,
	.page-title9{
		background-size: 60px auto;
	}
	
	
	.about1{
		flex-direction: column;
	}

	.about1 div:first-child{
		width: 100%;
		margin-bottom: 15px;
	}

	.about1 div:last-child{
		width: 100%;
	}
	
	.about2{
		flex-direction: column-reverse;
	}
	.about2 div:first-child{
		width: 100%;
	}

	.about2 div:last-child{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.spotlist1{
		flex-direction: column;
	}

	.thumb{
		width: 100%;
		margin-bottom: 15px;
	}

	.body{
		width: 100%;
	}
	
	
	.center1{
		display: flex;
		justify-content: space-between;
		padding-bottom: 50px;
		align-items: center;
		
		flex-direction: column-reverse;
	}

	.center1 .center1-1{
		width: 100%;
	}

	.center1 .center1-1 img{
		width: 100%;
		height: auto;
	}

	.center1 .center1-2{
		width: 100%;
	}

	
	.center4-2 dl{
		flex-direction: column;
	}

	.center4-2 dl dt{
		width: 100%;	
	}

	.center4-2 dl dd{
		width: 100%;	
	}
	
	.center4-3-2 p{
		font-size: 16px;
	}
	
	.link-lists{
		flex-direction: column;
	}


	.link-list2{
		width: 100%;
		/*padding: 0 10px 10px 10px;*/
		padding: 0 10px 10px 2.5em;
	}
	
	.center3-1{
		flex-direction: column;
	}

	.center3-1 div{
		width: 100%;
	}
	
	.center5-2{
		flex-direction: column;
	}

	.center5-2 div{
		width: 100%;
	}
	
	
	
	.bousai2{
		flex-direction: column;
	}

	.bousai2 p{
		width: 100%;
	}
	
	
	.class1 .class1-2{
		flex-direction: column;
	}

	.class1 .class1-2 div:first-child{ 
		width: 100%;
	}
	.class1 .class1-2 div:first-child img{ 
		height: 180px;
	}

	.class1 .class1-2 div:last-child{ 
		width: 100%;
	}
	
	
	.coffee6{
		flex-direction: column;
	}

	.coffee6 div{
		width: 100%;
		margin-bottom: 20px;
	}


    .form1{
        
    }

    .form1 dl{
        display: flex;
        align-items: center;
        padding: 7px 0;
        border-top: 1px solid #231815;
        
        flex-direction: column;
    }

    .form1 dl dt{
        padding: 10px;
        width: 100%;
    }


    .form1 dl dd{
        width: 100%;
        padding: 10px 0;
        display: flex;
        margin: 0;
    }
	
	
	
	
	
	
	

 

	.footer1{
		display: flex;
		justify-content: center;
		flex-direction: column;
		
		align-items: center;
	}

	.footer1 div:first-child{
		font-size: 28px;
		margin-bottom: 15px;
	}

	.footer1 div:last-child {
		padding-left: 20px;
		width: 330px;
		display: flex;
		flex-wrap: wrap;

	}


	.footer1-2{
		margin-left: 0;
		text-align: center;
		padding-bottom: 15px;
	}
	


  
	#copyright{
		justify-content: center;
		flex-direction: column;
		padding: 20px 10px;
	}
	
	.footer-menu1 ul{
		margin-bottom: 10px;
	}
	
	.footer-menu1 ul li{
		padding: 0 6px;
	}
	
	#copyright2{
		padding: 20px 10px;
		text-align: left;
	}
	

	/*#copyright div:first-child{
		margin-bottom: 10px;
		width: 80px;
	}*/

    
}



@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }



}
