@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');

body {
color: #000;
overflow-x: hidden;
}

#container {
font-family: "Zen Maru Gothic", sans-serif;
font-weight: 500;
font-style: normal;
}

section#odd {
	background: #FCEBF3;
	position: relative;
	padding: 1em 0 3em;
}

section#odd::before {
	content: "";
	display: block;
	background: url("../images/bg_border_odd.png") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0px;
}

section#even {
	background: #c6ebf7;
	position: relative;
	padding: 1em 0 3em;
}

section#even::before {
	content: "";
	display: block;
	background: url("../images/bg_border_even.png") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0px;
}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

.large {
	font-size: 120%;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.line {
    width: 100%;
    border-top: 2px dotted #666;
    padding-bottom: 5%;
    margin-top: 5%;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#dirPathBlock,#anchorLinkBlock { background: #FFF;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	padding: 0 5px 5px 5px;
}

#container{
  font-size: 16px;
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 5% 1%;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
}

  /*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}

/*navigation*/
.topNavi {
	width: 98%;
	margin: 1em auto 2.5em;
	text-align: center;
}

.topNavi ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li,
.topNavi ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topNavi ul li {
    position: relative;
    margin: 0 auto 1em;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    width: calc(50% - 10px); /* 2カラムに設定 */
}

.topNavi ul li::before {
    position: absolute;
    top: 7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: inherit;
    box-sizing: inherit;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .2);
    background-color: #cfcf00;
    content: '';
}

.topNavi ul li span {
    width: 100%;
    padding: .5em .8em;
    border: 2px solid #000;
    border-radius: inherit;
    background-color: #ffff00;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}

.topNavi ul li span::before {
    display: inline-block;
    /*transform: rotate(45deg);右矢印*/
    transform: rotate(135deg);/*下矢印*/
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
}

.topNavi ul li:hover::before {
    transition: box-shadow .2s;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .2);
}

.topNavi ul li:hover span {
    transition: transform .2s;
    transform: translateY(2px);
}

.topNavi ul li a {
    color: #000;
}

/*メッセージ*/
.message {
    width: 90%;
    margin: 0 auto;
    padding: 1em 0.5em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.4;
    font-size: 1.0em;
}

/*見出し*/
h2 {
    text-align: center;
    margin-bottom: 1em;
}

h2 img {
    width: 100%;
}

h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 1.5rem;
}

h3 .marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

/*お楽しみ*/
.otanoshimiContainer {
    display: flex;
    flex-wrap: wrap;
}

.otanoshimiContainer div {
    flex: 1 1 100%;
    box-sizing: border-box;
    padding: 5px;
}

div .otanoshimiBox {
    width: 100%;
    margin: 0 auto .5em;
    padding: 1em;
    text-align: center;
    border: 3px #ff71b7 solid;
    background: #FFF;
    border-radius: 20px;
}

div .otanoshimiBox2 {
    width: 98%;
    margin: 0 auto 2em;
    padding: 1em;
    text-align: center;
    border: 3px #ff71b7 solid;
    background: #FFF;
    border-radius: 20px;
}

div .otanoshimiBox .point img,
div .otanoshimiBox2 .point img {
    width: 100%;
}

div .otanoshimiBox .large {
    color: #ff6699;
}

div .otanoshimiBox .small {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
}

div .otanoshimiBox2 .westerpoint {
    margin-top: .5em;
}

div .otanoshimiBox2 .westerpoint img {
    width: 100%;
}

.stepBox {
    position: relative;
    margin-top: 0.5em;
    padding: 1.2em 0.8em;
    background: #FFFADC;
    border-radius: 10px;
    text-align: center;
}
.stepBox .tag {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff71b7;
    color: #fff;
}
.stepBox .tag::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff71b7;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.stepBox p {
    margin-top: .5em;
}

.stepBox .Btn_entry {
  color: #fff;
  width: 100%;
  margin: .5em auto .3em;
  text-align: center;
  background: #3399ff;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-weight: bold;
}

.stepBox .Btn_entry a {
	color: #fff;
}

.stepBox .Btn_entry::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

