nitteiboxin  @charset "shift_jis";
/* CSS Document */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a{
	text-decoration:none
}

article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background:url(../images/im_bg.png);
  background-color: #8c4154;
  background-attachment: fixed;
	margin: 0 !important;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

b a{
	font-weight: 700 !important;
}

.pcnone{
	display: none !important;
}





/*フォント*/

/*
font-family: 'Josefin Sans', sans-serif;

font-family: 'Noto Serif JP', serif;

font-family: 'Noto Sans JP', sans-serif;

*/
/*フォント*/

/*ナビ-------------------*/


/*--1180から--*/
@media screen and (min-width: 1180px) {
	
	
	.pagetit{
		display: none;
	}
	
	.fixed{
	position: fixed;
	background:rgba(61,64,70,0.8) !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
	
}

nav{
	background:rgba(61,64,70,1.0);
}

nav ul#navMenu{
	position: relative;
	height:52px;
	/*background-color: #3d4046;*/
	
	margin:0 auto;
	text-align:center;
	border-bottom: 1px solid #c1a01e;
	border-top: 1px solid #c1a01e;
}

nav ul#navMenu::before{
	position: absolute;
	content: '';
	background: url(../images/bg_menu1.png) no-repeat ;
	top: 0;
	left: 0;
	width: 16px;
	height: 49px;
}


nav ul#navMenu::after{
	position: absolute;
	content: '';
	background: url(../images/bg_menu2.png) no-repeat ;
	top: 0;
	right: 0;
	width: 16px;
	height: 49px;
}

nav ul#navMenu li{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display:inline-block;
	
}

nav ul#navMenu li.bordernone a{
	border-left:none;
}

nav ul#navMenu li a{
	color:#FFF;
	/*padding:10px 16px 10px 16px;*/
	padding: 17px 16px 17px 16px;
	font-size:18px;
	letter-spacing:-0.03em;
	display:block;
	border-left:1px solid #c6a955;
	margin:-1px 0 0 0;
}

nav ul#navMenu li.select a{
	color:#c1a01e;
}

nav ul#navMenu li a:hover{
	color:#c1a01e;
	transition: 0.2s ;
}

nav ul#navMenu li a span{
	display:block;
}
	
nav ul#navMenu li.select a{
	color:#C6A955;
}

nav ul#navMenu li.application{
		border: none !important;
	}
	
	nav ul#navMenu li.application a{
		font-size: 18px;
		display: block;
		background-color: #8c4154;
		border-left: 1px solid #c1a01e;
		border-right: 1px solid #c1a01e;
		/*border-bottom: 1px solid #c1a01e;*/
		padding: 7px;
	}

	
	nav ul#navMenu li.application a span{
		background-color: #313235;
		border: 1px solid #c1a01e;
		padding: 8px;
  
	}
	
	


header{
	height: 103px;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-color: #8c4154;
	/*border: 1px solid #c1a01e;*/
	overflow: hidden;
	
}


#headarea{
	margin: 0 auto;
	width: 1000px;
	
}


h1{
	margin:10px 0 0 0;
	width: 132px;
	float: left;
	
}
	
	h1 img{
		width: 100%;
	}

#tit_text{
	text-align: center;
	padding: 35px;
	margin: 0 100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	color: #d6c2a4;
	font-weight: 500;
	float: left;
	
}

.tit_img_pc{
	width: 150px;
	float: left;

}
	
	.tit_img_sp{
		display: none;
	}

	.hamburger,
	.black-bg{
		display: none;
	}

/* タイトル画像----------------*/

#title{
	margin: 0;
	padding: 5% 0 13%;
	/*border-top: 1px solid #c1a01e;*/
	border-bottom: 1px solid #c1a01e;
}

.bg1{
	background-image: url(../images/bg_main1.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}

.bg2{
	background-image: url(../images/bg_main2.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}


.bg3{
	background-image: url(../images/bg_main3.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}

.bg4{
	background-image: url(../images/bg_main4.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}

.bg5{
	background-image: url(../images/bg_main5.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}
	
	
.bg6{
	background-image: url(../images/bg_main6.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}


#mainlogo{
	width: 379px;
	margin: 0px auto;
	
}



/* タイトル画像----------------*/



	
}
/*--1180から--*/

/*--1180まで--*/
@media screen and (max-width: 1180px) {

	#tit_text{
		display: none;
	}
	

#headarea{
	height: 103px;
	position: relative;
	background-image: url(../images/bg_sp_header.png);
	background-repeat: repeat-x;
	background-color: #8c4154;
	/*border: 1px solid #c1a01e;*/
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 9999;
	
}



.tit_img_sp{
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 95px;
	margin: 0;
	padding: 0;
}

.tit_img_sp img {
	width: 100%;
}

	.tit_img_pc{
		display: none;
	}

h1{

	margin:0px auto;
	padding: 15px 0 0 0;
	width:132px;
	
}

h1 img{
	width: 100%;
	height:auto;
	margin:0 0 10px 0;

}
	
	nav ul#navMenu{
	background:#313235;
	position: fixed;
	left: -95%;
	top:102px;
	width:95%;
	margin:0 ;
	border:1px solid #c6a955;
	z-index: 99999999;
	transition: all .6s;
	
}

nav ul#navMenu li{
	margin:0 0 0 0;
	padding:10px 0 10px 0;
	border-bottom:1px solid #c6a955;
	font-family: 'Noto Sans JP', sans-serif;
}

nav ul#navMenu li:first-child{
	border-left:none;
}

nav ul#navMenu li a{
	color:#FFF;
	/*padding:10px 16px 10px 16px;*/
	padding: 17px 16px 17px 16px;
	font-size:1em;
	letter-spacing:-0.03em;
	display:block;
}
	
nav ul#navMenu li a:hover{
	color:#c1a01e;
	transition: 0.2s ;
}

nav ul#navMenu li.select{

}



	nav ul#navMenu li.application{
		background-color: #8c4154 !important;
	}


.hamburger {
  position: absolute;
  left: 10px;
  top: 35px;
  width: 52px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 52px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  border: 1px solid #c1a01e;
  background: #313235;
  overflow: hidden;
  z-index: 999999999;
}


.hamburger__line {
  position: absolute;
  left: 11px;
  height: 2px;
  background-color: #c1a01e;
  transition: all .6s;
}
.hamburger__line--1 {
      width: 35px;
    top: 14px;
    left: 7px;
}
.hamburger__line--2 {
  width: 35px;
    top: 25px;
    left: 7px;
}
/*.hamburger__line--3 {
  width: 20px;
  top: 28px;
}*/

.menu{
	position: absolute;
	top: 35px;
    left: 5px;
	color: #c1a01e;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0;
    font-size: 0.020rem;
    transform: scale(0.9);
    transform-origin: center top;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}



.nav-open #navMenu {
  left: 0 !important;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
      width: 35px;
    transform: rotate(395deg);
    top: 25px;
    left: 8px;
}
/*.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}*/
.nav-open .hamburger__line--2 {
  width: 35px;
  transform: rotate(-395deg);
  top: 25px;
    left: 8px;
}


.nav-open .menu{
	display: none;
}


