@charset "utf-8";

body {
	overflow-x: hidden;
    overflow-y: scroll;
	 margin: 0;
}

	:root {
		--bg-color-01: #fffce3;
        --bg-color-02: #ffedf1;
		--bg-color-03: #f4fff9;
		--base-color: #ffffff;
		--accent-color1:#ff93aa;
		--accent-color2: #6b6b6b;
		--accent-color3: #93ccff;
		--txt-color1: #303030;
		--txt-color2: #8b8677;
		}
/*-----------------------
base
-----------------------*/
#container {
	padding-top: 0px;
    overflow-x: hidden;
	}

/*-----------------------
common
-----------------------*/
/*btn*/
.btn {
	border: 1px solid #0068b7;
	color: #0068b7;
	display: block;
	border-radius: 3px;
	}
.btn:hover {
	background-color: #0068b7;
	border: 1px solid #0068b7;
	color: #fff;
	}
.btn:before,
.btn:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btn,
.btn:before,
.btn:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
	}
/*btn oreange*/
.btn1 {
	border: 1px solid #f39700;
	color: #f39700;
	display: block;
	border-radius: 3px;
	}
.btn1:hover {
	background-color: #f39700;
	border: 1px solid #f39700;
	color: #fff;
	}
.btn1:before,
.btn1:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btn1,
.btn1:before,
.btn1:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}	

/*btn oreange white */	
.btn2 {
	background-color: #f39700;
	border: 1px solid #f39700;
	color: #fff;
	display: block;
	border-radius: 5px;
	}
.btn2:hover {
	background-color: #fff;
	border: 1px solid #f39700;
	color: #f39700;
	}
.btn2:before,
.btn2:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}
.btn2,
.btn2:before,
.btn2:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}	

/*footer copyright*/

#footer {
	background-color:#0068b7;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
}
#footer p {
	font-size: 12px;
	color: #fff;
}



/*pc_display_none*/
#head p#drawer-toggle {
	display: none;
	}
#head p#nav-toggle {
	display: none;
	}
#drawer  {
	display: none;
	}
.display-sp {
	display: none;
	}

/*-----------------------
clearfix
-----------------------*/
#news_info_wrap:after,
#news_info_wrap1:after,
#medi_info_wrap:after,
#news ul li a dl:after,
#news1 ul li a dl:after,
#footer ul:after,
#bread ul:after,
#main_top #cate_menu ul:after,
#main_top #cate_menu1 ul:after,
#medi_info dl:after,
#contact_waku_box:after,
.section_contents:after,
body#map #sec01 .access:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
	zoom:1;
	}
#news_info_wrap,
#news_info_wrap1,
#medi_info_wrap,
#news ul li a dl,
#news1 ul li a dl,
#footer ul,
#bread ul,
#main_top #cate_menu ul,
#main_top #cate_menu1 ul,
#medi_info dl,
#contact_waku_box,
.section_contents,
body#map #sec01 .access {
	zoom:1;
	}







/*transition*/
#head,
#headertop,
#headertop h1,
#headertop p,
#head:after,
#head .logo img,
#head #head_info,
#head p.map_btn,
#head #head_info dl dd,
#head #head_info dl dd .contact_btn,
#head #gnav,
#head #gnav ul,
#head #gnav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	}

	.br-pc { display:block!important; }
	.br-sp { display:none!important; }


/*-----------------------
index
-----------------------*/


@media screen and (769px <= width < 1200px ){
/*main*/
#main_top {
	background-size: cover;
	background-position: bottom center;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	}

#main_top img {
	width: 100%;
	}
#main_sp {
	display: none;
	}
#main_top_copy {
	background: var(--bg-color-01);
	width: 100%;
	padding: 4rem 2rem;
	margin-top: -.4rem;
	}
	#restaurant_image {
		display: flex;
		align-items: center;
		width: min(90%,1100px);
		margin: 0 auto;
		padding: 4rem 0;
		gap: 3rem;
		list-style: none;
	}
#main_top_copy p {	
	width: 80%;
	margin: 0 auto;
	font-size: 20px;
	background: var(--base-color);
	line-height: 170%;
	text-align: left;
	border-top: solid 2px var(--accent-color1);
    border-bottom: solid 2px var(--accent-color1);
	padding: 2rem;
	color: #3d3d3d;
    position: relative;
	}
	#main_top_copy p:before, #main_top_copy p:after{
		content: '';
		position: absolute;
		top: -10px;
		width: 2px;
		height: -webkit-calc(100% + 20px);
		height: calc(100% + 20px);
		background-color: var(--accent-color1);
	}
	#main_top_copy p:before {left: 10px;}
	#main_top_copy p:after {right: 10px;}
	
#main_top_copy1_img { 
	width: 1100px;
	padding: 80px 0px 150px 0px;
	margin: 0 auto;
	}
	
#main_top_copy1 h2 {
	width: min(50%,1100px);
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: var(--accent-color1);
	padding: 80px 0 50px 0px;
	text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
    letter-spacing : 6px;
    background-image: url(../../common/img/bg_flower.png);
	background-position: left 25% top 20%;
	background-repeat:no-repeat;
	background-size: 40% auto;
	text-align: center;
	}

	/*------------------------
	company 769 - 1200
	-------------------------*/
	.company_inner_top {
		background: var(--bg-color-03);
		padding: 4rem 2rem;
		width: 100%;
		box-sizing: border-box;
	}
	.company_inner_bottom {
		background: var(--bg-color-01);
		padding: 2rem;
		width: 100%;
		box-sizing: border-box;
	}
.company_inner_top h3{
	width: 100%;
	margin: 2rem auto;
	border: double 4px #636363;
	color: #636363;
	padding: 1rem 2rem;
	line-height: 150%;
	font-size      : 2.4rem;
	font-weight: bold;
	background: #ffffff;
	letter-spacing : 6px;
	text-align: center;
	width: fit-content;
	}
	.company_inner_bottom h3 {
		width: 100%;
		margin: 2rem auto;
		border: double 4px #636363;
		color: #636363;
		padding: 1rem 2rem;
		line-height: 150%;
		font-size      : 2.4rem;
		font-weight: bold;
		letter-spacing : 6px;
		text-align: center;
		width: fit-content;
		}
.company_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1rem 0;
	width: 100%;
	gap: 1rem;
	margin: 0 auto;
}
.company_list_reverse {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 1rem 0;
	width: 100%;
	gap: 1rem;
	margin: 0 auto;
}
.company_image {
	width: 50%;
}
.company_image img {
	width: 100%;
	margin: auto;
	display: inherit;
}
.company_list .company_contents {
	width: calc(100% - 50%);
	list-style: none;
	margin: 0 auto;
	border: 1px solid var(--accent-color5);
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;	
	box-shadow: 1px 1px 5px #cacaca;
	border-radius: 12px;
}

.company_list .company_contents .adoption_txt {
	line-height: 2;
	font-size: 21px;
	padding: 0.6rem 0 0.6rem 3.4rem;
    background-image: url(../../common/img/shell_blue.png);
    background-repeat: no-repeat;
    background-position: left 0% top 20%;
    background-size: 11% auto;
}
.company_list_reverse .company_contents {
	width: calc(100% - 50%);
	list-style: none;margin: 0 auto;
	border: 1px solid var(--base-color);
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
	box-shadow: 1px 1px 5px #cacaca;
	border-radius: 12px;
}

.company_list_reverse .company_contents .adoption_txt {
	line-height: 2;
	font-size: 21px;
	padding: 0.6rem 0 0.6rem 3.4rem;
    background-image: url(../../common/img/shell_orange.png);
    background-repeat: no-repeat;
    background-position: left 0% top 20%;
    background-size: 11% auto;
}
.adoption {
	color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    z-index: 1;
	padding: 0rem 0 2rem 0;
}
.adoption:after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/adoption03.png)no-repeat;
	width: 364px;
	height: 100px;
	top: -20px;
    left: 100px;
    right: 0;
    margin: auto;
    z-index: -1;
}
.adoption_reverse {
	color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    z-index: 1;
	padding: 0rem 0 2rem 0;
}
.adoption_reverse:after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/adoption03_2.png)no-repeat;
	width: 364px;
	height: 100px;
	top: -30px;
	right: 0;
	left:0;
    margin: auto;
    z-index: -1;
}


.txt_24 {
	font-size: 24px;
	line-height: 200%;
	margin-bottom:10px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #ffffff;	
}
.right {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}


#main_top_copy2 {
	background: url(/wp-content/uploads/bg_02.jpg)no-repeat;
	background-position: top center;
	width: 100%;
	padding: 5rem 0;
	background-size: cover;
	}
#main_top_copy2 h2 {
	font-size: 3rem;
	font-weight: bold;
	color: var(--accent-color3);
	padding: 2rem;
	text-align: center;
	background-image: url(/wp-content/uploads/bg_flower_03.png);
	background-repeat: no-repeat;
    background-position: left 30% center;
	}
