/*全称セレクタ*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: bottom;
}
footer h5,h6 {
	color: #fff;
}

/*------------------------------------------------------------------------
ここからデザインレイアウト
-----------------------------------------------------------------------*/
.container {
    width: 100vw;
    overflow: hidden;
	margin: auto;
}
.sav {
	width: 100%;
}
header {
	padding-top: 10px;
	background-color: rgba(0, 103, 65, 0.918);
	color: white;
    width: 100%;
    height: 70px;
    position: fixed;
	z-index: 10;
}
.mo {
	display: none;
}
.snsmo {
	display: none;
}
/* .obi {
	width: 100%;
} */
.top {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: auto;

}
.toptittle {
	width: 400px;
	display: flex;
	justify-content: space-between;
}
.toptittle a {
	text-decoration: none;
	color: white;
}
.toptittle img {
	height: 60px;
	margin: auto auto auto 0;
}
.toptittle img:hover {
	opacity: 0.6;
}
header ul {
	display: flex;
	margin: auto;
	justify-content: space-between;
}
header ul li {
	width: 180px;
	padding: 10px 0 0;
}
header ul li:nth-of-type(1) {
	width: 100px;
	padding: 15px 0;
}

header ul li a img {
	display: block;
	margin: auto;
	height: 40px;
}

header ul li a {
	white-space: nowrap;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	color: white;
	font-size: 1em;
	line-height: 40px;
}
header ul li:hover {
	background-color: #ff9933;
}
h1 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 25px;
	white-space: nowrap;
}
h1 span {
	font-size: 1.5em;
	line-height: 40px;
}
h2 {
	font-family: 'Lato', sans-serif;
	color: black;
	font-size: 2em;
	text-align: center;
	margin: 0 0 50px;
}
h3 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 50px;
	white-space: nowrap;
}
h3 span {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8em;
}

h4 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	white-space: nowrap;
	margin: 15px 0;
}
h5 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.8em;
}
h6 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8em;
}
.main {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: black;
	width: 100%;
	margin: 80px auto 0;
}	
.maintop {
	width: 100%;
	background-image: url(img/topbg_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 200px;
	padding-top: 10px;

}
.maincontent {
	width: 100%;
	height: 100vh;
	/* position: relative; */


}
.toplogo {
	text-align: center;
	width: 30%;
	height: auto;
	margin: auto;
	margin-top: 80px;
	/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);	 */

}
.toplogo img {
	width: 100%;
}

/* 上部白帯 */

.announce {
	background-color: white;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 70px;
}
.announce a {
	text-decoration: none;
	color: black;
}
.announce a:hover {
	color: #ff9933;
}

.about {
	width: 40%;
	padding: 30px;
	margin: auto;
	background-color: rgba(0, 103, 65, 0.74);
	color: white;
}
.aboutcontent {
	width: 95%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	height: auto;
	/* position: relative; */
}
.aboutcontent img {
	width: 10%;
	height: auto;
	align-self: flex-start;
	margin-top: auto;
}
.abouttext {
	width: 80%;
	/* position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%); */
}
.abouttextmo {
	display: none;
}

.abouttext p {
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 20px;
	white-space: nowrap;
}

