@charset "utf-8";
/* CSS Document */
/*共通*/
html{
    background: #fff;
	height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  background: #fff;
}
.cp_cont {
  display: none;
}
.text-wrap {
  display: inline-block;
}
.container {
    max-width: 1120px;
    width: 90%;
    margin: auto;
    position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.pc_block {
  display: block;
}
.sp_block {
  display: none;
}
.center {
  text-align: center;
}
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
main{
    overflow: hidden;
}
/* ==========================
フォント・色
============================= */
.s_min{
    font-family: 'Shippori Mincho B1', serif;
}
.bold{
    font-weight: bold;
}

/* ==========================
header
============================= */
header{
    position: relative;
	background: #fff;
    height: 80px;
}
.hd_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
	background: #fff;
}
.hd_logo{
    padding: 0 3%;
    max-width: 300px;
}
.hd_logo img{
    width: 100%;
}
.hd_menu {
    display: flex;
    justify-content: space-around;
    font-size: 1.6rem;
    height: 40px;
}
.hd_menu li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hd_menu li a {
    padding: 0 20px;
    flex-grow: 1;
    text-align: center;
    color: #222;
    height: 100%;
    display: flex;
    align-items: center;
}
.hd_contents {
    text-align: end;
    display: flex;
    align-items: center;
    height: 100%;
}
.hd_contents {
    text-align: end;
    display: flex;
    align-items: center;
    padding-right: 3%;
}
.fixed_btn {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 5;
}
.catalog_btn a {
    box-shadow: -5px 5px 20px #00000033;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    width: 64px;
    height: 64px;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #fff;
    background: #1678E6;
}
.contact_fixed{
    position: relative;
    right: 0px;
    transition: ease-in-out .5s;
}
.contact_fixed.active{
    right: 680px;
    transition: cubic-bezier(0.68, -0.35, 0.6, 0.79) .75s;
}
.catalog_btn {
    margin-top: 30px;
}
.contact_tag {
    box-shadow: -5px 5px 20px #00000033;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
    width: 64px;
    height: 90px;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 1.2rem;
    color: #1678E6;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.contact_tag:hover{
    opacity: .8;
}
.contact_tag::after{
    content: url("../img/arow_tab.png");
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    background: #162357;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.active .contact_tag::after{
    transform: rotate(180deg);
}
.contact_panel {
    width: 680px;
    background: #162357;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    line-height: 1.6;
    position: absolute;
    top: 0;
    left: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.panel_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #aaa;
    margin: 5px 0;
    flex-direction: column;
    width: 49%;
    box-sizing: border-box;
}
.panel_info {
    max-width: 320px;
    padding: 0 10px;
}
.panel_address {
    display: none;
}
.panel_num a {
    color: #fff;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    
}
.panel_num a::before {
    content: ' ';
    display: block;
    background: url("../img/icon_tel.png") center no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.panel_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    width: 100%;
}
.btn.panel_btn_contact{
    width: 280px;
}
.panel_btn_contact a {
    color: #fff;
    background: #1678E6;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 15px 0;
}
.btn.panel_btn_book{
    width: 280px;
}
.panel_btn_book a {
    color: #1678E6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 15px 0;
}
.contact_icon{
    margin-right: 10px;
}
.anc_point{
    position: absolute;
    top: -100px;
}
/* page-pankuzu
==================================*/
.pankuzu-list {
    max-width: 1120px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    color: #2F328D;
}
.pankuzu-list a{
    color: #2F328D;
}
.under_contents{
	padding-left: 10px;
	position: relative;
}
.under_contents::before{
	content: '›';
	padding-right: 5px;
}
/* ==========================
コンポーネント
============================= */
.sec_title {
    font-size: 3.2rem;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    line-height: 1.6;
}
.sec_title_sub {
    font-size: 1.3rem;
    font-family: 'Shippori Mincho B1', serif;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    margin-bottom: 10px;
}
.sec_title_sub::before{
    content: ' ';
    display: block;
    width: 64px;
    height: 1px;
    background: #AAAAAA;
    margin-right: 8px;
} 
.sec_dis {
    line-height: 2;
    margin-top: 25px;
}
.shadow {
    box-shadow: 20px 20px 20px #00000033;
}
/*btn*/
.btn {
    width: 90%;
    max-width: 400px;
}
.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    position: relative;
    transition: .5s;
    border-radius: 50px;
}
.btn--b a {
    background: #2F328D;
    color: #fff;
    border: 1px solid #2F328D;
}
.btn--b a::after {
    content: url("../img/arrow_btn.png");
    position: absolute;
    right: 20px;
    line-height: 0;
}
.btn--s a {
    background: #1678E6;
    color: #fff;
    border: 1px solid #1678E6;
}
.btn--s a::after {
    content: url("../img/arrow_btn.png");
    position: absolute;
    right: 20px;
    line-height: 0;
}
.btn--c a {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
.btn--c a::after {
    content: url("../img/arrow_btn.png");
    position: absolute;
    right: 20px;
    line-height: 0;
}

.btn_mail a {
    color: #fff;
    background: #1678E6;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 15px 0;
    margin-top: 50px;
}
.btn_mail a::after {
    content: url("../img/arrow_btn.png");
    position: absolute;
    right: 20px;
    line-height: 0;
}
.btn_book a {
    color: #1678E6;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 15px 0;
    margin-top: 20px;
}
.btn_mail a::after {
    content: url("../img/arrow_btn_b.png");
    position: absolute;
    right: 20px;
    line-height: 0;
}
.contact_icon{
    margin-right: 10px;
}
/* ==========================
amimation
============================= */
.fade{
    opacity: 0;
    transition:ease-out 0.5s;
}
.fade.fade--left{
    transform: translate(-100px,0)
}
.fade.fade--right{
    transform: translate(100px,0)
}
.fade.fade--bot{
    transform: translate(0,100px)
}
.fade.fade--top{
    transform: translate(0,-100px)
}
.fade.scrollin{
    opacity: 1;
    transform: translate(0,0);
}

.fade.fade--list{
    opacity: 1;
}
.fade.fade--list .fade_child{
    opacity: 0;
    transition:ease-out 0.5s;
    transform: translate(0,100px)
}
.fade.fade--list.scrollin .fade_child{
    opacity: 1;
    transform: translate(0,0);
}

.fade.fade--list .fade_child:nth-child(1){
    transition-delay: 0.0s;
}
.fade.fade--list .fade_child:nth-child(2){
    transition-delay: 0.15s;
}
.fade.fade--list .fade_child:nth-child(3){
    transition-delay: 0.3s;
}
.fade.fade--list .fade_child:nth-child(4){
    transition-delay: 0.45s;
}
.fade.fade--list .fade_child:nth-child(5){
    transition-delay: 0.6s;
}
.fade.fade--list .fade_child:nth-child(6){
    transition-delay: 0.75s;
}
.fade.fade--list .fade_child:nth-child(7){
    transition-delay: 0.9s;
}
.fade.fade--list .fade_child:nth-child(8){
    transition-delay: 1.05s;
}
.fade.fade--list .fade_child:nth-child(9){
    transition-delay: 1.2s;
}
.fade.fade--list .fade_child:nth-child(10){
    transition-delay: 1.35s;
}

/* ==========================
下層ページ内共有部分
============================= */
.under_mv{
    height: 260px;
    position: relative;
    margin-bottom: 45px;
}
.page_title {
    max-width: 543px;
    width: 100%;
    min-height: 120px;
    background: #2F328D;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 128px;
    box-sizing: border-box;
    font-size: 2.6rem;
    position: absolute;
    bottom: -65px;
}
.page_title--sub {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}
.page_title--sub::before{
    content: ' ';
    display: block;
    width: 64px;
    height: 1px;
    background: #fff;
    margin-right: 8px;
}
/* ==========================
front_buttom 固定ボタン
============================= */

p.ft_cata a:link,
p.ft_movie a:link {
  color: #fff;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  opacity: 0.6;
  border-radius: 50%;
  right: 3%;
  z-index: 3;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
  border: 3px solid #f6f6f6;
  border-radius: 50%;
  background: #707070;
}
#page_top a::before {
    content: ' ';
    background: url("../img/arrow_back.svg");
    -webkit-background-size: contain;
    background-size: contain;
  position: absolute;
  width: 21.5px;
  height: 11px;
  top: calc(50% - 5.5px);
  bottom: auto;
  right: auto;
  left: calc(50% - 10.75px);
}


