@charset "utf-8";

/* レスポンシブ ---------------------------------- */

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1019px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-tab {
    display: none;
  }
}

/* 共通 ---------------------------------- */

body{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}

.romaji{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}

#header{
	background:rgba(255, 255, 255, 0.8)!important;
}
#main-menu>li>a{
  color: #222!important;
  font-weight: 700;
}

#main-menu li a:hover{
  color:#222!important;
  opacity: .6;
}

h1#logo{
  top: 5px!important;
}

h1#logo img{
  height: 65px!important;
}
@media only screen and (max-width: 771px){
  h1#logo{
    top: 6px!important;
  }
  #logo_image #logo img{
    height: 50px!important;
  }
}

h3{
  font-size: 20px!important;
}

a.menu_button:before{
  color: #366088;
}

.ow-button-base a{
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 767px){
  .mobile #global_menu a{
    background: #FFF!important;
  }
  .menu-item *{
    color: #333!important;
  }
  a.menu_button:hover, a.menu_button.active{
    background: #FFF!important;
  }
  a.menu_button:hover:before, a.menu_button.active:before{
    color: #366088!important;
  }
}

/* トップページ ---------------------------------- */

@media screen and (max-width: 767px) {
  .slider, .topcover, #top{
    height: 400px!important;
  }
  #topcover .text-center{
    padding-top:110px!important;
  }
  .down-arrow{ display: none; }
}

.first-h1{
  display: inline-block;
  font-size: 42px!important;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .first-h1{
    font-size: 24px!important;
  }
  .down-arrow{ display: none; }
}

.second-body {
  font-size: 18px;
  line-height: 180%!important;
}

@media screen and (max-width: 1219px) {
  .second-lead h2{
    font-size: 26px!important;
    line-height: 40px!important;
  }
  .second-body {
    font-size: 14px;
    text-align: left!important;
  }
}

.circle-banner{
  background-color: #FFF;
}

.third-banner-body{
  font-size: 20px!important;
  line-height: 170%!important;
}

.third-banner-headline{
  font-size: 24px!important;
}
@media screen and (max-width: 1219px) {
  .third-banner-headline{
    font-size: 18px!important;
  }
}

.map-wrap-dark{
  font-weight: 700;
  color: #FFF!important;
  padding-top: 20px;
}

@media only screen and (max-width: 771px) {
  #sixth {
    background-color: #666!important;
  }
  .map-wrap-dark{
    color: #FFF!important;
  }
}

/* Shutter */
#shutter{
	display:none;
	position:fixed;
	top:0; left:0; right:0; bottom:0;
	background-color:rgba(150, 150, 150, 1);
	z-index:9999999;
	-webkit-animation: Shutter 7s forwards;
	animation: Shutter 7s forwards;
}
#shutter img{
	position: relative;
	top: 50%; left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  width: 300px;
	text-align: center;
  -webkit-animation: shuttertxt 5s forwards;
  animation: shuttertxt 5s forwards;
}
@media screen and (max-width: 1219px) {
  #shutter img{ width: 60%; }
}

@keyframes Shutter {
	70% { opacity: 1; }
	100% {
		opacity: 0;
		display: none;
		z-index: -1;
	}
}
@-webkit-keyframes Shutter {
	70% { opacity: 1; }
	100% {
		opacity: 0;
		display: none;
		z-index: -1;
	}
}
@keyframes shuttertxt {
	0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}
@-webkit-keyframes shuttertxt {
	0% { opacity: 0; }
	20% { opacity: 0; }
	60% { opacity: 1; }
	100% { opacity: 0; }
}

/* 下層ページ ---------------------------------- */

.top-headline{
  color: #FFF;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.breadcrumb{
  background: none!important;
}

.panel-grid-cell .widget-title{
  color: #366088;
  border-bottom: 1px solid #366088;
  padding-bottom: 5px!important;
}

.dateandcate .date{
  color: #366088;
}

.entry-content table.menu, .single-page table.menu tr th{
  background-color:#FFF;
  border: 1px solid #eee;
}
.entry-content table.menu, .single-page table.menu tr td{
  text-align: right;
  border: 1px solid #eee;
}
.entry-content table.menu, .single-page table.menu tr th .s{
  display: block;
  font-size: 12px;
}

@media (max-width: 780px) {
  #pg-12-0> .panel-row-style {
      padding: 60px 0!important;
  }
}

