﻿
/*=============================================
 * body
 *=============================================*/

@font-face {
    font-family: pier_B;
	src: url('../font/piersansbold.eot');
    src: url('../font/piersansbold.eot?#iefix') format('embedded-opentype'),
		 url(../font/piersans_bold.ttf) format('truetype');
}
@font-face {
    font-family: pier_R;
    src: url(../font/piersans_regular.ttf);
}
@font-face {
    font-family: kozuka_R;
    src: url(../font/KozGoPro-Regular.otf);
}
@font-face {
    font-family: kozuka_M;
    src: url(../font/KozGoPro-Medium.otf);
}
@font-face {
    font-family: kozuka_B;
    src: url(../font/KozGoPro-Bold.otf);
}
@font-face {
    font-family: kozuka_L;
    src: url(../font/KozGoPro-Light.otf);
}
@font-face {
    font-family: kozuka_H;
    src: url(../font/KozGoPro-Heavy.otf);
}
@font-face {
    font-family: ryuminPro;
    src: url(../font/A-OTF-RyuminPro-ExBold.otf);
}
@font-face {
    font-family: shin_DB;
    src: url(../font/A-OTF-ShinGoPro-DeBold_1.otf);
}
body {
	color: #010101;
	font-family: kozuka_R;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.6px;		
	background: #FFF;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}


/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 132px;
}
.wrap {
	width: 1100px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
	background: #ffffff;
	/*color: #fff;*/
	padding-bottom: 20px;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
body.customize-support header{
    padding-top: 32px;
}
header h1 {
	font-size: 12px;
	font-family: kozuka_M;
	padding-top: 14px;
	margin-left: -2px;
}
header .logo {
	margin-top: 15px;
}
.header_btn{
	position: absolute;
	top: 0;
	right: -5px;
}
.header_btn a{
	float: left;
	width: 142px;
	text-align: center;
	margin-left: 8px;
	font-size: 13px;
	font-family: kozuka_M;
	background: #28a099;
	line-height: 30px;
    padding-top: 5px;
	position: relative;
	transition: all 0.3s;
}
.header_btn a:before{
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.header_btn a:after{
	content:"";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 13px 13px;
border-color: transparent transparent #ffffff transparent;
}
.header_btn a.header_home:before{
	content:url(../img/shared/icon_home.png);	
}
.header_btn a.header_mail:before{
	content:url(../img/shared/icon_mail.png);
}
.header_btn a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.header_icon {
	position: absolute;
	top: 15px;
	right: 0px;
}
.header_icon img {
    margin-left: 16px;
}
.header_icon a:hover {
	opacity: 0.8;
}
.menu-menutop-container{
	position: absolute;
	bottom: 10px;
	right: 0px;
}
.menu-menutop-container li{
	display: inline-block;
	text-align: center;
	font-size: 14.5px;
	font-family: kozuka_M;
	margin-left: 22px;
	line-height: 1.4em;
}
.menu-menutop-container span{
	display: block;
	color: #9a9a9a;
	font-size: 10px;
	letter-spacing: 0;
	font-family: pier_B;
}
.menu-menutop-container li a:hover,.menu-menutop-container li a:hover span{
	color: #28a099;
	text-decoration: none;
}
.menu-menutop-container .current-menu-item a,.menu-menutop-container .current-menu-item a span{
	color: #28a099;
}
.menu-menutop-container .sub-menu {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: auto;
    position: absolute;
    top: 42px;
    left: 10;
    background-color: #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
}
.menu-menutop-container li:hover .sub-menu {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.menu-menutop-container .sub-menu li {
    background-color: #FFFFFF;
    transition: all .3s;
    position: relative;
    display: block;
    line-height: 2.2;
    margin-left: 0px;
    width: 180px;
}

.menu-menutop-container .sub-menu li:hover {
    background-color: #E1E1E1;
}
.menu-menutop-container .sub-menu li a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

.kotei {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1000;
    height: 100vh;
}
.kotei ul {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
}
.kotei ul li {
    margin-bottom: 3px;
    color: #FFFFFF;
    font-family: kozuka_R;
}
.kotei ul li a {
    height: 76px;
    width: 160px;
    display: block;
    padding-top: 14px;
}
.kotei ul li a:hover {
    opacity: 0.7;
}
.kotei ul li.btn-shiryou a {
    background-color: #3691AD;
}
.kotei ul li.btn-reservation a {
    background-color: #36ad52;
}
.kotei ul li.btn-contact a {
    background-color: #366bad;
}

.kotei ul li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header .tel{
	position: absolute;
	right: -4px;
	bottom: 5px;
	font-family: pier_B;
	font-size: 24px;
	letter-spacing: 0.5px;
}
header .tel span{
	display: block;
	font-size: 11px;
	line-height: 11px;
	font-family: kozuka_M;
}
header .tel:before{
	content:url(../img/shared/icon_tel.png);
	position: absolute;
	top: -2px;
	left: -44px;
}

.header_link_sp{
	display: none;
	position: absolute;
	top: -12px;
	right: 70px;
}
.header_link_sp li{
    float: left;
    border-left: 1px solid #fff;
    height: 69px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-family: kozuka_M;
}
.header_link_sp li a{
	width: 69px;
	display: block;
	padding-top: 11px;
}
.header_link_sp li img{
    display: block;
    margin: auto;
}
.header_link_sp li:last-child{
	border: none;
}
header .navBtn {
	width: 30px;
	cursor: pointer;
	background: #28a099;
	padding: 22px 20px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
}
header .navBtn span {
	display: block;
	height: 5px;
	width: 30px;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

header .navBtn span:nth-of-type(2), 
header .navBtn span:nth-of-type(3) {
	margin-top: 5px;
}

/* ナビゲーションアイコン：アクティブ */
.navOpen {
    overflow-y: hidden;
    height: 120vh;
    -webkit-overflow-scrolling: touch;
}
.navOpen #headerT{
	 position: fixed;
	width: 100%;
}
.navOpen main{
	overflow-y: hidden;
    height: 120vh;
}
.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(13px) translateX(0) rotate(45deg);
	-ms-transform: translateY(13px) translateX(0) rotate(45deg);
	transform: translateY(13px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 6px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}
.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
}
.navOpen header .navBtn{
	background: none;
}
.navOpen header .navBtn span{
	background: #fff;
}

header .menu_toggle {
	display: none;
	position: fixed;
	width: 100%!important;
	top: 0px;
	right: 0;
	padding-top: 30px;
	bottom: 0;
	overflow-y: auto;
	color: #999;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #28a099;
	text-align: left;
}
header .menu_toggle ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	margin: auto;
}
header .menu_toggle li {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 10px 0 10px 5%;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 1px;
	position: relative;
}
header .menu_toggle a {
	display: block;
	color: #fff;
	
	width: 80%;
}
header .menu_toggle li ul{
	display: none;
}
header .menu_toggle li li{
	border-bottom: none;
	padding: 0 0 0 3%;
}
header .menu_toggle li li a{
	line-height: 28px;
}
#menu-item-55:after,#menu-item-65:after{
	content:">";
	position: absolute;
	top: 10px;
	right: 5%;
	transform: rotate(90deg);
}
#menu-item-55 a,#menu-item-65 a{
	display: inline-block;
	pointer-events: none;
}
#menu-item-55 ul a,#menu-item-65 ul a{
	display: block;
	pointer-events: visible;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
