@charset "UTF-8";

@font-face {
    font-family: 'yantramanavblack';
    src: url('../font/yantramanav-black-webfont.woff2') format('woff2'),url('../font/yantramanav-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yantramanavbold';
    src: url('../font/yantramanav-bold-webfont.woff2') format('woff2'),url('../font/yantramanav-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yantramanavlight';
    src: url('../font/yantramanav-light-webfont.woff2') format('woff2'),url('../font/yantramanav-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yantramanavmedium';
    src: url('../font/yantramanav-medium-webfont.woff2') format('woff2'),url('../font/yantramanav-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yantramanavregular';
    src: url('../font/yantramanav-regular-webfont.woff2') format('woff2'),url('../font/yantramanav-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yantramanavthin';
    src: url('../font/yantramanav-thin-webfont.woff2') format('woff2'),url('../font/yantramanav-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=4.7.0');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* CSS Document */
/* -----------------------------------
    汎用クラス
   ----------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	background-color: #FFFFFF;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family:'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	/*
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*/
}
body {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 1.45;
	background-repeat: repeat-x;
	-webkit-text-size-adjust : 100%;
	margin: 0;
	position:relative;
}
@media screen and (max-width: 739px) {
html {
	overflow-x:hidden;
}
body {
	font-size: 14px;
	overflow-x:hidden;
	line-height: 1.45;
}
}

a {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:link {
	color:#004BB1;
	text-decoration:underline;
}
a:visited {
	color: #4b2489;
}
a.linkBlue:visited, .linkBlue a:visited {
	color: #4b2489;
}
a:hover, a.linkBlue:hover, .linkBlue a:hover {
	color: #F4B600;
	text-decoration:none;
}
a:active {
	color: #F4B600;
	text-decoration:none;
}
a img {
	transition: all 0.1s linear;
}
a:hover img {
	opacity: 0.7;
}
a.underLine {
	text-decoration: underline;
}
.inlineBlock {
	display: inline-block !important;
}
.block {
	display: block !important;
}
.clear {
	clear: both;
	display: block;
}
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.textSmall {
	font-size: 85%;
}
.textLarge {
	font-size: 20px;
}
.textCenter {
	text-align: center !important;
}
.textRight {
	text-align: right !important;
}
.textLeft {
	text-align: left !important;
}
.textSuper {
	font-size: 10px;
	vertical-align: text-top;
	text-align: center;
}
.textTop {
	vertical-align: top !important;
}
.textMiddle {
	vertical-align: middle !important;
}
.textBottom {
	vertical-align: bottom !important;
}
.textNowrap {
	white-space: nowrap;
}
.textIndent1em {
	margin-left: 1em;
}
.textIndent1emHead0em {
	margin-left: 1em;
	text-indent: -1em;
}
.jisage {
padding-left:1em;
text-indent:-1em;
}
.textWhite {
	color: #FFF;
}
.textRed {
	color: #F00;
}
.textBlue {
	color: #0BA7F5;
}
.textLightBlue {
	color: #0FF;
}
.textYellow {
	color: #FF0;
}
.textDarkYellow {
	color: #990;
}
.textPink {
	color: #F0F;
}
.textOrange {
	color: #F60;
}
.textGreen {
	color: #0F0;
}
.textGray {
	color: #898989;
}
/*2014.8.19 追加*/
.textRedStrong {
	color: #d61518;
	font-weight: bold;
	font-size: 120%;
}

.text-break-word {
word-wrap: break-word;
}



.marginTop0px {
	margin-top: 0px !important;
}
.marginTop3px {
	margin-top: 3px !important;
}
.marginTop5px {
	margin-top: 5px !important;
}
.marginTop10px {
	margin-top: 10px !important;
}
.marginTop15px {
	margin-top: 15px !important;
}
.marginTop20px {
	margin-top: 20px !important;
}
.marginTop30px {
	margin-top: 30px !important;
}
.marginTop50px {
	margin-top: 50px !important;
}
.marginTop100px {
	margin-top: 100px !important;
}
.marginBottom0px {
	margin-bottom: 0px !important;
}
.marginBottom3px {
	margin-bottom: 3px !important;
}
.marginBottom5px {
	margin-bottom: 5px !important;
}
.marginBottom10px {
	margin-bottom: 10px !important;
}
.marginBottom15px {
	margin-bottom: 15px !important;
}
.marginBottom20px {
	margin-bottom: 20px !important;
}
.marginBottom30px {
	margin-bottom: 30px !important;
}
.marginBottom40px {
	margin-bottom: 40px !important;
}
.marginBottom50px {
	margin-bottom: 50px !important;
}
.marginBottom80px {
	margin-bottom: 80px !important;
}
.marginBottom100px {
	margin-bottom: 100px !important;
}
.marginTopBottom5px {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.marginTopBottom10px {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.marginLeft0px {
	margin-left: 0px !important;
}
.marginLeft5px {
	margin-left: 5px !important;
}
.marginLeft10px {
	margin-left: 10px !important;
}
.marginRight10px {
	margin-right: 10px !important;
}
.marginRight30px {
	margin-right: 30px !important;
}
.marginRight50px {
	margin-right: 50px !important;
}
.paddingLeft5px {
	padding-left: 5px !important;
}
.paddingLeft10px {
	padding-left: 10px !important;
}
.paddingLeft20px {
	padding-left: 20px !important;
}
.paddingLeft30px {
	padding-left: 30px !important;
}
.paddingRight10px {
	padding-right: 10px !important;
}
.paddingRight20px {
	padding-right: 20px !important;
}
.paddingRight30px {
	padding-right: 30px !important;
}
.width1em {
	width: 1em !important;
}
.width2em {
	width: 2em !important;
}
.width3em {
	width: 3em !important;
}
.width4em {
	width: 4em !important;
}
.width5em {
	width: 5em !important;
}
.width6em {
	width: 6em !important;
}
.width7em {
	width: 7em !important;
}
.width8em {
	width: 8em !important;
}
.width10em {
	width: 10em !important;
}
.width12em {
	width: 12em !important;
}
.width15em {
	width: 15em !important;
}
.width20em {
	width: 20em !important;
}
.width25em {
	width: 25em !important;
}
.width30em {
	width: 30em !important;
}
.width40em {
	width: 40em !important;
}
.width50em {
	width: 50em !important;
}
.widthHalf {
	width: 50% !important;
}
.width32per {
	width: 32% !important;
}
.width48per {
	width: 48% !important;
}
.width75per {
	width: 75% !important;
}
.width100per {
	width: 100% !important;
}

/*マージン調整用*/
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 15px;}

.mr0 {margin-right: 0 !important;}

.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}

.mb0 {margin-bottom: 0 !important;}
.mb10 {margin-bottom: 10px !important;}

.mb10-1000 {margin-bottom: 10px;}

.mb15 {margin-bottom: 15px;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}

@media screen and (max-width: 739px) {

.mt40 , .mt50 , .mt60 , .mt70 , .mt80{margin-top: 30px;}
.mb40 , .mb50 , .mb60 , .mb70 , .mb80{margin-bottom: 30px;}

}

/*PC表示*/
@media screen and (min-width: 739px) {

.contentsP100{
  padding-left: 100px;
  padding-right: 100px;
}
  
.contentsP80{
  padding-left: 80px;
  padding-right: 80px;
}
  
.contentsP60{
  padding-left: 60px;
  padding-right: 60px;
}
  
}


.bgRed {
	background-color: #F00 !important;
}
.bgOrange {
	background-color: #F90 !important;
}
.bgYellow {
	background-color: #FF0 !important;
}
.bgYellowLight {
	background-color: #FFC !important;
}
.bgPink {
	background-color: #F0F !important;
}
.bgPinkLight {
	background-color: #FCF !important;
}
.bgBlueLight {
	background-color: #CFF !important;
}
/* --- Clear Fix ------------- */

.clearfix:before,
.clearfix:after,
.allWraper:before,
.allWraper:after,
#open_outer:before,
#open_outer:after {
	display: table;
	content: " ";
}
.clearfix:after,
.allWraper:after,
#open_outer:after{
	clear: both;
}



.row {
	margin-left: 0;
	margin-right: 0
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}



.sp_display {
	display:none;
}


.icon_pdf {
	display:inline-block;
	width: 16px;
	margin: 0px 3px;
	vertical-align: middle;
}

@media screen and (max-width: 739px) {
.sp_none {
	display:none
}
.sp_display {
	display:inline;
}
}

.g-map iframe,
.g-map object,
.g-map embed {
	width: 100%;
	height: 400px;
  border: none;
}



/* /////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////
			
			contents
			
////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////// */

/* CSS Document */
.all_wraper {
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 0;
}

@media screen and (min-width: 739px) {
#wrapper {
	min-width: 960px;
}

}



.container {
	width:960px;
	height:100%;
	margin:0px auto;
}
@media screen and (max-width: 959px) {
.container {
	width:100%;
	padding:0px 10px;
}

}
@media screen and (max-width: 739px) {
.all_wraper {
	padding-left: 0px;
	padding-right: 0px;
}
.container {
	width:100%;
	padding:0px 10px;
}

}

@media screen and (max-width: 959px) {


}




/* -----------------------------------
    スマホメニュー
   ----------------------------------- */
.language_btn,
#right-menu {
	display:none;
}

@keyframes btn-show {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes btn-none {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

@media screen and (max-width: 739px) {
#right-menu {
	display:block;
	float:right;
	right: 0px;
	left: auto;
	cursor: pointer;
	position: absolute;
	top: 5px;
	z-index: 99;
	padding:0px;
}

.language_btn img,
#right-menu img {
	width: 55px;
}


#right-menu #sp-navi-btn-open {
	display:block;
    animation: btn-show 1s linear 0s;
    }
#right-menu #sp-navi-btn-close {
	display:none;
     animation: btn-none 1s linear 0s;
    }
.sidr-open #right-menu #sp-navi-btn-open {
	display:none;
     animation: btn-none 1s linear 0s;
    }
