@charset "utf-8";
/* CSS Document */

body{
	font-family:"Open Sans", "sans-seif", "ＭＳ Ｐゴシック", "Roboto";
	font-weight: 300;
	font-size: 17px;
	color: #000;
	line-height: 2;
	margin:0;
	padding:0;
}

html{
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}

img{
	max-width: 100%;
}

#page_top{
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 99999;
}
#page_top img{
    width: 60%;
}

br,br.sp{
	display: block;
}


a:hover {
   opacity: 0.5!important;
	text-decoration: none;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
/*	text-decoration: underline;*/
}

html {
  scroll-behavior: smooth;
}

h2{
	scroll-margin-top: 80px; /* 固定ヘッダーの高さ分＋αの数値を指定 */
}


@media only screen and (min-width:641px) { 

.sp{
	display:none !important;
}

}

@media only screen and (max-width:767px) { 

.pc{
	display:none !important;
}

#page_top{
	display:none;
	}


}

/*------------------------------------------------ハンバーガーここから-------*/


.menu-btn {
    position: fixed;
    top: 20px;
    right: 40px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
   /* background-color: #3584bb;　*/
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    border-radius: 3px;
    background-color: #4D31BC;
    position: absolute;
}
.menu-btn span:before {
    bottom: 15px;
}
.menu-btn span:after {
    top: 15px;
}


/*×になる動作*/

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.8s;/*アニメーション設定*/

}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.8s;/*アニメーション設定*/

}

/*動作確認用チェックボックス*/

#menu-btn-check {
    display: none;
}

/*メニュー*/

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #FFF;
}
.menu-content ul {
    padding: 150px 10px 0;
	width:700px;
	margin:0 auto;
	font-size:25px;
	font-weight:bold;

}
.menu-content ul li {
    border-bottom: solid 1px #4D31BC;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#4D31BC;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #4D31BC;
    border-right: solid 2px #4D31BC;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}



/*メニューを飛ばす*/


.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #FFF;
    transition: all 0.8s;/*アニメーション設定*/
}


/*メニューが現れる*/
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

@media only screen and (max-width:767px) { 

.menu-btn {
    top: 0;
    right: 5px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    height: 5px;
    width: 40px;
}

.menu-btn span:before {
    bottom: 12px;
}
.menu-btn span:after {
    top: 12px;
}

.menu-content ul {
	width:100%;
}

.menu-content ul li{
	width:90%;
	margin:0 auto;
}

.menu-content {
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    transition: all 0.5s;/*アニメーション設定*/

}
#menu-btn-check:checked ~ .menu-btn span::after {
    transition: all 0.5s;/*アニメーション設定*/

}




}



/*-------------------------------------------------　header ここから　------*/

#header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	font-family: 'Montserrat', sans-serif;
	align-items:center;
	background-color:rgba(77,49,188,0.1);
	height:100px;
	margin:0;
	padding:0;
}

#header #navi {
	width:100% !important;
	height:80px;
	/*display:flex;*/
	display:flex;
	justify-content:space-between;
	vertical-align:middle;
	margin:0 auto; 
	padding:0;
}



#header #navi .log{
	position:fixed;
	top:18px;
	left:30px;
	z-index:100;
	width:500px;
}


#header #navi .log h1{
	color:#4D31BC;
	font-size:23px;
	margin:0;
	padding:0;
	vertical-align:middle;

}


#header #navi .log h1 img{
	width:14%;
	margin:0;
	padding:0;
	vertical-align:middle;

}

#header #navi .log h1 a{
	color:#4D31BC;
}

#header #navi .menu_tenpo{
	width:400px;
	font-size:20px;
	line-height:25px;
	text-align:right;
	color:#4D31BC;
	position:fixed;
	top:3px;
	right:340px;
	z-index:100;
	vertical-align:middle;
	font-weight:bold;


}

#header #navi .menu_tenpo img{
	width:20px;
	vertical-align:middle;
	margin-top:-3px;

}

#header #navi .menu_toi{
	/*コレ*/border-radius: 10px;
	/*コレ*/box-shadow:5px 5px 5px 0 #444;
    display: block;
    width: 200px;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #4D31BC;
    color: #FFF;
    text-decoration: none;
    text-align: center;
	font-size:20px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	position:fixed;
	top:30px;
	right:120px;
	z-index:100;

}

.menu_tenpo a{
	color:#4D31BC;
	font-weight:bold;
}

@media only screen and (max-width:767px) { 

*{
	font-family:sans-serif!important;
}

#header{
	height:60px;
}

#header #navi .log h1 img{
	width:9%;
}

#header #navi .log{
	position:fixed;
	top:10px;
	left:10px;
}


}

/*-------------------------------------------------　mainvisu ここから　------*/