/*=============================================
 * key
 *=============================================*/

#key {
	height: 391px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.key_txt5{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.key_txt5 h2{
	color: #fff;
	font-size: 46px;
	letter-spacing: 1.5px;
	font-family: kozuka_B;
}
.key_txt5 h2 span{
	display: block;
	font-size: 18px;
	font-family: pier_B;
	letter-spacing: 0;
}
.key_txt5.news_detail h2 span{
	font-size: 25px;
	letter-spacing: 0.5px;
}

.item {
	margin-bottom: 30px;
	width: 48%;
	position: relative;
	display: table;
}
.item:nth-child(2n+1) {
	float: left;
}
.item:nth-child(2n) {
	float: right;
}
.item .sec2_img {
	text-align: right;
	display: table-cell;
	width: 160px;
}
.item .sec2_img img {
	width: 100%;
}
.item .sec2_txt {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-family: kozuka_B;
	font-size: 20px;
	color: #2f2f2f;
}
.item .sec2_txt span{
	font-size: 15px;
}
.breadcrumb,
.breadcrumbs{
	margin-top: 10px;
	text-shadow: 2px 0px 3px rgba(255, 255, 255, 0.75);
}
/*=============================================
 * <footer>
 *=============================================*/

footer {
    background: #ebeae8;
    padding: 49px 0;
    clear: both;
}
.footerL{
	float: left;
	width: 344px;
    margin-top: 63px;
    margin-left: -8px;
	color: #161616;
}
.footerL .logo{
	margin-left: 2px;
}
.footer_txt{
	font-size: 15px;
	letter-spacing: 0;
	
	margin-top: 11px;
	font-family: kozuka_L;
}
.menu-menufooter-container{
	float: right;
	width: 525px;
}
.menu-menufooter-container li{
	float: left;
	width: 175px;
}
#menu-item-115,#menu-item-125{
	height: 242px;
}
.menu-menufooter-container li ul{
	margin-top: 5px;
}
.menu-menufooter-container li ul li{
	float: none;
	display: block;
}
.menu-menufooter-container li a{
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #161616;
	line-height: 30px;
}
.menu-menufooter-container li ul li a{
	font-weight: normal;
	font-size: 12px;
	line-height: 23px;
}
/*=============================================
 * copyright
 *=============================================*/

