@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #f07483;
	background: #fdeeef;
	font-weight: 500;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


input, select, textarea {font-size:100%; line-height:1.5;}
input, select {vertical-align:middle;}

/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #f09199;
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
}


.footer02 {
 color: #fff;
 background: #fc6c85;
 text-align: center;
 padding: 30px;
font-size:1.2em;
 margin: 0 0 50px 0;
}
.footer02 a {
  color: #fff;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer02 .menu li {
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}


.copyright {
  color: #f09199;/*文字色*/
  font-size:20px;
  margin:50px 0 0 0;
}



/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}



section h2{
	font-family: Arial;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderpink.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fdeeef;
	padding: 0 180px;
}




.accordion-004 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 2px solid #f07483;
    border-radius: 5px;
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: ##f07483;
    font-weight: 600;
    cursor: pointer;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #f07483;
    border-right: 3px solid #f07483;
    content: '';
    transition: transform .3s;
}

.accordion-004[open] summary::after {
    transform: rotate(225deg);
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #666;
    transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


.large{
	font-size: 120%;
}


.mT10	{ margin-top:10px !important; }	.mT15	{ margin-top:15px !important; }
.mT20	{ margin-top:20px !important; }	.mT25	{ margin-top:25px !important; }
.mT30	{ margin-top:30px !important; }	.mT35	{ margin-top:35px !important; }
.mT40	{ margin-top:40px !important; }	.mT45	{ margin-top:45px !important; }
.mT50	{ margin-top:50px !important; }


.youtube{
	text-align: center;
	margin: 30px auto;
}	 
	 

/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table th,table.table td{
padding:5px;
border:1px solid #fff;
}

table.table th{
text-align:right;
letter-spacing:1px;
white-space:nowrap;
color:#333;
font-weight:normal;
background:#f09199;
border-left:#f1f1f1 5px solid
}





table.table2 {
border-collapse:collapse;
width:100%;
margin:10px auto;
}

table.table2 th,table.table2 td{
padding:10px;
border:1px solid #cacaca;
}

table.table2 th{
font-weight:bold;
letter-spacing:1px;
background:#f09199;
vertical-align: top !important;
width:25% !important;
color: #fff;	
}



table.table2 td{border-left:#cacac;}


h3.heading{
padding-bottom:5px;
margin-bottom:10px;
font-size:16px;
border-bottom:3px solid #f09199;
color:#f09199;
}


h3.lesson01 {
 padding-bottom:5px;
margin-bottom:10px;
font-size:20px;
border-bottom:3px solid #f09199;
color:#f09199;
}



h3.lesson02 {
  color: #f09199;/*文字色*/
  /*線の種類（点線）2px 線色*/
  border-bottom: dashed 1px #f09199;
	margin: 20px 0;
	padding: 10px 0;
	font-size:20px;
}



/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}



#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 MENU
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 SHOP INFORMATION
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}


.col3 p{
	text-align:center;
}


#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 ACCESS
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* SEC06 LINK
------------------------------------------------------------*/
#sec06 div.linkbox{
	text-align: center;
	margin: 50px auto;
} 
#sec06 div.linkbox .hana{
	font-size: 5em;
	line-height: 0.8em;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

#sec06 div.linkbox .hana2{
	font-size: 40px;
	ine-height: 0.8em;
}

#sec06 div.linkbox .hana3{
	font-size: 26px;
	ine-height: 0.8em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}


#sec06 div.linkbox a {
	color: #0066ff;
	text-decoration: none;
}
#sec06 div.linkbox a:hover {
	color: #f09199;
}

@media only screen and (max-width: 640px){

#sec06 div.linkbox .hana{
	font-size: 4em;
	line-height: 0.8em;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#sec06 div.linkbox .hana2{
	font-size: 2.5em;
	ine-height: 0.8em;
}

#sec06 div.linkbox .hana3{
	font-size: 1.5em;
	ine-height: 0.8em;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}	
	
}	


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
	
	#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

.pcCnt { display: none; }


.w01{width:300px !important;}
.w02{width:200px !important;}	
.w03{width:150px !important;}			
.w04{width:100px !important;}
.w05{width:40px !important;}		
	
	



}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 20px;
	}
	
	.photo_r{
		float:right;
		margin-left:10px;
	}
	
	.photo_l{
		float:left;
		margin-right:10px;
	}


	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
	
	.photo_r{
		float:right;
		margin-left:10px;
	}
	
	.photo_l{
		float:left;
		margin-right:10px;
	}
	
	#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}

.pcCnt { display: none; }

.w01{width:300px !important;}
.w02{width:200px !important;}	
.w03{width:150px !important;}			
.w04{width:100px !important;}
.w05{width:40px !important;}		


}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
	
	.photo_r{
		float:none;
		text-align:center;
		margin:0 auto;
	}
	
	.photo_l{
		float:none;
		text-align:center;
		margin:0 auto;
	}
	
	.spCnt { display: none; }
	
	table.table2{
width:95%;
}

