@charset "utf-8";
/**
 * tokutoku style.css 1.0.01
 * Released on: 10.01,2025
 */
/* Noto Sans JP 全ウェイトをGoogle Fontsから読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* 例：太さごとのクラス */
.bold100 { font-weight: 100; }
.bold300 { font-weight: 300; }
.bold400 { font-weight: 400; }
.bold500 { font-weight: 500; }
.bold700 { font-weight: 700; }
.bold900 { font-weight: 900; }

body,
header{
    width: 100%;
    margin: 0px;
    padding: 0px;
  font-feature-settings: "palt";
}
main{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; /* 標準はRegular */
    width: 100%;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased; /* iOS・Mac向け */
    -moz-osx-font-smoothing: grayscale;  /* Firefox向け */
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.txt-link,
.txt-link a:link,
.txt-link a:visited{
    color: #000000;
	word-break: break-all;
}
.txt-link a:hover {
  color: red;
}
/* ==================================================
   パンくず
================================================== */

.jtb-nav-breadcrumb {
	margin: 1px auto 5px;
    max-width: 1230px;
	padding: 0 5px;
	line-height: 1.2;
}
.jtb-nav-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-left: 14px;
	font-size: 1.0rem;
	color: #999;
	line-height: 2.1;
}
.jtb-nav-breadcrumb li:first-child{
	margin-left: 0;
}
.jtb-nav-breadcrumb li:before{
	position: absolute;
	top: 0;
	right: -10px;
	font-size: 1.1rem;
	color: #999;
	line-height: 2.1;
	content: ">";
}
.jtb-nav-breadcrumb li:last-child:before {
	display: none;
}

#breadcrumbs{
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    text-align: left!important;
    padding: 0px;
}
@media only screen and (max-width:1199px) {
	#breadcrumbs{
    width: 100%;
    margin: 0px auto;
    padding: 0px;

	}
	.sp_t30{
    padding-top: 30px!important;
	}
}
.tokutoku-pc{
    display: block;
  }
.tokutoku-sp{
    display: none;
  }
.tokutoku-pc680{
    display: block;
  }
.tokutoku-sp680{
    display: none;
  }
.tokutoku-pc420{
    display: block;
  }
.tokutoku-sp420{
    display: none;
  }

@media only screen and (max-width:1230px) {
	.tokutoku-pc{
    display: none;
	}
	.tokutoku-sp{
    display: block;		
  }
}
@media only screen and (max-width:680px) {
	.tokutoku-sp680{
    display: block;		
  }
.tokutoku-pc680{
    display: none;
  }
}

@media only screen and (max-width:420px) {
	.tokutoku-pc420{
    display: none;
	}
	.tokutoku-sp420{
    display: block;		
  }
}



/*--------------------------------------------------------------
# loader
--------------------------------------------------------------*/

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
/* 以下のコードを追加 */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
	color: #003e8d;
  font-size: 200%;
  margin: 300px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: sk-scaleout 1.3s infinite linear;
  animation: sk-scaleout 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
	
}
/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes sk-scaleouts {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
@keyframes bounce {
  0% , 50% , 100%{
    transform: translate(-50%, 0px);
    height: 20px;
  }
  20% {
    transform: translate(-25%, 85px);
    height: 28px;
  }
  25% {
    transform: translate(-25%, 110px);
    height: 12px;
  }
  70% {
    transform: translate(-75%, 85px);
    height: 28px;
  }
  75% {
    transform: translate(-75%, 108px);
    height: 12px;
  }
}
@keyframes rotate {
  0% , 50% , 100%{ transform: rotate(0deg)}
  25% { transform: rotate(90deg)}
  75%{ transform: rotate(-90deg)}
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap; /* 折返し指定 */
}
/*
# Accordion
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
#qa_bx{
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px;
	font-feature-settings: "palt";
}
#qa_bx .accordion-wrap {
    position: relative;
    width: 100%;
    margin: 0;
}

#qa_bx .qa-sub{
    padding-top: 40px;
    width: 95%;
    margin: 0px auto;
    font-size: 160%;
    text-align: center;
}
#qa_bx .qa_title_bx{
    width: 95%;
    margin: 0px auto;
    font-size: 300%;
    text-align: center;
    padding-bottom: 40px;	
}
#qa_bx .accordion-wrap .entry-content {
    margin: 0;
}
#qa_bx .qa-bg{
    margin: 0px;
    width: 100%;
    background: #25b7be!important;
}

/*--------------------------------------------------------------
# tokutoku
--------------------------------------------------------------*/
#tokutoku{
    width: 100%;
    margin: 0px;
    padding: 0px;
	font-feature-settings: "palt";
}
#tokutoku header{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#tokutoku h3{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#tokutoku .tokutoku_head{
    font-size: 240%;
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
    color: #FFFFFF;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
    border-top: 6px solid #006ec9;
}
#tokutoku .tokutoku_head{
    background-color: #c80000;
}
#tokutoku .tokutoku_head img{
    width: 100%;
}
#tokutoku .pagetitle{
    width: 100%;
    max-width: 1230px;
    font-weight: bold;
    font-size: 240%;
    margin: 10px auto 20px;
    padding: 5px 5px 5px 15px;
    border-left: 10px solid #c60f28;
    line-height: 120%;
}
#tokutoku .tokutoku_photo{
    width: 100%;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/common/photo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
}
#tokutoku .tokutoku_photo_bx{
    background-image: url(../images/common/bg.png);
    width: 100%;
    height: 600px;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0pt;
    }