.pagetit{
	margin: 0;
	padding: 20px 0 20px 30px;
	background-color: #3c3f46;
	border-top: 1px solid #c1a01e;
	border-bottom: 1px solid #c1a01e;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #c1a01e;
	
	
}

/* タイトル画像----------------*/

#title{
	margin: 0;
	padding: 0% 0 35%;
	/*border-top: 1px solid #c1a01e;*/
	border-bottom: 1px solid #c1a01e;
}

.bg1{
	background-image: url(../images/bg_main1.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}

.bg2{
	background-image: url(../images/bg_main2.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}


.bg3{
	background-image: url(../images/bg_main3.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}

.bg4{
	background-image: url(../images/bg_main4.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}

.bg5{
	background-image: url(../images/bg_main5.jpg);
	background-repeat: no-repeat;
	background-size:100% auto;
	background-position: 0px 80%;
	
}


#mainlogo{
	display: none;
	
}



}

/*--1180まで--*/

/*--767--*/
/*
@media screen and (max-width: 767px) {

  .bg1{
	background-image: url(../images/bg_main1.jpg);
	background-repeat: no-repeat;
	background-size:102% auto;
	background-position: 70% 60%;
	height: 300px;
	
}
	.bg2{
	background-image: url(../images/bg_main2.jpg);
	background-repeat: no-repeat;
	background-size:102% auto;
	background-position: 70% 60%;
	height: 300px;
	
}
	
	.bg3{
	background-image: url(../images/bg_main3.jpg);
	background-repeat: no-repeat;
	background-size:102% auto;
	background-position: 70% 60%;
	height: 300px;
	
}
	
	.bg4{
	background-image: url(../images/bg_main4.jpg);
	background-repeat: no-repeat;
	background-size:102% auto;
	background-position: 70% 60%;
	height: 300px;
	
}
	
	.bg5{
	background-image: url(../images/bg_main5.jpg);
	background-repeat: no-repeat;
	background-size:102% auto;
	background-position: 70% 60%;
	height: 300px;
	
}
	
}
*/
/*--767--*/

/*--480--*/
/*
@media screen and (max-width: 480px) {

  .bg1{
	background-image: url(../images/bg_main1.jpg);
	background-repeat: no-repeat;
	background-size:172% auto;
	background-position: 70% 0%;
	height: 300px;
	
}
	.bg2{
	background-image: url(../images/bg_main2.jpg);
background-repeat: no-repeat;
background-size: 150% auto;
background-position: 10% 135%;
height: 300px;
	
}
	
	.bg3{
	background-image: url(../images/bg_main3.jpg);
background-repeat: no-repeat;
background-size: 150% auto;
background-position: 22% 110%;
height: 300px;
	
}
	
	.bg4{
	background-image: url(../images/bg_main4.jpg);
background-repeat: no-repeat;
background-size: 135% auto;
background-position: 30% 104%;
height: 300px;
	
}
	.bg5{
	background-image: url(../images/bg_main5.jpg);
	background-repeat: no-repeat;
	background-size:172% auto;
	background-position: 70% 0%;
	height: 300px;
	
}
}
*/

/*--480--*/




/*フッター----------------------*/


#footerarea{
	background-color: #1c4937;
}


#inqily{
	display: table;
	padding: 50px 25px;
	width: 1000px;
	margin: 0 auto;
	
}


#toiawase{
	display: table-cell;
	width: 70%;
	border-right: 1px solid #5a6a2e;
	padding: 0 20px 0 0;
	vertical-align: middle;
}

#footlogo{
	position: relative;
	display: table-cell;
	width: 29%;
	vertical-align: top;
	padding: 0 0 0 55px;
}

#footlogo img{
	display: block;
	margin: 0 0 0 10px;
}

#footlogo p{
	
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #eae2cf;
	margin: 30px 0 0 0;
}

#footlogo p a{
	display:inline-block;
	color: #eae2cf !important;
	text-decoration: none;
  
}

#footlogo p a::after{
content: "";
position: absolute;
	width: 100%;
	height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}


#footlogo p a:hover{
	transition: 0.2s ;
	opacity: 0.8;
}

#footlogo p::after{
	content: '';
	position: absolute;
	background-image: url(../images/im_arrow_r.png);
	bottom:0px;
	right: -5px;
	width: 17px;
	height: 16px;
	
}


.footlogo2 p::after{
	
	bottom:7px !important;
	right: -5px !important;
	width: 17px !important;
	height: 16px !important;
	
}



#toiawase dl dt{
	color: #c1a01e;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

#toiawase dl dd{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #eae2cf;
}

#toiawase dl dd.toiawasetxt1{
	font-size: 24px !important;
	font-family: 'Noto Serif JP', serif !important;
	
	
}

#toiawase dl dd.toiawasetxt1 span{
	font-size: 16px;
}

dl#toiawasebox1{
	margin: 0 0 30px 0;
}

dl#toiawasebox1 dt{
	margin: 0 0 30px 0;
	
}

dd.toiawasetxt2{
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 48px !important;
}

#toiawasetxt2{
	overflow: hidden;
}



dl#toiawasebox2 dt,
dl#toiawasebox2 dd{
	display: inline-block;
	vertical-align: middle;
	margin: 0 27px 30px 0;
}


.clear{
	clear: both;
}


footer{
	background-color: #313235;
}

footer p{
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	color: #9fa0a0;
}


/*フッター----------------------*/

/*トップへ戻る------------------------*/


#page-top{
    position: fixed;
    right: 0%;
    bottom: 1%;
    text-align: center;
    font-size: 12px;
    width: 90px;
    margin: 0 auto;
    color: #ffffff;
}

#page-top a{
	    display: block;
    background-image: url(../images/im_page_up.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto 10px;
}

#page-top a:hover{
	opacity: 0.8;
	transition: 0.2s;
}


/*トップへ戻る------------------------*/







/* 文字サイズ----------------*/

/*
#textsize{
	position:absolute;
	background:#c1a01e;
	bottom:40px;
	right:0%;
	width:184px;
	height:34px;
	margin:0 0 0 0;
	padding:0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#textsize dt{
	display:block;
	width:90px;
	float:left;
	margin:10px 0 0 5px;
	background:url(../images/im_textarrow.png) no-repeat 94% 50%;
	background-size:8px auto;
}

#textsize dd{
	overflow:hidden;
	padding:3px 0 0 0;
}

#textsize dd ul{
	padding:0;
	margin:0 0 0 0;
}

#textsize dd ul li{
	display:inline-block;
	margin:0 3px 0 0;
	vertical-align:text-bottom
	
}

#textsize dd ul li a{
	padding:5px;
	display:block;
	color:#000;
}

.f1			{font-size: 100%}
.f2			{font-size: 115%}
.f3			{font-size: 130%}
li a.f1{font-size:90%;}
li a.f2{font-size:100%;}
li a.f3	{font-size:120%;}

.textresizer-active{
	border:1px solid #000;
}


/** 文字サイズ-------------------*/



/*slider---------------------------------------------------*/