#main_visual{
	width:100% !important;
	margin-top:66px !important;
	padding:0 !important;
}

#visu{
	width:100%;
}

#topimg{
	width:100%;
	position: relative;
	margin-top:66px;
}

#topimg img{
	width:100% !important;
	max-width:1900px;
}

.main_title{
	position: absolute;
	top:15%;
	left:5%;
}

.main_title_ri{
	position: absolute;
	top:45%;
	right:5%;
}

.main_title_ri p{
	margin: 0!important;
}

.main_title_le{
	position: absolute;
	top:15%;
	left:5%;
}

.top_back {
    width: 100%;
    /* max-width: 1900px;  ← 1900px以上の画面で切れる原因なので削除、または auto に */
    min-height: 600px;
    background-image: url("../img/img_top_01.jpg");
    background-repeat: no-repeat;
    
    /* 重要：画像を要素いっぱいにカバーさせる */
    background-size: cover;
    
    /* 重要：画像の中央を基準にする */
    background-position: center center;
    
    margin: 0 !important;
    padding: 0 !important;
}

#main_visual .ri{
	text-align:right;
}

#main_visual .le{
	text-align:left;
}

#main_visual .contents{
	text-align: right;
}

#main_visual .contents .page{
	/*padding-top:40px;*/
	margin-top:40px;
}



.mainvisu_title{
	font-size:60px;
	color:#4D31BC;
	text-shadow: 0 0 15px #fff, 0 0 10px #fff;
}

.main{
	font-size:60px;
	color:#4D31BC;
}

.sab img{
	width:20px;
}

.mainvisu_title_page{
	font-size:60px;
	color:#4D31BC;
	padding-top:110px;
}

.sab_title{
	font-size:28px;
	line-height:28px;
	color:#4D31BC;
	margin-top: 10px;
	text-shadow: 0 0 15px #fff, 0 0 10px #fff;
}

.sab{
	font-size:28px;
	line-height:30px;
	color:#4D31BC;	
}


.center{
	text-align:center;
}



@media only screen and (max-width:767px) { 

#main_visual{
	/*margin-top:-1px !important;*/
	margin-top:26px!important;
	text-align:center;
	width:100% !important;
}

#topimg{
	width:100%;
	position: relative;
	margin-top:26px;
}

.main_title{
	position: absolute;
	width:100%;
	top:30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align:center;
}

.main_title_ri{
	width:100%;
	position: absolute;
	top:30%;
    right:5%;
	text-align:right;
}

.main_title_le{
	width:100%;
	position: absolute;
	top:15%;
    left:5%;
	text-align:left;
}



.top_back{
	width:100%;
	/*max-width:800px;*/
	min-height:380px;
	background-image:url(../img/sp/img_sptop01.jpg);
}

.mainvisu_title{
	padding:65px 0 10px 0;
	font-size:25px;
	text-align:center;
	font-weight:bold;
}

.main{
	font-size:25px;
	font-weight:bold;
}

.mainvisu_title_page{
	padding:65px 0 10px 0;
	font-size:25px;
	font-weight:bold;
}

.sab_title{
	width:95%;
	margin:0 auto;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	padding:0;
}

.sab{
	font-size:16px;
	line-height:30px;
	font-weight:bold;
}

.sab_title img{
	width:15px;
}

.sab img{
	width:15px;
}

}

/*-----------------------------------------contentsここから--------------*/


.contents{
	width:90%;
	margin:0 auto !important;
	padding:0 0 60px 0;
	text-align:center;
}

h2{
	font-size:30px;
	margin:60px 0 5px 0;
	color:#4D31BC;
}

.img_center{
	width:400px;
	margin:0 auto;
	margin-bottom:50px;
}

.img_center img{
	width:30%;
}

.font20{
	font-size:23px;
	line-height:30px;
}

.font18{
	font-size:18px;
	line-height:20px;
}

.font16{
	font-size:17px;
	line-height:22px;
}


@media only screen and (max-width:767px) { 

.contents{
	width:90%;
	margin:0 auto;
}

h2{
	font-size:20px;
	margin:30px 0 15px 0;
}

.img_center{
	width:100%;	
	margin-bottom:40px;
}

.img_center img{
	width:20%;
}

.font20{
	font-size:20px;
}

.font16{
	width:90%;
	margin:0 auto;
	font-size:15px;
	line-height:25px;
    maegin-bottom:20px;
	}


}

/*--------------------------------------------------concept title------*/


.title-container {
  text-align: center; /* 全体を中央寄せ */
  margin-bottom: 40px;
}

.jp-title {
  font-size: 40px;      /* 日本語を大きく */
  font-weight: bold;
  margin: 50px 0 10px 0;   /* 英語との間隔 */
  color: #4D31BC;
}