#tokutoku .tokutoku_title{
    width: 100%;
    max-width: 920px;
    margin: 0px auto 5px;
    padding-top: 20px;
}
#tokutoku .tokutoku_title img{
    width: 100%;
}

/*--------------------------------------------------------------
# contents
--------------------------------------------------------------*/
#tokutoku #tab_area_a {
    width: 100%;
    background-color: #f0f0f0;
    background-repeat: repeat;
    padding-top: 60px;
}
#tokutoku #tab_area_a .tokutoku_pay{
    width : calc(100% - 160px);
    max-width: 1230px;
    margin: 0px auto;
	background-color: #FFFFFF;
    background-repeat: repeat;
    padding: 0px 0px 0px;
}

#tokutoku #tab_area_a .pay_day{
    width: 95%;
    background-color: #000096;
    color: #FFFFFF;
    border: 5px double #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
＃point
--------------------------------------------------------------*/
#tokutoku .point_bx{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 60px;
}
#tokutoku .point_mainbx{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 20px;
}
#tokutoku #tab_area_b .tokutoku_pay{
    width: 100%;
    background-repeat: repeat;
}
#tokutoku .pay_bx{
    width: 95%;
    margin: 0px auto;
    background-color: #FFFFFF;
    padding-bottom: 40px;
    padding-top: 60px;
}
#tokutoku .pay_bx_inner{
    width: 95%;
    max-width: 1120px;
    margin: 0px auto;
    padding-top: 20px;
}
#tokutoku .pay_bx_inner_a{
    width: 90%;
    max-width: 980px;
    margin: 0px auto;
    padding-top: 20px;
}
#tokutoku .pay_bx h4{
    margin: 0px auto;
    padding-top: 20px;
    padding-left: 20px;
    width: 90%;
}
#tokutoku .pay_bx h5{
    margin: 0px auto;
    padding-top: 5px;
    padding-left: 20px;
}
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 300%;
    padding-top: 15px;
    text-align: right;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 240%;
    text-align: left;
}
#tokutoku .pay_bx .pay1{
    font-weight: bold;
    font-size: 70px;
    line-height: 50px;
    padding-top: 10px;
}
#tokutoku .pay_bx .pay2{
    font-weight: bold;
    font-size: 800%;
    line-height: 120%;
}
#tokutoku .pay_bx .pay1 span{
    font-weight: bold;
    font-size: 20px;
}
#tokutoku .pay_bx .pay2 span{
    font-weight: bold;
    font-size: 20px;
}
#tokutoku .pay_bx .way_bx{
    font-size: 24px;
    color: #FFFFFF;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0px 0px 0px;
    line-height: 30px;
}
#tokutoku #tab_area_a .pay_bx .way_bx{
    background-color: #FF0000;
}
#tokutoku #tab_area_b  .pay_bx .way_bx{
    background-color: #D00000;
}
#tokutoku .pay_bx .pay_m_sub{
    font: normal 16px/120% "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    margin-top: 10px;
}
#tokutoku .pay_bx .pay_sub{
	font: normal 16px/16px "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center!important;
    padding-bottom: 10px;
    color: #000000;
}
#tokutoku #tab_area_a .pay_bx .pay_l{
    width: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/common/dot.png);
    background-position: right 35%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_l{
    width: 40%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_r{
    width: 60%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_l2{
    width: 50%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_r2{
    width: 50%;
}
#tokutoku #tab_area_b .pay_bx .pay_l{
    width: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/common/dot2.png);
    background-position: right 25px;
}
#tokutoku #tab_area_a .pay_bx .pay_r{
    text-align: center;
    width: 50%;
}
#tokutoku #tab_area_b .pay_bx .pay_r{
    text-align: center;
    width: 50%;
}
#tokutoku #tab_area_b .pay_l2{
    width: 55%;
	padding-top: 25px;
    text-align: right!important;
}
#tokutoku #tab_area_b .pay_r2{
    width: 45%;
    text-align: left;
}
#tokutoku .pay_all{
    padding-top: 5px;
    width: 100%;
    text-align: left;
    text-indent: 20px;
}
#tokutoku .information_box{
    width: 90%;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}
#tokutoku .information_box p{
    padding: 10px 10px 0px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}


