@charset "UTF-8";


/*共通部分
--------------------------------------------------*/
html {
	font-size: 100%;
}

body{
		font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; line-height: 1.7; color: #432
}
a{
	text-decoration: none;
}
img{
	max-width: 100%
}


/*横方向メニューバー*/

.dropmenu_navi {
	background-color: #ffffff;
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 0 20px 0 50px;

}
.dropmenu_navi ul {
	margin: 0;
	padding: 0;
	
}
.dropmenu_navi ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	        transition: all 0.2s;

}
.dropmenu_navi > ul > li > a > .caret {
	border-top: 4px solid #666666;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: '';
	display: inline-block;
	height: 0;
	width: 0;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}
.dropmenu_navi > ul > li > a {
	color: #000000;
	display: block;
	line-height: 56px;
	padding: 0 10px;
	text-decoration: none;
	font-size: 0.95rem;

}
.dropmenu_navi > ul > li:hover {
	background-color: #59b9c6;
	text-shadow: #000 0 0 1px;
	font-weight: bold;
	color: #fff;

}
.dropmenu_navi > ul > li:hover > a {
	color: rgb( 255, 255, 255 );
	
}
.dropmenu_navi > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
}
.dropmenu_navi > ul > li > div {
	background-color: #59b9c6;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: 241px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	       transition: opacity 0.2s;
	       
}
.dropmenu_navi > ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	z-index: 20;

}
.dropmenu_navi > ul > li > div ul > li {
	display: block;
	
}
.dropmenu_navi > ul > li > div ul > li > a {
	color: #ffffff;
	text-shadow: #000 0 0 1px;
	font-weight: bold;
	display: block;
	padding: 12px 24px;
	text-decoration: none;
		font-size: 0.95rem;

}
.dropmenu_navi > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1);
}

@media (max-width: 1000px) {
.dropmenu_navi {
	padding: 0 20px 0 10px;
}
}

@media screen and (max-width:935px) {
  .dropmenu_navi{
    display:none;
  }
}
/*end横方向メニューバー*/


/*ハンバーガーメニュー*/



.sub-menu {
	margin-top: 20px;
	margin-bottom: 60px;
	list-style: none;
	font-size: 0.9rem;
	line-height: 1rem;
	text-align: center;
}

.sub-menu2 {
 	background-color: #59b9c6;
}

.sub-menu li {
	border-bottom: 1px #ddd solid;
	padding: 10px;
	display: block;
	color: #fff;
}



.sub-menu a {
	color: #000000;
}

.sub-menu a:hover {
	color: #0bd;
}


#nav-drawer {
  position: relative;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
  margin-bottom: 0px;
  

  
}




/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
  z-index: 10;

}

/*ハンバーガーアイコンMENU*/
.h-menu {
	line-height: 1rem;
	margin-top: 0px;
	font-size: 0.7rem;
	font-weight: bold;
}
	


/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #000;
  display: block;
  content: '';
  cursor: pointer;
  
}

#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}


#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fffcf9;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/

}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

@media screen and (min-width:935px) {
  #nav-open {
    display:none;
  }

.h-menu {
	 display:none;
  }
  
    #nav-drawer{
    display:none;
  }
  
  
}






/*枠組み*/

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 6%;
}









/*左線　角丸*/
.left-border {
margin: 2em 0 1em 0;
border-left: 7px solid #59b9c6;
padding: 7px;
font-size: 1.2rem;

}

@media (max-width: 750px) {

.left-border {
font-size: 1.05rem;

}


}


@media (max-width: 500px) {

.price{
	text-align: center;}

}


/*Home
--------------------------------------------------*/

/*News
--------------------------------------------------*/
.news-midashi{
font-size: 1em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .3em;
padding-bottom: .3em;
padding-left: .5em;
padding-right: .5em;
margin-top: 2em;
background-color: #f8b862;/* 背景色 */
color: #ffffff;/* フォント色 */
  	text-shadow: #666 0 0 2px;

}



/*イベントのお知らせ
--------------------------------------------------*/
dl.case4{
	margin-top: 30px;
    padding:0;
    line-height:1.8;
}
dl.case4 dt{
    width:6em;
    float:left;
    margin:0;
    padding:0 0 0 5px;
}
dl.case4 dd{
    position:relative;
    margin:0 0 10px;
    padding:0 5px 10px 13em;
    border-bottom:1px dotted #ccc;
}
dl.case4 dd span.cat{
    display:block;
    position:absolute;
    top:0;
    left:7em;
    width:4.5em;
    margin:0;
    padding:0;
    text-align:center;
    background-color:#eee;
    border-radius:2px;
}

dl.case4 dd span.cat-new{
    display:block;
    position:absolute;
    top:0;
    left:7em;
    width:4.5em;
    margin:0;
    padding:0;
    text-align:center;
	background-color: #ee827c;/* 背景色 */
	color: #ffffff;/* フォント色 */
  	text-shadow: #666 0 0 2px;
    border-radius:2px;
}


@media (max-width: 870px) {
	dl.case4 {
		font-size: 1rem;
}
}