#main_top_copy2 p {	
	width: 40%;
	margin: 0 auto;
	font-size: 21px;
	line-height: 2;
	text-align: left;
	background: rgba(255,255,255,0.6);
	padding: 3rem 2rem;
	text-shadow: 1px 1px 1px #fff;
	position: relative;
	}
	#main_top_copy2 p:after {
		content: '';
		position: absolute;
		margin: 0 auto;
		border: 4px solid #cacaca;
		top: 0;
		left: 0;
		right: 0;
	}


#main_top_copy3 {
	background: #ffe7ec;
	width: 100%;
	}
	
#news_info_wrap {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-bottom:-70px;
	}
	
	
#news_left {
	width: 770px;
	margin-left:0px;
	float:left;
}
#news_left img{
	width: 770px;
	margin-top:-70px;
}
#news_right {
	width: 500px;
	float:right;
	margin-right:80px;
}
#news_right img{
	width: 500px;
	padding-top:100px;
}

#main_top_copy_45 {
	background: var(--bg-color-02);
}

#main_top_copy4 {
	width: 100%;
	padding: 4rem 2rem;
	}
#main_top_copy4 h2 {
	/*width: 1100px;*/
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;	
	color: var(--accent-color2);
	padding: 3rem 0;
	text-align: center;
	line-height: 170%;
   }
	.point_ttl {
		display: flex;
		flex-direction: row;
		align-items: center;
		list-style: none;
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
	.point_ttl_reverse {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		list-style: none;
		width: 80%;
		margin: 0 auto;
		padding: 0;
	}
	.point_top {
		width: 60%;
	}
	.point_top img {
		width: 100%;
		display: inherit;
		margin: auto;
	}
	.point_num {
		width:  calc(100% - 60%);
	}
	.point_num img {
		width: 70%;
		display: inherit;
		margin: auto;
	}
	.red_text {
	font-size: 34px;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	}
	.red_text_point {
		font-size: 2rem;
		color: #fff;
		background: var(--accent-color1);
		width: min(80%,800px);
    	margin: 0 auto;
		line-height: 1.6;
		padding: 1.4rem 0 1.4rem 1rem;
		font-weight: bold;
		}
		.copy4_txt {
		font-size: 21px;
		color: var(--txt-color1);
		padding: 3rem 2rem;
    	margin: 0 auto;
		line-height: 2;
		background: #ffffff;
		width: min(80%,800px);
		border-radius: 0 0 16px 16px;
		}
#main_top_copy5 {
	width: 100%;
	padding: 4rem 2rem;
	}

	.copy5_txt {
		font-size: 21px;
		color: var(--txt-color1);
		padding: 3rem 2rem;
    	margin: 0 auto;
		line-height: 2;
		background: #ffffff;
		width: min(80%,800px);
		border-radius: 0 0 16px 16px;
		}
		#cash_back {
			margin: 0 auto;
			padding: 2rem;
		}
		#cash_back p{
			width: min(50%,800px);
			margin: 0 auto;
			padding: 0rem;
			text-align: center;
			font-size: 21px;
			font-weight: bold;
		}
		#cash_back ul {
			width: min(50%,800px);
			padding: 0 2rem;
			margin: 0 auto;
			list-style: none;
		}
		#cash_back ul li {
			font-size: 21px;
			padding: 1rem 1rem 0 1rem;
		}
.red_text1 {
	font-size: 34px;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	line-height: 160%;

  display        : inline-block;
  color          : #e4007f;            /* 文字の色 */
  font-size      : 20pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}

/*------------main_top_copy4 main_top_copy5 end--------------*/
#main_top_copy7 {
	background: url(../../common/img/schedule_pc.jpg)no-repeat;
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
    padding: 2rem 2rem;
	background-position: bottom center;
}
.int_table_inner {
	margin: 0 auto;
	width: min(100%,1000px);
	padding: 2rem;
}
.int_table_inner h2 {
	margin: 0 auto;
	font-size: 3rem;
	font-weight: bold;
	color: var(--accent-color2);
	padding: 0 0 3rem 0;
	text-align: center;
	letter-spacing: 6px;
	line-height: 170%;
	text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}
.int_table {
	margin: auto;
	width: 100%;
}
.int_table table,
.group_white_bg {
	width: min(1100px,80%);
	height: auto;
	margin: 0 auto;
	border: solid 1px #484848;
    padding: 2rem 0;
    border-radius: 20px;
	color: var(--txt-color1);
	background: rgba(255,255,255,0.8);
}
.int_table tbody tr th {
	padding: 1rem;
	font-size: 21px;
	width: 30%;
}
.int_table tbody tr td {
	padding: 1rem;
	font-size: 21px;
	width: calc(100% - 30%);
}
.int_table tbody tr td .table_small {
	font-size: 16px;
}
.table_end {
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	text-align: left;
	padding: 1rem;
}
.red_text36 {
	font-size: 36px;
    font-weight: bold;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	}
.txt_30 {
	font-size: 30px;
	line-height: 200%;
	margin-bottom:10px;
	font-weight: bold;
}
/*---------main_top_copy7 end-------------*/
#main_top_copy9 {
	background: linear-gradient(rgba(255,243,250,1),rgba(255,243,250,0));
	padding: 2rem 0 0 0;
}

.copy9_txt_top {
	width: min(80%,800px);
	text-align: left;
	line-height: 2;
	font-size: 21px;
	color: var(--txt-color1);
	margin: 0 auto;
	padding: 3rem 1rem 3rem 1rem;
}
.separate {
	display: flex;
	align-items: center;
	width: min(80%,800px);
	margin:0 auto;
}
#main_top_copy9 .separate h2 {
	margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    color: var(--accent-color2);
    padding: 1rem 0;
    letter-spacing: 6px;
	width: 50%;
	text-align: left;
	text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}
#separate_img {
	width: calc(100% - 50%);
	margin: 0 auto;
}
#separate_img img {
	width: 100%;
	margin: auto;
}
.coordinator {
	background: linear-gradient(rgba(242,247,231,0),rgba(242,247,231,1));
	padding: 3rem;
	width: 100%;
}
.coordinator_inner {
	width: min(80%,1000px);
	display: flex;
	align-items: center;
	margin: 0 auto;
	gap: 2rem;
	list-style: none;
}
.coordinator_inner li {
	width: 50%;
	margin: 0 auto;
}
.coordinator_inner li img {
	width: 100%;
	margin: auto;
	display: inherit;
}
.coordinator_inner li p {
	width: 100%;
	text-align: left;
	line-height: 2;
	font-size: 21px;
	color: var(--txt-color1);
}
/*----------main_top_copy9 end-----------*/


#main_top_copy8 {
    padding: 40px 0;
	width: 100%;
    background-image: url(/wp-content/uploads/bg_05.png);
	background-repeat:no-repeat;
	background-size: cover;
	}
#main_top_copy8 h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 2830px;
	color: #0068b7;
	padding: 70px 0 10px 0px;
	line-height: 180%;
	
  display        : block;
  color          : #0068b7;            /* 文字の色 */
  font-size      : 28pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}
#main_top_copy8 h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 20px;
	color: #0068b7;
	padding: 200px 0 30px 0px;
	line-height: 160%;

  display        : block;
  color          : #0068b7;            /* 文字の色 */
  font-size      : 20pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}
	#main_top_copy8 h4 {
		width: 1100px;
		margin: 0 auto;
		font-size: 24px;
		color: #0068b7;
		padding: 30px 0 30px 0px;
		line-height: 160%;
	
	  display        : block;
	  color          : #0068b7;            /* 文字の色 */
	  font-weight: bold;
	  letter-spacing : 5px;                /* 文字間 */
	  text-shadow    : 
		   2px  2px 1px #fff84d,
		  -2px  2px 1px #fff84d,
		   2px -2px 1px #fff84d,
		  -2px -2px 1px #fff84d,
		   2px  0px 1px #fff84d,
		   0px  2px 1px #fff84d,
		  -2px  0px 1px #fff84d,
		   0px -2px 1px #fff84d;   /* 文字の影 */
		}
	.copy8_ttl {
		margin-top: 12rem;
	}
	.copy8_bottom {
		font-size: 40px!important;
		border-bottom: 5px solid #fcff02;
		display: inline!important;
	}
	/*----------copy8 end--------------*/
	/*-------------#main_top_copy11---------*/
	#main_top_copy11 {
		padding: 3rem 0;
		width: 100%;
		background-image: url(/wp-content/uploads/bg_10_2.jpg);
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center bottom;
		box-sizing: border-box;
	}
	#main_top_copy11 h2 {
		color: var(--accent-color3);
		font-size: 3rem;
		padding: 1rem 0;
		text-align: center;
	}
	.logo_mark {
		display: inline;
	}
	#main_top_copy11 p {
		width: 60%;
		background: rgba(255,255,255,0.6);
		margin: 0 auto;
		font-size: 24px;
		line-height: 180%;
		text-align: left;
		padding: 3rem;
		text-shadow: 1px 1px 1px #fff;
		}