/*
#title,#titleSub{
	position:relative;
	margin-bottom:50px;
}

#title p,#titleSub p{
	position:absolute;
	bottom:20px;
	right:20%;
	background:url(../images/im_arrow_btn.png) no-repeat #313235 95% 50%;
	background-size:6px auto;
	z-index:3;
	font-size:18px;
	padding:2px;
	border:1px solid #c1a01e;
	font-weight:normal;
	margin-left:-20px;
}

#title p a,#titleSub p a{
	display:block;
	padding:10px 20px 10px 10px;
	color:#FFF;
	border:1px solid #c1a01e;
	font-size:0.85em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#title p:hover,#titleSub p:hover{
	transition: 0.2s ;
	opacity: 0.8;
}

#title div{
	text-align:center;
}
#title div img{
	display:inline-block;
	width:100%;
	height:auto;
}

.slick-slide{
	opacity: 0.5 ;
}

.slick-active{
	opacity: 1 ;
}


.slide_selector{
	background:none;
	z-index:1!important;
	position:relative;

}
*/

/* Slider */

/*
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	z-index:100;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	z-index:2;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
			
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
z-index:1!important;
    display: block;
}px;
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	z-index:100;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*/


/*contentsBox---------------------------------------------------*/

#contentsBox{
	width:980px;
	margin:0 auto;
	padding: 0 0 0px 0;
	background-color: #eae2cf;
	overflow: hidden;
	border: 1px solid #c1a01e;

}


#contentsBox h2{
	position: relative;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 36px;
	color: #1c4937;
	margin: 60px 0 140px;
	
}

#contentsBox h2.panftit{
	position: relative;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	color: #FF0004;
	margin: 60px 0 60px;
	line-height: 45px;
	
}

#contentsBox h2.panftit::after{
	position: absolute;
	content: '';
	background: none;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}

#contentsBox h2::after{
	position: absolute;
	content: '';
	background: url(../images/im_logo_mini.png) no-repeat ;
	top: 240%;
	left: 49%;
	width: 30px;
	height: 23px;
}

#contentsBox h2 span{
	font-size: 21px;
	
}

#contentsBox h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 30px;
	color: #1c4937;
	/*margin: 60px 0 60px;*/
	margin: 0px 0 0px;
	text-align: center;
}

#contentsBox .oshirase{
	text-align: center;
	font-size: 24px;
	color: #FF0004;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 50px 0 0 0;
	line-height: 36px;
}


#contentsBox .oshirase2{
	text-align: left;
	font-size: 23px;
	color: #FF0004;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 50px 0 0 0;
	line-height: 36px;
}

#contentsBox .oshirase2 span{
	font-size: 18px;
}


#contentsBox .oshirase3{
	padding: 20px;
	text-align: center;
	font-size: 18px;
	color: #FF0004;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	margin: 0px 0 50px 0;
	background-color: #ffffff;
	border: 1px solid #cbb04a;
	line-height: 30px;
}

.box1,
.planbox,
.course_detail,
.qabox{
	position: relative;
	padding: 9px;
	margin: 20px 40px;
	background-color: #eae2cf;
	background-image: url(../images/bg_ptn1.png);
	border: 1px solid #c1a01e;

	
}

.box1 .last{
	margin: 20px 40px 50px 40px !important;
}

.pricearea{
	padding-top: 100px;
	margin-top: -100px;
}


.box1::before,
.box2 dl dt::before,
.planbox::before,
.box3::before,
.course_detail::before,
.qabox::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #313235;
    border-right: 1px solid #c1a01e;
    border-bottom: 1px solid #c1a01e;
    box-sizing: border-box;
	
}

.box1::after,
.box2 dl dt::after,
.box3::after,
.planbox::after,
.course_detail::after,
.qabox::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #313235;
    border-left: 1px solid #c1a01e;
    border-bottom: 1px solid #c1a01e;
    box-sizing: border-box;
	
}

.box1in,
.box3in,
.planboxin,
.course_detailin,
.qaboxin{
	position: relative;
	border: 1px solid #c1a01e;
}


.box1in::before,
.box3in::before,
.box2 dl dt p::before,
.planboxin::before,
.course_detailin::before,
.qaboxin::before{
	content: '';
            display: block;
            position: absolute;
            bottom: -10px;
            left: -10px;
            width: 10px;
            height: 10px;
            background: #313235;
            border-right: 1px solid #c1a01e;
            border-top: 1px solid #c1a01e;
            box-sizing: border-box;
	
	
}

.box1in::after,
.box3in::after,
.box2 dl dt p::after,
.planboxin::after,
.course_detailin::after,
.qaboxin::after{
	content: '';
            display: block;
            position: absolute;
            bottom: -10px;
            right: -10px;
            width: 10px;
            height: 10px;
            background: #313235;
            border-left: 1px solid #c1a01e;
            border-top: 1px solid #c1a01e;
            box-sizing: border-box;	
	
	
}

dl.annai{
	display: table;
	width: 100%;
	margin: 0;
	
	
}

dl.annai dt{
	display: table-cell;
	text-align: center;
	padding: 5% 0;
	width: 30%;
	vertical-align: middle;
	font-size: 21px;
	line-height: 28px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	background-color: #e0d2b9;
	color: #1c4937;
	border-right: 1px solid #c1a01e;
	
}

dl.annai dt p{
	margin: 20px 0 0 0;
}

dl.annai dt span.nam{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 80px;
	font-weight: 400 !important;
	color: #eae2cf;
	text-stroke-width: 2px;
	text-stroke-color: #c1a01e;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color:  #c1a01e;
	
}


dl.annai dd{
	display: table-cell;
	width: 70%;
	background-color: #eae2cf;
	color: #1c4937;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 2%;
	font-weight: 500;
}

dl.annai dd p{
	font-size: 18px;
	line-height: 30px;
	
}

dl.annai dd ul,
.box2 dl dd ul{
	list-style: none;
	margin: 20px 0;
	margin-left:15px;
}

dl.annai dd ul li,
.box2 dl dd ul li{
	font-size: 15px;
	font-weight:400;
	line-height: 24px;
}

dl.annai dd ul li::before,
.box2 dl dd ul li::before{
	/*content: '\02747';*/
	content: '\025cf';
	margin-left:-14px;
}