.en-concept {
  display: flex;
  align-items: center;    /* 上下中央（横棒と文字の高さを揃える） */
  justify-content: center; /* 左右中央寄せ */
  font-size: 12px;        /* 英語を小さく */
  font-weight: bold;
  color: #4D31BC;            /* 少し薄めの色で上品に */
  letter-spacing: 0.2em;  /* 文字の間隔を広げるとよりおしゃれに */
}

/* 英語の左右に100pxの線を引く */
.en-concept::before,
.en-concept::after {
  content: "";
  width: 30px;           /* 横棒の長さ */
  height: 0.5px;            /* 横棒の太さ */
  background-color: #4D31BC; /* 横棒の色（少し薄めがおすすめ） */
}

/* 文字と棒の間の間隔 */
.en-concept::before {
  margin-right: 20px;
}

.en-concept::after {
  margin-left: 20px;
}

/*-------------------------------------- service------------*/


.top_service{
	display:flex;
	justyify-content:space-between;
	width:1200px;
	margin:0 auto;
}

.top_servicebox{
	width:600px;
	display:flex;
	justify-content:space-between;
	vertical-align:middle;
	margin-bottom:30px;
	text-align:left;
}

.ser_left{
	width:180px;
	margin-right:20px;
}

.ser_right{
	width:400px;
}

.ser_right img{
	vertical-align:middle;
}

.ser_title{
	font-size:20px;
	line-height:20px;
	margin-top:0;
	border-left:5px #FFCC73 solid;
	padding-left:8px;
}

@media only screen and (max-width:767px) { 

.top_service{
	display:block;
	width:100%;
}

.top_servicebox{
	width:100%;
	display:block;
	margin-bottom:0;
	text-align:center;
}

.ser_title{
	margin-bottom:10px;
	border-left:none;
	padding-left:0;
}

.ser_left{
	width:70%;
	margin:40px auto 20px auto;
}

.ser_left img{
	width:100%;
}

.ser_right{
	width:100%;
	text-align:center;
	margin:0 auto;
}

.ser_right .font16{
	text-align:center;
}

.link_btn{
    width: 250px;
	font-size:13px;
	height:30px;
	line-height:30px;
	margin:10px auto 30px auto;
}
	
.jp-title {
  font-size: 25px;      /* 日本語を大きく */
  font-weight: bold;
  margin: 50px 0 10px 0;   /* 英語との間隔 */
  color: #4D31BC;
}



}


/*----------------------------------- 店舗 ここから -----------------------------------*/


	.haikei{
		width:100%;
		background-color:#DCE3EA;
		text-align:center;
		padding:5px 0 40px 0;
	}

.phcenter img {
  vertical-align: middle; /* 画像の隣にあるテキストに対して、中央に揃える */
  margin-top: -3px;       /* 視覚的な微調整（フォントの種類によって1~3px程度上げるとより綺麗に見えます） */
  margin-right: 5px;      /* アイコンと数字の間に少し隙間を作る */
  width: auto;            /* 画像のサイズが崩れないように */
  height: 1.2em;          /* 文字の高さに合わせる（お好みで調整してください） */
}


.font16{
	margin-top: 20px;	
}

	.threebox{
		width:1200px;
		margin:0 auto;
		display:flex;
		justify-content:space-between;
	}
	
	.twobox{
		width:900px;
		margin:0 auto;
		display:flex;
		justify-content:space-between;
	}

	.tenpobox{
		width:230px;
		/*align-items:center;*/
	}

	.twotenpobox{
		width: 380px;
		padding-bottom: 20px;
}
	
	
  .tenpobox a{
	  color:#4D31BC;
	  text-decoration:underline;
	  margin-bottom:20px;
	  font-weight:bold;
	  font-size:18px;
  }
  
  .tenpobox a img{
	  width:18px;
	  margin:0 2px;
  }

  .twotenpobox a{
	  color:#4D31BC;
	  text-decoration:underline;
	  margin-bottom:20px;
	  font-weight:bold;
	  font-size:18px;
  }
  
  .twotenpobox a img{
	  width:18px;
	  margin:0 2px;
  }

.link_btn02{
	/*コレ*/border-radius: 10px;
	/*コレ*/box-shadow:5px 5px 5px 0 #666;
    display: block;
    width: 400px;
	margin:40px auto;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #4D31BC;
    color: #fff;
    text-decoration: none;
    text-align: center;
	font-size:16px;
	height:50px;
	line-height:50px;
	font-weight:bold;
	border: 1px solid #4D31BC;
}

.link_btn03{
	/*コレ*/border-radius: 10px;
	/*コレ*/box-shadow:5px 5px 5px 0 #666;
    display: block;
    width: 400px;
	margin:40px auto;
    /*padding: 10px;*/
    box-sizing: border-box;
    background: #fff;
    color: #4D31BC;
    text-decoration: none;
    text-align: center;
	font-size:16px;
	height:50px;
	line-height:50px;
	font-weight:bold;
    border: 1px solid #4D31BC;
}