.sidr-open #right-menu #sp-navi-btn-close {
	display:block;
    animation: btn-show 1s linear 0s;
    }


}




.dammy_sns {
	margin:0px 0px 20px 20px;
}


/* -----------------------------------
    common parts
   ----------------------------------- */

/* カラム */
.column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.column_container .column2_box:nth-child(1n) {
	padding: 0px 7.5px 15px 0px;
}
.column_container .column2_box:nth-child(2n) {
    padding: 0px 0px 15px 7.5px;
}
.column_container .column3_box:nth-child(1n) {
	padding: 0px 10px 15px 0px;
}
.column_container .column3_box:nth-child(2n) {
    padding: 0px 5px 15px 5px;
}
.column_container .column3_box:nth-child(3n) {
    padding: 0px 0px 15px 10px;
}
.column_container .column4_box:nth-child(1n) {
	padding: 0px 10px 15px 0px;
}
.column_container .column4_box:nth-child(2n),
.column_container .column4_box:nth-child(3n) {
    padding: 0px 5px 15px 5px;
}
.column_container .column4_box:nth-child(4n) {
    padding: 0px 0px 15px 10px;
}

.column_container .column2_box {
	width: 50%;
}
.column_container .column3_box {
	width: 33.3333%;
}
.column_container .column4_box {
	width: 25%;
}

