@charset "utf-8";
/**
 * tokutoku theme.css 1.1.12
 * Released on: 3,2023
 */
body,
header{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
main{
	font-family:"HiraKakuProN-W6","游ゴシック",YuGothic,"Helvetica Neue","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
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; /* 折返し指定 */
}
/*--------------------------------
PAGE TOP
---------------------------------*/

#page-top {
	font-size: 200%;
    position: fixed; 
    bottom: 0px; /* 画面下端からの距離 */
    right: 0px; /* 画面右端からの距離 */
    oppacity: 0;
    z-index: 10000;
}

#page-top:not(.page-top-img) a {
	text-decoration: none;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	-moz-opacity: 0.8;
	opacity: 0.8;
	padding:15px 25px;
	cursor:pointer;
}

#page-top a:hover {
	text-decoration: none;
	color: #fff;
}

/*
# Accordion
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
#qa_bx{
    width: 100%;
    background-color: #FFFFFF;
    margin: 0px;
}
#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;
}

/* ==========================
  アコーディオンメニュー
========================== */
.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: 1200px;
    margin: 0px auto;
    color: #FFF;
    font-size: 200%;
    font-weight: bold;
    padding: 30px 90px 30px 40px;
    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;
}

/*--------------------------------------------------------------
# tokutoku
--------------------------------------------------------------*/
#tokutoku{
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#tokutoku header{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
}
#tokutoku #tab_area_a header{
	background-color: #D9EFFF;
}
#tokutoku #tab_area_b header{
	background-color: #D3E2FF;
}
#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;
}
#tokutoku #tab_area_a .tokutoku_head{
    background-color: #c80000;
}
#tokutoku #tab_area_b .tokutoku_head{
	background-color: #A80000;
}
#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: 680px;
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/common/photo.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}
#tokutoku .tokutoku_title{
    width: 100%;
    max-width: 640px;
    margin: 0px auto 5px;
    padding-top: 10px;
}
#tokutoku .tokutoku_title img{
    width: 100%;
}

/*--------------------------------------------------------------
# contents
--------------------------------------------------------------*/

#tokutoku #tab_area_a .tokutoku_pay{
    width: 100%;
    background-image: url(../images/common/bg_blue.png);
    background-repeat: repeat;
}
#tokutoku #tab_area_b .tokutoku_pay{
    width: 100%;
    background-image: url(../images/common/bg_blue2.png);
    background-repeat: repeat;
}
#tokutoku .pay_bx{
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
    background-color: #FFFFFF;
    padding: 0px;
}
#tokutoku .pay_bx h4{
    margin: 0px auto;
    text-align: left;
    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: 240%;
    text-align: left;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 240%;
    text-align: left;
}
#tokutoku .pay_bx .pay1{
    font-weight: bold;
    font-size: 320%;
    line-height: 120%;
}
#tokutoku .pay_bx .pay2{
    font-weight: bold;
    font-size: 320%;
    line-height: 120%;
}
#tokutoku .pay_bx .way_bx{
    font-size: 80%;
    color: #FFFFFF;
    padding: 8px 25px;
    border-radius: 5px;
}
#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_sub{
    font: normal 100%/120% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tokutoku .pay_bx .pay_l{
    width: 50%;
    text-align: center;
}
#tokutoku #tab_area_a .pay_bx .pay_r{
    text-align: center;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/common/dot.png);
    background-position: left 25px;
}
#tokutoku #tab_area_b .pay_bx .pay_r{
    text-align: center;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(../images/common/dot2.png);
    background-position: left 25px;
}
#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;
}
.pay_pd{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#tokutoku .read_contents{
    width: 90%;
    max-width: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#tokutoku .read_contents .read_title{
    font-size: 280%;
    text-align: center;
    font-weight: bold;
			}
#tokutoku .read_contents .read_title_b{
	font: bold 120% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		}
#tokutoku .read_contents .read_sub{
    font: bold 180% "ヒラギノ角ゴ Pro W6", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 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;
    width : calc(100% / 6px);
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
}
#tokutoku .read_contents .point_bg .point_no{
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #FFFFFF;
    text-align: center;
    font-size: 160%;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}