/**アコーディオン**/
	.accordion {
		max-width: 100%;
		margin-top: .4em;
		background-color: #FFF;
	}
	.accordion summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: .8em 1em;
		color: #FFF;
		cursor: pointer;
		background-color: #036eb8;
		border-radius: 5px;
	}
	.accordion summary::-webkit-details-marker {
		display: none;
	}
	.accordion summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 10px;
		height: 10px;
		margin-left: 1em;
		border-bottom: 3px solid #FFF;
		border-right: 3px solid #FFF;
		content: '';
		transition: transform .3s;
	}
	.accordion[open] summary::after {
		transform: rotate(225deg);
	}
	.accordion .info {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		transition: transform .5s, opacity .5s;
	}
	.accordion[open] .info {
		transform: none;
		opacity: 1;
	}
    .accordion .info .spot01 {
        background: #6ac7e9;
        color: #FFF;
        display: block;
        text-align: center;
        padding: .2em .3em .3em;
        margin-top: .2em;
	}
    
    .accordion .info .spot02 {
        background: #ff71b7;
        color: #FFF;
        display: block;
        text-align: center;
        padding: .2em .3em .3em;
        margin-top: .2em;
	}

/*モデルコース*/
	.courseContainer {
		overflow-x: auto; /* 横スクロールを有効にする */
		white-space: nowrap; /* 画像を横並びにする */
		margin: .5em 0;
	}
	.courseContainer img {
		display: inline-block; /* 画像をインラインブロックにする */
		width: auto; /* 幅を自動調整 */
		height: 100%; /* 高さを100%に設定（必要に応じて調整） */
	}

/*料金*/
.price,
.joken {
        text-align: center;
        margin-top: .2em;
        line-height: 1.4;
}

.price .single {
        color: #FFF;
        background: #000;
        padding: 0 .4em .2em .4em;
        display: inline-block;
        margin: 1em 0 -1em;
}

.price strong {
        font-size: 40px;
        color: #FF0000;
}

.price small {
        font-size: 20px;
}

.detail dl {
        width: 100%;
        margin-top: .5em;
        padding: 0;
        line-height: 1.4;
    }
.detail dl > div {
        flex-direction: column;
        border-top: 1px solid #333;
    }
.detail dl > div:last-child {
        border-bottom: none;
    }
.detail dt {
        padding: .2em 0 .1em;
        width: 100%;
        font-weight: bold;
    }
.detail dd {
        padding: .2em 0 .1em;
        width: 100%;
    }






/*注意事項*/
ul.guideList {
	margin-top: .5em;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6,
ul.guideList li.no7 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

ul.guideList li.no1:before {
	content: '1．';
}

ul.guideList li.no2:before {
	content: '2．';
}

ul.guideList li.no3:before {
	content: '3．';
}

ul.guideList li.no4:before {
	content: '4．';
}

ul.guideList li.no5:before {
	content: '5．';
}

ul.guideList li.no6:before {
	content: '6．';
}

ul.guideList li.no7:before {
	content: '7．';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*その他のおすすめプラン*/
.pointBox {
  position: relative;
  padding: 10px 20px 20px 10px;
  background: #D6EFFF;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.pointBox:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

.pointBox img {
  width: 94%;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4,
.itemList2btn,
.stepitemList3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: left;
}

.itemList2btn > div {
  width: 100%;
  height: auto;
  padding: 0 5px;
}

.stepitemList3 > div {
  width: 100%;
  height: auto;
  padding: 0 5px;
  margin-top: 2em;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}

img.shindan {
  width: 100%;
}

.bnimg {
  text-align: center;
  margin-top: .8em;
}

.bnimg img {
  width: 90%;
  margin: auto 5% 2%;
}

/*申込み*/
.yoyakuBox {
  border: 6px double #000;
  padding: 5%;
  width: 100%;
  margin-bottom: 5%;
  background: #FFF;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 96%;
  margin: 1em auto;
  text-align: center;
  background: #003399;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-weight: bold;
  line-height: 1.4;
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.Btn_kino {
  color: #fff;
  width: 96%;
  margin: 1em auto;
  text-align: center;
  background: #ff6699;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-weight: bold;
}

.Btn_shira {
  color: #fff;
  width: 96%;
  margin: 1em auto;
  text-align: center;
  background: #3399ff;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-weight: bold;
}

.Btn_kino a,
.Btn_shira a {
	color: #fff;
}

.Btn_kino::after,
.Btn_shira::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_point {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn_point a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #0074c0;
	border-radius: 30px;
}

.Btn_point::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}



/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}

#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
    padding-bottom: 10px;
	font-size: 12px;
}

#container{
  font-size: 18px;
  position: relative;
  z-index:1;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
    max-width: 1080px;
}