.column_container a {
	display:block;
}
.column_container img {
	width:100%;
	vertical-align:bottom;
}

@media screen and (max-width: 739px) {

.column_container {
}
.column_container .column4_box{
	width:50%;
}
.column_container .column4_box:nth-child(1n),
.column_container .column4_box:nth-child(3n) {
    padding: 0px 7px 15px 0px;
}
.column_container .column4_box:nth-child(2n),
.column_container .column4_box:nth-child(4n) {
    padding: 0px 0px 15px 7px;
}

}
@media screen and (max-width: 550px) {

.column_container {
	display:block;
}
.column_container .column2_box ,
.column_container .column3_box ,
.column_container .column4_box{
	width:100%;
}
.column_container .column2_box:nth-child(1),
.column_container .column2_box:nth-child(2),
.column_container .column3_box:nth-child(1),
.column_container .column3_box:nth-child(2),
.column_container .column3_box:nth-child(3),
.column_container .column4_box:nth-child(1),
.column_container .column4_box:nth-child(2),
.column_container .column4_box:nth-child(3),
.column_container .column4_box:nth-child(4)  {
	padding:0px 0px 20px 0px;
}

}



/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

     footer 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */

#footer {
	padding: 40px 0px 80px;
	position: relative;
	text-align:center;
	color:#000000;
	background: #FFFFFF;
	border-top: solid 5px #0099DD;
}
#footer .container {
	font-size:82%;
}

