@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}

input[type="number"] {
  width: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*------------------------------------
			style.scss make start
------------------------------------*/
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ",sans-serif;
  background-color: #ea6d1d;
  color: #fff;
}

.wrap {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  font-size: 1em;
  background-color: #ea6d1d;
}

.wrap::after {
  content: " ";
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

h1 {
  text-align: center;
  font-size: 3em;
  line-height: 1.2;
  padding: 20px 0 40px 0;
}

.area-date {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.area-date .scene {
  width: 80%;
  width: -webkit-calc(100% - 450px);
  width: calc(100% - 450px);
  background-image: url(../img/bg_date.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.area-date .contents-date {
  width: 450px;
  background-color: #fff;
  color: #ea6d1d;
}

.area-date .contents-date .inner-date {
  margin: 30px 20px 30px 20px;
}

.area-date .contents-date .inner-date .cap-date {
  width: 100%;
  border-top: 10px solid #ea6d1d;
  padding: 8px 0 0 0;
  font-size: 1.7em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 30px;
}

.area-date .contents-date .inner-date dl {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.5em;
  margin: 10px 0 0 0;
}

.area-date .contents-date .inner-date dl dt {
  width: 80px;
}

.area-date .contents-date .inner-date .gmap {
  margin-top: 25px;
  margin-left: 10px;
}

.area-date .contents-date .inner-date .gmap iframe {
  width: 386px;
  height: 396px;
  border: 2px solid #4285f4;
  display: block;
}

.area-date .contents-date .inner-date .gmap a {
  width: 386px;
  text-align: center;
  background-color: #4285f4;
  padding: 8px 0 11px 0;
  color: #fff;
  font-size: 1em;
  display: block;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.area-date .contents-date .inner-date .gmap a:hover {
  color: #ffff00;
}

.area-message {
  width: 100%;
  padding: 30px 0;
}

.area-message p {
  width: 80%;
  margin: 0 auto;
  font-size: 1.7em;
  font-weight: 500;
}

.area-contents {
  width: 100%;
  height: 500px;
  background-image: url(../img/bg_contents.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}

.area-contents .overlay {
  width: inherit;
  background-color: rgba(0, 0, 0, 0.2);
}

.area-contents .overlay p {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  font-size: 1.7em;
  text-shadow: 2px 2px 4px #333;
  line-height: 1.7;
}

.contact-head,
.sahra-info {
  text-align: center;
  margin: 30px auto 35px auto;
}

.contact-head h2,
.sahra-info h2 {
  font-size: 2.5em;
}

.contact-head p,
.sahra-info p {
  margin: 0;
  font-size: 1.1em;
}

.area-contact {
  width: 100%;
  height: 750px;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.area-contact .method-conf {
  width: 50%;
  background-position-y: center;
  background-position-x: center;
}

.area-contact .method-conf .contents-contact {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  color: #333;
  text-align: center;
}

.area-contact .method-conf .contents-contact h3 {
  font-size: 1.7em;
  height: 40px;
}

.area-contact .method-conf .contents-contact p {
  text-align: left;
  font-size: 1.4em;
  font-weight: 500;
  margin: 0 auto;
  width: 400px;
}

.area-contact .method-conf .contents-contact .acMenu {
  height: 240px;
  margin-top: 10px;
}

.area-contact .method-conf .contents-contact .acBtn {
  font-size: 1em;
}

.area-contact .method-conf .contents-contact .acBtn:hover {
  text-decoration: underline;
  color: #ea6d1d;
}

.area-contact .method-conf .contents-contact span.em-mail {
  font-size: 1.3em;
  font-weight: 900;
  line-height: 2.2;
}

.area-contact .method-conf .contents-contact span.em-mail a:hover {
  text-decoration: underline;
}

.area-contact .method-conf .contents-contact span.em-tel {
  font-size: 1.7em;
  font-weight: 900;
  text-align: center;
}

.area-contact .method-mail {
  background-image: url(../img/bg_contact1.jpg);
}

.area-contact .method-tel {
  background-image: url(../img/bg_contact2.jpg);
}

.area-link {
  width: 100%;
  background-color: #ea6d1d;
}

.area-link .contents-link {
  width: 670px;
  margin: 0 auto 0 auto;
}

.area-link .contents-link dl {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.area-link .contents-link dl dt, .area-link .contents-link dl dd {
  width: 300px;
}

.area-link .contents-link dl dt {
  border: 1px solid #ccc;
  background-color: #fff;
}

.area-link .contents-link dl dt img {
  width: 298px;
}

.area-link .contents-link dl dt a {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  opacity: 1;
}

.area-link .contents-link dl dt a:hover {
  opacity: 0.7;
}

.area-link .contents-link dl dd {
  text-align: center;
}

.area-link .contents-link dl dd a {
  color: #fff;
}

.area-link .contents-link dl dd a:hover {
  color: #0C00CC;
  text-decoration: underline;
}

#foot {
  background-color: #ea6d1d;
  margin: 30px 0 0 0;
  font-size: 0.8em;
  color: #333;
}

/*----------------------------------------------
									背景印刷用
----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