/*------------mani_top_copy12------------*/
	#main_top_copy12 {
		padding: 3rem 0;
		background: var(--bg-color1);
		width: 100%;
	}
	.reason {
		padding: 2rem;
		width: 60%;
		margin: 0 auto;
	}
	.reason_ttl {
		display: flex;
		align-items: center;
		position: relative;
		gap: 1rem;
		padding: 0;
	}
	.reason_ttl_left{
		width: 120px;
		height: 120px;
		padding-top: 0.4rem;
		border-radius: 50%;
		padding: 1rem;
    	list-style: none;
		background: var(--base-color);
		text-align: center;
	}
	.reason_txt{
		font-size: 1.2rem;
		color: #fff;
	}
	.reason_num {
		font-size: 2.6rem;
    	text-align: center;
    	padding-top: 0rem;
		color: #fff;
	}
	.reason_ttl h3{
		color: var(--base-color);
		font-weight: bolder;
		padding: 0.5rem 0;
		text-shadow: 2px 2px #ffffff;
		width: calc(100% - 20%);
    	font-size: 2rem;
	}
	.reason_contents {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		align-items: center;
		list-style: none;
	}
	.reason_contents_left {
		width: 50%;
		height: auto;
	}
	.reason_contents_left img {
		display: inherit;
		margin: auto;
		transform: rotate(-6deg);
		object-fit: cover;
		width: 70%;
	}
	.reason_contents_left_reverse {
		width: 50%;
		height: auto;
	}
	.reason_contents_left_reverse img {
		display: inherit;
		margin: auto;
		transform: rotate(6deg);
		object-fit: cover;
		width: 70%;
	}
	.reason_contents_right {
		width: calc(100% - 50%);
		font-size: 1.4rem;
		line-height: 2;
	}
	.reason_contents_reverse {
		display: flex;
		flex-direction: row-reverse;
		gap: 1rem;
		align-items: center;
		list-style: none;
	}
/*------------main_top_copy13--------------*/
#main_top_copy13 {
	background: #fff;
    padding: 3rem 0;
    background-image: url(../../common/img/bg_13.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	}
#main_top_copy13 h2 {
	width: 60%;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	padding: 70px 30 10px 0px;
	line-height: 170%;
	margin-bottom: 0;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 36pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #9a6c30,
      -3px  3px 1px #9a6c30,
       3px -3px 1px #9a6c30,
      -3px -3px 1px #9a6c30,
       3px  0px 1px #9a6c30,
       0px  3px 1px #9a6c30,
      -3px  0px 1px #9a6c30,
       0px -3px 1px #9a6c30;        /* 文字の影 */
	}
#main_top_copy13 h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 25px;
	color: #0068b7;
	padding: 30px 0 30px 0px;
	}
	.main_top_copy13_box {
		width: min(80%,1000px);
		margin: 0 auto;
		padding: 2rem;
	}
	.main_top_copy13_box p {
		margin: 0 auto;
		text-align: center;
		padding: 0rem 0 2rem 0;
		font-size: 21px;
	}
	.main_top_copy13_box #terms {
		margin: 0 auto;
		text-align: left;
		padding: 0 0 2rem;
		font-size: 16px;
		color: #FBB0DB;
		text-shadow    : 
			2px  2px 1px #ffffff,
			-2px  2px 1px #ffffff,
			2px -2px 1px #ffffff,
			-2px -2px 1px #ffffff,
			2px  0px 1px #ffffff,
			0px  2px 1px #ffffff,
			-2px  0px 1px #ffffff,
			0px -2px 1px #ffffff; 
	}
	.main_top_copy13_box ul{
		margin: 0 auto;
		text-align: left;
		padding: 5rem 3rem;
		margin-bottom:50px;
		background-color: rgba(255,255,255,0.6);
		border-radius:30px;
		list-style: none;
		}
		.main_top_copy13_box ul li {
			font-size: 21px;
			padding: 1rem 0 0;
			color: var(--txt-color1);
			text-shadow    : 
			2px  2px 1px #ffffff,
			-2px  2px 1px #ffffff,
			2px -2px 1px #ffffff,
			-2px -2px 1px #ffffff,
			2px  0px 1px #ffffff,
			0px  2px 1px #ffffff,
			-2px  0px 1px #ffffff,
			0px -2px 1px #ffffff;        /* 文字の影 */
	}
/*--------main_top_copy_waku-----------=*/
	#main_top_copy14_waku
	{
		background: var(--bg-color-02);
		width: 100%;
		padding-bottom: 2rem;
	}
	#main_top_copy14_waku h2
	{
		margin: 0 auto;
		font-size: 36px;
		font-weight: bold;
		color: #fd3d72;
		padding: 3rem 0 0 0;
		text-align: center;
		line-height: 170%;
	}
	#main_top_copy14_waku p
	{
	width: 50%;
    text-align: left;
    line-height: 2;
    font-size: 1.2rem;
    color: var(--txt-color1);
    margin: 0 auto;
    padding: 3rem 1rem 0rem 1rem;
	}


/*------------main_top_copy14-------------*/
#main_top_copy14 {
    padding: 40px 0 70px 0;
    background-image: url(/wp-content/uploads/bg_14_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-position: top center;
}
#main_top_copy14 h2 {
	width: 60%;
    margin: 0 auto;
    padding: 50px 0 10px 0px;
    line-height: 140%;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 36pt;
    font-weight: normal;
    letter-spacing: 2px;
	text-align: center;
    text-shadow: 1px 1px 1px #e4007f;
 }
#main_top_copy14 h2 span{
    margin: 0 auto;
    padding: 50px 0 10px 0px;
    line-height: 140%;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 36pt;
    font-weight: bold;
    letter-spacing: 6px;
	border-bottom: 10px solid #fcff02;
    text-shadow: 3px 3px 1px #e4007f, -3px 3px 1px #e4007f, 3px -3px 1px #e4007f, -3px -3px 1px #e4007f, 3px 0px 1px #e4007f, 0px 3px 1px #e4007f, -3px 0px 1px #e4007f, 0px -3px 1px #e4007f;
}

#main_top_copy14 .top_copy14a_waku .red_txt {
	font-size: 21px;
	color: #e4007f;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 170%;
	font-weight: bold;
}
.copy14_top{ 
	width: 60%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 170%;
    text-align: left;
    padding: 3rem;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 30px;
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
}

/*--------------copy14_end---------------=*/
/*------------copy15------------------*/

#main_top_copy15 p {
	width: 100%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 180%;
    text-align: center;
    background: var(--bg-color-03);
	padding: 4rem 0;
	}


/*--------------copy16------------------*/
/*------------main_top_copy13--------------*/
#main_top_copy16 {
	background: #fff;
    padding: 120px 0;
    background-image: url(../../common/img/bg_03.jpg);
	background-repeat:no-repeat;	
	background-size: cover;
	width: 100%;
	}
#main_top_copy16 h2 {
	width: 60%;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	padding: 70px 30 10px 0px;
	line-height: 170%;
	margin-bottom:20px;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 36pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #9a6c30,
      -3px  3px 1px #9a6c30,
       3px -3px 1px #9a6c30,
      -3px -3px 1px #9a6c30,
       3px  0px 1px #9a6c30,
       0px  3px 1px #9a6c30,
      -3px  0px 1px #9a6c30,
       0px -3px 1px #9a6c30;        /* 文字の影 */
	}
#main_top_copy16 h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 25px;
	color: #0068b7;
	padding: 30px 0 30px 0px;
	}
#main_top_copy16 p {
	width: 50%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 170%;
	text-align: left;
	padding: 5rem 3rem;
	margin-bottom:50px;
	background-color: rgba(255,255,255,0.6);
	border-radius:30px;
    background-image: url(../img/bg_04.png);
	background-position: right 0% bottom 0%;
	background-repeat:no-repeat;
	}
