@charset "utf-8";
/* --------------------------------
 * Base Design
 * -------------------------------- */
/*ヘッダー
ーーーーーーーーーーーーーーーーーーーー*/
header {
	width: 100%;
	height: 80px;
    /* z-index: 999;
    top: 0;  */
}

.header {
	width:100%;
	height:80px;
	margin:0 auto;
    /* position:fixed; */
    position:sticky;  /* header部分を固定 */
    z-index: 999;
    top: 0;
}

.top-image {
    position:relative;
}

.header-inner {
    display:flex;
    justify-content: space-between;
}

.header-inner img {
    width:290px;
    height:65px;
    padding:8px 0 0 8px;
}

/* --- スライドショー画像の上のロゴ ---- */
.top-image-inner {
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
}

body.top .header,
body.contact .header,
body.access .header,
body.application .header,
body.shousai .header {
	/* background-color: rgba(255, 255, 255, 0.8); */
    background-color:#8fbc8f;
	position: absolute;
    position:fixed;   /* header部分を固定 */
    /* position:sticky; */
    z-index: 999;
    top: 0;
}

.lang-sel {
	height:15px;
	margin-right:1%;
	text-align:right;
    padding-top:6px;
    color:#fff;
	/* background-color:chartreuse; */
}

.navigation-item {
    font-size:20px;
}

.navigation-menu img {
    width:32px;
    height:32px;
    margin-top:5px;
}