#tokutoku .pre_pay{
	width: 90%;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 15px;
    font: bold 180% "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	}

#tokutoku .pay_bx .pay_line{
    width: 90%;
    border-top: 2px dotted #343434;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#tokutoku .pay_bx .pay_btn{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}
#tokutoku .point_btn{
	width: 95%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
}
.pay_pd{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#tokutoku .read_contents{
    width : calc(100% - 160px);
    background-color: #fff;
    margin: 0px auto;
    padding: 0px 0px 40px;
    max-width: 1230px;
    background-repeat: repeat;
}
#tokutoku .reserve_bx{
    width: 95%;
    max-width: 1100px;
    margin: 0px auto;
    padding-bottom: 40px;
    padding-top: 20px;
}

#tokutoku .koutei_img{
    width: 90%;
    max-width: 1060px;
    margin: 0px auto 40px;    
}

#tokutoku .koutei_img img{
    width: 100%;
}


#tokutoku .read_contents .read_title{
    font-size: 280%;
    text-align: left;
    font-weight: bold;
			}
#tokutoku .read_contents .read_title_b{
	font: bold 120% "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
		}
#tokutoku .read_contents .read_sub{
    font: bold 180% "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#tokutoku #tab_area_a .read_contents .read_sub{
	background-color: #e6ebff;
    color: #006ec9;
}
#tokutoku #tab_area_b .read_contents .read_sub{
	background-color: #D3E2FF;
	color: #193EAF;
}


#tokutoku .read_contents .point_bg{
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width : calc(100% / 40px);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}
#tokutoku .read_contents .point_no{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}
#tokutoku #tab_area_a .read_contents .point_bg{
    border: 20px solid #DFF1FF
}
#tokutoku #tab_area_b .read_contents .point_bg{
    border: 20px solid #DFF1FF;
}
#tokutoku #tab_area_a .read_contents .point_bg .point_no{
    background-color: #ff0000;
}
#tokutoku #tab_area_b .read_contents .point_bg .point_no{
	background-color: #A80000;
}
#tokutoku .read_contents .point_bg hr{
    border-top: 2px dotted #343434;
    margin: 20px auto;
    width: 95%;
}



#tokutoku .point_bx{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    margin-top: 20px;
}
#tokutoku .point_area{
    width: 12em;
    position: relative;
    padding: 15px;
    outline: 2px dashed #fff;
    outline-offset: -8px;
    border-radius: 10px;
    background-color: #006ec9;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 15px;
}
#tokutoku .point_area:before{
    position: absolute;
    top: 100%;
    left: 50px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #006ec9;
    border-width: 8px;
    content: "";
}
#tokutoku .point_area_txt{
    text-align: center;
    margin-left: auto;
    font-size: 22px;
    margin-right: auto;
}
#tokutoku .point_txt_area{
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
#tokutoku .read_contents .point_bg .point_subtitle{
    line-height: 120%;
    font-weight: bold;
    font-size: 160%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
	
}
#tokutoku .point_one{
    display: table-cell;
    vertical-align: middle;
}
#tokutoku .read_contents .point_sub{
    font-weight: normal!important;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    color: #4D4D4D;
  font-family: "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    text-indent: 15px;
    line-height: 160%;
}
#tokutoku .read_contents .point_title{
  font-family: "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 160%;
    font-weight: 900!important;
    font-size: 160%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
}

#tokutoku .pay_cap{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 14px;
    margin-top: 15px;
    line-height: 16px;
    font-weight: normal;
}
#tokutoku .pay_cap2{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    margin-top: -5px;
    line-height: 16px;
    font-weight: normal;
    text-align: center!important;
}
#tokutoku .pay_cap3{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    margin-top: -5px;
    line-height: 16px;
    font-weight: normal;
    text-align: left;
}


#tokutoku .point_bx .main_title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 3px solid #006ec9;
    border-bottom: 3px solid #006ec9;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #006ec9;
    font-size: 30px;
    margin-top: 80px;
}



@media only screen and (max-width: 1340px) {
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 200%;
    padding-top: 20px;
}

#tokutoku .pay_bx .pay_sub{
    font: normal 14px/16px "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center!important;
    padding-bottom: 10px;
}
}
@media only screen and (max-width: 1100px) {
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 240%;
    text-align: center;
    padding-top: 0px;
}
#tokutoku #tab_area_a .pay_bx .pay_m_l{
    width: 100%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_r{
    width: 100%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_l2{
    width: 100%;
}
#tokutoku #tab_area_a .pay_bx .pay_m_r2{
    width: 100%;
    padding-top: 0px;
}
#tokutoku .point_area{
    width: 100%;
    background-color: #006ec9;
    border-radius: 2px;
    color: #FFFFFF;
    display: table;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#tokutoku .read_contents .point_sub{
    font-weight: normal!important;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    width: 100%;
    color: #4D4D4D;
    font-family: "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    text-indent: 0px;
    line-height: 160%;
}
#tokutoku #tab_area_a .pay_day{
    width: 95%;
    font: bold 25px/35px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
}
#tokutoku .pay_all{
	padding-top: 0px;	
    text-align: center;
}

}

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

