@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
 *
 * Theme Name: sato-cpatax, Inc ver1.0
 * Theme URI: https://sato-cpatax.com/
 * Author: kinjo aimi
 * Author URI: 
 * Description: みちこ女性クリニック
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: dx-tax
 *
 *--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 *
 *
 * リセット
 *
 *
--------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; font:inherit; font-size:100%; vertical-align:baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html, body { width:100%;line-height:1; }
ol, ul { list-style:none; }
blockquote, q {quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse:collapse; border-spacing:0; }
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }

/*--------------------------------------------------

   Clearfix

--------------------------------------------------*/
.cf { zoom:1; } .cf:before,.cf:after { content:""; display:table; } .cf:after { clear:both; }

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * 基本設定
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
html { overflow:auto; scroll-behavior: smooth;}
body {/* display: flex; flex-direction: column; min-height: 100vh; */ font-family: "Shippori Mincho", serif; font-weight: 400; font-style: normal;
/*
	padding-top: env(safe-area-inset-top, 20px); 
    padding-right: env(safe-area-inset-right, 20px);
    padding-bottom: env(safe-area-inset-bottom, 20px);
    padding-left: env(safe-area-inset-left, 20px);
*/
}
/* @media screen and (max-width:1000px){ body { width:1000px; } } */

