/*全称セレクタ*/
/* 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;
}

/*------------------------------------------------------------------------
ここからデザインレイアウト
-----------------------------------------------------------------------*/
.container {
    width: 100vw;
    overflow: hidden;
	margin: auto;
	position: relative;
}
.sav {
	width: 100%;
	background-color: #fff;
}
header {
	padding-top: 10px;
	background-color: rgba(0, 103, 65, 0.918);
	color: white;
    width: 100%;
    height: 55px;
    position: fixed;
	z-index: 10;
}
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 34px;
    /* margin: 10px; */
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(15px) rotate(-315deg);
      transform: translateY(15px) rotate(-315deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
      opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-15px) rotate(315deg);
      transform: translateY(-15px) rotate(315deg);
    }
/* ------------------------------------------------------   */
.top {
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: auto;

}
.toptittle {
	/* width: 80%; */
	display: flex;
	/* justify-content: space-between; */
}
.toptittle img {
	height: 40px;
	margin: auto auto auto 0;
}
header ul {
	display: none;
}
.mo ul {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 100vh;
    background-color:rgba(0, 0, 0, 0.959);

}

.mo li {
	padding-top: 10px;
	height: 60px;
	width: 60%;
	margin: auto;
    /* text-align: center; */
    color: ivory;
	font-family: dnp-shuei-mgothic-std, sans-serif;
}
.mo ul a {
    /* background-color: #131313; */
    width: 100vw;
    height: 40px;
    line-height: 40px;
    display: block;
    /* text-align: center; */
    font-size: 1em;
    text-decoration: none;
    color: ivory;
    /* transition: all 0.5s; */
}
header ul li a img {
	height: 40px;
}
.mainmo {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	color: black;
	width: 100%;
	margin: 0 auto;
	z-index: 5;
	background-color: #fff;
}	

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.1em;
	line-height: 1.2em;
}
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.3em;
	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.7em;
}

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;
}

/* .maintop {
	width: 100%;
	background-image: url(img/topbg_2.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;
	padding-bottom: 100px;
} */
.maintop {background:none;} 
.maincontent {background:none;} 

body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(img/topbg_4.png) center/cover no-repeat; 
  /* -webkit-background-size:cover; */
  margin-bottom: 100px;
  }
.maincontent {
	width: 100%;
	padding: 20px 0 70px;
	position: relative;


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

}
.toplogo img {
	width: 100%;
}

.announce {
	background-color: white;
	text-align: center;
	height: 60px;
	line-height: 30px;
}
.announce a {
	font-size: 0.5em;
	text-decoration: none;
	color: black;
}
.announce  p{
	font-size: 0.7em;
}


.about {
	width: 100%;
	padding: 30px 5px;
	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;
}
.abouttextmo {
	width: 80%;
}
.abouttext {
	display: none;
}
.abouttextmo p {
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom: 20px;
	/* white-space: nowrap; */
}
.info0 {
	overflow: hidden;
}

.info0 img {
	width: 200%;
	height: auto;
	margin-left: -50%;
}

.info{
	background-color: white;
	/* padding-bottom: 30px; */
}
.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: 10px;
}

.infobox {
	width: 100%;
	height: auto;
	margin: 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;
}
.access {
	background-color: white;
}
.map {
	width: 90%;
	margin: auto;
}
.mappc {
	display: none;
}
.accesscontent {
	color: rgb(70, 70, 70);
	width: 80%;
	margin: auto;
}
.accesstext {
	width: 90%;
	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;
}
.bannercontent {
	display: none;
}
.banner {
	padding: 20px 0 10px;
	width: 100%;
	background-color: rgb(0, 103, 65);
}
.bannermo {
	width: 70%;
	margin: auto;
}
.bannermo img {
	width: 100%;
}
.footernav {
	background-color: white;
	width: 90%;
	margin: auto;
}
.footernav ul {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.footernav ul img{
	height: 20px;
	width: auto;
}
.sns {
	margin-top: 30px;
	padding: 30px;
	background-color: white;
}
.snsf {
	display: none;
}
.snscontent {
	margin: auto;
	text-align: center;
}
.snsfollow {
	background-color: white;
	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.7em;
	text-align: center;
	margin-top: 30px;
}
.addresscontent {
	width: 90%;
	margin: auto;
	text-align: center;
}
.address {
	margin-bottom: 10px;

}

/* 予約 */
/* .yoyaku {
	display: none;
} */
/* info--------------------------------------------------------- */
.topspace {
	height: 70px;
}
.sitecontent {
	display: none;
}

.annaimap {
	width: 80%;
	height: 500px;
	margin: auto;
}
.annaiback {
	width: 85%;
	margin: 50px auto;
}
.link {
	text-align: end;
}
.jikantext  {
	width: fit-content;
	margin: 0 auto 50px;
}

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

.sentocontent {
	width: 90%;
	margin: auto;

}
.sentobox {
	width: 100%;
	margin-bottom: 50px;
}
.sentobox img {
	width: 100%;
	height: auto;
}
.sentobox p {
	margin: 5px 10px 20px;
}
.setubibox {
	width: 100%;
	margin-bottom: 50px;
}
.setubibox img {
	width: 100%;
	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.2em;
	font-weight: 700;
	color: black;
}
.link a:hover {
	color: #ff9933;
}


/* csite--------------------------------------------------- */
.csite {
	width: 100%;
}
.csiteimg {
	width: 90%;
	margin: 10px auto;
}

.ryokincontent {
	width: 90%;
	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: 85%;
	margin: auto;
	margin-bottom: 50px;
}
.csitecontent img {
	width: 100%;
}
.csitetext {
	width: 100%;
}
.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: 80%;
	margin: 50px auto;
}
.ryokintext p {
	width: 95%;
	margin: auto;
	line-height: 1.5em;
}
.contactcontent {
	width: 100%;
	margin: auto;
}
.yoyakutext {
	width: 90%;
	margin: 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;
}
iframe[src^="https://docs.google.com/forms/d/e"]{
	width:100%;
  }
.googleCalendar iframe {
	width: 100%;
	height: 400px;
} 