.link_btn03 img{
	vertical-align:middle;
	width:16px;
}

@media only screen and (max-width:767px) { 

  .threebox , .twobox{
	  width:100%;
	  display:block;
  }
  
  .tenpobox{
	  width:100%;
	  margin-top:40px;
	  text-align:center;
  }
  
  .tenpobox .font20{
	  margin:20px auto;
  }
  
  .tenpobox .font16{
	  text-align:center;
  }
  
  .telnum a{
	  color:#444;
	  text-decoration:none;
	  font-size:16px;
	  font-weight:normal;
  }
  
  
  
  .tenpobox img{
	  width:80%;
	  margin-bottom:0;
  }
  

  .link_btn02{
    width: 270px !important;
	margin:40px auto !important;
	font-size:16px;
	height:40px;
	line-height:40px;
	font-weight:normal;
}
	
  .link_btn03{
    width: 270px !important;
	margin:40px auto!important;
	font-size:16px;
	height:40px;
	line-height:40px;
	font-weight:normal;
}
	
	.contents img{
		width: 50%;
	}

  
}



/*---------------------------------------   saiyo ここから-------------------------------*/




.top_saiyo{
	background-image:url(../img/img_top07.jpg);
	width:100%;
	max-width:1900px;
	min-height:600px;
	background-repeat:no-repeat;
	background-size:cover;
	/*margin:100px 0 0 0 !important;*/
	/*padding:20px 30px !important;*/
	display:flex;
	justify-content:flex-end;
}

.top_saiyobox{
	width:700px;
	margin:auto;
}
	
	
.top_saiyo{
	/*font-size:40px;*/
	/*line-height:70px;*/
	color:#4D31BC;
	text-align:center;
}


@media only screen and (max-width:767px) { 

    /* 背景画像の設定と全体の余白調整 */
    .top_saiyo {
        background-image: url(../img/sp/img_sptop02.jpg);
        width: 100%;
        min-height: auto; /* 高さを中身に合わせる（隙間対策） */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 40px 0 !important; /* 上下の余白（ここを減らせばさらに上部が詰まります） */
        margin: 0 !important;
        display: block;
        color: #4D31BC;
        text-align: center;
        font-size: 20px;
        line-height: 36px;
        font-weight: bold;
    }

    /* 中身のテキストボックス調整 */
    .top_saiyobox {
        width: 90%; /* 左右に少し余裕を持たせる */
        padding: 0; /* 上部の余分な隙間をカット */
        margin: 0 auto !important;
    }
	

.font50 {
	/*margin-bottom:20px;*/
}




}
	
	
/*-------------------------------------------------footer ここから-----------*/



#footer{
	
	background-color:#D7D7EF;
	width:100%;
	text-align:left;
	padding:5px 0 40px 0;
	margin-top:0 !important;
	color:#4D31BC;
	
}

.foot{
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:center;
	vertical-align:middle;
	padding-top:30px;
}

.foot_mark{
	width:400px;
	font-size:40px;
	vertical-align:middle;
	margin-top:65px;
	margin-right:40px;
}

.foot_mark img{
	width:30%;
	margin-right:10px;
	vertical-align:middle;
}

.foot_text{
	/*width:650px;*/
	text-align:left;
	font-size:20px;
	line-height:20px;
	margin-top:5px;
	vertical-align:middle;
}

.foot_text img{
	width:20px;
}

.foot_menu01{
	font-size:21px;
	line-height:21px;
	margin:30px 0;
}

.foot_menu01 img{
	width:18px;
}

.foot_menu02{
	width:650px;
	font-size:17px;
	line-height:25px;
}

.foot a{
	color:#4D31BC;
}


@media only screen and (max-width:767px) { 


#footer{
	text-align:center;
	margin-top: 0!important;
}

.foot{
	width:90%;
	margin:0 auto;
	display:block;
	vertical-align:middle;
}


.foot_mark{
	width:200px;
	font-size:20px;
	margin:0 auto 30px auto;
	font-weight:bold;
}

.foot_mark img{
	width:34%;
}

.foot_text{
	width:100%;
	text-align:center;
	font-size:15px;
	line-height:25px;
	margin:30px auto 10px auto;
}

.foot_text img{
	width:15px;
}

.foot_menu01{
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:15px;
	line-height:25px;
}

.foot_menu01 img{
	width:15px;
}

.foot_menu02{
	width:90%;
	margin:30px auto;
	font-size:15px;
	line-height:25px;
}






}



	
#copyright{
	text-align:center;
	font-size:18px;
	color:#4D31BC;
	margin:10px auto;
}



	