@media screen and (max-width:766px){ 
	html {height: 100%;}
	body { width:100%; background:#fff; height: 100%;} 
}



a:link,
a:visited { color:#000 ; text-decoration:none; transition:.3s ease; }
a:hover,
a:active { color:#000; text-decoration:none; transition:.3s ease; }
img { max-width:100%; height:auto; vertical-align:top; backface-visibility:hidden; }
a:link img,
a:visited img {opacity:1.0; transition:.3s ease; }
/*
a:hover img,
a:active img {opacity: 0.6; transition: .3s ease; }
*/
video::-webkit-media-controls-enclosure { overflow:hidden; }
video::-webkit-media-controls-panel { width: calc(100% + 30px); }
.fa, .far, .fas {font-family: "Font Awesome 5 Free";}
/* ------------------------------小見出し属性------------------------------　*/
h1 , h2 ,h3 ,h4 ,h5 { margin:0; padding:0; line-height:1.7;}
/* h1 { font-size:12px; margin-bottom: 0; padding-left: 1em;} */
h2 { font-size:26px;}
h3 { font-size:24px; }
h4 { font-size:18px; }
h5 { font-size:16px; }

@media screen and (max-width:768px){
	h1 { font-size:10px;}
	h2 { font-size:19px; }
	h3 { font-size:18px; }
	h4 { font-size:16px; }
	h5 { font-size:16px; }
}
p { font-size:14px; padding:0; line-height:1.8; display:block; color:#323232; text-align: justify;}
ul { margin:0; padding:0; }
li { margin:0; padding:0; font-size:14px; line-height:1.8; color:#323232;}
i { padding-right:6px; }
img { max-width:100%; height:auto; display:block; }
sup {vertical-align: super; font-size: 12px; margin-left: 2px; color: #e54155;}

@media screen and (max-width:766px){
	p {font-size: 3.5vw;}
	li {font-size: 3.5vw;}v
}
/*
@media screen and (max-width:466px){
	p {font-size: 3.5vw;}
	li {font-size: 3.5vw;}
}
*/

.pc { display:block!important; }
.sp { display:none!important; }
@media screen and (max-width:766px){
	.pc { display:none!important; }
	.sp { display:block!important; }
}
.back-main-color {background: #ffdc00;}


.wf-en {font-family: "Baskervville", serif;
  font-weight: 400;
  font-style: normal;}

ol.note > li {position: relative; padding: 3px 0 3px 15px; line-height: 1.6; font-size: 14px; letter-spacing: -0.04em;}
ol.note > li:before {position: absolute; content: '※'; left: 0;}
/* p.note {font-size: 14px; color: #e4007f; margin-top: 10px;} */

@media screen and (max-width:768px){
	ol.note {margin-top: 3%;}
}
@media screen and (max-width:466px){
 p.note {font-size: 4vw; line-height: 1.5;}
}
/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * ヘッダー
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
/* ------------------------------ロゴ・メニューバーエリア------------------------------　*/
header {position: relative;
    width: 100%;
/*height: 100vh; */
    background-image: url(../img/top/kv.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
  }

.header-wrapper {height: 100%; max-width: 85%; padding: 60px 0; margin: 0 auto; position: relative;} 

.logo {
    position: absolute;
    top: calc(100vh / 3);
}
.site-title {
	color: #fff;
	font-size: 30px;
	font-size: 1.9rem;
	margin-bottom: 2rem;
	letter-spacing: .3rem;
}
.site-title span {
	display: block;
	font-size: 0.9rem;
	letter-spacing: .05rem;
	}
.site-copy {
	color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .3rem;
    display: inline-block;
}
.h-tel {
	position: absolute;
  bottom: 50px;
  left: 20px;
  width: 50%;
}
a.tel {
	color: #fff;
    font-size: 1.9rem;
    letter-spacing: .2rem;
    margin-bottom: 20px;
    display: inline-block;
}
dl.tel-hours {
  display: flex;
  padding: 6px 0;
  color: #fff;
  font-size: 0.75rem;
}
.tel-ttl {
	width: 15%;
}
.tel-detail {
	width: 80%;
}
@media screen and (min-width:767px){
	.fixbtn_reserve {position: fixed; bottom: 40px; right: 40px; z-index: 20;}
}


@media screen and (max-width:766px){
	header {background-image: url(../img/top/kv-sp.jpg);} 
	.header-wrapper {width: 90%; max-width: 100%;
display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        padding: 60px 0 30px;}
	.logo {
		text-align: center;
		top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
	}
	.site-title {font-size: 9vw;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 12vw;}
  .site-title span {margin-top: .6rem;}
  .site-copy {
	  display: inline-block;
	  font-size: 4.8vw;
	  letter-spacing: .2rem;
	  }
	.h-tel {
position: initial; 
    width: 100%;
    left: 0;
    bottom: 25px;
    
/*
    -webkit-transform: translate(0%, 0%); 
        transform: translate(0%, 0%);
*/
	        
	        
/*     padding-bottom: env(safe-area-inset-bottom); */
/*     padding-bottom: calc(env(safe-area-inset-bottom) + 44px); */
/*
    
    right: 20px;
bottom: calc(25px + env(safe-area-inset-bottom));
*/ 
    
   
	}
	dl.tel-hours {
		font-size: 4vw;
		width: 100%;
		padding: 1vw 0;
		}
	.tel-ttl {
		line-height: 1.5;
		width: 25vw;
	}	
	.tel-detail {
		line-height: 1.5;
		width: 75vw;
	}
	
	a.tel {
		position: fixed;
    display: block;
    height: 40px;
    width: 50px;
    
    border: none;
    top: 70px;
    right: 14px;
    
    z-index: 10;
    display: flex;
        align-items: center;
        justify-content: center;
		}
	a.tel span {
		display: none;
		}
	a.tel::after {
		content: '';
    background-image: url(../img/svg/img-tel_wh.svg);
    background-size: 20px 20px;
    /* position: absolute; */
    width: 20px;
    background-position: center;
    z-index: 10;
    display: block;
    display: inline-block;
    width: 15px;
    height: 20px;
    /* background-image: url(../img/face.png); */
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
		}
	a.tel.m_fixed::after {
    background-image: url(../img/svg/img-tel_br.svg);
}
/*
	.fixbtn_reserve {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
}
*/
}


@media screen and (orientation: landscape) {
   .header-wrapper .btn-wrapper {width: 45%;}
}

/*
[data-device='iphone'] .h-tel {
  padding-bottom: calc(env(safe-area-inset-bottom) + 44px);
  position: absolute;
  bottom: 20px;
}
*/


/* iPhoneのセーフエリアを考慮する */


/*
@supports (bottom: env(safe-area-inset-bottom)) {
    .h-tel {
        padding-bottom: calc(env(safe-area-inset-bottom) + 44px);
    }
}
*/



/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * グローバルナビゲーション
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
.nav-wrapper {
    position: absolute;
    z-index: 100;
    right: -20px;
    top: 60px;
}

.header-nav {
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    float: right;
    height: 250px;
    padding-right: 4px;
}

.nav-list li {
font-size: 0.8rem;
    letter-spacing: 0.18em;
    overflow: hidden;    
    white-space: nowrap;
}
.nav-list li a {
	font-size: 1rem;
    padding: 0 .1rem; 
    margin: 0 .3rem;
    display: inline-block;
    color: #fff;
	
}
.nav-list li a:hover {
	opacity: .5;
}
.burger-btn {display: none;}
a.btn_Instagram {
	padding: 0 0.9rem !important;
}

@media screen and (max-width:766px){
	html.noscroll,
html.noscroll body {overflow: hidden;} 
	.burger-btn {display: none;}
	
/*
	.burger-btn.close {position: absolute; top: 20px;
    right: 14px; }
*/
	button {-webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: 0; border-radius: 0; color: inherit; cursor: pointer; font: inherit; margin: 0; outline: none; padding: 0; vertical-align: middle;}
	.burger-btn {display: block;
		 width: 50px;
        height: 40px;
       
        z-index: 30;
        border: none;
        top: 20px;
        right: 14px;
        position: fixed;
        z-index: 100;}
	.bar {background-color: #fff;
        display: block;
        height: 2px;
        left: 50%;
        right: 0;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 30px;}
  .burger-btn.m_fixed .bar {background-color: #28B3CA;}
  .burger-btn.close  .bar {background-color: #323232;}    
        
	.bar_top {top: 11px; width: 30px;}
	.bar_mid {top: 20px; transform: translate(-50%,-50%); width: 30px; /* left: 15px; */ right: 0;}
	.bar_bottom {top: 29px; width: 30px;}
	
	.burger-btn.close .bar_top {transform: translate(-50%,10px) rotate(45deg); transition: transform .3s; width: 35px; right: 0;}
	/* .burger-btn.close .bar {background-color: #23405C;} */
	.burger-btn.close .bar_mid {opacity: 0; transition: opacity .3s;}
	.burger-btn.close .bar_bottom {transform: translate(-50%,-8px) rotate(-45deg); transition: transform .3s; width: 35px; right: 0;} 
	button.burger-btn.scroll-nav .bar {background-color: #000;}
	.nav-wrapper {visibility: hidden; height: 100%; right: 0; position: fixed; top: 0; width: min-content; opacity: 0; transition: opacity .5s ; z-index: 20;}
	.header-nav {background-color: #fff; height: 100%; width: 100%; z-index: 2; padding: 70px 0 30px; transition: 0.5s ease 0s; display: block; padding-left: 0; padding-right: 0; overflow: scroll;
/*
		display: flex;
    align-items: center;
*/
    writing-mode: initial;
    -webkit-writing-mode: initial;
    -moz-writing-mode: initial;
    -o-writing-mode: initial;
    writing-mode: initial;
    float: none;
	}
/*
	.header-nav > div ul {display: flex; flex-wrap: wrap; justify-content: center;}
	.header-nav > div ul a {font-size: 20px; padding: 0 15px;}
*/

.nav-list {display: flex; position: initial;flex-wrap: wrap;}
	.nav-list li:not(:nth-of-type(2)):before {display: none;}
	.nav-item {margin-right: 55px;}
	
.nav-title {font-size: 5.8vw;
        text-align: center;
        line-height: 1.4;
        color: #158EB1;letter-spacing: .6vw;}
  .nav-title span {
    display: block;
    font-size: 0.9rem;
    letter-spacing: .05rem;
    font-size: 3.8vw;
    margin-bottom: 8vw;
}

	.nav-list {}
	.nav-list li {flex-basis: 100%; text-align: center;margin: 3px 0;}
	.nav-list li a {font-size: 3.8vw; width: 80%;
        padding: 1.7vw 20vw; color: #000; position: relative; text-decoration: none; transition: 0.5s ease 0s;}
  
	.nav-wrapper.fade {opacity: 1; visibility: visible;}
	.header-nav > div ul.header-nav > div ul {position: fixed; top: 20px; right: 0;}
	.header-nav > div ul {display: none;}
	.header-nav > div ul a  {font-size: 30px;}
/* 	.nav-list {padding-left: 0; margin: 0 auto; text-align: left; display: table;} */
	.nav-item a {padding: 3% 5%;}
	.nav-wrapper {width: 100%;}
	.nav-wrapper.fade {width: 100%;}
	
	
	a.btn_Instagram {
		padding: 4.5vw !important;
	}
	a.btn_Instagram img {display: block; margin: 0 auto;
	  }
	a.nav-btn_reserve {
		background-color: #28B3CA;
    color: #fff;
    padding: 6vw;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    transition: ease .5s;
  }
/*
  a.nav-btn_reserve img {
	  margin-right: 3vw;
  }
*/

 a.nav-btn_reserve span {
	position: relative;
	padding-left: 1rem;
	
}

a.nav-btn_reserve span::before {
	content: '';
  background-image: url(../img/svg/icon-reserve.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  width: 23px;
  z-index: 10;
  position: absolute;
  left: 0;
  display: inline-block;
  top: -14%;
  left: -1rem;
  height: 21px;
}
a.nav-btn_reserve:hover {
	background-color: transparent;
	border: 1px solid #28B3CA;
	color: #28B3CA;
}
a.nav-btn_reserve:hover span::before {
	background-image: url(../img/svg/icon-reserve-bl.svg);
}
  
}



@media screen and (orientation: landscape) {
	.header-nav {padding-bottom: 0;}
}




/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * コンテンツ
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

/* ------------------------------共通------------------------------　*/
section { width:100%; }
.inner {width: 85%; max-width:1000px; margin:0 auto; padding:60px 0; position: relative; z-index: 0;}
section .ttl {position: relative; margin-bottom: 3rem;}
section .ttl h2 {line-height: 1.5;
    letter-spacing: .2em;
    color: #158EB1;
    font-size: 1.5rem;
    text-align: center;}
section .ttl h2 span {display: block; font-size: 20px; margin-bottom: 50px; letter-spacing: 0;}
section .ttl p {font-size: 20px; letter-spacing: .2em;}
section .sub-ttl {margin-bottom: 45px;}
section .sub-ttl h2 {font-size: 24px; line-height: 1.5; letter-spacing: .2em; text-align: center; margin-bottom: 30px;}
p.lead {text-align: center;}
a.anchor {color: #158EB1; text-decoration: underline; transition: all .5s;}


.btn-wrapper {margin-top: 35px;}
.btn {border: 1px solid #000; display: inline-block; padding: 20px 40px; font-size: 14px; letter-spacing: .3em;} 
.btn:hover {background: none; color:#0089d7 !important; border: 1px solid #0089d7;}
a.btn_reserve {
	background-color: #28B3CA;
  color: #fff;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  max-width: 320px;
  border: 1px solid #28B3CA;v
  
}
a.btn_reserve span {
	position: relative;
	padding-left: 1rem;
}
a.btn_reserve span::before {
	content: '';
    background-image: url(../img/svg/icon-reserve.svg);
    background-size: 23px;
    background-repeat: no-repeat;
    width: 23px;
    z-index: 10;
    display: inline-block;
    
    height: 21px;

    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
    
    transition: all 1s;
}
a.btn_reserve:hover {
	background-color: transparent;
	border: 1px solid #28B3CA;
	color: #28B3CA;
}
a.btn_reserve:hover span::before {
	background-image: url(../img/svg/icon-reserve-bl.svg);
}
/*
a.btn_reserve img {
        margin-right: 10px;
    }
*/



.btn-more {background:#009bce; max-width: 400px; width: 100%;}
.btn-contact {max-width: 400px; width: 100%;}
.page-anchor {padding-top: 100px; margin-top: -100px;}




@media screen and (max-width:766px) {
	section .ttl {margin-bottom: 6vw;}
	section .ttl h2 {font-size: 6vw; /* margin-bottom: 30px; */}
	section .ttl h2 span {font-size: 4vw;}
	.btn {width: 100%;  text-align: center; padding: 20px 1em;}
}

@media screen and (max-width:466px) {
	section .sub-ttl h2 {font-size: 6vw;}
}

/*
@media screen and (orientation: landscape) {
	section .ttl h2 {font-size: 26px;}
	section .ttl h2 span {font-size: 16px;}

}
*/




@media(min-width: 767px){
  a[href^="tel:"]{pointer-events: none;}
}

/*--------------------------------------------------------------------------------
 * banner-area
--------------------------------------------------------------------------------*/
.banner-area .inner {padding-bottom: 0;}
.banner-wrapper {display: flex; justify-content: center; flex-wrap: wrap;}
.banner-img {margin: 0 25px;}

@media screen and (max-width: 768px){
	.banner-area .inner {padding: 30px 0 0 0;}
	.banner-img {margin: 15px 0;}
}

/*--------------------------------------------------------------------------------
 * news-list
--------------------------------------------------------------------------------*/
.news-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #979797;
	color:#323232;
}
.news-date {
	flex-basis: 16%;
  font-size: .85rem;
  padding: 2.4rem 0;
  text-align: center;
	
}
.news-detail {
	flex-basis: 84%;
	font-size: .85rem;
	padding: 0 0 0 1rem;
	line-height: 1.8;
}
.news-detail a {
	color: #158EB1;
	text-decoration: underline;
}

@media screen and (max-width: 766px){
	.news-list {padding: 5.5vw 0;}
	.news-date {flex-basis: 100%;padding: 1vw 0;
        text-align: left;font-size: 3.2vw;}
	.news-detail {flex-basis: 100%;font-size: 3.2vw; padding: 1vw 0;}
}


/*--------------------------------------------------------------------------------
 * hours
--------------------------------------------------------------------------------*/
.clinic-hours {
	background-color: #F2F6F7;
}
.hours-wrapper {
	padding: 0 0 35px 0;
}
.hours-table {
	width: 100%;
	color: #323232;
}
.hours-table thead {
	background-color: #F2F6F7;
	border-bottom: 0.6px solid #979797;
}
.hours-table thead th {
	width: 23%;
	font-size: 1rem;
	padding: 1.3rem 1rem;
	text-align: center;
	vertical-align: middle;
}
.hours-table thead td {
	width: 11%;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}

.hours-table tbody {
	background-color: #fff;
	border-bottom: 0.6px solid #979797;
}
.hours-table tbody th {
	font-size: .85rem;
	padding: 2rem 1rem;
	text-align: center;
	vertical-align: middle;
}
.hours-table tbody td {
	width: 11%;
	font-size: .85rem;
	text-align: center;
	vertical-align: middle;
}
.hours-table tbody td img {
	display: block;
	margin: 0 auto;
}


.clinic-hours p.note {
	font-size: .85rem;
  text-align: right;
}
.clinic-hours .reserve-wrapper {
	padding: 40px 0;
}
/*
.hours a.tel {
	color: #158EB1;
	font-size: 2rem;
}
*/
.tel-wrapper {
	text-align: center;
}
.tel-wrapper p {
	text-align: center;
	font-size: .95rem;
	margin-bottom: .6rem;
}
a.txt-tel {
	color: #158EB1;
    font-size: 2rem;
    margin: 0;
    letter-spacing: .1rem;
    display: inline-block;
}

@media screen and (max-width: 766px){
	.hours-table thead th {width: 25%; font-size: 3.4vw;
    padding: 3vw 1vw;}
    
  .hours-table thead td {width: 10%;font-size: 3.2vw;}
  .hours-table tbody th {font-size: 3.4vw; padding: 4.2vw 2vw;text-align: left;
    line-height: 1.5;}
    .hours-table tbody td img {width: 3.4vw;}
    
   .clinic-hours p.note {font-size: 3.2vw;}
   a.txt-tel {
	   font-size: 8.8vw;letter-spacing: .05rem;
   }
}



/*--------------------------------------------------------------------------------
 * access 
--------------------------------------------------------------------------------*/
.access .inner {width: 100%; max-width: 100%;}
.access-wrapper {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 85%; max-width: 1000px; margin: 0 auto; padding-top: 50px;}
.access-wrapper .img-wrapper {
	flex-basis: 47%;
}
.access-wrapper .img-wrapper img {
	width: 100%;
    height: 100%;
    object-fit: cover;

}

.access-wrapper .txt-wrapper {
	flex-basis: 47%;
}
.access-ttl {
	color: #158EB1;
	font-size: 1.1rem;
	margin-bottom: .8rem;
	line-height: 1.6;
  text-align: center;
}
.access-txt {
	font-size: 0.9rem;
	color: #323232;
	line-height: 1.8;
    text-align: center;
}
.access-01 .access-ttl {
	display: none;
}
.access-02 {
	padding: 25px 0;
}

@media screen and (max-width: 766px){
	.access iframe {height: 61.5vw;}
	.access-wrapper {padding-top: 5%;}
	.access-wrapper .img-wrapper {flex-basis: 100%;margin-bottom: 6vw;}
	.access-wrapper .txt-wrapper {flex-basis: 100%;}
	.access-ttl {font-size: 3.8vw; margin-bottom: 2vw;}
	.access-txt {font-size: 3.4vw;}
}

/*--------------------------------------------------------------------------------
 * director
--------------------------------------------------------------------------------*/
.director {background-color: #F2F6F7;}
.director-wrapper {display: flex; flex-wrap: wrap; justify-content: space-between; /* width: 85%; max-width: 1000px; margin: 0 auto; padding-top: 50px; */}
.director-wrapper .img-wrapper {
	flex-basis: 47%;
}
.director-wrapper .img-wrapper img {
	width: 95%;
    height: 80%;
    object-fit: cover;

}
.director-wrapper .txt-wrapper {
	flex-basis: 47%;
}
.director-ttl {
	color: #158EB1;
	font-size: 1.1rem;
	margin-bottom: .8rem;
	line-height: 1.6;
  text-align: center;
}
.director-txt {
	font-size: 0.9rem;
	color: #323232;
	line-height: 1.6;
    text-align: center;
}
.director-name {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: .8rem;
}
.director-name span {
	font-size: 0.9rem;
	display: block;
}
.director-comment {
	font-size: 1rem;
    line-height: 1.7;
    text-align: center;
}
.director-02 {
	padding: 18px 0;
}
.director-02 .director-txt {
	text-align: center;
}
.director-02 .director-txt p {
	display: inline-block;
	text-align: left;
	line-height: 1.6;
	font-size: 0.9rem;
}
.director-note {
	list-style: disc;
	border: 1px solid #158EB1;
	padding: 1rem 1rem 1rem 2rem;
	background-color: #fff;
}
.director-note li {
	text-align: left;
	line-height: 1.5;
	font-size: 0.9rem;
}

@media screen and (max-width: 766px){
	.director-wrapper {padding-top: 5%;}
	.director-wrapper .img-wrapper {flex-basis: 100%;margin-bottom: 6vw;}
	.director-wrapper .txt-wrapper {flex-basis: 100%;}
	.director-ttl {font-size: 3.8vw; margin-bottom: 2vw;}
	.director-txt {font-size: 3.4vw;}
	.director-name {font-size: 5.6vw;}
	.director-name span {font-size: 3.4vw;}
	.director-comment {letter-spacing: -0.3vw;
    font-size: 4.5vw;}
  .director-02 .director-txt p {font-size: 3.5vw;}
  .director-note li {font-size: 3.5vw;}
}






@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  overflow: hidden;
}
.scroll-infinity__item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
    to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right  100s infinite linear 0.5s both;
}
*/

@media screen and (max-width: 766px) {
  .scroll-infinity__item {
    width: calc(100vw / 1.5);
  }
}


a.btn_top {position: relative;}
a.btn_top svg {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.btn_top:hover svg {
  right: 0%;
}

a.btn_top:active svg {
  transform: scale(0.9);
}

/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * フッター
 *
 *
 *
 *
--------------------------------------------------------------------------------*/
.f-btn-area {background-color: #F2F6F7;}
.f-btn-area .inner {padding: 100px 0;}
.f-btn-list {display:flex; flex-wrap: wrap; justify-content:space-between; width: 86%; margin:  0 auto;}
.f-btn-list li {flex-basis: 50%;}

a.f-btn {
  border: none;
  background: none;
  display: block; background-color: #fff;
    color: #158EB1;
    font-size: 1.5rem;
    border: .9px solid #158EB1;
    padding: 1.9rem;
    text-align: center; position: relative;
}

a.f-btn svg {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 3%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.f-btn:hover svg {
  right: 0%;
}

a.f-btn:active svg {
  transform: scale(0.9);
}


.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.f-nav-area .inner {
	padding-bottom: 0px;
}
.logo-area {
    text-align: center;
}
.f-logo {
	color: #158EB1;
	font-size: 1.75rem;
    text-align: center;
    letter-spacing: .1rem;
    margin-bottom: 1rem;
}
.f-address {
	text-align: center;
	font-size: 0.9rem;
}
a.f-btn_Instagram {
	display: inline-block;
	padding: 1.25rem;
	margin: 40px 0 30px;
}
.f-nav {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 30px 0;
}
.page-btn a {
	color: #158EB1;
	font-size: 1rem;
	letter-spacing: .1rem;
	display: block;
	padding: 0.5rem 1rem ;
}
.page-anchor-btn a {
	font-size: 12px;
	font-size: .75rem;
	color: #323232;
	display: block;
	padding: 0.2rem 1rem ;
	transition: .3s ease;
}
.page-anchor-btn a:hover {
	color: #158EB1;
}
.f-nav-bottom-list {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.b-btn a {
	margin: 0 8px;
  font-size: .75rem;
  color: #323232;
  display: block;
  padding: 0.7rem .7rem;
  transition: .3s ease;
}
.b-btn a:hover {
	color: #158EB1;
}

.fix-btn-wrapper {
	position: relative;
}

.topBtn {
	position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 15;
/*
  width: 108px;
  height: 108px;
*/
/*
  background-image: url(../img/svg/img-btn_reserve.svg);
  background-size: cover;
  border: none;
*/
  cursor: pointer;
  transition: all 1s ease; 
  
}

.topBtn img {transition: all 1s ease;}


/*
.topBtn:hover img {
    content: url(../img/svg/img-btn_reserve_wh.svg); 
}
*/



/*
.topBtn:hover {
    background-image: url(../img/svg/img-btn_reserve_wh.svg); 
}
*/
/*
.topBtn span {
	position: relative;
	transition: all 1s;
}
*/
/*
.topBtn span::before {
	content: '';
    background-image: url(../img/svg/img-btn_reserve.svg);
    background-size: 108px;
    background-repeat: no-repeat;
    width: 108px;
    height: 108px;
    z-index: 10;
    left: 0;
    display: inline-block;    
    
}
*/
/*
.topBtn:hover span::before {
	background-image: url(../img/svg/img-btn_reserve_wh.svg);
}
*/
address {
	text-align: center;
  padding: 8px 0 25px;
  color: #979797;
  font-size: .65rem;
}

@media screen and (max-width:766px){
	.f-btn-area .inner {
		padding: 30px 0;
	}
	.f-btn-list {width: 100%;}
	.f-btn-list li {flex-basis: 100%;}
	a.f-btn {font-size: 5vw; padding: 6vw;}
	.f-logo {font-size: 5.75vw;line-height: 1.9;}
	a.f-btn_Instagram {padding: 5vw; margin: 5vw 0 0;}
	a.f-btn_Instagram img {width: 7vw;}
	.f-nav {padding: 2vw 0;}
	.f-nav-list {flex-basis: 100%; text-align: center; padding: 2.5vw 0;}
	.page-btn a {font-size: 3.8vw;}
	.page-anchor-btn a {font-size: 3.2vw;}
	.go_top {text-align: center;}
	.go_top a {padding: 3vw 4vw; display: inline-block;}
	.f-nav-bottom-list {flex-wrap: wrap; padding: 3vw 0 6vw 0;}
	.b-btn {flex-basis: 100%; text-align: center;}
	.b-btn a {font-size: 3.2vw;}
	.fix_btn-wrapper {position: relative;} 
	.topBtn {
	position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 15;
}
}





/*--------------------------------------------------------------------------------
 *
 *
 *
 *
 * その他（jQueryなど）
 *
 *
 *
 *
--------------------------------------------------------------------------------*/

.timeline-01{
  max-width: 60px;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 10;
    bottom: 0;
}
.timeline-01 li {border-left: 2px solid #fff;}
.timeline-01 li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
  list-style: none;
  padding:0 0 20px 0;
  height: 13vh;
  
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

.timeline-01 li p {letter-spacing: .1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #fff;
    padding: 0 0.6em;
    font-size: 12px;
    position: absolute;
    left: 0;}

.concept {position: relative;}

.scroll-wrapper {position: absolute;
    left: 45px;
    bottom: 0%;
    height: 30vh;
    overflow: hidden;}
    
.scroll-wrapper a {
	position: relative;
    top: 0;
    z-index: 2;
    padding: 0px 10px;
/*     overflow: hidden; */    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .2em;
    text-decoration: none;
    writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    /* background: red; */
    
}
.scroll-wrapper a::after {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 40vh;
    background: #fff;
    animation: sdl 5.0s cubic-bezier(1, 0, 0, 1) infinite;
    z-index: 2;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}



@media screen and (max-width:768px){
	.scroll-wrapper {display: none;}
}

/* ------------------------------ページトップへ戻る------------------------------　*/
/*
#pageTop { position:fixed; bottom:20px; right:20px; z-index: 999;}
#pageTop a { display: block;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 62px;
    height: 62px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    border: 1px solid #e5e5e5;}
#pageTop a:hover { text-decoration:none;}
*/

.fixbtn-wrapper {
	position: relative;
}

#goto_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

#goto_top a {
    
}       

/* ------------------------------グローバルナビ上部固定------------------------------　*/
.fixed { position:fixed; top:0; width:100%; z-index:10000; }
@media screen and (max-width:768px){
.fixed { position:static; }
}


/* ------------------------------ページ下部固定CTA_PC------------------------------　*/
#buttonPc {position:fixed; bottom:0; background:#191e32; width:100%; height:auto; z-index:1000; }
#buttonPc a#pc_box { display:block; width:100%; height:auto; color:#ffffff; padding:15px 0; text-align:center; font-size:16px; }
 i {padding-right:5px; }
 #buttonPc a:hover { text-decoration:none }

@media screen and (max-width:768px){
	#buttonPc { display:none; }
	#buttonPc a#pc_box { display:none; }
}

/* ------------------------------アコーディオン------------------------------　*/
.accordion dl, .accordion dt, .accordion dd{ margin:0; padding:0; }
.accordion dt { display:block; width:100%; height:auto; line-height:1.4; cursor:pointer; border-radius:30px; background:#ffffff; font-size:15px!important; font-weight:bold; color:#000000; 
	margin:0; padding:16px 30px 16px 16px; box-shadow: 0px 6px rgba(0,0,0,1); border:2px solid #000000; text-align:center; }
.accordion dt:after { content:"▼"; margin-left:10px }
.accordion dt.close { background:#000000; color:#ffffff; box-shadow:none }
.accordion dt.close:after { content:"▲"; }
.accordion dd { width:100%; height:auto; display:none; margin:0; padding:60px 0 0 0; }
.accordion dd img { border-radius:20px; border:3px solid #000000; box-shadow:6px 6px rgba(0,0,0,0.3); margin:0 0 30px 0;}
.accordion br { display:inline; }

/* ------------------------------フェードインアニメーション------------------------------　*/
.sa {opacity: 0; transition: all 3s ease; } /* ノーマル */
.sa.show {opacity: 1; transform: none; } /* ノーマル */
.sa-lr {transform: translate(-100px, 0); } /* 右から */
.sa-rl {transform: translate(100px, 0); } /* 左から */
.sa-up {transform: translate(0, 100px); } /* 下から */
.sa-down {transform: translate(0, -100px); } /* 上から */
.sa-scaleUp {transform: scale(.5); } /* 縮小→拡大 */
.sa-scaleDown {transform: scale(1.5); } /* 拡大→縮小 */
.sa-rotateL {transform: rotate(180deg); } /* 左回転 */
.sa-rotateR {transform: rotate(-180deg); } /* 右回転 */

/* ------------------------------ふわふわ------------------------------　*/
@keyframes horizontal {
    0% { transform:translateX( -5px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-5px); }
  100% { transform:translateY(  0px); }
}
img.huwahuwa { animation: horizontal 2s ease-in-out infinite alternate; }
img.huwahuwa { animation: vertical 2s ease-in-out infinite alternate; }
img.huwa01 { animation-duration: 1.1s}
img.huwa02 { animation-duration: 1.3s}
img.huwa03 { animation-duration: 1.5s}