@charset "utf-8";
@import url(html5reset.css);
@import url(class.css);

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        # styles
 Last update:    2014-2-15

================================================================ */


/* universal
-------------------- */
* {
	margin: 0;
	padding: 0;
}

	/* structure */
html {
	background: #fff;
	color: #000;
	font-size: 62.5%;
}

body {
	min-width: 1060px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	line-height: 1.8;
	font-size: 14px; font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
	body {
		min-width: 0;
	}
}

div,
p,
li, dt, dd {
	font-size: 14px; font-size: 1.4rem;
}

hr {
	display: none;
}

hr.dotted {
	display: block;
	margin: 40px 0;
	border: none;
	border-bottom: 1px dotted #e0c799;
}

/* config
-------------------- */
#TopWrap {
	background: #000;
}
#Footer {
	background: #000;
}
a {
	color:#333;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#999;
}
a:active {
	color:#999;
}
.widget-local-navi li.first a {
	background: #000;
}
.widget h2 {
	background: #000;
}
.widget-blog-calendar td center {
	background: #000;
}

/* hypertext
-------------------- */
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/* text
-------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	line-height: 1.8;
}

	p b {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
		font-weight: bold;
	}

strong {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-weight: bold;
}


/* list tag
-------------------- */
li, dt, dd {
	list-style: none;
}


/* image tag
-------------------- */

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

.content a:hover img:not([class="Over"]) {
	filter: alpha(opacity=70);
	opacity: 0.7;
}





/* layout
-------------------- */
#TopWrap {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
	#TopWrap .wrapper {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}


#Header {
	display: table;
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding-top: 20px;
	/* padding-top: 60px; */
}

#Main {
}
	#Main #Page {
		float: left;
		width: 594px;
	}
	#Main #Side {
		float: right;
		width: 291px;
	}
	
#SocialBottons {
	background: url(../img/common/bg_check.png) repeat;
}
	#SocialBottons .wrapper {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0;
		text-align: right;
	}
#Footer {
}
	#Footer .wrapper {
		width: 1000px;
		margin: 0 auto;
		color: #fff;
	}

@media screen and (max-width: 640px) {
	#TopWrap {
		position: relative;
	}
	#TopWrap .wrapper {
		width: auto;
	}
	#Header {
		display: block;
		width: auto;
		height: auto;
		margin: 10px;
		padding-top: 50px;
	}
	#SocialBottons .wrapper {
		width: auto;
	}
	#Main {
	}
		#Main #Page {
			float: none;
			width: auto;
			margin: 0 10px;
		}
		#Main #Side {
			float: none;
			width: auto;
			margin: 0 10px;
		}
	#Footer .wrapper {
		width: auto;
		margin: 0 10px;
	}
}


/* Header
-------------------- */
#Header h1 {
	float: left;
	margin: 5px 0;
}
#Header #Description {
	display: table-cell;
	width: 50%;
	/* width: 70%; */
	padding-right: 10px;
	color: #999;
	vertical-align: middle;
	text-align: right;
	line-height: 1.5;
}

#Header #Description span {
	font-size: 1.4em;
	color: #000;
}

@media screen and (max-width: 640px) {
	#Header h1 {
		float: none;
	}
	#Header #Description {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: center;
	}
}


/* GlobalNavigation
-------------------- */
#GlobalNavigation {
	position: relative;
	z-index: 1000;
}
#GlobalNavigation li {
	float: left;
	display: inline;
}
#GlobalNavigation li a {
	display: block;
	width: 120px;
	padding: 30px 0;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#GlobalNavigation li a:hover {
	background: #6b6b6b;
	text-decoration: none;
}

#GlobalNavigation ul.dropdown-list {
	position: absolute;
	display: none;
	width: 122px;
}
#GlobalNavigation ul.dropdown-list li {
	float: none;
	background: #333;
}
#GlobalNavigation ul.dropdown-list a {
	display: block;
	padding: 5px 0;
	background: #333;
	color: #fff;
	font-size: 14px; font-size: 1.4rem;
	text-align: center;
}
#GlobalNavigation ul.dropdown-list a:hover {
	color: #ccc;
}