.notice_link_box {
	text-align:center;
	margin-top:30px;
}

.copyright_block {
	display:inline-block;
	text-align:center;
	margin-top:40px;
}
.copyright_block strong {
	display:block;
	font-size:142%;
}
.copyright_block p {
	display:block;
	border-top:solid 1px #0099DD;
	margin-top:8px;
	padding:10px 0px 0px;
}

.footer_contact_name {
	display:inline-block;
	font-size:120%;
}
.footer_contact_title {
	display:inline-block;
	padding:2px 15px 0px;
	margin:5px 0px 5px;
	border:solid 1px #666;
	color:#666;
}
.footer_call {
	display:inline-block;
	padding:0px 15px 0px;
	font-size:120%;
	border-bottom:dotted 1px #CCCCCC;
}

@media screen and (max-width: 739px) {
#footer {
	text-align:center;
	font-size:100%;
}


}


/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

     SNS 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */
/* SNS */

.sns_container li {
	display:inline-block;
	padding:0px 10px 0px 0px;
}
.sns_container li > a,
.sns_container li > span {
	display:inline-block;
	cursor:pointer;
	background-color: #0099DD;
	padding:5px;
	border-radius:3px;
	color:#FFFFFF;
	text-decoration:none;
}
.sns_container li a:hover,
.sns_container li span:hover {
	opacity:.7;
}
.sns_container li.facebook > a,
.sns_container li.facebook > span {
	background-color: #3664a2;
}
.sns_container li.twitter > a,
.sns_container li.twitter > span {
	background-color: #1da1f2;
}
.sns_container li.instagram > a,
.sns_container li.instagram > span {
	background-color: #D1006D;
}
.sns_container li.line > a,
.sns_container li.line > span {
	background-color: #00b900;
}

.sns_container li img {
	width:26px;
	vertical-align: middle;
}
#footer .sns_container li img {
	margin-right:5px;
}


@media screen and (max-width: 739px) {

.sidr .sns_container ul {
	border:none;
}
.sidr .sns_container ul li {
	display:inline-block;
	border:none;
}
.sidr .sns_container li > a,
.sidr .sns_container li > span {
	padding:5px;
}


.sns_container li {
	padding:0px 10px 10px 0px;
}
.sns_container li img {
	width:30px;
}



}


/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      page_top

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #0099DD;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0 10px;
    text-align: center;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position:relative;
}
#page-top:hover {
	opacity: .7;
}
#page-top a img {
	position:absolute;
	top:-25px;
}