/*news*/
  #newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*navigation*/
.topNavi {
	width: 100%!important;
	text-align: center;
    margin-bottom: 3em;
}

.topNavi ul {
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li,
.topNavi ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topNavi ul li {
    position: relative;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px;
    border: none;
    font-size: 18px;
}

.topNavi ul li::before {
    position: absolute;
    top: 7px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: inherit;
    box-sizing: inherit;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .2);
    background-color: #cfcf00;
    content: '';
}

.topNavi ul li span {
    width: 100%;
    padding: .9em .7em;
    border: 2px solid #000;
    border-radius: inherit;
    background-color: #ffff00;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}

.topNavi ul li span::before {
    display: inline-block;
    /*transform: rotate(45deg);右矢印*/
    transform: rotate(135deg);/*下矢印*/
    width: 8px;
    height: 8px;
    margin-right: 5px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
}

.topNavi ul li:hover::before {
    transition: box-shadow .2s;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, .2);
}

.topNavi ul li:hover span {
    transition: transform .2s;
    transform: translateY(2px);
}

.topNavi ul li a {
    color: #000;
}

/*メッセージ*/
.message {
    padding: 1em 0.5em;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
}

/*見出し*/
h2 {
    text-align: center;
    margin-bottom: 1em;
}

h2 img {
    width: auto;
}

h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 1.5rem 0 .5rem;
}

h3 .marker {
    background-image: linear-gradient(0deg, transparent 0.3em, #ffff33 0.3em, #ffff33 0.8em, transparent 0.8em);
    padding: 0.2em; /* テキストの周りにスペースを追加 */
    border-radius: 4px; /* 角を丸くする */
}

/*お楽しみ*/
.otanoshimiContainer {
    display: flex;
    flex-wrap: wrap;
}

.otanoshimiContainer div {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 10px;
}

div .otanoshimiBox {
    width: 100%;
    padding: 1em;
    text-align: center;
    border: 4px #ff71b7 solid;
    background: #FFF;
    border-radius: 20px;
}

div .otanoshimiBox .point img {
    width: 100%;
}

div .otanoshimiBox2 {
    width: 1060px;
    margin: 1em auto 0;
    padding: 1em;
    text-align: center;
    border: 4px #ff71b7 solid;
    background: #FFF;
    border-radius: 20px;
}

div .otanoshimiBox2 .point img {
    width: 454px;
}

div .otanoshimiBox2 .westerpoint img {
    margin-top: 1em;
}

div .otanoshimiBox .large,
div .otanoshimiBox2 .large {
    font-size: 26px;
    color: #ff6699;
}

div .otanoshimiBox .small,
div .otanoshimiBox2 .small {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.stepBox {
    position: relative;
    margin-top: 2em;
    padding: 1.6em 0.6em 0.8em 0.6em;
    /*border: 4px solid #ff0099;*/
    background: #FFFADC;
    border-radius: 10px;
    text-align: center;
    height: 180px;                  /* 高さを指定 */
}

.stepBox .tag {
    position: absolute;
    top: -1.3em;
    left: -.5em;
    padding: 0.4em 1.0em 0.6em;
    border-radius: 25px;
    background-color: #ff71b7;
    color: #fff;
    font-size: 20px;
}
.stepBox .tag::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #ff71b7;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.stepBox p {
    margin: 0;
    line-height: 1.4;
}

.stepBox .Btn_entry {
  color: #fff;
  width: 100%;
  margin: .5em auto .3em;
  text-align: center;
  background: #3399ff;
  border-radius: 30px;
  padding: .6em 1em;
  position: relative; /* 追記 */
}

.stepBox .Btn_entry a {
	color: #fff;
}

.stepBox .Btn_entry::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}