address {
	color: #fff;
	background: #161616;
	line-height: 68px;
	font-family: kozuka_L;
	font-size: 13px;
	letter-spacing: 0;
}

.txt_center{
	text-align: center;
}
h2{
    text-transform: uppercase;
    color: #36ada4;
    font-family: pier_R;
    letter-spacing: 0;
    line-height: 1em;
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
}
h2 span {
    color: #000000;
    font-family: kozuka_B;
    font-size: 18px;
    display: block;
}
.bg1{
	background: #ebeae9;
}
.ttl{
	font-size: 24px;
	color: #2f2f2f;
	font-family: kozuka_B;
	line-height: 1em;
}
.ttl span{
	font-size: 10px;
	font-family: pier_B;
	color: #9a9a9a;
	margin-left: 16px;
	text-transform: uppercase;
}
.hover_line{
	cursor: pointer;
	position: relative;
}
.hover_line:after,.hover_line:before{
	position: absolute;
    content: "";
    top: -5px;
	background: #4a2b0c;
	z-index: 1;
}
.hover_line:before{   
    left: 0;    
    height: 5px;
	width: 0;   	
}
.hover_line:after{
    right: -5px;
    height: 0;
	width: 5px;
}
.hover_line:hover:before{
	width: 100%;
	transition: all 0.2s linear;
}
.hover_line:hover:after{
	height: calc(100% + 10px);
	 transition: all 0.2s linear 0.3s;
}
.hover_line .line{
	pointer-events: none;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 2;
}
.hover_line .line:after,.hover_line .line:before{
	position: absolute;
    content: "";
    bottom: 0;
	background: #4a2b0c;
	z-index: 1;
}
.hover_line .line:before{   
    right: 0;    
    height: 5px;
	width: 0;   	
}
.hover_line .line:after{
    left: 0;
    height: 0;
	width: 5px;
}
.hover_line:hover .line:before{
	width: 100%;
	transition: all 0.2s linear 0.6s;
}
.hover_line:hover .line:after{
	height: 100%;
	transition: all 0.2s linear 1s;
}
.hover_line:hover{
	text-decoration: none;
}

.detail_center{
	margin: 0 4.6%;
}
.detail_center p {
    margin-bottom: 35px;
}
.detail_center p.staff_img {
    margin-bottom: 0px;
}
.h3_ttl{
	text-align: center;
	background: #eeeae1;
	font-family: kozuka_B;
	color: #252525;
	font-size: 24px;
	line-height: 2.8em;
	margin-top: 80px;
	margin-bottom: 35px;
}

#topic {
  padding: 55px 0 46px 0;
  text-align: center; }
  #topic h2 {
    margin-bottom: 27px; }
#topic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topic ul li {
    position: relative;
    margin-bottom: 28px;
}
#topic ul li a .topic_img::after {
    background-color: #36ADA4;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
#topic ul li a:hover .topic_img::after {
	opacity: 0;
	left: 100%;
}
#topic ul li a:hover img {
	opacity: 1;
}
  #topic ul li a {
    display: inline-block;
    position: relative; }
    #topic a .topic_ttl {
    line-height: 1.3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 24px;
    font-family: kozuka_B;
    width: 100%;
}
      #topic a .topic_ttl span {
        display: block;
        color: #ffffff;
        font-size: 17px;
        font-family: pier_R;
        line-height: 24px; }

    #topic a:hover {
      text-decoration: none; }

.before-after {
    background-color: #EBEAE8;
}
.before-after img.alignright {
    display: block;
    margin-left: auto;
}
.before-after img.alignleft {
    display: block;
    margin-right: auto;
}
table.table-reform {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #D0D0D0;
}
table.table-reform th {
    width: 190px;
    background-color: #EBEAE9;
    border-bottom: 1px solid #D0D0D0;
    padding-left: 40px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: kozuka_B;
    font-size: 16px;
}
table.table-reform td {
    border-bottom: 1px solid #D0D0D0;
    padding-left: 50px;
    font-family: kozuka_R;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}


