@charset "UTF-8";
@import "_v-inuki";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap');

:root{
 --ff-min: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	--color-yellow:#FFF378;
	--color-main:#32bfab;
	--color-font:#4B4B4B;
	--color-bg:rgba(179,225,240,1.00);
	--color-blue:rgba(79,196,234,1.00);
}


body{
	color: var(--color-font);
	font-family: Arial,"游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
}
a{
	color: var(--color-font);
	text-decoration: none;
}
a, a:before, a:after, input {
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
a:hover{
    color: #444444;
}
.pad_rl{
	padding-left:30px;
	padding-right:30px;
}
@media screen and (max-width: 600px){
	.pad_rl{
		padding-left: 20px; padding-right: 20px;
	}
}

.newline{
	display: flex;
	flex-wrap: wrap;
}
.newline.center{
	justify-content:center;
}
.ff_min{
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.fc_orange{
	color:rgba(242,69,0,1.00);
}
.kome{
	color: rgba(246,86,132,1.00);
}
.kome07{
	color: rgba(246,86,132,1.00);
	font-size: 0.7em;
}
ol.list_marunum{
	counter-reset: num;
  list-style-type: none;
	margin: 0;
	padding: 0;
}
ol.list_marunum li{
	margin-bottom: 1em;
	padding-left: 2em;
	position: relative;	
}
ol.list_marunum li:before {
	background: var(--color-font);
	border-radius: 50%;
  counter-increment: num;
  content: counter(num)'';
	color: #fff;
	display: inline-block;
	height: 1.5em;
	left: 0;
	line-height:1.58em;
	position: absolute;
  text-align: center;
	top: 2px;
	width: 1.5em;
}

/* display */
.dt_no,.tabdt_no{
	display: none;
}
.tabdt_bl,.sp_no{
	display: block;
}

@media screen and (max-width: 600px){
	.tabdtsp_no,.sp_no{
		display: none;
	}
	.dt_no{
		display: block;
	}
}

/**************************************************/
/* header
/**************************************************/
.header_logo{
	left:30px;
	position: absolute;
	top:30px;
}
.header_logo img {
    width: 100px;
}

/**************************************************/
/*　default
/**************************************************/
main h1,main h2,main h3,main h4,main h5,main h6{
	font-weight: 600;
	margin: 0 ;
}

/**************************************************/
/*　contents
/**************************************************/
main h2{
	color: var(--color-blue);	
	font-family:var(--ff-min);
	font-size: 4rem;
	line-height: 1.8;
	padding:0px 20px 20px;
	position: relative;
	text-align: center;
}
main h2:not(.noline){
	background-image: repeating-linear-gradient(-45deg, transparent 0 1px, #dadada 1px 2px);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 6px;
	margin-bottom: 80px;
}
main h2:not(.noline):after {  
  background-color: var(--color-blue);
  bottom: -2px;
	content: '';
	height: 10px;
  left: 50%;
  transform: translateX(-50%);
	position: absolute;
  width: 150px;	
}
.underline{
	background:linear-gradient(transparent 60%,rgba(var(--color-yellow),0.85) 0%);
}
@media screen and (max-width: 600px){
	main h2{
		font-size: 3.2rem;
	}
	main h2:not(.noline){
		margin-bottom: 60px;
	}
}

section{
	padding: 80px 0;
}
.container{
	margin: 0 auto;
	width:960px;
	max-width: 100%;
}
.bgcolor{
	background-color: var(--color-blue);
	color: #fff;
}
.bgcolor h2{
	color: #fff;
}
.bgcolor h2:not(.noline){
background-image: repeating-linear-gradient(-45deg, transparent 0 1px, #fff 1px 2px);
}
.bgcolor h2:not(.noline):after {
	content: none;
}
@media screen and (max-width: 820px){
	section{
		padding: 60px 0;
	}
	.container{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 600px){
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
}


/***** firstview *****/
.first_box{
	background-color: var(--color-blue);
	text-align: center;
}
.first{	
	border-left: 60px solid rgba(22,180,231,1.00);
	border-right: 60px solid rgba(22,180,231,1.00);
	margin: 0 auto;
	width:960px;
	max-width: 100%;
}
@media screen and (max-width: 820px){
	.first{
		border:none;
	}
}

/***** catch *****/
.catch h2{
	font-size: 4.0rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 80px;
	padding: 0px 20px;
}
.catch h2 strong{
	border-bottom: double 3px rgba(249,112,114,1.00);
	color: rgba(249,112,114,1.00);
	font-size: 160%;
}
.catch h2 .fs_large{
	font-family: Arial,"游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:220%;
	font-weight: 700;
}
.catch h2 .fs_large span.dot{
	position: relative;
}
.catch h2 .fs_large span.dot:after{
	background-color: var(--color-blue);	
	border-radius: 50%;
	bottom: -24px;
	content: "";
	display: inline-block;
	height: 20px;
	left: calc(50% - 10px);
	position: absolute;
	width:20px;
}
.catch h2 .newline{
	justify-content: center;
}
.catch p{
	font-size: 2.0rem;
}

@media screen and (max-width: 768px){
	.catch h2{
		font-size: 3rem;
	}
}
@media screen and (max-width: 540px){
	.catch h2{
		margin-bottom: 40px;
	}
	.catch h2 .fs_large{
		fonts-size:200%;
	}
	.catch h2 .newline{
		line-height: 2;
	}
	.catch h2 .fs_large span.dot:after{
		height: 16px;
		width:16px;
	}
}
/* movie */
.movie{
	background-color: var(--color-blue);
	padding: 40px 0;
	text-align: center;
}
.movie iframe{
	aspect-ratio:651/1158;
	display: block;
	margin: 0 auto;
	width: 50%;
}
@media screen and (max-width: 768px){
	.movie iframe{
		width: 100%;
	}
}

/***** tsuyomi *****/
.tsuyomi{
	padding-bottom: 80px;
}
.tsuyomi_box{
	margin-bottom: 40px;
}
.tsuyomi01_photo{
	border: double rgba(231,231,231,1.00) 3px;
	padding: 10px;
	width: 250px;
}
.tsuyomi h3{
	align-items: center;
	background-color:var(--color-blue);
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	color: #fff;
	display: flex;
	font-family: var(--ff-min);
	font-size: 2.4rem;
	font-weight: 400;
	gap:16px;
	margin-bottom: 20px;
	padding: 10px 20px;
}
.tsuyomi h3 span.tsuyomi_num{
	align-items: center;
	background-color: #fff;
	border:rgba(150,212,232,1.00) 2px solid;
	border-radius: 50%;
	color: var(--color-blue);
	display: inline-flex;
	font-family: "Imperial Script", cursive;
	font-size: 4.0rem;
	font-weight: 400;
	height: 50px;
	justify-content: center;
	line-height: 1;
	width: 50px;
}
.tsuyomi_txt{
	width: calc(100% - 70px);
}
.setsubi{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.setsubi img{
	border: double rgba(231,231,231,1.00) 3px;
	padding: 10px;
}
@media screen and (max-width: 820px){
	.tsuyomi h3{
		display: flex;
	}
}
@media screen and (max-width: 600px){
	.tsuyomi h3{
		font-size: 2.2rem;
		gap:10px;
		line-height: 1.4;
		padding: 10px 10px;
	}
	.setsubi.container{
		padding: 0;
	}
	.setsubi img{
		border: none;
		height: auto;
		padding: 0;
	}
}

/***** conditions *****/
.conditions_table{
	background-color: var(--color-blue);
	border-collapse: separate;
	display: table;
}
.conditions_table dl{
	display: table-row;
	margin: 0;
}
.conditions_table dl dt,.conditions_table dl dd{
	display: table-cell;
}
.conditions_table dl dt,.conditions_table dl dd{
	background-color: #fff;
	border-bottom: 2px solid var(--color-blue);
	color: var(--color-font);
	padding: 20px;
}
.conditions_table dl dt{
	border-right: solid var(--color-blue);
	font-weight: 600;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
@media screen and (max-width: 600px){
	.conditions_table,.conditions_table dl,
	.conditions_table dl dt,.conditions_table dl dd{
		display: block;		
	}
	.conditions_table{
		background-color: #fff;
		padding: 10px;
	}
	.conditions_table dl dt,.conditions_table dl dd{
		border:none;		
	}
	.conditions_table dl:not(:last-child){
		border-bottom: dotted rgba(159,159,159,1.00) 1px;
	}
	.conditions_table dl dt{
		font-size: 110%;
		padding: 10px 10px 0;
	}
	.conditions_table dl dd{
		padding: 0 10px 10px;
	}
}

/***** osusume *****/
ul.osusume_list{
	font-size: 2.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.osusume_list li{
	margin-bottom: 1em;
	padding-left: 46px;
	position: relative;
}
ul.osusume_list li:before{
	content: "\f14a";
	color:  var(--color-blue);
	font-family: 'Font Awesome 6 Pro';
	font-size: 3.6rem;
	font-weight: 900;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top:-12px;
}
@media screen and (max-width: 600px){
	ul.osusume_list{
		font-size: 2.0rem;
	}
}

/***** line *****/
.line_box{
	margin-top: 30px;
	text-align: center;
}

/**************************************************/
/*　footer
/**************************************************/

footer{
	text-align: center;
}
.footer_wrapper{
	align-items: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 20px;
	}

h3.footer_tel_title{
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.footer_tel {
	align-items: center;
	color: var(--color-main);
	display: flex;
	font-size: 2.8rem;
	justify-content: center;
	line-height: 1;
	margin-bottom: 20px;
}
.footer_tel .tel{
	color:var(--color-main);
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.footer_tel .tel a{	
	color: var(--color-main);
}
.footer_tel i{
	font-size: 2.4rem;
	margin-right: 10px;
}
.footer_logo{
	margin-bottom: 20px;
	width: 100px;
}
.footer_name_box{	
	font-size: 1.2em;
}
.footer_address_item{
	font-size: 1.2rem;
	padding-bottom: 20px;
}
.footer_name_box dt,
.footer_name_box dd,
.footer_address_item dt,
.footer_address_item dd
{
	line-height: 1.4;
}
.footer_name_box dt,.footer_address_item dt{
	font-weight: bold;
}
.footer_address_item dd{
	margin-bottom: 0.5em;
	text-align: left;
}
.footer_nav{
	border-top: dotted #8C8C8C 1px;
	font-size: 1.3rem;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.footer_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.footer_nav ul
li{
	margin: 0 20px;
}
.footer_nav ul
 li:before{
	 content: "\f101";
	 font-family: "Font Awesome 6 Pro";
		font-weight: 300;
	 margin-right: 0.5em;
}
.copyright{
	background-color: var(--color-main);
	color: #fff;
	padding: 20px;
}

.topagetop{
	display: none;	
	position: fixed;
	bottom: 20px;
	right: 50px;
}
.topagetop a{
	align-items: center;
	background-color: rgba(140,140,140,1.00);
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-size: 3.0rem;
	height: 50px;
	justify-content: center;
	line-height: 1;
	width: 50px;
}

@media screen and (min-width: 768px){
	.footer_wrapper{
		align-items:flex-start;
		flex-direction: row;
		justify-content: center;
		gap:80px;
	}
	.footer_address_item dt{
		margin-bottom: 10px;
		text-align: left;
	}
}
@media screen and (min-width: 1001px){
	footer{
		padding-top: 60px;
	}
	.footer_wrapper{
		display: flex;
		gap:100px;
		justify-content: center;
	}
	.footer_block{
		display: flex;
		gap:100px;
	}
	.footer_name_box{	
		font-size: 1.3rem;
	}
	.footer_address_item{
		font-size: 1.3rem;
	}
	.footer_nav{
		align-self: stretch;
		border-left: dotted #8C8C8C 1px;
		border-top: none;
		padding-top: 0px;
		width: auto;
	}
}
