@charset "utf-8";

/*--------------------------------------------
  BASE
--------------------------------------------*/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: #dfddd3;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.bold {
  font-weight: bold;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

table {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

/*  HOVER  */
@media screen and (min-width : 992px) {
  a:hover {
    opacity: .5;
  }
}

/*  BASE SM  */
@media screen and (max-width : 991px) {
  html {
    font-size: 1.3vw;
  }
}

/*  BASE SP  */
@media screen and (max-width : 767px) {
  html {
    font-size: 1.8vw;
  }
  body{
    padding-bottom:8.66vw;
  }
}

/*  BASE SS  */
@media screen and (max-width : 575px) {
  html {
    font-size: 2.5vw;
  }
}

/*--------------------------------------------
  GLOBAL CSS
--------------------------------------------*/
article {
  padding-bottom: 120px;
}

.container {
  width: 92%;
  max-width: 950px;
  margin: 0 auto;
}

.ttl_01 {
  text-align: center;
  background: #031465;
  margin-bottom:3.5em;
}

.ttl_01 .container {
  background: -moz-linear-gradient(left, #031465 0%, #1d2088 50%, #031465 100%);
  background: -webkit-linear-gradient(left, #031465 0%, #1d2088 50%, #031465 100%);
  background: linear-gradient(to right, #031465 0%, #1d2088 50%, #031465 100%);
  padding: 3rem 0 1rem;
}

.ttl_02 {
  background: #0b104f;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  margin-bottom: 1.25em;
}

.ttl_02 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100px;
  line-height: 1;
  background: url(../image/title_bg.png) no-repeat center top;
}

.ttl_02 em {
  font-style: normal;
}

.ttl_02 .en {
  font-size: .55em;
}

.ttl_02 .ja {
  font-size: .5em;
  padding: .1em 1em 0;
  margin-left: 1em;
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}

.ttl_02 .ttl_s {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}

.ttl_02 .ttl_l {
  margin-top: .35em;
}

.ttl_03 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 1.6em;
}

.subttl_01 {
  text-align: center;
  background: #4d3122;
  color: #fff;
  font-size: 2.2rem;
  padding: .5em 0 .35em;
  margin-bottom: .5em;
}

@media screen and (min-width: 992px) {
  .sp_event {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 991px) and (min-width: 767px){
  .ttl_01 .container{
    padding-top:1.5rem;
  }
  .ttl_02{
    font-size:3.2rem
  }
  .ttl_03{
    font-size:2rem;
  }
  .subttl_01{
    font-size:1.76rem;
  }
}

@media screen and (max-width: 767px) {
  article{
    padding-bottom:5rem;
  }
  .ttl_01{
    margin-bottom:1em;
  }
  .ttl_01 .container {
    padding:2.66vw 2.2vw;
  }
  .ttl_02{
    font-size:2.2rem;
    margin-bottom: .75em;
  }
  .ttl_02 .container{
    width:100%;
    background-size:92%;
    height: 11rem;
    padding-top: .4em;
  }
  .ttl_02 .ttl_s .en{
    font-size:.75em
  }
  .ttl_02 .ttl_s .ja{
    border-width:1px;
    font-size:.7em;
  }
  .ttl_02 .ttl_l{
    line-height:1.5;
  }
  .ttl_03{
    font-size: 1.2rem;
  }
  .subttl_01{
    font-size: 1.4rem;
  }
}
/*--------------------------------------------
  HEADER
--------------------------------------------*/
header .container {
  position: relative;
}

.hdr_top {
  padding: 3rem 0;
  background: #fff;
}

.hdr_top h1 {
  text-align: center;
}

.hdr_top .head_contact {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.g_navi {
  background: #231815;
}

.g_navi ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.g_navi li {
  width: 16.3%;
}

.g_navi li a {
  display: block;
  background: #1d2088;
  padding: 1.5rem 0 .5rem;
  border-bottom: solid 1rem #c9a063;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .g_navi li a:hover {
    background: #c9a063;
    border-color: #fffde1;
    opacity: 1;
  }
}

@media (max-width: 991px) and (min-width: 767px){
.hdr_top h1 img{
  height: 5.2rem;
  width: auto;
}
.hdr_top .head_contact img{
  height: 6rem;
}
}

@media screen and (max-width: 767px) {
  header .container{
    width:100%;
  }
  .hdr_top{
    padding: 2.6vw 0;
  }
  .hdr_top h1{
    width: 100%;
    margin:0 auto;
  }
  .hdr_top h1 img{
    height:4rem
  }
  .fixed_menu{
    position: fixed;
    bottom:0;
    left: 0;
    z-index: 50;
    width: 100%;
  }
  .fixed_menu,
  .head_contact {
    background:#251e1c;
  }
  .fixed_menu ul,
  .head_contact ul{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
  }
  .fixed_menu ul:after,
  .head_contact ul:after{
    position:absolute;
    content:"";
    width:2px;
    height:calc(100% - 4vw);
    top:2vw;
    left:calc(50% - 1px);
    background:#fff;
  }
  .fixed_menu li,
  .head_contact li{
    width:50%;
  }
  .fixed_menu li a,
  .head_contact li a{
    display:block;
    text-align:center;
    padding: 2vw;
  }
  .fixed_menu img,
  .head_contact img{
    height:4.66vw;
  }
}
/*--------------------------------------------
  SP NAVIGATION
--------------------------------------------*/
@media screen and (max-width: 767px) {
  .sp_menu_btn{
    position: fixed;
    right:2.6%;
    width: 40px;
    height: calc(5.2vw + 4rem);
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:150;
    top: 0;
  }
  .drawer-hamburger {
    position:relative;
    padding: 0;
    display:block;
    width: 40px;
    height: 39px;
    padding: 5px;
    box-sizing: border-box;
    background: #fff !important;
  }
  .drawer-hamburger-icon{
    margin-top:0;
    display:block;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    height:3px;
    transform-origin:50% 50%;
  }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    top:0;
  }
  .drawer-hamburger-icon:after{
    transform: translateY(10px);
  }
  .drawer-hamburger-icon:before{
    transform: translateY(-10px);
  }
  .drawer--right.drawer-open .drawer-hamburger{
    right:0;
  }
  .drawer-nav{
    width:100%;
    background:#1d2088;
  }
  .drawer--right .drawer-nav{
    transition: transform .6s cubic-bezier(.19,1,.22,1);
    right:0;
    transform:translateX(100%);
    z-index: 100;
  }
  .drawer--right .drawer-nav .drawer-menu li a{
  }
  .drawer--right.drawer-open .drawer-nav{
    transform:translateX(0);
  }
  .drawer-open .drawer-hamburger{
    background: transparent !important;
  }
  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before{
    background:#fff;
  }
  .drawer-menu ul{
    padding:8rem 5rem;
  }

  .drawer-menu ul li{
  }
  .drawer-menu ul li:nth-child(n+2){
    margin-top: 15%;
  }
  .drawer-menu ul li a{
    text-align:center;
    display:block;
  }
}
/*--------------------------------------------
  FOOTER
--------------------------------------------*/
footer {
  padding: 4.5rem 0 2rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
  background: #fff;
  font-size: 1.5rem;
}

footer .container {
  max-width: 860px;
}

.ft_ttl {
  text-align: center;
  margin-bottom: .75em;
}

.ft_navi {
  margin-bottom: 1em;
}

.ft_navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ft_navi ul li:not(:last-child) {
  padding-right: .75em;
  margin-right: .75em;
  border-right: solid 1px #000;
}

.ft_bottom {
  margin-bottom: 4rem;
}

.ft_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ft_bottom ul a{
  display:block;
}
.copyright {
  text-align: center;
  font-size: 1.1rem;
}

#page_top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}

@media (max-width: 991px) and (min-width: 767px){
.ft_bottom ul{
  flex-wrap:wrap;
  justify-content:center;
}

.ft_bottom ul li{
  margin:0 2rem;  
}

.ft_bottom ul li:last-child{
  margin-top:2rem;
  width:100%;
  text-align:center;
}
}

@media screen and (max-width: 767px) {
footer{
  padding:2.5rem 0 2rem;
}
footer .container{
  width:100%;
}
.ft_bottom{
  margin-bottom:2.5rem;
}
.ft_bottom ul{
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.ft_bottom ul li{
  width:50%;
  padding:0 4%;
}

.ft_bottom ul li:last-child{
  margin-top:2rem;
  padding-top:2rem;
  border-top:solid 1px #000;
  width:100%;
  text-align:center;
}
.ft_bottom ul li:last-child a{
  width: 75%;
  text-align:center;
  margin: 0 auto;
}
.copyright{
  line-height:1.2;
}
#page_top{
  bottom:10vw;
}
#page_top img{
  width:30px;
}
}
/*--------------------------------------------
  MAIN VISUAL
--------------------------------------------*/
#mv .container {
  max-width: 100%;
  width: 100%;
}