/*--------------main_top_copy17------------------*/
#main_top_copy17 {
	padding: 3rem 0 3rem 0;
    background-image: url(../../common/img/bg_17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
#main_top_copy17 h2 {
	width: 50%;
    margin: 0 auto;
    font-size: 3rem;
    color: var(--accent-color3);
    padding: 2rem 0;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 6px;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
#main_top_copy17 .copy17_txt {
	width: 50%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: left;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 24px;
    line-height: 1.6;
    padding: 4rem 3rem;
}
/*-----------------main_top_copy18------------------*/
#main_top_copy18 {
	background: var(--bg-color-02);
    width: 100%;
    padding: 4rem 2rem;
}
#main_top_copy18 h2 {
	width: 50%;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    color: var(--accent-color1);
    padding: 80px 0 20px 0px;
    border-bottom: solid 3px var(--accent-color1);
    position: relative;
    letter-spacing: 6px;
	text-align: center;
	/*text-shadow: 2px 2px 1px var(--accent-color2), -2px 2px 1px var(--accent-color2), 2px -2px 1px var(--accent-color2), -2px -2px 1px var(--accent-color2), 2px 0px 1px var(--accent-color2), 0px 2px 1px var(--accent-color2), -2px 0px 1px var(--accent-color2), 0px -2px 1px var(--accent-color2);*/
}
#main_top_copy18 h2:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px skyblue;
		bottom: -3px;
		width: 50%;
	}
	#main_top_copy18 .copy18_txt {
		width: 50%;
		text-align: left;
		line-height: 2;
		font-size: 21px;
		color: var(--txt-color1);
		margin: 0 auto;
		padding: 3rem 1rem 3rem 1rem;
	}
/*----------------main_top_copy19------------------*/
#main_top_copy19 {
	padding: 2rem 0 4rem 0;
    background-image: url(../../common/img/bg_19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-position: center bottom;
}
#main_top_copy19 .copy19_txt {
	width: 50%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: left;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: rgba(255,255,255,0.6);
    border-radius: 24px;
    line-height: 2;
    padding: 4rem 3rem;
}

/*----------------main_top_copy20-----------------------*/
#main_top_copy23 {
		background: var(--bg-color-01);
		padding: 2rem 0 2rem 0;
}
#main_top_copy23 .copy23_txt {
	width: 50%;
    text-align: left;
    line-height: 2;
    font-size: 1.2rem;;
    color: var(--txt-color1);
    margin: 0 auto;
    padding: 3rem 1rem 3rem 1rem;
}
.blue_text {
	font-size: 34px;
	color: var(--accent-color1);
	padding: 30px 0px 30px 0px;
    font-weight: bold;
	display: block;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	}

.text_line {
   text-decoration: none;
   border-bottom: 3px solid #E42371;
   padding-bottom: 2px;
   font-weight: bold;
}
.line_span {
	font-size: 2rem;
	color: var(--accent-color2);
    font-weight: bold;
	padding: 2rem 0;
	background-position: right 0% top 0%;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
.line_span_blue {
	font-size: 2rem;
	color: var(--accent-color1);
    font-weight: bold;
	padding: 2rem 0;
	background-position: right 0% top 0%;
	background-repeat:no-repeat;
	background-size: 100% auto;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.text_line_b {
	font-size: 34px;
	color: #E42371;
    font-weight: bold;
	padding: 30px 0px 180px 0px;
	background-position: right 0% top 0%;
	background-repeat:no-repeat;
	background-size: 100% auto;
}

/*---------------main_top_copy22---------------------*/
#main_top_copy22 {
	padding: 4rem 0 3rem 0;
    background-image: url(../../common/img/bg_22.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	.copy22_txt {
	width: 50%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 170%;
    text-align: left;
    padding: 3rem;
    margin-bottom: 2rem;
    background-color: rgba(255,255,255,0.6);
    border-radius: 24px;
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
	}
}

/*contact_waku*/	
#contact_waku {
	background-color: var(--base-color);
	padding: 50px 0;
	}
#contact_waku h2 img {
	width: 300px;
}
	
#contact_waku_box {
	width: 600px;
	text-align: center;
	padding: 20px 30px 30px;
	margin: 20px auto;
	}
#contact_waku_box .btn2 {
	width: 600px;
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
	border-radius:30px;
	line-height: 150%;
	font-weight: bold;
	}
#contact_waku_box .btn2:hover {
	color: #f39700;
	}
#contact_waku_box .btn2 .fa {
	margin-right: 25px;
	font-size: 30px;
	padding-bottom: 2px;
	color: #fff;
	}
#contact_waku_box .btn2:hover .fa {
	color: #f39700;
	}
	
#contact_waku_box h3 {
	font-size: 18px;
	color: #f36d00;
	padding-top: 5px;
}

#contact_waku_box p {
	color: #f39700;
	}
#contact_waku_box p:nth-of-type(1) {
	font-size: 32px;
	color: #33a1db;
	margin-right: 15px;
  font-family: Arial, Helvetica, sans-serif;
	}

#contact_waku_box p:nth-of-type(2) {
	padding-top: 5px;
	}

#contact_waku p.notes {
	font-size: 14px;
	color: #33a1db;
	}



/*contact*/

body#contact #sub_bg {
	background: url(/wp-content/uploads/title/contact_head.png) no-repeat center top;
	background-size: cover;
	height: 320px;
}
body#contact #sub_content #sec01 {
	padding-top:50px;
	padding-bottom:150px;
	background-color: #f0f2f4;
}
body#contact #sub_content #sec01 h3 {
	font-size: 28px;
	color: #0068b7;
	padding-top:20px;
	padding-bottom:40px;
}
body#contact #sub_content #sec01 p {
	line-height: 22px;
}

.contact_box {
	border: 5px solid #ccc;
	background-color: #fff;
	padding: 20px;
	width: 1000px;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 180%;
}
.contact_box p {
	font-size: 16px;
	line-height: 180%;
}
.contact_box p span a{
	color: #0068b7;
	text-decoration:underline;
}



#main_waku dl {
padding: 120px 0;
background: #f09807; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f09807, #ef820c); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f09807, #ef820c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	
}

#main_waku dt {
	width: 1100px;
	margin: 0 auto 60px;
	color: #fff;
	font-size: 36px;
	text-align: left;
	line-height: 1.5em;
	}
	
	

#main_waku dd {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	line-height: 2.0em;
	text-align: left;
	background-image: url(/wp-content/uploads/bg_flower_02.png);
	background-position: right 0% bottom 0%;
	background-repeat:no-repeat;
	background-size: 30% auto;
}
#main_waku dd p {
	color: #3e3e3e;
	font-size: 18px;
	line-height: 190%;
	text-align: left;
}
#main_waku dd a {
	text-decoration: none;
	color: #ffba49;
}

#main_waku dd a:hover {
	color: #9a6c30;
}

.blue_text1 {
	font-size: 34px;
	color: #0268d0;
	padding: 30px 0px 30px 0px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid #fcff02;
    padding-bottom: 2px;
	}
.red_text1 {
	font-size: 38px;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	line-height: 160%;

  display        : inline-block;
  color          : #e4007f;            /* 文字の色 */
  font-size      : 38pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}



#center_banner {
	padding-left:360px;
	text-align: center;
}


.left {
	width:300px;
	padding-bottom:15px;
	}
.green {
	font-size: 20px;
	line-height:30px;
	color: #3da903;
	padding-bottom:20px;
	}

.red {
	font-size: 14px;
	color: #E42371;
}
.txt_12{
	font-size: 12px;
	}
.txt_12_blue{
	font-size: 12px;
	color: #0068b7;
	}
.txt_14_red {
	font-size: 14px;
	font-weight: bold;
	color: #E42371;
}
.txt_16_red {
	font-size: 16px;
	color: #E42371;
}
.txt_16 {
	font-size: 16px;
}
.txt_18 {
	font-size: 16px;
}
.txt_18_blue{
	font-size: 18px;
	line-height:1.7em;
	color: #0068b7;
	}
.txt_18_ore{
	font-size: 18px;
	font-weight: bold;
	line-height:1.7em;
	color: #f39700;
	}

.txt_18_red {
	font-size: 18px;
	font-weight: bold;
	line-height:1.7em;
	color: #E42371;
}
.txt_18_gry{
	font-size: 18px;
	line-height:1.7em;
	color: #999;
	}
.txt_20_red {
	font-size: 20px;
	font-weight: bold;
	color: #E42371;
}
.txt_20_blue{
	font-size: 20px;
	line-height:1.7em;
	color: #0068b7;
	}


.txt_24_red {
	font-size: 24px;
	font-weight: bold;
	line-height: 200%;
    color: #E42371;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color:#fdd2e2;
	padding:5px 20px;
	margin-bottom:10px;
}


.txt_30_m {
	font-size: 30px;
	font-weight: bold;
	line-height: 250%;
    color: #239261;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color:#d2ffc7;
	padding:5px 20px;
	margin-bottom:10px;
}
.txt_30_red {
	font-size: 30px;
	font-weight: bold;
	line-height: 250%;
    color: #E42371;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color:#fdd2e2;
	padding:5px 20px;
	margin-bottom:10px;
}	
	