@media (max-width: 600px) {
	dl.case4 {
		font-size: 0.84rem;
		line-height: 1.5rem;
}

dl.case4 dt{
    width:5em;

}
dl.case4 dd span.cat{

    left:6em;
    width:4.5em;

}

dl.case4 dd span.cat-new{

    left:6em;
    width:4.5em;

}
dl.case4 dd{
    position:relative;
    margin:0 0 7px;
    padding:0 5px 5px 12em;
    border-bottom:1px dotted #ccc;
}

}


/* 全体のBOX定義 --------------------------------- */

.home-back {
	position   : relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width  : 100%;
	min-height: 85vh;
	z-index: 0;
}

@media (max-width: 800px) {
	.home-back{
	min-height: 65vh;

}
}


@media (max-width: 600px) {
	.home-back{
	min-height: 60vh;

}
}


/* 背景の指定 ------------------------------------ */
.home-back .bgImg {
	position   : absolute;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity    : 0;
	animation-name: anime1;
	animation-duration: 25s;/* 5画像 × 各5s = 25s */
	animation-iteration-count: infinite;
	width  : 100%;
	min-height: 85vh;
}

@media (max-width: 800px) {
	.home-back .bgImg{
	min-height: 65vh;

}
}



@media (max-width: 600px) {
	.home-back .bgImg{
	min-height: 60vh;

}
}



/* --- 段差で背景画像のアニメーションを実行 ------- */
.home-back .src1 {
  background-image : url(../img/home-bg.jpg);   /* 背景の画像を指定 */
}

