@charset "UTF-8";


/* 全体の設定
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    font-size: 62.5%;  /* すべてのベース10px ブラウザDefault値16pxの62.5%＝10px */
}

body {
    color: #000;
    font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background:#555555;
    font-size: 1.6rem; /* font-size 16px */
    font-weight: 500;
    line-height: 1.6;
    margin:0;
	padding:0;
}

/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------*/
header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 1rem 2rem;
	background: #fff;
}
@media screen and (max-width: 768px){
	header img {
	width: 150px;
}
}

/*CPメインコンテンツ
-------------------------------------*/
main {
	background:#ceecf2;
	max-width: 1920px;
	margin: 0 auto;
	
}

.gaiyou {
	width: 100%;
	height: auto;
	padding: 5rem 0 7rem 0;
	text-align: center;
}

.gaiyou_backimg {
	width: 100%;
	height: auto;
	padding: 5rem 0 7rem 0;
	text-align: center;
	background-image: url(../img/haikei01_waribiki2021.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.mainimg {
	text-align : center;
	position: relative;
}

main .subtitle {	
	margin-bottom: 5rem;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-bottom: 4px solid #000;
}

.text_main {	
	max-width: 820px;
	margin: 0 auto;
	padding: 0rem 2.5rem;
	text-align: left;
	font-size: 2.4rem;
	font-weight: 600;
}

@media screen and (max-width: 768px){
	main .subtitle {font-size: 2.0rem; margin-bottom: 3.5rem; border-bottom: 3px solid #000;}	
	.text_main {padding: 0rem 2.5rem; font-size: 1.6rem; font-weight: 500;}
	.mainimg {	position: relative;	margin-top: auto;}
}


/*YT65
-------------------------------------*/

.yt65 .onimg {
	position: absolute;
	width: 28%;
    left: 17%;
    bottom: 8%;
}


.yt65 .gaiyou_yt65 {
	background-color: #ceecf2;
}

.yt65 .gaiyou_yt65 .box_main{
	max-width: 1000px;
	margin: 10rem auto 10rem auto;
	padding-bottom: 2rem;
	background-color: #fff;
	border: 6px solid #00cfc5;
	border-radius: 20px;
}

.yt65 .midashi {
	margin: 0 auto 2rem auto;
	padding: 2rem 2.5rem;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 1000;
	color: #fff;
	background-color: #00cfc5;
}

.yt65 .submidashi {
	max-width: 730px;
	margin: 0 auto;
	padding-bottom: 2.5rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
}

.yt65 .box_scene {	
	display:flex;
	flex-diretion: row;
	padding: 1rem 3rem;
}

.yt65 .kyoten {
	padding: 1rem 3rem;
}

.yt65 .box_scene .item {	
	margin: 3rem 1rem;
	text-align: center;
}

.yt65 .box_scene .text {	
	font-size: 2.0rem;
	font-weight: 600;
	text-align: center;
	padding-top: 1rem;
}

.yt65 .kakakuhyo {	
	text-align: center;
	padding: 4rem;
}
.yt65 .gaiyou_yt65 .box_banner{
	padding-bottom: 3rem;
}

.yt65 .gaiyou_yt65 .box_banner02{
	padding-bottom: 3rem;
}

.yt65 .gaiyou_yt65 .box_banner img{
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.yt65 .gaiyou_yt65 .box_banner:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.yt65 .mskou {
	margin-left: auto;
	padding: 5rem 7rem 5rem 0;
	width: 100px;
}

@media screen and (max-width: 768px){
.yt65 .midashi {
	margin: 0 auto 2rem auto;
	padding: 1.5rem 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 130%;
}
.yt65 .submidashi {padding:0 2rem 1.5rem 2rem; font-size: 1.6rem; line-height: 130%;}	
.yt65 .gaiyou_yt65 .box_main {padding: 0rem; margin: 2rem;}
.yt65 .text_main {
	margin: 0 auto;
	padding: 0rem 0rem 2rem;
	font-size: 1.6rem;
}
.yt65 .kyoten {	padding: 1rem 1.5rem;}
.yt65 .box_scene {padding: 0.5rem 2rem;}
.yt65 .box_scene .item {margin: 1rem 0.8rem;}
.yt65 .box_scene .text {font-size: 1.3rem;	padding-top: 0.5rem; line-height: 130%;}
.yt65 .kakakuhyo {padding: 2rem;}
.yt65 .mskou {padding: 3rem 2rem 3rem 0;}
}


.bottun_box_yoko {
	padding: 5rem 0;
	display:flex;
	margin: 0 2.5rem;
	flex-direction: row;	
	justify-content: center;
}

.bottun_box_yoko .item {
	margin: 0 2rem;
}
.bottun_box_yoko .item img {
	cursor: pointer;
    transition-duration: 0.3s;
}
.bottun_box_yoko .item :hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

@media screen and (max-width: 768px){
.bottun_box_yoko {
	padding: 5rem 0 0 0;
	display:flex;
	margin: 0 2.5rem;
	flex-direction: column;	
	align-items: center;
	}
.bottun_box_yoko .item {
	padding-bottom: 2rem;
}
}



/*フッター
-------------------------------------*/
footer {
    background-color: #0069b2;
}

.copyright {
    text-align: center;
    padding: 3rem 0;
	font-size: 1.5rem;
	color: #fff;
	margin: auto 2.5rem;
}

@media screen and (max-width: 768px){
.copyright {
	font-size: 1rem;
}
}

/* 幅768px以下の表示
-------------------------------------*/
.sp {
    display: none;
}

@media screen and (max-width: 768px){

.pc { display: none !important; }
.sp { display: block !important; }
}
	