.txt_top{
	font-size: 18px;
	padding-bottom:20px;
	}


	#main_top_copy20 {
		background: var(--bg-color1);
		padding: 2rem 2rem 2rem;
		width: 100%;
		box-sizing: border-box;
	}
	#main_section20_movie {
		width: 800px;
		height: 450px;
		text-align: center;
		position: relative;
		top: 50%;
		left: 50%;
	}
	
	#main_section20_movie p {
		width: 800px;
		height: 450px;
	}
	
	#main_section20_movie iframe {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -50%;
		transform: translate(-50%, -50%);
	}
	#main_top_copy20 h3{
		padding: 2rem 0;
		line-height: 150%;
		text-align: center;
		color: #010101;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 6px;
		text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	}
	#main_top_copy20 {
		background: var(--bg-color1);
		padding: 4rem 2rem;
		width: 100%;
		box-sizing: border-box;
	}
	#main_top_copy20 h3{
		padding: 2rem 0;
		line-height: 150%;
		text-align: center;
		color: #010101;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 6px;
		text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	}
	#main_section20_movie {
		width: 800px;
		height: 450px;
		text-align: center;
		position: relative;
		top: 50%;
		left: 50%;
	}
	
	#main_section20_movie p {
		width: 800px;
		height: 450px;
	}
	
	#main_section20_movie iframe {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -50%;
		transform: translate(-50%, -50%);
	}


}



@media (1200px <= width ) {
	/*main*/
#main_top {
	background-size: cover;
	background-position: bottom center;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	}

#main_top img {
	width: 100%;
	}
	
#main_sp {
	display: none;
	}
#main_top_copy {
	background: var(--bg-color-01);
	width: 100%;
	padding: 4rem 2rem;
	margin-top: -.4rem;
	}
	#restaurant_image {
		display: flex;
		align-items: center;
		width: min(60%,1100px);
		margin: 0 auto;
		padding: 4rem 0;
		gap: 3rem;
		list-style: none;
	}
#main_top_copy p {	
	max-width: 1000px;
	margin: 0 auto;
	font-size: 20px;
	background: var(--base-color);
	line-height: 170%;
	text-align: left;
	border-top: solid 2px var(--accent-color1);
    border-bottom: solid 2px var(--accent-color1);
	padding: 2rem;
	color: #3d3d3d;
    position: relative;
	}
	#main_top_copy p:before, #main_top_copy p:after{
		content: '';
		position: absolute;
		top: -10px;
		width: 2px;
		height: -webkit-calc(100% + 20px);
		height: calc(100% + 20px);
		background-color: var(--accent-color1);
	}
	#main_top_copy p:before {left: 10px;}
	#main_top_copy p:after {right: 10px;}


	#main_top_copy1 {
		background: #ffffff;
		box-sizing: border-box;
		}
	
#main_top_copy1_img { 
	width: 1100px;
	padding: 80px 0px 150px 0px;
	margin: 0 auto;
	}
	
#main_top_copy1 h2 {
	width: min(50%,1100px);
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;
	color: var(--accent-color1);
	padding: 80px 0 50px 0px;
    letter-spacing : 6px;
    background-image: url(../../common/img/bg_flower.png);
	background-position: left 25% top 20%;
	background-repeat:no-repeat;
	background-size: 40% auto;
	text-align: center;
	}
	.company_inner_top {
		background: var(--bg-color-03);
		padding: 4rem 2rem;
		width: 100%;
		box-sizing: border-box;
	}
	.company_inner_bottom {
		background: var(--bg-color-01);
		padding: 2rem;
		width: 100%;
		box-sizing: border-box;
	}
.company_inner_top h3{
	width: 100%;
	margin: 2rem auto;
	border: double 4px #636363;
	color: #636363;
	background: #ffffff;
	padding: 1rem 2rem;
	line-height: 150%;
	font-size      : 2.4rem;
	font-weight: bold;
	letter-spacing : 6px;
	text-align: center;
	width: fit-content;
	}
	.company_inner_bottom h3 {
		width: 100%;
		margin: 2rem auto;
		border: double 4px #636363;
		color: #636363;
		padding: 1rem 2rem;
		background: var(--base-color);
		line-height: 150%;
		font-size      : 2.4rem;
		font-weight: bold;
		letter-spacing : 6px;
		text-align: center;
		width: fit-content;
		}
.company_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1rem 0;
	max-width:1200px;
	gap: 1rem;
	margin: 0 auto;
}
.company_list_reverse {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 1rem 0;
	max-width:1200px;
	gap: 1rem;
	margin: 0 auto;
}
.company_image {
	width: 50%;
}
.company_image img {
	width: 100%;
	margin: auto;
	display: inherit;
}
.company_list .company_contents {
	width: calc(100% - 50%);
	list-style: none;
	margin: 0 auto;
	border: 1px solid var(--accent-color5);
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;	
	box-shadow: 1px 1px 5px #cacaca;
}

.company_list .company_contents .adoption_txt {
	line-height: 2;
	font-size: 21px;
	padding: 0.6rem 0 0.6rem 3.4rem;
    background-image: url(../../common/img/shell_blue.png);
    background-repeat: no-repeat;
    background-position: left 0% top 20%;
    background-size: 8% auto;
}
.company_list_reverse .company_contents {
	width: calc(100% - 50%);
	list-style: none;margin: 0 auto;
	border: 1px solid var(--base-color);
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
	box-shadow: 1px 1px 5px #cacaca;
	border-radius: 16px;
}

.company_list_reverse .company_contents .adoption_txt {
	line-height: 1.5;
	font-size: 21px;
	padding: 0.6rem 0 0.6rem 3.4rem;
	background-image: url(../../common/img/shell_orange.png);
	background-repeat: no-repeat;
	background-position: left 0% top 20%;
	background-size: 2.4rem auto;
}
.adoption {
	color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    z-index: 1;
	padding: 0rem 0 2rem 0;
}
.adoption:after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/adoption03.png)no-repeat;
	width: 364px;
	height: 100px;
	top: -20px;
    left: 100px;
    right: 0;
    margin: auto;
    z-index: -1;
}
.adoption_reverse {
	color: #fff;
    position: relative;
    font-size: 30px;
    line-height: 1.7;
    text-align: center;
    z-index: 1;
	padding: 0rem 0 2rem 0;
}
.adoption_reverse:after {
	content: '';
	position: absolute;
	background: url(/wp-content/uploads/adoption03_2.png)no-repeat;
	width: 364px;
	height: 100px;
	top: -30px;
	right: 0;
	left:0;
    margin: auto;
    z-index: -1;
}


.txt_24 {
	font-size: 24px;
	line-height: 200%;
	margin-bottom:10px;
	font-weight: bold;
	text-shadow: 3px 3px 1px #ffffff;	
}
.right {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}


#main_top_copy2 {
	background: url(/wp-content/uploads/bg_02.jpg)no-repeat;
	background-position: top center;
	width: 100%;
	padding: 5rem 0;
	background-size: cover;
	}
#main_top_copy2 h2 {
	font-size: 3rem;
	font-weight: bold;
	color: var(--accent-color3);
	padding: 2rem;
	text-align: center;
	background-image: url(/wp-content/uploads/bg_flower_03.png);
	background-repeat: no-repeat;
    background-position: left 30% center;
	}
#main_top_copy2 p {	
	width: 40%;
	margin: 0 auto;
	font-size: 21px;
	line-height: 2;
	text-align: left;
	background: rgba(255,255,255,0.6);
	padding: 3rem 2rem;
	text-shadow: 1px 1px 1px #fff;
	position: relative;
	}
	#main_top_copy2 p:after {
		content: '';
		position: absolute;
		margin: 0 auto;
		border: 4px solid #cacaca;
		top: 0;
		left: 0;
		right: 0;
	}


#main_top_copy3 {
	background: #ffe7ec;
	width: 100%;
	}
	
#news_info_wrap {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-bottom:-70px;
	}
	
	
#news_left {
	width: 770px;
	margin-left:0px;
	float:left;
}
#news_left img{
	width: 770px;
	margin-top:-70px;
}
#news_right {
	width: 500px;
	float:right;
	margin-right:80px;
}
#news_right img{
	width: 500px;
	padding-top:100px;
}


#main_top_copy_45 {
	background: var(--bg-color-02);
}

#main_top_copy4 {
	width: 100%;
	padding: 4rem 2rem;
	}
#main_top_copy4 h2 {
	/*width: 1100px;*/
	margin: 0 auto;
	font-size: 36px;
	font-weight: bold;	
	color: var(--accent-color2);
	padding: 3rem 0;
	text-align: center;
	line-height: 170%;
   }
	.point_ttl {
		display: flex;
		flex-direction: row;
		align-items: center;
		list-style: none;
		width: min(50%,1000px);
		margin: 0 auto;
		padding: 0;
	}
	.point_ttl_reverse {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		list-style: none;
		width: min(50%,1000px);
		margin: 0 auto;
		padding: 0;
	}
	.point_top {
		width: 60%;
	}
	.point_top img {
		width: 100%;
		display: inherit;
		margin: auto;
	}
	.point_num {
		width:  calc(100% - 60%);
	}
	.point_num img {
		width: 70%;
		display: inherit;
		margin: auto;
	}
	.red_text {
	font-size: 34px;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	}
	.red_text_point {
		font-size: 2rem;
		color: #fff;
		background: var(--accent-color1);
		width: min(60%,1200px);
    	margin: 0 auto;
		line-height: 1.6;
		padding: 1.4rem 0 1.4rem 1rem;
		font-weight: bold;
		}
		.copy4_txt {
		font-size: 21px;
		color: var(--txt-color1);
		padding: 3rem 2rem;
    	margin: 0 auto;
		line-height: 2;
		background: #ffffff;
		width: min(50%,900px);
		border-radius: 0 0 16px 16px;
		}