#mv img {
  width: 100%;
}

@media (max-width: 991px) and (min-width: 767px){}
@media screen and (max-width: 767px) {}
/*--------------------------------------------
  INTRODUCTION
--------------------------------------------*/
#introduction {
  margin-bottom: 7.5rem;
}

#introduction .contact_btn {
  text-align: center;
  margin-bottom: 3.5rem;
}

#introduction .news_box {
  min-height:17rem;
  padding: 3rem 3rem 3rem 0;
  background: rgba(255, 255, 255, .5);
  margin-bottom: 2rem;
}

#introduction .news_box h3 {
  position: relative;
  font-size: 2.5rem;
  letter-spacing: .1em;
  color: #1d2088;
  padding-left: 3.5rem;
  margin-bottom: .75em;
}

#introduction .news_box h3:before {
  position: absolute;
  content: "";
  width: .6em;
  height: .8em;
  background: #1d2088;
  left: 0;
  top: 0;
}

#introduction .news_box ul {
  padding-left: 3.5rem;
}

#introduction .news_box li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

#introduction .news_box time {
  width: 4em;
  margin-right: 3em;
}

#introduction .notes {
  position: relative;
  font-weight: bold;
  padding-left: 1em;
  font-size: 1.1rem;
  letter-spacing: -0.12em;
  line-height: 1.4;
}