#tokutoku .point_area{
    width: 100%;
    position: relative;
    padding: 5px;
    outline: 2px dashed #fff;
    outline-offset: -5px;
    border-radius: 7px;
    background-color: #006ec9;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
}
#tokutoku .point_area:before{
    position: absolute;
    top: 100%;
    left: 50px;
    height: 0;
    width: 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #006ec9;
    border-width: 8px;
    content: "";
    }
}
@media only screen and (max-width:680px) {
	
#tokutoku #tab_area_a .tokutoku_pay{
	width: 90%;
    max-width: 1230px;
    margin: 0px auto;
	background-color: #FFFFFF;
    background-repeat: repeat;
    padding: 0px 0px 0px;
}
#tokutoku .pay_bx{
    width: 100%;
    margin: 0px auto;
    background-color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 10px;
}
    
    
#tokutoku #tab_area_b .pay_l2{
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#tokutoku #tab_area_b .pay_r2{
    width: 90%;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#tokutoku .pay_all{
	padding-top: 0px;	
    text-align: center;
}

#tokutoku .read_contents{
	width: 95%;
    background-color: #fff;
    margin: 0px auto;
    padding: 0px 0px 0px;
    max-width: 1230px;
    background-repeat: repeat;
}
#tokutoku .reserve_bx{
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    padding-bottom: 40px;
    padding-top: 20px;
}
#tokutoku .read_contents .point_sub{
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal!important;
}
#tokutoku .read_contents .point_title{
  font-family: "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 120%;
    font-weight: 900!important;
    font-size: 140%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
}
#tokutoku .read_contents .pay_btn{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#tokutoku .tokutoku_title{
    width: 100%;
    margin: 0px auto 5px;
    padding-top: 0px;
}
#tokutoku .tokutoku_title img{
    width: 100%;
}

}
/*--------------------------------------------------------------
reserve-button
--------------------------------------------------------------*/
#tokutoku .reserve-button{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  border-radius: 5px;
  width: 100%;
 margin: 0px auto;
  height: 80px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  box-shadow: 3px 3px 0px 0px rgba(169, 205, 239, 1);
}
#tokutoku .information_bx .reserve-button{
    width: 97%;
}