#main_top_copy5 {
	width: 100%;
	padding: 4rem 2rem;
	}

	.copy5_txt {
		font-size: 21px;
		color: var(--txt-color1);
		padding: 3rem 2rem;
    	margin: 0 auto;
		line-height: 2;
		background: #ffffff;
		width: min(50%,900px);
		border-radius: 0 0 16px 16px;
		}
		#cash_back {
			margin: 0 auto;
			padding: 2rem;
		}
		#cash_back p{
			width: min(50%,800px);
			margin: 0 auto;
			padding: 0rem;
			text-align: center;
			font-size: 21px;
			font-weight: bold;
		}
		#cash_back ul {
			width: min(50%,800px);
			padding: 0 2rem;
			margin: 0 auto;
			list-style: none;
		}
		#cash_back ul li {
			font-size: 21px;
			padding: 1rem 1rem 0 1rem;
		}
.red_text1 {
	font-size: 34px;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	line-height: 160%;

  display        : inline-block;
  color          : #e4007f;            /* 文字の色 */
  font-size      : 20pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}

/*------------main_top_copy4 main_top_copy5 end--------------*/
#main_top_copy7 {
	background: url(../../common/img/schedule_pc.jpg)no-repeat;
	width: 100%;
	box-sizing: border-box;
	background-size: cover;
    padding: 3rem 2rem 6rem;
	background-position: bottom center;
	background-color: #EEC1C2;
}
.int_table_inner {
	margin: 0 auto;
	width: min(80%,1200px);
	padding: 0;
}
.int_table_inner h2 {
	margin: 0 auto;
	font-size: 3rem;
	font-weight: bold;
	color: var(--accent-color2);
	padding: 3rem 0;
	text-align: center;
	line-height: 170%;
	letter-spacing: 6px;
	text-shadow: 3px 3px 1px #ffffff, -3px 3px 1px #ffffff, 3px -3px 1px #ffffff, -3px -3px 1px #ffffff, 3px 0px 1px #ffffff, 0px 3px 1px #ffffff, -3px 0px 1px #ffffff, 0px -3px 1px #ffffff;
}
.int_table {
	margin: auto;
	width: 100%;
}
.int_table table,
.group_white_bg {
	width: min(1100px,80%);
	height: auto;
	margin: 0 auto;
	border: solid 1px #484848;
    padding: 2rem 0;
    border-radius: 20px;
	color: var(--txt-color1);
	background: rgba(255,255,255,0.8);
}
.int_table tbody tr th {
	padding: 1rem;
	font-size: 21px;
	width: 30%;
}
.int_table tbody tr td {
	padding: 1rem;
	font-size: 21px;
	width: calc(100% - 30%);
}
.int_table tbody tr td .table_small {
	font-size: 16px;
}
.table_end {
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
	text-align: left;
	padding: 1rem;
}
.red_text36 {
	font-size: 36px;
    font-weight: bold;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	}
.txt_30 {
	font-size: 30px;
	line-height: 200%;
	margin-bottom:10px;
	font-weight: bold;
}
/*---------main_top_copy7 end-------------*/
#main_top_copy9 {
	background: linear-gradient(rgba(255,243,250,1),rgba(255,243,250,0));
	padding: 2rem 0 0 0;
}

.copy9_txt_top {
	width: 50%;
	text-align: left;
	line-height: 2;
	font-size: 21px;
	color: var(--txt-color1);
	margin: 0 auto;
	padding: 3rem 1rem 3rem 1rem;
}
.separate {
	display: flex;
	align-items: center;
	width: 50%;
	margin:0 auto;
}
#main_top_copy9 .separate h2 {
	margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    color: var(--accent-color2);
    padding: 1rem 0;
    letter-spacing: 6px;
	width: 70%;
	text-align: left;
}
#separate_img {
	width: 30%;
	margin: 0 auto;
}
#separate_img img {
	width: 100%;
	margin: auto;
}
.coordinator {
	background: linear-gradient(rgba(242,247,231,0),rgba(242,247,231,1));
	padding: 3rem;
	width: 100%;
}
.coordinator_inner {
	width: 60%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	gap: 2rem;
	list-style: none;
}
.coordinator_inner li {
	width: 50%;
	margin: 0 auto;
}
.coordinator_inner li img {
	width: 100%;
	margin: auto;
	display: inherit;
}
.coordinator_inner li p {
	width: 100%;
	text-align: left;
	line-height: 2;
	font-size: 21px;
	color: var(--txt-color1);
}
/*----------main_top_copy9 end-----------*/


#main_top_copy8 {
    padding: 40px 0;
	width: 100%;
    background-image: url(/wp-content/uploads/bg_05.png);
	background-repeat:no-repeat;
	background-size: cover;
	}
#main_top_copy8 h2 {
	width: 1100px;
	margin: 0 auto;
	font-size: 2830px;
	color: #0068b7;
	padding: 70px 0 10px 0px;
	line-height: 180%;
	
  display        : block;
  color          : #0068b7;            /* 文字の色 */
  font-size      : 28pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}
#main_top_copy8 h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 20px;
	color: #0068b7;
	padding: 200px 0 30px 0px;
	line-height: 160%;

  display        : block;
  color          : #0068b7;            /* 文字の色 */
  font-size      : 20pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}
	#main_top_copy8 h4 {
		width: 1100px;
		margin: 0 auto;
		font-size: 24px;
		color: #0068b7;
		padding: 30px 0 30px 0px;
		line-height: 160%;
	
	  display        : block;
	  color          : #0068b7;            /* 文字の色 */
	  font-weight: bold;
	  letter-spacing : 5px;                /* 文字間 */
	  text-shadow    : 
		   2px  2px 1px #fff84d,
		  -2px  2px 1px #fff84d,
		   2px -2px 1px #fff84d,
		  -2px -2px 1px #fff84d,
		   2px  0px 1px #fff84d,
		   0px  2px 1px #fff84d,
		  -2px  0px 1px #fff84d,
		   0px -2px 1px #fff84d;   /* 文字の影 */
		}
	.copy8_ttl {
		margin-top: 12rem;
	}
	.copy8_bottom {
		font-size: 40px!important;
		border-bottom: 5px solid #fcff02;
		display: inline!important;
	}
	/*----------copy8 end--------------*/
	/*-------------#main_top_copy11---------*/
	#main_top_copy11 {
		padding: 3rem 0;
		width: 100%;
		background-image: url(/wp-content/uploads/bg_10_2.jpg);
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center bottom;
		box-sizing: border-box;
	}
	#main_top_copy11 h2 {
		color: var(--accent-color3);
		font-size: 3rem;
		padding: 1rem 0;
		text-align: center;
	}
	.logo_mark {
		display: inline;
	}
	#main_top_copy11 p {
		width: 60%;
		background: rgba(255,255,255,0.6);
		margin: 0 auto;
		font-size: 24px;
		line-height: 180%;
		text-align: left;
		padding: 3rem;
		text-shadow: 1px 1px 1px #fff;
		}
/*------------mani_top_copy12------------*/
	#main_top_copy12 {
		padding: 3rem 0;
		background: var(--bg-color1);
		width: 100%;
	}
	.reason {
		padding: 2rem;
		width: 60%;
		margin: 0 auto;
	}
	.reason_ttl {
		display: flex;
		align-items: center;
		position: relative;
		gap: 1rem;
		padding: 0;
	}
	.reason_ttl_left{
		width: 120px;
		height: 120px;
		padding-top: 0.4rem;
		border-radius: 50%;
		padding: 1rem;
    	list-style: none;
		background: var(--base-color);
		text-align: center;
	}
	.reason_txt{
		font-size: 1.2rem;
		color: #fff;
	}
	.reason_num {
		font-size: 2.6rem;
    	text-align: center;
    	padding-top: 0rem;
		color: #fff;
	}
	.reason_ttl h3{
		color: var(--base-color);
		font-weight: bolder;
		padding: 0.5rem 0;
		text-shadow: 2px 2px #ffffff;
		width: calc(100% - 20%);
    	font-size: 2rem;
	}
	.reason_contents {
		display: flex;
		flex-direction: row;
		gap: 1rem;
		align-items: center;
		list-style: none;
	}
	.reason_contents_left {
		width: 50%;
		height: auto;
	}
	.reason_contents_left img {
		display: inherit;
		margin: auto;
		transform: rotate(-6deg);
		object-fit: cover;
		width: 70%;
	}
	.reason_contents_left_reverse {
		width: 50%;
		height: auto;
	}
	.reason_contents_left_reverse img {
		display: inherit;
		margin: auto;
		transform: rotate(6deg);
		object-fit: cover;
		width: 70%;
	}
	.reason_contents_right {
		width: calc(100% - 50%);
		font-size: 1.4rem;
		line-height: 2;
	}
	.reason_contents_reverse {
		display: flex;
		flex-direction: row-reverse;
		gap: 1rem;
		align-items: center;
		list-style: none;
	}