#introduction .notes:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "※"
}

@media (max-width: 991px) and (min-width: 767px){
#introduction .ttl_01 img{
  height:8rem
}
#introduction .contact_btn img{
  height:7rem;
}
#introduction .news_box h3{
  font-size:2rem
}
#introduction .news_box ul{
  font-size:1.4rem;
}
}
@media screen and (max-width: 767px) {
  #introduction{
    margin-bottom:4rem
  }
  #introduction .contact_btn{
    margin-bottom:1em;
  }

  #introduction .news_box{
    padding:3rem 2rem 3rem 0;
    margin-bottom:1rem;
  }
  #introduction .news_box h3{
    font-size:2rem;
  }
  #introduction .news_box ul{
    font-size:1.4rem
  }
  #introduction .news_box li{
    display:block;
  }
  #introduction .news_box time{
    display:block;
    margin-bottom:.5em;
  }
  #introduction .news_box .title{
    line-height:1.5;
  }
  #introduction .notes{
    font-size:1.1rem;
    padding:0;
  }
  #introduction .notes:before{
    position:static;
  }
}

/*--------------------------------------------
  LOCATON 01
--------------------------------------------*/
#location01 {
  margin-bottom: 9rem;
}

@media (max-width: 991px) and (min-width: 767px){}
@media screen and (max-width: 767px) {
  #location01{
    margin-bottom:4rem;
  }
  #location01 .sec_box{
    width:100%;
  }
}
/*--------------------------------------------
  PLANNING
--------------------------------------------*/
#planning {
  margin-bottom: 9rem;
}

#planning .wholemap {
  margin-bottom: 6rem
}

#planning dd:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (max-width: 991px) and (min-width: 767px){}

@media screen and (max-width: 767px) {
#planning{
  margin-bottom:4rem;
}

#planning .sec_box{
  width:100%;
}
#planning .wholemap{
  width:80%;
  margin:0 auto 2rem; 
}
#planning dd:not(:last-child) {
  margin-bottom: 1rem;
}
}
/*--------------------------------------------
  QUALITY
--------------------------------------------*/
#quality {
  margin-bottom: 9rem;
}