dl.annai dd ul li table td,
.box2 dl dd ul li table td{
	border: 1px solid #c1a01e;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

span.mini1{
	font-size: 15px;
	font-weight:400;
}

span.mini2{
	font-size: 14px;
	font-weight:400;
}

span.font17{
	font-size: 17px;

}

.enji{
	color: #8c4154 !important;
}

.arrow1{
	width: 16px;
	height: 17px;
	margin: 2% 0% 2% 17%;
}


.box2{
	margin: 20px 40px;
}


.box2 dl dt{
	position: relative;
	text-align: center;
	margin: 30px 0;
	padding: 9px;
	background-color: #eae2cf;
	background-image: url(../images/bg_ptn1.png);
	border: 1px solid #c1a01e;
}

.box2 dl dt p{
	position: relative;
	background-color: #eae2cf;
	border: 1px solid #c1a01e;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	padding: 10px 0;
	margin: 0;
	font-size: 18px;
	color: #1c4937;
}

.box2 dl dd{
	color: #1c4937;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 2%;
	
}

.box2 dl dd p{
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	margin:0 0 20px;
}

.box2 dl dd p span{
	font-size: 16px;
	font-weight: 700;
}

.box2 dl dd p span.minitex{
	font-size: 14px !important;
	font-weight:normal !important;
}

.box2 dl dd.dresscode{
	display: table;
	overflow: hidden;
	border-bottom: 1px solid #c1a01e;
	padding: 0 20px 30px;
	margin: 0 0 30px 0;
}

.box2 dl dd.dresscode:last-child{
	border: none;
}

.box2 dl dd.dresscode .leftbox{
	display: table-cell;
	width: 55%;
	vertical-align: top;
}

.box2 dl dd.dresscode .rightbox{
	display: table-cell;
	width: 34%;
	
}

p.lasttext{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding: 20px;
	margin: 20px;
	border: 1px solid #c1a01e;
	color: #1c4937;
}

.planarea{
	padding:0px 0px 20px 40px;
	background-image: url(../images/im_bg2.png);
	overflow: hidden;
}

.plantit{
	position: relative;
	width: 47%;
	border: 1px solid #c1a01e;
	background-color:#1c4937 ;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #eae2cf;
	padding: 10px 0px 10px 10px;
	margin: 0 0 30px 0;
}


.plantit2{
	position: relative;
	width: 18%;
	border: 1px solid #c1a01e;
	background-color:#1c4937 ;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	color: #eae2cf;
	padding: 10px 0px 10px 10px;
	margin: 0 0 30px 0;
}


.plantit p,
.plantit2 p{
	position: relative;
	margin: 0 0 0 30px;
}

.plantit p::before,
.plantit2 p::before{
	content: '';
	position: absolute;
	background-image: url(../images/im_logo_mini2.png);
	top:-2px;
	left: -28px;
	width: 26px;
	height: 19px;
}

.planbox{
	float: left;
	width: 47%;
	margin:0 20px 20px 0;
}

dl.planboxin{
	display: table;
	position: relative;
	/*height: 65px;*/
	
}

dl.planboxin dt,
dl.planboxin dd{
	display: table-cell;
}

dl.planboxin dt{
	/*width: 70%;*/
	width: 75%;
	background-color: #eae2cf;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 14px;
	color: #1c4937;
	vertical-align: middle;
	/*padding: 0px 0 0px 20px;*/
	padding: 10px 0 10px 10px;

}

dl.planboxin dt span{
	font-size: 12px;
}



dl.planboxin dd{
	width: 40%;
}

dl.planboxin dd img{
	width: 100%;
	vertical-align: middle;
}

dl.planboxin dd a{
	
}

dl.planboxin dd a::after,
.planimage a::after{
content: "";
position: absolute;
	width: 100%;
	height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
}


.planimage a:hover{
	transition: 0.2s ;
	opacity: 0.8;
}

/*
#course{
	width: 90%;
	margin: 0 auto;
}*/

.box3{
	float: left;
	width: 46%;
	position: relative;
	padding: 9px;
	margin:0px 0px 30px 26px;
	background-color: #eae2cf;
	background-image: url(../images/bg_ptn1.png);
	border: 1px solid #c1a01e;

	
}

.lastbox{
	width: 94.6% !important;
	clear: both !important;	
}


.planimage{
	width: 100%;
	margin: 0;
}

.planimage img{
	width: 100%;
	vertical-align: middle;
}

.planname{
	background-color: #eae2cf;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 16px;
	color: #1c4937;
	margin: 0;
	vertical-align: middle;
	padding:20px;
	line-height: 28px;
	
}

.planname span{
	font-size: 14px;
}


.course_op{
	position: relative;
	overflow: hidden;
	margin: 4%;
	height: 200px;
}


.course_op::after{
	position: absolute;
	content: '';
	background: url(../images/im_logo_mini.png) no-repeat ;
	top: 70%;
	left: 48%;
	width: 30px;
	height: 23px;
}

.course_op h3{
	float: left;
	font-size: 24px !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	line-height: 36px;
	margin: 0 0 0 0;
	color: #1c4937;
}

.course_op h3 span{
	font-size: 16px;
	
}

.course_op dl{
	width: 50%;
	float: right;
	margin: 0 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom:1px solid #cbb04a;
}

.course_op dl dt{
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	color: #8c4154;
	border-bottom:1px solid #cbb04a;
	border-top:1px solid #cbb04a;
	padding: 15px 0;
}


.course_op dl dd{
	text-align: center;
	font-weight: 500;
	color: #1c4937;
	font-size: 15px;
	float: left;
	width: 50%;
	margin: 0;
	border-right: 1px solid #cbb04a;
}


.course_op dl dd.btnone{
	position: relative;
	background-color: #cccccc !important;
	border: 1px solid #c1a01e;
}

.course_op dl dd.btnone a{
	pointer-events: none !important;
	background-color: #cccccc !important;
	color: #ffffff !important;
}

.course_op dl dd.btnone::before,
.btnarea .btnone::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background:#cccccc !important;
    border-right: 1px solid #c1a01e !important;
    border-bottom: 1px solid #c1a01e !important;
    box-sizing: border-box;
	z-index: 9999;
	
}

.course_op dl dd.btnone::after,
.btnarea .btnone::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #cccccc !important;
    border-left: 1px solid #c1a01e !important;
    border-bottom: 1px solid #c1a01e !important;
    box-sizing: border-box;
	
}

.course_op dl dd.btnone p::before,
.btnarea .btnone p::before{
			content: '';
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 10px;
            height: 10px;
            background: #cccccc !important;
            border-right: 1px solid #c1a01e;
            border-top: 1px solid #c1a01e;
            box-sizing: border-box;
	z-index: 9999;
	
}

.course_op dl dd.btnone p::after,
.btnarea .btnone p::after{
			content: '';
            display: block;
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 10px;
            height: 10px;
            background: #cccccc !important;
            border-left: 1px solid #c1a01e;
            border-top: 1px solid #c1a01e;
            box-sizing: border-box;	
	
}

.course_op dl dd.pricebtn a{
	display: block;
	text-decoration: none;
	position: relative;
	color: #1c4937;
	padding: 15px 0;
} 

.course_op dl dd.pricebtn a::after{
	content: '';
	position: absolute;
	background-image: url(../images/im_arrow_r.png);
	bottom: 13px;
    right: 18px;
	width: 17px;
	height: 16px;
}


.course_op dl dd.planbtn a::after{
	content: '';
	position: absolute;
	background-image: url(../images/im_arrow_r.png);
	bottom: 10px;
    right: 18px;
	width: 17px;
	height: 16px;
}

.course_op dl dd.pricebtn a:hover,
.course_op dl dd.planbtn a:hover,
.btnarea .planbtn a:hover{
	transition: 0.2s ;
	opacity: 0.8;
}

.course_op dl dd.planbtn{
	position: relative;
	background-color: #8c4154;
	border: 1px solid #c1a01e;
}

.course_op dl dd.planbtn::before,
.btnarea .planbtn::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #bfa078;
    border-right: 1px solid #c1a01e;
    border-bottom: 1px solid #c1a01e;
    box-sizing: border-box;
	
}

.course_op dl dd.planbtn::after,
.btnarea .planbtn::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #bfa078;
    border-left: 1px solid #c1a01e;
    border-bottom: 1px solid #c1a01e;
    box-sizing: border-box;
	
}

