@charset "UTF-8";

/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C""\201D""\2018""\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

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

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

#navToggle {
  display: none;
  width: 56px;
  height: 56px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 8px;
  z-index: 2;
  background: #1a75bb;
  border-radius: 6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#navToggle:before {
  display: block;
  content: "メニュー";
  color: #FFF;
  position: absolute;
  width: 56px;
  height: 1em;
  text-align: center;
  top: 38px;
  left: 0;
  z-index: 99;
  font-size: 10px;
}

header.openNav #navToggle:before {
  content: "閉じる";
}

#navToggle div {
  position: relative;
  width: 30px;
  height: 25px;
  position: absolute;
  left: 13px;
  top: 10px;
}

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 11px;
}

#navToggle span:nth-child(3) {
  top: 22px;
}

header nav {
  position: absolute;
  left: 0;
  top: -34pc;
  width: 100%;
  padding: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-align: left;
  z-index: 1;
  box-sizing: border-box;
}

header ul {
  margin: 0 auto;
  width: 1080px;
  background: #FFF;
}

header ul li {
  display: block;
  margin: 0;
  border-bottom: dotted 1px #fff;
  border-right: dotted 1px #fff;
  line-height: 1.6;
  font-size: 1pc;
  float: left;
  box-sizing: border-box;
  width: 50%;
}


@media (max-width: 767px) {
  header ul li {
    clear: both;
    width: 100%;
  }

}

header ul li:nth-child(2n+1) {
  border-right: none;
}

header ul li a {
  display: block;
  background-color: #1a75bb;
  color: #fff;
  padding: 16px;
}

header ul li a:link, header ul li a:visited {
  text-decoration: none;
}

header ul li a:hover {
  opacity: 0.5;
}

header ul li:last-child {
  border-bottom: 0;
  width: 100%;
  float: none;
  clear: both;
}

header ul li:first-child {
  border-bottom: 0;
  width: 100%;
  float: none;
  clear: both;
}

header ul li:last-child a {
  background: #1a68a5;
  background-size: 15px auto;
  text-align: center;
}

header ul li:first-child a {
  background: #1a68a5;
  background-size: 15px auto;
  text-align: center;
  border-bottom: solid 1px #fff;
}

header ul li:last-child a:after {
  background: url(../images/ico_back.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: inline-block;
  content: "";
  margin: 0 0 0 15px;
  vertical-align: middle;
}

#navToggle {
  display: block;
}

.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2), .openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav nav {
  -moz-transform: translateY(673px);
  -webkit-transform: translateY(673px);
  transform: translateY(673px);
  /*-moz-transform: translateY(625px);
  -webkit-transform: translateY(625px);
  transform: translateY(625px);*/
}

/******************************************************************** common
*/
html {
  font-family: メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.1pc;
  color: #333;
}

body {
  margin: 0;
  overflow-x: hidden;
}

body#index {
  background: #FFF;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}



.bold {
  font-weight: bold;
}

.mincho {
  font-family: "Sawarabi Mincho", serif;
}

.marker {
  background: linear-gradient(transparent 60%, #ff9 40%);
}

a {
  color: #0005FF;
}

section h2 {
  background: #4472c4;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 24px 0;
  margin: 0 0 40px;
}

section h2 .ttl_in {
  width: 1080px;
  margin: 0 auto;
}

h2 span {
  font-size: 14px;
}

li, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}




