@charset "utf-8";
/* CSS Document */

/* -------------------------
@common
--------------------------*/

.content .title_juku {
	width:100%;
	height: auto;
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.content .title_juku img {
	text-align: center;
	display: flex;
	margin: 0 auto 1.2em;
	max-width: 320px;
	height: auto;
}
@media (max-width: 459px){
	.content .title_juku img {
		width: 68%;
	}
}

.content h2{
	background-color: #fbebe2 !important;
	margin-top: 40px !important;
	padding: 13px 18px !important;
}

.content h3{
	border-bottom: 3px solid #f9d4c9 !important;
	margin-top: 25px !important;
	padding-bottom: 6px !important;
}

.content h4 {
	border-left: 3px solid #f9d4c9 !important;
	color: #eb5c2f !important;
}

.content p {
	line-height:1.7 !important;
}
.content {
	background: none;
}

.outline {
	background: #ffffff;
}

.clearfix,.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.content ul li {
	background-position: left !important;
}


/* -------------------------
@button
--------------------------*/

.btn_set {
	text-align: center;
	margin: 1.5em auto 3em;
	max-width: 300px;
}
.btn_set a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
    color: #ef715c !important;
}
.btn_set .btn_right {
	position: relative;
	max-width: 300px;
	padding: 1em;
	margin: 0 auto;
	border: 2px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 4px 0px 0px #f39f91;
	transition: all 0.3s;
}

.btn_right::after {
	content: "";
	position: absolute;
	background: url(../img/icon_arrow1_r.png) no-repeat;
	width: 14px;
	height: 12px;
	top: calc(50% - 7px);
    right: 13px;
}

.btn_right:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(3px);
}


/* ------ @button small -------------*/

.btn_set2 {
	text-align: center;
	margin: 1em auto;
	padding: 0 1em;
	max-width: 250px;
}
.btn_set2 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
    color: #ef715c !important;
}
.btn_set2 .btn_right {
	position: relative;
	max-width: 250px;
	padding: 10px;
	margin: 0 auto;
	border: 2px solid #f39f91;
	border-radius: 50vh;
	box-shadow: 0px 4px 0px 0px #f39f91;
	transition: all 0.3s;
}



/* -------------------------
@menu
--------------------------*/
/* -------------------------
@menu
--------------------------*/

.menu {
	margin: 2.5em 5px;
}
.menu, .menu_half {
	display: flex;
	gap: 15px;
}
.menu .menu_btn, .menu .menu_half {
	width: 100%;
}
.menu .menu_btn {
	position: relative;
	display: table;
	padding: 1.1em 0.5em 0.9em;
	border-radius: 50vh;
	transition: all 0.3s;
}
.menu .mbtn_off {
	border: 3px solid #f39f91;
	box-shadow: 0px 5px 0px 0px #f39f91;
}
.menu .mbtn_off:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(4px);
}

.menu .menu_btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.menu .menu_btn p {
    display: table-cell;
    vertical-align: middle;
	text-align: center;   
    font-size: 1.15rem;
    font-weight: bold;
    line-height: 1.3 !important;
}
.menu .menu_btn p.txt_off {
	color: #ef715c;
}

.menu .menu_btn span {
    font-size: .95rem;
    font-weight: normal;
	display: block;
}

.menu .mbtn_on {
	background: #f9aea0;
    border: 3px solid #f38572;
    box-shadow: 0px 5px 0px 0px #f38572;
}
.menu .menu_btn p.txt_on {
    color: #ffffff;
}


@media (max-width: 767px){
	.menu {
		display: block;
	}
	.menu_half {
		margin-bottom: 1.5em;
	}
}


/* -------------------------
@contents menu
--------------------------*/

.select_wrap {
	display: flex;
	justify-content: center;
    gap: 50px;
	padding: 0 0 0.5em;
}

.select_wrap a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
    color: #ef715c;
}
.select_wrap a:hover {
	text-decoration: underline;
}