.info0 p {
	font-size: 1.2em;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.info0 img {
	width: 100%;
	height: auto;
}

.info{
	background-color: white;
	/* padding-bottom: 100px; */
}
.infoimg {
	/* display: flex; */
	margin-bottom: 20px;
	width: 100%;
}
.infoimg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.infocontent {
	width: 100%;
	margin: auto;
	display: flex;
	margin-bottom: 50px;
}

.infobox {
	width: 34%;
	height: 705px;
	/* padding-bottom: 30px; */
	margin: 0 0 auto;
	vertical-align: top;
	/* text-align: center; */
}
.infoicon {
	display: block;
	height: 60px;
	width: auto;
	margin: auto;
	margin-bottom: 40px;
	
}
.infobox p {
	width: 80%;
	height: 150px;
	margin: auto;
}
.infobox span {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 20px;
	white-space: nowrap;
	display: block;
	margin: auto;
}
.infobox a {
	text-decoration: none;
	color: black;
}

.bt {
	display: flex;
	justify-content: space-around;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.bt img{
	width: 200px;
	height: auto;
}
.bt img:hover {
	transform: scale(1.1);
	transition: 0.5s
}
.footernav img:hover {
	transform: scale(1.1);
	transition: 0.5s
}
.access {
	padding: 30px;
	background-color: white;
}
.map {
	width: 80%;
	margin: auto;
}
.accesscontent {
	color: rgb(70, 70, 70);
	width: 80%;
	margin: auto;
	display: flex;
}
.accesstext {
	width: 50%;
	padding: 0 10px;
	margin: 20px 0;
}
.accesstext:nth-of-type(2) {
	border-left: 0.5px solid rgb(70, 70, 70);
}
.accesstext p {
	line-height: 20px;
}
.banner {
	width: 100%;
	background-color: rgb(0, 103, 65);
}
.bannercontent {
	width: 75%;
	margin: auto;
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
}
.bannermo {
	display: none;
}
.bannerimg {
	width: 30%;
	height: auto;
}
.bannerimg img {
	width: 100%;
}
.bannerimg img:hover {
	opacity: 0.6;
}
.footernav {
	width: 60%;
	margin: auto;
}
.footernav ul {
	display: flex;
	justify-content: space-between;
	margin: 70px 0;
}
.footernav ul img{
	height: 50px;
	width: auto;
}
.sns {
	margin-top: 30px;
	padding: 50px;
	background-color: white;
}
.snscontent {
	margin: auto;
	text-align: center;
}
.snsfollow {
	height: 50px;
	padding-top: 5px;
	text-align: center;
}
.snsfollow img{
	height: 40px;
}

footer {
	width: 100%;
	padding: 20px 0;
	background-color: rgb(0, 103, 65);
	color: rgb(0, 0, 0);
}
footer p {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.8em;
	text-align: center;
	margin-top: 30px;
}
.addresscontent {
	display: flex;
	justify-content: center;
}
.address {
	margin-right: 20px;

}
/* .topspace {
	height: 100px;
}
 */

/* 予約 */
/* .yoyaku {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.yoyaku img {
	width: 70px;
} */
/* info--------------------------------------------------------- */
.sitecontentmo {
	display: none;
}
.annaimap {
	width: 80%;
	height: 500px;
	margin: auto;
}
.annaiback {
	width: 80%;
	margin: 50px auto;
}
.link {
	text-align: end;
}
.jikantext  {
	width: 80%;
	margin: 0 auto 50px;
}

.jikantext p {
	line-height: 1.2em;
}
.jikantext ul,.jikantext h4 {
	width: fit-content;
	margin: auto;
}
.jikantext li {
	margin: 5px;
}
.sitecontent {
	/* width: 80%; */
	width: fit-content;
	margin: auto;
}
.sitecontent span {
	font-size: .8em;
	font-weight: 400;
}
.sitecontent p {
	margin: 15px;
}

.sentocontent {
	width: 100%;
	margin: auto;
	display : flex;
	flex-wrap : wrap;
	justify-content: space-between;
}
.sentobox {
	width: 30%;
	margin-bottom: 50px;
}
.sentobox img {
	width: 100%;
	height: auto;
}
.sentobox p {
	margin: 5px 10px 20px;
}
.setubibox {
	width: 49%;
	height: auto;
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
}
.setubibox img {
	width: 50%;
	height: auto;
}
.setubitext {
	margin-left: 15px;
}
.setubitext p:nth-child(1) {
	font-weight: 800;
	margin-bottom: 5px;
}
.link a {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: 700;
	color: black;
}
.link a:hover {
	color: #ff9933;
}


/* csite--------------------------------------------------- */
.csite {
	width: 100%;
}
.csiteimg {
	width: 80%;
	margin: 20px auto;
}
.ryokincontent {
	width: 50%;
	margin: 0 auto 100px;

}
.ryokincontent p {
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 5px;
}
.ryokincontent table {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: auto;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
.ryokincontent table td:nth-of-type(3) {
	font-weight: 700;
	
}
.ryokincontent table,.ryokincontent tr,.ryokincontent th,.ryokincontent td {
	border-collapse: collapse;
	border: grey solid 1px;
}
.ryokincontent th {
	background-color: #ff9933;
}
.csitecontent {
	width: 70%;
	display: flex;
	margin: auto;
	justify-content: center;
	margin-bottom: 50px;
}
.csitecontent img {
	width: 40%;
}
.csitetext {
	margin-left: 50px;
	width: 70%;
}
.csitetext h4 {
	margin: 0 0 30px;
}
.csitetext span {
	font-size: .8em;
	font-weight: 400;
}
.csitetext p {
	line-height: 1.5em;
}



/* baiten------------------------------------------------------------------------------ */
.ryokin {
	width: 100%;
	margin: auto;
}
.ryokintext {
	width: 50%;
	margin: 50px auto;
}
.ryokintext p {
	width: 95%;
	margin: auto;
	line-height: 1.5em;
}
/* contact----------------------------------------------------------------------------- */
.contactcontent {
	width: 100%;
	margin: auto;
}
.googleCalendar {
	width: max-content;
	margin: 50px auto;
}
.yoyakutext {
	width: max-content;
	margin: 50px auto;
}
.yoyakutext h4 {
	margin-top: 50px;

}

.yoyakutext p {
	width: 100%;
	margin: auto;
	line-height: 1.5em;
}
.ku-pon {
	border: solid 2px #ff9933;
	padding: 10px;
	margin-bottom: 20px;
}

/* agreement----------------------------------------------------------------------------- */

.agreementcontent {
	color: rgb(70, 70, 70);
	width: 80%;
	margin: auto;
	display: flex;
}
.agreementtext {
	width: 100%;
	padding: 0 10px;
	margin: 20px 0;
}

p.foot-menu a {
	color: #fff;
}