.home-back .src2 {
  background-image : url(../img/home-bg2.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.home-back .src3 {
  background-image : url(../img/home-bg3.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
}
.home-back .src4 {
  background-image : url(../img/home-bg4.jpg);   /* 背景の画像を指定 */
  animation-delay  : 15s;
}
.home-back .src5 {
  background-image : url(../img/home-bg5.jpg);   /* 背景の画像を指定 */
  animation-delay  : 20s;
}



@keyframes anime1 {
   0% { opacity: 0; }
  15% { opacity: 1; }
 20% { opacity: 1; }
 21% { opacity: 0; }
100% { opacity: 0; }


}


/* 全体のBOX定義 --------------------------------- */

.home-back2 {
	position   : relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width  : 100%;
	min-height: 85vh;
	z-index: 0;
}

@media (max-width: 800px) {
	.home-back2	{
	min-height: 65vh;

}
}


@media (max-width: 600px) {
	.home-back2{
	min-height: 60vh;

}
}
/* 背景の指定 ------------------------------------ */
.home-back2 .bgImg {
	position   : absolute;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity    : 0;
	animation-name: anime1;
	animation-duration: 25s;/* 5画像 × 各5s = 25s */
	animation-iteration-count: infinite;
	width  : 100%;
	min-height: 85vh;
}

@media (max-width: 800px) {
	.home-back2 .bgImg{
	min-height: 65vh;

}
}

@media (max-width: 600px) {
	.home-back2 .bgImg{
	min-height: 60vh;

}
}
.home-back2 .src1 {
  background-image : url(../img/home-bg2.jpg);   /* 背景の画像を指定 */
}

.home-back2 .src2 {
  background-image : url(../img/home-bg3.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.home-back2 .src3 {
  background-image : url(../img/home-bg4.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
}
.home-back2 .src4 {
  background-image : url(../img/home-bg5.jpg);   /* 背景の画像を指定 */
  animation-delay  : 15s;
}
.home-back2 .src5 {
  background-image : url(../img/home-bg.jpg);   /* 背景の画像を指定 */
  animation-delay  : 20s;
}




/* 背景の指定 ------------------------------------ */
.home-back3 .bgImg {
	position   : absolute;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity    : 0;
	animation-name: anime1;
	animation-duration: 25s;/* 5画像 × 各5s = 25s */
	animation-iteration-count: infinite;
	width  : 100%;
	min-height: 85vh;
}

@media (max-width: 800px) {
	.home-back3 .bgImg{
	min-height: 65vh;

}
}

@media (max-width: 600px) {
	.home-back3 .bgImg{
	min-height: 60vh;

}
}
.home-back3 .src1 {
  background-image : url(../img/home-bg3.jpg);   /* 背景の画像を指定 */
}

.home-back3 .src2 {
  background-image : url(../img/home-bg4.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.home-back3 .src3 {
  background-image : url(../img/home-bg5.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
}
.home-back3 .src4 {
  background-image : url(../img/home-bg.jpg);   /* 背景の画像を指定 */
  animation-delay  : 15s;
}
.home-back3 .src5 {
  background-image : url(../img/home-bg2.jpg);   /* 背景の画像を指定 */
  animation-delay  : 20s;
}

/* 全体のBOX定義 --------------------------------- */

.home-back3 {
	position   : relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width  : 100%;
	min-height: 85vh;
	z-index: 0;
}

@media (max-width: 800px) {
	.home-back3	{
	min-height: 65vh;

}
}

@media (max-width: 600px) {
	.home-back3{
	min-height: 60vh;

}
}


/* 背景の指定 ------------------------------------ */
.home-back4 .bgImg {
	position   : absolute;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity    : 0;
	animation-name: anime1;
	animation-duration: 25s;/* 5画像 × 各5s = 25s */
	animation-iteration-count: infinite;
	width  : 100%;
	min-height: 85vh;
}

@media (max-width: 800px) {
	.home-back4 .bgImg{
	min-height: 65vh;

}
}


@media (max-width: 600px) {
	.home-back4 .bgImg{
	min-height: 60vh;

}
}
.home-back4 .src1 {
  background-image : url(../img/home-bg4.jpg);   /* 背景の画像を指定 */
}

.home-back4 .src2 {
  background-image : url(../img/home-bg5.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.home-back4 .src3 {
  background-image : url(../img/home-bg.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
}
.home-back4 .src4 {
  background-image : url(../img/home-bg2.jpg);   /* 背景の画像を指定 */
  animation-delay  : 15s;
}
.home-back4 .src5 {
  background-image : url(../img/home-bg3.jpg);   /* 背景の画像を指定 */
  animation-delay  : 20s;
}

/* 全体のBOX定義 --------------------------------- */

.home-back4 {
	position   : relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width  : 100%;
	min-height: 85vh;
	z-index: 0;
}

@media (max-width: 800px) {
	.home-back4	{
	min-height: 65vh;

}
}

@media (max-width: 600px) {
	.home-back4{
	min-height: 60vh;

}
}


/* 背景の指定 ------------------------------------ */
.home-back5 .bgImg {
	position   : absolute;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	opacity    : 0;
	animation-name: anime1;
	animation-duration: 25s;/* 5画像 × 各5s = 25s */
	animation-iteration-count: infinite;
	width  : 100%;
	min-height: 85vh;
}

@media (max-width: 800px) {
	.home-back5 .bgImg{
	min-height: 65vh;

}
}

@media (max-width: 600px) {
	.home-back5 .bgImg{
	min-height: 60vh;

}
}
.home-back5 .src1 {
  background-image : url(../img/home-bg5.jpg);   /* 背景の画像を指定 */
}

.home-back5 .src2 {
  background-image : url(../img/home-bg.jpg);   /* 背景の画像を指定 */
  animation-delay  : 5s;
}
.home-back5 .src3 {
  background-image : url(../img/home-bg2.jpg);   /* 背景の画像を指定 */
  animation-delay  : 10s;
}
.home-back5 .src4 {
  background-image : url(../img/home-bg3.jpg);   /* 背景の画像を指定 */
  animation-delay  : 15s;
}
.home-back5 .src5 {
  background-image : url(../img/home-bg4.jpg);   /* 背景の画像を指定 */
  animation-delay  : 20s;
}

/* 全体のBOX定義 --------------------------------- */

.home-back5 {
	position   : relative;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width  : 100%;
	min-height: 85vh;
	z-index: 0;
}

@media (max-width: 800px) {
	.home-back5	{
	min-height: 65vh;

}
}

@media (max-width: 600px) {
	.home-back5{
	min-height: 60vh;

}
}




.home-midashi {
	font-size: 1.8rem;
	line-height: 2.6;
	}

@media screen and (max-width:500px) {
.home-midashi {
	font-size: 1.5rem;
	line-height: 2.5;
	}
}


.page-section {
	font-size: 1.8rem;
	margin-top: 80px;
	text-align: center;
	border-bottom: solid 1px #666666;
}

@media screen and (max-width: 650px){	
  .page-section { font-size: 1.3rem; 
  					margin-top: 20px;

  
  }
  
}



/* --- 段差で背景画像のアニメーションを実行 ------- */


.column-waku {
    position: relative;
    margin: 2em 0 5em;
    padding: 1.2em 1.8em;
    border: solid 3px #ee836f;
    border-radius: 8px;
}
.column-waku .column-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.2rem;
    background: #FFF;
    color: #ee836f;
    font-weight: bold;
}
.column-waku p {
    margin: 0; 
    padding: 0;
}

@media screen and (max-width:750px) {
  .column-waku .column-title {
	font-size: 1.05rem;

  }
  

}

/*about me
--------------------------------------------------*/
.profile {
text-align: right;
font-size: 1rem;
line-height: 1.8;
margin-bottom: 20px;
font-weight: bold;
}

.kaosyasin{
	float: right;
	width: 180px;
	height: auto;
	margin-left: 30px;
	margin-bottom: 20px;
}


@media screen and (max-width: 750px){	
.profile {
font-size: 0.85rem;
line-height: 1.5;
}
.kaosyasin{
	width: 130px;
	height: auto;

}

}



/*
--------------------------------------------------*/

.link-moji {
	font-weight: bold;
	color: #2ca9e1;
}

.link-moji:hover {
	color: #82cddd;
}


.center{
	text-align: center;
}


.btn-flat-border {
  display: block;
  padding: 0.3em 2.5em;
  text-decoration: none;
  background: #59b9c6				;
  color: #fff;
  text-shadow: #666 0 0 2px;
  border: solid 2px #fff;
  border-radius: 7px;
  transition: .4s;
  margin-top:5px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 0.95rem;
  letter-spacing: 0.1em;

}

.btn-flat-border3 {
  display: block;
  padding: 0.3em 2.5em;
  text-decoration: none;
  background: #59b9c6;
    text-shadow: #666 0 0 2px;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 7px;
  transition: .4s;
  margin-top:5px;
  margin-left: 20px;
  font-weight: bold;
  font-size: 0.95rem;
  letter-spacing: 0.1em;

}

.btn-flat-border:hover {
  background: #fff;
  color: #59b9c6;
  text-shadow: none;

}

.btn-flat-border3:hover {
  background: #fff;
  color: #59b9c6;
    text-shadow: none;

}


.btn-flat-border2 {
  display: inline-block;
  padding: 0.5em 2.5em;
  text-decoration: none;
  background: #fff;
  color: #59b9c6				;
  border: solid 2px #59b9c6				;
  border-radius: 10px;
  transition: .4s;
  margin-top: 20px;
  font-size: 0.95rem;
  font-weight: bold;
  
}

.btn-flat-border2:hover {
  background: #59b9c6				;
  border: solid 2px #fff;
  color: white;
  text-shadow: #666 0 0 2px;

}


/* --- 画像下の文字 ------- */
.underimage{
	text-align: center;
	line-height: 1.8rem;
	margin-top: 10px;
	font-size: 1rem;
}

@media (max-width: 870px) {
.underimage {
		font-size: 1rem;
}
}

@media (max-width: 600px) {
.underimage {
		font-size: 0.9rem;
}
}


/* --- access ------- */
.btn-flat-border4 {
  display: inline-block;
  padding: 0.5em 2.5em;
  text-decoration: none;
  background: #59b9c6				;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 10px;
  transition: .4s;
  margin-top: 0px;
  font-size: 0.95rem;
  font-weight: bold;
  
}

.btn-flat-border4:hover {
  background: #fff;
  border: solid 2px #59b9c6				;
  color: #59b9c6				;
}

.access-form {
	margin-top: 40px;
	text-align: center;
	}

.access-form p{
	line-height : 0.8em;;
	}


.access-form a{
	margin-top: 15px;
}


.access-underline {
	font-size: 1.1rem;
	margin-top: 30px;
	text-align: center;
	font-weight: nomal;
	letter-spacing: 0.3em;
}


.access-call {
	font-size: 1.4rem;
	margin-top: 15px;
	text-align: center;
	letter-spacing: 1.2px;
}

.access-call2 {
	font-size: 1.4rem;
	margin-top: 15px;
	margin-left: 20px;
	letter-spacing: 1.2px;
}



@media (max-width: 1050px) {
	access-form p {
		font-size: 1.125rem;
}

.access-form {
	margin-top: 20px;
	text-align: center;
	}
}


@media (max-width: 800px) {
.access-call2 {
	font-size: 1.2rem;
	margin-top: 15px;
	margin-left: 20px;
	letter-spacing: 1.2px;
}
}




.small-title h1{
	font-size: 0.8rem;
	background-color: #fca2a2;
	padding-left: 50px;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	}
	
@media (max-width: 600px) {
	.small-title h1{
		font-size: 0.8rem;
		padding-left: 0px;
		text-align: center;
}
}
	




.wrap-menu{
	margin: 0 auto;
	padding: 0 4%;
}





.two-lines {
  color: #59b9c6				;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 1px #59b9c6				;/*上線*/
  border-bottom: solid 1px #59b9c6				;/*下線*/
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-line {
  color: #59b9c6				;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-bottom: solid 1px #59b9c6				;/*下線*/
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 15px;
}

.center-midashi {
	font-size: 1.2rem;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:5px;
	color: #432;
	}
	
	
@media screen and (max-width:870px) {
  .center-midashi {
	font-size: 1rem;
	margin-top: 0px;
	margin-bottom: 30px;
	letter-spacing:1.2px;

  }
}

@media screen and (max-width:600px) {
  .center-midashi {
	font-size: 0.8rem;
	margin-top: 0px;
	margin-bottom: 30px;
	letter-spacing:1.1px;

  }
}
	

.center-midashi2 {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	letter-spacing:5px;
	}



.wrapper-latest {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 4%;
}



.center-border {
    position: relative;
    display: inline-block;
    padding: 0 120px;
	font-size: 2.2rem;
	color: #432;
}


@media screen and (max-width:870px) {
  .center-border {
	font-size: 1.8rem;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 0 85px;

  }
  
.single-line {
  color: #59b9c6				;/*文字色*/
  padding: 0.2em 0;/*上下の余白*/
  font-size: 1.2rem;
  margin-top: 15px;
}  
  
  
}

@media screen and (max-width:870px) {
  .center-border {
	font-size: 1.6rem;
	margin-top: 20px;
	margin-bottom: 20px;
    padding: 0 85px;

  }
  
.single-line {
  color: #59b9c6				;/*文字色*/
  padding: 0.2em 0;/*上下の余白*/
  font-size: 1.1rem;
  margin-top: 15px;
}  
  
  
}



.center-border2 {
    position: relative;
    display: inline-block;
    padding: 0 120px;
	font-size: 1.5rem;
}

@media screen and (max-width:500px) {
  
  .center-border2 {
	font-size: 1.2rem;
}
}

.center-border:before,
.center-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #432;
}


@media screen and (max-width:870px) {
.center-border:before,
.center-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #432;
}
}




.center-border:before {
    left: 0;
}

.center-border:after {
    right: 0;
}


.center-border2:before,
.center-border2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 2px;
    background-color: #666;
}







.center-border2:before {
    left: 0;
}

.center-border2:after {
    right: 0;
}




p{
	margin-top: 20px;
	font-size: 1.125rem;
	line-height: 2rem;
}


@media (max-width: 870px) {
	p {
		font-size: 1rem;
}
}

@media (max-width: 600px) {
	p {
		font-size: 0.9rem;
		line-height: 1.8rem;
}
}





.squre-midashi {
  background: #59b9c6;
  box-shadow: 0px 0px 0px 5px #59b9c6;
  color: #fff;
  padding: 0.2em 0.5em;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 30px;
  	text-shadow: #666 0 0 2px;

}

@media screen and (max-width:870px) {
  .squre-midashi {
	font-size: 1.2rem;
  }
}

@media screen and (max-width:750px) {
  .squre-midashi {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 1.0px;
  }
  

}



.wrapper-fukidashi {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 4%;
}


.fukidashi {
    position: relative;
    margin: 3em 0px 3em 0px;
    padding: 20px 20px;
    background: #f2bd66;
    border-radius: 20px;
}

@media screen and (max-width:870px) {
  .fukidashi {
    margin: 2em 0px 2em 0px;
    padding: 10px 10px;

  }
}


.fukidashi p {
    margin: 10px 20px 10px 20px; 
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width:870px) {
  .fukidashi p{
	font-size: 1.2rem;
  }
}


@media screen and (max-width:600px) {
  .fukidashi p{
	font-size: 1rem;

  }
    .fukidashi {
    margin: 1em 0px 1em 0px;
    padding: 5px 5px;

  }
  
}


.wrapper-fukidashi2 {
	max-width: 850px;
	margin: 0 auto;
	padding: 0 4%;
}


.fukidashi2 {
    position: relative;
    margin: 3em 0px 3em 0px;
    padding: 20px 20px;
    background: #FBF6DB;
    border-radius: 20px;
      	font-weight: bold;

}

@media screen and (max-width:650px) {
  .fukidashi2 {
    margin: 2em 0px 2em 0px;
    padding: 10px 10px;

  }
}


.fukidashi2 p {
    margin: 10px 20px 10px 20px; 
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    color: #523607;
    font-weight: bold;

}

.fukidashi2 li {
	font-size: 1.1rem;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 2;
	color: #523607;
}

@media screen and (max-width:650px) {
  .fukidashi2 p{
	font-size: 1.2rem;

  }  
  
  .fukidashi2 li{
	font-size: 1rem;
	margin-left: 40px;
	margin-right: 30px;
	line-height: 1.8;

  }
}

@media screen and (max-width:600px) {
  .fukidashi2 p{
	font-size: 1rem;

  }  
  
  .fukidashi2 li{
	font-size: 0.9rem;
	margin-left: 40px;
	margin-right: 30px;
	line-height: 1.8;

  }
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

}

.youtube-center{
  	max-width: 600px;
	margin: 50px auto;
}






/*HEADER
--------------------------------------------------*/
.logo{
	height: 60px;
	margin-top: 30px;
	margin-left: 20px;
	z-index: 10;

}

@media (max-width: 800px) {
	.logo {
		height: 50px;
		margin-top: 30px;
		margin-left: 15px;

}
}


@media (max-width: 650px) {
	.logo {
		height: 45px;
		margin-top: 30px;
		margin-left: 10px;

}
}

/*HEADER
--------------------------------------------------*/
.h-wrapper {
	position: absolute;;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
	z-index: 10;
}



.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}





.header-wrapper {
	margin: 0 auto;
	padding: 0;
}








/*HOME
--------------------------------------------------*/

.simple_wakusen {
  border: dashed 1px #666666;/*破線 太さ 色*/
  background: #fafdff; /*背景色*/
  line-height: 2rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 5px 5px;
}







/* 2列
------------------------------- */
.two-rows {
	padding: 2% 0;
}

.two-rows-wrapper {
	display: flex;
	justify-content: space-between;
}


.two-rows-box {
	width: 45%;
}

.two-rows-box img{
	margin-top: 20px;
}


.two-rows-wrapper-cd {
	display: flex;
	justify-content: space-between;

}

.two-rows-box-cd1{
	flex-basis  : 55%;
}

.two-rows-box-cd2 {
text-align: center;

	flex-basis  : 35%;
}

.two-rows-box-cd2 img{
margin-top: 20px;}	



.two-rows-wrapper-center {
	display: flex;
	justify-content: space-between;
}

.two-rows-box-center {
	width: 45%;
	text-align: center;
	margin-top: 20px;

}

.resizeimage img { 
	width: 100%; 
	text-align: center;
	border: solid 1px #432;


}


.resizeimage2 img { 
	width: 100%; 
	text-align: center;


}

/* 2列レスポンシブデザイン
------------------------------- */
@media (max-width: 800px) {
	.two-rows-wrapper {
		flex-direction: column;
}
	.two-rows-box {
		width: 100%;
		margin-bottom: 20px;
		margin: auto;

}



.two-rows-box h3{
	text-align: center;
}


	.two-rows-box p{
		width: auto;
		margin-top: 0px;
		margin-bottom: 20px;

}






.resizeimage img { 
	width: 100%; 
}

	.left{
		text-align: left;
}
	
}



@media (max-width: 600px) {

.two-rows-wrapper-cd {
		flex-direction: column;
}

	.two-rows-wrapper-center {
		flex-direction: column;
}

.two-rows-box-center {
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
}

/* home top 2列レスポンシブデザイン
------------------------------- */
.two-rows-home-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.two-rows-box-home {
	width: 45%;
}

.two-rows-box-home-center {
	width: 45%;
	text-align: center;
}



/* home2列レスポンシブデザイン
------------------------------- */

@media (max-width: 870px) {
	.two-rows-home-wrapper {
		margin-top: 0px;
}
}

@media (max-width: 800px) {
	.two-rows-home-wrapper {
		flex-direction: column-reverse;
}
	.two-rows-box-home {
		width: 100%;
		margin: auto;
		margin-bottom: 50px;
		text-align: center;
}

	.two-rows-box-home h2{
	text-align: center;

}

	.two-rows-box-home p{
	text-align: left;

}




.resizeimage img { 
	width: 100%; 
		text-align: center;

}


.hp-banner img{
    min-width: 250px;
    text-align: left;
}


	
}



/* 3列
------------------------------- */

.three-rows {
	padding: 2% 0;
}

.three-rows-wrapper{
	display: flex;
	justify-content: space-evenly;
}

.three-rows-box{
	width: 30%;

}


.three-rows-box h3{
	text-align: center;
}


/* 3列レスポンシブデザイン
------------------------------- */
@media (max-width: 800px) {
	.three-rows-wrapper {
		flex-direction: column;
}
	.three-rows-box {
		width: 90%;
		margin-bottom: 20px;
		margin: auto;

}

	
	
}

/*
------------------------------- */



/*home salon 2列
------------------------------- */

.two-rows-salon {
	padding: 2% 0;
}

.two-rows-salon-wrapper{
	display: flex;
	justify-content: space-between;


}

.two-rows-box-salon-home{
	width: 45%;
	position: relative;/*相対配置*/
}

.two-rows-box-salon-home img{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.salon-moji {
  position: absolute;/*絶対配置*/
  color: #fff;/*文字色*/
  font-weight: bold; 
  bottom: 20%;
  margin: auto;
  background: rgba(184, 134, 11,.6);
  font-size: 1.18rem;
}


.salon-moji h3 {
    margin: 0;
    padding: 0 0.8em;
    font-size: 110%;
    text-align: center;
}

/* home salon 2列 レスポンシブデザイン
------------------------------- */
@media (max-width: 800px) {
	.two-rows-salon-wrapper {
		flex-direction: column;
}
	.two-rows-box-salon-home {
		width: 90%;
		margin-bottom: 20px;
		margin: auto;

}
	
}


@media (max-width: 500px) {

.salon-moji h3 {
    margin: 0;
    padding: 0 0.8em;
    font-size: 95%;
    text-align: center;
}
	
	
}






/*
------------------------------- */


.wrapper-menu-border {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 4%;
}

.wrapper-menu {
	display: flex;
	flex-direction: row;
  	justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.two-box-menu1 {
	width: 48%;
	text-align: center;


}

.two-box-menu1 p{
	line-height: 1.5;


}

.two-box-menu2 {
	width: 48%;
	text-align: center;

}


@media (max-width: 680px) {
	.wrapper-menu {
		flex-direction: column;
}
	.two-box-menu1,
	.two-box-menu2 {
		width: 100%;
}
	.two-box-menu2{
		margin-bottom: 10px;
}
	
}




.sheer-candle-course li{
	margin-left: 50px;
	font-size: 1.125rem;
	line-height: 2;
	}
	

@media (max-width: 870px) {
	.sheer-candle-course li {
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 10px;


}
}

@media (max-width: 600px) {
	.sheer-candle-course li {
		font-size: 0.9rem;
		margin-left: 20px;
		line-height: 1.5;
		margin-bottom: 10px;


}
}





/*見出し
--------------------------------------------------*/




.page-section-under{
	font-size: 1.7rem;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 30px;
}




@media screen and (max-width: 650px){	
  .page-section-under{ font-size: 1.5rem; }
}








/*記事部分
--------------------------------------------------*/

.post-info {
	position: relative;
	padding-top: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}

.post-step {
	background: #ffa7a1;
	border-radius: 50%;
	color: #fff;
	width: 80px;
	height: 80px;
	font-size: 1rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 10px;
}

.post-step span {
	font-size: 1.25rem;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding-top: 3px;
	display: block;
	width: 60%;
	margin: 0 auto;
}


.post-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: 120px;
	border-bottom: solid 1px #666;


}

.corse-title {
	font-size: 1.375rem;
	margin-top: 0px;
	margin-left: 120px;
	color: #fff;
	width: 88%;
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;
	line-height: 1.8;/*行高*/
	background:#ffa500;/*背景色*/
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;/*左右側の角を丸く*/
	font-weight: bold;
	text-align: center;
}



@media screen and (max-width: 850px){	
.corse-title {width: 80%;}
}




@media screen and (max-width: 800px){	
  .corse-title {font-size: 1.25rem;
  				line-height: 2;
  				width: 100%;
  				margin-left: 0px;
  				margin-top: 40px;}
  }


.corse-title2 {
	font-size: 1.15rem;
	font-weight: normal;
	margin-left: 120px;
}

@media screen and (max-width: 800px){	
  .corse-title2 {font-size: 1rem;
  				margin-left: 0px;
  				}
}


.corse-title3 {
	font-weight: normal;
	margin-left: 0px;
	margin-top: 30px;
	margin-left: 120px;
	margin-bottom: 20px;
}

.corse-title3 a {
	color: #ffa7a1;
	font-weight: bold;}

@media screen and (max-width: 650px){	
  .corse-title3 {font-size: 1rem;
  				}
}



.lesson-title {
	font-size: 1.375rem;
	margin-left: 0px;
	margin-top: 50px;
	width: 100%;
	color: #fff;/*文字色*/
	padding: 0.5em;/*文字周りの余白*/
	display: inline-block;
	line-height: 1.8;/*行高*/
	background: #ffa500;/*背景色*/
	vertical-align: middle;
	border-radius: 5px 5px 5px 5px;/*左右側の角を丸く*/
	font-weight: bold;
	text-align: center;
}





/*文字小
--------------------------------------------------*/
.small {
	font-size: 1rem;
}

@media (max-width: 870px) {
	.small {
		font-size: 0.9rem;
}
}





/*画像左　文字右回り込み
--------------------------------------------------*/
.img_block_left {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	}

/*画像中央
--------------------------------------------------*/
.img_block img{
	display: block;
	margin:auto;
}


/* gallery
------------------------------- */

.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}



/* 見出し
------------------------------- */
.midashi {
	margin-top: 50px;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #bb5535;/*左線*/
	font-size: 1.65rem;
	font-weight: bold;
}

@media screen and (max-width: 650px){	
  .midashi { font-size: 1.5rem; 
}
}



/*introduction
------------------------------- */
.two-box-koushi1 {
	width: 48%;
	text-align: center;
}

.two-box-koushi1 p {
	line-height: 2.5;
}

.two-box-koushi2 {
	width: 48%;
}

.hr1 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #6db5a9;
}

@media (max-width: 800px) {
	#two .wrapper {
		flex-direction: column;
}
	.two-box-koushi1,
	.two-box-koushi2
		{
		width: 100%;
}
	.two-box-koushi2
		 {
		text-align: center;
		margin-bottom: 20px;

}
}



/* フッターsns
------------------------------- */

.facebook{
	width: 40px;
	margin-top: 20px;
	margin-left: 20px;
}



/*フッターナビ4列
--------------------------------------------------*/
footer {
	text-align: center;
	padding: 20px 0 10px;
	margin-top: 30px;

}



#footer04 {
  background-color: #59b9c6;
}

 
#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
 
#footer04 .cont-item {
  display: block;
  width: calc(100% / 4);
}
 
#footer04 .nav a {
  display: block;
  color: #fff;
  	text-shadow: #666 0 0 2px;
	font-weight: bold;
}

#footer04 .nav a:hover {
	text-decoration: underline;

}
 
#footer04 .nav .ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  	text-shadow: #666 0 0 2px;
}
 
#footer04 .nav .ttl:first-child {
  margin-top: 0;
}
 
#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}
 
#footer04 .nav ul {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
}
 