.select_wrap img {
	margin-right: 5px;
}

@media (max-width: 600px){
	.select_wrap {
		display: block;
	}
	.select_list {
		margin: 0 1em .8em;
	}
	.select_wrap .select_list:last-of-type {
		margin-bottom: 0;
	}
}



/* -------------------------
@submenu
--------------------------*/
.submenu2 {
	display: flex;
}
.submenu_inner  {
	width: 100%;
	margin-right: 15px;
}
.submenu_inner:last-of-type {
	margin-right: 0px;
}
.submenu_inner img {
	background-color: #fbebe2;
	border-bottom: 6px solid #f39f91;
	padding: 1em 3em;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	height: auto;
}
.submenu_inner img:hover {
	margin-top: 4px;
	background: #fbebe2;
	border-bottom: 2px solid #f39f91;
}
@media (max-width: 767px){
.submenu_inner img {
	padding: 0.8em 2em;
}
}
@media (max-width: 579px){
.submenu_inner img {
	padding: 0.8em 1em;
}
}
@media (max-width: 399px){
.submenu2 {
	display: block;
}
.submenu_inner img {
	padding: 0.8em 4em;
}
.submenu_inner  {
	margin-bottom: 10px;
}
}



/* -------------------------
注意項目
--------------------------*/

.alartbox2 {
    position: relative;
    border: 5px solid #ffb102;
    border-radius: 12px;
    margin: 30px 20px;
    padding: 10px;
    font-weight: bold;
}
.alartbox2::before {
    content: "ちゅうい";
    position: absolute;
    background-color: #fff;
    color: #e97b0a;
    font-size: 1.3em;
    font-weight: bold;
    left: 20px;
    top: -23px;
    padding: 10px;
}
.alartbox2 ul.alart {
    font-size: 1.05em;
    margin: 20px 20px 30px;
    padding: 0 25px;
    list-style: disc !important;
}
.alartbox2 ul.alart li {
    background-image: none !important;
    padding: 0;
}



/* -------------------------
もくじ
--------------------------*/

.mokuji_box {
	width: 100%;
	border: 2px solid #f9d4c9;
	box-sizing: border-box;
	margin: 3em 0 1.5em;
}
.content .mokuji_box h2 {
	margin-top: 0px !important;
}
.mokuji_box h2.mokuji {
	box-sizing: border-box;
	padding: 5px 25px 0px 25px !important;
	line-height: 1.8em;
	margin: 0 !important;
	border: none;
}

.mokuji_list {
	padding: 20px 20px 10px;
    display: flex;
	gap: 10px;
    flex-wrap: wrap;
}
.mokuji_list .inner {
	margin-bottom: 0.5em;
}
.mokuji_list .inner a {
	text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    color: #ef715c;
}
.mokuji_list img {
	margin-right: 5px;
}
.mokuji_list .inner a:hover {
	text-decoration: underline;
}


/* -------------------------
コンテンツ選択メニュー
--------------------------*/

.select_wrap3 {
	display: flex;
	margin: 0 16px;
}
.select_list3 {
    position: relative;
    width: 100%;
    margin: 10px 15px 0px 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.8em 0 0.7em;
    border-radius: 10px;
    transition: all 0.3s;
    border: 2px solid #f39f91;
    box-shadow: 0px 5px 0px 0px #f39f91;
}
.select_other {
    background: #ffffff;
}
.select_other:hover {
	box-shadow: 0px 1px 0px 0px #f39f91;
	transform: translateY(4px);
}
.select_now {
	color: #ffffff;
	background: #89bda2;
}
.select_wrap3 div:last-of-type {
	margin-right: 0px;
}
.select_other p {
	width: 100%;
	color: #f39f91;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0;
	line-height: unset;
}
.select_now p {
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0;
	line-height: unset;
}
.select_list3 .arrow {
	max-width: 15px;
	margin-left: 10px;
}
.select_list3 a {
text-decoration: none;
}
@media (max-width: 600px){
.select_wrap3 {
	display: block;
}
.select_list3 {
	margin: 0 0 15px 0;
	padding: 7px 15px;
}
}