#quality dd:not(:last-child) {
  margin-bottom: 5rem;
}

@media (max-width: 991px) and (min-width: 767px){}

@media screen and (max-width: 767px) {
#quality{
  margin-bottom:4rem;
}
#quality .sec_box{
  width:100%;
}
#quality dd:not(:last-child) {
  margin-bottom: 3rem;
}
}
/*--------------------------------------------
  LOCATION 02
--------------------------------------------*/
#location02 {
  margin-bottom: 9rem;
}

#location02 .map_box {
  margin-bottom: 6.5rem;
}

#location02 .img_box {
  margin-bottom: 4.5rem;
}

#location02 .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 2.5rem;
}

#location02 .flex_box>* {
  width: 48.5%;
}

#location02 .subttl_01 {
  text-align: left;
  padding: 0;
  font-size: 1.8rem;
  letter-spacing: .2em;
  padding: .25em .5em .15em;
  margin-bottom: 1em;
}

#location02 dd:not(:last-child) {
  margin-bottom: 2.5rem
}

#location02 li {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 1.8rem;
  font-weight: bold;
  color: #424242;
}

#location02 li span {
  position: relative;
  z-index: 2;
  background: #dfddd3;
}

#location02 li:nth-child(n+2) {
  margin-top: .85em
}

#location02 li span:first-child {
  padding-right: .25em;
}

#location02 li span:last-child {
  padding-left: .5em;
}

#location02 li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../image/dot_line.png) repeat-x center center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#location02 .notes {
  font-size: 1.1rem;
  font-weight: bold;
  line-height:1.4;
}

@media (max-width: 991px) and (min-width: 767px){
  #location02 .subttl_01{
    font-size:1.4rem;
  }
  #location02 li{
    font-size:1.4rem;
  }
  #location02 li:before{
    height:2px;
    background-size:contain;
  }
}

@media screen and (max-width: 767px) {
  #location02 {
    margin-bottom:4rem;
  }
  #location02 .map_box{
    margin-bottom:1.5rem
  }
  #location02 .img_box{
    margin-bottom:1rem;
  }
  #location02 .flex_box{
    display:block;
    margin-bottom:1.5rem;
  }

  #location02 dl:not(:last-child){
    margin-bottom: 2.5rem;
  }
  #location02 .flex_box > *{
    width:100%;
  }
  #location02 .flex_box .subttl_01{
    font-size:1.4rem;
  }
  #location02 .flex_box li{
    font-size:1.4rem;
  }
  #location02 .flex_box li:before{
    height:2px;
    background-size:contain;
  }
  #location02 .notes{
    font-size:1rem;
  }
}
/*--------------------------------------------
  OUTLINE
--------------------------------------------*/
#outline .ttl_02 {
  margin-bottom: 2em;
}

#outline dt {
  margin-bottom: .5em;
  letter-spacing: .1em;
  font-size: 1.7rem;
}

#outline dd:not(:last-child) {
  margin-bottom: 40px;
}

#outline th,
#outline td {
  padding: .85em 1.5em;
  text-align: left;
}

#outline th {
  background: #a1928a;
  color: #fff;
  font-weight: 400;
  border-bottom: solid 1px #fff;
  width: 21%;
}

#outline th p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
}

#outline th p .small{
  font-size: 1.1rem;
}
#outline td {
  border: solid 1px #1a1311;
  border-left: none;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

#outline tr:first-child th {
  border-top: solid 1px #a1928a;
}

#outline tr:last-child th {
  border-color: #a1928a
}

@media (max-width: 991px) and (min-width: 767px){
  #outline th{
    width:30%;
  }
}

@media screen and (max-width: 767px) {
  #outline .ttl_02{
    margin-bottom:1em;
  }
  #outline dt{
    font-size:1.5rem;
  }

  #outline dd:not(:last-child){
    margin-bottom:2rem
  }


  #outline th,
  #outline td{
    vertical-align:top;
    padding: .85em .5em;
  }

  #outline th{
    width:35%;
  }
  #outline th p{
    font-size:1.2rem;
    display:block;
  }
  #outline th p{
    font-size:1.2rem;
    display:block;
  }
  #outline td{
    font-size:1.2rem;
  }
}