table.table2 .w01{width:50%;}
table.table2 .w02{width:40%;}	
table.table2 .w03{width:30%;}			
table.table2 .w04{width:25%;}
table.table2 .w05{width:10% !important;}

table.table2 th{
	font-weight:normal!important;
letter-spacing:1px;
background:#333;
width:30% !important;
}		

}

@media only screen and (min-width: 800px){
	#header{
		width: 1280px;
		z-index: 500;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 165px;
	}
	
	#header h1{
		padding-top: 10px;
		position: absolute;
		top:30px;
		left:30px;
		z-index:9999;
	}
	
	#header h1 img{
		width: 190px;
	}
	
		.panel{
		position: absolute;	
		width: 100%;
		display: none;
		overflow: hidden;
		left: 100px;
		top: 50px;
		z-index: 100;	
	}
	
		#header .icon_insta{
		padding-top: 10px;
		position: absolute;
		top:30px;
		right: 50px;
		z-index:9999;
	}
	
		#header .icon_insta{
		width: 50px;
	}

		#header .icon_insta:hover{
		opacity: 0.7;
	}
	
		#header .icon_x{
		padding-top: 10px;
		position: absolute;
		top:30px;
		right: 110px;
		z-index:9999;
	}
	
		#header .icon_x{
		width: 50px;
	}

		#header .icon_x:hover{
		opacity: 0.7;
	}
	
		#header .cont_bin{
		padding-top: 10px;
		position: absolute;
		top:30px;
		right: 200px;
		z-index:9999;
	}	
	
	/* 003 */
.button003 a {
    background: #6f4d38;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #48372C;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}
	


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#mainImg .box .cap{
  font-size: 25px;
  position: absolute;
  z-index:9999;
  top: 30px;
  left:40px;
	}

#mainImg .box .cap2{
  font-size: 40px;
  position: absolute;
  z-index:9999;
  top: 60px;
  left:40px;
	}	

#mainImg .box{
	position: relative;
	width: 1280px;
         text-align: center;
         margin: 0 auto 0;
	}

section{
	clear:both;
	padding-top: 50px;
}

section h2.long{
	font-family: Arial;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 30px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderpink.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2.long span {
	background: #fdeeef;
	padding: 0 20px;
}


   .container {
     white-space: nowrap;
   margin: 0 auto;
   }

   .item {
     display: inline-block;
     width: 33.33%; /* 3列なので33.33%に */
   }

/* ボタンのスタイル */
.btn01 a {
  position: relative;
  display: block;
  padding: 15px 0;
  background-color: #fc6c85;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.btn-arrow-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}


	}


@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fdeeef;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}
	
     #header .icon_insta{
		padding-top: 10px;
		position: absolute;
		top:5%;
		right: 13%;
		z-index:9999;
	}
	
		#header .icon_insta{
		width:10%;
	}
	
	     #header .icon_x{
		padding-top: 10px;
		position: absolute;
		top:5%;
		right: 26%;
		z-index:9999;
	}
	
		#header .icon_x{
		width:10%;
	}

		#header .cont_bin{
		 position: fixed;
                bottom: 0;
		z-index:9999;
               width:100%;
               background: #fdeeef;
               opacity: 0.8;
               padding: 10px 0;

	}	
	
	/* 003 */
.button003 a {
    background: #6f4d38;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #48372C;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 12%;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#mainImg .box .cap{
  font-size: 10px;
  position: absolute;
  top: 10%;
  left:5%;
	}

#mainImg .box .cap2{
  font-size: 12px;
  position: absolute;
  top: 16%;
  left:5%;
	}	

#mainImg .box{
	position: relative;
	width: 100%;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #f09199;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #f09199;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #f09199;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 30px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	
		section h2{
	font-family: Arial;
	width: 90%;
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderpink.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

	section h2.long{
		margin: 0 auto 20px;
	}
	section h2.long span {
		padding: 0 30px;
	}

	section h2.long{
	font-family: Arial;
	width: 98%;
	margin: 0 auto 40px;
	font-size: 20px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}

.container {
     white-space: nowrap;
   margin: 0 auto;
   }

   .item {
     width: 90%;
    margin:10px auto;
   }

/* ボタンのスタイル */
.btn01 a {
  position: relative;
  display: block;
  padding: 3% 0;
  background-color: #fc6c85;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.btn-arrow-bottom a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-2px) rotate(135deg);
  box-sizing: border-box;
}

	.photo_r{
		float:none;
		text-align:center;
		margin:0 auto;
	}
	
	.photo_l{
		float:none;
		text-align:center;
		margin:0 auto;
	}
	
	.spCnt { display: none; }
	
	table.table2{
width:95%;
}

table.table2 .w01{width:50%;}
table.table2 .w02{width:40%;}	
table.table2 .w03{width:30%;}			
table.table2 .w04{width:25%;}
table.table2 .w05{width:20% !important;}

table.table2 th{
	font-weight:normal!important;
letter-spacing:1px;
background:#f09199;
width:30% !important;
color: #fff;	
}
	

	 
.youtube iframe{
  width: 100%;
}	 
	
	
}

