@charset "Utf-8";
@font-face{
	font-family:"logotypegothic" ;
	src: url('https://cdn.leafscape.be/LogoTypeGothicCondense/07LogoTypeGothic-Condense_web.woff2')format("woff2");
}
/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'メイリオ','Meiryo',sans-serif,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro',Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic';
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{font-size: 62.5%;
scroll-behavior: smooth;}
body {font-size: 1.4em;}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

.font_frame{
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff; /*文字白枠*/
}

/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/


.link_img{
	transition: 0.2s ease-in-out;
	box-shadow: 0px 1px 2px #656565;
	transition: 0.3s;
}
.link_img:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.link_img_b{
	transition: 0.3s;
}
.link_img_b:hover {
	filter: brightness(200%);
	transition: 0.3s;
}



hr{
	display: none;
}
.border_hr_bottom{
	position: relative;
}
.border_hr_bottom::before{
	width: 100%;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	text-align: center;
	background-image: -webkit-linear-gradient(left, transparent, #666 25%, #666 75%, transparent);
	background-image: linear-gradient(to right, transparent, #666 25%, #666 75%, transparent);
	background-position: center;
	background-repeat: no-repeat;
}

/*********** youtube 地図 ***********/


.youtube_wrap{
	width: 96%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 66.66%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 460px !important;
  max-height: 315px !important;
}

.googlemap{
  width: 100%;
}

.googlemap iframe{
  width: 100%;
  height: 450px;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf::after{
	content: "";
	clear: both;
	display: block;
}
.span_nowrap{white-space: nowrap;}
.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
}

.mg_t10{margin-top: 10px;}
.mg_t20{margin-top: 20px;}
.mg_t30{margin-top: 30px;}
.mg_t40{margin-top: 40px;}
.mg_t50{margin-top: 50px;}
.mg_t60{margin-top: 60px;}
.mg_t70{margin-top: 70px;}
.mg_t80{margin-top: 80px;}
.mg_t90{margin-top: 90px;}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}
.mg_b60 {margin-bottom: 60px;}
.mg_b70 {margin-bottom: 70px;}
.mg_b80 {margin-bottom: 80px;}
.mg_b90 {margin-bottom: 90px;}

.pd_t20{padding-top: 20px;}

.pd_tb20{padding-top: 20px;padding-bottom: 20px;}
.pd_tb30{padding-top: 30px;padding-bottom: 30px;}
.pd_tb40{padding-top: 40px;padding-bottom: 40px;}
.pd_tb50{padding-top: 50px;padding-bottom: 50px;}
.pd_tb60{padding-top: 60px;padding-bottom: 60px;}
.pd_tb70{padding-top: 70px;padding-bottom: 70px;}
.pd_tb80{padding-top: 80px;padding-bottom: 80px;}
.pd_tb90{padding-top: 90px;padding-bottom: 90px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem !important;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem !important;}
.font_26 {font-size: 2.6rem !important;}
.font_27 {font-size: 2.7rem !important;}
.font_28 {font-size: 2.8rem !important;}
.font_29 {font-size: 2.9rem;}
.font_30 {font-size: 3.0rem;}
.font_33 {font-size: 3.3rem;}
.font_35 {font-size: 3.5rem;}

.font_red{color: #C7243A;}
.font_blue{color: #3261AB;}
.font_green{color: #009250;}
.font_purple{color: #744199;}
.font_orange{color: #DA5019;}

.font_bold{font-weight: 900;}

.marker_yellow{
	background: linear-gradient(transparent 50%, #fff799 50%);
	font-weight: bold;
	border-radius:6px;
}
.marker_blue{
	background: linear-gradient(transparent 50%, #DDEEFF 50%);
	font-weight: bold;
	border-radius:6px;
}

.align_center{ text-align: center !important;}
.align_right{ text-align: right !important;}
.align_left{ text-align: left !important;}

.posi_rel{position: relative;} /*基準*/
.posi_abs{position: absolute;} /*絶対位置*/
.posi_fix{position: fixed;}
.posi_sta{position: static;}

.v_rl{
	-webkit-writing-mode: vertical-rl; /*縦書き*/
	-ms-writing-mode: tb-rl; /*縦書き*/
	writing-mode: vertical-rl; /*縦書き*/
}

/** セクション調整 ****************/
.section{}

/* 点滅 */
.blink{
	color: #C7243A;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*フェードイン*/
.fadein{
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.img_max {max-width: 100%;}
.img_half{ max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
.only_pc {display: none !important;}
.only_mobile {}
.banner_area{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.banner_area a{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 7px;
}
.banner_area a img{
	width: 100%;
	height: auto;
}
/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.flex_space_between{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
/* 等間隔 */
.flex_space_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
/* センター寄せ */
.flex_justify_center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{}
.flex_nonflex_r{}
.flex_nonflex_between{}
.flex_nonflex_between_r{}
.flex_nonflex_around{}
.flex_nonflex_around_r{}

/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
 	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

.four_column::before{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
  order:1;
}
.four_column::after{
  content:"";
  display: block;
  width:250px;/*幅入れる*/
}


.three_column::after{
  content:"";
  display: block;
  width:204px; /*幅入れる*/
  order:1;
}

/**シェアボタン************************/

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?ookgoz');
	src:url('../fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('../fonts/icomoon.woff?ookgoz') format('woff'),
		url('../fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}
/**▼ヘッダメニュー**/
/** メニュー ************************************/


#top-head,
.inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
		z-index: 100;
}
/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: #6BBED5;
    width: 100%;
    height: 58px;
    z-index: 999;
    position: relative;
		border-bottom: 1px solid #AEC1E3;
}
#top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -900px;
    background: #222222;
    width: 100%;
    text-align: center;
    padding: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
		z-index: 3;
}
#global-nav>ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav>ul>li {
    float: none;
}
#top-head #global-nav>ul>li>a,
#top-head.fixed #global-nav>ul>li>a {}

/**子メニュー閉じてる状態**/
.menu_toggle{
	position: relative;
}
.menu_toggle>a>i{
	display: none;
}
.menu_global_nav>li{
	position: relative;
}
.menu_global_nav>li>a{
	position: relative;
  display: block;
  margin: 0;
  line-height: 55px;
	color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #135670;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: #1F91BE;
}
.menu_global_nav li a:hover{
	background-color: #68CFC3;
	transition: 0.3s;
}
.child_menu_button:hover{
	background-color: #68CFC3;
	transition: 0.3s;
}
.child_menu_button{
	display: block;
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
	color: #ffffff;
  right: 0px;
  top: 0;
  z-index: 9;
  cursor: pointer;
}
.child_menu_button i{
	text-align: center;
  display: block;
  font-size: 26px;
	width: 100%;
  position: absolute;
	line-height: 55px;
	transition: 0.3s;
}
.allow_open>i{
	transform: rotate(180deg);
	transition: 0.3s;
}

.child {
	display: none;
	text-align: center;
}
.child::after{
	display: block;
	clear: both;
	content: "";
}


.child{
	border-left: 1px solid #444444;

}
.child>li{
	display: inline-block;
	width: 50%;
	float: left;
	list-style-type: none;
}
.child>li>a{
	display: inline-block;
	width: 100%;
	margin: 0;
  padding: 18px 20px;
  line-height: 1.6;
	color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
	background-color: #DA6272;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	transition: 0.3s;
}
.child>li>a:hover{
	background-color: #68CFC3;
	transition: 0.3s;
}


#nav-toggle {
	display: block;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(957px);
        -webkit-transform: translateY(957px);
        transform: translateY(957px);
    }

#mask  {
	display: none;
	transition: all .5s;
}
.open #mask  {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 ;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
	transition: all .5s;
}

.img_header_logo{
	position: absolute;
	top: 6px;
	left: 10px;
	height: 40px;
}


/**▲ヘッダメニュー**/
/**▼スライダー**/
.slider_area{
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(img/slider/slider_001.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	overflow: hidden;
}
.ss-slide img{
	height: 100vh !important;
	object-fit: cover;
}
.ss-prev,.ss-next{display: none;}


.topcover_message{
	position: absolute;
	z-index: 2;
	top:140px;
	width: 100%;
}
.div_topcover{
	text-align: center;
	animation: fadeIn 15s ease 0s 1 normal;
	-webkit-animation: fadeIn 15s ease 0s 1 normal;
}
.h1_topcover{
	text-align: center;
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: white;
	font-weight: 400;
	font-size: 2.2rem;
	text-shadow:
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	line-height: 200%;
}
.h1_topcover span{
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 100%;
}
.p_topcover_des{
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	
	color: white;
	font-weight: 400;
	font-size: 1.5rem;
	text-shadow:
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	line-height: 200%;
	padding-top: 50px;
	padding-bottom: 40px;
}
.img_toplogomark{
	width: 150px;
	height: auto;
  animation: fadeIn 15s ease 0s 1 normal;
  -webkit-animation: fadeIn 15s ease 0s 1 normal;
}


.list_topcover{
	width: 250px;
	list-style-type: none;
}


.h1_bottom_top_cover{
	position: absolute;
	z-index: 2;
	bottom: 40px;
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: white;
	font-weight: 400;
	font-size: 1.6rem;
	text-shadow:
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
	line-height: 200%;
	margin-right: 20px;
    animation: fadeIn 15s ease 0s 1 normal;
    -webkit-animation: fadeIn 15s ease 0s 1 normal;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.top_bottom_banner_area{
	position: absolute;
	z-index: 1000;
	bottom: 100px;
	right: 80px;
}
/**ΛスライダーΛ**/
/** ▼パンくずリスト **/
.breadcrumb_area{
	width: 100%;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
}
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/** ▲パンくずリスト **/
/** ▼レイアウト用 **/
.inner{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.section_sub{
	padding-bottom: 50px;
}
.footer{
	background-color: #1E98B9;
	color: #fff;
}
.footer_wrap{
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer_contents{
	text-align: center;
}
.img_footer_logo{
	width: 150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.p_copy a{
	color: #fff;
}
/** ▲レイアウト用 **/
/** ▼カラム **/
.one_half{
	width: 100%;
	text-align: center;
	padding: 15px 5px;
}
.one_mhalf{
	width: 50%;
	text-align: center;
}
.one_third{
	width: 100%;
	margin-bottom: 20px;
}
.sponsor_box{
	width: 100%;
	margin-bottom: 20px;
}
.width60{
	width: 100%;
}
.width40{
	width: 100%;
}
@media screen and (min-width:768px){
	.flex_nonflex_center{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
.one_third{
	width: 50%;
	max-width: 400px;
	padding: 12px;
}
}

/** ▲カラム **/
/** ▼ページデザイン **/
.page_header_area{
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	margin-top: 55px;
}
.img_page_header{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_title_area_m{
	position: absolute;
	bottom: -8px;
	right: 15px;
	display: table;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #B2CF3E;;
}
.page_title_area_m h1{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-size: 2.0rem;
	font-weight: 900;
}
.page_top_des{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.page_top_des h1{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.3rem;
	font-weight: 500;
	margin-bottom: 16px;
}
.page_top_des p{
	font-size: 1.4rem;
	line-height: 2;
}
.h2_section_title{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 15px;
}
.h2_column_title{
	text-align: center;
	font-family:"logotypegothic";
	font-size: 2.1rem;
	margin-bottom: 15px;
}
.p_section_des{
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 20px;
}
.border_box{
	width: 100%;
	padding: 15px 3px;
	border:1px solid #EEE;
	box-shadow:rgba(122, 122, 122, 0.0588235) 0px 0px 6px 3px inset;
}
.a_contact_button{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
  z-index: 2;
	font-size: 1.6rem;
	text-decoration: none;
	white-space: nowrap;
	background-color: #DA5019;
  border: 1px solid #DA5019;
  color: #fff;
	padding: 10px 10px;
  overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: all .3s;
}
.a_contact_button:hover{
	color: #333;
	transition: all .3s;
}
.a_contact_button::before{
	box-sizing: border-box;
	transition: all .3s;
}
.a_contact_button::after {
	position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition: all .3s;
	box-sizing: border-box;
}
.a_contact_button:hover::after{
  background: #F9DFD5;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.a_contact_button i{
	margin-right: 8px;
}
.a_button{
	border-radius: 5px;
	background: #FF6C00;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	opacity: 1;
	display: block;
	width: 150px;
	padding: 12px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition: 0.3s;
}
.a_button:hover{
	background-color: #FF9648;
	transition: 0.3s;
}
.ul_list_disc{
	text-align: left;
	list-style-type: disc;
	margin-bottom: 20px;
	margin-left: 25px;
}

.ul_list_disc li{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}

.list_number{
	margin-bottom: 20px;
	margin-left: 25px;
}
.list_number li{
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.border_radius_box{
	text-align: center;
	border: 4px solid;
	border-radius: 20px;
	padding: 24px;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	line-height: 1.6;
}
.border_radius_box h4{
	font-size: 20px;
	margin-bottom: 5px;
}
.border_orange{border-color: #E6855E;}
.border_pink{border-color: #D45D87;}
.border_blue{border-color: #44A5CB;}
.border_green{border-color: #3DB680;}
.border_purple{border-color: #9D73BB;}

/** VフッターV **/
.footer_link_area{
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_link_list{
	list-style-type: none;
	text-align: center;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}

.footer_link_list li{
	margin-bottom: 15px;
	padding: 5px;
}

.footer_link_list li a{
	display: inline-block;
	width: 320px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #009F8C;
	color: white;
	font-weight: 800;
	text-decoration: none;
	transition: 0.3s;
	border:1px solid #004039;
}

.footer_link_list li a:hover{
	color: #005F54;
	background-color: white;
	border:1px solid #005F54;
	transition: 0.3s;
}
/** AフッターA **/
/** Vスポンサーバナー **/
.a_main_banner{
	display: inline-block;
	width: 468px;
	max-width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}
.a_main_banner img{
	width: 100%;
	height: auto;
}
.main_banner_des{
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.a_sponsor_banner{
	display: inline-block;
	width: 320px;
	max-width: 95%;
	vertical-align: baseline;
}
.a_sponsor_banner img{
	width: 100%;
	height: auto;
}
.sponsor_des{
	font-size: 1.2rem;
}
/** Aスポンサーバナー **/
/** VトップページコンテンツV **/

/** RSSフィード(画像あり) **************************************/
#feed{
	width: 100%;
}

#feed ul{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#feed ul li{
	display: block;
	width: 490px;
	margin-bottom: 20px;
}

#feed ul li:after{
	content: "";
	clear: both;
	display: block;
}

#feed ul li a{
	display: inline-block;
	float: left;
	padding: 10px;
	margin-left: 5px;
	margin-right: 10px;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}
#feed ul li:nth-child(4n+1) a{
	background-color: #D1F1CC;
}
#feed ul li:nth-child(4n+2) a{
	background-color: #fbbeff;
}
#feed ul li:nth-child(4n+3) a{
	background-color: #bef4ff;
}
#feed ul li:nth-child(4n+4) a{
	background-color: #ffbebe;
}

#feed ul li a img{
	height: 120px;
	width: 120px;
	vertical-align: bottom;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
	object-fit: cover;
}

#feed ul li .feeddate{
	display: inline-block;
	font-weight: 800;
	color: #666666;
	margin-bottom: 5px;
}

#feed ul li .feednew{
	font-weight: 800;
	color: #C7243A;
	margin-left: 20px;
}

.feed-title{
	font-weight: 900;
	font-size: 120%;
	margin-top: 3px;
	margin-bottom: 5px;
}

.feednew{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/** RSSフィードここまで ************************************/
.section_title_1{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #42AAC7;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section_title_2{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #EDAD0B;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section_title_3{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #A4C520;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section_title_4{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #C23685;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section_title_5{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #5D639E;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section_title_6{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #007AB7;
	padding-top: 15px;
	padding-bottom: 15px;
}
.section_title_7{
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #009250;
	padding-top: 15px;
	padding-bottom: 15px;
}

.icon_title{
	font-size: 3rem;
}
.h2_section_title_bg{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	padding-bottom: 0px;
}
.des_title{}
.tri-border {
	position: absolute;
	bottom: -18px;
	width: 100%;
	z-index: 20;
}
.tri-border span.bg_1 {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 28px solid transparent;
	border-left: 56px solid transparent;
	border-right: 56px solid transparent;
	border-top: 18px solid #3B4552;
}
.span_color_1{border-top-color: #42AAC7 !important;}
.span_color_2{border-top-color: #EDAD0B !important;}
.span_color_3{border-top-color: #A4C520 !important;}
.span_color_4{border-top-color: #C23685 !important;}
.span_color_5{border-top-color: #5D639E !important;}
.span_color_6{border-top-color: #009250 !important;}
.span_color_7{border-top-color: #007AB7 !important;}

/**ΛセクションタイトルΛ**/
/**VセクションコンテンツV**/
.top_section_inner,.top_section_inner_r{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
.c_number {
  background: #47B39D;
  color: #fff;
  display: inline-block;
  padding: 20px 12px 5px;
  margin-bottom: 32px;
  margin-top: 0;
}
.h3_section{
	color: #47B39D;
  font-size: 2.6rem;
	font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.4;
	padding-bottom: 20px;
}
.top_section_inner p,.top_section_inner_r p{
	font-size: 1.6rem;
	line-height: 1.8;
	padding-bottom: 20px;
}
.font_toppoint{
	font-size: 1.8rem;
  font-weight: 900;
  color: #1DAF9E;
	line-height: 1.9;
}
.border_bottom_gray{
	border-bottom: 1px solid silver;
}
.top_point1{
	color: #ff751f;
}
.top_point2{
	color: #ffc729;
}
.top_point3{
	color: #ff5757;
}
.rapports_point1{
	color: #007FB1;
}
.rapports_point2{
	color: #009F8C;
}
.rapports_point3{
	color: #744199;
}





/** ΛトップページコンテンツΛ **/
/** Vコーチ紹介V **/
.main_coach_area{
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.img_main_c{
	width: 95%;
	max-width: 450px;
	height: auto;
	margin-bottom: 0px;
}
.main_c_des_area{
	width: 95%;
	max-width: 450px;
	margin-top: -6px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background: rgba(237, 173, 11, 1.0);
}
.main_c_title{
	display: block;
	font-size: 1.6rem;
}
.main_c_name{
	display: block;
	font-size: 2.5rem;
	border-bottom: 2px solid #bbb;
	margin-bottom: 15px;
}
.main_c_des{
	line-height: 180%;
}
.coach_card{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 15px;
	border: 2px solid #555555;
	border-radius: 10px;
}
.img_coach_card{
	width: 45%;
	height: auto;
	object-fit: contain;
}
.img_coach_gallery{
	width: 100px;
	height: auto;
	object-fit: contain;
}

.coach_card_prof{
	width: 55%;
	padding-left: 15px;
}
.coach_c_title{
	display: block;
	font-size: 1.5rem;
}
.coach_c_name{
	display: block;
	font-size: 2.2rem;
	border-bottom: 2px solid #bbb;
	margin-bottom: 10px;
}
.coach_c_history{
	display: block;
	font-size: 1.2rem;
}
.coach_c_comment{
	padding: 10px 0px;
}
.a_coach_sns{
	display: inline-block;
}
.a_coach_sns img{
	width: 100px;
	height: auto;
}
.a_coach_sns img.sns_youtube{
	width: 150px;
	height: auto;
}

/** Aコーチ紹介A **/
/** V利用開始までの流れV **/
.flow_box{
	width: 100%;
	padding:10px 20px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #ccc;
}
.flow_box h4{
	font-size: 1.8rem;
	line-height: 2;
	border-bottom: 1px solid #ccc;
}
.flow_box p{
	padding-top: 10px;
	line-height: 2;
	padding-bottom: 0;
}
.flow_arrow{
	text-align: center;
	color: #ccc;
	font-size: 3.0rem;
	padding-top: 5px;
	padding-bottom: 5px;
}
/** Λ利用開始までの流れΛ **/
/** ▼問い合わせ・エントリーフォーム **/
.img_entry_qr{
	max-width: 180px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.moblie_padding{
	padding-left: 15px;
	padding-right: 15px;
}
.p_phone_number{
	font-size: 3.0rem;
	color: #009F8C;
}
.p_phone_number a{
	text-decoration: none;
	color: #009F8C;
	transition: 0.3s;
}
.p_phone_number a:hover{
	text-decoration: none;
	color: #95DFD6;
	transition: 0.3s;
}
.half_block_70{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.span_hint{
	display: block;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px dotted orange;
	border-radius: 5px;
}
.h3_entry{
	font-size: 2.5rem;
	margin-top: 10px;
	margin-bottom: 5px;
}

textarea{
	max-width: 100%;
}
input{
	max-width: 100%;
}

/** ▲問い合わせ・エントリーフォーム **/
/** AページデザインA **/
/** VテーブルデザインV **/
/*tableをスクロールさせる*/
.scroll{overflow: auto;}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar{height: 5px;}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track{background: #F1F1F1;}
/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}

.table_course{
	min-width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.table_course tr th{
	background: #78bbc7;
	padding: 5px 3px;
	font-size: 1.6rem;
	color: #fff;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: middle;
}
.table_course tr td{
	text-align: center;
	padding: 4px 2px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_course thead tr th{
	background-color: #167F92;
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_course tbody tr td:nth-of-type(1){
	background-color: #ffd;
}
.table_course tbody tr td:nth-of-type(2){
	background-color: #eff;
}
.table_course tbody tr td:nth-of-type(3){
	background-color: #eef;
}
.table_course tbody tr td:nth-of-type(4){
	background-color: #fee;
}

.kaisai_ok{
	display: none;
}
.kaisai_day{
	font-size: 1.5rem;
	font-weight: 900;
	display: block;
}
.kaisai_time{
	display: block;
	font-size: 1.1rem;
}
.charge_nomal,.charge_toku1,.charge_toku2,.charge_toku3,.charge_toku4,.charge_toku5{
	display: inline-block;
	font-weight: 900;
	font-size: 1.2rem;
	color: #fff;
	padding: 2px 7px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 10px;
}
.charge_nomal,.tr_charge_nomal th{
	background-color: #007AB7 !important;
}
.charge_toku1,.tr_charge_toku1 th{
	background-color: #5D639E !important;;
}
.charge_toku2,.tr_charge_toku2 th{
	background-color: #B61972 !important;;
}
.charge_toku3,.tr_charge_toku3 th{
	background-color: #DA5019 !important;;
}
.charge_toku4,.tr_charge_toku4 th{
	background-color: #A4C520 !important;;
}
.charge_toku5,.tr_charge_toku5 th{
	background-color: #D59B0A !important;;
}
.charge_kingaku{
	font-size: 2.2rem;
}

.table_entry{
	border-collapse: collapse;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
}
.table_entry tr th{
	background: #78bbc7;
	padding: 5px 5px;
	font-size: 1.8rem;
	color: #fff;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_entry tr td{
	text-align: center;
	vertical-align: middle;
	padding: 10px 5px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_entry tr td:nth-of-type(1){
	background-color: #ffd;
}
.table_entry tr td:nth-of-type(2){
	background-color: #eff;
}
.table_info{
	border-collapse: collapse;
	width: 100%;
	font-size: 1.4rem;
}
.table_info tr th{
	padding: 5px;
	border-bottom: 2px solid #999999;
}
.table_info tr td{
	padding: 5px;
	border-bottom: 1px solid #999999;
}
.img_line{
	width: 250px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.table_school_info{
	width: 100%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.table_school_info tr th{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 2.5rem;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #555;
}

.table_school_info tr td{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 1.6rem;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}
.dl_school_schedule{
	display: flex;
	padding-top: 3px;
	padding-bottom: 3px;
}
.dl_school_schedule dt{
	display: inline-block;
	width: 20%;
	text-align: center;
}
.dl_school_schedule dd{
	display: inline-block;
	width: 80%;
	padding-left: 20px;
}
.a_readmore{
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 150%;
	text-decoration: none;
	font-weight: 400;
	color: #fff;
	background-color: #DA5019;
	border-radius: 5px;
	transition: 0.3s;
	border: 1px solid #DA5019;
}
.a_readmore:hover{
	color: #DA5019;
	background-color: #F9DFD5;
	transition: 0.3s;
}
.table_simple{
	border-collapse: collapse;
	text-align: left;
	font-size: 1.5rem;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;

}
.table_simple tr th{
	padding: 7px 12px;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	vertical-align: middle;
}
.table_simple tr td{
	padding: 7px 12px;
	border-right: 1px solid #adadad;
	border-bottom: 1px solid #adadad;
	vertical-align: middle;
}

/** ▲テーブルデザイン▲ **/
/** ▼教室案内地図 **/
.mapframe{
	margin-bottom: 20px;
}
#map_canvas{
	height: 500px;
}
#map_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#map_list li{
	display: inline-block;
	cursor: pointer;
	margin: 5px 5px;
	padding: 5px 5px;
	color: #fff;
	font-weight: 400;
	font-size: 1.4rem;
	border-radius: 10px;
	background-color: #007AB7;
	border: 1px solid #007AB7;
	transition: 0.3s;
}
#map_list li:hover{
	background-color: #9ACDE7;
	border: 1px solid #007AB7;
	transition: 0.3s;
}
.a_school_banner{
	display: inline-block;
	width: 250px;
	height: auto;
}
.a_school_banner img{
	display: inline-block;
	vertical-align: bottom;
	width: 250px;
	height: auto;
}

/** Λ教室案内地図Λ **/
/** V画像ギャラリーV **/
.gallery_area{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ul_gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	list-style-type: none;
}
.ul_gallery li{
	width: 30%;
	height: auto;
	margin-bottom: 15px;;
}
.ul_gallery li a{
	display: inline-block;
	vertical-align: bottom;
}
.ul_gallery li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ul_gallery li.adjuster{
	width: 30%;
	height: 0;
}
/** Λ画像ギャラリーΛ **/

.img_page_mascot{
	width: 150px;
	height: auto;
}
/** Vパートナー企業募集V **/
.sponsor_tokuten_box{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.sponsor_tokuten_box h3{
	font-size: 3.5rem;
	line-height: 200%;
}
.h3_a{
	color: #B32034;
}
.h3_b{
	color: royalblue;
}
.h3_c{
	color: #009250;
}
.h3_d{
	color: #D59B0A;
}
.sponsor_tokuten_box h4{
	padding-top: 10px;
	font-size: 2.0rem;
	color: #005638;
}
.sponsor_tokuten_box h5{
	font-size: 1.8rem;
	color: #007AB7;
}
.sponsor_tokuten_box p{
	padding-bottom: 15px;
}
.sponsor_tokuten_box ul{
	text-align: left;
	padding-bottom: 15px;
	margin-left: 20px;
}
.sponsor_tokuten_box ul li{
	padding-top: 3px;
	padding-bottom: 3px;
}
.box_a{
	background-color: #fef;
	border: 1px solid #fcf;
	border-radius: 15px;
}
.box_b{
	background-color: #eef;
	border: 1px solid #ccf;
	border-radius: 15px;
}
.box_c{
	background-color: #eff;
	border: 1px solid #cff;
	border-radius: 15px;
}
.box_d{
	background-color: #ffe;
	border: 1px solid #ffc;
	border-radius: 15px;
}
/** Λパートナー企業募集Λ **/


/** VプライバシーポリシーV **/
.page_policy p{
	padding-bottom: 10px;
	line-height: 150%;
}
.page_policy ul{
	margin-left: 20px;
	padding-bottom: 15px;
}
.page_policy ul li{
	padding-bottom: 5px;
}
/** AプライバシーポリシーA **/
/** V決済ページV **/
.opacity{
	display: none;
}
.opacity.active{
	display: block;
	animation: appear .5s ease;
}
@keyframes appear {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.p_question{
	display: block;
	padding: 8px 3px;
	font-size: 1.67rem;
	color: #fff;
	font-weight: 900;
	text-align: center;
	background-color: #3261AB;
}
.div_answer_area{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.div_answer_area select{
	font-size: 2.0rem;
}
.div_answer_area label{
	display: inline-block;
	font-size: 1.8rem;
	padding: 3px 10px;
	margin-top: 15px;
	border: 1px solid #007AB7;
	border-radius: 10px;
}
.div_answer_area label input{
	margin-right: 5px;
}
.payment_form_area{
	text-align: center;
}
.payment_form_area form input{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.5rem;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #B32034;
	background-color: #B32034;
	color: #fff;
	border-radius: 10px;
	transition: 0.5s;
}
.payment_form_area form input:hover{
	border: 2px solid #B32034;
	background-color: #DA6272;
	transition: 0.5s;
}

/** Λ決済ページΛ **/
/** ▼パララックス背景 *********************/
.parallax_area{
	overflow-x: hidden;
}
.para_img_hight{
	height: 300px;
}
.parallax_content{
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
	background-position-y: 10%;
}
.parallax_header{
	min-height: 600px;
  background-attachment:scroll;
  background-position: center;
  background-repeat: no-repeat;
	background-position-y: 10%;
}

.entry_button_area{
	text-align: center;
	padding-top: 150px;
	padding-bottom: 150px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.entry_button_bg{
	width: 80%;
	font-size: 1.8rem;
	padding: 20px 15px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.8);
}
.entry_button_bg p{
	line-height: 180%;
}



.para_bg_contact{
  background-image: url(./img/bg_contact_area.jpg);
}
.para_bg_01{
  background-image: url(./img/top_bg_01_m.jpg);
	height: 100%;
}
.para_bg_02{
  background-image: url(./img/top_bg_02.jpg);
	height: 100%;
}
.para_bg_03{
  background-image: url(./img/top_bg_03.jpg);
	height: 100%;
}
.para_bg_04{
  background-image: url(./img/about_bg_04.jpg);
	height: 100%;
}
.para_bg_manegement{
	background-image: url(./img/bg_header_management.jpg);
}
.para_bg_aboutus{
	background-image: url(./img/bg_header_aboutus.jpg);
}
.para_bg_header_contact{
	background-image: url(./img/bg_header_contact.jpg);
}
.para_bg_policy{
	background-image: url(./img/bg_header_policy.jpg);
}
.para_bg_rapports{
	background-image: url(./img/bg_header_rapports.jpg);
}
/** ▲パララックス背景 *********************/