@media only screen and (min-width: 769px) {
	.ttl span{
		position: relative;
		top: -4px;
	}
}
@media only screen and (max-width: 1080px) { /* Tablet */
	.wrap{
		width: 90%;
		box-sizing: border-box;
		margin: 0 5%;
	}
	main{
		padding-top: 69px;
	}
	header{
		padding:0;
	}
	header > .wrap{
		margin: 0;
		width: 100%;
	}
	header h1,.header_btn,.menu-menutop-container,header .tel{
		display: none;
	}
	header .logo{
		width: 187px;
		margin: 12px 0 8px 5%;
	}
	header .logo img{
		width: 100%;
	}
	.header_link_sp{
		display: block;
	}
	.header_link_sp li:nth-child(2) img{
    width: 28px;
	}
	footer{
		padding: 87px 0 84px 0;
	}
	.footerL{
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.menu-menufooter-container{
		display: none;
	}
  #topic a {
    width: 31%; }
    #topic a .label {
      padding: 26px 8px;
      bottom: 36%; }
}

@media only screen and (max-width: 768px) { /* Mobile - Large */
	h2{
		font-size: 40px;
	}
	.ttl{
		font-size: 30px;		
	}
	.ttl span{
		font-size: 12px;
	}
	.item {
		width: 100% !important;
	}
	.item .sec2_img {
		width: 40%;
	}
	.item .sec2_txt {
/*		font-size: 28px;*/
	}
	#key{
		height: 195px;
	}
	footer .wrap{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	}
  #topic {
    padding-bottom: 57px; }
    #topic a {
    width: 100%;
    margin: 0 0 30px 0;
    padding-bottom: 0px;
}
      #topic a .topic_ttl {
        font-size: 25px;
        line-height: 1.8em;
        padding: 34px 0 14px 0; }
        #topic a .topic_ttl span {
          font-size: 12px;
          line-height: 2.4em; }
      #topic a:after {
        right: 4%;
        bottom: 4%;
        width: 25px;
        height: 23px; }
#topic img {
    width: 100%;
}

address {
    padding-bottom: 90px;
}
}

@media only screen and (max-width: 640px) { /* Mobile - Small */
.header_icon {
	top: 5px;
	right: 70px;
}
.kotei {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    height: 10vh;
    width: 100%;
    right: auto;
    top: auto;
    background-color: #FFFFFF;
}
.kotei ul {
    position: static;
    display: flex;
    justify-content: space-between;
    transform: translate(0%);
}
.kotei ul li {
    margin-bottom: 0px;
    width: 33%;
}
.kotei ul li a {
    height: 76px;
    width: 100%;
    display: block;
    padding-top: 14px;
}
.h3_ttl{
	margin-top: 50px;
}
table.table-reform {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #D0D0D0;
}
table.table-reform th {
    width: auto;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
    border: none;
}
table.table-reform td {
    border: none;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 50px;
    width: auto;
    display: block;
}
}
@media only screen and (max-width: 768px) and (min-width: 476px) {
  /* Mobile - Small */
  #topic a .label {
    font-size: 23px;
    line-height: 1.4em;
    right: 10%;
    bottom: 33%;
    padding: 39px 12px; }
    #topic a .label:before {
      height: 43px;
      top: -31px; }
    #topic a .label:after {
      border-width: 12px 8px 0 8px;
      bottom: -11px; }

 }
@media only screen and (max-width: 475px) { /* Mobile - Small */
	main {
		padding-top: 59px;
	}
	header .logo{
		width: 150px;
		margin-left: 3%;
	}
	.header_link_sp{
		right: 58px;
	}
	.header_link_sp li{
		height: 59px;		
	}
	.header_link_sp li a{
		width: 50px;
		padding-top: 7px;
	}
	header .navBtn{
		padding: 17px 14px;
	}
	.ttl{
		font-size: 6.3vw;
	}
	.ttl span{
		font-size: 10px;
	}
	h2{
		font-size: 8.4vw;
	}
	.key_txt5 h2{
		font-size: 26px;
	}
	.key_txt5 h2 span{
		font-size: 14px;
	}
	.item {
		margin-bottom: 20px;
	}
	.item .sec2_txt {
		font-size: 5vw;
	}
  #topic h2 {
    margin-bottom: 18px; }
  #topic a {
    margin-bottom: 20px; }
    #topic a .topic_ttl {
      font-size: 5.2vw;
      padding: 1em 0 0 0; }
      #topic a .topic_ttl span {
        font-size: 10px;
        line-height: 2em; }
    #topic a:after {
      width: 18px;
      height: 15px; }
}
@media only screen and (max-width: 320px) {
	.footerL p+p{
		margin-top: 15px;
	}
	.footerL p span{
		display: block;
		font-size: 0;
		line-height: 0;
	}
}