#footer04 .nav li {
  display: block;
  font-size: 0.875rem;
  line-height: 2;
    font-weight: bold;


}
 
#footer04 .nav li:first-child {
  margin-top: 0;
}
 
#footer04 .nav li ul {
  margin: 0 0 0 2em;
}
 
#footer04 .nav li li {
  position: relative;
}
 
#footer04 .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
 






@media screen and (max-width: 800px) {
  #footer04 .cont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  #footer04 .cont-item {
    display: block;
    width: 48%;
  }
  #footer04 .cont-item:nth-child(n+3) {
    margin-top: 30px;
  }
  #footer04 .nav ul {
    margin: 0;
    font-size: 10px;
  }
  #footer04 .nav ul + .ttl {
    margin-top: 10px;
  }
  #footer04 .nav li {
    font-size: 0.8rem;
  }
  #footer04 .company {
    margin-top: 30px;
  }
  #footer04 .address {
    margin: 10px 0 0;
    font-size: 10px;
  }
}





/* footer下段
------------------------------- */

hr {
 height: 1px;
 background-color: #ffffff;
 width: 95%;
 margin: auto;
 border: none;
}


#footer {
	background-color: #59b9c6;
	padding: 1% 0;
}

#footer .wrapper {
	display: flex;
	justify-content: space-between;
}