/* -------------------------
吹き出し付き会話
--------------------------*/

.conversation{
	width: 90%; 
	margin: 2em auto; 
	display: flex;
}

.conversation .left_face, .conversation .right_face{
	width: 20%;
	margin-block: auto;
	text-align: center;
}
.conversation .left_face img, .conversation .right_face img{
	width:96%;
}

.conversation .right_conv{
	width: 80%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 1em 0 1em 15px;
 	padding: 10px;
 	min-width: 120px;
	max-width: 100%;
	background: #ebf7f6;
	border-radius: 12px;
}

.conversation .right_conv:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #ebf7f6;
}

.conversation .left_conv{
	width: 80%;
	position: relative;
	display: flex;
	align-items: center;
	margin: 1em 15px 1em 0;
	padding: 10px;
	min-width: 120px;
	max-width: 100%;
	background: #fdf3dd;
	border-radius: 12px;
}

.conversation .left_conv:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
 	border: 15px solid transparent;
	border-left: 15px solid #fdf3dd;
}

.conversation .right_conv p, .conversation .left_conv p{
	padding: 0 15px;
	margin-bottom: 0px;
}


/* -------------------------
画像と説明文
--------------------------*/
.photo_box{
	width: 100%;
	margin: 0.5em 0;
	display: flex;
}

.photo_box .left{
	width: 30%;
	margin-bottom: 1em;
}

.photo_box .right{
	width: 70%;
}

.photo_box .right .title{
	font-size: large;
	font-weight: bold;
}

@media (max-width: 599px){
.photo_box{
	flex-direction: column;
}
.photo_box .left{
	width: 100%;
}
.photo_box .left img{
	width: 90% !important;
}
.photo_box .right{
	width: 100%;
}
}



/* ------------------------
affの記事 もっと見る
--------------------------*/
.link_more{
	display:flex;
	width: 100%;
	padding: 20px 10px 10px;
}
.link_more .w75{
	width: 75%;
}
.link_more .w25{
	width: 25%;
	text-align: center;
}
.link_more .w25 img{
	width: 100%;
	max-width: 100px;
}

@media (max-width: 480px){
.link_more{
	display:block;
}
.link_more .w75{
	width: 100%;
}
.link_more .w25{
	width: 100%;
}
}

/* -------------------------
TOPへ戻る＆アンケートボタン
--------------------------*/

.jukufoot2 {
display: flex;
padding-right: 40px;
    margin-top: 4em;
}

.q-btn {
	text-align: center;
	cursor: pointer;
}