.map_link_btn , .hover_link_btn {
	margin:15px 0px;
	text-align:right;
}
.map_link_btn.long_btn , .hover_link_btn.long_btn {
	margin:15px 0px;
	text-align:right;
}
.map_link_btn > a,
.map_link_btn > input[type="submit"],
.map_link_btn > button,
.hover_link_btn > a,
.hover_link_btn > input[type="submit"],
.hover_link_btn > button {
	display:inline-block;
	border:solid 1px #0099DD;
	padding:2px 20px 0px 20px;
	font-size:95%;
	background-color:#FFFFFF;
	color:#0099DD;
	text-decoration:none;
  text-align: center;
  outline: none;
	position: relative;
  z-index: 2;
  overflow: hidden;
}
.map_link_btn.long_btn > a,
.map_link_btn.long_btn > input[type="submit"],
.map_link_btn.long_btn > button,
.hover_link_btn.long_btn > a,
.hover_link_btn.long_btn > input[type="submit"],
.hover_link_btn.long_btn > button {
	display:block;
}
.map_link_btn > a::before,
.map_link_btn > a::after,
.map_link_btn > input[type="submit"]::before,
.map_link_btn > input[type="submit"]::after ,
.map_link_btn > button::before,
.map_link_btn > button::after,
.hover_link_btn > a::before,
.hover_link_btn > a::after,
.hover_link_btn > input[type="submit"]::before,
.hover_link_btn > input[type="submit"]::after ,
.hover_link_btn > button::before,
.hover_link_btn > button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.map_link_btn > a,
.map_link_btn > a::before,
.map_link_btn > a::after ,
.map_link_btn > input[type="submit"],
.map_link_btn > input[type="submit"]::before,
.map_link_btn > input[type="submit"]::after ,
.map_link_btn > button,
.map_link_btn > button::before,
.map_link_btn > button::after,
.hover_link_btn > a,
.hover_link_btn > a::before,
.hover_link_btn > a::after ,
.hover_link_btn > input[type="submit"],
.hover_link_btn > input[type="submit"]::before,
.hover_link_btn > input[type="submit"]::after ,
.hover_link_btn > button,
.hover_link_btn > button::before,
.hover_link_btn > button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.map_link_btn > a:hover,
.map_link_btn > input[type="submit"]:hover,
.map_link_btn > button:hover,
.hover_link_btn > a:hover,
.hover_link_btn > input[type="submit"]:hover,
.hover_link_btn > button:hover {
  color: #fff;
	background-color:#0099DD;
	cursor:pointer;
}
.map_link_btn > a::after,
.map_link_btn > input[type="submit"]::after,
.map_link_btn > button::after,
.hover_link_btn > a::after,
.hover_link_btn > input[type="submit"]::after,
.hover_link_btn > button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.map_link_btn > a:hover::after,
.map_link_btn > input[type="submit"]:hover::after,
.map_link_btn > button:hover::after,
.hover_link_btn > a:hover::after,
.hover_link_btn > input[type="submit"]:hover::after,
.hover_link_btn > button:hover::after{
  background: #0099DD;
  -webkit-transform: scale(1);
  transform: scale(1);
}


.maintext_btn_container {
    text-align: center;
}

.maintext_btn_container a.fontsize-100per {
    font-size: 100%;
}

.maintext_btn_container a {
    display: inline-block;
    width: 70%;
    font-size: 130%;
    padding: 13px 10px 12px;
    margin: 30px auto 10px;
}

@media screen and (max-width: 739px) {
.maintext_btn_container a {
    width: 90%;
	margin:0;
}
}

	
/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
#instagram .headLine01 {
	margin-bottom: 30px;
}

#instagram .topLink {
	margin: 0 auto 13px;
	padding-left: 0;
	width: auto;
}

#instagram .topLink li {
	margin-right: 0;
}

#instagram .topLink li a {
	padding: 4px 10px;
	font-size: 10px;
}

#instagram .link {
	margin: 0 0 7px;
	text-align: center;
}

#instagram .photoList {
	margin: 0;
	width: 100%;
}

#instagram .photoList li {
	margin: 0;
	padding: 0 0 12px;
	width: 48%;
}

#instagram .photoList li.flr {
	float: right;
}

#instagram .photoList li img {
	width: 100%;
	height: auto;
}

.more {
	margin-top: 10px;
}

.more img {
	width: 48px;
}


.pop .subpop {
	padding: 35px 25px 25px;	
}

.pop .close {
	margin: 0 -19px 5px;
}

.pop .close img {
	width: 16px !important;
}

.pop .photo img {
	width: 100%;
}

.pop .switch a {
	top: 37%;
}

.pop .switch a img {
	width: 8px !important;
}

.pop .switch .prev {
	left: 25px;
}

.pop .switch .next {
	right: 25px;
}

.pop .text {
	margin-top: 5px;
}