/*------------main_top_copy13--------------*/
#main_top_copy13 {
	background: #fff;
    padding: 120px 0;
    background-image: url(../../common/img/bg_13.jpg);
	background-repeat:no-repeat;
	background-size: cover;
	width: 100%;
	}
#main_top_copy13 h2 {
	width: 60%;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	padding: 70px 30 10px 0px;
	line-height: 170%;
	margin-bottom:20px;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 36pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #9a6c30,
      -3px  3px 1px #9a6c30,
       3px -3px 1px #9a6c30,
      -3px -3px 1px #9a6c30,
       3px  0px 1px #9a6c30,
       0px  3px 1px #9a6c30,
      -3px  0px 1px #9a6c30,
       0px -3px 1px #9a6c30;        /* 文字の影 */
	}
#main_top_copy13 h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 25px;
	color: #0068b7;
	padding: 30px 0 30px 0px;
	}
	.main_top_copy13_box {
		width: min(80%,1000px);
		margin: 0 auto;
	}
	.main_top_copy13_box p {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 2rem;
		font-size: 21px;
	}
	.main_top_copy13_box ul{
		width: 100%;
		margin: 0 auto;
		text-align: left;
		padding: 5rem 3rem;
		margin-bottom:50px;
		background-color: rgba(255,255,255,0.6);
		border-radius:30px;
		list-style: none;
		}
		.main_top_copy13_box ul li {
			font-size: 21px;
			padding: 1rem 0 0;
			color: var(--txt-color1);
			text-shadow    : 
			2px  2px 1px #ffffff,
			-2px  2px 1px #ffffff,
			2px -2px 1px #ffffff,
			-2px -2px 1px #ffffff,
			2px  0px 1px #ffffff,
			0px  2px 1px #ffffff,
			-2px  0px 1px #ffffff,
			0px -2px 1px #ffffff;        /* 文字の影 */
	}
/*--------main_top_copy_waku-----------=*/
	#main_top_copy14_waku
	{
		background: var(--bg-color6);
		width: 100%;
		padding-bottom: 2rem;
	}
	#main_top_copy14_waku h2
	{
		margin: 0 auto;
		font-size: 36px;
		font-weight: bold;
		color: #fd3d72;
		padding: 3rem 0 0 0;
		text-align: center;
		line-height: 170%;
	}
	#main_top_copy14_waku p
	{
	width: 50%;
    text-align: left;
    line-height: 2;
    font-size: 1.2rem;
    color: var(--txt-color1);
    margin: 0 auto;
    padding: 3rem 1rem 0rem 1rem;
	}


/*------------main_top_copy14-------------*/
#main_top_copy14 {
    padding: 40px 0 70px 0;
    background-image: url(/wp-content/uploads/bg_14_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-position: top center;
}
#main_top_copy14 h2 {
	width: 60%;
    margin: 0 auto;
    padding: 50px 0 10px 0px;
    line-height: 140%;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 36pt;
    font-weight: normal;
    letter-spacing: 2px;
	text-align: center;
    text-shadow: 1px 1px 1px #e4007f;
 }
#main_top_copy14 h2 span{
    margin: 0 auto;
    padding: 50px 0 10px 0px;
    line-height: 140%;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 36pt;
    font-weight: bold;
    letter-spacing: 6px;
	border-bottom: 10px solid #fcff02;
    text-shadow: 3px 3px 1px #e4007f, -3px 3px 1px #e4007f, 3px -3px 1px #e4007f, -3px -3px 1px #e4007f, 3px 0px 1px #e4007f, 0px 3px 1px #e4007f, -3px 0px 1px #e4007f, 0px -3px 1px #e4007f;
}

#main_top_copy14 .top_copy14a_waku .red_txt {
	font-size: 21px;
	color: #e4007f;
	padding: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #fff;
	line-height: 170%;
	font-weight: bold;
}
.copy14_top{ 
	width: 60%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 170%;
    text-align: left;
    padding: 3rem;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 30px;
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
}

/*--------------copy14_end---------------=*/
/*------------copy15------------------*/

#main_top_copy15 p {
	width: 100%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 180%;
    text-align: center;
    background: var(--bg-color-03);
	padding: 4rem 0;
	}


/*--------------copy16------------------*/
/*------------main_top_copy13--------------*/
#main_top_copy16 {
	background: #fff;
    padding: 120px 0;
    background-image: url(../../common/img/bg_03.jpg);
	background-repeat:no-repeat;	
	background-size: cover;
	width: 100%;
	}
#main_top_copy16 h2 {
	width: 60%;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	color: #ffffff;
	padding: 70px 30 10px 0px;
	line-height: 170%;
	margin-bottom:20px;
  color          : #ffffff;            /* 文字の色 */
  font-size      : 36pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 6px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #9a6c30,
      -3px  3px 1px #9a6c30,
       3px -3px 1px #9a6c30,
      -3px -3px 1px #9a6c30,
       3px  0px 1px #9a6c30,
       0px  3px 1px #9a6c30,
      -3px  0px 1px #9a6c30,
       0px -3px 1px #9a6c30;        /* 文字の影 */
	}
#main_top_copy16 h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 25px;
	color: #0068b7;
	padding: 30px 0 30px 0px;
	}
#main_top_copy16 p {
	width: 50%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 170%;
	text-align: left;
	padding: 5rem 3rem;
	margin-bottom:50px;
	background-color: rgba(255,255,255,0.6);
	border-radius:30px;
    background-image: url(../img/bg_04.png);
	background-position: right 0% bottom 0%;
	background-repeat:no-repeat;
	}
/*--------------main_top_copy17------------------*/
#main_top_copy17 {
	padding: 3rem 0 3rem 0;
    background-image: url(../../common/img/bg_17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
#main_top_copy17 h2 {
	width: 50%;
    margin: 0 auto;
    font-size: 3rem;
    color: var(--accent-color3);
    padding: 2rem 0;
    line-height: 150%;
    font-weight: bold;
    letter-spacing: 6px;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
#main_top_copy17 .copy17_txt {
	width: 50%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: left;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 24px;
    line-height: 1.6;
    padding: 4rem 3rem;
}
/*-----------------main_top_copy18------------------*/
#main_top_copy18 {
	background: var(--bg-color-02);
    width: 100%;
    padding: 4rem 2rem;
}
#main_top_copy18 h2 {
	width: 50%;
    margin: 0 auto;
    font-size: 3rem;
    font-weight: bold;
    color: var(--accent-color1);
    padding: 80px 0 20px 0px;
    border-bottom: solid 3px var(--accent-color1);
    position: relative;
    letter-spacing: 6px;
	text-align: center;
	/*text-shadow: 2px 2px 1px var(--accent-color2), -2px 2px 1px var(--accent-color2), 2px -2px 1px var(--accent-color2), -2px -2px 1px var(--accent-color2), 2px 0px 1px var(--accent-color2), 0px 2px 1px var(--accent-color2), -2px 0px 1px var(--accent-color2), 0px -2px 1px var(--accent-color2);*/
}
#main_top_copy18 h2:after {
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 3px skyblue;
		bottom: -3px;
		width: 50%;
	}
	#main_top_copy18 .copy18_txt {
		width: 50%;
		text-align: left;
		line-height: 2;
		font-size: 21px;
		color: var(--txt-color1);
		margin: 0 auto;
		padding: 3rem 1rem 3rem 1rem;
	}
/*----------------main_top_copy19------------------*/
#main_top_copy19 {
	padding: 2rem 0 4rem 0;
    background-image: url(../../common/img/bg_19.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-position: center bottom;
}
#main_top_copy19 .copy19_txt {
	width: 50%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: left;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: rgba(255,255,255,0.6);
    border-radius: 24px;
    line-height: 2;
    padding: 4rem 3rem;
}

/*----------------main_top_copy20-----------------------*/
#main_top_copy23 {
		background: var(--bg-color-01);
		padding: 2rem 0 2rem 0;
}
#main_top_copy23 .copy23_txt {
	width: 50%;
    text-align: left;
    line-height: 2;
    font-size: 1.2rem;;
    color: var(--txt-color1);
    margin: 0 auto;
    padding: 3rem 1rem 3rem 1rem;
}
.blue_text {
	font-size: 34px;
	color: var(--accent-color1);
	padding: 30px 0px 30px 0px;
    font-weight: bold;
	display: block;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
	}