.q-btn img {
	background-color: #fbebe2;
	border-bottom: 6px solid #f39f91;
	padding: 0.5rem 4rem;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 10px;
	margin-right:30px;
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.q-btn img:hover {
	margin-top: 4px;
	background: #fbebe2;
	border-bottom: 2px solid #f39f91;
}
.jukufoot2 .q-btn:first-of-type {
margin-right: 20px;
}
.jukufoot2 a[href^="https://"] {
    padding: 0px !important;
}

@media (max-width: 767px){
.jukufoot2 {
display: block;
}
.jukufoot2 .q-btn:first-of-type {
margin-right: 0px;
}
}


/* -------------------------
@footer illust
--------------------------*/

.end_illust {
background-image: url("../img/footer_illust.png");
	height: 27px;
	opacity: 0.7;
	margin-top: 40px;
}




/* -------------------------
@jukutile_categorypage
--------------------------*/


.content ul.jukutile {
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
	padding: 0 20px;
    justify-content: center;
}

.tilecol {
	position: relative;
    width: 31%;
	background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tilecol h3 {
	background: none !important;
	color: #333333;
	font-size: 1em;
	line-height: 1.5;
	margin: 0.3em 0 !important;
	padding: 5px 10px;
	border-bottom:none !important;
	text-align: justify;
}

.tilecol p{
	padding: 0 0.7em;
	font-size: 0.9em;
	text-align: justify;
}

.tilecol img{
	width: 100%;
	border: 1px solid #cecece;
}

@media (max-width: 959px){
#jukutile_categorypage {
	float: none;
	margin: 0 2%;
}
.content ul.jukutile li {
        margin: 0 1% 20px 0;
}
.tilecol {
	width:48%;
}
.tilecol h3{
	font-size: 1em;
}

.tilecol img{
	width: 100%;
	margin: auto;
}
}

/* -------------------------
@jukutile_categorytag btn
--------------------------*/

.cattagbtn {
	margin-right: 0.6em;
	line-height: 1 !important;
	border-radius: 50vh;
}

.cattagbtn a {
	align-items: center;
	margin: 0 auto;
	padding: 0.4em 1em 0.5em;
	color: #474956 !important;
	font-size: .8em;
	font-weight: bold;
	text-decoration: unset !important;
}

.type01 {
	background: #c5f5f5;
}
.type02 {
	background: #e2f5f5;
}
.type03 {
	background: #e3eeef;
}
.type04 {
	background: #ede8d9;
}
.type05 {
	background: #e0f1ca;
}
.type06 {
	background: #dceaff;
}
.type07 {
	background: #fde7de;
}
.type08 {
	background: #fbe4f3;
}
.type09 {
	background: #e9e6fb;
}
.type10 {
	background: #fdedbc;
}

.cattagbtn a:hover {
	opacity: 0.7 ;
}


@media (max-width: 699px){
.cattagbtn{
	display:none;
}
}



/* -------------------------
@buzzmaff
--------------------------*/
.content .linkbnr640 {
    margin: 0;
    padding: 0;
    text-align: right;
}
.content .linkbnr640 img {
    max-width: 480px;
    width: 100%;
    text-align: right;
}
.content p.cap {
    font-size: .5em;
    text-align: right;
}

.menuContainer{
	/*display: flex;*/
	display: inline-block;
}
.channel{	
	width:48%;
	padding: 6px;
	display:inline-block;
    	vertical-align: top;
	font-size: 1em;
}
.channel img{
	width: 100%;
	margin: auto;
}
.channel img.list{
	width: 12px;
	margin: 0 6px 0 0;
}
.channel a:hover{
	opacity:.7;
}
.channel a[href^="http://"],.channel a[href^="https://"],.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}
.channel h3{
	color: #ffffff;
	background-color:#37718c;
	padding: 6px;
	border-bottom: none !important;
	width: 100%;
	margin: 0 0 10px ;
	font-size: 1em;
	text-align: center;
}
.channel h3 span.small{
	font-size: .8em;
	font-weight: normal;
}
.channel p{
	font-size: 1em;
	margin: 10px 6px;
	padding: 0px;
}
.channel span.cap{
	font-size: .6em;
	padding: 0;
}
.channel .comingsoon{
	 position: relative;
}
.channel .cover {
    position: absolute;
	top: 0;
	left: 0;
}

/* 700px以下用（スマートフォン用）の記述 */
@media (max-width:700px) {

.menuContainer{
	display: inline-block;
}
.channel{	
	width:98%;
	padding: 0;
	margin-right: 1%;
	display:inline-block;
	font-size: 1em;
}
.channel img{
	width: 100%;
}
.channel a[href^="http://"],.channel a[href^="https://"]{
	background-image:none;
	background-size: 0;
	background-position: right 0;
	margin: 0;
	padding: 0;
}
.channel .txt{
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.channel h3{
	padding: 6px;
	margin: 0 ;
}
.channel p{
	font-size: 1em;
	margin: 0;
	padding: .3em .6em .8em;
}
}