.course_op dl dd.planbtn a{
	display: block;
	position: relative;
	color: #eae2cf;
	margin: 0;
	/*padding: 15px 0px;*/
	
}

.course_op dl dd.planbtn a span{
	display: block;
    border: 1px solid #c1a01e;
    margin: 5px;
    padding: 9px 0;
    position: relative;
}

.course_op dl dd.planbtn p::before,
.btnarea .planbtn p::before{
			content: '';
            display: block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 10px;
            height: 10px;
            background: #bfa078;
            border-right: 1px solid #c1a01e;
            border-top: 1px solid #c1a01e;
            box-sizing: border-box;
	
}

.course_op dl dd.planbtn p::after,
.btnarea .planbtn p::after{
			content: '';
            display: block;
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 10px;
            height: 10px;
            background: #bfa078;
            border-left: 1px solid #c1a01e;
            border-top: 1px solid #c1a01e;
            box-sizing: border-box;	
	
}

.btnarea{
	width: 100%;
	margin:  0 auto 30px;
	font-family: 'Noto Sans JP', sans-serif;
	clear: both;
 }

.btnarea .planbtn{
	width: 40%;
	margin: 0 auto;
	position: relative;
	background-color: #8c4154;
	border: 1px solid #c1a01e;
}

.btnarea .planbtn a{
	font-size: 24px;
	font-weight: 700;
	display: block;
	position: relative;
	color: #eae2cf;
	margin: 0;
	text-align: center;
	/*padding: 15px 0px;*/
} 

.btnarea .planbtn a span{
	display: block;
    border: 1px solid #c1a01e;
    margin: 5px;
    padding: 17px 0;
    position: relative;
}

.btnarea .planbtn a::after{
	content: '';
	position: absolute;
	background-image: url(../images/im_arrow_r.png);
	bottom: 21px;
    right: 56px;
	width: 17px;
	height: 16px;
}


.link_none a{
	pointer-events: none;
	color: #575757 !important;
	opacity: 0.5;
}

a.link_none2{
	pointer-events: none;
	background-color: #B8B8B8;
	border-radius:10px;
	
}

.course_att{
	font-family: 'Noto Sans JP', sans-serif;
	/*color: #8c4154;*/
	color: #FF0004;
	clear: both;
    float: right;
    font-size: 14px;
    /*width: 25%;*/
	width: 45%;
    margin: 10px 0 0px 0;
}

.course_map{
	margin: 20px 4%;
}

.course_op dl dd:last-child{
	border: none;
}

.course_map ul{
	border-bottom:1px solid #cbb04a;
	border-top:1px solid #cbb04a;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #e0d2b9;
}

.course_map ul.lastlist{
	border-top:none;
}

.course_map ul li{
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 0 20px;
	padding: 10px;
	color: #1c4937;
}

.course_map ul li::after{
	content: '';
	position: absolute;
	background-image: url(../images/bg_textline.png);
	bottom:7px;
	right: -12px;
	width: 1px;
	height: 18px;

}

.course_map ul li.bgnone::after{
	content: '';
	position: absolute;
	background-image: none;


}



.course_map ul li span{
	display: inline-block;
	margin: 0 10px 0 0;
	color: #8c4154 !important;
	font-weight: 700;
}

.dep_days{
	width: 100%;
}

.dep_days div{
	display: flex;
	line-height: 24px;
}

.dep_days div p.lefttxt{
	width: 14%;
}

.dep_days div p.righttxt{
	width: 85%;
}

.dep_days div p.righttxt b.mini{
	font-weight: 400 !important;
	font-size: 12px;
}

.course_map p.map{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.course_map p.map img{
	width: 100%;
}


.course_detail{
	margin: 20px 4% !important;

}

.course_detailin{
	background-color: #eae2cf;
}
#contentsBox .course_detail .course_detailin {
	overflow: hidden;
}





.course_detailin h4{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
	margin: 0 0px 20px;
	color: #1c4937;
	border-bottom:1px solid #cbb04a;
}


.qaWrap{
	display:block;
	background-color: #eae2cf;
}

.qaWrap #left{
	width:270px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	background-color: #eae2cf;
}

.qaWrap #left ul{
	display:block;
	padding:0 0 0 0;
	margin: 0;
}

.qaWrap #left ul li{
	display:block;
	margin:0 0px 0 0;
	padding:15px 0px 15px 20px;
	overflow:hidden;
	border-bottom:1px solid #cbb04a;
	line-height:1.6em;
	background-size:10px auto;
	cursor:pointer;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #1c4937;
}

.qaWrap #left ul li.select{
	color:#660000;
	font-weight:bold;
	background-color: #d6c2a4;
	font-weight: 700 !important ;
}




.qaWrap #left li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	background:url(../images/im_arrow_faq.png) no-repeat 100% 50%;
	background-size:12px auto;
}

.qaWrap #right{
	display:block;
	margin:0 0 0 0;
	padding:20px 0 0 0px;
	overflow:hidden;
	border-left:1px solid #cbb04a;
	background-color: #e0d2b9;
	min-height: 616px;
}

.qaWrap #right dl{
	display:block;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	overflow:hidden;
	border-bottom:1px solid #cbb04a; 
	font-family: 'Noto Sans JP', sans-serif;
}

.qaWrap #right dl:last-child{
	border-bottom:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.qaWrap #right dl dt{
	font-size:18px;
	margin-bottom:10px;
	padding: 0 20px 10px;
	color:#660000;
	font-weight: 700;

}

.qaWrap #right dl dt strong{
	display:inline-block;
	width:24px;
	height:24px;
	text-align:center;
	float:left;
	margin:0 15px 0 0;
	background-image: url("../images/q.png");
	overflow: hidden;
	white-space: nowrap;
	text-indent:100%;
}

.qaWrap #right dl dd strong{
	display:inline-block;
	width:21px;
	height:26px;
	text-align:center;
	float:left;
	margin:0 15px 0 3px;
	background-image: url("../images/a.png");
	overflow: hidden;
	white-space: nowrap;
	text-indent:100%;
}

.qaWrap #right dl dd{
	line-height:2em;
	padding: 0 20px 10px;
	color: #1c4937;
	font-size: 16px;
	font-weight: 400;
}

.qaWrap #right dl dd table{
	border-collapse: collapse;
	margin: 10px 0px 0 0px;
}

.qaWrap #right dl dd table td{
	border: 1px solid #cbb04a;
    padding: 5px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px !important;
	background-clip: padding-box;
	vertical-align: middle;
}



.qaWrap #right dl dd a{
	color: #1c4937 !important;
	text-decoration: underline;
}

.qaWrap #right dl span{
	display:block;
	overflow:hidden;
}


.qaWrap #left.fixed{
	position: fixed;
	top: 20px;
	width:250px;
}

#left h3{
	display:block;
	font-size:1.2em;
	text-align:center;
	padding:5px;
	background:#660000;
	color:#FFF;
	margin:0 15px 5px 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


#right h3 {
	position: relative;
	text-align: center;
	margin-bottom:30px;
}
#right h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 1.5em;
	padding: 0 0.7em;
	color:#660000;
	background-color: #EAE2CF;
	text-align: left;
	font-size:1.3em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#right h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #660000;
}