.pop p {
	margin-top: 0;
	width: 70%;
	float: left;
}

.pop p br {
	display: none;
}
@media screen and (max-width: 739px) {
	.pop .subpop {
		padding: 15px;	
	}
}


	
/*------------------------------------------------------------
	input
------------------------------------------------------------*/

.entry_number {
	width:6em !important;
}
.entry_year {
	width:5em;
}
.width100_form {
	width:100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance:textfield;
}
input::-ms-clear {
    visibility:hidden
}


	
/*------------------------------------------------------------
	応募状況
------------------------------------------------------------*/
/*  */
.cycling_news_area {
	width:700px;
	margin:80px auto 30px;
}
.cycling_news_title {
	width:100%;
	margin:10px auto 15px;
	text-align:center;
}
.cycling_news_title img {
	height:100px;
	width:auto;
	
}
.cycling_news_box {
	border:solid 1px #0099DD;
	padding:20px;
}
.cycling_news_box .box_cell{
}
.cycling_news_box .box_cell .title{
	display:block;
	padding:2px 10px 0px;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
	text-align:center;
}
.cycling_news_box .box_cell.c_1000{
	margin:0px 0px 0px;
}
.cycling_news_box .box_cell.c_1000 .title{
	background-color:#ee7e05;
}
.cycling_news_box .box_cell.c_1000 .size_list{
	margin:15px 0px 0px;
}
.cycling_news_box .box_cell.c_1000 .size_list li{
	display:inline-block;
	margin-right:15px;
}
.cycling_news_box .box_cell.c_1000 .j_size{
	display:inline-block;
	padding:1px 5px 0px;
	margin-right:5px;
	background-color:#333333;
	color:#FFFFFF;
	font-size:85%;
}
.cycling_news_box .box_cell.c_1000 .note{
	margin:10px 10px 0px;
}
.cycling_news_box .box_cell.c_a20{
}
.cycling_news_box .box_cell.c_a20 .title{
	background-color:#0099DD;
}


.entry_end_box {
	width: 73%;
	margin: 30px auto 60px;
	padding: 30px 30px 27px 30px;
	border: solid 1px #0099DD;
	color:#FF0000;
}

/* 2018.05.09 add スタンプ完走条件緩和 */

.cycling_news_0509_area{
	width:740px;
	margin:50px auto 80px;
	text-align: center;
}
.cycling_news_0509_area a{
	display: block;
	text-decoration: none;
	background-color:#F00;
}
.cycling_news_0509_area a:hover{
	opacity: .7;
}
.cycling_news_0509_area .title{
	display: block;
	padding:10px 10px 7px;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
	text-align:center;
	text-decoration: none;
}
#challenge_1000 .cycling_news_0509_area .title{
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: center;
    -ms-align-items: center;
	align-items: center;
}
#challenge_1000 .cycling_news_0509_area .title span{
	width : calc(100% - 4em) ;
}
#challenge_1000 .cycling_news_0509_area .title:before{
	content: "▼　";
	width: 2em;
}
#challenge_1000 .cycling_news_0509_area .title:after{
	content: " ▼";
	width: 2em;
}


.box_cell.c_1000 .entry_thanks {
	border:none;
	padding:0px 10px;
	margin:0px 5px;
	line-height:1.25em;
	font-size:90%;
	color:#000;
}


@media screen and (max-width: 700px) {
.cycling_news_area,
.cycling_news_0509_area{
	width:100%;
	margin:30px 0px 30px;
	padding:0px 10px;
}
}

/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      News area

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */

#news_container {
	margin: 0 auto;
	width: 960px;
	background-color:#FFFFFF;
	padding-bottom:30px;
	text-align:center;
}
#news_container .news_title {
	margin:50px auto 10px;
	text-align:center;
}
#news_container .news_title img {
	width:130px;
}