#tokutoku #tab_area_a .reserve-button{
  background-image:-moz-linear-gradient(
    top,
    #00B9F7 0%,
    #0080FF 40%,
    #0080FF 52%,
    #0080FF);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#00B9F7),
    color-stop(0.49,#0080FF),
    color-stop(0.52,#0080FF),
    to(#0080FF));
}
#tokutoku #tab_area_b .reserve-button{
  background-image:-moz-linear-gradient(
    top,
    #00B9F7 0%,
    #0080FF 40%,
    #0080FF 52%,
    #0080FF);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#00B9F7),
    color-stop(0.49,#0080FF),
    color-stop(0.52,#0080FF),
    to(#0080FF));
}

#tokutoku .reserve-button::before,
#tokutoku .reserve-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

#tokutoku .reserve-button:hover{
    background-color: #0096ff;
  background-image:-moz-linear-gradient(
    top,
    #B0E5FF 0%,
    #00E5FF 40%,
    #00B9F7 52%,
    #00B9F7);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#B0E5FF),
    color-stop(0.49,#00B9F7),
    color-stop(0.52,#00B9F7),
    to(#00B9F7));
}
#tokutoku .reserve-button::before {
  transform: translateY(-50%) rotate(30deg);
}
#tokutoku .reserve-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
#tokutoku .reserve-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
#tokutoku .reserve-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
#tokutoku .reserve-button li:hover{
	opacity: 0.8;
}

@media only screen and (max-width:420px) {
	#tokutoku .reserve-button{
  font-size: 14px;
  border-radius: 5px;
}

}



/*--------------------------------------------------------------
point-button
--------------------------------------------------------------*/
#tokutoku .point-button{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  width: 100%;
 margin: 0px auto;
  height: 60px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  box-shadow: 3px 3px 0px 0px rgba(169, 205, 239, 1);
}
#tokutoku .information_bx .reserve-button{
    width: 97%;
}


#tokutoku #tab_area_a .point-button{
  background-image:-moz-linear-gradient(
    top,
    #0077e7 0%,
    #0000a7 40%,
    #210093 52%,
    #210093);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#0077e7),
    color-stop(0.49,#0000a7),
    color-stop(0.52,#210093),
    to(#210093));
}

#tokutoku .point-button::before,
#tokutoku .point-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}

#tokutoku .point-button:hover{
    background-color: #0096ff;
  background-image:-moz-linear-gradient(
    top,
    #B0E5FF 0%,
    #00E5FF 40%,
    #00B9F7 52%,
    #00B9F7);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#B0E5FF),
    color-stop(0.49,#00B9F7),
    color-stop(0.52,#00B9F7),
    to(#00B9F7));
}
#tokutoku .point-button::before {
  transform: translateY(-50%) rotate(30deg);
}
#tokutoku .point-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
#tokutoku .point-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
#tokutoku .point-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
#tokutoku .point-button li:hover{
	opacity: 0.8;
}

@media only screen and (max-width:420px) {
	#tokutoku .point-button{
  font-size: 14px;
  border-radius: 5px;
}

#tokutoku .point_area_txt{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
}
}



/*--------------------------------------------------------------
# information
--------------------------------------------------------------*/
#tokutoku .information_bg{
    width: 100%;
    background-color: #EDEDED;
    margin: 60px 0px 0px;
    padding: 0px 0px 50px;
}
#tokutoku .information_bx{
    width : calc(100% - 160px);
    background-color: #fff;
    margin: 0px auto;
    padding: 80px 80px 40px;
    max-width: 1230px;
}
#tokutoku .information_bx .main_title{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-top: 3px solid #006ec9;
    border-bottom: 3px solid #006ec9;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #006ec9;
    font-size: 30px;
}
#tokutoku .information_bx .tel_title{
    font: bold 220%/120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    color: #000;
    margin-bottom: 0px;
}
#tokutoku .information_bx .tel_subtitle{
    font: bold 160%/120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #006ec9;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #000000;
    margin-bottom: 20px;
}
#tokutoku .information_bx .tel_txt{
    font: normal 100%/120% "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding-top: 5px;
    margin: 0px;
    text-align: left;
}
#tokutoku #tab_area_a .red{
    color: #FF0000;
}
#tokutoku #tab_area_b .red{
	color: #D00000;
	text-align: center;
}
#tokutoku .information_bx p{
	font: "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tokutoku .information_bx .info_bx{
    background-color: #006ec9;
    width: 100%;
    margin: 20px auto;
}
#tokutoku .information_bx .info_bx_title{
    margin: 0px auto;
    font: bold 180%/120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
}
#tokutoku .information_bx .info_bx_w{
    border: 3px solid #006ec9;
    background-color: #fff;
    padding: 15px;	
}
#tokutoku .information_bx .info_bx_w a:link{
    text-decoration: none;
}
#tokutoku .information_bx .info_bx_w .icon_tell{
    background-image: url(../images/common/tel_icon.png);
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
}
#tokutoku .information_bx .info_bx_w .tell{
    font: bold 400%/160% "Arial Black", Gadget, sans-serif;
    text-align: center;
    color: #000;
 }
#tokutoku .information_bx .info_bx_w .btn_bx{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#tokutoku .btn_bx{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#tokutoku .information_bx .info_bx_w .tell_info{
    font: normal 120%/120% "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: justify;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#tokutoku .pamf_btn{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 240px;
}
#tokutoku .pamf_btn img{
    width: 100%;
}
#tokutoku .pamfbtn_bx{
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#tokutoku .set-btn{
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1230px;
}
#tokutoku .set-btn_area{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}


#tokutoku .pamf_bx{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
#tokutoku .pamf_bx_a{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#tokutoku .pamf_bx_l{
    width: 49%;
    margin-right: 1%;
}
#tokutoku .pamf_bx_r{
    width: 49%;
    margin-left: 1%;
}




@media only screen and (max-width:1080px) {
#tokutoku .information_bx{
    width : calc(100% - 160px);
    background-color: #fff;
    margin: 0px auto;
    padding: 80px 0px 40px;
    max-width: 1230px;
}
#tokutoku .pamfbtn_bx{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
}
#tokutoku .set-btn_area{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

}

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

#tokutoku .pamf_bx_l{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
#tokutoku .pamf_bx_r{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
    
    
#tokutoku .set-btn_area{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
#tokutoku .pay_bx .pay_sub{
	font: normal 14px/14px "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center!important;
    padding-bottom: 10px;
}
#tokutoku .reserve-button{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    width: 100%;
    margin: 0px auto;
    height: 60px;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
    box-shadow: 3px 3px 0px 0px rgba(169, 205, 239, 1);
}
#tokutoku .pagetitle{
    width: 95%;
    max-width: 680px;
    font-weight: bold;
    font-size: 180%;
    margin: 10px auto 20px;
    padding: 0px 10px;
    border-left: 8px solid #c60f28;
    line-height: 120%;
    text-align: justify;
}
#tokutoku .tokutoku_head{
    background-color: #c80000;
    font-size: 16px;
    width: 100%;
    margin: 0px auto!important;
    padding: 15px;
    text-align: justify;
}
#tokutoku .tokutoku_photo_bx{
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0pt;
    background-position: top center;
    height: auto;
}
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 200%;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}
#tokutoku .pay_bx .pay1{
    font-weight: bold;
    font-size: 400%;
    line-height: 120%;
}
#tokutoku .pay_bx .pay2{
    font-weight: bold;
    font-size: 400%;
    line-height: 120%;
}
#tokutoku .pay_bx .pay_l{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#tokutoku .pay_bx .pay_r{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: none;
}
#tokutoku .read_contents .read_title{
    font-size: 200%;
    text-align: center;
    font-weight: bold;
    line-height: 120%;
			}