#tokutoku #tab_area_a .read_contents .point_bg{
    border: 3px solid #006EC9;
}
#tokutoku #tab_area_b .read_contents .point_bg{
    border: 3px solid #193EAF;
}
#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 .read_contents .point_bg .point_title{
    line-height: 140%;
    font-weight: bold;
    font-size: 200%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
}
#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 .read_contents .point_bg .point_sub{
    line-height: 140%;
    font-weight: normal!important;
    font-size: 120%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 95%;
    color: #4D4D4D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*--------------------------------------------------------------
reserve-button
--------------------------------------------------------------*/
#tokutoku .reserve-button{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  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 #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;
}

/*--------------------------------------------------------------
# information
--------------------------------------------------------------*/
#tokutoku .information_bg{
    width: 100%;
    background-color: #EDEDED;
    margin: 60px 0px 0px;
    padding: 0px;
}
#tokutoku .information_bx{
    width : calc(100% / 40px);
    background-color: #fff;
    margin: 0px auto;
    padding: 50px 20px;
    max-width: 680px;
}
#tokutoku .information_bx .main_title{
    font: bold 200%/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 .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;
}
#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;
}
#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: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    max-width: 680px;
}
@media only screen and (max-width:680px) {

#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: 160%;
    width: 100%;
    margin: 0px auto;
    padding: 10px 10px;
    text-align: justify;
}
#tokutoku .tokutoku_photo{
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/common/photo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: auto;
    min-height: 350px;
    background-size: cover;
}
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}
#tokutoku .pay_bx .pay1{
    font-weight: bold;
    font-size: 280%;
    line-height: 120%;
}
#tokutoku .pay_bx .pay2{
    font-weight: bold;
    font-size: 280%;
    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 .point_no{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#tokutoku .read_contents .point_bg hr{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#tokutoku .read_contents .point_bg .point_title{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#tokutoku .read_contents .point_bg .point_subtitle{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
	
}
#tokutoku .read_contents .point_bg .point_sub{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
	
	
	
#tokutoku .read_contents  .point_bg .point_no{
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#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 .read_contents .point_bg .point_subtitle{
    line-height: 120%;
    font-weight: bold;
    font-size: 140%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
	
}
#tokutoku .read_contents .point_bg .point_sub{
    line-height: 120%;
    font-weight: normal!important;
    font-size: 120%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    color: #4D4D4D;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tokutoku .information_bx .main_title{
    font: bold 170%/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 .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: 30px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
}
}
@media only screen and (max-width:420px) {
#tokutoku .tokutoku_photo{
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/common/photo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: auto;
    min-height: 300px;
    background-size: cover;
}
#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;
}
}
@media only screen and (max-width:375px) {
#tokutoku .pay_bx .pay_route01{
    font-weight: bold;
    font-size: 160%;
}
#tokutoku .pay_bx .pay_route02{
    font-weight: bold;
    font-size: 160%;
}
#tokutoku .tokutoku_photo{
    width: 100%;
    max-width: 680px;
    margin: 0px auto;
    padding: 0px;
    background-image: url(../images/common/photo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: auto;
    min-height: 250px;
    background-size: cover;
}
#tokutoku .pay_bx h4{
    margin: 0px auto;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    width: 95%;
}
#tokutoku .read_contents  .point_bg .point_no{
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
}
#tokutoku .information_bx .main_title{
    font: bold 150%/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 .tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto;
	width: 100%;
}
#tokutoku .tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  order: -1;
}
#tokutoku .tab-label{
	color: White;
	background: LightGray;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 10px .5em;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	flex: 1;
	font-size: 20px;
	margin-bottom: 0px;
}
#tokutoku .tab-label2{
  width: 20%!important;
	order: -1;
	position: relative;
	z-index: 1;
	flex: 1;
	font-size: 20px;
	margin-bottom: 0px;
}
#tokutoku .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
#tokutoku .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#tokutoku .tab-switch:checked+.tab-label {
  background: #0840cd;
}
#tokutoku .tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 0px;
  opacity: 1;
  transition: .5s opacity;
}
#tokutoku .tab-switch {
  display: none;
}
#tokutoku .tab-switch:checked+.tab-label {
    background: #0840cd;
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}
#tokutoku .tab-label{
    border-radius: 0;
    position: relative;
}
#tokutoku .tab-label:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
@media only screen and (max-width:680px) {
#tokutoku .tab-label{
	font-size: 14px;
}
}