#SocialLinks {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1001;
}
#SocialLinks li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#BtnMenu {
	display: none;
}

@media screen and (max-width: 640px) {
	#BtnMenu {
		display: block;
	}
	#GlobalNavigation {
		display: none;
	}
	#GlobalNavigation li {
		float: none;
	}
	#GlobalNavigation li a {
		width: auto;
		padding: 5px 30px;
		text-align: left;
	}
	#GlobalNavigation ul.dropdown-list {
		position: relative;
		display: block;
		width: auto;
	}
	#GlobalNavigation ul.dropdown-list a {
		padding: 5px 30px 5px 50px;
		text-align: left;
	}
	#SocialLinks {
		top: 0;
	}
	#SocialLinks li {
		width: 40px;
	}
}

/* Content
-------------------- */
@media screen and (max-width: 640px) {
	.content {
		margin: 0 10px;
	}
}






/* TopLink
-------------------- */
#TopLink {
	position: fixed;
	bottom: 180px;
	left: 50%;
	margin-left: 510px;
}

@media screen and (max-width: 640px) {
	#TopLink {
		position: fixed;
		bottom: 20px;
		right: 10px;
		left: auto;
		margin-left: 0;
	}
}

/* SocialBottons
-------------------- */
#SocialBottons .sns {
	float: left;
}
#SocialBottons .hatena {
	margin-right: 30px;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}


/* Footer
-------------------- */
#Footer #FooterNavigator {
	float: right;
	width: 30%;
}
#Footer #FooterNavigator ul {
	margin: 30px 0;
	padding: 20px 0 10px 40px;
	border-left: 1px dotted #fff;
}
#Footer #FooterNavigator li {
	margin-bottom: 10px;
	font-size: 13px; font-size: 1.3rem;
}
#Footer #FooterNavigator li a {
	color: #fff;
}

#FooterInformation {
	float: left;
	width: 70%;
}
#Footer p {
	margin-bottom: 10px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.5;
}
p#FooterLogo {
	margin-bottom: 20px;
	padding-top: 40px;
	/* font-family: Century, Georgia, "Times New Roman", Times, serif; */
	font-size: 25px; font-size: 2.5rem;
}
#Footer p#Copyright {
	margin: 30px 0;
	color: #999;
	font-size: 10px; font-size: 1.0rem;
	font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width: 640px) {
	#Footer #FooterNavigator {
		float: none;
		width: auto;
	}
	#Footer #FooterNavigator ul {
		margin: 30px 0 0;
		padding: 20px 0 10px 40px;
		border-left: none;
	}
	#FooterInformation {
		float: none;
		width: auto;
		text-align: center;
	}
	#Footer #FooterNavigator li a {
		display: block;
		background: url(../img/sp/common/icon/icon_arrow3.png) 95% center no-repeat;
		color: #fff;
	}
}


/* Common
-------------------- */
input, textarea, select {
	margin: 3px 2pt;
	padding: 3px 1pt;
}

.more-link {
	margin: 20px 0;
}
.more-link a {
	padding: 4px 40px 4px 20px;
	background: #09439a url(../img/common/icon/icon_arrow3.png) 85% center no-repeat;
	/*background: #000 url(../img/common/icon_arrow.png) 85% center no-repeat; */
	color: #fff !important;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 13px; font-size: 1.3rem;
	text-decoration: none !important;
}

.more-link a:hover {
	text-decoration: underline !important;
}


/* GlobalNavigation
-------------------- */
.gNav {
	width: 100%;
	height: 64px;
	background: #09439a;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.gNav .nav-menu-box {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
	background: #09439a;
}