.footer-box{
	margin-top: 15px;
	text-align: center;
}


.footer-box2 {
	margin-top: 20px;
}

.footer-box2 p{
	font-size: 1rem;
	color: #ffffff;
	line-height: 1.1;
	text-align: center;
  	text-shadow: #000 0 0 1px;
	font-weight: bold;

}




.footer-box3 {

	text-align: center;
	
	}




.footer-box3 a{
	margin-top: 4px;
}


.footer-underline {
	color: #fff;
	text-shadow: #666 0 0 2px;
	font-size: 1.1rem;
	margin-top: 16px;
	text-align: center;
	letter-spacing:	0.2em;
}

.footer-call {
	color: #fff;
	font-size: 1.2rem;
	margin-top: 5px;
	text-align: center;
	letter-spacing: 1.2px;
  	text-shadow: #666 0 0 2px;
	font-weight: bold;
}

.footer-call1 {
	color: #fff;
	font-size: 0.9rem;
	margin-top: 5px;
	text-align: center;
	letter-spacing: 1px;
  	text-shadow: #666 0 0 2px;
	font-weight: bold;
}

.copyright {
	color: #ffffff;
  	text-shadow: #000 0 0 1px;
	font-weight: bold;
	font-size: 0.9rem;
	font-family: Verdana,"Droid Sans","メイリオ",sans-serif;
	text-align: center;
}