.course_detailin dl{
	font-family: 'Noto Sans JP', sans-serif;
	color: #1c4937;
	clear: both;
}

.course_detailin dl dt,
.course_detailin dl dd{
	float: left;
	
}

.day1{
	border-bottom:1px solid #cbb04a;
	margin: 0 0 0px 0;
}	

.day2{
	border-bottom:1px solid #cbb04a;
	margin: 0 0 0px 0;
}

.day2 h4{
	margin: 0 !important;
}


dl.nittei1,
dl.nittei3,
dl.nittei5{
	background-image: url(../images/bg_line1.png);
	background-repeat: repeat-y;
	margin: 0 0px 0px 33px;
	padding: 0px 0 50px 33px;
	background-position: 2px 0;

}

dl.nittei15{
	background-image: url(../images/bg_line1.png);
	background-repeat: repeat-y;
	margin: 0 0px 0px 33px;
	padding: 30px 0 10px 33px;
	background-position: 2px 0;
}

dl.nittei2{
	background-image: url(../images/bg_line1.png);
	background-repeat: repeat-y;
	margin: 0 0px 0px 33px;
	padding: 0px 0 30px 33px;
	background-position: 2px 0;
}

dl.nittei2{
	background-image: url(../images/bg_line1.png);
	background-repeat: repeat-y;
	margin: 0 0px 0px 33px;
	padding: 0px 0 30px 33px;
	background-position: 2px 0;
}

dl.nittei14{
	/*background-image: url(../images/bg_line1.png);
	background-repeat: repeat-y;*/
	margin: 0 0px 0px 33px;
	padding: 0px 0 30px 33px;
	/*background-position: 2px 0;*/
}



dl.nittei10{
	/*background-image: url(../images/bg_line2.png);
	background-repeat: repeat-y;*/
	margin: 0 0px 0px 33px;
	padding: 0px 0 50px 33px;
	background-position: 0px 0;

}


dl.nittei12{
	background-image: url(../images/bg_line1.png);
	background-repeat: repeat-y;
	margin: 0 0px 50px 33px;
	padding: 50px 0 0px 33px;
	background-position: 2px 0;
}





dl.nittei4,
dl.nittei7,
dl.nittei11{
	/*background-image: url(../images/bg_line2.png);
	background-repeat: repeat-y;*/
	margin: 0 0px 0px 33px;
	padding: 0px 0 30px 33px;
}

dl.nittei6{
	/*background-image: url(../images/bg_line2.png);
	background-repeat: repeat-y;*/
	margin: 0 0px 0px 33px;
	padding: 0px 0 50px 33px;
}

dl.nittei8{
	margin: 0 0px 0px 33px;
	padding: 0px 0 50px 33px;
}


dl.nittei1 dt,
dl.nittei2 dt,
dl.nittei3 dt,
dl.nittei6 dt,
dl.nittei8 dt,
dl.nittei10 dt,
dl.nittei12 dt,
dl.nittei13 dt,
dl.nittei14 dt,
dl.nittei15 dt{
	display: block;
	position: relative;
	font-weight: 500;
	margin: 0 0px 0px 0px;
	padding: 2px 0 0px 0px;
	font-size: 18px;
	width: 120px;
	line-height: 14px;

}

dl.nittei5 dt{
	font-weight: 400;
	margin: 0 0px 0px 0px;
	padding: 0px 0 0px 0px;
}


dl.nittei1 dt::before,
dl.nittei3 dt::before,
dl.nittei6 dt::before,
dl.nittei8 dt::before,
dl.nittei10 dt::before,
dl.nittei12 dt::before,
dl.nittei15 dt::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg_square.png);
	top: 0px;
	left: -41px;
	width: 21px;
	height: 20px;
}


dl.nittei4{
	position: relative;
}

/*
dl.nittei4::before{
	content: '';
	position: absolute;
	background-image: url(../images/bg_line3.png);
	background-repeat: repeat-y;
	top: 416px;
	left: 0px;
	height: 80px;
	width: 5px;
	z-index: 99999;
	
}
*/


dl.nittei1 dd,
dl.nittei3 dd,
dl.nittei6 dd,
dl.nittei8 dd,
dl.nittei10 dd,
dl.nittei15 dd{
	margin: 2px 0 0 0px;

}

dl.nittei8 dd span{
	line-height: 32px;
	
}

dl.nittei2,
dl.nittei4,
dl.nittei7,
dl.nittei11,
dl.nittei14{
	overflow: hidden;
}

dl.nittei2 dd,
dl.nittei4 dd,
dl.nittei7 dd,
dl.nittei11 dd,
dl.nittei12 dd,
dl.nittei14 dd{
	margin: 0px 0 0 120px;
	
}

dd div.nitteibox{
	overflow: hidden;
	width: 100%;
	background-color: #e0d2b9;
	border-top:1px solid #cbb04a;
	border-bottom:1px solid #cbb04a; 
	border-left:1px solid #cbb04a; 
	position: relative;
}


dd div.nitteibox .nitteiboxin{
	padding: 0px 20px 0 20px;
	height: auto;
	min-width: 691px;
    width: 100%;
	position: relative;
	
}


dd div.nitteibox .nittei_icon {
    display: block;
    position: absolute;
    right: 2%;
    top: -14%;
    padding: 8px;
    border: 1px solid #c1a01e;
    background-color: #1c4937;
    font-size: 14px;
    color: #ffffff;
}


dd div.nitteibox .nitteiboxin p{
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 30px 0;
}

dd div.nitteibox .nitteiboxinleft{
	float: left;
	width: 40%;
	padding: 0px 20px 0 20px;
	height: auto;
	min-height: 302px;
	position: relative;
}

dd div.nitteibox .nitteiboxinleft .nittei_icon {
    display: block;
    position: absolute;
    right: 2%;
    top: 5%;
    padding: 8px;
    border: 1px solid #c1a01e;
    background-color: #1c4937;
    font-size: 14px;
    color: #ffffff;
}

dd div.nitteibox .nitteiboxinleft p{
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0 30px 0;

}

dd div.nitteibox .nitteiboxinleft .food{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width:80%;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}


dd div.nitteibox .nitteiboxinleft p span.att{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}



dd div.nitteibox .nitteiboxinleft p stong{
	font-weight: 700;
}

dd div.nitteibox .nitteiboxinleft p span,
dd div.nitteibox .nitteiboxin p span{
	color: #8c4154;
	font-weight: 700;
}

dd div.nitteibox .nitteiboxinright{
	float: right;
	width: 60%;
	border-left:1px solid #cbb04a;
}

.nitteiboxinright p{
	margin: 0;
	padding: 0;
}


/*dl.nittei4 dd div.nitteibox .nitteiboxinright,
dl.nittei7 dd div.nitteibox .nitteiboxinright{
	float: right;
	width: 60%;
	border-left:1px solid #cbb04a;
	border-bottom:1px solid #cbb04a;
}*/

dd div.nitteibox .nitteiboxinright img{
	max-width: 100%;
	vertical-align: top;
	line-height: 1px;
}

dd div.nitteibox .nitteiboxincenter{
	clear: both;
	padding:20px;
	
	
}

dd div.nitteibox .nitteiboxincenter p{
	color: #8c4154;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 24px;
	
}