#tokutoku .read_contents .read_sub{
    font: bold 140% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #e6ebff;
    margin-left: auto;
    margin-right: auto;
    line-height: 120%;
    width: 100%;
    color: #006ec9;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
	
	
#tokutoku .read_contents .point_bg hr{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#tokutoku .read_contents .point_bg .point_title{
    margin-right: auto;
    width: 90%;
}
	
	
#tokutoku .read_contents .point_bg .point_title{
    line-height: 140%;
    font-weight: bold;
    font-size: 160%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
#tokutoku .information_bx .main_title{
    width: 90%;
	margin-left: auto;
    margin-right: auto;
    border-top: 3px solid #006ec9;
    border-bottom: 3px solid #006ec9;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #006ec9;
    font-size: 25px;
}

#tokutoku .information_bx .tel_title{
    font: bold 160%/120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 
}
#tokutoku .information_bx .tel_subtitle{
    font: bold 140%/120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tokutoku .information_bx .tel_txt{
    font: normal 100%/120% "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    padding-top: 5px;
    margin: 0px;
    text-align: left;
}
#tokutoku .information_bx .info_bx_w .tell{
    font: bold 200%/160% "Arial Black", Gadget, sans-serif;
    text-align: center;
    color: #000;
 }
#tokutoku .information_bx .info_bx_w .icon_tell{
    background-image: url(../images/common/tel_icon.png);
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
#tokutoku .information_bx .info_bx_w .tell_info{
    font: normal 100%/120% "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: justify;
    margin: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#tokutoku .set-btn{
    margin-top: 20px;
    padding-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
    #tokutoku .information_bx{
    width: 95%;
    margin: 0px auto;
    padding: 0px 0px 20px;
}
    #tokutoku .information_bg{
    margin: 0px;
    padding: 0px 0px 20px;
    }
}


@media only screen and (max-width:480px) {
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 150%;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 150%;
    text-align: center;
}
#tokutoku .pay_bx .pay1{
    font-weight: bold;
    font-size: 300%;
    line-height: 120%;
}
#tokutoku .pay_bx .pay2{
    font-weight: bold;
    font-size: 300%;
    line-height: 120%;
}}

@media only screen and (max-width:420px) {
#tokutoku .pay_bx .way_bx{
    font-size: 75%;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 5px 10px;
}
#tokutoku .pamf_btn{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
#qa_bx .bl_accordionContent{
    padding: 10px 20px 10px 0px;
}
#qa_bx .bl_accordionContent p{
    font-size: 16px;
    width: 100%;
    margin: 0px auto 0px auto;
    line-height: 20px;
    text-align: justify;
}
#tokutoku .reserve-button{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  height: 70px;
} 
#tokutoku .pay_bx .pay1{
    font: bold 35px/40px "HiraKakuProN-W6","Arial Black", Gadget, sans-serif;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}
#tokutoku .pay_bx .pay2{
    font-weight: bold;
    font-size: 300%;
    line-height: 110%;
}
#tokutoku .pay_bx .pay_m_sub{
    font: normal 12px/120% "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    margin-top: 5px;
}
#tokutoku .pay_bx .pay_sub{
	font: normal 10px/12px "HiraKakuProN-W6", "ヒラギノ角ゴ Pro W6", "Noto Sans JP","メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center!important;
    padding-top: 0px;
    padding-bottom: 5px;
    margin: 0px;
}
#tokutoku .pay_cap{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
    line-height: 12px;
    font-weight: normal;
}
#tokutoku .pay_cap2{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    margin-top: 15px;
    line-height: 12px;
    font-weight: normal!important;
    text-align: justify!important;
}
#tokutoku .pay_cap3{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    margin-top: 5px;
    line-height: 12px;
    font-weight: normal!important;
}
#tokutoku #tab_area_a .pay_day{
    width: 95%;
    line-height: 24px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}  
}
@media only screen and (max-width:375px) {
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 120%;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 120%;
}
#tokutoku .tokutoku_photo_bx{
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    padding: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    background-image:none;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 160%;
}
#tokutoku .pay_bx h4{
    margin: 0px auto;
    padding-top: 20px;
    padding-left: 20px;
    width: 95%;
}
#tokutoku .read_contents  .point_bg .point_no{
    text-align: center;
    font-size: 170%;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}