/*------------------------------------*/
@media screen and (min-width:375px) and  (max-width: 640px) {
   
    .header-inner {
        /* margin: 0 3%; */
        margin:0;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .lang-sel {
        margin:0;
        font-size: 1.2rem;
        display:block;
        width:640px;
        height:30px;
        text-align:center;
        /* position:absolute; */
        top: 80px;
        background-color:#8fbc8f;
        padding:8px;
        z-index:10;
    }

    .navigation ul li a {        
        line-height:30px;
}
}
/*------------------------------------*/
@media (max-width: 375px) {
    .site-title img {
        width: 90%;
    }

}
@media (max-width: 320px) {
    .site-title img {
        width: 80%;
    }
}

body.top.header{
	background-color:rgba(255,255,255,0.8);
	position:absolute;
    margin-top:100vh;  /* header部分を固定のため */
}

.header a{
	text-decoration:none;
}

/* Top image
---------------------------------------------*/
.bgsw{
    width:100%;
    height:600px;
    background: center no-repeat;
	background-size: contain;
    position:relative;
    top:80px;
       
	/* background-color: rgba(0, 0, 0, 0.15); */
    background-color: rgba(143, 188, 143, 0.15); 
	background-blend-mode: darken;
} 

.top-image-inner img {
    width:95%;
    height:95%;
    margin-top:180px;
    opacity: 0.8;
	vertical-align: bottom;/* 画像下の隙間を無くす */
}

@media screen and (min-width: 375px) and (max-width: 960px) {
    .bgsw {
            width:100%;
            /* height:400px; */
            height:65vh;
            background: center no-repeat;
            background-size: contain;
            position:relative;
            top:65%;
            background-color: rgba(143, 188, 143, 0.15); 
            background-blend-mode: darken;
    }

    .top-image-inner img {
        width:85%;
        height:85%;
        /* margin-top:80px; */
        margin-top:20%;
        opacity: 0.8;
        vertical-align: bottom;   /* 画像下の隙間を無くす */
    }
}

/* main
---------------------------------------------*/
main {
    font-family: "游明朝", Yu Mincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;
    font-family: "Bellfair", serif;
    /* font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
    /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
   
}

main .welcome,
.concept .box {
    width:580px;
    height:180px;
    height:auto;
    margin:90px  auto 10px; 
    /* background-color:chartreuse; */
}     

.welcome .midashi-sub {
    font-size:1.8rem;
	font-weight:bold;
    padding-top:16px;
}

.welcome .honbun {
    text-align:justify;
    height:auto;

}

.welcome p {
    padding-top:8px;
}

.honbun span {
    font-weight:bold;
    color:red;
}

main .Application-Process {
    width:70%;
    margin:10px auto;
    background-color:chartreuse;
}
 
/*  20250909test   */
@media screen and (min-width: 375px) and (max-width: 580px) {
    main .welcome,
    .concept .box {
        width:100%;
        height:180px;
        height:auto;
        margin:90px  auto 10px; 
        /* background-color:chartreuse; */
    }     

    .welcome .midashi-sub {
        font-size:1.5rem;
        font-weight:bold;
        padding-top:16px;
    }
}
/*  20250909test  end  */


/* 中国サイト top     
-----------------------------------*/
.welcome .title-1 {
    font-size:28px;
    font-weight:bold;
    text-align:center;
    color:#8fbc8f;
}

.welcome .tsub {
    font-size:20px;
    font-weight:bold;
    text-align:center;
}

/* -- tour -- 
---------------------------------------*/
a {
    color:#fff;
}

.tour {
    margin-top:50px;
}

.comment h2 {
    font-size:1.2rem;
    text-align:center;
    color:#997969;
}
.tour-page-title  {
    margin:0 auto;
    margin-top:70px;
    width:200px; 
	/* font-family: YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;    */
    font-family:Bellefair,serif;
    font-size:4rem;
    font-weight:bold;
    color:#8fbc8f;
    padding:5px 5px;
    text-align:center;
    line-height:0.8em; 
    border-bottom:2px solid #8fbc8f; 
}

.tour-midashi h3 {
    font-size:1.8rem;  
    color:#997969;
    font-weight:bold;
    width:370px; 
    padding:15px 5px 5px 5px;
    text-align:center;
    margin:20px auto 0;  
}

.tour-main  {
	margin:50px auto;
    width:960px;
    display:flex;
    flex-wrap:wrap;     /* 折り返す */
    text-align:center;	
}

@media (max-width: 768px) {
    .tour-main {
        width:650px;
        display:flex;
        flex-wrap: wrap;
        margin:0 auto 0 ;
    }
}

@media (max-width: 428px) {
    .tour-main {
        width:300px;
        display:flex;
        flex-direction: column;
        margin:0 auto 0 ;
    }
}


.tour-main .box {
    border:3px solid #8fbc8f;
    width:250px;
    height:380px;
    display:inline-block;
    margin:10px 32px 30px 32px;
    border-radius:12px;
} 

.tour-main h1 {
    margin:0;
    font-family:'Franklin Gothic Medium', meiryo, 'Arial Narrow', Arial, sans-serif;
    font-size:20px;
    text-align:center;
    font-weight:bold; 
}

.tour-main h2 {
    margin:0;
    font-size:1.7rem;
    font-family:'Franklin Gothic Medium', meiryo, 'Arial Narrow', Arial, sans-serif;
    text-align:center;
    /* font-weight:bold;  */
    border-radius:9px 9px 0 0 ;
    /* border-bottom:3px solid #8fbc8f; */
    line-height:1.5;    
    padding:5px;
}

.tour-main p  {
    margin:0;
    line-height:1.0;
    color:#8fbc8f;
    text-align:left;
    border-radius:0 0 32px 32px ;
    padding:10px 8px 0 8px;
}

.box p img {
    width:225px;
    height:150px;
    object-fit: cover;
}

.button {
    width:120px;
    font: size 1.2rem;
    font-weight:bold;
    color:#ffd700;
    background-color:#8fbc8f;
    border:1px solid #8fbc8f;
    border-radius:12px;
    padding:2px;
    margin:5px auto;
}

.button a {
     text-decoration: none;
}

/* .button:link {
    background-color:#8fbc8f;
    color:#ffd700;
} */

.button:visited {
    background-color:#8fbc8f;
    color:#ffd700;
}

.button:hover {
    background-color:#ffd700;
    color:#8fbc8f;   
}

.annai {
    width:580px;
    margin:60px auto 0;
    height:auto;
    text-align:justify;
}

/*  20250909test   */
@media screen and (min-width: 375px) and (max-width: 580px) {
    .annai {
        width:100%;
        margin:60px auto 0;
        height:auto;
        text-align:justify;
    }
}
/* 20250909test end */

.tour-midashi-2 {
    font-weight:bold;    
    text-align:left;
    margin:30px 0 10px 5px;
    border-left:8px solid #8fbc8f;
    padding-left:5px;
}

.annai .tour-honpun {
    width:800px;
}

.annai .tour-honbun p {   
    font-size:1em;         
    line-height:1.8em; 
    /* padding-left:50px;   */
}

@media (max-width:428px) {
    .annai .tour-honbun p {
        width:350px; 
        padding-left:16px;
    }
    .tour-midashi-2 {
       margin:30px 0 10px 10px;
    }
}

.tour-honbun a  {
    color:black;
}

/*  -- tour 詳細 --
-----------------------------------  */
table tr th:first-child {
  width: 150px;
}

table tr td:last-child {
  width: 450px;
}

table th {
    background-color:#d2b48c;
    padding-left:8px;
}
.tour-shousai {
    margin:0;
    width:80%;
    margin:120px auto;
    text-align:center;   
}

.tour-shousai h2 {
    font-size:1.5em;
    font-weight:bold;
    color: #518c84;;

}

table {
    font-size:14px;
    text-align:left;
    line-height:1.3em;
    margin:0 auto;
}

table td {
    padding:3px 0 3px 10px;
}


.g-contain {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:30px;
}

.item img {
    width:180px;
    height:160px;
    object-fit:cover;  
}

.nagare {
    text-align:center;   
}

.nagare button {
      display:block;
      font-size: 20px;
      width:250px;
      height:50px;
      background-color:#8fbc8f;
      border-radius:20px;
      border:1px solid #8fbc8f;
      text-align:center; 
      margin: 0 auto;
}

.nagare a {
    text-decoration:none;
}

.nagare button:visited {
    text-decoration:none;
}

.nagare button:hover {
    background-color: #ffd700;
    /* color:#8fbc8f; */
}


/*   ---------------------------- */
.service {
    width:560px;
    margin:10px auto;
    /* background-color:#e1eec1; */
    /* padding:8px; */
}
.service h2 {
    font-size:2rem;
    font-weight:bold;
}

.service p {
    font-size:1em;         
    line-height:1.8em; 
    padding-left:8px;
}
 
.service p span {
    color:red;
}

/*  20250909test   */
@media screen and (min-width: 375px) and (max-width: 580px) {
    .service {
        width:100%;
        margin:10px auto;
    }
}
/* 20250909test end */

/* -- About (profile) --
----------------------------------------- */
.profile {
    width:80%;
	margin:50px auto;
    padding-top:30px;
    text-align:center;	
}

/* .profile-contents {
    width:80%;
    margin:auto;
    padding:10px 0 0 0;
} */

.profile-contents{
    margin-top:10px;
    width:600px;
    margin:auto;
    padding:10px 0 0 0 ;
    height:auto;
}

/*  20250909test   */
@media screen and (min-width: 375px) and (max-width: 580px) {
    .profile-contents {
        width:100%;
        margin-top:10px;
        margin:auto;
        padding:10px 0 0 0 ;
        height:auto;
    }
}
/* 20250909test end */


.honbun {
    font-size:1.0em;
    line-height:1.5em;
    text-align:justify;
}

.profile-contents .image {
	margin: 50px 20px 10px 50px;
	/* margin:50px auto 0; */
    /* text-align:center; */
    /* float:right;    */
}

.profile-container {
    display: flex;
}

@media (max-width: 428px) {
    .profile-container {
        display: flex;
        flex-direction: column;
        flex-direction: column-reverse;
    }
    .profile-contents .image {
	    display:inline-block;
        text-align: left;
        padding:8px;
    }
    .profile-contents {
        padding-left:8px;
    }
    .honbun {
        width:375px;
        text-align: justify;
    }
}

.profile .page-title  {    
    width:200px; 
    height:58px;  
    font-family: YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;   
    font-family: Bellefair,serif;
    font-size:4rem;
    font-weight:bold;
    color:#8fbc8f;
    padding:5px 5px;
    text-align:center; 
    border-bottom:2px solid #8fbc8f; 
    margin:0 auto;
}

.profile-midashi {
	font-size: 2.2rem;
	font-weight: bold; 
}

.profile-contents .midashi-sub {
    font-size:1.2em;
	font-weight:bold;
    color:#997969;
}

.profile-midashi span {
	font-size: 1.6rem;
}

/* 資格 見出し 
-----------------------*/
.profile-shikaku-box {
    display:flex;
    justify-content: center;
    /* flex-wrap:wrap; */
    margin-top:20px;
    width:600px;
    height:auto;
}

.sub-title {
     margin-top:30px;  
}
.profile-shikaku  {
    margin-top:20px;  
}

.profile-shikaku li {    
    line-height:1.5em; 
}

.profile-shikaku-box {
    display: flex;
}

figure.gazo-box {
    /* float: left; */
    padding: 20px 20px 30px 30px;
    font-size:14px;
    /* border-radius:20px; */
}   
/*  20250909test   */
@media screen and (min-width: 375px) and (max-width: 580px) {
    .profile-shikaku-box {
        margin:0 auto;
    }
}
/*  20250909test end   */

figure img {
    border-radius:25px;
}

figure.gazo-box span {
    font-weight:900;
}

figcaption {
    padding-top:8px;
}

/* ------------------------------ */
@media screen and (min-width:375px) and (max-width:640px) {
    .profile-shikaku-box {
        width:300px;
        flex-wrap:wrap;
    }

    .profile-contents .box {
        width: 100%;
        height:auto;
        }
    .profile-contents .image {
        margin: 50px auto 0;
        width: 238px;        
        }
}
/* ------------------------------ */

/* -- About (concept) --
----------------------------------------- */
.concept {
    width:800px;
	margin:20px auto;
    padding-top:30px;
    text-align:center;
}

/*  20250909test   */
@media screen and (min-width: 375px) and (max-width: 580px) {
    .concept {
        width:100%;
        margin:20px auto;
        padding-top:30px;
        text-align:center;
    }
}
/* 20250909test end */


.concept .box {
    margin:0;
    margin-top:20px auto 0 ;
    width:83%;
    height:auto;   
}    


.concept .midashi-sub {
    font-size:1.2em;
    color:#997969;
	font-weight:bold;
    text-align:left;
    padding-left:50px;
}

.concept p {
    font-size:1em;
    text-align:left;
    padding-left:52px;
    text-align:justify;
}

.concept .honbun {
    padding-bottom:30px;
}

/* -- contact -- 
---------------------------------------*/
.contact-form {
    width:80%;
    margin:0 auto;
    font-size:18px; 
}

textarea {
    resize:vertical;
    width:400px;
    height:100px;
    font-size:16px;
    padding:5px 3px;
}

td {
    width:700px;
    height:55px;
    line-height:1.5em;
}

.contact-page-title  {
    margin:0 auto;
    margin-top:70px;
    width:200px; 
    /* height:58px;    */
	font-family: YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;   
    font-family: Bellefair,serif;
    font-size:4rem;
    font-weight:bold;
    color:#8fbc8f;
    padding:50px 5px 5px 5px;
    text-align:center;
    line-height:0.8em; 
    border-bottom:2px solid #8fbc8f; 
}

.contact .midashi {
    width:650px;
    margin:50px auto;
}

form h2 {
    font-size:1.2em;
    text-align:center;
}

.tuishin {
    width:600px;
    margin:0px auto;    
}

.tuishin p {
    font-size:1.5rem;
    line-height:2.5rem;
}

.form {
    width:800px;
    height:100vh;
    margin:0 auto;

}

/* 中国サイト contact     
-----------------------------------*/
.midashi .bold {
    font-weight:bold;
}


/* -- application-process お申込みの流れ --
-------------------------------------------*/
.application-process {
    width:70%;
    margin:20px auto;
 }

.application-page-title  {
    margin:0 auto;
    margin-top:180px;
    width:300px; 
    /* height:58px;    */
	font-family: YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;   
    font-family: Bellefair,serif;
    font-size:3rem;
    font-weight:bold;
    color:#8fbc8f;
    padding:5px 5px;
    text-align:center;
    line-height:0.8em; 
    border-bottom:2px solid #8fbc8f; 
}

.application-process h2 {
    text-decoration:underline;
    font-weight:bold;
    padding-top:20px;
    padding-left:50px;
}

.application-process h3 {
    margin-top:30px;
    width:80px;
    height:32px;
    background-color:#8fbc8f;
    padding:5px ;
    border-radius:16px;
    text-align:center;   

}

.application-process h4 {
    padding-left:50px;  

}

.application-process p {
    padding:10px 0  10px 80px;
    line-height:1.6em;
}

.application-process a {
    color:black;
}

/* -- Access --
----------------------------------------- */
.access-map {
    text-align: center;
}   

.main h1 {
    margin-bottom:50px;
}

.access-box img {
    margin:5px 30px 0 0;
}

.access-page-title {
    margin:0 auto;
    margin-top:70px;
    width:200px; 
	font-family: YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "HGS明朝B", "HG明朝B", "ＭＳ 明朝", serif;   
    font-family: Bellefair,serif;
    font-size:4rem;
    font-weight:bold;
    color:#8fbc8f;
    padding:50px 5px 5px 5px;
    text-align:center;
    line-height:0.8em; 
    border-bottom:2px solid #8fbc8f; 
}

.access-box { 
    width:90%;
    margin:40px auto;

}

.access-box .rosen{
    font-size:18px;
}

.access-box h2 {
    line-height:3.5rem;
}

.access-box a span {
    font-size:1.3em;
    color:#997969;
    font-weight:bold;
}

.access-box p {
    text-align:center;
    padding-top:8px;
}

/* ページトップへのボタン
---------------------------------------------*/
.page-top {
	position: fixed;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	padding: 10px 15px;
	background-color: #8fbc8f(255, 215, 0, 0.5);
}

.page-top i {
	color: #fff;
	font-size: 2.6rem;
}

.page-top i:hover {
	opacity: 0.6;
}

/* フッター
ーーーーーーーーーーーーーーーーーーーー*/
.footer {
    color: #fff;
	background: #8fbc8f ; 
    /* background-image:url(img/logo_white60.png); */
    padding:64px 16px 16px 16px;  
}

.footer-logo-img img {
    opacity: 0.7;
}

.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	opacity: 0.6;
}
.footer-navi-menu a:hover {
	text-decoration: underline;
}