/* ==========================
footer
============================= */
.contact_box {
    background: #162357;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact_top {
    max-width: 1120px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.contact_info {
    max-width: 440px;
}
.contact_dis {
    font-size: 1.3rem;
    letter-spacing: 0px;
    margin-top: 30px;
}
.contact_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 690px;
    width: 100%;
}
.contact_card {
    max-width: 340px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #aaa;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.25;
}
.contact_card:nth-child(2n-1){
    margin-right: 8px;
}
.contact_name {
    font-weight: bold;
}
.contact_post {
    margin-top: 10px;
    font-size: 1.3rem;
}
.contact_address{
    font-size: 1.3rem;
    min-height: 33px;
}
.contact_num {
    display: flex;
    font-size: 1.3rem;
    margin-top: 10px;
}
.contact_tel::before {
    content: 'TEL';
    background: #1678E6;
    display: inline-block;
    padding: 0 3px;
    margin-right: 5px;
}
.contact_fax::before {
    content: 'FAX';
    background: #1678E6;
    display: inline-block;
    padding: 0 3px;
    margin-right: 5px;
    margin-left: 5px;
}
.map_btn a {
    color: #fff;
    margin-left: 15px;
    padding: 0 3px;
    border: 1px solid #e66f28;
    background: #e66f28;
    display: inline-block;
    text-align: center;
    transition: .3s;
}
.map_btn a:hover {
    background: #162357;
    color: #e66f28;
    opacity: 1;
}
footer{
    /*background: #000 url("../img/ft_bg.png") center;*/
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    padding-bottom: 0px;
}
footer a{
    color: #162357;
}
.ft_shadow{
    padding: 40px 0;
    width: 100%;
    background: rgba(47, 50, 141, .1);
}
.ft_inner {
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    flex-wrap: wrap;
}
.ft_name {
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ft_maekabu {
    letter-spacing: 0px;
    font-size: 1.8rem;
    margin-right: 5px;
}
.ft_logo {
    width: 90vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
}
.ft_name_sub {
    font-size: 1.2rem;
    width: 100%;
}
.ft_address {
    font-size: 1.5rem;
}
.ft_right {
    font-size: 1.5rem;
    display: flex;
    line-height: 2;
    flex-direction: column;
}
.ft_map {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.ft_sitemap {
    display: flex;
    margin-top: 15px;
    line-height: 2;
    font-size: 1.5rem;
    flex-direction: column;
}
.ft_sitemap{
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #16235780;
}
.ft_sitemap:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}
.ft_sitemap li {
    display: flex;
    align-items: center;
}
.ft_sitemap li.ft_third {
    margin-left: 1em;
    font-size: 1.3rem;
    line-height: 1.75;
}
.ft_sitemap li::before {
    content: ' ';
    background: url("../img/ft_arrow.png");
    -webkit-background-size: contain;
    background-size: contain;
    width: 5px;
    height: 8px;
    display: flex;
    margin-right: 3px;
}
/*.ft_sitemap li.ft_first {
    font-weight: bold;
}
.ft_sitemap li.ft_first::before {
    display: none;
}*/
.copyright {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
}
.copyright a {
    display: inline-flex;
    margin-top: 3px;
}
.copyright small {
    font-size: 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ft_logo img {
    width: 100%;
}

/*オプション*/

.mt_0{
    margin-top: 0px;
}
.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
.mt_30{
    margin-top: 30px;
}
.mt_40{
    margin-top: 40px;
}
.mt_50{
    margin-top: 50px;
}
.mt_60{
    margin-top: 60px;
}
.mt_70{
    margin-top: 70px;
}
.mt_80{
    margin-top: 80px;
}
.mt_90{
    margin-top: 90px;
}
.mt_100{
    margin-top: 100px;
}




@media print {
  body {
    zoom: 90%;
    width: 1200px;
    margin: auto;
  }
  div#back-top,
  p.ft_cata,
  p.ft_movie {
    display: none;
  }
.hd_inner{
    position: absolute;
}
}
@page {
  size: A4;
  margin: 5mm 5mm;
}