#tokutoku .information_bx .main_title{
    font: bold 20px/120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
    border-top: 3px solid #006ec9;
    border-bottom: 3px solid #006ec9;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #006ec9;
}
#tokutoku .information_bx .info_bx_w .tell{
    font: bold 180%/160% "Arial Black", Gadget, sans-serif;
    text-align: center;
    color: #000;
}
}
/*--------------------------------------------------------------
# tab-wrap 
--------------------------------------------------------------*/
#tokutoku .tokutoku_tab_box{
    width: 100%;
    max-width: 1230px;
    margin: 0px auto;
    padding: 0px;
}
#tokutoku .tokutoku_tab_a{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #006ec9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_a a:link,
#tokutoku .tokutoku_tab_a a:visited{
    pointer-events: none;
    display: block;
    width: 100%;
    color: #FFFFFF!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}
#tokutoku .tokutoku_tab_b{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_b a:link,
#tokutoku .tokutoku_tab_b a:visited{
    display: block;
    width: 100%;
    color: #006ec9!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

#tokutoku .tokutoku_tab_b a:hover{
    color: #fff000!important;
    background-color: #006ec9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#tokutoku .tokutoku_tab_c{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_c a:link{
    display: block;
    width: 100%;
    color: #006ec9!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

#tokutoku .tokutoku_tab_c a:hover{
    color: #fff000!important;
    background-color: #006ec9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
#tokutoku .tokutoku_tab_d{
    width : calc(98% / 4);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-color: #006ec9;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
    border-bottom-width: 0px;
}
#tokutoku .tokutoku_tab_d a:link{
    display: block;
    width: 100%;
    color: #006ec9!important;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

#tokutoku .tokutoku_tab_d a:hover{
    color: #fff000!important;
    background-color: #006ec9;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


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

#tokutoku .tokutoku_tab_a a:link,
#tokutoku .tokutoku_tab_b a:link,
#tokutoku .tokutoku_tab_c a:link,
#tokutoku .tokutoku_tab_d a:link{
    font-size: 14px;
    padding: 5px;
}
}

@media only screen and (max-width:420px) {
   
#tokutoku .tokutoku_tab_a a:link,
#tokutoku .tokutoku_tab_b a:link,
#tokutoku .tokutoku_tab_c a:link,
#tokutoku .tokutoku_tab_d a:link{
    font-size: 11px;
    padding: 5px;
} 
#tokutoku .information_box p{
    padding: 10px 10px 0px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

    
#tokutoku .tokutoku_tab_a,
#tokutoku .tokutoku_tab_b,
#tokutoku .tokutoku_tab_c,
#tokutoku .tokutoku_tab_d{
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    border-bottom-width: 0px!important;
}
#tokutoku .read_contents .point_no{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}
#tokutoku .point_area{
    display: table;
    font-size: 20px;
}
#tokutoku .read_contents .point_sub{
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}
#tokutoku .read_contents .point_title{
  font-family: "HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    line-height: 120%;
    font-weight: 900!important;
    font-size: 120%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
}
}

/* ==========================
  アコーディオンメニュー
========================== */
.bl_accordion {
    background-color: #006ec9;
    width: 100%;
	margin-bottom: 1px;
    font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", "Hiragino Sans",YuGothic, "Yu Gothic medium", Meiryo, sans-serif!important;
}
.bl_accordionTitle{
    width: 100%;
    max-width: 1230px!important;
    margin: 0px auto!important;
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
    padding: 30px 90px 30px 40px!important;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.accordion_type_c{
    text-align: center;	
}
.bl_accordionTitle_q{
    background-image: url("../images/common/icon_q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
}
.bl_accordionTitle::before {
  content: "";
  width: 20px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  transition: 0.3s;
}
.bl_accordionTitle::after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  transition: 0.3s;
}
.bl_accordionTitle.active::after {
  opacity: 0;
}

.bl_accordionTitle:hover::after,
.bl_accordionTitle:hover::before,
.bl_accordionTitle.active::after,
.bl_accordionTitle.active::before {
  background-color: #fff;
}
.bl_accordionTitle:hover,
.bl_accordionTitle.active {
  background-color: #006ec9;
  color: #fff;
}
.bl_accordionTitle + .bl_accordionContent {
  display: none;
  padding: 0px;
    background-color: #FFFFFF;
}
.contents_wbg .bl_accordionContent {
    padding-top: 20px;	
}
#qa_bx .bl_accordionContent {
  padding: 40px;
}
#qa_bx .bl_accordionContent > * + * {
  margin-top: 10px;
}
#qa_bx .bl_accordionContent .anser{
    font-size: 160%;
    line-height: 140%;
    color: #646464;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/common/icon_a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 50px auto;
    margin-bottom: 0px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}