/* レイアウト */
.footer-inner {
	margin: 0 auto;
	width: 800px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;    
}

.footer-inner .box-1 {
    flex:2;
    justify-items:left;
}

.footer-inner .box-2 {
    flex:1;
    justify-items: right;
}   

.footer-navi-item {
    font-size:20px;
}

/* コピーライト */
.copyright {
    text-align:center;
    width: 100%;
    margin:100px auto 0;
    padding-bottom:10px;
}

small {
    font-size:1.5rem;
}

/* ------------------------------ */
@media (max-width: 960px) {
    .footer-inner {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .footer-inner {
	    width: 100%;
    }
}
/* ------------------------------ */

/* フッターロゴ、タグライン */
footer {
    position:relative;
}

.footer-logo-img img {
    width:280px;
    height:280px;
    /* position:absolute;
    top:80px;
    left:50px; */
    margin:10px 0 0 45px;
}

/*  ロゴ 文字  */
/* .footer-logo {
	padding-bottom: 30px;
	font-family: 'Bellefair', serif;
	font-size: 3.0rem;
	letter-spacing: 0.1em;
}
.footer-logo strong, .footer-tagline strong {
	padding: 20px;
	font-weight: normal;
}

.footer-tagline strong {
	border-top: 1px solid #fff;
	font-size: 1.5rem;
	letter-spacing: 1em;  /* 線の長さ
} */

/* ------------------------------ */
@media (max-width: 640px) {
    .footer-logo, .footer-tagline {
        text-align: center;
    }
    .footer-logo-img img{
        width:150px;
        height:150px;
        position:absolute;
        top:50px;
        left:50px;
        opacity: .5;
    }
}  

@media (max-width: 800px) {
    .footer-logo, .footer-tagline {
        text-align: center;
    }
    .footer-logo-img img{
        /* width:150px;
        height:150px; */
        position:absolute;
        top:50px;
        left:50px;
        opacity: .5;
    }
}  

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

/* フッターナビ */
.footer .box:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footer-navi-menu {
	margin-left: 35px;
	line-height: 2.25;
}


.footer-navi-item {
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-family: Bellefair,serif;
    letter-spacing: 0.1em;
}

/*  -- SNS icon ----*/
.navigation-item img {    /* header-navi */
    width:30px;
    height:30px;
}

.navigation-item span img {    /* header-navi-hatena_blog */
    width:32px;
    height:32px;
}

.footer-navi-item img{    /* footer-navi */
    width:36px;
    height:36px;
}

.footer-navi-item span img {    /* footer-navi-hatena_blog */
    width:40px;
    height:40px;
}


@media (max-width: 640px) {
    .footer .box:nth-of-type(2) {
        justify-content: space-around;
    }
    .footer-navi-menu {
        margin-left: 0;
    }   
}

@media (max-width: 375px) {
    .footer-navi-item {
        letter-spacing: 0.08em;
    }
   
}

