@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, tr{
	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{
	border: 0;
	height: 1px;
	background-image:linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

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


.youtube_wrap,.youtube_wrap_wide{
	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;
}
.iframe_sub{
	width: 100%;
	max-width: 690px;
	height: 476px;
	margin-left: auto;
	margin-right: auto;
}
.sub_body{
	padding: 0;
	margin: 0;
}
@media (max-width: 533px) {
	.iframe_sub{
		width: 100%;
		max-width: 690px;
		height: 422px;
		margin-left: auto;
		margin-right: auto;
	}
}

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

.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_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;}
.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;}

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

.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;}

.align_center table{
	margin-left: auto;
	margin-right: auto;
}

.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; /*縦書き*/
}
/** V背景色設定V **/
.bg_color_red{background-color:#D04255;}
.bg_color_orange{background-color:#F0BA32;}
.bg_color_yellow{background-color:#FFEA2A;}
.bg_color_yellowgreen{background-color:#B2CF3E;}
.bg_color_grassgreen{background-color:#3EBA2B;}
.bg_color_green{background-color:#1BA466;}
.bg_color_jadegreen{background-color:#1DAF9E;}
.bg_color_bluegreen{background-color:#1E98B9;}
.bg_color_blue{background-color:#208DC3;}
.bg_color_darkblue{background-color:#4B75B9;}
.bg_color_bioret{background-color:#7379AE;}
/** A背景色設定A **/

/** セクション調整 ****************/
.section{
	padding-bottom: 50px;
}

/* 点滅 */
.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,.img_m680 {max-width: 95%;
height: auto;}

.only_pc {display: none !important;}
.only_mobile {}

/** 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;
}
.a_header_logo{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
}
.a_header_logo span{
	font-family: 'Yuji Syuku',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.site_title_sub1{
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
}
.site_title{
	font-size: 2.5rem;
	font-weight: 900;
	padding-right: 5px;
	line-height: 100%;
}
.site_title_sub2{
	font-size: 1.4rem;
	font-weight: 900;
}

/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: #C7243A;
		width: 100vw;
    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: -500px;
    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;
  padding: 18px 20px;
  line-height: 1.6;
	color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid #444444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	background: #222222;
}
.menu_global_nav li a:hover{
	background-color: #00a7ce;
	transition: 0.3s;
}
.child_menu_button:hover{
	background-color: #00a7ce;
	transition: 0.3s;
}
.child_menu_button{
	display: block;
  position: absolute;
  text-align: center;
  width: 55px;
  height: 55px;
	color: #ffffff;
  right: 0px;
  top: 1px;
  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>li>a{
	display: block;
	margin: 0;
  padding: 18px 20px;
  line-height: 1.6;
	color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
	background-color: #515151;
	border-bottom: 1px solid #444444;
	transition: 0.3s;
}
.child>li>a:hover{
	background-color: #00a7ce;
	transition: 0.3s;
}


#nav-toggle {
	display: block;
    position: absolute;
    right: 18px;
    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: #fff;
    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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
.img_header_logo{
	position: absolute;
	top: 3px;
	left: 10px;
	width: auto;
	height: 52px;
}

#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;
}
/**▲ヘッダメニュー**/
/**▼スライダー**/
.slider_area{
	padding-top: 70px;
}
.slick-list{
}
.slick-track{
}
.slick-slide{
}
.slick-slide img{
  width: 100%;
  object-fit: cover !important;
	aspect-ratio: 4/3;
	opacity: 0.5;
	transition: 0.2s;
}
.slick-current  img{
	opacity: 1;
	transition: 0.2s;
}
.slick-next{
  right:0!important;
}
.slick-prev{
  left:0!important;
}
.slick-arrow{
  z-index:2!important;
}
.slick-list{
padding-left: 25px !important;
padding-right: 25px !important;
}
/**▲スライダー**/
/** ▼パンくずリスト **/
.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;
}
/** ▲パンくずリスト **/
/** ▼レイアウト用 **/
.container{
	width: 100%;
	max-width: 100vw;
	overflow: hidden;
}
.inner{
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.section_sub{
	padding-bottom: 50px;
}
.footer{
	background-color: #C7243A;
	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;
}
.one_third{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 80px;
	text-align: center;
}
.one_third_pd_b20{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	text-align: center;
}
.one_forth{
	width: 300px;
}
.one_forth_dummy{
	width: 300px;
	height: 0px;
}
@media screen and (max-width: 500px) {
	.one_forth{
		width: 100%;
	}
	.one_forth_dummy{
		width: 100%;
		height: 0px;
	}
}
/** ▲カラム **/
/** ▼ページデザイン **/
.page_header_area{
	position: relative;
	width: 100%;
	height: 400px;
	margin-top: 55px;
}
.img_page_header{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_title_area_m{
	position: absolute;
	bottom: -30px;
	right: 15px;
	display: table;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: orange;
}
.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: 30px;
	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: 900;
	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.1rem;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 15px;
}
.p_section_des{
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 20px;
}
.border_box{
	width: 100%;
	padding: 15px;
	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: 25px;
	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_contact_button_fin{
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	font-size: 1.8rem;
	text-decoration: none;
	background-color: #999999;
	border: 1px solid #666666;
	color: #000;
	padding: 10px 40px;
	overflow: hidden;
	margin-top: 25px;
	transition: all .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;
}
.a_sns{
	display: inline-block;
	width: 100px;
	height: auto;
	vertical-align: bottom;
}
.a_sns img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/** VフッターV **/
.footer_banner{
	margin-bottom: 20px;
}
.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: #EDAD0B;
	color: white;
	font-weight: 800;
	text-decoration: none;
	transition: 0.3s;
	border:1px solid #EDAD0B;
}

.footer_link_list li a:hover{
	color: #DA5019;
	background-color: white;
	border:1px solid #EDAD0B;
	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 **/
.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;
}
.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コーチ紹介A **/
/** V入会案内・会社概要V **/
.img_guide{
	width: 80%;
	max-width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.img_guide_title{
	width: 80%;
	max-width: 450px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.p_guide{
	padding-top: 20px;
	text-align: left;
	font-size: 1.5rem;
	line-height: 180%;
}
.img_arrow{
	width: 150px;
	height: auto;
}
/** A入会案内・会社概要A **/
/** ▼問い合わせ・エントリーフォーム **/
.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;
}
/** ▲問い合わせ・エントリーフォーム **/
/** VオーダーフォームV **/
.table_order{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #999999;
}
.table_order tr th{
	padding: 10px;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}
.table_order tr td{
	padding: 7px;
	border-right: 1px dotted #999999;
	border-bottom: 1px solid #999999;
}
.table_order tr td input{
	width: 45px;
	font-size: 1.8rem;
	background-color: #e6e6fa;
}
.span_item_price{
	font-size: 2.5rem;
	color: #C7243A;
	font-weight: 800;
}
.price_wright_area{
	width: 95%;
	line-height: 200%;
	padding: 20px;
	border: 2px solid #ff7f50;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.order_mobile_item{
	display: block;
	width: 200px;
}
.order_item_name{
	display: block;
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 150%;
}
.img_order_item_main{
	width: 200px;
	height: auto;
}
.number_change{
	width: 25px;
}
.mfp_col10 input{
	max-width: 95%;
}
.mfp_col10 textarea{
	max-width: 95% !important;
}

.table_t-shirt{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.table_t-shirt tr th{
	background-color: #FADBDA;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_t-shirt tr td{
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_t-shirt tr td input{
	font-size: 12px;
}
.table_t-shirt tr td select{
	font-size: 12px;
}
.t-shirt_count{
	width: 40px;
}
.css-178qcrb{
	margin-left: auto;
	margin-right: auto;
}
.img_t-shirt{
	max-width: 100%;
	height: auto;
}
.mfp_phase h3{
	padding-left: 5px;
}

/** ΛオーダーフォームΛ **/

.h3_column_title{
	text-align: center;
	font-size: 2.1rem;
	font-weight: 900;
	color: #3261AB;
	line-height: 200%;
}
.column_boder{
	border: 2px solid #00a7ce;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 5px;
}
/** AページデザインA **/
/** VテーブルデザインV **/
.scroll{
	overflow: auto;
}/*tableをスクロールさせる*/
.scroll::-webkit-scrollbar{
	height: 5px;
}/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}/*tableにスクロールバーを追加*/
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}/*tableにスクロールバーを追加*/

.table_course{
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid #bbb;
}
.table_course tr th{
	background: #78bbc7;
	padding: 5px 15px;
	font-size: 1.6rem;
	color: #fff;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_course tr td{
	text-align: center;
	padding: 3px 5px;
	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: block;
	font-size: 2.0rem;
}
.kaisai_day{
	font-size: 1.5rem;
	font-weight: 900;
	display: block;
}
.kaisai_time{
	display: block;
}
.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 15px;
	font-size: 2.0rem;
	color: #fff;
	border-right: 1px dotted #bbb;
	border-bottom: 1px solid #bbb;
}
.table_entry tr td{
	text-align: center;
	padding: 20px 15px;
	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;
}
/** ▲テーブルデザイン▲ **/
/** V譜久里武の実績紹介V **/
.column_column{
	padding-bottom: 0;
}
.list_column{
	list-style-type: none;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.list_column li{
	display: block;
	margin-bottom: 20px;
	vertical-align: bottom;
}
.list_column li a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	line-height: 200%;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #DA5019;
	border: 1px solid #ff0000;
	border-radius: 5px;
	transition: 0.3s;
}
.list_column li a:hover{
	background-color: #ff0000;
	transition: 0.3s;
}
.list_column li a span{
	font-weight: 900;
}
/** Λ譜久里武の実績紹介Λ **/

/** V譜久里武年表V **/
.timeline dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
  
 .timeline dl dt {
	text-align: right;
	width: 6.3em;
	padding: 0.5em 1.0em 0.5em 0.5em;
	position: relative;
}
  
.timeline dl dt::after {
	content: '●';
	position: absolute;
	right: -0.55em;
	top: 5px;
	font-size: 22px;
	color: green;
}
  
.timeline dl dd {
	width: calc(100% - 6.3em);
	padding: 0.5em 2.0em 3.0em;
	border-left: 2px solid #ccc;
}
  
.timeline dl dd h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
.timeline_gallery{}
.timeline_gallery ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	list-style-type: none;
}
.timeline_gallery ul li{
	width: 31%;
	display: inline-block;
	margin-bottom: 15px;
}
.timeline_gallery ul a{
	display: inline-block;
	vertical-align: bottom;
}
.timeline_gallery ul a img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: .3s;
}
.timeline_gallery ul a img:hover{
	transform:scale(1.2,1.2);
	transition: .3s;
}
.gallery_dummy{
	width: 31%;
	height: 0px;
}

/** A譜久里武年表A **/
/** 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 **/
/** VWebコーチ ウェブコーチV **/
/** VWebコーチフローV **/
.webcoachflow{
	width: 100%;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}
.flow {
	padding-left: 160px;
	position: relative;
}

.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 160px;
}

.flow>li {
	position: relative;
	list-style-type: none;
}

.flow>li:not(:last-child) {
	margin-bottom: 8vh;
}

.flow>li .icon {
	font-size: 25px;
	color: #fff;
	background: rgb(107, 144, 219);
	background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
	background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: -11px;
	left: -156px;
	z-index: 2;
}

.flow>li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #66d5e9;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flow>li dl {
	padding-left: 20px;
	position: relative;
}

.flow>li dl::before,
.flow>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flow>li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #6b90db;
	border-radius: 50%;
	left: -4px;
}

.flow>li dl::after {
	width: 10px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.flow>li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgb(107, 144, 219);
	margin-bottom: 1vh;
}
.step_icon{
	font-size:18px;
	color: #fff;
	background: rgb(107, 144, 219);
	background: -moz-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
	background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
	padding: 5px 10px;
	margin-left: 5px;
	margin-right: 5px;
}

/** AWebコーチフローA **/
/** V料金表V **/
.plan_area{
	display: -webkit-flex;
  display: flex;
	-webkit-flex-direction: column;
  flex-direction: column;

}
.plan_box{

}
.table_plan{
	width: 95%;
  border-bottom: 1px solid #ddd;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 3px solid red;
  -webkit-overflow-scrolling: touch;
}
.table_plan tr th,.table_plan tr td{
	padding: 15px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.table_plan tr:nth-child(even)>td,.table_plan tr:nth-child(even)>th {
  background-color: #efefef;
}
.table_plan th,.plan-price {
  color: #fff;
}
.plan-price {
  font-size: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.2);
  padding: 25px 0;
}
.plan-price span {
  font-size: 1rem;
}

.plan-01 th,
.plan-01 .plan-price {
  background: linear-gradient(-90deg, #009ADB, #00DB9A);
}
.plan-02 th,
.plan-02 .plan-price {
  background: linear-gradient(-90deg, #EE52FF, #009ADB);
}
.plan-03 th,
.plan-03 .plan-price {
	background-image: linear-gradient(90deg, rgba(247, 93, 139, 1), rgba(225, 187, 12, 1));
}

.plan-04 th,
.plan-04 .plan-price {
	background-image: linear-gradient(90deg, rgba(248, 117, 57, 1), rgba(177, 0, 133, 1));
}


.btn{
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  background: #6fc173;
  border-radius: 5px;
  box-shadow: 0 3px #449f49 ;
  position: relative;
  display: inline-block;
  top: -2px;
  padding: 15px;
  width: 80%;
  text-align: center;
  margin: 10px 0;
}
.btn:hover {
  box-shadow: 0 1px #449f49;
  top: 1px;
}
/** A料金表A **/
.table_bank{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
}
.table_bank tr th{
	text-align: center;
	background-color: whitesmoke;
	padding: 10px 20px;
	border-right: 2px solid #838383;
	border-bottom: 1px solid #444444;
}
.table_bank tr td{
	text-align: left;
	padding: 10px 20px;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
}
.paypalform form input[type="image"]{
	height: 80px;
	margin-top: 10px;
}
/** V世界陸上への挑戦V **/
.a_half_banner{
	display: inline-block;
	vertical-align: bottom;
}
.img_half_banner{
	width: 90%;
	max-width: 480px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/** Λ世界陸上への挑戦Λ **/
/** ▼パララックス背景 *********************/
.parallax_area{
	height: auto;
}
.parax_page_header{
	position: relative;
	height: 650px;
}
.page_title_area{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background:rgba(0, 0, 0, 0.5);
}
.h1_page_title{
	font-family: "logotypegothic";
	text-align: center;
	color: #ffffff;
	font-size: 2.8rem;
	padding-bottom: 15px;
}
.page_des{
	text-align: center;
	font-size: 1.8rem;
	color: #ffffff;
}
.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.6);
}
.entry_button_bg p{
	line-height: 180%;
}
.bg_apply_button_area{background-image: url(./img/bg_apply_button_area_b.jpg);}
/** ▲パララックス背景 *********************/
/** VスライドインV **/
.slide_wrap{
	position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.slideConts {
  width: 100%;
  margin: 5px auto;
  -webkit-transition: 2.5s;
  -o-transition: 2.5s;
  transition: 2.5s;
}
.sc_H_ken{
	height: 230px;
	margin-top: 160px;
}
.sc_H_blog{
	height: 900px;
	margin-top: 150px;
}
.sc_H_weblesson{
	height: 300px;
	margin-top: 150px;
}
.sc_H_Tshirt{
	height: 200px;
}
.sc_H_fukuchan,.sc_H_sns{
	height: 300px;
	margin-top: 150px;
}
.sc_H_contact{
	padding-top: 60px;
	min-height: 960px;
}

.slideContsL {
  transform: translate(-800px, 0);
}
.slideContsR {
  background-color: lightblue;
  transform: translate(800px, 0);
}
.slideContsL.show {
  transform: translate(-10px, 0) !important;
}
.slideContsR.show {
  transform: translate(10px, 0) !important;
}
.slide_bg_red{
	background-color: #C7243A;
}
.slider_bg_blue{
	background-color: #3261AB;
}
.slider_bg_yellow{
	background-color: #F6CA06;
}
.slider_bg_orange{
	background-color: #DA5019;
}
.slider_bg_red2{
	background-color: #ff6347;
}
.slider_bg_green{
	background-color: #008080;
}
.slideConte_wrap{
	position: relative;
}
.img_slidein_takeshi{
	position: absolute;
	right: -10px;
	top: -200px;
	height: 200px;
	width: auto;
}
.img_slidein_takeshi_sns{
	position: absolute;
	right: -10px;
	top: -140px;
	height: 200px;
	width: auto;
}

.img_slidein_takeshi_L{
	position: absolute;
	left: -10px;
	top: -200px;
	height: 200px;
	width: auto;
}
.img_slidein_takeshi_R{
	position: absolute;
	right: -10px;
	top: -200px;
	height: 200px;
	width: auto;
}

.img_slidein_takeshi_blog{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -200px;
	height: 200px;
	width: auto;
}
.img_slidein_takeshi_T{
	width: 95%;
	height: auto;
}
.img_slidein_max{
	width: 80%;
	height: auto;
	margin-top: 15px;
	margin-left: 15px;
}
.img_slidein_illust2{
	height: 400px;
	left: 50%;
    transform: translate(46%, 0%);
}
.slide_contents_blog{
	float: right;
	width: 100%;
}
.slide_contents_blog::after{
	content: "";
	clear: both;
}
.h3_blog{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 200%;
	color: white;
}
.h3_green{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 200%;
	color: #005830;
}
.h3_blue{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 200%;
	color: #3261AB;
}

.slider_inner{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.slider_inner_R{
	float: right;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 20px;
}
.slider_inner_R p{
	padding-right: 25px;
}

.slider_contact{
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 20px;
	background-color: #fff;
}
.slider_contact form{
	padding-left: 10px;
	padding-right: 10px;
}

.slider_inner p{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


.slider_inner p.p_weblesson{
	width: 90%;
	font-size: 1.5rem;
	line-height: 180%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

.slide_banner{
	width: 80%;
	max-width: 468px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
/** AスライドインA **/

/** V RSSフィード V **/
#feed{
	width: 100%;
}
.ul_feed{
	list-style-type: none;
	padding: 10px;
	padding-right: 12px;
}
.ul_feed li{
	height: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: white;
	margin-bottom: 15px;
}
.ul_feed li::after{
	content: "";
	clear: both;
}
.ul_feed li a{
	float: left;
	width: 30%;
	max-width: 200px;
	height: 150px;
	display: inline-block;
	vertical-align: bottom;
	margin-top: 5px;
	margin-right: 5px;
}
.ul_feed li a img{
	width: 100%;
  height: 100%;
  max-height: 150px;
  object-fit: cover;
  vertical-align: bottom;
}
.feed_contents{
	width:100%;
	text-align: left;
}
.feed_title{
	font-size: 1.6rem;
	padding-top: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.span_feeddate{
	text-align: right;
	display: block;
	padding-bottom: 5px
}
.feeddate{
	color: #DA5019;
	font-size: 1.35rem;
	margin-right: 15px;
}
.feednew{
	font-weight: 900;
	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;}
}
.feed_entry{
	display: block;
	font-size: 1.3rem;
	line-height: 150%;
	text-align: left;
}
/** A RSSフィード A **/

/** ▼パララックス背景 *********************/
.header_title_cover{
	position: relative;
	width: 100%;
	height: 550px;
}

.header_img_cover{
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.h2_page_title{
	text-align: right;
	padding-right: 20px;
	font-size: 2.4rem;
}

.p_page_des{
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 1.8rem;
}

.parallax_area{
	height: auto;
	min-height: 500px;
}
.parax_page_header{
	position: relative;
	height: 650px;
}
.page_title_area{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background:rgba(0, 0, 0, 0.5);
}
.h1_page_title{
	font-family: "logotypegothic";
	text-align: center;
	color: #ffffff;
	font-size: 2.8rem;
	padding-bottom: 15px;
}
.page_des{
	text-align: center;
	font-size: 1.8rem;
	color: #ffffff;
}
.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: 600px;
	font-size: 1.8rem;
	padding: 20px 40px;
	margin-left: auto;
	margin-right: auto;
	background: rgba(255, 255, 255, 0.6);
}
.entry_button_bg p{
	margin-bottom: 25px;
	line-height: 180%;
}
.bg_dragon{background-image: url(./img/dragon_bg.jpg);}
.bg_contact_header{background-image: url(./img/contact_header_bg.jpg);}
.bg_privacy_policy_header{background-image: url(./img/privacy_policy_header_bg.jpg);}
.bg_thanks_header{background-image: url(./img/thanks_header_bg.jpg);}
.bg_webcoach_header{background-image: url(./img/webcoach_header_bg02_m.jpg);}
.bg_fukuzatotakeshi_header { background-image: url(./img/fukuzatotakeshi_header_bg02_m.jpg);}
.bg_payment_header { background-image: url(./img/payment_header_bg_m.jpg);}
.bg_challenge_header{ background-image: url(./img/challenge_header_bg_m.jpg);}
.bg_challenge2024_header{ background-image: url(./img/challenge2024_header_bg_m.jpg);}
.bg_challenge_order_header{ background-image: url(./img/challenge2024_order_header_bg_m);}
.bg_challenge2026_header{ background-image: url(./img/challenge_order_header_bg2026_m.jpg);}
.bg_t-shirt_order_header{ background-image: url(./img/t-shirt_bg_m.jpg);}
.bg_t-shirt_pay_header{ background-image: url(./img/t-shirt_pay_bg_m.jpg);}
/** ▲パララックス背景 *********************/