/******************************************************************** color
*/
.orange {
  color: #ed7d31;
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.blue {
  color: #0432ff;
  font-weight: bold;
  margin-top: 0;
}

.gothic {
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, メイリオ, Meiryo, Osaka, sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/******************************************************************** header
*/
header {
  border-bottom: 2px solid #1a75bb;
  /*background:#1A75BB;*/
  background: #FFF;
  top: 0;
  width: 100%;
  z-index: 99;
}

header {
  position: fixed;
}

header .inner {
  background: #FFF;
  width: 1080px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header .disc {
  background: #4ca7ed;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

header h1 {
  line-height: 0;
  margin: 0;
  padding: 0 0 0 80px;
  position: relative;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  float: left;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header h1 img {
  width: 250px;
  display: inline-block;
  margin-top: 5px;
}

header p {
  margin: 0;
}

header p.tel {
  float: right;
  line-height: 0;
  padding: 13.5px 0 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header p.mail {
  float: right;
  margin: 12px 0 0 24px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

header p.mail a {
  line-height: 56px;
  display: block;
  background: -moz-linear-gradient(top, #f88607 0%, #ff5500 100%);
  background: -webkit-linear-gradient(top, #f88607 0%, #ff5500 100%);
  background: linear-gradient(to bottom, #f88607 0%, #ff5500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88607', endColorstr='#ff5500', GradientType=0);
  color: #FFF;
  border-radius: 6px;
  font-size: 0.9rem;
  padding: 0 1em;
}

header p.mail a:link,
header p.mail a:visited {
  text-decoration: none;
}

header p.mail a:hover {
  opacity: 0.5;
}

header p.mail a:before {
  display: inline-block;
  vertical-align: -0.6em;
  content: "";
  background: url(../images/ico_cta_mail.png) no-repeat left center;
  background-size: 33px auto;
  width: 33px;
  height: 33px;
  position: relative;
  z-index: 100;
  margin-right: 0.2em;
}

/******************************************************************** contact
*/
.contact {
  background: url(../images/bg_contact.jpg) no-repeat center center;
  background-size: cover;
  padding: 64px 0;
  margin-top: 80px;
}

section {
  margin-top: -80px;
  padding-top: 80px;
  margin-top: 0;
}

.bg-color {
  background: #FCFBF3;
  position: relative;
}

section:nth-of-type(2) {
  margin-top: 0;
}

.contact .head {
  width: 960px;
  background: #FFF;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.contact .logo {
  margin-right: 40px;
  line-height: 0;
}

.contact .logo img {
  width: 259px;
}

.contact .address {
  line-height: 1.4;
  font-size: 0.9rem;
}

.contact .inner {
  background: rgba(0, 0, 0, 0.7);
  width: 960px;
  color: #FFF;
  box-sizing: border-box;
  padding: 40px !important;
  position: relative;
  margin: 0 auto;
}

.contact .inner:after {
  display: block;
  content: "";
  background: url(../images/bg_woman.png);
  background-size: 100% auto;
  width: 300px;
  height: 461px;
  position: absolute;
  right: -19px;
  bottom: -64px;
}

.contact p {
  margin: 0;
}

.contact .inner .tel-section {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}

.contact .inner .tel-section .left-section {
  margin-right: 24px;
}

.contact .inner .tel-section .left-section .tel {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #FF0;
}

.contact .inner .tel-section .left-section .tel:before {
  display: inline-block;
  content: "";
  background: url(../images/ico_free.png);
  width: 51px;
  height: 33px;
  vertical-align: -0.05em;
  margin-right: 8px;
}

.contact .inner .tel-section .right-section {
  font-size: 0.8rem;
}

.contact .inner p.btn {
  margin: 0 300px 0 40px;
}

.contact .inner p.btn a {
  line-height: 56px;
  display: block;
  background: -moz-linear-gradient(top, #f88607 0%, #ff5500 100%);
  background: -webkit-linear-gradient(top, #f88607 0%, #ff5500 100%);
  background: linear-gradient(to bottom, #f88607 0%, #ff5500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88607', endColorstr='#ff5500', GradientType=0);
  color: #FFF;
  border-radius: 6px;
  font-size: 1.2rem;
  padding: 0 1em;
  text-align: center;
}

.contact .inner p.btn a:link,
.contact .inner p.btn a:visited {
  text-decoration: none;
}

.contact .inner p.btn a:hover {
  opacity: 0.5;
}

.contact .inner p.btn a:before {
  display: inline-block;
  vertical-align: -0.4em;
  content: "";
  background: url(../images/ico_cta_mail.png) no-repeat left center;
  background-size: 33px auto;
  width: 33px;
  height: 33px;
  position: relative;
  z-index: 100;
  margin-right: 0.2em;
}

.contact div p.notice {
  border: #FF0 2px solid;
  color: #FF0;
  padding: 16px 76px 16px 16px;
  text-align: left;
  border-radius: 10px;
  margin: 0 300px 24px 40px;
  position: relative;
  font-size: 1.1rem;
  line-height: 1.4;
}

.contact div p.notice:after {
  background: url(../images/ico_notice.png) no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  width: 60px;
  height: 111px;
  position: absolute;
  right: 16px;
  bottom: 0;
}

.content_w {
  width: 960px;
  margin: 0 auto;
  /*margin-top: 80px;*/
  margin-top: 130px;
}

#contact .description {
  margin: 40px 0;
}

/******************************************************************** thanks
*/
#thanks .content_w {
  min-height: 80vh;
  text-align: center;
  margin-top: 160px;
}

#thanks .content_w h2 {
  background: #eb8424;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 13px 0;
  margin: 40px 0;
}

#thanks .content_w h3 {
  font-size: 1.6rem;
  margin: 40px 0 24px;
}

#thanks .content_w .txt {
  margin: 0 0 24px;
}


/* for modal */
.my_modal_btn {
  display: block;
  width: 100%;
  padding: 11.5px;
  background: #FDFFC0;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #FF0000;
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  position: relative;
  z-index: 99;
}

.my_modal_btn:hover {
  opacity: 0.5;
  text-decoration: none;
}

@media (max-width: 767px) {
  .my_modal_btn {
    width: auto;
  }
}


#my_modal1 {
  display: none;
}

.my_modal_body1 {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100000;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.my_modal_body1 .outer {
  width: 90%;
  max-width: 800px;
  max-height: 40px;
  position: relative;
  z-index: 2;
}

.my_modal_body1 .inner {
  background: #FFF;
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  z-index: 1;
}

.my_modal_header,
.my_modal_content .ttl {
  padding: 15px 10px;
  background-color: #1a75bb;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
}

.my_modal_footer {
  background: #333;
  padding: 15px 10px;
  color: #FF0;
  font-weight: bold;
  bottom: 0;
  z-index: 100000;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: #FF0 1px solid;
}

.my_modal_close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}

.outer .my_modal_close {
  background: #333;
  border: #FF0 1px solid;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 0;
  margin: 0;
}

.my_modal_footer .my_modal_close {
  position: -webkit-sticky;
  position: sticky;
  width: auto;
  height: auto;
  top: auto;
  bottom: 0;
  right: auto;
  transform: none;
  font-size: 18px;
}

.my_modal_close_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}

.my_modal_footer .my_modal_close_icon {
  vertical-align: sub;
  margin-left: 0.6em;
}

.my_modal_close_icon span::before,
.my_modal_close_icon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #FF0;
}

.my_modal_close_icon span::before {
  transform: rotate(-45deg);
}

.my_modal_close_icon span::after {
  transform: rotate(45deg);
}

.my_modal_content {
  padding: 32px;
}

.my_modal_content>div {
  margin-top: 48px;
}

.my_modal_content>div:first-child {
  margin-top: 0;
}

.my_modal_content div figure {
  line-height: 0;
  text-align: center;
}

.my_modal_content div figure img {
  max-width: 100%;
}

.my_modal_content div p {
  line-height: 1.6;
  margin-top: 1em;
  font-size: 0.9em;
}

.my_modal_content div p.ac {
  text-align: center;
}

.my_modal_content div p:first-child {
  margin-top: 0;
}

.my_modal_content .ttl {
  line-height: 1;
  width: calc(100% + 64px);
  margin-left: -32px;
  box-sizing: border-box;
}

.my_modal_content div .photos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: space-between;
  width: 100%;
}

.my_modal_content div .photos li {
  width: 49%;
  margin-top: 2%;
  line-height: 0;
}

.my_modal_content div .photos li:nth-child(-n+2) {
  margin-top: 0;
}

.my_modal_content div .photos li img {
  max-width: 100%;
}

.my_modal_overlay {
  display: none;
  position: fixed;
  z-index: 90000;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-color: #111;
  opacity: 0.7;
  cursor: pointer;
}

#my_modal1:checked~.my_modal_body1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#my_modal1:checked~.my_modal_overlay, #my_modal1:checked~.my_modal_footer {
  display: block;
}

#my_modal1:checked~.my_modal_footer.pc_none {
  display: none;
}

#my_modal1:checked~.my_modal_body1 .my_modal_footer.sp_none {
  display: block;
  position: relative;
}



footer {
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  footer {
    padding: 2em 4em 5em;
    margin-top: 40px;
  }
}