#news_container .news_list {
	width: 750px;
	margin: 10px auto 20px;
	padding:0 10px;
	overflow-y: scroll;
	height:300px;
}
#news_container.lower .news_list {
	width: 800px;
	margin: 40px auto -20px;
}
#news_container .news_list li {
	display: block;
	text-align: left;
	border-bottom: dotted 1px #CCCCCC;
	padding: 10px 0px 8px 27px;
	position: relative;
	line-height: 1.25;
}
#news_container .news_list li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 20px solid #d78113;
    position: absolute;
    top: 16px;
    left: 0;
}
#news_container.lower .news_list li:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 20px solid #d78113;
    position: absolute;
    top: 16px;
    left: 0;
}

#news_container .news_list li a {
	display: block;
	padding: 5px 5px 3px;
	text-decoration: none;
}

#news_container .press_button{
	margin:15px 0 25px 0;
	text-align: center;
	display:inline-block;
	width:auto;
	text-decoration: none;
	padding:5px 20px;
	font-size:14px;
}

@media screen and (max-width: 739px) {
#news_container {
	margin: 40px auto 0px;
	width: 100%;
	background-color:#FFFFFF;
	padding:0px 10px 0px;
	text-align:center;
}
#news_container .news_list li {
	padding: 0px 0px 0px 13px;
	position: relative;
}
#news_container .news_list ,
#news_container.lower .news_list {
	width: 100%;

	margin: 40px auto 0px;
}
#news_container .news_list li:before,
	#news_container.lower .news_list li:before{
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-left: 10px solid #d78113;
    position: absolute;
    top: 12px;
    left: 0;
}

}


/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      michinoeki area

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */

.michinoeki_set {
	margin-bottom: 50px;
}
.michinoeki_set h4 {
    padding: 8px 15px 5px;
    background-color: #0099DD;
    color: #FFFFFF;
}
.michinoeki_set h4 .nomber {
	display: inline-block;
	min-width: 2em;
	padding: 3px 15px 1px;
	margin-right: 15px;
	background-color: #FFFFFF;
	color: #0099DD;
	font-weight: bold;
}

.michinoeki_set dl {
	display: table;
	border-bottom: dotted 1px #A8DEF8;
	margin-bottom: 5px;
	width: 100%;
}
.michinoeki_set dl dt {
	display: table-cell;
	width: 12em;
	min-width: 12em;
	padding: 2px 15px 0px;
	background-color: #A8DEF8;
	text-align: center;
	vertical-align: middle;
}
.michinoeki_set dl dd {
	display: inline-block;
	padding: 2px 15px 0px 5px;
	    line-height: 1.25em;
}

.michinoeki_set + .read_copy {
	margin-top: 100px;
}

@media screen and (max-width: 739px) {

.michinoeki_set h4 {
    padding: 5px 15px 5px;
	line-height: 1.3em;
}
.michinoeki_set h4 .nomber {
	display: inline-block;
	min-width: 2em;
	padding: 3px 3px 1px;
	margin-right: 5px;
}

.michinoeki_set dl {
	display: table;
	margin-bottom: 2px;
	width: 100%;
}
.michinoeki_set dl dt ,
.michinoeki_set dl dd {
	display: table-cell;
	margin-bottom: 2px;
	line-height: 1.25em;
	vertical-align: middle;
}
.michinoeki_set dl dt {
	min-width: 6em;
	width: 6em;
	padding: 7px 5px 5px;
	background-color: #A8DEF8;
	text-align: center;
}
.michinoeki_set dl dd {
	padding: 7px 5px 5px 5px;
	width : calc(100% - 6.5em) ;
}
}




/* -----------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++

      lang btn add

+++++++++++++++++++++++++++++++++++++++++++++++++++++++
------------------------------------------------------- */
@media screen and (min-width: 739px) {

.modal .checkbox{
  display: none;
}
.close {
	display: none;
}


}

/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/
@media screen and (max-width: 739px) {

.modal .checkbox{
  display: none;
}

/* Gray background */
.modal .modal-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: none;
  background-color: rgba(0,0,0,0.7);
}

/* Box */
.modal .modal-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  padding: 40px 50px;
  width: 60%;
  margin: 20px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;
}
.modal .modal-wrap.small{
  width: 30%;
}
.modal .modal-wrap.full{
  width: 100%;
  height: 100%;
}