/* お問い合わせ */
.contact .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact .container .inner{
  background-color:#FFF;
  padding:40px;
}
@media screen and (max-width: 1219px) {
  .contact .container .inner{
    background: none;
    padding:20px 0;
  }
}
@media screen and (max-width: 1219px) {
  .contact .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
  .contact h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.contact .txt {
  margin: 0 auto 30px;
}
.contact .txt a {
  color: #FFB727;
}
.contact .txt .pink {
  color: #FFB727;
}
@media screen and (min-width: 1220px) {
  .contact .txt p {
    text-align: center;
    line-height: 28px;
  }
}
@media screen and (max-width: 1219px) {
  .contact .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact .caution {
  color: #F00;
}
.contact table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #FFB727;
  margin-bottom: 50px;
}
.contact table tr {
}
.contact table tr th {
  width: 30%;
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  color: #333;
  background-color: #f8f8f8;
  border-right: 1px solid #ccc;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contact table tr th {
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 10px;
    border: none;
  }
}
.contact table tr td {
  position: relative;
  width: 70%;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .contact table tr td {
    width: 100%;
    padding: 10px;
  }
}
.contact table tr td input, .contact table tr td textarea {
  width: 60%;
  height: 40px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  border: 1px solid #9e9e9e;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 1.15;
  box-shadow: none;
  -moz-transition: box-shadow 0.3s, border 0.3s;
  -o-transition: box-shadow 0.3s, border 0.3s;
  -webkit-transition: box-shadow 0.3s, border 0.3s;
  transition: box-shadow 0.3s, border 0.3s;
  overflow: visible;
  padding: 0 .8rem;
}
@media screen and (max-width: 767px) {
  .contact table tr td input, .contact table tr td textarea {
    width: 100%;
  }
}
.contact table tr td input:focus, .contact table tr td textarea:focus {
  border: 1px solid #FFB727;
  box-shadow: 0 1px 0 0 #FFB727;
}
.contact table tr td textarea {
  width:100%;
  height: auto;
  min-height: 150px;
  line-height: normal;
  padding: .8rem;
  resize: none;
  box-sizing: border-box;
}
.contact table tr td.check input {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
}
.contact table tr td.check span {
  margin-right: 10px;
}
@media screen and (max-width: 1219px) {
  .contact table tr td.check .mwform-checkbox-field {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.contact table tr td .error {
  position: absolute;
  left: 20px;
  bottom: -10px;
  display: inline-block;
  font-size: 12px;
  color: #FFF;
  background-color: #FFB727;
  padding: 0 10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .contact table tr td .error {
    position: static;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .contact table, .contact thead, .contact tbody, .contact tr, .contact th, .contact td {
    display: block;
  }
}
.contact .form_btn_area {
  text-align: center;
}
.contact .button {
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  position: relative;
  display: inline-block;
  background: #FFB727;
  margin: 0 10px;
}
@media screen and (min-width: 1220px) {
  .contact .button:hover {
    background: #191703;
  }
}
@media screen and (max-width: 767px) {
  .contact .button {
    width: 100%;
    margin: 0 0 10px;
  }
}
.contact .btn, .contact .btn_back {
  position: relative;
  height: 50px;
  display: inline-block;
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  background: none;
  border: none;
  padding: 0 100px;
  cursor: pointer;
  z-index: 2;
}

@media screen and (max-width: 1219px) {
  .entry-content td, .entry-content th, .single-page td, .single-page th{
    border:none;
  }
}

.contact table tr td .long_s {
    width: 25%;
}
.contact table tr td p {
    margin-bottom: 10px;
}
.contact table tr td textarea::placeholder {
  color: #c5c5c5;
}

/* フッター ---------------------------------- */

#footer{
  background:#b5b5b5!important;
}

.footer-menu ul li a{
  color: #333!important;
}
.menu-item:hover *:not(.dropdown-menu *){
  color: #FFF!important;
}

.scrolltotop_arrow{
  background-image: none!important;
}

.scrolltotop_arrow a:hover{
  color: #FFF!important;
  opacity: .6;
}

.copr{
  background:#191703!important;
}

@media (max-width: 767px){
  .footer_social_link_wrapper {
    display:none!important;
  }
  .footer_mobile_menu_wrapper{
    background-color: #FFF!important;
  }
}

#footer_logo img{
  width: 150px;
}

.footer_main, .scrolltotop{
  background-color: #b5b5b5!important;
}

.copr{
  background-color: #666!important;
}