/* footerレスポンシブデザイン
------------------------------- */
@media (max-width: 1050px) {
	#footer .wrapper {
	flex-direction: column;
}
	.footer-box {
		margin-top: 20px;
		width: 100%;
		text-align: center;
}

	.footer-box2 {
		width: 100%;
		text-align: center;
		margin-top: 10px;
}



	.footer-box3 {
		width: 100%;
		margin-top: 15px;
		
}

	.footer-box p{
		margin-top: 0px;
		font-size: 0.9rem;
}

.footer-call {
	color: #fff;
	font-size: 1.1rem;
	margin-top: 5px;
	text-align: center;
	letter-spacing: 1.2px;
  	text-shadow: #666 0 0 2px;
	font-weight: bold;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1.5em;

}

.btn-flat-border3 {
  display: inline-block;
  padding: 0.3em 1.5em;
  margin-top:20px;
}


}


@media screen and (min-width: 550px){	
  .br-home-footer { display:none; }  
  
}
	
@media screen and (max-width: 550px){	
  .br-home-footer { display:block;}
  	.footer-box2 p{
	line-height: 0.6;
	font-size: 0.95rem;
}
.hidden{ visibility:hidden;}

.footer-underline {

	font-size: 0.95rem;

}


}






/*行替えレスポンシブルデザイン
--------------------------------------------------*/
.contactform-center p{
	text-align: center;
}
/*
--------------------------------------------------*/