dd div.nitteibox .nitteiboxincenter p span{
	font-size: 14px;
}

dl.nittei4 dd div.nitteibox .nitteiboxinleft p,
dl.nittei7 dd div.nitteibox .nitteiboxinleft p{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 30px;
}

dl.nittei4 dd div.nitteibox .nitteiboxinleft p strong,
dl.nittei7 dd div.nitteibox .nitteiboxinleft p strong{
	font-size: 24px;
}

.kanko_txt{
	color: #8c4154;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	clear: both;
}

.kanko_txt ul li{
	margin: 0px 0 5px 10px;
	position: relative;
	line-height: 24px;
}

.kanko_txt ul li span{
	font-size: 14px;
	line-height: 28px;
}

.kanko_txt ul li.kankoday{
	margin: 0 !important;
}

.kanko_txt ul li::before{
	content: '';
    position: absolute;
    background-size: 100%;
    width: 15px;
    height: 15px;
    top: 5px;
    left: -24px;
}

.kanko_txt ul li.nyujyo::before{
    background-image: url(../images/ic_nyujyokanko.png);
}

.kanko_txt ul li.gesya::before{
    background-image: url("../images/ic_gesyakanko.png");
}

li.nyujyo span,
li.gesya span{
	color: #1c4937;
}


.tachiyori{
	background-color: #8c4154;
	overflow: hidden;
	display: table;
	height: 39px;
	margin: 0 0 30px 0;
}

.tachiyori div{
	display: table-cell;
	color: #eae2cf;
	font-weight: 700;
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 !important;
	
}

.tachiyori div img{
	width: 100%;
	vertical-align: middle;
}

.tachiyori div.txt{
	padding: 0 10px 0 40px !important;
	position: relative;

}

.tachiyori div.txt::before{
	content: '';
	position: absolute;
	background-image: url(../images/im_flag01.png);
	top: 8px;
	left: 7px;
	width: 24px;
	height: 24px;
}

.topbox{
	margin: 40px 0 0 0 !important;
}

.lasttextbox{
	padding: 10px;
	margin: 20px;
	border: 1px solid #1c4937;
	color: #1c4937;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}


.line_supplement{
	margin:0% 4% 2%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #1c4937;
	overflow: hidden;
}

.line_supplement ul{
	overflow: hidden;
}

.line_supplement ul li{
	float: left;
	display: table;
	margin: 0 20px 0 0;
	
}

.line_supplement ul li p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px 0 0;
	
}

.line_supplement ul li p img{
	vertical-align: middle;
}

.bus{
	margin:0% 4% 2%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #1c4937;
	overflow: hidden;
	
}

.busin{
	border:1px solid #cbb04a;
	display: table;
}

.bus_right,
.bus_left{
	display: table-cell;
	vertical-align: middle;
}

.bus_right{
	vertical-align: top;
}

.bus_right dl dt{
	font-weight: 700;
	font-size: 20px;
	padding: 15px 0px 15px 15px;
	border-bottom:1px solid #cbb04a;
	
}

.bus_right dl dd{
	padding: 20px;
	font-size: 16px;
	line-height: 23px;
}

.bus_right dl dd span{
	font-size: 14px;
}

.bus_left{
	display: table-cell;
	vertical-align: middle;
	border-right:1px solid #cbb04a;
}

.bus_left img{
	vertical-align: middle;
}

.bus p{
	padding: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 23px;
	font-size: 14px;
}

.course_other{
	background-image: url(../images/bg_line4.png);
	background-repeat: repeat-x;
	margin: 0px 0 0 0;
	padding: 10px 0 0 0;
}

.course_otherin table{
	border-collapse:collapse;
	width: 100%;
	margin: 0 0 30px 0;
}

.course_otherin td {
    border: 1px solid #cbb04a;
    padding: 5px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px !important;
	background-clip: padding-box;
}

.course_otherin td span{
	font-size: 12px !important;
}

.course_otherin tr:first-child td{
	background-color: #e0d2b9;
}

.diagonal{
	 height: 100%;
    width: 100%;
    border-top: 1px solid #cbb04a;
	position: absolute;
	top: 46px;
	left: 0;
}

.leftUp {
    transform: matrix(1, 0.96, 0, 1, 0, 15);
    /* 
        0.75 = 30 / 40 (height / width)
        15 = 30 / 2
    */
	
	}

.money{
	margin: 0 !important;
	padding: 0!important;
}

.bunrui{
	position: relative;
	background-clip: padding-box;
}

.bunrui p{
	font-size: 14px !important;
	line-height: 12px !important;
}

.bunrui p.top{
	position: absolute;
	top:5px;
	right: 5px;
}

.bunrui p.bottom{
	position: absolute;
	bottom:-14px;
	left: 5px;
}

.price{
	color: #8c4154;
	font-weight: 700;
	font-size: 18px !important;
}

.dress_tx {
	text-align: center;
	font-weight: 700;
}

ul.dress li{
	width: 39%;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	margin: 0 30px 0 25px;
} 

ul.dress li img{
	width: 100%;
}


p.panf_goannai{
	background-color: #eae2cf;
	font-size: 24px;
line-height: 40px;
text-align: center;
padding: 4%;
margin: 0px;
	text-align: left;
}

p.panf_goannai span{
	text-decoration: underline;
}



.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 99999999999;
	
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 2%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal__contentin{
	font-family: 'Noto Serif JP', serif;
}

.modal__contentin h3{
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.modal__contentin p{
	font-size: 1em;
	line-height: 2.5em;
}

.close{
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	width:50%;
	font-weight: 700;
	font-size: 18px;
	border-radius: 10px;
	margin: 20px auto 0;
	display: block;
	position: relative;
	padding: 20px;
	background-color: #1c4937;
	color:#FFFFFF;

}

/*
.close::before {
    content: "";
    position: absolute;
	top:0;
	right:50px;
	
}

.closeicon::before{
	content: "\f00d";
}
*/

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}

.close-btn::before {
    content: "";
    position: absolute;
}

.fa-times:before {
    content: "\f00d";
}


.check {
	margin: 20px 0;
}

.check p{
	text-align: center;
	margin: 30px;
	
}
.check p span{
	font-weight: bold;
	
}

p.mousikomi{
	line-height: 1.5em;
	
}

.ichiran{
	margin: 20px auto;
	width: 100%;
	max-width: 1200px;
}

.ichiran img{
	width: 100%;
}

.linkbtn a{
	display: block;
	border-radius:10px;
	padding: 20px;
	background-color:#FF8600;
	color: #ffffff;
	font-size: 18px;
	
}

.linkbtn a:hover{
	opacity: 0.7;
}


a.link_none2{
	pointer-events: none;
	background-color: #B8B8B8;
	border-radius:10px;
	
}

.toiawase{
	border: 2px solid #000000;
	padding: 20px;
	margin: 20px 20px;
}

.toiawase p{
	text-align: center;
}


.box_adjustment1{
	padding: 0 0 0 33px !important;
	
}

.box_adjustment2{
	display: none;
}


.box2ver{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: stretch;
}

.box2verbox p{
	font-family: 'Noto Serif JP', serif !important;
	font-size: 16px;
    line-height: 26px;
    margin: 10px 0 30px 0;
	
}