.gNav .nav-menu {
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.gNav .nav-menu .nav-item {
	list-style: none;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
}

.gNav .nav-menu .nav-item:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.gNav .nav-menu .nav-item > a {
	width: auto;
	height: 64px;
	line-height: 120%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	/* font-size: 0.875rem;*/
	background: #09439a;
	/* font-family: "Noto Serif Japanese", "Noto Serif", serif; */
	color: #ffffff !important;
	text-decoration: none;
	position: relative;
}

.gNav .nav-menu .nav-item > a:after {
	margin-left: -48%;
	content: '';
	width: 96%;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, 0);
	position: absolute;
	bottom: -1px;
	left: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gNav .nav-menu .nav-item > a:hover {
	background: rgba(255, 255, 255, 0.07);
}

.gNav .nav-menu .nav-item > a:hover:after {
	background: rgba(255, 255, 255, 0.4);
	bottom: 3px;
}

.gNav .nav-menu .nav-item.current a:after {
	background: rgba(255, 255, 255, 0.4);
	bottom: 3px;
}

.gNav .nav-menu-sub {
	width: 100%;
	display: none;
	border: 1px solid rgba(66, 66, 66, 0.8);
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 64px;
	left: 0;
	z-index: 1;
}

.gNav .nav-menu-sub > .menu {
	margin: 0;
	padding: 0;
}

.gNav .nav-menu-sub .menu-content {
	padding: 0;
	background: #09439a;
	list-style: none;
}

.gNav .nav-menu-sub .menu-content > a {
	width: 100%;
	height: 44px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #09439a;
	border-top: 1px solid rgba(66, 66, 66, 0.8);
	font-size: 14px;
	/* font-size: 0.875rem; */
	/* font-family: "Noto Serif Japanese", "Noto Serif", serif; */
	color: #ffffff;
	text-decoration: none;
}

.gNav .nav-menu-sub .menu-content > a:hover {
	background: rgba(255, 255, 255, 0.07);
}

.gNav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.btnSpMenu {
	margin-top: -13px;
	display: none;
	position: absolute;
	top: 50%;
	left: 20px;
	right: 0;
	cursor: pointer;
}

.btnSpMenu span {
	margin: 0 10px;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	position: relative;
	top: -3px;
}

.btnSpMenu i {
	font-size: 26px;
	font-size: 1.625rem;
	color: #ffffff;
}

@media only screen and (max-width: 499px) {
	.gNav {
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	
	.gNav .nav-menu-box {
		width: 70%;
		margin: 0;
		/* width: auto; */
		height: calc(100vh - 51px);
		display: none;
		position: absolute;
		top: 50px;
		left: 0;
		right: 0;
		z-index: 9999;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.gNav .nav-menu {
		padding-bottom: 120px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.gNav .nav-menu .nav-item {
		width: 100%;
		border-right: none;
	}
	
	.gNav .nav-menu .nav-item:first-child {
		border-left: none;
	}
	
	.gNav .nav-menu .nav-item > a {
		padding: 0 20px;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		border-top: 1px solid rgba(66, 66, 66, 0.8);
		width: 100%;
		height: 48px;
	}
	
	.gNav .nav-menu .nav-item > a:after {
		display: none;
	}
	
	.gNav .nav-menu-sub {
		display: block;
		position: static;
		border: none;
	}
	
	.gNav .nav-menu-sub .menu-content > a {
		padding: 0 20px 0 35px;
		height: 48px;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		background: rgba(33, 33, 33, 0.6);
	}
	
	.btnSpMenu {
		display: block;
		text-align: left;
	}
	
}


  /* ギャラリーボックス */

  .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

.gallery .item {
    padding: 10px;
}

.gallery .title{
	margin: 10px 0;
	font-weight: bold;
	text-align: center;
  }

  @media only screen and (max-width: 499px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}


  /* GoogleMap */
  @media only screen and (max-width: 499px) {
    .google-map {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-bottom: 70%;
      /* padding-bottom: 56.25%; */
      position: relative;
    }

    .google-map iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
    }
  }

  .box_round {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #62c1ce;
}
.box_round .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_round p {
    margin: 0; 
    padding: 0;
}

.cake-error {
	display: none;
}