/*行替えレスポンシブルデザイン
--------------------------------------------------*/
@media screen and (min-width: 480px){	
  .br-nature { display:none; }
}
@media screen and (max-width: 480px){	
  .br-nature { display:block; 
  			}
}

@media screen and (min-width: 750px){	
  .br-nature2 { display:none; }
}
@media screen and (max-width: 750px){	
  .br-nature2 { display:block; 
  			}
}

@media screen and (min-width: 500px){	
  .br-attention { display:none; }
}
@media screen and (max-width: 500px){	
  .br-attention { display:block; 
  			}
}

/*行替え一文字右へ
--------------------------------------------------*/
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

p.indent-1-small {
padding-left:1em;
text-indent:-1em;
font-size: 1rem;
}



@media (max-width: 870px) {
p.indent-1-small {
		font-size: 0.9rem;
		line-height: 1.8rem;

}
}

@media (max-width: 600px) {
p.indent-1-small {
		font-size: 0.8rem;
		line-height: 1.4rem;
}
}



/*googlemapレスポンシブル
--------------------------------------------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 75%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
margin-top: 20px;
}

/*hv051m紹介
--------------------------------------------------*/
.setcontents {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    font-size: 0.9rem;

}

.setcontents2 {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
    font-size: 0.9rem;

}