.modal .modal-wrap.a-center {
  align-self: center;
}
.modal .modal-wrap.from-left {
  transform: translateX(-100%);
}
.modal .modal-wrap.from-right {
  transform: translateX(100%);
}
.modal .modal-wrap.from-top {
  transform: translateY(-100%);
}
.modal .modal-wrap.from-bottom {
  transform: translateY(100%);
}


/* Close button */
.modal .modal-overlay .close{
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 40px;
  width: 30px;
  height: 30px;
  color: #282c34;
}

.modal .modal-overlay .close:hover{
  cursor: pointer;
  color: #4b5361;
}


 .modal .o-close {
	 display: inline-block;
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

.modal input:checked ~ .o-close {
  z-index: 9998;
}
.modal input:checked ~ .modal-overlay{
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.modal input:checked ~ .modal-overlay .modal-wrap {
  transform: translateY(0);
  z-index: 9999;
}
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 739px){
  .modal .modal-wrap {
    width: 80%;
    padding: 20px;
  }
}

/* Phone size */
@media (max-width: 500px){
  .modal .modal-wrap {
    width: 90%;
  }
}

/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}




/*------------------------------------------------------------
	input
------------------------------------------------------------*/

.entry_number {
	width:6em !important;
}
.entry_year {
	width:5em;
}
.width100_form {
	width:100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance:textfield;
}
input::-ms-clear {
    visibility:hidden
}



#formtarget {
    display: none;
}

.displayForm1 #form1,
.displayForm2 #mailformpro {
    display: block;
}
.displayForm1 #mailformpro,
.displayForm2 #form1 {
    display: none;
}


.map_link_btn button#form1submitBtn:disabled,
.map_link_btn button#form1submitBtn:disabled:hover {
	border:solid 1px #cccccc;
	background-color:#FFFFFF;
	color:#cccccc;
}
.map_link_btn > a:hover:disabled:after,
.map_link_btn > input[type="submit"]:hover:disabled:after,
.map_link_btn > button:hover:disabled:after {
	background-color:#FFFFFF;

}

.pickup{
	font-size:110%;
	font-weight:bold;
	width:100%;
	margin-top:30px;
	padding:30px;
	border:5px solid #d2191a;
	text-align:left;
	word-wrap:break-word
}

@media screen and (max-width: 739px) {
	
.pickup{
	margin-bottom:30px;
	padding:20px;
}
	
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

table.p01{
	width:100%;
	margin-bottom:30px;
}

table.p01 th{
	padding:10px;
	vertical-align:top;
}

table.p01 td{
	padding:10px;
}

table.p02{
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
	font-size:85%;
}

table.p02 tr th {
    background-color: #0BA7F5;
    color: #FFFFFF;
	border: solid 1px #000000;
    padding: 8px;
	vertical-align:middle;
	text-align:center;
}

table.p02 tr td {
	border: solid 1px #000000;
    padding: 8px;
	text-align:center;
}


.waka_sns{
	font-size:24px;
	color:#f08300;
	font-weight:bold;
	margin-top:15px;
}

#pressrelease{
    overflow: hidden;
	margin-bottom:50px;
}

#pressrelease ul{
	border-top: dotted 1px #CCCCCC;
}

#pressrelease ul li{
	overflow:hidden;
	padding:15px 0;
	border-bottom: dotted 1px #CCCCCC;
}

#pressrelease ul li p{
	float:left;
	width:15%;
}

#pressrelease ul li h4{
	float:left;
	overflow:hidden;
	width:85%;
}


@media screen and (max-width: 739px) {

.waka_sns{
	font-size:18px;
}

#pressrelease{
	margin-bottom:30px;
}

#pressrelease ul li{
	padding:15px 0;
}

#pressrelease ul li p{
	width:100%;
	margin-bottom:10px;
}

#pressrelease ul li h4{
	width:100%;
}

}

.pc{display:inline !important;}

.sp{display:none !important;}

@media screen and (max-width: 739px) {

.pc{display:none !important;}

.sp{display:inline !important;}

}