.box2verbox .kanko_txt ul {
	margin: 0 0 0 5px !important;
}

.box2verbox .kanko_txt ul li::before{
	    left: -17px !important;
}

.box2verbox strong{
	font-size: 24px;
}

.box2verbox{
	    width: 48.5%;
    position: relative;
    border: 1px solid #cbb04a;
    padding: 10px 10px 10px 10px;
    margin: 1% 0.5% 1% 0.5%;
}

.box_to,
.box_epilepsy{
	
	text-align: center;
    font-size: 18px;
    font-weight: bold;
   
}


.box_to{
	
    background-color: #ffffff;
	 padding: 0px 0 10px 0;
    margin: 0 0 20px 0;
    
}


.box_epilepsy{
	
    background-color: #ffffff;
	 padding: 10px 10px;
    
}

.box_to span,
.box_epilepsy span{
	display: block;
    padding: 5px;
    color: #ffffff;
    background-color: #1c4937;
    margin: 0 0 5px 0;
}

.box_to{
	left: 50%;
	top: 1px;
}

.box_epilepsy{
	left: 50%;
	bottom: 1px;
}

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

.box2verimg img{
	width: 100%;
}

.yellowbg{
	padding: 10px;
	/*background-color: #FFFD00;*/
	    line-height: 24px;
	border: 3px solid #FFFD00;
}

.or_mark{
	    position: absolute;
    padding: 5px 5px;
    background-color: #1c4937;
    color: #ffffff;
    text-align: center;
    /*top: 6.3%;*/
    top: 2.3%;
    left: 44%;
    width: 11%;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

.chui_1{
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #8c4154;
}

.flexbox1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.flexbox1 div{
	margin: 0 30px 0 0;
}

.dlbox1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	background-color: #eae2cf;
	font-family: 'Noto Serif JP', serif;
}

.dlbox_img{
	width: 30%;
	max-width: 400px;
	margin: 0 20px 0 0;
}

.dlbox_img img{
	width: 100%;
}

.dlbox_txt{
	width: 67%;
}

.dlbox_txt p{
	font-size: 18px;
    line-height: 30px;
	color: #1c4937;
}

.dlbox_txt .dl_btn{
	margin: 20px auto 0;
	width: 70%;
}

.dl_btn a{
	display: block;
	text-align: center;
	padding: 20px 20px;
	font-weight: 800;
	background-color: #052A8F;
	color: #ffffff;
	border-radius: 15px;
	transition: 0.2s ;
}

.dl_btn a:hover{
	
	opacity: 0.8;
}

.box_2ver{
	/*display: flex;
	justify-content: space-between;
	align-items: stretch;*/
	padding: 0 40px;
	margin:  0 0 40px 0;
}
.box_2verin{
	/*width: 100% !important;*/
	margin: 0 auto;
	padding: 0 0 0 0 !important;
	
}

.box_2ver .box1{
	margin: 0 0 0 0 !important;
}

.dlbox2{

	padding: 20px;
	background-color: #eae2cf;
	font-family: 'Noto Serif JP', serif;
}

.dlbox_img2{
	width: 100%;
	max-width: 640px;
	margin: 0 auto 0;
}

.dlbox_img2 img{
	width: 100%;
}

.dlbox_txt2{
	width: 100%;
	margin: 0 0 20px 0;
}

.dlbox_txt2 p{
	font-size: 18px;
    line-height: 30px;
	color: #1c4937;
	text-align: center;
}

.dlbox2 .dl_btn{
	margin: 20px auto 0;
	width: 70%;
}


.is-hide {
  display: none;
}
.qa_searchbox{
width: min(100%, 890px);
    position: relative;
    padding: 0;
    margin: 0 auto;

 }
.qa_searchbox::after{
content: "";
display: block;
	margin: 0 auto;
width: 44px;
height: 17px;
	background-image:url("../images/arrow1.svg");
	background-size: contain;
	
	/*
	position: absolute;
	bottom: -5%;
    left: 47.3%;*/
}
.qa_listbox{
width:min(100% , 970px);
margin: 0 auto;
}
.qa_search{
padding:0px 0px 25px 0px;
}
.qa_travelstyle{
padding:25px 0px 20px 0px;
}
.qa_search h3,
.qa_travelstyle h3{
position: relative;
font-size: 25px;
font-weight: 600;
text-align: center;
margin: 15px 0 15px 0;
}

.qa_search h3 small {
font-weight: normal;
font-size: 18px;
display: block;
}
.qa_search ul,
.qa_travelstyle ul{
	padding: 0px 0px 10px 0px;
	display: flex;
	flex-wrap:wrap;
	/* gap:16px 20px; */
	justify-content: space-between;
	align-items: stretch;
}

	.qa_search ul li{
	width: 23%;
	margin: 8px 8px;
	font-family: 'Noto Sans JP', sans-serif;
	}
	
	.qa_search ul li:nth-of-type(1),
	.qa_search ul li:nth-of-type(6){
		/* margin-left: 0% !important; */
	}
	
	.qa_search ul li:nth-of-type(5){
		/* margin-right: 0% !important; */
	}
	

.radiobutton {
  display: none;
}
.qa_search span {
	min-width: 6em;
	/* display: block; */
	border:solid 1px #1c4937;
	text-align: center;
	color: #1c4937;
	background: #d6c2a4;
	padding: 15px;
	font-size: 16px;
	font-weight:400;
	display: flex;
	justify-content: center;
	align-items: center;
	    height: 64px !important;
}

.qa_search span:hover{
cursor: pointer;
background: #1c4937;
border:solid 1px #1c4937;
color: #fff;
transition: all 0.2s;
}
.qa_search .radiobutton:checked + span {
background: #1c4937;
border:solid 1px #1c4937;
color: #fff;
    height: 64px !important;    height: 64px !important;}
.qa_travelstyle span {
min-width: 8em;
display: inline-block;
padding: 7px 10px;
border:solid 1px #222;
border-radius: 6px;
text-align: center;
color: #222;
}

.accordion {
  width: 100%;
	
}


/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding: 15px 80px 15px 15px;
  background: #d6c2a4;
  cursor: pointer;
  margin: 0px 0;
  position: relative;
	color: #660000;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #660000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0px;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
	background-color:#e0d2b9;
	color: #1c4937;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 15px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -0.4em;
  left: -1.3em;
font-size: 21px;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}


.accordion-inner table{
	margin: 10px 0 0 0;
}


.accordion-inner table td{
	border: 1px solid #c1a01e;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/* Q&A追加ここまで */


.annnainav{
	margin: 0 auto 50px;
	width: 898px;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 50px 0 0 0;
}

.annnainav ul{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.annnainav ul li a{
	    min-width: 6em;
    border: solid 1px #1c4937;
    text-align: center;
    color: #1c4937;
    background: #d6c2a4;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.annnainav ul li a:hover{
	cursor: pointer;
background: #1c4937;
border:solid 1px #1c4937;
color: #fff;
transition: all 0.2s;
}

.annnainav ul li{
	width: 32.5%;
	margin: 0 0 10px 0;
}


.annnainav ul li:nth-of-type(n+4){
	width: 24%;
}

.bgnone{
	background: none !important;
}