.text_line {
   text-decoration: none;
   border-bottom: 3px solid #E42371;
   padding-bottom: 2px;
   font-weight: bold;
}
.line_span {
	font-size: 2rem;
	color: var(--accent-color2);
    font-weight: bold;
	padding: 2rem 0;
	background-position: right 0% top 0%;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
.line_span_blue {
	font-size: 2rem;
	color: var(--accent-color1);
    font-weight: bold;
	padding: 2rem 0;
	background-position: right 0% top 0%;
	background-repeat:no-repeat;
	background-size: 100% auto;
	text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.text_line_b {
	font-size: 34px;
	color: #E42371;
    font-weight: bold;
	padding: 30px 0px 180px 0px;
	background-position: right 0% top 0%;
	background-repeat:no-repeat;
	background-size: 100% auto;
}

/*---------------main_top_copy22---------------------*/
#main_top_copy22 {
	padding: 4rem 0 3rem 0;
    background-image: url(../../common/img/bg_22.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	.copy22_txt {
	width: 50%;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 170%;
    text-align: left;
    padding: 3rem;
    margin-bottom: 2rem;
    background-color: rgba(255,255,255,0.6);
    border-radius: 24px;
    background-position: right 0% bottom 0%;
    background-repeat: no-repeat;
	}
}

/*contact_waku*/	
#contact_waku {
	background-color: var(--base-color);
	padding: 50px 0;
	}
#contact_waku h2 img {
	width: 300px;
}
	
#contact_waku_box {
	width: 600px;
	text-align: center;
	padding: 20px 30px 30px;
	margin: 20px auto;
	}
#contact_waku_box .btn2 {
	width: 600px;
	padding: 20px 0;
	font-size: 24px;
	color: #fff;
	border-radius:30px;
	line-height: 150%;
	font-weight: bold;
	}
#contact_waku_box .btn2:hover {
	color: #f39700;
	}
#contact_waku_box .btn2 .fa {
	margin-right: 25px;
	font-size: 30px;
	padding-bottom: 2px;
	color: #fff;
	}
#contact_waku_box .btn2:hover .fa {
	color: #f39700;
	}
	
#contact_waku_box h3 {
	font-size: 18px;
	color: #f36d00;
	padding-top: 5px;
}

#contact_waku_box p {
	color: #f39700;
	}
#contact_waku_box p:nth-of-type(1) {
	font-size: 32px;
	color: #33a1db;
	margin-right: 15px;
  font-family: Arial, Helvetica, sans-serif;
	}

#contact_waku_box p:nth-of-type(2) {
	padding-top: 5px;
	}

#contact_waku p.notes {
	font-size: 14px;
	color: #33a1db;
	}



/*contact*/

body#contact #sub_bg {
	background: url(/wp-content/uploads/title/contact_head.png) no-repeat center top;
	background-size: cover;
	height: 320px;
}
body#contact #sub_content #sec01 {
	padding-top:50px;
	padding-bottom:150px;
	background-color: #f0f2f4;
}
body#contact #sub_content #sec01 h3 {
	font-size: 28px;
	color: #0068b7;
	padding-top:20px;
	padding-bottom:40px;
}
body#contact #sub_content #sec01 p {
	line-height: 22px;
}

.contact_box {
	border: 5px solid #ccc;
	background-color: #fff;
	padding: 20px;
	width: 1000px;
	margin: 20px auto 0;
	font-size: 18px;
	line-height: 180%;
}
.contact_box p {
	font-size: 16px;
	line-height: 180%;
}
.contact_box p span a{
	color: #0068b7;
	text-decoration:underline;
}



#main_waku dl {
padding: 120px 0;
background: #f09807; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f09807, #ef820c); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f09807, #ef820c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */	
}

#main_waku dt {
	width: 1100px;
	margin: 0 auto 60px;
	color: #fff;
	font-size: 36px;
	text-align: left;
	line-height: 1.5em;
	}
	
	

#main_waku dd {
	width: 1100px;
	margin: 0 auto;
	color: #fff;
	font-size: 28px;
	line-height: 2.0em;
	text-align: left;
	background-image: url(/wp-content/uploads/bg_flower_02.png);
	background-position: right 0% bottom 0%;
	background-repeat:no-repeat;
	background-size: 30% auto;
}
#main_waku dd p {
	color: #3e3e3e;
	font-size: 18px;
	line-height: 190%;
	text-align: left;
}
#main_waku dd a {
	text-decoration: none;
	color: #ffba49;
}

#main_waku dd a:hover {
	color: #9a6c30;
}

.blue_text1 {
	font-size: 34px;
	color: #0268d0;
	padding: 30px 0px 30px 0px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 5px solid #fcff02;
    padding-bottom: 2px;
	}
.red_text1 {
	font-size: 38px;
	color: #e4007f;
	padding: 30px 0px 30px 0px;
	line-height: 160%;

  display        : inline-block;
  color          : #e4007f;            /* 文字の色 */
  font-size      : 38pt;               /* 文字のサイズ */
  font-weight: bold;
  letter-spacing : 5px;                /* 文字間 */
  text-shadow    : 
       3px  3px 1px #ffffff,
      -3px  3px 1px #ffffff,
       3px -3px 1px #ffffff,
      -3px -3px 1px #ffffff,
       3px  0px 1px #ffffff,
       0px  3px 1px #ffffff,
      -3px  0px 1px #ffffff,
       0px -3px 1px #ffffff;        /* 文字の影 */
	}



#center_banner {
	padding-left:360px;
	text-align: center;
}


.left {
	width:300px;
	padding-bottom:15px;
	}
.green {
	font-size: 20px;
	line-height:30px;
	color: #3da903;
	padding-bottom:20px;
	}

.red {
	font-size: 14px;
	color: #E42371;
}
.txt_12{
	font-size: 12px;
	}
.txt_12_blue{
	font-size: 12px;
	color: #0068b7;
	}
.txt_14_red {
	font-size: 14px;
	font-weight: bold;
	color: #E42371;
}
.txt_16_red {
	font-size: 16px;
	color: #E42371;
}
.txt_16 {
	font-size: 16px;
}
.txt_18 {
	font-size: 16px;
}
.txt_18_blue{
	font-size: 18px;
	line-height:1.7em;
	color: #0068b7;
	}
.txt_18_ore{
	font-size: 18px;
	font-weight: bold;
	line-height:1.7em;
	color: #f39700;
	}

.txt_18_red {
	font-size: 18px;
	font-weight: bold;
	line-height:1.7em;
	color: #E42371;
}
.txt_18_gry{
	font-size: 18px;
	line-height:1.7em;
	color: #999;
	}
.txt_20_red {
	font-size: 20px;
	font-weight: bold;
	color: #E42371;
}
.txt_20_blue{
	font-size: 20px;
	line-height:1.7em;
	color: #0068b7;
	}


.txt_24_red {
	font-size: 24px;
	font-weight: bold;
	line-height: 200%;
    color: #E42371;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color:#fdd2e2;
	padding:5px 20px;
	margin-bottom:10px;
}


.txt_30_m {
	font-size: 30px;
	font-weight: bold;
	line-height: 250%;
    color: #239261;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color:#d2ffc7;
	padding:5px 20px;
	margin-bottom:10px;
}
.txt_30_red {
	font-size: 30px;
	font-weight: bold;
	line-height: 250%;
    color: #E42371;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	background-color:#fdd2e2;
	padding:5px 20px;
	margin-bottom:10px;
}	
	
.txt_top{
	font-size: 18px;
	padding-bottom:20px;
	}

	#main_top_copy20 {
		background: var(--bg-color1);
		padding: 2rem 2rem 2rem;
		width: 100%;
		box-sizing: border-box;
	}
	#main_section20_movie {
		width: 800px;
		height: 450px;
		text-align: center;
		position: relative;
		top: 50%;
		left: 50%;
	}
	
	#main_section20_movie p {
		width: 800px;
		height: 450px;
	}
	
	#main_section20_movie iframe {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -50%;
		transform: translate(-50%, -50%);
	}
	#main_top_copy20 h3{
		padding: 2rem 0;
		line-height: 150%;
		text-align: center;
		color: #010101;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 6px;
		text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	}
	#main_top_copy20 {
		background: var(--bg-color1);
		padding: 4rem 2rem;
		width: 100%;
		box-sizing: border-box;
	}
	#main_top_copy20 h3{
		padding: 2rem 0;
		line-height: 150%;
		text-align: center;
		color: #010101;
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 6px;
		text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
	}
	#main_section20_movie {
		width: 800px;
		height: 450px;
		text-align: center;
		position: relative;
		top: 50%;
		left: 50%;
	}
	
	#main_section20_movie p {
		width: 800px;
		height: 450px;
	}
	
	#main_section20_movie iframe {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -50%;
		transform: translate(-50%, -50%);
	}
}