@media only screen and (max-width:680px) {
    
.bl_accordionTitle{
  width: 95%!important;
    font-size: 160%;
    }
#qa_bx .bl_accordionContent .anser{
    font-size: 120%;
    line-height: 140%;
    padding-left: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#qa_bx .bl_accordionContent {
  padding: 20px;
}
}
/* ==========================
  その他の出発駅・到着駅から探す
========================== */
#other {
    font-family: "Noto Sans JP";
}
.other-tabbodylist a {
    color: #432c02;
    font-size: 1.6rem;
    text-decoration: none;
}
.other-tabheadlist li {
    font-size: 1.6rem;
}
@media only screen and (min-width:681px) {
   .pc-none {
        display: none;
   }
}
/* ==========================
  発売前
========================== */
.pay_day_pre{
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.pay_day_pre .pre_box{
    width: 750px;
    height: 250px;
    position: absolute;
    background: rgba(0,0,0,0.7);
    right: 5%;
    top: 80px;
}
.pre_box .pre_box_txt{
    font: bold 70px YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #FFFFFF;
    height: 250px;
    display: grid;
    place-items: center;
    opacity: 1;
}

@media only screen and (max-width: 1340px) {
.pay_day_pre .pre_box{
    width: 750px;
    height: 270px;
    right: 5%;
    top: 80px;
}
    
.pre_box .pre_box_txt{
    height: 270px;
}
}
@media only screen and (max-width: 1270px) {
.pay_day_pre .pre_box{
    width: 73%;
    height: 270px;
    right: 5%;
    top: 80px;
}  
}
@media only screen and (max-width: 1100px) {
.pay_day_pre .pre_box{
    width: 90%;
    height: 300px;
    right: 5%;
    top: 80px;
}
.pre_box .pre_box_txt{
    height: 300px;
    font-size: 50px;
}  
}
@media only screen and (max-width:760px) {
    .pay_day_pre .pre_box{
    height: 350px;
}
.pre_box .pre_box_txt{
    height: 350px;
    font-size: 40px;
    } 
}

@media only screen and (max-width: 680px) {
.pay_day_pre .pre_box{
    top: 110px;
}
.pre_box .pre_box_txt{
    font-size: 30px;
}
}


@media only screen and (max-width: 460px) {
    
    .pay_day_pre .pre_box{
    height: 300px;
}
.pre_box .pre_box_txt{
    height: 300px;
    } 
}

@media only screen and (max-width: 420px) {
    .pay_day_pre .pre_box{
    top: 80px;
}
}

/* ==================================================
   2025.10追加
================================================== */
.bg_bluelight{
    background-color: #006EC9!important;
}
.btn_area_kami{
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 40px;
}
.day_area{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 40px;
}


#tokutoku .pamf_day{
    width: 100%;
    background-color: #000096;
    color: #FFFFFF;
    border: 5px double #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 30px auto 10px;
}

/*--------------------------------------------------------------
link-button
--------------------------------------------------------------*/
#tokutoku .set-btn .link-button{
    margin-bottom: 15px;    
}
#tokutoku .link-button{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  border-radius: 5px;
  width: 100%;
 margin: 0px auto;
  height: 80px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
  box-shadow: 3px 3px 0px 0px rgba(169, 205, 239, 1);
}

#tokutoku .link-button{
  background-image:-moz-linear-gradient(
    top,
    #00B9F7 0%,
    #0080FF 40%,
    #0080FF 52%,
    #0080FF);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#00B9F7),
    color-stop(0.49,#0080FF),
    color-stop(0.52,#0080FF),
    to(#0080FF));
}

#tokutoku .link-button::before,
#tokutoku .link-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform-origin: 100% 50%;
  height: 1px;
  width: 11px;
  background-color: #fff;
  border-radius: 2px;
  will-change: transform;
  transition: .3s;
}
#tokutoku .link-button:hover{
    background-color: #0096ff;
  background-image:-moz-linear-gradient(
    top,
    #B0E5FF 0%,
    #00E5FF 40%,
    #00B9F7 52%,
    #00B9F7);
    background-image:-webkit-gradient(
    linear,left top,left bottom,
    from(#B0E5FF),
    color-stop(0.49,#00B9F7),
    color-stop(0.52,#00B9F7),
    to(#00B9F7));
}
#tokutoku .link-button::before {
  transform: translateY(-50%) rotate(30deg);
}
#tokutoku .link-button::after {
  transform: translateY(-50%) rotate(-30deg);
}
#tokutoku .link-button:hover::before {
  transform: translate(5px, -50%) rotate(30deg);
}
#tokutoku .link-button:hover::after {
  transform: translate(5px, -50%) rotate(-30deg);
}
#tokutoku .v-button li:hover{
	opacity: 0.8;
}

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

#tokutoku .reserve-button,
#tokutoku .link-button{
  font-size: 20px;
}

}

@media only screen and (max-width:780px) {
    #tokutoku .link-button{
    font-size: 16px;
    height: 60px;
}}

@media only screen and (max-width:420px) {
	#tokutoku .reserve-button{
  font-size: 14px;
  border-radius: 5px;
}	#tokutoku .link-button{
  font-size: 14px;
  border-radius: 5px;
}}