@media (max-width: 800px) {

.set-contents p{
		margin-bottom: 0px;}
		

.setcontents {
	font-size: 0.85rem;
}

.setcontents2 {
	font-size: 0.85rem;
	margin-bottom: 30px;
}



}



/*自然音CD紹介
--------------------------------------------------*/
.cd-flame {
margin: 2em auto;
padding: 1em;
width: 90%;
color: #000;
background-color: #fff;
border: 1px solid #888;
}

.sound-source {
	text-align: center;
	font-weight: normal;
	font-size: 0.95rem;
	line-height: 1.8em;
}

.sound-source2 {
	text-align: center;
	font-weight: normal;
	font-size: 1.1rem;
	line-height: 1;
}

.hr2 {
 height: 1px;
 background-color: #666;
 width: 70%;
 margin: auto;
 border: none;
 margin-top: 10px;
 margin-bottom: 10px;
}


@media (max-width: 800px) {

.sound-source {
	text-align: center;
	font-weight: normal;
	font-size: 0.85rem;
	line-height: 1.4em;
}

.sound-source2 {
	text-align: center;
	font-weight: normal;
	font-size: 0.9rem;
		line-height: 1.2em;

}

}

.hr3 {
 height: 1px;
 background-color: #666;
 width: 95%;
 margin: auto;
 border: none;
 margin-top: 10px;
 margin-bottom: 10px;
}

.order-form {
	margin-top: 20px;
	text-align: center;
	}


.btn-flat-border5 {
  display: inline-block;
  padding: 0.8em 2.5em;
  text-decoration: none;
  background: #59b9c6				;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 15px;
  transition: .4s;
  margin-top: 0px;
  font-size: 0.95rem;
  font-weight: bold;
  text-align: center;
}

.btn-flat-border5:hover {
  background: #fff;
  border: solid 2px #59b9c6				;
  color: #59b9c6				;
}

/*特定商取引法に基づく表記
--------------------------------------------------*/
table{
  width: 95%;
  border-collapse:collapse;
  margin:0 auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
td,th{
  border:1px solid #ccc;
  padding:10px;
}
th{
  background:#EFEFEF;
    width: 30%;

}

@media screen and (max-width: 750px){	
td,th{
font-size: 0.85rem;
line-height: 1.5;
}
}


.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box6 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #FFF;
    border: solid 2px #59b9c6;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box6 p {
    margin: 0; 
    padding: 0;
}

.gifu-img img {
  width: 100%; /*bodyの幅に対する割合 */
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;}