/*アコーディオン*/
	.accordion {
		max-width: 100%;
		margin-top: .5em;
		background-color: #FFF;
	}
	.accordion summary {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: .8em 1em;
		color: #FFF;
		cursor: pointer;
		background-color: #036eb8;
		border-radius: 5px;
	}
	.accordion summary::-webkit-details-marker {
		display: none;
	}
	.accordion summary::after {
		transform: translateY(-25%) rotate(45deg);
		width: 13px;
		height: 13px;
		margin-left: 1em;
		border-bottom: 3px solid #FFF;
		border-right: 3px solid #FFF;
		content: '';
		transition: transform .3s;
	}
	.accordion[open] summary::after {
		transform: rotate(225deg);
	}
	.accordion .info {
		transform: translateY(-10px);
		opacity: 0;
		margin: 0;
		padding: .2em 0;
		transition: transform .5s, opacity .5s;
	}
	.accordion[open] .info {
		transform: none;
		opacity: 1;
	}
    
	.accordion .info p.spot01 {
        background: #6ac7e9;
        color: #FFF;
        padding: .3em .3em .3em 1.6em;
        margin-top: .2em;
	}
    
    .accordion .info p.spot02 {
        background: #ff71b7;
        color: #FFF;
        padding: .3em .3em .3em 1.6em;
        margin-top: .2em;
	}

/*モデルコース*/
	.courseContainer {
		width: 100%;
		height: auto; /* 高さは自動調整 */
		overflow: hidden; /* スクロールバーを隠す */
		margin: .5em 0;
	}
	.courseContainer img {
		width: 100%; /* 幅を100%に設定 */
		height: auto; /* 高さは自動調整 */
	}

/*料金*/
.price,
.joken {
        text-align: center;
        margin-top: .5em;
}

.price .single {
        color: #FFF;
        background: #000;
        padding: 0 .4em .2em .4em;
        margin-right: 1em;
}

.price strong {
        font-size: 50px;
        color: #FF0000;
}

.price small {
        font-size: 30px;
}

.detail dl {
        display: flex;
        flex-wrap: wrap;
        margin-top: .5em;
        padding: 0;
        line-height: 1.4;
    }
.detail dl > div {
        display: flex;
        width: 100%;
        border-top: 1px solid #333;
    }
.detail dl > div:last-child {
        border-bottom: none;
    }
.detail dt, dd {
        padding: .5em 0;
        box-sizing: border-box;
    }
.detail dt {
        width: 23%;
        font-weight: bold;
    }
.detail dd {
        width: 77%;
    }


/*注意事項*/
ul.guideList {
	padding: 0;
    margin-top: .5em;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6,
ul.guideList li.no7 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

ul.guideList li.no1:before {
	content: '1．';
}

ul.guideList li.no2:before {
	content: '2．';
}

ul.guideList li.no3:before {
	content: '3．';
}

ul.guideList li.no4:before {
	content: '4．';
}

ul.guideList li.no5:before {
	content: '5．';
}

ul.guideList li.no6:before {
	content: '6．';
}

ul.guideList li.no7:before {
	content: '7．';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}



/*その他のおすすめプラン*/
.pointBox {
  position: relative;
  padding: 10px 20px 20px 10px;
  background: #D6EFFF;
}

.pointBox:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

.pointBox img {
  width: 100%;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4,
.itemList2btn,
.stepitemList3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: center;
}

.itemList2btn > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 0 5px;
  text-align: center;
}

.itemList3 > div,
.stepitemList3 > div {
  width: 33.33333%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList4 > div {
  width: 25%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

.itemList4 > div p {
  line-height: 1.4;
}

.shindan {
}

.bnimg {
  text-align: center;
  margin-top: 1em;
}

.bnimg img {
  width: 580px;
}

/*申込み*/
.yoyakuBox {
  border: 6px double #000;
  padding: 20px;
  margin: 0 auto 30px;
  width: 850px;
  background: #FFF;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 90%;
  margin: 1em auto;
  text-align: center;
  background: #003399;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_kino {
  color: #fff;
  width: 90%;
  margin: 1em auto;
  text-align: center;
  background: #ff6699;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_shira {
  color: #fff;
  width: 90%;
  margin: 1em auto;
  text-align: center;
  background: #3399ff;
  border-radius: 30px;
  padding: 1em;
  position: relative; /* 追記 */
  font-size: 20px;
  font-weight: bold;
}

.Btn_kino a,
.Btn_shira a {
	color: #fff;
}

.Btn_kino::after,
.Btn_shira::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_point {
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn_point a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px;
	background: #0074c0;
	border-radius: 30px;
}

.Btn_point::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 80%;
  margin: 1em auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
  font-size: 20px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}


}